~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to RELEASE

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde
  • Date: 2010-03-13 22:48:10 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20100313224810-8l25xl017imj7z4l
Tags: 0.10.18-0ubuntu1
* New upstream bugfix release.
* Relevant upstream fixes
  - 598350 : qtmux with AAC streams (from faac) generate invalid files
  - 607105 : faac doesn't negotiate channel positions correctly
  - 606726 : FAAC bitrate setting has no effect

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
Release notes for GStreamer Bad Plug-ins 0.10.17 "Anny bobany"
 
2
Release notes for GStreamer Bad Plug-ins 0.10.18 "Diminishing Returns"
3
3
        
4
4
 
5
5
 
60
60
 
61
61
Features of this release
62
62
    
63
 
      * Fix DVD playback
64
 
      * New elements: DTMF tone source and detector
65
 
      * ASS subtitle support improvements
66
 
      * Fix compilation on OS/X Snow Leopard
67
 
      * Support DVB 3.3 API
68
 
      * Inputselector fixes
 
63
      * aacparse: lots of fixes, now based on common baseparser class and merged into audioparser plugin
 
64
      * ac3parse: new AC3 parser element based on common baseparser class and part of new audioparser plugin
 
65
      * adpcmenc: new adpcm encoder element
 
66
      * aiffmux: new aiff muxer element
 
67
      * amrparse: use (default) time handling of baseparser class, merged into audioparser plugin
 
68
      * apexsink: change volume property to a double to make work with playbin2
 
69
      * asfmux: handle streams with different start times
 
70
      * asfmux: improve compatibility with WMSP in WMP
 
71
      * asfmux, rfbsrc, vmnc, mpegdemux, resindvd: fix alignment and endianness issues
 
72
      * assrender: countless fixes and improvements
 
73
      * audioparsers: rename baseparse GType name to avoid possible conflicts
 
74
      * audioparsers: fix seek handling, newsegment sending, push mode data draining
 
75
      * celt: make compile against earlier CELT versions
 
76
      * configure: call $PKG_CONFIG instead of pkg-config to fix cross compilation
 
77
      * dataurisrc: new source element for data:// URIs
 
78
      * faac: lots of fixes (channel layout, output caps, bps estimation etc.)
 
79
      * flacparse: fix multiple channel frame parsing; merged into new audioparser plugin
 
80
      * fpsdisplaysink: expose video sink using a property
 
81
      * h264parse: Correctly rewrite all nal prefixes
 
82
      * h264parse: fix caps parameters setting, framerate calculation
 
83
      * h264parse: fix regression in output buffer timestamping
 
84
      * h264parse: optionally output AUs rather than NALUs or transform from bytestream to sample format and vice versa
 
85
      * h264parse: parse SPS some more (e.g. for width/height)
 
86
      * ivorbisdec: moved to -base (to reuse same codebase as vorbisdec)
 
87
      * jpegformat: new jifmux element
 
88
      * jpegparse: new jpeg parser element (not autoplugged for now)
 
89
      * mmssrc: post error message in addition to redirect when connect fails
 
90
      * mpegtsdemux: Handle eac3 in PMT
 
91
      * mpegtsmux: add pat-interval and pmt-interval properties
 
92
      * mpegtsmux: Do not crash on misinterpreted h264
 
93
      * mpegtsmux: Fix mistake on previous commit
 
94
      * mpegtsmux: fix PAT/PMT insertion frequency, add PAT/PMT in streamheader
 
95
      * mpegtsmux: mark delta-unit on outgoing buffers
 
96
      * qtmux: add moov recovery feature (to finalise recording after crash or so)
 
97
      * qtmux: improves compatibility with some hardware players
 
98
      * qtmux: add support for ALAC, SVQ3, IMA ADPCM; improve j2k handling
 
99
      * qtmux: misc. tag writing fixes: write all udta children atoms; crash less
 
100
      * shapewipe: moved to -bad
 
101
      * vdpau: lots of fixes and refactoring
69
102
 
70
103
Bugs fixed in this release
71
104
     
72
 
      * 602106 : Bad atom size calculation
73
 
      * 574434 : [camerabin] Changing default video/audio source for Windows
74
 
      * 584361 : gppmux Support for 3gr6
75
 
      * 586929 : [midi] Doesn't handle push
76
 
      * 595161 : [mpegtsdemux] Internal dataflow problem with some streams.
77
 
      * 598552 : faac: Clean up defaults
78
 
      * 598763 : New plugin: aiffmux
79
 
      * 598808 : mpegpsmux: Fix CLFAGS typo and reorder flags
80
 
      * 599050 : [mpegvideoparse] Does not check width/height range
81
 
      * 599469 : resindvd: problems pre-rolling in the absence of audio
82
 
      * 600454 : aacparse detecting aac file as mpegversion=2 instead of 4
83
 
      * 600461 : [zbar] Over-eager detection of barcodes
84
 
      * 600662 : [assrender] Doesn't synchronize subtitle buffers
85
 
      * 600707 : autoconvert depends on function from core 0.10.26
86
 
      * 600724 : celt: fails to build against celt-0.7
87
 
      * 599903 : Scaletempo plugin stops early when playing slowly
 
105
      * 606657 : mpegtsmux crashes with h264parse in byte-stream mode
 
106
      * 607513 : input-selector segfaults in g_object_notify()
 
107
      * 440476 : RhythmBox displays an incorrect track length for .aac files.
 
108
      * 530513 : [h264parse] no width and height in output caps
 
109
      * 563433 : implement h264parse AVC output
 
110
      * 575878 : assrender searches entire current working directory when searching for fonts to use
 
111
      * 583098 : Add jpegparse element
 
112
      * 598350 : qtmux with AAC streams (from faac) generate invalid files
 
113
      * 598682 : make check fails due to fpsdisplaysink if xvimagesink does not exist
 
114
      * 598916 : qtmux: support more of j2k
 
115
      * 600409 : tremor/ivorbis: should pack result smarter
 
116
      * 601108 : gst-camera requires glade
 
117
      * 601417 : Problem compiling gst-plugins-bad 0.10.16
 
118
      * 602161 : bad .17 VPATH build fix
 
119
      * 602465 : gst/dtmf/tone_detect.h incompatible with MSVC
 
120
      * 602524 : frei0r: GST_EXTRA_MODULE_SUFFIX never defined
 
121
      * 602528 : lv2: vocoder plugin breaks gstreamer
 
122
      * 603938 : assrender cannot load font attachments in Matroska container
 
123
      * 603983 : gstdshowvideosink leaking DirectShow objects
 
124
      * 603986 : gstdshowvideosink not releasing the filter media event interface
 
125
      * 604099 : rtpmux: Make sure to call release_pad() when the element is disposed
 
126
      * 604101 : rtpmux: update the current_ssrc from the caps
 
127
      * 604280 : fpsdisplaysink: allow access to internal video sink used
 
128
      * 604311 : gst-plugins-bad: fails to build against libcelt 0.4.0
 
129
      * 604908 : [mpegtsmux] mark delta-unit on outgoing buffers
 
130
      * 604925 : qtmux shouldn't accept adts aac
 
131
      * 605720 : modplug: Add 32-bit depth caps
 
132
      * 605721 : modplug: Allow 1-channel output for 16 and 32 bit depth too
 
133
      * 605904 : mpegtsdemux doesn't handle e-ac-3 in PMT
 
134
      * 606371 : mpegdemux2 plugin doesn't work on some ARM CPU due to the guint32*'s alignment
 
135
      * 606636 : [mmssrc] no error message when connect to server fails
 
136
      * 606665 : error: " __MSVCRT_VERSION__ " redefined
 
