summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-10ffdec_h264: fix garbled video with RTP/RTSP streams0.10Tim-Philipp Müller1-1/+2
With the new port to the video decoder base class we now require full access units, so add that to the caps and let the parser in front take care of that. Fixes playback of rtsp://media1.law.harvard.edu/Media/policy_d/2011/12/06_cfe.mov https://bugzilla.gnome.org/show_bug.cgi?id=677905
2013-03-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 9bca01f to 2585de9
2013-01-24Automatic update of common submoduleThibault Saunier1-0/+0
From 3baf58a to 9bca01f
2012-12-17configure: Depend on core/base 0.10.36.1Sebastian Dröge1-1/+1
Needed because of the new video formats.
2012-11-19ffmpegcodecmap: Y41B is YUV411P not YUV410PSebastian Dröge1-1/+1
2012-11-19avcodecmap: only restrict caps on encodersWim Taymans3-177/+273
We only want to restrict the channels/rate and width/height on the encoder pads. For decoders can't assume that the input caps contain channels/rate or width/height so we need to accept everything. Conflicts: ext/ffmpeg/gstffmpegcodecmap.c
2012-11-19ffmpeg: Fix merge mistakeSebastian Dröge1-3/+1
2012-11-19libav: add decode support for proresMichael Smith1-0/+6
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=683840 Conflicts: ext/ffmpeg/gstffmpegcodecmap.c
2012-11-19ffmpegcolorspace: Fix shifts, we're having 10 bits per component, not 16Sebastian Dröge1-0/+7
2012-10-23configure: fix os type configure option for androidAndoni Morales Alastruey1-1/+9
Conflicts: configure.ac
2012-06-15ffmpegviddec: Properly return if negotiation failsEdward Hervey1-2/+11
Instead of crashing ....
2012-06-14ffmpegviddec: Properly update the interlacingEdward Hervey1-12/+13
Fixes #678080
2012-06-14ffmpegviddec: Properly error out when codec doesn't openEdward Hervey1-1/+3
Avoids ending up using an un-set codec
2012-06-08Automatic update of common submoduleEdward Hervey1-0/+0
From b811047 to 3baf58a
2012-06-07libav: Update to 0.8.3 releaseSebastian Dröge1-0/+0
2012-06-06Automatic update of common submoduleEdward Hervey1-0/+0
From b098abb to b811047
2012-06-01Automatic update of common submoduleEdward Hervey1-0/+0
From 96f075b to b098abb
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
From 1e6c5ea to 96f075b
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
From ff4cad1 to 1e6c5ea
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
From 7604bab to ff4cad1
2012-05-22libav: Update to 0.8.2 releaseSebastian Dröge1-0/+0
2012-05-15tests: Don't run the postproc test if compiled as an LGPL pluginSebastian Dröge1-1/+5
2012-04-27codecmap: correctly set height in AVCodecContextNicolas Dufresne1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=674899
2012-04-26ffmpegviddec: Always keep a reference to the frameEdward Hervey1-12/+7
Ensures no data gets cleared before the decoders are really done with it.
2012-04-26ffmpegviddec: Flush and drain when neededEdward Hervey1-2/+17
we need to flush avcodec internal state on hard resets we need to drain out pending buffers on EOS and soft resets
2012-04-24ffmpegviddec: Add video/x-raw-gray to src pad templateEdward Hervey1-1/+3
2012-04-24codecmap: Add more GstVideoInfo<=>PixelFormat mappingsEdward Hervey1-0/+2
2012-04-24ffmpegviddec: Port to GstVideoDecoderEdward Hervey1-1524/+346
2012-04-24gstffmpegvidenc: Port to -base video classesEdward Hervey3-345/+191
2012-04-24ffmpegenc/dec: Remove audio/video specific codeEdward Hervey10-3674/+768
Makes each file more manageable, second step to porting to base classes
2012-04-24ffmpeg: Clone encoder and decoder filesEdward Hervey4-0/+4586
First step in porting to base video classes
2012-04-24codecmap: Add utility for using with GstVideoFormatEdward Hervey2-1/+130
2012-04-20ffdec: don't flush buffers on DISCONTWim Taymans1-4/+4
Don't flush the buffers that ffmpeg has on DISCONT but instead let it recover. This gives a much better image in the case of packet loss. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635020
2012-04-19postproc: fix compilation when ORC is missingWim Taymans1-2/+2
Fix 'set but not used' compiler error when ORC is missing.
2012-04-19ffscale: fix compilation when ORC is missingWim Taymans1-6/+3
Fix set but not used compiler error when ORC is missing.
2012-03-06ffmux: Use correct enum type for return valueSebastian Dröge1-1/+1
2012-03-02ffmpegdec: Use auto-threads if available, and only slice-threadingEdward Hervey1-3/+8
Slice threading causes less latency (and corruption)
2012-02-22codecmap: Add mapping for Indeo 4 video codecEdward Hervey1-0/+8
2012-02-22libav: Switch to tracking 0.8 release branchEdward Hervey1-0/+0
2012-01-25configure: Add --disable-fatal-warnings configure optionSebastian Dröge2-1/+3
2012-01-18ffdec: Only set get_buffer() function for videoSebastian Dröge1-3/+5
Fixes bug #666435.
2012-01-12ffmpegdemux: demote swf demuxer to GST_RANK_NONETim-Philipp Müller1-2/+1
SWF doesn't really make sense in our context, don't pretend to support it. People should use a dedicated swf player for that.
2012-01-12ffmpegdemux: fix caps leakVincent Penquerc'h1-0/+1
2012-01-10configure.ac: improve path handling in out-of-tree buildMark Nauwelaerts1-1/+1
That is, handle the srcdir being given by a relative path as well as an absolute path by using autotools provided absolute path.
2012-01-10ffmpeg: Channel layouts are now set for DTS and (E)AC3 by libavSebastian Dröge1-19/+0
2012-01-10libav: Update to current GIT masterSebastian Dröge1-0/+0
2012-01-10ffdec: Give the (E)AC3/DTS decoders a rank of marginalSebastian Dröge1-9/+1
Even if they don't downmix to stereo, they're still working correctly. The only advantage of dtsdec/a52dec is that they downmix to stereo (using the special downmixing matrices) if downstream prefers stereo but in every other case they should be equivalent.
2012-01-07configure: require core from git/pre-releaseTim-Philipp Müller1-1/+1
For gst_element_class_add_static_pad_template() which was added only recently.
2011-12-15ffmpeg: port to GstCollectPads2Vincent Penquerc'h1-17/+17
2011-12-01ffmpegdec: Report latency if B-frames are presentEdward Hervey1-25/+36
... and cleanup the query handler while we're at it https://bugzilla.gnome.org/show_bug.cgi?id=663616