summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-07viddec: blacklist *crystalhd* decoder wrappersHEADmasterTim-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-27tag: 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
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for allocation query changesWim Taymans1-1/+1
2012-07-06cfg: remove some deprecated properties: statsfile, mb-qmin, mb-qmaxTim-Philipp Müller1-15/+0
2012-07-05avdemux: Implement segment-done eventSebastian Dröge1-0/+2
2012-07-03avdec: handle_frame should always unref the input frameWim Taymans1-4/+6
2012-07-03avdec: small cleanupWim Taymans1-1/+1
2012-07-03avdec: avoid some refsWim Taymans1-4/+2
2012-07-03ffvidenc: Fix a format string to avoid warningsРуслан Ижбулатов1-1/+1
2012-07-02ffaudenc: Fix format string compiler warningSebastian Dröge1-1/+1
2012-06-28avdec: don't wait for keyframeWim Taymans1-91/+1
2012-06-26avenc: don't leak framesWim Taymans1-0/+2
2012-06-20update for bus api changesWim Taymans2-2/+2
2012-06-20avdemux: update for task api changeWim Taymans1-3/+4
2012-06-20ffmpegviddec: Don't reopen decoder on same caps, fix memory leaks, only drain...Matej Knopp1-4/+19
2012-06-19viddec: avoid renegotiationWim Taymans1-65/+173
2012-06-15ffmpegvidenc: Handle allocation queries and improve the padding/direct-render...Sebastian Dröge1-196/+202
2012-06-15ffmpegviddec: Port to 0.11 againSebastian Dröge1-47/+105