137
      * 606677 : Port librdf (rdfsrc) to Windows
 
138
      * 606726 : FAAC bitrate setting has no effect
 
139
      * 606859 : Get mp4mux request pad  during decodebin2's new-decoded-pad event fails.
 
140
      * 607105 : faac doesn't negotiate channel positions correctly
 
141
      * 607285 : cdxaparse leaks memory
 
142
      * 607555 : asfmux plugin generates data streams incompatible with WMSP (MMSH) and WMP
 
143
      * 607747 : [dvbsrc] Pipeline does not stop when reception is very bad
 
144
      * 608042 : [camerabin-example] v4l2 device busy after setting back to ready and changing the mode
 
145
      * 608651 : dshowvideosink.cpp crash
 
146
      * 608706 : assrender recursively scans directories for fonts
 
147
      * 608751 : [assrender] Random crashes because libass is not threadsafe
 
148
      * 608753 : assrender: use more compatible hinting method
 
149
      * 608896 : mpegtsmux: PAT/PMT interval fixes
 
150
      * 608998 : [jpegparse] unit test fails
 
151
      * 609055 : [qtmux - mp4mux] crash when setting
 
152
      * 609215 : [rsvg] fix compilation with MSVC
 
153
      * 609478 : [faad] SIGSEGV when caps contains codec_data=(buffer)NULL
 
154
      * 164870 : PNM [en,de]coder
 
155
      * 383478 : Need ac3 parser to support seeking in unframed .ac3 files
 
156
      * 606878 : [apexsink] crashes when changing volume in rhythmbox
 
157
      * 580731 : qtmux needs mapping for ALAC
 
158
      * 587922 : qtmux lacks mapping for Sorenson Video v3
 
159
      * 601576 : qtmux feature: moov recovery
88
160
 
89
161
Download
90
162
 
113
185
  
114
186
Contributors to this release
115
187
    
116
 
      * Bastian Hecht
117
 
      * Chris Hills
 
188
      * Carsten Kroll
 
189
      * Alessandro Decina
 
190
      * Arnaud Patard
 
191
      * Arnout Vandecappelle
 
192
      * Benjamin Otte
 
193
      * Carl-Anton Ingmarsson
 
194
      * Christian Schaller
 
195
      * David Hoyt
118
196
      * David Schleef
119
197
      * Edward Hervey
120
 
      * Gabriel Millaire
 
198
      * Eric Appleman
 
199
      * Grigori Goronzy
 
200
      * Håkon Skjelten
 
201
      * Håvard Graff
121
202
      * Jan Schmidt
122
 
      * Julien Isorce
 
203
      * Javier Jardón
 
204
      * Julien Moutte
 
205
      * Kaj-Michael Lang
 
206
      * Kipp Cannon
 
207
      * Lasse Laukkanen
 
208
      * Linqiang Pu
 
209
      * Marc-André Lureau
 
210
      * Mark Nauwelaerts
123
211
      * Michael Smith
124
212
      * Olivier Crête
 
213
      * Peter van Hardenberg
 
214
      * Philippe Normand
125
215
      * René Stadler
126
 
      * Robert Swain
127
216
      * Sebastian Dröge
128
217
      * Stefan Kost
 
218
      * Stephen Depooter
 
219
      * Stephen McNamara
129
220
      * Teemu Katajisto
130
221
      * Thiago Santos
 
222
      * Thiago Sousa Santos
 
223
      * Thijs Vermeir
 
224
      * Thomas Vander Stichele
131
225
      * Tim-Philipp Müller
132
 
      * Tommi Myöhänen
 
226
      * Vincent GENIEUX
 
227
      * Vincent Penquerc'h
133
228
      * Wim Taymans
 
229
      * Xavier Queralt Mateu
 
230
      * Yaakov Selkowitz
 
231
      * unknown
 
232
      * Руслан Ижбулатов
134
233
 
 
 
b'\\ No newline at end of file'