summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-10ffdec_h264: fix garbled video with RTP/RTSP streams0.10Tim-Philipp Müller1-1/+2
2013-03-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-01-24Automatic update of common submoduleThibault Saunier1-0/+0
2012-12-17configure: Depend on core/base 0.10.36.1Sebastian Dröge1-1/+1
2012-11-19ffmpegcodecmap: Y41B is YUV411P not YUV410PSebastian Dröge1-1/+1
2012-11-19avcodecmap: only restrict caps on encodersWim Taymans3-177/+273
2012-11-19ffmpeg: Fix merge mistakeSebastian Dröge1-3/+1
2012-11-19libav: add decode support for proresMichael Smith1-0/+6
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
2012-06-15ffmpegviddec: Properly return if negotiation failsEdward Hervey1-2/+11
2012-06-14ffmpegviddec: Properly update the interlacingEdward Hervey1-12/+13
2012-06-14ffmpegviddec: Properly error out when codec doesn't openEdward Hervey1-1/+3
2012-06-08Automatic update of common submoduleEdward Hervey1-0/+0
2012-06-07libav: Update to 0.8.3 releaseSebastian Dröge1-0/+0
2012-06-06Automatic update of common submoduleEdward Hervey1-0/+0
2012-06-01Automatic update of common submoduleEdward Hervey1-0/+0
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
2012-05-30Automatic update of common submoduleSebastian Dröge1-0/+0
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
2012-04-26ffmpegviddec: Always keep a reference to the frameEdward Hervey1-12/+7
2012-04-26ffmpegviddec: Flush and drain when neededEdward Hervey1-2/+17
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
2012-04-24ffmpeg: Clone encoder and decoder filesEdward Hervey4-0/+4586
2012-04-24codecmap: Add utility for using with GstVideoFormatEdward Hervey2-1/+130
2012-04-20ffdec: don't flush buffers on DISCONTWim Taymans1-4/+4
2012-04-19postproc: fix compilation when ORC is missingWim Taymans1-2/+2
2012-04-19ffscale: fix compilation when ORC is missingWim Taymans1-6/+3
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
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
2012-01-12ffmpegdemux: demote swf demuxer to GST_RANK_NONETim-Philipp Müller1-2/+1
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
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
2012-01-07configure: require core from git/pre-releaseTim-Philipp Müller1-1/+1
2011-12-15ffmpeg: port to GstCollectPads2Vincent Penquerc'h1-17/+17
2011-12-01ffmpegdec: Report latency if B-frames are presentEdward Hervey1-25/+36