summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-14avviddec: improve debugWim Taymans1-3/+6
2012-09-14Back to developmentTim-Philipp Müller1-1/+1
2012-09-14Release 0.11.94Tim-Philipp Müller3-4/+708
2012-09-13viddec: Set latency base on the number of bframesNicolas Dufresne1-0/+10
2012-09-13viddec: Cleanup unused has_b_frames flagNicolas Dufresne1-5/+0
2012-09-13libav: Switch to non-deprecated symbolsEdward Hervey5-20/+19
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-1/+1
2012-09-12libav: add decode support for proresMichael Smith1-0/+8
2012-09-12avdemux: port to the new GLib thread APIMark Nauwelaerts2-11/+11
2012-09-11configure.ac: handle out-of-tree buildMark Nauwelaerts1-0/+2
2012-09-11avdemux: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-09-11configure: actually check for orcTim-Philipp Müller1-0/+2
2012-09-11avviddec: add support for codecs that use reget_bufferWim Taymans1-3/+58
2012-09-10ext: ffmpeg/gstffmpeg*.[ch] => libav/gstav*.[ch]Edward Hervey24-60/+60
2012-09-10configure: Fix name of binary to disableEdward Hervey1-1/+1
2012-09-10remove postproc elementEdward Hervey7-987/+2
2012-09-10configure.ac: Import top-level include directoryEdward Hervey18-96/+14
2012-09-10avdemux: Really ignore demuxers we want to ignoreEdward Hervey1-2/+2
2012-09-07viddec: blacklist *crystalhd* decoder wrappersTim-Philipp Müller1-0/+1
2012-08-30ffmpegenc: Don't try to set caps to NULLSjoerd Simons1-3/+0
2012-08-22Automatic update of common submoduleStefan Sauer1-0/+0
2012-08-22configure: bump gtk-doc req to 1.12 (mar-2009)Stefan Sauer1-1/+1
2012-08-10viddec: use the right pointersWim Taymans1-13/+7
2012-08-08Back to developmentTim-Philipp Müller1-1/+1
2012-08-08Release 0.11.93Tim-Philipp Müller2-3/+13
2012-08-08avviddec: Properly align and pad buffers for libavSebastian Dröge1-3/+14
2012-08-08Revert "ffmpeg: Fix make dist"Tim-Philipp Müller1-1/+1
2012-08-07av: Use */x-gst-av instead of */x-gst-ff for unknown capsSebastian Dröge1-7/+7
2012-08-06avdemux: Remove unused variableSebastian Dröge1-1/+1
2012-08-06avdemux: Add stream-id to stream-start eventsSebastian Dröge1-4/+11
2012-08-06ffmpegviddec: Return NOT_NEGOTIATED when not configuredEdward Hervey1-0/+1
2012-08-05Automatic update of common submoduleTim-Philipp Müller1-0/+0
2012-08-04Update .gitignore for ff->avTim-Philipp Müller1-2/+2
2012-08-04gst_tag_list_free -> gst_tag_list_unrefTim-Philipp Müller2-3/+3
2012-08-03Add spec changelog entryChristian Fredrik Kalager Schaller1-0/+3
2012-08-03Update spec file and change package name to libav in autogen.sh fileChristian Fredrik Kalager Schaller2-15/+13
2012-07-28tag: Update for taglist/tag event API changesSebastian Dröge1-1/+1
2012-07-25avdec: require alignment=au for h264Wim Taymans1-1/+2
2012-07-23audio encoders: use context default bitrate if no bitrate has been setTim-Philipp Müller1-4/+9
2012-07-23ffmpeg: avoid assertion failure on duplicate frame allocationMark Nauwelaerts1-0/+8
2012-07-23ffmpegviddec: Correctly flag interlaced stateRobert Swain1-7/+12
2012-07-23ffvidenc: Allocate output buffers with the base class functionsSebastian Dröge1-2/+30
2012-07-23ffmpegviddec: Update for video base classes API changesSebastian Dröge1-2/+2
2012-07-23Automatic update of common submoduleSebastian Dröge1-0/+0
2012-07-18viddec: Call gst_video_decoder_negotiate()Edward Hervey1-0/+2
2012-07-17avdeinterlace: fix up output caps for new field as wellTim-Philipp Müller1-2/+2
2012-07-17avdeinterlace: detect interlaced input properlyTim-Philipp Müller1-1/+6
2012-07-13demux: Push STREAM_START when neededEdward Hervey1-0/+2
2012-07-10avdec: ignore AAC errors instead of erroring outWim Taymans1-9/+0
2012-07-10avcodecmap: only restrict caps on encodersWim Taymans1-145/+235