summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2006-03-22ext/ffmpeg/gstffmpegdec.c: make _open and _close as functions that should be ...Wim Taymans1-8/+7
2006-03-14ext/ffmpeg/gstffmpegdec.c: Don't use gst_pad_alloc_buffer() for frames with p...Tim-Philipp Müller1-6/+15
2006-03-01ext/ffmpeg/: Port of ffvideoscale to 0.10.Edward Hervey3-330/+282
2006-03-01ext/ffmpeg/gstffmpegenc.c: Fix segmentation fault and memleak.Edward Hervey1-5/+3
2006-02-24ext/ffmpeg/gstffmpegdec.c: ... can't adjust buffer size of NULL buffers thoug...Tim-Philipp Müller1-1/+1
2006-02-24ext/ffmpeg/gstffmpegcodecmap.c: Use AVPALETTE_SIZE macro instead of magic val...Fabrizio2-3/+7
2006-02-21ext/ffmpeg/gstffmpegcodecmap.c: Added proper formatid to caps conversion for ...Edward Hervey1-2/+15
2006-02-19ext/ffmpeg/gstffmpegcodecmap.c: Add extra detail to the Real format caps. Wit...Jan Schmidt1-1/+16
2006-02-19ext/ffmpeg/: Add new codec ids and fix up some of the codec->mime type mappingsJan Schmidt2-1/+44
2006-02-19ext/ffmpeg/gstffmpegcodecmap.c: Add codec mapping for RealAudio G2 (Cook) codec.Jan Schmidt1-1/+19
2006-02-18HACKING: Mention ffmpeg snapshot updateJan Schmidt1-0/+27
2006-02-17ext/ffmpeg/gstffmpegdemux.c: Post nice error message when we cannot activate ...Wim Taymans1-0/+4
2006-02-14ext/ffmpeg/gstffmpegdemux.c: If the duration returned by ffmpeg is 0, it does...Edward Hervey1-1/+4
2006-02-13ext/ffmpeg/gstffmpegdec.c: More fixes for keyframe detection in ffmpeg decode...Edward Hervey1-3/+5
2006-02-12that'll teach me to copypasteThomas Vander Stichele1-3/+2
2006-02-12ext/ffmpeg/: respect pixel-aspect-ratio when encoding.Thomas Vander Stichele2-5/+22
2006-02-12ext/ffmpeg/gstffmpegdemux.c: Add Tag support and keyframe seeking (for those ...Edward Hervey2-54/+210
2006-02-11ext/ffmpeg/gstffmpeg.c: set correct version on the plug-in - the GStreamerThomas Vander Stichele1-1/+1
2006-02-11ext/ffmpeg/gstffmpegenc.c: debug and magic number fixesThomas Vander Stichele1-8/+14
2006-02-10ext/ffmpeg/: Welcome the demuxers to 0.10 :)Edward Hervey4-418/+450
2006-02-10ext/ffmpeg/gstffmpegcodecmap.c: added CODEC_ID_FLV1 <==> 'video/x-flash-video...Edward Hervey1-1/+2
2006-02-06ext/ffmpeg/: debug recurring events at LOG level do some timestamp setting he...Thomas Vander Stichele2-19/+57
2006-02-04ext/ffmpeg/gstffmpegcodecmap.c: Buffers aren't boxed types any longer.Tim-Philipp Müller1-1/+1
2006-02-03Just make it compile with --disable-gst-debug.Edgard Lima1-0/+4
2006-02-02ext/ffmpeg/gstffmpegdec.c (gst_ffmpegdec_register): Reorder case statements t...Andy Wingo1-3/+1
2006-02-02set rank None for mp3 and mpeg2 element, fixes 162833Christian Schaller1-1/+8
2006-01-26ext/ffmpeg/gstffmpegcodecmap.c: Pad codec data buffer to a size that is a mul...Tim-Philipp Müller1-1/+1
2006-01-23ext/ffmpeg/gstffmpegcodecmap.c: Added CODEC_ID_SMC <==> video/x-smc capsEdward Hervey2-2/+6
2006-01-20ext/ffmpeg/: ffdeinterlace port to 0.10.Edward Hervey3-264/+95
2006-01-20ext/ffmpeg/gstffmpegenc.c: Caps weren't set on outgoing audio buffers.Edward Hervey1-0/+1
2006-01-17ext/ffmpeg/gstffmpegdec.c: Memleak fix.Edward Hervey1-2/+3
2006-01-11ext/ffmpeg/gstffmpegdec.c: Add exception for Indeo3 keyframe detection until ...Edward Hervey1-0/+1
2005-12-19ext/ffmpeg/gstffmpegcodecmap.c: Update ffmpeg_codec_id <=> mimetype conversionsEdward Hervey2-15/+58
2005-12-16ext/ffmpeg/: Do proper locking around avcodec_open() and avcodec_close()Sebastien Cote4-13/+41
2005-12-07ext/ffmpeg/gstffmpegdec.c: So, stupid ffmpeg.... Not all [en|de]coders set AV...Edward Hervey1-19/+21
2005-12-06expand tabsThomas Vander Stichele8-215/+215
2005-12-05ext/ffmpeg/: Update for alloc_buffer changes.Andy Wingo3-4/+4
2005-11-28ext/ffmpeg/gstffmpegenc.c: Add rtp-payload-size property.Julien Moutte1-3/+25
2005-11-28ext/ffmpeg/gstffmpegdec.c: Improve pixel aspect ratio handling when both the ...Tim-Philipp Müller1-31/+100
2005-11-23ext/ffmpeg/gstffmpegdec.c: Updated APIJan Schmidt1-1/+1
2005-11-22ext/ffmpeg/gstffmpegcodecmap.c: Whoops - handle input video caps that don't h...Jan Schmidt1-5/+8
2005-11-22Remove mentions of ffmpegcolorspace now that it's in gst-plugins-baseJan Schmidt4-508/+45
2005-11-22ext/ffmpeg/gstffmpegdec.c (gst_ffmpegdec_sink_event): Run update-funcnames.Andy Wingo1-2/+2
2005-11-21ext/ffmpeg/gstffmpegdec.c: Remove GST_STREAM_LOCK here, it is not needed any ...Tim-Philipp Müller1-25/+7
2005-11-16ext/ffmpeg/gstffmpegdec.c: My previous commit was not completly correct.. I'v...Luca Ognibene1-1/+1
2005-11-16ext/ffmpeg/gstffmpegdec.c: Fix some segfaults while seeking. When i have unre...Luca Ognibene1-6/+13
2005-11-14ext/ffmpeg/gstffmpegdec.c: Don't crash in debug message by dereferencing the ...Tim-Philipp Müller1-181/+209
2005-11-11ext/ffmpeg/gstffmpegdec.c: Properly unref a buffer if we drop it.Edward Hervey1-7/+20
2005-11-11ext/ffmpeg/gstffmpegdec.c: Properly unref a buffer if we drop it.Edward Hervey1-5/+11
2005-10-26ext/ffmpeg/gstffmpegdec.c: Backported some fixes from 0.8. Most importantly, ...Tim-Philipp Müller1-34/+56