summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEdward Hervey <edward.hervey@collabora.co.uk>2011-07-20 12:14:45 +0200
committerEdward Hervey <edward.hervey@collabora.co.uk>2011-07-20 12:14:45 +0200
commit4e71f12ee909c61e79316f3f214e194f0f7d7056 (patch)
tree4e2f874b7e541132f5d7090b0ac1b96d812b357c /NEWS
parent0f91915a8919952e34ed0b06fe2299a673daf301 (diff)
downloadgst-libav-4e71f12ee909c61e79316f3f214e194f0f7d7056.tar.gz
Release 0.10.12RELEASE-0.10.12
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS47
1 files changed, 46 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index be60fde..c3e396d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,49 @@
-This is GStreamer FFmpeg Plug-ins 0.10.11, "Feeding trolls is strictly forbidden"
+This is GStreamer FFmpeg Plug-ins 0.10.12, "A year in hell"
+
+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: