summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2010-01-29ffmpegcodecmap: don't escape codec_dataWim Taymans1-2/+11
2010-01-25ffmpegmux/demux: Blacklist ASS/SSA 'demuxers'.Edward Hervey2-2/+4
2010-01-23ffmpegcodecmap: Add proper mapping for Zip Block Motion VideoEdward Hervey1-1/+5
2010-01-23ffmpegcodecmap: Add proper mapping for LOCO Lossless codecEdward Hervey1-1/+4
2010-01-23gstffmpegcodecmap: Make a proper mapping for Autodesk Animator CodecEdward Hervey1-1/+4
2010-01-22Revert a change I accidentally introduced in 7c91fb.Alessandro Decina1-1/+2
2010-01-22Fix compiler warnings under OS X.Alessandro Decina3-7/+7
2010-01-15ffvideoscale: Fix build warning.Julien Moutte1-2/+2
2010-01-13gstffmpegcodecmap: Add mappings for new codecsEdward Hervey1-2/+28
2010-01-12ffmpegenc: more consideration for upstream (audio) timestampsMark Nauwelaerts1-0/+26
2009-12-09ffmpegdec: ignore all vdpau decodersTim-Philipp Müller1-7/+1
2009-11-22caps: Use default audio channel layouts for some codecsJan Schmidt1-3/+21
2009-11-20ffenc: Make keyframe forcing thread-safeOlivier Crête2-2/+29
2009-11-18Move encoders and muxers to GST_RANK_SECONDARY.Edward Hervey2-2/+2
2009-11-16ffdec: remove clipping hackWim Taymans1-8/+1
2009-11-11ffmpeg: VC-1/WMV3 fixes.Jan Schmidt1-6/+15
2009-11-10Always give the most video restricted caps possibleSjoerd Simons1-1/+1
2009-11-09ffmpegdec: Only restore default in AVCodecContext when needed.Edward Hervey1-4/+4
2009-11-05ffmpegdec: printf format fixesTim-Philipp Müller1-5/+6
2009-11-02ffdec: Don't use an allocated 1-entry structure for private data.Edward Hervey1-22/+7
2009-11-02ffmux: avoid generating caps when registeringEdward Hervey1-70/+58
2009-11-02ffdemux: avoid generating caps when registeringEdward Hervey1-49/+27
2009-11-02ffenc: avoid generating caps when registeringEdward Hervey2-49/+35
2009-10-22ffdec: avoid generating caps when registeringWim Taymans1-31/+24
2009-10-08ffmpegenc: Add a note to the buffer-size property descriptionSebastian Dröge1-1/+5
2009-10-08Revert "ffenc: Make the buffer-size property read-only"Sebastian Dröge1-1/+3
2009-10-08ffenc: Make the buffer-size property read-onlySebastian Dröge1-3/+1
2009-10-07ffenc: Make sure to always provide large enough buffersSebastian Dröge1-5/+17
2009-10-07ffmpegenc: Use dash instead of underscore in property namesSebastian Dröge1-4/+4
2009-10-01Revert "ffmpegenc: Use dash instead of underscore in property names"Sebastian Dröge1-4/+4
2009-10-01Revert "ffenc: Make sure to always provide large enough buffers"Sebastian Dröge1-16/+5
2009-10-01Revert "ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers too"Sebastian Dröge1-2/+1
2009-10-01ffmpegenc: Also add FF_MIN_BUFFER_SIZE to video buffers tooSebastian Dröge1-1/+2
2009-10-01ffenc: Make sure to always provide large enough buffersSebastian Dröge1-5/+16
2009-10-01ffmpegenc: Use dash instead of underscore in property namesSebastian Dröge1-4/+4
2009-09-10ffdec: correctly check for NONE timestampWim Taymans1-1/+1
2009-09-09ffmpeg: add support for G721Wim Taymans1-6/+34
2009-09-08codecmap: don't set channel-positions for common mono and stereo casesJonathan Matthew1-2/+10
2009-09-01ffdec: disable interpolation when dropping framesWim Taymans1-0/+8
2009-08-21typefinders: skip ffmpeg typefinders if there isn't enough dataTim-Philipp Müller1-0/+12
2009-08-18ffdec: reset timestamp queue after flushWim Taymans1-0/+1
2009-08-14Lower minimum sample rate in generic template caps from 8000 to 4000Tim-Philipp Müller1-1/+1
2009-08-13ffmpegdec: Fix strict aliasing warningsSebastian Dröge1-3/+3
2009-08-12ffmpegdec: Don't use guintptr as it's new in GLib 2.18Sebastian Dröge1-5/+5
2009-08-10gstffmpeg: Lower debugging levels from WARNING to DEBUGEdward Hervey4-8/+14
2009-08-09ffmpegenc: Return all supported caps instead of only the firstSebastian Dröge1-1/+1
2009-08-08ffmpegenc: If an encoder lists the supported pixfmts use them to create the capsSebastian Dröge3-4/+12
2009-08-08ffmpegdec: Fix duration calculation when ticks_per_frame isn't 1Sjoerd Simons1-1/+1
2009-08-06ffmpegdec: Fix compiler warning and indentionSebastian Dröge1-23/+31
2009-08-06ffmpegdec: Assign offsets to outgoing buffers more accurateРуслан Ижбулатов1-44/+96