gstreamer/ext/ffmpeg
Wim Taymans d16e6f1ecc ext/ffmpeg/gstffmpegdec.c: If we have a parser and we did not consume any of the bytes of a new buffer, make sure we ...
Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame),
(gst_ffmpegdec_chain):
If we have a parser and we did not consume any of the bytes of a new
buffer, make sure we submit the buffer again with its original timestamp
instead of a -1 timestamp. Fixes various h264 cases with reordered
frames.
If we have a discont and a timestamp but the first buffer after the
discont did not produce any data, make sure we set the timestamp on the
next buffer instead. Fixes initial timestamp on realaudio in many cases.
2008-09-04 14:08:50 +00:00
..
gstffmpeg.c Merging GST_FFMPEG_NO_MIRROR branch to trunk 2007-12-17 12:43:06 +00:00
gstffmpeg.h Merging GST_FFMPEG_NO_MIRROR branch to trunk 2007-12-17 12:43:06 +00:00
gstffmpegaudioresample.c ext/ffmpeg/gstffmpegaudioresample.c: small gst-indent run. 2008-05-08 11:15:52 +00:00
gstffmpegcfg.c ext/ffmpeg/: Latest ffmpeg revision's avcodec_close frees more; use safer coding to prevent double free and other rel... 2008-08-01 18:37:02 +00:00
gstffmpegcfg.h ext/ffmpeg/: Free strings atleast when finalizing elements. 2007-08-01 17:43:39 +00:00
gstffmpegcodecmap.c ext/ffmpeg/gstffmpegcodecmap.c: Escape the codec_data for h264 before we put it in the extra_data because ffmpeg expe... 2008-09-04 13:54:58 +00:00
gstffmpegcodecmap.h Use av_picture_copy() instead of libswscale to copy pictures. This removes the swscale dependency and is faster. Fixe... 2008-05-26 07:39:19 +00:00
gstffmpegdec.c ext/ffmpeg/gstffmpegdec.c: If we have a parser and we did not consume any of the bytes of a new buffer, make sure we ... 2008-09-04 14:08:50 +00:00
gstffmpegdeinterlace.c configure.ac: Use pkg-config to locate check. Bump core requirement. 2007-07-12 11:13:13 +00:00
gstffmpegdemux.c ext/ffmpeg/gstffmpegdemux.c: gst_pad_template_new() takes ownership of caps; ref them beforehand since we want to kee... 2008-08-29 00:27:28 +00:00
gstffmpegenc.c ext/ffmpeg/: Latest ffmpeg revision's avcodec_close frees more; use safer coding to prevent double free and other rel... 2008-08-01 18:37:02 +00:00
gstffmpegenc.h ext/ffmpeg/gstffmpegenc.*: Instead of allocating 512KB buffers and then setting BUFFER_SIZE to what ffmpeg produced, ... 2007-06-22 12:13:18 +00:00
gstffmpegmux.c ext/ffmpeg/gstffmpegmux.c: Properly convert buffer duration to an ffmpeg packet duration. 2008-07-06 21:06:45 +00:00
gstffmpegprotocol.c ext/ffmpeg/: gst-indent cleanup. 2007-11-03 16:14:53 +00:00
gstffmpegscale.c configure.ac: Use pkg-config to locate check. Bump core requirement. 2007-07-12 11:13:13 +00:00
Makefile.am Bump upstream ffmpeg revision to todays (rev 13766). ffmpeg now requires libbz2. 2008-06-13 15:23:08 +00:00