diff options
author | Kitae Kim <kt920.kim@samsung.com> | 2012-08-21 17:41:24 +0900 |
---|---|---|
committer | Kitae Kim <kt920.kim@samsung.com> | 2012-08-21 17:41:24 +0900 |
commit | 3a62b2d953b2e36678962aaa21dafbd45dbe85c8 (patch) | |
tree | 64eeaaf995865f7caef72c2c62fa12e22b2a6310 /NEWS | |
parent | cd9c197bc9f40ffaab90157aaf6eb7daf4a040f7 (diff) | |
download | gstreamer0.10-ffmpeg-emulator-3a62b2d953b2e36678962aaa21dafbd45dbe85c8.tar.gz gstreamer0.10-ffmpeg-emulator-3a62b2d953b2e36678962aaa21dafbd45dbe85c8.tar.bz2 gstreamer0.10-ffmpeg-emulator-3a62b2d953b2e36678962aaa21dafbd45dbe85c8.zip |
upload tizen2.0_beta source
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 70 |
1 files changed, 69 insertions, 1 deletions
@@ -1,4 +1,72 @@ -This is GStreamer FFmpeg Plug-ins 0.10.11, "Feeding trolls is strictly forbidden" +This is GStreamer FFmpeg Plug-ins 0.10.13, "Speeding, sparks like lightning" + +Changes since 0.10.12: + + * Use libav 0.7.2 internal branch for security fixes + * Fixes for handling FLAC + * Post QoS messages when dropping + * Properly report GPL or LGPL licensing + +Bugs fixed since 0.10.12: + + * 566605 : Support the new ffmpeg metadata API + * 574661 : [gstffmpegdec] Wrong usage of parsers + * 608892 : DCA/AAC/AC-3 decoders broken in gst-ffmpeg + * 532779 : ffmpeg configured with options leading to GPL license + * 589361 : [ffdec_flac] extradata NULL or too small error + * 640012 : ffmpegdec outputs wrong timestamps + * 643591 : ffmpegdec: invalid timestamp being used for next timestamp calculation + * 651768 : [PATCH] Arm cross compile fail (Failed to configure embedded FFmpeg tree) + * 654634 : postproc: gst-inspect-0.10 -a aborts with gstpostproc.c:360:change_mode: assertion failed: (postproc- > mode) + * 656155 : ffdec_mpeg2video and interlace property + * 656328 : [ffdeinterlace] add automatic " mode " property + * 657950 : ffmpegdec: post QoS messages when dropping a frame + * 658019 : ffdec_ass: caps seems wrong + +Changes since 0.10.11: + + * Bump to LibAV 0.7 + * Timestamp tracking fixes + * New codecs + * Multi-threaded decoding + +Bugs fixed since 0.10.11: + + * 595590 : Conditional jump or move depends on uninitialised +value in ff_h264_find_frame_end + * 611500 : [regression] Wrong outgoing timestamps + * 613901 : No support for PIX_FMT_YUVA420P, prevents vp6a +decoding + * 629648 : ffenc_dvdsub wrongly categorized as audio encoder + * 631075 : RTP based decoding degrades over time + * 632691 : [ffenc_ac3] does not support changing the number of +channels on the fly + * 632877 : [ffdec_h264] always outputs same timestamp + * 639681 : [ffdec_wmv3] regression: video very unsmooth with +various mms streams + * 639993 : h.263+ support is broken + * 642015 : [ffvideoscale] add support for UYVY + * 642507 : [mingw/cygwin build] ensure building of plugin dll + * 646838 : ffdec_h264 fail to decode some stream + * 648816 : [compile] with-ffmpeg-extra-configure passes incorrect +cflags + * 649297 : regression: ffdemux_ape fails with +gst_ffmpegdata_open: assertion `GST_PAD_IS_SRC (pad)' failed + * 649372 : ffdec: make the time threshold to skip to next +keyframe configurable + * 650596 : ffenc_aac needs AAC profile support in caps + * 650695 : Patch adds LATM/LOAS support to codecmap and make +distinction between ADTS and LATM/LOAS + * 651447 : [ffdec_aac] Add mpegversion 2 to caps + * 651625 : [ffdec] Check for AV_NOPTS_VALUE in PTS + * 651714 : [ffdec] Fix calculating frame duration from last +timestamp and frame count + * 652812 : Don't create dummy extradata for AAC LATM + * 653648 : [ffmpegdec] allocates and leaks avpacket helper +structs + * 653649 : [ffmpegdec] complains in basic encoding / decoding +pipeline + * 653717 : [ffmpegdec] wrong audio template src caps Changes since 0.10.10: |