summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-29 19:35:31 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-29 19:35:31 +0100
commitb6b7c0aace9f5457cd65fa4f40e1228873809da4 (patch)
tree519321b6d736c4c37afd33a84bff761214b02192 /NEWS
parent6af3fb44cd76fc08a570e2b7d45e09952d901b51 (diff)
Release 0.10.14
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS69
1 files changed, 68 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d03b0cac8..bfeb994b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,71 @@
-This is GStreamer Bad Plug-ins 0.10.13, "Supersonic Rocket"
+This is GStreamer Bad Plug-ins 0.10.14, "Your New Best Friends"
+
+Changes since 0.10.13:
+
+ * Moved rtpmanager to -good
+ * Moved dirac elements from schroedinger to gst-plugins-bad
+ (new schroedinger release without the gstreamer elements
+ will follow shortly)
+ * amrwb: Remove AMR-WB parser and decoder and rename encoder plugin
+ from amrwb to amrwbenc (the removed elements will re-appear in the
+ next -ugly release; no migration strategy provided in this case
+ because of the special status of the amrwb plugin)
+ * asfmux, rtpasfpay: add ASF muxer and windows media payloader
+ * basevideo: add experimental video base class library/API
+ * camerabin: lots of fixes and improvements
+ * capssetter: new element for debugging purposes
+ * directdraw: Implement GstNavigation interface
+ * directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
+ * frei0r: wrapper for frei0r video filter plugins
+ * gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
+ * Implement SEEKING query in more demuxers and decoders (notably
+ mpeg-ps/mpeg-ts, mxf, musepack, rawparse)
+ * kate: add kate subtitle encoder, decoder and overlay
+ * mimic: lots of fixes for mimenc and mimdec; add "paused mode"
+ * mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
+ * mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
+ * qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
+ * shapewipe: support ARGB/RGBA for video input/output; fix for still images
+ * vdpau: add experimental vdpau plugin
+
+Bugs fixed since 0.10.13:
+
+ * 587819 : [mpegtsparse] crash because of double free
+ * 344129 : [directsoundsrc] Plugin for Directsound source
+ * 377784 : xvidenc should output video/mpeg
+ * 540128 : Totem freeze with short HDV file
+ * 541962 : [directdrawsink] crash when exposing in GST_STATE_READY
+ * 561241 : metadatademux pad activation deadlock
+ * 561752 : GstRtpBin implement Release pad functions
+ * 575672 : [mpegtsdemux] crashes when souphttpsrc is used as a stream source
+ * 575818 : [ivorbisdec] extract vorbis tags
+ * 576800 : gstreamer SPC plugin requires non-portable x86 code
+ * 583470 : mpegtsparse: Old pes pids not removed when receiving PAT table
+ * 584252 : enhancements to OSSv4 plugin
+ * 584897 : Remove AMR plugin as it has been replaced by updated OpenCore plugin
+ * 585839 : Support for sending RTP packets as GstBufferList in the gstrtpbin
+ * 586019 : [mxfdemux] stray semicolons after if statement
+ * 586097 : GStreamer DVB tuning too quick for some devices
+ * 586956 : Include < sys/time.h > only if it is present in the system
+ * 587023 : [freeze] disable plugin static lib
+ * 587595 : [dshowsrcwrapper] start refactoring
+ * 588638 : [katedec] add x-dvd-subpicture output
+ * 588944 : mpegpsdemux doesn't support seeking with GST_FORMAT_TIME anymore
+ * 590030 : rtpsource: Incoming buffers do not always have caps
+ * 590208 : GstNavigation interface support for directdrawsink
+ * 590360 : [qtmux] requires endianness even if the samples are 8bit
+ * 590446 : [mpegdemux] MPEG TS with A52 not seekable
+ * 590797 : Memory leak in rtpsource.c
+ * 591440 : rtpdtmfsrc event cleanup
+ * 591538 : generic states test fails (vdpau, mimenc)
+ * 591610 : asfmux: messing up with sinkpads
+ * 591927 : REQUIREMENTS is out of date
+ * 592259 : mimenc: fourcc written incorrectly
+ * 593024 : regression in schroenc streamheader initialization
+ * 593063 : resindvd and rawparse do not use correct base LDFLAGS
+ * 593068 : Disarray in directsoundsrc/directdrawsink
+ * 586354 : [h264parse] blocked in infinite loop while parsing a corrupted frame
+
Changes since 0.10.12: