gst/rtp/gstrtph263pdepay.c: Check that a buffer is large enough before reading from it.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         Patch by: Olivier Crete <tester at tester dot ca>
4
5         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
6         Check that a buffer is large enough before reading from it.
7         Fixes bug #521102.
8         
9 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
10
11         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12         Fix compilation after removing the GstPollMode from the
13         constructor.
14
15 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
16
17         * configure.ac:
18         * gst/audiofx/Makefile.am:
19         * gst/audiofx/audiochebband.c:
20         * gst/audiofx/audiocheblimit.c:
21         * gst/audiofx/math_compat.h:
22         Check for sinh(), cosh() and asinh() and define our own
23         implementations if they're not available. Fixes bug #520880.
24
25 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
26
27         Patch by: Olivier Crete <tester at tester dot ca>
28
29         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
30         Unref the buffers only once when handling not-negotiated errors.
31         Fixes bug #520764.
32
33 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
34
35         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
36
37         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
38         (gst_udpsrc_stop):
39         Properly balance WSA_Cleanup with WSA_Startup.
40         Also make the poll controllable on windows. Fixes #520888.
41
42 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
43
44         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
45         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
46         (gst_ebml_read_element_length), (gst_ebml_peek_id),
47         (gst_ebml_read_skip), (gst_ebml_read_buffer),
48         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
49         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
50         (gst_ebml_read_date), (gst_ebml_read_master),
51         (gst_ebml_read_binary), (gst_ebml_read_header):
52         * gst/matroska/ebml-read.h:
53         * gst/matroska/matroska-demux.c:
54         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
55         (gst_matroska_demux_read_track_encodings),
56         (gst_matroska_demux_add_stream),
57         (gst_matroska_demux_handle_src_query),
58         (gst_matroska_demux_handle_seek_event),
59         (gst_matroska_demux_init_stream),
60         (gst_matroska_demux_parse_tracks),
61         (gst_matroska_demux_parse_index_cuetrack),
62         (gst_matroska_demux_parse_index_pointentry),
63         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
64         (gst_matroska_demux_parse_metadata_id_simple_tag),
65         (gst_matroska_demux_parse_metadata_id_tag),
66         (gst_matroska_demux_parse_metadata),
67         (gst_matroska_demux_sync_streams),
68         (gst_matroska_demux_push_hdr_buf),
69         (gst_matroska_demux_push_flac_codec_priv_data),
70         (gst_matroska_demux_push_xiph_codec_priv_data),
71         (gst_matroska_demux_add_wvpk_header),
72         (gst_matroska_demux_check_subtitle_buffer),
73         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
74         (gst_matroska_demux_parse_cluster),
75         (gst_matroska_demux_parse_contents_seekentry),
76         (gst_matroska_demux_parse_contents),
77         (gst_matroska_demux_loop_stream_parse_id),
78         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
79         * gst/matroska/matroska-demux.h:
80         * gst/matroska/matroska-ids.h:
81         Handle return values from pull_range in a more granular way to properly
82         shut down on seeks.
83         Combine return values from push.
84         Implement proper error handling.
85         Prepare for handling seeking correctly.
86
87 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
88
89         * gst/matroska/ebml-read.c:
90         Use GINT64 formatting constants from GLIB.
91
92         * gst/matroska/matroska-demux.c:
93         Add some guards to avoid a possible division by 0 and crashing
94         with NULL events on some systems.
95         Use gst_gdouble_to_guint64 somewhere instead of an implicit
96         conversion. 
97
98         * gst/matroska/matroska-mux.c:
99         Check for invalid timestamps in a bunch of places to avoid
100         writing bogus durations into the output file.
101         Fix some double<->gint64 conversions that weren't using
102         gst_guint64_to_gdouble
103
104 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
105
106         * configure.ac:
107         Move the checks for bison, flex and as to the program section and the
108         check for gcc inline asm to the compiler characteristics section.
109
110 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
111
112         * configure.ac:
113         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
114         plug-ins are included/excluded. (#498222)
115
116 2008-02-29  Michael Smith <msmith@fluendo.com>
117
118         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
119           Don't call gst_object_sync_values() unless we have a valid timestamp.
120
121 2008-02-28  David Schleef  <ds@schleef.org>
122
123         * gst/matroska/matroska-demux.c:
124         * gst/matroska/matroska-ids.h:
125         * gst/matroska/matroska-mux.c:
126           Fix Dirac mapping.  I had previously added a VfW-type
127           mapping, but it looks like Dirac will get a native Matroska
128           mapping, and this is the most likely method.
129
130 2008-02-28  David Schleef  <ds@schleef.org>
131
132         * gst/avi/gstavimux.c: Add Dirac encoding
133
134 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
135
136         Patch by: Peter Kjellerstedt <pkj at axis com>
137
138         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
139         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
140         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
141         * gst/udp/gstudpsrc.h:
142         Port to GstPoll. See #505417.
143
144 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
145
146         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
147         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
148         yet on the srcpad. We need rate and channels before we
149         can do any processing. Fixes bug #519088.
150
151 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
152
153         * configure.ac:
154         Detect and indicate if GCC inline assembly syntax is
155         available.
156
157         * gst/goom/Makefile.am:
158         * gst/goom/convolve_fx.c:
159         * gst/goom/flying_stars_fx.c:
160         * gst/goom/goom_config.h:
161         * gst/goom/goom_core.c:
162         * gst/goom/goomsl.c:
163         * gst/goom/ifs.c:
164         * gst/goom/mmx.c:
165         * gst/goom/plugin_info.c:
166         * gst/goom/xmmx.c:
167         Fix various GCC-isms, and only build the inline assembly
168         with compilers that support GCC inline assembly.
169
170         Fix a couple of other warnings shown with Forte.
171
172 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
173
174         * gst/goom/xmmx.c:
175           Use 'emms' instead of 'femms' to not crash on cpus that do not
176           implement this 3dnow specific instruction.
177
178 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
179
180         * gst/goom/plugin_info.c: (setOptimizedMethods):
181         Use extended MMX for draw_line() too if available, not only
182         normal MMX.
183
184 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
185
186         * ext/jpeg/gstjpeg.c: (plugin_init):
187         Remove (commented out) smoke typefinder. This is in base now.
188
189 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
190
191         * gst/goom2k1/Makefile.am:
192         * gst/goom2k1/gstgoom.c:
193
194         Rename the installed library, and don't register the same 
195         GType name as the new goom.
196
197 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
198
199         * configure.ac:
200         * ext/taglib/Makefile.am:
201           Check for and define ERROR_CXXFLAGS and use them when building
202           C++ code (#516509).
203
204 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
205
206         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
207         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
208           (setOptimizedMethods):
209           Call oil_init(), otherwise oil_get_cpu_flags() won't return
210           anything useful. Export goom debug category so we can get
211           rid of the VERBOSE define and the printfs.
212
213 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
214
215         * gst/goom/goomsl_heap.c: (align_it):
216         * gst/goom/plugin_info.c: (setOptimizedMethods):
217           Compile fixes for x86-64.
218
219 2008-02-23  Bastien Nocera  <hadess@hadess.net>
220
221         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
222         with warnings, but add other CFLAGS
223
224         * gst/goom/goomsl.c (gsl_instr_set_namespace),
225         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
226         (calculate_labels), (gsl_read_file):
227         * gst/goom/goomsl_lex.l:
228         * gst/goom/goomsl_yacc.y:
229         * gst/goom/plugin_info.c: Remove a few live printf, and
230         fprintf, replace exit() calls with g_assert_not_reached()
231         if it not optimal for a library
232
233 2008-02-23  Bastien Nocera  <hadess@hadess.net>
234
235         * gst/goom/Makefile.am: Remove the warnings being disabled,
236         fix linkage on x86, spotted by Sebastian Dröge
237         <slomo@circular-chaos.org>
238
239         * gst/goom/convolve_fx.c (convolve_init),
240         (create_output_with_brightness), (convolve_apply):
241         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
242         * gst/goom/goomsl.c:
243         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
244         * gst/goom/plugin_info.c:
245         * gst/goom/tentacle3d.c (tentacle_fx_create):
246         Fix warnings, and disable the motifs in the convolve_fx
247         plugin (they were causing warnings, and they were just
248         "Goom" in funny letterring)
249
250 2008-02-23  Bastien Nocera  <hadess@hadess.net>
251
252         * configure.ac: Add checks for Flex/Yacc/Bison and other
253         furry animals, for the new goom 2k4 based plugin
254
255         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
256         CPU optimisations (not working yet), move the old plugin to...
257
258         * gst/goom2k1/*: ... here, in case somebody is sick enough
259
260         Fixes #515073
261
262 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
263
264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
265         Post the server response code in an error message instead of a generic
266         'error' message. Fixes #517237.
267
268 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
269
270         * tests/check/Makefile.am:
271         Ignore gconfaudiosrc for the states unit test too. It will fallback
272         to alsasrc if the gconf settings can't be read and not everybody has
273         alsa.
274
275 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
276
277         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
278         (gst_wavpack_parse_create_src_pad):
279         * ext/wavpack/gstwavpackparse.h:
280         Always report the duration if we know it in push mode and don't
281         return 0 just to make totem believe we can't seek in push mode.
282         Newer totem version use the SEEKING query which properly reports
283         if we can seek or not.
284
285 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
286
287         Patch by: Jens Granseuer <jensgr at gmx dot net>
288
289         * tests/examples/equalizer/demo.c: (main):
290         C89 fix, moving variable declarations to the beginning of
291         the block. Fixes bug #517933.
292
293 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
294
295         * configure.ac:
296         Back to development...
297
298 === release 0.10.7 ===
299
300 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
301
302         * configure.ac:
303           releasing 0.10.7, "Red Door Black"
304
305 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
306
307         * gst/alpha/Makefile.am:
308         Link alpha plugin with libgstbase. Fixes bug #517386.
309
310 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
311
312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
313         Init values to -1 instead of the default 0 value.
314         Fixes #516524.
315
316 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
317
318         * tests/examples/spectrum/spectrum-example.c:
319         Add missing include to fix compilation when libxml usage is disabled.
320         Fixes: #516371
321
322 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
323
324         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
325         fixes: #514889
326
327         * gst/rtp/gstrtph264pay.c:
328         * gst/rtp/gstrtpmp4gdepay.c:
329         * gst/rtp/gstrtpmp4gpay.c:
330         * gst/rtp/gstrtpmp4gpay.h:
331         * gst/rtp/gstrtptheorapay.c:
332         * gst/rtp/gstrtpvorbispay.c:
333
334         Fix various leaks shown up in valgrind
335         - free sprops and buffer in error cases in H264 payloader
336         - fix leak in mp4g depayloader when construction the caps
337         - don't leak config string in the mp4g payloader
338         - don't leak buffers and headers in theora and vorbis payloaders
339
340         * tests/check/elements/rtp-payloading.c:
341
342         Fix the RTP data test
343         - Actually send valid amr data to the payloader instead of 20
344         zero-bytes
345         - The mp4g payloader expects codec_data on the caps
346
347 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
348
349         * win32/MANIFEST:
350         Add libgstpng.dsp to MANIFEST.
351         * win32/vs6/libgstaudiofx.dsp:
352         Add new source files to VS project file.
353
354 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
355
356         * sys/ximage/gstximagesrc.c:
357         Initialise variables when opening the X display rather
358         than in _start(), as the display can be opened before that.
359
360         Fixes: #515985
361
362 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
363
364         * sys/directdraw/gstdirectdrawsink.c:
365         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
366         (gst_directdraw_sink_finalize):
367         Properly chain up finalize functions. Fixes bug #515980.
368
369 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
370
371         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
372         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
373         (gst_v4l2_buffer_pool_class_init):
374         Chain up the finalize functions. Fixes bug #515984.
375
376 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
377
378         * sys/ximage/ximageutil.c:
379         Chain up in the finalize function for our custom
380         buffer sub-class.
381         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
382         Fixes: #515706
383
384 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
385
386         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
387         (gst_fenced_buffer_class_init):
388         Properly chain up finalize method. Fixes bug #515979.
389
390 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
391
392         * sys/ximage/gstximagesrc.c:
393         Free allocated Damage memory before closing our connection to the
394         X server. Partially fixes: #515706
395
396 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
397
398         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
399         * tests/check/Makefile.am:
400         * tests/check/gst-plugins-good.supp:
401         Add a few libjpeg suppressions and initialize a variable to
402         make smokeenc valgrind clean. Fixes bug #515701.
403
404 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
405
406         * gst/avi/gstavidemux.c:
407         Revert patch which sends timestamps only on keyframes, as it
408         breaks playback with current gst-ffmpeg.
409
410         Fixes: #515562
411
412 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
413
414         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
415         * tests/check/elements/multifile.c: (GST_START_TEST):
416         Close some memory leaks spotted by the unit test. Fixes bug #515697.
417
418 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
419
420         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
421         Use and unset the GError when pipeline creation fails instead of
422         simply leaking it. Fixes bug #515704.
423
424 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
425
426         * gst/audiofx/audioamplify.c:
427         * gst/audiofx/audiochebband.c:
428         * gst/audiofx/audiocheblimit.c:
429         * gst/audiofx/audiodynamic.c:
430         * gst/audiofx/audioinvert.c:
431         * gst/audiofx/audiopanorama.c:
432         * gst/audiofx/audiowsincband.c:
433         * gst/audiofx/audiowsinclimit.c:
434         Fix long description of audiofx elements. Fixes bug #515457.
435
436 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
437
438         * docs/plugins/Makefile.am:
439         * gst/spectrum/gstspectrum.c:
440         * tests/examples/spectrum/.cvsignore:
441         * tests/examples/spectrum/Makefile.am:
442         * tests/examples/spectrum/spectrum-example.c:
443
444         Add a simple example application for the spectrum element, include it
445         in the docs, and fix some documentation ambiguities.
446
447         Fixes: #348085
448
449 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
450
451         * gst/equalizer/Makefile.am:
452         * gst/spectrum/Makefile.am:
453         Fix includes order
454
455         * tests/check/Makefile.am:
456         Exclude v4l2src from the states test - it takes too long to start.
457
458         * tests/check/elements/spectrum.c:
459         Make the test run properly with CK_FORK=no
460
461 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
462
463         * gst/audiofix/Makefile.am: add missing header files 
464
465 2008-02-08  Julien Moutte  <julien@fluendo.com>
466
467         * gst/matroska/matroska-demux.c:
468         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
469         keyframe and delta units correctly when dealign with a BlockGroup.
470         Fixes: #514397
471
472 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
473
474         * tests/check/elements/.cvsignore:
475         Spell the new tests correctly in .cvsignore
476
477 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
478
479         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
480           Need to use gsize here for the size, fixes compiler warning.
481
482         * tests/examples/equalizer/.cvsignore:
483         * tests/examples/equalizer/Makefile.am:
484         * tests/examples/spectrum/.cvsignore:
485         * tests/examples/spectrum/Makefile.am:
486           Add missing files to fix the build.
487
488 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
489
490         * configure.ac:
491         * docs/plugins/Makefile.am:
492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
493         * docs/plugins/gst-plugins-good-plugins-sections.txt:
494         * docs/plugins/gst-plugins-good-plugins.args:
495         * docs/plugins/gst-plugins-good-plugins.hierarchy:
496         * docs/plugins/inspect/plugin-multifile.xml:
497         * tests/check/Makefile.am:
498         * tests/check/elements/.cvsignore:
499
500         Move multifile plugin from -bad.
501         Fixes: #490283
502
503 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
504
505         * configure.ac:
506         * docs/plugins/Makefile.am:
507         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
508         * docs/plugins/gst-plugins-good-plugins-sections.txt:
509         * docs/plugins/gst-plugins-good-plugins.args:
510         * docs/plugins/gst-plugins-good-plugins.hierarchy:
511         * docs/plugins/inspect/plugin-spectrum.xml:
512         * gst/spectrum/Makefile.am:
513         * tests/check/Makefile.am:
514         * tests/check/elements/.cvsignore:
515         * tests/examples/Makefile.am:
516
517         Move spectrum plugin from -bad.
518         Move examples into tests/examples/spectrum.
519
520 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
521
522         * configure.ac:
523         * docs/plugins/Makefile.am:
524         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
525         * docs/plugins/gst-plugins-good-plugins-sections.txt:
526         * docs/plugins/gst-plugins-good-plugins.args:
527         * docs/plugins/gst-plugins-good-plugins.hierarchy:
528         * docs/plugins/gst-plugins-good-plugins.interfaces:
529         * docs/plugins/inspect/plugin-equalizer.xml:
530         * gst/equalizer/Makefile.am:
531         * tests/check/Makefile.am:
532         * tests/examples/Makefile.am:
533         Move the equalizer plugin across from -bad
534
535         * tests/check/elements/.cvsignore:
536         Add equalizer, audiosincwband and audiosincwlimit
537
538         * tests/check/elements/equalizer.c:
539         Fix compiler warnings
540
541         Fixes: #415627
542
543 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
544
545         * configure.ac:
546         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
547         are treated like releases and build without it.
548
549 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
550
551         * docs/plugins/Makefile.am:
552         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
553         * docs/plugins/gst-plugins-good-plugins-sections.txt:
554         * docs/plugins/gst-plugins-good-plugins.args:
555         * docs/plugins/inspect/plugin-audiofx.xml:
556         * gst/audiofx/Makefile.am:
557         * gst/audiofx/audiofx.c:
558         * gst/audiofx/audiowsincband.c:
559         * gst/audiofx/audiowsincband.h:
560         * gst/audiofx/audiowsinclimit.c:
561         * gst/audiofx/audiowsinclimit.h:
562         * tests/check/Makefile.am:
563         * tests/check/elements/audiowsincband.c:
564         * tests/check/elements/audiowsinclimit.c:
565
566         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
567         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
568         respectively.
569
570         Fixes: #467666
571
572 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
573
574         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
575         * tests/check/elements/icydemux.c:
576           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
577           caps, and add a somewhat useful debug message. Plus test.
578
579 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
580
581         * gst/rtsp/gstrtspsrc.c:
582         Include unistd.h only if HAVE_UNISTD_H is defined
583         * win32/common/config.h.in:
584         * win32/common/config.h:
585         Define socklen_t as it seems it's not defined in default 
586         Visual Studio headers.
587         * win32/vs6/libgstalpha.dsp:
588         * win32/vs6/libgstapetag.dsp:
589         * win32/vs6/libgstavi.dsp:
590         * win32/vs6/libgstrtp.dsp:
591         * win32/vs6/libgstrtsp.dsp:
592         * win32/vs6/libgstvideomixer.dsp:
593         Update project file dependencies and add new source files       
594
595 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
596
597         Patch by: Bjarne Rosengren <bjarne at axis dot com>
598
599         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
600         Don't leak buffers when we don't push them downstream.
601         Fixes bug #514965.
602
603 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
604
605         * configure.ac:
606           Bump requirements to (good) released versions to avoid
607           confusion and make implicit core requirement explicit.
608
609 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
610
611         * docs/plugins/Makefile.am:
612         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
613         * docs/plugins/gst-plugins-good-plugins-sections.txt:
614         * docs/plugins/gst-plugins-good-plugins.args:
615         * docs/plugins/inspect/plugin-audiofx.xml:
616         * gst/audiofx/Makefile.am:
617         * gst/audiofx/audiochebband.c:
618         * gst/audiofx/audiochebband.h:
619         * gst/audiofx/audiocheblimit.c:
620         * gst/audiofx/audiocheblimit.h:
621         * gst/audiofx/audiochebyshevfreqband.c:
622         * gst/audiofx/audiochebyshevfreqband.h:
623         * gst/audiofx/audiochebyshevfreqlimit.c:
624         * gst/audiofx/audiochebyshevfreqlimit.h:
625         * gst/audiofx/audiofx.c:
626         * tests/check/Makefile.am:
627         * tests/check/elements/.cvsignore:
628         * tests/check/elements/audiochebband.c:
629         * tests/check/elements/audiocheblimit.c:
630         * tests/check/elements/audiochebyshevfreqband.c:
631         * tests/check/elements/audiochebyshevfreqlimit.c:
632
633         Rename audiochebyshevfreqband -> audiochebband and
634         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
635         surgery.
636
637         Closes: #491811
638
639 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
640
641         Patch by: Orjan Friberg <orjanf at axis dot com>
642
643         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
644         Fix caps memory leak. Fixes #514573.
645
646 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
647
648         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
649         If there's no entries in the subindex, don't try to do anything stupid,
650         just return.
651
652 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
653
654         Patch by: John Millikin <jmillikin at gmail dot com>
655
656         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
657           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
658           Fix extraction of picture blocks with newer libflac versions again:
659           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
660
661 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
662
663         * tests/check/Makefile.am:
664           Add rtp-payloading test to VALGRIND_TO_FIX.
665
666         * tests/check/elements/rtp-payloading.c:
667           Add semicolons after GST_TEST_END so gst-indent gets the
668           formatting right; make test less verbose in general, but
669           more verbose in the error case (which should probably
670           make the test fail anyway).
671
672 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
673
674         * docs/plugins/Makefile.am:
675         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
676         * docs/plugins/gst-plugins-good-plugins-sections.txt:
677         * gst/avi/gstavisubtitle.c:
678         Add documentation for avisubtitle and change class to
679         Codec/Parser/Subtitle
680
681 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
682
683         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
684         Treat ENOTTY (driver does not implement ioctl) the same as
685         EINVAL since it implies there are no available standards.
686
687         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
688         (gst_v4l2src_get_nearest_size):
689         Replace gst_v4l2src_get_size_limits with 2 calls to new function
690         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
691         probe if the driver does not support VIDIOC_TRY_FMT for whatever
692         reason, and if we aren't yet actively capturing.
693
694         * sys/v4l2/v4l2src_calls.h:
695         Remove replaced function declaration.
696
697 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
698
699         * configure.ac:
700         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
701         API.
702
703 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
704
705         * configure.ac:
706         Fix typo.
707
708 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
709
710         * gst/alpha/Makefile.am:
711         * gst/alpha/gstalpha.c:
712
713         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
714         some stuff, and making buffer-alloc and resizing work automatically.
715         No longer crashes on odd frame widths and heights, although there
716         seems to be a disagreement with ffmpegcolorspace about what size
717         an AYUV frame with odd height should be.
718
719 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
720
721         Patch by: Alessandro Decina <alessandro at nnva dot org>
722
723         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
724         * ext/libpng/gstpngenc.h:
725         Preallocate the output buffer so that g_memdup() and
726         gst_buffer_merge() aren't needed anymore. This greatly improves
727         performances and fixes #512544.
728
729 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
730
731         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
732         (gst_avi_demux_stream_data):
733         GStreamer timestamps are PTS values while AVI only knows about DTS
734         timestamps. Make sure we only copy the DTS as the buffer timestamp when
735         we are dealing with a key frame.
736
737 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
738
739         * tests/check/Makefile.am:
740         * tests/check/elements/.cvsignore:
741         * tests/check/elements/rtp-payloading.c:
742           Add add testsuite for the rtp-payloader that tries simulating
743           dataflow. Needs more test data.
744
745 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
746
747         * tests/check/elements/alphacolor.c:
748           Remove two unused variables.
749
750 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
751
752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
753           Use g_ascii_strtoll() instead of atoll, which is only
754           available in C99.
755
756 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
757
758         * gst/rtp/Makefile.am:
759         * gst/rtp/gstrtp.c:
760         * gst/rtp/gstrtpmpvpay.c:
761         * gst/rtp/gstrtpmpvpay.h:
762         Add MPEG2 video payloader
763
764 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
765
766         * gst/level/gstlevel.c:
767         Use #include <math.h> instead of #include "math.h".
768
769 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
770
771         * tests/check/Makefile.am:
772         Fix up some CFLAGS sets.
773         Don't include gconfvideosrc in the states test.
774
775         * tests/check/elements/autodetect.c: (GST_START_TEST):
776         Add some error strings to fail_unless arguments to fix some weird
777         compiler errors on Solaris.
778
779 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
780
781         * configure.ac:
782         Detect video4linux headers on Solaris too.
783         * sys/v4l2/gstv4l2colorbalance.h:
784         * sys/v4l2/gstv4l2object.h:
785         * sys/v4l2/v4l2_calls.c:
786         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
787         (gst_v4l2_buffer_new):
788
789         Make v4l2 build on Solaris.
790         Patch by: Brian Cameron  <brian.cameron at sun dot com>
791         Fixes: #510505
792
793 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
794
795         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
796           Update list from (still local) scanning script.
797
798 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
799
800         Based on a patch by:
801             Victor STINNER <victor dot stinner at haypocalc dot com>
802
803         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
804         Set variable to NULL after freeing it to prevent double frees
805         or make failures by another use of it afterwards more obvious
806         and fix use of it after the freeing. Fixes bug #510592.
807
808 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
809
810         * gst/udp/gstmultiudpsink.c:
811         use GST_WARNING for logging
812
813 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
814
815         * gst/udp/gstmultiudpsink.c:
816         Don't try to leave a multicast group with an invalid socket
817
818 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
819
820         * ext/flac/gstflacdec.c:
821           Fix compilation against flac 1.1.2 (as on debian stable), where
822           the picture metadata defines and structs don't exist yet.
823           Fixes #509301.
824
825 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
826
827         Patch by: Olivier Crete <tester at tester dot ca>
828
829         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
830         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
831         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
832         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
833         * gst/udp/gstmultiudpsink.h:
834         Add property to automatically join a multicast group or not. This can be
835         useful when sharing a socket between multiple elements.
836         Fixes #509531.
837
838 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
839
840         * gst/videomixer/Makefile.am:
841           Add controller flags.
842
843 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
844
845         * gst/videomixer/videomixer.c:
846           Also commit the missing gst_object_sync_values().
847
848 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
849
850         * docs/plugins/Makefile.am:
851           Remove duplicate entry.
852
853 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
854
855         * docs/plugins/Makefile.am:
856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
857         * docs/plugins/gst-plugins-good-plugins-sections.txt:
858         * docs/plugins/inspect/plugin-gamma.xml:
859         * docs/plugins/inspect/plugin-monoscope.xml:
860         * docs/plugins/inspect/plugin-video4linux2.xml:
861           Add 3 more plugins to docs.
862
863 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
864
865         * docs/plugins/gst-plugins-good-plugins-sections.txt:
866         * sys/osxvideo/osxvideosink.h:
867           Revert previous change caused by a file that got stuck on an old
868           revision.
869
870 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
871
872         * docs/plugins/gst-plugins-good-plugins-sections.txt:
873         * gst/multipart/Makefile.am:
874         * gst/multipart/multipartdemux.c:
875         * gst/multipart/multipartdemux.h:
876         * gst/multipart/multipartmux.c:
877         * gst/multipart/multipartmux.h:
878           Re-add multipartdemux to the docs. Last round of section cleanup.
879
880 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
881
882         * docs/plugins/Makefile.am:
883         * docs/plugins/gst-plugins-good-plugins-sections.txt:
884         * sys/osxaudio/gstosxaudiosink.h:
885         * sys/osxvideo/osxvideosink.h:
886           Managed to resolve most unused declarations. Filed a bug for one left.          
887
888 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
889
890         * docs/plugins/gst-plugins-good-plugins-sections.txt:
891           Cleanup section file.
892
893 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
894
895         * docs/plugins/Makefile.am:
896         * docs/plugins/gst-plugins-good-plugins.args:
897         * docs/plugins/gst-plugins-good-plugins.signals:
898         * docs/plugins/inspect/plugin-alaw.xml:
899         * docs/plugins/inspect/plugin-alpha.xml:
900         * docs/plugins/inspect/plugin-alphacolor.xml:
901         * docs/plugins/inspect/plugin-annodex.xml:
902         * docs/plugins/inspect/plugin-apetag.xml:
903         * docs/plugins/inspect/plugin-audiofx.xml:
904         * docs/plugins/inspect/plugin-auparse.xml:
905         * docs/plugins/inspect/plugin-autodetect.xml:
906         * docs/plugins/inspect/plugin-avi.xml:
907         * docs/plugins/inspect/plugin-cairo.xml:
908         * docs/plugins/inspect/plugin-cdio.xml:
909         * docs/plugins/inspect/plugin-cutter.xml:
910         * docs/plugins/inspect/plugin-debug.xml:
911         * docs/plugins/inspect/plugin-dv.xml:
912         * docs/plugins/inspect/plugin-efence.xml:
913         * docs/plugins/inspect/plugin-effectv.xml:
914         * docs/plugins/inspect/plugin-flac.xml:
915         * docs/plugins/inspect/plugin-flxdec.xml:
916         * docs/plugins/inspect/plugin-gconfelements.xml:
917         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
918         * docs/plugins/inspect/plugin-goom.xml:
919         * docs/plugins/inspect/plugin-halelements.xml:
920         * docs/plugins/inspect/plugin-icydemux.xml:
921         * docs/plugins/inspect/plugin-id3demux.xml:
922         * docs/plugins/inspect/plugin-jpeg.xml:
923         * docs/plugins/inspect/plugin-ladspa.xml:
924         * docs/plugins/inspect/plugin-level.xml:
925         * docs/plugins/inspect/plugin-matroska.xml:
926         * docs/plugins/inspect/plugin-mulaw.xml:
927         * docs/plugins/inspect/plugin-multipart.xml:
928         * docs/plugins/inspect/plugin-navigationtest.xml:
929         * docs/plugins/inspect/plugin-png.xml:
930         * docs/plugins/inspect/plugin-quicktime.xml:
931         * docs/plugins/inspect/plugin-rtp.xml:
932         * docs/plugins/inspect/plugin-rtsp.xml:
933         * docs/plugins/inspect/plugin-shout2send.xml:
934         * docs/plugins/inspect/plugin-smpte.xml:
935         * docs/plugins/inspect/plugin-speex.xml:
936         * docs/plugins/inspect/plugin-taglib.xml:
937         * docs/plugins/inspect/plugin-udp.xml:
938         * docs/plugins/inspect/plugin-videobalance.xml:
939         * docs/plugins/inspect/plugin-videobox.xml:
940         * docs/plugins/inspect/plugin-videocrop.xml:
941         * docs/plugins/inspect/plugin-videoflip.xml:
942         * docs/plugins/inspect/plugin-videomixer.xml:
943         * docs/plugins/inspect/plugin-wavenc.xml:
944         * docs/plugins/inspect/plugin-wavpack.xml:
945         * docs/plugins/inspect/plugin-wavparse.xml:
946           Update plugin docs.
947
948         * gst/videomixer/Makefile.am:
949         * gst/videomixer/videomixer.c:
950         * gst/videomixer/videomixer.h:
951         * gst/videomixer/videomixerpad.h:
952           Split out header to fix warnings from the doc-build.
953
954 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
955
956         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
957
958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
959         Use atoll to parse the rtptime with enough precision. Fixes #509329.
960
961 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
962
963         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
965           Initialise variables to work around (false) 'foo might be used
966           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
967
968 2008-01-11  David Schleef  <ds@schleef.org>
969
970         * docs/plugins/.cvsignore:
971         * tests/check/pipelines/.cvsignore:
972           Ignore more files for the buildbot.
973
974 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
975
976         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
977         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
978         Generate the image-type values correctly. Leave them out of the caps
979         when outputting a "preview image" tag, since it only makes sense
980         to have one of those - the type is irrelevant.
981
982         * sys/sunaudio/gstsunaudiomixerctrl.c:
983         (gst_sunaudiomixer_ctrl_open):
984         If we can, mark the mixer multiple open when we use it, in case
985         (for some reason) the process wants to open it again elsewhere.
986
987 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         Patch by: Olivier Crete <tester at tester dot ca>
990
991         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
992         * gst/rtp/gstrtptheorapay.c:
993         Fix the clock rate to 90000 as required by the RFC.
994         Fixes #508644.
995
996 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
997
998         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
999           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1000
1001 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1002
1003         * autogen.sh:
1004           Add -Wno-portability to the automake parameters to stop warnings
1005           about GNU make extensions being used. We require GNU make in almost
1006           every Makefile anyway.
1007           
1008         * configure.ac:
1009           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1010           at the same time is required for per target flags.
1011
1012 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1013
1014         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1015         Fix error from my last commit.
1016
1017 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1018
1019         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1020
1021         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1022           Make sure the ISO 639-X language code in ID3v2 COMM frames
1023           is actually valid UTF-8 (or rather: ASCII), so we don't end
1024           up with non-UTF8 strings in tags if there's garbage in the
1025           language field. Also make sure the language code is always
1026           lower case. Fixes: #508291.
1027
1028 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1029
1030         * ChangeLog:
1031           Fix ChangeLog typo.
1032
1033 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1034
1035         * Makefile.am:
1036           Include lcov.mak to allow building coverage reports. Guard
1037           check-torture target like in the other packages.
1038
1039 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1040
1041         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1042
1043         * gst/videomixer/videomixer.c:
1044         (gst_videomixer_set_master_geometry), (_do_init),
1045         (gst_videomixer_child_proxy_get_child_by_index),
1046         (gst_videomixer_child_proxy_get_children_count),
1047         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1048         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1049         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1050         Implement GstChildProxy interface.
1051         Send newsegment at the right moment
1052         Fixes #488879
1053
1054 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1055
1056         * gst/alpha/Makefile.am:
1057         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1058         (gst_alpha_sink_event), (gst_alpha_chain),
1059         (gst_alpha_change_state), (plugin_init):
1060         Make the various properties of 'alpha' controllable. This allows doing
1061         niceties like fade-in/fade-out.
1062
1063 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1064
1065         * gst/rtp/gstasteriskh263.c:
1066         * gst/rtp/gstrtpL16depay.c:
1067         * gst/rtp/gstrtpac3depay.c:
1068         * gst/rtp/gstrtpamrpay.c:
1069         * gst/rtp/gstrtpdepay.c:
1070         * gst/rtp/gstrtpgsmdepay.c:
1071         * gst/rtp/gstrtph263depay.c:
1072         * gst/rtp/gstrtph263pdepay.c:
1073         * gst/rtp/gstrtph263ppay.c:
1074         * gst/rtp/gstrtph264depay.c:
1075         * gst/rtp/gstrtph264pay.c:
1076         * gst/rtp/gstrtpmp2tdepay.c:
1077         * gst/rtp/gstrtpmp4adepay.c:
1078         * gst/rtp/gstrtpmp4gdepay.c:
1079         * gst/rtp/gstrtpmp4gpay.c:
1080         * gst/rtp/gstrtpmp4vdepay.c:
1081         * gst/rtp/gstrtpmpadepay.c:
1082         * gst/rtp/gstrtpmpvdepay.c:
1083         * gst/rtp/gstrtpsv3vdepay.c:
1084         * gst/rtp/gstrtptheoradepay.c:
1085         * gst/rtp/gstrtptheorapay.c:
1086         * gst/rtp/gstrtpvorbisdepay.c:
1087         * gst/rtp/gstrtpvorbispay.c:
1088           Remove copy/paste unused code (property setters and getter) found by
1089           the coverage suite (yay, saves ~20k on disk).
1090
1091 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1092
1093         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1094           (videosink_templ):
1095           Also fix up pad templates to indicate that image/jpeg doesn't
1096           absolutely require the framerate property to be set (#504081).
1097
1098 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1099
1100         Based on patch by: Wouter Cloetens  <wouter at mind be>
1101
1102         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1103           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1104           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1105         * gst/matroska/matroska-mux.h:
1106           Keep track of first and last timestamps for each incoming stream,
1107           so we can calculate the total duration for live sources and other
1108           input where we can't query the duration from the start or where
1109           there's no constant framerate from which we can deduce the
1110           duration; also use calculated/observed duration if it is bigger
1111           than the previously queried duration. Furthermore, use
1112           gst_pad_query_peer_duration() and take into account that it may
1113           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1114           screws up comparisons when using unsigned integers. Fixes #504081.
1115
1116 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1117
1118         * configure.ac:
1119         * gst/audiofx/audioamplify.c:
1120         (gst_audio_amplify_clipping_method_get_type),
1121         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1122         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1123         (gst_audio_dynamic_transform_ip):
1124         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1125         (gst_audio_invert_transform_ip):
1126         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1127         (gst_audio_panorama_transform):
1128         * gst/level/gstlevel.c: (gst_level_init):
1129         Make elements GST_BUFFER_FLAG_GAP aware and call
1130         gst_base_transform_set_gap_aware for this.
1131         Bump core requirement to CVS.
1132         
1133         * gst/audiofx/audiochebyshevfreqband.c:
1134         (gst_audio_chebyshev_freq_band_transform_ip):
1135         * gst/audiofx/audiochebyshevfreqlimit.c:
1136         (gst_audio_chebyshev_freq_limit_transform_ip):
1137         Also sync GObject properties to the controller if operating
1138         in passthrough mode.
1139
1140 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1141
1142         * sys/directdraw/gstdirectdrawsink.c:
1143           (gst_directdraw_sink_window_thread):
1144           FALSE is not a gpointer.
1145
1146 2008-01-05  Julien Moutte  <julien@fluendo.com>
1147
1148         * sys/directdraw/gstdirectdrawsink.c:
1149         (gst_directdraw_sink_set_window_id),
1150         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1151         (gst_directdraw_sink_buffer_alloc),
1152         (gst_directdraw_sink_draw_borders),
1153         (gst_directdraw_sink_show_frame),
1154         (gst_directdraw_sink_setup_ddraw),
1155         (gst_directdraw_sink_window_thread),
1156         (gst_directdraw_sink_get_ddrawcaps),
1157         (gst_directdraw_sink_surface_create): Make sure we create our
1158         internal window only when we need it. That will give a chance to
1159         the application to get the prepare-xwindow-id bus message. Draw
1160         black borders when keeping aspect ratio. Handle the case where our
1161         rendering window disappears (closed or errors) like other sinks
1162         do. Various 80 columns fixes, improve state change order. That
1163         element could need some more love.
1164
1165 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1166
1167         * ext/taglib/gstapev2mux.h:
1168         * ext/taglib/gstid3v2mux.h:
1169         Remove useless typedefs without new type name. Fixes a warning with
1170         gcc 4.3.
1171
1172 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1173
1174         Patch by: John Millikin <jmillikin at gmail dot com>
1175
1176         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1177         (gst_flac_dec_setup_stream_decoder),
1178         (gst_flac_normalize_picture_mime_type),
1179         (gst_flac_extract_picture_buffer),
1180         (gst_flac_dec_metadata_callback):
1181         Emit metadata messages when a PICTURE block is encountered.
1182         Fixes #506715.
1183
1184 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1185
1186         * gst/avi/gstavi.c:
1187         increase rank because no known issues anymore ...
1188         * gst/avi/gstavisubtitle.c:
1189         send subtitle name to the srcpad
1190
1191 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1192
1193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1194         * gst/rtsp/gstrtspsrc.h:
1195         Implement redirect for the DESCRIBE reply. Fixes #506025.
1196
1197 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1198
1199         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1200         Fix 'xyz may be used uninitialized' compiler warnings caused
1201         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1202         abort() in any case but properly report the error.
1203
1204 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1205
1206         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1207         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1208         * sys/ximage/gstximagesrc.c: (composite_pixel):
1209           Fix 'xyz may be used uninitialized' compiler warnings caused
1210           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1211           not really nice to abort in any case). Fixes #505745.
1212
1213 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1216           Small unit test fix (has no practical impact at the moment,
1217           since we're only feeding utf8 and hence just create a sub-
1218           buffer for the output).
1219
1220 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1221
1222         * gst/avi/gstavisubtitle.c:
1223         * tests/check/elements/avisubtitle.c:
1224         Add seeking support for avi subtitle
1225
1226 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1227
1228         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1229         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1230         (gst_flac_dec_write):
1231         * ext/flac/gstflacdec.h:
1232         Remove some unused vars.
1233         Do more cleanup of leftover events and tags.
1234         Output tags after the segment event. Fixes #504018.
1235
1236 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1237
1238         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1239           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1240           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1241           Detect other UTF byte order markers and convert to UTF-8 as
1242           appropriate.
1243
1244 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1245
1246         * gst/avi/gstavisubtitle.c: (src_template),
1247           (gst_avi_subtitle_extract_utf8_file),
1248           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1249           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1250           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1251         * gst/avi/gstavisubtitle.h:
1252           Refactor a bit; fix name extraction; don't assume all the data
1253           in the chunk is actually subtitle data, there may be padding at
1254           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1255           file so it's there to send again after a seek (for future use).
1256
1257 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1258
1259         * gst/avi/Makefile.am:
1260         * gst/avi/gstavi.c:
1261         * gst/avi/gstavisubtitle.c:
1262         * gst/avi/gstavisubtitle.h:
1263         * tests/check/Makefile.am:
1264         * tests/check/elements/avisubtitle.c:
1265         * win32/common/config.h:
1266                 Add avi subtitle element for bug #442034. Need seeking support
1267                 and more support for character conversion.
1268
1269 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1270
1271         * Makefile.am:
1272           Include common/win32.mak for CRLF check of win32 project
1273           files (see #393626).
1274
1275         * win32/vs6/libgstpng.dsp:
1276           Fix line endings and do cvs admin -kb.
1277
1278 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1279
1280         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1281         Actually drop the buffers which are outside the currently configured
1282         segment instead of just emitting a WARNING.
1283
1284 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1285
1286         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1287         (gst_flac_dec_write):
1288         * ext/flac/gstflacdec.h:
1289         Send segments from the streaming thread. Fixes #502187.
1290         Fix segment seeking and a bunch of other seeking cases.
1291
1292 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1293
1294         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1295           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1296           which is where it would end up if the same information was
1297           put in a vorbis comment (don't think it's worth adding a
1298           new URI tag for this). Fixes #488112.
1299
1300 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1301
1302         * configure.ac:
1303           We need core/base 0.10.15 or later.
1304
1305 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1306
1307         Patch by: Mark Nauwelaerts <manauw skynet be>
1308
1309         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1310         Fix regression in stream numbering. Fixes #502655.
1311
1312 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1313
1314         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1315
1316         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1317         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1318         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1319         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1320         (gst_rtp_h264_pay_handle_buffer):
1321         * gst/rtp/gstrtph264pay.h:
1322         Use higher performance start-code searching.
1323         Parse NALs and store SPS, PPS and profile in the caps so that they can
1324         be used in the SDP. Fixes #502814.
1325
1326 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1327
1328         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1329         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1330           Init some structs to zero before we pass them to ioctl, which
1331           avoids valgrind warnings.  Also fix a small memory leak.
1332
1333 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1334
1335         Patch by: Wouter Cloetens <wouter at mind dot be>
1336
1337         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1338         Copy timestamp from input to output. Not very perfect yet but better
1339         than nothing. Fixes #503023.
1340
1341 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1342
1343         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1344           Also print a useful error message with the old Wavpack API
1345           if possible.
1346
1347 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         * ext/wavpack/gstwavpackdec.c:
1350           More build fixes for old libwavpack versions: include config.h so
1351           that WAVPACK_OLD_API is actually defined as detected; only use
1352           WavpackGetErrorMessage if it is available. This fixes the build
1353           on debian stable for me.
1354
1355 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1356
1357         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1358         * ext/wavpack/gstwavpackparse.c:
1359           (gst_wavpack_parse_create_src_pad):
1360           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1361           versions below 4.40.0.
1362
1363 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1364
1365         * configure.ac:
1366           And now do it right for real...
1367
1368 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1369
1370         * configure.ac:
1371           Correctly reset $LIBS to not contain -lm.
1372
1373 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1374
1375         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1376
1377         * configure.ac:
1378         * ext/cairo/gsttimeoverlay.c:
1379           (gst_cairo_time_overlay_print_smpte_time):
1380           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1381           and checking for rint() and implementing it ourself if it doesn't
1382           exist. Fixes #497293.
1383
1384 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1385
1386         * configure.ac:
1387           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1388
1389 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1390
1391         * sys/oss/gstosshelper.c:
1392         Verify that the format returned after the ioctl is the one
1393         we requested. It is valid for the ioctl to succeed while
1394         substituting an alternate 'supported' sample format.
1395
1396 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1397
1398         * sys/oss/gstossaudio.c: (plugin_init):
1399         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1400         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1401           Post decent (and translated) error message when we can't
1402           open the audio device for some reason.
1403
1404 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1405
1406         * sys/oss/gstosssink.c:
1407         * sys/oss/gstosssrc.c:
1408         Allow the AUDIODEV environment variable to redirect us
1409         to a different default OSS device, like sunaudiosink does
1410         on Solaris (makes audio play automatically on SunRays).
1411
1412 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1413
1414         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1415         * gst/audiofx/audiochebyshevfreqband.c:
1416         (gst_audio_chebyshev_freq_band_transform_ip):
1417         * gst/audiofx/audiochebyshevfreqlimit.c:
1418         (gst_audio_chebyshev_freq_limit_transform_ip):
1419         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1420         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1421         The transform_ip() methods should do nothing if in passthrough mode.
1422         It might get non-writable buffers in that case but the buffer might
1423         as well be writable.
1424
1425         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1426         The transform() methods won't be called in passthrough mode and
1427         otherwise the buffer is always writable so don't check here.
1428
1429 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1430
1431         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1432           Fix seeking in .wav files again (#501775).  Some people seem to think
1433           they don't need to test their changes when they're just 'reflowing'
1434           some code.
1435
1436 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1437
1438         * gst/autodetect/gstautovideosink.c:
1439         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1440         (gst_auto_video_sink_init),
1441         (gst_auto_video_sink_create_element_with_pretty_name),
1442         (gst_auto_video_sink_find_best),
1443         (gst_auto_video_sink_set_property),
1444         (gst_auto_video_sink_get_property):
1445         * gst/autodetect/gstautovideosink.h:
1446         Fix docs.
1447         Use same error reporting code as autoaudiosink.
1448         Add property to filter sinks based on caps. Only select raw video sinks
1449         by default for backwards compat.
1450         API: GstAutoVideoSink::filter-caps
1451
1452 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1453
1454         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1455
1456         * gst/autodetect/gstautoaudiosink.c:
1457         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1458         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1459         (gst_auto_audio_sink_set_property),
1460         (gst_auto_audio_sink_get_property):
1461         * gst/autodetect/gstautoaudiosink.h:
1462         Add property to filter sinks based on caps. Only select raw audio sinks
1463         by default for backwards compat.  Fixes #417420.
1464         API: GstAutoAudioSink::filter-caps
1465
1466 2007-11-29  Michael Smith <msmith@fluendo.com>
1467
1468         Patch by: Arek Korbik <arkadini@gmail.com>
1469
1470         * gst/videobox/gstvideobox.c: (plugin_init):
1471           Initialise liboil in plugin_init()
1472
1473 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1474
1475         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1476         Post error before sending EOS. Fixes #499178.
1477
1478 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1479
1480         * win32/vs6/gst_plugins_good.dsw:
1481         * win32/vs6/libgstpng.dsp:
1482         Add a project file for libgstpng
1483
1484 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1485
1486         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1487         (gst_rtp_h263_depay_process):
1488         Code beautification.
1489         Added debug statements.
1490         Don't bit-shift everything, just do operations on last/first byte
1491         instead.
1492
1493 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1494
1495         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1496
1497         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1498         Fix wrong comparison in overrun check. Fixes #499239 some more.
1499
1500 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1501
1502         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1503         (gst_rtp_h263_depay_process):
1504         * gst/rtp/gstrtph263depay.h:
1505         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1506         stream.
1507
1508 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1509
1510         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1511
1512         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1513         (gst_rtp_mp4a_depay_process):
1514         * gst/rtp/gstrtpmp4adepay.h:
1515         Fix depayloading when multiple frames are inside one RTP packet.
1516         Fixes #499239.
1517
1518 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1519
1520         * gst/level/gstlevel.c:
1521           Add GAP-flag support.
1522
1523 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1524
1525         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1526         Read the I flag for Mode A h263 rtp stream and set the
1527         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1528         Fixes #499383
1529
1530 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1531
1532         * gst/level/gstlevel.c:
1533           Remove some dead code and do cleanups.
1534
1535 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1536
1537         * tests/check/pipelines/simple-launch-lines.c:
1538           Improve the tests by allowing to set a target state.
1539
1540 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1541
1542         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1543         Don't check the caps of the output buffer if they're equal some
1544         other caps. The caps can change in a backward compatible way
1545         and did at this point.
1546
1547 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1548
1549         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1550         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1551         (gst_qtdemux_seek_to_previous_keyframe),
1552         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1553         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1554         reverse playback support.
1555
1556 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1557
1558         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1559         Also set the channel layout on the Wavpack caps if we're having
1560         a mono layout. Of course only do it for "audio/x-wavpack".
1561
1562 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1563
1564         * ext/wavpack/gstwavpackcommon.c:
1565         (gst_wavpack_get_default_channel_mask),
1566         (gst_wavpack_set_channel_layout),
1567         (gst_wavpack_get_default_channel_positions),
1568         (gst_wavpack_get_channel_mask_from_positions),
1569         (gst_wavpack_set_channel_mapping):
1570         * ext/wavpack/gstwavpackcommon.h:
1571         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1572         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1573         * ext/wavpack/gstwavpackdec.h:
1574         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1575         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1576         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1577         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1578         (gst_wavpack_enc_rewrite_first_block),
1579         (gst_wavpack_enc_sink_event):
1580         * ext/wavpack/gstwavpackenc.h:
1581         * ext/wavpack/gstwavpackparse.c:
1582         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1583         (gst_wavpack_parse_scan_to_find_sample),
1584         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1585         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1586         * ext/wavpack/gstwavpackparse.h:
1587         Add support for encoding, parsing and decoding multichannel
1588         files with up to 8 channels. This also improves the robustness
1589         of parsing quite a bit.
1590
1591         * ext/wavpack/gstwavpackstreamreader.c:
1592         (gst_wavpack_stream_reader_read_bytes),
1593         (gst_wavpack_stream_reader_get_pos),
1594         (gst_wavpack_stream_reader_set_pos_abs),
1595         (gst_wavpack_stream_reader_set_pos_rel),
1596         (gst_wavpack_stream_reader_push_back_byte),
1597         (gst_wavpack_stream_reader_get_length),
1598         (gst_wavpack_stream_reader_can_seek),
1599         (gst_wavpack_stream_reader_write_bytes):
1600         Improve debugging.
1601
1602 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1603
1604         * ext/libpng/gstpngdec.c:
1605         * ext/libpng/gstpngdec.h:
1606           Don't release the png-memory from within the callback.
1607
1608 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1609
1610         Patch by: René Stadler <mail at renestadler dot de>
1611
1612         * ext/libpng/gstpngenc.c:
1613           Don't leak buffer data memory. Fixes #498395.
1614
1615 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1616
1617         Patch by: René Stadler <mail at renestadler dot de>
1618
1619         * tests/check/pipelines/simple-launch-lines.c:
1620           Tests for #498395.
1621
1622 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1623
1624         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1625         (gst_tag_lib_mux_adjust_event_offsets):
1626         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1627         * sys/osxaudio/Makefile.am:
1628         * sys/osxvideo/cocoawindow.h:
1629         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1630
1631 2007-11-15  David Schleef  <ds@schleef.org>
1632
1633         * ext/cairo/gsttextoverlay.c:
1634           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1635
1636 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1637
1638         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1639
1640         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1641         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1642         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1643         * gst/rtp/gstrtpmp2tpay.h:
1644         Fill the MTU with as many packets as possible. Fixes #491323.
1645
1646 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1647
1648         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1649
1650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1651         Fix some more leaks. Fixes #497007.
1652
1653 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1654
1655         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1656
1657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1658         (gst_rtspsrc_stream_configure_tcp):
1659         Fix 3 pad leaks. Fixes #496983.
1660
1661 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1662
1663         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1664
1665         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1666         Fix small leak. Fixes #497017.
1667
1668 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1669
1670         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1671         (gst_qtdemux_prepare_current_sample),
1672         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1673         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1674         * gst/qtdemux/qtdemux_fourcc.h:
1675         * gst/qtdemux/qtdemux_types.c:
1676         Add suppport for theora in quicktime according to XiphQT.
1677
1678 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1679
1680         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1681         (gst_v4l2src_init), (gst_v4l2src_set_property),
1682         (gst_v4l2src_get_property):
1683         * sys/v4l2/gstv4l2src.h:
1684         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1685           Always copy buffers by default (handle safer with bugged drivers)
1686           and added a property to make it possible to use mmap effectively (no
1687           copy if possible) when application wants to. Fixes: #480557.
1688
1689 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         * gst/id3demux/id3tags.c:
1692         * gst/id3demux/id3tags.h:
1693         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1694           We don't want the same string multiple times in a tag list for the
1695           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1696           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1697
1698 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1699
1700         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1701           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1702           into ID3v2 TXXX frames (fixes #347848).
1703
1704 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1705
1706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1707           Don't leak sdp message contents (fixes #496773).
1708
1709         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1710           Don't leak URI string.
1711
1712 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1713
1714         Patch by: Julien Puydt <julien dot puydt at laposte net>
1715
1716         * ext/raw1394/Makefile.am:
1717         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1718           (gst_1394_property_probe_get_properties),
1719           (gst_1394_property_probe_probe_property),
1720           (gst_1394_property_probe_needs_probe),
1721           (gst_1394_property_probe_get_values),
1722           (gst_1394_property_probe_interface_init),
1723           (gst_1394_type_add_property_probe_interface):
1724         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1725         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1726           (gst_dv1394src_init), (gst_dv1394src_dispose),
1727           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1728           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1729           (gst_dv1394src_update_device_name):
1730         * ext/raw1394/gstdv1394src.h:
1731           Implement GstPropertyProbe interface and add "device-name" property,
1732           so applications can use this to probe for available devices in the
1733           same way they can already with v4lsrc and v4l2src (however horrible
1734           this property probe interface may be). Fixes #358841.
1735
1736 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1737
1738         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1739
1740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1741           (gst_rtspsrc_parse_range):
1742           Don't leak event, don't leak range (fixes #496752).
1743
1744 2007-11-14  Michael Smith <msmith@fluendo.com>
1745
1746         Patch by: Arek Korbik <arkadini@gmail.com>
1747
1748         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1749           Detect RGBA/BGRA correctly on little endian systems.
1750
1751 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1752
1753         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1754           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1755           corresponding ioctl() call fails even though the driver claims to
1756           support this format, just fall back to the pre-2.6.19 kernel
1757           routine that creates caps with suitable height and width ranges
1758           (see #448278).
1759
1760 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1761
1762         Patch by: Mark Nauwelaerts <manauw skynet be>
1763
1764         * gst/matroska/matroska-demux.c:
1765           (gst_matroska_demux_push_dvd_clut_change_event),
1766           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1767           (gst_matroska_demux_subtitle_caps):
1768         * gst/matroska/matroska-ids.h:
1769           Extract palette data for dvd subpicture streams and send it
1770           downstream as custom gstreamer dvd event (fixes #453417).
1771
1772 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1775           Implement minimal parsing of the passed pango font description
1776           string, so passing a font size works the same as with the
1777           pango textoverlay plugin; fixes #455086.
1778           (Maybe we could just use pangocairo here at some point).
1779
1780 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1781
1782         * gst/avi/gstavidemux.c:
1783         * gst/wavparse/gstwavparse.c:
1784           Return the result in _activate_pull(). Don't ref element there.
1785
1786 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1787
1788         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1789         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1790         (gst_wavparse_srcpad_event):
1791           Ref the element when we should, but not when we its not needed. Reflow
1792           the event_handling to not leak the event.       
1793
1794 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1795
1796         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1797         (qtdemux_parse_samples):
1798         Properly free QTDemuxSamples array.
1799         Protect table write with a sensible check, some files apparently DO contain
1800         stts values starting with 0 :(
1801
1802 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1803
1804         * gst/avi/gstavidemux.c:
1805         * gst/qtdemux/qtdemux.c:
1806           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1807           previous commit messed up.
1808
1809 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1810
1811         * gst/avi/gstavidemux.c:
1812         * gst/qtdemux/qtdemux.c:
1813           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1814           element when we should, but not when we its not needed.
1815
1816 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1817
1818         * gst/wavparse/gstwavparse.c:
1819           Return FALSE if we can't handle a query instead of changing the
1820           format. Ignore fact when dealing with mpeg audio.
1821
1822 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1823
1824         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1825
1826         * configure.ac:
1827         * gst/udp/gstdynudpsink.c:
1828         * gst/udp/gstdynudpsink.h:
1829         * gst/udp/gstmultiudpsink.c:
1830         * gst/udp/gstmultiudpsink.h:
1831         * gst/udp/gstudpsink.c:
1832         * gst/udp/gstudpsink.h:
1833           Fix includes for MSVC and GLib-2.14.0 (#492388).
1834
1835         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1836           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1837
1838 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1839
1840         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1841         (gst_mulawdec_chain):
1842         * gst/law/mulaw-decode.h:
1843         Calculate outgoing buffer duration if incoming buffer didn't have a
1844         valid duration.
1845
1846 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1847
1848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1849         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1850         Smarter combine_flow code that also deals with downstream elements
1851         returning UNEXPECTED when they receive data out of the segment
1852         boundaries. Fixes #491305.
1853
1854 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1855
1856         * sys/v4l2/v4l2src_calls.c:
1857           Fix 'unused variable' compiler warning when compiling against
1858           older kernel headers.
1859
1860 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1861
1862         * ext/taglib/gstid3v2mux.cc (add_funcs):
1863           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1864
1865 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1866
1867         * tests/check/pipelines/simple-launch-lines.c:
1868            Improve the tests a little more.
1869
1870 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1871
1872         patch by: Yun Zheng Hu
1873
1874         * sys/osxaudio/gstosxaudiosrc.c:
1875         Use default input device instead of default output device and
1876         only memcpy actual available bytes.
1877
1878 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1879
1880         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1881           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1882           early. It is temporary until we find something better.
1883
1884 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1885
1886         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1887
1888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1889         Fix race when pausing a RTSP stream in interleaved.
1890         Fixes #475784.
1891
1892 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1893
1894         Patch by: Peter Kjellerstedt <pkj at axis com>
1895
1896         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1897         Use correct unref function for buffers. #488844.
1898
1899 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1900
1901         * gst/avi/gstavimux.c:
1902         * tests/check/elements/avimux.c:
1903           Add some debug and sync tests with the fix.     
1904
1905 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1906
1907         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1908
1909         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1910         When the socket is used by the app for other purposes, don't generate an
1911         error if there is activaty on the socket that is not data related.
1912         Fixes #487488.
1913
1914 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1915
1916         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1917         (gst_v4l2src_grab_frame):
1918         Add some more debug info. Generate an error when we run out of buffers
1919         for some reason. See #480557.
1920
1921 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1922
1923         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1924
1925         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1926         Set marker bit correctly.
1927
1928 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1929
1930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1931         Use allowed name for the GstStructure.
1932
1933 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1934
1935         * ext/gconf/gstswitchsink.c:
1936         * gst/autodetect/gstautoaudiosink.c:
1937           Use new gst_bus_pop_filtered().
1938
1939 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1940
1941         * sys/v4l2/gstv4l2src.c:
1942         * sys/v4l2/v4l2src_calls.c:
1943           When probing the formats and sizes a camera supports, make
1944           sure the best ones (highest resolution, prefered format)
1945           end up at the beginning of the probed caps and the less
1946           desirable ones at the end.  This is important because the
1947           order within the caps matters for things like fixation and
1948           negotiation, ie. what format is chosen in the end.
1949           With recent kernels, the current probing code will end up
1950           querying the supported sizes from lowest resolution to
1951           highest resolution, adding them to the probed caps in that
1952           order, resulting to v4l2src fixating to the lowest possible
1953           resolution if downstream does not express a size preference.
1954           Also make up a somewhat random ranking of prefered output
1955           formats for the same reason. Fixes #485828.
1956         
1957 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1960
1961         * gst/id3demux/id3v2frames.c:
1962           Extract license/copyright URIs from ID3v2 WCOP frames
1963           (Fixes #447000).
1964
1965         * tests/check/elements/id3demux.c:
1966         * tests/files/Makefile.am:
1967         * tests/files/id3-447000-wcop.tag:
1968           Add simple unit test.
1969
1970 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1971
1972         * ext/taglib/gstid3v2mux.cc:
1973           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1974           Prerequisite for #447000.
1975
1976 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1977
1978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
1979         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
1980         a GstClockTime.
1981
1982 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1983
1984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
1985         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
1986         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
1987         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
1988         (gst_rtspsrc_change_state):
1989         More seeking fixes, mostly passing around the new playback segment in
1990         order to configure it properly.
1991         Also reset base_time of udp sources when setting them back to PLAYING as
1992         a temporary hack until core supports seek in live sources properly.
1993
1994 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
1995
1996         * gst/rtp/gstrtpmp4adepay.c:
1997         Fix caps as to not confuse autopluggers.
1998
1999 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2000
2001         * gst/id3demux/gstid3demux.c:
2002         * gst/id3demux/gstid3demux.h:
2003         * gst/id3demux/id3tags.c:
2004         * gst/id3demux/id3tags.h:
2005         * gst/id3demux/id3v2frames.c:
2006           Port ID3 tag demuxer over to the new GstTagDemux in -base
2007           (now would be a good time to test re-importing your music
2008           collection).
2009
2010 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2011
2012         * gst/apetag/Makefile.am:
2013         * gst/apetag/gstapedemux.c:
2014         * gst/apetag/gstapedemux.h:
2015         * gst/apetag/gsttagdemux.c:
2016         * gst/apetag/gsttagdemux.h:
2017           Port APE tag demuxer over to the new GstTagDemux in -base.
2018
2019 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2020
2021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2022         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2023         (gst_rtspsrc_handle_internal_src_query),
2024         (gst_rtspsrc_handle_src_query), (new_session_pad),
2025         (gst_rtspsrc_stream_configure_tcp),
2026         (gst_rtspsrc_stream_configure_transport),
2027         (gst_rtspsrc_loop_send_cmd):
2028         Improve flushing behaviour.
2029         Set state of the udp sources to PAUSE/PLAYING correctly.
2030         Handle events and queries for UDP and TCP transport now.
2031
2032 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2033
2034         * gst/rtp/gstrtpgsmdepay.c:
2035         * gst/rtp/gstrtpgsmpay.c:
2036           Add log category.
2037
2038 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2039
2040         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2041
2042         * tests/check/Makefile.am:
2043         * tests/check/pipelines/simple-launch-lines.c:
2044           Add unit tests for payloaders/depayloaders.
2045
2046 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2047
2048         * gst/avi/gstavimux.c:
2049         * gst/avi/gstavimux.h:
2050           Also save codec data for audio streams. Fixes #482495.
2051
2052 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2053
2054         * gst/avi/gstavimux.c:
2055           Fix "Index entry has invalid stream nr 1".
2056           Add support for muxing aac - work in progress (see #482495).
2057
2058 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2059
2060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2061         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2062         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2063         * gst/rtsp/gstrtspsrc.h:
2064         Parse bandwidth modifiers, they are not yet configured in the session
2065         manager because we don't have an API for that yet.
2066
2067 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2068
2069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2070         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2071         Use shiny new function in -base to get the default clock-rate.
2072         Update some docs.
2073
2074 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2075
2076         * win32/MANIFEST:
2077         Add files to win32 manifest.
2078         * win32/vs6/libgstaudiofx.dsp:
2079         * win32/vs6/libgstqtdemux.dsp:
2080         * win32/vs6/libgstrtp.dsp:
2081         * win32/vs6/libgstrtsp.dsp:
2082         Update project files.
2083
2084 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2085
2086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2087         (gst_rtspsrc_play):
2088         * gst/rtsp/gstrtspsrc.h:
2089         In TCP mode, only timestamp the first buffer. TCP is not real time and
2090         it does not make sense to try to skew compensate, also some servers send
2091         the first batch of data in a burst.
2092
2093 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * gst/matroska/matroska-demux.c:
2096           Fix setting the discont flag on the first buffer
2097           pushed downstream for formats with private codec
2098           data that needs to be deserialised into buffers
2099           (such as vorbis and FLAC when in a matroska container).
2100
2101 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2102
2103         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2104
2105         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2106         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2107         (gst_rtp_mp4v_pay_handle_buffer):
2108         * gst/rtp/gstrtpmp4vpay.h:
2109         Free the config string. Fixes #480707.
2110         Clean up the timestamp code a little.
2111
2112 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2113
2114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2115         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2116         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2117         * gst/rtsp/gstrtspsrc.h:
2118         Set timestamps on RTP buffers in interleaved mode.
2119         Mark first buffers with a DISCONT.
2120         Remove flush hack now that sync for live sources has been figured out.
2121
2122 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2123
2124         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2125         Update documentation.
2126
2127 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2128
2129         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2130         (gst_rtp_xqt_depay_change_state):
2131         * gst/qtdemux/gstrtpxqtdepay.h:
2132         Fail if we don't know the quicktime format.
2133
2134 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         * ext/flac/gstflacenc.c:
2137         * ext/flac/gstflacenc.h:
2138           Save the flow return from the last gst_pad_push() and
2139           make sure we pass the right flow return value upstream
2140           in the case of failure; minor clean-ups.
2141
2142 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2143
2144         * ext/taglib/gstapev2mux.cc:
2145         * ext/taglib/gstid3v2mux.cc:
2146         * gst/apetag/gstapedemux.c:
2147           Add support for the new GST_TAG_COMPOSER (#459809).
2148
2149 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2150
2151         * gst/law/alaw-decode.c:
2152         * gst/law/alaw-decode.h:
2153         * gst/law/alaw-encode.c:
2154         * gst/law/alaw-encode.h:
2155         * gst/law/alaw.c:
2156         * gst/law/mulaw-conversion.h:
2157           Compulsive clean-ups: use boilerplate macros, add debug
2158           categories, fix up things to conform to symbol nomenklatura,
2159           etc.
2160
2161 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2162
2163         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2164
2165         * gst/law/alaw-decode.c:
2166         * gst/law/alaw-encode.c:
2167           Use static tables for A-Law decoding and encoding; this makes
2168           A-Law decoding and encoding less CPU-intensive, but increases
2169           the binary size a bit. Leaving old code around for now,
2170           selectable by a define in the code. Fixes #435435.
2171
2172 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2173
2174         * configure.ac:
2175         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2176         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2177         in configure.ac.
2178
2179 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2180
2181         Patch by: Jan Gerber <j at bootlab dot org>
2182
2183         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2184         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2185
2186 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2187
2188         * sys/oss/gstosshelper.c:
2189           Use GST_WARNING instead of a g_critical. This situation is not caused
2190           by the application.
2191
2192 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2193
2194         * po/LINGUAS:
2195         * po/nl.po:
2196           Updated translations.
2197
2198 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2199
2200         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2201
2202         * po/eu.po:
2203           Added Basque translation.
2204
2205 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2206
2207         translated by: Abel Cheung <abelcheung@gmail.com>
2208
2209         * po/zh_HK.po:
2210         * po/zh_TW.po:
2211           Added Chinese (traditional and Hong Kong) translation.
2212
2213 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2214
2215         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2216
2217         * po/pl.po:
2218           Added Polish translation.
2219
2220 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2221
2222         translated by: Ilkka Tuohela <hile@iki.fi>
2223
2224         * po/fi.po:
2225           Added Finnish translation.
2226
2227 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2228
2229         translated by: Jorge González González <aloriel@gmail.com>
2230
2231         * po/es.po:
2232           Added Spanish translation.
2233
2234 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2235
2236         translated by: Mogens Jaeger <mogens@jaeger.tf>
2237
2238         * po/da.po:
2239           Added Danish translation.
2240
2241 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2242
2243         translated by: Funda Wang <fundawang@linux.net.cn>
2244
2245         * po/zh_CN.po:
2246           Added Chinese (simplified) translation.
2247
2248 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2249
2250         translated by: Alexander Shopov <ash@contact.bg>
2251
2252         * po/bg.po:
2253           Added Bulgarian translation.
2254
2255 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2256
2257         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2258         Set outgoing packet duration because we can. Fixes #478244 some more.
2259
2260 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2261
2262         * ext/cairo/gsttextoverlay.c:
2263           Add info about static leak.
2264         
2265         * tests/check/Makefile.am:
2266         * tests/check/generic/states.c:
2267           Improved state change unit test.
2268
2269 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2270
2271         * docs/plugins/.cvsignore:
2272         * tests/check/.cvsignore:
2273           Ignore registries in any format.
2274
2275 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2276
2277         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2278         Removed some unused code.
2279
2280         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2281         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2282         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2283         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2284         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2285         (gst_rtp_theora_pay_flush_packet):
2286         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2287         Try to preserve the incomming buffer duration on the outgoing
2288         packets. Fixes #478244.
2289
2290 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2291
2292         * ext/taglib/gstapev2mux.cc:
2293         * ext/taglib/gstid3v2mux.cc:
2294           Work around compiler warnings with g++-4.2 when assigning a
2295           string constant to a gchar * (partially fixes #478092).
2296
2297 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2298
2299         * configure.ac:
2300           We require core CVS now for gst_base_src_set_do_timestamp().
2301
2302 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2303
2304         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2306         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2307         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2308         (gst_rtspsrc_handle_message):
2309         Fix compiler warnings shown with Forte.
2310
2311 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2312
2313         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2314         (gst_rtspsrc_dup_printf):
2315         Give meaningfull error when all streams failed to configure for some
2316         reason.
2317
2318 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2319
2320         * gst/rtp/README:
2321         Update README with the design for synchronisation rules of RTP on
2322         sender and receiver.
2323
2324 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2325
2326         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2327         (gst_wavparse_chain):
2328         Don't push EOS from the chain function, the element
2329         driving the pipeline is responsible for this. The bug
2330         this was meant to fix seems to be queue not forwarding
2331         EOS in all cases (see #476514).
2332
2333 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2334
2335         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2336         (gst_level_transform_ip):
2337         * gst/level/gstlevel.h:
2338         Use basetransform segment so that it is correctly managed on flushes and
2339         start/stop.
2340         Report message timestamp as stream time, which is what an application
2341         can understand.
2342
2343 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2344
2345         * ext/taglib/gstapev2mux.cc:
2346         * ext/taglib/gstapev2mux.h:
2347         * ext/taglib/gsttaglibmux.c:
2348         * tests/check/elements/apev2mux.c:
2349         Update my mail address.
2350
2351 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2352
2353         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2354         (gst_wavparse_loop), (gst_wavparse_chain):
2355         Add EOS logic for the push-based mode too. Fixes #476514.
2356
2357 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2358
2359         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2360         * gst/law/alaw-encode.h:
2361         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2362         (gst_mulawenc_chain):
2363         * gst/law/mulaw-encode.h:
2364         Fix law encoder timestamps.
2365
2366 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2367
2368         * ext/gconf/gstgconfaudiosink.c:
2369           Fix warning when building without debug.
2370
2371         * sys/oss/gstossmixertrack.c:
2372           Use const like in alsamixertrack.c (fixes warnings).
2373
2374 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2375
2376         * sys/v4l2/v4l2src_calls.c:
2377         (gst_v4l2src_probe_caps_for_format_and_size):
2378         Fix framerate detection code some more.
2379         Handle the case where there is a weird step in the stepwise framerates.
2380         Don't overwrite the min interval with the framerate, use a temp variable
2381         instead.
2382         Use max in the Continuous framerate intervals instead of step, which is
2383         1 according to the docs. Fixes #475424.
2384
2385 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2386
2387         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2388         Make udpsrc timestamp outgoing buffers based on when they were received.
2389         Also make it output a segment in time.
2390
2391 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2392
2393         * gst/avi/gstavidemux.c:
2394           Plug a little leak. Little code cleanups.
2395
2396 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2397
2398         * configure.ac:
2399           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2400           flac versions, 's good for cross-compilation karma.
2401
2402 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2403
2404         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2405
2406         * gst/rtp/gstrtph263pay.c:
2407           Fix up header structure so that compilers don't add padding
2408           between the structure fields, since that would lead to us
2409           sending RTP packets with broken headers (as is currently the
2410           case when compiling with MSVC). Also see similar fixes in
2411           libgstrtp in gst-plugins-base. (#474616; #471194)
2412
2413 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2414
2415         * sys/v4l2/v4l2src_calls.c:
2416         (gst_v4l2src_probe_caps_for_format_and_size):
2417         Don't overwrite our GValue with 0 but instead use the previously
2418         computed value. Fixes #471823 some more.
2419
2420 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2421
2422         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2423           No tabs in this file please, or gtk-doc will end up documenting
2424           rather absurd class hierarchies.
2425
2426 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2427
2428         * ext/gconf/gstswitchsink.c:
2429           If the new kid element fails to change state for some reason
2430           (e.g. esdsink not being able to connect to the sound server),
2431           forward the error message it posted on the bus instead of just
2432           posting a generic 'Internal state change error: please file a
2433           bug' error message. Fixes #471364.
2434
2435 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2436
2437         * gst/qtdemux/Makefile.am:
2438         * gst/qtdemux/qtdemux.c:
2439           Don't assume tags are encoded as UTF-8 (#473670).
2440
2441 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2442
2443         * sys/v4l2/gstv4l2src.c:
2444         * sys/v4l2/gstv4l2src.h:
2445         * sys/v4l2/v4l2src_calls.c:
2446           Implement LATENCY queries in the crudest way possible so I don't
2447           have to use sync=false any longer when testing with videosinks.
2448
2449 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2450
2451         * configure.ac:
2452           Fix build.
2453
2454 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2455
2456         * sys/v4l2/v4l2src_calls.c:
2457         (gst_v4l2src_probe_caps_for_format_and_size):
2458         Add some more debugging in the framerate function.
2459         Iterate stepwise framerate up to and _including_ the max and if nothing
2460         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2461         don't end up with an empty list. Fixes #471823
2462
2463 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2464
2465         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2466         (gst_multiudpsink_set_clients_string),
2467         (gst_multiudpsink_get_clients_string),
2468         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2469         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2470         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2471         (gst_multiudpsink_clear):
2472         Add property do configure destination address/port pairs
2473         API:GstMultiUDPSink::clients
2474
2475 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2476
2477         * tests/examples/Makefile.am:
2478         * tests/examples/rtp/Makefile.am:
2479         * tests/examples/rtp/client-H263p-AMR.sh:
2480         * tests/examples/rtp/client-H263p-PCMA.sdp:
2481         * tests/examples/rtp/client-H263p-PCMA.sh:
2482         * tests/examples/rtp/client-H264-PCMA.sdp:
2483         * tests/examples/rtp/client-H264-PCMA.sh:
2484         * tests/examples/rtp/client-PCMA.sh:
2485         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2486         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2487         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2488         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2489         Added some RTP example scripts for sending and receiving RTP streams.
2490
2491 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2492
2493         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2494         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2495         Restructure the setcaps function so that we can also compute the
2496         expected GStreamer output size of the video frames.
2497         Set frame_byte_size correctly so that read-based devices have a chance
2498         of working correctly.
2499         When grabbing a frame, discard frames that are not of the expected size.
2500         Some cameras don't output the right framesize for the first buffer.
2501         Try only a couple of times to get a valid frame, else error out.
2502
2503         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2504         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2505         Add some more debug info when scanning the device.
2506
2507         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2508         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2509         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2510         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2511         Add some more debug info when dequeing a frame.
2512
2513 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2514
2515         * gst/wavparse/gstwavparse.c:
2516           More code cleanups. Add some more comment and improve debugs logs.
2517
2518 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2519
2520         * gst/wavparse/gstwavparse.c:
2521         * gst/wavparse/gstwavparse.h:
2522           Implement seek-query. Refactor duration calculations. Appropriate use
2523           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2524           out of loops.
2525
2526 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2527
2528         * gst/avi/gstavidemux.c:
2529           Implement seek-query.
2530
2531 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2532
2533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2534         (gst_rtspsrc_dup_printf):
2535         Use new basesink async property to make sparse RTCP packet not wait for
2536         preroll.
2537
2538 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2539
2540         * gst/audiofx/Makefile.am:
2541         Dist the right file.
2542
2543 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2544
2545         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2546         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2547         Make sure we generate and parse floating point values in the POSIX
2548         locale instead of the current locale. 
2549
2550 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2551
2552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2553         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2554         (gst_rtspsrc_play):
2555         * gst/rtsp/gstrtspsrc.h:
2556         Fix method detection again.
2557         Keep track of when we must send a Range header.
2558         Use segment values for Range, Speed and Scale headers.
2559         Parse Speed and Scale headers to update the segment values.
2560
2561 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2562
2563         patch by: Mark Nauwelaerts <manauw@skynet.be>
2564
2565         * sys/v4l2/v4l2src_calls.c:
2566           Handle optional v4l2 ioctls gracefully.
2567
2568 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2569
2570         * gst/rtp/Makefile.am:
2571         * gst/rtp/gstrtp.c: (plugin_init):
2572         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2573         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2574         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2575         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2576         (gst_rtp_h263_depay_get_property),
2577         (gst_rtp_h263_depay_change_state),
2578         (gst_rtp_h263_depay_plugin_init):
2579         * gst/rtp/gstrtph263depay.h:
2580         Added an H263 depayloader. Fixes #369392.
2581
2582         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2583         (gst_rtp_h263p_depay_process):
2584         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2585         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2586         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2587         payloads.
2588         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2589
2590 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2591
2592         * gst/audiofx/audiochebyshevfreqband.c:
2593         * gst/audiofx/audiochebyshevfreqlimit.c:
2594         Add small comparision with the windowed sinc filters in the docs.
2595
2596 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2597
2598         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2599         (audiochebyshevfreqband_suite):
2600         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2601         (audiochebyshevfreqlimit_suite):
2602         Also test 32 bit float mode and the type 2 variants of the filters.
2603
2604 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2605
2606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2607         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2608         (gst_rtspsrc_loop):
2609         Refactor the udp and interleaved loop function a bit.
2610
2611 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2612
2613         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2614         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2615         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2616         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2617         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2618         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2619         * gst/rtsp/gstrtspsrc.h:
2620         Protect connection activity with a new lock, avoids deadlocks when going
2621         to PAUSED. Fixes #455808.
2622
2623 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2624
2625         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2626         Fix debug statement.
2627
2628 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2629
2630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2631         Fix stray %u in debug line as spotted by Saur on IRC.
2632
2633 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2634
2635         * gst/audiofx/audiochebyshevfreqband.c:
2636         (gst_audio_chebyshev_freq_band_class_init):
2637         * gst/audiofx/audiochebyshevfreqlimit.c:
2638         (gst_audio_chebyshev_freq_limit_class_init):
2639         Use generator macros for the process functions for the different
2640         sample types, add lower upper boundaries for the GObject properties
2641         so automatically generated UIs can use sliders and add a note about
2642         the number of poles as a too high number of poles combined with
2643         very low or very high frequencies will produce only noise.
2644         * docs/plugins/gst-plugins-good-plugins.args:
2645         Regenerated for the property changes.
2646
2647 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2648
2649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2650         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2651         (gst_rtspsrc_stream_configure_udp_sink),
2652         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2653         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2654         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2655         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2656         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2657         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2658         * gst/rtsp/gstrtspsrc.h:
2659         Improve timeout handling.
2660         Use the same socket for sending and receiving RTCP packets so that some
2661         servers can track clients better.
2662         Improve connection closed handling. Try to reconnect.
2663         Don't overwrite our content base with NULL.
2664         Improve debugging.
2665         Improve range parsing and handling.
2666         Remove flushing hack now that core does the right thing.
2667
2668 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2669
2670         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2671         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2672         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2673         (gst_multiudpsink_close), (gst_multiudpsink_add):
2674         * gst/udp/gstmultiudpsink.h:
2675         Add support for getting and setting the socket to use.
2676
2677         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2678         (gst_udpsrc_create), (gst_udpsrc_get_property):
2679         Add support for getting the currently used socket.
2680
2681 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2682
2683         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2684
2685         * gst/audiofx/Makefile.am:
2686         * gst/audiofx/audiochebyshevfreqband.c:
2687         (gst_audio_chebyshev_freq_band_mode_get_type),
2688         (gst_audio_chebyshev_freq_band_base_init),
2689         (gst_audio_chebyshev_freq_band_dispose),
2690         (gst_audio_chebyshev_freq_band_class_init),
2691         (gst_audio_chebyshev_freq_band_init),
2692         (generate_biquad_coefficients), (calculate_gain),
2693         (generate_coefficients),
2694         (gst_audio_chebyshev_freq_band_set_property),
2695         (gst_audio_chebyshev_freq_band_get_property),
2696         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2697         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2698         (gst_audio_chebyshev_freq_band_start):
2699         * gst/audiofx/audiochebyshevfreqband.h:
2700         * gst/audiofx/audiochebyshevfreqlimit.c:
2701         (gst_audio_chebyshev_freq_limit_mode_get_type),
2702         (gst_audio_chebyshev_freq_limit_base_init),
2703         (gst_audio_chebyshev_freq_limit_dispose),
2704         (gst_audio_chebyshev_freq_limit_class_init),
2705         (gst_audio_chebyshev_freq_limit_init),
2706         (generate_biquad_coefficients), (calculate_gain),
2707         (generate_coefficients),
2708         (gst_audio_chebyshev_freq_limit_set_property),
2709         (gst_audio_chebyshev_freq_limit_get_property),
2710         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2711         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2712         (gst_audio_chebyshev_freq_limit_start):
2713         * gst/audiofx/audiochebyshevfreqlimit.h:
2714         * gst/audiofx/audiofx.c: (plugin_init):
2715         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2716         Fixes #464800.
2717
2718         * tests/check/Makefile.am:
2719         * tests/check/elements/.cvsignore:
2720         * tests/check/elements/audiochebyshevfreqband.c:
2721         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2722         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2723         * tests/check/elements/audiochebyshevfreqlimit.c:
2724         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2725         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2726         Add unit tests for the chebyshev filters.
2727
2728         * docs/plugins/Makefile.am:
2729         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2730         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2731         * docs/plugins/gst-plugins-good-plugins.args:
2732         * docs/plugins/inspect/plugin-1394.xml:
2733         * docs/plugins/inspect/plugin-audiofx.xml:
2734         * docs/plugins/inspect/plugin-dv.xml:
2735         * docs/plugins/inspect/plugin-flac.xml:
2736         * docs/plugins/inspect/plugin-jpeg.xml:
2737         * docs/plugins/inspect/plugin-png.xml:
2738         * docs/plugins/inspect/plugin-rtp.xml:
2739         * docs/plugins/inspect/plugin-shout2send.xml:
2740         * docs/plugins/inspect/plugin-wavpack.xml:
2741         And add docs for the chebyshev filters. While doing
2742         that also run make update in docs/plugins.
2743
2744 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2745
2746         * ext/annodex/gstcmmltag.c:
2747         * gst/rtp/gstrtpvorbispay.c:
2748           Make ro memory to share.
2749
2750 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2751
2752         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2753         Improve UDP performance by avoiding a select() when we have data
2754         available immediatly.
2755
2756 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2757
2758         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2759         (gst_rtp_dec_class_init):
2760         * gst/rtsp/gstrtpdec.h:
2761         Add (dummy) SSRC management signals.
2762
2763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2764         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2765         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2766         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2767         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2768         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2769         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2770         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2771         * gst/rtsp/gstrtspsrc.h:
2772         Add connection-speed property.
2773         Add find_stream helper functions.
2774         Handle stream EOS based on BYE messages or SSRC timeout.
2775         Returns SUCCESS from the state change function as we hide our async
2776         elements from the parent.
2777
2778 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2779
2780         * gst/debug/rndbuffersize.c:
2781           Fix da leak.
2782
2783 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2784
2785         * gst/debug/Makefile.am:
2786         * gst/debug/breakmydata.c:
2787         * gst/debug/gstdebug.c:
2788         * gst/debug/negotiation.c:
2789         * gst/debug/progressreport.c:
2790         * gst/debug/rndbuffersize.c:
2791         * gst/debug/testplugin.c:
2792           Add new test element and clean-up the others a little.
2793
2794 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2795
2796         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2797         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2798
2799 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * gst/rtp/gstrtpilbcdepay.c:
2802           Include stdlib.
2803
2804 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2805
2806         * gst/rtp/gstrtpmpvdepay.c:
2807         Set the mpegversion in the caps so that autoplugging does not get
2808         confused.
2809
2810 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2811
2812         * po/hu.po:
2813         * po/uk.po:
2814         * po/vi.po:
2815           Updated translations.
2816
2817 2007-08-08  Michael Smith <msmith@fluendo.com>
2818
2819         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2820           Render right border in the correct location.
2821
2822 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2823
2824         Patch by: Olivier Crete <tester at tester dot ca>
2825
2826         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2827         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2828         Make mode property a string. Fixes #464475.
2829
2830 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2831
2832         * ext/flac/gstflacenc.c:
2833           Widen caps to match decoder a bit and add more FIXMEs.
2834
2835 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2836
2837         patch by: Mark Nauwelaerts <manauw@skynet.be>
2838
2839         * gst/avi/gstavimux.c:
2840           Fix ODML index tag numbering. Fixes #463624.
2841
2842 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2843
2844         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2845         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2846         (gst_rtspsrc_stream_configure_tcp),
2847         (gst_rtspsrc_stream_configure_udp_sink):
2848         Fix default clock-rate for realmedia.
2849         Fix parsing of transport.
2850         Don't try to link NULL pads.
2851
2852 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * po/POTFILES.skip:
2855           Add POTFILES.skip with list of source files that aren't disted at the
2856           moment but contain translatable strings. Should hopefully pacify
2857           broken tools and make it clearer that these files are left out
2858           intentionally (#461600).
2859
2860 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2861
2862         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2863         If the buffer was entirely clipped ... don't try sending it :)
2864
2865 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2866
2867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2868         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2869         (gst_rtspsrc_create_transports_string),
2870         (gst_rtspsrc_prepare_transports):
2871         If we don't hav a session manager, set the caps on outgoing buffers
2872         ourselves.
2873         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2874         Append final bit of the transport string even when it does not contain a
2875         placeholder.
2876
2877 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2878
2879         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2880         (gst_rtsp_ext_list_connect):
2881         * gst/rtsp/gstrtspext.h:
2882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2883         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2884         Clean up the interface list.
2885         Allow connecting to interface signals for the extensions.
2886         Remove old extension code.
2887         Free list on cleanup.
2888         Allow extensions to send additional RTSP messages.
2889
2890 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2891
2892         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2893         Handle a NULL gconf key gracefully by rendering the default element.
2894
2895 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2896
2897         * gst/rtsp/gstrtspext.h:
2898         Fix include path for extension interface.
2899
2900 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2901
2902         * gst/audiofx/audioamplify.h:
2903         Also remove a now unecessary variable here.
2904
2905 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2906
2907         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2908         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2909         * gst/audiofx/audiodynamic.c:
2910         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2911         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2912         * gst/audiofx/audiodynamic.h:
2913         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2914         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2915         * gst/audiofx/audioinvert.h:
2916         Don't save format information ourselves, this is already saved in
2917         GstAudioFilter.
2918
2919 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2920
2921         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2922         (gst_rtsp_ext_list_stream_select):
2923         * gst/rtsp/gstrtspext.h:
2924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2925         Use rank to filter out extensions.
2926         Add url to stream_select interface call.
2927
2928 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2929
2930         * gst/rtsp/Makefile.am:
2931         * gst/rtsp/base64.c:
2932         * gst/rtsp/base64.h:
2933         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2934         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2935         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2936         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2937         (gst_rtsp_ext_list_setup_media),
2938         (gst_rtsp_ext_list_configure_stream),
2939         (gst_rtsp_ext_list_get_transports),
2940         (gst_rtsp_ext_list_stream_select):
2941         * gst/rtsp/gstrtspext.h:
2942         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2943         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2944         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2945         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2946         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2947         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2948         (gst_rtspsrc_stream_configure_tcp),
2949         (gst_rtspsrc_stream_configure_mcast),
2950         (gst_rtspsrc_stream_configure_udp),
2951         (gst_rtspsrc_stream_configure_udp_sink),
2952         (gst_rtspsrc_stream_configure_transport),
2953         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2954         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2955         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2956         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2957         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2958         (gst_rtspsrc_parse_methods),
2959         (gst_rtspsrc_create_transports_string),
2960         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2961         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2962         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2963         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2964         * gst/rtsp/gstrtspsrc.h:
2965         * gst/rtsp/rtsp.h:
2966         * gst/rtsp/rtspconnection.c:
2967         * gst/rtsp/rtspconnection.h:
2968         * gst/rtsp/rtspdefs.c:
2969         * gst/rtsp/rtspdefs.h:
2970         * gst/rtsp/rtspext.h:
2971         * gst/rtsp/rtspextwms.c:
2972         * gst/rtsp/rtspextwms.h:
2973         * gst/rtsp/rtspmessage.c:
2974         * gst/rtsp/rtspmessage.h:
2975         * gst/rtsp/rtsprange.c:
2976         * gst/rtsp/rtsprange.h:
2977         * gst/rtsp/rtsptransport.c:
2978         * gst/rtsp/rtsptransport.h:
2979         * gst/rtsp/rtspurl.c:
2980         * gst/rtsp/rtspurl.h:
2981         * gst/rtsp/sdp.h:
2982         * gst/rtsp/sdpmessage.c:
2983         * gst/rtsp/sdpmessage.h:
2984         * gst/rtsp/test.c:
2985         Use shiny new RTSP and SDP library.
2986         Implement RTSP extensions using the new interface.
2987         Remove a lot of old code.
2988
2989 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
2990
2991         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2992         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
2993
2994 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
2995
2996         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
2997         Don't unref the outgoing buffer twice when dropping it because it's
2998         outside of the segment.
2999
3000 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3001
3002         * configure.ac:
3003         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3004         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3005         Use the new buffer clipping function from gstaudio here and
3006         require gst-plugins-base CVS.
3007         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3008         For framed Wavpack buffers we require a valid timestamp.
3009
3010 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3011
3012         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3013         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3014         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3015         Clip raw audio and video when we can, keep track of current output
3016         segment.
3017         Don't leak buffers and events when there is no output pad.
3018         Improve debugging here and there.
3019
3020 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3021
3022         * configure.ac:
3023           Sync liboil check with plugins-base.
3024
3025 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3026
3027         * ext/annodex/Makefile.am:
3028           Fix CFLAGS/LIBS.
3029
3030         * ext/cdio/gstcdiocddasrc.c:
3031         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3032           Include stdlib
3033
3034         * ext/cairo/Makefile.am:
3035         * gst/videofilter/Makefile.am:
3036         * tests/examples/level/Makefile.am:
3037           Use $(LIBM) instead of -lm
3038
3039 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3040
3041         * sys/v4l2/gstv4l2src.c:
3042           Add another example pipeline.
3043
3044 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3045
3046         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3047
3048         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3049           Use define here.
3050
3051         * sys/v4l2/gstv4l2tuner.c:
3052         (gst_v4l2_tuner_set_frequency_and_notify):
3053           Don't touch the property - its still disabled.
3054
3055         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3056         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3057         * sys/v4l2/v4l2src_calls.h:
3058           Improve fallback format negotionation. Fixes #451388
3059
3060 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3061
3062         * tests/check/elements/videocrop.c: (GST_START_TEST):
3063           Fix the test.
3064
3065 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3066
3067         * docs/plugins/Makefile.am:
3068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3069         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3070         * docs/plugins/inspect/plugin-jpeg.xml:
3071         * docs/plugins/inspect/plugin-png.xml:
3072         * ext/jpeg/gstjpegdec.c:
3073         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3074         (gst_pngdec_sink_setcaps):
3075           More docs. More logs in pngdec.
3076
3077 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3080           Initialize num_buffers with minimum value.
3081
3082         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3083         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3084           Handle frame-size query failure gracefully.
3085
3086 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3087
3088         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3089         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3090         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3091         of qt/aac files.
3092
3093 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3094
3095         * ext/wavpack/gstwavpackdec.c:
3096         (gst_wavpack_dec_clip_outgoing_buffer):
3097         Fix buffer clipping to correctly clip to the segment stop.
3098
3099 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3100
3101         * configure.ac:
3102         * tests/Makefile.am:
3103         Remove bogus check for libcheck, since we check for
3104         gstreamer-check and it pulls in the required info from there,
3105         and we weren't actually _using_ the information for libcheck
3106         ourselves anyway.
3107
3108 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3109
3110         * configure.ac:
3111           Use pkg-config to locate check.
3112
3113 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3114
3115         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3116         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3117         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3118         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3119         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3120         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3121         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3122         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3123         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3124         * gst/effectv/gstrev.c: (gst_revtv_transform):
3125         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3126         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3127         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3128         * gst/matroska/matroska-demux.c:
3129         (gst_matroska_demux_add_wvpk_header),
3130         (gst_matroska_demux_check_subtitle_buffer),
3131         (gst_matroska_decode_buffer):
3132         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3133           Fix build against core CVS.
3134
3135 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3136
3137         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3138         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3139         don't have enough granularity to convert that boolean into a
3140         GstFlowReturn.
3141
3142 2007-07-06  Michael Smith <msmith@fluendo.com>
3143
3144         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3145         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3146         (gst_alawdec_change_state):
3147         * gst/law/alaw-decode.h:
3148         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3149         (gst_mulawdec_class_init), (gst_mulawdec_init),
3150         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3151         * gst/law/mulaw-decode.h:
3152           Fix capsnego bogosity in *law decoders. 
3153
3154 2007-07-06  Michael Smith <msmith@fluendo.com>
3155
3156         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3157         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3158         (gst_smokeenc_change_state):
3159         * ext/jpeg/gstsmokeenc.h:
3160           Remove stupidity in get/set caps functions.
3161           Fix some refcounting problems.
3162
3163 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3164
3165         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3166         Remove endianness-flipping hack that seems to have been required
3167         only because of a bug in ffmpegcolorspace.
3168         Partially Fixes: #451908
3169
3170 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3171
3172         * docs/plugins/Makefile.am:
3173           Simplify --extra-dir as gtkdoc scans recursively.
3174
3175 2007-07-03  Wim Taymans  <wim@fluendo.com>
3176
3177         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3178
3179         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3180         Set the encoding-name in the rtp caps to all uppercase, as required by
3181         the caps spec.
3182         Some small cleanups in the error paths. Fixes #453037.
3183
3184 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3185
3186         * ext/wavpack/gstwavpackparse.c:
3187         (gst_wavpack_parse_index_get_last_entry),
3188         (gst_wavpack_parse_index_get_entry_from_sample),
3189         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3190         (gst_wavpack_parse_scan_to_find_sample):
3191         * ext/wavpack/gstwavpackparse.h:
3192         Use a GSList for the GArray that is used like a list anyway.
3193
3194 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3195
3196         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3197         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3198         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3199           Add state change function where we set 0/1 as default framerate in
3200           case our setcaps function isn't called, like it might not in a
3201           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3202           gdkpixbufdec trying to create caps with a 0/0 framerate.
3203           Also post an error message on the bus if gst_pad_push() fails when
3204           called from our sink event handler (+1 for flow returns for event
3205           functions in 0.11) instead of failing silently.
3206
3207 2007-06-27  Wim Taymans  <wim@fluendo.com>
3208
3209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3210         Cast stack args to the proper types. Fixes #451249.
3211
3212 2007-06-27  Wim Taymans  <wim@fluendo.com>
3213
3214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3215         (new_session_pad), (gst_rtspsrc_setup_streams):
3216         * gst/rtsp/gstrtspsrc.h:
3217         For container formats we only need to activate one of the streams so
3218         that we correctly signal no-more-pads. Fixes #451015.
3219
3220 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3221
3222         * docs/plugins/gst-plugins-good-plugins.args:
3223         * docs/plugins/inspect/plugin-aasink.xml:
3224         * docs/plugins/inspect/plugin-alaw.xml:
3225         * docs/plugins/inspect/plugin-alpha.xml:
3226         * docs/plugins/inspect/plugin-alphacolor.xml:
3227         * docs/plugins/inspect/plugin-annodex.xml:
3228         * docs/plugins/inspect/plugin-apetag.xml:
3229         * docs/plugins/inspect/plugin-audiofx.xml:
3230         * docs/plugins/inspect/plugin-auparse.xml:
3231         * docs/plugins/inspect/plugin-autodetect.xml:
3232         * docs/plugins/inspect/plugin-avi.xml:
3233         * docs/plugins/inspect/plugin-cacasink.xml:
3234         * docs/plugins/inspect/plugin-cairo.xml:
3235         * docs/plugins/inspect/plugin-cdio.xml:
3236         * docs/plugins/inspect/plugin-cutter.xml:
3237         * docs/plugins/inspect/plugin-debug.xml:
3238         * docs/plugins/inspect/plugin-efence.xml:
3239         * docs/plugins/inspect/plugin-effectv.xml:
3240         * docs/plugins/inspect/plugin-esdsink.xml:
3241         * docs/plugins/inspect/plugin-flac.xml:
3242         * docs/plugins/inspect/plugin-flxdec.xml:
3243         * docs/plugins/inspect/plugin-gconfelements.xml:
3244         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3245         * docs/plugins/inspect/plugin-goom.xml:
3246         * docs/plugins/inspect/plugin-halelements.xml:
3247         * docs/plugins/inspect/plugin-icydemux.xml:
3248         * docs/plugins/inspect/plugin-id3demux.xml:
3249         * docs/plugins/inspect/plugin-jpeg.xml:
3250         * docs/plugins/inspect/plugin-ladspa.xml:
3251         * docs/plugins/inspect/plugin-level.xml:
3252         * docs/plugins/inspect/plugin-matroska.xml:
3253         * docs/plugins/inspect/plugin-mulaw.xml:
3254         * docs/plugins/inspect/plugin-multipart.xml:
3255         * docs/plugins/inspect/plugin-navigationtest.xml:
3256         * docs/plugins/inspect/plugin-ossaudio.xml:
3257         * docs/plugins/inspect/plugin-png.xml:
3258         * docs/plugins/inspect/plugin-quicktime.xml:
3259         * docs/plugins/inspect/plugin-rtp.xml:
3260         * docs/plugins/inspect/plugin-rtsp.xml:
3261         * docs/plugins/inspect/plugin-smpte.xml:
3262         * docs/plugins/inspect/plugin-speex.xml:
3263         * docs/plugins/inspect/plugin-taglib.xml:
3264         * docs/plugins/inspect/plugin-udp.xml:
3265         * docs/plugins/inspect/plugin-videobalance.xml:
3266         * docs/plugins/inspect/plugin-videobox.xml:
3267         * docs/plugins/inspect/plugin-videocrop.xml:
3268         * docs/plugins/inspect/plugin-videoflip.xml:
3269         * docs/plugins/inspect/plugin-videomixer.xml:
3270         * docs/plugins/inspect/plugin-wavenc.xml:
3271         * docs/plugins/inspect/plugin-wavparse.xml:
3272         * docs/plugins/inspect/plugin-ximagesrc.xml:
3273           Update docs with caps info.
3274
3275 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3276
3277         * po/POTFILES.in:
3278           Add more files with translatable strings (#450878).
3279
3280 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3281
3282         * MAINTAINERS:
3283         Updating all the maintainers files
3284
3285 2007-06-22  Edward Hervey  <edward@fluendo.com>
3286
3287         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3288         * gst/interleave/deinterleave.c: (deinterleave_init),
3289         (deinterleave_sink_link):
3290         * gst/interleave/interleave.c: (interleave_init):
3291         * gst/median/gstmedian.c: (gst_median_init):
3292         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3293         Fix memory leaks.
3294         * tests/check/elements/id3demux.c: (pad_added_cb):
3295         Remove unused variable.
3296
3297 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3298
3299         * ext/gconf/gconf.h:
3300         Make the prototype of gst_gconf_get_key_for_sink_profile
3301         match the implementation.
3302         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3303         Fixes: #449747
3304
3305 2007-06-20  Michael Smith <msmith@fluendo.com>
3306
3307         * gst/rtp/gstrtpdepay.c:
3308           Fix description - rtpdepay is not a payloader.
3309
3310 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3311
3312         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3313         (qtdemux_video_caps):
3314         * gst/qtdemux/qtdemux_fourcc.h:
3315           Add MJPG to the variants of motion jpeg.
3316
3317 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * tests/check/Makefile.am:
3320         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3321         * tests/check/elements/videocrop.c: (GST_START_TEST):
3322         * tests/check/elements/videofilter.c:
3323         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3324         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3325           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3326           error flags are included and it errors out on compiler warnings
3327           for CVS builds; remove unused variables in various unit tests.
3328
3329 2007-06-19  Wim Taymans  <wim@fluendo.com>
3330
3331         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3332         (rtsp_connection_close), (rtsp_connection_free):
3333         Use threadsafe inet_ntop to convert an ip number to a string. 
3334         Fixes #447961.
3335         Don't leak fd (and ip) when freeing a connection without first closing
3336         it.
3337
3338 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3339
3340         * configure.ac:
3341         Back to CVS
3342
3343         * gst-plugins-good.doap:
3344         Add 0.10.6 to the doap file.
3345
3346 === release 0.10.6 ===
3347
3348 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3349
3350         * configure.ac:
3351           releasing 0.10.6, "Wobble Board"
3352
3353 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3354
3355         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3356         (rtsp_connection_free):
3357           Revert previous commit again, since we are frozen (sorry).
3358
3359 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3360
3361         Patch by: Peter Kjellerstedt <pkj at axis com>
3362
3363         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3364         (rtsp_connection_free):
3365           inet_ntoa() uses a static buffer internally, so we need to copy the
3366           returned string if we want to store it for later (#447961).
3367
3368 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3369
3370         * win32/vs6/autogen.dsp:
3371         * win32/vs6/gst_plugins_good.dsw:
3372         * win32/vs6/libgstalaw.dsp:
3373         * win32/vs6/libgstalpha.dsp:
3374         * win32/vs6/libgstalphacolor.dsp:
3375         * win32/vs6/libgstapetag.dsp:
3376         * win32/vs6/libgstaudiofx.dsp:
3377         * win32/vs6/libgstauparse.dsp:
3378         * win32/vs6/libgstautodetect.dsp:
3379         * win32/vs6/libgstavi.dsp:
3380         * win32/vs6/libgstcutter.dsp:
3381         * win32/vs6/libgstdirectdraw.dsp:
3382         * win32/vs6/libgstdirectsound.dsp:
3383         * win32/vs6/libgsteffectv.dsp:
3384         * win32/vs6/libgstflx.dsp:
3385         * win32/vs6/libgstgoom.dsp:
3386         * win32/vs6/libgsticydemux.dsp:
3387         * win32/vs6/libgstid3demux.dsp:
3388         * win32/vs6/libgstinterleave.dsp:
3389         * win32/vs6/libgstjpeg.dsp:
3390         * win32/vs6/libgstlevel.dsp:
3391         * win32/vs6/libgstmatroska.dsp:
3392         * win32/vs6/libgstmedian.dsp:
3393         * win32/vs6/libgstmonoscope.dsp:
3394         * win32/vs6/libgstmulaw.dsp:
3395         * win32/vs6/libgstmultipart.dsp:
3396         * win32/vs6/libgstqtdemux.dsp:
3397         * win32/vs6/libgstrtp.dsp:
3398         * win32/vs6/libgstrtsp.dsp:
3399         * win32/vs6/libgstsmpte.dsp:
3400         * win32/vs6/libgstspeex.dsp:
3401         * win32/vs6/libgstudp.dsp:
3402         * win32/vs6/libgstvideobalance.dsp:
3403         * win32/vs6/libgstvideobox.dsp:
3404         * win32/vs6/libgstvideocrop.dsp:
3405         * win32/vs6/libgstvideoflip.dsp:
3406         * win32/vs6/libgstvideomixer.dsp:
3407         * win32/vs6/libgstwaveform.dsp:
3408         * win32/vs6/libgstwavenc.dsp:
3409         * win32/vs6/libgstwavparse.dsp:
3410         Mark *.dsp & *.dsw as binary files and convert to DOS line
3411         endings, as they don't load into VS6 correctly otherwise.
3412
3413 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3414
3415         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3416         (rtsp_connection_connect):
3417         Fix the MingW build. 
3418         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3419         Fixes: #446981
3420
3421 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3422
3423         * tests/check/elements/.cvsignore:
3424         * tests/icles/.cvsignore:
3425         Hush the buildbots up
3426
3427 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3428
3429         * configure.ac:
3430         * sys/Makefile.am:
3431         * sys/directdraw/Makefile.am:
3432         * sys/directsound/Makefile.am:
3433         * sys/waveform/Makefile.am:
3434         Make sure to dist everything needed for win32 builds.
3435
3436 2007-06-14  Edward Hervey  <edward@fluendo.com>
3437
3438         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3439         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3440         caps.
3441         Fixes #447458
3442
3443 2007-06-13  Wim Taymans  <wim@fluendo.com>
3444
3445         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3446         Make sure we allocate enough memory for the codec_data.
3447         Fixes #447210.
3448
3449 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3450
3451         * win32/MANIFEST:
3452         Add videocrop project file to the win32 manifest.
3453         * win32/vs6/gst_plugins_good.dsw:
3454         Add qtdemux,videocrop and waveform projects to the workspace.
3455         * win32/vs6/libgstqtdemux.dsp:
3456         Add zlib to the link list of qtdemux.
3457         * win32/vs6/libgstvideocrop.dsp:
3458         Add a project file for videocrop.
3459
3460 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3461
3462         * po/POTFILES.in:
3463         Add qtdemux for translation
3464
3465 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3466
3467         * configure.ac:
3468         * docs/plugins/Makefile.am:
3469         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3471         * docs/plugins/inspect/plugin-videocrop.xml:
3472         * gst-plugins-good.spec.in:
3473         * sys/Makefile.am:
3474         * tests/check/Makefile.am:
3475         * tests/icles/Makefile.am:
3476         * tests/icles/videocrop-test.c:
3477         Move videocrop and osxvideo from -bad.
3478
3479 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3480
3481         * configure.ac:
3482         * docs/plugins/Makefile.am:
3483         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3484         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3485         * docs/plugins/gst-plugins-good-plugins.args:
3486         * docs/plugins/inspect/plugin-qtdemux.xml:
3487         * docs/plugins/inspect/plugin-quicktime.xml:
3488         * win32/MANIFEST:
3489         Move qtdemux from -bad.
3490
3491         * gst-plugins-good.spec.in:
3492         Update spec file to reflect moving of qtdemux and wavpack
3493
3494 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3495         
3496         * win32/MANIFEST:
3497         * docs/plugins/Makefile.am:
3498         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3499         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3500         * docs/plugins/inspect/plugin-directdraw.xml:
3501         * docs/plugins/inspect/plugin-directsound.xml:
3502         * docs/plugins/inspect/plugin-waveform.xml:
3503         Move the waveform plugin from -bad too. Update the inspect xml
3504         files to mention Plugins Good instead of Plugins Bad.
3505
3506 2007-06-12  Andy Wingo  <wingo@pobox.com>
3507
3508         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3509         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3510         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3511         finalization and resuscitation. No longer public.
3512         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3513         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3514         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3515         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3516         miniobject semantics, and be threadsafe.
3517         (gst_v4l2src_queue_frame): Remove this function, as we just call
3518         the ioctls directly in the two places where we queue buffers.
3519         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3520         directly.
3521         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3522         to allocate the pool, which also preallocates the GstBuffers.
3523         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3524         queueing the frames directly.
3525         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3526         mmap buffers have been dequeued.
3527
3528         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3529         real MiniObject instead of rolling our own refcounting and
3530         finalizing. Give it a lock.
3531         (struct _GstV4l2Buffer): Remove one intermediary object, having
3532         the buffers hold the struct v4l2_buffer directly.
3533
3534         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3535         capture_init so that it can set them on the buffers that it will
3536         create.
3537         (gst_v4l2src_get_read): For better or for worse, include the
3538         timestamping and offsetting code here; really we should be using
3539         bufferalloc though.
3540         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3541         preallocated, mmap'd buffers.
3542
3543 2007-06-11  Wim Taymans  <wim@fluendo.com>
3544
3545         Patch by: daniel fischer <dan at f3c dot com>
3546
3547         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3548         (gst_ximage_src_get_caps):
3549         Actually use the display_name property so that we can dump any
3550         available X display. Fixes #445905.
3551
3552 2007-06-11  Wim Taymans  <wim@fluendo.com>
3553
3554         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3555
3556         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3557         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3558         Add missing rate fields to caps. Fixes #441118.
3559
3560 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3561
3562         * win32/vs6/gst_plugins_good.dsw:
3563         * win32/vs8/gst-plugins-good.sln:
3564         Add DirectSound and DirectDraw sinks project files to
3565         workspace and solution files.
3566
3567 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3568
3569         Patch by: Josh Coalson <xflac at yahoo dot com>,
3570         updated by Alexis Ballier <aballier at gentoo dot org>:
3571
3572         * configure.ac:
3573         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3574         (gst_flac_dec_setup_seekable_decoder),
3575         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3576         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3577         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3578         * ext/flac/gstflacdec.h:
3579         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3580         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3581         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3582         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3583         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3584         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3585         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3586         * ext/flac/gstflacenc.h:
3587         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3588         
3589 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3590
3591         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3592         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3593         not necessary anymore as we need at least that core version. 
3594
3595 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3596
3597         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3598         (gst_wavpack_dec_chain):
3599         * ext/wavpack/gstwavpackdec.h:
3600         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3601         (gst_wavpack_parse_push_buffer):
3602         * ext/wavpack/gstwavpackparse.h:
3603         Improve discont handling by checking if the next Wavpack block has
3604         the expected, following block index.
3605
3606 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3607
3608         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3609           Fix element description.
3610
3611 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3612
3613         * configure.ac:
3614         * docs/plugins/Makefile.am:
3615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3617         * docs/plugins/gst-plugins-good-plugins.args:
3618         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3619         * docs/plugins/gst-plugins-good-plugins.signals:
3620         * docs/plugins/inspect/plugin-autodetect.xml:
3621         * docs/plugins/inspect/plugin-gconfelements.xml:
3622         * docs/plugins/inspect/plugin-ladspa.xml:
3623         * docs/plugins/inspect/plugin-rtp.xml:
3624         * docs/plugins/inspect/plugin-wavpack.xml:
3625         * ext/Makefile.am:
3626         * tests/check/Makefile.am:
3627           move wavpack plugin.  See #352605.
3628
3629 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3630
3631         * configure.ac:
3632         * docs/plugins/Makefile.am:
3633         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3634         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3635         * docs/plugins/gst-plugins-good-plugins.args:
3636         * sys/Makefile.am:
3637         * win32/MANIFEST:
3638         Add DirectDraw & DirectSound plugins to the build and docs.
3639
3640 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3641
3642         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3643         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3644           When operating in pull mode, error out correct on not-linked.
3645
3646 2007-06-06  Andy Wingo  <wingo@pobox.com>
3647
3648         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3649         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3650         format and size if the ioctls are defined; should fix compilation
3651         on Linux < 2.16.19.
3652
3653 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3654
3655         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3656           Printf fixes in debug statements; use LOG level for debug statements
3657           that are printed for each and every frame; convert c++ comments to
3658           C-style comments; not much point using g_try_malloc() if we then not
3659           even check the return value.
3660
3661 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3662
3663         * configure.ac:
3664           Bump requirements to released versions (core and base 0.10.13).
3665
3666         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3667           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3668           own implementation.
3669
3670 2007-06-05  Andy Wingo  <wingo@pobox.com>
3671
3672         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3673         some useless comments.
3674
3675         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3676         frames before calling STREAMON, that might leave them in a state
3677         where they can't be dequeued if we go back to NULL without calling
3678         STREAMON, according to the docs.
3679         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3680         before we call STREAMON.
3681         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3682         failures. (For me this code hung.) The pool refcounting is still
3683         crack; added a note to that effect.
3684
3685 2007-06-05  Wim Taymans  <wim@fluendo.com>
3686
3687         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3688         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3689         Add support for mapping gst structure names to the MIME type equivalent.
3690         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3691
3692 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3693
3694         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3695         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3696         (gst_wavenc_chain), (gst_wavenc_change_state):
3697         * gst/wavenc/gstwavenc.h:
3698         Properly write wav files with width!=depth by having the depth most
3699         significant bytes set and all others zero. Fixes #442535.
3700
3701 2007-06-01  Wim Taymans  <wim@fluendo.com>
3702
3703         * gst/rtsp/rtspconnection.c:
3704         Add include to make buildbot happy.
3705
3706 2007-06-01  Wim Taymans  <wim@fluendo.com>
3707
3708         Patch by: Peter Kjellerstedt  <pkj at axis com>
3709
3710         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3711         (rtsp_connection_connect), (add_date_header),
3712         (rtsp_connection_send), (parse_response_status),
3713         (parse_request_line), (parse_line), (rtsp_connection_receive):
3714         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3715         * gst/rtsp/rtspdefs.h:
3716         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3717         (rtsp_message_init_request), (rtsp_message_init_response),
3718         (rtsp_message_remove_header), (rtsp_message_append_headers),
3719         (rtsp_message_dump):
3720         * gst/rtsp/rtspmessage.h:
3721         Improves version checking, allowing an RTSP server to reply with "505
3722         RTSP Version not supported.
3723         Adds a Date header to all messages.
3724         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3725         want to be able to send a response even if something in the request was
3726         invalid. EINVAL is only used when passing wrong arguments to functions.
3727         Do not handle an invalid method in parse_request_line(). Defer this to
3728         the caller so it can respond with "405 Method Not Allowed".
3729         Improves parsing of the timeout parameter to the Session header,
3730         allowing whitespace after the semicolon. 
3731         Avoids a compiler warning due to variables shadowing a function argument.
3732
3733 2007-06-01  Wim Taymans  <wim@fluendo.com>
3734
3735         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3736
3737         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3738         (gst_rtp_amr_depay_process):
3739         * gst/rtp/gstrtpamrdepay.h:
3740         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3741         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3742         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3743         * gst/rtp/gstrtpamrpay.h:
3744         Add support for AMR-WB.
3745         Small cleanups such as using BOILERPLATE.
3746
3747 2007-05-31  Wim Taymans  <wim@fluendo.com>
3748
3749         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3750         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3751
3752 2007-05-30  Andy Wingo  <wingo@pobox.com>
3753
3754         * sys/v4l2/gstv4l2object.h: 
3755         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3756         unintended changes.
3757
3758         * sys/v4l2/v4l2src_calls.h: 
3759         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3760         the format list in the order that the driver gives it to us.
3761         (gst_v4l2src_probe_caps_for_format_and_size)
3762         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3763         based on the capabilities of the device.
3764         (gst_v4l2src_grab_frame): Update for object variable renaming.
3765         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3766         as in the set_caps below.
3767         (gst_v4l2src_capture_init): Update for object variable renaming,
3768         and reflow.
3769         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3770         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3771         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3772         (gst_v4l2src_get_fps): Remove; these functions don't have much
3773         meaning outside of an atomic set_caps method.
3774         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3775         known.
3776
3777         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3778         call to update_fps; not sure about this change.
3779         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3780         moment we don't have an update_fps_func.
3781
3782         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3783         structures in the object, just store what we need. Do store the
3784         probed caps of the device. Don't store the current frame rate.
3785
3786         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3787         update_fps_function, for now. Update for new object variable
3788         naming.
3789         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3790         new object variable naming.
3791         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3792         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3793         (gst_v4l2src_get_caps): Rework to probe the device for supported
3794         frame sizes and frame rates.
3795         (gst_v4l2src_set_caps): Rework to be strict in the given
3796         parameters: if someone asks us to have a certain size and rate,
3797         that is what we configure.
3798         (gst_v4l2src_get_read): Update for object variable naming. Don't
3799         leak buffers on short reads.
3800         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3801         comments.
3802         (gst_v4l2src_create): Update for object variable naming.
3803
3804 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3805
3806         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3807         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3808         * gst/avi/gstavidemux.h:
3809           Parse subtitle text streams instead of erroring out (#442034). Still
3810           needs a parser for the subtitles to actually show up.
3811
3812 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3813
3814         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3815         (gst_avi_demux_loop):
3816           Make _push_event() return TRUE if the event could be pushed on at
3817           least one pad and not only if it could be pushed on all pads,
3818           otherwise we'll end up posting an error message on EOS if one or
3819           more source pads are not connected.
3820
3821 2007-05-28  Wim Taymans  <wim@fluendo.com>
3822
3823         * gst/rtsp/rtsptransport.c:
3824         Use renamed RTP bin.
3825
3826 2007-05-28  Wim Taymans  <wim@fluendo.com>
3827
3828         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3829
3830         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3831         (gst_video_box_set_property), (gst_video_box_transform_caps),
3832         (video_box_recalc_transform), (gst_video_box_set_caps),
3833         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3834         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3835         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3836         (gst_video_box_i420_i420), (gst_video_box_transform),
3837         (plugin_init):
3838         Add AYUV->AYUV and AYUV->I420 formats. 
3839         Fix negotiation and I420->AYUV conversion.
3840         Fixes #429329.
3841
3842 2007-05-26  Wim Taymans  <wim@fluendo.com>
3843
3844         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3845         Use different variables for nested for loops so that the outer loop
3846         functions properly and speex files with multiple frames per buffer work
3847         properly.
3848         Fixes #441408.
3849
3850 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3851
3852         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3853           Don't leak newsegment events.
3854
3855 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * gst/wavparse/Makefile.am:
3858           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3859           drags it in.
3860
3861 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3864         (notgst_value_array_append_buffer),
3865         (gst_flac_enc_process_stream_headers),
3866         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3867         (gst_flac_enc_change_state):
3868         * ext/flac/gstflacenc.h:
3869           Collect headers, add "streamheader" field to output caps and set
3870           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3871           produces output according to the official FLAC-to-Ogg mapping
3872           instead of completely broken files. Fixes #426044.
3873
3874 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3875
3876         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3877         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3878         (gst_id3demux_sink_event):
3879         * gst/id3demux/gstid3demux.h:
3880         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3881         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3882         (gst_tag_demux_send_new_segment):
3883         Handle and adjust new-segment events so that downstream really
3884         sees a stream with the tag pieces stripped off the front and back.
3885         Fixes strangeness in seeking when mp3 decoders use the new-segment
3886         byte position to estimate their current playback position timestamp
3887         and then the arriving buffers don't match up.
3888
3889 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3890
3891         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3892           Don't unnecessarily perform a READY->NULL->READY transition on the
3893           detected audio sink when starting up. Fixes: #440127
3894
3895 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3896
3897         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3898         (gst_flac_enc_chain):
3899           Don't crash in chain function if setcaps hasn't been called.
3900
3901 2007-05-24  Wim Taymans  <wim@fluendo.com>
3902
3903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3904         Init value to avoid infinte loops.
3905
3906 2007-05-24  Wim Taymans  <wim@fluendo.com>
3907
3908         Patch by: Peter Kjellerstedt  <pkj at axis com>
3909
3910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3911         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3912         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3913         (gst_rtspsrc_play):
3914         (rtsp_connection_send), (rtsp_connection_receive):
3915         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3916         Fix for new API.
3917
3918         * gst/rtsp/rtspconnection.c: (add_auth_header),
3919         Only add authorisation and session headers when sending messages.
3920
3921         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3922         (rtsp_message_init_request), (rtsp_message_init_response),
3923         (rtsp_message_unset), (rtsp_message_add_header),
3924         (rtsp_message_remove_header), (rtsp_message_get_header),
3925         (rtsp_message_append_headers), (dump_key_value),
3926         (rtsp_message_dump):
3927         * gst/rtsp/rtspmessage.h:
3928         Add support for multiple headers of the same type by storing the parsed
3929         headers in a GArray instaed of a hashtable.
3930
3931 2007-05-21  Wim Taymans  <wim@fluendo.com>
3932
3933         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3934         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3935         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3936         safer shutdown.
3937
3938 2007-05-21  Wim Taymans  <wim@fluendo.com>
3939
3940         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3941         * gst/rtsp/gstrtpdec.h:
3942         Added signal for backwards compat.
3943
3944 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3945         
3946         Patch by: René Stadler <mail at renestadler dot de>
3947
3948         * configure.ac:
3949         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3950         (gst_au_parse_parse_header), (gst_au_parse_chain):
3951         * gst/auparse/gstauparse.h:
3952         Use audioconvert for converting from non-native endianness floats
3953         in auparse instead of doing it ourself. Fixes #424527.
3954         This needs the audioconvert from plugins-base CVS.
3955         
3956 2007-05-21  Wim Taymans  <wim@fluendo.com>
3957
3958         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3959         (gst_rtp_h263p_pay_flush):
3960         Fix enum registration.
3961
3962 2007-05-21  Wim Taymans  <wim@fluendo.com>
3963
3964         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3965
3966         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3967         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3968         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3969         (gst_rtp_h263p_pay_flush):
3970         * gst/rtp/gstrtph263ppay.h:
3971         Add new fragmentation mode base on GOB headers. Fixes #438940.
3972
3973 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3974
3975         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3976           Printf format fix.
3977
3978 2007-05-18  Wim Taymans  <wim@fluendo.com>
3979
3980         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3981         Don't crash when an unsupported transport error was returned by the
3982         server, just try to configure the next stream. Fixes #439255.
3983
3984 2007-05-18  Wim Taymans  <wim@fluendo.com>
3985
3986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
3987         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
3988         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
3989         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3990         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
3991         * gst/rtsp/gstrtspsrc.h:
3992         Add TCP timeout property and use it for all TCP connection.
3993
3994         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3995         (rtsp_connection_write), (rtsp_connection_next_timeout),
3996         (rtsp_connection_reset_timeout):
3997         Make connect and writes cancelable and make them use the timeout.
3998
3999 2007-05-18  Wim Taymans  <wim@fluendo.com>
4000
4001         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4002         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4003         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4004         (gst_rtspsrc_setup_streams):
4005         Refactor timeout handling.
4006         Also send keep-alive when dealing with TCP transport.
4007
4008         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4009         (rtsp_connection_free), (rtsp_connection_next_timeout),
4010         (rtsp_connection_reset_timeout):
4011         * gst/rtsp/rtspconnection.h:
4012         Use a timer to handle the session timeouts, add some methods to deal
4013         with timeouts.
4014
4015 2007-05-17  Wim Taymans  <wim@fluendo.com>
4016
4017         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4018         (gst_rtspsrc_setup_streams):
4019         Ignore streams that fail the setup command, we will retry with a
4020         different transport later on.
4021
4022         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4023         (rtsp_ext_wms_configure_stream):
4024         Fix encoding name case.
4025
4026 2007-05-16  Edward Hervey  <edward@fluendo.com>
4027
4028         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4029         Fix build on macosx.
4030
4031 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4032
4033         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4034         Replace direct comparison of a string with the string literal "" with
4035         a comparison of the first character with '\0'. Fixes #438926.
4036
4037 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4038
4039         * gst/debug/breakmydata.c (gst_break_my_data_init):
4040           One more try. This should be the proper fix now.
4041
4042 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4043
4044         * gst/debug/breakmydata.c:
4045           Ooops, no // comments please.
4046
4047 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4048
4049         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4050         (gst_break_my_data_init):
4051           Fix gst_buffer_is_writable() assertion.
4052
4053 2007-05-14  David Schleef  <ds@schleef.org>
4054
4055         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4056           video/x-raw-bayer.  Fixes #314160.
4057
4058 2007-05-14  Wim Taymans  <wim@fluendo.com>
4059
4060         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4061         (gst_rtp_theora_depay_parse_configuration):
4062         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4063         (gst_rtp_theora_pay_finish_headers),
4064         (gst_rtp_theora_pay_handle_buffer):
4065         Update theora pay/depayloader in a similar to vorbis.
4066
4067         * gst/rtp/gstrtpvorbisdepay.c:
4068         (gst_rtp_vorbis_depay_parse_configuration):
4069         Update docs.
4070
4071 2007-05-14  Wim Taymans  <wim@fluendo.com>
4072
4073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4074         When we try to execute a method that is not supported by the server,
4075         don't error out but remove the method from the accepted methods so that
4076         we never try to perform this method again.
4077
4078 2007-05-14  Wim Taymans  <wim@fluendo.com>
4079
4080         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4081         Remove annoying _dump_mem.
4082
4083 2007-05-14  Wim Taymans  <wim@fluendo.com>
4084
4085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4086         Parse range correctly.
4087
4088         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4089         The baseurl now always has a '/' at the start.
4090
4091 2007-05-14  Wim Taymans  <wim@fluendo.com>
4092
4093         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4094         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4095         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4096         Factor out caps configuration and configure more stuff such as the time
4097         ranges and speed/scale values.
4098
4099         * gst/rtsp/rtsptransport.c:
4100         Add Copyright after non-trival fixes.
4101
4102 2007-05-12  Wim Taymans  <wim@fluendo.com>
4103
4104         Patch by: Peter Kjellerstedt  <pkj at axis com>
4105
4106         * gst/rtsp/gstrtspsrc.h:
4107         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4108         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4109         (rtsp_message_get_header):
4110         * gst/rtsp/rtspmessage.h:
4111         Make channel guint8 where possible.
4112         Make rtsp_message_init_data() take the channel as a guint8.
4113
4114         * gst/rtsp/rtspdefs.c:
4115         Fixed a typo: Timout -> Timeout
4116
4117         * gst/rtsp/rtspdefs.h:
4118         Make RTSP_CHECK() behave as a statement.
4119
4120         * gst/rtsp/sdpmessage.c:
4121         Avoid a compiler warning in INIT_ARRAY().
4122         Fixes #437692.
4123
4124 2007-05-12  Wim Taymans  <wim@fluendo.com>
4125
4126         Patch by: Peter Kjellerstedt  <pkj at axis com>
4127
4128         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4129         (rtsp_url_get_request_uri):
4130         * gst/rtsp/rtspurl.h:
4131         Add support for query parameters to RTSP URLs.
4132
4133 2007-05-12  Wim Taymans  <wim@fluendo.com>
4134
4135         Patch by: Peter Kjellerstedt  <pkj at axis com>
4136
4137         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4138         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4139         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4140         (rtsp_transport_parse), (rtsp_transport_as_text):
4141         * gst/rtsp/rtsptransport.h:
4142         Add validation to rtsp_transport_parse().
4143         Add rtsp_transport_as_text() to generate an RTSP header from an
4144         RTSPTransport.
4145         Change ssrc to guint (was a string) since that is what it is, even
4146         though it is sent as a hex string.
4147         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4148         incorrect, which can be seen when looking at the examples in the RFC).
4149         Fixes #437670.
4150
4151 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4152
4153         Patch by: Eric Anholt
4154
4155         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4156           gst_ximage_src_ximage_get):
4157         Use union of all damage between frames to make it faster.
4158         Fixes bug #342463.
4159         Also fix crasher when cursor is at bottom right of window.
4160
4161 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4162
4163         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4164           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4165           streaming mode regression for file from #343837 with 'bext' chunk
4166           before the 'fmt' chunk.
4167
4168 2007-05-11  Wim Taymans  <wim@fluendo.com>
4169
4170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4171         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4172         (gst_rtspsrc_handle_src_event),
4173         (gst_rtspsrc_stream_configure_manager),
4174         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4175         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4176         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4177         * gst/rtsp/gstrtspsrc.h:
4178         * gst/rtsp/rtspdefs.h:
4179         Preliminary seek support.
4180         Activate internal pads so that we can receive events on them.
4181         Don't try to parse a range string when it's NULL.
4182
4183 2007-05-11  Wim Taymans  <wim@fluendo.com>
4184
4185         * gst/rtp/README:
4186         Update README with new RTP variables that will be used for
4187         synchronisation.
4188
4189         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4190         (gst_rtp_vorbis_depay_parse_configuration),
4191         (gst_rtp_vorbis_depay_process):
4192         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4193         (gst_rtp_vorbis_pay_finish_headers),
4194         (gst_rtp_vorbis_pay_handle_buffer):
4195         Update vorbis pay and depayloader to draft-04.
4196
4197 2007-05-11  Wim Taymans  <wim@fluendo.com>
4198
4199         * gst/rtsp/rtsptransport.c:
4200         UDP MCAST is actually the default for RTP/AVP.
4201 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4202
4203         * gst/level/gstlevel.c: (gst_level_transform_ip):
4204         Use guint8 * instead of gpointer then vs6 can build 
4205         in_data += (filter->width / 8).
4206
4207 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4208
4209         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4210           gst_ximage_src_ximage_get):
4211         * sys/ximage/gstximagesrc.h (last_ximage):
4212         When using Damage actually keep the last frame, and not assume
4213         that the buffer we get already has the last frame on it.
4214         Copy the cursor over if we specify a non-zero start x and
4215         start y.
4216
4217 2007-05-11  Wim Taymans  <wim@fluendo.com>
4218
4219         * gst/rtsp/rtsptransport.c:
4220         Make UDP the default transport when not specified.
4221
4222 2007-05-09  David Schleef  <ds@schleef.org>
4223
4224         * gst/level/gstlevel.c:
4225           Revert last change.
4226
4227 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4228
4229         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4230         (gst_level_transform_ip):
4231         Use guint8 * instead of gpointer then vs6 know the size of data
4232         pointed when moving the pointer.
4233         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4234         Move instructions after variables declaration.
4235         * win32/vs6/autogen.dsp:
4236         * win32/vs6/libgstrtp.dsp:
4237         * win32/vs6/libgstrtsp.dsp:
4238         Update vs6 project files.
4239
4240 2007-05-09  Wim Taymans  <wim@fluendo.com>
4241
4242         * gst/rtsp/Makefile.am:
4243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4244         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4245         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4246         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4247         (rtsp_range_free):
4248         * gst/rtsp/rtsprange.h:
4249         Add code to parse time ranges.
4250         Report DURATION on the stream when possible.
4251
4252 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4253
4254         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4255         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4256         (gst_videomixer_collected):
4257           Fix strides calculation for AYUV (it's just width*4) (#436910).
4258
4259 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4260
4261         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4262         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4263         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4264         Sync the GObject properties before each processing step to properly
4265         work with the controller.
4266
4267 2007-05-04  Wim Taymans  <wim@fluendo.com>
4268
4269         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4270         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4271         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4272         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4273         (gst_rtspsrc_change_state):
4274         Let more error state trickle down so that we can catch more error
4275         cases.
4276         Handle keep-alive a little smarter by selecting a method the server
4277         actually supports.
4278         Fix a race in UDP streaming shutdown.
4279
4280 2007-05-04  Wim Taymans  <wim@fluendo.com>
4281
4282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4283         Ignore errors when trying to use the keep-alive messages.
4284
4285 2007-05-04  Wim Taymans  <wim@fluendo.com>
4286
4287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4288         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4289         (gst_rtspsrc_stream_configure_manager),
4290         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4291         (gst_rtspsrc_stream_configure_mcast),
4292         (gst_rtspsrc_stream_configure_udp),
4293         (gst_rtspsrc_stream_configure_udp_sink),
4294         (gst_rtspsrc_stream_configure_transport):
4295         Send RTCP messages back to the server over the TCP connection.
4296
4297         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4298         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4299         (rtsp_connection_receive):
4300         * gst/rtsp/rtspconnection.h:
4301         Factor out and expose lowlevel _write and _read methods.
4302         Implement sending data messages to the server.
4303
4304 2007-05-03  Wim Taymans  <wim@fluendo.com>
4305
4306         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4307         (gst_multipart_mux_collected):
4308         Fix timestamps on outgoing buffers.
4309
4310 2007-05-03  Wim Taymans  <wim@fluendo.com>
4311
4312         * gst/multipart/multipartmux.c:
4313         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4314         (gst_multipart_mux_change_state):
4315         Emit NEWSEGMENT events before pushing the first buffer.
4316
4317 2007-05-03  Wim Taymans  <wim@fluendo.com>
4318
4319         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4320         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4321         (gst_rtspsrc_handle_src_query),
4322         (gst_rtspsrc_stream_configure_manager),
4323         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4324         (gst_rtspsrc_stream_configure_mcast),
4325         (gst_rtspsrc_stream_configure_udp),
4326         (gst_rtspsrc_stream_configure_udp_sink),
4327         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4328         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4329         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4330         (gst_rtspsrc_pause):
4331         Refactor transport configuration code.
4332         Create internal pads for TCP transport so that we can implement events
4333         and queries.
4334         Handle events and queries.
4335         Parse range from the SDP.
4336         Fix race in pause handler where the connection could still be flushing.
4337
4338 2007-05-02  Wim Taymans  <wim@fluendo.com>
4339
4340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4341         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4342         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4343         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4344         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4345         (gst_rtspsrc_change_state):
4346         * gst/rtsp/gstrtspsrc.h:
4347         Fix race when multiple udp sources post timeouts, just act on the first
4348         received timeout.
4349         Protect stream list with a recursive lock to fix some races.
4350         Flush connection when we need to do a reconnect or stop.
4351         Make state lock recursive.
4352
4353         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4354         (rtsp_connection_close):
4355         Some small cleanups.
4356
4357 2007-05-02  Wim Taymans  <wim@fluendo.com>
4358
4359         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4360         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4361         Only set DISCONT when there actually is a discont or when we just
4362         started.
4363
4364 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4365
4366         * ext/flac/gstflac.c: (plugin_init):
4367         Call bindtextdomain() to get localized strings.
4368
4369 2007-05-02  Wim Taymans  <wim@fluendo.com>
4370
4371         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4372         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4373         (gst_wavparse_stream_data):
4374         * gst/wavparse/gstwavparse.h:
4375         Be a bit more clever when dealing with VBR files with FACT tags, we
4376         don't want to timestamp buffers in that case but the estimated BPS can
4377         be used for seeking.
4378         Only send close segment in the streaming thread.
4379
4380 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4381
4382         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4383         Correctly post an error on the bus if something went wrong in the loop
4384         function. This fixes a few cases where the task was paused and nothing
4385         happened anymore.
4386
4387 2007-05-02  Wim Taymans  <wim@fluendo.com>
4388
4389         * gst/rtsp/test.c: (main):
4390         Fix compilation of deprecated test just because I'm too lazy to delete
4391         it.
4392
4393 2007-05-02  Wim Taymans  <wim@fluendo.com>
4394
4395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4396         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4397         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4398         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4399         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4400         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4401         * gst/rtsp/gstrtspsrc.h:
4402         Fix sending RTCP to the right place.
4403         Fix bug in reffing the wrong UDP element.
4404         Use new pad names for the session manager.
4405         Implement handling server requests in interleaved and UDP modes.
4406         Handle session keep-alive in UDP modes.
4407         Remove GCond for handling UDP timeouts.
4408
4409         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4410         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4411         (rtsp_connection_receive), (rtsp_connection_close):
4412         * gst/rtsp/rtspconnection.h:
4413         Store connection IP address for later.
4414         Add timeout args to all operations that might block forever.
4415         Parse session timeout.
4416         Only close sockets when not already closed.
4417
4418         * gst/rtsp/rtspdefs.c:
4419         * gst/rtsp/rtspdefs.h:
4420         Add timeout return value and error string.
4421
4422         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4423         Add small comment.
4424
4425 2007-05-01  Wim Taymans  <wim@fluendo.com>
4426
4427         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4428
4429         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4430         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4431         * gst/rtp/gstrtpmp4vpay.h:
4432         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4433
4434 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4435
4436         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4437           Remove v4l2src from docs, since it breaks the docs build, and the
4438           plugin is only built if --enable-experimental is used anyway.
4439
4440         * docs/plugins/Makefile.am:
4441           Spaces => tab.
4442
4443 2007-04-29  Wim Taymans  <wim@fluendo.com>
4444
4445         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4446         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4447         Add code to drop membership of a multicast group.
4448
4449         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4450         (gst_udpsink_set_uri):
4451         Implement URI handler.
4452
4453         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4454         (gst_rtspsrc_parse_rtpinfo):
4455         Use URI handler to make udpsink instace.
4456         Improve code to configure port and destination.
4457
4458 2007-04-29  Wim Taymans  <wim@fluendo.com>
4459
4460         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4461         Fix multicast detection.
4462         Don't try to join a multicast group if the address is not multicast.
4463
4464         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4465         Small debug improvement.
4466
4467 2007-04-27  Wim Taymans  <wim@fluendo.com>
4468
4469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4470         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4471         (gst_rtspsrc_handle_message):
4472         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4473         parent.
4474
4475 2007-04-27  Wim Taymans  <wim@fluendo.com>
4476
4477         * gst/rtp/gstrtpilbcdepay.h:
4478         Fix mode property when specified as an arg.
4479
4480 2007-04-26  Edward Hervey  <edward@fluendo.com>
4481
4482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4484         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4485         * docs/plugins/inspect/plugin-osxaudio.xml:
4486         Add documentation for osxaudio plugin.
4487
4488 2007-04-26  Wim Taymans  <wim@fluendo.com>
4489
4490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4491         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4492         (gst_rtspsrc_open), (gst_rtspsrc_close),
4493         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4494         (gst_rtspsrc_pause):
4495         * gst/rtsp/gstrtspsrc.h:
4496         Protect state changes with a lock.
4497
4498         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4499         (parse_line):
4500         * gst/rtsp/rtspconnection.h:
4501         Remove some unused stuff.
4502
4503 2007-04-26  Wim Taymans  <wim@fluendo.com>
4504
4505         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4506         Handle the case where there are exactly 0 bytes to read and the ioctl
4507         did not report an error. Fixes #433530.
4508
4509 2007-04-26  Wim Taymans  <wim@fluendo.com>
4510
4511         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4512         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4513         * gst/wavparse/gstwavparse.h:
4514         Apply DISCONT to buffers.
4515         Only apply timestamp to the first sample after a DISCONT, too many VBR
4516         files cause random jitter in the timestamps. Fixes #433119.
4517
4518 2007-04-25  Wim Taymans  <wim@fluendo.com>
4519
4520         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4521         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4522         (gst_rtp_dec_get_property):
4523         * gst/rtsp/gstrtpdec.h:
4524         Add dummy latency property to be backwards compat with rtpbin.
4525
4526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4527         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4528         (gst_rtspsrc_stream_configure_transport),
4529         (gst_rtspsrc_parse_rtpinfo):
4530         * gst/rtsp/gstrtspsrc.h:
4531         Add latency property and configure in the session manager.
4532         Don't set invalid clock-base and seqnum-base on caps, some servers
4533         sometimes don't send them.
4534
4535 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4538         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4539           Double-check that RGB input caps are really RGBA caps (apparently
4540           the core doesn't always catch it if those caps aren't a subset of
4541           our template caps, also see #421543). Fixes #429319 in a way.
4542           Also, don't leak the pad template in the transform_caps function.
4543
4544         * tests/check/Makefile.am:
4545         * tests/check/elements/.cvsignore:
4546         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4547         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4548         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4549         (GST_START_TEST), (alphacolor_suite):
4550           Add some basic unit tests for alphacolor.
4551
4552 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4553
4554         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4555           If we get a fatal flow return in the loop function, first post the
4556           error message and only then send the EOS event downstream, otherwise
4557           applications might get an eos message before the error message and
4558           think everything was ok (related to #429319).
4559
4560 2007-04-25  Wim Taymans  <wim@fluendo.com>
4561
4562         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4563         Read the channel byte as an unsigned byte.
4564
4565 2007-04-25  Wim Taymans  <wim@fluendo.com>
4566
4567         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4568         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4569         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4570         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4571         (gst_rtp_gsm_depay_setcaps):
4572         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4573         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4574         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4575         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4576         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4577         (gst_ilbc_depay_get_property):
4578         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4579         * gst/rtp/gstrtpmp4adepay.c:
4580         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4581         (gst_rtp_pcma_depay_setcaps):
4582         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4583         (gst_rtp_pcmu_depay_setcaps):
4584         Make sure we configure the clock_rate in the baseclass in the setcaps
4585         function. Fixes #431282.
4586
4587 2007-04-25  Wim Taymans  <wim@fluendo.com>
4588
4589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4590         (gst_rtspsrc_stream_free), (request_pt_map),
4591         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4592         * gst/rtsp/gstrtspsrc.h:
4593         Parse server address from SDP.
4594         Hook up a udpsink to send RTCP back to the server.
4595
4596         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4597         * gst/rtsp/rtsptransport.h:
4598         Add some docs.
4599
4600 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4601
4602         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4603           Make header field check conditional. Fixes #433135
4604
4605 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         * docs/plugins/Makefile.am:
4608         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4609         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4610         * docs/plugins/inspect/plugin-alphacolor.xml:
4611         * gst/alpha/Makefile.am:
4612         * gst/alpha/gstalphacolor.c:
4613         * gst/alpha/gstalphacolor.h:
4614           Add minimal docs blurb to alphacolor; split out headers into
4615           separate header file for gtk-doc.
4616
4617 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4618
4619         * gst/debug/progressreport.c: (gst_progress_report_report):
4620           Don't try to post NULL message (in case we can't query upstream
4621           position or duration).
4622
4623 2007-04-18  Michael Smith  <msmith@fluendo.com>
4624
4625         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4626         (gst_cutter_get_caps):
4627         * gst/cutter/gstcutter.h:
4628           Fix some of the most obvious bugs in cutter. Now doesn't leak
4629           everything if input is silent.
4630
4631 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4632
4633         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4634         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4635         * gst/wavenc/gstwavenc.h:
4636         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4637         else results in a invalid block align and invalid files.
4638
4639 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4640
4641         Patch by: Snaik <snaik32 gmail com>
4642
4643         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4644           Add missing break statement for BOX_HORIZONTAL case.
4645
4646 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4647
4648         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4649
4650         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4651         Use correct format strings for integer types.
4652
4653 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4654
4655         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4656         (gst_wavparse_create_sourcepad):
4657         Use gst_riff_create_audio_template_caps () instead of the local caps.
4658         This makes updates of the local caps unecessary whenever libgstriff
4659         gets support for new formats.
4660
4661 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4662
4663         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4664
4665         * sys/sunaudio/gstsunaudio.c:
4666         * sys/sunaudio/gstsunaudiomixer.c:
4667         * sys/sunaudio/gstsunaudiomixer.h:
4668         * sys/sunaudio/gstsunaudiomixerctrl.c:
4669         * sys/sunaudio/gstsunaudiomixerctrl.h:
4670         * sys/sunaudio/gstsunaudiomixertrack.h:
4671         * sys/sunaudio/gstsunaudiosink.c:
4672         * sys/sunaudio/gstsunaudiosink.h:
4673         * sys/sunaudio/gstsunaudiosrc.c:
4674         * sys/sunaudio/gstsunaudiosrc.h:
4675           Fix and/or update copyright attributions (#430228).
4676
4677 2007-04-13  Wim Taymans  <wim@fluendo.com>
4678
4679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4680         Fix docs.
4681
4682         * gst/rtsp/URLS:
4683         Add some more example urls.
4684
4685         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4686         (gst_rtp_dec_chain_rtp):
4687         Better debugging.
4688
4689         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4690         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4691         (gst_rtspsrc_parse_rtpinfo):
4692         Remove unused code.
4693
4694 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4695
4696         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4697         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4698         (gst_wavparse_stream_data):
4699           Relax the audio/mpeg caps again and add FIXME: comment.
4700
4701 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4702
4703         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4704         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4705         (gst_wavparse_stream_data):
4706         * gst/wavparse/gstwavparse.h:
4707           More sanity check for the header fields. Fix type for 'rate' header
4708           field.
4709
4710 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4711
4712         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4713         (gst_icydemux_unicodify):
4714           If the metadata strings we get in the stream are not UTF-8, try to
4715           interpret them according to the character encodings specified in the
4716           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4717           only fall back to locale/ISO-8859-1 if those aren't set or don't
4718           work. Should fix #428901.
4719
4720 2007-04-12  Wim Taymans  <wim@fluendo.com>
4721
4722         * gst/rtp/gstrtph264depay.c:
4723         Use the proper sync word for SPS and PPS.
4724
4725 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4726
4727         * gst/rtp/Makefile.am:
4728         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4729           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4730         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4731           Add a simple hashing implementation that we can use to generate
4732           a 24-bit ident value based on the codebooks for vorbis and theora.
4733         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4734           gst_rtp_theora_pay_handle_buffer):
4735         * gst/rtp/gstrtpvorbisdepay.c
4736           (gst_rtp_vorbis_depay_parse_configuration,
4737           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4738         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4739           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4740           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4741           Use the hashing function, ensuring that the same codebooks result
4742           in the same ident and thus the same SDP description.
4743           Various log fixes/changes.
4744
4745 2007-04-12  Wim Taymans  <wim@fluendo.com>
4746
4747         Patch by: jerry tan <jerry dot tan at sun dot com>
4748
4749         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4750         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4751         application's responsibility to make sure it open the device once.
4752         Remove a careless error if AUDIODEV is set. Fixes #392620.
4753
4754 2007-04-12  Wim Taymans  <wim@fluendo.com>
4755
4756         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4757         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4758         * gst/rtsp/gstrtpdec.h:
4759         Make backward compat with rtpbin by adding the request-pt-map signals.
4760
4761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4762         (new_session_pad), (request_pt_map),
4763         (gst_rtspsrc_stream_configure_transport),
4764         (gst_rtspsrc_stream_configure_caps),
4765         (gst_rtspsrc_activate_streams):
4766         * gst/rtsp/gstrtspsrc.h:
4767         Implement request-pt-map signals instead of setting caps on the buffers
4768         for the session manager.
4769
4770 2007-04-11  Wim Taymans  <wim@fluendo.com>
4771
4772         * gst/udp/gstudp.c: (plugin_init):
4773         Register GstNetBuffer in plugin_init so that the type can be used from
4774         multiple threads without races.
4775
4776 2007-04-10  Wim Taymans  <wim@fluendo.com>
4777
4778         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4779         (gst_rtp_amr_depay_process):
4780         Fix depayloader clock_rate and some cleanups.
4781
4782         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4783         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4784         * gst/rtp/gstrtph264depay.h:
4785         Don't push codec_data in the adapter because it might get flushed when
4786         we get a discont.
4787
4788         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4789         Handle multiple AU per packet.
4790
4791         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4792         (gst_rtp_sv3v_depay_plugin_init):
4793         Disable rank, this one does not work.
4794         Remove timestamping, base class does that.
4795
4796 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4797
4798         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4799           limit caps to the formats we announce in the template
4800
4801         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4802         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4803         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4804           fix some crashers/asserts when dealing with broken files
4805
4806 2007-04-10  Wim Taymans  <wim@fluendo.com>
4807
4808         Patch by: Peter Kjellerstedt  <pkj at axis com>
4809
4810         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4811         * gst/rtp/gstrtpL16depay.c:
4812         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4813         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4814         (gst_rtp_speex_depay_setcaps):
4815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4816         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4817         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4818         Fix some compiler warnings. Fixes #428182.
4819
4820 2007-04-06  Wim Taymans  <wim@fluendo.com>
4821
4822         * gst/rtsp/Makefile.am:
4823         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4824         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4825         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4826         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4827         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4828         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4829         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4830         (create_rtcp), (gst_rtp_dec_request_new_pad),
4831         (gst_rtp_dec_release_pad):
4832         * gst/rtsp/gstrtpdec.h:
4833         * gst/rtsp/gstrtsp.c: (plugin_init):
4834         Morph RTPDec into something compatible with RTPBin as a fallback.
4835         Various other style fixes.
4836
4837         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4838         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4839         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4840         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4841         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4842         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4843         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4844         * gst/rtsp/gstrtspsrc.h:
4845         Implement RTPBin session manager handling.
4846         Don't try to add empty properties to caps.
4847         Implement fallback session manager, handling.
4848         Don't combine errors from RTCP streams, just ignore them.
4849
4850         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4851         * gst/rtsp/rtsptransport.h:
4852         Implement fallback session manager.
4853         Make RTPBin the default one when available.
4854
4855 2007-04-05  Wim Taymans  <wim@fluendo.com>
4856
4857         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4858         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4859         This element is ready to be autoplugged.
4860
4861 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4862
4863         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4864         Don't leave the offsets defined by upstream element on the
4865         compressed data buffer we are pushing downstream. Make them
4866         GST_BUFFER_OFFSET_NONE.
4867
4868 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4869
4870         * gst/avi/README:
4871         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4872         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4873         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4874         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4875         (gst_avi_demux_calculate_durations_from_index),
4876         (gst_avi_demux_stream_header_push),
4877         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4878         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4879           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4880
4881 2007-04-03  Wim Taymans  <wim@fluendo.com>
4882
4883         * gst/smpte/barboxwipes.c:
4884         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4885
4886 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4887
4888         * gst/wavparse/gstwavparse.c:
4889         Support audio/x-raw-float in wav files. This only works with
4890         plugins-base CVS, using an older version doesn't have any
4891         disadvantages though.
4892
4893 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4894
4895         * configure.ac:
4896         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4897         (gst_au_parse_parse_header), (gst_au_parse_chain):
4898         * gst/auparse/gstauparse.h:
4899         Revert last change as we don't want plugins-good to depend on
4900         plugins-base CVS now.
4901
4902 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4903
4904         * configure.ac:
4905         Require gst-plugins-base CVS for audioconvert with non-native
4906         float support and width/depth fix in libgstriff.
4907
4908         Patch by: René Stadler <mail at renestadler dot de>
4909
4910         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4911         (gst_au_parse_parse_header), (gst_au_parse_chain):
4912         * gst/auparse/gstauparse.h:
4913         Don't swap the floats ourself if they're not in native endianness.
4914         Instead let audioconvert handle this. Fixes #339838.
4915
4916 2007-03-29  Wim Taymans  <wim@fluendo.com>
4917
4918         * gst/rtp/gstasteriskh263.h:
4919         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4920         (gst_rtp_h263p_depay_change_state):
4921         * gst/rtp/gstrtph263pdepay.h:
4922         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4923         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4924         (gst_rtp_h264_depay_change_state):
4925         * gst/rtp/gstrtph264depay.h:
4926         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4927         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4928         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4929         Flush adapter on disconts.
4930
4931 2007-03-29  Wim Taymans  <wim@fluendo.com>
4932
4933         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4934         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4935         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4936         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4937         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4938         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4939         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4940         (gst_rtp_mp4v_depay_process):
4941         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4942         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4943         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4944         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4945         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4946         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4947         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4948         Use more efficient adapter and rtpbuffer methods when possible.
4949
4950 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4951
4952         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4953         (gst_wavenc_sink_setcaps):
4954         Correctly handle width!=depth input.
4955         * gst/wavparse/gstwavparse.c:
4956         Already export in the caps that width==8 uses unsigned samples and
4957         everything else uses signed samples.
4958
4959 2007-03-29  Wim Taymans  <wim@fluendo.com>
4960
4961         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4962
4963         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4964         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4965         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4966         (gst_dynudpsink_close):
4967         * gst/udp/gstdynudpsink.h:
4968         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4969         (gst_udpsrc_create), (gst_udpsrc_set_property),
4970         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4971         * gst/udp/gstudpsrc.h:
4972         Rework the socket allocation a bit based on the sockfd argument so that
4973         it becomes usable.
4974         Add a closefd property to instruct the udp elements to close the custom
4975         file descriptors when going to READY. Fixes #423304.
4976         API:GstUDPSrc::closefd property
4977         API:GstDynUDPSink::closefd property
4978
4979 2007-03-29  Wim Taymans  <wim@fluendo.com>
4980
4981         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4982
4983         * gst/rtp/Makefile.am:
4984         * gst/rtp/gstrtp.c: (plugin_init):
4985         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
4986         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4987         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
4988         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4989         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
4990         (gst_rtp_h264_pay_plugin_init):
4991         * gst/rtp/gstrtph264pay.h:
4992         Added H264 payloader. Fixes #423782.
4993
4994         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4995         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4996         Small fixes.
4997
4998 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         * gst/wavparse/gstwavparse.c:
5001         Actually support depths from 1 to 32, not only 8 to 32.
5002
5003 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5004
5005         * gst/wavparse/gstwavparse.c:
5006         Add support for wav files containing audio/x-raw-int with random
5007         depths between 1 and 32 bits.
5008
5009 2007-03-28  Wim Taymans  <wim@fluendo.com>
5010
5011         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5012
5013         * gst/rtp/Makefile.am:
5014         * gst/rtp/gstrtp.c: (plugin_init):
5015         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5016         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5017         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5018         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5019         (gst_rtp_mp4a_depay_get_property),
5020         (gst_rtp_mp4a_depay_change_state),
5021         (gst_rtp_mp4a_depay_plugin_init):
5022         * gst/rtp/gstrtpmp4adepay.h:
5023         Added MP4A-LATM depayloader. Fixes #417792.
5024
5025         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5026         (gst_rtp_mp4v_depay_process):
5027         Fixup depayloader, setting codec_data, using more efficient adaptor and
5028         rtpbuffer handling.
5029
5030         * gst/rtsp/URLS:
5031         Add url to test above.
5032
5033 2007-03-25  Wim Taymans  <wim@fluendo.com>
5034
5035         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5036         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5037         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5038         (gst_rtspsrc_media_to_caps),
5039         (gst_rtspsrc_stream_configure_transport),
5040         (gst_rtspsrc_stream_configure_caps),
5041         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5042         * gst/rtsp/gstrtspsrc.h:
5043         Handle default clock-rates for static payload types, rearrange stuff so
5044         that the rtpmap field in the sdp can override the defaults.
5045         Parse RTP-Info field to get the seqnum and timebase fields that should
5046         go in the caps.
5047         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5048         the server. 
5049
5050 2007-03-22  Wim Taymans  <wim@fluendo.com>
5051
5052         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5053
5054         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5055         Accept complex pipeline descriptions as an audio profile instead of just
5056         a single element. Fixes #420658.
5057
5058 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5059
5060         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5061           Rename registered type in preparation of GstTagDemux moving to
5062           -base at some point in the future.
5063
5064 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5065
5066         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5067           Streaming mode fixes: don't unref buffer we don't own any longer;
5068           remove bogus adapter flush. Fixes #419338.
5069
5070 2007-03-17  David Schleef  <ds@schleef.org>
5071
5072         * REQUIREMENTS: Change the format to key/value, add a bunch of
5073           information, remove a bunch of requirements that are for
5074           other GStreamer packages.
5075
5076 2007-03-17  David Schleef  <ds@schleef.org>
5077
5078         * REQUIREMENTS: Fix a few things.  This file really needs a
5079         good once-over.
5080
5081 2007-03-15  Edward Hervey  <edward@fluendo.com>
5082
5083         * sys/Makefile.am:
5084         Don't forget to distribute the sys/osxaudio/ directory.
5085
5086 2007-03-15  Edward Hervey  <edward@fluendo.com>
5087
5088         * configure.ac:
5089         * sys/Makefile.am:
5090         * sys/osxaudio/Makefile.am:
5091         * sys/osxaudio/gstosxaudio.c:
5092         * sys/osxaudio/gstosxaudiosink.c:
5093         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5094         (gst_osx_audio_sink_getcaps),
5095         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5096         * sys/osxaudio/gstosxaudiosrc.c:
5097         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5098         (gst_osx_audio_src_create_ringbuffer):
5099         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5100         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5101         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5102         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5103         * sys/osxaudio/gstosxringbuffer.h:
5104         Activate osxaudio in gst-plugins-good with proper build setup.
5105         Add inlined documentation.
5106         Fix debug statements
5107         Fix ringbuffer when pausing.
5108         Fixes #323471
5109
5110 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5111         * gst/rtp/gstrtppcmapay.c:
5112         * gst/rtp/gstrtppcmapay.h:
5113         * gst/rtp/gstrtppcmupay.c:
5114         * gst/rtp/gstrtppcmupay.h:
5115         Ported mulaw and alaw payloaders to use new base class
5116
5117 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5118
5119         * po/af.po:
5120         * po/az.po:
5121         * po/cs.po:
5122         * po/en_GB.po:
5123         * po/it.po:
5124         * po/nl.po:
5125         * po/or.po:
5126         * po/sq.po:
5127         * po/sr.po:
5128         * po/sv.po:
5129         * po/uk.po:
5130         * po/vi.po:
5131           Update translations.
5132
5133 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5134
5135         * configure.ac:
5136           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5137
5138 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5139
5140         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5141           Fix handling of -1 values for start and stop values when seeking,
5142           and SEEK_CUR+SEEK_END here as well.
5143
5144 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5145
5146         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5147           Fix handling of -1 values for start and stop values when seeking, 
5148           and SEEK_CUR+SEEK_END.
5149
5150 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5151
5152         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5153           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5154           the image format a variable-length NUL-terminated string; in
5155           versions before that the image format is a fixed-length string of
5156           3 characters (see #348644 for a sample tag).
5157           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5158
5159 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5160
5161         * win32/MANIFEST:
5162         Add new project files to MANIFEST.
5163         * win32/vs6/libgstaudiofx.dsp:
5164         * win32/vs6/libgstrtp.dsp:
5165         * win32/vs6/libgstrtsp.dsp:
5166         Update project files.
5167         
5168 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5169
5170         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5171         (gst_avi_demux_parse_index):
5172         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5173         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5174           Printf format fixes; also add some missing quotes in translated
5175           strings. Fixes #416728 and #416727.
5176
5177 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5178
5179         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5180           Tim and I can't think of any reason the child audio sink needs to 
5181           be set back to NULL after successfully determining that it can 
5182           reach READY - it gets immediately set back to READY by the caller
5183           anyway, causing an unnecessary close/open of any audio devices
5184           involved.
5185
5186 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * po/LINGUAS:
5189         * po/ja.po:
5190           Add ja.po file from #377306.
5191
5192 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5193
5194         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5195         * sys/sunaudio/gstsunaudiomixertrack.c:
5196         (gst_sunaudiomixer_track_new):
5197           Actually translate sunaudio mixer track labels instead of just
5198           marking the strings as translatable (#377306); clean up weird
5199           label string mapping code that serves no apparent purpose. Also
5200           set the 'untranslated-label' property when creating mixer tracks
5201           if the GstMixerTrack base class supports this.
5202
5203         * tests/check/Makefile.am:
5204         * tests/check/elements/.cvsignore:
5205         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5206         (sunaudio_suite):
5207           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5208           actually tested on a system where sunaudiomixer is available).
5209
5210 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5211
5212         * tests/check/Makefile.am:
5213         Re-enable the states test and see if it works on the buildbots.
5214
5215 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5216
5217         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5218         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5219         (gst_dvdec_change_state):
5220         * ext/dv/gstdvdec.h:
5221         Infer pixel-aspect-ratio from the video frame format if it isn't
5222         provided by the container, as happens when playing DV from AVI
5223         or Quicktime containers.
5224
5225         Patch by: Wim Taymans <wim@fluendo.com>
5226         Fixes #380944
5227
5228 2007-03-09  Wim Taymans  <wim@fluendo.com>
5229
5230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5231         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5232         will later be handled by the jitterbuffer.
5233
5234 2007-03-09  Wim Taymans  <wim@fluendo.com>
5235
5236         * ext/taglib/gstid3v2mux.cc:
5237         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5238         Fixes #414496.
5239         
5240         Patch by: Alex Lancaster <alexl at users sourceforge net>
5241
5242 2007-03-09  Wim Taymans  <wim@fluendo.com>
5243
5244         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5245         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5246         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5247         (gst_avi_demux_chain):
5248         Fix stream position reporting after a seek. Fixes #416445.
5249
5250 2007-03-08  Wim Taymans  <wim@fluendo.com>
5251
5252         Patch by: René Stadler <mail at renestadler dot de>
5253
5254         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5255         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5256         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5257         Make avidemux accept optional header chunks in any order.
5258         Fixes #415446.
5259
5260 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5261
5262         * tests/check/Makefile.am:
5263         Disable the states check until the remaining Valgrind errors
5264         are fixed or suppressed.
5265
5266 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5267
5268         * tests/check/elements/.cvsignore:
5269           Add audiodynamic check to .cvsignore
5270
5271 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5272
5273         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5274
5275         * gst/audiofx/Makefile.am:
5276         * gst/audiofx/audiodynamic.c:
5277         (gst_audio_dynamic_characteristics_get_type),
5278         (gst_audio_dynamic_mode_get_type),
5279         (gst_audio_dynamic_set_process_function),
5280         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5281         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5282         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5283         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5284         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5285         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5286         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5287         (gst_audio_dynamic_transform_hard_knee_expander_int),
5288         (gst_audio_dynamic_transform_hard_knee_expander_float),
5289         (gst_audio_dynamic_transform_soft_knee_expander_int),
5290         (gst_audio_dynamic_transform_soft_knee_expander_float),
5291         (gst_audio_dynamic_transform_ip):
5292         * gst/audiofx/audiodynamic.h:
5293         * gst/audiofx/audiofx.c: (plugin_init):
5294         Add new audiodynamic element which can act as a compressor or
5295         expander. Supported are hard-knee and soft-knee operation modes with
5296         user-specified ratio and threshold.
5297         Attack and release parameters are not yet implemented but will follow.
5298         * docs/plugins/Makefile.am:
5299         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5300         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5301         * docs/plugins/gst-plugins-good-plugins.args:
5302         * docs/plugins/inspect/plugin-audiofx.xml:
5303         Integrate audiodynamic into the docs.
5304         * tests/check/Makefile.am:
5305         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5306         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5307         Add unit test for audiodynamic.
5308
5309 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5310
5311         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5312         Free handles that we allocated when exiting via the error paths.
5313
5314 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5315
5316         * gst/level/gstlevel.c: (gst_level_class_init),
5317         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5318         (gst_level_transform_ip):
5319         * gst/level/gstlevel.h:
5320           Resolve message timestamps against the playback segment.
5321
5322 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5323
5324         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5325         (gst_id3demux_sink_activate):
5326           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5327           caps passed to it (previously one code path assumed it took ownership
5328           while another one assumed it didn't, while in fact it sometimes did and
5329           sometimes didn't ...).
5330
5331         * configure.ac:
5332         * tests/files/Makefile.am:
5333         * tests/files/id3-407349-1.tag:
5334         * tests/files/id3-407349-2.tag:
5335           Add directory where data for unit tests can be stored.
5336
5337         * tests/Makefile.am:
5338         * tests/check/Makefile.am:
5339         * tests/check/elements/.cvsignore:
5340         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5341         (read_tags_from_file), (run_check_for_file),
5342         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5343           Add unit test for id3demux, and in particular for bug #407349. Only
5344           testing pull-mode for now; push mode doesn't work yet because the test
5345           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5346
5347 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * tests/check/Makefile.am:
5350           Add missing backslash at end of line.
5351
5352 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5353
5354         Trigger rebuild.
5355
5356 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5357
5358         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5359         * gst/id3demux/id3tags.h:
5360         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5361         (parse_obsolete_tdat_frame):
5362           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5363           the four-digit number will be interpreted as a year, whereas it is
5364           month and day in DDMM format. Instead, parse TDAT frames and fix up
5365           the date in the GST_TAG_DATE tag later if we also extracted a year.
5366           Fixes #407349.
5367
5368 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5369
5370         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5371         (gst_switch_commit_new_kid):
5372         Fix up the dispose logic so it doesn't leak, and fix setting of 
5373         the child state so that we don't set a child to our current state 
5374         just as we are changing it to something else.
5375
5376 2007-03-06  Wim Taymans  <wim@fluendo.com>
5377
5378         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5379         (gst_goom_chain):
5380         * gst/goom/gstgoom.h:
5381         Document, fix and improve goom adapter behaviour.
5382         Fixes #407006.
5383
5384 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5385
5386         * ext/esd/esdsink.c: (gst_esdsink_open):
5387         Unref static pad template after using it.
5388
5389 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5390
5391         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5392         (gst_switch_commit_new_kid):
5393         Fix up the reference counting of the child elements.
5394
5395 2007-03-05  Wim Taymans  <wim@fluendo.com>
5396
5397         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5398         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5399         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5400         Fix encoding-name case.
5401
5402 2007-03-05  Wim Taymans  <wim@fluendo.com>
5403
5404         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5405         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5406         (gst_rtp_speex_depay_process):
5407         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5408         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5409         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5410         (gst_rtp_speex_pay_change_state):
5411         * gst/rtp/gstrtpspeexpay.h:
5412         Fix speex (de)payloader. Fixes #358040.
5413
5414 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5415
5416         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5417         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5418         Install fakesink in NULL by fixing some broken logic. This obviates
5419         the need to manually set _IS_SINK.
5420         Add some comments and remove a little cruft while I'm at it.
5421
5422 2007-03-05  Wim Taymans  <wim@fluendo.com>
5423
5424         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5425         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5426
5427 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * po/POTFILES.in:
5430           Update.
5431
5432 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5433
5434         * tests/check/Makefile.am:
5435         Gah! Also disable gconfvideosink from the tests, otherwise
5436         it will instantiate autovideosink, and dfbvideosink and
5437         leak on the buildbots.
5438
5439 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5440
5441         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5442         (gst_cdio_cdda_src_finalize):
5443         Make sure we always destroy our libcdio handle.
5444
5445 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5446
5447         * tests/check/Makefile.am:
5448         Disable autovideosink so the buildbots don't barf over memory
5449         leaked in the directfb sink.
5450
5451 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5452
5453         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5454         Chain up in dispose
5455
5456 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5457
5458         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5459         (gst_multipart_find_pad_by_mime):
5460         Use gst_pad_new_from_static_template instead of
5461         static_pad_template_get+pad_new.
5462
5463 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5464
5465         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5466         Catch the case where no clock has been set.
5467
5468 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5469
5470         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5471         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5472         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5473         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5474         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5475         (gst_gconf_audio_src_finalize), (do_toggle_element):
5476         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5477         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5478         (do_toggle_element):
5479         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5480         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5481         (gst_gconf_video_src_finalize), (do_toggle_element):
5482         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5483         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5484         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5485         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5486         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5487         (gst_shout2send_init), (gst_shout2send_finalize):
5488         * gst/debug/testplugin.c: (gst_test_class_init),
5489         (gst_test_finalize):
5490         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5491         (gst_flxdec_dispose):
5492         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5493         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5495         (gst_rtspsrc_finalize):
5496         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5497         * gst/rtsp/rtspextwms.h:
5498         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5499         (gst_smpte_finalize):
5500         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5501         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5502         (gst_udpsink_finalize):
5503         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5504         (gst_wavparse_sink_activate):
5505         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5506         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5507         (gst_oss_src_finalize):
5508         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5509         * sys/v4l2/gstv4l2object.h:
5510         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5511         (gst_v4l2src_finalize):
5512         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5513
5514         Fix a bunch of leaks shown by the newly-added states test.
5515
5516 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5517
5518         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5519         Use gst_pad_new_from_static_template instead of 
5520         static_pad_template_get+pad_new.
5521
5522 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5523
5524         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5525
5526         * ext/libcaca/Makefile.am:
5527         * gst/debug/Makefile.am:
5528           Don't mix tabs and spaces (#414168).
5529
5530 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5531
5532         * tests/check/generic/.cvsignore:
5533           Ignore files to please buildbot.
5534
5535 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5536
5537         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5538         (gst_wavparse_stream_data):
5539           Unbreak my previous commit (swapped nominator & denominator). Tim,
5540           thanks for spotting.
5541
5542 2007-03-02  Wim Taymans  <wim@fluendo.com>
5543
5544         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5545         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5546         (gst_cdio_cdda_src_finalize):
5547         Small code cleanups.
5548         Don't use pad_alloc as the base class cannot deal with the error codes.
5549
5550 2007-03-02  Wim Taymans  <wim@fluendo.com>
5551
5552         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5553         (gst_udpsrc_create):
5554         Fix doc.
5555
5556 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5557
5558         Patch by: René Stadler <mail@renestadler.de>
5559
5560         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5561         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5562         (gst_wavparse_stream_data):
5563           Handle rounding better to not drop last sample frame. Fixes #356692
5564
5565 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5566
5567         * tests/check/Makefile.am:
5568         Disable cacasink from the states check too - it also calls exit(1)
5569         on us when it can't find a terminal to talk to.
5570
5571 2007-03-02  Wim Taymans  <wim@fluendo.com>
5572
5573         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5574
5575         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5576         (gst_udpsrc_create), (gst_udpsrc_set_property),
5577         (gst_udpsrc_get_property):
5578         * gst/udp/gstudpsrc.h:
5579         Add support to strip proprietary headers. Fixes #350296.
5580
5581 2007-03-02  Wim Taymans  <wim@fluendo.com>
5582
5583         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5584         Fix compilation.
5585
5586 2007-03-02  Wim Taymans  <wim@fluendo.com>
5587
5588         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5589
5590         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5591         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5592         (gst_rtp_mp2t_depay_set_property),
5593         (gst_rtp_mp2t_depay_get_property):
5594         * gst/rtp/gstrtpmp2tdepay.h:
5595         Add support to strip off proprietary headers. Fixes #350278.
5596
5597 2007-03-02  Wim Taymans  <wim@fluendo.com>
5598
5599         * ext/hal/hal.c:
5600         Fix compilation.
5601
5602 2007-03-02  Wim Taymans  <wim@fluendo.com>
5603
5604         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5605         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5606         (gst_sunaudiosrc_open):
5607         * sys/sunaudio/gstsunaudiosrc.h:
5608         Remove device-name from GstSunAudioSrc. Fixes #412597.
5609
5610 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5611
5612         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5613         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5614         Having NULL as UDI previously selected the default sink/src. Change
5615         this back but mention it in the debug output.
5616         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5617         (gst_hal_get_oss_element), (gst_hal_get_string),
5618         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5619         (gst_hal_get_audio_src):
5620         * ext/hal/hal.h:
5621         Refactor a bit, check all error conditions, greatly improve debugging
5622         and fix some possible memory leaks. Also implement OSS support
5623         and allow specifying an UDI that points to a real device. For this the
5624         child device which supports ALSA (preferred) or OSS is used.
5625         As a side effect this makes it impossible now to get a alsasink in
5626         halaudiosrc and a alsasrc in halaudiosink.
5627
5628 2007-03-01  Wim Taymans  <wim@fluendo.com>
5629
5630         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5631         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5632         Errors from the udp sources are not fatal unless all of them are in
5633         error.
5634
5635 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5636
5637         * tests/check/Makefile.am:
5638         Disable aasink in the states test. I suspect this is the element that
5639         is calling exit(1) when it can't proceed.
5640
5641 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5642
5643         * tests/check/Makefile.am:
5644         Draw plugins in from the build tree sys/ dir, rather than picking
5645         up the already installed versions.
5646
5647 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5648
5649         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5650         Error out correctly when getting xcontext fails.
5651
5652 2007-03-01  Wim Taymans  <wim@fluendo.com>
5653
5654         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5655         Make state change to PAUSED NO_PREROLL because that's what it will be in
5656         the future and rtspsrc relies on it.
5657
5658         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5659         (gst_rtspsrc_change_state):
5660         Don't error out when we don't get an error from the state change
5661         function.
5662
5663 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5664
5665         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5666         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5667           Check if the device UDI is set before trying to query HAL
5668           about it and give a useful error message if it wasn't set.
5669         * ext/hal/hal.c: (gst_hal_get_string):
5670           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5671           gives an assertion failure in D-Bus when running with
5672           DBUS_FATAL_WARNINGS=1.
5673
5674 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5675
5676         * configure.ac:
5677           Convert to new AG_GST style.
5678
5679 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5680
5681         * tests/check/Makefile.am:
5682         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5683           add test for states
5684
5685 2007-02-28  Wim Taymans  <wim@fluendo.com>
5686
5687         * tests/check/elements/.cvsignore:
5688         Add new videofilter check to .cvsignore.
5689
5690 2007-02-28  Wim Taymans  <wim@fluendo.com>
5691
5692         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5693         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5694         (gst_avi_demux_loop), (gst_avi_demux_chain):
5695         Fix combined flow return. Fixes #412608.
5696
5697 2007-02-28  Wim Taymans  <wim@fluendo.com>
5698
5699         * gst/videofilter/Makefile.am:
5700         Dist header..
5701
5702 2007-02-28  Wim Taymans  <wim@fluendo.com>
5703
5704         * gst/videofilter/gstgamma.h:
5705         Add header too.
5706
5707 2007-02-28  Wim Taymans  <wim@fluendo.com>
5708
5709         Patch by: Mark Nauwelaerts <manauw at skynet be>
5710
5711         * gst/videofilter/Makefile.am:
5712         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5713         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5714         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5715         (oil_tablelookup_u8), (gst_gamma_set_caps),
5716         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5717         Port gamma filter to 0.10. Fixes #412704.
5718
5719         * tests/check/Makefile.am:
5720         * tests/check/elements/videofilter.c: (setup_filter),
5721         (cleanup_filter), (check_filter), (GST_START_TEST),
5722         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5723         Add unit tests for videofilters.
5724
5725 2007-02-28  Wim Taymans  <wim@fluendo.com>
5726
5727         * gst/rtsp/URLS:
5728         Add another interesting test url.
5729
5730         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5731         Don't allow getting header fields from data packets.
5732
5733 2007-02-28  Michael Smith  <msmith@fluendo.com>
5734
5735         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5736         (gst_shout2send_init), (gst_shout2send_start),
5737         (gst_shout2send_set_property), (gst_shout2send_get_property):
5738         * ext/shout2/gstshout2.h:
5739           Add a property for username.
5740
5741 2007-02-27  Christian Schallerr <christian@fluendo.com>
5742
5743         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5744
5745 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5746
5747         * gst/rtsp/Makefile.am:
5748         Fix make check too.
5749
5750 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5751
5752         * gst/rtsp/base64.c: (util_base64_encode):
5753         * gst/rtsp/base64.h:
5754         Commit missing files for base64 encoding.
5755
5756 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5757
5758         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5759
5760         * configure.ac:
5761         * ext/annodex/Makefile.am:
5762         * ext/jpeg/Makefile.am:
5763         * ext/speex/Makefile.am:
5764         * gst/alpha/Makefile.am:
5765         * gst/cutter/Makefile.am:
5766         * gst/debug/Makefile.am:
5767         * gst/effectv/Makefile.am:
5768         * gst/goom/Makefile.am:
5769         * gst/level/Makefile.am:
5770         * gst/smpte/Makefile.am:
5771         * gst/videofilter/Makefile.am:
5772           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5773
5774 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5775
5776         * gst/rtsp/Makefile.am:
5777         * gst/rtsp/rtspconnection.c: (append_auth_header),
5778         (rtsp_connection_send), (rtsp_connection_set_auth):
5779         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5780         from icecast to replace it. Relicensed from GPL courtesy of Mike
5781         Smith.
5782
5783 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5784
5785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5786         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5787         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5788         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5789         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5790         (gst_rtspsrc_uri_set_uri):
5791         * gst/rtsp/gstrtspsrc.h:
5792         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5793         (append_auth_header), (rtsp_connection_send),
5794         (rtsp_connection_free), (rtsp_connection_set_auth):
5795         * gst/rtsp/rtspconnection.h:
5796         * gst/rtsp/rtspdefs.h:
5797         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5798         * gst/rtsp/rtspurl.h:
5799
5800         Implement simple Basic Authentication support so that urls like
5801         rtsp://user:pass@hostname/rtspstream work on hosts that require
5802         authentication.
5803
5804 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5805
5806         * sys/v4l2/gstv4l2object.c:
5807         * sys/v4l2/gstv4l2tuner.c:
5808         * sys/v4l2/v4l2_calls.c:
5809         Fix segfault when oppening a radio device.
5810         
5811 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * gst/level/gstlevel.c: (gst_level_set_caps),
5814         (gst_level_transform_ip):
5815         * sys/v4l2/README:
5816         * tests/check/elements/level.c: (GST_START_TEST):
5817           Fix level for multi-channel case.
5818
5819 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5820
5821         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5822         (gst_level_transform_ip):
5823         * gst/level/gstlevel.h:
5824           Use function pointer for process function and add process functions
5825           for float audio.
5826
5827 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5828
5829         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5830         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5831         (gst_v4l2src_capture_init):
5832           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5833           fixes #407369
5834
5835 2007-02-18  Wim Taymans  <wim@fluendo.com>
5836
5837         * gst/rtp/Makefile.am:
5838         * gst/rtp/gstrtp.c: (plugin_init):
5839         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5840         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5841         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5842         (gst_rtp_mp2t_pay_plugin_init):
5843         * gst/rtp/gstrtpmp2tpay.h:
5844         Added simple mpeg transport stream payloader.
5845
5846 2007-02-16  Wim Taymans  <wim@fluendo.com>
5847
5848         * gst/rtsp/URLS:
5849         Add example H264 rtsp url.
5850
5851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5852         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5853         Don't convert values to lowercase or we might mess up base64 encoded
5854         properties.
5855
5856 2007-02-16  Wim Taymans  <wim@fluendo.com>
5857
5858         * gst/rtp/README:
5859         Fix case of string params.
5860
5861         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5862         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5863         Fix depayloader, support more packet types.
5864         Add sync codes to make sure the packetizer can do its job.
5865
5866         * gst/rtp/gstrtpmp4gdepay.c:
5867         * gst/rtp/gstrtpmp4gpay.c:
5868         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5869         Fix caps case again.
5870
5871 2007-02-15  Wim Taymans  <wim@fluendo.com>
5872
5873         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5874         Set right caps on output buffers.
5875
5876 2007-02-14  Wim Taymans  <wim@fluendo.com>
5877
5878         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5879         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5880         Clear stack allocated SDPMedia struct before calling _init() on it.
5881         Clarify this in the docs as well.
5882
5883 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5884
5885         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5886         (do_change_child):
5887         Don't reset the profile when going switching states, as it makes
5888         the element non-reusable.
5889
5890 2007-02-14  Wim Taymans  <wim@fluendo.com>
5891
5892         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5893         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5894         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5895         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5896         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5897         (sdp_parse_line):
5898         * gst/rtsp/sdpmessage.h:
5899         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5900         Fix memory management of SDP messages. Fixes #407793.
5901
5902 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5903
5904         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5905
5906         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5907         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5908
5909 2007-02-14  Wim Taymans  <wim@fluendo.com>
5910
5911         Patch by: jp.liu <jp_liu at astrocom dot cn>
5912
5913         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5914         Fix parsing of password field in url. Fixes #407797.
5915
5916 2007-02-14  Wim Taymans  <wim@fluendo.com>
5917
5918         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5919         (gst_wavparse_reset), (gst_wavparse_init),
5920         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5921         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5922         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5923         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5924         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5925         (gst_wavparse_loop), (gst_wavparse_chain),
5926         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5927         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5928         (plugin_init):
5929         * gst/wavparse/gstwavparse.h:
5930         Update docs.
5931         Use boilerplate.
5932         Various code cleanups.
5933         When the bitrate is not known (bps == 0 or compressed formats) let
5934         downstream element guestimate the duration and position and don't
5935         generate timestamps or durations. Fixes #405213.
5936         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5937         error flowreturn upstream.
5938
5939 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5940
5941         * ext/gconf/Makefile.am:
5942         * ext/gconf/gconf.c: (gst_gconf_get_string),
5943         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5944         (gst_gconf_render_bin_with_default):
5945         * ext/gconf/gconf.h:
5946         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5947         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5948         (gst_gconf_audio_sink_dispose), (do_change_child),
5949         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5950         (cb_change_child), (gst_gconf_audio_sink_change_state):
5951         * ext/gconf/gstgconfaudiosink.h:
5952         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5953         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5954         (gst_switch_sink_init), (gst_switch_sink_dispose),
5955         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5956         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5957         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5958         * ext/gconf/gstswitchsink.h:
5959         * gst/autodetect/gstautoaudiosink.c:
5960         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5961         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5962         (gst_auto_audio_sink_detect):
5963         * gst/autodetect/gstautovideosink.c:
5964         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5965         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5966         (gst_auto_video_sink_detect):
5967         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5968         and a child that implements the GConf key monitoring. The end goal of
5969         this is an audio sink that can be changed on the fly, but at the 
5970         moment it still only changes on the next READY transition.
5971
5972 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5973
5974         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5975         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5976         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5977         (gst_avi_demux_calculate_durations_from_index),
5978         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
5979         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5980         (gst_avi_demux_loop):
5981           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
5982
5983 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5984
5985         * configure.ac:
5986         * docs/plugins/Makefile.am:
5987           Add crossreferences to glib/gobject/gstream docs.
5988
5989 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5990
5991         * gst/monoscope/Makefile.am:
5992         * gst/monoscope/gstmonoscope.c:
5993           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
5994           (but no LIBS, since we only use defines from the headers).
5995
5996 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5997
5998         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
5999
6000         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6001         (gst_wavparse_stream_data):
6002           Fix massive memory leak when operating in streaming mode due to
6003           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6004           Fixes #407057.
6005
6006 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6007
6008         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6009         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6010         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6011         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6012         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6013         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6014         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6015         (gst_avi_demux_calculate_durations_from_index),
6016         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6017         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6018         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6019         * gst/avi/gstavidemux.h:
6020           Save some memory (8%) by repacking the index entry structure (more to
6021           come). Add more FIXMEs to questionable parts.
6022
6023 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6024
6025         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6026         (gst_v4l2src_get_caps):
6027         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6028         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6029         (gst_v4l2src_capture_init):
6030           More FIXME comments and messaging changes.
6031
6032 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6033
6034         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6035         (gst_goom_change_state):
6036         * gst/goom/gstgoom.h:
6037           Improved docs and use GST_DEBUG_FUNCPTR.
6038
6039         * gst/level/gstlevel.c: (gst_level_class_init):
6040           Use GST_DEBUG_FUNCPTR.
6041
6042         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6043         (gst_monoscope_chain), (gst_monoscope_change_state):
6044           Improved docs source cleanups.
6045
6046 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6047
6048         * gst/debug/Makefile.am:
6049         * gst/debug/gstdebug.c: (plugin_init):
6050         * gst/debug/gstpushfilesrc.c:
6051         * gst/debug/gstpushfilesrc.h:
6052           Add code for a pushfilesrc element that implements a pushfile:// URI
6053           handler, to make debugging push-mode operation of demuxer/decoders
6054           that support both easier in connection with seek/playbin/etc.
6055           The element isn't registered at the moment.
6056
6057 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6058
6059         * gst/avi/gstavimux.c:
6060           Comment a #if 0 in caps template definition as VS6 seems to 
6061         do not support it.
6062         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6063           Use gst_guint64_to_gdouble for conversion.
6064         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6065           Move variables declaration before the first instruction.
6066         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6067           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6068           And don't include netdb.h for G_OS_WIN32
6069         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6070           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6071           by VS6 then use an other way to initialize SDPMedia structure.
6072         * gst/udp/gstdynudpsink.h:
6073         * gst/udp/gstdynudpnetutils.h:
6074           Do not include <sys/time.h> for G_OS_WIN32
6075         * gst/udp/gstudpsrc.c:
6076           Define socklen_t as int for G_OS_WIN32
6077         * win/common/config.h.in:
6078           Undef HAVE_NETINET_IN_H
6079         * win32/vs6/gst_plugins_good.dsw:
6080         * win32/vs6/libgstrtp.dsp:
6081         * win32/vs6/libgstrtsp.dsp:
6082         * win32/vs6/libgstautogen.dsp:
6083         * win32/vs6/libgstaudiofx.dsp:
6084         * win32/vs6/libgstudp.dsp:
6085           Add and update project files.
6086         * win32/common/gstudp-enumtypes.c:
6087         * win32/common/gstudp-enumtypes.h:
6088           Add a copy of udp enumtypes to win32/common as in core 
6089           and base.
6090         
6091 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6092
6093         * configure.ac:
6094           Activate monoscope when building with --enable-experimental. Fix
6095           --enable-external configure switch description.
6096
6097         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6098         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6099           Help gst-indent.
6100
6101 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6102
6103         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6104           Explicitly cast result of pointer arithmetic to integer in order to
6105           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6106
6107 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6108
6109         * gst/debug/progressreport.c:
6110           Some more docs.
6111
6112 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         * docs/plugins/inspect/plugin-rtp.xml:
6115           Update for new elements.
6116
6117         * gst/debug/progressreport.h:
6118           Commit newly-created header file as well.
6119
6120 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * docs/plugins/Makefile.am:
6123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6124         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6125         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6126         * gst/debug/Makefile.am:
6127         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6128         (gst_progress_report_do_query), (gst_progress_report_report):
6129           Make progressreport element post messages with the current progress
6130           on the bus. Also add some basic docs for it.
6131
6132 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6133
6134         * ext/hal/hal.c: (gst_hal_get_string):
6135         * ext/hal/hal.h:
6136           Some small cleanups; deal with errors when parsing the HAL ALSA
6137           capabilities a bit better.
6138
6139 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6140
6141         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6142           Let's try this again and use the right cast this time.
6143
6144 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6145
6146         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6147           Add cast to avoid compiler warnings with older GLib versions
6148           where the nick/name members in GEnumValue are not declared as
6149           constant strings.
6150
6151 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6154         (gst_gconf_render_bin_from_key),
6155         (gst_gconf_get_default_audio_sink):
6156         * ext/gconf/gconf.h:
6157         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6158         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6159         (gst_gconf_audio_sink_get_property):
6160           In gconfaudiosink, get the right key as the old key in do_toggle
6161           (ie. one dependent on the profile selected). Log some more stuff so
6162           we can see what's actually going on.
6163
6164 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6165
6166         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6167         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6168         (gst_audio_amplify_set_process_function),
6169         (gst_audio_amplify_setup):
6170         * gst/audiofx/audioamplify.h:
6171         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6172         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6173         * gst/audiofx/audioinvert.h:
6174         Some small cleanups and port both elements to the new GstAudioFilter
6175         base class to save a few lines of common code.
6176         * gst/audiofx/Makefile.am:
6177         Link against libgstaudio for the above changes
6178
6179 2007-01-29  Wim Taymans  <wim@fluendo.com>
6180
6181         * tests/check/elements/.cvsignore:
6182         Some more ignores.
6183
6184 2007-01-26  Wim Taymans  <wim@fluendo.com>
6185
6186         Patch by: charles <charlesg3 at gmail dot com>
6187
6188         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6189         (set_shout_metadata), (gst_shout2send_event):
6190         * ext/shout2/gstshout2.h:
6191         Properly handle tags in shout2send. Fixes #399825.
6192
6193 2007-01-25  Wim Taymans  <wim@fluendo.com>
6194
6195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6196         (gst_rtspsrc_activate_streams):
6197         Convert SDP fields to upper/lowercase following the rules in the SDP to
6198         caps document. 
6199
6200 2007-01-25  Wim Taymans  <wim@fluendo.com>
6201
6202         * gst/rtp/README:
6203         * gst/rtp/gstrtpilbcdepay.c:
6204         * gst/rtp/gstrtpilbcpay.c:
6205         * gst/rtp/gstrtpmp4gdepay.c:
6206         * gst/rtp/gstrtpmp4gpay.c:
6207         * gst/rtp/gstrtpspeexdepay.c:
6208         * gst/rtp/gstrtpspeexpay.c:
6209         * gst/rtp/gstrtpsv3vdepay.c:
6210         * gst/rtp/gstrtptheoradepay.c:
6211         * gst/rtp/gstrtptheorapay.c:
6212         * gst/rtp/gstrtpvorbisdepay.c:
6213         * gst/rtp/gstrtpvorbispay.c:
6214         Fix case of encoding-name and key/value pairs to match the document.
6215         This is to make interoperation with SDP case-insensitive as required by
6216         the relevant RFCs.
6217
6218 2007-01-25  Wim Taymans  <wim@fluendo.com>
6219
6220         * configure.ac:
6221         Bump required -core/-base to CVS
6222
6223 2007-01-25  Wim Taymans  <wim@fluendo.com>
6224
6225         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6226         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6227         * gst/rtp/gstrtpL16pay.h:
6228         Fill up to MTU using adapter.
6229         Timestamp rtp packets.
6230
6231 2007-01-25  Edward Hervey  <edward@fluendo.com>
6232
6233         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6234         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6235         Use G_GSIZE_FORMAT in print statements for portability.
6236         Fixes build on macosx.
6237
6238 2007-01-24  Wim Taymans  <wim@fluendo.com>
6239
6240         * gst/rtp/Makefile.am:
6241         * gst/rtp/gstrtp.c: (plugin_init):
6242         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6243         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6244         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6245         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6246         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6247         (gst_rtp_L16_depay_plugin_init):
6248         * gst/rtp/gstrtpL16depay.h:
6249         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6250         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6251         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6252         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6253         (gst_rtp_L16_pay_plugin_init):
6254         * gst/rtp/gstrtpL16pay.h:
6255         Port and enable raw audio payloader/depayloader. Needs a bit more work
6256         on the payloader side.
6257
6258 2007-01-24  Wim Taymans  <wim@fluendo.com>
6259
6260         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6261         (gst_rtspsrc_stream_configure_transport),
6262         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6263         * gst/rtsp/gstrtspsrc.h:
6264         Only unblock the udp pads when we linked and activated them all.
6265         Fixes #395688.
6266
6267 2007-01-24  Wim Taymans  <wim@fluendo.com>
6268
6269         * gst/rtp/Makefile.am:
6270         * gst/rtp/gstrtp.c: (plugin_init):
6271         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6272         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6273         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6274         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6275         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6276         * gst/rtp/gstrtpac3depay.h:
6277         Added simple AC3 depayloader (RFC 4184).
6278
6279         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6280         Fix a leak.
6281
6282 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6283
6284         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6285
6286         * gst/audiofx/Makefile.am:
6287         * gst/audiofx/audioamplify.c:
6288         (gst_audio_amplify_clipping_method_get_type),
6289         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6290         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6291         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6292         (gst_audio_amplify_set_caps),
6293         (gst_audio_amplify_transform_int_clip),
6294         (gst_audio_amplify_transform_int_wrap_negative),
6295         (gst_audio_amplify_transform_int_wrap_positive),
6296         (gst_audio_amplify_transform_float_clip),
6297         (gst_audio_amplify_transform_float_wrap_negative),
6298         (gst_audio_amplify_transform_float_wrap_positive),
6299         (gst_audio_amplify_transform_ip):
6300         * gst/audiofx/audioamplify.h:
6301         * gst/audiofx/audiofx.c: (plugin_init):
6302         Add new element "audioamplify". This allows scaling of raw audio
6303         samples, similar to the "volume" element, but provides different modes
6304         for clipping and allows unlimited amplification. It's mainly targeted
6305         for creative sound design and not as a replacement of the "volume"
6306         element. Fixes #397162
6307         * docs/plugins/Makefile.am:
6308         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6309         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6310         * docs/plugins/gst-plugins-good-plugins.args:
6311         * docs/plugins/inspect/plugin-audiofx.xml:
6312         Add docs for audioamplify and integrate them into the build system
6313         * tests/check/Makefile.am:
6314         * tests/check/elements/audioamplify.c: (setup_amplify),
6315         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6316         Add fairly extensive unit test suite for audioamplify
6317
6318 2007-01-24  Wim Taymans  <wim@fluendo.com>
6319
6320         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6321         Unblock pads after adding the pads to the element so that autopluggers
6322         get a change to link something. Possibly fixes #395688.
6323
6324 2007-01-24  Wim Taymans  <wim@fluendo.com>
6325
6326         * gst/rtp/gstrtpamrdepay.c:
6327         * gst/rtp/gstrtpgsmdepay.c:
6328         * gst/rtp/gstrtph263pdepay.c:
6329         * gst/rtp/gstrtph263ppay.c:
6330         * gst/rtp/gstrtph264depay.c:
6331         * gst/rtp/gstrtpilbcdepay.c:
6332         * gst/rtp/gstrtpmp2tdepay.c:
6333         * gst/rtp/gstrtpmp4gdepay.c:
6334         * gst/rtp/gstrtpmp4gpay.c:
6335         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6336         * gst/rtp/gstrtpmp4vpay.c:
6337         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6338         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6339         (gst_rtp_mpa_depay_process):
6340         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6341         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6342         * gst/rtp/gstrtppcmadepay.c:
6343         * gst/rtp/gstrtppcmudepay.c:
6344         * gst/rtp/gstrtpspeexdepay.c:
6345         * gst/rtp/gstrtpspeexpay.c:
6346         * gst/rtp/gstrtpsv3vdepay.c:
6347         * gst/rtp/gstrtptheoradepay.c:
6348         * gst/rtp/gstrtptheorapay.c:
6349         * gst/rtp/gstrtpvorbisdepay.c:
6350         * gst/rtp/gstrtpvorbispay.c:
6351         Fix caps with payload numbers.
6352         Add some fixed payload numbers to caps when possible.
6353
6354 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6355
6356         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6357
6358         * gst/audiofx/Makefile.am:
6359         * gst/audiofx/audiofx.c: (plugin_init):
6360         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6361         (gst_audio_invert_class_init), (gst_audio_invert_init),
6362         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6363         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6364         (gst_audio_invert_transform_float),
6365         (gst_audio_invert_transform_ip):
6366         * gst/audiofx/audioinvert.h:
6367         Add new audiofx element "audioinvert". This element swaps the upper
6368         and lower half of samples and can be used for example for a
6369         wide-stereo effect. Fixes #396057
6370         * docs/plugins/Makefile.am:
6371         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6373         * docs/plugins/gst-plugins-good-plugins.args:
6374         * docs/plugins/inspect/plugin-audiofx.xml:
6375         Add docs for the audioinvert element and add them to the build system.
6376         * tests/check/Makefile.am:
6377         * tests/check/elements/audioinvert.c: (setup_invert),
6378         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6379         Add unit test suite for the audioinvert element.
6380
6381 2007-01-23  Wim Taymans  <wim@fluendo.com>
6382
6383         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6384         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6385         Parse config params as string and int.
6386         Parse and use AU header length
6387
6388 2007-01-23  Wim Taymans  <wim@fluendo.com>
6389
6390         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6391         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6392         * gst/smpte/gstmask.c: (_gst_mask_register):
6393         * gst/smpte/gstmask.h:
6394         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6395         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6396         (gst_smpte_paint_triangle_clock):
6397         constify some static structs.
6398         Don't update the mask if nothing changed to the params.
6399         Make sure we never draw outside of the picture. Fixes #398325.
6400
6401 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6402
6403         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6404           Error out properly when pull_range fails while we're reading the
6405           headers, instead of just pausing the task silently. Fixes #399338.
6406
6407 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6410           Some more sanity checks to make sure the input formats match and the
6411           input pads are actually negotiated, in case someone tries to feed
6412           buffers from fakesrc or filesrc. Fixes #398299.
6413           Also const-ify an array, just because we can.
6414
6415 2007-01-19  Edward Hervey  <edward@fluendo.com>
6416
6417         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6418         Ignore previous commit, that was only valid for widths and heights
6419         that are multiples of 4.
6420         Copy over size/stride macros from jpegdec. This allows the element
6421         to work with any width,height...
6422         ... but puts in evidence that the actual transformations only work
6423         with width/height that are multiples of 4.
6424
6425 2007-01-19  Edward Hervey  <edward@fluendo.com>
6426
6427         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6428         Allocate buffers of the right size.
6429         The proper size of a I420 buffer in bytes is:
6430         
6431             width * height * 3
6432             ------------------
6433                     2
6434
6435 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6436
6437         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6438           Proxy getcaps on sink pads too, so that we either end up with the
6439           same dimensions on all pads or error out if that's not possible
6440           (seems to work even!). Fixes #398086, I think.
6441
6442 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6443
6444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6445         * docs/plugins/gst-plugins-good-plugins.args:
6446         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6447           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6448           fix integer properties with -1 as minimum value.
6449
6450         * docs/plugins/inspect/plugin-1394.xml:
6451         * docs/plugins/inspect/plugin-aasink.xml:
6452         * docs/plugins/inspect/plugin-alaw.xml:
6453         * docs/plugins/inspect/plugin-alpha.xml:
6454         * docs/plugins/inspect/plugin-alphacolor.xml:
6455         * docs/plugins/inspect/plugin-annodex.xml:
6456         * docs/plugins/inspect/plugin-apetag.xml:
6457         * docs/plugins/inspect/plugin-audiofx.xml:
6458         * docs/plugins/inspect/plugin-auparse.xml:
6459         * docs/plugins/inspect/plugin-autodetect.xml:
6460         * docs/plugins/inspect/plugin-avi.xml:
6461         * docs/plugins/inspect/plugin-cacasink.xml:
6462         * docs/plugins/inspect/plugin-cairo.xml:
6463         * docs/plugins/inspect/plugin-cdio.xml:
6464         * docs/plugins/inspect/plugin-cutter.xml:
6465         * docs/plugins/inspect/plugin-debug.xml:
6466         * docs/plugins/inspect/plugin-dv.xml:
6467         * docs/plugins/inspect/plugin-efence.xml:
6468         * docs/plugins/inspect/plugin-effectv.xml:
6469         * docs/plugins/inspect/plugin-esdsink.xml:
6470         * docs/plugins/inspect/plugin-flac.xml:
6471         * docs/plugins/inspect/plugin-flxdec.xml:
6472         * docs/plugins/inspect/plugin-gconfelements.xml:
6473         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6474         * docs/plugins/inspect/plugin-goom.xml:
6475         * docs/plugins/inspect/plugin-halelements.xml:
6476         * docs/plugins/inspect/plugin-icydemux.xml:
6477         * docs/plugins/inspect/plugin-id3demux.xml:
6478         * docs/plugins/inspect/plugin-jpeg.xml:
6479         * docs/plugins/inspect/plugin-level.xml:
6480         * docs/plugins/inspect/plugin-matroska.xml:
6481         * docs/plugins/inspect/plugin-mulaw.xml:
6482         * docs/plugins/inspect/plugin-multipart.xml:
6483         * docs/plugins/inspect/plugin-navigationtest.xml:
6484         * docs/plugins/inspect/plugin-ossaudio.xml:
6485         * docs/plugins/inspect/plugin-png.xml:
6486         * docs/plugins/inspect/plugin-rtp.xml:
6487         * docs/plugins/inspect/plugin-rtsp.xml:
6488         * docs/plugins/inspect/plugin-shout2send.xml:
6489         * docs/plugins/inspect/plugin-smpte.xml:
6490         * docs/plugins/inspect/plugin-speex.xml:
6491         * docs/plugins/inspect/plugin-taglib.xml:
6492         * docs/plugins/inspect/plugin-udp.xml:
6493         * docs/plugins/inspect/plugin-videobalance.xml:
6494         * docs/plugins/inspect/plugin-videobox.xml:
6495         * docs/plugins/inspect/plugin-videoflip.xml:
6496         * docs/plugins/inspect/plugin-videomixer.xml:
6497         * docs/plugins/inspect/plugin-wavenc.xml:
6498         * docs/plugins/inspect/plugin-wavparse.xml:
6499         * docs/plugins/inspect/plugin-ximagesrc.xml:
6500           Update to CVS.
6501
6502 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6503
6504         Patch by: Sebastian Dröge <slomo circular-chaos org>
6505
6506         * gst/audiofx/audiopanorama.c:
6507           Fix doc section name (Fixes #397946)
6508
6509 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6510
6511         * sys/v4l2/gstv4l2object.c:
6512         (gst_v4l2_object_install_properties_helper),
6513         (gst_v4l2_object_set_property_helper),
6514         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6515         * sys/v4l2/gstv4l2object.h:
6516         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6517         (gst_v4l2src_init), (gst_v4l2src_set_property),
6518         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6519         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6520         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6521         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6522         (gst_v4l2src_capture_deinit):
6523           Fix EIO handing when capturing. Add new property to specify the number of
6524           buffers to enque (and remove the borked num-buffers usage).
6525
6526 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6527
6528         Patch by: Sebastian Dröge <slomo circular-chaos org>
6529
6530         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6531         (gst_audio_panorama_set_process_function):
6532           Use a function array for process methods, add more docs and define the
6533           startindex of enums.
6534
6535 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         Patch by: Mark Nauwelaerts <manauw at skynet be>
6538
6539         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6540         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6541         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6542         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6543         (gst_avi_mux_riff_get_avi_header),
6544         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6545         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6546         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6547         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6548         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6549         (gst_avi_mux_change_state):
6550         * gst/avi/gstavimux.h:
6551         * tests/check/elements/avimux.c: (teardown_src_pad):
6552           Add support for more than one audio stream; write better AVIX
6553           header; refactor code a bit; don't announce vorbis caps on our audio
6554           sink pads since we don't support it anyway. Closes #379298.
6555
6556 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6557
6558         Patch by: Sebastian Dröge <slomo circular-chaos org>
6559
6560         * gst/audiofx/audiopanorama.c:
6561         (gst_audio_panorama_method_get_type),
6562         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6563         (gst_audio_panorama_set_process_function),
6564         (gst_audio_panorama_set_property),
6565         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6566         (gst_audio_panorama_transform_m2s_int_simple),
6567         (gst_audio_panorama_transform_s2s_int_simple),
6568         (gst_audio_panorama_transform_m2s_float_simple),
6569         (gst_audio_panorama_transform_s2s_float_simple):
6570         * gst/audiofx/audiopanorama.h:
6571           Add 'method' property and provide a simple (non-psychoacustic)
6572           processing method (#394859).
6573
6574         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6575         (panorama_suite):
6576           Tests for new method.
6577
6578 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6581         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6582           Set correct caps on outgoing pulled buffers, or things blow up
6583           after recent core changes.
6584
6585 2007-01-11  Wim Taymans  <wim@fluendo.com>
6586
6587         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6588
6589         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6590         (gst_multipart_mux_request_new_pad),
6591         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6592         (gst_multipart_mux_change_state):
6593         Return FLOW errors ASAP. Fixes #394977.
6594         Misc cleanups.
6595
6596 2007-01-11  Wim Taymans  <wim@fluendo.com>
6597
6598         Patch by: Lutz Mueller <lutz at topfrose dot de>
6599
6600         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6601         Check for stream pad before activating. 
6602
6603 2007-01-10  Wim Taymans  <wim@fluendo.com>
6604
6605         Patch by: Peter Kjellerstedt  <pkj at axis com>
6606
6607         * gst/rtsp/COPYING.MIT:
6608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6609         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6610         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6611         (gst_rtspsrc_stream_configure_transport),
6612         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6613         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6614         (gst_rtspsrc_parse_methods),
6615         (gst_rtspsrc_create_transports_string),
6616         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6617         (gst_rtspsrc_open), (gst_rtspsrc_close):
6618         * gst/rtsp/gstrtspsrc.h:
6619         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6620         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6621         (parse_request_line), (parse_line), (rtsp_connection_read),
6622         (rtsp_connection_close):
6623         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6624         (rtsp_method_as_text), (rtsp_header_as_text),
6625         (rtsp_status_as_text), (rtsp_find_header_field),
6626         (rtsp_find_method):
6627         * gst/rtsp/rtspdefs.h:
6628         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6629         (rtsp_ext_wms_configure_stream):
6630         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6631         (rtsp_message_new_request), (rtsp_message_init_request),
6632         (rtsp_message_new_response), (rtsp_message_init_response),
6633         (rtsp_message_init_data), (rtsp_message_unset),
6634         (rtsp_message_free), (rtsp_message_add_header),
6635         (rtsp_message_get_header), (rtsp_message_set_body),
6636         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6637         * gst/rtsp/rtspmessage.h:
6638         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6639         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6640         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6641         (sdp_message_dump):
6642         Allow url to be NULL to be able to use it for server connections.
6643         Can now send responses as well as requests.
6644         No longer hangs in an endless loop if EOF is received.
6645         Can now convert a status code to a text string.
6646         Return RTSP_HDR_INVALID for unknown headers.
6647         Return RTSP_INVALID for unknown methods.
6648         Copy CSeq and Session headers from the request.
6649         Only free memory corresponding to the currently set message type.
6650         Added const to function arguments as appropriate.
6651         Avoid a compiler warning when initializing nmedia.
6652         Use guint rather than gint to avoid compiler warnings.
6653         Fix crasher in wms extension.
6654         Factor out stream setup from open_connection.
6655         Delay activation of streams when actual data is received from the
6656         server, this prepares us to do proper protocol switching.
6657         Added new license.
6658         Fixes #380895.
6659
6660
6661 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6662
6663         Patch by: Sebastian Dröge <slomo ubuntu com>
6664
6665         * docs/plugins/Makefile.am:
6666         * gst/audiofx/audiopanorama.c:
6667           Some small docs fixes (#394851).
6668
6669 2007-01-09  Wim Taymans  <wim@fluendo.com>
6670
6671         * gst/avi/gstavidemux.c:
6672         Fix docs.
6673
6674 2007-01-09  Wim Taymans  <wim@fluendo.com>
6675
6676         * gst/rtp/Makefile.am:
6677         * gst/rtp/gstrtp.c: (plugin_init):
6678         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6679         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6680         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6681         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6682         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6683         * gst/rtp/gstrtpmpvdepay.h:
6684           Added RFC 2250 MPEG Video Depayloader.
6685
6686         * gst/rtp/gstrtpL16depay.h:
6687         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6688         (gst_rtp_h263p_depay_process):
6689         Fix Header file. Small cleanups.
6690
6691         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6692         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6693         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6694         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6695         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6696         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6697         (gst_rtp_mp4v_depay_change_state):
6698         Remove usused code. Remove Adapter from state Change. Added debug.
6699
6700         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6701         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6702         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6703         * gst/rtp/gstrtpmpadepay.h:
6704         Subclass base depayloader.
6705         Added debug.
6706         Support static payload type assignment as well.
6707
6708         * gst/rtp/gstrtpmpapay.c:
6709         Fix caps.
6710
6711 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6712
6713         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6714
6715         * ext/jpeg/gstjpegdec.c:
6716         * ext/jpeg/gstjpegenc.c:
6717         * ext/jpeg/smokecodec.c:
6718           These libjpeg callbacks should return a 'boolean' (unsigned char
6719           apparently) and not a 'gboolean' (which maps to gint). Fixes
6720           warnings when compiling with MingW (#393427).
6721
6722         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6723           Use ioctlsocket on win32.
6724
6725         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6726           Some printf format fixes for win32.
6727
6728 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6729
6730         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6731           Use gst_guint64_to_gdouble for conversion.
6732         * win32/vs6/libgstmatroska.dsp:
6733           Add zlib to the link.
6734         * win32/vs6/libgstvideobox.dsp:
6735           Update liboil library name (project is linked to 
6736           liboil-0.3-0.lib now).
6737           
6738 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6739
6740         * gst/matroska/Makefile.am:
6741           If zlib is available and used, we must link it explicitly for
6742           things to work on MingW (fixes #392855).
6743
6744 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6745
6746         * ext/esd/esdsink.c: (gst_esdsink_delay):
6747           Don't return bogus values when esd_get_delay() fails for some
6748           reason (#392189).
6749
6750 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * sys/ximage/gstximagesrc.c: (composite_pixel):
6753           Fix presumably copy'n'pasto for 16bpp depth.
6754
6755 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6756
6757         * gst/matroska/matroska-mux.c:
6758         (gst_matroska_mux_audio_pad_setcaps):
6759           The "signed" field in audio caps is of boolean type, trying to use
6760           gst_structure_get_int() to extract it will fail. Fixing this makes
6761           matroskamux accept raw audio input (#387121) (use at your own risk
6762           though, due to the matroska spec being not entirely useful in this
6763           respect).
6764           Also fix up raw audio structures in template caps so that they
6765           represent what our setcaps function will actually accept, so that
6766           converters know what to convert to.
6767           Finally, don't fail if there isn't an "endianness" field in 8-bit
6768           PCM caps.
6769
6770 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6771
6772         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6773         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6774         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6775         (teardown_cmmldec):
6776         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6777         (teardown_cmmlenc):
6778         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6779           reapply consistent pad (de)activation
6780
6781 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6782
6783         * configure.ac:
6784         Back to CVS
6785
6786         * gst-plugins-good.doap:
6787         Add 0.10.5 doap entry
6788
6789 === release 0.10.5 ===
6790
6791 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6792
6793         * configure.ac:
6794           releasing 0.10.5, "The Path of Thorns"
6795
6796 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6797
6798         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6799         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6800         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6801         (teardown_cmmldec):
6802         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6803         (teardown_cmmlenc):
6804         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6805           revert my freeze breakage
6806
6807 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6808
6809         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6810         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6811         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6812         (teardown_cmmldec):
6813         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6814         (teardown_cmmlenc):
6815         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6816           consistent pad (de)activation
6817
6818 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6819
6820         * configure.ac:
6821         * ext/Makefile.am:
6822         Disable LADPSA, as it has moved to the -bad module for the duration.
6823
6824 2006-12-18  Wim Taymans  <wim@fluendo.com>
6825
6826         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6827         (gst_signal_processor_event):
6828         Reset flow_state back to _OK after a flush stop so that we exit our
6829         error state after the flush. Fixes #374213
6830
6831 2006-12-16  David Schleef  <ds@schleef.org>
6832
6833         * sys/osxvideo/osxvideosink.h:
6834         * sys/osxvideo/osxvideosink.m:
6835           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6836
6837 2006-12-16  David Schleef  <ds@schleef.org>
6838
6839         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6840
6841         * sys/osxvideo/Makefile.am:
6842         * sys/osxvideo/osxvideosink.h:
6843         * sys/osxvideo/osxvideosink.m:
6844           Preliminary patch for porting osxvideosink
6845
6846 2006-12-16  Wim Taymans  <wim@fluendo.com>
6847
6848         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6849
6850         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6851         (gst_videomixer_set_master_geometry),
6852         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6853         (gst_videomixer_reset), (gst_videomixer_init),
6854         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6855         (gst_videomixer_release_pad), (gst_videomixer_collected),
6856         (gst_videomixer_change_state):
6857         Introduce some locking around the videomixer state so that it does not
6858         crash when adding/removing pads. Fixes #383043.
6859
6860 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6861
6862         * configure.ac:
6863           Make sure libcaca can actually be used instead of just checking for
6864           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6865           cross-compiling (fixes #384587).
6866
6867 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6868
6869         * Makefile.am:
6870         * gst-plugins-good.doap:
6871         * gst-plugins-good.spec.in:
6872           adding doap file
6873
6874 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         * configure.ac:
6877           libflac-1.1.3 changed API again, but we can't build against it yet,
6878           so make sure our check doesn't use libflac-1.1.3 and add a comment
6879           to this effect.
6880
6881 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6884         (gst_quarktv_planetable_clear):
6885           Add some NULL pointer checks (possibly related to #385623).
6886
6887 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6890         (gst_tag_demux_chain):
6891         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6892           In streaming mode, if the first buffer we get doesn't have an
6893           offset, fix it up to be 0, otherwise trimming won't work later on
6894           and we'll be typefinding application/x-id3, which may result in
6895           decodebin plugging an endless number of id3demux elements as a
6896           consequence. Fixes #385031.
6897           
6898 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6899
6900         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6901           Ignore the buffer_time the sound device reports. Turns out it is 
6902           sometimes completely bogus and we're better off without it.
6903
6904 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6907         (gst_matroska_demux_video_caps):
6908         * gst/matroska/matroska-ids.c:
6909         (gst_matroska_track_init_video_context):
6910         * gst/matroska/matroska-ids.h:
6911           Try harder to extract the framerate for video tracks correctly and
6912           save it directly instead of converting it back and forth a few
6913           times. Mostly makes a difference for very small framerates (<1).
6914           Fixes #380199.
6915
6916 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6917
6918         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6919         (gst_gconf_audio_src_dispose), (do_toggle_element):
6920         * ext/gconf/gstgconfaudiosrc.h:
6921           Remove gconf notify hook when the gconfaudiosrc element is
6922           destroyed, otherwise the callback may be called on an
6923           already-destroyed instance and bad things happen. Should fix
6924           #378184.
6925           Also ignore gconf key changes when the source is already running.
6926
6927 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6928
6929         Patch by: Sebastian Dröge  <mail at slomosnail de>
6930
6931         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6932           We need to be able to read and parse any possible floating point string
6933           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6934           will parse the former only in certain locales though, so we really need
6935           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6936           make sure we can parse either version at all times.
6937           Fixes #382982 for real.
6938
6939 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6940
6941         * sys/sunaudio/gstsunaudiomixerctrl.c:
6942         * sys/sunaudio/gstsunaudiosrc.c:
6943
6944         Use the sunaudio debug category.
6945
6946         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6947         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6948         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6949         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6950         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6951         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6952         (gst_sunaudiosink_reset):
6953         * sys/sunaudio/gstsunaudiosink.h:
6954
6955         Uses the sunaudio debug category for all debug output
6956         Implements the _delay() callback to synchronise video playback better
6957         Change the segtotal and segsize values back to the parent class 
6958           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6959           respectively)
6960         Measure the samples written to the device vs. played.
6961         Keep track of segments in the device by writing empty eof frames, and
6962         sleep using a GCond when we get too far ahead and risk overrunning the
6963         sink's ringbuffer.
6964
6965         Fixes: #360673
6966
6967 2006-12-08  Wim Taymans  <wim@fluendo.com>
6968
6969         Patch by: Sebastian Dröge  <mail at slomosnail de >
6970
6971         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6972         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6973         * gst/audiofx/audiopanorama.h:
6974         Fix audiopanorame with float samples. Fixes #383726.
6975
6976 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6977
6978         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
6979         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
6980         (gst_sunaudiosrc_reset):
6981
6982         Implement reset functions to unblock the src/sink more quickly on 
6983         state change requests.
6984         Patch by: Brian Cameron <brian dot cameron at sun com>
6985
6986 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6987
6988         * sys/sunaudio/gstsunaudiomixer.c:
6989         (gst_sunaudiomixer_change_state):
6990         Construct the correct mixer device name when the AUDIODEV env var
6991         is set.
6992
6993         Patch by: Jerry Tan <jerry.tan at sun dot com>
6994         Fixes: #383596
6995
6996 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6997
6998         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
6999         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7000         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7001         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7002         Patch by: Jerry Tan <jerry.tan at sun dot com>
7003         Fixes: #349015
7004
7005 2006-12-07  Wim Taymans  <wim@fluendo.com>
7006
7007         * gst/smpte/gstmask.h:
7008         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7009         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7010         (gst_smpte_collected), (gst_smpte_set_property),
7011         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7012         * gst/smpte/gstsmpte.h:
7013         Port to 0.10 some more. 
7014         Added duration property to specify the duration of the transition.
7015         Make framerate a fraction.
7016         Deprecate fps property, we only use negotiated fps.
7017         Added docs.
7018         Fix collectpad usage.
7019         Reset state in READY.
7020         Send NEWSEGMENT event.
7021         Fix racy updates of object properties.
7022         Added debug category.
7023         Fixes #383323.
7024
7025 2006-12-06  Wim Taymans  <wim@fluendo.com>
7026
7027         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7028
7029         * gst/videomixer/videomixer.c:
7030         (gst_videomixer_set_master_geometry),
7031         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7032         Don't reset xpos and ypos in the setcaps function because causes
7033         unexpected behaviour.
7034         Fixes #382179.
7035
7036 2006-12-06  Wim Taymans  <wim@fluendo.com>
7037
7038         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7039         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7040         Keep track of the buffer timestamp in the collectdata member instead
7041         of modifying the buffer without making the metadata writable first.
7042         Fixes #382277.
7043
7044 2006-12-06  Wim Taymans  <wim@fluendo.com>
7045
7046         Patch by: Rob Taylor <robtaylor at floopily dot org>
7047
7048         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7049         If using multicast in udpsrc, bind to the multicast address rather than
7050         IN_ADDR_ANY.
7051         This allows the simultanous use of multiple udpsrcs listening on
7052         different multicat addresses. Without this all udpsrcs will receive all
7053         packets from all subscribed multicast addresses.
7054         Fixes #383001.
7055
7056 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7057
7058         * ext/taglib/gstid3v2mux.cc:
7059         Don't attempt to write a NULL frame into the ID3 tag set when the 
7060         createFrame method returned NULL.
7061         Fixes: #381857
7062         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7063
7064 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7065
7066         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7067         Use g_strtod() instead of sscanf to parse doubles, so that it will
7068         try parsing in the C locale if the current locale fails.
7069         Fixes: #382982
7070         Patch by: Sebastian Dröge  <mail at slomosnail de >
7071
7072 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7073
7074         * win32/MANIFEST:
7075         Fix compilation on win32 under VS8
7076         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7077         Partially fixes #381175
7078
7079 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7080
7081         * gst/avi/gstavimux.c:
7082           accept all mpegversions,fixes #380825
7083           spotted by: Jerome Alet  
7084
7085 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7086
7087         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7088         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7089         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7090         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7091           cleanup the error message a bit more
7092
7093 2006-11-28  Wim Taymans  <wim@fluendo.com>
7094
7095         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7096         Fix width and height properties.
7097
7098         * ext/libcaca/gstcacasink.h:
7099         Fix compilation on newer libcaca that require us to include a new
7100         header. Fixes #379918.
7101
7102 2006-11-28  Wim Taymans  <wim@fluendo.com>
7103
7104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7105         * gst/rtsp/gstrtspsrc.h:
7106         * gst/rtsp/rtspext.h:
7107         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7108         (rtsp_ext_wms_get_context):
7109         Add method so that extensions can choose to disable the setup of
7110         a stream.
7111         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7112
7113 2006-11-27  Wim Taymans  <wim@fluendo.com>
7114
7115         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7116
7117         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7118         Push header in a separate buffer instead of memcpy:ing all data.
7119         Change LF => CRLF in headers.
7120         Move trailing LF to header. Fixes #379792.
7121
7122 2006-11-27  Wim Taymans  <wim@fluendo.com>
7123
7124         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7125         Small buffer overflow fix and improve debugging.
7126
7127 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7128
7129         * ext/esd/esdmon.h:
7130         * ext/esd/esdsink.h:
7131           remove obsolete _factory_init protos
7132
7133 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7134
7135         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7136         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7137         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7138         (gst_avi_demux_read_subindexes_push),
7139         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7140         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7141         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7142         (gst_avi_demux_massage_index),
7143         (gst_avi_demux_calculate_durations_from_index),
7144         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7145         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7146         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7147           remove dead code, tweak debugs statements, add comments, use
7148           _uint64_scale instead _uint64_scale_int when using guint64 values,
7149           small optimizations, reflow some error handling
7150
7151 2006-11-22  Edward Hervey  <edward@fluendo.com>
7152
7153         * po/.cvsignore:
7154         We never put .pot files in cvs. Let's ignore them all.
7155
7156 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         * po/POTFILES.in:
7159           ... but better exclude files that aren't disted.
7160
7161 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7162
7163         * po/POTFILES.in:
7164           Add v4l2 source files to list of files with translations, so the
7165           strings are actually extracted (however bad they still may be).
7166
7167 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7168
7169         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7170           Minor clean-ups: const-ify static array, remove trailing comma from
7171           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7172
7173 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7174
7175         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7176         Make sure that g_free always gets called on the same pointer that was 
7177         returned by g_malloc.  Fixes #376594.
7178         Do not leak memory if decompressed size is wrong.
7179         Remove unneeded check of return value of g_malloc.
7180         Patch by: René Stadler <mail@renestadler.de>
7181
7182 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7185           Add missing curly brackets.
7186
7187 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7188
7189         * sys/v4l2/v4l2src_calls.c:
7190         Fix capture_deinit.
7191
7192 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7193
7194         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7195         (gst_matroska_mux_request_new_pad):
7196           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7197
7198         * tests/check/elements/matroskamux.c: (setup_src_pad),
7199         (setup_sink_pad), (GST_START_TEST):
7200         Activate pads before using them.
7201
7202 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7203
7204         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7205           Initialise variable to get rid of bogus compiler warning.
7206
7207 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7208
7209         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7210
7211         * gst/rtp/gstrtph263pay.c:
7212         * gst/rtp/gstrtph263pdepay.c:
7213         * gst/rtp/gstrtph263ppay.c:
7214           Specify H.263 variant and version in the caps (fixes #361637)
7215
7216 2006-11-15  Wim Taymans  <wim@fluendo.com>
7217
7218         * gst/rtsp/rtspconnection.c: (read_body):
7219         Don't set a data pointer to NULL and a size > 0 when we deal
7220         with empty packets.
7221
7222         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7223         (rtsp_message_init_response), (rtsp_message_init_data),
7224         (rtsp_message_unset), (rtsp_message_free),
7225         (rtsp_message_take_body):
7226         Check that we can't create invalid empty packets. 
7227
7228 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7229
7230         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7231
7232         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7233         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7234         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7235         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7236         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7237         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7238         * gst/matroska/matroska-mux.h:
7239           Add basic tag writing support; implement releasing pads (#374658).
7240
7241 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7244         (gst_matroska_demux_audio_caps):
7245           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7246
7247 2006-11-14  David Schleef  <ds@schleef.org>
7248
7249         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7250
7251 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7252
7253         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7254
7255         * win32/vs8/gst-plugins-good.sln:
7256         * win32/vs8/libgst1394.vcproj:
7257         * win32/vs8/libgstaasink.vcproj:
7258         * win32/vs8/libgstalaw.vcproj:
7259         * win32/vs8/libgstalpha.vcproj:
7260         * win32/vs8/libgstalphacolor.vcproj:
7261         * win32/vs8/libgstannodex.vcproj:
7262         * win32/vs8/libgstapetag.vcproj:
7263         * win32/vs8/libgstaudiofx.vcproj:
7264         * win32/vs8/libgstauparse.vcproj:
7265         * win32/vs8/libgstautodetect.vcproj:
7266         * win32/vs8/libgstavi.vcproj:
7267         * win32/vs8/libgstcacasink.vcproj:
7268         * win32/vs8/libgstcdio.vcproj:
7269         * win32/vs8/libgstcutter.vcproj:
7270         * win32/vs8/libgstdv.vcproj:
7271         * win32/vs8/libgsteffectv.vcproj:
7272         * win32/vs8/libgstflac.vcproj:
7273         * win32/vs8/libgstflxdec.vcproj:
7274         * win32/vs8/libgstgoom.vcproj:
7275         * win32/vs8/libgsticydemux.vcproj:
7276         * win32/vs8/libgstid3demux.vcproj:
7277         * win32/vs8/libgstjpeg.vcproj:
7278         * win32/vs8/libgstladspa.vcproj:
7279         * win32/vs8/libgstlevel.vcproj:
7280         * win32/vs8/libgstmatroska.vcproj:
7281         * win32/vs8/libgstmikmod.vcproj:
7282         * win32/vs8/libgstmng.vcproj:
7283         * win32/vs8/libgstmonoscope.vcproj:
7284         * win32/vs8/libgstmulaw.vcproj:
7285         * win32/vs8/libgstmultipart.vcproj:
7286         * win32/vs8/libgstpng.vcproj:
7287         * win32/vs8/libgstrtp.vcproj:
7288         * win32/vs8/libgstrtsp.vcproj:
7289         * win32/vs8/libgstshout2.vcproj:
7290         * win32/vs8/libgstsmpte.vcproj:
7291         * win32/vs8/libgstspeex.vcproj:
7292         * win32/vs8/libgsttaglib.vcproj:
7293         * win32/vs8/libgstudp.vcproj:
7294         * win32/vs8/libgstvideobalance.vcproj:
7295         * win32/vs8/libgstvideobox.vcproj:
7296         * win32/vs8/libgstvideoflip.vcproj:
7297         * win32/vs8/libgstvideomixer.vcproj:
7298         * win32/vs8/libgstwavenc.vcproj:
7299         * win32/vs8/libgstwavparse.vcproj:
7300           Make end-of-line returns unixy, so that when the files are checked
7301           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7302           Hopefully fixes #366492.
7303
7304 2006-11-14  Wim Taymans  <wim@fluendo.com>
7305
7306         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7307         Disable init_frames delay timestamp adjustment, it does not
7308         seem to be needed at all. Fixes #369621.
7309
7310 2006-11-13  Wim Taymans  <wim@fluendo.com>
7311
7312         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7313
7314         * gst/videomixer/videomixer.c:
7315         (gst_videomixer_set_master_geometry),
7316         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7317         (gst_videomixer_collect_free), (gst_videomixer_reset),
7318         (gst_videomixer_init), (gst_videomixer_finalize),
7319         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7320         (gst_videomixer_collected), (gst_videomixer_change_state):
7321         Fix memleak by unref'ing collectpads instance (when finalizing)
7322         Implement releasing a request pad. Fixes #374479.
7323
7324 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7325
7326         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7327
7328         * win32/vs8/gst-plugins-good.sln:
7329         * win32/vs8/libgst1394.vcproj:
7330         * win32/vs8/libgstaasink.vcproj:
7331         * win32/vs8/libgstalaw.vcproj:
7332         * win32/vs8/libgstalpha.vcproj:
7333         * win32/vs8/libgstalphacolor.vcproj:
7334         * win32/vs8/libgstannodex.vcproj:
7335         * win32/vs8/libgstapetag.vcproj:
7336         * win32/vs8/libgstaudiofx.vcproj:
7337         * win32/vs8/libgstauparse.vcproj:
7338         * win32/vs8/libgstautodetect.vcproj:
7339         * win32/vs8/libgstavi.vcproj:
7340         * win32/vs8/libgstcacasink.vcproj:
7341         * win32/vs8/libgstcdio.vcproj:
7342         * win32/vs8/libgstcutter.vcproj:
7343         * win32/vs8/libgstdv.vcproj:
7344         * win32/vs8/libgsteffectv.vcproj:
7345         * win32/vs8/libgstflac.vcproj:
7346         * win32/vs8/libgstflxdec.vcproj:
7347         * win32/vs8/libgstgoom.vcproj:
7348         * win32/vs8/libgsticydemux.vcproj:
7349         * win32/vs8/libgstid3demux.vcproj:
7350         * win32/vs8/libgstjpeg.vcproj:
7351         * win32/vs8/libgstladspa.vcproj:
7352         * win32/vs8/libgstlevel.vcproj:
7353         * win32/vs8/libgstmatroska.vcproj:
7354         * win32/vs8/libgstmikmod.vcproj:
7355         * win32/vs8/libgstmng.vcproj:
7356         * win32/vs8/libgstmonoscope.vcproj:
7357         * win32/vs8/libgstmulaw.vcproj:
7358         * win32/vs8/libgstmultipart.vcproj:
7359         * win32/vs8/libgstpng.vcproj:
7360         * win32/vs8/libgstrtp.vcproj:
7361         * win32/vs8/libgstrtsp.vcproj:
7362         * win32/vs8/libgstshout2.vcproj:
7363         * win32/vs8/libgstsmpte.vcproj:
7364         * win32/vs8/libgstspeex.vcproj:
7365         * win32/vs8/libgsttaglib.vcproj:
7366         * win32/vs8/libgstudp.vcproj:
7367         * win32/vs8/libgstvideobalance.vcproj:
7368         * win32/vs8/libgstvideobox.vcproj:
7369         * win32/vs8/libgstvideoflip.vcproj:
7370         * win32/vs8/libgstvideomixer.vcproj:
7371         * win32/vs8/libgstwavenc.vcproj:
7372         * win32/vs8/libgstwavparse.vcproj:
7373           Add VS8 project files (note that many of the plugins in ext are
7374           disabled by default). Fixes #366492.
7375
7376 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7377
7378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7379           we do not translate debug messages
7380
7381 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7382
7383         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7384           fix categorisation, make short desc more explicit, remove unused code
7385           Fixes #372021
7386
7387 2006-11-08  Wim Taymans  <wim@fluendo.com>
7388
7389         * gst/rtp/gstrtpL16depay.c:
7390         * gst/rtp/gstrtpamrdepay.c:
7391         * gst/rtp/gstrtpamrpay.c:
7392         * gst/rtp/gstrtpgsmdepay.c:
7393         * gst/rtp/gstrtph263pay.c:
7394         * gst/rtp/gstrtph263pdepay.c:
7395         * gst/rtp/gstrtph263ppay.c:
7396         * gst/rtp/gstrtph264depay.c:
7397         * gst/rtp/gstrtpmp2tdepay.c:
7398         * gst/rtp/gstrtpmp4gdepay.c:
7399         * gst/rtp/gstrtpmp4gpay.c:
7400         * gst/rtp/gstrtpmp4vdepay.c:
7401         * gst/rtp/gstrtpmp4vpay.c:
7402         * gst/rtp/gstrtpmpadepay.c:
7403         * gst/rtp/gstrtpmpapay.c:
7404         * gst/rtp/gstrtppcmadepay.c:
7405         * gst/rtp/gstrtppcmapay.c:
7406         * gst/rtp/gstrtppcmudepay.c:
7407         * gst/rtp/gstrtppcmupay.c:
7408         * gst/rtp/gstrtpspeexdepay.c:
7409         * gst/rtp/gstrtpspeexpay.c:
7410         * gst/rtp/gstrtpsv3vdepay.c:
7411         Fix element descriptions.
7412
7413 2006-11-08  Wim Taymans  <wim@fluendo.com>
7414
7415         * gst/rtp/gstrtpvorbisdepay.c:
7416         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7417         Fix description.
7418         Small cleanup in the payloader.
7419
7420 2006-11-08  Wim Taymans  <wim@fluendo.com>
7421
7422         * gst/rtp/Makefile.am:
7423         * gst/rtp/gstrtp.c: (plugin_init):
7424         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7425         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7426         (gst_rtp_theora_depay_finalize),
7427         (gst_rtp_theora_depay_parse_configuration),
7428         (gst_rtp_theora_depay_setcaps),
7429         (gst_rtp_theora_depay_switch_codebook),
7430         (gst_rtp_theora_depay_process),
7431         (gst_rtp_theora_depay_set_property),
7432         (gst_rtp_theora_depay_get_property),
7433         (gst_rtp_theora_depay_change_state),
7434         (gst_rtp_theora_depay_plugin_init):
7435         * gst/rtp/gstrtptheoradepay.h:
7436         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7437         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7438         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7439         (gst_rtp_theora_pay_init_packet),
7440         (gst_rtp_theora_pay_flush_packet),
7441         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7442         (gst_rtp_theora_pay_handle_buffer),
7443         (gst_rtp_theora_pay_plugin_init):
7444         * gst/rtp/gstrtptheorapay.h:
7445         Add theora pay/depayloaders.
7446
7447 2006-11-06  Wim Taymans  <wim@fluendo.com>
7448
7449         * gst/rtp/Makefile.am:
7450         We depend on gsttag to generate the vorbis comments.
7451
7452         * gst/rtp/gstrtpvorbisdepay.c:
7453         (gst_rtp_vorbis_depay_parse_configuration),
7454         (gst_rtp_vorbis_depay_setcaps),
7455         (gst_rtp_vorbis_depay_switch_codebook),
7456         (gst_rtp_vorbis_depay_process):
7457         * gst/rtp/gstrtpvorbisdepay.h:
7458         Parse configuration string in the depayloader.
7459         Implement selecting and switching to a new codebook.
7460         Receiving vorbis over RTP now works.
7461
7462         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7463         (gst_rtp_vorbis_pay_init_packet),
7464         (gst_rtp_vorbis_pay_finish_headers),
7465         (gst_rtp_vorbis_pay_handle_buffer):
7466         * gst/rtp/gstrtpvorbispay.h:
7467         Set timestamps on outgoing buffers and RTP packets.
7468         Fix configuration string, prepend number of Packet headers.
7469         Fix encoding of ident string.
7470         Add delivery-method to caps.
7471         Streaming vorbis over RTP now works.
7472
7473 2006-11-06  Wim Taymans  <wim@fluendo.com>
7474
7475         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7476         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7477         (gst_rtp_vorbis_pay_handle_buffer):
7478         * gst/rtp/gstrtpvorbispay.h:
7479         Generate a valid configuration string in the caps based on the
7480         vorbis headers.
7481
7482 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7483
7484         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7485         * ext/cdio/gstcdio.h:
7486         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7487           Move CD-TEXT utility function into common file so it can also be
7488           used by a future cdioparanoiasrc.
7489
7490 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7491         
7492         * sys/v4l2/Makefile.am:
7493         * sys/v4l2/gstv4l2object.c:
7494         * sys/v4l2/gstv4l2src.c:
7495         * sys/v4l2/gstv4l2xoverlay.c:
7496         * sys/v4l2/v4l2_calls.c:
7497         * sys/v4l2/v4l2src_calls.c:
7498         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7499         xoverlay code that is still not implemented.
7500
7501 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7502
7503         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7504           We require a -base more recent than 0.10.9, so it's safe to use
7505           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7506
7507         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7508         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7509           Use _newsegment_full() now that we depend on a recent enough core.
7510
7511         * gst/wavparse/gstwavparse.c:
7512           Remove cruft that we don't need any longer now that we depend on
7513           a recent enough -base.
7514
7515 2006-10-31  Wim Taymans  <wim@fluendo.com>
7516
7517         * gst/rtp/Makefile.am:
7518         * gst/rtp/gstrtp.c: (plugin_init):
7519         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7520         (gst_rtpilbcpay_setcaps):
7521         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7522
7523 2006-10-31  Wim Taymans  <wim@fluendo.com>
7524
7525         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7526         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7527         Some small cleanups, use _scale.
7528
7529 2006-10-31  Wim Taymans  <wim@fluendo.com>
7530
7531         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7532         Use higher precision scale function.
7533
7534 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7535
7536         Patch by: Michal Benes  <michal dot benes at itonis tv>
7537
7538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7539         (gst_matroska_demux_read_track_encodings),
7540         (gst_matroska_decode_buffer):
7541           Fix several issues with encoded/compressed/encrypted/signed tracks;
7542           also, remove superfluous newline characters from some debug
7543           statements. (#366155)
7544
7545 2006-10-30  Wim Taymans  <wim@fluendo.com>
7546
7547         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7548         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7549         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7550         (gst_smokedec_change_state):
7551         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7552         (gst_smokeenc_init), (gst_smokeenc_finalize),
7553         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7554         (gst_smokeenc_resync), (gst_smokeenc_chain),
7555         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7556         (gst_smokeenc_change_state):
7557         Various cleanups, capsnego and leak fixes.
7558
7559 2006-10-30  Wim Taymans  <wim@fluendo.com>
7560
7561         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7562
7563         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7564         Fix videomixer so that it can handle any combination of framerates.
7565         Fixes #367221.
7566
7567 2006-10-28  Wim Taymans  <wim@fluendo.com>
7568
7569         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7570         (gst_avi_demux_parse_file_header),
7571         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7572         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7573         (gst_avi_demux_chain):
7574         Fix position query for audio. also fixes timestamps in streaming
7575         mode and bug #364958.
7576         Small cleanups.
7577
7578 2006-10-27  Wim Taymans  <wim@fluendo.com>
7579
7580         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7581         * ext/libpng/gstpngenc.h:
7582         Fix strides. Fixes #364856.
7583         Cleanup capsnego.
7584         Set caps on outgoing buffers.
7585
7586 2006-10-18  Wim Taymans  <wim@fluendo.com>
7587
7588         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7589
7590         * gst/rtp/gstrtpgsmpay.c:
7591         * gst/rtp/gstrtph263pay.c:
7592         * gst/rtp/gstrtpmpapay.c:
7593         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7594         (gst_rtp_pcma_pay_handle_buffer):
7595         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7596         Add static payload numbers in addition to the dynamic ones.
7597         Fixes #361639.
7598
7599 2006-10-18  Wim Taymans  <wim@fluendo.com>
7600
7601         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7602         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7603         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7604         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7605         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7606         * gst/rtsp/rtspdefs.h:
7607         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7608         * gst/rtsp/rtspurl.h:
7609         Reuse already existing enum for lower transport.
7610         Add rtspt and rtspu protocols.
7611         Send redirect to rtspt when udp times out.
7612
7613 2006-10-18  Wim Taymans  <wim@fluendo.com>
7614
7615         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7616         (gst_wavparse_stream_data):
7617         Fix seeking some more, mostly for speed changes.
7618
7619 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         Patch by: Fredrik Persson  <frepe at bredband net>
7622
7623         * sys/v4l2/gstv4l2tuner.c:
7624         * sys/v4l2/gstv4l2tuner.h:
7625           Fix _set_channel(): remove useless g_object_notify() for "channel"
7626           property that doesn't exist any longer and therefore now also
7627           useless redirect (#338818).
7628
7629 2006-10-17  Wim Taymans  <wim@fluendo.com>
7630
7631         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7632         Some drivers do not support unsetting the non-blocking flag once the
7633         device is opened. In those cases, close/open the device in
7634         non-blocking mode. Fixes #362673.
7635
7636 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7637
7638         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7639         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7640         (gst_v4l2src_get_fps):
7641           dear stefan, framespersecond is not frameperiod, reverting but adding
7642           comment
7643
7644 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7645
7646         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7647         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7648         (gst_v4l2src_get_fps):
7649           Numerator is numerator and denominator is denominator. Say that aloud
7650           5 times and retry after next beer.
7651
7652 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         Patch by: Josep Torra Valles  <josep at fluendo com>
7655
7656         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7657         * ext/esd/esdsink.c: (gst_esdsink_write):
7658         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7659         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7660         (gst_flac_dec_send_newsegment):
7661         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7662         (gst_flac_enc_tell_callback):
7663         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7664         (smokecodec_parse_header), (smokecodec_decode):
7665         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7666         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7667         * gst/goom/Makefile.am:
7668         * gst/goom/gstgoom.c:
7669         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7670         * gst/rtsp/gstrtspsrc.c:
7671         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7672         * gst/udp/gstudpsink.c:
7673         * gst/udp/gstudpsrc.c:
7674         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7675         * sys/sunaudio/gstsunaudiomixertrack.h:
7676           Fix a bunch of problems discovered by the Forte compiler, mostly type
7677           mixups and pointer arithmetics with void pointers. Fixes #362603.
7678
7679 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * ext/speex/gstspeex.c: (plugin_init):
7682         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7683         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7684         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7685         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7686         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7687         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7688         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7689         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7690         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7691         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7692         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7693         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7694         * ext/speex/gstspeexenc.h:
7695           Miscellaneous clean-ups, among other things: speexenc => enc to
7696           enhance code readability; change speexenc => speex_enc; in chain
7697           function unref input buffer in case of error; take reference in
7698           event function; use boilerplate macro; use gst_pad_query_peer_*
7699           convenience functions.
7700
7701 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7704         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7705         (gst_speexenc_set_header_on_caps):
7706           Fix some mem leaks.
7707
7708 2006-10-11  Wim Taymans  <wim@fluendo.com>
7709
7710         * gst/rtsp/URLS:
7711         Added some other URL.
7712
7713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7714         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7715         (gst_rtspsrc_open), (gst_rtspsrc_play),
7716         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7717         * gst/rtsp/gstrtspsrc.h:
7718         Work on fallback to TCP connection when the UDP socket times out.
7719         Handler server requests, just reply with OK for now.
7720
7721         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7722         * gst/rtsp/rtspdefs.h:
7723         Added some more Real extension headers.
7724
7725         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7726         Fix parsing of urls with a ':' that is not part of the hostname:port
7727         part of the url.
7728
7729 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7730
7731         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7732         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7733         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7734           Activate pad before adding it to the already-running element.
7735
7736         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7737           Activate newly-created pad too.
7738
7739 2006-10-11  Wim Taymans  <wim@fluendo.com>
7740
7741         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7742
7743         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7744         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7745         (gst_udpsrc_start):
7746         Fix some leaks in caps and uris. Fixes #361252.
7747
7748 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7749
7750         * gst/wavparse/Makefile.am:
7751           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7752
7753 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7754
7755         * sys/v4l2/gstv4l2xoverlay.c:
7756         * sys/v4l2/gstv4l2xoverlay.h:
7757         Fix build as per the patch in #338818 comment 36.
7758
7759 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7760
7761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7762           Activate pads before adding them to the source.
7763
7764 2006-10-06  Wim Taymans  <wim@fluendo.com>
7765
7766         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7767         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7768         Activate pads before adding.
7769
7770 2006-10-06  Wim Taymans  <wim@fluendo.com>
7771
7772         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7773         (gst_multipart_find_pad_by_mime):
7774         Activate pads before adding.
7775
7776         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7777         BOILERPLATE sets parent_class for us.
7778
7779 2006-10-06  Wim Taymans  <wim@fluendo.com>
7780
7781         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7782         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7783         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7784         (gst_rtspsrc_alloc_udp_ports),
7785         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7786         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7787         (gst_rtspsrc_create_transports_string),
7788         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7789         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7790         * gst/rtsp/gstrtspsrc.h:
7791         Rework how the transport string is constructed, try to share channels
7792         and udp ports.
7793         Make most of the stuff less dependant on RTP as we are also going to use
7794         it for RDT.
7795         Add support for transport specific session managers.
7796
7797         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7798         Implement _flush().
7799
7800         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7801         * gst/rtsp/rtspdefs.h:
7802         Add generic error return code.
7803
7804         * gst/rtsp/rtspext.h:
7805         Add support for pluggable tranport strings.
7806
7807         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7808         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7809         (rtsp_ext_wms_get_context):
7810         Detect WMServer and activate the extension.
7811
7812         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7813         (rtsp_transport_get_manager), (rtsp_transport_parse):
7814         * gst/rtsp/rtsptransport.h:
7815         Added methods to get mime/manager for certain transports.
7816
7817 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7818
7819         * ext/cairo/gsttimeoverlay.c:
7820         (gst_cairo_time_overlay_update_font_height):
7821         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7822         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7823         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7824         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7825         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7826         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7827         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7828         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7829         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7830         (gst_avi_demux_stream_data):
7831         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7832         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7833         (gst_fenced_buffer_copy):
7834         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7835         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7836         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7838         (gst_rtspsrc_handle_message):
7839         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7840         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7841           Printf format fixes.
7842
7843 2006-10-04  Wim Taymans  <wim@fluendo.com>
7844
7845         * gst/rtsp/Makefile.am:
7846         Dist new .h file too.
7847
7848 2006-10-04  Wim Taymans  <wim@fluendo.com>
7849
7850         * gst/rtsp/Makefile.am:
7851         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7852         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7854         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7855         (gst_rtspsrc_parse_rtpmap),
7856         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7857         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7858         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7859         * gst/rtsp/gstrtspsrc.h:
7860         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7861         * gst/rtsp/rtspdefs.h:
7862         * gst/rtsp/rtspext.h:
7863         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7864         (rtsp_ext_wms_get_context):
7865         * gst/rtsp/rtspextwms.h:
7866         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7867         (rtsp_transport_parse):
7868         * gst/rtsp/rtsptransport.h:
7869         Factor out extension in separate module.
7870         Fix getcaps to filter against the padtemplate.
7871         Use Content-Base if the server gives one.
7872         Rework the transport parsing a bit for future extensions.
7873         Added some Real Header field definitions.
7874
7875 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7876
7877         * docs/plugins/Makefile.am:
7878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7880           added v4l2 stubs
7881         * gst-plugins-good.spec.in:
7882           add v4l2
7883
7884 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7885
7886         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7887           Extract disc/album/medium number and count and try harder
7888           to extract track number/count.
7889
7890 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7891
7892         * configure.ac:
7893         * sys/Makefile.am:
7894           add build stuff for v4l2, needs --enable-experimental until
7895           the last bits are resolved
7896
7897 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7898
7899         * tests/check/Makefile.am:
7900           Disable autodetect test temporarily, so that the build bots
7901           update -bad and the ranks of unreliable video sinks in there.
7902
7903         * tests/check/elements/autodetect.c: (GST_START_TEST):
7904           Skip test if no usable videosink is found.
7905
7906 2006-09-29  Wim Taymans  <wim@fluendo.com>
7907
7908         * gst/rtsp/URLS:
7909         Add some more URLs.
7910
7911         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7912         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7913         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7914         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7915         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7916         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7917         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7918         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7919         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7920         * gst/rtsp/gstrtspsrc.h:
7921         Add timeout property to control UDP timeouts.
7922         Fix error messages.
7923         Also start a loop function when operating in UDP mode so that we can
7924         do some more stuff async.
7925         Handle element messages from udpsrc to detect timeouts. If a timeout
7926         happens we currently generate an error.
7927         API: rtspsrc::timeout property.
7928
7929         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7930         (gst_udpsrc_create):
7931         Really implement the timeout in microseconds and not milliseconds.
7932
7933 2006-09-29  Wim Taymans  <wim@fluendo.com>
7934
7935         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7936         (gst_udpsrc_create), (gst_udpsrc_set_property),
7937         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7938         * gst/udp/gstudpsrc.h:
7939         Added property to post a message on timeout.
7940         Updated docs.
7941         When restarting the select, initialize the fdsets again.
7942         Init control sockets so we don't accidentally close a random socket.
7943         API: GstUDPSrc::timeout property
7944
7945 2006-09-29  Wim Taymans  <wim@fluendo.com>
7946
7947         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7948         Fix flag registration.
7949
7950         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7951         Reading 0 also means 'no more commands'
7952
7953 2006-09-29  Wim Taymans  <wim@fluendo.com>
7954
7955         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7956
7957         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7958         Fix possible infinite loop when shutting down, a read can also return
7959         0 to indicate no more messages are available. Fixes #358156.
7960
7961 2006-09-25  Wim Taymans  <wim@fluendo.com>
7962
7963         * gst/autodetect/gstautoaudiosink.c:
7964         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7965         (gst_auto_audio_sink_find_best):
7966         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7967         Small cleanups.
7968         don't try to set "sync" property when it is not available.
7969
7970 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7971
7972         Patch by: Peter Kjellerstedt  <pkj at axis com>
7973
7974         * gst/alpha/gstalpha.c:
7975         * gst/rtp/gstrtpamrdepay.c:
7976         * gst/rtsp/gstrtspsrc.c:
7977         * gst/udp/gstudpsrc.c:
7978         * gst/videomixer/videomixer.c:
7979           Include stdlib.h in some more places, makes things compile
7980           with uClibc and -Werror (#357592).
7981
7982 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7983
7984         * ext/jpeg/gstjpegdec.c:
7985           Set minimum height to 8 (from 16), our code should handle
7986           that fine. Some of the buttons on the apple trailer site
7987           are apparently only 15 pixels high (see #357470).
7988
7989 2006-09-23  Wim Taymans  <wim@fluendo.com>
7990
7991         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
7992         (gst_rtspsrc_open):
7993         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
7994         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
7995         (rtsp_connection_receive):
7996         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7997         * gst/rtsp/rtspdefs.h:
7998         Improve error reporting.
7999
8000 2006-09-23  Wim Taymans  <wim@fluendo.com>
8001
8002         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8003         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8004         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8005         * gst/rtp/gstrtpdepay.c:
8006         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8007         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8008         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8009         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8010         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8011         (gst_rtp_mp2t_depay_plugin_init):
8012         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8013         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8014         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8015         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8016         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8017         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8018         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8019         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8020         Fix klass typos.
8021         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8022
8023 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8024
8025         * configure.ac:
8026           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8027
8028 2006-09-22  Wim Taymans  <wim@fluendo.com>
8029
8030         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8031         Don't check for a tag that is never there and check if we read the
8032         correct tag. Fixes seeking again.
8033         We must post an error when all pads are unlinked.
8034
8035 2006-09-22  Wim Taymans  <wim@fluendo.com>
8036
8037         * gst/rtp/Makefile.am:
8038         * gst/rtp/gstrtp.c: (plugin_init):
8039         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8040         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8041         (gst_rtp_vorbis_pay_reset_packet),
8042         (gst_rtp_vorbis_pay_init_packet),
8043         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8044         (gst_rtp_vorbis_pay_handle_buffer):
8045         More fixage, set endoder-params correctly in the payloader.
8046
8047 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8048
8049         * gst/autodetect/gstautoaudiosink.c:
8050         (gst_auto_audio_sink_base_init):
8051         * gst/autodetect/gstautovideosink.c:
8052         (gst_auto_video_sink_base_init):
8053           Make static pad templates static to appease valgrind's leak
8054           detector.
8055
8056         * tests/check/Makefile.am:
8057         * tests/check/elements/.cvsignore:
8058         * tests/check/elements/autodetect.c: (GST_START_TEST),
8059         (autodetect_suite):
8060           Add simple test for the ghostpad lockup on shutdown fixed in core
8061           CVS (audio bit disabled because it would need dozens of alsa
8062           suppressions and I'm too lazy to add those now).
8063
8064 2006-09-22  Wim Taymans  <wim@fluendo.com>
8065
8066         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8067         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8068         Small cleanups.
8069
8070         * gst/rtp/Makefile.am:
8071         * gst/rtp/gstrtp.c: (plugin_init):
8072         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8073         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8074         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8075         (gst_rtp_vorbis_depay_process),
8076         (gst_rtp_vorbis_depay_set_property),
8077         (gst_rtp_vorbis_depay_get_property),
8078         (gst_rtp_vorbis_depay_change_state),
8079         (gst_rtp_vorbis_depay_plugin_init):
8080         * gst/rtp/gstrtpvorbisdepay.h:
8081         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8082         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8083         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8084         (gst_rtp_vorbis_pay_flush_packet),
8085         (gst_rtp_vorbis_pay_append_buffer),
8086         (gst_rtp_vorbis_pay_handle_buffer),
8087         (gst_rtp_vorbis_pay_plugin_init):
8088         * gst/rtp/gstrtpvorbispay.h:
8089         Add experimental vorbis pay and depayloaders.
8090
8091 2006-09-21  Wim Taymans  <wim@fluendo.com>
8092
8093         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8094         Fix profile-level-id parsing and setup.
8095
8096 2006-09-21  Wim Taymans  <wim@fluendo.com>
8097
8098         * gst/udp/README:
8099         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8100         Update README, simple cleanup.
8101
8102 2006-09-21  Wim Taymans  <wim@fluendo.com>
8103
8104         * gst/rtp/README:
8105         Update README with some examples.
8106
8107         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8108         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8109         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8110         (gst_rtp_mp4g_pay_setcaps):
8111         * gst/rtp/gstrtpmp4gpay.h:
8112         Make optional RTP parameters of type STRING, as required by the
8113         application/x-rtp caps specification.
8114
8115 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8116
8117         * gst/rtp/gstrtph263pdepay.c:
8118         * gst/rtp/gstrtph263ppay.c:
8119         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8120         RTP header.
8121
8122 2006-09-20  Wim Taymans  <wim@fluendo.com>
8123
8124         * gst/rtp/Makefile.am:
8125         And makefile too.
8126
8127 2006-09-20  Wim Taymans  <wim@fluendo.com>
8128
8129         * gst/rtp/gstrtp.c: (plugin_init):
8130         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8131         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8132         (decode_base64), (gst_rtp_asf_depay_setcaps),
8133         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8134         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8135         (gst_rtp_asf_depay_plugin_init):
8136         * gst/rtp/gstrtpasfdepay.h:
8137         Added preliminary ASF depayloader.
8138
8139         * gst/rtp/gstrtph264depay.c: (decode_base64):
8140         Fix base64 decoding.
8141
8142 2006-09-20  Wim Taymans  <wim@fluendo.com>
8143
8144         * gst/rtsp/URLS:
8145         Added some test URLS.
8146
8147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8148         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8149         * gst/rtsp/gstrtspsrc.h:
8150         When creating streams, give access to the complete SDP.
8151         Fix some leaks.
8152         Collect and merge global stream properties in stream caps.
8153         Preliminary support for WMServer.
8154
8155         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8156         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8157         (rtsp_connection_receive):
8158         * gst/rtsp/rtspconnection.h:
8159         Make connection interruptable.
8160         Refactor to make it reconnectable.
8161         Don't fail on short reads when reading data packets.
8162
8163         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8164         (rtsp_url_get_port):
8165         * gst/rtsp/rtspurl.h:
8166         Add methods for getting/setting the port.
8167
8168         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8169         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8170         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8171         (sdp_media_get_format), (sdp_parse_line),
8172         (sdp_message_parse_buffer):
8173         Fix headers. 
8174         Add methods for getting multiple attributes with the same name.
8175         Increase buffer size when parsing.
8176         Fix parsing of a=foo fields.
8177
8178         * gst/rtsp/test.c: (main):
8179         Update to new connection API.
8180
8181         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8182         (rtsp_message_init_response), (rtsp_message_init_data),
8183         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8184         * gst/rtsp/rtspmessage.h:
8185         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8186         * gst/rtsp/rtsptransport.h:
8187         * gst/rtsp/sdp.h:
8188         * gst/rtsp/sdpmessage.h:
8189         * gst/rtsp/gstrtsp.c:
8190         * gst/rtsp/gstrtsp.h:
8191         * gst/rtsp/gstrtpdec.c:
8192         * gst/rtsp/gstrtpdec.h:
8193         * gst/rtsp/rtsp.h:
8194         * gst/rtsp/rtspdefs.c:
8195         * gst/rtsp/rtspdefs.h:
8196         Dual licensed under MIT and LGPL now.
8197
8198 2006-09-19  Wim Taymans  <wim@fluendo.com>
8199
8200         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8201         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8202         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8203         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8204         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8205         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8206         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8207         * gst/rtsp/gstrtspsrc.h:
8208         Reorganize stream parsing and creation.
8209         Detect container formats in interleaved mode.
8210         Keep more state about the streams.
8211         Assume a server also supports PLAY if it does not say.
8212         Add unicast and interleaved properties to TCP transport requests to make
8213         some servers happy (WMServer).
8214
8215         * gst/rtsp/sdpmessage.h:
8216         Add some defines for the standard Bandwidth types.
8217
8218 2006-09-19  Wim Taymans  <wim@fluendo.com>
8219
8220         * gst/rtsp/test.c: (main):
8221         Fix build.
8222
8223 2006-09-19  Wim Taymans  <wim@fluendo.com>
8224
8225         * gst/wavparse/gstwavparse.c:
8226         Add ms-gsm to the src template.
8227
8228 2006-09-18  Wim Taymans  <wim@fluendo.com>
8229
8230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8231         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8232         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8233         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8234         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8235         * gst/rtsp/gstrtspsrc.h:
8236         Small cleanups, added documentation.
8237         Try to clean up the requests and responses.
8238         Refactor parsing the supported methods.
8239
8240         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8241         (rtsp_connection_create), (rtsp_connection_send),
8242         (parse_response_status), (parse_request_line),
8243         (rtsp_connection_receive), (rtsp_connection_close),
8244         (rtsp_connection_free):
8245         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8246         (rtsp_transport_init), (rtsp_transport_parse),
8247         (rtsp_transport_free):
8248         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8249         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8250         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8251         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8252         Use g_return_val some more.
8253
8254         * gst/rtsp/rtspdefs.h:
8255         Add more enum values to track initial states.
8256
8257         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8258         (rtsp_message_init_request), (rtsp_message_new_response),
8259         (rtsp_message_init_response), (rtsp_message_init_data),
8260         (rtsp_message_unset), (rtsp_message_free),
8261         (rtsp_message_add_header), (rtsp_message_remove_header),
8262         (rtsp_message_get_header), (rtsp_message_set_body),
8263         (rtsp_message_take_body), (rtsp_message_get_body),
8264         (rtsp_message_steal_body), (rtsp_message_dump):
8265         * gst/rtsp/rtspmessage.h:
8266         Reorder arguments, object goes as the first one.
8267         Use g_return_val some more.
8268
8269 2006-09-18  Wim Taymans  <wim@fluendo.com>
8270
8271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8272         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8273         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8274         * gst/rtsp/gstrtspsrc.h:
8275         Export sometimes source pad with correct caps on the template, create
8276         the ghostpad from the template.
8277         Remove RTCP template as we never expose RTCP.
8278         Protect against invalid body size.
8279         Avoid memcpy when creating the output buffer.
8280         Properly post an error and send EOS when the loop function is shut down.
8281
8282 2006-09-18  Wim Taymans  <wim@fluendo.com>
8283
8284         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8285
8286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8287         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8288         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8289         * gst/rtsp/gstrtspsrc.h:
8290         Make sure we can never set an invalid location.
8291
8292         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8293         * gst/rtsp/rtspmessage.h:
8294         Added _steal_body method for future use.
8295
8296         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8297         Make freeing of NULL url return immediatly.
8298
8299 2006-09-18  Wim Taymans  <wim@fluendo.com>
8300
8301         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8302
8303         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8304         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8305         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8306         (gst_rtspsrc_change_state):
8307         * gst/rtsp/gstrtspsrc.h:
8308         Use boilerplate.
8309         Make rtspsrc subclass GstBin to make state changes easier.
8310         Add Range header field on the PLAY request.
8311
8312 2006-09-18  Wim Taymans  <wim@fluendo.com>
8313
8314         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8315
8316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8317         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8318         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8319         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8320         * gst/rtsp/rtspconnection.c: (inet_aton):
8321         Small cleanups.
8322         when multicast is selected as the transport, create UDP sources and
8323         connect to the multicast group.
8324         Move parsing and setting of caps to a common place.
8325         Fixes #349894.
8326
8327 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8328
8329         * ext/flac/gstflactag.c:
8330         * gst/alpha/gstalpha.c:
8331         * gst/debug/breakmydata.c:
8332         * gst/debug/negotiation.c:
8333         * gst/debug/testplugin.c:
8334         * gst/effectv/gstaging.c:
8335         * gst/effectv/gstdice.c:
8336         * gst/effectv/gstedge.c:
8337         * gst/effectv/gstquark.c:
8338         * gst/effectv/gstrev.c:
8339         * gst/effectv/gstshagadelic.c:
8340         * gst/effectv/gstvertigo.c:
8341         * gst/effectv/gstwarp.c:
8342         * gst/multipart/multipartdemux.c:
8343         * gst/multipart/multipartmux.c:
8344         * gst/videobox/gstvideobox.c:
8345         * gst/videofilter/gstgamma.c:
8346         * gst/videofilter/gstvideotemplate.c:
8347         * gst/videomixer/videomixer.c:
8348         * sys/sunaudio/gstsunaudiosrc.h:
8349         More G_OBJECT macro fixing.
8350
8351 2006-09-16  Wim Taymans  <wim@fluendo.com>
8352
8353         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8354
8355         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8356         Correctly set the dwLength in strh.
8357         With this patch, the file duration is now displayed correctly in window
8358         media player and the AVI plays completely. Fixes #356147
8359
8360 2006-09-15  Wim Taymans  <wim@fluendo.com>
8361
8362         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8363
8364         * sys/sunaudio/gstsunaudiomixerctrl.c:
8365         (gst_sunaudiomixer_ctrl_build_list):
8366         Set the output track as the MASTER so that the gnome-settings-daemon
8367         keybindings for changing the volume using the keyboard works.
8368         Fixes #356142.
8369
8370 2006-09-15  Wim Taymans  <wim@fluendo.com>
8371
8372         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8373         Fix documentation, it is not possible to control the framerate of jpegdec
8374         using filtered caps yet. Fixes #355210.
8375         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8376         stop when there is an error.
8377
8378 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8379
8380         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8381         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8382           Don't interpret a first buffer with an offset of NONE as
8383           'from the middle of the stream', but only a first buffer
8384           that has a valid buffer offset that's non-zero (see #345449).
8385
8386 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8387
8388         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8389         (gst_icydemux_typefind_or_forward):
8390         * gst/icydemux/gsticydemux.h:
8391           When we merge/collect multiple incoming buffers for typefinding
8392           purposes, keep an initial 0 offset on the first outgoing buffer
8393           as well (otherwise id3demux won't work right). Fixes #345449.
8394           Also Make buffer metadata writable before setting buffer caps.
8395
8396         * tests/check/elements/icydemux.c: (typefind_succeed),
8397         (cleanup_icydemux), (push_data), (GST_START_TEST),
8398         (icydemux_suite):
8399           Small test case for the above.
8400
8401 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8402
8403         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8404         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8405         (gst_avi_demux_stream_header_push),
8406         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8407         (gst_avi_demux_loop):
8408           More code reuse and better logging in _peek_chunk(). Reintroduce check
8409           for chunk sizes before reading them (avoid oom). Better handling for 
8410           invalid chunksizes when streaming.
8411
8412 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8413
8414         * gst/level/gstlevel.c: (gst_level_set_property):
8415         * gst/level/gstlevel.h:
8416           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8417           René Stadler
8418
8419 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8420
8421         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8422         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8423         (gst_avi_demux_stream_data):
8424           Revert one change to fix streaming avi (adapter size != data size).
8425
8426 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8427
8428         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8429
8430         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8431         (gst_matroska_demux_reset),
8432         (gst_matroska_demux_read_track_encodings),
8433         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8434         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8435         (gst_matroska_demux_subtitle_caps):
8436         * gst/matroska/matroska-ids.h:
8437           Add support for VOBSUB subtitle tracks and zlib-compressed
8438           tracks. Make sure we start on a keyframe after a seek. (#343348)
8439
8440 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8441
8442         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8443         (gst_matroska_demux_push_flac_codec_priv_data),
8444         (gst_matroska_demux_push_xiph_codec_priv_data),
8445         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8446         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8447         * gst/matroska/matroska-ids.h:
8448           Add basic FLAC support (#311586), not perfect yet though, needs some
8449           tweaking in flacdec; also, seeking could be better.
8450           Do better bounds checking when deserialising vorbis stream headers
8451           to make sure we don't read beyond the end of the buffer on bad input.
8452
8453 2006-09-04  Wim Taymans  <wim@fluendo.com>
8454
8455         Patch by: Alessandro Decina <alessandro at nnva dot org>
8456
8457         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8458         Seeking back in a file containing a CMML stream errors out if the seek
8459         goes back up to the CMML headers. This is because after the seek the xml
8460         processing instruction <?xml ...?> is submitted to the xml parser again, 
8461         which results in an error. The attached patch fixes the problem. 
8462         Fixes #353908.
8463
8464         * ext/annodex/gstcmmlenc.h:
8465         Fix authors name.
8466
8467
8468 2006-08-28  Andy Wingo  <wingo@pobox.com>
8469
8470         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8471         New helper function to lessen the ifdefs.
8472         (GST_INFO_OBJECT): 
8473         (gst_dv1394src_iso_receive): Use it.
8474         (gst_dv1394src_create): Also use the control sockets in iec61883
8475         mode.
8476         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8477         handle for AVC operations; fixes #348233.
8478
8479 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8480
8481         * configure.ac:
8482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8483         * docs/plugins/inspect/plugin-audiofx.xml:
8484         * docs/plugins/inspect/plugin-audiofxgood.xml:
8485         * gst/audiofx/Makefile.am:
8486         * gst/audiofx/audiofx.c:
8487         * gst/audiofxgood/.cvsignore:
8488         * gst/audiofxgood/Makefile.am:
8489         * gst/audiofxgood/audiofx.c:
8490         * gst/audiofxgood/audiopanorama.c:
8491         * gst/audiofxgood/audiopanorama.h:
8492           Rename again (audiofxgood -> audiofx).
8493
8494 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8495
8496         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8497         (gst_avi_demux_stream_scan):
8498           Initialze variables.
8499
8500 2006-08-25  Wim Taymans  <wim@fluendo.com>
8501
8502         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8503         (gst_avi_demux_init), (gst_avi_demux_finalize),
8504         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8505         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8506         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8507         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8508         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8509         (gst_avi_demux_massage_index),
8510         (gst_avi_demux_calculate_durations_from_index),
8511         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8512         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8513         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8514         (gst_avi_demux_change_state):
8515         * gst/avi/gstavidemux.h:
8516         More attempts to turn this into readable code.
8517         Don't leak adapters.
8518         Calculate duration according to index more efficiently.
8519         Don't try to act like we drive the pipeline in chain mode.
8520
8521 2006-08-25  Wim Taymans  <wim@fluendo.com>
8522
8523         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8524         Fix build.
8525
8526 2006-08-25  Wim Taymans  <wim@fluendo.com>
8527
8528         Patch by: Alessandro Decina <alessandro at nnva dot org>
8529
8530         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8531         Do some extra sanity checks.
8532         Fixes #350340.
8533
8534         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8535         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8536         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8537         Check if clip->start_time is valid before adding the clip to the
8538         track list.
8539         Reset enc->preamble going from PAUSED to READY.
8540         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8541         only used for EOS.
8542         Only post an error message if we were the one that created the fatal
8543         GstFlowReturn value.
8544
8545         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8546         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8547         Parse the seconds field of the npt-sec time format using %llu rather than
8548         %d and check that the value scaled by GST_SECOND doesn't overflow.
8549         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8550         Lookup a clip's track with clip->track rather than clip->id which
8551         makes no sense.
8552         Identify a clip by its track and start time and not its xml id.
8553         do some more input checking and make sure we don't do undefined shifts.
8554
8555         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8556         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8557         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8558         (push_clip), (push_empty_clip), (check_output_clip),
8559         (GST_START_TEST), (cmmldec_suite):
8560         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8561         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8562         (check_headers), (push_clip), (check_clip_times), (check_clip),
8563         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8564         Added some more checks.
8565
8566 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8567
8568         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8569         (gst_audio_panorama_set_property),
8570         (gst_audio_panorama_get_property),
8571         (gst_audio_panorama_transform_m2s_int),
8572         (gst_audio_panorama_transform_s2s_int),
8573         (gst_audio_panorama_transform_m2s_float),
8574         (gst_audio_panorama_transform_s2s_float):
8575         * gst/audiofxgood/audiopanorama.h:
8576         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8577           Make also the pan-property float (saves scaling and yields better
8578           resolution)
8579
8580 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8581
8582         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8583         (gst_audio_panorama_transform_m2s_float),
8584         (gst_audio_panorama_transform_s2s_float):
8585           ChangeLog surgery to add cymax's real name
8586
8587
8588 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8589
8590         Patch by: René Stadler <mail@renestadler.de>
8591
8592         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8593         (gst_audio_panorama_transform_m2s_int),
8594         (gst_audio_panorama_transform_s2s_int),
8595         (gst_audio_panorama_transform_m2s_float),
8596         (gst_audio_panorama_transform_s2s_float),
8597         (gst_audio_panorama_transform):
8598         * gst/audiofxgood/audiopanorama.h:
8599           Added float support
8600
8601 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8602
8603         * gst/audiofxgood/audiopanorama.c:
8604         (gst_audio_panorama_transform_m2s):
8605           Fix docs & debug category. Add Fixme for volume pan levels.
8606
8607 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8608
8609         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8610         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8611         (gst_avi_demux_stream_header_pull),
8612         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8613         (gst_avi_demux_chain):
8614           unbreak AVI index handling, some more debug, remove an obsolete
8615           adapter_flush that caused streaming to wander off in the wild
8616
8617 2006-08-24  Wim Taymans  <wim@fluendo.com>
8618
8619         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8620         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8621         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8622         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8623         (gst_avi_demux_calculate_durations_from_index),
8624         (gst_avi_demux_stream_header_push),
8625         (gst_avi_demux_stream_header_pull):
8626         * gst/avi/gstavidemux.h:
8627         Some more cleanups. 
8628         Fix totalFrames parsing in ODML.
8629         Disable use of index for length calculation in case of ODML as this is
8630         broken now.
8631
8632 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8633
8634         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8635           Use libgsttag helper function here too.
8636
8637 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8638
8639         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8640         (gst_avi_demux_init), (gst_avi_demux_dispose),
8641         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8642         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8643         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8644         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8645         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8646         (gst_avi_demux_parse_subindex),
8647         (gst_avi_demux_read_subindexes_push),
8648         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8649         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8650         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8651         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8652         (gst_avi_demux_stream_header_pull),
8653         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8654         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8655         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8656         (gst_avi_demux_change_state):
8657         * gst/avi/gstavidemux.h:
8658           Initial streaming support for avidemux (fixes #336465)
8659
8660 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8661
8662         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8663           There is no taglibmux element ...
8664
8665         * gst/rtsp/gstrtspsrc.c:
8666           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8667           was complaining about unknown entity here.
8668
8669 2006-08-22  Wim Taymans  <wim@fluendo.com>
8670
8671         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8672         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8673         (gst_avi_demux_process_next_entry):
8674         * gst/avi/gstavidemux.h:
8675         Mark DISCONT.
8676         Remove old unused fields and reorder the struct a bit.
8677
8678 2006-08-22  Wim Taymans  <wim@fluendo.com>
8679
8680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8681         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8682         (gst_rtspsrc_pause):
8683         * gst/rtsp/gstrtspsrc.h:
8684         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8685         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8686         Small documentation updates.
8687
8688 2006-08-22  Wim Taymans  <wim@fluendo.com>
8689
8690         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8691         (gst_avi_demux_index_entry_for_time),
8692         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8693         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8694         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8695         (gst_avi_demux_next_data_buffer),
8696         (gst_avi_demux_calculate_durations_from_index),
8697         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8698         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8699         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8700         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8701         * gst/avi/gstavidemux.h:
8702         Precalc most of the duration query for each stream.
8703         Make seeking more correct.
8704         Use GstSegment to track position and duration.
8705         Code cleanups and leak fixes.
8706         Calculate correct total duration based on index length.
8707
8708 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8709
8710         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8711         (parse_insert_string_field):
8712           If strings in text fields are marked ISO8859-1, but contain
8713           valid UTF-8 already, then handle them as UTF-8 and ignore
8714           the encoding. (#351794)
8715
8716 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8717
8718         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8719         (gst_flac_dec_write), (gst_flac_dec_loop),
8720         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8721         (gst_flac_dec_src_query):
8722         * ext/flac/gstflacdec.h:
8723           Make flac-in-ogg work (#352100).
8724
8725 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8726
8727         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8728           Don't unref buffers of which we've already given away
8729           ownership to the adapter.
8730
8731 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8732
8733         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8734           Make metadata extraction actually work.
8735
8736         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8737         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8738         (gst_speexenc_chain):
8739           Fix metadata writing: replace old code which wrote completely
8740           broken tags with libgsttag-based code. Plus miscellaneous
8741           code cleanups (use static pad templates etc.) and a bunch
8742           of leak fixes.
8743
8744 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8745
8746         * gst/audiopanorama/.cvsignore:
8747         * gst/audiopanorama/Makefile.am:
8748         * gst/audiopanorama/audiofx.c:
8749         * gst/audiopanorama/audiopanorama.c:
8750         * gst/audiopanorama/audiopanorama.h:
8751           die! die! die! you should never have been there
8752
8753 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8754
8755         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8756         Fix invalid memory access in audiopanorama test suite.
8757
8758 2006-08-21  Edward Hervey  <edward@fluendo.com>
8759
8760         * tests/check/elements/.cvsignore:
8761         ignore built file
8762
8763 2006-08-21  Wim Taymans  <wim@fluendo.com>
8764
8765         * gst/rtp/Makefile.am:
8766         Fix the build again.
8767
8768 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8769
8770         * gst/audiofxgood/.cvsignore:
8771         * gst/audiofxgood/Makefile.am:
8772         * gst/audiofxgood/audiofx.c: (plugin_init):
8773         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8774         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8775         (gst_audio_panorama_set_property),
8776         (gst_audio_panorama_get_property),
8777         (gst_audio_panorama_get_unit_size),
8778         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8779         (gst_audio_panorama_transform_m2s),
8780         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8781         * gst/audiofxgood/audiopanorama.h:
8782           resubmit with the desired name *again*
8783
8784 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8785
8786         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8787         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8788           use g_assert in _get_unit_size
8789
8790 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8791
8792         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8793         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8794         * docs/plugins/inspect/plugin-audiofxgood.xml:
8795           cleanup -unused.txt to make it useful, add previously missing docs
8796
8797         * ext/Makefile.am:
8798           Quietly (accidentally) enable LADSPA for building by default, 
8799           despite the fact that it doesn't meet the plugin checklist.
8800             -- Added by Jan Schmidt 18 Dec 2006
8801
8802         * ext/esd/esdmon.c:
8803         * ext/esd/esdsink.c:
8804         * ext/esd/gstesd.c: (plugin_init):
8805           reflow to get rid of two external symbols
8806
8807         * gst/audiofxgood/audiofx.c: (plugin_init):
8808           re-add
8809
8810 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8811
8812         * configure.ac:
8813         * gst/audiofxgood/.cvsignore:
8814         * gst/audiofxgood/Makefile.am:
8815         * gst/audiofxgood/audiofx.c
8816         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8817         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8818         (gst_audio_panorama_set_property),
8819         (gst_audio_panorama_get_property),
8820         (gst_audio_panorama_get_unit_size),
8821         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8822         (gst_audio_panorama_transform_m2s),
8823         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8824         * gst/audiofxgood/audiopanorama.h:
8825         * tests/check/Makefile.am:
8826         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8827         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8828         (panorama_suite), (main):
8829         Add audiofxgood plugin with audiopanorama element
8830
8831 2006-08-18  Wim Taymans  <wim@fluendo.com>
8832
8833         * docs/plugins/Makefile.am:
8834         More Oss docs fixage. 
8835
8836 2006-08-18  Wim Taymans  <wim@fluendo.com>
8837
8838         * gst/rtp/Makefile.am:
8839         * gst/rtp/gstrtp.c: (plugin_init):
8840         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8841         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8842         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8843         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8844         (gst_rtp_sv3v_depay_get_property),
8845         (gst_rtp_sv3v_depay_change_state),
8846         (gst_rtp_sv3v_depay_plugin_init):
8847         * gst/rtp/gstrtpsv3vdepay.h:
8848         Added experimental SVQ3 depayloader.
8849
8850 2006-08-18  Edward Hervey  <edward@fluendo.com>
8851
8852         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8853         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8854         * ext/dv/gstdvdemux.h:
8855         When handling seek requests, don't send the newsegment event from the
8856         calling thread. Instead save it so it can be sent from the streaming
8857         thread.
8858
8859 2006-08-17  Wim Taymans  <wim@fluendo.com>
8860
8861         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8862
8863         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8864         Accept leading whitespace before the boundary
8865         This patch makes the demuxer allow some whitespace before the actual
8866         boundary. This makes the demuxer work with the ``old'' gstreamer
8867         multipartmuxer again (which placed an extra \n before the start
8868         of the stream) Fixes #349068.
8869
8870 2006-08-17  Wim Taymans  <wim@fluendo.com>
8871
8872         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8873         Error out on non-implemented stuff.
8874
8875 2006-08-16  Wim Taymans  <wim@fluendo.com>
8876
8877         Patch by: Andy Wingo <wingo at pobox dot com>
8878
8879         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8880         (gst_signal_processor_start), (gst_signal_processor_stop),
8881         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8882         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8883         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8884         (gst_signal_processor_change_state):
8885         Make ladspa elements reusable. Fixes #350006.
8886
8887 2006-08-16  Wim Taymans  <wim@fluendo.com>
8888
8889         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8890         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8891         names as possible. Fixes #349901.
8892
8893 2006-08-16  Wim Taymans  <wim@fluendo.com>
8894
8895         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8896         (gst_signal_processor_do_pushes):
8897         A push() gives away our refcount so we should not use the buffer on the
8898         pen anymore.
8899
8900 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8901
8902         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8903         (gst_oss_mixer_element_finalize):
8904           Don't leak device string.
8905
8906 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8907
8908         * configure.ac:
8909           Require CVS of GStreamer core and -base (for
8910           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8911
8912         * ext/taglib/gstid3v2mux.cc:
8913           Write extended comment tags properly (#348762).
8914
8915         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8916         (parse_comment_frame):
8917           Extract COMM frames into extended comments, which makes it
8918           easier to properly retain the description bit of the tag
8919           and maintain this information when re-tagging (#348762).
8920
8921 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8922
8923         * tests/check/Makefile.am:
8924           Don't try to run annodex unit tests if the annodex
8925           plugin has not been built (Fixes #351116).
8926
8927 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8928
8929         * gst/autodetect/gstautoaudiosink.c:
8930         (gst_auto_audio_sink_find_best):
8931           When we can't find a usable audiosink, don't error out,
8932           but use a fake sink instead and post a warning message
8933           on the bus (#341278).
8934
8935 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8936
8937         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8938         * sys/oss/gstosssink.c:
8939         * sys/oss/gstosssrc.c:
8940           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8941           ossmixer's new device property.
8942
8943         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8944         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8945           Add docs for OSS elements.
8946
8947         * docs/plugins/inspect/plugin-aasink.xml:
8948         * docs/plugins/inspect/plugin-alaw.xml:
8949         * docs/plugins/inspect/plugin-alpha.xml:
8950         * docs/plugins/inspect/plugin-alphacolor.xml:
8951         * docs/plugins/inspect/plugin-annodex.xml:
8952         * docs/plugins/inspect/plugin-apetag.xml:
8953         * docs/plugins/inspect/plugin-auparse.xml:
8954         * docs/plugins/inspect/plugin-autodetect.xml:
8955         * docs/plugins/inspect/plugin-avi.xml:
8956         * docs/plugins/inspect/plugin-cacasink.xml:
8957         * docs/plugins/inspect/plugin-cairo.xml:
8958         * docs/plugins/inspect/plugin-cdio.xml:
8959         * docs/plugins/inspect/plugin-cutter.xml:
8960         * docs/plugins/inspect/plugin-debug.xml:
8961         * docs/plugins/inspect/plugin-dv.xml:
8962         * docs/plugins/inspect/plugin-efence.xml:
8963         * docs/plugins/inspect/plugin-effectv.xml:
8964         * docs/plugins/inspect/plugin-esdsink.xml:
8965         * docs/plugins/inspect/plugin-flac.xml:
8966         * docs/plugins/inspect/plugin-flxdec.xml:
8967         * docs/plugins/inspect/plugin-gconfelements.xml:
8968         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8969         * docs/plugins/inspect/plugin-goom.xml:
8970         * docs/plugins/inspect/plugin-halelements.xml:
8971         * docs/plugins/inspect/plugin-icydemux.xml:
8972         * docs/plugins/inspect/plugin-id3demux.xml:
8973         * docs/plugins/inspect/plugin-jpeg.xml:
8974         * docs/plugins/inspect/plugin-level.xml:
8975         * docs/plugins/inspect/plugin-matroska.xml:
8976         * docs/plugins/inspect/plugin-mulaw.xml:
8977         * docs/plugins/inspect/plugin-multipart.xml:
8978         * docs/plugins/inspect/plugin-navigationtest.xml:
8979         * docs/plugins/inspect/plugin-ossaudio.xml:
8980         * docs/plugins/inspect/plugin-png.xml:
8981         * docs/plugins/inspect/plugin-rtp.xml:
8982         * docs/plugins/inspect/plugin-rtsp.xml:
8983         * docs/plugins/inspect/plugin-shout2send.xml:
8984         * docs/plugins/inspect/plugin-smpte.xml:
8985         * docs/plugins/inspect/plugin-speex.xml:
8986         * docs/plugins/inspect/plugin-taglib.xml:
8987         * docs/plugins/inspect/plugin-udp.xml:
8988         * docs/plugins/inspect/plugin-videobalance.xml:
8989         * docs/plugins/inspect/plugin-videobox.xml:
8990         * docs/plugins/inspect/plugin-videoflip.xml:
8991         * docs/plugins/inspect/plugin-videomixer.xml:
8992         * docs/plugins/inspect/plugin-wavenc.xml:
8993         * docs/plugins/inspect/plugin-wavparse.xml:
8994         * docs/plugins/inspect/plugin-ximagesrc.xml:
8995           Update to CVS version.
8996           
8997 2006-08-16  Wim Taymans  <wim@fluendo.com>
8998
8999         * gst/rtp/gstrtpamrdepay.c:
9000         * gst/rtp/gstrtpmp4gdepay.c:
9001         Caps extra properties must be defined as strings for
9002         depayloaders because they are generated from an SDP.
9003
9004         * gst/rtp/Makefile.am:
9005         * gst/rtp/gstrtp.c: (plugin_init):
9006         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9007         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9008         (gst_rtp_h264_depay_finalize), (decode_base64),
9009         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9010         (gst_rtp_h264_depay_set_property),
9011         (gst_rtp_h264_depay_get_property),
9012         (gst_rtp_h264_depay_change_state),
9013         (gst_rtp_h264_depay_plugin_init):
9014         * gst/rtp/gstrtph264depay.h:
9015         Added basic, not completely functional RFC 3984 H264 depayloader.
9016
9017 2006-08-16  Wim Taymans  <wim@fluendo.com>
9018
9019         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9020         Add pads after setting them up.
9021
9022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9023         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9024         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9025         (gst_rtspsrc_stream_setup_rtp),
9026         (gst_rtspsrc_stream_configure_transport),
9027         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9028         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9029         (gst_rtspsrc_pause):
9030         * gst/rtsp/gstrtspsrc.h:
9031         Fix interleaved mode.
9032          - Protect streaming with lock.
9033          - Combine flows
9034          - set caps on outgoing buffers.
9035          - strip trailing \0 from data packets.
9036          - Configure RTP/RTCP in stream.
9037         Use DEBUG_OBJECT more.
9038
9039 2006-08-16  Wim Taymans  <wim@fluendo.com>
9040
9041         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9042         Turn a g_print into a DEBUG line.
9043
9044 2006-08-13  Wim Taymans  <wim@fluendo.com>
9045
9046         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9047         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9048         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9049         (gst_oss_mixer_element_get_property),
9050         (gst_oss_mixer_element_change_state):
9051         * sys/oss/gstossmixerelement.h:
9052         Small cleanups. Better error reporting.
9053         Add device property for the mixer instead of the hardcoded
9054         /dev/mixer. Fixes #350785.
9055         API: GstOssMixerElement::device property
9056
9057 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9058
9059         Patch by: Jens Granseuer <jensgr at gmx net>
9060
9061         * gconf/Makefile.am:
9062           Make --disable-schemas work right (they still need
9063           to be copied to the installation directory, just not
9064           applied). Fixes #351347 (also #344100).
9065           
9066 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9067
9068         * configure.ac: back to HEAD
9069
9070 === release 0.10.4 ===
9071
9072 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9073
9074         * configure.ac:
9075           releasing 0.10.4, "Dear Leader"
9076
9077 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9078
9079         Patch by: Edward Hervey <edward@fluendo.com>
9080
9081         * configure.ac:
9082         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9083         (gst_wavparse_stream_data):
9084         Send the newsegment event in the streaming thread.
9085         Fixes #347529
9086
9087 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9090         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9091         (gst_smokeenc_resync), (gst_smokeenc_chain):
9092           Refuse sink caps in the encoder if width or height is not a
9093           multiple of 16, the encoder does not support that yet (#349939);
9094           along the same lines, check the return value of the encoder
9095           setup function; also remove some debug log clutter.
9096
9097 2006-08-04  Andy Wingo  <wingo@pobox.com>
9098
9099         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9100         whether a processor can work in place or not, and for keeping
9101         track of its state. Change the FlowReturn instance variable from
9102         "state" to "flow_state", all callers changed.
9103
9104         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9105         (gst_signal_processor_start, gst_signal_processor_stop)
9106         (gst_signal_processor_cleanup): New functions to manage the
9107         processor's state.
9108         (gst_signal_processor_setcaps): start() as well as setup() here.
9109         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9110         (gst_signal_processor_change_state): Stop and cleanup the
9111         processor as we go to NULL.
9112
9113         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9114         INPLACE_BROKEN is not set.
9115
9116         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9117         Do the alloc_buffer in bytes, not frames.
9118         
9119 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9120
9121         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9122         Fix rgb masks when recording in < 24bpp.
9123
9124 2006-08-04  Andy Wingo  <wingo@pobox.com>
9125
9126         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9127         (gst_signal_processor_prepare)
9128         (gst_signal_processor_update_inputs)
9129         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9130         (gst_signal_processor_flush)
9131         (gst_signal_processor_sink_activate_push)
9132         (gst_signal_processor_src_activate_pull)
9133         (gst_signal_processor_change_state): Remove the last of the code
9134         that assumes that we process whole buffers at a time. Fix some
9135         debugging. Seems to work now in some cases.
9136         (gst_signal_processor_src_activate_pull): BPB
9137
9138 2006-08-01  Andy Wingo  <wingo@pobox.com>
9139
9140         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9141         Fix nframes-choosing.
9142         (gst_signal_processor_init): Init pending_in and pending_out.
9143
9144         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9145         more default sample rate, although we never check that the sample
9146         rate actually gets set. Something for the future.
9147         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9148         (gst_signal_processor_event): Refcount fixen.
9149         (gst_signal_processor_process): Pull the number of frames to
9150         process from the sizes of the buffers in the input pens.
9151         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9152         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9153         it instead of buffer_frames.
9154         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9155         to do_pulls.
9156         (gst_signal_processor_chain)
9157         (gst_signal_processor_sink_activate_push)
9158         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9159
9160         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9161
9162 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9163
9164         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9165         (gst_signal_processor_process):
9166           don't query buffer-frames from caps, add lots of debug-log,
9167           try fix for assert (#349189)
9168
9169 2006-07-31  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst/udp/gstudpsrc.c:
9172         Fix docs.
9173
9174 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9175
9176         * ext/ladspa/gstsignalprocessor.c:
9177         (gst_signal_processor_add_pad_from_template),
9178         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9179         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9180         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9181         (gst_signal_processor_sink_activate_push),
9182         (gst_signal_processor_src_activate_pull),
9183         (gst_signal_processor_change_state):
9184          Add debugs logs here and there, add more error handling, add some
9185          FIXME comments, filed #349189
9186
9187 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9188
9189         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9190         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9191         Set caps on buffer correctly.  Fixes bug #349155.
9192
9193 2006-07-28  Wim Taymans  <wim@fluendo.com>
9194
9195         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9196
9197         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9198         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9199         (gst_multipart_demux_finalize), (get_line_end),
9200         (multipart_parse_header), (multipart_find_boundary),
9201         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9202         (gst_multipart_set_property), (gst_multipart_get_property):
9203         Uses GstAdapter instead of own buffering.
9204         Actually parses the mime-type correctly (In tests the mime-type was
9205         always "" with the old version).
9206         Uses the Content-length header if available to speed up things.
9207         Reliably autoscans the boundary name by default.
9208         Fixes #349068.
9209
9210         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9211         Don't start the stream with a \n.
9212
9213 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         Patch by: Brian Cameron <brian dot cameron at sun com>
9216
9217         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9218           Open source with O_NONBLOCK (#349015).
9219
9220 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9221
9222         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9223         (gst_avi_demux_massage_index):
9224         * gst/avi/gstavidemux.h:
9225           Whitespace fixes and more debug
9226
9227 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9228
9229         * gst/autodetect/gstautoaudiosink.c:
9230         (gst_auto_audio_sink_create_element_with_pretty_name),
9231         (gst_auto_audio_sink_find_best),
9232         (gst_auto_audio_sink_change_state):
9233           Get rid of old and unused magic sound-server properties stuff.
9234           Add suffix to child sink's name that makes it easy to see from
9235           the name alone which type it actually is (alsa, oss, esd, etc.).
9236
9237 2006-07-27  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9240         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9241         (gst_udpsrc_start):
9242         * gst/udp/gstudpsrc.h:
9243         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9244         not some sort of feature we enable.
9245
9246 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9249           Use CLOSE_SOCKET() here instead of close() to maintain
9250           win32 workiness.
9251
9252 2006-07-27  Wim Taymans  <wim@fluendo.com>
9253
9254         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9255
9256         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9257         (gst_udpsrc_create), (gst_udpsrc_set_property),
9258         (gst_udpsrc_get_property), (gst_udpsrc_start):
9259         * gst/udp/gstudpsrc.h:
9260         Added "buffer-size" property to control the kernel receive buffer size.
9261         Update documentation.
9262         Small cleanups. Fixes #348752.
9263         API: buffer-size property
9264
9265 2006-07-26  Wim Taymans  <wim@fluendo.com>
9266
9267         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9268
9269         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9270         (gst_rtp_pcma_pay_handle_buffer):
9271         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9272         (gst_rtp_pcmu_pay_handle_buffer):
9273         Fix timestamp calculation on outgoing RTP packets.
9274         Fixes #348675.
9275
9276 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9277
9278         * ext/taglib/gstid3v2mux.cc:
9279           Fix writing of comment frames (should be COMM not TCOM),
9280           is still sub-optimal though, since we don't retain or
9281           extract the comment descriptions properly (#334375,
9282           also see #334375).
9283
9284 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * gst/wavparse/gstwavparse.c:
9287           #define 'fact' RIFF chunk if we are not compiling against
9288           -base CVS (we don't want to depend on -base CVS for this
9289           one define only, and also not for release order reasons).
9290
9291 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9292
9293         * ext/taglib/gstid3v2mux.cc:
9294           Handle multiple tags of the same type properly. Re-inject
9295           unparsed ID3v2 frames that we get as binary blobs from
9296           id3demux into the tag again so we don't lose information
9297           when retagging (#334375).
9298
9299 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9302           Document newly-added properties properly, so that there is a
9303           'Since: 0.10.4' in the plugin docs. Convert some property
9304           names into canonical GObject style (GObject will do that
9305           internally anyway).
9306
9307 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * gst/id3demux/id3tags.c:
9310         (id3demux_add_id3v2_frame_blob_to_taglist):
9311           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9312           well, and add the version to the blob's buffer caps, since that
9313           information will be needed for deserialisation later on (#348644).
9314
9315 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9316
9317         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9318         (gst_avi_demux_parse_stream):
9319          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9320          indentation and spacing.
9321
9322 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * docs/plugins/Makefile.am:
9325         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9326         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9327         * docs/plugins/gst-plugins-good-plugins.args:
9328         * docs/plugins/inspect/plugin-1394.xml:
9329         * docs/plugins/inspect/plugin-aasink.xml:
9330         * docs/plugins/inspect/plugin-alaw.xml:
9331         * docs/plugins/inspect/plugin-alpha.xml:
9332         * docs/plugins/inspect/plugin-alphacolor.xml:
9333         * docs/plugins/inspect/plugin-annodex.xml:
9334         * docs/plugins/inspect/plugin-apetag.xml:
9335         * docs/plugins/inspect/plugin-auparse.xml:
9336         * docs/plugins/inspect/plugin-autodetect.xml:
9337         * docs/plugins/inspect/plugin-avi.xml:
9338         * docs/plugins/inspect/plugin-cacasink.xml:
9339         * docs/plugins/inspect/plugin-cairo.xml:
9340         * docs/plugins/inspect/plugin-cdio.xml:
9341         * docs/plugins/inspect/plugin-cutter.xml:
9342         * docs/plugins/inspect/plugin-debug.xml:
9343         * docs/plugins/inspect/plugin-dv.xml:
9344         * docs/plugins/inspect/plugin-efence.xml:
9345         * docs/plugins/inspect/plugin-effectv.xml:
9346         * docs/plugins/inspect/plugin-esdsink.xml:
9347         * docs/plugins/inspect/plugin-flac.xml:
9348         * docs/plugins/inspect/plugin-flxdec.xml:
9349         * docs/plugins/inspect/plugin-gconfelements.xml:
9350         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9351         * docs/plugins/inspect/plugin-goom.xml:
9352         * docs/plugins/inspect/plugin-halelements.xml:
9353         * docs/plugins/inspect/plugin-icydemux.xml:
9354         * docs/plugins/inspect/plugin-id3demux.xml:
9355         * docs/plugins/inspect/plugin-jpeg.xml:
9356         * docs/plugins/inspect/plugin-level.xml:
9357         * docs/plugins/inspect/plugin-matroska.xml:
9358         * docs/plugins/inspect/plugin-mulaw.xml:
9359         * docs/plugins/inspect/plugin-multipart.xml:
9360         * docs/plugins/inspect/plugin-navigationtest.xml:
9361         * docs/plugins/inspect/plugin-ossaudio.xml:
9362         * docs/plugins/inspect/plugin-png.xml:
9363         * docs/plugins/inspect/plugin-rtp.xml:
9364         * docs/plugins/inspect/plugin-rtsp.xml:
9365         * docs/plugins/inspect/plugin-shout2send.xml:
9366         * docs/plugins/inspect/plugin-smpte.xml:
9367         * docs/plugins/inspect/plugin-speex.xml:
9368         * docs/plugins/inspect/plugin-udp.xml:
9369         * docs/plugins/inspect/plugin-videobalance.xml:
9370         * docs/plugins/inspect/plugin-videobox.xml:
9371         * docs/plugins/inspect/plugin-videoflip.xml:
9372         * docs/plugins/inspect/plugin-videomixer.xml:
9373         * docs/plugins/inspect/plugin-wavenc.xml:
9374         * docs/plugins/inspect/plugin-wavparse.xml:
9375         * docs/plugins/inspect/plugin-ximagesrc.xml:
9376           Update files to CVS/Prerelease version, add esdsink docs.
9377
9378         * ext/esd/esdsink.c:
9379           Add gtk-doc blurb.
9380
9381         * gst/rtp/gstrtpmp4vpay.c:
9382           Fix typo in element description.
9383
9384 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9385
9386         * ext/esd/esdsink.c: (gst_esdsink_open),
9387         (gst_esdsink_factory_init):
9388           Prevent libesd from auto-spawning a sound daemon if it
9389           is not already running. Now that we don't do evil stuff
9390           like that any longer we can give esdsink a rank so that
9391           autoaudiosink will try it as well if all other audio
9392           sinks fail (#343051).
9393
9394 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9395
9396         * ext/esd/Makefile.am:
9397           Oops, need to remove README from EXTRA_DIST as well.
9398
9399 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9400
9401         * ext/esd/README:
9402           Remove, it contains nothing useful anyway.
9403
9404         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9405         (gst_esdsink_delay):
9406           Some small clean-ups; use GST_BOILERPLATE etc.
9407
9408 2006-07-24  Wim Taymans  <wim@fluendo.com>
9409
9410         * gst/law/alaw-decode.c: (alawdec_getcaps):
9411         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9412         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9413         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9414         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9415
9416 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9417
9418         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9419         (gst_wavparse_other), (gst_wavparse_perform_seek),
9420         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9421         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9422         (gst_wavparse_pad_query):
9423         * gst/wavparse/gstwavparse.h:
9424           Use information from 'fact' chunk for length calculation of compressed
9425           samples. Calculate bps if bogus value is found in wav header (embeded
9426           mp2/mp3).
9427           
9428
9429 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9430
9431         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9432
9433         * configure.ac:
9434         * gst/udp/Makefile.am:
9435         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9436         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9437         * gst/udp/gstdynudpsink.h:
9438         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9439         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9440         * gst/udp/gstmultiudpsink.h:
9441         * gst/udp/gstudp.c: (plugin_init):
9442         * gst/udp/gstudpsink.h:
9443         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9444         (gst_udpsrc_start), (gst_udpsrc_stop):
9445         * gst/udp/gstudpsrc.h:
9446         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9447         (gst_udp_net_utils_win32_wsa_startup):
9448         * gst/udp/gstudpnetutils.h:
9449           Port udp plugin to win32 (#345288).
9450
9451 2006-07-24  Wim Taymans  <wim@fluendo.com>
9452
9453         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9454         Remove unwanted DEBUG line.
9455
9456 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9457
9458         * gst/id3demux/gstid3demux.c: (plugin_init):
9459         * gst/id3demux/id3tags.c:
9460         (id3demux_add_id3v2_frame_blob_to_taglist):
9461         * gst/id3demux/id3tags.h:
9462           On second thought, it might be wiser and more efficient
9463           not to do tag registration from a streaming thread.
9464
9465 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * gst/id3demux/id3tags.c:
9468         (id3demux_add_id3v2_frame_blob_to_taglist),
9469         (id3demux_id3v2_frames_to_tag_list):
9470           Put ID3v2 frames we can't parse as binary blobs into private
9471           tags, so that they are not lost when retagging, at least once
9472           id3v2mux has been taught to re-inject those frames again.
9473           See bug #334375.
9474
9475 2006-07-21  Wim Taymans  <wim@fluendo.com>
9476
9477         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9478         (gst_avi_demux_process_next_entry):
9479         Fix some leaks.
9480
9481         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9482         Don't use \n in debug lines.
9483
9484 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9485
9486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9487         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9488           Add annodex and icydemux, cleanup the sections a bit
9489
9490 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         Patch by: Alex Lancaster <alexl at users sourceforge net>
9493
9494         * ext/taglib/gstid3v2mux.cc:
9495           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9496           ID3v2 TSSE frames (#347898).
9497
9498 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9499
9500         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9501           Respect mpegversion for "video/mpeg" and give message in case of
9502           unhandled versions.
9503
9504 2006-07-17  Wim Taymans  <wim@fluendo.com>
9505
9506         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9507         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9508         (gst_pngdec_chain), (gst_pngdec_sink_event),
9509         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9510         (gst_pngdec_sink_activate_push):
9511         * ext/libpng/gstpngdec.h:
9512         Use statically allocated segment instead of leaking.
9513         Various cleanups.
9514         Fix flush and seek handling.
9515
9516 2006-07-16  Wim Taymans  <wim@fluendo.com>
9517
9518         * gst/rtp/Makefile.am:
9519         * gst/rtp/gstrtp.c: (plugin_init):
9520         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9521         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9522         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9523         (gst_rtp_mp4g_depay_set_property),
9524         (gst_rtp_mp4g_depay_get_property),
9525         (gst_rtp_mp4g_depay_change_state),
9526         (gst_rtp_mp4g_depay_plugin_init):
9527         * gst/rtp/gstrtpmp4gdepay.h:
9528         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9529         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9530         (gst_rtp_mp4g_pay_flush):
9531         Added simple generic mpeg4 depayloader.
9532         Fix generic mpeg4 payloader.
9533
9534 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9535
9536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9537           Don't try doing state changes on a NULL pointer.
9538
9539 2006-07-14  Wim Taymans  <wim@fluendo.com>
9540
9541         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9542
9543         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9544         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9545         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9546         * gst/rtp/gstrtpamrdepay.h:
9547         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9548         Fixes #321191
9549
9550 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9551
9552         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9553         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9554         Fix segfault when moving mouse pointer to the bottom right corner.
9555
9556 2006-07-12  Wim Taymans  <wim@fluendo.com>
9557
9558         * gst/rtp/Makefile.am:
9559         * gst/rtp/gstrtp.c: (plugin_init):
9560         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9561         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9562         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9563         (gst_rtp_mp2t_depay_set_property),
9564         (gst_rtp_mp2t_depay_get_property),
9565         (gst_rtp_mp2t_depay_change_state),
9566         (gst_rtp_mp2t_depay_plugin_init):
9567         * gst/rtp/gstrtpmp2tdepay.h:
9568         Added mpeg2 TS depayloader. Closing #347234.
9569
9570 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9573           Remove g_assert that shouldn't be there and was triggered
9574           after trying to open a device that doesn't exist or can't
9575           be opened for some other reason (#347972).
9576
9577 2006-07-10  Edward Hervey  <edward@fluendo.com>
9578
9579         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9580         (gst_avi_demux_stream_header), (push_tag_lists):
9581         * gst/avi/gstavidemux.h:
9582         Don't push tag events found by gst_riff_parse_info() before outputting
9583         GST_EVENT_NEWSEGMENT.
9584
9585 2006-07-10  Wim Taymans  <wim@fluendo.com>
9586
9587         * gst/rtsp/Makefile.am:
9588         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9589         (rtsp_connection_close):
9590         * gst/rtsp/rtspdefs.h:
9591         replaced closesocket and close in code with one CLOSE_SOCKET. 
9592         Some more cleanups. Fixes #345301.
9593
9594 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9595
9596         * gst/autodetect/gstautoaudiosink.c:
9597           Fix example pipeline in docs.
9598
9599 2006-07-10  Wim Taymans  <wim@fluendo.com>
9600
9601         Patch by: Rob Taylor <robtaylor at floopily dot org>
9602
9603         * gst/udp/gstmultiudpsink.c: (join_multicast),
9604         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9605         If a destination is added before the stream is set to PAUSED, the
9606         multicast group is not joined as the socket is not created yet. 
9607         Also TTL and LOOP should also be set. Fixes #346921.
9608
9609 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9610
9611         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9612         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9613         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9614         (gst_ximage_src_init):
9615         * sys/ximage/gstximagesrc.h:
9616         Fix use-damage property to actually work :)
9617         Add startx, starty, endx, endy properties so screencasts other than full
9618         screen ones can work.
9619
9620 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9621
9622         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9623         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9624         (gst_ximage_src_class_init), (gst_ximage_src_init):
9625         * sys/ximage/gstximagesrc.h:
9626         Add use_damage property to offer ability to choose whether to use
9627         XDamage or not.
9628
9629 2006-07-07  Wim Taymans  <wim@fluendo.com>
9630
9631         * gst/goom/filters.c: (zoomFilterSetResolution):
9632         Avoid goom coredumping by clearing memory. 
9633         Fixes 345679.
9634
9635 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9636
9637         * win32/vs6/libgstid3demux.dsp:
9638         Add a link to libgsttag-0.10.lib.
9639
9640 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9641
9642         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9643         (gst_tag_demux_read_range):
9644         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9645         (gst_id3demux_read_range):
9646           Don't return FLOW_UNEXPECTED when a buffer is before
9647           the start of the stream (which might happen with
9648           large ID3v2 tags if the tag reading was done pullrange
9649           based and we then switched to push mode later on).
9650           Fixes regression introduced by commit from June 29th.
9651
9652 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9653
9654         * ext/taglib/gstid3v2mux.cc:
9655           Make UTF-8 the default encoding when writing string
9656           tags (before, our UTF-8 strings would automatically
9657           be converted to ISO-8859-1 by taglib and written as
9658           ISO-8859-1 fields if that was possible).
9659
9660         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9661         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9662         (test_taglib_id3mux_with_tags):
9663           Add test case that makes sure our UTF-8 strings have
9664           actually been written into the tag as UTF-8.
9665
9666 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * configure.ac:
9669           Let's try that again.
9670
9671 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * configure.ac:
9674           Disable monoscope plugin for now until it fulfills
9675           all the requirements.
9676
9677 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9678
9679         * configure.ac:
9680         * gst/monoscope/Makefile.am:
9681         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9682         (gst_monoscope_class_init), (gst_monoscope_init),
9683         (gst_monoscope_finalize), (gst_monoscope_reset),
9684         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9685         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9686         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9687         (gst_monoscope_change_state), (plugin_init):
9688         * gst/monoscope/gstmonoscope.h:
9689           Port monoscope visualisation to 0.10.
9690
9691 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9692
9693         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9694         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9695           Return FLOW_UNEXPECTED when at the end of the file, not
9696           FLOW_ERROR. Fixes 'internal stream error' errors that
9697           would sometimes occur in totem when scrubbing to the
9698           end of an ID3v1 tagged mp3 file.
9699
9700 2006-07-03  Edward Hervey  <edward@fluendo.com>
9701
9702         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9703         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9704         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9705         * ext/libpng/gstpngdec.h:
9706         Implement buffer clipping/dropping using GstSegment.
9707         This provides accurate seeking.
9708
9709 2006-07-03  Edward Hervey  <edward@fluendo.com>
9710
9711         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9712         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9713         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9714         (gst_avi_demux_process_next_entry), (push_tag_lists),
9715         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9716         * gst/avi/gstavidemux.h:
9717         Proper aggregation of each stream's GstFlowReturn in order to figure out
9718         whether the task should stop or not.
9719         Don't send inline events before pushing out a NEW_SEGMENT, more
9720         specifically for GST_TAG_EVENT.
9721         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9722         sub-indexes.
9723
9724 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9727
9728         * sys/sunaudio/gstsunaudiomixerctrl.c:
9729         (gst_sunaudiomixer_ctrl_build_list):
9730           Move "Monitor" slider to input tab so it works more like
9731           sdtaudiocontrol, which is what people on Solaris are used
9732           to using for their mixer program (#346259).
9733
9734 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9735
9736         * tests/check/elements/level.c: (GST_START_TEST):
9737           fix a leak, clean up at the end
9738
9739 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9742         (gst_matroska_demux_send_event),
9743         (gst_matroska_demux_loop_stream_parse_id):
9744         * gst/matroska/matroska-ids.h:
9745           Send tag event after newsegment event.
9746
9747 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9748
9749         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9750         (gst_id3demux_read_range):
9751           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9752           certain cases where a read beyond the end of the file is
9753           requested. Fixes #345930.
9754
9755         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9756         (gst_tag_demux_read_range):
9757           Fix same issue here as well.
9758
9759 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9760
9761         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9762         
9763         Fix hypothetical crash.
9764
9765 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9766
9767         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9768
9769         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9770           Do not modify the ports value. If the user has turned off the
9771           built-in speakers, then we should not reset it in the prepare
9772           function, since this causes the built-in speakers to turn
9773           back on anytime the user changes a track in totem, rhythmbox,
9774           etc. (#346066).
9775
9776 2006-06-23  Wim Taymans  <wim@fluendo.com>
9777
9778         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9779         Fix double caps unref when negotiation fails.
9780
9781 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9782
9783         * ext/annodex/gstcmmldec.c:
9784         * ext/annodex/gstcmmlenc.c:
9785         * ext/annodex/gstcmmlparser.c:
9786         * ext/dv/gstdvdec.c:
9787         * ext/dv/gstdvdemux.c:
9788         * ext/gdk_pixbuf/pixbufscale.c:
9789         * ext/jpeg/gstjpegenc.c:
9790         * ext/jpeg/gstsmokedec.c:
9791         * ext/jpeg/gstsmokeenc.c:
9792         * ext/libpng/gstpngdec.c:
9793         * ext/libpng/gstpngenc.c:
9794         * ext/speex/gstspeexenc.c:
9795         * gst/alpha/gstalphacolor.c:
9796         * gst/cutter/gstcutter.c:
9797         * gst/debug/gstnavigationtest.c:
9798         * gst/icydemux/gsticydemux.c:
9799         * gst/level/gstlevel.c:
9800         * gst/multipart/multipart.c:
9801         * gst/rtp/gstrtpamrpay.c:
9802         * gst/rtp/gstrtpdepay.c:
9803         * gst/rtp/gstrtpilbcpay.c:
9804         * gst/rtp/gstrtpmp4gpay.c:
9805         * gst/rtp/gstrtpmp4vpay.c:
9806         * gst/rtsp/gstrtpdec.c:
9807         * gst/rtsp/gstrtspsrc.c:
9808         * gst/udp/gstdynudpsink.c:
9809         * gst/udp/gstmultiudpsink.c:
9810         * gst/udp/gstudpsrc.c:
9811         * gst/videobox/gstvideobox.c:
9812         * gst/videofilter/gstvideoflip.c:
9813           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9814           plus two minor macro fixes.
9815
9816 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9817
9818         * gst/matroska/matroska-demux.c:
9819         (gst_matroska_demux_check_subtitle_buffer),
9820         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9821         (gst_matroska_demux_subtitle_caps):
9822         * gst/matroska/matroska-ids.c:
9823         (gst_matroska_track_init_subtitle_context):
9824         * gst/matroska/matroska-ids.h:
9825           Try to fix up broken matroska files containing subtitle
9826           streams with non-UTF8 character encodings (courtesy of
9827           mkvmerge) using either the encoding specified in the
9828           GST_SUBTITLE_ENCODING environment variable or the
9829           current locale's character set if it is non-UTF8.
9830           Fixes #337076.
9831
9832 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9833
9834         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9835           Set image type from APIC frame as "image-type" field
9836           of GST_TAG_IMAGE buffer caps (#344605).
9837
9838 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * ext/flac/Makefile.am:
9841         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9842         (gst_flac_dec_reset_decoders),
9843         (gst_flac_dec_setup_seekable_decoder),
9844         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9845         (gst_flac_dec_metadata_callback),
9846         (gst_flac_dec_metadata_callback_seekable),
9847         (gst_flac_dec_metadata_callback_stream),
9848         (gst_flac_dec_error_callback),
9849         (gst_flac_dec_error_callback_seekable),
9850         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9851         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9852         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9853         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9854         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9855         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9856         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9857         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9858         (gst_flac_dec_sink_activate_push),
9859         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9860         * ext/flac/gstflacdec.h:
9861           Support chain-based operation, should make flac-over-DAAP
9862           work (#340492).
9863
9864 2006-06-20  Wim Taymans  <wim@fluendo.com>
9865
9866         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9867         Doc updates, merge some unused symbols.
9868
9869 2006-06-20  Wim Taymans  <wim@fluendo.com>
9870
9871         * docs/plugins/Makefile.am:
9872         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9873         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9874         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9875         * gst/rtsp/gstrtspsrc.c:
9876         * gst/rtsp/gstrtspsrc.h:
9877         Added documentation for the rtsp plugin. Fixes #345393.
9878
9879 2006-06-20  Wim Taymans  <wim@fluendo.com>
9880
9881         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9882         (rtsp_connection_close), (rtsp_connection_free):
9883         Use better G_OS_* macros. Fixes #345301 some more.
9884
9885 2006-06-20  Wim Taymans  <wim@fluendo.com>
9886
9887         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9888
9889         * sys/sunaudio/Makefile.am:
9890         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9891         * sys/sunaudio/gstsunaudiomixerctrl.c:
9892         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9893         (gst_sunaudiomixer_ctrl_list_tracks),
9894         (gst_sunaudiomixer_ctrl_get_volume),
9895         (gst_sunaudiomixer_ctrl_set_volume),
9896         (gst_sunaudiomixer_ctrl_set_mute),
9897         (gst_sunaudiomixer_ctrl_set_record):
9898         * sys/sunaudio/gstsunaudiomixerctrl.h:
9899         * sys/sunaudio/gstsunaudiomixertrack.c:
9900         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9901         * sys/sunaudio/gstsunaudiomixertrack.h:
9902         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9903         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9904         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9905         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9906         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9907         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9908         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9909         (gst_sunaudiosrc_reset):
9910         * sys/sunaudio/gstsunaudiosrc.h:
9911         Add a SunAudio source plugin.
9912         Support stereo and right/left channel gain in the mixer plugin.
9913         Support the RECORD flag so that you can switch between line-input and
9914         microphone in gnome-volume-control.
9915         Code cleanups like using an enumerator for track number instead of an 
9916         integer. Fixes #344923.
9917
9918 2006-06-20  Wim Taymans  <wim@fluendo.com>
9919
9920         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9921
9922         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9923         (rtsp_connection_close):
9924         Make RTSP plugin compile on windows. Fixes #345301.
9925         Some changes to original patch to catch errors better.
9926         use ifdef WIN32 instead of ifndef.
9927
9928 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9929
9930         * configure.ac:
9931         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9932
9933 2006-06-18  Edward Hervey  <edward@fluendo.com>
9934
9935         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9936         After a failed buffer alloc, we need to abort the jpeg decoding (it
9937         started when parsing headers to figure out how many bytes we need
9938         to request downstream).
9939
9940 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9943
9944         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9945           Make sure we don't read beyond the end of the file (#345232).
9946
9947 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9948
9949         * configure.ac:
9950           Fix --disable-external (can't set conditionals conditionally,
9951           #343602).
9952
9953 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9954
9955         * autogen.sh:
9956         * configure.ac:
9957         * docs/Makefile.am:
9958           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9959
9960         * docs/plugins/Makefile.am:
9961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9962         * docs/plugins/inspect/plugin-taglib.xml:
9963           Add/fix apev2mux docs.
9964
9965 2006-06-14  Wim Taymans  <wim@fluendo.com>
9966
9967         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9968         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9969         (gst_dvdec_change_state):
9970         Reset segment info on flush.
9971         Alloc segment in _init, free in _finalize.
9972
9973         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9974         Don't send segments twice.
9975
9976 2006-06-14  Wim Taymans  <wim@fluendo.com>
9977
9978         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
9979         Respect segment.stop. Fixes #342592.
9980
9981 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
9984           No language specified means the implied language is English
9985           according to the matroska spec (partially fixes #344708);
9986           add some more debug output.
9987
9988 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
9989
9990         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
9991         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
9992         (gst_wavparse_chain):
9993           When operating chain-based, don't make any assumptions about the
9994           chunking of the incoming data and make streaming work on days other
9995           than the second Thursday after a full moon. Also fix up debug
9996           messages here and there and make use of the most excellent new
9997           gst_pad_query_peer_duration() utility function.
9998           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
9999
10000         * gst/wavparse/gstwavparse.h:
10001           Remove trailing comma after last enum value, some compilers don't
10002           like that.
10003
10004 2006-06-13  Wim Taymans  <wim@fluendo.com>
10005
10006         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10007         Handle premature EOS gracefully.
10008
10009 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10010
10011         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10012           Prevent out of bounds array access when scrubbing towards
10013           the end of the file between the last index entry and the
10014           end. Fixes occasional 'start <= stop' newsegment event
10015           assertions when scrubbing in MJPEG files.
10016
10017 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * tests/check/elements/.cvsignore:
10020           And another one.
10021
10022 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10023
10024         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10025         (scan_encoded_string), (parse_picture_frame):
10026           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10027
10028         * configure.ac:
10029           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10030           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10031
10032 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10033
10034         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10035           gratuitous comment changes
10036         * tests/check/elements/level.c: (GST_START_TEST):
10037           fix level test leaks
10038
10039 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10040
10041         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10042         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10043           Use gst_pad_query_peer_duration() utility function here.
10044
10045 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10046
10047         * autogen.sh:
10048           require am17
10049         * configure.ac:
10050         * ext/annodex/Makefile.am:
10051         * ext/cdio/Makefile.am:
10052         * ext/dv/Makefile.am:
10053         * ext/esd/Makefile.am:
10054         * ext/flac/Makefile.am:
10055         * ext/gdk_pixbuf/Makefile.am:
10056         * ext/ladspa/Makefile.am:
10057         * ext/libcaca/Makefile.am:
10058         * ext/speex/Makefile.am:
10059         * ext/taglib/Makefile.am:
10060         * sys/oss/Makefile.am:
10061         * sys/sunaudio/Makefile.am:
10062         * sys/ximage/Makefile.am:
10063           clean up build further
10064
10065 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10066
10067         * gconf/Makefile.am:
10068           Honour --disable-schemas-install configure option. Fixes #344100.
10069
10070 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10071
10072         * tests/examples/level/Makefile.am:
10073           Add -lm to LIBS for pow() function, don't assume one of our
10074           dependencies (such as libxml-2.0) drags it in automatically
10075           (#343603).
10076
10077 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10078
10079         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10080
10081         * configure.ac:
10082           We should use $SED and not $(SED) in configure.ac (#343678).
10083
10084 2006-06-09  Wim Taymans  <wim@fluendo.com>
10085
10086         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10087
10088         * sys/sunaudio/gstsunaudiomixerctrl.c:
10089         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10090         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10091         (gst_sunaudiomixer_ctrl_set_mute):
10092         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10093         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10094         (gst_sunaudiosink_write):
10095         Attached find a patch that fixes a number of bugs with the SunAudio
10096         mixer plugin and fixes #344101:
10097         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10098            tracks onto the tracklist causing gnome-volume-control's preferences
10099            dialog to be messed up and would core dump if you checked/unchecked
10100            any item.
10101         2. We weren't previously setting the MUTE flag properly.  Fixing this
10102            makes gnome-volume-control work better.
10103         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10104            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10105            gnome-volume-control look better.
10106         Also some minor cleanup in gstsunaudiosink.c.
10107
10108 2006-06-09  Wim Taymans  <wim@fluendo.com>
10109
10110         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10111         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10112         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10113         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10114         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10115         * ext/jpeg/gstjpegdec.h:
10116         API: Added IDCT method property
10117         Small cleanups.
10118         Avoid dynamic allocation of trivial fixed structure.
10119         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10120
10121 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10122
10123         * configure.ac:
10124         We now require libraw1394 >= 1.1.0 and that version onwards all
10125         have .pc files.
10126
10127 2006-06-02  Edward Hervey  <edward@fluendo.com>
10128
10129         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10130         Trying to get items from an ANY or EMPTY caps is ... stupid.
10131
10132 2006-06-02  Edward Hervey  <edward@fluendo.com>
10133
10134         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10135         (gst_dvdec_chain), (gst_dvdec_change_state):
10136         * ext/dv/gstdvdec.h:
10137         Added GstSegment handling, now implements dropping/clipping.
10138
10139 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10140
10141         * ext/aalib/gstaasink.h:
10142         * ext/annodex/gstcmmldec.h:
10143         * ext/cairo/gsttimeoverlay.h:
10144         * ext/dv/gstdvdec.h:
10145         * ext/dv/gstdvdemux.h:
10146         * ext/esd/esdmon.h:
10147         * ext/esd/esdsink.h:
10148         * ext/flac/gstflacenc.h:
10149         * ext/gconf/gstgconfaudiosink.h:
10150         * ext/gconf/gstgconfaudiosrc.h:
10151         * ext/gconf/gstgconfvideosink.h:
10152         * ext/gconf/gstgconfvideosrc.h:
10153         * ext/gdk_pixbuf/gstgdkanimation.h:
10154         * ext/gdk_pixbuf/pixbufscale.h:
10155         * ext/hal/gsthalaudiosink.h:
10156         * ext/hal/gsthalaudiosrc.h:
10157         * ext/jpeg/gstjpegenc.h:
10158         * ext/jpeg/gstsmokedec.h:
10159         * ext/jpeg/gstsmokeenc.h:
10160         * ext/libcaca/gstcacasink.h:
10161         * ext/libmng/gstmngdec.h:
10162         * ext/libmng/gstmngenc.h:
10163         * ext/libpng/gstpngdec.h:
10164         * ext/libpng/gstpngenc.h:
10165         * ext/raw1394/gstdv1394src.h:
10166         * ext/speex/gstspeexenc.h:
10167         * gst/autodetect/gstautoaudiosink.h:
10168         * gst/autodetect/gstautovideosink.h:
10169         * gst/avi/gstavidemux.h:
10170         * gst/cutter/gstcutter.h:
10171         * gst/debug/efence.h:
10172         * gst/debug/gstnavigationtest.h:
10173         * gst/debug/gstnavseek.h:
10174         * gst/flx/gstflxdec.h:
10175         * gst/goom/gstgoom.h:
10176         * gst/icydemux/gsticydemux.h:
10177         * gst/id3demux/gstid3demux.h:
10178         * gst/law/alaw-decode.h:
10179         * gst/law/alaw-encode.h:
10180         * gst/law/mulaw-decode.h:
10181         * gst/law/mulaw-encode.h:
10182         * gst/matroska/matroska-mux.h:
10183         * gst/median/gstmedian.h:
10184         * gst/oldcore/gstaggregator.h:
10185         * gst/oldcore/gstfdsink.h:
10186         * gst/oldcore/gstmd5sink.h:
10187         * gst/oldcore/gstmultifilesrc.h:
10188         * gst/oldcore/gstpipefilter.h:
10189         * gst/oldcore/gstshaper.h:
10190         * gst/oldcore/gststatistics.h:
10191         * gst/rtp/gstasteriskh263.h:
10192         * gst/rtp/gstrtpL16depay.h:
10193         * gst/rtp/gstrtpL16pay.h:
10194         * gst/rtp/gstrtpamrdepay.h:
10195         * gst/rtp/gstrtpamrpay.h:
10196         * gst/rtp/gstrtpdepay.h:
10197         * gst/rtp/gstrtpgsmdepay.h:
10198         * gst/rtp/gstrtpgsmpay.h:
10199         * gst/rtp/gstrtph263pay.h:
10200         * gst/rtp/gstrtph263pdepay.h:
10201         * gst/rtp/gstrtph263ppay.h:
10202         * gst/rtp/gstrtpmp4gpay.h:
10203         * gst/rtp/gstrtpmp4vdepay.h:
10204         * gst/rtp/gstrtpmp4vpay.h:
10205         * gst/rtp/gstrtpmpadepay.h:
10206         * gst/rtp/gstrtpmpapay.h:
10207         * gst/rtp/gstrtppcmadepay.h:
10208         * gst/rtp/gstrtppcmapay.h:
10209         * gst/rtp/gstrtppcmudepay.h:
10210         * gst/rtp/gstrtppcmupay.h:
10211         * gst/rtp/gstrtpspeexdepay.h:
10212         * gst/rtp/gstrtpspeexpay.h:
10213         * gst/rtsp/gstrtpdec.h:
10214         * gst/rtsp/gstrtspsrc.h:
10215         * gst/smpte/gstsmpte.h:
10216         * gst/udp/gstdynudpsink.h:
10217         * gst/udp/gstmultiudpsink.h:
10218         * gst/udp/gstudpsink.h:
10219         * gst/udp/gstudpsrc.h:
10220         * gst/videofilter/gstvideobalance.h:
10221         * gst/videofilter/gstvideoflip.h:
10222         * sys/oss/gstossdmabuffer.h:
10223         * sys/oss/gstossmixerelement.h:
10224         * sys/oss/gstosssink.h:
10225         * sys/oss/gstosssrc.h:
10226         * sys/osxvideo/osxvideosink.h:
10227         * sys/sunaudio/gstsunaudiomixer.h:
10228         * sys/sunaudio/gstsunaudiosink.h:
10229         * sys/ximage/gstximagesrc.h:
10230         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10231
10232 2006-05-31  Wim Taymans  <wim@fluendo.com>
10233
10234         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10235         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10236         (gst_goom_src_setcaps), (gst_goom_src_event),
10237         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10238         (gst_goom_change_state):
10239         * gst/goom/gstgoom.h:
10240         Handle QoS.
10241         Handle flushing, discont and events.
10242         Fix timestamps and various other cleanups.
10243
10244 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10245
10246         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10247         Fix bus reset when using libiec61883
10248
10249 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10250
10251         * configure.ac:
10252         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10253         * ext/raw1394/Makefile.am:
10254         Add CFLAGS.
10255         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10256         New method, to receive using libiec61883.
10257         (gst_dv1394src_iso_receive),
10258         #ifdef'd out if libiec61883 is present.
10259         (gst_dv1394src_bus_reset),
10260         Get userdata correctly if using libiec61883. 
10261         (gst_dv1394src_create),
10262         When using libiec61883, only poll one fd and no need to read.
10263         (gst_dv1394src_discover_avc_node),
10264         Replace g_warnings.
10265         (gst_dv1394src_start),
10266         Create new handle when we know which dv port.  More reliable
10267         than setting port on an existing handle.  Initialise libiec61883.
10268         (gst_dv1394src_stop):
10269         If using libiec61883, then cleanup its handle properly.
10270         * ext/raw1394/gstdv1394src.h:
10271         Add libiec61883 handle.
10272
10273 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10274
10275         * gst/avi/gstavidemux.c:
10276           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10277         * win32/MANIFEST:
10278           sort file listing
10279         * win32/vs6/libgstavi.dsp:
10280           add gstavimux.c to the project
10281         * win32/vs6/libgstid3demux.dsp:
10282           add link to zlib library
10283         * win32/vs6/libgstmatroska.dsp:
10284           add matroska-ids.c to the project
10285
10286 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10287
10288         Patch by: Sebastian Dröge  <mail at slomosnail de >
10289
10290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10292         * ext/taglib/Makefile.am:
10293         * ext/taglib/gstapev2mux.cc:
10294         * ext/taglib/gstapev2mux.h:
10295         * ext/taglib/gstid3v2mux.cc:
10296         * ext/taglib/gsttaglibmux.c: (plugin_init):
10297         * ext/taglib/gsttaglibmux.h:
10298           Add apev2mux element (#343122).
10299         
10300         * tests/check/Makefile.am:
10301         * tests/check/elements/apev2mux.c:
10302         (test_taglib_apev2mux_create_tags),
10303         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10304         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10305         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10306         (apev2mux_suite), (main):
10307           Add unit test for apev2mux element.
10308
10309 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10312         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10313         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10314           GST_PTR_FORMAT should be used to print caps in debug statements.
10315
10316 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10317
10318         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10319
10320         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10321         (ape_demux_parse_tags):
10322           Some clean-ups and additions: map APE 'file' tag to
10323           GST_TAG_LOCATION (#343123); add support for extracting
10324           the track count and clean up parsing a bit (#343127).
10325
10326 2006-05-28  Edward Hervey  <edward@fluendo.com>
10327
10328         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10329         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10330
10331 2006-05-28  Edward Hervey  <edward@fluendo.com>
10332
10333         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10334         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10335         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10336         * ext/jpeg/gstjpegdec.h:
10337         Clip outgoing buffers according to currently configured segment.
10338
10339 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10340
10341         * ext/taglib/gstid3v2mux.cc:
10342           Handle  writing of track-count or album-volume-count without
10343           track-number or albume-volume-number (in this case the number
10344           will just be set to 0).
10345
10346         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10347           It would be nice if we actually checked the values received for
10348           track/album-volume number/count in  _check_tags(), rather than
10349           setting them again ...
10350
10351 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10352
10353         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10354           A track/volume number or count of 0 does not make sense,
10355           just ignore it along with negative numbers (a tag might
10356           only contain a track count without a track number).
10357
10358 2006-05-27  Edward Hervey  <edward@fluendo.com>
10359
10360         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10361         (gst_jpeg_dec_sink_event):
10362         Abort decompression when receiving FLUSH_STOP. This should avoid
10363         issues when interrupting decoding with flushes.
10364
10365 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * ext/flac/gstflac.c:
10368           Don't #include file we don't dist any longer.
10369
10370 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         * README:
10373           Replace current README (containing the release notes from
10374           some 0.9.x version) with a proper README taken from the core.
10375
10376 2006-05-24  Wim Taymans  <wim@fluendo.com>
10377
10378         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10379         Implement EOS correctly by either posting
10380         SEGMENT_DONE or pushing an EOS message depending
10381         on the seek type. Fixes #342592
10382
10383 2006-05-24  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10386         * gst/law/alaw-decode.h:
10387         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10388         * gst/law/alaw-encode.h:
10389         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10390         * gst/law/mulaw-decode.h:
10391         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10392         * gst/law/mulaw-encode.h:
10393         Some cleanups in the chain functions.
10394         Remove some GStreamer 0.0.2 bits.
10395
10396 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10397
10398         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10399
10400         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10401           gst_collect_pads_stop() needs to be called before chaining up
10402           to the parent class (#342734).
10403
10404 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10405
10406         * ext/flac/Makefile.am:
10407         * ext/flac/flac_compat.h:
10408         * ext/flac/gstflac.c:
10409         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10410         * ext/flac/gstflacenc.c:
10411           Remove backwards compatibility cruft for dealing with FLAC API
10412           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10413
10414 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10415
10416         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10417         (gst_matroska_demux_push_xiph_codec_priv_data),
10418         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10419         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10420         * gst/matroska/matroska-ids.h:
10421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10422         (gst_matroska_mux_video_pad_setcaps),
10423         (xiph3_streamheader_to_codecdata),
10424         (vorbis_streamheader_to_codecdata),
10425         (theora_streamheader_to_codecdata),
10426         (gst_matroska_mux_audio_pad_setcaps),
10427         (gst_matroska_mux_write_data):
10428           Add support for muxing/demuxing theora video (#342448; too bad
10429           none of the usual linux players can actually play this). Playback
10430           in GStreamer will require additional changes to theoradec in -base.
10431           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10432           cleanups.
10433
10434 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10437         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10438           Fix crashes when the horizontal subsampling is 1.
10439           Fixes #342097.
10440
10441 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10442
10443         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10444
10445         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10446         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10447         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10448         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10449         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10450         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10451         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10452         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10453         (gst_avi_mux_change_state):
10454         * gst/avi/gstavimux.h:
10455           Some enhancements for avimux (#342526):
10456            - add odml (large file) index support
10457            - store codec init data (e.g. huffyuv)
10458            - miscellaneous other fixes/cleanups
10459
10460 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10461
10462         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10463         Don't output any tag when we encounter a negative track number - the
10464         tag type is uint, so we end up outputting huge positive numbers
10465         instead. (Fixes: #342029)
10466
10467 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10468
10469         * configure.ac:
10470           update for new GSTPB_PLUGINS_DIR
10471
10472 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10473
10474         * rtp/gst/gstrtph263pay.c:
10475         Properly set static caps for H263 at 34.
10476
10477 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10478
10479         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10480
10481         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10482           Merge event tags and tag setter tags correctly (#339918). Also,
10483           don't leak taglist in case of an error.
10484           
10485 2006-05-17  Edward Hervey  <edward@fluendo.com>
10486
10487         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10488         We can only do caps intersection if the othercaps are non-empty and not
10489         ANY. Else we return the pad template (base_caps).
10490
10491 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10492
10493         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10494           Fix crash when outputting debugging information for certain
10495           pictures (always good to use the right struct member for
10496           the number of records in an array).
10497
10498 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10499
10500         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10501
10502         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10503         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10504         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10505         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10506         (gst_ebml_read_float), (gst_ebml_read_ascii),
10507         (gst_ebml_read_binary):
10508           Don't create unnecessary sub-buffers all the time. Dramatically
10509           improves performance with multiple concurrently running
10510           matroskademux instances (#341818) (and avoids doing
10511           unnecessarily inefficient things in the general case).
10512
10513 2006-05-16  Edward Hervey  <edward@fluendo.com>
10514
10515         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10516         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10517         return value of gst_pad_push_event().
10518
10519 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10520
10521         * gst/autodetect/gstautoaudiosink.c:
10522         (gst_auto_audio_sink_find_best):
10523         * gst/autodetect/gstautovideosink.c:
10524         (gst_auto_video_sink_find_best):
10525         Make the name of the child element be based on the name of the
10526         parent, so that debug output is more useful.
10527         
10528         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10529         (parse_insert_string_field), (parse_split_strings):
10530         Rework string parsing to always walk over BOM markers in UTF16
10531         strings, using the endianness indicated by the innermost one,
10532         then trying the opposite endianness if that fails to convert
10533         to valid UTF-8. Fixes #341774
10534
10535 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10536
10537         Patch from: Matthieu <matthieu at fluendo dot com>
10538
10539         * ext/libpng/Makefile.am:
10540         Add LIBPNG_CFLAGS.
10541
10542 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * ext/taglib/gstid3v2mux.cc:
10545           Add support for writing images (APIC frames) into ID3v2
10546           tags (picture type always set to 'other' for now though).
10547
10548 2006-05-14  Michael Smith  <msmith@fluendo.com>
10549
10550         * gst/wavparse/gstwavparse.c:
10551           Update docs; wavparse implements push and pull modes.
10552
10553 2006-05-12  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10556         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10557         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10558         Ooops, bitten by the copy-and-paste design paradigm, fixes
10559         seek again.
10560
10561 2006-05-12  Wim Taymans  <wim@fluendo.com>
10562
10563         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10564         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10565         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10566         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10567         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10568         (gst_avi_demux_massage_index),
10569         (gst_avi_demux_calculate_durations_from_index),
10570         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10571         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10572         (gst_avi_demux_loop):
10573         * gst/avi/gstavidemux.h:
10574         Some cleanups, prepare to use GstSegment.
10575         Fix error in entry walking code.
10576         Fix VBR detection.
10577         Smarter timestamp calculation code.
10578         Uniform error/eos handling.
10579
10580 2006-05-12  Michael Smith  <msmith@fluendo.com>
10581
10582         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10583         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10584           Fix use of uninitialised values if we're NOT seeking in ready.
10585           Fix typos.
10586
10587 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10588
10589         * gst/wavparse/Makefile.am:
10590           Add CFLAGS and LIBS for libgstbase, fixes build on
10591           Cygwin (#341489).
10592
10593 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10596           Some more debug info. No need to check whether the string
10597           returned by g_convert() is really UTF-8 - either it is or
10598           we get NULL returned.
10599
10600 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10601
10602         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10603           Fix parsing of numeric genre strings some more, by ensuring that
10604           we only try and parse strings that a) Start with '(' and b) Consist
10605           only of digits.
10606           Also, when finding an escaping '((' sequence, bust it back to '(' by
10607           swallowing the first parenthesis
10608
10609 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10610
10611         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10612         (gst_esdsink_open), (gst_esdsink_close):
10613         * ext/esd/esdsink.h:
10614           Move the esd_get_server_info() into gst_esdsink_open() and fail
10615           with a decent error message on errors.
10616
10617 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10620         (gst_esdmon_channels_get_type):
10621         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10622         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10623         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10624         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10625         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10626         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10627         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10628         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10629         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10630         * gst/videomixer/videomixer.c:
10631         (gst_video_mixer_background_get_type):
10632           Const-ify GEnumValue arrays.
10633
10634 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10635
10636         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10637
10638         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10639         (gst_avi_mux_do_video_buffer):
10640           Work around gst_buffer_make_metadata_writable() bug that
10641           results in avimux marking all frames in the index as
10642           keyframes (#340859).
10643           
10644 2006-05-08  Wim Taymans  <wim@fluendo.com>
10645
10646         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10647         Make parsing of urls suck slightly less.
10648
10649 2006-05-08  Edward Hervey  <edward@fluendo.com>
10650
10651         * autogen.sh: (CONFIGURE_DEF_OPT): 
10652         libtoolize on Darwin/MacOSX is called glibtoolize.
10653
10654 2006-05-08  Wim Taymans  <wim@fluendo.com>
10655
10656         Patch by: Jens Granseuer <jensgr at gmx dot net>
10657
10658         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10659         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10660         C89 compliance fixes. Fixes #340980
10661
10662 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10663
10664         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10665         * ext/flac/gstflacdec.h:
10666           Handle segment seeks that include the end of the file as stop point
10667           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10668           message instead of an EOS event in case we're in segment seek
10669           mode (fixes #340699).
10670           
10671 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10672
10673         * ext/cairo/gsttextoverlay.c:
10674         * ext/flac/gstflacdec.c:
10675         * ext/gdk_pixbuf/pixbufscale.c:
10676         * gst/apetag/gstapedemux.c:
10677         * gst/debug/breakmydata.c:
10678         * gst/debug/testplugin.c:
10679         * gst/matroska/ebml-write.c:
10680         * gst/multipart/multipartdemux.c:
10681         * sys/osxaudio/gstosxaudiosink.c:
10682         * sys/osxaudio/gstosxaudiosrc.c:
10683         Add semicolons after GST_BOILERPLATE[_FULL] so that
10684         indent doesn't mess up following lines.
10685
10686 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10687
10688         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10689
10690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10691           Don't leak caps when freeing the stream context (#340623).
10692
10693 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10694
10695         * configure.ac:
10696           Back to CVS
10697
10698 === release 0.10.3 ===
10699
10700 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10701
10702         * configure.ac:
10703           releasing 0.10.3, "Desplazado"
10704
10705 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * gst/matroska/matroska-mux.c:
10708         (gst_matroska_mux_stream_is_vorbis_header),
10709         (gst_matroska_mux_write_data):
10710           Don't strcmp() NULL strings.
10711           Only start new clusters on video keyframes, not on any
10712           random audio buffer that doesn't have the DELTA_UNIT
10713           flag set (fixes 'make check' again).
10714
10715 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10716
10717         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10718
10719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10720         (gst_matroska_mux_stream_is_vorbis_header),
10721         (gst_matroska_mux_write_data):
10722           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10723           value and then dead-lock when muxing vorbis audio streams
10724           (the three vorbis header buffers carry no timestamp, and it
10725           would try to mux these after all video buffers). Fixes #340346.
10726
10727           Improve clustering: start a new cluster also whenever we get
10728           a keyframe.     
10729
10730 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10731
10732         * win32/common/config.h:
10733         * win32/MANIFEST
10734           add the generated file as well
10735
10736 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10737
10738         * Makefile.am:
10739         * configure.ac:
10740         * win32/common/config.h.in:
10741           add win32 stuff
10742
10743 2006-05-03  Michael Smith  <msmith@fluendo.com>
10744
10745         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10746           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10747           SUCKS.
10748
10749 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10750
10751         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10752         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10753         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10754           don't leak caps-string
10755
10756 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10759         (gst_id3demux_sink_activate):
10760           Let core insert default error message for TYPE_NOT_FOUND
10761           errors, it's just as good as our own and has the added
10762           bonus of being translated.
10763
10764 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10765
10766         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10767         (gst_tag_demux_sink_event):
10768         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10769         (gst_id3demux_sink_event):
10770           Post an error message when we get an EOS event and were not
10771           able to find out the type of stream.
10772
10773         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10774         (test_taglib_id3mux_with_tags):
10775           Decrease num-buffers to 16 per iteration again, otherwise the
10776           many memcpy()s and reallocations in the test will hammer slow
10777           CPUs completely and make the test timeout.
10778
10779 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10780
10781         * configure.ac:
10782           figure out where plugins-base plugins are
10783         * tests/check/Makefile.am:
10784           use plugins-base plugins, so we have typefind functions
10785         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10786           increase num-buffers, this makes sure the test errors out instead
10787           of timing out when no typefind functions are present
10788
10789 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10790
10791         * docs/plugins/Makefile.am:
10792           also check .cc files for gtk-doc markup
10793         * configure.ac:
10794         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10796         * tests/check/Makefile.am:
10797         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10798         * ext/Makefile.am:
10799         * ext/taglib/Makefile.am:
10800         * ext/taglib/gstid3v2mux.h:
10801         * ext/taglib/gsttaglibmux.c:
10802         * ext/taglib/gsttaglibmux.h:
10803           move taglib-based id3v2muxer to -good.  Fixes #336110.
10804
10805 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10806
10807         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10808           ... and fix multichannel/WAVFORMATEX support again.
10809
10810 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10811
10812         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10813         (gst_wavparse_class_init), (gst_wavparse_dispose),
10814         (gst_wavparse_reset), (gst_wavparse_init),
10815         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10816         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10817         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10818         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10819         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10820         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10821         (gst_wavparse_stream_data), (gst_wavparse_loop),
10822         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10823         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10824         (gst_wavparse_change_state), (plugin_init):
10825         * gst/wavparse/gstwavparse.h:
10826           Add push (streaming) mode to wavparse (fixes #337625)
10827
10828 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10829
10830         * configure.ac:
10831         * tests/Makefile.am:
10832           add ximagesrc icles test
10833
10834 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10835
10836         * configure.ac:
10837         * docs/plugins/Makefile.am:
10838         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10839         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10840         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10841         (gst_cmml_enc_push_clip):
10842         * sys/Makefile.am:
10843         * sys/ximage/Makefile.am:
10844         * sys/ximage/gstximagesrc.c:
10845           Move ximagesrc plug-in to good after review.  Fixes #336756.
10846
10847 2006-04-28  Michael Smith  <msmith@fluendo.com>
10848
10849         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10850         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10851         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10852         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10853         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10854         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10855         * gst/icydemux/gsticydemux.h:
10856           Fix event handling: cache events when typefinding and forward later.
10857
10858 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10859
10860         * sys/osxaudio/gstosxaudiosink.c:
10861         (plugin_init):
10862          Register osxaudiosrc to the plugin.
10863         * sys/osxaudio/gstosxaudiosrc.c:
10864         (gst_osx_audio_src_osxelement_do_init),
10865         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10866         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10867         (gst_osx_audio_src_get_property),
10868         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10869         (gst_osx_audio_src_osxelement_init):
10870         * sys/osxaudio/gstosxaudiosrc.h:
10871           Port of osxaudiosrc to 0.10.
10872         * sys/osxaudio/Makefile.am:
10873           Add osxaudiosrc
10874
10875 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10876
10877         * sys/osxaudio/gstosxringbuffer.c:
10878         * sys/osxaudio/gstosxringbuffer.h:
10879           Forgot to commit earlier, part of the OSX audio plugin port
10880
10881 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10882
10883         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10884         (parse_split_strings):
10885           Recognise and skip any byte order marker (BOM) in
10886           UTF-16 strings.
10887
10888 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * docs/plugins/Makefile.am:
10891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10893         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10894         * docs/plugins/inspect/plugin-avi.xml:
10895         * gst/avi/gstavidemux.c:
10896         * gst/avi/gstavimux.c:
10897           Add docs for both avidemux and avimux.
10898
10899 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10900
10901         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10902
10903         * gst/avi/Makefile.am:
10904         * gst/avi/gstavi.c: (plugin_init):
10905         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10906         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10907         (gst_avi_mux_class_init), (gst_avi_mux_init),
10908         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10909         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10910         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10911         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10912         (gst_avi_mux_riff_get_avix_header),
10913         (gst_avi_mux_riff_get_video_header),
10914         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10915         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10916         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10917         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10918         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10919         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10920         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10921         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10922         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10923         (gst_avi_mux_change_state):
10924         * gst/avi/gstavimux.h:
10925           Port AVI muxer to GStreamer-0.10 (#332031).
10926
10927         * tests/check/Makefile.am:
10928         * tests/check/elements/avimux.c:
10929         * tests/check/elements/.cvsignore:
10930           Add unit test for AVI muxer.
10931
10932 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10933
10934         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10935         (gst_wavparse_class_init), (gst_wavparse_reset),
10936         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10937         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10938         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10939         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10940         (gst_wavparse_stream_data), (gst_wavparse_loop),
10941         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10942         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10943         (plugin_init):
10944         * gst/wavparse/gstwavparse.h:
10945           reverted patch #337625 for the price of 1 hour sleep
10946
10947 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10948
10949         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10950         (gst_wavparse_class_init), (gst_wavparse_reset),
10951         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10952         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10953         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10954         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10955         (gst_wavparse_stream_data), (gst_wavparse_loop),
10956         (gst_wavparse_chain), (plugin_init):
10957         * gst/wavparse/gstwavparse.h:
10958           correct partial implementation of push mode
10959           (from my last commit)
10960
10961 2006-04-26  Wim Taymans  <wim@fluendo.com>
10962
10963         * ext/esd/esdsink.c:
10964         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10965         it is not in esd.h
10966
10967 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10968
10969         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10970         (gst_au_parse_class_init), (gst_au_parse_init),
10971         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10972         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10973         (gst_au_parse_chain), (gst_au_parse_src_convert),
10974         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10975         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10976         (gst_au_parse_change_state):
10977         * gst/auparse/gstauparse.h:
10978           Rewrite auparse to suck a little bit less: make source pad
10979           dynamic, so decodebin/playbin work with non-raw formats
10980           like alaw/mulaw; add query function for duration/position
10981           queries; check whether we have enough data before attempting
10982           to parse the header (instead of crashing when that is not the
10983           case); work around audioconvert sucking by swapping endianness
10984           to the native endianness ourselves for float formats; send
10985           initial newsegment event. Fixes #161712.
10986
10987 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10988
10989         * sys/osxaudio/Makefile.am:
10990         * sys/osxaudio/gstosxaudioelement.c:
10991         (gst_osx_audio_element_get_type),
10992         (gst_osx_audio_element_class_init):
10993         * sys/osxaudio/gstosxaudioelement.h:
10994         * sys/osxaudio/gstosxaudiosink.c:
10995         (gst_osx_audio_sink_osxelement_do_init),
10996         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
10997         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
10998         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
10999         (gst_osx_audio_sink_create_ringbuffer),
11000         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11001         (plugin_init):
11002         * sys/osxaudio/gstosxaudiosink.h:
11003         Port of osxaudiosink to 0.10
11004
11005 2006-04-26  Wim Taymans  <wim@fluendo.com>
11006
11007         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11008         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11009         the size of the ringbuffer. This should fix hangs with older 
11010         esd sound servers.
11011
11012 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11013
11014         * ext/aalib/gstaasink.c:
11015         * ext/annodex/gstcmmldec.c:
11016         * ext/annodex/gstcmmlenc.c:
11017         * ext/cairo/gsttextoverlay.c:
11018         * ext/cairo/gsttimeoverlay.c:
11019         * ext/cdio/gstcdiocddasrc.c:
11020         * ext/dv/gstdvdec.c:
11021         * ext/dv/gstdvdemux.c:
11022         * ext/esd/esdmon.c:
11023         * ext/esd/esdsink.c:
11024         * ext/flac/gstflacenc.c:
11025         * ext/flac/gstflactag.c:
11026         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11027         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11028         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11029         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11030         * ext/gdk_pixbuf/pixbufscale.c:
11031         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11032         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11033         * ext/jpeg/gstjpegdec.c:
11034         * ext/jpeg/gstjpegenc.c:
11035         * ext/jpeg/gstsmokedec.c:
11036         * ext/jpeg/gstsmokeenc.c:
11037         * ext/libcaca/gstcacasink.c:
11038         * ext/libmng/gstmngdec.c:
11039         * ext/libmng/gstmngenc.c:
11040         * ext/libpng/gstpngdec.c:
11041         * ext/libpng/gstpngenc.c:
11042         * ext/mikmod/gstmikmod.c:
11043         * ext/raw1394/gstdv1394src.c:
11044         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11045         * ext/shout2/gstshout2.h:
11046         * ext/speex/gstspeexdec.c:
11047         * ext/speex/gstspeexenc.c:
11048         * gst/alpha/gstalpha.c:
11049         * gst/alpha/gstalphacolor.c:
11050         * gst/apetag/gstapedemux.c:
11051         * gst/auparse/gstauparse.c:
11052         * gst/autodetect/gstautoaudiosink.c:
11053         (gst_auto_audio_sink_base_init):
11054         * gst/autodetect/gstautovideosink.c:
11055         (gst_auto_video_sink_base_init):
11056         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11057         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11058         * gst/cutter/gstcutter.c:
11059         * gst/debug/breakmydata.c:
11060         * gst/debug/efence.c:
11061         * gst/debug/gstnavigationtest.c:
11062         * gst/debug/gstnavseek.c:
11063         * gst/debug/negotiation.c:
11064         * gst/debug/progressreport.c:
11065         * gst/debug/testplugin.c:
11066         * gst/effectv/gstaging.c:
11067         * gst/effectv/gstdice.c:
11068         * gst/effectv/gstedge.c:
11069         * gst/effectv/gstquark.c:
11070         * gst/effectv/gstrev.c:
11071         * gst/effectv/gstshagadelic.c:
11072         * gst/effectv/gstvertigo.c:
11073         * gst/effectv/gstwarp.c:
11074         * gst/flx/gstflxdec.c:
11075         * gst/goom/gstgoom.c:
11076         * gst/icydemux/gsticydemux.c:
11077         * gst/id3demux/gstid3demux.c:
11078         * gst/interleave/deinterleave.c:
11079         * gst/interleave/interleave.c:
11080         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11081         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11082         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11083         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11084         * gst/level/gstlevel.c:
11085         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11087         * gst/median/gstmedian.c:
11088         * gst/monoscope/gstmonoscope.c:
11089         * gst/multipart/multipartdemux.c:
11090         * gst/multipart/multipartmux.c:
11091         * gst/oldcore/gstaggregator.c:
11092         * gst/oldcore/gstfdsink.c:
11093         * gst/oldcore/gstmd5sink.c:
11094         * gst/oldcore/gstmultifilesrc.c:
11095         * gst/oldcore/gstpipefilter.c:
11096         * gst/oldcore/gstshaper.c:
11097         * gst/oldcore/gststatistics.c:
11098         * gst/rtp/gstasteriskh263.c:
11099         * gst/rtp/gstrtpL16depay.c:
11100         * gst/rtp/gstrtpL16pay.c:
11101         * gst/rtp/gstrtpamrdepay.c:
11102         * gst/rtp/gstrtpamrpay.c:
11103         * gst/rtp/gstrtpdepay.c:
11104         * gst/rtp/gstrtpgsmpay.c:
11105         * gst/rtp/gstrtph263pay.c:
11106         * gst/rtp/gstrtph263pdepay.c:
11107         * gst/rtp/gstrtph263ppay.c:
11108         * gst/rtp/gstrtpilbcdepay.c:
11109         * gst/rtp/gstrtpmp4gpay.c:
11110         * gst/rtp/gstrtpmp4vdepay.c:
11111         * gst/rtp/gstrtpmp4vpay.c:
11112         * gst/rtp/gstrtpmpadepay.c:
11113         * gst/rtp/gstrtpmpapay.c:
11114         * gst/rtp/gstrtppcmadepay.c:
11115         * gst/rtp/gstrtppcmapay.c:
11116         * gst/rtp/gstrtppcmudepay.c:
11117         * gst/rtp/gstrtppcmupay.c:
11118         * gst/rtp/gstrtpspeexdepay.c:
11119         * gst/rtp/gstrtpspeexpay.c:
11120         * gst/rtsp/gstrtpdec.c:
11121         * gst/rtsp/gstrtspsrc.c:
11122         * gst/smpte/gstsmpte.c:
11123         * gst/udp/gstdynudpsink.c:
11124         * gst/udp/gstmultiudpsink.c:
11125         * gst/udp/gstudpsink.c:
11126         * gst/udp/gstudpsrc.c:
11127         * gst/videobox/gstvideobox.c:
11128         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11129         * gst/videofilter/gstvideobalance.c:
11130         * gst/videofilter/gstvideoflip.c:
11131         * gst/videofilter/gstvideotemplate.c:
11132         (gst_videotemplate_base_init):
11133         * gst/videomixer/videomixer.c:
11134         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11135         (gst_wavparse_class_init), (gst_wavparse_dispose),
11136         (gst_wavparse_reset), (gst_wavparse_init),
11137         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11138         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11139         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11140         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11141         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11142         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11143         (gst_wavparse_change_state):
11144         * gst/wavparse/gstwavparse.h:
11145         * sys/oss/gstossmixerelement.c:
11146         * sys/oss/gstosssink.c:
11147         * sys/oss/gstosssrc.c:
11148         * sys/osxaudio/gstosxaudioelement.c:
11149         * sys/osxaudio/gstosxaudiosink.c:
11150         * sys/osxaudio/gstosxaudiosrc.c:
11151         * sys/sunaudio/gstsunaudiomixer.c:
11152         * sys/sunaudio/gstsunaudiosink.c:
11153           Define GstElementDetails as const and also static (when defined as
11154           global)
11155
11156 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11157
11158         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11159           Source pad has fixed caps. If we don't set this, bad
11160           things happen when the window is resized.
11161
11162 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11163
11164         * gst/matroska/Makefile.am:
11165         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11166         (gst_matroska_demux_handle_src_event):
11167         * gst/matroska/matroska-ids.c:
11168         (gst_matroska_track_init_video_context),
11169         (gst_matroska_track_init_audio_context),
11170         (gst_matroska_track_init_subtitle_context),
11171         (gst_matroska_track_init_complex_context):
11172         * gst/matroska/matroska-ids.h:
11173           Handle case where the TrackType ebml chunk does not come before the
11174           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11175           events.
11176
11177 2006-04-25  Wim Taymans  <wim@fluendo.com>
11178
11179         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11180         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11181         It's codec_data, not codec_info.
11182
11183 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11186
11187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11188           Handle codec_data for VfW compatibility codec IDs (#339451)
11189
11190         * gst/matroska/matroska-mux.c:
11191         (gst_matroska_mux_video_pad_setcaps):
11192           Same here, handle codec_data and add additional caps we can handle
11193           now to the pad template (huffyuv, dv and h263 video) (#339451)
11194
11195 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11196
11197         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11198
11199         * gst/matroska/matroska-mux.c:
11200         (gst_matroska_mux_create_buffer_header),
11201         (gst_matroska_mux_write_data):
11202           Fix timestamping of B-frames, use signed integers, do
11203           some rounding (#339678).
11204
11205 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11206
11207         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11208         just make it compile with --disable-gst-debug.
11209
11210 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11211
11212         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11213         Fix a bad conversion using gst_guint64_to_gdouble.
11214         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11215         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11216         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11217     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11218         mistake.
11219
11220 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11221
11222         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11223         Use gst_guint64_to_gdouble for conversions
11224         * win32/vs6/gst_plugins_good.dsw:
11225         * win32/vs6/libgsticydemux.dsp:
11226         Add a project file for icydemux
11227
11228 2006-04-21  Wim Taymans  <wim@fluendo.com>
11229
11230         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11231
11232         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11233         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11234         When splitting audio chunks, the block alignment is not taken in
11235         consideration, so the smaller chunks could be of size which is 
11236         not a multiple of the block alignment. Fixes #336904
11237
11238 2006-04-21  Wim Taymans  <wim@fluendo.com>
11239
11240         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11241         Use scale functions
11242
11243 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11244
11245         * ext/dv/gstdv.c: (plugin_init):
11246           Fix build.
11247
11248 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11249
11250         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11251         (gst_progress_report_class_init), (gst_progress_report_init),
11252         (gst_progress_report_do_query), (gst_progress_report_report),
11253         (gst_progress_report_set_property),
11254         (gst_progress_report_get_property):
11255           Add 'format' property to force querying to a particular format.
11256
11257 2006-04-21  Andy Wingo  <wingo@pobox.com>
11258
11259         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11260         best, on big endian systems. Drop its rank in that case. OTOH on
11261         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11262
11263 2006-04-21  Michael Smith  <msmith@fluendo.com>
11264
11265         * configure.ac:
11266         * gst/icydemux/Makefile.am:
11267         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11268         (gst_icydemux_base_init), (gst_icydemux_class_init),
11269         (gst_icydemux_reset), (gst_icydemux_init),
11270         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11271         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11272         (unicodify), (gst_icydemux_unicodify),
11273         (gst_icydemux_parse_and_send_tags),
11274         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11275         (gst_icydemux_chain), (gst_icydemux_change_state),
11276         (gst_icydemux_send_tag_event), (plugin_init):
11277         * gst/icydemux/gsticydemux.h:
11278         * tests/check/Makefile.am:
11279         * tests/check/elements/icydemux.c: (typefind_succeed),
11280         (plugin_init), (icydemux_found_pad), (create_icydemux),
11281         (cleanup_icydemux), (push_data), (GST_START_TEST),
11282         (icydemux_suite), (main):
11283           Add icydemux, and tests.
11284
11285 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11288           Post SEGMENT_DONE message in TIME format.
11289
11290 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11293
11294         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11295         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11296           Fix index creation when we have to scan the file to create
11297           an index. There may be other types of RIFF 'LIST' chunks than
11298           'movi' and we need to skip them properly as well or we'll end up
11299           reading garbage (#336889). Some other cosmetic changes.
11300           
11301 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11304         (gst_flac_dec_handle_seek_event):
11305           Add support for segment seeks (fixes #338290). Also demote
11306           some recurring debug message from DEBUG to LOG level.
11307
11308 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11309
11310         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11311         (gst_matroskademux_do_index_seek),
11312         (gst_matroska_demux_handle_seek_event),
11313         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11314         * gst/matroska/matroska-ids.h:
11315           Set DISCONT flag on first buffer after a discontinuity.
11316           Fix newsegment events sent when seeking and honour KEY_UNIT
11317           seek flag. Create pad with bogus caps if we don't recognise
11318           the stream codec id.
11319
11320         * gst/matroska/matroska-demux.h:
11321           Fix GObject macros.
11322
11323 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11324
11325         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11326
11327         * gst/matroska/matroska-demux.c:
11328         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11329           Handle end of segment properly when set; don't dead-lock when
11330           posting start of segment message when doing a segment seek.
11331           Fixes #338810.
11332
11333 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11336         (gst_matroska_demux_plugin_init):
11337           Make mpeg2 aac audio work: create artificial private codec data
11338           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11339           Also call gst_riff_init(). Partially fixes #338767.
11340
11341 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11344         (gst_wavenc_class_init), (gst_wavenc_init),
11345         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11346         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11347         (gst_wavenc_chain), (gst_wavenc_change_state):
11348         * gst/wavenc/gstwavenc.h:
11349           Set caps on first outgoing buffer, so that it doesn't error out
11350           immediately with a non-negotiated error (#338716). Rewrite and
11351           clean up a bit; fix setcaps function to parse things properly;
11352           fix sink caps (8bit audio is unsigned and doesn't have depth);
11353           use boilerplate macros; remove unused properties stuff.
11354
11355 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11356
11357         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11358           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11359           handle MJPEG streams and might be autoplugged for those if the
11360           user doesn't have jpegdec installed (resulting in a cryptic error
11361           message about huffman tables). Better to disable JPEG decoding here
11362           and let the user figure out that she needs to install jpegdec.
11363
11364 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11367         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11368         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11369         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11370           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11371           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11372           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11373           debug messages. Fix boilerplate macros.
11374
11375 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11376
11377         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11378         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11379           No need to special-case for Gdk-2.0 any longer, we require
11380           Gdk 2.2 or newer; minor clean-ups.
11381
11382 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11385         (gst_shout2send_class_init), (gst_shout2send_init),
11386         (set_shout_metadata), (gst_shout2send_set_metadata),
11387         (gst_shout2send_event), (gst_shout2send_start),
11388         (gst_shout2send_connect), (gst_shout2send_stop),
11389         (gst_shout2send_render), (gst_shout2send_set_property),
11390         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11391         (plugin_init):
11392         * ext/shout2/gstshout2.h:
11393         * po/POTFILES.in:
11394           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11395           change function; use GST_ELEMENT_ERROR for error reporting, not
11396           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11397           will cause crashes or assertion failures; remove (unused) "sync"
11398           property, basesink already has such a property; misc. other
11399           minor fixes and cleanups.
11400
11401 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11404         * ext/esd/gstesd.c: (plugin_init):
11405         * po/POTFILES.in:
11406           Add translatable error message for when we cannot
11407           connect to the sound server, as "Cannot open resource
11408           for writing" isn't really an acceptable message to show
11409           to the user in this case.
11410
11411 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * sys/oss/gst-i18n-plugin.h:
11414           Remove bogus file that doesn't belong here.
11415
11416 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11417
11418         Patch by: Philippe Valembois
11419
11420         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11421         (gst_shout2send_set_metadata), (gst_shout2send_event),
11422         (gst_shout2send_render), (gst_shout2send_change_state):
11423         * ext/shout2/gstshout2.h:
11424           Handle tags being received before the connection to
11425           the server is established properly (see #338636).
11426
11427 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11428
11429         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11430           Don't crash in case the connection to the server fails:
11431           don't set pointer to NULL by assigning FALSE; error out
11432           properly by using GST_ELEMENT_ERROR and returning
11433           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11434           before resetting the pointer.
11435
11436 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11437
11438         * gst/id3demux/id3tags.c:
11439         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11440         (Fixes #338713)
11441
11442 2006-04-12  Wim Taymans  <wim@fluendo.com>
11443
11444         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11445         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11446         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11447         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11448         (gst_gdk_pixbuf_chain):
11449         Some cleanups.
11450         Added RGBA as a possible output format.
11451         Correctly free the supported mimetypes.
11452         deprecate silent arg, it's not used.
11453         Return result from _alloc_buffer to peer.
11454
11455 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11458           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11459           overwriting GST_BUFFER_MALLOCDATA.
11460
11461 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11464         (user_endrow_callback), (user_end_callback),
11465         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11466         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11467         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11468         * ext/libpng/gstpngdec.h:
11469           Handle more than one frame if the content is framed,
11470           like with png-in-quicktime (#331917).
11471
11472 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11473
11474         * sys/oss/Makefile.am:
11475         * sys/oss/common.h:
11476         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11477         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11478         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11479         (gst_oss_src_unprepare):
11480           - the user-visible error strings were in the wrong category
11481           - and the messages were not marked for translation
11482           - which is actually a good thing, because they were exactly
11483             the kind of message you would never want anyone to see
11484           - the macros were using variables that didn't exist in the macro
11485             arguments
11486           - and they were obviously copied from each other and then modified
11487           - so a common header makes sense
11488
11489 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11490
11491         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11492           Don't try to modify read-only data.
11493
11494         * gst/matroska/matroska-demux.c:
11495         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11496           Fix comment (won't crash any longer now).
11497
11498 2006-04-10  Michael Smith  <msmith@fluendo.com>
11499
11500         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11501           Use copies of header buffers for caps to avoid circular refcounting
11502           problems (as in theoradec, vorbisdec).
11503
11504         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11505           Fix a typo in test that meant it was testing the wrong thing.
11506
11507         * tests/check/elements/cmmlenc.c: (check_headers):
11508           Fix refcount checks now that we use buffer-copies for caps.
11509
11510 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11513         (gst_matroska_demux_handle_seek_event),
11514         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11515         (gst_matroska_demux_subtitle_caps),
11516         (gst_matroska_demux_plugin_init):
11517           Use static pad templates with ANY caps for audio and video
11518           source pads and get rid of a lot of unnecessary (and partially
11519           broken) code for the template caps. Clean up caps finding
11520           functions. Fixes playback of audio files/streams that do not
11521           contain the sample rate and/or number of channels in the audio
11522           context (happens a lot with vorbis/mp3 .mka files it seems).
11523           Fixes #337183.
11524           Also add myself to copyright holders.
11525
11526 2006-04-10  Michael Smith  <msmith@fluendo.com>
11527
11528         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11529           Use g_list_delete_link () instead of g_list_remove_link () so that
11530           we free the link as well as the contained data.
11531
11532 2006-04-10  Wim Taymans  <wim@fluendo.com>
11533
11534         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11535
11536         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11537         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11538         (gst_avi_demux_stream_header):
11539         Fix some crashers with empty chunks. (Fixes #337749)
11540
11541 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11542
11543         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11544           use G_GINT64_CONSTANT for INT64 constants
11545         * gst/videofilter/gstvideobalance.c:
11546           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11547         * win32/vs6/libgstavi.dsp:
11548          add missing libraries for the link and remove avimux.c from
11549          the project as it isn't ported to 0.10 yet
11550         
11551 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11554           Even better would be if we actually did the right thing
11555           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11556
11557 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11558
11559         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11560           Can't just replace 1LL with 1L here just because MSVC doesn't
11561           support it, as it might lead to incorrect results when doing the
11562           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11563           force a 64-bit constant in a way that all compilers are happy with.
11564
11565 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11566
11567         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11568         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11569         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11570         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11571         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11572         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11573         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11574         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11575         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11576         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11577         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11578         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11579         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11580         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11581         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11582         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11583         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11584         * gst/debug/efence.c: (gst_efence_class_init):
11585         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11586         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11587         * gst/goom/gstgoom.c: (gst_goom_class_init):
11588         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11589         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11590         * gst/interleave/interleave.c: (interleave_class_init):
11591         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11592         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11593         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11594         * gst/median/gstmedian.c: (gst_median_class_init):
11595         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11596         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11597         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11598         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11599         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11600         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11601         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11602         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11603         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11604         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11605         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11606         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11607         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11608         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11609         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11610         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11611         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11612         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11613         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11614         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11615         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11616         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11617         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11618         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11619         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11621         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11622         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11623         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11624         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11625         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11626         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11627         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11628         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11629         * sys/osxaudio/gstosxaudioelement.c:
11630         (gst_osxaudioelement_class_init):
11631         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11632         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11633         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11634         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11635
11636 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11637
11638         * ext/mikmod/gstmikmod.h:
11639         * gst/level/gstlevel.h:
11640         Fix more broken GObject macros
11641
11642 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11643
11644         * ext/annodex/gstcmmldec.h:
11645         * ext/annodex/gstcmmlenc.h:
11646         * ext/annodex/gstcmmltag.h:
11647         * ext/cairo/gsttextoverlay.h:
11648         * ext/ladspa/gstsignalprocessor.h:
11649         * gst/matroska/ebml-read.h:
11650         * gst/matroska/ebml-write.h:
11651         * sys/osxaudio/gstosxaudioelement.h:
11652         Fix broken GObject macros
11653
11654 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11657           Don't try to seek beyond the end of the file (would
11658           occasionally display error dialogs in totem when seeking
11659           to the end) (#335869). Will still throw an error though
11660           if the file is truncated and the total_samples value in
11661           the stream header is wrong.
11662
11663 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11664
11665         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11666         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11667         (gst_flac_dec_metadata_callback):
11668         * ext/flac/gstflacdec.h:
11669           If the stream header doesn't contain the total number of samples,
11670           search for the last flac frame at the end of the file and calculate
11671           the total duration from that frame's offset (fixes #337609).
11672
11673 2006-04-07  Edward Hervey  <edward@fluendo.com>
11674
11675         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11676         Don't unref the GstPadTemplate returned by
11677         gst_element_class_get_pad_template().
11678
11679 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11680
11681         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11682
11683         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11684         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11685         * sys/sunaudio/gstsunaudiosink.h:
11686           Use spec->segsize and spec->segtotal in the prepare function
11687           to initialise the ring buffer instead of using the buffer-time
11688           property (#337421).
11689
11690 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * configure.ac:
11693           Bump core requirements to CVS for gst_pad_query_peer_duration()
11694           which is used by speexdec.
11695
11696 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11697
11698         * ext/speex/gstspeex.c: (plugin_init):
11699         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11700         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11701         (speex_get_sink_query_types), (speex_dec_sink_query),
11702         (speex_get_src_query_types), (speex_dec_src_query),
11703         (speex_dec_src_event), (speex_dec_sink_event),
11704         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11705         (speex_dec_chain_parse_data), (speex_dec_chain),
11706         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11707         (speex_dec_change_state):
11708         * ext/speex/gstspeexdec.h:
11709           Fix seeking and duration queries (#337033); clean up and
11710           refactor a bit.
11711
11712 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11713
11714         * ext/raw1394/gstdv1394src.c:
11715           distinguish between device not found and could not open for
11716           reading
11717
11718 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11719
11720         * Makefile.am:
11721         * configure.ac:
11722         * pkgconfig/.cvsignore:
11723         * pkgconfig/Makefile.am:
11724         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11725           add a .pc file so other modules can use good plugins in tests
11726
11727 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11728
11729         * configure.ac:
11730           clean up, use AS_VERSION and AS_NANO
11731         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11732           use PACKAGE_VERSION define
11733         * po/af.po:
11734         * po/az.po:
11735         * po/cs.po:
11736         * po/en_GB.po:
11737         * po/hu.po:
11738         * po/it.po:
11739         * po/nb.po:
11740         * po/nl.po:
11741         * po/or.po:
11742         * po/sq.po:
11743         * po/sr.po:
11744         * po/sv.po:
11745         * po/uk.po:
11746         * po/vi.po:
11747           updated
11748
11749 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11750
11751         * ext\jpeg\smokecodec.c:
11752           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11753         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11754           move first instruction after all variables declarations
11755         * gst\alpha\gstalpha.c:
11756         * gst\effectv\gstshagadelic.c:
11757         * gst\smpte\paint.c:
11758         * gst\videofilter\gstvideobalance.c:
11759           define M_PI if it's not defined (it's not defined on WIN32)
11760         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11761         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11762         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11763         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11764         (gst_matroska_demux_video_caps):
11765         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11766         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11767           use gst_guint64_to_gdouble for conversions
11768         * gst\goom\filters.c: (setPixelRGB_):
11769           fix a debug which was using undefined variable
11770         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11771         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11772           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11773         * win32/vs6:
11774           add vs6 projects files for most of plugins-good
11775         
11776 2006-03-30  j^  <j@bootlab.org>
11777
11778         * ext/aalib/gstaasink.c:
11779         * ext/annodex/gstcmmldec.c:
11780         * ext/annodex/gstcmmlenc.c:
11781         * ext/cairo/gsttextoverlay.c:
11782         * ext/cairo/gsttimeoverlay.c:
11783         * ext/cdio/gstcdiocddasrc.c:
11784         * ext/dv/gstdvdec.c:
11785         * ext/esd/esdmon.c:
11786         * ext/esd/esdsink.c:
11787         * ext/flac/gstflacdec.c:
11788         * ext/flac/gstflacenc.c:
11789         * ext/flac/gstflactag.c:
11790         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11791         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11792         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11793         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11794         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11795         * ext/gdk_pixbuf/pixbufscale.c:
11796         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11797         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11798         * ext/jpeg/gstjpegdec.c:
11799         * ext/jpeg/gstjpegenc.c:
11800         * ext/jpeg/gstsmokedec.c:
11801         * ext/jpeg/gstsmokeenc.c:
11802         * ext/libcaca/gstcacasink.c:
11803         * ext/libmng/gstmngdec.c:
11804         * ext/libmng/gstmngenc.c:
11805         * ext/libpng/gstpngdec.c:
11806         * ext/libpng/gstpngenc.c:
11807         * ext/mikmod/gstmikmod.c:
11808         * ext/raw1394/gstdv1394src.c:
11809         * ext/shout2/gstshout2.c:
11810         * ext/speex/gstspeexdec.c:
11811         * ext/speex/gstspeexenc.c:
11812         * gst/alpha/gstalpha.c:
11813         * gst/alpha/gstalphacolor.c:
11814         * gst/auparse/gstauparse.c:
11815         * gst/autodetect/gstautoaudiosink.c:
11816         (gst_auto_audio_sink_base_init):
11817         * gst/autodetect/gstautovideosink.c:
11818         (gst_auto_video_sink_base_init):
11819         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11820         * gst/cutter/gstcutter.c:
11821         * gst/debug/breakmydata.c:
11822         * gst/debug/efence.c:
11823         * gst/debug/gstnavigationtest.c:
11824         * gst/debug/negotiation.c:
11825         * gst/debug/progressreport.c:
11826         * gst/debug/testplugin.c:
11827         * gst/effectv/gstaging.c:
11828         * gst/effectv/gstdice.c:
11829         * gst/effectv/gstedge.c:
11830         * gst/effectv/gstquark.c:
11831         * gst/effectv/gstrev.c:
11832         * gst/effectv/gstvertigo.c:
11833         * gst/effectv/gstwarp.c:
11834         * gst/flx/gstflxdec.c:
11835         * gst/goom/gstgoom.c:
11836         * gst/interleave/deinterleave.c:
11837         * gst/interleave/interleave.c:
11838         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11839         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11840         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11841         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11842         * gst/level/gstlevel.c:
11843         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11844         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11845         * gst/median/gstmedian.c:
11846         * gst/monoscope/gstmonoscope.c:
11847         * gst/multipart/multipartdemux.c:
11848         * gst/multipart/multipartmux.c:
11849         * gst/oldcore/gstmd5sink.c:
11850         * gst/oldcore/gstmultifilesrc.c:
11851         * gst/oldcore/gstpipefilter.c:
11852         * gst/oldcore/gstshaper.c:
11853         * gst/oldcore/gststatistics.c:
11854         * gst/rtp/gstasteriskh263.c:
11855         * gst/rtp/gstrtpL16depay.c:
11856         * gst/rtp/gstrtpL16pay.c:
11857         * gst/rtp/gstrtpamrdepay.c:
11858         * gst/rtp/gstrtpamrpay.c:
11859         * gst/rtp/gstrtpdepay.c:
11860         * gst/rtp/gstrtpgsmpay.c:
11861         * gst/rtp/gstrtph263pay.c:
11862         * gst/rtp/gstrtph263pdepay.c:
11863         * gst/rtp/gstrtph263ppay.c:
11864         * gst/rtp/gstrtpmp4gpay.c:
11865         * gst/rtp/gstrtpmp4vdepay.c:
11866         * gst/rtp/gstrtpmp4vpay.c:
11867         * gst/rtp/gstrtpmpadepay.c:
11868         * gst/rtp/gstrtpmpapay.c:
11869         * gst/rtp/gstrtppcmadepay.c:
11870         * gst/rtp/gstrtppcmapay.c:
11871         * gst/rtp/gstrtppcmudepay.c:
11872         * gst/rtp/gstrtppcmupay.c:
11873         * gst/rtp/gstrtpspeexdepay.c:
11874         * gst/rtp/gstrtpspeexpay.c:
11875         * gst/rtsp/gstrtpdec.c:
11876         * gst/smpte/gstsmpte.c:
11877         * gst/videobox/gstvideobox.c:
11878         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11879         * gst/videofilter/gstvideobalance.c:
11880         * gst/videofilter/gstvideoflip.c:
11881         * gst/videofilter/gstvideotemplate.c:
11882         (gst_videotemplate_base_init):
11883         * gst/videomixer/videomixer.c:
11884         * gst/wavenc/gstwavenc.c:
11885         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11886          better/unified long descriptions
11887          Fixed #336602
11888          Some cleanups to auparse, don't send multiple newsegments.
11889
11890 2006-03-29  Wim Taymans  <wim@fluendo.com>
11891
11892         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11893
11894         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11895         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11896         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11897         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11898         * ext/dv/gstdvdemux.h:
11899         Seek in READY patch. Only works for pull based mode.
11900         Fixes #323880
11901
11902 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11903
11904         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11905         (gst_gdk_pixbuf_event):
11906           Fix two crashers: don't unref the same caps twice, and
11907           set pixbuf loader to NULL after freeing it.
11908
11909 2006-03-27  Wim Taymans  <wim@fluendo.com>
11910
11911         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11912         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11913         (gst_speexenc_chain):
11914         * ext/speex/gstspeexenc.h:
11915         Don't leak adapter.
11916         A push *always* takes ownership of the buffer, even on
11917         errors.
11918         Small cleanups.
11919
11920 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11921
11922         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11923           Create source pad without leaking.
11924
11925 2006-03-24  Wim Taymans  <wim@fluendo.com>
11926
11927         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11928         * ext/flac/gstflacdec.h:
11929         * ext/flac/gstflacenc.h:
11930         Spifify a bit.
11931         Fix deadly lock order error in seeking code, STREAM_LOCK
11932         cannot be taken within LOCK and the streaming variables are
11933         protected with the STREAM_LOCK anyway.
11934
11935 2006-03-24  Wim Taymans  <wim@fluendo.com>
11936
11937         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11938         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11939         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11940         this patch combines the global init_frames with the stream
11941         init_frames. Rationale being that the global delay should 
11942         be subtracted from any stream delay.
11943         Fixes #335858.
11944
11945 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11946
11947         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11948         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11949         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11950         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11951         use DEBUG_FUNCPTR for collectpads
11952
11953 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11954
11955         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11956           Don't crash when encoding images where the number of rows isn't
11957           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11958
11959 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11962         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11963         * gst/interleave/interleave.c: (interleave_change_state):
11964         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11965           More state change function fixes.
11966
11967 2006-03-23  Wim Taymans  <wim@fluendo.com>
11968
11969         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11970         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11971         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11972         (gst_esdsink_delay), (gst_esdsink_reset):
11973         * ext/esd/esdsink.h:
11974         Fix esd choppy playback by configuring audiosink
11975         correctly. Fixes #325191
11976
11977 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
11980           Make state change function thread-safe.
11981
11982 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11983
11984         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
11985         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
11986           Don't try to read beyond the end of the file just because
11987           the header claims a bigger size (like with truncated files).
11988
11989 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
11992         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
11993         (gst_wavparse_stream_data), (gst_wavparse_loop):
11994         * gst/wavparse/gstwavparse.h:
11995           Delay source pad creation until we have the first chunk of
11996           media data, so the we can examine the data and adjust the
11997           caps accordingly if required. This makes playback of .wav
11998           files with DTS-declared-as-PCM content work (#313266).
11999
12000 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12001
12002         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12003         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12004         Don't attempt typefinding on too-short buffers that have been
12005         completely trimmed away. (Fixes #330239)
12006
12007         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12008         Improve the debug output
12009
12010 2006-03-21  Wim Taymans  <wim@fluendo.com>
12011
12012         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12013         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12014         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12015         (gst_esdsink_set_property), (gst_esdsink_get_property):
12016         Some cleanups.
12017         Reset fd to -1 when we close them.
12018
12019 2006-03-21  Wim Taymans  <wim@fluendo.com>
12020
12021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12022         the OPTIONS request result is optional so don't
12023         fail on it.
12024
12025 2006-03-21  Edward Hervey  <edward@fluendo.com>
12026
12027         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12028         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12029         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12030         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12031         (gst_wavparse_change_state):
12032         gcc 4.1 unreferenced pointer fixes.
12033
12034 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12037
12038         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12039           Fix block alignment calculation. Alignment should be done before
12040           adding the byte offset where the data starts (#335231).
12041
12042 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12043
12044         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12045           Ensure that we set correct caps on buffers that are transferred
12046           direct from the input.
12047
12048 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12049
12050         * gst/goom/filters.c: (zoomFilterDestroy):
12051         * gst/goom/goom_core.c: (goom_close):
12052           Free filter data when cleaning up. (Fixes: #334995)
12053
12054 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * configure.ac:
12057           Don't compile udp and rtsp plugins on win32 (mingw) or other
12058           systems that don't have <sys/socket.h> for some reason (#316203).
12059
12060 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12061
12062         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12063         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12064         * ext/raw1394/gstdv1394src.h:
12065           Change bus reset handler so it reports useful information such as
12066           whether the device being used connected or disconnected
12067
12068 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * gst/id3demux/id3v2frames.c:
12071         (parse_relative_volume_adjustment_two):
12072           We only care about gain and peak data for the master volume.
12073
12074 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12077         (parse_id_string), (parse_unique_file_identifier),
12078         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12079           Read replay gain tags (#323721).
12080
12081 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12082
12083         * configure.ac:
12084           Bump requirements to gst-plugins-base CVS because
12085           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12086
12087 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12088
12089         * rtp/gst/gstrtppcmadepay.c:
12090         Fixed one of the caps in the code from mulaw to alaw.
12091
12092 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12093
12094         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12095           Ensure that we set caps on the buffers we pass.
12096
12097         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12098         (gst_id3demux_sink_activate):
12099           Ensure that we set caps on the buffers we pass.
12100
12101           Use STREAM, TYPE_NOT_FOUND as the error class when
12102           typefinding fails.
12103
12104 2006-03-15  Edward Hervey  <edward@fluendo.com>
12105
12106         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12107         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12108         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12109         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12110         (gst_jpeg_dec_setcaps):
12111         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12112         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12113         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12114         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12115         (gst_mngdec_src_getcaps):
12116         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12117         (gst_pngdec_caps_create_and_set):
12118         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12119         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12120         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12121         * gst/alpha/gstalpha.c: (gst_alpha_init):
12122         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12123         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12124         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12125         * gst/cutter/gstcutter.c: (gst_cutter_init):
12126         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12127         (gst_efence_checkgetrange):
12128         * gst/debug/negotiation.c: (gst_negotiation_init):
12129         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12130         * gst/goom/gstgoom.c: (gst_goom_init):
12131         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12132         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12133         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12134         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12135         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12136         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12137         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12138         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12139         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12140         (gst_wavparse_create_sourcepad):
12141         Fix memleak with gst_static_pad_template_get().
12142         This uses gst_pad_new_from_static_template() instead.
12143         Fixes #333512
12144
12145 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * configure.ac:
12148           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12149           used by id3demux.
12150
12151         * gst/id3demux/gstid3demux.c: (plugin_init):
12152         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12153         (parse_user_text_identification_frame),
12154         (parse_unique_file_identifier):
12155           Add support for UFID and TXXX frames and extract musicbrainz tags.
12156
12157 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12160           Catch short reads, like they might happen with truncated
12161           files (see #305279); remove unnecessary indentation.
12162
12163 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12166           Fix DIB image inversion for pictures with a
12167           depth != 8 (#305279).
12168
12169 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12172         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12173         * ext/jpeg/gstjpegdec.h:
12174           Fix durations on outgoing buffers after seeking
12175           in MJPEG files (#334083); some minor clean-ups.
12176
12177 2006-03-13  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12180         (gst_wavparse_change_state):
12181         Implement seek in READY (re-fixes #327658)
12182
12183 2006-03-13  Wim Taymans  <wim@fluendo.com>
12184
12185         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12186         * ext/esd/esdmon.c: (gst_esdmon_get):
12187         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12188         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12189         (gst_gdk_pixbuf_sink_getcaps):
12190         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12191         (gst_jpegenc_setcaps):
12192         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12193         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12194         (gst_smokeenc_setcaps):
12195         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12196         (gst_mngdec_src_getcaps):
12197         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12198         (gst_mngenc_chain):
12199         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12200         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12201         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12202         (speex_dec_src_event), (speex_dec_chain):
12203         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12204         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12205         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12206         (gst_negotiation_pad_link), (gst_negotiation_chain):
12207         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12208         (gst_flxdec_chain):
12209         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12210         (deinterleave_chain):
12211         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12212         * gst/median/gstmedian.c: (gst_median_link):
12213         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12214         (gst_monoscope_chain):
12215         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12216         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12217         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12218         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12219         close #333784 unref the result of gst_pad_get_parent()
12220         by: Christophe Fergeau.
12221
12222 2006-03-09  Wim Taymans  <wim@fluendo.com>
12223
12224         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12225         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12226         Handle events in push mode better, can now do non-flushing
12227         seeks in push mode as well.
12228
12229 2006-03-07  Wim Taymans  <wim@fluendo.com>
12230
12231         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12232         Applied patch from Kai Vehmanen, fixes #333624.
12233
12234 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12235
12236         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12237         Implement paletted and grayscale png files handling.
12238         (#150363).
12239
12240 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12241
12242         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12243         (gst_speexenc_chain):
12244           fix a tag list assert
12245           follow gst-plugins-base/ext/ogg/README; set OFFSET
12246           and OFFSET_END.  Muxes correctly with gst-plugins-base
12247           > 0.9.3
12248
12249 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12250
12251         * gst/id3demux/Makefile.am:
12252         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12253         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12254           Use new typefind helper functions here as well, and
12255           do typefinding in pull-mode if upstream supports that.
12256
12257 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12258
12259         * sys/sunaudio/gstsunaudiomixerctrl.c:
12260         (gst_sunaudiomixer_ctrl_get_volume),
12261         (gst_sunaudiomixer_ctrl_set_volume):
12262         * sys/sunaudio/gstsunaudiomixertrack.c:
12263         (gst_sunaudiomixer_track_new):
12264           Remove unused variables, breaks build from CVS
12265           with -Werror (#333392, patch by: Benjamin Pineau)
12266
12267 2006-03-03  Wim Taymans  <wim@fluendo.com>
12268
12269         * docs/plugins/Makefile.am:
12270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12271         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12272         Added wavparse docs.
12273
12274         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12275         (gst_wavparse_reset), (gst_wavparse_init),
12276         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12277         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12278         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12279         (gst_wavparse_stream_data), (gst_wavparse_loop),
12280         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12281         (gst_wavparse_change_state):
12282         * gst/wavparse/gstwavparse.h:
12283         Implement seek in READY (fixes #327658)
12284         Added docs and did some cleanups.
12285
12286 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12287
12288         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12289         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12290         (gst_avi_demux_calculate_durations_from_index),
12291         (gst_avi_demux_stream_header):
12292         * gst/avi/gstavidemux.h:
12293           If we have an index, use a duration based on the index instead
12294           of blindly trusting the information in the stream headers
12295           (fixes #331817).
12296
12297 2006-03-03  Wim Taymans  <wim@fluendo.com>
12298
12299         * docs/plugins/Makefile.am:
12300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12302         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12303         Added smoke and jpeg to the docs.
12304
12305         * ext/jpeg/Makefile.am:
12306         * ext/jpeg/gstjpeg.c: (plugin_init):
12307         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12308         * ext/jpeg/gstjpegenc.h:
12309         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12310         (gst_smokedec_chain):
12311         * ext/jpeg/gstsmokedec.h:
12312         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12313         * ext/jpeg/gstsmokeenc.h:
12314         * ext/jpeg/smokecodec.h:
12315         Port smokedec (fixes #331905).
12316         Added some docs.
12317         Some cleanups.
12318
12319 2006-03-03  Wim Taymans  <wim@fluendo.com>
12320
12321         * docs/plugins/Makefile.am:
12322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12323         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12324         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12325         Added videobalance and videoflip to the docs.
12326
12327         * gst/videofilter/Makefile.am:
12328         * gst/videofilter/gstvideobalance.c:
12329         (gst_video_balance_update_tables_planar411),
12330         (gst_video_balance_is_passthrough),
12331         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12332         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12333         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12334         (gst_video_balance_finalize), (gst_video_balance_class_init),
12335         (gst_video_balance_init), (gst_video_balance_interface_supported),
12336         (gst_video_balance_interface_init),
12337         (gst_video_balance_colorbalance_list_channels),
12338         (gst_video_balance_colorbalance_set_value),
12339         (gst_video_balance_colorbalance_get_value),
12340         (gst_video_balance_colorbalance_init),
12341         (gst_video_balance_set_property), (gst_video_balance_get_property),
12342         (gst_video_balance_get_type), (plugin_init):
12343         * gst/videofilter/gstvideobalance.h:
12344         Ported to 0.10. (Fixes #326160)
12345         Added docs.
12346
12347         * gst/videofilter/gstvideoflip.c:
12348         * gst/videofilter/gstvideoflip.h:
12349         Added docs.
12350
12351 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12352
12353         * configure.ac:
12354           Bump requirements to current core and -base CVS
12355           (core for new typefind helper API, and -base for the
12356           WAVFORMATEX support that was added to libgstriff and
12357           is needed by wavparse).
12358         
12359         * gst/apetag/Makefile.am:
12360         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12361         (gst_tag_demux_sink_activate):
12362           Use new typefind helpers for typefinding instead of our
12363           home-grown stuff; also, do typefinding in pull-mode if
12364           upstream supports that.
12365
12366 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12367
12368         Reviewed by: Christian Schaller <christian@fluendo.com>
12369
12370         This patch fixes bug: 329107
12371
12372         This Changelog entry is for a commit done on February 17
12373
12374         * ext/gconf/gconf.c
12375         * ext/gconf/gconf.h
12376         * ext/gconf/gstgconfaudiosink.c
12377         * ext/gconf/gstgconfaudiosink.h
12378         * gconf/gstreamer.schemas.in
12379
12380 2006-02-28  Wim Taymans  <wim@fluendo.com>
12381
12382         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12383         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12384         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12385         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12386         Use DEBUG_OBJECT more.
12387
12388 2006-02-28  Wim Taymans  <wim@fluendo.com>
12389
12390         * docs/plugins/Makefile.am:
12391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12393         Added dvdec and dvdemux to docs.
12394
12395         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12396         Added docs.
12397         Check frame sizes so we don't crash when don't have enough
12398         data.
12399         Send nice error messages on error.
12400
12401         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12402         (gst_dvdemux_class_init), (gst_dvdemux_init),
12403         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12404         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12405         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12406         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12407         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12408         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12409         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12410         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12411         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12412         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12413         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12414         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12415         * ext/dv/gstdvdemux.h:
12416         Added docs.
12417         Implement pull mode.
12418         Fix memleaks.
12419         Reduce memcpy for the video demuxing.
12420
12421 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12422
12423         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12424         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12425         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12426         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12427           Add a little extra debug. Make the decoder not return NOT_LINKED,
12428           as we want to continue decoding all CMML and emitting tags.
12429
12430 2006-02-27  Michael Smith  <msmith@fluendo.com>
12431
12432         * ext/annodex/gstskeltag.c:
12433         * ext/annodex/gstskeltag.h:
12434           Deleted; these files aren't used any more either.
12435
12436 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12437
12438         * ext/Makefile.am: Fix dist-check.
12439
12440 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12441
12442         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12443         memleak.
12444
12445 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12446
12447         * ext/annodex/Makefile.am:
12448         * ext/annodex/gstannodex.c:
12449         * ext/annodex/gstcmmldec.c:
12450         * ext/annodex/gstcmmlenc.c:
12451         * ext/annodex/gstcmmlparser.c:
12452         * ext/annodex/gstcmmlparser.h:
12453         * ext/annodex/gstcmmlutils.c:
12454         * tests/check/elements/cmmldec.c:
12455         * tests/check/elements/cmmlenc.c:
12456           Fix a memleak in gst_cmml_track_list_add_clip.
12457           Handle overflows in clip's start and end times.
12458           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12459           Do not parse junk at the end of a CMML preamble buffer.
12460           Register a libxml error handler to not print stuff on stderr.
12461           Check for bad clip start and end times in the testsuites.
12462
12463 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12464
12465         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12466         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12467         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12468         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12469         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12470         possible memleaks.
12471
12472 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12473
12474         * tests/check/Makefile.am:
12475         * tests/check/elements/cmmldec.c:
12476         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12477         the plugins-base tags.
12478
12479 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12480
12481         * ext/Makefile.am: Re-enable module.
12482
12483 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12484
12485         * tests/check/Makefile.am: Forgot to remove that test.
12486
12487 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12488
12489         * ext/annodex/Makefile.am:
12490         * ext/annodex/gstannodex.c: (plugin_init):
12491         * ext/annodex/gstcmmldec.c:
12492         * ext/annodex/gstskeldec.c:
12493         * ext/annodex/gstskeldec.h:
12494         * tests/check/Makefile.am:
12495         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12496
12497 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12498
12499         * tests/check/Makefile.am: Disable those checks as well.
12500
12501 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12502
12503         * ext/Makefile.am: Disable annodex for now until we figure out
12504         how to make it build.
12505         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12506         Add a rule to your checklist : "please try to at least build 
12507         what you are going to commit into -good, or if you are too lazy
12508         to do that, please check that the buildbots are not crying because
12509         of your commit."
12510
12511 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12512
12513         * configure.ac:
12514         * ext/Makefile.am:
12515         * ext/gdk_pixbuf/Makefile.am:
12516         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12517         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12518         * ext/gdk_pixbuf/pixbufscale.c:
12519         * ext/gdk_pixbuf/pixbufscale.h:
12520           Gdkpixbuf ported from 0.8 to 0.10 by
12521           Renato Filho <renato.filho@indt.org.br>.
12522           gst_loader and gdkpixbufanimation still need port.
12523
12524 2006-02-24  Michael Smith  <msmith@fluendo.com>
12525
12526         * configure.ac:
12527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12528         * ext/Makefile.am:
12529         * ext/annodex/Makefile.am:
12530         * ext/annodex/gstannodex.c:
12531         * ext/annodex/gstannodex.h:
12532         * ext/annodex/gstcmmldec.c:
12533         * ext/annodex/gstcmmldec.h:
12534         * ext/annodex/gstcmmlenc.c:
12535         * ext/annodex/gstcmmlenc.h:
12536         * ext/annodex/gstcmmlparser.c:
12537         * ext/annodex/gstcmmlparser.h:
12538         * ext/annodex/gstcmmltag.c:
12539         * ext/annodex/gstcmmltag.h:
12540         * ext/annodex/gstcmmlutils.c:
12541         * ext/annodex/gstcmmlutils.h:
12542         * ext/annodex/gstskeldec.c:
12543         * ext/annodex/gstskeldec.h:
12544         * ext/annodex/gstskeltag.c:
12545         * ext/annodex/gstskeltag.h:
12546         * tests/check/Makefile.am:
12547         * tests/check/elements/cmmldec.c:
12548         * tests/check/elements/cmmlenc.c:
12549         * tests/check/elements/skeldec.c:
12550           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12551           Includes tests & docs, oh my! Passes Thomas's -good checklist
12552           entirely. Wow.
12553
12554 2006-02-24  Michael Smith  <msmith@fluendo.com>
12555
12556         * autogen.sh:
12557           Check for automake 1.9 as well.
12558
12559 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12560
12561         * ext/flac/gstflacenc.c:
12562           Change min. sample rate to 8kHz to match flacdec's.
12563           
12564 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12565
12566         * ext/cdio/Makefile.am:
12567           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12568           required for Cygwin, see #317048)
12569
12570         * gst/rtp/gstasteriskh263.c:
12571           Cygwin has includes for both the unix network socket API
12572           and the windows API, but only one can be included, so fix
12573           includes to only use one or the other, prefering the unxi
12574           one (#317048).
12575
12576 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12577
12578         * rtp/gst/gstrtppcmadepay.c:
12579         * rtp/gst/gstrtppcmadepay.h:
12580         * rtp/gst/gstgstrtppcmapay.c:
12581         * rtp/gst/gstgstrtppcmapay.h:
12582         * rtp/gst/gstrtppcmudepay.c:
12583         * rtp/gst/gstrtppcmudepay.h:
12584         * rtp/gst/gstrtppcmupay.c:
12585         * rtp/gst/gstrtppcmupay.h:
12586         * rtp/gst/Makefile.am:
12587         * rtp/gst/gstrtp.c:
12588         * rtp/gst/README:
12589         Separated the G711 payloaders/depayloaders into separate elements for
12590         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12591
12592 2006-02-22  Wim Taymans  <wim@fluendo.com>
12593
12594         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12595         (gst_dvdec_change_state):
12596         * ext/dv/gstdvdec.h:
12597         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12598         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12599         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12600         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12601         (gst_dvdemux_flush), (gst_dvdemux_chain),
12602         (gst_dvdemux_change_state):
12603         * ext/dv/gstdvdemux.h:
12604         Ueber spiffify some more, added debug category.
12605         Use _scale.
12606         Use segments, respect playback rate from newsegment.
12607         Fix refcount issue.
12608
12609 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12610
12611         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12612         (gst_signal_processor_process):
12613         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12614         enabled for the build, but it helps me win the feature-count
12615         competitions ooh yeah.
12616
12617 2006-02-19  Wim Taymans  <wim@fluendo.com>
12618
12619         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12620         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12621         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12622         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12623         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12624         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12625         Use scaling code for added precission and more correct stop
12626         position in case scale==0.
12627
12628 2006-02-19  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12631         (gst_flxdec_chain):
12632         * gst/flx/gstflxdec.h:
12633         Implement DURATION query.
12634
12635 2006-02-19  Wim Taymans  <wim@fluendo.com>
12636
12637         * gst/flx/flx_color.h:
12638         * gst/flx/flx_fmt.h:
12639         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12640         (gst_flxdec_src_query_handler), (flx_decode_color),
12641         (gst_flxdec_chain):
12642         * gst/flx/gstflxdec.h:
12643         Set MALLOCDATA for the temp buffers so we don't leak.
12644         Some debug cleanups.
12645         Consume all data in the adapter before leaving the chain
12646         function. Fixes #330678.
12647
12648 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12649
12650         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12651         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12652          Handle 0 data size in otherwise valid frames.
12653          Handle numeric strings in 2.4.0 even when not in parentheses 
12654
12655 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12656
12657         * gst/matroska/matroska-demux.c:
12658         (gst_matroska_demux_subtitle_caps),
12659         (gst_matroska_demux_plugin_init):
12660         * gst/matroska/matroska-ids.h:
12661           Recognise SSA/ASS and USF subtitle formats and
12662           set proper caps when they are found.
12663
12664 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12665
12666         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12667         (gst_jpeg_dec_chain):
12668           Fix invalid memory access for some odd-sized images
12669           (see image contained in quicktime stream in #327083);
12670           use g_malloc() instead of g_alloca().
12671
12672 2006-02-17  Wim Taymans  <wim@fluendo.com>
12673
12674         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12675         Patch from Sebastien Cote, fixes #319884
12676
12677 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         * ext/cdio/gstcdio.c: (plugin_init):
12680           Init debug category (#331253).
12681
12682 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12685           Pass extra_data to gst_riff_create_audio_caps(), so that
12686           WAVEFORMATEX stuff works. Post audio codec name and post
12687           it as taglist on the bus. Allow up to 8 channesl for raw
12688           PCM in the source pad template caps.
12689
12690 2006-02-16  Wim Taymans  <wim@fluendo.com>
12691
12692         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12693         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12694         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12695         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12696         (gst_multipart_set_property), (gst_multipart_get_property):
12697         Applied #318663. Gives quite a few false positives in
12698         autoscan mode, but it's better than nothing. Not closing yet.
12699
12700 2006-02-16  Wim Taymans  <wim@fluendo.com>
12701
12702         * docs/plugins/Makefile.am:
12703         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12704         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12705         * docs/plugins/gst-plugins-good-plugins.args:
12706         * docs/plugins/inspect/plugin-udp.xml:
12707         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12708         (gst_udpsrc_start):
12709         Update documentation.
12710         Fix args.
12711
12712 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12713
12714         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12715         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12716         frame size. (Fixes #331368)
12717
12718 2006-02-16  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/rtsp/README:
12721         Updated README.
12722
12723         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12724         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12725         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12726         * gst/rtsp/gstrtspsrc.h:
12727         Make sure the RTP port is an even port an try to allocate 
12728         another if not.
12729         Added retry property to control max retries for port allocation.
12730         Make sure RTCP port is RTP port+1.
12731         Cleanup when port allocation fails.
12732         Fixes #319183.
12733         
12734 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12735
12736         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12737           Don't ignore return value of the parent class's state
12738           change function (#331385, patch by: Wouter Paesen).
12739
12740 2006-02-15  Wim Taymans  <wim@fluendo.com>
12741
12742         * configure.ac:
12743         * docs/plugins/Makefile.am:
12744         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12745         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12746         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12747         * ext/Makefile.am:
12748         * ext/hal/Makefile.am:
12749         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12750         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12751         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12752         (do_toggle_element), (gst_hal_audio_sink_set_property),
12753         (gst_hal_audio_sink_get_property),
12754         (gst_hal_audio_sink_change_state):
12755         * ext/hal/gsthalaudiosink.h:
12756         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12757         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12758         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12759         (do_toggle_element), (gst_hal_audio_src_set_property),
12760         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12761         * ext/hal/gsthalaudiosrc.h:
12762         * ext/hal/gsthalelements.c: (plugin_init):
12763         * ext/hal/gsthalelements.h:
12764         * ext/hal/hal.c: (gst_hal_get_string),
12765         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12766         (gst_hal_get_audio_src):
12767         * ext/hal/hal.h:
12768         Add HAL sound device wrapper plugins. Closes #329106
12769
12770 2006-02-15  Wim Taymans  <wim@fluendo.com>
12771
12772         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12773         Add comment in a fultile attempt to stop the copy-and-paste 
12774         paradigm leading to duplication of bad code.
12775
12776         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12777         Mime parameters have to be checked case insensitive
12778
12779 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12780
12781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12782           Advance stream time for lagging subtitle streams by sending
12783           newsegment events with the update flag set.
12784
12785 2006-02-14  Edward Hervey  <edward@fluendo.com>
12786
12787         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12788         There can be bogus data before the hdrl LIST tag in the RIFF header.
12789         It's hard to say if it's not respecting the AVI specifications or not,
12790         but since Google Video is producing AVIs like that and the other player
12791         don't seem to complain, I guess we should do the same.
12792
12793 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12794
12795         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12796         (parse_split_strings):
12797         Add more validation to ensure that a char encoding conversion
12798         produced a valid UTF-8 string.
12799
12800 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12801
12802         Reviewed by: Edward Hervey  <edward@fluendo.com>
12803
12804         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12805         Properly handle end of segment. Closes #330885.
12806
12807 2006-02-13  Wim Taymans  <wim@fluendo.com>
12808
12809         * gst/rtp/gstrtpmp4gpay.h:
12810         For got to commit this one.
12811
12812 2006-02-12  Wim Taymans  <wim@fluendo.com>
12813
12814         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12815         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12816         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12817         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12818         * gst/rtp/gstrtpmp4gpay.h:
12819         Make more things work.
12820         Handle ACC config strings.
12821
12822 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12823
12824         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12825           set timestamps if no incoming timestamps set
12826
12827 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12828
12829         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12830         (gst_tag_demux_do_typefind):
12831           ... and fix the very same leaks in GstTagDemux.
12832
12833 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12834
12835         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12836         (gst_id3demux_do_typefind):
12837         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12838         <jonathan at kaolin dot wh9 dot net>)
12839
12840 2006-02-10  Wim Taymans  <wim@fluendo.com>
12841
12842         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12843         First set options, then set caps or else the baseclass
12844         will not know about the options, duh.
12845
12846 2006-02-10  Wim Taymans  <wim@fluendo.com>
12847
12848         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12849         (gst_rtp_mp4v_pay_setcaps):
12850         Don't waste time looking for a config string if we have codec_info
12851         on the incomming caps.
12852
12853 2006-02-10  Wim Taymans  <wim@fluendo.com>
12854
12855         * gst/rtp/README:
12856         Say something about case-sensitivity of caps vs mime-attributes.
12857
12858         * gst/rtp/Makefile.am:
12859         * gst/rtp/gstrtp.c: (plugin_init):
12860         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12861         (gst_rtp_amr_pay_handle_buffer):
12862         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12863         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12864         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12865         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12866         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12867         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12868         (gst_rtp_mp4g_pay_plugin_init):
12869         * gst/rtp/gstrtpmp4gpay.h:
12870         Added beginnings of mpeg4-generic payloader (RFC 3640)
12871
12872 2006-02-09  Wim Taymans  <wim@fluendo.com>
12873
12874         * gst/rtsp/Makefile.am:
12875         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12876         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12877         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12878         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12879         (gst_rtpdec_change_state):
12880         * gst/rtsp/gstrtpdec.h:
12881         * gst/rtsp/gstrtsp.c: (plugin_init):
12882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12883         * gst/rtsp/rtspconnection.c: (read_body),
12884         (rtsp_connection_receive):
12885         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12886         Resurected rtpdec to make rtspsrc happy again.
12887         Skip attributes from the session id.
12888         Don't crash when dumping a message with an empty body.
12889
12890
12891 2006-02-09  Wim Taymans  <wim@fluendo.com>
12892
12893         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12894         Added more meaningfull warnings when something goes wrong.
12895         Clear F bit on outgoing AMR packets.
12896
12897         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12898         (gst_rtp_amr_pay_handle_buffer):
12899         Added debugging category
12900         Support payloading of multiple AMR frames.
12901
12902         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12903         Added some debugging.
12904
12905 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12906
12907         * configure.ac:
12908           Back to CVS
12909
12910 === release 0.10.2 ===
12911
12912 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12913
12914         * configure.ac:
12915           releasing 0.10.2, "Papa was a rolling stone"
12916
12917 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12918
12919         * configure.ac:
12920           Bump core and plugins-base requirement to 0.10.2.2
12921           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12922
12923 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12924
12925         * ext/flac/gstflac.c: (plugin_init):
12926         * ext/speex/gstspeex.c: (plugin_init):
12927           Register musicbrainz tags.
12928
12929 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * ext/gconf/gconf.h:
12932           Remove declaration of function that no longer exists.
12933
12934 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12935
12936         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12937         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12938         Make shout2 work for non ogg streams
12939
12940 2006-02-06  Wim Taymans  <wim@fluendo.com>
12941
12942         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12943         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12944         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12945         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12946         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12947         * gst/udp/gstmultiudpsink.h:
12948         Updated docs.
12949         Added properties bytes-served, bytes_to_serve.
12950         Post proper error messages,
12951         Emit client added signal too.
12952
12953 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12954
12955         * docs/plugins/Makefile.am:
12956         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12957         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12958         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12959         (gst_multiudpsink_get_stats):
12960           adding docs for multiudpsink
12961
12962 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12963
12964         * gst/level/gstlevel.c: (gst_level_transform_ip):
12965           peak below decay is not necessarily an error, so don't ERROR log
12966
12967 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12968
12969         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12970         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12971         (gst_ebml_write_seek):
12972         * gst/matroska/ebml-write.h:
12973           Make sure we send a newsegment event in BYTES format
12974           before sending buffers (#328531).
12975
12976 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12977
12978         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
12979         (gst_dvdemux_sink_query):
12980         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
12981         * ext/speex/gstspeexdec.c: (speex_get_query_types),
12982         (speex_dec_src_query):
12983         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
12984         (gst_speexenc_sink_query):
12985         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12986         * gst/matroska/matroska-demux.c:
12987         (gst_matroska_demux_get_src_query_types),
12988         (gst_matroska_demux_handle_src_query):
12989         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
12990         (gst_wavparse_pad_query):
12991           Pass unhandled queries upstream instead of just dropping
12992           them (#326446). Update query type arrays here and there.
12993
12994 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12995
12996         * tests/check/elements/matroskamux.c: (setup_src_pad):
12997           Collectpads in core got changed and now also holds a
12998           reference to any pad that is part of it. Fix refcount
12999           checks in test case accordingly.
13000
13001 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13002
13003         * gst/apetag/gstapedemux.h:
13004           Fix include, for now GstTagDemux is in the apetag dir.
13005
13006 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13007
13008         * docs/plugins/Makefile.am:
13009         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13010         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13011         * docs/plugins/inspect/plugin-cdio.xml:
13012           Add cdio plugin to docs.
13013
13014         * ext/cdio/gstcdiocddasrc.c:
13015           Add gtk-doc blurb.
13016
13017         * ext/cdio/gstcdio.c:
13018           The plugin is called 'cdio' not 'cddio'.
13019
13020 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13021
13022         * configure.ac:
13023         * docs/plugins/Makefile.am:
13024         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13026         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13027         * docs/plugins/inspect/plugin-apetag.xml:
13028         * gst/apetag/Makefile.am:
13029         * gst/apetag/gstapedemux.c:
13030         * gst/apetag/gstapedemux.h:
13031         * gst/apetag/gsttagdemux.c:
13032         * gst/apetag/gsttagdemux.h:
13033           Add APE tag demuxer (#325649).
13034
13035 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13036
13037         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13038         (gst_gconf_get_default_video_sink),
13039         (gst_gconf_get_default_audio_src),
13040         (gst_gconf_get_default_video_src):
13041         * ext/gconf/gconf.h:
13042         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13043         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13044         (do_toggle_element):
13045         * ext/gconf/gstgconfaudiosink.h:
13046         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13047         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13048         (do_toggle_element):
13049         * ext/gconf/gstgconfaudiosrc.h:
13050         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13051         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13052         (do_toggle_element):
13053         * ext/gconf/gstgconfvideosink.h:
13054         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13055         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13056         (do_toggle_element):
13057         * ext/gconf/gstgconfvideosrc.h:
13058           Ignore changing the GConf key to "". Ignore GConf key updates
13059           that don't actually change the string.
13060           For now, ignore the GConf key when the state is > READY, as
13061           it breaks streaming. Sometime it will be nice to bring the
13062           new sink online even mid-stream, by sending NEWSEGMENT info
13063           and possibly prerolling.
13064           (Fixes #326736)
13065
13066 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13067
13068         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13069         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13070         (zoomFilterSetResolution), (zoomFilterDestroy),
13071         (zoomFilterFastRGB), (pointFilter):
13072         * gst/goom/filters.h:
13073         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13074         (goom_update), (goom_close):
13075         * gst/goom/goom_core.h:
13076         * gst/goom/goom_tools.h:
13077         * gst/goom/graphic.c:
13078         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13079         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13080         * gst/goom/gstgoom.h:
13081         * gst/goom/lines.c: (goom_lines):
13082         * gst/goom/lines.h:
13083           Make goom reentrant by moving all important static variables
13084           into instance structures.
13085           (Fixes #329181)
13086
13087 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13088
13089         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13090         (gst_avi_demux_all_source_pads_unlinked),
13091         (gst_avi_demux_process_next_entry):
13092         * gst/avi/gstavidemux.h:
13093           Third attempt, use gst_pad_is_linked() this time.
13094
13095 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13096
13097         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13098         (parse_split_strings):
13099         Adjust for data length indicators when parsing (Fixes #329810)
13100         Fix stupid bug parsing UTF-8 tag text.
13101         Output tag strings with multiple fields as multiple tags, so the
13102         app gets all the data.
13103
13104 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13105
13106         * ext/flac/gstflacenc.c:
13107         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13108         show me.
13109         
13110 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13111
13112         * ext/flac/gstflacenc.c:
13113         * gst/matroska/ebml-read.c:
13114         Just make it compile with --disable-gst-debug.
13115
13116 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13117
13118         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13119         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13120         (id3v2_genre_fields_to_taglist):
13121           Never output a tag with a null contents string.
13122
13123 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13124
13125         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13126           Only pause if all pads are unlinked AND we've tried to send data
13127           on all of them at least once.
13128
13129 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13132         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13133           Make loop function/task pause itself when all source pads are
13134           unlinked.
13135
13136 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13137
13138         * configure.ac:
13139         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13140           Use new functions from core to render a bin from a
13141           string. Fixes build. Up requirements to core CVS.
13142
13143 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13144
13145         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13146           Don't push buffers into the adapter that we are going to
13147           push downstream again without framing anyway. Also, the
13148           adaptor takes ownership of buffers put into it (fixes
13149           auparse pushing invalid buffers for .au files with
13150           ADPCM contents). Finally, set caps on all outgoing buffers.
13151
13152 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13153
13154         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13155         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13156         (gst_id3demux_send_tag_event):
13157         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13158         Someone should kick my butt. Remove ID3v1 tags from the end of the
13159         file.
13160
13161         Improve error messages. Send the TAG message as soon as we complete
13162         typefinding, instead of waiting until we send the first buffer.
13163         Downstream tag event is still sent before the first buffer.
13164
13165 2006-01-27  Jan Gerber  <j@bootlab.org>
13166
13167         Reviewed by: Andy Wingo <wingo@pobox.com>
13168
13169         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13170         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13171         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13172         to not have warings flooding stderr. this is the suggested way
13173         also used in dvgrab and kino. (#328336)
13174
13175 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13176
13177         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13178         (gst_oss_sink_init), (gst_oss_sink_finalise):
13179           Free the device name string when finalised.
13180
13181 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13182
13183         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13184           Don't put function calls in g_return_if_fail() statements,
13185           or they'll be replaced with NOOPs if someone compiles with
13186           G_DISABLE_CHECKS defined.
13187           
13188 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13189
13190         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13191         Never trust ANY information encoded in a media file, especially
13192         when it's giving you sizes. (Fixes #328452)
13193
13194 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13195
13196         * gst/rtp/gstrtpg711pay.c:
13197         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13198         bug #325148.
13199
13200 2006-01-23  Edward Hervey  <edward@fluendo.com>
13201
13202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13203         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13204         * gst/matroska/matroska-ids.h:
13205         Added recognition of Real Audio and Video streams in matroska demuxer.
13206
13207 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13208
13209         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13210           Remove errant break statement, and fix compilation with
13211           older GCC.
13212
13213 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13214
13215         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13216
13217         * sys/sunaudio/gstsunaudiomixerctrl.c:
13218         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13219           Export functions that are needed in other parts of the code,
13220           makes the mixer actually work; adjust magic minimum buffer-time
13221           value from 3ms to 5ms to work around stuttering during mp3
13222           playback (#327765).
13223
13224 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13225
13226         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13227
13228         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13229         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13230           Fix possible deadlock in matroska muxer (#327825).
13231
13232 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13233
13234         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13235         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13236         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13237         * gst/rtsp/sdpmessage.h:
13238         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13239         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13240           C89 fixes: declare variables at the beginning of a block and
13241           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13242           <jensgr at gmx dot net>).
13243
13244 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13245
13246         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13247         * gst/id3demux/id3tags.h:
13248         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13249         (parse_comment_frame), (parse_text_identification_frame),
13250         (id3v2_tag_to_taglist), (id3v2_are_digits),
13251         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13252         (parse_split_strings), (free_tag_strings):
13253           Rewrite parsing of text tags to handle multiple NULL terminated
13254           strings. Parse numeric genre strings and ID3v2 type
13255           "(3)(6)Alternative" style genre strings.
13256           Parse dates that are only YYYY or YYYY-mm format.
13257           (Fixes #328241 and #322154)
13258
13259 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13262           Don't forget to initialize liboil, otherwise our oil functions
13263           will crash (fixes #327871; patch by: Christoph Burghardt
13264           <hawkes at web dot de>).
13265
13266 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13267
13268         * configure.ac:
13269           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13270           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13271           patch by: Brian Cameron <brian dot cameron at sun dot com>
13272
13273 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13274
13275         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13276         * ext/cdio/gstcdio.h:
13277         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13278           Fix build for libcdio versions >= 76; give slightly lower rank
13279           than cdparanoia.
13280
13281 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13282
13283         * configure.ac:
13284         * ext/Makefile.am:
13285         * ext/cdio/Makefile.am:
13286         * ext/cdio/gstcdio.c:
13287         * ext/cdio/gstcdio.h:
13288         * ext/cdio/gstcdiocddasrc.c:
13289         * ext/cdio/gstcdiocddasrc.h:
13290           Port libcdio cdda source, formerly known as cddasrc, now known as
13291           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13292           but that's not tested (fixes #317658).
13293
13294 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13295
13296         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13297           Fix conversion from TIME to BYTES format (fixes #326864;
13298           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13299
13300 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13301
13302         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13303           Fix compilation of id3demux when zlib is not present.
13304           (Fixes #326602; patch by: Sergey Scobich)
13305
13306 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13307
13308         * ext/esd/Makefile.am:
13309           Add $(ESD_CFLAGS), otherwise build will fail for folks
13310           with libesd in a non-standard prefix (#327009).
13311
13312 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13313
13314         * configure.ac:
13315           back to HEAD
13316
13317 === release 0.10.1 ===
13318
13319 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13320
13321         * configure.ac:
13322           releasing 0.10.1, "Li"
13323
13324 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13325
13326           patch by: Wim Taymans
13327
13328         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13329           fix memleak.  Fixes #326618
13330
13331 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13332
13333           patch by: Mike Smith
13334
13335         * gst/level/gstlevel.c: (gst_level_message_new),
13336         (gst_level_message_append_channel):
13337           Fix memleak.  Fixes #326612
13338
13339 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13340
13341         * configure.ac:
13342           prereleasing
13343         * po/af.po:
13344         * po/az.po:
13345         * po/cs.po:
13346         * po/en_GB.po:
13347         * po/hu.po:
13348         * po/it.po:
13349         * po/nb.po:
13350         * po/nl.po:
13351         * po/or.po:
13352         * po/sq.po:
13353         * po/sr.po:
13354         * po/sv.po:
13355         * po/uk.po:
13356         * po/vi.po:
13357           update translations
13358
13359 2006-01-10  Michael Smith  <msmith@fluendo.com>
13360
13361         * gst/level/gstlevel.c: (gst_level_class_init),
13362         (gst_level_dispose):
13363           Don't leak filter arrays.
13364
13365 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13366
13367         reviewed by: Christian Schaller <uraeus@gnome.org>
13368         
13369         * configure.ac:
13370         * gst-plugins-good.spec.in:
13371         * sys/Makefile.am:
13372         * sys/sunaudio/Makefile.am:
13373         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13374         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13375         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13376         (gst_sunaudiomixer_change_state):
13377         * sys/sunaudio/gstsunaudiomixer.h:
13378         * sys/sunaudio/gstsunaudiomixerctrl.c:
13379         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13380         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13381         (gst_sunaudiomixer_ctrl_list_tracks),
13382         (gst_sunaudiomixer_ctrl_get_volume),
13383         (gst_sunaudiomixer_ctrl_set_volume),
13384         (gst_sunaudiomixer_ctrl_set_mute),
13385         (gst_sunaudiomixer_ctrl_set_record):
13386         * sys/sunaudio/gstsunaudiomixerctrl.h:
13387         * sys/sunaudio/gstsunaudiomixertrack.c:
13388         (gst_sunaudiomixer_track_class_init),
13389         (gst_sunaudiomixer_track_init), (fill_labels),
13390         (gst_sunaudiomixer_track_new):
13391         * sys/sunaudio/gstsunaudiomixertrack.h:
13392         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13393         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13394         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13395         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13396         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13397         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13398         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13399         * sys/sunaudio/gstsunaudiosink.h:
13400
13401         Add SunAudio plugin - tested to make sure it doesn't break
13402         the build under GNU/Linux.      
13403
13404 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13405
13406         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13407         * gst-plugins-good/gst/udp/gstudpsrc.c:
13408         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13409         overrides the port or multicast parameters. Fixes bugs #323021.
13410         API addition: adds GstUDPSrc::sockfd property   
13411
13412 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13413
13414         * ext/gconf/Makefile.am:
13415         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13416         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13417         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13418         (do_toggle_element), (cb_toggle_element),
13419         (gst_gconf_audio_src_change_state):
13420         * ext/gconf/gstgconfaudiosrc.h:
13421         * ext/gconf/gstgconfelements.c: (plugin_init):
13422         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13423         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13424         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13425         (do_toggle_element), (cb_toggle_element),
13426         (gst_gconf_video_src_change_state):
13427         * ext/gconf/gstgconfvideosrc.h:
13428           Add new gconfaudiosrc and gconfvideosrc elements
13429           (needed for gnome-sound-recorder).
13430
13431 2006-01-06  Edward Hervey  <edward@fluendo.com>
13432
13433         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13434         Add gst_element_no_more_pads() for proper decodebin behaviour.
13435         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13436         (parse_text_identification_frame), (parse_split_strings):
13437         Failure to decode some tags is not a GST_ERROR() but a
13438         GST_WARNING()
13439         When iterating over a chunk of text, check that we haven't gone too
13440         far.
13441
13442 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13443
13444         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13445         (plugin_init):
13446           call oil_init() when using liboil
13447
13448 2006-01-04  Wim Taymans  <wim@fluendo.com>
13449
13450         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13451         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13452         Fix leaks.
13453
13454 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13455
13456         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13459         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13460         (gst_flac_dec_change_state):
13461           Don't g_assert() where we should just return FALSE; remove
13462           unnecessary g_assert(); initialize some fields properly in
13463           state change function (fixes #325504). Also, use
13464           GST_DEBUG_OBJECT in two more places.
13465
13466 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13467
13468         * configure.ac:
13469           also remove smoothwave's Makefile.am
13470         * docs/plugins/Makefile.am:
13471           fix plugin docs
13472
13473 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13474
13475         * tests/examples/Makefile.am:
13476           added missing Makefile.am
13477
13478 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13479
13480         * configure.ac:
13481         * gst/level/Makefile.am:
13482         * gst/level/level-example.c:
13483         * tests/Makefile.am:
13484         * tests/examples/level/Makefile.am:
13485         * tests/examples/level/level-example.c: (message_handler), (main):
13486           moved level-example to tests/examples/level-example
13487         * tests/old/examples/level/demo.c: (main):
13488         * tests/old/examples/level/plot.c: (main):
13489           some initial fixes
13490
13491 2005-12-29  Michael Smith  <msmith@fluendo.com>
13492
13493         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13494         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13495         * gst/udp/gstmultiudpsink.h:
13496           Track packets sent per client in addition to bytes sent; provide
13497           this info through get-stats signal
13498
13499 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13500
13501         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13502           Can't use gst_object_unref() on a GstAdapter (#325191).
13503
13504 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13505
13506         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13507         If a broken tag has 0 bytes payload, at least still skip
13508         the 10 byte header
13509
13510 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13511
13512         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13513         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13514         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13515         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13516           Making these depayloaders (H263+ and mpeg4 video) inherit from
13517           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13518
13519 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13520
13521         * docs/plugins/gst-plugins-good-plugins.args:
13522         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13523         Regenerate the plugin hiearchy.
13524
13525 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13526
13527         * docs/plugins/Makefile.am:
13528         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13529         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13530         * docs/plugins/gst-plugins-good-plugins.args:
13531         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13532         (gst_id3demux_base_init), (gst_id3demux_class_init),
13533         (gst_id3demux_chain):
13534         * gst/id3demux/gstid3demux.h:
13535           Add documentation for id3demux.
13536           Don't fail if the first buffer is not at offset 0, just
13537           attempt to typefind and do pass through
13538           Rename the gst_type function from gst_gst_id3demux..
13539
13540 2005-12-20  Michael Smith  <msmith@fluendo.com>
13541
13542         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13543         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13544         (gst_multiudpsink_get_stats):
13545         * gst/udp/gstmultiudpsink.h:
13546           Collect statistics; return them from get_stats.
13547
13548 2005-12-19  Edward Hervey  <edward@fluendo.com>
13549
13550         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13551         Stupid signedness issue...
13552
13553 2005-12-19  Edward Hervey  <edward@fluendo.com>
13554
13555         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13556         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13557         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13558         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13559         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13560         Construct index for indexless files.
13561         Make sure pad/buffers are correctly reset to NULL once we don't need
13562         them anymore, else we get lovely segfaults/assertions.
13563         * gst/wavparse/gstwavparse.c:
13564         Yes, you can have 96KHz audio and wma in wav :(
13565
13566 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13567
13568         * configure.ac:
13569           Check for optional dependency on zlib for id3demux
13570
13571         * gst/id3demux/Makefile.am:
13572         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13573         (gst_id3demux_base_init), (gst_id3demux_class_init),
13574         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13575         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13576         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13577         (gst_id3demux_set_property), (gst_id3demux_get_property),
13578         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13579         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13580         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13581         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13582         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13583         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13584         (simple_find_peek), (simple_find_suggest),
13585         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13586         (plugin_init):
13587         * gst/id3demux/gstid3demux.h:
13588         * gst/id3demux/id3tags.c: (read_synch_uint),
13589         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13590         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13591         (id3demux_id3v2_frames_to_tag_list):
13592         * gst/id3demux/id3tags.h:
13593         * gst/id3demux/id3v2.4.0-frames.txt:
13594         * gst/id3demux/id3v2.4.0-structure.txt:
13595         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13596         (parse_comment_frame), (parse_text_identification_frame),
13597         (id3v2_tag_to_taglist), (parse_split_strings):
13598           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13599           otherwise it discards them. Works on my test files. 
13600
13601         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13602           Don't send EOS to a non-existing srcpad
13603           The debug category can be static
13604
13605 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13606
13607         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13608         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13609         * gst/multipart/multipartdemux.c:
13610           change some char* into char[]
13611
13612 2005-12-16  Wim Taymans  <wim@fluendo.com>
13613
13614         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13615         (gst_wavparse_other), (gst_wavparse_perform_seek),
13616         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13617         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13618         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13619         * gst/wavparse/gstwavparse.h:
13620         Use GstSegment to implement more seeking features.
13621
13622 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13623
13624         * gst/rtsp/rtspconnection.c:
13625           Add <netinet/in.h> include and move <arpa/inet.h> include
13626           to make things work on OpenBSD as well (fixes #323717;
13627           patch by: Benjamin Pineau)
13628
13629 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13630
13631         * gst/rtp/gstrtpspeexdepay.c:
13632         * gst/rtp/gstrtpspeexpay.c:
13633         Set clock rate to be fixed in 8000. It fixes bug #324012.
13634
13635 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13636
13637         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13638         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13639         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13640         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13641         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13642         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13643         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13644         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13645         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13646         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13647         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13648         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13649         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13650         * gst-plugins-good/gst/rtp/README:
13651         Fixed payload range in payloder caps. Removed payload range completely
13652         from depayloaders as they don't require payload type in their caps.
13653         In effect, there isn't any specific payload type for any given codec,
13654         only suggestions.
13655         Fixes bug #324011.
13656
13657 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13658
13659         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13660         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13661         (gst_videomixer_collected): Code cleanup and re-enabling 
13662         queued time validity check for correct EOS handling.
13663
13664 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13665
13666         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13667         (gst_oss_mixer_element_get_property),
13668         (gst_oss_mixer_element_change_state):
13669         Add 'device-name' property and fix state change function.
13670
13671 2005-12-13  Edward Hervey  <edward@fluendo.com>
13672
13673         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13674         If the speed of the file is null in the header, set the frame_time to
13675         the default setting of GST_SECOND / 70. Which is the default
13676         frame_delay for .fli files as stated in this document :
13677         http://www.compuphase.com/flic.htm
13678         Would be nice to have the time conversion done properly too (duration =
13679         flxh->frames * flxdec->frame_time)
13680
13681 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13682
13683         * docs/plugins/Makefile.am:
13684         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13685         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13686         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13687         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13688         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13689         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13690         documentation for videomixer on my way with a funny sample
13691         pipeline.
13692
13693 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13694
13695         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13696         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13697         (gst_videomixer_update_queues), (gst_videomixer_collected):
13698         Fix caps negotiation. (#323896)
13699
13700 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13701
13702         * gst/matroska/matroska-demux.c:
13703         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13704           Set correct timestamps on audio laces, fixes playback of mp3 from
13705                 matroska.
13706
13707 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13708
13709         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13710         (gst_au_parse_class_init), (gst_au_parse_init),
13711         (gst_au_parse_dispose), (gst_au_parse_chain),
13712         (gst_au_parse_change_state), (plugin_init):
13713         * gst/auparse/gstauparse.h:
13714           Use gst_object_unref() for GstObjects instead of
13715           g_object_unref() and fix a mem leak in a debug
13716           statement; while we're at it, also borgify, use
13717           boilerplate macros and clean up a little bit.
13718
13719 2005-12-11  Edward Hervey  <edward@fluendo.com>
13720
13721         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13722         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13723         Added pull mode.
13724
13725 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13726
13727         * gst/goom/gstgoom.c:
13728         * gst/level/level-example.c: (main):
13729         * gst/smoothwave/demo-osssrc.c: (main):
13730           Use audiotestsrc instead of sinesrc (#323798).
13731
13732 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13733
13734         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13735           more debug-func-ptr usage
13736
13737 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13738
13739         * gst/flx/flx_color.c: (flx_colorspace_convert):
13740         * gst/flx/flx_color.h:
13741         * gst/flx/flx_fmt.h:
13742         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13743         * gst/flx/gstflxdec.h:
13744           Now flxdec works on big-endian machines as well.
13745
13746 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13747
13748         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13749         (gst_fenced_buffer_copy):
13750           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13751           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13752           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13753           and use GST_DEBUG_FUNCPTR for pad functions.
13754
13755 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13758         (gst_flac_dec_class_init), (gst_flac_dec_init),
13759         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13760         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13761         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13762         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13763         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13764         (gst_flac_dec_change_state):
13765         * ext/flac/gstflacdec.h:
13766           Rewrite flacdec a bit, so that even seeking might work now. Most
13767           importantly, don't act upon any flow return values we get, just tell
13768           the decoder everything's dandy and act on the flow return values
13769           later on in the loop function. We don't want to mess up the internal
13770           decoder state for non-fatal things like flushing pads etc. Other
13771           than that, use GstSegment (segment seeks don't work yet though, but
13772           should be easy to add), use boilerplate macros, drop the superfluous
13773           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13774           lots of other things.
13775
13776 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13777
13778         * configure.ac:
13779           Update comment in OSS includes check.
13780
13781         * sys/oss/gstossdmabuffer.c:
13782         * sys/oss/gstosshelper.c:
13783         * sys/oss/gstossmixer.c:
13784         * sys/oss/gstossmixertrack.c:
13785         * sys/oss/gstosssink.c:
13786         * sys/oss/gstosssrc.c:
13787         * sys/oss/oss_probe.c:
13788           Don't assume the OSS soundcard.h include is always in
13789           the sys/ directory. Instead, use the existing defines
13790           from config.h to include the right file. Fixes
13791           compilation on OpenBSD 3.8 (#323718).
13792
13793 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13794
13795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13796         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13797         * docs/plugins/inspect/plugin-1394.xml:
13798         * docs/plugins/inspect/plugin-aasink.xml:
13799         * docs/plugins/inspect/plugin-alaw.xml:
13800         * docs/plugins/inspect/plugin-alpha.xml:
13801         * docs/plugins/inspect/plugin-alphacolor.xml:
13802         * docs/plugins/inspect/plugin-auparse.xml:
13803         * docs/plugins/inspect/plugin-autodetect.xml:
13804         * docs/plugins/inspect/plugin-avi.xml:
13805         * docs/plugins/inspect/plugin-cacasink.xml:
13806         * docs/plugins/inspect/plugin-cairo.xml:
13807         * docs/plugins/inspect/plugin-cutter.xml:
13808         * docs/plugins/inspect/plugin-debug.xml:
13809         * docs/plugins/inspect/plugin-dv.xml:
13810         * docs/plugins/inspect/plugin-efence.xml:
13811         * docs/plugins/inspect/plugin-effectv.xml:
13812         * docs/plugins/inspect/plugin-esdsink.xml:
13813         * docs/plugins/inspect/plugin-flac.xml:
13814         * docs/plugins/inspect/plugin-flxdec.xml:
13815         * docs/plugins/inspect/plugin-gconfelements.xml:
13816         * docs/plugins/inspect/plugin-goom.xml:
13817         * docs/plugins/inspect/plugin-jpeg.xml:
13818         * docs/plugins/inspect/plugin-level.xml:
13819         * docs/plugins/inspect/plugin-matroska.xml:
13820         * docs/plugins/inspect/plugin-mulaw.xml:
13821         * docs/plugins/inspect/plugin-multipart.xml:
13822         * docs/plugins/inspect/plugin-navigationtest.xml:
13823         * docs/plugins/inspect/plugin-ossaudio.xml:
13824         * docs/plugins/inspect/plugin-png.xml:
13825         * docs/plugins/inspect/plugin-rtp.xml:
13826         * docs/plugins/inspect/plugin-rtsp.xml:
13827         * docs/plugins/inspect/plugin-shout2send.xml:
13828         * docs/plugins/inspect/plugin-smpte.xml:
13829         * docs/plugins/inspect/plugin-speex.xml:
13830         * docs/plugins/inspect/plugin-udp.xml:
13831         * docs/plugins/inspect/plugin-videobox.xml:
13832         * docs/plugins/inspect/plugin-videoflip.xml:
13833         * docs/plugins/inspect/plugin-videomixer.xml:
13834         * docs/plugins/inspect/plugin-wavenc.xml:
13835         * docs/plugins/inspect/plugin-wavparse.xml:
13836         * ext/flac/gstflac.c: (plugin_init):
13837         * ext/flac/gstflacdec.c: (flacdec_get_type),
13838         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13839         (gst_flac_dec_init), (gst_flac_dec_finalize),
13840         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13841         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13842         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13843         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13844         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13845         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13846         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13847         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13848         * ext/flac/gstflacdec.h:
13849         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13850         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13851         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13852         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13853         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13854         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13855         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13856         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13857         (gst_flac_enc_change_state):
13858         * ext/flac/gstflacenc.h:
13859           borgify and fix up documentation
13860
13861 2005-12-09  Michael Smith  <msmith@fluendo.com>
13862
13863         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13864           Accept a wider range of flac files, more closely matching flac spec.
13865
13866 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13867
13868         * docs/plugins/Makefile.am: Add multipart elements.
13869         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13870         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13871         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13872         * gst/multipart/multipartdemux.c:
13873         * gst/multipart/multipartmux.c: Add docs.
13874
13875 2005-12-07  Edward Hervey  <edward@fluendo.com>
13876
13877         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13878         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13879         (gst_avi_demux_invert):
13880         Memleak and crasher fixes.
13881         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13882         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13883         Memleak fixes
13884
13885 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13886
13887         * ext/aalib/gstaasink.h:
13888         * ext/cairo/gsttextoverlay.h:
13889         * ext/dv/gstdvdec.h:
13890         * ext/dv/gstdvdemux.c:
13891         * ext/dv/gstdvdemux.h:
13892         * ext/esd/esdsink.h:
13893         * ext/flac/flac_compat.h:
13894         * ext/flac/gstflacdec.h:
13895         * ext/flac/gstflacenc.h:
13896         * ext/gconf/gconf.h:
13897         * ext/gconf/gstgconfaudiosink.h:
13898         * ext/gconf/gstgconfvideosink.h:
13899         * ext/gdk_pixbuf/gstgdkanimation.h:
13900         * ext/jpeg/gstjpegdec.h:
13901         * ext/jpeg/smokecodec.h:
13902         * ext/jpeg/smokeformat.h:
13903         * ext/ladspa/gstsignalprocessor.h:
13904         * ext/ladspa/search.c: (LADSPAPluginSearch):
13905         * ext/ladspa/utils.h:
13906         * ext/libmng/gstmng.c:
13907         * ext/libmng/gstmngdec.h:
13908         * ext/libmng/gstmngenc.c:
13909         * ext/libmng/gstmngenc.h:
13910         * ext/libpng/gstpng.c:
13911         * ext/libpng/gstpngenc.c:
13912         * ext/libpng/gstpngenc.h:
13913         * ext/shout2/gstshout2.h:
13914         * ext/speex/gstspeexdec.h:
13915         * ext/speex/gstspeexenc.c:
13916         * ext/speex/gstspeexenc.h:
13917         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13918         * gst/autodetect/gstautoaudiosink.h:
13919         * gst/autodetect/gstautovideosink.h:
13920         * gst/avi/gstavidemux.h:
13921         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13922         (gst_cutter_set_property), (gst_cutter_get_caps):
13923         * gst/cutter/gstcutter.h:
13924         * gst/debug/tests.c: (md5_process_block):
13925         * gst/debug/tests.h:
13926         * gst/effectv/gstwarp.c:
13927         * gst/flx/flx_fmt.h:
13928         * gst/flx/gstflxdec.h:
13929         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13930         (zoomFilterFastRGB):
13931         * gst/goom/filters.h:
13932         * gst/goom/goom_tools.h:
13933         * gst/law/alaw-encode.c:
13934         * gst/level/gstlevel.c:
13935         * gst/level/gstlevel.h:
13936         * gst/matroska/ebml-write.h:
13937         * gst/matroska/matroska-demux.h:
13938         * gst/matroska/matroska-ids.h:
13939         * gst/matroska/matroska-mux.h:
13940         * gst/monoscope/convolve.c: (convolve_match):
13941         * gst/monoscope/convolve.h:
13942         * gst/multipart/multipartmux.c:
13943         * gst/oldcore/gstaggregator.c:
13944         * gst/oldcore/gstaggregator.h:
13945         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13946         * gst/oldcore/gstmd5sink.h:
13947         * gst/oldcore/gstmultifilesrc.c:
13948         * gst/oldcore/gstmultifilesrc.h:
13949         * gst/oldcore/gstpipefilter.h:
13950         * gst/oldcore/gstshaper.h:
13951         * gst/rtp/gstrtpL16depay.h:
13952         * gst/rtp/gstrtpL16pay.h:
13953         * gst/rtp/gstrtpdepay.h:
13954         * gst/rtp/gstrtpmp4vpay.c:
13955         * gst/rtp/gstrtpmp4vpay.h:
13956         * gst/rtsp/gstrtspsrc.c:
13957         * gst/rtsp/gstrtspsrc.h:
13958         * gst/rtsp/rtspconnection.h:
13959         * gst/rtsp/rtspdefs.h:
13960         * gst/rtsp/rtspmessage.h:
13961         * gst/rtsp/rtsptransport.h:
13962         * gst/rtsp/rtspurl.c:
13963         * gst/rtsp/rtspurl.h:
13964         * gst/rtsp/sdpmessage.c:
13965         * gst/rtsp/sdpmessage.h:
13966         * gst/smpte/barboxwipes.c:
13967         * gst/smpte/gstmask.h:
13968         * gst/smpte/gstsmpte.h:
13969         * gst/smpte/paint.c:
13970         * gst/smpte/paint.h:
13971         * gst/udp/gstdynudpsink.h:
13972         * gst/udp/gstmultiudpsink.h:
13973         * gst/udp/gstudpsink.c:
13974         * gst/udp/gstudpsink.h:
13975         * gst/udp/gstudpsrc.c:
13976         * gst/videomixer/videomixer.c:
13977         * gst/wavenc/riff.h:
13978         * gst/wavparse/gstwavparse.h:
13979         * sys/oss/gstossdmabuffer.h:
13980         * sys/oss/gstossmixer.h:
13981         * sys/oss/gstossmixerelement.h:
13982         * sys/oss/gstossmixertrack.h:
13983         * sys/oss/gstosssink.c:
13984         * sys/oss/gstosssink.h:
13985         * sys/oss/gstosssrc.c:
13986         * sys/oss/gstosssrc.h:
13987         * sys/osxaudio/gstosxaudioelement.h:
13988         * sys/osxaudio/gstosxaudiosink.h:
13989         * sys/osxaudio/gstosxaudiosrc.h:
13990           expand tabs
13991
13992 === release 0.10.0 ===
13993
13994 2005-12-05   <thomas (at) apestaart (dot) org>
13995
13996         * configure.ac:
13997           releasing 0.10.0, "Abondance"
13998
13999 2005-12-05  Andy Wingo  <wingo@pobox.com>
14000
14001         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14002         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14003         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14004         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14005         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14006         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14007         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14008         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14009         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14010         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14011         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14012         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14013         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14014         * gst/goom/gstgoom.c: (gst_goom_chain):
14015         * gst/matroska/matroska-demux.c:
14016         (gst_matroska_demux_push_vorbis_codec_priv_data),
14017         (gst_matroska_demux_add_wvpk_header):
14018         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14019         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14020         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14021         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14022         alloc_buffer changes.
14023
14024 2005-12-05  Michael Smith  <msmith@fluendo.com>
14025
14026         * docs/plugins/gst-plugins-good-plugins.args:
14027           Remove args for plugins that aren't in -good.
14028
14029 === release 0.9.7 ===
14030
14031 2005-12-01   <thomas (at) apestaart (dot) org>
14032
14033         * configure.ac:
14034           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14035
14036 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14037
14038         * docs/plugins/.cvsignore:
14039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14040         * docs/plugins/inspect/plugin-multipart.xml:
14041         * docs/plugins/inspect/plugin-rtp.xml:
14042           add multipart plugin to docs
14043
14044 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14045
14046         * configure.ac:
14047         * ext/Makefile.am:
14048         * ext/pango/Makefile.am:
14049         * ext/pango/gstclockoverlay.c:
14050         * ext/pango/gstclockoverlay.h:
14051         * ext/pango/gsttextoverlay.c:
14052         * ext/pango/gsttextoverlay.h:
14053         * ext/pango/gsttextrender.c:
14054         * ext/pango/gsttextrender.h:
14055         * ext/pango/gsttimeoverlay.c:
14056         * ext/pango/gsttimeoverlay.h:
14057           move pango to base
14058
14059 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14060
14061         * gst/rtp/Makefile.am:
14062         * gst/rtp/gstrtpL16depay.c:
14063         * gst/rtp/gstrtpL16depay.h:
14064         * gst/rtp/gstrtpL16parse.c:
14065         * gst/rtp/gstrtpL16parse.h:
14066         * gst/rtp/gstrtpgsmdepay.c:
14067         * gst/rtp/gstrtpgsmdepay.h:
14068         * gst/rtp/gstrtpgsmparse.c:
14069         * gst/rtp/gstrtpgsmparse.h:
14070           parsers are depayers
14071
14072 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14073
14074         * gst/rtp/Makefile.am:
14075         * gst/rtp/gstasteriskh263.c:
14076         * gst/rtp/gstrtp.c:
14077         * gst/rtp/gstrtpL16enc.c:
14078         * gst/rtp/gstrtpL16enc.h:
14079         * gst/rtp/gstrtpL16parse.c:
14080         * gst/rtp/gstrtpL16parse.h:
14081         * gst/rtp/gstrtpL16pay.c:
14082         * gst/rtp/gstrtpL16pay.h:
14083         * gst/rtp/gstrtpamrdec.c:
14084         * gst/rtp/gstrtpamrdec.h:
14085         * gst/rtp/gstrtpamrdepay.c:
14086         * gst/rtp/gstrtpamrdepay.h:
14087         * gst/rtp/gstrtpamrenc.c:
14088         * gst/rtp/gstrtpamrenc.h:
14089         * gst/rtp/gstrtpamrpay.c:
14090         * gst/rtp/gstrtpamrpay.h:
14091         * gst/rtp/gstrtpdec.c:
14092         * gst/rtp/gstrtpdec.h:
14093         * gst/rtp/gstrtpdepay.c:
14094         * gst/rtp/gstrtpdepay.h:
14095         * gst/rtp/gstrtpg711dec.c:
14096         * gst/rtp/gstrtpg711dec.h:
14097         * gst/rtp/gstrtpg711depay.c:
14098         * gst/rtp/gstrtpg711depay.h:
14099         * gst/rtp/gstrtpg711enc.c:
14100         * gst/rtp/gstrtpg711enc.h:
14101         * gst/rtp/gstrtpg711pay.c:
14102         * gst/rtp/gstrtpg711pay.h:
14103         * gst/rtp/gstrtpgsmenc.c:
14104         * gst/rtp/gstrtpgsmenc.h:
14105         * gst/rtp/gstrtpgsmparse.c:
14106         * gst/rtp/gstrtpgsmparse.h:
14107         * gst/rtp/gstrtpgsmpay.c:
14108         * gst/rtp/gstrtpgsmpay.h:
14109         * gst/rtp/gstrtph263enc.c:
14110         * gst/rtp/gstrtph263enc.h:
14111         * gst/rtp/gstrtph263pay.c:
14112         * gst/rtp/gstrtph263pay.h:
14113         * gst/rtp/gstrtph263pdec.c:
14114         * gst/rtp/gstrtph263pdec.h:
14115         * gst/rtp/gstrtph263pdepay.c:
14116         * gst/rtp/gstrtph263pdepay.h:
14117         * gst/rtp/gstrtph263penc.c:
14118         * gst/rtp/gstrtph263penc.h:
14119         * gst/rtp/gstrtph263ppay.c:
14120         * gst/rtp/gstrtph263ppay.h:
14121         * gst/rtp/gstrtpmp4vdec.c:
14122         * gst/rtp/gstrtpmp4vdec.h:
14123         * gst/rtp/gstrtpmp4vdepay.c:
14124         * gst/rtp/gstrtpmp4vdepay.h:
14125         * gst/rtp/gstrtpmp4venc.c:
14126         * gst/rtp/gstrtpmp4venc.h:
14127         * gst/rtp/gstrtpmp4vpay.c:
14128         * gst/rtp/gstrtpmp4vpay.h:
14129         * gst/rtp/gstrtpmpadec.c:
14130         * gst/rtp/gstrtpmpadec.h:
14131         * gst/rtp/gstrtpmpadepay.c:
14132         * gst/rtp/gstrtpmpadepay.h:
14133         * gst/rtp/gstrtpmpaenc.c:
14134         * gst/rtp/gstrtpmpaenc.h:
14135         * gst/rtp/gstrtpmpapay.c:
14136         * gst/rtp/gstrtpmpapay.h:
14137         * gst/rtp/gstrtpspeexdec.c:
14138         * gst/rtp/gstrtpspeexdec.h:
14139         * gst/rtp/gstrtpspeexdepay.c:
14140         * gst/rtp/gstrtpspeexdepay.h:
14141         * gst/rtp/gstrtpspeexenc.c:
14142         * gst/rtp/gstrtpspeexenc.h:
14143         * gst/rtp/gstrtpspeexpay.c:
14144         * gst/rtp/gstrtpspeexpay.h:
14145           Do burger's rename for rtp payloaders and depayloaders
14146
14147 2005-11-30  Wim Taymans  <wim@fluendo.com>
14148
14149         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14150         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14151         * ext/dv/gstdvdemux.h:
14152         Fix seeking in dvdemux again, add some more debug info.
14153
14154 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14155
14156         * configure.ac:
14157           fix tests
14158
14159 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14160
14161         * PORTED_09:
14162         * docs/random/PORTED_09:
14163           move
14164         * tests/Makefile.am:
14165           add
14166         * win32/gst.sln:
14167           remove
14168
14169 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14170
14171         * Makefile.am:
14172         * check/.cvsignore:
14173         * check/Makefile.am:
14174         * check/elements/.cvsignore:
14175         * check/elements/level.c:
14176         * check/elements/matroskamux.c:
14177         * configure.ac:
14178         * examples/Makefile.am:
14179         * examples/capsfilter/Makefile.am:
14180         * examples/capsfilter/capsfilter1.c:
14181         * examples/gob/Makefile.am:
14182         * examples/gob/gst-identity2.gob:
14183         * examples/gstplay/.cvsignore:
14184         * examples/gstplay/Makefile.am:
14185         * examples/gstplay/player.c:
14186         * examples/indexing/.cvsignore:
14187         * examples/indexing/Makefile.am:
14188         * examples/indexing/indexmpeg.c:
14189         * examples/level/Makefile.am:
14190         * examples/level/README:
14191         * examples/level/demo.c:
14192         * examples/level/plot.c:
14193         * examples/stats/Makefile.am:
14194         * examples/stats/mp2ogg.c:
14195         * examples/switch/.cvsignore:
14196         * examples/switch/Makefile.am:
14197         * examples/switch/switcher.c:
14198           move under tests/
14199
14200 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14201
14202         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14203         (gst_text_render_class_init), (resize_bitmap),
14204         (gst_text_render_render_text), (gst_text_render_setcaps),
14205         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14206         (gst_text_render_chain), (gst_text_render_finalize),
14207         (gst_text_render_init), (gst_text_render_set_property):
14208         * ext/pango/gsttextrender.h:
14209           Add missing files.
14210
14211 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * configure.ac:
14214         * ext/Makefile.am:
14215         * ext/pango/Makefile.am:
14216         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14217         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14218         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14219         * ext/pango/gstclockoverlay.h:
14220         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14221         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14222         (gst_text_overlay_finalize), (gst_text_overlay_init),
14223         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14224         (gst_text_overlay_text_pad_linked),
14225         (gst_text_overlay_text_pad_unlinked),
14226         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14227         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14228         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14229         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14230         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14231         (gst_text_overlay_change_state), (plugin_init):
14232         * ext/pango/gsttextoverlay.h:
14233         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14234         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14235         (gst_time_overlay_class_init), (gst_time_overlay_init):
14236         * ext/pango/gsttimeoverlay.h:
14237           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14238           and add background shading and text wrapping modes. Make 
14239           timoverlay derive from textoverlay. Also add new clockoverlay
14240           element.
14241
14242 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14243
14244         * gst/udp/Makefile.am: Moved to netbuffer.
14245
14246 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14247
14248         * configure.ac:
14249         * PORTED_O9:
14250         * gst/multipart/Makefile.am:
14251         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14252         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14253         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14254         (gst_multipart_demux_change_state),
14255         (gst_multipart_demux_plugin_init):
14256         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14257         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14258         (gst_multipart_mux_sinkconnect),
14259         (gst_multipart_mux_request_new_pad),
14260         (gst_multipart_mux_handle_src_event),
14261         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14262         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14263         0.9.
14264
14265 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14266
14267         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14268         * gst/debug/gstnavigationtest.h:
14269         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14270         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14271         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14272         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14273         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14274         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14275         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14276         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14277         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14278         (gst_video_flip_get_type):
14279         * gst/videofilter/gstvideoflip.h:
14280           update for symbols change
14281
14282 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14283
14284         * gst/udp/gstdynudpsink.c:
14285         * gst/udp/gstudpsrc.c:
14286           the old gstnet lib was renamed gstnetbuffer (#322257)
14287
14288 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14289
14290         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14291         (gst_text_overlay_collected):
14292           Actually render the text from the text pad.
14293
14294 2005-11-29  Edward Hervey  <edward@fluendo.com>
14295
14296         * gst/debug/gstnavseek.c: (gst_navseek_event):
14297         * gst/debug/progressreport.c: (gst_progress_report_event):
14298         Update for GstBaseTransform event virtual method
14299
14300 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14301
14302         * ext/cairo/Makefile.am:
14303           no need to link to videofilter
14304
14305 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14306
14307         * gst/debug/Makefile.am:
14308         * gst/debug/gstnavigationtest.h:
14309         * gst/effectv/Makefile.am:
14310         * gst/effectv/gstaging.c:
14311         * gst/effectv/gstdice.c:
14312         * gst/effectv/gstedge.c:
14313         * gst/effectv/gstquark.c:
14314         * gst/effectv/gstrev.c:
14315         * gst/effectv/gstshagadelic.c:
14316         * gst/effectv/gstvertigo.c:
14317         * gst/effectv/gstwarp.c:
14318         * gst/videofilter/Makefile.am:
14319         * gst/videofilter/gstvideofilter.c:
14320         * gst/videofilter/gstvideofilter.h:
14321         * gst/videofilter/gstvideoflip.h:
14322           remove the videofilter library and link to the one in base
14323
14324 2005-11-28  Edward Hervey  <edward@fluendo.com>
14325
14326         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14327         Useless check now we're setting the current entry correctly.
14328
14329 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14330
14331         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14332         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14333         (gst_jpegenc_change_state):
14334           Don't leak input buffer in chain function (fixes #322667); make 
14335           state change function thread-safe; don't repeat the current function
14336           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14337           gst_pad_alloc_buffer(); misc. minor cleanups.
14338
14339 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14340
14341         * gst/matroska/matroska-mux.c:
14342         (gst_matroska_mux_video_pad_setcaps):
14343         Look for pixel-aspect-ratio in caps, not pixel_width and
14344         pixel_height (Fixes: #322645)
14345
14346 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14347
14348         * gst/matroska/matroska-mux.c:
14349         (gst_matroska_mux_video_pad_setcaps):
14350         From Michal Benes:
14351         frame duration should be GST_SECOND / framerate, not
14352         GST_SECOND * framerate. (Fixes: #322643)
14353
14354 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14355
14356         * configure.ac:
14357           fix up GST_PLUGIN_LDFLAGS
14358         * gst/rtsp/rtspconnection.c:
14359           fix includes (see #317043)
14360         * gst/videofilter/Makefile.am:
14361           stop installing this library
14362
14363 2005-11-26  Edward Hervey  <edward@fluendo.com>
14364
14365         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14366         Handle the case where the incoming Video dv stream doesn't have
14367         a pixel aspect ratio set.
14368
14369 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14370
14371         * docs/plugins/Makefile.am:
14372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14374         * ext/flac/gstflacdec.c:
14375           document flacdec
14376
14377 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14378
14379         * docs/plugins/Makefile.am:
14380         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14381         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14382         * docs/plugins/inspect/plugin-autodetect.xml:
14383         * ext/cairo/gstcairo.c: (plugin_init):
14384         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14385         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14386         (gst_text_overlay_init), (gst_text_overlay_font_init),
14387         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14388         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14389         (gst_text_overlay_text_pad_linked),
14390         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14391         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14392         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14393         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14394         (gst_text_overlay_change_state):
14395         * ext/cairo/gsttextoverlay.h:
14396         * ext/cairo/gsttimeoverlay.c:
14397         (gst_cairo_time_overlay_update_font_height),
14398         (gst_cairo_time_overlay_set_caps),
14399         (gst_cairo_time_overlay_get_unit_size),
14400         (gst_cairo_time_overlay_print_smpte_time),
14401         (gst_cairo_time_overlay_transform),
14402         (gst_cairo_time_overlay_base_init),
14403         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14404         (gst_cairo_time_overlay_get_type):
14405         * ext/cairo/gsttimeoverlay.h:
14406           do some name borgifying
14407           document
14408
14409 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14410
14411         * docs/plugins/Makefile.am:
14412         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14413         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14414         * gst/autodetect/gstautoaudiosink.c:
14415         (gst_auto_audio_sink_base_init):
14416         * gst/autodetect/gstautovideosink.c:
14417         (gst_auto_video_sink_base_init),
14418         (gst_auto_video_sink_factory_filter):
14419           documenting auto*sink
14420           using strstr for the video sink lookup, class field is not ordered
14421         * docs/plugins/inspect/plugin-1394.xml:
14422         * docs/plugins/inspect/plugin-aasink.xml:
14423         * docs/plugins/inspect/plugin-alaw.xml:
14424         * docs/plugins/inspect/plugin-alpha.xml:
14425         * docs/plugins/inspect/plugin-alphacolor.xml:
14426         * docs/plugins/inspect/plugin-auparse.xml:
14427         * docs/plugins/inspect/plugin-autodetect.xml:
14428         * docs/plugins/inspect/plugin-avi.xml:
14429         * docs/plugins/inspect/plugin-cacasink.xml:
14430         * docs/plugins/inspect/plugin-cairo.xml:
14431         * docs/plugins/inspect/plugin-cutter.xml:
14432         * docs/plugins/inspect/plugin-debug.xml:
14433         * docs/plugins/inspect/plugin-dv.xml:
14434         * docs/plugins/inspect/plugin-efence.xml:
14435         * docs/plugins/inspect/plugin-effectv.xml:
14436         * docs/plugins/inspect/plugin-esdsink.xml:
14437         * docs/plugins/inspect/plugin-flac.xml:
14438         * docs/plugins/inspect/plugin-flxdec.xml:
14439         * docs/plugins/inspect/plugin-gconfelements.xml:
14440         * docs/plugins/inspect/plugin-goom.xml:
14441         * docs/plugins/inspect/plugin-jpeg.xml:
14442         * docs/plugins/inspect/plugin-level.xml:
14443         * docs/plugins/inspect/plugin-matroska.xml:
14444         * docs/plugins/inspect/plugin-mulaw.xml:
14445         * docs/plugins/inspect/plugin-navigationtest.xml:
14446         * docs/plugins/inspect/plugin-ossaudio.xml:
14447         * docs/plugins/inspect/plugin-png.xml:
14448         * docs/plugins/inspect/plugin-rtp.xml:
14449         * docs/plugins/inspect/plugin-rtsp.xml:
14450         * docs/plugins/inspect/plugin-shout2send.xml:
14451         * docs/plugins/inspect/plugin-smpte.xml:
14452         * docs/plugins/inspect/plugin-speex.xml:
14453         * docs/plugins/inspect/plugin-udp.xml:
14454         * docs/plugins/inspect/plugin-videobox.xml:
14455         * docs/plugins/inspect/plugin-videoflip.xml:
14456         * docs/plugins/inspect/plugin-videomixer.xml:
14457         * docs/plugins/inspect/plugin-wavenc.xml:
14458         * docs/plugins/inspect/plugin-wavparse.xml:
14459           update for HEAD version
14460
14461 2005-11-25  Michael Smith  <msmith@fluendo.com>
14462
14463         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14464           Patch from Sebastien Cote to close control sockets in udpsrc.
14465
14466 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14467
14468         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14469         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14470         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14471         (gst_quarktv_base_init), (gst_quarktv_class_init),
14472         (gst_quarktv_init): Flush the planes list on reverse caps
14473         negotiation. This was crashing because of differently sized
14474         buffers.
14475
14476 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14477
14478         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14479         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14480         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14481         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14482         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14483         (gst_videoflip_set_property), (gst_videoflip_base_init),
14484         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14485         correctly, fix identity flipping, convert navigation event 
14486         correctly again.
14487
14488 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14489
14490         * configure.ac: back to HEAD
14491
14492 === release 0.9.6 ===
14493
14494 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14495
14496         * configure.ac:
14497           releasing 0.9.6, "Everything's Not Lost"
14498
14499 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14500
14501         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14502         Oops, initialise the framerate GValue
14503
14504 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14505
14506         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14507         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14508         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14509         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14510         (gst_timeoverlay_get_type):
14511         * ext/cairo/gsttimeoverlay.h:
14512         * gst/debug/Makefile.am:
14513         * gst/debug/gstnavigationtest.c:
14514         (gst_navigationtest_handle_src_event),
14515         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14516         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14517         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14518         (gst_navigationtest_init), (gst_navigationtest_get_type),
14519         (plugin_init):
14520         * gst/debug/gstnavigationtest.h:
14521         * gst/effectv/Makefile.am:
14522         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14523         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14524         (gst_agingtv_base_init), (gst_agingtv_class_init),
14525         (gst_agingtv_init), (gst_agingtv_get_type):
14526         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14527         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14528         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14529         (gst_dicetv_get_type):
14530         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14531         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14532         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14533         (gst_edgetv_get_type):
14534         * gst/effectv/gsteffectv.c:
14535         * gst/effectv/gsteffectv.h:
14536         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14537         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14538         (gst_quarktv_change_state), (gst_quarktv_base_init),
14539         (gst_quarktv_class_init), (gst_quarktv_init),
14540         (gst_quarktv_get_type):
14541         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14542         (gst_revtv_get_unit_size), (gst_revtv_transform),
14543         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14544         (gst_revtv_get_type):
14545         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14546         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14547         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14548         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14549         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14550         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14551         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14552         (gst_vertigotv_init), (gst_vertigotv_get_type):
14553         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14554         (gst_warptv_get_unit_size), (gst_warptv_transform),
14555         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14556         (gst_warptv_get_type):
14557         * gst/videofilter/Makefile.am:
14558         * gst/videofilter/gstvideobalance.c:
14559         * gst/videofilter/gstvideobalance.h:
14560         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14561         (gst_videofilter_class_init), (gst_videofilter_init):
14562         * gst/videofilter/gstvideofilter.h:
14563         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14564         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14565         (gst_videoflip_flip), (gst_videoflip_transform),
14566         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14567         (gst_videoflip_base_init), (gst_videoflip_class_init),
14568         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14569         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14570         BaseTransform, it's just a place holder for now and every video
14571         effect plugin has been ported to use BaseTransform features 
14572         directly. QuarkTV was fixed too (was broken), navigationtest works
14573         and best for the end, videoflip converts navigation events depending
14574         on flip method ! Fixes #320953
14575
14576 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14577
14578         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14579         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14580         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14581         (gst_goom_src_negotiate), (gst_goom_chain):
14582         * gst/matroska/matroska-mux.c:
14583         (gst_matroska_mux_video_pad_setcaps):
14584         * sys/osxvideo/osxvideosink.m:
14585           Fixes for API changes
14586
14587 2005-11-23  Michael Smith <msmith@fluendo.com>
14588
14589         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14590         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14591         * ext/jpeg/gstjpegdec.h:
14592         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14593         * ext/jpeg/gstjpegenc.h:
14594         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14595         (gst_smokeenc_resync):
14596         * ext/jpeg/gstsmokeenc.h:
14597           JPEG fractiony goodness.
14598
14599 2005-11-22  Michael Smith <msmith@fluendo.com>
14600
14601         * gst/goom/filters.c:
14602         * gst/goom/graphic.h:
14603           Fix compilation by making some functions static inline instead of
14604           extern inline, matching the way they're used.
14605
14606 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14607
14608         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14609         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14610         * ext/cairo/gsttextoverlay.h:
14611         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14612         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14613         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14614         (gst_pngdec_caps_create_and_set):
14615         * ext/libpng/gstpngdec.h:
14616         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14617         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14618         * gst/avi/gstavimux.c: (gst_avimux_init),
14619         (gst_avimux_vidsinkconnect):
14620         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14621         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14622         (gst_goom_src_negotiate), (gst_goom_chain):
14623         * gst/goom/gstgoom.h:
14624         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14625         * gst/matroska/matroska-mux.c:
14626         (gst_matroska_mux_video_pad_setcaps):
14627         * sys/osxvideo/osxvideosink.h:
14628         * sys/osxvideo/osxvideosink.m:
14629           More fractional framerate conversions 
14630
14631 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14632
14633         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14634         * gst/debug/gstnavigationtest.c:
14635         (gst_navigationtest_handle_src_event):
14636         * gst/videofilter/gstvideofilter.c:
14637         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14638         (gst_videofilter_init):
14639         * gst/videofilter/gstvideofilter.h:
14640           Convert to fractional framerates.
14641
14642 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14643
14644         * ext/aalib/gstaasink.c:
14645         * ext/dv/gstdvdec.c:
14646         * ext/esd/esdmon.c:
14647         * ext/flac/gstflacenc.c:
14648         * ext/gdk_pixbuf/pixbufscale.c:
14649         * ext/libcaca/gstcacasink.c:
14650         * ext/shout2/gstshout2.c:
14651         * gst/alpha/gstalpha.c:
14652         * gst/oldcore/gstaggregator.c:
14653         * gst/oldcore/gstshaper.c:
14654         * gst/smpte/barboxwipes.c:
14655         * gst/smpte/gstsmpte.c:
14656         * gst/videobox/gstvideobox.c:
14657         * gst/videofilter/gstvideoflip.c:
14658         * gst/videomixer/videomixer.c:
14659           fix up more enums
14660
14661 2005-11-22  Michael Smith <msmith@fluendo.com>
14662
14663         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14664         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14665         (gst_videomixer_update_queues):
14666           Fractional framerates, videomixer.
14667
14668 2005-11-22  Michael Smith <msmith@fluendo.com>
14669
14670         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14671         * ext/dv/gstdvdec.h:
14672         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14673         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14674         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14675         (gst_dvdemux_flush):
14676         * ext/dv/gstdvdemux.h:
14677           Fractional framerates for DV. 
14678
14679 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14680
14681         * gst/autodetect/gstautoaudiosink.c:
14682         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14683         * gst/autodetect/gstautovideosink.c:
14684         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14685           Use gst_plugin_feature_list_free() to free feature list and
14686           in the case of autovideosink free the list at all. Also
14687           miscellaneous cosmetic fixes.
14688
14689 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14690
14691         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14692         (gst_cutter_set_property), (gst_cutter_get_caps):
14693           copy calculation code from level; remove use of some audio
14694           functions
14695
14696 2005-11-22  Andy Wingo  <wingo@pobox.com>
14697
14698         * Update for gst_tag_setter API changes.
14699
14700 2005-11-22  Andy Wingo  <wingo@pobox.com>
14701
14702         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14703         (gst_dvdemux_demux_frame)
14704         * ext/flac/gstflacdec.c (gst_flacdec_write)
14705         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14706         (gst_flacenc_sink_event)
14707         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14708         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14709         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14710         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14711         * gst/auparse/gstauparse.c (gst_auparse_chain)
14712         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14713         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14714         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14715         (gst_avi_demux_handle_seek)
14716         * gst/goom/gstgoom.c (gst_goom_event)
14717         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14718         * gst/matroska/matroska-demux.c
14719         (gst_matroska_demux_handle_seek_event)
14720         (gst_matroska_demux_loop_stream_parse_id)
14721         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14722         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14723         (gst_wavparse_stream_headers): Run update-funcnames.
14724
14725 2005-11-22  Edward Hervey  <edward@fluendo.com>
14726
14727         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14728         (gst_dv1394src_init), (gst_dv1394src_dispose),
14729         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14730         (gst_dv1394src_uri_set_uri):
14731         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14732         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14733         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14734         URIHandler interface and element properties are now properly
14735         synchronized for DV1394src and UDPSrc
14736
14737 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14738
14739         * ext/flac/Makefile.am:
14740         * ext/speex/Makefile.am:
14741           libgsttagedit has been renamed to libgsttag.
14742
14743 2005-11-21  Wim Taymans  <wim@fluendo.com>
14744
14745         * gst/rtsp/rtspconnection.c: (read_body):
14746         Apply patch from Sebastien Cote to fix #319184.
14747
14748 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14749
14750         * configure.ac:
14751         * gst/cutter/Makefile.am:
14752         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14753         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14754         (gst_cutter_set_property), (gst_cutter_get_property),
14755         (plugin_init), (gst_cutter_get_caps):
14756           port cutter
14757         * gst/level/gstlevel.c:
14758           fix up plugin details
14759
14760 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14761
14762         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14763         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14764         (gst_flacdec_src_event):
14765         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14766         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14767         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14768         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14769         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14770         (gst_flxdec_sink_event_handler):
14771         * gst/matroska/matroska-demux.c:
14772         (gst_matroska_demux_handle_seek_event):
14773         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14774           Update for stream lock API changes: don't take stream log
14775           in sink event handlers any longer and change GST_STREAM_LOCK
14776           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14777           functions.
14778
14779 2005-11-21  Michael Smith <msmith@fluendo.com>
14780
14781         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14782           gst_object_unref, not g_object_unref
14783
14784 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14787         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14788           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14789
14790 2005-11-21  Michael Smith <msmith@fluendo.com>
14791
14792         * gst/auparse/Makefile.am:
14793         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14794         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14795         (gst_auparse_change_state):
14796         * gst/auparse/gstauparse.h:
14797           Partially fix #161712. playbin still doesn't work on these files,
14798           (on the bug report, Andy says we aren't typefinding it for some
14799           reason?) but at least auparse isn't totally busted like it was before.
14800
14801 2005-11-21  Andy Wingo  <wingo@pobox.com>
14802
14803         * *.h:
14804         * *.c: Ran scripts/update-macros. Oh yes.
14805
14806 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14807
14808         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14809           Filler events are gone for now, comment out section generating
14810           them.
14811
14812 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14813
14814         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14815         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14816         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14817         * sys/osxvideo/osxvideosink.m:
14818           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14819           (#322027)
14820
14821 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14822
14823         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14824         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14825         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14826         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14827         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14828         (gst_avi_demux_stream_data):
14829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14830         * gst/wavenc/gstwavenc.c: (write_metadata):
14831         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14832         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14833         Fixes for GST_FOURCC_FORMAT API change.
14834
14835 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14836
14837         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14838         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14839         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14840         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14841         (gst_text_overlay_change_state):
14842         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14843         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14844         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14845         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14846         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14847         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14848         (gst_videomixer_change_state):
14849           Fix for collect pads API change. Also fix textoverlay state
14850           change function.
14851
14852 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14853
14854         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14855         GST_PAD_IS_USABLE by something approaching it.
14856
14857 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14858
14859         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14860         API changes.
14861         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14862         but also fix the code that was not checking return values from
14863         pad_push neither using pad_alloc_buffer.
14864
14865 2005-11-18  Edward Hervey  <edward@fluendo.com>
14866
14867         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14868         (gst_pngenc_chain):
14869         Added debug category
14870         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14871         goes to EOS.
14872
14873 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14874
14875         * gst/rtp/Makefile.am
14876         * gst/rtp/gstrtp.c
14877         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14878         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14879         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14880         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14881         * gst/rtp/gstrtpg711enc.h:
14882         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14883         * gst/rtp/gstrtpspeexenc.c:
14884         * gst/rtp/gstrtpspeexenc.h:
14885         * gst/rtp/gstrtpspeexdec.c:
14886         * gst/rtp/gstrtpspeexdec.h:
14887         Created Speex payloader and depayloader; Optimize G711 payloader to
14888         use adapter and send packets until MTU size.
14889
14890 2005-11-16  Wim Taymans  <wim@fluendo.com>
14891
14892         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14893         Fix leak in check.
14894
14895 2005-11-16  Wim Taymans  <wim@fluendo.com>
14896
14897         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14898         Fix state change.
14899
14900 2005-11-16  Andy Wingo  <wingo@pobox.com>
14901
14902         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14903         (gst_udpsrc_create): Move comment.
14904
14905 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14906
14907         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14908
14909         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14910           When seeking, seek to closest index entry at or before the requested
14911           seek position, not just the closest one (#321001).
14912
14913 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14914
14915         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14916         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14917           Invert DIB images again (see #132341).
14918
14919 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14920
14921         * configure.ac:
14922           rework configure.ac file
14923         * ext/aalib/gstaasink.c:
14924         * ext/cairo/gstcairo.c:
14925         * ext/dv/gstdv.c:
14926         * ext/esd/gstesd.c:
14927         * ext/flac/gstflac.c:
14928         * ext/gconf/gstgconfelements.c:
14929         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14930         * ext/jpeg/gstjpeg.c:
14931         * ext/ladspa/gstladspa.c:
14932         * ext/libcaca/gstcacasink.c:
14933         * ext/libmng/gstmng.c:
14934         * ext/libpng/gstpng.c:
14935         * ext/mikmod/gstmikmod.c:
14936         * ext/pango/gsttextoverlay.c:
14937         * ext/pango/gsttimeoverlay.c:
14938         * ext/raw1394/gst1394.c:
14939         * ext/speex/gstspeex.c:
14940         * gst/alpha/Makefile.am:
14941         * gst/alpha/gstalpha.c:
14942         * gst/alpha/gstalphacolor.c:
14943         * gst/auparse/gstauparse.c:
14944         * gst/autodetect/gstautoaudiosink.c:
14945         (gst_auto_audio_sink_factory_filter),
14946         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14947         * gst/autodetect/gstautodetect.c:
14948         * gst/avi/gstavi.c:
14949         * gst/cutter/gstcutter.c:
14950         * gst/debug/efence.c:
14951         * gst/debug/gstdebug.c:
14952         * gst/debug/gstnavigationtest.c:
14953         * gst/effectv/gsteffectv.c:
14954         * gst/flx/gstflxdec.c:
14955         * gst/goom/gstgoom.c:
14956         * gst/interleave/plugin.c:
14957         * gst/law/alaw.c:
14958         * gst/law/mulaw.c:
14959         * gst/level/gstlevel.c:
14960         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14961         * gst/matroska/matroska.c:
14962         * gst/median/gstmedian.c:
14963         * gst/monoscope/gstmonoscope.c:
14964         * gst/multipart/multipart.c:
14965         * gst/oldcore/gstelements.c:
14966         * gst/rtp/gstrtp.c:
14967         * gst/rtsp/gstrtsp.c:
14968         * gst/smoothwave/gstsmoothwave.c:
14969         * gst/smpte/gstsmpte.c:
14970         * gst/udp/gstudp.c:
14971         * gst/videobox/gstvideobox.c:
14972         * gst/videofilter/gstgamma.c:
14973         * gst/videofilter/gstvideobalance.c:
14974         * gst/videofilter/gstvideoflip.c:
14975         * gst/videofilter/gstvideotemplate.c:
14976         * gst/videomixer/videomixer.c:
14977         * gst/wavenc/gstwavenc.c:
14978         * gst/wavparse/gstwavparse.c:
14979         * sys/oss/gstossaudio.c:
14980         * sys/osxaudio/gstosxaudio.c:
14981           update GST_PLUGIN_DEFINE
14982         * gst/rtp/Makefile.am:
14983         * gst/rtp/gstasteriskh263.c:
14984           check for htons/htonl headers and possibly link to winsock2 lib
14985
14986 2005-11-12  Edward Hervey  <edward@fluendo.com>
14987
14988         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
14989         Only GST_DEBUG() information on the valid components.
14990
14991 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14992
14993         * configure.ac: back to HEAD
14994
14995 === release 0.9.5 ===
14996
14997 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
14998
14999         * configure.ac:
15000           releasing 0.9.5, "Phone Alarm"
15001
15002 2005-11-11  Edward Hervey  <edward@fluendo.com>
15003
15004         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15005         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15006         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15007         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15008         (gst_avi_demux_loop):
15009         * gst/avi/gstavidemux.h:
15010         Yeah, implement proper seeking. Exact seeking and segment seeking.
15011         Still need to do some checks for segment_stop.
15012
15013 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15014
15015         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15016
15017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15018           Don't try to ready buffer duration from buffer that we don't
15019           own any  longer and that might already have been unreffed.
15020           (#321136)
15021
15022 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15023
15024         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15025         (flx_decode_delta_flc), (gst_flxdec_chain):
15026         Attempting to optimize the code for embedded systems.
15027
15028 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15029
15030         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15031
15032         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15033           Don't re-use already closed file descriptor. (#320920)
15034
15035 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15036
15037         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15038         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15039         (gst_oss_sink_prepare):
15040         * sys/oss/gstosssink.h:
15041           Cache probed caps; fix debug output for SET_PARAM macros.
15042
15043 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15044
15045         * ext/cairo/Makefile.am:
15046         * ext/cairo/gstcairo.c: (plugin_init):
15047         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15048         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15049         (gst_text_overlay_init), (gst_text_overlay_font_init),
15050         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15051         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15052         (gst_text_overlay_text_pad_linked),
15053         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15054         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15055         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15056         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15057         (gst_text_overlay_change_state):
15058         * ext/cairo/gsttextoverlay.h:
15059           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15060           property and redo positioning. Doesn't handle upstream renegotiation
15061           yet though.
15062
15063 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15064
15065         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15066         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15067         (gst_avi_demux_loop):
15068           No need to take the STREAM_LOCK in the loop function. Improve
15069           some debug messages. Don't leak pad names in debug messages.
15070
15071 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * gst/matroska/matroska-demux.c:
15074         (gst_matroska_demux_push_vorbis_codec_priv_data),
15075         (gst_matroska_demux_add_wvpk_header):
15076           Don't error out when the source pad isn't linked.
15077
15078 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15079
15080         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15081         (gst_gconf_audio_sink_change_state):
15082         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15083         (gst_gconf_video_sink_change_state):
15084           Fix state change functions here as well and set kid
15085           to NULL state before removing it.
15086
15087 2005-11-01  Edward Hervey  <edward@fluendo.com>
15088
15089         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15090         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15091         Added proper event handlind, 
15092         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15093         ignored),
15094         and don't set a duration of 0 for buffers otherwise they are discarded
15095         by GstBaseSink.
15096
15097         GstWavEnc needs some serious loving, after going through the code I'm
15098         really wondering how this can stay in -good ...
15099
15100 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15101
15102         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15103         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15104         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15105         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15106         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15107         (gst_matroska_mux_collected):
15108           Fix leaks and invalid memory access as reported by valgrind
15109
15110 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15111
15112         Patch by: Michal Benes <michal.benes@xeris.cz>
15113
15114         * check/Makefile.am:
15115         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15117         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15118           add a unit test for matroskamux
15119           fix the bugs that the unit test exposed
15120
15121 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15122
15123         * gst/autodetect/gstautoaudiosink.c:
15124         (gst_auto_audio_sink_class_init),
15125         (gst_auto_audio_sink_change_state):
15126         * gst/autodetect/gstautovideosink.c:
15127         (gst_auto_video_sink_class_init),
15128         (gst_auto_video_sink_change_state):
15129           Fix state change function and use GST_DEBUG_FUNCPTR in
15130           class_init.
15131
15132 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15133
15134         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15135
15136         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15137         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15138         * gst/matroska/ebml-write.h:
15139         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15140           Set timestamps on outgoing ebml headers as well, so that the
15141           element after matroskamux can get the timestamp already when
15142           reading the first ebml element and doesn't have to wait for
15143           the actual data buffer for that (#320308).
15144           
15145 2005-10-31  Andy Wingo  <wingo@pobox.com>
15146
15147         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15148         (gst_videomixer_pad_link): Kill some memleaks.
15149         (gst_videomixer_pad_get_property): Style fix.
15150         (gst_videomixer_pad_set_property): Style fix.
15151         (gst_videomixer_pad_init): Style fix.
15152         (gst_videomixer_update_queues): Kill memleak.
15153         (gst_videomixer_loop): Kill memleak.
15154         (gst_videomixer_collected): Kill memleak.
15155
15156 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15157
15158         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15159         gst_auparse_change_state:
15160         Just some cleanup.
15161
15162 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15163
15164         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15165         Add checks to GST_FLOW_NOT_LINKED for values returned
15166         from gst_pad_push.
15167         
15168 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15169
15170         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15171         (gst_rtpg711dec_process):
15172         * gst/rtp/gstrtpgsmenc.c:
15173         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15174         are never set. This is important for the g711 to work with burger's rtpbin
15175         element.
15176
15177 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15178
15179         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15180         (gst_speexenc_push_buffer):
15181         Add checks for return values from gst_pad_push and
15182         gst_pad_alloc_buffer.
15183
15184 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15185
15186         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15187
15188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15189         (gst_matroska_demux_parse_info),
15190         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15191         (gst_matroska_demux_parse_cluster):
15192         * gst/matroska/matroska-ids.h:
15193         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15194         (gst_matroska_mux_init), (gst_matroska_mux_start),
15195         (gst_matroska_mux_create_buffer_header),
15196         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15197         (gst_matroska_mux_get_property):
15198         * gst/matroska/matroska-mux.h:
15199           Add SimpleBlock support to matroska demuxer and muxer (part of
15200           Matroska v2). (#319731)
15201
15202 2005-10-28  Wim Taymans  <wim@fluendo.com>
15203
15204         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15205         (gst_jpeg_dec_change_state):
15206         * ext/jpeg/gstjpegdec.h:
15207         Cleanups. Don't create caps for every chain.
15208
15209 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15210
15211         * gst/law/alaw-encode.c: (gst_alawenc_init),
15212         (alawenc_setcaps), (gst_alawenc_chain)
15213         * gst/law/alaw-encode.h:
15214         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15215         (mulawenc_setcaps), (gst_mulawenc_chain)
15216         * gst/law/mulaw-encode.h:
15217         Set timestamp on buffer and it allows RTP G711 elements
15218         work properly.
15219
15220 2005-10-27  Wim Taymans  <wim@fluendo.com>
15221
15222         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15223         Set correct format on oss instead of a silly value. 
15224
15225 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15226
15227         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15228         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15229         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15230         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15231         I420 rendering as well, doesn't bring much for my platform.
15232         Might help on some other platforms.
15233
15234 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15235
15236         * gst/rtp/gstrtpgsmenc.c:
15237         * gst/rtp/gstrtpgsmparse.c:
15238         Declaring the padtemplate correctly.
15239
15240 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15241
15242         * gst/rtp/gstrtpg711dec.c:
15243         * gst/rtp/gstrtpg711enc.c:
15244         * gst/rtp/gstrtpgsmenc.c:
15245         * gst/rtp/gstrtpgsmparse.c:
15246         Setting the proper copyright notice.
15247
15248 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15249
15250         * gst/videobox/Makefile.am: Use liboil.
15251         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15252         (gst_video_box_set_property), (gst_video_box_transform_caps),
15253         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15254         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15255         using liboil. Will dot the same to I420 border generation
15256         tomorrow.
15257
15258 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15259
15260         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15261         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15262         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15263         * gst/rtp/gstrtpg711dec.h:
15264         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15265         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15266         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15267         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15268         (gst_rtpgsmenc_handle_buffer):
15269         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15270         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15271         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15272         * gst/rtp/gstrtpgsmparse.h:
15273         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15274         inherits from the basertpdepayloader.
15275
15276 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15277
15278         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15279         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15280         (gst_video_box_ayuv): Removing this forgotten debug.
15281
15282 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15283
15284         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15285         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15286         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15287
15288 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15289
15290         * sys/oss/gstossaudio.c:
15291         * sys/oss/gstossdmabuffer.c:
15292         * sys/oss/gstosshelper.c:
15293         * sys/oss/gstossmixer.c:
15294         * sys/oss/gstossmixerelement.c:
15295         * sys/oss/gstossmixertrack.c:
15296         * sys/oss/gstosssink.c:
15297         * sys/oss/gstosssrc.c:
15298           Actually use the 'oss' debug category we register.
15299
15300 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15301
15302         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15303         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15304         Use gst_pad_get_parent and drop the ref that was added through
15305         that call.
15306
15307 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15308
15309         * gst/rtp/gstrtpgsmenc.c:
15310           Fix compilation
15311
15312 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15313
15314         * gst/rtp/gstrtpg711dec.c
15315         Just removed a couple of lines of weird code used during
15316         development/test time.
15317
15318 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15319
15320         * gst/rtp/Makefile.am
15321         * gst/rtp/gstrtp.c
15322         * gst/rtp/gstrtpg711enc.c
15323         * gst/rtp/gstrtpg711enc.h
15324         * gst/rtp/gstrtpg711dec.c
15325         * gst/rtp/gstrtpg711dec.h
15326         Created G711 payloader and depayloader (it supports mulaw and alaw
15327         (dec)encoders)
15328
15329 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15330
15331         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15332         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15333         Doh ! I introduced wingo's bug again ! Sorry...
15334
15335 2005-10-25  Christian Schaller <christian@fluendo.com> 
15336
15337         * gst/rtp/Makefile.am: add missing header files for disting
15338
15339 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15340
15341         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15342         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15343         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15344         (gst_rtpgsmenc_handle_buffer):
15345         * gst/rtp/gstrtpgsmenc.h:
15346         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15347         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15348         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15349         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15350         * gst/rtp/gstrtpgsmparse.h:
15351         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15352
15353 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15354
15355         * ext/libpng/gstpngdec.c: (user_info_callback),
15356         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15357         a newsegment event, move some redundant code in a single place.
15358
15359 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15360
15361         * ext/libpng/gstpngdec.c: (user_info_callback),
15362         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15363         hack to get correct colors order when we have a png image with
15364         alpha channel.
15365
15366 2005-10-24  Edward Hervey  <edward@fluendo.com>
15367
15368         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15369         Call gst_element_no_more_pads when there will be no more pads.
15370
15371 2005-10-24  Wim Taymans  <wim@fluendo.com>
15372
15373         * gst/rtp/Makefile.am:
15374         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15375         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15376         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15377         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15378         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15379         (gst_asteriskh263_plugin_init):
15380         * gst/rtp/gstasteriskh263.h:
15381         * gst/rtp/gstrtp.c: (plugin_init):
15382         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15383         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15384         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15385         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15386         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15387         (gst_rtph263enc_plugin_init):
15388         * gst/rtp/gstrtph263enc.h:
15389         Added two new payloaders, an RFC 2190 payloader for h263 and
15390         a payload convertor for an asterisk server.
15391
15392 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15393
15394         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15395           Set bytes_per_sample correctly (is not always 4, but 
15396           depends on width and number of channels).
15397
15398 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15401         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15402         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15403         (gst_flacenc_sink_event), (gst_flacenc_chain),
15404         (gst_flacenc_set_property), (gst_flacenc_get_property),
15405         (gst_flacenc_change_state):
15406         * ext/flac/gstflacenc.h:
15407           Fix seeking, so that flacenc can rewrite the header with the
15408           correct duration and amount of samples and all that at EOS;
15409           also set timestamps and granulepos on outgoing buffers; add
15410           debug category; fix state change function.
15411           
15412 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15413
15414         * gst/videomixer/videomixer.c: Don't restrict video geometry
15415         from 16 to 4096.
15416
15417 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15418
15419         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15420         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15421         Fix caps negotiation correctly, add debugging category.
15422
15423 2005-10-24  Christian Schaller  <christian@fluendo.com>
15424
15425         * configure.ac: Port over Thomas's change from base listing all plugins
15426
15427 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15428
15429         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15430         a sink pad.
15431
15432 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15433
15434         * configure.ac:
15435         * docs/upload.mak:
15436           back to HEAD
15437
15438 === release 0.9.4 ===
15439
15440 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15441
15442         * configure.ac:
15443           Releasing 0.9.4, "Dromiceiomimus"
15444
15445 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15446
15447         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15448         (gst_speexenc_src_query):
15449           Add position and duration query, fix query type function.
15450           
15451         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15452         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15453           Let's not set non-fixed caps on source pads.
15454
15455 2005-10-21  Wim Taymans  <wim@fluendo.com>
15456
15457         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15458         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15459         (gst_avi_demux_handle_seek):
15460         Set correct stream_time in newsegment event.
15461         avi can also handle a duration query now.
15462
15463 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15464
15465         * gst/matroska/matroska-demux.c:
15466         (gst_matroska_demux_handle_src_query),
15467         (gst_matroska_demux_handle_seek_event),
15468         (gst_matroska_demux_loop_stream_parse_id):
15469           Fix duration query; fix basetime in newsegment event after
15470           seek; fix duration in initial newsegment event.
15471
15472         * gst/matroska/matroska-mux.c:
15473         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15474           Extract number of channels and samplerate from vorbis headers;
15475           add some debug messages when querying the durations of the
15476           input streams.
15477
15478 2005-10-20  Wim Taymans  <wim@fluendo.com>
15479
15480         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15481         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15482         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15483         Set stream time correctly in newsegment.
15484
15485 2005-10-20  Wim Taymans  <wim@fluendo.com>
15486
15487         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15488         Correctly fill in the stream time.
15489
15490 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15491
15492         * check/elements/level.c: (GST_START_TEST):
15493         * gst/level/gstlevel.c: (gst_level_message_new):
15494         * gst/level/level-example.c: (message_handler):
15495           use ELEMENT messages instead
15496
15497 2005-10-19  Wim Taymans  <wim@fluendo.com>
15498
15499         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15500         (gst_dvdemux_src_query):
15501         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15502         (gst_flacdec_src_query):
15503         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15504         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15505         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15506         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15507         * gst/debug/progressreport.c: (gst_progress_report_report):
15508         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15509         * gst/matroska/matroska-demux.c:
15510         (gst_matroska_demux_handle_src_query):
15511         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15512         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15513         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15514         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15515         (gst_wavparse_srcpad_event):
15516         API change fix.
15517
15518 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15519
15520         * gst/goom/filters.c:
15521         * gst/goom/graphic.h:
15522         * gst/goom/lines.c:
15523           Make inline functions either 'static inline' or 'extern inline',
15524           otherwise the Forte compiler apparently won't inline them (#317300).
15525
15526 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15527
15528         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15529         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15530         (user_info_callback), (user_endrow_callback), (user_end_callback),
15531         (user_read_data), (gst_pngdec_caps_create_and_set),
15532         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15533         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15534         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15535         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15536         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15537         very nice and handle push/pull based model. if you have filesrc
15538         connected to it, it will do random access to load the png file.
15539         If you have a network source that can't do _getrange, it does 
15540         progressive loading through the chain function.
15541         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15542         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15543         thanks to Master Wim Taymans ;-)
15544
15545 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         * gst/matroska/Makefile.am:
15548         * gst/matroska/ebml-read.c:
15549         * gst/matroska/ebml-read.h:
15550         * gst/matroska/matroska-demux.c:
15551         * gst/matroska/matroska-demux.h:
15552         * gst/matroska/matroska.c: (plugin_init):
15553           Ported matroska demuxer to 0.9.
15554
15555 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15556
15557         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15558
15559         * gst/matroska/matroska-mux.c:
15560         (gst_matroska_mux_video_pad_setcaps),
15561         (gst_matroska_mux_audio_pad_setcaps):
15562           Fix mpeg4 input handling (#318847); also, while we're at it,
15563           fix media type for Motion-JPEG: should be image/jpeg.
15564
15565 2005-10-18  Wim Taymans  <wim@fluendo.com>
15566
15567         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15568         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15569         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15570         Fix for segment-start/stop API change.
15571
15572 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15573
15574         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15575         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15576         way.
15577
15578 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15579
15580         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15581         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15582         output declared in transform_caps.
15583
15584 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15585
15586         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15587
15588 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15589
15590         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15591         (gst_video_box_get_unit_size): Fix wrong size calculations and
15592         implement get_unit_size correctly.
15593
15594 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15595
15596         * configure.ac:
15597           Enable flx plugin.
15598
15599         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15600           Fix gcc4 signedness issue.
15601
15602 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15603
15604         * configure.ac: Adding videomixer.
15605         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15606         (user_read_data), (gst_pngdec_chain): More debugging.
15607         * gst/alpha/Makefile.am: Adding alphacolor
15608         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15609         (gst_alpha_color_class_init), (gst_alpha_color_init),
15610         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15611         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15612         (plugin_init): Ported to 0.9 using in place base tranform.
15613         * gst/videomixer/Makefile.am:
15614         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15615         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15616         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15617         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15618         (gst_videomixer_init), (gst_videomixer_getcaps),
15619         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15620         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15621         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15622         to 0.9 using collectpads.
15623
15624 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15625
15626         * configure.ac:
15627         * gst/flx/Makefile.am:
15628         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15629         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15630         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15631         * gst/flx/gstflxdec.h:
15632         flx plugin ported to 0.9
15633
15634 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15635
15636         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15637           use new gst_version_string()
15638
15639 2005-10-16  Andy Wingo  <wingo@pobox.com>
15640
15641         * configure.ac: GLIB_CHECK.
15642
15643 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15644
15645         * ext/libpng/Makefile.am:
15646         * ext/libpng/gstpng.c: (plugin_init):
15647         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15648         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15649         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15650
15651 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15652
15653         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15654
15655         * configure.ac:
15656         * gst/matroska/Makefile.am:
15657         * gst/matroska/ebml-ids.h:
15658         * gst/matroska/ebml-write.c:
15659         * gst/matroska/ebml-write.h:
15660         * gst/matroska/matroska-ids.h:
15661         * gst/matroska/matroska-mux.c:
15662         * gst/matroska/matroska-mux.h:
15663         * gst/matroska/matroska.c: (plugin_init):
15664           Port matroska muxer to 0.9 (#318847).
15665
15666 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15667
15668         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15669         (comment_init), (comment_add):
15670           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15671           use GST_READ_UINT32_LE() and friends rather than the private
15672           implementation of those same macros.
15673
15674 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15675
15676         * examples/stats/mp2ogg.c:
15677           more typo fixes
15678
15679 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15680
15681         * examples/indexing/indexmpeg.c: (main):
15682         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15683         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15684         * ext/esd/esdmon.h:
15685         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15686         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15687         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15688         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15689         * gst/avi/gstavimux.c: (gst_avimux_init):
15690         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15691         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15692         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15693         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15694         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15695         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15696         * gst/oldcore/gstmultifilesrc.h:
15697         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15698         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15699         (gst_pipefilter_change_state):
15700         * gst/oldcore/gstpipefilter.h:
15701         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15702         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15703         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15704         * sys/osxaudio/gstosxaudiosink.h:
15705         * sys/osxaudio/gstosxaudiosrc.h:
15706           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15707           moved bitshift from macro to enum definition
15708
15709 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15710
15711         * ext/Makefile.am:
15712         * ext/cairo/Makefile.am:
15713         * ext/cairo/gstcairo.c: (plugin_init):
15714         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15715         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15716         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15717         * ext/cairo/gsttimeoverlay.h:
15718           update of cairo-based timeoverlay to 1.0 Cairo API
15719           doesn't work yet for resizing of output sink
15720
15721 2005-10-11  Wim Taymans  <wim@fluendo.com>
15722
15723         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15724         newsegment API fix.
15725
15726 2005-10-11  Wim Taymans  <wim@fluendo.com>
15727
15728         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15729         (gst_dvdemux_demux_frame):
15730         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15731         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15732         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15733         (gst_avi_demux_handle_seek):
15734         * gst/goom/gstgoom.c: (gst_goom_event):
15735         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15736         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15737         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15738         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15739         (gst_wavparse_srcpad_event):
15740         newsegment API update.
15741
15742 2005-10-11  Andy Wingo  <wingo@pobox.com>
15743
15744         * ext/speex/gstspeexenc.c: Signedness cleanups.
15745
15746 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15747
15748         * PORTED_09:
15749         * ext/speex/Makefile.am:
15750         * ext/speex/gstspeex.c:
15751         * ext/speex/gstspeexenc.c:
15752         Speexenc ported to 0.9
15753
15754 2005-10-10  Wim Taymans  <wim@fluendo.com>
15755
15756         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15757         (gst_oss_sink_init), (gst_oss_sink_set_property),
15758         (gst_oss_sink_get_property), (gst_oss_sink_open),
15759         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15760         * sys/oss/gstosssink.h:
15761         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15762         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15763         (gst_oss_src_prepare):
15764         Cleanups, make device configurable in the sink, handle and report
15765         errors.
15766
15767 2005-10-10  Wim Taymans  <wim@fluendo.com>
15768
15769         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15770         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15771         Make sure element is NULL before removing from the bin.
15772
15773 2005-10-07  Andy Wingo  <wingo@pobox.com>
15774
15775         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15776         block forever in a read().
15777         (gst_dv1394src_bus_reset): Post a message when the cable is
15778         unplugged.
15779         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15780         (gst_dv1394src_bus_reset): Don't unref the message.
15781
15782         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15783         hacking. The only change should be that the state change stuff was
15784         put into basesrc's start() and stop() routines, which coalesces
15785         some steps.
15786
15787 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15788
15789         * configure.ac:
15790           Add check for mmap
15791           
15792         * gst/debug/Makefile.am:
15793           Only compile efence plugin on systems that have mmap.
15794
15795 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15796
15797         * gst/debug/Makefile.am:
15798         * gst/debug/breakmydata.c:
15799         * gst/debug/gstdebug.c:
15800         * gst/debug/gstnavigationtest.c:
15801         * gst/debug/gstnavseek.c: 
15802         * gst/debug/gstnavseek.h:
15803         * gst/debug/progressreport.c: 
15804         * gst/debug/testplugin.c:
15805           Port progressreport, navseek, navigationtest, testsink and
15806           breakmydata.
15807
15808 2005-10-05  Edward Hervey  <edward@fluendo.com>
15809
15810         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15811         (gst_dvdemux_src_query):
15812         Fixes for better conversion
15813
15814 2005-10-04  Michael Smith <msmith@fluendo.com>
15815
15816         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15817         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15818         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15819         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15820           Set state of elements to NULL before removing from bins.
15821           Set state of test element to NULL if we failed to move it to READY
15822
15823 2005-10-04  Edward Hervey  <edward@fluendo.com>
15824
15825         * ext/dv/Makefile.am:
15826         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15827         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15828         Corrected the query function for position so it doesn't forget what
15829         format was asked, and calls the conversion functions on the correct pad.
15830
15831 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15832
15833         * configure.ac:
15834           back to development
15835
15836 === release 0.9.3 ===
15837
15838 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15839
15840         * configure.ac:
15841           Releasing 0.9.3, "Aramis"
15842
15843 2005-10-03  Andy Wingo  <wingo@pobox.com>
15844
15845         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15846         error returns.
15847
15848 2005-10-02  Andy Wingo  <wingo@pobox.com>
15849
15850         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15851
15852         * ext/flac/gstflacenc.c: Ported to 0.9.
15853
15854         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15855
15856         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15857         and link to gsttagedit. Enable flacenc.
15858
15859         * ext/flac/gstflacdec.c: Re-enable tag reading.
15860
15861 2005-09-30  Wim Taymans  <wim@fluendo.com>
15862
15863         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15864         * gst/rtp/gstrtpgsmparse.c:
15865         * gst/rtp/gstrtph263penc.c:
15866         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15867         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15868         (gst_rtpmp4venc_set_property):
15869         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15870         Various class and caps fixes from Andre Magalhaes (andrunko)
15871
15872 2005-09-29  Wim Taymans  <wim@fluendo.com>
15873
15874         * gst/level/level-example.c: (main):
15875         Update for new bus API.
15876
15877 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15878
15879         * configure.ac:
15880           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15881           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15882
15883 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15884
15885         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15886           Fix playback of mono streams (bytes_per_sample should be set
15887           from the sample width and the number of channels negotiated,
15888           and not just be set to 4) (#317338)
15889
15890 2005-09-26  Wim Taymans  <wim@fluendo.com>
15891
15892         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15893         (gst_rtpmpaenc_handle_buffer):
15894         Set buffer duration correctly.
15895
15896 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15897
15898         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15899         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15900         (gst_avi_demux_change_state):
15901           Don't crash when encountering a stream with an unknown fourcc or
15902           codec id. Instead, create a pad of type video/x-avi-unknown or
15903           audio/x-avi-unknown, which as a side-effect also results in less
15904           confusing error messages in players ('no decoder' vs. 'no streams');
15905           minor fixes to state change function and class_init function.
15906
15907 2005-09-24  Wim Taymans  <wim@fluendo.com>
15908
15909         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15910         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15911         These are sinks.
15912
15913 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15914
15915         * check/elements/level.c: (GST_START_TEST):
15916           fix test for new GstClockTime use
15917         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15918         (gst_level_transform_ip):
15919         * gst/level/gstlevel.h:
15920           fix up the decay peak, ensuring the decay peak is never lower
15921           than the peak for that interval
15922
15923 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15924
15925         * docs/plugins/gst-plugins-good-plugins.args:
15926         * docs/plugins/inspect/plugin-alpha.xml:
15927         * docs/plugins/inspect/plugin-rtp.xml:
15928         * gst/level/gstlevel.c: (gst_level_set_caps),
15929         (gst_level_transform_ip):
15930           updating docs
15931
15932 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15933
15934         * Makefile.am:
15935         * check/elements/level.c: (GST_START_TEST):
15936         * gst/level/Makefile.am:
15937         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15938         (gst_level_set_property), (gst_level_get_property),
15939         (gst_level_set_caps), (gst_level_message_new),
15940         (gst_level_transform_ip):
15941         * gst/level/gstlevel.h:
15942         * gst/level/level-example.c: (message_handler), (main):
15943           convert to using GstClockTime for all time values, finally.
15944
15945 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15946
15947         * gst/auparse/Makefile.am:
15948         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15949           fix up build
15950         * configure.ac:
15951         * ext/cairo/Makefile.am:
15952         * ext/dv/Makefile.am:
15953         * ext/esd/Makefile.am:
15954         * ext/flac/Makefile.am:
15955         * ext/gconf/Makefile.am:
15956         * ext/gdk_pixbuf/Makefile.am:
15957         * ext/jpeg/Makefile.am:
15958         * ext/ladspa/Makefile.am:
15959         * ext/libcaca/Makefile.am:
15960         * ext/libmng/Makefile.am:
15961         * ext/libpng/Makefile.am:
15962         * ext/mikmod/Makefile.am:
15963         * ext/pango/Makefile.am:
15964         * ext/raw1394/Makefile.am:
15965         * ext/shout2/Makefile.am:
15966         * ext/speex/Makefile.am:
15967         * gst/alpha/Makefile.am:
15968         * gst/autodetect/Makefile.am:
15969         * gst/avi/Makefile.am:
15970         * gst/cutter/Makefile.am:
15971         * gst/debug/Makefile.am:
15972         * gst/effectv/Makefile.am:
15973         * gst/flx/Makefile.am:
15974         * gst/goom/Makefile.am:
15975         * gst/interleave/Makefile.am:
15976         * gst/law/Makefile.am:
15977         * gst/matroska/Makefile.am:
15978         * gst/median/Makefile.am:
15979         * gst/monoscope/Makefile.am:
15980         * gst/multipart/Makefile.am:
15981         * gst/oldcore/Makefile.am:
15982         * gst/rtp/Makefile.am:
15983         * gst/rtsp/Makefile.am:
15984         * gst/smoothwave/Makefile.am:
15985         * gst/smpte/Makefile.am:
15986         * gst/videobox/Makefile.am:
15987         * gst/videofilter/Makefile.am:
15988         * gst/videomixer/Makefile.am:
15989         * gst/wavenc/Makefile.am:
15990         * gst/wavparse/Makefile.am:
15991         * sys/oss/Makefile.am:
15992         * sys/osxaudio/Makefile.am:
15993         * sys/osxvideo/Makefile.am:
15994           fix up GST_LIBS use
15995
15996 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15997
15998         * gst/auparse/Makefile.am:
15999         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16000           fix build of auparse
16001
16002 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16003
16004         * configure.ac:
16005         * PORTED_09:
16006         * gst/auparse/gstauparse.c:
16007         * gst/auparse/gstauparse.h:
16008         Auparse ported to 0.9.
16009
16010 2005-09-22  Wim Taymans  <wim@fluendo.com>
16011
16012         * gst/rtp/TODO:
16013         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16014         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16015         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16016         (gst_rtpmp4venc_set_property):
16017         * gst/rtp/gstrtpmp4venc.h:
16018         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16019         * gst/rtp/gstrtpmpaenc.h:
16020         Use is_filled to both check MTU and max-ptime of base class.
16021
16022 2005-09-22  Wim Taymans  <wim@fluendo.com>
16023
16024         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16025         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16026         (gst_rtpmp4venc_set_property):
16027         Don't fragment packets with multiple frames.
16028
16029 2005-09-22  Wim Taymans  <wim@fluendo.com>
16030
16031         * gst/rtp/TODO:
16032         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16033         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16034         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16035         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16036         (gst_rtpmp4venc_get_property):
16037         * gst/rtp/gstrtpmp4venc.h:
16038         Remove g_print.
16039         Update TODO
16040         Make payload encoder a bit smarter and more correct with
16041         timestamps.
16042         Added option in payloader to include config string in-band.
16043
16044 2005-09-21  Wim Taymans  <wim@fluendo.com>
16045
16046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16047         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16048         (gst_rtspsrc_send):
16049         Strip spaces for key/value pairs.
16050
16051 2005-09-21  Wim Taymans  <wim@fluendo.com>
16052
16053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16054         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16055         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16056         (gst_rtspsrc_change_state):
16057         More SDP parsing and caps setting.
16058         Do NO_PREROLL differently.
16059         add pads only after negotiated.
16060
16061         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16062         (gst_udpsrc_getcaps):
16063         Implement the getcaps function.
16064
16065 2005-09-21  Wim Taymans  <wim@fluendo.com>
16066
16067         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16068         (gst_rtpamrdec_chain):
16069         Handle multiple AMr packets per payload. Handle CRC and
16070         parse ILL/ILP.
16071
16072         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16073         Make caps params strings for easy SDP mapping.
16074         
16075         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16076         Handle capsnego better.
16077
16078         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16079         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16080         Generate and parse config string in the caps.
16081
16082 2005-09-21  Wim Taymans  <wim@fluendo.com>
16083
16084         * gst/rtp/README:
16085         Update README
16086
16087         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16088         Make extra params as strings.
16089
16090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16091         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16092         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16093         Make state change return NO_PREROLL as this is a live
16094         source.
16095
16096         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16097         Don't unref old caps when NULL.
16098
16099 2005-09-20  Wim Taymans  <wim@fluendo.com>
16100
16101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16102         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16103         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16104         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16105         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16106         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16107         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16108         * gst/rtsp/sdpmessage.h:
16109         Add URI handler.
16110         Parse SDP and create caps.
16111
16112 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16113
16114         * gst/alpha/gstalpha.c:
16115           fix element description
16116
16117 2005-09-19  Wim Taymans  <wim@fluendo.com>
16118
16119         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16120         Don't check payload for now.
16121
16122 2005-09-19  Wim Taymans  <wim@fluendo.com>
16123
16124         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16125         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16126         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16127         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16128         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16129         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16130         (gst_wavparse_change_state):
16131         * gst/wavparse/gstwavparse.h:
16132         Fix wavparse some more.
16133
16134 2005-09-19  Wim Taymans  <wim@fluendo.com>
16135
16136         * check/elements/level.c: (GST_START_TEST):
16137         Fix for bus API change.
16138
16139 2005-09-19  Wim Taymans  <wim@fluendo.com>
16140
16141         * gst/level/level-example.c: (main):
16142         Fix for new bus API.
16143
16144         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16145         Set caps on pads.
16146
16147 2005-09-15  Wim Taymans  <wim@fluendo.com>
16148
16149         * gst/rtp/Makefile.am:
16150         * gst/rtp/README:
16151         * gst/rtp/gstrtp.c: (plugin_init):
16152         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16153         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16154         (gst_rtpamrdec_change_state):
16155         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16156         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16157         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16158         * gst/rtp/gstrtpamrenc.h:
16159         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16160         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16161         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16162         * gst/rtp/gstrtpgsmenc.h:
16163         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16164         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16165         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16166         (gst_rtpgsmparse_change_state):
16167         * gst/rtp/gstrtpgsmparse.h:
16168         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16169         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16170         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16171         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16172         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16173         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16174         * gst/rtp/gstrtph263penc.h:
16175         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16176         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16177         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16178         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16179         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16180         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16181         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16182         * gst/rtp/gstrtpmp4venc.h:
16183         * gst/rtp/gstrtpmpadec.c:
16184         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16185         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16186         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16187         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16188         * gst/rtp/gstrtpmpaenc.h:
16189         Updates to payloader/depayloaders, make payloaders use
16190         the base classes.
16191         Updated README with suggested RTP caps and how to convert
16192         to/from SDP.
16193         Added config descriptor in mp4v payloader.
16194
16195 2005-09-15  Andy Wingo  <wingo@pobox.com>
16196
16197         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16198         * gst/autodetect/gstautovideosink.c
16199         (gst_auto_video_sink_find_best): Update for new registry API.
16200
16201 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16202
16203         * common/c-to-xml.py:
16204         * common/gtk-doc-plugins.mak:
16205           a simple py script to generate valid xml from a C example
16206           probably also need to strip an MIT license when we decide
16207         * docs/plugins/Makefile.am:
16208         * gst/level/Makefile.am:
16209         * gst/level/gstlevel.c: (gst_level_init):
16210         * gst/level/level-example.c: (message_handler), (main):
16211           add an example to level that will show up in the docs
16212         * gst/rtp/TODO:
16213           add a note for the future
16214
16215 2005-09-14  Michael Smith <msmith@fluendo.com>
16216
16217         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16218           Actually define the debug object being used in wavenc. Fixes #316205
16219
16220 2005-09-14  Michael Smith <msmith@fluendo.com>
16221
16222         * gst/smpte/Makefile.am:
16223           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16224           needed to build on windows (bug 316204)
16225
16226 2005-09-12  Andy Wingo  <wingo@pobox.com>
16227
16228         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16229
16230 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16231
16232         * configure.ac:
16233         * gst/fdsrc/Makefile.am:
16234         * gst/fdsrc/gstfdsrc.c:
16235         * gst/fdsrc/gstfdsrc.h:
16236           Move fdsrc back into gstreamer core elements.
16237
16238         * gst/level/gstlevel.c: (gst_level_class_init),
16239         (gst_level_transform_ip):
16240         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16241           Basetransform changes.
16242
16243 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16244
16245         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16246         * ext/jpeg/smokecodec.c: (find_best_size):
16247           fix compiler warnings
16248
16249 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16250
16251         * gst-plugins-good.spec.in:
16252           spec file fixes
16253         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16254         (gst_multiudpsink_render), (gst_multiudpsink_add),
16255         (gst_multiudpsink_clear):
16256           it actually helps to actually stream if we hook up the
16257           "add" signal to an actual implementation
16258         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16259           some debugging
16260
16261 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16262
16263         * ext/jpeg/Makefile.am:
16264         * ext/jpeg/gstjpeg.c
16265         * ext/jpeg/gstjpegenc.c:
16266         * ext/jpeg/gstsmokeenc.c:
16267
16268 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16269
16270         * ext/flac/gstflacdec.c:
16271         * ext/flac/gstflacenc.c:
16272         * ext/flac/gstflactag.c:
16273         * ext/speex/gstspeexenc.c:
16274           gsttaginterface.h -> gsttagsetter.h
16275
16276 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16277
16278         * configure.ac:
16279         * gst/debug/Makefile.am:
16280         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16281         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16282         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16283         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16284         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16285           Port to 0.9 and re-enable efence plugin.
16286
16287 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16288
16289         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16290         (gst_flacdec_write), (gst_flacdec_convert_src):
16291         * ext/flac/gstflacdec.h:
16292           Add support for flac files with 24/32 bits per sample; and misc.
16293           minor clean-ups. Seeking is still partly broken (for me at least).
16294
16295 2005-09-06  Wim Taymans  <wim@fluendo.com>
16296
16297         * gst/rtp/Makefile.am:
16298         * gst/rtp/gstrtp.c: (plugin_init):
16299         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16300         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16301         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16302         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16303         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16304         (gst_rtpmp4vdec_plugin_init):
16305         * gst/rtp/gstrtpmp4vdec.h:
16306         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16307         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16308         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16309         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16310         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16311         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16312         * gst/rtp/gstrtpmp4venc.h:
16313         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16314         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16315         Added mpeg4 video payload encoder/decoder.
16316         Added some docs in mpa payloader.
16317
16318 === release 0.9.1 ===
16319
16320 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16321
16322         * NEWS:
16323         * README:
16324         * RELEASE:
16325         * autogen.sh:
16326         * configure.ac:
16327           releasing 0.9.1, "Blondie"
16328
16329 2005-09-05  Andy Wingo  <wingo@pobox.com>
16330
16331         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16332         here from the state change handler, so we fire signals without
16333         holding the state lock.
16334
16335 2005-09-02  Andy Wingo  <wingo@pobox.com>
16336
16337         * All plugins updated for element state changes.
16338
16339 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16340
16341         * Makefile.am:
16342         * check/.cvsignore:
16343         * check/Makefile.am:
16344         * check/elements/.cvsignore:
16345         * check/elements/level.c: (setup_level), (cleanup_level),
16346         (GST_START_TEST), (level_suite), (main):
16347           add a test for level
16348         * common/release.mak:
16349           move the enum checking to release.mak
16350         * configure.ac:
16351           add valgrind and check checking
16352         * gst/level/gstlevel.c: (gst_level_transform):
16353         * gst/level/gstlevel.h:
16354           fix Andy's cast bug
16355           convert a field to int
16356           fix the arithmetic to int when checking for emit so that a
16357           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16358
16359 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16360
16361         * Makefile.am:
16362         * configure.ac:
16363           add docs to build
16364         * common/plugins.xsl:
16365           wrap Description into a refsect2
16366         * docs/Makefile.am:
16367         * docs/plugins/Makefile.am:
16368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16370         * gst/goom/Makefile.am:
16371         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16372         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16373         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16374         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16375         (gst_goom_change_state):
16376         * gst/goom/gstgoom.h:
16377           GstGOOM -> GstGoom
16378           add an example launch line
16379         * gst/level/gstlevel.h:
16380         * gst/monoscope/gstmonoscope.c:
16381           cleanups
16382
16383 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16384
16385         * configure.ac:
16386         * docs/plugins/Makefile.am:
16387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16389         * docs/plugins/gst-plugins-good-plugins.types:
16390           document elements and plugins.  Shazam !
16391
16392 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16393
16394         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16395           be found under doc/random/ChangeLog-0.8