summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-31 02:10:58 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-05-31 02:10:58 +0100
commitcc058612ec52ca9f0b3f92cd9b532f0453973d2e (patch)
tree8219eabd593d9e431ee0fc100151550bf519ab20 /RELEASE
parentfaa3ae4bd0122343f1c24717928c54436ca4dc0b (diff)
downloadgstreamer-plugins-bad-cc058612ec52ca9f0b3f92cd9b532f0453973d2e.tar.gz
Release 0.10.19RELEASE-0.10.19
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE218
1 files changed, 95 insertions, 123 deletions
diff --git a/RELEASE b/RELEASE
index 8ea4915ac..e530f97f2 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-Release notes for GStreamer Bad Plug-ins 0.10.18 "Diminishing Returns"
+Release notes for GStreamer Bad Plug-ins 0.10.19 "The World Kicked Back"
@@ -60,103 +60,86 @@ contains a set of well-supported plug-ins, but might pose problems for
Features of this release
- * aacparse: lots of fixes, now based on common baseparser class and merged into audioparser plugin
- * ac3parse: new AC3 parser element based on common baseparser class and part of new audioparser plugin
- * adpcmenc: new adpcm encoder element
- * aiffmux: new aiff muxer element
- * amrparse: use (default) time handling of baseparser class, merged into audioparser plugin
- * apexsink: change volume property to a double to make work with playbin2
- * asfmux: handle streams with different start times
- * asfmux: improve compatibility with WMSP in WMP
- * asfmux, rfbsrc, vmnc, mpegdemux, resindvd: fix alignment and endianness issues
- * assrender: countless fixes and improvements
- * audioparsers: rename baseparse GType name to avoid possible conflicts
- * audioparsers: fix seek handling, newsegment sending, push mode data draining
- * celt: make compile against earlier CELT versions
- * configure: call $PKG_CONFIG instead of pkg-config to fix cross compilation
- * dataurisrc: new source element for data:// URIs
- * faac: lots of fixes (channel layout, output caps, bps estimation etc.)
- * flacparse: fix multiple channel frame parsing; merged into new audioparser plugin
- * fpsdisplaysink: expose video sink using a property
- * h264parse: Correctly rewrite all nal prefixes
- * h264parse: fix caps parameters setting, framerate calculation
- * h264parse: fix regression in output buffer timestamping
- * h264parse: optionally output AUs rather than NALUs or transform from bytestream to sample format and vice versa
- * h264parse: parse SPS some more (e.g. for width/height)
- * ivorbisdec: moved to -base (to reuse same codebase as vorbisdec)
- * jpegformat: new jifmux element
- * jpegparse: new jpeg parser element (not autoplugged for now)
- * mmssrc: post error message in addition to redirect when connect fails
- * mpegtsdemux: Handle eac3 in PMT
- * mpegtsmux: add pat-interval and pmt-interval properties
- * mpegtsmux: Do not crash on misinterpreted h264
- * mpegtsmux: Fix mistake on previous commit
- * mpegtsmux: fix PAT/PMT insertion frequency, add PAT/PMT in streamheader
- * mpegtsmux: mark delta-unit on outgoing buffers
- * qtmux: add moov recovery feature (to finalise recording after crash or so)
- * qtmux: improves compatibility with some hardware players
- * qtmux: add support for ALAC, SVQ3, IMA ADPCM; improve j2k handling
- * qtmux: misc. tag writing fixes: write all udta children atoms; crash less
- * shapewipe: moved to -bad
- * vdpau: lots of fixes and refactoring
+ * audioparsers: add bitrate calculation
+ * camerabin: add API to query supported image capture resolution
+ * camerabin: add block-after-capture property for viewfinder blocking
+ * camerabin: add video-capture-width/height/framerate properties
+ * camerabin: add video-source-filter and viewfinder-filter properties
+ * capssetter: element was moved to gst-plugins-good
+ * cogcolorspace: implement color-matrix handling and chroma-site
+ * dc1394: add iso-speed property
+ * dshowvideosrc: add support for YUY2 input format
+ * festival: don't open an infinite number of connections to the server and close connections
+ * h264parse: fix writing NALU prefix for byte-stream output format
+ * h264parse: fix wrong timestamps in some cases after seeking
+ * imagefreeze: plugin was moved to gst-plugins-good
+ * invtelecine: add invtelecine element
+ * jackaudiosrc: implement multichannel support
+ * jpegformat: add xmp reading and writing support
+ * ladspa, lv2: don't fail in plugin_init when having 0 elements (which would cause the plugin to get blacklisted)
+ * mmssrc: Check URI for validity and work around URI parsing bugs in libmms
+ * mmssrc: Use the escaped location for the RTSP redirect message
+ * mpegtsdemux: add support for Blu-Ray style DTS and the two DTS HD stream types
+ * mpegtsparse: parse TDT table in mpegts
+ * mpegvideoparse: export profile and level in caps; estimate bitrate; update caps when sequence header changes
+ * oss4: plugin was moved to gst-plugins-good
+ * qtmux: add support for the VP8 video codec and XMP tags
+ * segmentclip: add audio/video buffer segment clip elements
+ * vcdsrc: support the DVD URI scheme so a device can be specified via the URI
+ * vp8: add libvpx-based VP8 encoder/decoder (NB: encoder properties/API not fully stable yet; also, this plugin may not be compatible with GPLv2-only applications)
Bugs fixed in this release
- * 606657 : mpegtsmux crashes with h264parse in byte-stream mode
- * 607513 : input-selector segfaults in g_object_notify()
- * 440476 : RhythmBox displays an incorrect track length for .aac files.
- * 530513 : [h264parse] no width and height in output caps
- * 563433 : implement h264parse AVC output
- * 575878 : assrender searches entire current working directory when searching for fonts to use
- * 583098 : Add jpegparse element
- * 598350 : qtmux with AAC streams (from faac) generate invalid files
- * 598682 : make check fails due to fpsdisplaysink if xvimagesink does not exist
- * 598916 : qtmux: support more of j2k
- * 600409 : tremor/ivorbis: should pack result smarter
- * 601108 : gst-camera requires glade
- * 601417 : Problem compiling gst-plugins-bad 0.10.16
- * 602161 : bad .17 VPATH build fix
- * 602465 : gst/dtmf/tone_detect.h incompatible with MSVC
- * 602524 : frei0r: GST_EXTRA_MODULE_SUFFIX never defined
- * 602528 : lv2: vocoder plugin breaks gstreamer
- * 603938 : assrender cannot load font attachments in Matroska container
- * 603983 : gstdshowvideosink leaking DirectShow objects
- * 603986 : gstdshowvideosink not releasing the filter media event interface
- * 604099 : rtpmux: Make sure to call release_pad() when the element is disposed
- * 604101 : rtpmux: update the current_ssrc from the caps
- * 604280 : fpsdisplaysink: allow access to internal video sink used
- * 604311 : gst-plugins-bad: fails to build against libcelt 0.4.0
- * 604908 : [mpegtsmux] mark delta-unit on outgoing buffers
- * 604925 : qtmux shouldn't accept adts aac
- * 605720 : modplug: Add 32-bit depth caps
- * 605721 : modplug: Allow 1-channel output for 16 and 32 bit depth too
- * 605904 : mpegtsdemux doesn't handle e-ac-3 in PMT
- * 606371 : mpegdemux2 plugin doesn't work on some ARM CPU due to the guint32*'s alignment
- * 606636 : [mmssrc] no error message when connect to server fails
- * 606665 : error: " __MSVCRT_VERSION__ " redefined
- * 606677 : Port librdf (rdfsrc) to Windows
- * 606726 : FAAC bitrate setting has no effect
- * 606859 : Get mp4mux request pad during decodebin2's new-decoded-pad event fails.
- * 607105 : faac doesn't negotiate channel positions correctly
- * 607285 : cdxaparse leaks memory
- * 607555 : asfmux plugin generates data streams incompatible with WMSP (MMSH) and WMP
- * 607747 : [dvbsrc] Pipeline does not stop when reception is very bad
- * 608042 : [camerabin-example] v4l2 device busy after setting back to ready and changing the mode
- * 608651 : dshowvideosink.cpp crash
- * 608706 : assrender recursively scans directories for fonts
- * 608751 : [assrender] Random crashes because libass is not threadsafe
- * 608753 : assrender: use more compatible hinting method
- * 608896 : mpegtsmux: PAT/PMT interval fixes
- * 608998 : [jpegparse] unit test fails
- * 609055 : [qtmux - mp4mux] crash when setting
- * 609215 : [rsvg] fix compilation with MSVC
- * 609478 : [faad] SIGSEGV when caps contains codec_data=(buffer)NULL
- * 164870 : PNM [en,de]coder
- * 383478 : Need ac3 parser to support seeking in unframed .ac3 files
- * 606878 : [apexsink] crashes when changing volume in rhythmbox
- * 580731 : qtmux needs mapping for ALAC
- * 587922 : qtmux lacks mapping for Sorenson Video v3
- * 601576 : qtmux feature: moov recovery
+ * 340986 : [vcdsrc] plugin not auto-plugged, and weird URI handling
+ * 572551 : mpeg4videoparse fails to extract codec_data from this network camera video stream
+ * 603745 : [dc1394src] add " iso-speed " property
+ * 611302 : [imagefreeze] Add still frame stream generator
+ * 612208 : [soundtouch] [pitch] Removing annoying g_print
+ * 612331 : inputselector: linkage flags are incorrect
+ * 612454 : fix compile errors in latest gst-plugins-bad
+ * 612615 : [camerabin] video bin elements in wrong state when recording
+ * 612687 : [mpegvideoparse] Update caps when sequence header changes
+ * 612757 : Unable to build gst-plugins-bad with Sun Studio compiler
+ * 613156 : cog can't be built against libpng 1.4.x
+ * 613160 : [cogcolorspace] RGB- > I420 conversion adds green vertical bar at the right border
+ * 613332 : [cog] generate_tables generates invalid tables for YUV- > RGB
+ * 613708 : [dshowvideosrc][PATCH] Add support for YUY2 format
+ * 613758 : More build warnings on OS X
+ * 613795 : libmodplug's public header requires WORDS_BIGENDIAN
+ * 613920 : audioparsers: Add bitrate calculation to baseparse
+ * 614016 : [baseparse] NEWSEGMENT event sent with wrong start and position time
+ * 614037 : flacparse: Fix buffer refcount issue
+ * 614259 : mpegtsdemux: can't detect DTS audio
+ * 614349 : [mpegtsparse] assertion gst_buffer_is_metadata_writable (buffer) failed
+ * 614475 : [dvbsrc] Wrong property types for frequency and symbol rate
+ * 614479 : [mpegtspacketizer] Use CRC to check if tables are duplicate
+ * 614591 : [h264parse] Not cleaning internal state properly for reuse
+ * 614958 : [camerabin] Replace actions with properties for setting parameters
+ * 614991 : baseparse: Don't emit bitrate tags too early
+ * 616078 : mpegvideoparse: Export profile and level in caps
+ * 616541 : jackaudiosrc/sink needs to set layout on caps
+ * 617145 : Compile mplex element with with --enable-runtime-pseudo-reloc-v2 on Windows
+ * 617146 : Lots of printf string format warnings on Windows
+ * 617331 : More warnings in -bad
+ * 617650 : [mmssrc] should check location
+ * 618044 : [cogcolorspace] I420/YV12 - > packed 4:2:2 gives assertions
+ * 618388 : [frei0r] Boolean values can't be set from gst-launch [PATCH]
+ * 618409 : jackaudiosrc: improve process callback
+ * 618527 : festival plugin does not close connections to server
+ * 618710 : [resindvd] Needs to check for libdvdread too
+ * 618867 : Remove gst-plugins-bad/ext/polyp ?
+ * 619064 : h264parse: broken timestamps after seeking
+ * 619169 : [vp8enc] Limit DEFAULT_MAX_LATENCY to 25 to match libvpx
+ * 619172 : [vp8] exclude dec/enc based on CONFIG_VP8_DECODER/ENCODER
+ * 619290 : [vp8] add mode property to switch between CBR/VBR
+ * 619317 : [vp8] Encoder thread support
+ * 619318 : [vp8] Decoder QoS (avoid memcpy)
+ * 619344 : [vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
+ * 619444 : [mpegtsparse] Memory leak in mpegts_packetizer_parse_pmt
+ * 619502 : [mpegvideoparse] segfault because of access to a NULL buffer gotten from mpeg_packetizer_get_block
+ * 619617 : [h264parse] leaks memory
+ * 619916 : [vp8enc] Doesn't skip non-frame packets correctly
+ * 614317 : [oss4] should always accept PCM in native endianness even if the hardware doesn't
Download
@@ -185,49 +168,38 @@ Applications
Contributors to this release
- * Carsten Kroll
+ * Adam Endrodi
* Alessandro Decina
- * Arnaud Patard
- * Arnout Vandecappelle
+ * Andoni Morales
+ * Arun Raghavan
+ * Bastien Nocera
* Benjamin Otte
+ * Brian Cameron
* Carl-Anton Ingmarsson
- * Christian Schaller
- * David Hoyt
* David Schleef
* Edward Hervey
- * Eric Appleman
- * Grigori Goronzy
- * Håkon Skjelten
- * Håvard Graff
+ * Ivan Zderadicka
* Jan Schmidt
- * Javier Jardón
- * Julien Moutte
- * Kaj-Michael Lang
- * Kipp Cannon
+ * Joshua M. Doe
* Lasse Laukkanen
- * Linqiang Pu
- * Marc-André Lureau
* Mark Nauwelaerts
- * Michael Smith
* Olivier Crête
- * Peter van Hardenberg
- * Philippe Normand
+ * Philip Jägenstedt
+ * Raimo Järvi
* René Stadler
+ * Rob Clark
* Sebastian Dröge
+ * Sebastian Pölsterl
+ * Shenghua Liu
* Stefan Kost
- * Stephen Depooter
- * Stephen McNamara
* Teemu Katajisto
* Thiago Santos
- * Thiago Sousa Santos
- * Thijs Vermeir
- * Thomas Vander Stichele
+ * Tiago Katcipis
* Tim-Philipp Müller
- * Vincent GENIEUX
- * Vincent Penquerc'h
+ * Tommi Myöhänen
+ * Tristan Matthews
+ * Víctor Manuel Jáquez Leal
* Wim Taymans
- * Xavier Queralt Mateu
- * Yaakov Selkowitz
- * unknown
+ * Zaheer Abbas Merali
* Руслан Ижбулатов
  \ No newline at end of file