tests/icles/Makefile.am: Move the -lgstfoo where it belongs.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * tests/icles/Makefile.am:
4           Move the -lgstfoo where it belongs.
5
6 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
7
8         * gst/matroska/ebml-ids.h:
9         Add ID for EBML CRC32 elements.
10
11         * gst/matroska/Makefile.am:
12         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
13         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
14         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
15         (gst_ebml_read_header):
16         Support reading 80bit floats, add finalize method to clean up
17         in any case, support reading length/id elements with any length
18         as long as it's smaller than our supported maximum, don't leak
19         buffers if reading as much data as we wanted failed and some
20         smaller cleanup.
21
22 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
23
24         Patch by: Olivier Crete <tester at tester dot ca>
25
26         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
27         Check that a buffer is large enough before reading from it.
28         Fixes bug #521102.
29         
30 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
31
32         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
33         Fix compilation after removing the GstPollMode from the
34         constructor.
35
36 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
37
38         * configure.ac:
39         * gst/audiofx/Makefile.am:
40         * gst/audiofx/audiochebband.c:
41         * gst/audiofx/audiocheblimit.c:
42         * gst/audiofx/math_compat.h:
43         Check for sinh(), cosh() and asinh() and define our own
44         implementations if they're not available. Fixes bug #520880.
45
46 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
47
48         Patch by: Olivier Crete <tester at tester dot ca>
49
50         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
51         Unref the buffers only once when handling not-negotiated errors.
52         Fixes bug #520764.
53
54 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
55
56         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
57
58         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
59         (gst_udpsrc_stop):
60         Properly balance WSA_Cleanup with WSA_Startup.
61         Also make the poll controllable on windows. Fixes #520888.
62
63 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
64
65         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
66         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
67         (gst_ebml_read_element_length), (gst_ebml_peek_id),
68         (gst_ebml_read_skip), (gst_ebml_read_buffer),
69         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
70         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
71         (gst_ebml_read_date), (gst_ebml_read_master),
72         (gst_ebml_read_binary), (gst_ebml_read_header):
73         * gst/matroska/ebml-read.h:
74         * gst/matroska/matroska-demux.c:
75         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
76         (gst_matroska_demux_read_track_encodings),
77         (gst_matroska_demux_add_stream),
78         (gst_matroska_demux_handle_src_query),
79         (gst_matroska_demux_handle_seek_event),
80         (gst_matroska_demux_init_stream),
81         (gst_matroska_demux_parse_tracks),
82         (gst_matroska_demux_parse_index_cuetrack),
83         (gst_matroska_demux_parse_index_pointentry),
84         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
85         (gst_matroska_demux_parse_metadata_id_simple_tag),
86         (gst_matroska_demux_parse_metadata_id_tag),
87         (gst_matroska_demux_parse_metadata),
88         (gst_matroska_demux_sync_streams),
89         (gst_matroska_demux_push_hdr_buf),
90         (gst_matroska_demux_push_flac_codec_priv_data),
91         (gst_matroska_demux_push_xiph_codec_priv_data),
92         (gst_matroska_demux_add_wvpk_header),
93         (gst_matroska_demux_check_subtitle_buffer),
94         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
95         (gst_matroska_demux_parse_cluster),
96         (gst_matroska_demux_parse_contents_seekentry),
97         (gst_matroska_demux_parse_contents),
98         (gst_matroska_demux_loop_stream_parse_id),
99         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
100         * gst/matroska/matroska-demux.h:
101         * gst/matroska/matroska-ids.h:
102         Handle return values from pull_range in a more granular way to properly
103         shut down on seeks.
104         Combine return values from push.
105         Implement proper error handling.
106         Prepare for handling seeking correctly.
107
108 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
109
110         * gst/matroska/ebml-read.c:
111         Use GINT64 formatting constants from GLIB.
112
113         * gst/matroska/matroska-demux.c:
114         Add some guards to avoid a possible division by 0 and crashing
115         with NULL events on some systems.
116         Use gst_gdouble_to_guint64 somewhere instead of an implicit
117         conversion. 
118
119         * gst/matroska/matroska-mux.c:
120         Check for invalid timestamps in a bunch of places to avoid
121         writing bogus durations into the output file.
122         Fix some double<->gint64 conversions that weren't using
123         gst_guint64_to_gdouble
124
125 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
126
127         * configure.ac:
128         Move the checks for bison, flex and as to the program section and the
129         check for gcc inline asm to the compiler characteristics section.
130
131 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
132
133         * configure.ac:
134         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
135         plug-ins are included/excluded. (#498222)
136
137 2008-02-29  Michael Smith <msmith@fluendo.com>
138
139         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
140           Don't call gst_object_sync_values() unless we have a valid timestamp.
141
142 2008-02-28  David Schleef  <ds@schleef.org>
143
144         * gst/matroska/matroska-demux.c:
145         * gst/matroska/matroska-ids.h:
146         * gst/matroska/matroska-mux.c:
147           Fix Dirac mapping.  I had previously added a VfW-type
148           mapping, but it looks like Dirac will get a native Matroska
149           mapping, and this is the most likely method.
150
151 2008-02-28  David Schleef  <ds@schleef.org>
152
153         * gst/avi/gstavimux.c: Add Dirac encoding
154
155 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
156
157         Patch by: Peter Kjellerstedt <pkj at axis com>
158
159         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
160         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
161         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
162         * gst/udp/gstudpsrc.h:
163         Port to GstPoll. See #505417.
164
165 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
166
167         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
168         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
169         yet on the srcpad. We need rate and channels before we
170         can do any processing. Fixes bug #519088.
171
172 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
173
174         * configure.ac:
175         Detect and indicate if GCC inline assembly syntax is
176         available.
177
178         * gst/goom/Makefile.am:
179         * gst/goom/convolve_fx.c:
180         * gst/goom/flying_stars_fx.c:
181         * gst/goom/goom_config.h:
182         * gst/goom/goom_core.c:
183         * gst/goom/goomsl.c:
184         * gst/goom/ifs.c:
185         * gst/goom/mmx.c:
186         * gst/goom/plugin_info.c:
187         * gst/goom/xmmx.c:
188         Fix various GCC-isms, and only build the inline assembly
189         with compilers that support GCC inline assembly.
190
191         Fix a couple of other warnings shown with Forte.
192
193 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
194
195         * gst/goom/xmmx.c:
196           Use 'emms' instead of 'femms' to not crash on cpus that do not
197           implement this 3dnow specific instruction.
198
199 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
200
201         * gst/goom/plugin_info.c: (setOptimizedMethods):
202         Use extended MMX for draw_line() too if available, not only
203         normal MMX.
204
205 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
206
207         * ext/jpeg/gstjpeg.c: (plugin_init):
208         Remove (commented out) smoke typefinder. This is in base now.
209
210 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
211
212         * gst/goom2k1/Makefile.am:
213         * gst/goom2k1/gstgoom.c:
214
215         Rename the installed library, and don't register the same 
216         GType name as the new goom.
217
218 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
219
220         * configure.ac:
221         * ext/taglib/Makefile.am:
222           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
223           when building C++ code (#516509).
224
225 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
226
227         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
228         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
229           (setOptimizedMethods):
230           Call oil_init(), otherwise oil_get_cpu_flags() won't return
231           anything useful. Export goom debug category so we can get
232           rid of the VERBOSE define and the printfs.
233
234 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
235
236         * gst/goom/goomsl_heap.c: (align_it):
237         * gst/goom/plugin_info.c: (setOptimizedMethods):
238           Compile fixes for x86-64.
239
240 2008-02-23  Bastien Nocera  <hadess@hadess.net>
241
242         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
243         with warnings, but add other CFLAGS
244
245         * gst/goom/goomsl.c (gsl_instr_set_namespace),
246         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
247         (calculate_labels), (gsl_read_file):
248         * gst/goom/goomsl_lex.l:
249         * gst/goom/goomsl_yacc.y:
250         * gst/goom/plugin_info.c: Remove a few live printf, and
251         fprintf, replace exit() calls with g_assert_not_reached()
252         if it not optimal for a library
253
254 2008-02-23  Bastien Nocera  <hadess@hadess.net>
255
256         * gst/goom/Makefile.am: Remove the warnings being disabled,
257         fix linkage on x86, spotted by Sebastian Dröge
258         <slomo@circular-chaos.org>
259
260         * gst/goom/convolve_fx.c (convolve_init),
261         (create_output_with_brightness), (convolve_apply):
262         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
263         * gst/goom/goomsl.c:
264         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
265         * gst/goom/plugin_info.c:
266         * gst/goom/tentacle3d.c (tentacle_fx_create):
267         Fix warnings, and disable the motifs in the convolve_fx
268         plugin (they were causing warnings, and they were just
269         "Goom" in funny letterring)
270
271 2008-02-23  Bastien Nocera  <hadess@hadess.net>
272
273         * configure.ac: Add checks for Flex/Yacc/Bison and other
274         furry animals, for the new goom 2k4 based plugin
275
276         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
277         CPU optimisations (not working yet), move the old plugin to...
278
279         * gst/goom2k1/*: ... here, in case somebody is sick enough
280
281         Fixes #515073
282
283 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
284
285         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
286         Post the server response code in an error message instead of a generic
287         'error' message. Fixes #517237.
288
289 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
290
291         * tests/check/Makefile.am:
292         Ignore gconfaudiosrc for the states unit test too. It will fallback
293         to alsasrc if the gconf settings can't be read and not everybody has
294         alsa.
295
296 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
297
298         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
299         (gst_wavpack_parse_create_src_pad):
300         * ext/wavpack/gstwavpackparse.h:
301         Always report the duration if we know it in push mode and don't
302         return 0 just to make totem believe we can't seek in push mode.
303         Newer totem version use the SEEKING query which properly reports
304         if we can seek or not.
305
306 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
307
308         Patch by: Jens Granseuer <jensgr at gmx dot net>
309
310         * tests/examples/equalizer/demo.c: (main):
311         C89 fix, moving variable declarations to the beginning of
312         the block. Fixes bug #517933.
313
314 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
315
316         * configure.ac:
317         Back to development...
318
319 === release 0.10.7 ===
320
321 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
322
323         * configure.ac:
324           releasing 0.10.7, "Red Door Black"
325
326 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
327
328         * gst/alpha/Makefile.am:
329         Link alpha plugin with libgstbase. Fixes bug #517386.
330
331 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
332
333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
334         Init values to -1 instead of the default 0 value.
335         Fixes #516524.
336
337 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
338
339         * tests/examples/spectrum/spectrum-example.c:
340         Add missing include to fix compilation when libxml usage is disabled.
341         Fixes: #516371
342
343 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
344
345         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
346         fixes: #514889
347
348         * gst/rtp/gstrtph264pay.c:
349         * gst/rtp/gstrtpmp4gdepay.c:
350         * gst/rtp/gstrtpmp4gpay.c:
351         * gst/rtp/gstrtpmp4gpay.h:
352         * gst/rtp/gstrtptheorapay.c:
353         * gst/rtp/gstrtpvorbispay.c:
354
355         Fix various leaks shown up in valgrind
356         - free sprops and buffer in error cases in H264 payloader
357         - fix leak in mp4g depayloader when construction the caps
358         - don't leak config string in the mp4g payloader
359         - don't leak buffers and headers in theora and vorbis payloaders
360
361         * tests/check/elements/rtp-payloading.c:
362
363         Fix the RTP data test
364         - Actually send valid amr data to the payloader instead of 20
365         zero-bytes
366         - The mp4g payloader expects codec_data on the caps
367
368 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
369
370         * win32/MANIFEST:
371         Add libgstpng.dsp to MANIFEST.
372         * win32/vs6/libgstaudiofx.dsp:
373         Add new source files to VS project file.
374
375 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
376
377         * sys/ximage/gstximagesrc.c:
378         Initialise variables when opening the X display rather
379         than in _start(), as the display can be opened before that.
380
381         Fixes: #515985
382
383 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
384
385         * sys/directdraw/gstdirectdrawsink.c:
386         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
387         (gst_directdraw_sink_finalize):
388         Properly chain up finalize functions. Fixes bug #515980.
389
390 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
391
392         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
393         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
394         (gst_v4l2_buffer_pool_class_init):
395         Chain up the finalize functions. Fixes bug #515984.
396
397 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
398
399         * sys/ximage/ximageutil.c:
400         Chain up in the finalize function for our custom
401         buffer sub-class.
402         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
403         Fixes: #515706
404
405 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
406
407         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
408         (gst_fenced_buffer_class_init):
409         Properly chain up finalize method. Fixes bug #515979.
410
411 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
412
413         * sys/ximage/gstximagesrc.c:
414         Free allocated Damage memory before closing our connection to the
415         X server. Partially fixes: #515706
416
417 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
418
419         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
420         * tests/check/Makefile.am:
421         * tests/check/gst-plugins-good.supp:
422         Add a few libjpeg suppressions and initialize a variable to
423         make smokeenc valgrind clean. Fixes bug #515701.
424
425 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
426
427         * gst/avi/gstavidemux.c:
428         Revert patch which sends timestamps only on keyframes, as it
429         breaks playback with current gst-ffmpeg.
430
431         Fixes: #515562
432
433 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
434
435         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
436         * tests/check/elements/multifile.c: (GST_START_TEST):
437         Close some memory leaks spotted by the unit test. Fixes bug #515697.
438
439 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
440
441         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
442         Use and unset the GError when pipeline creation fails instead of
443         simply leaking it. Fixes bug #515704.
444
445 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
446
447         * gst/audiofx/audioamplify.c:
448         * gst/audiofx/audiochebband.c:
449         * gst/audiofx/audiocheblimit.c:
450         * gst/audiofx/audiodynamic.c:
451         * gst/audiofx/audioinvert.c:
452         * gst/audiofx/audiopanorama.c:
453         * gst/audiofx/audiowsincband.c:
454         * gst/audiofx/audiowsinclimit.c:
455         Fix long description of audiofx elements. Fixes bug #515457.
456
457 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
458
459         * docs/plugins/Makefile.am:
460         * gst/spectrum/gstspectrum.c:
461         * tests/examples/spectrum/.cvsignore:
462         * tests/examples/spectrum/Makefile.am:
463         * tests/examples/spectrum/spectrum-example.c:
464
465         Add a simple example application for the spectrum element, include it
466         in the docs, and fix some documentation ambiguities.
467
468         Fixes: #348085
469
470 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
471
472         * gst/equalizer/Makefile.am:
473         * gst/spectrum/Makefile.am:
474         Fix includes order
475
476         * tests/check/Makefile.am:
477         Exclude v4l2src from the states test - it takes too long to start.
478
479         * tests/check/elements/spectrum.c:
480         Make the test run properly with CK_FORK=no
481
482 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
483
484         * gst/audiofix/Makefile.am: add missing header files 
485
486 2008-02-08  Julien Moutte  <julien@fluendo.com>
487
488         * gst/matroska/matroska-demux.c:
489         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
490         keyframe and delta units correctly when dealign with a BlockGroup.
491         Fixes: #514397
492
493 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
494
495         * tests/check/elements/.cvsignore:
496         Spell the new tests correctly in .cvsignore
497
498 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
499
500         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
501           Need to use gsize here for the size, fixes compiler warning.
502
503         * tests/examples/equalizer/.cvsignore:
504         * tests/examples/equalizer/Makefile.am:
505         * tests/examples/spectrum/.cvsignore:
506         * tests/examples/spectrum/Makefile.am:
507           Add missing files to fix the build.
508
509 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
510
511         * configure.ac:
512         * docs/plugins/Makefile.am:
513         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
514         * docs/plugins/gst-plugins-good-plugins-sections.txt:
515         * docs/plugins/gst-plugins-good-plugins.args:
516         * docs/plugins/gst-plugins-good-plugins.hierarchy:
517         * docs/plugins/inspect/plugin-multifile.xml:
518         * tests/check/Makefile.am:
519         * tests/check/elements/.cvsignore:
520
521         Move multifile plugin from -bad.
522         Fixes: #490283
523
524 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
525
526         * configure.ac:
527         * docs/plugins/Makefile.am:
528         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
529         * docs/plugins/gst-plugins-good-plugins-sections.txt:
530         * docs/plugins/gst-plugins-good-plugins.args:
531         * docs/plugins/gst-plugins-good-plugins.hierarchy:
532         * docs/plugins/inspect/plugin-spectrum.xml:
533         * gst/spectrum/Makefile.am:
534         * tests/check/Makefile.am:
535         * tests/check/elements/.cvsignore:
536         * tests/examples/Makefile.am:
537
538         Move spectrum plugin from -bad.
539         Move examples into tests/examples/spectrum.
540
541 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
542
543         * configure.ac:
544         * docs/plugins/Makefile.am:
545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
547         * docs/plugins/gst-plugins-good-plugins.args:
548         * docs/plugins/gst-plugins-good-plugins.hierarchy:
549         * docs/plugins/gst-plugins-good-plugins.interfaces:
550         * docs/plugins/inspect/plugin-equalizer.xml:
551         * gst/equalizer/Makefile.am:
552         * tests/check/Makefile.am:
553         * tests/examples/Makefile.am:
554         Move the equalizer plugin across from -bad
555
556         * tests/check/elements/.cvsignore:
557         Add equalizer, audiosincwband and audiosincwlimit
558
559         * tests/check/elements/equalizer.c:
560         Fix compiler warnings
561
562         Fixes: #415627
563
564 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
565
566         * configure.ac:
567         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
568         are treated like releases and build without it.
569
570 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
571
572         * docs/plugins/Makefile.am:
573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
575         * docs/plugins/gst-plugins-good-plugins.args:
576         * docs/plugins/inspect/plugin-audiofx.xml:
577         * gst/audiofx/Makefile.am:
578         * gst/audiofx/audiofx.c:
579         * gst/audiofx/audiowsincband.c:
580         * gst/audiofx/audiowsincband.h:
581         * gst/audiofx/audiowsinclimit.c:
582         * gst/audiofx/audiowsinclimit.h:
583         * tests/check/Makefile.am:
584         * tests/check/elements/audiowsincband.c:
585         * tests/check/elements/audiowsinclimit.c:
586
587         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
588         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
589         respectively.
590
591         Fixes: #467666
592
593 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
594
595         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
596         * tests/check/elements/icydemux.c:
597           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
598           caps, and add a somewhat useful debug message. Plus test.
599
600 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
601
602         * gst/rtsp/gstrtspsrc.c:
603         Include unistd.h only if HAVE_UNISTD_H is defined
604         * win32/common/config.h.in:
605         * win32/common/config.h:
606         Define socklen_t as it seems it's not defined in default 
607         Visual Studio headers.
608         * win32/vs6/libgstalpha.dsp:
609         * win32/vs6/libgstapetag.dsp:
610         * win32/vs6/libgstavi.dsp:
611         * win32/vs6/libgstrtp.dsp:
612         * win32/vs6/libgstrtsp.dsp:
613         * win32/vs6/libgstvideomixer.dsp:
614         Update project file dependencies and add new source files       
615
616 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
617
618         Patch by: Bjarne Rosengren <bjarne at axis dot com>
619
620         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
621         Don't leak buffers when we don't push them downstream.
622         Fixes bug #514965.
623
624 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * configure.ac:
627           Bump requirements to (good) released versions to avoid
628           confusion and make implicit core requirement explicit.
629
630 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
631
632         * docs/plugins/Makefile.am:
633         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
634         * docs/plugins/gst-plugins-good-plugins-sections.txt:
635         * docs/plugins/gst-plugins-good-plugins.args:
636         * docs/plugins/inspect/plugin-audiofx.xml:
637         * gst/audiofx/Makefile.am:
638         * gst/audiofx/audiochebband.c:
639         * gst/audiofx/audiochebband.h:
640         * gst/audiofx/audiocheblimit.c:
641         * gst/audiofx/audiocheblimit.h:
642         * gst/audiofx/audiochebyshevfreqband.c:
643         * gst/audiofx/audiochebyshevfreqband.h:
644         * gst/audiofx/audiochebyshevfreqlimit.c:
645         * gst/audiofx/audiochebyshevfreqlimit.h:
646         * gst/audiofx/audiofx.c:
647         * tests/check/Makefile.am:
648         * tests/check/elements/.cvsignore:
649         * tests/check/elements/audiochebband.c:
650         * tests/check/elements/audiocheblimit.c:
651         * tests/check/elements/audiochebyshevfreqband.c:
652         * tests/check/elements/audiochebyshevfreqlimit.c:
653
654         Rename audiochebyshevfreqband -> audiochebband and
655         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
656         surgery.
657
658         Closes: #491811
659
660 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
661
662         Patch by: Orjan Friberg <orjanf at axis dot com>
663
664         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
665         Fix caps memory leak. Fixes #514573.
666
667 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
668
669         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
670         If there's no entries in the subindex, don't try to do anything stupid,
671         just return.
672
673 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
674
675         Patch by: John Millikin <jmillikin at gmail dot com>
676
677         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
678           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
679           Fix extraction of picture blocks with newer libflac versions again:
680           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
681
682 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * tests/check/Makefile.am:
685           Add rtp-payloading test to VALGRIND_TO_FIX.
686
687         * tests/check/elements/rtp-payloading.c:
688           Add semicolons after GST_TEST_END so gst-indent gets the
689           formatting right; make test less verbose in general, but
690           more verbose in the error case (which should probably
691           make the test fail anyway).
692
693 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
694
695         * docs/plugins/Makefile.am:
696         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
697         * docs/plugins/gst-plugins-good-plugins-sections.txt:
698         * gst/avi/gstavisubtitle.c:
699         Add documentation for avisubtitle and change class to
700         Codec/Parser/Subtitle
701
702 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
703
704         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
705         Treat ENOTTY (driver does not implement ioctl) the same as
706         EINVAL since it implies there are no available standards.
707
708         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
709         (gst_v4l2src_get_nearest_size):
710         Replace gst_v4l2src_get_size_limits with 2 calls to new function
711         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
712         probe if the driver does not support VIDIOC_TRY_FMT for whatever
713         reason, and if we aren't yet actively capturing.
714
715         * sys/v4l2/v4l2src_calls.h:
716         Remove replaced function declaration.
717
718 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
719
720         * configure.ac:
721         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
722         API.
723
724 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
725
726         * configure.ac:
727         Fix typo.
728
729 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
730
731         * gst/alpha/Makefile.am:
732         * gst/alpha/gstalpha.c:
733
734         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
735         some stuff, and making buffer-alloc and resizing work automatically.
736         No longer crashes on odd frame widths and heights, although there
737         seems to be a disagreement with ffmpegcolorspace about what size
738         an AYUV frame with odd height should be.
739
740 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
741
742         Patch by: Alessandro Decina <alessandro at nnva dot org>
743
744         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
745         * ext/libpng/gstpngenc.h:
746         Preallocate the output buffer so that g_memdup() and
747         gst_buffer_merge() aren't needed anymore. This greatly improves
748         performances and fixes #512544.
749
750 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
751
752         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
753         (gst_avi_demux_stream_data):
754         GStreamer timestamps are PTS values while AVI only knows about DTS
755         timestamps. Make sure we only copy the DTS as the buffer timestamp when
756         we are dealing with a key frame.
757
758 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
759
760         * tests/check/Makefile.am:
761         * tests/check/elements/.cvsignore:
762         * tests/check/elements/rtp-payloading.c:
763           Add add testsuite for the rtp-payloader that tries simulating
764           dataflow. Needs more test data.
765
766 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
767
768         * tests/check/elements/alphacolor.c:
769           Remove two unused variables.
770
771 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
774           Use g_ascii_strtoll() instead of atoll, which is only
775           available in C99.
776
777 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
778
779         * gst/rtp/Makefile.am:
780         * gst/rtp/gstrtp.c:
781         * gst/rtp/gstrtpmpvpay.c:
782         * gst/rtp/gstrtpmpvpay.h:
783         Add MPEG2 video payloader
784
785 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
786
787         * gst/level/gstlevel.c:
788         Use #include <math.h> instead of #include "math.h".
789
790 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
791
792         * tests/check/Makefile.am:
793         Fix up some CFLAGS sets.
794         Don't include gconfvideosrc in the states test.
795
796         * tests/check/elements/autodetect.c: (GST_START_TEST):
797         Add some error strings to fail_unless arguments to fix some weird
798         compiler errors on Solaris.
799
800 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
801
802         * configure.ac:
803         Detect video4linux headers on Solaris too.
804         * sys/v4l2/gstv4l2colorbalance.h:
805         * sys/v4l2/gstv4l2object.h:
806         * sys/v4l2/v4l2_calls.c:
807         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
808         (gst_v4l2_buffer_new):
809
810         Make v4l2 build on Solaris.
811         Patch by: Brian Cameron  <brian.cameron at sun dot com>
812         Fixes: #510505
813
814 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
815
816         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
817           Update list from (still local) scanning script.
818
819 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
820
821         Based on a patch by:
822             Victor STINNER <victor dot stinner at haypocalc dot com>
823
824         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
825         Set variable to NULL after freeing it to prevent double frees
826         or make failures by another use of it afterwards more obvious
827         and fix use of it after the freeing. Fixes bug #510592.
828
829 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
830
831         * gst/udp/gstmultiudpsink.c:
832         use GST_WARNING for logging
833
834 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
835
836         * gst/udp/gstmultiudpsink.c:
837         Don't try to leave a multicast group with an invalid socket
838
839 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
840
841         * ext/flac/gstflacdec.c:
842           Fix compilation against flac 1.1.2 (as on debian stable), where
843           the picture metadata defines and structs don't exist yet.
844           Fixes #509301.
845
846 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
847
848         Patch by: Olivier Crete <tester at tester dot ca>
849
850         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
851         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
852         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
853         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
854         * gst/udp/gstmultiudpsink.h:
855         Add property to automatically join a multicast group or not. This can be
856         useful when sharing a socket between multiple elements.
857         Fixes #509531.
858
859 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
860
861         * gst/videomixer/Makefile.am:
862           Add controller flags.
863
864 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
865
866         * gst/videomixer/videomixer.c:
867           Also commit the missing gst_object_sync_values().
868
869 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
870
871         * docs/plugins/Makefile.am:
872           Remove duplicate entry.
873
874 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
875
876         * docs/plugins/Makefile.am:
877         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
879         * docs/plugins/inspect/plugin-gamma.xml:
880         * docs/plugins/inspect/plugin-monoscope.xml:
881         * docs/plugins/inspect/plugin-video4linux2.xml:
882           Add 3 more plugins to docs.
883
884 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
885
886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
887         * sys/osxvideo/osxvideosink.h:
888           Revert previous change caused by a file that got stuck on an old
889           revision.
890
891 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
892
893         * docs/plugins/gst-plugins-good-plugins-sections.txt:
894         * gst/multipart/Makefile.am:
895         * gst/multipart/multipartdemux.c:
896         * gst/multipart/multipartdemux.h:
897         * gst/multipart/multipartmux.c:
898         * gst/multipart/multipartmux.h:
899           Re-add multipartdemux to the docs. Last round of section cleanup.
900
901 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
902
903         * docs/plugins/Makefile.am:
904         * docs/plugins/gst-plugins-good-plugins-sections.txt:
905         * sys/osxaudio/gstosxaudiosink.h:
906         * sys/osxvideo/osxvideosink.h:
907           Managed to resolve most unused declarations. Filed a bug for one left.          
908
909 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
910
911         * docs/plugins/gst-plugins-good-plugins-sections.txt:
912           Cleanup section file.
913
914 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
915
916         * docs/plugins/Makefile.am:
917         * docs/plugins/gst-plugins-good-plugins.args:
918         * docs/plugins/gst-plugins-good-plugins.signals:
919         * docs/plugins/inspect/plugin-alaw.xml:
920         * docs/plugins/inspect/plugin-alpha.xml:
921         * docs/plugins/inspect/plugin-alphacolor.xml:
922         * docs/plugins/inspect/plugin-annodex.xml:
923         * docs/plugins/inspect/plugin-apetag.xml:
924         * docs/plugins/inspect/plugin-audiofx.xml:
925         * docs/plugins/inspect/plugin-auparse.xml:
926         * docs/plugins/inspect/plugin-autodetect.xml:
927         * docs/plugins/inspect/plugin-avi.xml:
928         * docs/plugins/inspect/plugin-cairo.xml:
929         * docs/plugins/inspect/plugin-cdio.xml:
930         * docs/plugins/inspect/plugin-cutter.xml:
931         * docs/plugins/inspect/plugin-debug.xml:
932         * docs/plugins/inspect/plugin-dv.xml:
933         * docs/plugins/inspect/plugin-efence.xml:
934         * docs/plugins/inspect/plugin-effectv.xml:
935         * docs/plugins/inspect/plugin-flac.xml:
936         * docs/plugins/inspect/plugin-flxdec.xml:
937         * docs/plugins/inspect/plugin-gconfelements.xml:
938         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
939         * docs/plugins/inspect/plugin-goom.xml:
940         * docs/plugins/inspect/plugin-halelements.xml:
941         * docs/plugins/inspect/plugin-icydemux.xml:
942         * docs/plugins/inspect/plugin-id3demux.xml:
943         * docs/plugins/inspect/plugin-jpeg.xml:
944         * docs/plugins/inspect/plugin-ladspa.xml:
945         * docs/plugins/inspect/plugin-level.xml:
946         * docs/plugins/inspect/plugin-matroska.xml:
947         * docs/plugins/inspect/plugin-mulaw.xml:
948         * docs/plugins/inspect/plugin-multipart.xml:
949         * docs/plugins/inspect/plugin-navigationtest.xml:
950         * docs/plugins/inspect/plugin-png.xml:
951         * docs/plugins/inspect/plugin-quicktime.xml:
952         * docs/plugins/inspect/plugin-rtp.xml:
953         * docs/plugins/inspect/plugin-rtsp.xml:
954         * docs/plugins/inspect/plugin-shout2send.xml:
955         * docs/plugins/inspect/plugin-smpte.xml:
956         * docs/plugins/inspect/plugin-speex.xml:
957         * docs/plugins/inspect/plugin-taglib.xml:
958         * docs/plugins/inspect/plugin-udp.xml:
959         * docs/plugins/inspect/plugin-videobalance.xml:
960         * docs/plugins/inspect/plugin-videobox.xml:
961         * docs/plugins/inspect/plugin-videocrop.xml:
962         * docs/plugins/inspect/plugin-videoflip.xml:
963         * docs/plugins/inspect/plugin-videomixer.xml:
964         * docs/plugins/inspect/plugin-wavenc.xml:
965         * docs/plugins/inspect/plugin-wavpack.xml:
966         * docs/plugins/inspect/plugin-wavparse.xml:
967           Update plugin docs.
968
969         * gst/videomixer/Makefile.am:
970         * gst/videomixer/videomixer.c:
971         * gst/videomixer/videomixer.h:
972         * gst/videomixer/videomixerpad.h:
973           Split out header to fix warnings from the doc-build.
974
975 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
976
977         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
978
979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
980         Use atoll to parse the rtptime with enough precision. Fixes #509329.
981
982 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
983
984         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
986           Initialise variables to work around (false) 'foo might be used
987           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
988
989 2008-01-11  David Schleef  <ds@schleef.org>
990
991         * docs/plugins/.cvsignore:
992         * tests/check/pipelines/.cvsignore:
993           Ignore more files for the buildbot.
994
995 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
996
997         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
998         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
999         Generate the image-type values correctly. Leave them out of the caps
1000         when outputting a "preview image" tag, since it only makes sense
1001         to have one of those - the type is irrelevant.
1002
1003         * sys/sunaudio/gstsunaudiomixerctrl.c:
1004         (gst_sunaudiomixer_ctrl_open):
1005         If we can, mark the mixer multiple open when we use it, in case
1006         (for some reason) the process wants to open it again elsewhere.
1007
1008 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1009
1010         Patch by: Olivier Crete <tester at tester dot ca>
1011
1012         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1013         * gst/rtp/gstrtptheorapay.c:
1014         Fix the clock rate to 90000 as required by the RFC.
1015         Fixes #508644.
1016
1017 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1018
1019         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1020           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1021
1022 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1023
1024         * autogen.sh:
1025           Add -Wno-portability to the automake parameters to stop warnings
1026           about GNU make extensions being used. We require GNU make in almost
1027           every Makefile anyway.
1028           
1029         * configure.ac:
1030           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1031           at the same time is required for per target flags.
1032
1033 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1034
1035         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1036         Fix error from my last commit.
1037
1038 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1039
1040         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1041
1042         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1043           Make sure the ISO 639-X language code in ID3v2 COMM frames
1044           is actually valid UTF-8 (or rather: ASCII), so we don't end
1045           up with non-UTF8 strings in tags if there's garbage in the
1046           language field. Also make sure the language code is always
1047           lower case. Fixes: #508291.
1048
1049 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1050
1051         * ChangeLog:
1052           Fix ChangeLog typo.
1053
1054 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1055
1056         * Makefile.am:
1057           Include lcov.mak to allow building coverage reports. Guard
1058           check-torture target like in the other packages.
1059
1060 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1061
1062         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1063
1064         * gst/videomixer/videomixer.c:
1065         (gst_videomixer_set_master_geometry), (_do_init),
1066         (gst_videomixer_child_proxy_get_child_by_index),
1067         (gst_videomixer_child_proxy_get_children_count),
1068         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1069         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1070         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1071         Implement GstChildProxy interface.
1072         Send newsegment at the right moment
1073         Fixes #488879
1074
1075 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1076
1077         * gst/alpha/Makefile.am:
1078         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1079         (gst_alpha_sink_event), (gst_alpha_chain),
1080         (gst_alpha_change_state), (plugin_init):
1081         Make the various properties of 'alpha' controllable. This allows doing
1082         niceties like fade-in/fade-out.
1083
1084 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1085
1086         * gst/rtp/gstasteriskh263.c:
1087         * gst/rtp/gstrtpL16depay.c:
1088         * gst/rtp/gstrtpac3depay.c:
1089         * gst/rtp/gstrtpamrpay.c:
1090         * gst/rtp/gstrtpdepay.c:
1091         * gst/rtp/gstrtpgsmdepay.c:
1092         * gst/rtp/gstrtph263depay.c:
1093         * gst/rtp/gstrtph263pdepay.c:
1094         * gst/rtp/gstrtph263ppay.c:
1095         * gst/rtp/gstrtph264depay.c:
1096         * gst/rtp/gstrtph264pay.c:
1097         * gst/rtp/gstrtpmp2tdepay.c:
1098         * gst/rtp/gstrtpmp4adepay.c:
1099         * gst/rtp/gstrtpmp4gdepay.c:
1100         * gst/rtp/gstrtpmp4gpay.c:
1101         * gst/rtp/gstrtpmp4vdepay.c:
1102         * gst/rtp/gstrtpmpadepay.c:
1103         * gst/rtp/gstrtpmpvdepay.c:
1104         * gst/rtp/gstrtpsv3vdepay.c:
1105         * gst/rtp/gstrtptheoradepay.c:
1106         * gst/rtp/gstrtptheorapay.c:
1107         * gst/rtp/gstrtpvorbisdepay.c:
1108         * gst/rtp/gstrtpvorbispay.c:
1109           Remove copy/paste unused code (property setters and getter) found by
1110           the coverage suite (yay, saves ~20k on disk).
1111
1112 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1115           (videosink_templ):
1116           Also fix up pad templates to indicate that image/jpeg doesn't
1117           absolutely require the framerate property to be set (#504081).
1118
1119 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1120
1121         Based on patch by: Wouter Cloetens  <wouter at mind be>
1122
1123         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1124           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1125           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1126         * gst/matroska/matroska-mux.h:
1127           Keep track of first and last timestamps for each incoming stream,
1128           so we can calculate the total duration for live sources and other
1129           input where we can't query the duration from the start or where
1130           there's no constant framerate from which we can deduce the
1131           duration; also use calculated/observed duration if it is bigger
1132           than the previously queried duration. Furthermore, use
1133           gst_pad_query_peer_duration() and take into account that it may
1134           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1135           screws up comparisons when using unsigned integers. Fixes #504081.
1136
1137 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1138
1139         * configure.ac:
1140         * gst/audiofx/audioamplify.c:
1141         (gst_audio_amplify_clipping_method_get_type),
1142         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1143         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1144         (gst_audio_dynamic_transform_ip):
1145         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1146         (gst_audio_invert_transform_ip):
1147         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1148         (gst_audio_panorama_transform):
1149         * gst/level/gstlevel.c: (gst_level_init):
1150         Make elements GST_BUFFER_FLAG_GAP aware and call
1151         gst_base_transform_set_gap_aware for this.
1152         Bump core requirement to CVS.
1153         
1154         * gst/audiofx/audiochebyshevfreqband.c:
1155         (gst_audio_chebyshev_freq_band_transform_ip):
1156         * gst/audiofx/audiochebyshevfreqlimit.c:
1157         (gst_audio_chebyshev_freq_limit_transform_ip):
1158         Also sync GObject properties to the controller if operating
1159         in passthrough mode.
1160
1161 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1162
1163         * sys/directdraw/gstdirectdrawsink.c:
1164           (gst_directdraw_sink_window_thread):
1165           FALSE is not a gpointer.
1166
1167 2008-01-05  Julien Moutte  <julien@fluendo.com>
1168
1169         * sys/directdraw/gstdirectdrawsink.c:
1170         (gst_directdraw_sink_set_window_id),
1171         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1172         (gst_directdraw_sink_buffer_alloc),
1173         (gst_directdraw_sink_draw_borders),
1174         (gst_directdraw_sink_show_frame),
1175         (gst_directdraw_sink_setup_ddraw),
1176         (gst_directdraw_sink_window_thread),
1177         (gst_directdraw_sink_get_ddrawcaps),
1178         (gst_directdraw_sink_surface_create): Make sure we create our
1179         internal window only when we need it. That will give a chance to
1180         the application to get the prepare-xwindow-id bus message. Draw
1181         black borders when keeping aspect ratio. Handle the case where our
1182         rendering window disappears (closed or errors) like other sinks
1183         do. Various 80 columns fixes, improve state change order. That
1184         element could need some more love.
1185
1186 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1187
1188         * ext/taglib/gstapev2mux.h:
1189         * ext/taglib/gstid3v2mux.h:
1190         Remove useless typedefs without new type name. Fixes a warning with
1191         gcc 4.3.
1192
1193 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1194
1195         Patch by: John Millikin <jmillikin at gmail dot com>
1196
1197         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1198         (gst_flac_dec_setup_stream_decoder),
1199         (gst_flac_normalize_picture_mime_type),
1200         (gst_flac_extract_picture_buffer),
1201         (gst_flac_dec_metadata_callback):
1202         Emit metadata messages when a PICTURE block is encountered.
1203         Fixes #506715.
1204
1205 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1206
1207         * gst/avi/gstavi.c:
1208         increase rank because no known issues anymore ...
1209         * gst/avi/gstavisubtitle.c:
1210         send subtitle name to the srcpad
1211
1212 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1213
1214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1215         * gst/rtsp/gstrtspsrc.h:
1216         Implement redirect for the DESCRIBE reply. Fixes #506025.
1217
1218 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1219
1220         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1221         Fix 'xyz may be used uninitialized' compiler warnings caused
1222         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1223         abort() in any case but properly report the error.
1224
1225 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1228         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1229         * sys/ximage/gstximagesrc.c: (composite_pixel):
1230           Fix 'xyz may be used uninitialized' compiler warnings caused
1231           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1232           not really nice to abort in any case). Fixes #505745.
1233
1234 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1235
1236         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1237           Small unit test fix (has no practical impact at the moment,
1238           since we're only feeding utf8 and hence just create a sub-
1239           buffer for the output).
1240
1241 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1242
1243         * gst/avi/gstavisubtitle.c:
1244         * tests/check/elements/avisubtitle.c:
1245         Add seeking support for avi subtitle
1246
1247 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1248
1249         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1250         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1251         (gst_flac_dec_write):
1252         * ext/flac/gstflacdec.h:
1253         Remove some unused vars.
1254         Do more cleanup of leftover events and tags.
1255         Output tags after the segment event. Fixes #504018.
1256
1257 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1258
1259         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1260           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1261           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1262           Detect other UTF byte order markers and convert to UTF-8 as
1263           appropriate.
1264
1265 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1266
1267         * gst/avi/gstavisubtitle.c: (src_template),
1268           (gst_avi_subtitle_extract_utf8_file),
1269           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1270           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1271           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1272         * gst/avi/gstavisubtitle.h:
1273           Refactor a bit; fix name extraction; don't assume all the data
1274           in the chunk is actually subtitle data, there may be padding at
1275           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1276           file so it's there to send again after a seek (for future use).
1277
1278 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1279
1280         * gst/avi/Makefile.am:
1281         * gst/avi/gstavi.c:
1282         * gst/avi/gstavisubtitle.c:
1283         * gst/avi/gstavisubtitle.h:
1284         * tests/check/Makefile.am:
1285         * tests/check/elements/avisubtitle.c:
1286         * win32/common/config.h:
1287                 Add avi subtitle element for bug #442034. Need seeking support
1288                 and more support for character conversion.
1289
1290 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1291
1292         * Makefile.am:
1293           Include common/win32.mak for CRLF check of win32 project
1294           files (see #393626).
1295
1296         * win32/vs6/libgstpng.dsp:
1297           Fix line endings and do cvs admin -kb.
1298
1299 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1300
1301         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1302         Actually drop the buffers which are outside the currently configured
1303         segment instead of just emitting a WARNING.
1304
1305 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1306
1307         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1308         (gst_flac_dec_write):
1309         * ext/flac/gstflacdec.h:
1310         Send segments from the streaming thread. Fixes #502187.
1311         Fix segment seeking and a bunch of other seeking cases.
1312
1313 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1314
1315         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1316           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1317           which is where it would end up if the same information was
1318           put in a vorbis comment (don't think it's worth adding a
1319           new URI tag for this). Fixes #488112.
1320
1321 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1322
1323         * configure.ac:
1324           We need core/base 0.10.15 or later.
1325
1326 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1327
1328         Patch by: Mark Nauwelaerts <manauw skynet be>
1329
1330         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1331         Fix regression in stream numbering. Fixes #502655.
1332
1333 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1334
1335         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1336
1337         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1338         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1339         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1340         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1341         (gst_rtp_h264_pay_handle_buffer):
1342         * gst/rtp/gstrtph264pay.h:
1343         Use higher performance start-code searching.
1344         Parse NALs and store SPS, PPS and profile in the caps so that they can
1345         be used in the SDP. Fixes #502814.
1346
1347 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1350         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1351           Init some structs to zero before we pass them to ioctl, which
1352           avoids valgrind warnings.  Also fix a small memory leak.
1353
1354 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1355
1356         Patch by: Wouter Cloetens <wouter at mind dot be>
1357
1358         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1359         Copy timestamp from input to output. Not very perfect yet but better
1360         than nothing. Fixes #503023.
1361
1362 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1363
1364         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1365           Also print a useful error message with the old Wavpack API
1366           if possible.
1367
1368 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * ext/wavpack/gstwavpackdec.c:
1371           More build fixes for old libwavpack versions: include config.h so
1372           that WAVPACK_OLD_API is actually defined as detected; only use
1373           WavpackGetErrorMessage if it is available. This fixes the build
1374           on debian stable for me.
1375
1376 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1377
1378         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1379         * ext/wavpack/gstwavpackparse.c:
1380           (gst_wavpack_parse_create_src_pad):
1381           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1382           versions below 4.40.0.
1383
1384 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1385
1386         * configure.ac:
1387           And now do it right for real...
1388
1389 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1390
1391         * configure.ac:
1392           Correctly reset $LIBS to not contain -lm.
1393
1394 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1395
1396         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1397
1398         * configure.ac:
1399         * ext/cairo/gsttimeoverlay.c:
1400           (gst_cairo_time_overlay_print_smpte_time):
1401           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1402           and checking for rint() and implementing it ourself if it doesn't
1403           exist. Fixes #497293.
1404
1405 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1406
1407         * configure.ac:
1408           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1409
1410 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1411
1412         * sys/oss/gstosshelper.c:
1413         Verify that the format returned after the ioctl is the one
1414         we requested. It is valid for the ioctl to succeed while
1415         substituting an alternate 'supported' sample format.
1416
1417 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1418
1419         * sys/oss/gstossaudio.c: (plugin_init):
1420         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1421         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1422           Post decent (and translated) error message when we can't
1423           open the audio device for some reason.
1424
1425 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1426
1427         * sys/oss/gstosssink.c:
1428         * sys/oss/gstosssrc.c:
1429         Allow the AUDIODEV environment variable to redirect us
1430         to a different default OSS device, like sunaudiosink does
1431         on Solaris (makes audio play automatically on SunRays).
1432
1433 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1434
1435         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1436         * gst/audiofx/audiochebyshevfreqband.c:
1437         (gst_audio_chebyshev_freq_band_transform_ip):
1438         * gst/audiofx/audiochebyshevfreqlimit.c:
1439         (gst_audio_chebyshev_freq_limit_transform_ip):
1440         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1441         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1442         The transform_ip() methods should do nothing if in passthrough mode.
1443         It might get non-writable buffers in that case but the buffer might
1444         as well be writable.
1445
1446         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1447         The transform() methods won't be called in passthrough mode and
1448         otherwise the buffer is always writable so don't check here.
1449
1450 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1451
1452         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1453           Fix seeking in .wav files again (#501775).  Some people seem to think
1454           they don't need to test their changes when they're just 'reflowing'
1455           some code.
1456
1457 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1458
1459         * gst/autodetect/gstautovideosink.c:
1460         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1461         (gst_auto_video_sink_init),
1462         (gst_auto_video_sink_create_element_with_pretty_name),
1463         (gst_auto_video_sink_find_best),
1464         (gst_auto_video_sink_set_property),
1465         (gst_auto_video_sink_get_property):
1466         * gst/autodetect/gstautovideosink.h:
1467         Fix docs.
1468         Use same error reporting code as autoaudiosink.
1469         Add property to filter sinks based on caps. Only select raw video sinks
1470         by default for backwards compat.
1471         API: GstAutoVideoSink::filter-caps
1472
1473 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1474
1475         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1476
1477         * gst/autodetect/gstautoaudiosink.c:
1478         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1479         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1480         (gst_auto_audio_sink_set_property),
1481         (gst_auto_audio_sink_get_property):
1482         * gst/autodetect/gstautoaudiosink.h:
1483         Add property to filter sinks based on caps. Only select raw audio sinks
1484         by default for backwards compat.  Fixes #417420.
1485         API: GstAutoAudioSink::filter-caps
1486
1487 2007-11-29  Michael Smith <msmith@fluendo.com>
1488
1489         Patch by: Arek Korbik <arkadini@gmail.com>
1490
1491         * gst/videobox/gstvideobox.c: (plugin_init):
1492           Initialise liboil in plugin_init()
1493
1494 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1495
1496         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1497         Post error before sending EOS. Fixes #499178.
1498
1499 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1500
1501         * win32/vs6/gst_plugins_good.dsw:
1502         * win32/vs6/libgstpng.dsp:
1503         Add a project file for libgstpng
1504
1505 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1506
1507         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1508         (gst_rtp_h263_depay_process):
1509         Code beautification.
1510         Added debug statements.
1511         Don't bit-shift everything, just do operations on last/first byte
1512         instead.
1513
1514 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1515
1516         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1517
1518         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1519         Fix wrong comparison in overrun check. Fixes #499239 some more.
1520
1521 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1522
1523         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1524         (gst_rtp_h263_depay_process):
1525         * gst/rtp/gstrtph263depay.h:
1526         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1527         stream.
1528
1529 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1530
1531         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1532
1533         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1534         (gst_rtp_mp4a_depay_process):
1535         * gst/rtp/gstrtpmp4adepay.h:
1536         Fix depayloading when multiple frames are inside one RTP packet.
1537         Fixes #499239.
1538
1539 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1540
1541         * gst/level/gstlevel.c:
1542           Add GAP-flag support.
1543
1544 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1545
1546         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1547         Read the I flag for Mode A h263 rtp stream and set the
1548         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1549         Fixes #499383
1550
1551 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * gst/level/gstlevel.c:
1554           Remove some dead code and do cleanups.
1555
1556 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1557
1558         * tests/check/pipelines/simple-launch-lines.c:
1559           Improve the tests by allowing to set a target state.
1560
1561 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1562
1563         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1564         Don't check the caps of the output buffer if they're equal some
1565         other caps. The caps can change in a backward compatible way
1566         and did at this point.
1567
1568 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1569
1570         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1571         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1572         (gst_qtdemux_seek_to_previous_keyframe),
1573         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1574         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1575         reverse playback support.
1576
1577 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1578
1579         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1580         Also set the channel layout on the Wavpack caps if we're having
1581         a mono layout. Of course only do it for "audio/x-wavpack".
1582
1583 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1584
1585         * ext/wavpack/gstwavpackcommon.c:
1586         (gst_wavpack_get_default_channel_mask),
1587         (gst_wavpack_set_channel_layout),
1588         (gst_wavpack_get_default_channel_positions),
1589         (gst_wavpack_get_channel_mask_from_positions),
1590         (gst_wavpack_set_channel_mapping):
1591         * ext/wavpack/gstwavpackcommon.h:
1592         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1593         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1594         * ext/wavpack/gstwavpackdec.h:
1595         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1596         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1597         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1598         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1599         (gst_wavpack_enc_rewrite_first_block),
1600         (gst_wavpack_enc_sink_event):
1601         * ext/wavpack/gstwavpackenc.h:
1602         * ext/wavpack/gstwavpackparse.c:
1603         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1604         (gst_wavpack_parse_scan_to_find_sample),
1605         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1606         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1607         * ext/wavpack/gstwavpackparse.h:
1608         Add support for encoding, parsing and decoding multichannel
1609         files with up to 8 channels. This also improves the robustness
1610         of parsing quite a bit.
1611
1612         * ext/wavpack/gstwavpackstreamreader.c:
1613         (gst_wavpack_stream_reader_read_bytes),
1614         (gst_wavpack_stream_reader_get_pos),
1615         (gst_wavpack_stream_reader_set_pos_abs),
1616         (gst_wavpack_stream_reader_set_pos_rel),
1617         (gst_wavpack_stream_reader_push_back_byte),
1618         (gst_wavpack_stream_reader_get_length),
1619         (gst_wavpack_stream_reader_can_seek),
1620         (gst_wavpack_stream_reader_write_bytes):
1621         Improve debugging.
1622
1623 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1624
1625         * ext/libpng/gstpngdec.c:
1626         * ext/libpng/gstpngdec.h:
1627           Don't release the png-memory from within the callback.
1628
1629 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1630
1631         Patch by: René Stadler <mail at renestadler dot de>
1632
1633         * ext/libpng/gstpngenc.c:
1634           Don't leak buffer data memory. Fixes #498395.
1635
1636 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1637
1638         Patch by: René Stadler <mail at renestadler dot de>
1639
1640         * tests/check/pipelines/simple-launch-lines.c:
1641           Tests for #498395.
1642
1643 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1644
1645         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1646         (gst_tag_lib_mux_adjust_event_offsets):
1647         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1648         * sys/osxaudio/Makefile.am:
1649         * sys/osxvideo/cocoawindow.h:
1650         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1651
1652 2007-11-15  David Schleef  <ds@schleef.org>
1653
1654         * ext/cairo/gsttextoverlay.c:
1655           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1656
1657 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1658
1659         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1660
1661         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1662         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1663         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1664         * gst/rtp/gstrtpmp2tpay.h:
1665         Fill the MTU with as many packets as possible. Fixes #491323.
1666
1667 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1668
1669         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1670
1671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1672         Fix some more leaks. Fixes #497007.
1673
1674 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1675
1676         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1677
1678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1679         (gst_rtspsrc_stream_configure_tcp):
1680         Fix 3 pad leaks. Fixes #496983.
1681
1682 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1683
1684         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1685
1686         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1687         Fix small leak. Fixes #497017.
1688
1689 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1690
1691         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1692         (gst_qtdemux_prepare_current_sample),
1693         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1694         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1695         * gst/qtdemux/qtdemux_fourcc.h:
1696         * gst/qtdemux/qtdemux_types.c:
1697         Add suppport for theora in quicktime according to XiphQT.
1698
1699 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1700
1701         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1702         (gst_v4l2src_init), (gst_v4l2src_set_property),
1703         (gst_v4l2src_get_property):
1704         * sys/v4l2/gstv4l2src.h:
1705         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1706           Always copy buffers by default (handle safer with bugged drivers)
1707           and added a property to make it possible to use mmap effectively (no
1708           copy if possible) when application wants to. Fixes: #480557.
1709
1710 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1711
1712         * gst/id3demux/id3tags.c:
1713         * gst/id3demux/id3tags.h:
1714         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1715           We don't want the same string multiple times in a tag list for the
1716           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1717           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1718
1719 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1720
1721         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1722           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1723           into ID3v2 TXXX frames (fixes #347848).
1724
1725 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1728           Don't leak sdp message contents (fixes #496773).
1729
1730         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1731           Don't leak URI string.
1732
1733 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1734
1735         Patch by: Julien Puydt <julien dot puydt at laposte net>
1736
1737         * ext/raw1394/Makefile.am:
1738         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1739           (gst_1394_property_probe_get_properties),
1740           (gst_1394_property_probe_probe_property),
1741           (gst_1394_property_probe_needs_probe),
1742           (gst_1394_property_probe_get_values),
1743           (gst_1394_property_probe_interface_init),
1744           (gst_1394_type_add_property_probe_interface):
1745         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1746         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1747           (gst_dv1394src_init), (gst_dv1394src_dispose),
1748           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1749           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1750           (gst_dv1394src_update_device_name):
1751         * ext/raw1394/gstdv1394src.h:
1752           Implement GstPropertyProbe interface and add "device-name" property,
1753           so applications can use this to probe for available devices in the
1754           same way they can already with v4lsrc and v4l2src (however horrible
1755           this property probe interface may be). Fixes #358841.
1756
1757 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1758
1759         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1760
1761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1762           (gst_rtspsrc_parse_range):
1763           Don't leak event, don't leak range (fixes #496752).
1764
1765 2007-11-14  Michael Smith <msmith@fluendo.com>
1766
1767         Patch by: Arek Korbik <arkadini@gmail.com>
1768
1769         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1770           Detect RGBA/BGRA correctly on little endian systems.
1771
1772 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1775           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1776           corresponding ioctl() call fails even though the driver claims to
1777           support this format, just fall back to the pre-2.6.19 kernel
1778           routine that creates caps with suitable height and width ranges
1779           (see #448278).
1780
1781 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1782
1783         Patch by: Mark Nauwelaerts <manauw skynet be>
1784
1785         * gst/matroska/matroska-demux.c:
1786           (gst_matroska_demux_push_dvd_clut_change_event),
1787           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1788           (gst_matroska_demux_subtitle_caps):
1789         * gst/matroska/matroska-ids.h:
1790           Extract palette data for dvd subpicture streams and send it
1791           downstream as custom gstreamer dvd event (fixes #453417).
1792
1793 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1794
1795         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1796           Implement minimal parsing of the passed pango font description
1797           string, so passing a font size works the same as with the
1798           pango textoverlay plugin; fixes #455086.
1799           (Maybe we could just use pangocairo here at some point).
1800
1801 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1802
1803         * gst/avi/gstavidemux.c:
1804         * gst/wavparse/gstwavparse.c:
1805           Return the result in _activate_pull(). Don't ref element there.
1806
1807 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1810         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1811         (gst_wavparse_srcpad_event):
1812           Ref the element when we should, but not when we its not needed. Reflow
1813           the event_handling to not leak the event.       
1814
1815 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1816
1817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1818         (qtdemux_parse_samples):
1819         Properly free QTDemuxSamples array.
1820         Protect table write with a sensible check, some files apparently DO contain
1821         stts values starting with 0 :(
1822
1823 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1824
1825         * gst/avi/gstavidemux.c:
1826         * gst/qtdemux/qtdemux.c:
1827           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1828           previous commit messed up.
1829
1830 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1831
1832         * gst/avi/gstavidemux.c:
1833         * gst/qtdemux/qtdemux.c:
1834           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1835           element when we should, but not when we its not needed.
1836
1837 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * gst/wavparse/gstwavparse.c:
1840           Return FALSE if we can't handle a query instead of changing the
1841           format. Ignore fact when dealing with mpeg audio.
1842
1843 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1844
1845         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1846
1847         * configure.ac:
1848         * gst/udp/gstdynudpsink.c:
1849         * gst/udp/gstdynudpsink.h:
1850         * gst/udp/gstmultiudpsink.c:
1851         * gst/udp/gstmultiudpsink.h:
1852         * gst/udp/gstudpsink.c:
1853         * gst/udp/gstudpsink.h:
1854           Fix includes for MSVC and GLib-2.14.0 (#492388).
1855
1856         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1857           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1858
1859 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1860
1861         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1862         (gst_mulawdec_chain):
1863         * gst/law/mulaw-decode.h:
1864         Calculate outgoing buffer duration if incoming buffer didn't have a
1865         valid duration.
1866
1867 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1868
1869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1870         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1871         Smarter combine_flow code that also deals with downstream elements
1872         returning UNEXPECTED when they receive data out of the segment
1873         boundaries. Fixes #491305.
1874
1875 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * sys/v4l2/v4l2src_calls.c:
1878           Fix 'unused variable' compiler warning when compiling against
1879           older kernel headers.
1880
1881 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1882
1883         * ext/taglib/gstid3v2mux.cc (add_funcs):
1884           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1885
1886 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1887
1888         * tests/check/pipelines/simple-launch-lines.c:
1889            Improve the tests a little more.
1890
1891 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1892
1893         patch by: Yun Zheng Hu
1894
1895         * sys/osxaudio/gstosxaudiosrc.c:
1896         Use default input device instead of default output device and
1897         only memcpy actual available bytes.
1898
1899 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1900
1901         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1902           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1903           early. It is temporary until we find something better.
1904
1905 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1906
1907         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1908
1909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1910         Fix race when pausing a RTSP stream in interleaved.
1911         Fixes #475784.
1912
1913 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1914
1915         Patch by: Peter Kjellerstedt <pkj at axis com>
1916
1917         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1918         Use correct unref function for buffers. #488844.
1919
1920 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1921
1922         * gst/avi/gstavimux.c:
1923         * tests/check/elements/avimux.c:
1924           Add some debug and sync tests with the fix.     
1925
1926 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1927
1928         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1929
1930         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1931         When the socket is used by the app for other purposes, don't generate an
1932         error if there is activaty on the socket that is not data related.
1933         Fixes #487488.
1934
1935 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1936
1937         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1938         (gst_v4l2src_grab_frame):
1939         Add some more debug info. Generate an error when we run out of buffers
1940         for some reason. See #480557.
1941
1942 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1943
1944         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1945
1946         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1947         Set marker bit correctly.
1948
1949 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1950
1951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1952         Use allowed name for the GstStructure.
1953
1954 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1955
1956         * ext/gconf/gstswitchsink.c:
1957         * gst/autodetect/gstautoaudiosink.c:
1958           Use new gst_bus_pop_filtered().
1959
1960 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1961
1962         * sys/v4l2/gstv4l2src.c:
1963         * sys/v4l2/v4l2src_calls.c:
1964           When probing the formats and sizes a camera supports, make
1965           sure the best ones (highest resolution, prefered format)
1966           end up at the beginning of the probed caps and the less
1967           desirable ones at the end.  This is important because the
1968           order within the caps matters for things like fixation and
1969           negotiation, ie. what format is chosen in the end.
1970           With recent kernels, the current probing code will end up
1971           querying the supported sizes from lowest resolution to
1972           highest resolution, adding them to the probed caps in that
1973           order, resulting to v4l2src fixating to the lowest possible
1974           resolution if downstream does not express a size preference.
1975           Also make up a somewhat random ranking of prefered output
1976           formats for the same reason. Fixes #485828.
1977         
1978 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1979
1980         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1981
1982         * gst/id3demux/id3v2frames.c:
1983           Extract license/copyright URIs from ID3v2 WCOP frames
1984           (Fixes #447000).
1985
1986         * tests/check/elements/id3demux.c:
1987         * tests/files/Makefile.am:
1988         * tests/files/id3-447000-wcop.tag:
1989           Add simple unit test.
1990
1991 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1992
1993         * ext/taglib/gstid3v2mux.cc:
1994           Add support for license/copyright URI tags (ID3v2 WCOP frame).
1995           Prerequisite for #447000.
1996
1997 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
1998
1999         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2000         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2001         a GstClockTime.
2002
2003 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2004
2005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2006         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2007         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2008         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2009         (gst_rtspsrc_change_state):
2010         More seeking fixes, mostly passing around the new playback segment in
2011         order to configure it properly.
2012         Also reset base_time of udp sources when setting them back to PLAYING as
2013         a temporary hack until core supports seek in live sources properly.
2014
2015 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2016
2017         * gst/rtp/gstrtpmp4adepay.c:
2018         Fix caps as to not confuse autopluggers.
2019
2020 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2021
2022         * gst/id3demux/gstid3demux.c:
2023         * gst/id3demux/gstid3demux.h:
2024         * gst/id3demux/id3tags.c:
2025         * gst/id3demux/id3tags.h:
2026         * gst/id3demux/id3v2frames.c:
2027           Port ID3 tag demuxer over to the new GstTagDemux in -base
2028           (now would be a good time to test re-importing your music
2029           collection).
2030
2031 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * gst/apetag/Makefile.am:
2034         * gst/apetag/gstapedemux.c:
2035         * gst/apetag/gstapedemux.h:
2036         * gst/apetag/gsttagdemux.c:
2037         * gst/apetag/gsttagdemux.h:
2038           Port APE tag demuxer over to the new GstTagDemux in -base.
2039
2040 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2041
2042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2043         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2044         (gst_rtspsrc_handle_internal_src_query),
2045         (gst_rtspsrc_handle_src_query), (new_session_pad),
2046         (gst_rtspsrc_stream_configure_tcp),
2047         (gst_rtspsrc_stream_configure_transport),
2048         (gst_rtspsrc_loop_send_cmd):
2049         Improve flushing behaviour.
2050         Set state of the udp sources to PAUSE/PLAYING correctly.
2051         Handle events and queries for UDP and TCP transport now.
2052
2053 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2054
2055         * gst/rtp/gstrtpgsmdepay.c:
2056         * gst/rtp/gstrtpgsmpay.c:
2057           Add log category.
2058
2059 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2060
2061         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2062
2063         * tests/check/Makefile.am:
2064         * tests/check/pipelines/simple-launch-lines.c:
2065           Add unit tests for payloaders/depayloaders.
2066
2067 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2068
2069         * gst/avi/gstavimux.c:
2070         * gst/avi/gstavimux.h:
2071           Also save codec data for audio streams. Fixes #482495.
2072
2073 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2074
2075         * gst/avi/gstavimux.c:
2076           Fix "Index entry has invalid stream nr 1".
2077           Add support for muxing aac - work in progress (see #482495).
2078
2079 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2080
2081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2082         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2083         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2084         * gst/rtsp/gstrtspsrc.h:
2085         Parse bandwidth modifiers, they are not yet configured in the session
2086         manager because we don't have an API for that yet.
2087
2088 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2089
2090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2091         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2092         Use shiny new function in -base to get the default clock-rate.
2093         Update some docs.
2094
2095 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2096
2097         * win32/MANIFEST:
2098         Add files to win32 manifest.
2099         * win32/vs6/libgstaudiofx.dsp:
2100         * win32/vs6/libgstqtdemux.dsp:
2101         * win32/vs6/libgstrtp.dsp:
2102         * win32/vs6/libgstrtsp.dsp:
2103         Update project files.
2104
2105 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2106
2107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2108         (gst_rtspsrc_play):
2109         * gst/rtsp/gstrtspsrc.h:
2110         In TCP mode, only timestamp the first buffer. TCP is not real time and
2111         it does not make sense to try to skew compensate, also some servers send
2112         the first batch of data in a burst.
2113
2114 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2115
2116         * gst/matroska/matroska-demux.c:
2117           Fix setting the discont flag on the first buffer
2118           pushed downstream for formats with private codec
2119           data that needs to be deserialised into buffers
2120           (such as vorbis and FLAC when in a matroska container).
2121
2122 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2123
2124         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2125
2126         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2127         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2128         (gst_rtp_mp4v_pay_handle_buffer):
2129         * gst/rtp/gstrtpmp4vpay.h:
2130         Free the config string. Fixes #480707.
2131         Clean up the timestamp code a little.
2132
2133 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2134
2135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2136         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2137         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2138         * gst/rtsp/gstrtspsrc.h:
2139         Set timestamps on RTP buffers in interleaved mode.
2140         Mark first buffers with a DISCONT.
2141         Remove flush hack now that sync for live sources has been figured out.
2142
2143 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2144
2145         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2146         Update documentation.
2147
2148 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2149
2150         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2151         (gst_rtp_xqt_depay_change_state):
2152         * gst/qtdemux/gstrtpxqtdepay.h:
2153         Fail if we don't know the quicktime format.
2154
2155 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2156
2157         * ext/flac/gstflacenc.c:
2158         * ext/flac/gstflacenc.h:
2159           Save the flow return from the last gst_pad_push() and
2160           make sure we pass the right flow return value upstream
2161           in the case of failure; minor clean-ups.
2162
2163 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2164
2165         * ext/taglib/gstapev2mux.cc:
2166         * ext/taglib/gstid3v2mux.cc:
2167         * gst/apetag/gstapedemux.c:
2168           Add support for the new GST_TAG_COMPOSER (#459809).
2169
2170 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2171
2172         * gst/law/alaw-decode.c:
2173         * gst/law/alaw-decode.h:
2174         * gst/law/alaw-encode.c:
2175         * gst/law/alaw-encode.h:
2176         * gst/law/alaw.c:
2177         * gst/law/mulaw-conversion.h:
2178           Compulsive clean-ups: use boilerplate macros, add debug
2179           categories, fix up things to conform to symbol nomenklatura,
2180           etc.
2181
2182 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2183
2184         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2185
2186         * gst/law/alaw-decode.c:
2187         * gst/law/alaw-encode.c:
2188           Use static tables for A-Law decoding and encoding; this makes
2189           A-Law decoding and encoding less CPU-intensive, but increases
2190           the binary size a bit. Leaving old code around for now,
2191           selectable by a define in the code. Fixes #435435.
2192
2193 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2194
2195         * configure.ac:
2196         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2197         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2198         in configure.ac.
2199
2200 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2201
2202         Patch by: Jan Gerber <j at bootlab dot org>
2203
2204         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2205         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2206
2207 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2208
2209         * sys/oss/gstosshelper.c:
2210           Use GST_WARNING instead of a g_critical. This situation is not caused
2211           by the application.
2212
2213 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2214
2215         * po/LINGUAS:
2216         * po/nl.po:
2217           Updated translations.
2218
2219 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2220
2221         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2222
2223         * po/eu.po:
2224           Added Basque translation.
2225
2226 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2227
2228         translated by: Abel Cheung <abelcheung@gmail.com>
2229
2230         * po/zh_HK.po:
2231         * po/zh_TW.po:
2232           Added Chinese (traditional and Hong Kong) translation.
2233
2234 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2235
2236         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2237
2238         * po/pl.po:
2239           Added Polish translation.
2240
2241 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2242
2243         translated by: Ilkka Tuohela <hile@iki.fi>
2244
2245         * po/fi.po:
2246           Added Finnish translation.
2247
2248 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2249
2250         translated by: Jorge González González <aloriel@gmail.com>
2251
2252         * po/es.po:
2253           Added Spanish translation.
2254
2255 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2256
2257         translated by: Mogens Jaeger <mogens@jaeger.tf>
2258
2259         * po/da.po:
2260           Added Danish translation.
2261
2262 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2263
2264         translated by: Funda Wang <fundawang@linux.net.cn>
2265
2266         * po/zh_CN.po:
2267           Added Chinese (simplified) translation.
2268
2269 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2270
2271         translated by: Alexander Shopov <ash@contact.bg>
2272
2273         * po/bg.po:
2274           Added Bulgarian translation.
2275
2276 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2277
2278         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2279         Set outgoing packet duration because we can. Fixes #478244 some more.
2280
2281 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2282
2283         * ext/cairo/gsttextoverlay.c:
2284           Add info about static leak.
2285         
2286         * tests/check/Makefile.am:
2287         * tests/check/generic/states.c:
2288           Improved state change unit test.
2289
2290 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2291
2292         * docs/plugins/.cvsignore:
2293         * tests/check/.cvsignore:
2294           Ignore registries in any format.
2295
2296 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2297
2298         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2299         Removed some unused code.
2300
2301         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2302         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2303         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2304         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2305         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2306         (gst_rtp_theora_pay_flush_packet):
2307         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2308         Try to preserve the incomming buffer duration on the outgoing
2309         packets. Fixes #478244.
2310
2311 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2312
2313         * ext/taglib/gstapev2mux.cc:
2314         * ext/taglib/gstid3v2mux.cc:
2315           Work around compiler warnings with g++-4.2 when assigning a
2316           string constant to a gchar * (partially fixes #478092).
2317
2318 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2319
2320         * configure.ac:
2321           We require core CVS now for gst_base_src_set_do_timestamp().
2322
2323 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2324
2325         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2327         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2328         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2329         (gst_rtspsrc_handle_message):
2330         Fix compiler warnings shown with Forte.
2331
2332 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2333
2334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2335         (gst_rtspsrc_dup_printf):
2336         Give meaningfull error when all streams failed to configure for some
2337         reason.
2338
2339 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2340
2341         * gst/rtp/README:
2342         Update README with the design for synchronisation rules of RTP on
2343         sender and receiver.
2344
2345 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2346
2347         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2348         (gst_wavparse_chain):
2349         Don't push EOS from the chain function, the element
2350         driving the pipeline is responsible for this. The bug
2351         this was meant to fix seems to be queue not forwarding
2352         EOS in all cases (see #476514).
2353
2354 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2355
2356         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2357         (gst_level_transform_ip):
2358         * gst/level/gstlevel.h:
2359         Use basetransform segment so that it is correctly managed on flushes and
2360         start/stop.
2361         Report message timestamp as stream time, which is what an application
2362         can understand.
2363
2364 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2365
2366         * ext/taglib/gstapev2mux.cc:
2367         * ext/taglib/gstapev2mux.h:
2368         * ext/taglib/gsttaglibmux.c:
2369         * tests/check/elements/apev2mux.c:
2370         Update my mail address.
2371
2372 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2373
2374         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2375         (gst_wavparse_loop), (gst_wavparse_chain):
2376         Add EOS logic for the push-based mode too. Fixes #476514.
2377
2378 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2379
2380         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2381         * gst/law/alaw-encode.h:
2382         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2383         (gst_mulawenc_chain):
2384         * gst/law/mulaw-encode.h:
2385         Fix law encoder timestamps.
2386
2387 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2388
2389         * ext/gconf/gstgconfaudiosink.c:
2390           Fix warning when building without debug.
2391
2392         * sys/oss/gstossmixertrack.c:
2393           Use const like in alsamixertrack.c (fixes warnings).
2394
2395 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2396
2397         * sys/v4l2/v4l2src_calls.c:
2398         (gst_v4l2src_probe_caps_for_format_and_size):
2399         Fix framerate detection code some more.
2400         Handle the case where there is a weird step in the stepwise framerates.
2401         Don't overwrite the min interval with the framerate, use a temp variable
2402         instead.
2403         Use max in the Continuous framerate intervals instead of step, which is
2404         1 according to the docs. Fixes #475424.
2405
2406 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2407
2408         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2409         Make udpsrc timestamp outgoing buffers based on when they were received.
2410         Also make it output a segment in time.
2411
2412 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2413
2414         * gst/avi/gstavidemux.c:
2415           Plug a little leak. Little code cleanups.
2416
2417 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2418
2419         * configure.ac:
2420           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2421           flac versions, 's good for cross-compilation karma.
2422
2423 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2424
2425         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2426
2427         * gst/rtp/gstrtph263pay.c:
2428           Fix up header structure so that compilers don't add padding
2429           between the structure fields, since that would lead to us
2430           sending RTP packets with broken headers (as is currently the
2431           case when compiling with MSVC). Also see similar fixes in
2432           libgstrtp in gst-plugins-base. (#474616; #471194)
2433
2434 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2435
2436         * sys/v4l2/v4l2src_calls.c:
2437         (gst_v4l2src_probe_caps_for_format_and_size):
2438         Don't overwrite our GValue with 0 but instead use the previously
2439         computed value. Fixes #471823 some more.
2440
2441 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2442
2443         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2444           No tabs in this file please, or gtk-doc will end up documenting
2445           rather absurd class hierarchies.
2446
2447 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2448
2449         * ext/gconf/gstswitchsink.c:
2450           If the new kid element fails to change state for some reason
2451           (e.g. esdsink not being able to connect to the sound server),
2452           forward the error message it posted on the bus instead of just
2453           posting a generic 'Internal state change error: please file a
2454           bug' error message. Fixes #471364.
2455
2456 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2457
2458         * gst/qtdemux/Makefile.am:
2459         * gst/qtdemux/qtdemux.c:
2460           Don't assume tags are encoded as UTF-8 (#473670).
2461
2462 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2463
2464         * sys/v4l2/gstv4l2src.c:
2465         * sys/v4l2/gstv4l2src.h:
2466         * sys/v4l2/v4l2src_calls.c:
2467           Implement LATENCY queries in the crudest way possible so I don't
2468           have to use sync=false any longer when testing with videosinks.
2469
2470 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2471
2472         * configure.ac:
2473           Fix build.
2474
2475 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2476
2477         * sys/v4l2/v4l2src_calls.c:
2478         (gst_v4l2src_probe_caps_for_format_and_size):
2479         Add some more debugging in the framerate function.
2480         Iterate stepwise framerate up to and _including_ the max and if nothing
2481         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2482         don't end up with an empty list. Fixes #471823
2483
2484 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2485
2486         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2487         (gst_multiudpsink_set_clients_string),
2488         (gst_multiudpsink_get_clients_string),
2489         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2490         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2491         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2492         (gst_multiudpsink_clear):
2493         Add property do configure destination address/port pairs
2494         API:GstMultiUDPSink::clients
2495
2496 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2497
2498         * tests/examples/Makefile.am:
2499         * tests/examples/rtp/Makefile.am:
2500         * tests/examples/rtp/client-H263p-AMR.sh:
2501         * tests/examples/rtp/client-H263p-PCMA.sdp:
2502         * tests/examples/rtp/client-H263p-PCMA.sh:
2503         * tests/examples/rtp/client-H264-PCMA.sdp:
2504         * tests/examples/rtp/client-H264-PCMA.sh:
2505         * tests/examples/rtp/client-PCMA.sh:
2506         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2507         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2508         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2509         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2510         Added some RTP example scripts for sending and receiving RTP streams.
2511
2512 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2513
2514         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2515         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2516         Restructure the setcaps function so that we can also compute the
2517         expected GStreamer output size of the video frames.
2518         Set frame_byte_size correctly so that read-based devices have a chance
2519         of working correctly.
2520         When grabbing a frame, discard frames that are not of the expected size.
2521         Some cameras don't output the right framesize for the first buffer.
2522         Try only a couple of times to get a valid frame, else error out.
2523
2524         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2525         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2526         Add some more debug info when scanning the device.
2527
2528         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2529         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2530         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2531         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2532         Add some more debug info when dequeing a frame.
2533
2534 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2535
2536         * gst/wavparse/gstwavparse.c:
2537           More code cleanups. Add some more comment and improve debugs logs.
2538
2539 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2540
2541         * gst/wavparse/gstwavparse.c:
2542         * gst/wavparse/gstwavparse.h:
2543           Implement seek-query. Refactor duration calculations. Appropriate use
2544           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2545           out of loops.
2546
2547 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2548
2549         * gst/avi/gstavidemux.c:
2550           Implement seek-query.
2551
2552 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2553
2554         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2555         (gst_rtspsrc_dup_printf):
2556         Use new basesink async property to make sparse RTCP packet not wait for
2557         preroll.
2558
2559 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2560
2561         * gst/audiofx/Makefile.am:
2562         Dist the right file.
2563
2564 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2565
2566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2567         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2568         Make sure we generate and parse floating point values in the POSIX
2569         locale instead of the current locale. 
2570
2571 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2572
2573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2574         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2575         (gst_rtspsrc_play):
2576         * gst/rtsp/gstrtspsrc.h:
2577         Fix method detection again.
2578         Keep track of when we must send a Range header.
2579         Use segment values for Range, Speed and Scale headers.
2580         Parse Speed and Scale headers to update the segment values.
2581
2582 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2583
2584         patch by: Mark Nauwelaerts <manauw@skynet.be>
2585
2586         * sys/v4l2/v4l2src_calls.c:
2587           Handle optional v4l2 ioctls gracefully.
2588
2589 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2590
2591         * gst/rtp/Makefile.am:
2592         * gst/rtp/gstrtp.c: (plugin_init):
2593         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2594         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2595         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2596         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2597         (gst_rtp_h263_depay_get_property),
2598         (gst_rtp_h263_depay_change_state),
2599         (gst_rtp_h263_depay_plugin_init):
2600         * gst/rtp/gstrtph263depay.h:
2601         Added an H263 depayloader. Fixes #369392.
2602
2603         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2604         (gst_rtp_h263p_depay_process):
2605         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2606         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2607         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2608         payloads.
2609         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2610
2611 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2612
2613         * gst/audiofx/audiochebyshevfreqband.c:
2614         * gst/audiofx/audiochebyshevfreqlimit.c:
2615         Add small comparision with the windowed sinc filters in the docs.
2616
2617 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2618
2619         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2620         (audiochebyshevfreqband_suite):
2621         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2622         (audiochebyshevfreqlimit_suite):
2623         Also test 32 bit float mode and the type 2 variants of the filters.
2624
2625 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2626
2627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2628         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2629         (gst_rtspsrc_loop):
2630         Refactor the udp and interleaved loop function a bit.
2631
2632 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2633
2634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2635         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2636         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2637         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2638         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2639         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2640         * gst/rtsp/gstrtspsrc.h:
2641         Protect connection activity with a new lock, avoids deadlocks when going
2642         to PAUSED. Fixes #455808.
2643
2644 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2645
2646         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2647         Fix debug statement.
2648
2649 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2650
2651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2652         Fix stray %u in debug line as spotted by Saur on IRC.
2653
2654 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2655
2656         * gst/audiofx/audiochebyshevfreqband.c:
2657         (gst_audio_chebyshev_freq_band_class_init):
2658         * gst/audiofx/audiochebyshevfreqlimit.c:
2659         (gst_audio_chebyshev_freq_limit_class_init):
2660         Use generator macros for the process functions for the different
2661         sample types, add lower upper boundaries for the GObject properties
2662         so automatically generated UIs can use sliders and add a note about
2663         the number of poles as a too high number of poles combined with
2664         very low or very high frequencies will produce only noise.
2665         * docs/plugins/gst-plugins-good-plugins.args:
2666         Regenerated for the property changes.
2667
2668 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2669
2670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2671         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2672         (gst_rtspsrc_stream_configure_udp_sink),
2673         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2674         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2675         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2676         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2677         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2678         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2679         * gst/rtsp/gstrtspsrc.h:
2680         Improve timeout handling.
2681         Use the same socket for sending and receiving RTCP packets so that some
2682         servers can track clients better.
2683         Improve connection closed handling. Try to reconnect.
2684         Don't overwrite our content base with NULL.
2685         Improve debugging.
2686         Improve range parsing and handling.
2687         Remove flushing hack now that core does the right thing.
2688
2689 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2690
2691         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2692         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2693         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2694         (gst_multiudpsink_close), (gst_multiudpsink_add):
2695         * gst/udp/gstmultiudpsink.h:
2696         Add support for getting and setting the socket to use.
2697
2698         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2699         (gst_udpsrc_create), (gst_udpsrc_get_property):
2700         Add support for getting the currently used socket.
2701
2702 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2703
2704         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2705
2706         * gst/audiofx/Makefile.am:
2707         * gst/audiofx/audiochebyshevfreqband.c:
2708         (gst_audio_chebyshev_freq_band_mode_get_type),
2709         (gst_audio_chebyshev_freq_band_base_init),
2710         (gst_audio_chebyshev_freq_band_dispose),
2711         (gst_audio_chebyshev_freq_band_class_init),
2712         (gst_audio_chebyshev_freq_band_init),
2713         (generate_biquad_coefficients), (calculate_gain),
2714         (generate_coefficients),
2715         (gst_audio_chebyshev_freq_band_set_property),
2716         (gst_audio_chebyshev_freq_band_get_property),
2717         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2718         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2719         (gst_audio_chebyshev_freq_band_start):
2720         * gst/audiofx/audiochebyshevfreqband.h:
2721         * gst/audiofx/audiochebyshevfreqlimit.c:
2722         (gst_audio_chebyshev_freq_limit_mode_get_type),
2723         (gst_audio_chebyshev_freq_limit_base_init),
2724         (gst_audio_chebyshev_freq_limit_dispose),
2725         (gst_audio_chebyshev_freq_limit_class_init),
2726         (gst_audio_chebyshev_freq_limit_init),
2727         (generate_biquad_coefficients), (calculate_gain),
2728         (generate_coefficients),
2729         (gst_audio_chebyshev_freq_limit_set_property),
2730         (gst_audio_chebyshev_freq_limit_get_property),
2731         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2732         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2733         (gst_audio_chebyshev_freq_limit_start):
2734         * gst/audiofx/audiochebyshevfreqlimit.h:
2735         * gst/audiofx/audiofx.c: (plugin_init):
2736         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2737         Fixes #464800.
2738
2739         * tests/check/Makefile.am:
2740         * tests/check/elements/.cvsignore:
2741         * tests/check/elements/audiochebyshevfreqband.c:
2742         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2743         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2744         * tests/check/elements/audiochebyshevfreqlimit.c:
2745         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2746         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2747         Add unit tests for the chebyshev filters.
2748
2749         * docs/plugins/Makefile.am:
2750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2752         * docs/plugins/gst-plugins-good-plugins.args:
2753         * docs/plugins/inspect/plugin-1394.xml:
2754         * docs/plugins/inspect/plugin-audiofx.xml:
2755         * docs/plugins/inspect/plugin-dv.xml:
2756         * docs/plugins/inspect/plugin-flac.xml:
2757         * docs/plugins/inspect/plugin-jpeg.xml:
2758         * docs/plugins/inspect/plugin-png.xml:
2759         * docs/plugins/inspect/plugin-rtp.xml:
2760         * docs/plugins/inspect/plugin-shout2send.xml:
2761         * docs/plugins/inspect/plugin-wavpack.xml:
2762         And add docs for the chebyshev filters. While doing
2763         that also run make update in docs/plugins.
2764
2765 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2766
2767         * ext/annodex/gstcmmltag.c:
2768         * gst/rtp/gstrtpvorbispay.c:
2769           Make ro memory to share.
2770
2771 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2772
2773         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2774         Improve UDP performance by avoiding a select() when we have data
2775         available immediatly.
2776
2777 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2778
2779         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2780         (gst_rtp_dec_class_init):
2781         * gst/rtsp/gstrtpdec.h:
2782         Add (dummy) SSRC management signals.
2783
2784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2785         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2786         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2787         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2788         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2789         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2790         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2791         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2792         * gst/rtsp/gstrtspsrc.h:
2793         Add connection-speed property.
2794         Add find_stream helper functions.
2795         Handle stream EOS based on BYE messages or SSRC timeout.
2796         Returns SUCCESS from the state change function as we hide our async
2797         elements from the parent.
2798
2799 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * gst/debug/rndbuffersize.c:
2802           Fix da leak.
2803
2804 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2805
2806         * gst/debug/Makefile.am:
2807         * gst/debug/breakmydata.c:
2808         * gst/debug/gstdebug.c:
2809         * gst/debug/negotiation.c:
2810         * gst/debug/progressreport.c:
2811         * gst/debug/rndbuffersize.c:
2812         * gst/debug/testplugin.c:
2813           Add new test element and clean-up the others a little.
2814
2815 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2816
2817         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2818         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2819
2820 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2821
2822         * gst/rtp/gstrtpilbcdepay.c:
2823           Include stdlib.
2824
2825 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2826
2827         * gst/rtp/gstrtpmpvdepay.c:
2828         Set the mpegversion in the caps so that autoplugging does not get
2829         confused.
2830
2831 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2832
2833         * po/hu.po:
2834         * po/uk.po:
2835         * po/vi.po:
2836           Updated translations.
2837
2838 2007-08-08  Michael Smith <msmith@fluendo.com>
2839
2840         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2841           Render right border in the correct location.
2842
2843 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2844
2845         Patch by: Olivier Crete <tester at tester dot ca>
2846
2847         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2848         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2849         Make mode property a string. Fixes #464475.
2850
2851 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2852
2853         * ext/flac/gstflacenc.c:
2854           Widen caps to match decoder a bit and add more FIXMEs.
2855
2856 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2857
2858         patch by: Mark Nauwelaerts <manauw@skynet.be>
2859
2860         * gst/avi/gstavimux.c:
2861           Fix ODML index tag numbering. Fixes #463624.
2862
2863 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2864
2865         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2866         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2867         (gst_rtspsrc_stream_configure_tcp),
2868         (gst_rtspsrc_stream_configure_udp_sink):
2869         Fix default clock-rate for realmedia.
2870         Fix parsing of transport.
2871         Don't try to link NULL pads.
2872
2873 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2874
2875         * po/POTFILES.skip:
2876           Add POTFILES.skip with list of source files that aren't disted at the
2877           moment but contain translatable strings. Should hopefully pacify
2878           broken tools and make it clearer that these files are left out
2879           intentionally (#461600).
2880
2881 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2882
2883         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2884         If the buffer was entirely clipped ... don't try sending it :)
2885
2886 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2887
2888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2889         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2890         (gst_rtspsrc_create_transports_string),
2891         (gst_rtspsrc_prepare_transports):
2892         If we don't hav a session manager, set the caps on outgoing buffers
2893         ourselves.
2894         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2895         Append final bit of the transport string even when it does not contain a
2896         placeholder.
2897
2898 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2899
2900         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2901         (gst_rtsp_ext_list_connect):
2902         * gst/rtsp/gstrtspext.h:
2903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2904         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2905         Clean up the interface list.
2906         Allow connecting to interface signals for the extensions.
2907         Remove old extension code.
2908         Free list on cleanup.
2909         Allow extensions to send additional RTSP messages.
2910
2911 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2912
2913         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2914         Handle a NULL gconf key gracefully by rendering the default element.
2915
2916 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2917
2918         * gst/rtsp/gstrtspext.h:
2919         Fix include path for extension interface.
2920
2921 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2922
2923         * gst/audiofx/audioamplify.h:
2924         Also remove a now unecessary variable here.
2925
2926 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2927
2928         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2929         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2930         * gst/audiofx/audiodynamic.c:
2931         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2932         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2933         * gst/audiofx/audiodynamic.h:
2934         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2935         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2936         * gst/audiofx/audioinvert.h:
2937         Don't save format information ourselves, this is already saved in
2938         GstAudioFilter.
2939
2940 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2941
2942         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2943         (gst_rtsp_ext_list_stream_select):
2944         * gst/rtsp/gstrtspext.h:
2945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2946         Use rank to filter out extensions.
2947         Add url to stream_select interface call.
2948
2949 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2950
2951         * gst/rtsp/Makefile.am:
2952         * gst/rtsp/base64.c:
2953         * gst/rtsp/base64.h:
2954         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2955         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2956         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2957         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2958         (gst_rtsp_ext_list_setup_media),
2959         (gst_rtsp_ext_list_configure_stream),
2960         (gst_rtsp_ext_list_get_transports),
2961         (gst_rtsp_ext_list_stream_select):
2962         * gst/rtsp/gstrtspext.h:
2963         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2964         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2965         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2966         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2967         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2968         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2969         (gst_rtspsrc_stream_configure_tcp),
2970         (gst_rtspsrc_stream_configure_mcast),
2971         (gst_rtspsrc_stream_configure_udp),
2972         (gst_rtspsrc_stream_configure_udp_sink),
2973         (gst_rtspsrc_stream_configure_transport),
2974         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2975         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2976         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2977         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2978         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2979         (gst_rtspsrc_parse_methods),
2980         (gst_rtspsrc_create_transports_string),
2981         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2982         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2983         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2984         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
2985         * gst/rtsp/gstrtspsrc.h:
2986         * gst/rtsp/rtsp.h:
2987         * gst/rtsp/rtspconnection.c:
2988         * gst/rtsp/rtspconnection.h:
2989         * gst/rtsp/rtspdefs.c:
2990         * gst/rtsp/rtspdefs.h:
2991         * gst/rtsp/rtspext.h:
2992         * gst/rtsp/rtspextwms.c:
2993         * gst/rtsp/rtspextwms.h:
2994         * gst/rtsp/rtspmessage.c:
2995         * gst/rtsp/rtspmessage.h:
2996         * gst/rtsp/rtsprange.c:
2997         * gst/rtsp/rtsprange.h:
2998         * gst/rtsp/rtsptransport.c:
2999         * gst/rtsp/rtsptransport.h:
3000         * gst/rtsp/rtspurl.c:
3001         * gst/rtsp/rtspurl.h:
3002         * gst/rtsp/sdp.h:
3003         * gst/rtsp/sdpmessage.c:
3004         * gst/rtsp/sdpmessage.h:
3005         * gst/rtsp/test.c:
3006         Use shiny new RTSP and SDP library.
3007         Implement RTSP extensions using the new interface.
3008         Remove a lot of old code.
3009
3010 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3011
3012         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3013         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3014
3015 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3016
3017         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3018         Don't unref the outgoing buffer twice when dropping it because it's
3019         outside of the segment.
3020
3021 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3022
3023         * configure.ac:
3024         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3025         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3026         Use the new buffer clipping function from gstaudio here and
3027         require gst-plugins-base CVS.
3028         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3029         For framed Wavpack buffers we require a valid timestamp.
3030
3031 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3032
3033         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3034         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3035         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3036         Clip raw audio and video when we can, keep track of current output
3037         segment.
3038         Don't leak buffers and events when there is no output pad.
3039         Improve debugging here and there.
3040
3041 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3042
3043         * configure.ac:
3044           Sync liboil check with plugins-base.
3045
3046 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3047
3048         * ext/annodex/Makefile.am:
3049           Fix CFLAGS/LIBS.
3050
3051         * ext/cdio/gstcdiocddasrc.c:
3052         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3053           Include stdlib
3054
3055         * ext/cairo/Makefile.am:
3056         * gst/videofilter/Makefile.am:
3057         * tests/examples/level/Makefile.am:
3058           Use $(LIBM) instead of -lm
3059
3060 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3061
3062         * sys/v4l2/gstv4l2src.c:
3063           Add another example pipeline.
3064
3065 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3066
3067         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3068
3069         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3070           Use define here.
3071
3072         * sys/v4l2/gstv4l2tuner.c:
3073         (gst_v4l2_tuner_set_frequency_and_notify):
3074           Don't touch the property - its still disabled.
3075
3076         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3077         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3078         * sys/v4l2/v4l2src_calls.h:
3079           Improve fallback format negotionation. Fixes #451388
3080
3081 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3082
3083         * tests/check/elements/videocrop.c: (GST_START_TEST):
3084           Fix the test.
3085
3086 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3087
3088         * docs/plugins/Makefile.am:
3089         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3090         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3091         * docs/plugins/inspect/plugin-jpeg.xml:
3092         * docs/plugins/inspect/plugin-png.xml:
3093         * ext/jpeg/gstjpegdec.c:
3094         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3095         (gst_pngdec_sink_setcaps):
3096           More docs. More logs in pngdec.
3097
3098 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3099
3100         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3101           Initialize num_buffers with minimum value.
3102
3103         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3104         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3105           Handle frame-size query failure gracefully.
3106
3107 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3108
3109         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3110         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3111         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3112         of qt/aac files.
3113
3114 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3115
3116         * ext/wavpack/gstwavpackdec.c:
3117         (gst_wavpack_dec_clip_outgoing_buffer):
3118         Fix buffer clipping to correctly clip to the segment stop.
3119
3120 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3121
3122         * configure.ac:
3123         * tests/Makefile.am:
3124         Remove bogus check for libcheck, since we check for
3125         gstreamer-check and it pulls in the required info from there,
3126         and we weren't actually _using_ the information for libcheck
3127         ourselves anyway.
3128
3129 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3130
3131         * configure.ac:
3132           Use pkg-config to locate check.
3133
3134 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3135
3136         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3137         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3138         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3139         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3140         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3141         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3142         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3143         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3144         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3145         * gst/effectv/gstrev.c: (gst_revtv_transform):
3146         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3147         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3148         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3149         * gst/matroska/matroska-demux.c:
3150         (gst_matroska_demux_add_wvpk_header),
3151         (gst_matroska_demux_check_subtitle_buffer),
3152         (gst_matroska_decode_buffer):
3153         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3154           Fix build against core CVS.
3155
3156 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3157
3158         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3159         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3160         don't have enough granularity to convert that boolean into a
3161         GstFlowReturn.
3162
3163 2007-07-06  Michael Smith <msmith@fluendo.com>
3164
3165         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3166         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3167         (gst_alawdec_change_state):
3168         * gst/law/alaw-decode.h:
3169         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3170         (gst_mulawdec_class_init), (gst_mulawdec_init),
3171         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3172         * gst/law/mulaw-decode.h:
3173           Fix capsnego bogosity in *law decoders. 
3174
3175 2007-07-06  Michael Smith <msmith@fluendo.com>
3176
3177         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3178         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3179         (gst_smokeenc_change_state):
3180         * ext/jpeg/gstsmokeenc.h:
3181           Remove stupidity in get/set caps functions.
3182           Fix some refcounting problems.
3183
3184 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3185
3186         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3187         Remove endianness-flipping hack that seems to have been required
3188         only because of a bug in ffmpegcolorspace.
3189         Partially Fixes: #451908
3190
3191 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3192
3193         * docs/plugins/Makefile.am:
3194           Simplify --extra-dir as gtkdoc scans recursively.
3195
3196 2007-07-03  Wim Taymans  <wim@fluendo.com>
3197
3198         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3199
3200         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3201         Set the encoding-name in the rtp caps to all uppercase, as required by
3202         the caps spec.
3203         Some small cleanups in the error paths. Fixes #453037.
3204
3205 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3206
3207         * ext/wavpack/gstwavpackparse.c:
3208         (gst_wavpack_parse_index_get_last_entry),
3209         (gst_wavpack_parse_index_get_entry_from_sample),
3210         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3211         (gst_wavpack_parse_scan_to_find_sample):
3212         * ext/wavpack/gstwavpackparse.h:
3213         Use a GSList for the GArray that is used like a list anyway.
3214
3215 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3216
3217         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3218         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3219         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3220           Add state change function where we set 0/1 as default framerate in
3221           case our setcaps function isn't called, like it might not in a
3222           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3223           gdkpixbufdec trying to create caps with a 0/0 framerate.
3224           Also post an error message on the bus if gst_pad_push() fails when
3225           called from our sink event handler (+1 for flow returns for event
3226           functions in 0.11) instead of failing silently.
3227
3228 2007-06-27  Wim Taymans  <wim@fluendo.com>
3229
3230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3231         Cast stack args to the proper types. Fixes #451249.
3232
3233 2007-06-27  Wim Taymans  <wim@fluendo.com>
3234
3235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3236         (new_session_pad), (gst_rtspsrc_setup_streams):
3237         * gst/rtsp/gstrtspsrc.h:
3238         For container formats we only need to activate one of the streams so
3239         that we correctly signal no-more-pads. Fixes #451015.
3240
3241 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3242
3243         * docs/plugins/gst-plugins-good-plugins.args:
3244         * docs/plugins/inspect/plugin-aasink.xml:
3245         * docs/plugins/inspect/plugin-alaw.xml:
3246         * docs/plugins/inspect/plugin-alpha.xml:
3247         * docs/plugins/inspect/plugin-alphacolor.xml:
3248         * docs/plugins/inspect/plugin-annodex.xml:
3249         * docs/plugins/inspect/plugin-apetag.xml:
3250         * docs/plugins/inspect/plugin-audiofx.xml:
3251         * docs/plugins/inspect/plugin-auparse.xml:
3252         * docs/plugins/inspect/plugin-autodetect.xml:
3253         * docs/plugins/inspect/plugin-avi.xml:
3254         * docs/plugins/inspect/plugin-cacasink.xml:
3255         * docs/plugins/inspect/plugin-cairo.xml:
3256         * docs/plugins/inspect/plugin-cdio.xml:
3257         * docs/plugins/inspect/plugin-cutter.xml:
3258         * docs/plugins/inspect/plugin-debug.xml:
3259         * docs/plugins/inspect/plugin-efence.xml:
3260         * docs/plugins/inspect/plugin-effectv.xml:
3261         * docs/plugins/inspect/plugin-esdsink.xml:
3262         * docs/plugins/inspect/plugin-flac.xml:
3263         * docs/plugins/inspect/plugin-flxdec.xml:
3264         * docs/plugins/inspect/plugin-gconfelements.xml:
3265         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3266         * docs/plugins/inspect/plugin-goom.xml:
3267         * docs/plugins/inspect/plugin-halelements.xml:
3268         * docs/plugins/inspect/plugin-icydemux.xml:
3269         * docs/plugins/inspect/plugin-id3demux.xml:
3270         * docs/plugins/inspect/plugin-jpeg.xml:
3271         * docs/plugins/inspect/plugin-ladspa.xml:
3272         * docs/plugins/inspect/plugin-level.xml:
3273         * docs/plugins/inspect/plugin-matroska.xml:
3274         * docs/plugins/inspect/plugin-mulaw.xml:
3275         * docs/plugins/inspect/plugin-multipart.xml:
3276         * docs/plugins/inspect/plugin-navigationtest.xml:
3277         * docs/plugins/inspect/plugin-ossaudio.xml:
3278         * docs/plugins/inspect/plugin-png.xml:
3279         * docs/plugins/inspect/plugin-quicktime.xml:
3280         * docs/plugins/inspect/plugin-rtp.xml:
3281         * docs/plugins/inspect/plugin-rtsp.xml:
3282         * docs/plugins/inspect/plugin-smpte.xml:
3283         * docs/plugins/inspect/plugin-speex.xml:
3284         * docs/plugins/inspect/plugin-taglib.xml:
3285         * docs/plugins/inspect/plugin-udp.xml:
3286         * docs/plugins/inspect/plugin-videobalance.xml:
3287         * docs/plugins/inspect/plugin-videobox.xml:
3288         * docs/plugins/inspect/plugin-videocrop.xml:
3289         * docs/plugins/inspect/plugin-videoflip.xml:
3290         * docs/plugins/inspect/plugin-videomixer.xml:
3291         * docs/plugins/inspect/plugin-wavenc.xml:
3292         * docs/plugins/inspect/plugin-wavparse.xml:
3293         * docs/plugins/inspect/plugin-ximagesrc.xml:
3294           Update docs with caps info.
3295
3296 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3297
3298         * po/POTFILES.in:
3299           Add more files with translatable strings (#450878).
3300
3301 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3302
3303         * MAINTAINERS:
3304         Updating all the maintainers files
3305
3306 2007-06-22  Edward Hervey  <edward@fluendo.com>
3307
3308         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3309         * gst/interleave/deinterleave.c: (deinterleave_init),
3310         (deinterleave_sink_link):
3311         * gst/interleave/interleave.c: (interleave_init):
3312         * gst/median/gstmedian.c: (gst_median_init):
3313         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3314         Fix memory leaks.
3315         * tests/check/elements/id3demux.c: (pad_added_cb):
3316         Remove unused variable.
3317
3318 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3319
3320         * ext/gconf/gconf.h:
3321         Make the prototype of gst_gconf_get_key_for_sink_profile
3322         match the implementation.
3323         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3324         Fixes: #449747
3325
3326 2007-06-20  Michael Smith <msmith@fluendo.com>
3327
3328         * gst/rtp/gstrtpdepay.c:
3329           Fix description - rtpdepay is not a payloader.
3330
3331 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3332
3333         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3334         (qtdemux_video_caps):
3335         * gst/qtdemux/qtdemux_fourcc.h:
3336           Add MJPG to the variants of motion jpeg.
3337
3338 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3339
3340         * tests/check/Makefile.am:
3341         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3342         * tests/check/elements/videocrop.c: (GST_START_TEST):
3343         * tests/check/elements/videofilter.c:
3344         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3345         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3346           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3347           error flags are included and it errors out on compiler warnings
3348           for CVS builds; remove unused variables in various unit tests.
3349
3350 2007-06-19  Wim Taymans  <wim@fluendo.com>
3351
3352         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3353         (rtsp_connection_close), (rtsp_connection_free):
3354         Use threadsafe inet_ntop to convert an ip number to a string. 
3355         Fixes #447961.
3356         Don't leak fd (and ip) when freeing a connection without first closing
3357         it.
3358
3359 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3360
3361         * configure.ac:
3362         Back to CVS
3363
3364         * gst-plugins-good.doap:
3365         Add 0.10.6 to the doap file.
3366
3367 === release 0.10.6 ===
3368
3369 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3370
3371         * configure.ac:
3372           releasing 0.10.6, "Wobble Board"
3373
3374 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3375
3376         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3377         (rtsp_connection_free):
3378           Revert previous commit again, since we are frozen (sorry).
3379
3380 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3381
3382         Patch by: Peter Kjellerstedt <pkj at axis com>
3383
3384         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3385         (rtsp_connection_free):
3386           inet_ntoa() uses a static buffer internally, so we need to copy the
3387           returned string if we want to store it for later (#447961).
3388
3389 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3390
3391         * win32/vs6/autogen.dsp:
3392         * win32/vs6/gst_plugins_good.dsw:
3393         * win32/vs6/libgstalaw.dsp:
3394         * win32/vs6/libgstalpha.dsp:
3395         * win32/vs6/libgstalphacolor.dsp:
3396         * win32/vs6/libgstapetag.dsp:
3397         * win32/vs6/libgstaudiofx.dsp:
3398         * win32/vs6/libgstauparse.dsp:
3399         * win32/vs6/libgstautodetect.dsp:
3400         * win32/vs6/libgstavi.dsp:
3401         * win32/vs6/libgstcutter.dsp:
3402         * win32/vs6/libgstdirectdraw.dsp:
3403         * win32/vs6/libgstdirectsound.dsp:
3404         * win32/vs6/libgsteffectv.dsp:
3405         * win32/vs6/libgstflx.dsp:
3406         * win32/vs6/libgstgoom.dsp:
3407         * win32/vs6/libgsticydemux.dsp:
3408         * win32/vs6/libgstid3demux.dsp:
3409         * win32/vs6/libgstinterleave.dsp:
3410         * win32/vs6/libgstjpeg.dsp:
3411         * win32/vs6/libgstlevel.dsp:
3412         * win32/vs6/libgstmatroska.dsp:
3413         * win32/vs6/libgstmedian.dsp:
3414         * win32/vs6/libgstmonoscope.dsp:
3415         * win32/vs6/libgstmulaw.dsp:
3416         * win32/vs6/libgstmultipart.dsp:
3417         * win32/vs6/libgstqtdemux.dsp:
3418         * win32/vs6/libgstrtp.dsp:
3419         * win32/vs6/libgstrtsp.dsp:
3420         * win32/vs6/libgstsmpte.dsp:
3421         * win32/vs6/libgstspeex.dsp:
3422         * win32/vs6/libgstudp.dsp:
3423         * win32/vs6/libgstvideobalance.dsp:
3424         * win32/vs6/libgstvideobox.dsp:
3425         * win32/vs6/libgstvideocrop.dsp:
3426         * win32/vs6/libgstvideoflip.dsp:
3427         * win32/vs6/libgstvideomixer.dsp:
3428         * win32/vs6/libgstwaveform.dsp:
3429         * win32/vs6/libgstwavenc.dsp:
3430         * win32/vs6/libgstwavparse.dsp:
3431         Mark *.dsp & *.dsw as binary files and convert to DOS line
3432         endings, as they don't load into VS6 correctly otherwise.
3433
3434 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3435
3436         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3437         (rtsp_connection_connect):
3438         Fix the MingW build. 
3439         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3440         Fixes: #446981
3441
3442 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3443
3444         * tests/check/elements/.cvsignore:
3445         * tests/icles/.cvsignore:
3446         Hush the buildbots up
3447
3448 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3449
3450         * configure.ac:
3451         * sys/Makefile.am:
3452         * sys/directdraw/Makefile.am:
3453         * sys/directsound/Makefile.am:
3454         * sys/waveform/Makefile.am:
3455         Make sure to dist everything needed for win32 builds.
3456
3457 2007-06-14  Edward Hervey  <edward@fluendo.com>
3458
3459         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3460         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3461         caps.
3462         Fixes #447458
3463
3464 2007-06-13  Wim Taymans  <wim@fluendo.com>
3465
3466         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3467         Make sure we allocate enough memory for the codec_data.
3468         Fixes #447210.
3469
3470 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3471
3472         * win32/MANIFEST:
3473         Add videocrop project file to the win32 manifest.
3474         * win32/vs6/gst_plugins_good.dsw:
3475         Add qtdemux,videocrop and waveform projects to the workspace.
3476         * win32/vs6/libgstqtdemux.dsp:
3477         Add zlib to the link list of qtdemux.
3478         * win32/vs6/libgstvideocrop.dsp:
3479         Add a project file for videocrop.
3480
3481 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3482
3483         * po/POTFILES.in:
3484         Add qtdemux for translation
3485
3486 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3487
3488         * configure.ac:
3489         * docs/plugins/Makefile.am:
3490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3491         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3492         * docs/plugins/inspect/plugin-videocrop.xml:
3493         * gst-plugins-good.spec.in:
3494         * sys/Makefile.am:
3495         * tests/check/Makefile.am:
3496         * tests/icles/Makefile.am:
3497         * tests/icles/videocrop-test.c:
3498         Move videocrop and osxvideo from -bad.
3499
3500 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3501
3502         * configure.ac:
3503         * docs/plugins/Makefile.am:
3504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3506         * docs/plugins/gst-plugins-good-plugins.args:
3507         * docs/plugins/inspect/plugin-qtdemux.xml:
3508         * docs/plugins/inspect/plugin-quicktime.xml:
3509         * win32/MANIFEST:
3510         Move qtdemux from -bad.
3511
3512         * gst-plugins-good.spec.in:
3513         Update spec file to reflect moving of qtdemux and wavpack
3514
3515 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3516         
3517         * win32/MANIFEST:
3518         * docs/plugins/Makefile.am:
3519         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3521         * docs/plugins/inspect/plugin-directdraw.xml:
3522         * docs/plugins/inspect/plugin-directsound.xml:
3523         * docs/plugins/inspect/plugin-waveform.xml:
3524         Move the waveform plugin from -bad too. Update the inspect xml
3525         files to mention Plugins Good instead of Plugins Bad.
3526
3527 2007-06-12  Andy Wingo  <wingo@pobox.com>
3528
3529         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3530         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3531         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3532         finalization and resuscitation. No longer public.
3533         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3534         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3535         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3536         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3537         miniobject semantics, and be threadsafe.
3538         (gst_v4l2src_queue_frame): Remove this function, as we just call
3539         the ioctls directly in the two places where we queue buffers.
3540         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3541         directly.
3542         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3543         to allocate the pool, which also preallocates the GstBuffers.
3544         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3545         queueing the frames directly.
3546         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3547         mmap buffers have been dequeued.
3548
3549         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3550         real MiniObject instead of rolling our own refcounting and
3551         finalizing. Give it a lock.
3552         (struct _GstV4l2Buffer): Remove one intermediary object, having
3553         the buffers hold the struct v4l2_buffer directly.
3554
3555         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3556         capture_init so that it can set them on the buffers that it will
3557         create.
3558         (gst_v4l2src_get_read): For better or for worse, include the
3559         timestamping and offsetting code here; really we should be using
3560         bufferalloc though.
3561         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3562         preallocated, mmap'd buffers.
3563
3564 2007-06-11  Wim Taymans  <wim@fluendo.com>
3565
3566         Patch by: daniel fischer <dan at f3c dot com>
3567
3568         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3569         (gst_ximage_src_get_caps):
3570         Actually use the display_name property so that we can dump any
3571         available X display. Fixes #445905.
3572
3573 2007-06-11  Wim Taymans  <wim@fluendo.com>
3574
3575         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3576
3577         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3578         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3579         Add missing rate fields to caps. Fixes #441118.
3580
3581 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3582
3583         * win32/vs6/gst_plugins_good.dsw:
3584         * win32/vs8/gst-plugins-good.sln:
3585         Add DirectSound and DirectDraw sinks project files to
3586         workspace and solution files.
3587
3588 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3589
3590         Patch by: Josh Coalson <xflac at yahoo dot com>,
3591         updated by Alexis Ballier <aballier at gentoo dot org>:
3592
3593         * configure.ac:
3594         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3595         (gst_flac_dec_setup_seekable_decoder),
3596         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3597         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3598         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3599         * ext/flac/gstflacdec.h:
3600         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3601         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3602         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3603         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3604         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3605         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3606         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3607         * ext/flac/gstflacenc.h:
3608         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3609         
3610 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3611
3612         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3613         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3614         not necessary anymore as we need at least that core version. 
3615
3616 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3617
3618         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3619         (gst_wavpack_dec_chain):
3620         * ext/wavpack/gstwavpackdec.h:
3621         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3622         (gst_wavpack_parse_push_buffer):
3623         * ext/wavpack/gstwavpackparse.h:
3624         Improve discont handling by checking if the next Wavpack block has
3625         the expected, following block index.
3626
3627 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3628
3629         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3630           Fix element description.
3631
3632 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3633
3634         * configure.ac:
3635         * docs/plugins/Makefile.am:
3636         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3637         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3638         * docs/plugins/gst-plugins-good-plugins.args:
3639         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3640         * docs/plugins/gst-plugins-good-plugins.signals:
3641         * docs/plugins/inspect/plugin-autodetect.xml:
3642         * docs/plugins/inspect/plugin-gconfelements.xml:
3643         * docs/plugins/inspect/plugin-ladspa.xml:
3644         * docs/plugins/inspect/plugin-rtp.xml:
3645         * docs/plugins/inspect/plugin-wavpack.xml:
3646         * ext/Makefile.am:
3647         * tests/check/Makefile.am:
3648           move wavpack plugin.  See #352605.
3649
3650 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3651
3652         * configure.ac:
3653         * docs/plugins/Makefile.am:
3654         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3655         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3656         * docs/plugins/gst-plugins-good-plugins.args:
3657         * sys/Makefile.am:
3658         * win32/MANIFEST:
3659         Add DirectDraw & DirectSound plugins to the build and docs.
3660
3661 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3662
3663         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3664         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3665           When operating in pull mode, error out correct on not-linked.
3666
3667 2007-06-06  Andy Wingo  <wingo@pobox.com>
3668
3669         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3670         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3671         format and size if the ioctls are defined; should fix compilation
3672         on Linux < 2.16.19.
3673
3674 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3675
3676         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3677           Printf fixes in debug statements; use LOG level for debug statements
3678           that are printed for each and every frame; convert c++ comments to
3679           C-style comments; not much point using g_try_malloc() if we then not
3680           even check the return value.
3681
3682 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3683
3684         * configure.ac:
3685           Bump requirements to released versions (core and base 0.10.13).
3686
3687         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3688           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3689           own implementation.
3690
3691 2007-06-05  Andy Wingo  <wingo@pobox.com>
3692
3693         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3694         some useless comments.
3695
3696         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3697         frames before calling STREAMON, that might leave them in a state
3698         where they can't be dequeued if we go back to NULL without calling
3699         STREAMON, according to the docs.
3700         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3701         before we call STREAMON.
3702         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3703         failures. (For me this code hung.) The pool refcounting is still
3704         crack; added a note to that effect.
3705
3706 2007-06-05  Wim Taymans  <wim@fluendo.com>
3707
3708         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3709         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3710         Add support for mapping gst structure names to the MIME type equivalent.
3711         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3712
3713 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3714
3715         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3716         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3717         (gst_wavenc_chain), (gst_wavenc_change_state):
3718         * gst/wavenc/gstwavenc.h:
3719         Properly write wav files with width!=depth by having the depth most
3720         significant bytes set and all others zero. Fixes #442535.
3721
3722 2007-06-01  Wim Taymans  <wim@fluendo.com>
3723
3724         * gst/rtsp/rtspconnection.c:
3725         Add include to make buildbot happy.
3726
3727 2007-06-01  Wim Taymans  <wim@fluendo.com>
3728
3729         Patch by: Peter Kjellerstedt  <pkj at axis com>
3730
3731         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3732         (rtsp_connection_connect), (add_date_header),
3733         (rtsp_connection_send), (parse_response_status),
3734         (parse_request_line), (parse_line), (rtsp_connection_receive):
3735         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3736         * gst/rtsp/rtspdefs.h:
3737         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3738         (rtsp_message_init_request), (rtsp_message_init_response),
3739         (rtsp_message_remove_header), (rtsp_message_append_headers),
3740         (rtsp_message_dump):
3741         * gst/rtsp/rtspmessage.h:
3742         Improves version checking, allowing an RTSP server to reply with "505
3743         RTSP Version not supported.
3744         Adds a Date header to all messages.
3745         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3746         want to be able to send a response even if something in the request was
3747         invalid. EINVAL is only used when passing wrong arguments to functions.
3748         Do not handle an invalid method in parse_request_line(). Defer this to
3749         the caller so it can respond with "405 Method Not Allowed".
3750         Improves parsing of the timeout parameter to the Session header,
3751         allowing whitespace after the semicolon. 
3752         Avoids a compiler warning due to variables shadowing a function argument.
3753
3754 2007-06-01  Wim Taymans  <wim@fluendo.com>
3755
3756         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3757
3758         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3759         (gst_rtp_amr_depay_process):
3760         * gst/rtp/gstrtpamrdepay.h:
3761         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3762         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3763         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3764         * gst/rtp/gstrtpamrpay.h:
3765         Add support for AMR-WB.
3766         Small cleanups such as using BOILERPLATE.
3767
3768 2007-05-31  Wim Taymans  <wim@fluendo.com>
3769
3770         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3771         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3772
3773 2007-05-30  Andy Wingo  <wingo@pobox.com>
3774
3775         * sys/v4l2/gstv4l2object.h: 
3776         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3777         unintended changes.
3778
3779         * sys/v4l2/v4l2src_calls.h: 
3780         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3781         the format list in the order that the driver gives it to us.
3782         (gst_v4l2src_probe_caps_for_format_and_size)
3783         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3784         based on the capabilities of the device.
3785         (gst_v4l2src_grab_frame): Update for object variable renaming.
3786         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3787         as in the set_caps below.
3788         (gst_v4l2src_capture_init): Update for object variable renaming,
3789         and reflow.
3790         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3791         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3792         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3793         (gst_v4l2src_get_fps): Remove; these functions don't have much
3794         meaning outside of an atomic set_caps method.
3795         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3796         known.
3797
3798         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3799         call to update_fps; not sure about this change.
3800         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3801         moment we don't have an update_fps_func.
3802
3803         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3804         structures in the object, just store what we need. Do store the
3805         probed caps of the device. Don't store the current frame rate.
3806
3807         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3808         update_fps_function, for now. Update for new object variable
3809         naming.
3810         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3811         new object variable naming.
3812         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3813         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3814         (gst_v4l2src_get_caps): Rework to probe the device for supported
3815         frame sizes and frame rates.
3816         (gst_v4l2src_set_caps): Rework to be strict in the given
3817         parameters: if someone asks us to have a certain size and rate,
3818         that is what we configure.
3819         (gst_v4l2src_get_read): Update for object variable naming. Don't
3820         leak buffers on short reads.
3821         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3822         comments.
3823         (gst_v4l2src_create): Update for object variable naming.
3824
3825 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3826
3827         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3828         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3829         * gst/avi/gstavidemux.h:
3830           Parse subtitle text streams instead of erroring out (#442034). Still
3831           needs a parser for the subtitles to actually show up.
3832
3833 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3834
3835         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3836         (gst_avi_demux_loop):
3837           Make _push_event() return TRUE if the event could be pushed on at
3838           least one pad and not only if it could be pushed on all pads,
3839           otherwise we'll end up posting an error message on EOS if one or
3840           more source pads are not connected.
3841
3842 2007-05-28  Wim Taymans  <wim@fluendo.com>
3843
3844         * gst/rtsp/rtsptransport.c:
3845         Use renamed RTP bin.
3846
3847 2007-05-28  Wim Taymans  <wim@fluendo.com>
3848
3849         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3850
3851         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3852         (gst_video_box_set_property), (gst_video_box_transform_caps),
3853         (video_box_recalc_transform), (gst_video_box_set_caps),
3854         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3855         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3856         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3857         (gst_video_box_i420_i420), (gst_video_box_transform),
3858         (plugin_init):
3859         Add AYUV->AYUV and AYUV->I420 formats. 
3860         Fix negotiation and I420->AYUV conversion.
3861         Fixes #429329.
3862
3863 2007-05-26  Wim Taymans  <wim@fluendo.com>
3864
3865         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3866         Use different variables for nested for loops so that the outer loop
3867         functions properly and speex files with multiple frames per buffer work
3868         properly.
3869         Fixes #441408.
3870
3871 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3872
3873         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3874           Don't leak newsegment events.
3875
3876 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3877
3878         * gst/wavparse/Makefile.am:
3879           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3880           drags it in.
3881
3882 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3885         (notgst_value_array_append_buffer),
3886         (gst_flac_enc_process_stream_headers),
3887         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3888         (gst_flac_enc_change_state):
3889         * ext/flac/gstflacenc.h:
3890           Collect headers, add "streamheader" field to output caps and set
3891           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3892           produces output according to the official FLAC-to-Ogg mapping
3893           instead of completely broken files. Fixes #426044.
3894
3895 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3896
3897         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3898         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3899         (gst_id3demux_sink_event):
3900         * gst/id3demux/gstid3demux.h:
3901         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3902         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3903         (gst_tag_demux_send_new_segment):
3904         Handle and adjust new-segment events so that downstream really
3905         sees a stream with the tag pieces stripped off the front and back.
3906         Fixes strangeness in seeking when mp3 decoders use the new-segment
3907         byte position to estimate their current playback position timestamp
3908         and then the arriving buffers don't match up.
3909
3910 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3911
3912         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3913           Don't unnecessarily perform a READY->NULL->READY transition on the
3914           detected audio sink when starting up. Fixes: #440127
3915
3916 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3917
3918         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3919         (gst_flac_enc_chain):
3920           Don't crash in chain function if setcaps hasn't been called.
3921
3922 2007-05-24  Wim Taymans  <wim@fluendo.com>
3923
3924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3925         Init value to avoid infinte loops.
3926
3927 2007-05-24  Wim Taymans  <wim@fluendo.com>
3928
3929         Patch by: Peter Kjellerstedt  <pkj at axis com>
3930
3931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3932         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3933         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3934         (gst_rtspsrc_play):
3935         (rtsp_connection_send), (rtsp_connection_receive):
3936         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3937         Fix for new API.
3938
3939         * gst/rtsp/rtspconnection.c: (add_auth_header),
3940         Only add authorisation and session headers when sending messages.
3941
3942         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3943         (rtsp_message_init_request), (rtsp_message_init_response),
3944         (rtsp_message_unset), (rtsp_message_add_header),
3945         (rtsp_message_remove_header), (rtsp_message_get_header),
3946         (rtsp_message_append_headers), (dump_key_value),
3947         (rtsp_message_dump):
3948         * gst/rtsp/rtspmessage.h:
3949         Add support for multiple headers of the same type by storing the parsed
3950         headers in a GArray instaed of a hashtable.
3951
3952 2007-05-21  Wim Taymans  <wim@fluendo.com>
3953
3954         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3955         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3956         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3957         safer shutdown.
3958
3959 2007-05-21  Wim Taymans  <wim@fluendo.com>
3960
3961         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3962         * gst/rtsp/gstrtpdec.h:
3963         Added signal for backwards compat.
3964
3965 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3966         
3967         Patch by: René Stadler <mail at renestadler dot de>
3968
3969         * configure.ac:
3970         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3971         (gst_au_parse_parse_header), (gst_au_parse_chain):
3972         * gst/auparse/gstauparse.h:
3973         Use audioconvert for converting from non-native endianness floats
3974         in auparse instead of doing it ourself. Fixes #424527.
3975         This needs the audioconvert from plugins-base CVS.
3976         
3977 2007-05-21  Wim Taymans  <wim@fluendo.com>
3978
3979         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3980         (gst_rtp_h263p_pay_flush):
3981         Fix enum registration.
3982
3983 2007-05-21  Wim Taymans  <wim@fluendo.com>
3984
3985         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3986
3987         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3988         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
3989         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
3990         (gst_rtp_h263p_pay_flush):
3991         * gst/rtp/gstrtph263ppay.h:
3992         Add new fragmentation mode base on GOB headers. Fixes #438940.
3993
3994 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
3995
3996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
3997           Printf format fix.
3998
3999 2007-05-18  Wim Taymans  <wim@fluendo.com>
4000
4001         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4002         Don't crash when an unsupported transport error was returned by the
4003         server, just try to configure the next stream. Fixes #439255.
4004
4005 2007-05-18  Wim Taymans  <wim@fluendo.com>
4006
4007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4008         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4009         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4010         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4011         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4012         * gst/rtsp/gstrtspsrc.h:
4013         Add TCP timeout property and use it for all TCP connection.
4014
4015         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4016         (rtsp_connection_write), (rtsp_connection_next_timeout),
4017         (rtsp_connection_reset_timeout):
4018         Make connect and writes cancelable and make them use the timeout.
4019
4020 2007-05-18  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4023         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4024         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4025         (gst_rtspsrc_setup_streams):
4026         Refactor timeout handling.
4027         Also send keep-alive when dealing with TCP transport.
4028
4029         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4030         (rtsp_connection_free), (rtsp_connection_next_timeout),
4031         (rtsp_connection_reset_timeout):
4032         * gst/rtsp/rtspconnection.h:
4033         Use a timer to handle the session timeouts, add some methods to deal
4034         with timeouts.
4035
4036 2007-05-17  Wim Taymans  <wim@fluendo.com>
4037
4038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4039         (gst_rtspsrc_setup_streams):
4040         Ignore streams that fail the setup command, we will retry with a
4041         different transport later on.
4042
4043         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4044         (rtsp_ext_wms_configure_stream):
4045         Fix encoding name case.
4046
4047 2007-05-16  Edward Hervey  <edward@fluendo.com>
4048
4049         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4050         Fix build on macosx.
4051
4052 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4053
4054         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4055         Replace direct comparison of a string with the string literal "" with
4056         a comparison of the first character with '\0'. Fixes #438926.
4057
4058 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4059
4060         * gst/debug/breakmydata.c (gst_break_my_data_init):
4061           One more try. This should be the proper fix now.
4062
4063 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4064
4065         * gst/debug/breakmydata.c:
4066           Ooops, no // comments please.
4067
4068 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4069
4070         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4071         (gst_break_my_data_init):
4072           Fix gst_buffer_is_writable() assertion.
4073
4074 2007-05-14  David Schleef  <ds@schleef.org>
4075
4076         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4077           video/x-raw-bayer.  Fixes #314160.
4078
4079 2007-05-14  Wim Taymans  <wim@fluendo.com>
4080
4081         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4082         (gst_rtp_theora_depay_parse_configuration):
4083         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4084         (gst_rtp_theora_pay_finish_headers),
4085         (gst_rtp_theora_pay_handle_buffer):
4086         Update theora pay/depayloader in a similar to vorbis.
4087
4088         * gst/rtp/gstrtpvorbisdepay.c:
4089         (gst_rtp_vorbis_depay_parse_configuration):
4090         Update docs.
4091
4092 2007-05-14  Wim Taymans  <wim@fluendo.com>
4093
4094         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4095         When we try to execute a method that is not supported by the server,
4096         don't error out but remove the method from the accepted methods so that
4097         we never try to perform this method again.
4098
4099 2007-05-14  Wim Taymans  <wim@fluendo.com>
4100
4101         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4102         Remove annoying _dump_mem.
4103
4104 2007-05-14  Wim Taymans  <wim@fluendo.com>
4105
4106         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4107         Parse range correctly.
4108
4109         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4110         The baseurl now always has a '/' at the start.
4111
4112 2007-05-14  Wim Taymans  <wim@fluendo.com>
4113
4114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4115         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4116         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4117         Factor out caps configuration and configure more stuff such as the time
4118         ranges and speed/scale values.
4119
4120         * gst/rtsp/rtsptransport.c:
4121         Add Copyright after non-trival fixes.
4122
4123 2007-05-12  Wim Taymans  <wim@fluendo.com>
4124
4125         Patch by: Peter Kjellerstedt  <pkj at axis com>
4126
4127         * gst/rtsp/gstrtspsrc.h:
4128         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4129         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4130         (rtsp_message_get_header):
4131         * gst/rtsp/rtspmessage.h:
4132         Make channel guint8 where possible.
4133         Make rtsp_message_init_data() take the channel as a guint8.
4134
4135         * gst/rtsp/rtspdefs.c:
4136         Fixed a typo: Timout -> Timeout
4137
4138         * gst/rtsp/rtspdefs.h:
4139         Make RTSP_CHECK() behave as a statement.
4140
4141         * gst/rtsp/sdpmessage.c:
4142         Avoid a compiler warning in INIT_ARRAY().
4143         Fixes #437692.
4144
4145 2007-05-12  Wim Taymans  <wim@fluendo.com>
4146
4147         Patch by: Peter Kjellerstedt  <pkj at axis com>
4148
4149         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4150         (rtsp_url_get_request_uri):
4151         * gst/rtsp/rtspurl.h:
4152         Add support for query parameters to RTSP URLs.
4153
4154 2007-05-12  Wim Taymans  <wim@fluendo.com>
4155
4156         Patch by: Peter Kjellerstedt  <pkj at axis com>
4157
4158         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4159         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4160         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4161         (rtsp_transport_parse), (rtsp_transport_as_text):
4162         * gst/rtsp/rtsptransport.h:
4163         Add validation to rtsp_transport_parse().
4164         Add rtsp_transport_as_text() to generate an RTSP header from an
4165         RTSPTransport.
4166         Change ssrc to guint (was a string) since that is what it is, even
4167         though it is sent as a hex string.
4168         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4169         incorrect, which can be seen when looking at the examples in the RFC).
4170         Fixes #437670.
4171
4172 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4173
4174         Patch by: Eric Anholt
4175
4176         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4177           gst_ximage_src_ximage_get):
4178         Use union of all damage between frames to make it faster.
4179         Fixes bug #342463.
4180         Also fix crasher when cursor is at bottom right of window.
4181
4182 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4183
4184         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4185           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4186           streaming mode regression for file from #343837 with 'bext' chunk
4187           before the 'fmt' chunk.
4188
4189 2007-05-11  Wim Taymans  <wim@fluendo.com>
4190
4191         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4192         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4193         (gst_rtspsrc_handle_src_event),
4194         (gst_rtspsrc_stream_configure_manager),
4195         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4196         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4197         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4198         * gst/rtsp/gstrtspsrc.h:
4199         * gst/rtsp/rtspdefs.h:
4200         Preliminary seek support.
4201         Activate internal pads so that we can receive events on them.
4202         Don't try to parse a range string when it's NULL.
4203
4204 2007-05-11  Wim Taymans  <wim@fluendo.com>
4205
4206         * gst/rtp/README:
4207         Update README with new RTP variables that will be used for
4208         synchronisation.
4209
4210         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4211         (gst_rtp_vorbis_depay_parse_configuration),
4212         (gst_rtp_vorbis_depay_process):
4213         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4214         (gst_rtp_vorbis_pay_finish_headers),
4215         (gst_rtp_vorbis_pay_handle_buffer):
4216         Update vorbis pay and depayloader to draft-04.
4217
4218 2007-05-11  Wim Taymans  <wim@fluendo.com>
4219
4220         * gst/rtsp/rtsptransport.c:
4221         UDP MCAST is actually the default for RTP/AVP.
4222 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4223
4224         * gst/level/gstlevel.c: (gst_level_transform_ip):
4225         Use guint8 * instead of gpointer then vs6 can build 
4226         in_data += (filter->width / 8).
4227
4228 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4229
4230         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4231           gst_ximage_src_ximage_get):
4232         * sys/ximage/gstximagesrc.h (last_ximage):
4233         When using Damage actually keep the last frame, and not assume
4234         that the buffer we get already has the last frame on it.
4235         Copy the cursor over if we specify a non-zero start x and
4236         start y.
4237
4238 2007-05-11  Wim Taymans  <wim@fluendo.com>
4239
4240         * gst/rtsp/rtsptransport.c:
4241         Make UDP the default transport when not specified.
4242
4243 2007-05-09  David Schleef  <ds@schleef.org>
4244
4245         * gst/level/gstlevel.c:
4246           Revert last change.
4247
4248 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4249
4250         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4251         (gst_level_transform_ip):
4252         Use guint8 * instead of gpointer then vs6 know the size of data
4253         pointed when moving the pointer.
4254         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4255         Move instructions after variables declaration.
4256         * win32/vs6/autogen.dsp:
4257         * win32/vs6/libgstrtp.dsp:
4258         * win32/vs6/libgstrtsp.dsp:
4259         Update vs6 project files.
4260
4261 2007-05-09  Wim Taymans  <wim@fluendo.com>
4262
4263         * gst/rtsp/Makefile.am:
4264         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4265         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4266         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4267         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4268         (rtsp_range_free):
4269         * gst/rtsp/rtsprange.h:
4270         Add code to parse time ranges.
4271         Report DURATION on the stream when possible.
4272
4273 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4274
4275         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4276         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4277         (gst_videomixer_collected):
4278           Fix strides calculation for AYUV (it's just width*4) (#436910).
4279
4280 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4281
4282         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4283         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4284         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4285         Sync the GObject properties before each processing step to properly
4286         work with the controller.
4287
4288 2007-05-04  Wim Taymans  <wim@fluendo.com>
4289
4290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4291         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4292         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4293         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4294         (gst_rtspsrc_change_state):
4295         Let more error state trickle down so that we can catch more error
4296         cases.
4297         Handle keep-alive a little smarter by selecting a method the server
4298         actually supports.
4299         Fix a race in UDP streaming shutdown.
4300
4301 2007-05-04  Wim Taymans  <wim@fluendo.com>
4302
4303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4304         Ignore errors when trying to use the keep-alive messages.
4305
4306 2007-05-04  Wim Taymans  <wim@fluendo.com>
4307
4308         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4309         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4310         (gst_rtspsrc_stream_configure_manager),
4311         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4312         (gst_rtspsrc_stream_configure_mcast),
4313         (gst_rtspsrc_stream_configure_udp),
4314         (gst_rtspsrc_stream_configure_udp_sink),
4315         (gst_rtspsrc_stream_configure_transport):
4316         Send RTCP messages back to the server over the TCP connection.
4317
4318         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4319         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4320         (rtsp_connection_receive):
4321         * gst/rtsp/rtspconnection.h:
4322         Factor out and expose lowlevel _write and _read methods.
4323         Implement sending data messages to the server.
4324
4325 2007-05-03  Wim Taymans  <wim@fluendo.com>
4326
4327         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4328         (gst_multipart_mux_collected):
4329         Fix timestamps on outgoing buffers.
4330
4331 2007-05-03  Wim Taymans  <wim@fluendo.com>
4332
4333         * gst/multipart/multipartmux.c:
4334         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4335         (gst_multipart_mux_change_state):
4336         Emit NEWSEGMENT events before pushing the first buffer.
4337
4338 2007-05-03  Wim Taymans  <wim@fluendo.com>
4339
4340         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4341         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4342         (gst_rtspsrc_handle_src_query),
4343         (gst_rtspsrc_stream_configure_manager),
4344         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4345         (gst_rtspsrc_stream_configure_mcast),
4346         (gst_rtspsrc_stream_configure_udp),
4347         (gst_rtspsrc_stream_configure_udp_sink),
4348         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4349         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4350         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4351         (gst_rtspsrc_pause):
4352         Refactor transport configuration code.
4353         Create internal pads for TCP transport so that we can implement events
4354         and queries.
4355         Handle events and queries.
4356         Parse range from the SDP.
4357         Fix race in pause handler where the connection could still be flushing.
4358
4359 2007-05-02  Wim Taymans  <wim@fluendo.com>
4360
4361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4362         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4363         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4364         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4365         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4366         (gst_rtspsrc_change_state):
4367         * gst/rtsp/gstrtspsrc.h:
4368         Fix race when multiple udp sources post timeouts, just act on the first
4369         received timeout.
4370         Protect stream list with a recursive lock to fix some races.
4371         Flush connection when we need to do a reconnect or stop.
4372         Make state lock recursive.
4373
4374         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4375         (rtsp_connection_close):
4376         Some small cleanups.
4377
4378 2007-05-02  Wim Taymans  <wim@fluendo.com>
4379
4380         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4381         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4382         Only set DISCONT when there actually is a discont or when we just
4383         started.
4384
4385 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4386
4387         * ext/flac/gstflac.c: (plugin_init):
4388         Call bindtextdomain() to get localized strings.
4389
4390 2007-05-02  Wim Taymans  <wim@fluendo.com>
4391
4392         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4393         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4394         (gst_wavparse_stream_data):
4395         * gst/wavparse/gstwavparse.h:
4396         Be a bit more clever when dealing with VBR files with FACT tags, we
4397         don't want to timestamp buffers in that case but the estimated BPS can
4398         be used for seeking.
4399         Only send close segment in the streaming thread.
4400
4401 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4402
4403         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4404         Correctly post an error on the bus if something went wrong in the loop
4405         function. This fixes a few cases where the task was paused and nothing
4406         happened anymore.
4407
4408 2007-05-02  Wim Taymans  <wim@fluendo.com>
4409
4410         * gst/rtsp/test.c: (main):
4411         Fix compilation of deprecated test just because I'm too lazy to delete
4412         it.
4413
4414 2007-05-02  Wim Taymans  <wim@fluendo.com>
4415
4416         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4417         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4418         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4419         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4420         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4421         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4422         * gst/rtsp/gstrtspsrc.h:
4423         Fix sending RTCP to the right place.
4424         Fix bug in reffing the wrong UDP element.
4425         Use new pad names for the session manager.
4426         Implement handling server requests in interleaved and UDP modes.
4427         Handle session keep-alive in UDP modes.
4428         Remove GCond for handling UDP timeouts.
4429
4430         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4431         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4432         (rtsp_connection_receive), (rtsp_connection_close):
4433         * gst/rtsp/rtspconnection.h:
4434         Store connection IP address for later.
4435         Add timeout args to all operations that might block forever.
4436         Parse session timeout.
4437         Only close sockets when not already closed.
4438
4439         * gst/rtsp/rtspdefs.c:
4440         * gst/rtsp/rtspdefs.h:
4441         Add timeout return value and error string.
4442
4443         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4444         Add small comment.
4445
4446 2007-05-01  Wim Taymans  <wim@fluendo.com>
4447
4448         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4449
4450         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4451         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4452         * gst/rtp/gstrtpmp4vpay.h:
4453         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4454
4455 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4456
4457         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4458           Remove v4l2src from docs, since it breaks the docs build, and the
4459           plugin is only built if --enable-experimental is used anyway.
4460
4461         * docs/plugins/Makefile.am:
4462           Spaces => tab.
4463
4464 2007-04-29  Wim Taymans  <wim@fluendo.com>
4465
4466         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4467         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4468         Add code to drop membership of a multicast group.
4469
4470         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4471         (gst_udpsink_set_uri):
4472         Implement URI handler.
4473
4474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4475         (gst_rtspsrc_parse_rtpinfo):
4476         Use URI handler to make udpsink instace.
4477         Improve code to configure port and destination.
4478
4479 2007-04-29  Wim Taymans  <wim@fluendo.com>
4480
4481         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4482         Fix multicast detection.
4483         Don't try to join a multicast group if the address is not multicast.
4484
4485         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4486         Small debug improvement.
4487
4488 2007-04-27  Wim Taymans  <wim@fluendo.com>
4489
4490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4491         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4492         (gst_rtspsrc_handle_message):
4493         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4494         parent.
4495
4496 2007-04-27  Wim Taymans  <wim@fluendo.com>
4497
4498         * gst/rtp/gstrtpilbcdepay.h:
4499         Fix mode property when specified as an arg.
4500
4501 2007-04-26  Edward Hervey  <edward@fluendo.com>
4502
4503         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4505         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4506         * docs/plugins/inspect/plugin-osxaudio.xml:
4507         Add documentation for osxaudio plugin.
4508
4509 2007-04-26  Wim Taymans  <wim@fluendo.com>
4510
4511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4512         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4513         (gst_rtspsrc_open), (gst_rtspsrc_close),
4514         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4515         (gst_rtspsrc_pause):
4516         * gst/rtsp/gstrtspsrc.h:
4517         Protect state changes with a lock.
4518
4519         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4520         (parse_line):
4521         * gst/rtsp/rtspconnection.h:
4522         Remove some unused stuff.
4523
4524 2007-04-26  Wim Taymans  <wim@fluendo.com>
4525
4526         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4527         Handle the case where there are exactly 0 bytes to read and the ioctl
4528         did not report an error. Fixes #433530.
4529
4530 2007-04-26  Wim Taymans  <wim@fluendo.com>
4531
4532         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4533         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4534         * gst/wavparse/gstwavparse.h:
4535         Apply DISCONT to buffers.
4536         Only apply timestamp to the first sample after a DISCONT, too many VBR
4537         files cause random jitter in the timestamps. Fixes #433119.
4538
4539 2007-04-25  Wim Taymans  <wim@fluendo.com>
4540
4541         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4542         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4543         (gst_rtp_dec_get_property):
4544         * gst/rtsp/gstrtpdec.h:
4545         Add dummy latency property to be backwards compat with rtpbin.
4546
4547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4548         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4549         (gst_rtspsrc_stream_configure_transport),
4550         (gst_rtspsrc_parse_rtpinfo):
4551         * gst/rtsp/gstrtspsrc.h:
4552         Add latency property and configure in the session manager.
4553         Don't set invalid clock-base and seqnum-base on caps, some servers
4554         sometimes don't send them.
4555
4556 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4557
4558         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4559         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4560           Double-check that RGB input caps are really RGBA caps (apparently
4561           the core doesn't always catch it if those caps aren't a subset of
4562           our template caps, also see #421543). Fixes #429319 in a way.
4563           Also, don't leak the pad template in the transform_caps function.
4564
4565         * tests/check/Makefile.am:
4566         * tests/check/elements/.cvsignore:
4567         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4568         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4569         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4570         (GST_START_TEST), (alphacolor_suite):
4571           Add some basic unit tests for alphacolor.
4572
4573 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4576           If we get a fatal flow return in the loop function, first post the
4577           error message and only then send the EOS event downstream, otherwise
4578           applications might get an eos message before the error message and
4579           think everything was ok (related to #429319).
4580
4581 2007-04-25  Wim Taymans  <wim@fluendo.com>
4582
4583         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4584         Read the channel byte as an unsigned byte.
4585
4586 2007-04-25  Wim Taymans  <wim@fluendo.com>
4587
4588         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4589         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4590         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4591         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4592         (gst_rtp_gsm_depay_setcaps):
4593         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4594         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4595         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4596         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4597         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4598         (gst_ilbc_depay_get_property):
4599         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4600         * gst/rtp/gstrtpmp4adepay.c:
4601         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4602         (gst_rtp_pcma_depay_setcaps):
4603         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4604         (gst_rtp_pcmu_depay_setcaps):
4605         Make sure we configure the clock_rate in the baseclass in the setcaps
4606         function. Fixes #431282.
4607
4608 2007-04-25  Wim Taymans  <wim@fluendo.com>
4609
4610         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4611         (gst_rtspsrc_stream_free), (request_pt_map),
4612         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4613         * gst/rtsp/gstrtspsrc.h:
4614         Parse server address from SDP.
4615         Hook up a udpsink to send RTCP back to the server.
4616
4617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4618         * gst/rtsp/rtsptransport.h:
4619         Add some docs.
4620
4621 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4622
4623         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4624           Make header field check conditional. Fixes #433135
4625
4626 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4627
4628         * docs/plugins/Makefile.am:
4629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4631         * docs/plugins/inspect/plugin-alphacolor.xml:
4632         * gst/alpha/Makefile.am:
4633         * gst/alpha/gstalphacolor.c:
4634         * gst/alpha/gstalphacolor.h:
4635           Add minimal docs blurb to alphacolor; split out headers into
4636           separate header file for gtk-doc.
4637
4638 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4639
4640         * gst/debug/progressreport.c: (gst_progress_report_report):
4641           Don't try to post NULL message (in case we can't query upstream
4642           position or duration).
4643
4644 2007-04-18  Michael Smith  <msmith@fluendo.com>
4645
4646         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4647         (gst_cutter_get_caps):
4648         * gst/cutter/gstcutter.h:
4649           Fix some of the most obvious bugs in cutter. Now doesn't leak
4650           everything if input is silent.
4651
4652 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4653
4654         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4655         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4656         * gst/wavenc/gstwavenc.h:
4657         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4658         else results in a invalid block align and invalid files.
4659
4660 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4661
4662         Patch by: Snaik <snaik32 gmail com>
4663
4664         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4665           Add missing break statement for BOX_HORIZONTAL case.
4666
4667 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4668
4669         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4670
4671         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4672         Use correct format strings for integer types.
4673
4674 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4675
4676         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4677         (gst_wavparse_create_sourcepad):
4678         Use gst_riff_create_audio_template_caps () instead of the local caps.
4679         This makes updates of the local caps unecessary whenever libgstriff
4680         gets support for new formats.
4681
4682 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4683
4684         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4685
4686         * sys/sunaudio/gstsunaudio.c:
4687         * sys/sunaudio/gstsunaudiomixer.c:
4688         * sys/sunaudio/gstsunaudiomixer.h:
4689         * sys/sunaudio/gstsunaudiomixerctrl.c:
4690         * sys/sunaudio/gstsunaudiomixerctrl.h:
4691         * sys/sunaudio/gstsunaudiomixertrack.h:
4692         * sys/sunaudio/gstsunaudiosink.c:
4693         * sys/sunaudio/gstsunaudiosink.h:
4694         * sys/sunaudio/gstsunaudiosrc.c:
4695         * sys/sunaudio/gstsunaudiosrc.h:
4696           Fix and/or update copyright attributions (#430228).
4697
4698 2007-04-13  Wim Taymans  <wim@fluendo.com>
4699
4700         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4701         Fix docs.
4702
4703         * gst/rtsp/URLS:
4704         Add some more example urls.
4705
4706         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4707         (gst_rtp_dec_chain_rtp):
4708         Better debugging.
4709
4710         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4711         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4712         (gst_rtspsrc_parse_rtpinfo):
4713         Remove unused code.
4714
4715 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4716
4717         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4718         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4719         (gst_wavparse_stream_data):
4720           Relax the audio/mpeg caps again and add FIXME: comment.
4721
4722 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4723
4724         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4725         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4726         (gst_wavparse_stream_data):
4727         * gst/wavparse/gstwavparse.h:
4728           More sanity check for the header fields. Fix type for 'rate' header
4729           field.
4730
4731 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4732
4733         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4734         (gst_icydemux_unicodify):
4735           If the metadata strings we get in the stream are not UTF-8, try to
4736           interpret them according to the character encodings specified in the
4737           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4738           only fall back to locale/ISO-8859-1 if those aren't set or don't
4739           work. Should fix #428901.
4740
4741 2007-04-12  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst/rtp/gstrtph264depay.c:
4744         Use the proper sync word for SPS and PPS.
4745
4746 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4747
4748         * gst/rtp/Makefile.am:
4749         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4750           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4751         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4752           Add a simple hashing implementation that we can use to generate
4753           a 24-bit ident value based on the codebooks for vorbis and theora.
4754         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4755           gst_rtp_theora_pay_handle_buffer):
4756         * gst/rtp/gstrtpvorbisdepay.c
4757           (gst_rtp_vorbis_depay_parse_configuration,
4758           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4759         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4760           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4761           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4762           Use the hashing function, ensuring that the same codebooks result
4763           in the same ident and thus the same SDP description.
4764           Various log fixes/changes.
4765
4766 2007-04-12  Wim Taymans  <wim@fluendo.com>
4767
4768         Patch by: jerry tan <jerry dot tan at sun dot com>
4769
4770         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4771         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4772         application's responsibility to make sure it open the device once.
4773         Remove a careless error if AUDIODEV is set. Fixes #392620.
4774
4775 2007-04-12  Wim Taymans  <wim@fluendo.com>
4776
4777         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4778         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4779         * gst/rtsp/gstrtpdec.h:
4780         Make backward compat with rtpbin by adding the request-pt-map signals.
4781
4782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4783         (new_session_pad), (request_pt_map),
4784         (gst_rtspsrc_stream_configure_transport),
4785         (gst_rtspsrc_stream_configure_caps),
4786         (gst_rtspsrc_activate_streams):
4787         * gst/rtsp/gstrtspsrc.h:
4788         Implement request-pt-map signals instead of setting caps on the buffers
4789         for the session manager.
4790
4791 2007-04-11  Wim Taymans  <wim@fluendo.com>
4792
4793         * gst/udp/gstudp.c: (plugin_init):
4794         Register GstNetBuffer in plugin_init so that the type can be used from
4795         multiple threads without races.
4796
4797 2007-04-10  Wim Taymans  <wim@fluendo.com>
4798
4799         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4800         (gst_rtp_amr_depay_process):
4801         Fix depayloader clock_rate and some cleanups.
4802
4803         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4804         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4805         * gst/rtp/gstrtph264depay.h:
4806         Don't push codec_data in the adapter because it might get flushed when
4807         we get a discont.
4808
4809         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4810         Handle multiple AU per packet.
4811
4812         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4813         (gst_rtp_sv3v_depay_plugin_init):
4814         Disable rank, this one does not work.
4815         Remove timestamping, base class does that.
4816
4817 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4818
4819         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4820           limit caps to the formats we announce in the template
4821
4822         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4823         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4824         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4825           fix some crashers/asserts when dealing with broken files
4826
4827 2007-04-10  Wim Taymans  <wim@fluendo.com>
4828
4829         Patch by: Peter Kjellerstedt  <pkj at axis com>
4830
4831         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4832         * gst/rtp/gstrtpL16depay.c:
4833         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4834         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4835         (gst_rtp_speex_depay_setcaps):
4836         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4837         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4838         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4839         Fix some compiler warnings. Fixes #428182.
4840
4841 2007-04-06  Wim Taymans  <wim@fluendo.com>
4842
4843         * gst/rtsp/Makefile.am:
4844         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4845         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4846         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4847         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4848         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4849         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4850         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4851         (create_rtcp), (gst_rtp_dec_request_new_pad),
4852         (gst_rtp_dec_release_pad):
4853         * gst/rtsp/gstrtpdec.h:
4854         * gst/rtsp/gstrtsp.c: (plugin_init):
4855         Morph RTPDec into something compatible with RTPBin as a fallback.
4856         Various other style fixes.
4857
4858         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4859         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4860         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4861         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4862         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4863         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4864         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4865         * gst/rtsp/gstrtspsrc.h:
4866         Implement RTPBin session manager handling.
4867         Don't try to add empty properties to caps.
4868         Implement fallback session manager, handling.
4869         Don't combine errors from RTCP streams, just ignore them.
4870
4871         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4872         * gst/rtsp/rtsptransport.h:
4873         Implement fallback session manager.
4874         Make RTPBin the default one when available.
4875
4876 2007-04-05  Wim Taymans  <wim@fluendo.com>
4877
4878         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4879         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4880         This element is ready to be autoplugged.
4881
4882 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4883
4884         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4885         Don't leave the offsets defined by upstream element on the
4886         compressed data buffer we are pushing downstream. Make them
4887         GST_BUFFER_OFFSET_NONE.
4888
4889 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4890
4891         * gst/avi/README:
4892         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4893         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4894         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4895         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4896         (gst_avi_demux_calculate_durations_from_index),
4897         (gst_avi_demux_stream_header_push),
4898         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4899         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4900           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4901
4902 2007-04-03  Wim Taymans  <wim@fluendo.com>
4903
4904         * gst/smpte/barboxwipes.c:
4905         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4906
4907 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4908
4909         * gst/wavparse/gstwavparse.c:
4910         Support audio/x-raw-float in wav files. This only works with
4911         plugins-base CVS, using an older version doesn't have any
4912         disadvantages though.
4913
4914 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4915
4916         * configure.ac:
4917         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4918         (gst_au_parse_parse_header), (gst_au_parse_chain):
4919         * gst/auparse/gstauparse.h:
4920         Revert last change as we don't want plugins-good to depend on
4921         plugins-base CVS now.
4922
4923 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4924
4925         * configure.ac:
4926         Require gst-plugins-base CVS for audioconvert with non-native
4927         float support and width/depth fix in libgstriff.
4928
4929         Patch by: René Stadler <mail at renestadler dot de>
4930
4931         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4932         (gst_au_parse_parse_header), (gst_au_parse_chain):
4933         * gst/auparse/gstauparse.h:
4934         Don't swap the floats ourself if they're not in native endianness.
4935         Instead let audioconvert handle this. Fixes #339838.
4936
4937 2007-03-29  Wim Taymans  <wim@fluendo.com>
4938
4939         * gst/rtp/gstasteriskh263.h:
4940         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4941         (gst_rtp_h263p_depay_change_state):
4942         * gst/rtp/gstrtph263pdepay.h:
4943         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4944         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4945         (gst_rtp_h264_depay_change_state):
4946         * gst/rtp/gstrtph264depay.h:
4947         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4948         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4949         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4950         Flush adapter on disconts.
4951
4952 2007-03-29  Wim Taymans  <wim@fluendo.com>
4953
4954         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4955         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4956         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4957         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4958         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4959         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4960         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4961         (gst_rtp_mp4v_depay_process):
4962         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4963         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4964         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4965         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4966         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4967         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4968         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4969         Use more efficient adapter and rtpbuffer methods when possible.
4970
4971 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4972
4973         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4974         (gst_wavenc_sink_setcaps):
4975         Correctly handle width!=depth input.
4976         * gst/wavparse/gstwavparse.c:
4977         Already export in the caps that width==8 uses unsigned samples and
4978         everything else uses signed samples.
4979
4980 2007-03-29  Wim Taymans  <wim@fluendo.com>
4981
4982         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4983
4984         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
4985         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
4986         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
4987         (gst_dynudpsink_close):
4988         * gst/udp/gstdynudpsink.h:
4989         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
4990         (gst_udpsrc_create), (gst_udpsrc_set_property),
4991         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
4992         * gst/udp/gstudpsrc.h:
4993         Rework the socket allocation a bit based on the sockfd argument so that
4994         it becomes usable.
4995         Add a closefd property to instruct the udp elements to close the custom
4996         file descriptors when going to READY. Fixes #423304.
4997         API:GstUDPSrc::closefd property
4998         API:GstDynUDPSink::closefd property
4999
5000 2007-03-29  Wim Taymans  <wim@fluendo.com>
5001
5002         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5003
5004         * gst/rtp/Makefile.am:
5005         * gst/rtp/gstrtp.c: (plugin_init):
5006         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5007         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5008         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5009         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5010         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5011         (gst_rtp_h264_pay_plugin_init):
5012         * gst/rtp/gstrtph264pay.h:
5013         Added H264 payloader. Fixes #423782.
5014
5015         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5016         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5017         Small fixes.
5018
5019 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5020
5021         * gst/wavparse/gstwavparse.c:
5022         Actually support depths from 1 to 32, not only 8 to 32.
5023
5024 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5025
5026         * gst/wavparse/gstwavparse.c:
5027         Add support for wav files containing audio/x-raw-int with random
5028         depths between 1 and 32 bits.
5029
5030 2007-03-28  Wim Taymans  <wim@fluendo.com>
5031
5032         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5033
5034         * gst/rtp/Makefile.am:
5035         * gst/rtp/gstrtp.c: (plugin_init):
5036         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5037         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5038         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5039         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5040         (gst_rtp_mp4a_depay_get_property),
5041         (gst_rtp_mp4a_depay_change_state),
5042         (gst_rtp_mp4a_depay_plugin_init):
5043         * gst/rtp/gstrtpmp4adepay.h:
5044         Added MP4A-LATM depayloader. Fixes #417792.
5045
5046         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5047         (gst_rtp_mp4v_depay_process):
5048         Fixup depayloader, setting codec_data, using more efficient adaptor and
5049         rtpbuffer handling.
5050
5051         * gst/rtsp/URLS:
5052         Add url to test above.
5053
5054 2007-03-25  Wim Taymans  <wim@fluendo.com>
5055
5056         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5057         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5058         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5059         (gst_rtspsrc_media_to_caps),
5060         (gst_rtspsrc_stream_configure_transport),
5061         (gst_rtspsrc_stream_configure_caps),
5062         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5063         * gst/rtsp/gstrtspsrc.h:
5064         Handle default clock-rates for static payload types, rearrange stuff so
5065         that the rtpmap field in the sdp can override the defaults.
5066         Parse RTP-Info field to get the seqnum and timebase fields that should
5067         go in the caps.
5068         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5069         the server. 
5070
5071 2007-03-22  Wim Taymans  <wim@fluendo.com>
5072
5073         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5074
5075         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5076         Accept complex pipeline descriptions as an audio profile instead of just
5077         a single element. Fixes #420658.
5078
5079 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5080
5081         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5082           Rename registered type in preparation of GstTagDemux moving to
5083           -base at some point in the future.
5084
5085 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5086
5087         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5088           Streaming mode fixes: don't unref buffer we don't own any longer;
5089           remove bogus adapter flush. Fixes #419338.
5090
5091 2007-03-17  David Schleef  <ds@schleef.org>
5092
5093         * REQUIREMENTS: Change the format to key/value, add a bunch of
5094           information, remove a bunch of requirements that are for
5095           other GStreamer packages.
5096
5097 2007-03-17  David Schleef  <ds@schleef.org>
5098
5099         * REQUIREMENTS: Fix a few things.  This file really needs a
5100         good once-over.
5101
5102 2007-03-15  Edward Hervey  <edward@fluendo.com>
5103
5104         * sys/Makefile.am:
5105         Don't forget to distribute the sys/osxaudio/ directory.
5106
5107 2007-03-15  Edward Hervey  <edward@fluendo.com>
5108
5109         * configure.ac:
5110         * sys/Makefile.am:
5111         * sys/osxaudio/Makefile.am:
5112         * sys/osxaudio/gstosxaudio.c:
5113         * sys/osxaudio/gstosxaudiosink.c:
5114         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5115         (gst_osx_audio_sink_getcaps),
5116         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5117         * sys/osxaudio/gstosxaudiosrc.c:
5118         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5119         (gst_osx_audio_src_create_ringbuffer):
5120         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5121         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5122         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5123         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5124         * sys/osxaudio/gstosxringbuffer.h:
5125         Activate osxaudio in gst-plugins-good with proper build setup.
5126         Add inlined documentation.
5127         Fix debug statements
5128         Fix ringbuffer when pausing.
5129         Fixes #323471
5130
5131 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5132         * gst/rtp/gstrtppcmapay.c:
5133         * gst/rtp/gstrtppcmapay.h:
5134         * gst/rtp/gstrtppcmupay.c:
5135         * gst/rtp/gstrtppcmupay.h:
5136         Ported mulaw and alaw payloaders to use new base class
5137
5138 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5139
5140         * po/af.po:
5141         * po/az.po:
5142         * po/cs.po:
5143         * po/en_GB.po:
5144         * po/it.po:
5145         * po/nl.po:
5146         * po/or.po:
5147         * po/sq.po:
5148         * po/sr.po:
5149         * po/sv.po:
5150         * po/uk.po:
5151         * po/vi.po:
5152           Update translations.
5153
5154 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5155
5156         * configure.ac:
5157           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5158
5159 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5160
5161         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5162           Fix handling of -1 values for start and stop values when seeking,
5163           and SEEK_CUR+SEEK_END here as well.
5164
5165 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5166
5167         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5168           Fix handling of -1 values for start and stop values when seeking, 
5169           and SEEK_CUR+SEEK_END.
5170
5171 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5172
5173         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5174           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5175           the image format a variable-length NUL-terminated string; in
5176           versions before that the image format is a fixed-length string of
5177           3 characters (see #348644 for a sample tag).
5178           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5179
5180 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5181
5182         * win32/MANIFEST:
5183         Add new project files to MANIFEST.
5184         * win32/vs6/libgstaudiofx.dsp:
5185         * win32/vs6/libgstrtp.dsp:
5186         * win32/vs6/libgstrtsp.dsp:
5187         Update project files.
5188         
5189 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5192         (gst_avi_demux_parse_index):
5193         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5194         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5195           Printf format fixes; also add some missing quotes in translated
5196           strings. Fixes #416728 and #416727.
5197
5198 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5199
5200         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5201           Tim and I can't think of any reason the child audio sink needs to 
5202           be set back to NULL after successfully determining that it can 
5203           reach READY - it gets immediately set back to READY by the caller
5204           anyway, causing an unnecessary close/open of any audio devices
5205           involved.
5206
5207 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * po/LINGUAS:
5210         * po/ja.po:
5211           Add ja.po file from #377306.
5212
5213 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5214
5215         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5216         * sys/sunaudio/gstsunaudiomixertrack.c:
5217         (gst_sunaudiomixer_track_new):
5218           Actually translate sunaudio mixer track labels instead of just
5219           marking the strings as translatable (#377306); clean up weird
5220           label string mapping code that serves no apparent purpose. Also
5221           set the 'untranslated-label' property when creating mixer tracks
5222           if the GstMixerTrack base class supports this.
5223
5224         * tests/check/Makefile.am:
5225         * tests/check/elements/.cvsignore:
5226         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5227         (sunaudio_suite):
5228           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5229           actually tested on a system where sunaudiomixer is available).
5230
5231 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5232
5233         * tests/check/Makefile.am:
5234         Re-enable the states test and see if it works on the buildbots.
5235
5236 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5237
5238         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5239         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5240         (gst_dvdec_change_state):
5241         * ext/dv/gstdvdec.h:
5242         Infer pixel-aspect-ratio from the video frame format if it isn't
5243         provided by the container, as happens when playing DV from AVI
5244         or Quicktime containers.
5245
5246         Patch by: Wim Taymans <wim@fluendo.com>
5247         Fixes #380944
5248
5249 2007-03-09  Wim Taymans  <wim@fluendo.com>
5250
5251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5252         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5253         will later be handled by the jitterbuffer.
5254
5255 2007-03-09  Wim Taymans  <wim@fluendo.com>
5256
5257         * ext/taglib/gstid3v2mux.cc:
5258         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5259         Fixes #414496.
5260         
5261         Patch by: Alex Lancaster <alexl at users sourceforge net>
5262
5263 2007-03-09  Wim Taymans  <wim@fluendo.com>
5264
5265         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5266         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5267         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5268         (gst_avi_demux_chain):
5269         Fix stream position reporting after a seek. Fixes #416445.
5270
5271 2007-03-08  Wim Taymans  <wim@fluendo.com>
5272
5273         Patch by: René Stadler <mail at renestadler dot de>
5274
5275         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5276         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5277         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5278         Make avidemux accept optional header chunks in any order.
5279         Fixes #415446.
5280
5281 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5282
5283         * tests/check/Makefile.am:
5284         Disable the states check until the remaining Valgrind errors
5285         are fixed or suppressed.
5286
5287 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5288
5289         * tests/check/elements/.cvsignore:
5290           Add audiodynamic check to .cvsignore
5291
5292 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5293
5294         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5295
5296         * gst/audiofx/Makefile.am:
5297         * gst/audiofx/audiodynamic.c:
5298         (gst_audio_dynamic_characteristics_get_type),
5299         (gst_audio_dynamic_mode_get_type),
5300         (gst_audio_dynamic_set_process_function),
5301         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5302         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5303         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5304         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5305         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5306         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5307         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5308         (gst_audio_dynamic_transform_hard_knee_expander_int),
5309         (gst_audio_dynamic_transform_hard_knee_expander_float),
5310         (gst_audio_dynamic_transform_soft_knee_expander_int),
5311         (gst_audio_dynamic_transform_soft_knee_expander_float),
5312         (gst_audio_dynamic_transform_ip):
5313         * gst/audiofx/audiodynamic.h:
5314         * gst/audiofx/audiofx.c: (plugin_init):
5315         Add new audiodynamic element which can act as a compressor or
5316         expander. Supported are hard-knee and soft-knee operation modes with
5317         user-specified ratio and threshold.
5318         Attack and release parameters are not yet implemented but will follow.
5319         * docs/plugins/Makefile.am:
5320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5322         * docs/plugins/gst-plugins-good-plugins.args:
5323         * docs/plugins/inspect/plugin-audiofx.xml:
5324         Integrate audiodynamic into the docs.
5325         * tests/check/Makefile.am:
5326         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5327         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5328         Add unit test for audiodynamic.
5329
5330 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5331
5332         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5333         Free handles that we allocated when exiting via the error paths.
5334
5335 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5336
5337         * gst/level/gstlevel.c: (gst_level_class_init),
5338         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5339         (gst_level_transform_ip):
5340         * gst/level/gstlevel.h:
5341           Resolve message timestamps against the playback segment.
5342
5343 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5344
5345         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5346         (gst_id3demux_sink_activate):
5347           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5348           caps passed to it (previously one code path assumed it took ownership
5349           while another one assumed it didn't, while in fact it sometimes did and
5350           sometimes didn't ...).
5351
5352         * configure.ac:
5353         * tests/files/Makefile.am:
5354         * tests/files/id3-407349-1.tag:
5355         * tests/files/id3-407349-2.tag:
5356           Add directory where data for unit tests can be stored.
5357
5358         * tests/Makefile.am:
5359         * tests/check/Makefile.am:
5360         * tests/check/elements/.cvsignore:
5361         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5362         (read_tags_from_file), (run_check_for_file),
5363         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5364           Add unit test for id3demux, and in particular for bug #407349. Only
5365           testing pull-mode for now; push mode doesn't work yet because the test
5366           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5367
5368 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5369
5370         * tests/check/Makefile.am:
5371           Add missing backslash at end of line.
5372
5373 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5374
5375         Trigger rebuild.
5376
5377 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5378
5379         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5380         * gst/id3demux/id3tags.h:
5381         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5382         (parse_obsolete_tdat_frame):
5383           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5384           the four-digit number will be interpreted as a year, whereas it is
5385           month and day in DDMM format. Instead, parse TDAT frames and fix up
5386           the date in the GST_TAG_DATE tag later if we also extracted a year.
5387           Fixes #407349.
5388
5389 2007-03-06  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 dispose logic so it doesn't leak, and fix setting of 
5394         the child state so that we don't set a child to our current state 
5395         just as we are changing it to something else.
5396
5397 2007-03-06  Wim Taymans  <wim@fluendo.com>
5398
5399         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5400         (gst_goom_chain):
5401         * gst/goom/gstgoom.h:
5402         Document, fix and improve goom adapter behaviour.
5403         Fixes #407006.
5404
5405 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5406
5407         * ext/esd/esdsink.c: (gst_esdsink_open):
5408         Unref static pad template after using it.
5409
5410 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5411
5412         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5413         (gst_switch_commit_new_kid):
5414         Fix up the reference counting of the child elements.
5415
5416 2007-03-05  Wim Taymans  <wim@fluendo.com>
5417
5418         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5419         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5420         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5421         Fix encoding-name case.
5422
5423 2007-03-05  Wim Taymans  <wim@fluendo.com>
5424
5425         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5426         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5427         (gst_rtp_speex_depay_process):
5428         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5429         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5430         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5431         (gst_rtp_speex_pay_change_state):
5432         * gst/rtp/gstrtpspeexpay.h:
5433         Fix speex (de)payloader. Fixes #358040.
5434
5435 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5436
5437         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5438         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5439         Install fakesink in NULL by fixing some broken logic. This obviates
5440         the need to manually set _IS_SINK.
5441         Add some comments and remove a little cruft while I'm at it.
5442
5443 2007-03-05  Wim Taymans  <wim@fluendo.com>
5444
5445         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5446         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5447
5448 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5449
5450         * po/POTFILES.in:
5451           Update.
5452
5453 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5454
5455         * tests/check/Makefile.am:
5456         Gah! Also disable gconfvideosink from the tests, otherwise
5457         it will instantiate autovideosink, and dfbvideosink and
5458         leak on the buildbots.
5459
5460 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5461
5462         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5463         (gst_cdio_cdda_src_finalize):
5464         Make sure we always destroy our libcdio handle.
5465
5466 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5467
5468         * tests/check/Makefile.am:
5469         Disable autovideosink so the buildbots don't barf over memory
5470         leaked in the directfb sink.
5471
5472 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5473
5474         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5475         Chain up in dispose
5476
5477 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5478
5479         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5480         (gst_multipart_find_pad_by_mime):
5481         Use gst_pad_new_from_static_template instead of
5482         static_pad_template_get+pad_new.
5483
5484 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5485
5486         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5487         Catch the case where no clock has been set.
5488
5489 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5490
5491         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5492         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5493         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5494         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5495         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5496         (gst_gconf_audio_src_finalize), (do_toggle_element):
5497         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5498         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5499         (do_toggle_element):
5500         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5501         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5502         (gst_gconf_video_src_finalize), (do_toggle_element):
5503         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5504         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5505         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5506         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5507         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5508         (gst_shout2send_init), (gst_shout2send_finalize):
5509         * gst/debug/testplugin.c: (gst_test_class_init),
5510         (gst_test_finalize):
5511         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5512         (gst_flxdec_dispose):
5513         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5514         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5515         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5516         (gst_rtspsrc_finalize):
5517         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5518         * gst/rtsp/rtspextwms.h:
5519         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5520         (gst_smpte_finalize):
5521         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5522         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5523         (gst_udpsink_finalize):
5524         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5525         (gst_wavparse_sink_activate):
5526         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5527         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5528         (gst_oss_src_finalize):
5529         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5530         * sys/v4l2/gstv4l2object.h:
5531         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5532         (gst_v4l2src_finalize):
5533         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5534
5535         Fix a bunch of leaks shown by the newly-added states test.
5536
5537 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5538
5539         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5540         Use gst_pad_new_from_static_template instead of 
5541         static_pad_template_get+pad_new.
5542
5543 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5544
5545         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5546
5547         * ext/libcaca/Makefile.am:
5548         * gst/debug/Makefile.am:
5549           Don't mix tabs and spaces (#414168).
5550
5551 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5552
5553         * tests/check/generic/.cvsignore:
5554           Ignore files to please buildbot.
5555
5556 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5557
5558         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5559         (gst_wavparse_stream_data):
5560           Unbreak my previous commit (swapped nominator & denominator). Tim,
5561           thanks for spotting.
5562
5563 2007-03-02  Wim Taymans  <wim@fluendo.com>
5564
5565         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5566         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5567         (gst_cdio_cdda_src_finalize):
5568         Small code cleanups.
5569         Don't use pad_alloc as the base class cannot deal with the error codes.
5570
5571 2007-03-02  Wim Taymans  <wim@fluendo.com>
5572
5573         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5574         (gst_udpsrc_create):
5575         Fix doc.
5576
5577 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5578
5579         Patch by: René Stadler <mail@renestadler.de>
5580
5581         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5582         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5583         (gst_wavparse_stream_data):
5584           Handle rounding better to not drop last sample frame. Fixes #356692
5585
5586 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5587
5588         * tests/check/Makefile.am:
5589         Disable cacasink from the states check too - it also calls exit(1)
5590         on us when it can't find a terminal to talk to.
5591
5592 2007-03-02  Wim Taymans  <wim@fluendo.com>
5593
5594         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5595
5596         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5597         (gst_udpsrc_create), (gst_udpsrc_set_property),
5598         (gst_udpsrc_get_property):
5599         * gst/udp/gstudpsrc.h:
5600         Add support to strip proprietary headers. Fixes #350296.
5601
5602 2007-03-02  Wim Taymans  <wim@fluendo.com>
5603
5604         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5605         Fix compilation.
5606
5607 2007-03-02  Wim Taymans  <wim@fluendo.com>
5608
5609         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5610
5611         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5612         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5613         (gst_rtp_mp2t_depay_set_property),
5614         (gst_rtp_mp2t_depay_get_property):
5615         * gst/rtp/gstrtpmp2tdepay.h:
5616         Add support to strip off proprietary headers. Fixes #350278.
5617
5618 2007-03-02  Wim Taymans  <wim@fluendo.com>
5619
5620         * ext/hal/hal.c:
5621         Fix compilation.
5622
5623 2007-03-02  Wim Taymans  <wim@fluendo.com>
5624
5625         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5626         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5627         (gst_sunaudiosrc_open):
5628         * sys/sunaudio/gstsunaudiosrc.h:
5629         Remove device-name from GstSunAudioSrc. Fixes #412597.
5630
5631 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5632
5633         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5634         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5635         Having NULL as UDI previously selected the default sink/src. Change
5636         this back but mention it in the debug output.
5637         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5638         (gst_hal_get_oss_element), (gst_hal_get_string),
5639         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5640         (gst_hal_get_audio_src):
5641         * ext/hal/hal.h:
5642         Refactor a bit, check all error conditions, greatly improve debugging
5643         and fix some possible memory leaks. Also implement OSS support
5644         and allow specifying an UDI that points to a real device. For this the
5645         child device which supports ALSA (preferred) or OSS is used.
5646         As a side effect this makes it impossible now to get a alsasink in
5647         halaudiosrc and a alsasrc in halaudiosink.
5648
5649 2007-03-01  Wim Taymans  <wim@fluendo.com>
5650
5651         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5652         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5653         Errors from the udp sources are not fatal unless all of them are in
5654         error.
5655
5656 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5657
5658         * tests/check/Makefile.am:
5659         Disable aasink in the states test. I suspect this is the element that
5660         is calling exit(1) when it can't proceed.
5661
5662 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5663
5664         * tests/check/Makefile.am:
5665         Draw plugins in from the build tree sys/ dir, rather than picking
5666         up the already installed versions.
5667
5668 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5669
5670         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5671         Error out correctly when getting xcontext fails.
5672
5673 2007-03-01  Wim Taymans  <wim@fluendo.com>
5674
5675         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5676         Make state change to PAUSED NO_PREROLL because that's what it will be in
5677         the future and rtspsrc relies on it.
5678
5679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5680         (gst_rtspsrc_change_state):
5681         Don't error out when we don't get an error from the state change
5682         function.
5683
5684 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5685
5686         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5687         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5688           Check if the device UDI is set before trying to query HAL
5689           about it and give a useful error message if it wasn't set.
5690         * ext/hal/hal.c: (gst_hal_get_string):
5691           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5692           gives an assertion failure in D-Bus when running with
5693           DBUS_FATAL_WARNINGS=1.
5694
5695 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5696
5697         * configure.ac:
5698           Convert to new AG_GST style.
5699
5700 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5701
5702         * tests/check/Makefile.am:
5703         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5704           add test for states
5705
5706 2007-02-28  Wim Taymans  <wim@fluendo.com>
5707
5708         * tests/check/elements/.cvsignore:
5709         Add new videofilter check to .cvsignore.
5710
5711 2007-02-28  Wim Taymans  <wim@fluendo.com>
5712
5713         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5714         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5715         (gst_avi_demux_loop), (gst_avi_demux_chain):
5716         Fix combined flow return. Fixes #412608.
5717
5718 2007-02-28  Wim Taymans  <wim@fluendo.com>
5719
5720         * gst/videofilter/Makefile.am:
5721         Dist header..
5722
5723 2007-02-28  Wim Taymans  <wim@fluendo.com>
5724
5725         * gst/videofilter/gstgamma.h:
5726         Add header too.
5727
5728 2007-02-28  Wim Taymans  <wim@fluendo.com>
5729
5730         Patch by: Mark Nauwelaerts <manauw at skynet be>
5731
5732         * gst/videofilter/Makefile.am:
5733         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5734         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5735         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5736         (oil_tablelookup_u8), (gst_gamma_set_caps),
5737         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5738         Port gamma filter to 0.10. Fixes #412704.
5739
5740         * tests/check/Makefile.am:
5741         * tests/check/elements/videofilter.c: (setup_filter),
5742         (cleanup_filter), (check_filter), (GST_START_TEST),
5743         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5744         Add unit tests for videofilters.
5745
5746 2007-02-28  Wim Taymans  <wim@fluendo.com>
5747
5748         * gst/rtsp/URLS:
5749         Add another interesting test url.
5750
5751         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5752         Don't allow getting header fields from data packets.
5753
5754 2007-02-28  Michael Smith  <msmith@fluendo.com>
5755
5756         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5757         (gst_shout2send_init), (gst_shout2send_start),
5758         (gst_shout2send_set_property), (gst_shout2send_get_property):
5759         * ext/shout2/gstshout2.h:
5760           Add a property for username.
5761
5762 2007-02-27  Christian Schallerr <christian@fluendo.com>
5763
5764         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5765
5766 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5767
5768         * gst/rtsp/Makefile.am:
5769         Fix make check too.
5770
5771 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5772
5773         * gst/rtsp/base64.c: (util_base64_encode):
5774         * gst/rtsp/base64.h:
5775         Commit missing files for base64 encoding.
5776
5777 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5778
5779         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5780
5781         * configure.ac:
5782         * ext/annodex/Makefile.am:
5783         * ext/jpeg/Makefile.am:
5784         * ext/speex/Makefile.am:
5785         * gst/alpha/Makefile.am:
5786         * gst/cutter/Makefile.am:
5787         * gst/debug/Makefile.am:
5788         * gst/effectv/Makefile.am:
5789         * gst/goom/Makefile.am:
5790         * gst/level/Makefile.am:
5791         * gst/smpte/Makefile.am:
5792         * gst/videofilter/Makefile.am:
5793           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5794
5795 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5796
5797         * gst/rtsp/Makefile.am:
5798         * gst/rtsp/rtspconnection.c: (append_auth_header),
5799         (rtsp_connection_send), (rtsp_connection_set_auth):
5800         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5801         from icecast to replace it. Relicensed from GPL courtesy of Mike
5802         Smith.
5803
5804 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5805
5806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5807         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5808         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5809         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5810         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5811         (gst_rtspsrc_uri_set_uri):
5812         * gst/rtsp/gstrtspsrc.h:
5813         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5814         (append_auth_header), (rtsp_connection_send),
5815         (rtsp_connection_free), (rtsp_connection_set_auth):
5816         * gst/rtsp/rtspconnection.h:
5817         * gst/rtsp/rtspdefs.h:
5818         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5819         * gst/rtsp/rtspurl.h:
5820
5821         Implement simple Basic Authentication support so that urls like
5822         rtsp://user:pass@hostname/rtspstream work on hosts that require
5823         authentication.
5824
5825 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5826
5827         * sys/v4l2/gstv4l2object.c:
5828         * sys/v4l2/gstv4l2tuner.c:
5829         * sys/v4l2/v4l2_calls.c:
5830         Fix segfault when oppening a radio device.
5831         
5832 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5833
5834         * gst/level/gstlevel.c: (gst_level_set_caps),
5835         (gst_level_transform_ip):
5836         * sys/v4l2/README:
5837         * tests/check/elements/level.c: (GST_START_TEST):
5838           Fix level for multi-channel case.
5839
5840 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5841
5842         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5843         (gst_level_transform_ip):
5844         * gst/level/gstlevel.h:
5845           Use function pointer for process function and add process functions
5846           for float audio.
5847
5848 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5849
5850         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5851         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5852         (gst_v4l2src_capture_init):
5853           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5854           fixes #407369
5855
5856 2007-02-18  Wim Taymans  <wim@fluendo.com>
5857
5858         * gst/rtp/Makefile.am:
5859         * gst/rtp/gstrtp.c: (plugin_init):
5860         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5861         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5862         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5863         (gst_rtp_mp2t_pay_plugin_init):
5864         * gst/rtp/gstrtpmp2tpay.h:
5865         Added simple mpeg transport stream payloader.
5866
5867 2007-02-16  Wim Taymans  <wim@fluendo.com>
5868
5869         * gst/rtsp/URLS:
5870         Add example H264 rtsp url.
5871
5872         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5873         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5874         Don't convert values to lowercase or we might mess up base64 encoded
5875         properties.
5876
5877 2007-02-16  Wim Taymans  <wim@fluendo.com>
5878
5879         * gst/rtp/README:
5880         Fix case of string params.
5881
5882         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5883         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5884         Fix depayloader, support more packet types.
5885         Add sync codes to make sure the packetizer can do its job.
5886
5887         * gst/rtp/gstrtpmp4gdepay.c:
5888         * gst/rtp/gstrtpmp4gpay.c:
5889         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5890         Fix caps case again.
5891
5892 2007-02-15  Wim Taymans  <wim@fluendo.com>
5893
5894         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5895         Set right caps on output buffers.
5896
5897 2007-02-14  Wim Taymans  <wim@fluendo.com>
5898
5899         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5900         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5901         Clear stack allocated SDPMedia struct before calling _init() on it.
5902         Clarify this in the docs as well.
5903
5904 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5905
5906         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5907         (do_change_child):
5908         Don't reset the profile when going switching states, as it makes
5909         the element non-reusable.
5910
5911 2007-02-14  Wim Taymans  <wim@fluendo.com>
5912
5913         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5914         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5915         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5916         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5917         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5918         (sdp_parse_line):
5919         * gst/rtsp/sdpmessage.h:
5920         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5921         Fix memory management of SDP messages. Fixes #407793.
5922
5923 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5924
5925         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5926
5927         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5928         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5929
5930 2007-02-14  Wim Taymans  <wim@fluendo.com>
5931
5932         Patch by: jp.liu <jp_liu at astrocom dot cn>
5933
5934         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5935         Fix parsing of password field in url. Fixes #407797.
5936
5937 2007-02-14  Wim Taymans  <wim@fluendo.com>
5938
5939         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5940         (gst_wavparse_reset), (gst_wavparse_init),
5941         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5942         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5943         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5944         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5945         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5946         (gst_wavparse_loop), (gst_wavparse_chain),
5947         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5948         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5949         (plugin_init):
5950         * gst/wavparse/gstwavparse.h:
5951         Update docs.
5952         Use boilerplate.
5953         Various code cleanups.
5954         When the bitrate is not known (bps == 0 or compressed formats) let
5955         downstream element guestimate the duration and position and don't
5956         generate timestamps or durations. Fixes #405213.
5957         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5958         error flowreturn upstream.
5959
5960 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5961
5962         * ext/gconf/Makefile.am:
5963         * ext/gconf/gconf.c: (gst_gconf_get_string),
5964         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5965         (gst_gconf_render_bin_with_default):
5966         * ext/gconf/gconf.h:
5967         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5968         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5969         (gst_gconf_audio_sink_dispose), (do_change_child),
5970         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5971         (cb_change_child), (gst_gconf_audio_sink_change_state):
5972         * ext/gconf/gstgconfaudiosink.h:
5973         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5974         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5975         (gst_switch_sink_init), (gst_switch_sink_dispose),
5976         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5977         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5978         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5979         * ext/gconf/gstswitchsink.h:
5980         * gst/autodetect/gstautoaudiosink.c:
5981         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5982         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5983         (gst_auto_audio_sink_detect):
5984         * gst/autodetect/gstautovideosink.c:
5985         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
5986         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
5987         (gst_auto_video_sink_detect):
5988         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
5989         and a child that implements the GConf key monitoring. The end goal of
5990         this is an audio sink that can be changed on the fly, but at the 
5991         moment it still only changes on the next READY transition.
5992
5993 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
5994
5995         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5996         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
5997         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
5998         (gst_avi_demux_calculate_durations_from_index),
5999         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6000         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6001         (gst_avi_demux_loop):
6002           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6003
6004 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6005
6006         * configure.ac:
6007         * docs/plugins/Makefile.am:
6008           Add crossreferences to glib/gobject/gstream docs.
6009
6010 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         * gst/monoscope/Makefile.am:
6013         * gst/monoscope/gstmonoscope.c:
6014           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6015           (but no LIBS, since we only use defines from the headers).
6016
6017 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6018
6019         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6020
6021         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6022         (gst_wavparse_stream_data):
6023           Fix massive memory leak when operating in streaming mode due to
6024           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6025           Fixes #407057.
6026
6027 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6028
6029         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6030         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6031         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6032         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6033         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6034         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6035         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6036         (gst_avi_demux_calculate_durations_from_index),
6037         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6038         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6039         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6040         * gst/avi/gstavidemux.h:
6041           Save some memory (8%) by repacking the index entry structure (more to
6042           come). Add more FIXMEs to questionable parts.
6043
6044 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6045
6046         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6047         (gst_v4l2src_get_caps):
6048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6049         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6050         (gst_v4l2src_capture_init):
6051           More FIXME comments and messaging changes.
6052
6053 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6054
6055         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6056         (gst_goom_change_state):
6057         * gst/goom/gstgoom.h:
6058           Improved docs and use GST_DEBUG_FUNCPTR.
6059
6060         * gst/level/gstlevel.c: (gst_level_class_init):
6061           Use GST_DEBUG_FUNCPTR.
6062
6063         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6064         (gst_monoscope_chain), (gst_monoscope_change_state):
6065           Improved docs source cleanups.
6066
6067 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6068
6069         * gst/debug/Makefile.am:
6070         * gst/debug/gstdebug.c: (plugin_init):
6071         * gst/debug/gstpushfilesrc.c:
6072         * gst/debug/gstpushfilesrc.h:
6073           Add code for a pushfilesrc element that implements a pushfile:// URI
6074           handler, to make debugging push-mode operation of demuxer/decoders
6075           that support both easier in connection with seek/playbin/etc.
6076           The element isn't registered at the moment.
6077
6078 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6079
6080         * gst/avi/gstavimux.c:
6081           Comment a #if 0 in caps template definition as VS6 seems to 
6082         do not support it.
6083         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6084           Use gst_guint64_to_gdouble for conversion.
6085         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6086           Move variables declaration before the first instruction.
6087         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6088           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6089           And don't include netdb.h for G_OS_WIN32
6090         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6091           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6092           by VS6 then use an other way to initialize SDPMedia structure.
6093         * gst/udp/gstdynudpsink.h:
6094         * gst/udp/gstdynudpnetutils.h:
6095           Do not include <sys/time.h> for G_OS_WIN32
6096         * gst/udp/gstudpsrc.c:
6097           Define socklen_t as int for G_OS_WIN32
6098         * win/common/config.h.in:
6099           Undef HAVE_NETINET_IN_H
6100         * win32/vs6/gst_plugins_good.dsw:
6101         * win32/vs6/libgstrtp.dsp:
6102         * win32/vs6/libgstrtsp.dsp:
6103         * win32/vs6/libgstautogen.dsp:
6104         * win32/vs6/libgstaudiofx.dsp:
6105         * win32/vs6/libgstudp.dsp:
6106           Add and update project files.
6107         * win32/common/gstudp-enumtypes.c:
6108         * win32/common/gstudp-enumtypes.h:
6109           Add a copy of udp enumtypes to win32/common as in core 
6110           and base.
6111         
6112 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6113
6114         * configure.ac:
6115           Activate monoscope when building with --enable-experimental. Fix
6116           --enable-external configure switch description.
6117
6118         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6119         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6120           Help gst-indent.
6121
6122 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6123
6124         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6125           Explicitly cast result of pointer arithmetic to integer in order to
6126           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6127
6128 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6129
6130         * gst/debug/progressreport.c:
6131           Some more docs.
6132
6133 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6134
6135         * docs/plugins/inspect/plugin-rtp.xml:
6136           Update for new elements.
6137
6138         * gst/debug/progressreport.h:
6139           Commit newly-created header file as well.
6140
6141 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6142
6143         * docs/plugins/Makefile.am:
6144         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6145         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6146         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6147         * gst/debug/Makefile.am:
6148         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6149         (gst_progress_report_do_query), (gst_progress_report_report):
6150           Make progressreport element post messages with the current progress
6151           on the bus. Also add some basic docs for it.
6152
6153 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6154
6155         * ext/hal/hal.c: (gst_hal_get_string):
6156         * ext/hal/hal.h:
6157           Some small cleanups; deal with errors when parsing the HAL ALSA
6158           capabilities a bit better.
6159
6160 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6161
6162         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6163           Let's try this again and use the right cast this time.
6164
6165 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6166
6167         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6168           Add cast to avoid compiler warnings with older GLib versions
6169           where the nick/name members in GEnumValue are not declared as
6170           constant strings.
6171
6172 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6175         (gst_gconf_render_bin_from_key),
6176         (gst_gconf_get_default_audio_sink):
6177         * ext/gconf/gconf.h:
6178         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6179         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6180         (gst_gconf_audio_sink_get_property):
6181           In gconfaudiosink, get the right key as the old key in do_toggle
6182           (ie. one dependent on the profile selected). Log some more stuff so
6183           we can see what's actually going on.
6184
6185 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6186
6187         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6188         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6189         (gst_audio_amplify_set_process_function),
6190         (gst_audio_amplify_setup):
6191         * gst/audiofx/audioamplify.h:
6192         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6193         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6194         * gst/audiofx/audioinvert.h:
6195         Some small cleanups and port both elements to the new GstAudioFilter
6196         base class to save a few lines of common code.
6197         * gst/audiofx/Makefile.am:
6198         Link against libgstaudio for the above changes
6199
6200 2007-01-29  Wim Taymans  <wim@fluendo.com>
6201
6202         * tests/check/elements/.cvsignore:
6203         Some more ignores.
6204
6205 2007-01-26  Wim Taymans  <wim@fluendo.com>
6206
6207         Patch by: charles <charlesg3 at gmail dot com>
6208
6209         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6210         (set_shout_metadata), (gst_shout2send_event):
6211         * ext/shout2/gstshout2.h:
6212         Properly handle tags in shout2send. Fixes #399825.
6213
6214 2007-01-25  Wim Taymans  <wim@fluendo.com>
6215
6216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6217         (gst_rtspsrc_activate_streams):
6218         Convert SDP fields to upper/lowercase following the rules in the SDP to
6219         caps document. 
6220
6221 2007-01-25  Wim Taymans  <wim@fluendo.com>
6222
6223         * gst/rtp/README:
6224         * gst/rtp/gstrtpilbcdepay.c:
6225         * gst/rtp/gstrtpilbcpay.c:
6226         * gst/rtp/gstrtpmp4gdepay.c:
6227         * gst/rtp/gstrtpmp4gpay.c:
6228         * gst/rtp/gstrtpspeexdepay.c:
6229         * gst/rtp/gstrtpspeexpay.c:
6230         * gst/rtp/gstrtpsv3vdepay.c:
6231         * gst/rtp/gstrtptheoradepay.c:
6232         * gst/rtp/gstrtptheorapay.c:
6233         * gst/rtp/gstrtpvorbisdepay.c:
6234         * gst/rtp/gstrtpvorbispay.c:
6235         Fix case of encoding-name and key/value pairs to match the document.
6236         This is to make interoperation with SDP case-insensitive as required by
6237         the relevant RFCs.
6238
6239 2007-01-25  Wim Taymans  <wim@fluendo.com>
6240
6241         * configure.ac:
6242         Bump required -core/-base to CVS
6243
6244 2007-01-25  Wim Taymans  <wim@fluendo.com>
6245
6246         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6247         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6248         * gst/rtp/gstrtpL16pay.h:
6249         Fill up to MTU using adapter.
6250         Timestamp rtp packets.
6251
6252 2007-01-25  Edward Hervey  <edward@fluendo.com>
6253
6254         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6255         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6256         Use G_GSIZE_FORMAT in print statements for portability.
6257         Fixes build on macosx.
6258
6259 2007-01-24  Wim Taymans  <wim@fluendo.com>
6260
6261         * gst/rtp/Makefile.am:
6262         * gst/rtp/gstrtp.c: (plugin_init):
6263         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6264         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6265         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6266         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6267         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6268         (gst_rtp_L16_depay_plugin_init):
6269         * gst/rtp/gstrtpL16depay.h:
6270         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6271         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6272         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6273         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6274         (gst_rtp_L16_pay_plugin_init):
6275         * gst/rtp/gstrtpL16pay.h:
6276         Port and enable raw audio payloader/depayloader. Needs a bit more work
6277         on the payloader side.
6278
6279 2007-01-24  Wim Taymans  <wim@fluendo.com>
6280
6281         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6282         (gst_rtspsrc_stream_configure_transport),
6283         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6284         * gst/rtsp/gstrtspsrc.h:
6285         Only unblock the udp pads when we linked and activated them all.
6286         Fixes #395688.
6287
6288 2007-01-24  Wim Taymans  <wim@fluendo.com>
6289
6290         * gst/rtp/Makefile.am:
6291         * gst/rtp/gstrtp.c: (plugin_init):
6292         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6293         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6294         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6295         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6296         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6297         * gst/rtp/gstrtpac3depay.h:
6298         Added simple AC3 depayloader (RFC 4184).
6299
6300         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6301         Fix a leak.
6302
6303 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6304
6305         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6306
6307         * gst/audiofx/Makefile.am:
6308         * gst/audiofx/audioamplify.c:
6309         (gst_audio_amplify_clipping_method_get_type),
6310         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6311         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6312         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6313         (gst_audio_amplify_set_caps),
6314         (gst_audio_amplify_transform_int_clip),
6315         (gst_audio_amplify_transform_int_wrap_negative),
6316         (gst_audio_amplify_transform_int_wrap_positive),
6317         (gst_audio_amplify_transform_float_clip),
6318         (gst_audio_amplify_transform_float_wrap_negative),
6319         (gst_audio_amplify_transform_float_wrap_positive),
6320         (gst_audio_amplify_transform_ip):
6321         * gst/audiofx/audioamplify.h:
6322         * gst/audiofx/audiofx.c: (plugin_init):
6323         Add new element "audioamplify". This allows scaling of raw audio
6324         samples, similar to the "volume" element, but provides different modes
6325         for clipping and allows unlimited amplification. It's mainly targeted
6326         for creative sound design and not as a replacement of the "volume"
6327         element. Fixes #397162
6328         * docs/plugins/Makefile.am:
6329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6330         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6331         * docs/plugins/gst-plugins-good-plugins.args:
6332         * docs/plugins/inspect/plugin-audiofx.xml:
6333         Add docs for audioamplify and integrate them into the build system
6334         * tests/check/Makefile.am:
6335         * tests/check/elements/audioamplify.c: (setup_amplify),
6336         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6337         Add fairly extensive unit test suite for audioamplify
6338
6339 2007-01-24  Wim Taymans  <wim@fluendo.com>
6340
6341         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6342         Unblock pads after adding the pads to the element so that autopluggers
6343         get a change to link something. Possibly fixes #395688.
6344
6345 2007-01-24  Wim Taymans  <wim@fluendo.com>
6346
6347         * gst/rtp/gstrtpamrdepay.c:
6348         * gst/rtp/gstrtpgsmdepay.c:
6349         * gst/rtp/gstrtph263pdepay.c:
6350         * gst/rtp/gstrtph263ppay.c:
6351         * gst/rtp/gstrtph264depay.c:
6352         * gst/rtp/gstrtpilbcdepay.c:
6353         * gst/rtp/gstrtpmp2tdepay.c:
6354         * gst/rtp/gstrtpmp4gdepay.c:
6355         * gst/rtp/gstrtpmp4gpay.c:
6356         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6357         * gst/rtp/gstrtpmp4vpay.c:
6358         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6359         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6360         (gst_rtp_mpa_depay_process):
6361         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6362         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6363         * gst/rtp/gstrtppcmadepay.c:
6364         * gst/rtp/gstrtppcmudepay.c:
6365         * gst/rtp/gstrtpspeexdepay.c:
6366         * gst/rtp/gstrtpspeexpay.c:
6367         * gst/rtp/gstrtpsv3vdepay.c:
6368         * gst/rtp/gstrtptheoradepay.c:
6369         * gst/rtp/gstrtptheorapay.c:
6370         * gst/rtp/gstrtpvorbisdepay.c:
6371         * gst/rtp/gstrtpvorbispay.c:
6372         Fix caps with payload numbers.
6373         Add some fixed payload numbers to caps when possible.
6374
6375 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6376
6377         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6378
6379         * gst/audiofx/Makefile.am:
6380         * gst/audiofx/audiofx.c: (plugin_init):
6381         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6382         (gst_audio_invert_class_init), (gst_audio_invert_init),
6383         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6384         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6385         (gst_audio_invert_transform_float),
6386         (gst_audio_invert_transform_ip):
6387         * gst/audiofx/audioinvert.h:
6388         Add new audiofx element "audioinvert". This element swaps the upper
6389         and lower half of samples and can be used for example for a
6390         wide-stereo effect. Fixes #396057
6391         * docs/plugins/Makefile.am:
6392         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6393         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6394         * docs/plugins/gst-plugins-good-plugins.args:
6395         * docs/plugins/inspect/plugin-audiofx.xml:
6396         Add docs for the audioinvert element and add them to the build system.
6397         * tests/check/Makefile.am:
6398         * tests/check/elements/audioinvert.c: (setup_invert),
6399         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6400         Add unit test suite for the audioinvert element.
6401
6402 2007-01-23  Wim Taymans  <wim@fluendo.com>
6403
6404         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6405         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6406         Parse config params as string and int.
6407         Parse and use AU header length
6408
6409 2007-01-23  Wim Taymans  <wim@fluendo.com>
6410
6411         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6412         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6413         * gst/smpte/gstmask.c: (_gst_mask_register):
6414         * gst/smpte/gstmask.h:
6415         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6416         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6417         (gst_smpte_paint_triangle_clock):
6418         constify some static structs.
6419         Don't update the mask if nothing changed to the params.
6420         Make sure we never draw outside of the picture. Fixes #398325.
6421
6422 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6423
6424         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6425           Error out properly when pull_range fails while we're reading the
6426           headers, instead of just pausing the task silently. Fixes #399338.
6427
6428 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6429
6430         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6431           Some more sanity checks to make sure the input formats match and the
6432           input pads are actually negotiated, in case someone tries to feed
6433           buffers from fakesrc or filesrc. Fixes #398299.
6434           Also const-ify an array, just because we can.
6435
6436 2007-01-19  Edward Hervey  <edward@fluendo.com>
6437
6438         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6439         Ignore previous commit, that was only valid for widths and heights
6440         that are multiples of 4.
6441         Copy over size/stride macros from jpegdec. This allows the element
6442         to work with any width,height...
6443         ... but puts in evidence that the actual transformations only work
6444         with width/height that are multiples of 4.
6445
6446 2007-01-19  Edward Hervey  <edward@fluendo.com>
6447
6448         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6449         Allocate buffers of the right size.
6450         The proper size of a I420 buffer in bytes is:
6451         
6452             width * height * 3
6453             ------------------
6454                     2
6455
6456 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6457
6458         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6459           Proxy getcaps on sink pads too, so that we either end up with the
6460           same dimensions on all pads or error out if that's not possible
6461           (seems to work even!). Fixes #398086, I think.
6462
6463 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6464
6465         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6466         * docs/plugins/gst-plugins-good-plugins.args:
6467         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6468           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6469           fix integer properties with -1 as minimum value.
6470
6471         * docs/plugins/inspect/plugin-1394.xml:
6472         * docs/plugins/inspect/plugin-aasink.xml:
6473         * docs/plugins/inspect/plugin-alaw.xml:
6474         * docs/plugins/inspect/plugin-alpha.xml:
6475         * docs/plugins/inspect/plugin-alphacolor.xml:
6476         * docs/plugins/inspect/plugin-annodex.xml:
6477         * docs/plugins/inspect/plugin-apetag.xml:
6478         * docs/plugins/inspect/plugin-audiofx.xml:
6479         * docs/plugins/inspect/plugin-auparse.xml:
6480         * docs/plugins/inspect/plugin-autodetect.xml:
6481         * docs/plugins/inspect/plugin-avi.xml:
6482         * docs/plugins/inspect/plugin-cacasink.xml:
6483         * docs/plugins/inspect/plugin-cairo.xml:
6484         * docs/plugins/inspect/plugin-cdio.xml:
6485         * docs/plugins/inspect/plugin-cutter.xml:
6486         * docs/plugins/inspect/plugin-debug.xml:
6487         * docs/plugins/inspect/plugin-dv.xml:
6488         * docs/plugins/inspect/plugin-efence.xml:
6489         * docs/plugins/inspect/plugin-effectv.xml:
6490         * docs/plugins/inspect/plugin-esdsink.xml:
6491         * docs/plugins/inspect/plugin-flac.xml:
6492         * docs/plugins/inspect/plugin-flxdec.xml:
6493         * docs/plugins/inspect/plugin-gconfelements.xml:
6494         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6495         * docs/plugins/inspect/plugin-goom.xml:
6496         * docs/plugins/inspect/plugin-halelements.xml:
6497         * docs/plugins/inspect/plugin-icydemux.xml:
6498         * docs/plugins/inspect/plugin-id3demux.xml:
6499         * docs/plugins/inspect/plugin-jpeg.xml:
6500         * docs/plugins/inspect/plugin-level.xml:
6501         * docs/plugins/inspect/plugin-matroska.xml:
6502         * docs/plugins/inspect/plugin-mulaw.xml:
6503         * docs/plugins/inspect/plugin-multipart.xml:
6504         * docs/plugins/inspect/plugin-navigationtest.xml:
6505         * docs/plugins/inspect/plugin-ossaudio.xml:
6506         * docs/plugins/inspect/plugin-png.xml:
6507         * docs/plugins/inspect/plugin-rtp.xml:
6508         * docs/plugins/inspect/plugin-rtsp.xml:
6509         * docs/plugins/inspect/plugin-shout2send.xml:
6510         * docs/plugins/inspect/plugin-smpte.xml:
6511         * docs/plugins/inspect/plugin-speex.xml:
6512         * docs/plugins/inspect/plugin-taglib.xml:
6513         * docs/plugins/inspect/plugin-udp.xml:
6514         * docs/plugins/inspect/plugin-videobalance.xml:
6515         * docs/plugins/inspect/plugin-videobox.xml:
6516         * docs/plugins/inspect/plugin-videoflip.xml:
6517         * docs/plugins/inspect/plugin-videomixer.xml:
6518         * docs/plugins/inspect/plugin-wavenc.xml:
6519         * docs/plugins/inspect/plugin-wavparse.xml:
6520         * docs/plugins/inspect/plugin-ximagesrc.xml:
6521           Update to CVS.
6522
6523 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6524
6525         Patch by: Sebastian Dröge <slomo circular-chaos org>
6526
6527         * gst/audiofx/audiopanorama.c:
6528           Fix doc section name (Fixes #397946)
6529
6530 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6531
6532         * sys/v4l2/gstv4l2object.c:
6533         (gst_v4l2_object_install_properties_helper),
6534         (gst_v4l2_object_set_property_helper),
6535         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6536         * sys/v4l2/gstv4l2object.h:
6537         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6538         (gst_v4l2src_init), (gst_v4l2src_set_property),
6539         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6540         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6541         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6542         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6543         (gst_v4l2src_capture_deinit):
6544           Fix EIO handing when capturing. Add new property to specify the number of
6545           buffers to enque (and remove the borked num-buffers usage).
6546
6547 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6548
6549         Patch by: Sebastian Dröge <slomo circular-chaos org>
6550
6551         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6552         (gst_audio_panorama_set_process_function):
6553           Use a function array for process methods, add more docs and define the
6554           startindex of enums.
6555
6556 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6557
6558         Patch by: Mark Nauwelaerts <manauw at skynet be>
6559
6560         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6561         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6562         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6563         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6564         (gst_avi_mux_riff_get_avi_header),
6565         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6566         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6567         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6568         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6569         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6570         (gst_avi_mux_change_state):
6571         * gst/avi/gstavimux.h:
6572         * tests/check/elements/avimux.c: (teardown_src_pad):
6573           Add support for more than one audio stream; write better AVIX
6574           header; refactor code a bit; don't announce vorbis caps on our audio
6575           sink pads since we don't support it anyway. Closes #379298.
6576
6577 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6578
6579         Patch by: Sebastian Dröge <slomo circular-chaos org>
6580
6581         * gst/audiofx/audiopanorama.c:
6582         (gst_audio_panorama_method_get_type),
6583         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6584         (gst_audio_panorama_set_process_function),
6585         (gst_audio_panorama_set_property),
6586         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6587         (gst_audio_panorama_transform_m2s_int_simple),
6588         (gst_audio_panorama_transform_s2s_int_simple),
6589         (gst_audio_panorama_transform_m2s_float_simple),
6590         (gst_audio_panorama_transform_s2s_float_simple):
6591         * gst/audiofx/audiopanorama.h:
6592           Add 'method' property and provide a simple (non-psychoacustic)
6593           processing method (#394859).
6594
6595         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6596         (panorama_suite):
6597           Tests for new method.
6598
6599 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6600
6601         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6602         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6603           Set correct caps on outgoing pulled buffers, or things blow up
6604           after recent core changes.
6605
6606 2007-01-11  Wim Taymans  <wim@fluendo.com>
6607
6608         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6609
6610         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6611         (gst_multipart_mux_request_new_pad),
6612         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6613         (gst_multipart_mux_change_state):
6614         Return FLOW errors ASAP. Fixes #394977.
6615         Misc cleanups.
6616
6617 2007-01-11  Wim Taymans  <wim@fluendo.com>
6618
6619         Patch by: Lutz Mueller <lutz at topfrose dot de>
6620
6621         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6622         Check for stream pad before activating. 
6623
6624 2007-01-10  Wim Taymans  <wim@fluendo.com>
6625
6626         Patch by: Peter Kjellerstedt  <pkj at axis com>
6627
6628         * gst/rtsp/COPYING.MIT:
6629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6630         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6631         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6632         (gst_rtspsrc_stream_configure_transport),
6633         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6634         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6635         (gst_rtspsrc_parse_methods),
6636         (gst_rtspsrc_create_transports_string),
6637         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6638         (gst_rtspsrc_open), (gst_rtspsrc_close):
6639         * gst/rtsp/gstrtspsrc.h:
6640         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6641         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6642         (parse_request_line), (parse_line), (rtsp_connection_read),
6643         (rtsp_connection_close):
6644         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6645         (rtsp_method_as_text), (rtsp_header_as_text),
6646         (rtsp_status_as_text), (rtsp_find_header_field),
6647         (rtsp_find_method):
6648         * gst/rtsp/rtspdefs.h:
6649         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6650         (rtsp_ext_wms_configure_stream):
6651         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6652         (rtsp_message_new_request), (rtsp_message_init_request),
6653         (rtsp_message_new_response), (rtsp_message_init_response),
6654         (rtsp_message_init_data), (rtsp_message_unset),
6655         (rtsp_message_free), (rtsp_message_add_header),
6656         (rtsp_message_get_header), (rtsp_message_set_body),
6657         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6658         * gst/rtsp/rtspmessage.h:
6659         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6660         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6661         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6662         (sdp_message_dump):
6663         Allow url to be NULL to be able to use it for server connections.
6664         Can now send responses as well as requests.
6665         No longer hangs in an endless loop if EOF is received.
6666         Can now convert a status code to a text string.
6667         Return RTSP_HDR_INVALID for unknown headers.
6668         Return RTSP_INVALID for unknown methods.
6669         Copy CSeq and Session headers from the request.
6670         Only free memory corresponding to the currently set message type.
6671         Added const to function arguments as appropriate.
6672         Avoid a compiler warning when initializing nmedia.
6673         Use guint rather than gint to avoid compiler warnings.
6674         Fix crasher in wms extension.
6675         Factor out stream setup from open_connection.
6676         Delay activation of streams when actual data is received from the
6677         server, this prepares us to do proper protocol switching.
6678         Added new license.
6679         Fixes #380895.
6680
6681
6682 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         Patch by: Sebastian Dröge <slomo ubuntu com>
6685
6686         * docs/plugins/Makefile.am:
6687         * gst/audiofx/audiopanorama.c:
6688           Some small docs fixes (#394851).
6689
6690 2007-01-09  Wim Taymans  <wim@fluendo.com>
6691
6692         * gst/avi/gstavidemux.c:
6693         Fix docs.
6694
6695 2007-01-09  Wim Taymans  <wim@fluendo.com>
6696
6697         * gst/rtp/Makefile.am:
6698         * gst/rtp/gstrtp.c: (plugin_init):
6699         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6700         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6701         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6702         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6703         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6704         * gst/rtp/gstrtpmpvdepay.h:
6705           Added RFC 2250 MPEG Video Depayloader.
6706
6707         * gst/rtp/gstrtpL16depay.h:
6708         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6709         (gst_rtp_h263p_depay_process):
6710         Fix Header file. Small cleanups.
6711
6712         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6713         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6714         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6715         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6716         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6717         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6718         (gst_rtp_mp4v_depay_change_state):
6719         Remove usused code. Remove Adapter from state Change. Added debug.
6720
6721         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6722         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6723         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6724         * gst/rtp/gstrtpmpadepay.h:
6725         Subclass base depayloader.
6726         Added debug.
6727         Support static payload type assignment as well.
6728
6729         * gst/rtp/gstrtpmpapay.c:
6730         Fix caps.
6731
6732 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6733
6734         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6735
6736         * ext/jpeg/gstjpegdec.c:
6737         * ext/jpeg/gstjpegenc.c:
6738         * ext/jpeg/smokecodec.c:
6739           These libjpeg callbacks should return a 'boolean' (unsigned char
6740           apparently) and not a 'gboolean' (which maps to gint). Fixes
6741           warnings when compiling with MingW (#393427).
6742
6743         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6744           Use ioctlsocket on win32.
6745
6746         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6747           Some printf format fixes for win32.
6748
6749 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6750
6751         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6752           Use gst_guint64_to_gdouble for conversion.
6753         * win32/vs6/libgstmatroska.dsp:
6754           Add zlib to the link.
6755         * win32/vs6/libgstvideobox.dsp:
6756           Update liboil library name (project is linked to 
6757           liboil-0.3-0.lib now).
6758           
6759 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst/matroska/Makefile.am:
6762           If zlib is available and used, we must link it explicitly for
6763           things to work on MingW (fixes #392855).
6764
6765 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * ext/esd/esdsink.c: (gst_esdsink_delay):
6768           Don't return bogus values when esd_get_delay() fails for some
6769           reason (#392189).
6770
6771 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6772
6773         * sys/ximage/gstximagesrc.c: (composite_pixel):
6774           Fix presumably copy'n'pasto for 16bpp depth.
6775
6776 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6777
6778         * gst/matroska/matroska-mux.c:
6779         (gst_matroska_mux_audio_pad_setcaps):
6780           The "signed" field in audio caps is of boolean type, trying to use
6781           gst_structure_get_int() to extract it will fail. Fixing this makes
6782           matroskamux accept raw audio input (#387121) (use at your own risk
6783           though, due to the matroska spec being not entirely useful in this
6784           respect).
6785           Also fix up raw audio structures in template caps so that they
6786           represent what our setcaps function will actually accept, so that
6787           converters know what to convert to.
6788           Finally, don't fail if there isn't an "endianness" field in 8-bit
6789           PCM caps.
6790
6791 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6792
6793         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6794         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6795         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6796         (teardown_cmmldec):
6797         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6798         (teardown_cmmlenc):
6799         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6800           reapply consistent pad (de)activation
6801
6802 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6803
6804         * configure.ac:
6805         Back to CVS
6806
6807         * gst-plugins-good.doap:
6808         Add 0.10.5 doap entry
6809
6810 === release 0.10.5 ===
6811
6812 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6813
6814         * configure.ac:
6815           releasing 0.10.5, "The Path of Thorns"
6816
6817 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6818
6819         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6820         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6821         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6822         (teardown_cmmldec):
6823         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6824         (teardown_cmmlenc):
6825         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6826           revert my freeze breakage
6827
6828 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6829
6830         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6831         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6832         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6833         (teardown_cmmldec):
6834         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6835         (teardown_cmmlenc):
6836         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6837           consistent pad (de)activation
6838
6839 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6840
6841         * configure.ac:
6842         * ext/Makefile.am:
6843         Disable LADPSA, as it has moved to the -bad module for the duration.
6844
6845 2006-12-18  Wim Taymans  <wim@fluendo.com>
6846
6847         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6848         (gst_signal_processor_event):
6849         Reset flow_state back to _OK after a flush stop so that we exit our
6850         error state after the flush. Fixes #374213
6851
6852 2006-12-16  David Schleef  <ds@schleef.org>
6853
6854         * sys/osxvideo/osxvideosink.h:
6855         * sys/osxvideo/osxvideosink.m:
6856           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6857
6858 2006-12-16  David Schleef  <ds@schleef.org>
6859
6860         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6861
6862         * sys/osxvideo/Makefile.am:
6863         * sys/osxvideo/osxvideosink.h:
6864         * sys/osxvideo/osxvideosink.m:
6865           Preliminary patch for porting osxvideosink
6866
6867 2006-12-16  Wim Taymans  <wim@fluendo.com>
6868
6869         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6870
6871         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6872         (gst_videomixer_set_master_geometry),
6873         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6874         (gst_videomixer_reset), (gst_videomixer_init),
6875         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6876         (gst_videomixer_release_pad), (gst_videomixer_collected),
6877         (gst_videomixer_change_state):
6878         Introduce some locking around the videomixer state so that it does not
6879         crash when adding/removing pads. Fixes #383043.
6880
6881 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         * configure.ac:
6884           Make sure libcaca can actually be used instead of just checking for
6885           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6886           cross-compiling (fixes #384587).
6887
6888 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6889
6890         * Makefile.am:
6891         * gst-plugins-good.doap:
6892         * gst-plugins-good.spec.in:
6893           adding doap file
6894
6895 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * configure.ac:
6898           libflac-1.1.3 changed API again, but we can't build against it yet,
6899           so make sure our check doesn't use libflac-1.1.3 and add a comment
6900           to this effect.
6901
6902 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6903
6904         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6905         (gst_quarktv_planetable_clear):
6906           Add some NULL pointer checks (possibly related to #385623).
6907
6908 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6909
6910         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6911         (gst_tag_demux_chain):
6912         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6913           In streaming mode, if the first buffer we get doesn't have an
6914           offset, fix it up to be 0, otherwise trimming won't work later on
6915           and we'll be typefinding application/x-id3, which may result in
6916           decodebin plugging an endless number of id3demux elements as a
6917           consequence. Fixes #385031.
6918           
6919 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6920
6921         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6922           Ignore the buffer_time the sound device reports. Turns out it is 
6923           sometimes completely bogus and we're better off without it.
6924
6925 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6926
6927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6928         (gst_matroska_demux_video_caps):
6929         * gst/matroska/matroska-ids.c:
6930         (gst_matroska_track_init_video_context):
6931         * gst/matroska/matroska-ids.h:
6932           Try harder to extract the framerate for video tracks correctly and
6933           save it directly instead of converting it back and forth a few
6934           times. Mostly makes a difference for very small framerates (<1).
6935           Fixes #380199.
6936
6937 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6940         (gst_gconf_audio_src_dispose), (do_toggle_element):
6941         * ext/gconf/gstgconfaudiosrc.h:
6942           Remove gconf notify hook when the gconfaudiosrc element is
6943           destroyed, otherwise the callback may be called on an
6944           already-destroyed instance and bad things happen. Should fix
6945           #378184.
6946           Also ignore gconf key changes when the source is already running.
6947
6948 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6949
6950         Patch by: Sebastian Dröge  <mail at slomosnail de>
6951
6952         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6953           We need to be able to read and parse any possible floating point string
6954           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6955           will parse the former only in certain locales though, so we really need
6956           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6957           make sure we can parse either version at all times.
6958           Fixes #382982 for real.
6959
6960 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6961
6962         * sys/sunaudio/gstsunaudiomixerctrl.c:
6963         * sys/sunaudio/gstsunaudiosrc.c:
6964
6965         Use the sunaudio debug category.
6966
6967         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6968         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6969         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6970         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6971         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6972         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6973         (gst_sunaudiosink_reset):
6974         * sys/sunaudio/gstsunaudiosink.h:
6975
6976         Uses the sunaudio debug category for all debug output
6977         Implements the _delay() callback to synchronise video playback better
6978         Change the segtotal and segsize values back to the parent class 
6979           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6980           respectively)
6981         Measure the samples written to the device vs. played.
6982         Keep track of segments in the device by writing empty eof frames, and
6983         sleep using a GCond when we get too far ahead and risk overrunning the
6984         sink's ringbuffer.
6985
6986         Fixes: #360673
6987
6988 2006-12-08  Wim Taymans  <wim@fluendo.com>
6989
6990         Patch by: Sebastian Dröge  <mail at slomosnail de >
6991
6992         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6993         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
6994         * gst/audiofx/audiopanorama.h:
6995         Fix audiopanorame with float samples. Fixes #383726.
6996
6997 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6998
6999         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7000         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7001         (gst_sunaudiosrc_reset):
7002
7003         Implement reset functions to unblock the src/sink more quickly on 
7004         state change requests.
7005         Patch by: Brian Cameron <brian dot cameron at sun com>
7006
7007 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7008
7009         * sys/sunaudio/gstsunaudiomixer.c:
7010         (gst_sunaudiomixer_change_state):
7011         Construct the correct mixer device name when the AUDIODEV env var
7012         is set.
7013
7014         Patch by: Jerry Tan <jerry.tan at sun dot com>
7015         Fixes: #383596
7016
7017 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7018
7019         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7020         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7021         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7022         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7023         Patch by: Jerry Tan <jerry.tan at sun dot com>
7024         Fixes: #349015
7025
7026 2006-12-07  Wim Taymans  <wim@fluendo.com>
7027
7028         * gst/smpte/gstmask.h:
7029         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7030         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7031         (gst_smpte_collected), (gst_smpte_set_property),
7032         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7033         * gst/smpte/gstsmpte.h:
7034         Port to 0.10 some more. 
7035         Added duration property to specify the duration of the transition.
7036         Make framerate a fraction.
7037         Deprecate fps property, we only use negotiated fps.
7038         Added docs.
7039         Fix collectpad usage.
7040         Reset state in READY.
7041         Send NEWSEGMENT event.
7042         Fix racy updates of object properties.
7043         Added debug category.
7044         Fixes #383323.
7045
7046 2006-12-06  Wim Taymans  <wim@fluendo.com>
7047
7048         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7049
7050         * gst/videomixer/videomixer.c:
7051         (gst_videomixer_set_master_geometry),
7052         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7053         Don't reset xpos and ypos in the setcaps function because causes
7054         unexpected behaviour.
7055         Fixes #382179.
7056
7057 2006-12-06  Wim Taymans  <wim@fluendo.com>
7058
7059         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7060         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7061         Keep track of the buffer timestamp in the collectdata member instead
7062         of modifying the buffer without making the metadata writable first.
7063         Fixes #382277.
7064
7065 2006-12-06  Wim Taymans  <wim@fluendo.com>
7066
7067         Patch by: Rob Taylor <robtaylor at floopily dot org>
7068
7069         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7070         If using multicast in udpsrc, bind to the multicast address rather than
7071         IN_ADDR_ANY.
7072         This allows the simultanous use of multiple udpsrcs listening on
7073         different multicat addresses. Without this all udpsrcs will receive all
7074         packets from all subscribed multicast addresses.
7075         Fixes #383001.
7076
7077 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7078
7079         * ext/taglib/gstid3v2mux.cc:
7080         Don't attempt to write a NULL frame into the ID3 tag set when the 
7081         createFrame method returned NULL.
7082         Fixes: #381857
7083         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7084
7085 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7086
7087         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7088         Use g_strtod() instead of sscanf to parse doubles, so that it will
7089         try parsing in the C locale if the current locale fails.
7090         Fixes: #382982
7091         Patch by: Sebastian Dröge  <mail at slomosnail de >
7092
7093 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7094
7095         * win32/MANIFEST:
7096         Fix compilation on win32 under VS8
7097         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7098         Partially fixes #381175
7099
7100 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7101
7102         * gst/avi/gstavimux.c:
7103           accept all mpegversions,fixes #380825
7104           spotted by: Jerome Alet  
7105
7106 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7107
7108         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7109         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7110         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7111         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7112           cleanup the error message a bit more
7113
7114 2006-11-28  Wim Taymans  <wim@fluendo.com>
7115
7116         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7117         Fix width and height properties.
7118
7119         * ext/libcaca/gstcacasink.h:
7120         Fix compilation on newer libcaca that require us to include a new
7121         header. Fixes #379918.
7122
7123 2006-11-28  Wim Taymans  <wim@fluendo.com>
7124
7125         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7126         * gst/rtsp/gstrtspsrc.h:
7127         * gst/rtsp/rtspext.h:
7128         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7129         (rtsp_ext_wms_get_context):
7130         Add method so that extensions can choose to disable the setup of
7131         a stream.
7132         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7133
7134 2006-11-27  Wim Taymans  <wim@fluendo.com>
7135
7136         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7137
7138         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7139         Push header in a separate buffer instead of memcpy:ing all data.
7140         Change LF => CRLF in headers.
7141         Move trailing LF to header. Fixes #379792.
7142
7143 2006-11-27  Wim Taymans  <wim@fluendo.com>
7144
7145         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7146         Small buffer overflow fix and improve debugging.
7147
7148 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7149
7150         * ext/esd/esdmon.h:
7151         * ext/esd/esdsink.h:
7152           remove obsolete _factory_init protos
7153
7154 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7155
7156         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7157         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7158         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7159         (gst_avi_demux_read_subindexes_push),
7160         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7161         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7162         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7163         (gst_avi_demux_massage_index),
7164         (gst_avi_demux_calculate_durations_from_index),
7165         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7166         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7167         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7168           remove dead code, tweak debugs statements, add comments, use
7169           _uint64_scale instead _uint64_scale_int when using guint64 values,
7170           small optimizations, reflow some error handling
7171
7172 2006-11-22  Edward Hervey  <edward@fluendo.com>
7173
7174         * po/.cvsignore:
7175         We never put .pot files in cvs. Let's ignore them all.
7176
7177 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7178
7179         * po/POTFILES.in:
7180           ... but better exclude files that aren't disted.
7181
7182 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7183
7184         * po/POTFILES.in:
7185           Add v4l2 source files to list of files with translations, so the
7186           strings are actually extracted (however bad they still may be).
7187
7188 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7191           Minor clean-ups: const-ify static array, remove trailing comma from
7192           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7193
7194 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7195
7196         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7197         Make sure that g_free always gets called on the same pointer that was 
7198         returned by g_malloc.  Fixes #376594.
7199         Do not leak memory if decompressed size is wrong.
7200         Remove unneeded check of return value of g_malloc.
7201         Patch by: René Stadler <mail@renestadler.de>
7202
7203 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7204
7205         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7206           Add missing curly brackets.
7207
7208 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7209
7210         * sys/v4l2/v4l2src_calls.c:
7211         Fix capture_deinit.
7212
7213 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7214
7215         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7216         (gst_matroska_mux_request_new_pad):
7217           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7218
7219         * tests/check/elements/matroskamux.c: (setup_src_pad),
7220         (setup_sink_pad), (GST_START_TEST):
7221         Activate pads before using them.
7222
7223 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7224
7225         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7226           Initialise variable to get rid of bogus compiler warning.
7227
7228 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7229
7230         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7231
7232         * gst/rtp/gstrtph263pay.c:
7233         * gst/rtp/gstrtph263pdepay.c:
7234         * gst/rtp/gstrtph263ppay.c:
7235           Specify H.263 variant and version in the caps (fixes #361637)
7236
7237 2006-11-15  Wim Taymans  <wim@fluendo.com>
7238
7239         * gst/rtsp/rtspconnection.c: (read_body):
7240         Don't set a data pointer to NULL and a size > 0 when we deal
7241         with empty packets.
7242
7243         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7244         (rtsp_message_init_response), (rtsp_message_init_data),
7245         (rtsp_message_unset), (rtsp_message_free),
7246         (rtsp_message_take_body):
7247         Check that we can't create invalid empty packets. 
7248
7249 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7252
7253         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7254         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7255         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7256         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7257         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7258         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7259         * gst/matroska/matroska-mux.h:
7260           Add basic tag writing support; implement releasing pads (#374658).
7261
7262 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7263
7264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7265         (gst_matroska_demux_audio_caps):
7266           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7267
7268 2006-11-14  David Schleef  <ds@schleef.org>
7269
7270         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7271
7272 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7273
7274         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7275
7276         * win32/vs8/gst-plugins-good.sln:
7277         * win32/vs8/libgst1394.vcproj:
7278         * win32/vs8/libgstaasink.vcproj:
7279         * win32/vs8/libgstalaw.vcproj:
7280         * win32/vs8/libgstalpha.vcproj:
7281         * win32/vs8/libgstalphacolor.vcproj:
7282         * win32/vs8/libgstannodex.vcproj:
7283         * win32/vs8/libgstapetag.vcproj:
7284         * win32/vs8/libgstaudiofx.vcproj:
7285         * win32/vs8/libgstauparse.vcproj:
7286         * win32/vs8/libgstautodetect.vcproj:
7287         * win32/vs8/libgstavi.vcproj:
7288         * win32/vs8/libgstcacasink.vcproj:
7289         * win32/vs8/libgstcdio.vcproj:
7290         * win32/vs8/libgstcutter.vcproj:
7291         * win32/vs8/libgstdv.vcproj:
7292         * win32/vs8/libgsteffectv.vcproj:
7293         * win32/vs8/libgstflac.vcproj:
7294         * win32/vs8/libgstflxdec.vcproj:
7295         * win32/vs8/libgstgoom.vcproj:
7296         * win32/vs8/libgsticydemux.vcproj:
7297         * win32/vs8/libgstid3demux.vcproj:
7298         * win32/vs8/libgstjpeg.vcproj:
7299         * win32/vs8/libgstladspa.vcproj:
7300         * win32/vs8/libgstlevel.vcproj:
7301         * win32/vs8/libgstmatroska.vcproj:
7302         * win32/vs8/libgstmikmod.vcproj:
7303         * win32/vs8/libgstmng.vcproj:
7304         * win32/vs8/libgstmonoscope.vcproj:
7305         * win32/vs8/libgstmulaw.vcproj:
7306         * win32/vs8/libgstmultipart.vcproj:
7307         * win32/vs8/libgstpng.vcproj:
7308         * win32/vs8/libgstrtp.vcproj:
7309         * win32/vs8/libgstrtsp.vcproj:
7310         * win32/vs8/libgstshout2.vcproj:
7311         * win32/vs8/libgstsmpte.vcproj:
7312         * win32/vs8/libgstspeex.vcproj:
7313         * win32/vs8/libgsttaglib.vcproj:
7314         * win32/vs8/libgstudp.vcproj:
7315         * win32/vs8/libgstvideobalance.vcproj:
7316         * win32/vs8/libgstvideobox.vcproj:
7317         * win32/vs8/libgstvideoflip.vcproj:
7318         * win32/vs8/libgstvideomixer.vcproj:
7319         * win32/vs8/libgstwavenc.vcproj:
7320         * win32/vs8/libgstwavparse.vcproj:
7321           Make end-of-line returns unixy, so that when the files are checked
7322           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7323           Hopefully fixes #366492.
7324
7325 2006-11-14  Wim Taymans  <wim@fluendo.com>
7326
7327         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7328         Disable init_frames delay timestamp adjustment, it does not
7329         seem to be needed at all. Fixes #369621.
7330
7331 2006-11-13  Wim Taymans  <wim@fluendo.com>
7332
7333         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7334
7335         * gst/videomixer/videomixer.c:
7336         (gst_videomixer_set_master_geometry),
7337         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7338         (gst_videomixer_collect_free), (gst_videomixer_reset),
7339         (gst_videomixer_init), (gst_videomixer_finalize),
7340         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7341         (gst_videomixer_collected), (gst_videomixer_change_state):
7342         Fix memleak by unref'ing collectpads instance (when finalizing)
7343         Implement releasing a request pad. Fixes #374479.
7344
7345 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7346
7347         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7348
7349         * win32/vs8/gst-plugins-good.sln:
7350         * win32/vs8/libgst1394.vcproj:
7351         * win32/vs8/libgstaasink.vcproj:
7352         * win32/vs8/libgstalaw.vcproj:
7353         * win32/vs8/libgstalpha.vcproj:
7354         * win32/vs8/libgstalphacolor.vcproj:
7355         * win32/vs8/libgstannodex.vcproj:
7356         * win32/vs8/libgstapetag.vcproj:
7357         * win32/vs8/libgstaudiofx.vcproj:
7358         * win32/vs8/libgstauparse.vcproj:
7359         * win32/vs8/libgstautodetect.vcproj:
7360         * win32/vs8/libgstavi.vcproj:
7361         * win32/vs8/libgstcacasink.vcproj:
7362         * win32/vs8/libgstcdio.vcproj:
7363         * win32/vs8/libgstcutter.vcproj:
7364         * win32/vs8/libgstdv.vcproj:
7365         * win32/vs8/libgsteffectv.vcproj:
7366         * win32/vs8/libgstflac.vcproj:
7367         * win32/vs8/libgstflxdec.vcproj:
7368         * win32/vs8/libgstgoom.vcproj:
7369         * win32/vs8/libgsticydemux.vcproj:
7370         * win32/vs8/libgstid3demux.vcproj:
7371         * win32/vs8/libgstjpeg.vcproj:
7372         * win32/vs8/libgstladspa.vcproj:
7373         * win32/vs8/libgstlevel.vcproj:
7374         * win32/vs8/libgstmatroska.vcproj:
7375         * win32/vs8/libgstmikmod.vcproj:
7376         * win32/vs8/libgstmng.vcproj:
7377         * win32/vs8/libgstmonoscope.vcproj:
7378         * win32/vs8/libgstmulaw.vcproj:
7379         * win32/vs8/libgstmultipart.vcproj:
7380         * win32/vs8/libgstpng.vcproj:
7381         * win32/vs8/libgstrtp.vcproj:
7382         * win32/vs8/libgstrtsp.vcproj:
7383         * win32/vs8/libgstshout2.vcproj:
7384         * win32/vs8/libgstsmpte.vcproj:
7385         * win32/vs8/libgstspeex.vcproj:
7386         * win32/vs8/libgsttaglib.vcproj:
7387         * win32/vs8/libgstudp.vcproj:
7388         * win32/vs8/libgstvideobalance.vcproj:
7389         * win32/vs8/libgstvideobox.vcproj:
7390         * win32/vs8/libgstvideoflip.vcproj:
7391         * win32/vs8/libgstvideomixer.vcproj:
7392         * win32/vs8/libgstwavenc.vcproj:
7393         * win32/vs8/libgstwavparse.vcproj:
7394           Add VS8 project files (note that many of the plugins in ext are
7395           disabled by default). Fixes #366492.
7396
7397 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7398
7399         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7400           we do not translate debug messages
7401
7402 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7403
7404         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7405           fix categorisation, make short desc more explicit, remove unused code
7406           Fixes #372021
7407
7408 2006-11-08  Wim Taymans  <wim@fluendo.com>
7409
7410         * gst/rtp/gstrtpL16depay.c:
7411         * gst/rtp/gstrtpamrdepay.c:
7412         * gst/rtp/gstrtpamrpay.c:
7413         * gst/rtp/gstrtpgsmdepay.c:
7414         * gst/rtp/gstrtph263pay.c:
7415         * gst/rtp/gstrtph263pdepay.c:
7416         * gst/rtp/gstrtph263ppay.c:
7417         * gst/rtp/gstrtph264depay.c:
7418         * gst/rtp/gstrtpmp2tdepay.c:
7419         * gst/rtp/gstrtpmp4gdepay.c:
7420         * gst/rtp/gstrtpmp4gpay.c:
7421         * gst/rtp/gstrtpmp4vdepay.c:
7422         * gst/rtp/gstrtpmp4vpay.c:
7423         * gst/rtp/gstrtpmpadepay.c:
7424         * gst/rtp/gstrtpmpapay.c:
7425         * gst/rtp/gstrtppcmadepay.c:
7426         * gst/rtp/gstrtppcmapay.c:
7427         * gst/rtp/gstrtppcmudepay.c:
7428         * gst/rtp/gstrtppcmupay.c:
7429         * gst/rtp/gstrtpspeexdepay.c:
7430         * gst/rtp/gstrtpspeexpay.c:
7431         * gst/rtp/gstrtpsv3vdepay.c:
7432         Fix element descriptions.
7433
7434 2006-11-08  Wim Taymans  <wim@fluendo.com>
7435
7436         * gst/rtp/gstrtpvorbisdepay.c:
7437         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7438         Fix description.
7439         Small cleanup in the payloader.
7440
7441 2006-11-08  Wim Taymans  <wim@fluendo.com>
7442
7443         * gst/rtp/Makefile.am:
7444         * gst/rtp/gstrtp.c: (plugin_init):
7445         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7446         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7447         (gst_rtp_theora_depay_finalize),
7448         (gst_rtp_theora_depay_parse_configuration),
7449         (gst_rtp_theora_depay_setcaps),
7450         (gst_rtp_theora_depay_switch_codebook),
7451         (gst_rtp_theora_depay_process),
7452         (gst_rtp_theora_depay_set_property),
7453         (gst_rtp_theora_depay_get_property),
7454         (gst_rtp_theora_depay_change_state),
7455         (gst_rtp_theora_depay_plugin_init):
7456         * gst/rtp/gstrtptheoradepay.h:
7457         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7458         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7459         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7460         (gst_rtp_theora_pay_init_packet),
7461         (gst_rtp_theora_pay_flush_packet),
7462         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7463         (gst_rtp_theora_pay_handle_buffer),
7464         (gst_rtp_theora_pay_plugin_init):
7465         * gst/rtp/gstrtptheorapay.h:
7466         Add theora pay/depayloaders.
7467
7468 2006-11-06  Wim Taymans  <wim@fluendo.com>
7469
7470         * gst/rtp/Makefile.am:
7471         We depend on gsttag to generate the vorbis comments.
7472
7473         * gst/rtp/gstrtpvorbisdepay.c:
7474         (gst_rtp_vorbis_depay_parse_configuration),
7475         (gst_rtp_vorbis_depay_setcaps),
7476         (gst_rtp_vorbis_depay_switch_codebook),
7477         (gst_rtp_vorbis_depay_process):
7478         * gst/rtp/gstrtpvorbisdepay.h:
7479         Parse configuration string in the depayloader.
7480         Implement selecting and switching to a new codebook.
7481         Receiving vorbis over RTP now works.
7482
7483         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7484         (gst_rtp_vorbis_pay_init_packet),
7485         (gst_rtp_vorbis_pay_finish_headers),
7486         (gst_rtp_vorbis_pay_handle_buffer):
7487         * gst/rtp/gstrtpvorbispay.h:
7488         Set timestamps on outgoing buffers and RTP packets.
7489         Fix configuration string, prepend number of Packet headers.
7490         Fix encoding of ident string.
7491         Add delivery-method to caps.
7492         Streaming vorbis over RTP now works.
7493
7494 2006-11-06  Wim Taymans  <wim@fluendo.com>
7495
7496         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7497         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7498         (gst_rtp_vorbis_pay_handle_buffer):
7499         * gst/rtp/gstrtpvorbispay.h:
7500         Generate a valid configuration string in the caps based on the
7501         vorbis headers.
7502
7503 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7504
7505         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7506         * ext/cdio/gstcdio.h:
7507         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7508           Move CD-TEXT utility function into common file so it can also be
7509           used by a future cdioparanoiasrc.
7510
7511 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7512         
7513         * sys/v4l2/Makefile.am:
7514         * sys/v4l2/gstv4l2object.c:
7515         * sys/v4l2/gstv4l2src.c:
7516         * sys/v4l2/gstv4l2xoverlay.c:
7517         * sys/v4l2/v4l2_calls.c:
7518         * sys/v4l2/v4l2src_calls.c:
7519         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7520         xoverlay code that is still not implemented.
7521
7522 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7523
7524         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7525           We require a -base more recent than 0.10.9, so it's safe to use
7526           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7527
7528         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7529         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7530           Use _newsegment_full() now that we depend on a recent enough core.
7531
7532         * gst/wavparse/gstwavparse.c:
7533           Remove cruft that we don't need any longer now that we depend on
7534           a recent enough -base.
7535
7536 2006-10-31  Wim Taymans  <wim@fluendo.com>
7537
7538         * gst/rtp/Makefile.am:
7539         * gst/rtp/gstrtp.c: (plugin_init):
7540         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7541         (gst_rtpilbcpay_setcaps):
7542         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7543
7544 2006-10-31  Wim Taymans  <wim@fluendo.com>
7545
7546         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7547         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7548         Some small cleanups, use _scale.
7549
7550 2006-10-31  Wim Taymans  <wim@fluendo.com>
7551
7552         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7553         Use higher precision scale function.
7554
7555 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7556
7557         Patch by: Michal Benes  <michal dot benes at itonis tv>
7558
7559         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7560         (gst_matroska_demux_read_track_encodings),
7561         (gst_matroska_decode_buffer):
7562           Fix several issues with encoded/compressed/encrypted/signed tracks;
7563           also, remove superfluous newline characters from some debug
7564           statements. (#366155)
7565
7566 2006-10-30  Wim Taymans  <wim@fluendo.com>
7567
7568         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7569         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7570         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7571         (gst_smokedec_change_state):
7572         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7573         (gst_smokeenc_init), (gst_smokeenc_finalize),
7574         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7575         (gst_smokeenc_resync), (gst_smokeenc_chain),
7576         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7577         (gst_smokeenc_change_state):
7578         Various cleanups, capsnego and leak fixes.
7579
7580 2006-10-30  Wim Taymans  <wim@fluendo.com>
7581
7582         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7583
7584         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7585         Fix videomixer so that it can handle any combination of framerates.
7586         Fixes #367221.
7587
7588 2006-10-28  Wim Taymans  <wim@fluendo.com>
7589
7590         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7591         (gst_avi_demux_parse_file_header),
7592         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7593         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7594         (gst_avi_demux_chain):
7595         Fix position query for audio. also fixes timestamps in streaming
7596         mode and bug #364958.
7597         Small cleanups.
7598
7599 2006-10-27  Wim Taymans  <wim@fluendo.com>
7600
7601         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7602         * ext/libpng/gstpngenc.h:
7603         Fix strides. Fixes #364856.
7604         Cleanup capsnego.
7605         Set caps on outgoing buffers.
7606
7607 2006-10-18  Wim Taymans  <wim@fluendo.com>
7608
7609         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7610
7611         * gst/rtp/gstrtpgsmpay.c:
7612         * gst/rtp/gstrtph263pay.c:
7613         * gst/rtp/gstrtpmpapay.c:
7614         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7615         (gst_rtp_pcma_pay_handle_buffer):
7616         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7617         Add static payload numbers in addition to the dynamic ones.
7618         Fixes #361639.
7619
7620 2006-10-18  Wim Taymans  <wim@fluendo.com>
7621
7622         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7623         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7624         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7625         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7626         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7627         * gst/rtsp/rtspdefs.h:
7628         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7629         * gst/rtsp/rtspurl.h:
7630         Reuse already existing enum for lower transport.
7631         Add rtspt and rtspu protocols.
7632         Send redirect to rtspt when udp times out.
7633
7634 2006-10-18  Wim Taymans  <wim@fluendo.com>
7635
7636         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7637         (gst_wavparse_stream_data):
7638         Fix seeking some more, mostly for speed changes.
7639
7640 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7641
7642         Patch by: Fredrik Persson  <frepe at bredband net>
7643
7644         * sys/v4l2/gstv4l2tuner.c:
7645         * sys/v4l2/gstv4l2tuner.h:
7646           Fix _set_channel(): remove useless g_object_notify() for "channel"
7647           property that doesn't exist any longer and therefore now also
7648           useless redirect (#338818).
7649
7650 2006-10-17  Wim Taymans  <wim@fluendo.com>
7651
7652         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7653         Some drivers do not support unsetting the non-blocking flag once the
7654         device is opened. In those cases, close/open the device in
7655         non-blocking mode. Fixes #362673.
7656
7657 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7658
7659         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7660         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7661         (gst_v4l2src_get_fps):
7662           dear stefan, framespersecond is not frameperiod, reverting but adding
7663           comment
7664
7665 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7666
7667         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7668         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7669         (gst_v4l2src_get_fps):
7670           Numerator is numerator and denominator is denominator. Say that aloud
7671           5 times and retry after next beer.
7672
7673 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         Patch by: Josep Torra Valles  <josep at fluendo com>
7676
7677         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7678         * ext/esd/esdsink.c: (gst_esdsink_write):
7679         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7680         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7681         (gst_flac_dec_send_newsegment):
7682         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7683         (gst_flac_enc_tell_callback):
7684         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7685         (smokecodec_parse_header), (smokecodec_decode):
7686         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7687         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7688         * gst/goom/Makefile.am:
7689         * gst/goom/gstgoom.c:
7690         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7691         * gst/rtsp/gstrtspsrc.c:
7692         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7693         * gst/udp/gstudpsink.c:
7694         * gst/udp/gstudpsrc.c:
7695         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7696         * sys/sunaudio/gstsunaudiomixertrack.h:
7697           Fix a bunch of problems discovered by the Forte compiler, mostly type
7698           mixups and pointer arithmetics with void pointers. Fixes #362603.
7699
7700 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * ext/speex/gstspeex.c: (plugin_init):
7703         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7704         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7705         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7706         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7707         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7708         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7709         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7710         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7711         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7712         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7713         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7714         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7715         * ext/speex/gstspeexenc.h:
7716           Miscellaneous clean-ups, among other things: speexenc => enc to
7717           enhance code readability; change speexenc => speex_enc; in chain
7718           function unref input buffer in case of error; take reference in
7719           event function; use boilerplate macro; use gst_pad_query_peer_*
7720           convenience functions.
7721
7722 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7723
7724         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7725         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7726         (gst_speexenc_set_header_on_caps):
7727           Fix some mem leaks.
7728
7729 2006-10-11  Wim Taymans  <wim@fluendo.com>
7730
7731         * gst/rtsp/URLS:
7732         Added some other URL.
7733
7734         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7735         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7736         (gst_rtspsrc_open), (gst_rtspsrc_play),
7737         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7738         * gst/rtsp/gstrtspsrc.h:
7739         Work on fallback to TCP connection when the UDP socket times out.
7740         Handler server requests, just reply with OK for now.
7741
7742         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7743         * gst/rtsp/rtspdefs.h:
7744         Added some more Real extension headers.
7745
7746         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7747         Fix parsing of urls with a ':' that is not part of the hostname:port
7748         part of the url.
7749
7750 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7751
7752         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7753         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7754         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7755           Activate pad before adding it to the already-running element.
7756
7757         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7758           Activate newly-created pad too.
7759
7760 2006-10-11  Wim Taymans  <wim@fluendo.com>
7761
7762         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7763
7764         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7765         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7766         (gst_udpsrc_start):
7767         Fix some leaks in caps and uris. Fixes #361252.
7768
7769 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7770
7771         * gst/wavparse/Makefile.am:
7772           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7773
7774 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7775
7776         * sys/v4l2/gstv4l2xoverlay.c:
7777         * sys/v4l2/gstv4l2xoverlay.h:
7778         Fix build as per the patch in #338818 comment 36.
7779
7780 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7781
7782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7783           Activate pads before adding them to the source.
7784
7785 2006-10-06  Wim Taymans  <wim@fluendo.com>
7786
7787         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7788         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7789         Activate pads before adding.
7790
7791 2006-10-06  Wim Taymans  <wim@fluendo.com>
7792
7793         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7794         (gst_multipart_find_pad_by_mime):
7795         Activate pads before adding.
7796
7797         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7798         BOILERPLATE sets parent_class for us.
7799
7800 2006-10-06  Wim Taymans  <wim@fluendo.com>
7801
7802         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7803         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7804         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7805         (gst_rtspsrc_alloc_udp_ports),
7806         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7807         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7808         (gst_rtspsrc_create_transports_string),
7809         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7810         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7811         * gst/rtsp/gstrtspsrc.h:
7812         Rework how the transport string is constructed, try to share channels
7813         and udp ports.
7814         Make most of the stuff less dependant on RTP as we are also going to use
7815         it for RDT.
7816         Add support for transport specific session managers.
7817
7818         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7819         Implement _flush().
7820
7821         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7822         * gst/rtsp/rtspdefs.h:
7823         Add generic error return code.
7824
7825         * gst/rtsp/rtspext.h:
7826         Add support for pluggable tranport strings.
7827
7828         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7829         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7830         (rtsp_ext_wms_get_context):
7831         Detect WMServer and activate the extension.
7832
7833         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7834         (rtsp_transport_get_manager), (rtsp_transport_parse):
7835         * gst/rtsp/rtsptransport.h:
7836         Added methods to get mime/manager for certain transports.
7837
7838 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * ext/cairo/gsttimeoverlay.c:
7841         (gst_cairo_time_overlay_update_font_height):
7842         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7843         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7844         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7845         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7846         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7847         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7848         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7849         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7850         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7851         (gst_avi_demux_stream_data):
7852         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7853         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7854         (gst_fenced_buffer_copy):
7855         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7856         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7857         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7859         (gst_rtspsrc_handle_message):
7860         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7861         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7862           Printf format fixes.
7863
7864 2006-10-04  Wim Taymans  <wim@fluendo.com>
7865
7866         * gst/rtsp/Makefile.am:
7867         Dist new .h file too.
7868
7869 2006-10-04  Wim Taymans  <wim@fluendo.com>
7870
7871         * gst/rtsp/Makefile.am:
7872         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7873         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7874         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7875         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7876         (gst_rtspsrc_parse_rtpmap),
7877         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7878         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7879         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7880         * gst/rtsp/gstrtspsrc.h:
7881         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7882         * gst/rtsp/rtspdefs.h:
7883         * gst/rtsp/rtspext.h:
7884         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7885         (rtsp_ext_wms_get_context):
7886         * gst/rtsp/rtspextwms.h:
7887         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7888         (rtsp_transport_parse):
7889         * gst/rtsp/rtsptransport.h:
7890         Factor out extension in separate module.
7891         Fix getcaps to filter against the padtemplate.
7892         Use Content-Base if the server gives one.
7893         Rework the transport parsing a bit for future extensions.
7894         Added some Real Header field definitions.
7895
7896 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7897
7898         * docs/plugins/Makefile.am:
7899         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7900         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7901           added v4l2 stubs
7902         * gst-plugins-good.spec.in:
7903           add v4l2
7904
7905 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7906
7907         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7908           Extract disc/album/medium number and count and try harder
7909           to extract track number/count.
7910
7911 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7912
7913         * configure.ac:
7914         * sys/Makefile.am:
7915           add build stuff for v4l2, needs --enable-experimental until
7916           the last bits are resolved
7917
7918 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7919
7920         * tests/check/Makefile.am:
7921           Disable autodetect test temporarily, so that the build bots
7922           update -bad and the ranks of unreliable video sinks in there.
7923
7924         * tests/check/elements/autodetect.c: (GST_START_TEST):
7925           Skip test if no usable videosink is found.
7926
7927 2006-09-29  Wim Taymans  <wim@fluendo.com>
7928
7929         * gst/rtsp/URLS:
7930         Add some more URLs.
7931
7932         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7933         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7934         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7935         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7936         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7937         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7938         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7939         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7940         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7941         * gst/rtsp/gstrtspsrc.h:
7942         Add timeout property to control UDP timeouts.
7943         Fix error messages.
7944         Also start a loop function when operating in UDP mode so that we can
7945         do some more stuff async.
7946         Handle element messages from udpsrc to detect timeouts. If a timeout
7947         happens we currently generate an error.
7948         API: rtspsrc::timeout property.
7949
7950         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7951         (gst_udpsrc_create):
7952         Really implement the timeout in microseconds and not milliseconds.
7953
7954 2006-09-29  Wim Taymans  <wim@fluendo.com>
7955
7956         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7957         (gst_udpsrc_create), (gst_udpsrc_set_property),
7958         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7959         * gst/udp/gstudpsrc.h:
7960         Added property to post a message on timeout.
7961         Updated docs.
7962         When restarting the select, initialize the fdsets again.
7963         Init control sockets so we don't accidentally close a random socket.
7964         API: GstUDPSrc::timeout property
7965
7966 2006-09-29  Wim Taymans  <wim@fluendo.com>
7967
7968         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7969         Fix flag registration.
7970
7971         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7972         Reading 0 also means 'no more commands'
7973
7974 2006-09-29  Wim Taymans  <wim@fluendo.com>
7975
7976         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7977
7978         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7979         Fix possible infinite loop when shutting down, a read can also return
7980         0 to indicate no more messages are available. Fixes #358156.
7981
7982 2006-09-25  Wim Taymans  <wim@fluendo.com>
7983
7984         * gst/autodetect/gstautoaudiosink.c:
7985         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
7986         (gst_auto_audio_sink_find_best):
7987         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
7988         Small cleanups.
7989         don't try to set "sync" property when it is not available.
7990
7991 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7992
7993         Patch by: Peter Kjellerstedt  <pkj at axis com>
7994
7995         * gst/alpha/gstalpha.c:
7996         * gst/rtp/gstrtpamrdepay.c:
7997         * gst/rtsp/gstrtspsrc.c:
7998         * gst/udp/gstudpsrc.c:
7999         * gst/videomixer/videomixer.c:
8000           Include stdlib.h in some more places, makes things compile
8001           with uClibc and -Werror (#357592).
8002
8003 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8004
8005         * ext/jpeg/gstjpegdec.c:
8006           Set minimum height to 8 (from 16), our code should handle
8007           that fine. Some of the buttons on the apple trailer site
8008           are apparently only 15 pixels high (see #357470).
8009
8010 2006-09-23  Wim Taymans  <wim@fluendo.com>
8011
8012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8013         (gst_rtspsrc_open):
8014         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8015         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8016         (rtsp_connection_receive):
8017         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8018         * gst/rtsp/rtspdefs.h:
8019         Improve error reporting.
8020
8021 2006-09-23  Wim Taymans  <wim@fluendo.com>
8022
8023         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8024         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8025         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8026         * gst/rtp/gstrtpdepay.c:
8027         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8028         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8029         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8030         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8031         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8032         (gst_rtp_mp2t_depay_plugin_init):
8033         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8034         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8035         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8036         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8037         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8038         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8039         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8040         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8041         Fix klass typos.
8042         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8043
8044 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8045
8046         * configure.ac:
8047           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8048
8049 2006-09-22  Wim Taymans  <wim@fluendo.com>
8050
8051         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8052         Don't check for a tag that is never there and check if we read the
8053         correct tag. Fixes seeking again.
8054         We must post an error when all pads are unlinked.
8055
8056 2006-09-22  Wim Taymans  <wim@fluendo.com>
8057
8058         * gst/rtp/Makefile.am:
8059         * gst/rtp/gstrtp.c: (plugin_init):
8060         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8061         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8062         (gst_rtp_vorbis_pay_reset_packet),
8063         (gst_rtp_vorbis_pay_init_packet),
8064         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8065         (gst_rtp_vorbis_pay_handle_buffer):
8066         More fixage, set endoder-params correctly in the payloader.
8067
8068 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8069
8070         * gst/autodetect/gstautoaudiosink.c:
8071         (gst_auto_audio_sink_base_init):
8072         * gst/autodetect/gstautovideosink.c:
8073         (gst_auto_video_sink_base_init):
8074           Make static pad templates static to appease valgrind's leak
8075           detector.
8076
8077         * tests/check/Makefile.am:
8078         * tests/check/elements/.cvsignore:
8079         * tests/check/elements/autodetect.c: (GST_START_TEST),
8080         (autodetect_suite):
8081           Add simple test for the ghostpad lockup on shutdown fixed in core
8082           CVS (audio bit disabled because it would need dozens of alsa
8083           suppressions and I'm too lazy to add those now).
8084
8085 2006-09-22  Wim Taymans  <wim@fluendo.com>
8086
8087         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8088         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8089         Small cleanups.
8090
8091         * gst/rtp/Makefile.am:
8092         * gst/rtp/gstrtp.c: (plugin_init):
8093         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8094         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8095         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8096         (gst_rtp_vorbis_depay_process),
8097         (gst_rtp_vorbis_depay_set_property),
8098         (gst_rtp_vorbis_depay_get_property),
8099         (gst_rtp_vorbis_depay_change_state),
8100         (gst_rtp_vorbis_depay_plugin_init):
8101         * gst/rtp/gstrtpvorbisdepay.h:
8102         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8103         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8104         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8105         (gst_rtp_vorbis_pay_flush_packet),
8106         (gst_rtp_vorbis_pay_append_buffer),
8107         (gst_rtp_vorbis_pay_handle_buffer),
8108         (gst_rtp_vorbis_pay_plugin_init):
8109         * gst/rtp/gstrtpvorbispay.h:
8110         Add experimental vorbis pay and depayloaders.
8111
8112 2006-09-21  Wim Taymans  <wim@fluendo.com>
8113
8114         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8115         Fix profile-level-id parsing and setup.
8116
8117 2006-09-21  Wim Taymans  <wim@fluendo.com>
8118
8119         * gst/udp/README:
8120         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8121         Update README, simple cleanup.
8122
8123 2006-09-21  Wim Taymans  <wim@fluendo.com>
8124
8125         * gst/rtp/README:
8126         Update README with some examples.
8127
8128         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8129         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8130         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8131         (gst_rtp_mp4g_pay_setcaps):
8132         * gst/rtp/gstrtpmp4gpay.h:
8133         Make optional RTP parameters of type STRING, as required by the
8134         application/x-rtp caps specification.
8135
8136 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8137
8138         * gst/rtp/gstrtph263pdepay.c:
8139         * gst/rtp/gstrtph263ppay.c:
8140         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8141         RTP header.
8142
8143 2006-09-20  Wim Taymans  <wim@fluendo.com>
8144
8145         * gst/rtp/Makefile.am:
8146         And makefile too.
8147
8148 2006-09-20  Wim Taymans  <wim@fluendo.com>
8149
8150         * gst/rtp/gstrtp.c: (plugin_init):
8151         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8152         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8153         (decode_base64), (gst_rtp_asf_depay_setcaps),
8154         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8155         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8156         (gst_rtp_asf_depay_plugin_init):
8157         * gst/rtp/gstrtpasfdepay.h:
8158         Added preliminary ASF depayloader.
8159
8160         * gst/rtp/gstrtph264depay.c: (decode_base64):
8161         Fix base64 decoding.
8162
8163 2006-09-20  Wim Taymans  <wim@fluendo.com>
8164
8165         * gst/rtsp/URLS:
8166         Added some test URLS.
8167
8168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8169         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8170         * gst/rtsp/gstrtspsrc.h:
8171         When creating streams, give access to the complete SDP.
8172         Fix some leaks.
8173         Collect and merge global stream properties in stream caps.
8174         Preliminary support for WMServer.
8175
8176         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8177         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8178         (rtsp_connection_receive):
8179         * gst/rtsp/rtspconnection.h:
8180         Make connection interruptable.
8181         Refactor to make it reconnectable.
8182         Don't fail on short reads when reading data packets.
8183
8184         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8185         (rtsp_url_get_port):
8186         * gst/rtsp/rtspurl.h:
8187         Add methods for getting/setting the port.
8188
8189         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8190         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8191         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8192         (sdp_media_get_format), (sdp_parse_line),
8193         (sdp_message_parse_buffer):
8194         Fix headers. 
8195         Add methods for getting multiple attributes with the same name.
8196         Increase buffer size when parsing.
8197         Fix parsing of a=foo fields.
8198
8199         * gst/rtsp/test.c: (main):
8200         Update to new connection API.
8201
8202         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8203         (rtsp_message_init_response), (rtsp_message_init_data),
8204         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8205         * gst/rtsp/rtspmessage.h:
8206         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8207         * gst/rtsp/rtsptransport.h:
8208         * gst/rtsp/sdp.h:
8209         * gst/rtsp/sdpmessage.h:
8210         * gst/rtsp/gstrtsp.c:
8211         * gst/rtsp/gstrtsp.h:
8212         * gst/rtsp/gstrtpdec.c:
8213         * gst/rtsp/gstrtpdec.h:
8214         * gst/rtsp/rtsp.h:
8215         * gst/rtsp/rtspdefs.c:
8216         * gst/rtsp/rtspdefs.h:
8217         Dual licensed under MIT and LGPL now.
8218
8219 2006-09-19  Wim Taymans  <wim@fluendo.com>
8220
8221         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8222         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8223         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8224         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8225         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8226         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8227         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8228         * gst/rtsp/gstrtspsrc.h:
8229         Reorganize stream parsing and creation.
8230         Detect container formats in interleaved mode.
8231         Keep more state about the streams.
8232         Assume a server also supports PLAY if it does not say.
8233         Add unicast and interleaved properties to TCP transport requests to make
8234         some servers happy (WMServer).
8235
8236         * gst/rtsp/sdpmessage.h:
8237         Add some defines for the standard Bandwidth types.
8238
8239 2006-09-19  Wim Taymans  <wim@fluendo.com>
8240
8241         * gst/rtsp/test.c: (main):
8242         Fix build.
8243
8244 2006-09-19  Wim Taymans  <wim@fluendo.com>
8245
8246         * gst/wavparse/gstwavparse.c:
8247         Add ms-gsm to the src template.
8248
8249 2006-09-18  Wim Taymans  <wim@fluendo.com>
8250
8251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8252         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8253         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8254         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8255         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8256         * gst/rtsp/gstrtspsrc.h:
8257         Small cleanups, added documentation.
8258         Try to clean up the requests and responses.
8259         Refactor parsing the supported methods.
8260
8261         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8262         (rtsp_connection_create), (rtsp_connection_send),
8263         (parse_response_status), (parse_request_line),
8264         (rtsp_connection_receive), (rtsp_connection_close),
8265         (rtsp_connection_free):
8266         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8267         (rtsp_transport_init), (rtsp_transport_parse),
8268         (rtsp_transport_free):
8269         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8270         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8271         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8272         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8273         Use g_return_val some more.
8274
8275         * gst/rtsp/rtspdefs.h:
8276         Add more enum values to track initial states.
8277
8278         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8279         (rtsp_message_init_request), (rtsp_message_new_response),
8280         (rtsp_message_init_response), (rtsp_message_init_data),
8281         (rtsp_message_unset), (rtsp_message_free),
8282         (rtsp_message_add_header), (rtsp_message_remove_header),
8283         (rtsp_message_get_header), (rtsp_message_set_body),
8284         (rtsp_message_take_body), (rtsp_message_get_body),
8285         (rtsp_message_steal_body), (rtsp_message_dump):
8286         * gst/rtsp/rtspmessage.h:
8287         Reorder arguments, object goes as the first one.
8288         Use g_return_val some more.
8289
8290 2006-09-18  Wim Taymans  <wim@fluendo.com>
8291
8292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8293         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8294         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8295         * gst/rtsp/gstrtspsrc.h:
8296         Export sometimes source pad with correct caps on the template, create
8297         the ghostpad from the template.
8298         Remove RTCP template as we never expose RTCP.
8299         Protect against invalid body size.
8300         Avoid memcpy when creating the output buffer.
8301         Properly post an error and send EOS when the loop function is shut down.
8302
8303 2006-09-18  Wim Taymans  <wim@fluendo.com>
8304
8305         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8306
8307         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8308         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8309         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8310         * gst/rtsp/gstrtspsrc.h:
8311         Make sure we can never set an invalid location.
8312
8313         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8314         * gst/rtsp/rtspmessage.h:
8315         Added _steal_body method for future use.
8316
8317         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8318         Make freeing of NULL url return immediatly.
8319
8320 2006-09-18  Wim Taymans  <wim@fluendo.com>
8321
8322         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8323
8324         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8325         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8326         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8327         (gst_rtspsrc_change_state):
8328         * gst/rtsp/gstrtspsrc.h:
8329         Use boilerplate.
8330         Make rtspsrc subclass GstBin to make state changes easier.
8331         Add Range header field on the PLAY request.
8332
8333 2006-09-18  Wim Taymans  <wim@fluendo.com>
8334
8335         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8336
8337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8338         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8339         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8340         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8341         * gst/rtsp/rtspconnection.c: (inet_aton):
8342         Small cleanups.
8343         when multicast is selected as the transport, create UDP sources and
8344         connect to the multicast group.
8345         Move parsing and setting of caps to a common place.
8346         Fixes #349894.
8347
8348 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8349
8350         * ext/flac/gstflactag.c:
8351         * gst/alpha/gstalpha.c:
8352         * gst/debug/breakmydata.c:
8353         * gst/debug/negotiation.c:
8354         * gst/debug/testplugin.c:
8355         * gst/effectv/gstaging.c:
8356         * gst/effectv/gstdice.c:
8357         * gst/effectv/gstedge.c:
8358         * gst/effectv/gstquark.c:
8359         * gst/effectv/gstrev.c:
8360         * gst/effectv/gstshagadelic.c:
8361         * gst/effectv/gstvertigo.c:
8362         * gst/effectv/gstwarp.c:
8363         * gst/multipart/multipartdemux.c:
8364         * gst/multipart/multipartmux.c:
8365         * gst/videobox/gstvideobox.c:
8366         * gst/videofilter/gstgamma.c:
8367         * gst/videofilter/gstvideotemplate.c:
8368         * gst/videomixer/videomixer.c:
8369         * sys/sunaudio/gstsunaudiosrc.h:
8370         More G_OBJECT macro fixing.
8371
8372 2006-09-16  Wim Taymans  <wim@fluendo.com>
8373
8374         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8375
8376         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8377         Correctly set the dwLength in strh.
8378         With this patch, the file duration is now displayed correctly in window
8379         media player and the AVI plays completely. Fixes #356147
8380
8381 2006-09-15  Wim Taymans  <wim@fluendo.com>
8382
8383         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8384
8385         * sys/sunaudio/gstsunaudiomixerctrl.c:
8386         (gst_sunaudiomixer_ctrl_build_list):
8387         Set the output track as the MASTER so that the gnome-settings-daemon
8388         keybindings for changing the volume using the keyboard works.
8389         Fixes #356142.
8390
8391 2006-09-15  Wim Taymans  <wim@fluendo.com>
8392
8393         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8394         Fix documentation, it is not possible to control the framerate of jpegdec
8395         using filtered caps yet. Fixes #355210.
8396         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8397         stop when there is an error.
8398
8399 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8400
8401         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8402         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8403           Don't interpret a first buffer with an offset of NONE as
8404           'from the middle of the stream', but only a first buffer
8405           that has a valid buffer offset that's non-zero (see #345449).
8406
8407 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8408
8409         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8410         (gst_icydemux_typefind_or_forward):
8411         * gst/icydemux/gsticydemux.h:
8412           When we merge/collect multiple incoming buffers for typefinding
8413           purposes, keep an initial 0 offset on the first outgoing buffer
8414           as well (otherwise id3demux won't work right). Fixes #345449.
8415           Also Make buffer metadata writable before setting buffer caps.
8416
8417         * tests/check/elements/icydemux.c: (typefind_succeed),
8418         (cleanup_icydemux), (push_data), (GST_START_TEST),
8419         (icydemux_suite):
8420           Small test case for the above.
8421
8422 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8423
8424         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8425         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8426         (gst_avi_demux_stream_header_push),
8427         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8428         (gst_avi_demux_loop):
8429           More code reuse and better logging in _peek_chunk(). Reintroduce check
8430           for chunk sizes before reading them (avoid oom). Better handling for 
8431           invalid chunksizes when streaming.
8432
8433 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8434
8435         * gst/level/gstlevel.c: (gst_level_set_property):
8436         * gst/level/gstlevel.h:
8437           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8438           René Stadler
8439
8440 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8441
8442         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8443         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8444         (gst_avi_demux_stream_data):
8445           Revert one change to fix streaming avi (adapter size != data size).
8446
8447 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8448
8449         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8450
8451         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8452         (gst_matroska_demux_reset),
8453         (gst_matroska_demux_read_track_encodings),
8454         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8455         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8456         (gst_matroska_demux_subtitle_caps):
8457         * gst/matroska/matroska-ids.h:
8458           Add support for VOBSUB subtitle tracks and zlib-compressed
8459           tracks. Make sure we start on a keyframe after a seek. (#343348)
8460
8461 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8462
8463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8464         (gst_matroska_demux_push_flac_codec_priv_data),
8465         (gst_matroska_demux_push_xiph_codec_priv_data),
8466         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8467         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8468         * gst/matroska/matroska-ids.h:
8469           Add basic FLAC support (#311586), not perfect yet though, needs some
8470           tweaking in flacdec; also, seeking could be better.
8471           Do better bounds checking when deserialising vorbis stream headers
8472           to make sure we don't read beyond the end of the buffer on bad input.
8473
8474 2006-09-04  Wim Taymans  <wim@fluendo.com>
8475
8476         Patch by: Alessandro Decina <alessandro at nnva dot org>
8477
8478         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8479         Seeking back in a file containing a CMML stream errors out if the seek
8480         goes back up to the CMML headers. This is because after the seek the xml
8481         processing instruction <?xml ...?> is submitted to the xml parser again, 
8482         which results in an error. The attached patch fixes the problem. 
8483         Fixes #353908.
8484
8485         * ext/annodex/gstcmmlenc.h:
8486         Fix authors name.
8487
8488
8489 2006-08-28  Andy Wingo  <wingo@pobox.com>
8490
8491         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8492         New helper function to lessen the ifdefs.
8493         (GST_INFO_OBJECT): 
8494         (gst_dv1394src_iso_receive): Use it.
8495         (gst_dv1394src_create): Also use the control sockets in iec61883
8496         mode.
8497         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8498         handle for AVC operations; fixes #348233.
8499
8500 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8501
8502         * configure.ac:
8503         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8504         * docs/plugins/inspect/plugin-audiofx.xml:
8505         * docs/plugins/inspect/plugin-audiofxgood.xml:
8506         * gst/audiofx/Makefile.am:
8507         * gst/audiofx/audiofx.c:
8508         * gst/audiofxgood/.cvsignore:
8509         * gst/audiofxgood/Makefile.am:
8510         * gst/audiofxgood/audiofx.c:
8511         * gst/audiofxgood/audiopanorama.c:
8512         * gst/audiofxgood/audiopanorama.h:
8513           Rename again (audiofxgood -> audiofx).
8514
8515 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8516
8517         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8518         (gst_avi_demux_stream_scan):
8519           Initialze variables.
8520
8521 2006-08-25  Wim Taymans  <wim@fluendo.com>
8522
8523         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8524         (gst_avi_demux_init), (gst_avi_demux_finalize),
8525         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8526         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8527         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8528         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8529         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8530         (gst_avi_demux_massage_index),
8531         (gst_avi_demux_calculate_durations_from_index),
8532         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8533         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8534         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8535         (gst_avi_demux_change_state):
8536         * gst/avi/gstavidemux.h:
8537         More attempts to turn this into readable code.
8538         Don't leak adapters.
8539         Calculate duration according to index more efficiently.
8540         Don't try to act like we drive the pipeline in chain mode.
8541
8542 2006-08-25  Wim Taymans  <wim@fluendo.com>
8543
8544         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8545         Fix build.
8546
8547 2006-08-25  Wim Taymans  <wim@fluendo.com>
8548
8549         Patch by: Alessandro Decina <alessandro at nnva dot org>
8550
8551         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8552         Do some extra sanity checks.
8553         Fixes #350340.
8554
8555         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8556         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8557         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8558         Check if clip->start_time is valid before adding the clip to the
8559         track list.
8560         Reset enc->preamble going from PAUSED to READY.
8561         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8562         only used for EOS.
8563         Only post an error message if we were the one that created the fatal
8564         GstFlowReturn value.
8565
8566         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8567         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8568         Parse the seconds field of the npt-sec time format using %llu rather than
8569         %d and check that the value scaled by GST_SECOND doesn't overflow.
8570         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8571         Lookup a clip's track with clip->track rather than clip->id which
8572         makes no sense.
8573         Identify a clip by its track and start time and not its xml id.
8574         do some more input checking and make sure we don't do undefined shifts.
8575
8576         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8577         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8578         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8579         (push_clip), (push_empty_clip), (check_output_clip),
8580         (GST_START_TEST), (cmmldec_suite):
8581         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8582         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8583         (check_headers), (push_clip), (check_clip_times), (check_clip),
8584         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8585         Added some more checks.
8586
8587 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8588
8589         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8590         (gst_audio_panorama_set_property),
8591         (gst_audio_panorama_get_property),
8592         (gst_audio_panorama_transform_m2s_int),
8593         (gst_audio_panorama_transform_s2s_int),
8594         (gst_audio_panorama_transform_m2s_float),
8595         (gst_audio_panorama_transform_s2s_float):
8596         * gst/audiofxgood/audiopanorama.h:
8597         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8598           Make also the pan-property float (saves scaling and yields better
8599           resolution)
8600
8601 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8602
8603         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8604         (gst_audio_panorama_transform_m2s_float),
8605         (gst_audio_panorama_transform_s2s_float):
8606           ChangeLog surgery to add cymax's real name
8607
8608
8609 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8610
8611         Patch by: René Stadler <mail@renestadler.de>
8612
8613         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8614         (gst_audio_panorama_transform_m2s_int),
8615         (gst_audio_panorama_transform_s2s_int),
8616         (gst_audio_panorama_transform_m2s_float),
8617         (gst_audio_panorama_transform_s2s_float),
8618         (gst_audio_panorama_transform):
8619         * gst/audiofxgood/audiopanorama.h:
8620           Added float support
8621
8622 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8623
8624         * gst/audiofxgood/audiopanorama.c:
8625         (gst_audio_panorama_transform_m2s):
8626           Fix docs & debug category. Add Fixme for volume pan levels.
8627
8628 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8629
8630         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8631         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8632         (gst_avi_demux_stream_header_pull),
8633         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8634         (gst_avi_demux_chain):
8635           unbreak AVI index handling, some more debug, remove an obsolete
8636           adapter_flush that caused streaming to wander off in the wild
8637
8638 2006-08-24  Wim Taymans  <wim@fluendo.com>
8639
8640         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8641         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8642         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8643         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8644         (gst_avi_demux_calculate_durations_from_index),
8645         (gst_avi_demux_stream_header_push),
8646         (gst_avi_demux_stream_header_pull):
8647         * gst/avi/gstavidemux.h:
8648         Some more cleanups. 
8649         Fix totalFrames parsing in ODML.
8650         Disable use of index for length calculation in case of ODML as this is
8651         broken now.
8652
8653 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8654
8655         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8656           Use libgsttag helper function here too.
8657
8658 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8659
8660         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8661         (gst_avi_demux_init), (gst_avi_demux_dispose),
8662         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8663         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8664         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8665         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8666         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8667         (gst_avi_demux_parse_subindex),
8668         (gst_avi_demux_read_subindexes_push),
8669         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8670         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8671         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8672         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8673         (gst_avi_demux_stream_header_pull),
8674         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8675         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8676         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8677         (gst_avi_demux_change_state):
8678         * gst/avi/gstavidemux.h:
8679           Initial streaming support for avidemux (fixes #336465)
8680
8681 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8682
8683         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8684           There is no taglibmux element ...
8685
8686         * gst/rtsp/gstrtspsrc.c:
8687           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8688           was complaining about unknown entity here.
8689
8690 2006-08-22  Wim Taymans  <wim@fluendo.com>
8691
8692         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8693         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8694         (gst_avi_demux_process_next_entry):
8695         * gst/avi/gstavidemux.h:
8696         Mark DISCONT.
8697         Remove old unused fields and reorder the struct a bit.
8698
8699 2006-08-22  Wim Taymans  <wim@fluendo.com>
8700
8701         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8702         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8703         (gst_rtspsrc_pause):
8704         * gst/rtsp/gstrtspsrc.h:
8705         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8706         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8707         Small documentation updates.
8708
8709 2006-08-22  Wim Taymans  <wim@fluendo.com>
8710
8711         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8712         (gst_avi_demux_index_entry_for_time),
8713         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8714         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8715         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8716         (gst_avi_demux_next_data_buffer),
8717         (gst_avi_demux_calculate_durations_from_index),
8718         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8719         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8720         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8721         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8722         * gst/avi/gstavidemux.h:
8723         Precalc most of the duration query for each stream.
8724         Make seeking more correct.
8725         Use GstSegment to track position and duration.
8726         Code cleanups and leak fixes.
8727         Calculate correct total duration based on index length.
8728
8729 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8730
8731         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8732         (parse_insert_string_field):
8733           If strings in text fields are marked ISO8859-1, but contain
8734           valid UTF-8 already, then handle them as UTF-8 and ignore
8735           the encoding. (#351794)
8736
8737 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8738
8739         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8740         (gst_flac_dec_write), (gst_flac_dec_loop),
8741         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8742         (gst_flac_dec_src_query):
8743         * ext/flac/gstflacdec.h:
8744           Make flac-in-ogg work (#352100).
8745
8746 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8747
8748         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8749           Don't unref buffers of which we've already given away
8750           ownership to the adapter.
8751
8752 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8753
8754         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8755           Make metadata extraction actually work.
8756
8757         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8758         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8759         (gst_speexenc_chain):
8760           Fix metadata writing: replace old code which wrote completely
8761           broken tags with libgsttag-based code. Plus miscellaneous
8762           code cleanups (use static pad templates etc.) and a bunch
8763           of leak fixes.
8764
8765 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8766
8767         * gst/audiopanorama/.cvsignore:
8768         * gst/audiopanorama/Makefile.am:
8769         * gst/audiopanorama/audiofx.c:
8770         * gst/audiopanorama/audiopanorama.c:
8771         * gst/audiopanorama/audiopanorama.h:
8772           die! die! die! you should never have been there
8773
8774 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8775
8776         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8777         Fix invalid memory access in audiopanorama test suite.
8778
8779 2006-08-21  Edward Hervey  <edward@fluendo.com>
8780
8781         * tests/check/elements/.cvsignore:
8782         ignore built file
8783
8784 2006-08-21  Wim Taymans  <wim@fluendo.com>
8785
8786         * gst/rtp/Makefile.am:
8787         Fix the build again.
8788
8789 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8790
8791         * gst/audiofxgood/.cvsignore:
8792         * gst/audiofxgood/Makefile.am:
8793         * gst/audiofxgood/audiofx.c: (plugin_init):
8794         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8795         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8796         (gst_audio_panorama_set_property),
8797         (gst_audio_panorama_get_property),
8798         (gst_audio_panorama_get_unit_size),
8799         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8800         (gst_audio_panorama_transform_m2s),
8801         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8802         * gst/audiofxgood/audiopanorama.h:
8803           resubmit with the desired name *again*
8804
8805 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8806
8807         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8808         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8809           use g_assert in _get_unit_size
8810
8811 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8812
8813         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8814         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8815         * docs/plugins/inspect/plugin-audiofxgood.xml:
8816           cleanup -unused.txt to make it useful, add previously missing docs
8817
8818         * ext/Makefile.am:
8819           Quietly (accidentally) enable LADSPA for building by default, 
8820           despite the fact that it doesn't meet the plugin checklist.
8821             -- Added by Jan Schmidt 18 Dec 2006
8822
8823         * ext/esd/esdmon.c:
8824         * ext/esd/esdsink.c:
8825         * ext/esd/gstesd.c: (plugin_init):
8826           reflow to get rid of two external symbols
8827
8828         * gst/audiofxgood/audiofx.c: (plugin_init):
8829           re-add
8830
8831 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8832
8833         * configure.ac:
8834         * gst/audiofxgood/.cvsignore:
8835         * gst/audiofxgood/Makefile.am:
8836         * gst/audiofxgood/audiofx.c
8837         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8838         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8839         (gst_audio_panorama_set_property),
8840         (gst_audio_panorama_get_property),
8841         (gst_audio_panorama_get_unit_size),
8842         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8843         (gst_audio_panorama_transform_m2s),
8844         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8845         * gst/audiofxgood/audiopanorama.h:
8846         * tests/check/Makefile.am:
8847         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8848         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8849         (panorama_suite), (main):
8850         Add audiofxgood plugin with audiopanorama element
8851
8852 2006-08-18  Wim Taymans  <wim@fluendo.com>
8853
8854         * docs/plugins/Makefile.am:
8855         More Oss docs fixage. 
8856
8857 2006-08-18  Wim Taymans  <wim@fluendo.com>
8858
8859         * gst/rtp/Makefile.am:
8860         * gst/rtp/gstrtp.c: (plugin_init):
8861         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8862         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8863         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8864         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8865         (gst_rtp_sv3v_depay_get_property),
8866         (gst_rtp_sv3v_depay_change_state),
8867         (gst_rtp_sv3v_depay_plugin_init):
8868         * gst/rtp/gstrtpsv3vdepay.h:
8869         Added experimental SVQ3 depayloader.
8870
8871 2006-08-18  Edward Hervey  <edward@fluendo.com>
8872
8873         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8874         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8875         * ext/dv/gstdvdemux.h:
8876         When handling seek requests, don't send the newsegment event from the
8877         calling thread. Instead save it so it can be sent from the streaming
8878         thread.
8879
8880 2006-08-17  Wim Taymans  <wim@fluendo.com>
8881
8882         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8883
8884         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8885         Accept leading whitespace before the boundary
8886         This patch makes the demuxer allow some whitespace before the actual
8887         boundary. This makes the demuxer work with the ``old'' gstreamer
8888         multipartmuxer again (which placed an extra \n before the start
8889         of the stream) Fixes #349068.
8890
8891 2006-08-17  Wim Taymans  <wim@fluendo.com>
8892
8893         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8894         Error out on non-implemented stuff.
8895
8896 2006-08-16  Wim Taymans  <wim@fluendo.com>
8897
8898         Patch by: Andy Wingo <wingo at pobox dot com>
8899
8900         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8901         (gst_signal_processor_start), (gst_signal_processor_stop),
8902         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8903         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8904         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8905         (gst_signal_processor_change_state):
8906         Make ladspa elements reusable. Fixes #350006.
8907
8908 2006-08-16  Wim Taymans  <wim@fluendo.com>
8909
8910         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8911         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8912         names as possible. Fixes #349901.
8913
8914 2006-08-16  Wim Taymans  <wim@fluendo.com>
8915
8916         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8917         (gst_signal_processor_do_pushes):
8918         A push() gives away our refcount so we should not use the buffer on the
8919         pen anymore.
8920
8921 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8922
8923         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8924         (gst_oss_mixer_element_finalize):
8925           Don't leak device string.
8926
8927 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8928
8929         * configure.ac:
8930           Require CVS of GStreamer core and -base (for
8931           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8932
8933         * ext/taglib/gstid3v2mux.cc:
8934           Write extended comment tags properly (#348762).
8935
8936         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8937         (parse_comment_frame):
8938           Extract COMM frames into extended comments, which makes it
8939           easier to properly retain the description bit of the tag
8940           and maintain this information when re-tagging (#348762).
8941
8942 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         * tests/check/Makefile.am:
8945           Don't try to run annodex unit tests if the annodex
8946           plugin has not been built (Fixes #351116).
8947
8948 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8949
8950         * gst/autodetect/gstautoaudiosink.c:
8951         (gst_auto_audio_sink_find_best):
8952           When we can't find a usable audiosink, don't error out,
8953           but use a fake sink instead and post a warning message
8954           on the bus (#341278).
8955
8956 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8957
8958         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8959         * sys/oss/gstosssink.c:
8960         * sys/oss/gstosssrc.c:
8961           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8962           ossmixer's new device property.
8963
8964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8966           Add docs for OSS elements.
8967
8968         * docs/plugins/inspect/plugin-aasink.xml:
8969         * docs/plugins/inspect/plugin-alaw.xml:
8970         * docs/plugins/inspect/plugin-alpha.xml:
8971         * docs/plugins/inspect/plugin-alphacolor.xml:
8972         * docs/plugins/inspect/plugin-annodex.xml:
8973         * docs/plugins/inspect/plugin-apetag.xml:
8974         * docs/plugins/inspect/plugin-auparse.xml:
8975         * docs/plugins/inspect/plugin-autodetect.xml:
8976         * docs/plugins/inspect/plugin-avi.xml:
8977         * docs/plugins/inspect/plugin-cacasink.xml:
8978         * docs/plugins/inspect/plugin-cairo.xml:
8979         * docs/plugins/inspect/plugin-cdio.xml:
8980         * docs/plugins/inspect/plugin-cutter.xml:
8981         * docs/plugins/inspect/plugin-debug.xml:
8982         * docs/plugins/inspect/plugin-dv.xml:
8983         * docs/plugins/inspect/plugin-efence.xml:
8984         * docs/plugins/inspect/plugin-effectv.xml:
8985         * docs/plugins/inspect/plugin-esdsink.xml:
8986         * docs/plugins/inspect/plugin-flac.xml:
8987         * docs/plugins/inspect/plugin-flxdec.xml:
8988         * docs/plugins/inspect/plugin-gconfelements.xml:
8989         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8990         * docs/plugins/inspect/plugin-goom.xml:
8991         * docs/plugins/inspect/plugin-halelements.xml:
8992         * docs/plugins/inspect/plugin-icydemux.xml:
8993         * docs/plugins/inspect/plugin-id3demux.xml:
8994         * docs/plugins/inspect/plugin-jpeg.xml:
8995         * docs/plugins/inspect/plugin-level.xml:
8996         * docs/plugins/inspect/plugin-matroska.xml:
8997         * docs/plugins/inspect/plugin-mulaw.xml:
8998         * docs/plugins/inspect/plugin-multipart.xml:
8999         * docs/plugins/inspect/plugin-navigationtest.xml:
9000         * docs/plugins/inspect/plugin-ossaudio.xml:
9001         * docs/plugins/inspect/plugin-png.xml:
9002         * docs/plugins/inspect/plugin-rtp.xml:
9003         * docs/plugins/inspect/plugin-rtsp.xml:
9004         * docs/plugins/inspect/plugin-shout2send.xml:
9005         * docs/plugins/inspect/plugin-smpte.xml:
9006         * docs/plugins/inspect/plugin-speex.xml:
9007         * docs/plugins/inspect/plugin-taglib.xml:
9008         * docs/plugins/inspect/plugin-udp.xml:
9009         * docs/plugins/inspect/plugin-videobalance.xml:
9010         * docs/plugins/inspect/plugin-videobox.xml:
9011         * docs/plugins/inspect/plugin-videoflip.xml:
9012         * docs/plugins/inspect/plugin-videomixer.xml:
9013         * docs/plugins/inspect/plugin-wavenc.xml:
9014         * docs/plugins/inspect/plugin-wavparse.xml:
9015         * docs/plugins/inspect/plugin-ximagesrc.xml:
9016           Update to CVS version.
9017           
9018 2006-08-16  Wim Taymans  <wim@fluendo.com>
9019
9020         * gst/rtp/gstrtpamrdepay.c:
9021         * gst/rtp/gstrtpmp4gdepay.c:
9022         Caps extra properties must be defined as strings for
9023         depayloaders because they are generated from an SDP.
9024
9025         * gst/rtp/Makefile.am:
9026         * gst/rtp/gstrtp.c: (plugin_init):
9027         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9028         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9029         (gst_rtp_h264_depay_finalize), (decode_base64),
9030         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9031         (gst_rtp_h264_depay_set_property),
9032         (gst_rtp_h264_depay_get_property),
9033         (gst_rtp_h264_depay_change_state),
9034         (gst_rtp_h264_depay_plugin_init):
9035         * gst/rtp/gstrtph264depay.h:
9036         Added basic, not completely functional RFC 3984 H264 depayloader.
9037
9038 2006-08-16  Wim Taymans  <wim@fluendo.com>
9039
9040         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9041         Add pads after setting them up.
9042
9043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9044         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9045         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9046         (gst_rtspsrc_stream_setup_rtp),
9047         (gst_rtspsrc_stream_configure_transport),
9048         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9049         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9050         (gst_rtspsrc_pause):
9051         * gst/rtsp/gstrtspsrc.h:
9052         Fix interleaved mode.
9053          - Protect streaming with lock.
9054          - Combine flows
9055          - set caps on outgoing buffers.
9056          - strip trailing \0 from data packets.
9057          - Configure RTP/RTCP in stream.
9058         Use DEBUG_OBJECT more.
9059
9060 2006-08-16  Wim Taymans  <wim@fluendo.com>
9061
9062         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9063         Turn a g_print into a DEBUG line.
9064
9065 2006-08-13  Wim Taymans  <wim@fluendo.com>
9066
9067         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9068         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9069         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9070         (gst_oss_mixer_element_get_property),
9071         (gst_oss_mixer_element_change_state):
9072         * sys/oss/gstossmixerelement.h:
9073         Small cleanups. Better error reporting.
9074         Add device property for the mixer instead of the hardcoded
9075         /dev/mixer. Fixes #350785.
9076         API: GstOssMixerElement::device property
9077
9078 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9079
9080         Patch by: Jens Granseuer <jensgr at gmx net>
9081
9082         * gconf/Makefile.am:
9083           Make --disable-schemas work right (they still need
9084           to be copied to the installation directory, just not
9085           applied). Fixes #351347 (also #344100).
9086           
9087 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9088
9089         * configure.ac: back to HEAD
9090
9091 === release 0.10.4 ===
9092
9093 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9094
9095         * configure.ac:
9096           releasing 0.10.4, "Dear Leader"
9097
9098 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9099
9100         Patch by: Edward Hervey <edward@fluendo.com>
9101
9102         * configure.ac:
9103         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9104         (gst_wavparse_stream_data):
9105         Send the newsegment event in the streaming thread.
9106         Fixes #347529
9107
9108 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9109
9110         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9111         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9112         (gst_smokeenc_resync), (gst_smokeenc_chain):
9113           Refuse sink caps in the encoder if width or height is not a
9114           multiple of 16, the encoder does not support that yet (#349939);
9115           along the same lines, check the return value of the encoder
9116           setup function; also remove some debug log clutter.
9117
9118 2006-08-04  Andy Wingo  <wingo@pobox.com>
9119
9120         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9121         whether a processor can work in place or not, and for keeping
9122         track of its state. Change the FlowReturn instance variable from
9123         "state" to "flow_state", all callers changed.
9124
9125         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9126         (gst_signal_processor_start, gst_signal_processor_stop)
9127         (gst_signal_processor_cleanup): New functions to manage the
9128         processor's state.
9129         (gst_signal_processor_setcaps): start() as well as setup() here.
9130         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9131         (gst_signal_processor_change_state): Stop and cleanup the
9132         processor as we go to NULL.
9133
9134         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9135         INPLACE_BROKEN is not set.
9136
9137         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9138         Do the alloc_buffer in bytes, not frames.
9139         
9140 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9141
9142         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9143         Fix rgb masks when recording in < 24bpp.
9144
9145 2006-08-04  Andy Wingo  <wingo@pobox.com>
9146
9147         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9148         (gst_signal_processor_prepare)
9149         (gst_signal_processor_update_inputs)
9150         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9151         (gst_signal_processor_flush)
9152         (gst_signal_processor_sink_activate_push)
9153         (gst_signal_processor_src_activate_pull)
9154         (gst_signal_processor_change_state): Remove the last of the code
9155         that assumes that we process whole buffers at a time. Fix some
9156         debugging. Seems to work now in some cases.
9157         (gst_signal_processor_src_activate_pull): BPB
9158
9159 2006-08-01  Andy Wingo  <wingo@pobox.com>
9160
9161         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9162         Fix nframes-choosing.
9163         (gst_signal_processor_init): Init pending_in and pending_out.
9164
9165         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9166         more default sample rate, although we never check that the sample
9167         rate actually gets set. Something for the future.
9168         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9169         (gst_signal_processor_event): Refcount fixen.
9170         (gst_signal_processor_process): Pull the number of frames to
9171         process from the sizes of the buffers in the input pens.
9172         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9173         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9174         it instead of buffer_frames.
9175         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9176         to do_pulls.
9177         (gst_signal_processor_chain)
9178         (gst_signal_processor_sink_activate_push)
9179         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9180
9181         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9182
9183 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9184
9185         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9186         (gst_signal_processor_process):
9187           don't query buffer-frames from caps, add lots of debug-log,
9188           try fix for assert (#349189)
9189
9190 2006-07-31  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst/udp/gstudpsrc.c:
9193         Fix docs.
9194
9195 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9196
9197         * ext/ladspa/gstsignalprocessor.c:
9198         (gst_signal_processor_add_pad_from_template),
9199         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9200         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9201         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9202         (gst_signal_processor_sink_activate_push),
9203         (gst_signal_processor_src_activate_pull),
9204         (gst_signal_processor_change_state):
9205          Add debugs logs here and there, add more error handling, add some
9206          FIXME comments, filed #349189
9207
9208 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9209
9210         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9211         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9212         Set caps on buffer correctly.  Fixes bug #349155.
9213
9214 2006-07-28  Wim Taymans  <wim@fluendo.com>
9215
9216         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9217
9218         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9219         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9220         (gst_multipart_demux_finalize), (get_line_end),
9221         (multipart_parse_header), (multipart_find_boundary),
9222         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9223         (gst_multipart_set_property), (gst_multipart_get_property):
9224         Uses GstAdapter instead of own buffering.
9225         Actually parses the mime-type correctly (In tests the mime-type was
9226         always "" with the old version).
9227         Uses the Content-length header if available to speed up things.
9228         Reliably autoscans the boundary name by default.
9229         Fixes #349068.
9230
9231         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9232         Don't start the stream with a \n.
9233
9234 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9235
9236         Patch by: Brian Cameron <brian dot cameron at sun com>
9237
9238         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9239           Open source with O_NONBLOCK (#349015).
9240
9241 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9242
9243         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9244         (gst_avi_demux_massage_index):
9245         * gst/avi/gstavidemux.h:
9246           Whitespace fixes and more debug
9247
9248 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9249
9250         * gst/autodetect/gstautoaudiosink.c:
9251         (gst_auto_audio_sink_create_element_with_pretty_name),
9252         (gst_auto_audio_sink_find_best),
9253         (gst_auto_audio_sink_change_state):
9254           Get rid of old and unused magic sound-server properties stuff.
9255           Add suffix to child sink's name that makes it easy to see from
9256           the name alone which type it actually is (alsa, oss, esd, etc.).
9257
9258 2006-07-27  Wim Taymans  <wim@fluendo.com>
9259
9260         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9261         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9262         (gst_udpsrc_start):
9263         * gst/udp/gstudpsrc.h:
9264         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9265         not some sort of feature we enable.
9266
9267 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9268
9269         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9270           Use CLOSE_SOCKET() here instead of close() to maintain
9271           win32 workiness.
9272
9273 2006-07-27  Wim Taymans  <wim@fluendo.com>
9274
9275         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9276
9277         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9278         (gst_udpsrc_create), (gst_udpsrc_set_property),
9279         (gst_udpsrc_get_property), (gst_udpsrc_start):
9280         * gst/udp/gstudpsrc.h:
9281         Added "buffer-size" property to control the kernel receive buffer size.
9282         Update documentation.
9283         Small cleanups. Fixes #348752.
9284         API: buffer-size property
9285
9286 2006-07-26  Wim Taymans  <wim@fluendo.com>
9287
9288         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9289
9290         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9291         (gst_rtp_pcma_pay_handle_buffer):
9292         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9293         (gst_rtp_pcmu_pay_handle_buffer):
9294         Fix timestamp calculation on outgoing RTP packets.
9295         Fixes #348675.
9296
9297 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9298
9299         * ext/taglib/gstid3v2mux.cc:
9300           Fix writing of comment frames (should be COMM not TCOM),
9301           is still sub-optimal though, since we don't retain or
9302           extract the comment descriptions properly (#334375,
9303           also see #334375).
9304
9305 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9306
9307         * gst/wavparse/gstwavparse.c:
9308           #define 'fact' RIFF chunk if we are not compiling against
9309           -base CVS (we don't want to depend on -base CVS for this
9310           one define only, and also not for release order reasons).
9311
9312 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         * ext/taglib/gstid3v2mux.cc:
9315           Handle multiple tags of the same type properly. Re-inject
9316           unparsed ID3v2 frames that we get as binary blobs from
9317           id3demux into the tag again so we don't lose information
9318           when retagging (#334375).
9319
9320 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9323           Document newly-added properties properly, so that there is a
9324           'Since: 0.10.4' in the plugin docs. Convert some property
9325           names into canonical GObject style (GObject will do that
9326           internally anyway).
9327
9328 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * gst/id3demux/id3tags.c:
9331         (id3demux_add_id3v2_frame_blob_to_taglist):
9332           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9333           well, and add the version to the blob's buffer caps, since that
9334           information will be needed for deserialisation later on (#348644).
9335
9336 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9337
9338         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9339         (gst_avi_demux_parse_stream):
9340          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9341          indentation and spacing.
9342
9343 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9344
9345         * docs/plugins/Makefile.am:
9346         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9348         * docs/plugins/gst-plugins-good-plugins.args:
9349         * docs/plugins/inspect/plugin-1394.xml:
9350         * docs/plugins/inspect/plugin-aasink.xml:
9351         * docs/plugins/inspect/plugin-alaw.xml:
9352         * docs/plugins/inspect/plugin-alpha.xml:
9353         * docs/plugins/inspect/plugin-alphacolor.xml:
9354         * docs/plugins/inspect/plugin-annodex.xml:
9355         * docs/plugins/inspect/plugin-apetag.xml:
9356         * docs/plugins/inspect/plugin-auparse.xml:
9357         * docs/plugins/inspect/plugin-autodetect.xml:
9358         * docs/plugins/inspect/plugin-avi.xml:
9359         * docs/plugins/inspect/plugin-cacasink.xml:
9360         * docs/plugins/inspect/plugin-cairo.xml:
9361         * docs/plugins/inspect/plugin-cdio.xml:
9362         * docs/plugins/inspect/plugin-cutter.xml:
9363         * docs/plugins/inspect/plugin-debug.xml:
9364         * docs/plugins/inspect/plugin-dv.xml:
9365         * docs/plugins/inspect/plugin-efence.xml:
9366         * docs/plugins/inspect/plugin-effectv.xml:
9367         * docs/plugins/inspect/plugin-esdsink.xml:
9368         * docs/plugins/inspect/plugin-flac.xml:
9369         * docs/plugins/inspect/plugin-flxdec.xml:
9370         * docs/plugins/inspect/plugin-gconfelements.xml:
9371         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9372         * docs/plugins/inspect/plugin-goom.xml:
9373         * docs/plugins/inspect/plugin-halelements.xml:
9374         * docs/plugins/inspect/plugin-icydemux.xml:
9375         * docs/plugins/inspect/plugin-id3demux.xml:
9376         * docs/plugins/inspect/plugin-jpeg.xml:
9377         * docs/plugins/inspect/plugin-level.xml:
9378         * docs/plugins/inspect/plugin-matroska.xml:
9379         * docs/plugins/inspect/plugin-mulaw.xml:
9380         * docs/plugins/inspect/plugin-multipart.xml:
9381         * docs/plugins/inspect/plugin-navigationtest.xml:
9382         * docs/plugins/inspect/plugin-ossaudio.xml:
9383         * docs/plugins/inspect/plugin-png.xml:
9384         * docs/plugins/inspect/plugin-rtp.xml:
9385         * docs/plugins/inspect/plugin-rtsp.xml:
9386         * docs/plugins/inspect/plugin-shout2send.xml:
9387         * docs/plugins/inspect/plugin-smpte.xml:
9388         * docs/plugins/inspect/plugin-speex.xml:
9389         * docs/plugins/inspect/plugin-udp.xml:
9390         * docs/plugins/inspect/plugin-videobalance.xml:
9391         * docs/plugins/inspect/plugin-videobox.xml:
9392         * docs/plugins/inspect/plugin-videoflip.xml:
9393         * docs/plugins/inspect/plugin-videomixer.xml:
9394         * docs/plugins/inspect/plugin-wavenc.xml:
9395         * docs/plugins/inspect/plugin-wavparse.xml:
9396         * docs/plugins/inspect/plugin-ximagesrc.xml:
9397           Update files to CVS/Prerelease version, add esdsink docs.
9398
9399         * ext/esd/esdsink.c:
9400           Add gtk-doc blurb.
9401
9402         * gst/rtp/gstrtpmp4vpay.c:
9403           Fix typo in element description.
9404
9405 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * ext/esd/esdsink.c: (gst_esdsink_open),
9408         (gst_esdsink_factory_init):
9409           Prevent libesd from auto-spawning a sound daemon if it
9410           is not already running. Now that we don't do evil stuff
9411           like that any longer we can give esdsink a rank so that
9412           autoaudiosink will try it as well if all other audio
9413           sinks fail (#343051).
9414
9415 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * ext/esd/Makefile.am:
9418           Oops, need to remove README from EXTRA_DIST as well.
9419
9420 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9421
9422         * ext/esd/README:
9423           Remove, it contains nothing useful anyway.
9424
9425         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9426         (gst_esdsink_delay):
9427           Some small clean-ups; use GST_BOILERPLATE etc.
9428
9429 2006-07-24  Wim Taymans  <wim@fluendo.com>
9430
9431         * gst/law/alaw-decode.c: (alawdec_getcaps):
9432         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9433         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9434         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9435         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9436
9437 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9438
9439         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9440         (gst_wavparse_other), (gst_wavparse_perform_seek),
9441         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9442         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9443         (gst_wavparse_pad_query):
9444         * gst/wavparse/gstwavparse.h:
9445           Use information from 'fact' chunk for length calculation of compressed
9446           samples. Calculate bps if bogus value is found in wav header (embeded
9447           mp2/mp3).
9448           
9449
9450 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9453
9454         * configure.ac:
9455         * gst/udp/Makefile.am:
9456         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9457         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9458         * gst/udp/gstdynudpsink.h:
9459         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9460         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9461         * gst/udp/gstmultiudpsink.h:
9462         * gst/udp/gstudp.c: (plugin_init):
9463         * gst/udp/gstudpsink.h:
9464         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9465         (gst_udpsrc_start), (gst_udpsrc_stop):
9466         * gst/udp/gstudpsrc.h:
9467         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9468         (gst_udp_net_utils_win32_wsa_startup):
9469         * gst/udp/gstudpnetutils.h:
9470           Port udp plugin to win32 (#345288).
9471
9472 2006-07-24  Wim Taymans  <wim@fluendo.com>
9473
9474         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9475         Remove unwanted DEBUG line.
9476
9477 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9478
9479         * gst/id3demux/gstid3demux.c: (plugin_init):
9480         * gst/id3demux/id3tags.c:
9481         (id3demux_add_id3v2_frame_blob_to_taglist):
9482         * gst/id3demux/id3tags.h:
9483           On second thought, it might be wiser and more efficient
9484           not to do tag registration from a streaming thread.
9485
9486 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         * gst/id3demux/id3tags.c:
9489         (id3demux_add_id3v2_frame_blob_to_taglist),
9490         (id3demux_id3v2_frames_to_tag_list):
9491           Put ID3v2 frames we can't parse as binary blobs into private
9492           tags, so that they are not lost when retagging, at least once
9493           id3v2mux has been taught to re-inject those frames again.
9494           See bug #334375.
9495
9496 2006-07-21  Wim Taymans  <wim@fluendo.com>
9497
9498         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9499         (gst_avi_demux_process_next_entry):
9500         Fix some leaks.
9501
9502         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9503         Don't use \n in debug lines.
9504
9505 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9506
9507         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9508         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9509           Add annodex and icydemux, cleanup the sections a bit
9510
9511 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9512
9513         Patch by: Alex Lancaster <alexl at users sourceforge net>
9514
9515         * ext/taglib/gstid3v2mux.cc:
9516           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9517           ID3v2 TSSE frames (#347898).
9518
9519 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9520
9521         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9522           Respect mpegversion for "video/mpeg" and give message in case of
9523           unhandled versions.
9524
9525 2006-07-17  Wim Taymans  <wim@fluendo.com>
9526
9527         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9528         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9529         (gst_pngdec_chain), (gst_pngdec_sink_event),
9530         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9531         (gst_pngdec_sink_activate_push):
9532         * ext/libpng/gstpngdec.h:
9533         Use statically allocated segment instead of leaking.
9534         Various cleanups.
9535         Fix flush and seek handling.
9536
9537 2006-07-16  Wim Taymans  <wim@fluendo.com>
9538
9539         * gst/rtp/Makefile.am:
9540         * gst/rtp/gstrtp.c: (plugin_init):
9541         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9542         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9543         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9544         (gst_rtp_mp4g_depay_set_property),
9545         (gst_rtp_mp4g_depay_get_property),
9546         (gst_rtp_mp4g_depay_change_state),
9547         (gst_rtp_mp4g_depay_plugin_init):
9548         * gst/rtp/gstrtpmp4gdepay.h:
9549         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9550         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9551         (gst_rtp_mp4g_pay_flush):
9552         Added simple generic mpeg4 depayloader.
9553         Fix generic mpeg4 payloader.
9554
9555 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9556
9557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9558           Don't try doing state changes on a NULL pointer.
9559
9560 2006-07-14  Wim Taymans  <wim@fluendo.com>
9561
9562         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9563
9564         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9565         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9566         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9567         * gst/rtp/gstrtpamrdepay.h:
9568         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9569         Fixes #321191
9570
9571 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9572
9573         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9574         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9575         Fix segfault when moving mouse pointer to the bottom right corner.
9576
9577 2006-07-12  Wim Taymans  <wim@fluendo.com>
9578
9579         * gst/rtp/Makefile.am:
9580         * gst/rtp/gstrtp.c: (plugin_init):
9581         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9582         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9583         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9584         (gst_rtp_mp2t_depay_set_property),
9585         (gst_rtp_mp2t_depay_get_property),
9586         (gst_rtp_mp2t_depay_change_state),
9587         (gst_rtp_mp2t_depay_plugin_init):
9588         * gst/rtp/gstrtpmp2tdepay.h:
9589         Added mpeg2 TS depayloader. Closing #347234.
9590
9591 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9594           Remove g_assert that shouldn't be there and was triggered
9595           after trying to open a device that doesn't exist or can't
9596           be opened for some other reason (#347972).
9597
9598 2006-07-10  Edward Hervey  <edward@fluendo.com>
9599
9600         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9601         (gst_avi_demux_stream_header), (push_tag_lists):
9602         * gst/avi/gstavidemux.h:
9603         Don't push tag events found by gst_riff_parse_info() before outputting
9604         GST_EVENT_NEWSEGMENT.
9605
9606 2006-07-10  Wim Taymans  <wim@fluendo.com>
9607
9608         * gst/rtsp/Makefile.am:
9609         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9610         (rtsp_connection_close):
9611         * gst/rtsp/rtspdefs.h:
9612         replaced closesocket and close in code with one CLOSE_SOCKET. 
9613         Some more cleanups. Fixes #345301.
9614
9615 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9616
9617         * gst/autodetect/gstautoaudiosink.c:
9618           Fix example pipeline in docs.
9619
9620 2006-07-10  Wim Taymans  <wim@fluendo.com>
9621
9622         Patch by: Rob Taylor <robtaylor at floopily dot org>
9623
9624         * gst/udp/gstmultiudpsink.c: (join_multicast),
9625         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9626         If a destination is added before the stream is set to PAUSED, the
9627         multicast group is not joined as the socket is not created yet. 
9628         Also TTL and LOOP should also be set. Fixes #346921.
9629
9630 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9631
9632         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9633         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9634         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9635         (gst_ximage_src_init):
9636         * sys/ximage/gstximagesrc.h:
9637         Fix use-damage property to actually work :)
9638         Add startx, starty, endx, endy properties so screencasts other than full
9639         screen ones can work.
9640
9641 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9642
9643         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9644         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9645         (gst_ximage_src_class_init), (gst_ximage_src_init):
9646         * sys/ximage/gstximagesrc.h:
9647         Add use_damage property to offer ability to choose whether to use
9648         XDamage or not.
9649
9650 2006-07-07  Wim Taymans  <wim@fluendo.com>
9651
9652         * gst/goom/filters.c: (zoomFilterSetResolution):
9653         Avoid goom coredumping by clearing memory. 
9654         Fixes 345679.
9655
9656 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9657
9658         * win32/vs6/libgstid3demux.dsp:
9659         Add a link to libgsttag-0.10.lib.
9660
9661 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9662
9663         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9664         (gst_tag_demux_read_range):
9665         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9666         (gst_id3demux_read_range):
9667           Don't return FLOW_UNEXPECTED when a buffer is before
9668           the start of the stream (which might happen with
9669           large ID3v2 tags if the tag reading was done pullrange
9670           based and we then switched to push mode later on).
9671           Fixes regression introduced by commit from June 29th.
9672
9673 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         * ext/taglib/gstid3v2mux.cc:
9676           Make UTF-8 the default encoding when writing string
9677           tags (before, our UTF-8 strings would automatically
9678           be converted to ISO-8859-1 by taglib and written as
9679           ISO-8859-1 fields if that was possible).
9680
9681         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9682         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9683         (test_taglib_id3mux_with_tags):
9684           Add test case that makes sure our UTF-8 strings have
9685           actually been written into the tag as UTF-8.
9686
9687 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9688
9689         * configure.ac:
9690           Let's try that again.
9691
9692 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9693
9694         * configure.ac:
9695           Disable monoscope plugin for now until it fulfills
9696           all the requirements.
9697
9698 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9699
9700         * configure.ac:
9701         * gst/monoscope/Makefile.am:
9702         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9703         (gst_monoscope_class_init), (gst_monoscope_init),
9704         (gst_monoscope_finalize), (gst_monoscope_reset),
9705         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9706         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9707         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9708         (gst_monoscope_change_state), (plugin_init):
9709         * gst/monoscope/gstmonoscope.h:
9710           Port monoscope visualisation to 0.10.
9711
9712 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9713
9714         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9715         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9716           Return FLOW_UNEXPECTED when at the end of the file, not
9717           FLOW_ERROR. Fixes 'internal stream error' errors that
9718           would sometimes occur in totem when scrubbing to the
9719           end of an ID3v1 tagged mp3 file.
9720
9721 2006-07-03  Edward Hervey  <edward@fluendo.com>
9722
9723         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9724         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9725         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9726         * ext/libpng/gstpngdec.h:
9727         Implement buffer clipping/dropping using GstSegment.
9728         This provides accurate seeking.
9729
9730 2006-07-03  Edward Hervey  <edward@fluendo.com>
9731
9732         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9733         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9734         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9735         (gst_avi_demux_process_next_entry), (push_tag_lists),
9736         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9737         * gst/avi/gstavidemux.h:
9738         Proper aggregation of each stream's GstFlowReturn in order to figure out
9739         whether the task should stop or not.
9740         Don't send inline events before pushing out a NEW_SEGMENT, more
9741         specifically for GST_TAG_EVENT.
9742         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9743         sub-indexes.
9744
9745 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9746
9747         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9748
9749         * sys/sunaudio/gstsunaudiomixerctrl.c:
9750         (gst_sunaudiomixer_ctrl_build_list):
9751           Move "Monitor" slider to input tab so it works more like
9752           sdtaudiocontrol, which is what people on Solaris are used
9753           to using for their mixer program (#346259).
9754
9755 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9756
9757         * tests/check/elements/level.c: (GST_START_TEST):
9758           fix a leak, clean up at the end
9759
9760 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9761
9762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9763         (gst_matroska_demux_send_event),
9764         (gst_matroska_demux_loop_stream_parse_id):
9765         * gst/matroska/matroska-ids.h:
9766           Send tag event after newsegment event.
9767
9768 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9771         (gst_id3demux_read_range):
9772           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9773           certain cases where a read beyond the end of the file is
9774           requested. Fixes #345930.
9775
9776         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9777         (gst_tag_demux_read_range):
9778           Fix same issue here as well.
9779
9780 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9781
9782         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9783         
9784         Fix hypothetical crash.
9785
9786 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9787
9788         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9789
9790         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9791           Do not modify the ports value. If the user has turned off the
9792           built-in speakers, then we should not reset it in the prepare
9793           function, since this causes the built-in speakers to turn
9794           back on anytime the user changes a track in totem, rhythmbox,
9795           etc. (#346066).
9796
9797 2006-06-23  Wim Taymans  <wim@fluendo.com>
9798
9799         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9800         Fix double caps unref when negotiation fails.
9801
9802 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9803
9804         * ext/annodex/gstcmmldec.c:
9805         * ext/annodex/gstcmmlenc.c:
9806         * ext/annodex/gstcmmlparser.c:
9807         * ext/dv/gstdvdec.c:
9808         * ext/dv/gstdvdemux.c:
9809         * ext/gdk_pixbuf/pixbufscale.c:
9810         * ext/jpeg/gstjpegenc.c:
9811         * ext/jpeg/gstsmokedec.c:
9812         * ext/jpeg/gstsmokeenc.c:
9813         * ext/libpng/gstpngdec.c:
9814         * ext/libpng/gstpngenc.c:
9815         * ext/speex/gstspeexenc.c:
9816         * gst/alpha/gstalphacolor.c:
9817         * gst/cutter/gstcutter.c:
9818         * gst/debug/gstnavigationtest.c:
9819         * gst/icydemux/gsticydemux.c:
9820         * gst/level/gstlevel.c:
9821         * gst/multipart/multipart.c:
9822         * gst/rtp/gstrtpamrpay.c:
9823         * gst/rtp/gstrtpdepay.c:
9824         * gst/rtp/gstrtpilbcpay.c:
9825         * gst/rtp/gstrtpmp4gpay.c:
9826         * gst/rtp/gstrtpmp4vpay.c:
9827         * gst/rtsp/gstrtpdec.c:
9828         * gst/rtsp/gstrtspsrc.c:
9829         * gst/udp/gstdynudpsink.c:
9830         * gst/udp/gstmultiudpsink.c:
9831         * gst/udp/gstudpsrc.c:
9832         * gst/videobox/gstvideobox.c:
9833         * gst/videofilter/gstvideoflip.c:
9834           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9835           plus two minor macro fixes.
9836
9837 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9838
9839         * gst/matroska/matroska-demux.c:
9840         (gst_matroska_demux_check_subtitle_buffer),
9841         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9842         (gst_matroska_demux_subtitle_caps):
9843         * gst/matroska/matroska-ids.c:
9844         (gst_matroska_track_init_subtitle_context):
9845         * gst/matroska/matroska-ids.h:
9846           Try to fix up broken matroska files containing subtitle
9847           streams with non-UTF8 character encodings (courtesy of
9848           mkvmerge) using either the encoding specified in the
9849           GST_SUBTITLE_ENCODING environment variable or the
9850           current locale's character set if it is non-UTF8.
9851           Fixes #337076.
9852
9853 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9854
9855         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9856           Set image type from APIC frame as "image-type" field
9857           of GST_TAG_IMAGE buffer caps (#344605).
9858
9859 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9860
9861         * ext/flac/Makefile.am:
9862         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9863         (gst_flac_dec_reset_decoders),
9864         (gst_flac_dec_setup_seekable_decoder),
9865         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9866         (gst_flac_dec_metadata_callback),
9867         (gst_flac_dec_metadata_callback_seekable),
9868         (gst_flac_dec_metadata_callback_stream),
9869         (gst_flac_dec_error_callback),
9870         (gst_flac_dec_error_callback_seekable),
9871         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9872         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9873         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9874         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9875         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9876         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9877         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9878         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9879         (gst_flac_dec_sink_activate_push),
9880         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9881         * ext/flac/gstflacdec.h:
9882           Support chain-based operation, should make flac-over-DAAP
9883           work (#340492).
9884
9885 2006-06-20  Wim Taymans  <wim@fluendo.com>
9886
9887         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9888         Doc updates, merge some unused symbols.
9889
9890 2006-06-20  Wim Taymans  <wim@fluendo.com>
9891
9892         * docs/plugins/Makefile.am:
9893         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9894         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9895         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9896         * gst/rtsp/gstrtspsrc.c:
9897         * gst/rtsp/gstrtspsrc.h:
9898         Added documentation for the rtsp plugin. Fixes #345393.
9899
9900 2006-06-20  Wim Taymans  <wim@fluendo.com>
9901
9902         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9903         (rtsp_connection_close), (rtsp_connection_free):
9904         Use better G_OS_* macros. Fixes #345301 some more.
9905
9906 2006-06-20  Wim Taymans  <wim@fluendo.com>
9907
9908         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9909
9910         * sys/sunaudio/Makefile.am:
9911         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9912         * sys/sunaudio/gstsunaudiomixerctrl.c:
9913         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9914         (gst_sunaudiomixer_ctrl_list_tracks),
9915         (gst_sunaudiomixer_ctrl_get_volume),
9916         (gst_sunaudiomixer_ctrl_set_volume),
9917         (gst_sunaudiomixer_ctrl_set_mute),
9918         (gst_sunaudiomixer_ctrl_set_record):
9919         * sys/sunaudio/gstsunaudiomixerctrl.h:
9920         * sys/sunaudio/gstsunaudiomixertrack.c:
9921         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9922         * sys/sunaudio/gstsunaudiomixertrack.h:
9923         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9924         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9925         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9926         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9927         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9928         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9929         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9930         (gst_sunaudiosrc_reset):
9931         * sys/sunaudio/gstsunaudiosrc.h:
9932         Add a SunAudio source plugin.
9933         Support stereo and right/left channel gain in the mixer plugin.
9934         Support the RECORD flag so that you can switch between line-input and
9935         microphone in gnome-volume-control.
9936         Code cleanups like using an enumerator for track number instead of an 
9937         integer. Fixes #344923.
9938
9939 2006-06-20  Wim Taymans  <wim@fluendo.com>
9940
9941         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9942
9943         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9944         (rtsp_connection_close):
9945         Make RTSP plugin compile on windows. Fixes #345301.
9946         Some changes to original patch to catch errors better.
9947         use ifdef WIN32 instead of ifndef.
9948
9949 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9950
9951         * configure.ac:
9952         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9953
9954 2006-06-18  Edward Hervey  <edward@fluendo.com>
9955
9956         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9957         After a failed buffer alloc, we need to abort the jpeg decoding (it
9958         started when parsing headers to figure out how many bytes we need
9959         to request downstream).
9960
9961 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9962
9963         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9964
9965         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9966           Make sure we don't read beyond the end of the file (#345232).
9967
9968 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9969
9970         * configure.ac:
9971           Fix --disable-external (can't set conditionals conditionally,
9972           #343602).
9973
9974 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9975
9976         * autogen.sh:
9977         * configure.ac:
9978         * docs/Makefile.am:
9979           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9980
9981         * docs/plugins/Makefile.am:
9982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9983         * docs/plugins/inspect/plugin-taglib.xml:
9984           Add/fix apev2mux docs.
9985
9986 2006-06-14  Wim Taymans  <wim@fluendo.com>
9987
9988         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
9989         (gst_dvdec_finalize), (gst_dvdec_sink_event),
9990         (gst_dvdec_change_state):
9991         Reset segment info on flush.
9992         Alloc segment in _init, free in _finalize.
9993
9994         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
9995         Don't send segments twice.
9996
9997 2006-06-14  Wim Taymans  <wim@fluendo.com>
9998
9999         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10000         Respect segment.stop. Fixes #342592.
10001
10002 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10005           No language specified means the implied language is English
10006           according to the matroska spec (partially fixes #344708);
10007           add some more debug output.
10008
10009 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10010
10011         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10012         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10013         (gst_wavparse_chain):
10014           When operating chain-based, don't make any assumptions about the
10015           chunking of the incoming data and make streaming work on days other
10016           than the second Thursday after a full moon. Also fix up debug
10017           messages here and there and make use of the most excellent new
10018           gst_pad_query_peer_duration() utility function.
10019           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10020
10021         * gst/wavparse/gstwavparse.h:
10022           Remove trailing comma after last enum value, some compilers don't
10023           like that.
10024
10025 2006-06-13  Wim Taymans  <wim@fluendo.com>
10026
10027         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10028         Handle premature EOS gracefully.
10029
10030 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10031
10032         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10033           Prevent out of bounds array access when scrubbing towards
10034           the end of the file between the last index entry and the
10035           end. Fixes occasional 'start <= stop' newsegment event
10036           assertions when scrubbing in MJPEG files.
10037
10038 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10039
10040         * tests/check/elements/.cvsignore:
10041           And another one.
10042
10043 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10044
10045         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10046         (scan_encoded_string), (parse_picture_frame):
10047           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10048
10049         * configure.ac:
10050           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10051           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10052
10053 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10054
10055         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10056           gratuitous comment changes
10057         * tests/check/elements/level.c: (GST_START_TEST):
10058           fix level test leaks
10059
10060 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10061
10062         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10063         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10064           Use gst_pad_query_peer_duration() utility function here.
10065
10066 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10067
10068         * autogen.sh:
10069           require am17
10070         * configure.ac:
10071         * ext/annodex/Makefile.am:
10072         * ext/cdio/Makefile.am:
10073         * ext/dv/Makefile.am:
10074         * ext/esd/Makefile.am:
10075         * ext/flac/Makefile.am:
10076         * ext/gdk_pixbuf/Makefile.am:
10077         * ext/ladspa/Makefile.am:
10078         * ext/libcaca/Makefile.am:
10079         * ext/speex/Makefile.am:
10080         * ext/taglib/Makefile.am:
10081         * sys/oss/Makefile.am:
10082         * sys/sunaudio/Makefile.am:
10083         * sys/ximage/Makefile.am:
10084           clean up build further
10085
10086 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * gconf/Makefile.am:
10089           Honour --disable-schemas-install configure option. Fixes #344100.
10090
10091 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10092
10093         * tests/examples/level/Makefile.am:
10094           Add -lm to LIBS for pow() function, don't assume one of our
10095           dependencies (such as libxml-2.0) drags it in automatically
10096           (#343603).
10097
10098 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10099
10100         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10101
10102         * configure.ac:
10103           We should use $SED and not $(SED) in configure.ac (#343678).
10104
10105 2006-06-09  Wim Taymans  <wim@fluendo.com>
10106
10107         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10108
10109         * sys/sunaudio/gstsunaudiomixerctrl.c:
10110         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10111         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10112         (gst_sunaudiomixer_ctrl_set_mute):
10113         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10114         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10115         (gst_sunaudiosink_write):
10116         Attached find a patch that fixes a number of bugs with the SunAudio
10117         mixer plugin and fixes #344101:
10118         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10119            tracks onto the tracklist causing gnome-volume-control's preferences
10120            dialog to be messed up and would core dump if you checked/unchecked
10121            any item.
10122         2. We weren't previously setting the MUTE flag properly.  Fixing this
10123            makes gnome-volume-control work better.
10124         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10125            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10126            gnome-volume-control look better.
10127         Also some minor cleanup in gstsunaudiosink.c.
10128
10129 2006-06-09  Wim Taymans  <wim@fluendo.com>
10130
10131         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10132         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10133         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10134         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10135         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10136         * ext/jpeg/gstjpegdec.h:
10137         API: Added IDCT method property
10138         Small cleanups.
10139         Avoid dynamic allocation of trivial fixed structure.
10140         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10141
10142 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10143
10144         * configure.ac:
10145         We now require libraw1394 >= 1.1.0 and that version onwards all
10146         have .pc files.
10147
10148 2006-06-02  Edward Hervey  <edward@fluendo.com>
10149
10150         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10151         Trying to get items from an ANY or EMPTY caps is ... stupid.
10152
10153 2006-06-02  Edward Hervey  <edward@fluendo.com>
10154
10155         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10156         (gst_dvdec_chain), (gst_dvdec_change_state):
10157         * ext/dv/gstdvdec.h:
10158         Added GstSegment handling, now implements dropping/clipping.
10159
10160 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10161
10162         * ext/aalib/gstaasink.h:
10163         * ext/annodex/gstcmmldec.h:
10164         * ext/cairo/gsttimeoverlay.h:
10165         * ext/dv/gstdvdec.h:
10166         * ext/dv/gstdvdemux.h:
10167         * ext/esd/esdmon.h:
10168         * ext/esd/esdsink.h:
10169         * ext/flac/gstflacenc.h:
10170         * ext/gconf/gstgconfaudiosink.h:
10171         * ext/gconf/gstgconfaudiosrc.h:
10172         * ext/gconf/gstgconfvideosink.h:
10173         * ext/gconf/gstgconfvideosrc.h:
10174         * ext/gdk_pixbuf/gstgdkanimation.h:
10175         * ext/gdk_pixbuf/pixbufscale.h:
10176         * ext/hal/gsthalaudiosink.h:
10177         * ext/hal/gsthalaudiosrc.h:
10178         * ext/jpeg/gstjpegenc.h:
10179         * ext/jpeg/gstsmokedec.h:
10180         * ext/jpeg/gstsmokeenc.h:
10181         * ext/libcaca/gstcacasink.h:
10182         * ext/libmng/gstmngdec.h:
10183         * ext/libmng/gstmngenc.h:
10184         * ext/libpng/gstpngdec.h:
10185         * ext/libpng/gstpngenc.h:
10186         * ext/raw1394/gstdv1394src.h:
10187         * ext/speex/gstspeexenc.h:
10188         * gst/autodetect/gstautoaudiosink.h:
10189         * gst/autodetect/gstautovideosink.h:
10190         * gst/avi/gstavidemux.h:
10191         * gst/cutter/gstcutter.h:
10192         * gst/debug/efence.h:
10193         * gst/debug/gstnavigationtest.h:
10194         * gst/debug/gstnavseek.h:
10195         * gst/flx/gstflxdec.h:
10196         * gst/goom/gstgoom.h:
10197         * gst/icydemux/gsticydemux.h:
10198         * gst/id3demux/gstid3demux.h:
10199         * gst/law/alaw-decode.h:
10200         * gst/law/alaw-encode.h:
10201         * gst/law/mulaw-decode.h:
10202         * gst/law/mulaw-encode.h:
10203         * gst/matroska/matroska-mux.h:
10204         * gst/median/gstmedian.h:
10205         * gst/oldcore/gstaggregator.h:
10206         * gst/oldcore/gstfdsink.h:
10207         * gst/oldcore/gstmd5sink.h:
10208         * gst/oldcore/gstmultifilesrc.h:
10209         * gst/oldcore/gstpipefilter.h:
10210         * gst/oldcore/gstshaper.h:
10211         * gst/oldcore/gststatistics.h:
10212         * gst/rtp/gstasteriskh263.h:
10213         * gst/rtp/gstrtpL16depay.h:
10214         * gst/rtp/gstrtpL16pay.h:
10215         * gst/rtp/gstrtpamrdepay.h:
10216         * gst/rtp/gstrtpamrpay.h:
10217         * gst/rtp/gstrtpdepay.h:
10218         * gst/rtp/gstrtpgsmdepay.h:
10219         * gst/rtp/gstrtpgsmpay.h:
10220         * gst/rtp/gstrtph263pay.h:
10221         * gst/rtp/gstrtph263pdepay.h:
10222         * gst/rtp/gstrtph263ppay.h:
10223         * gst/rtp/gstrtpmp4gpay.h:
10224         * gst/rtp/gstrtpmp4vdepay.h:
10225         * gst/rtp/gstrtpmp4vpay.h:
10226         * gst/rtp/gstrtpmpadepay.h:
10227         * gst/rtp/gstrtpmpapay.h:
10228         * gst/rtp/gstrtppcmadepay.h:
10229         * gst/rtp/gstrtppcmapay.h:
10230         * gst/rtp/gstrtppcmudepay.h:
10231         * gst/rtp/gstrtppcmupay.h:
10232         * gst/rtp/gstrtpspeexdepay.h:
10233         * gst/rtp/gstrtpspeexpay.h:
10234         * gst/rtsp/gstrtpdec.h:
10235         * gst/rtsp/gstrtspsrc.h:
10236         * gst/smpte/gstsmpte.h:
10237         * gst/udp/gstdynudpsink.h:
10238         * gst/udp/gstmultiudpsink.h:
10239         * gst/udp/gstudpsink.h:
10240         * gst/udp/gstudpsrc.h:
10241         * gst/videofilter/gstvideobalance.h:
10242         * gst/videofilter/gstvideoflip.h:
10243         * sys/oss/gstossdmabuffer.h:
10244         * sys/oss/gstossmixerelement.h:
10245         * sys/oss/gstosssink.h:
10246         * sys/oss/gstosssrc.h:
10247         * sys/osxvideo/osxvideosink.h:
10248         * sys/sunaudio/gstsunaudiomixer.h:
10249         * sys/sunaudio/gstsunaudiosink.h:
10250         * sys/ximage/gstximagesrc.h:
10251         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10252
10253 2006-05-31  Wim Taymans  <wim@fluendo.com>
10254
10255         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10256         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10257         (gst_goom_src_setcaps), (gst_goom_src_event),
10258         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10259         (gst_goom_change_state):
10260         * gst/goom/gstgoom.h:
10261         Handle QoS.
10262         Handle flushing, discont and events.
10263         Fix timestamps and various other cleanups.
10264
10265 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10266
10267         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10268         Fix bus reset when using libiec61883
10269
10270 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10271
10272         * configure.ac:
10273         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10274         * ext/raw1394/Makefile.am:
10275         Add CFLAGS.
10276         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10277         New method, to receive using libiec61883.
10278         (gst_dv1394src_iso_receive),
10279         #ifdef'd out if libiec61883 is present.
10280         (gst_dv1394src_bus_reset),
10281         Get userdata correctly if using libiec61883. 
10282         (gst_dv1394src_create),
10283         When using libiec61883, only poll one fd and no need to read.
10284         (gst_dv1394src_discover_avc_node),
10285         Replace g_warnings.
10286         (gst_dv1394src_start),
10287         Create new handle when we know which dv port.  More reliable
10288         than setting port on an existing handle.  Initialise libiec61883.
10289         (gst_dv1394src_stop):
10290         If using libiec61883, then cleanup its handle properly.
10291         * ext/raw1394/gstdv1394src.h:
10292         Add libiec61883 handle.
10293
10294 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10295
10296         * gst/avi/gstavidemux.c:
10297           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10298         * win32/MANIFEST:
10299           sort file listing
10300         * win32/vs6/libgstavi.dsp:
10301           add gstavimux.c to the project
10302         * win32/vs6/libgstid3demux.dsp:
10303           add link to zlib library
10304         * win32/vs6/libgstmatroska.dsp:
10305           add matroska-ids.c to the project
10306
10307 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         Patch by: Sebastian Dröge  <mail at slomosnail de >
10310
10311         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10312         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10313         * ext/taglib/Makefile.am:
10314         * ext/taglib/gstapev2mux.cc:
10315         * ext/taglib/gstapev2mux.h:
10316         * ext/taglib/gstid3v2mux.cc:
10317         * ext/taglib/gsttaglibmux.c: (plugin_init):
10318         * ext/taglib/gsttaglibmux.h:
10319           Add apev2mux element (#343122).
10320         
10321         * tests/check/Makefile.am:
10322         * tests/check/elements/apev2mux.c:
10323         (test_taglib_apev2mux_create_tags),
10324         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10325         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10326         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10327         (apev2mux_suite), (main):
10328           Add unit test for apev2mux element.
10329
10330 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10331
10332         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10333         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10334         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10335           GST_PTR_FORMAT should be used to print caps in debug statements.
10336
10337 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10338
10339         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10340
10341         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10342         (ape_demux_parse_tags):
10343           Some clean-ups and additions: map APE 'file' tag to
10344           GST_TAG_LOCATION (#343123); add support for extracting
10345           the track count and clean up parsing a bit (#343127).
10346
10347 2006-05-28  Edward Hervey  <edward@fluendo.com>
10348
10349         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10350         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10351
10352 2006-05-28  Edward Hervey  <edward@fluendo.com>
10353
10354         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10355         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10356         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10357         * ext/jpeg/gstjpegdec.h:
10358         Clip outgoing buffers according to currently configured segment.
10359
10360 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10361
10362         * ext/taglib/gstid3v2mux.cc:
10363           Handle  writing of track-count or album-volume-count without
10364           track-number or albume-volume-number (in this case the number
10365           will just be set to 0).
10366
10367         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10368           It would be nice if we actually checked the values received for
10369           track/album-volume number/count in  _check_tags(), rather than
10370           setting them again ...
10371
10372 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10373
10374         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10375           A track/volume number or count of 0 does not make sense,
10376           just ignore it along with negative numbers (a tag might
10377           only contain a track count without a track number).
10378
10379 2006-05-27  Edward Hervey  <edward@fluendo.com>
10380
10381         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10382         (gst_jpeg_dec_sink_event):
10383         Abort decompression when receiving FLUSH_STOP. This should avoid
10384         issues when interrupting decoding with flushes.
10385
10386 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10387
10388         * ext/flac/gstflac.c:
10389           Don't #include file we don't dist any longer.
10390
10391 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10392
10393         * README:
10394           Replace current README (containing the release notes from
10395           some 0.9.x version) with a proper README taken from the core.
10396
10397 2006-05-24  Wim Taymans  <wim@fluendo.com>
10398
10399         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10400         Implement EOS correctly by either posting
10401         SEGMENT_DONE or pushing an EOS message depending
10402         on the seek type. Fixes #342592
10403
10404 2006-05-24  Wim Taymans  <wim@fluendo.com>
10405
10406         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10407         * gst/law/alaw-decode.h:
10408         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10409         * gst/law/alaw-encode.h:
10410         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10411         * gst/law/mulaw-decode.h:
10412         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10413         * gst/law/mulaw-encode.h:
10414         Some cleanups in the chain functions.
10415         Remove some GStreamer 0.0.2 bits.
10416
10417 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10418
10419         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10420
10421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10422           gst_collect_pads_stop() needs to be called before chaining up
10423           to the parent class (#342734).
10424
10425 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10426
10427         * ext/flac/Makefile.am:
10428         * ext/flac/flac_compat.h:
10429         * ext/flac/gstflac.c:
10430         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10431         * ext/flac/gstflacenc.c:
10432           Remove backwards compatibility cruft for dealing with FLAC API
10433           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10434
10435 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10436
10437         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10438         (gst_matroska_demux_push_xiph_codec_priv_data),
10439         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10440         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10441         * gst/matroska/matroska-ids.h:
10442         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10443         (gst_matroska_mux_video_pad_setcaps),
10444         (xiph3_streamheader_to_codecdata),
10445         (vorbis_streamheader_to_codecdata),
10446         (theora_streamheader_to_codecdata),
10447         (gst_matroska_mux_audio_pad_setcaps),
10448         (gst_matroska_mux_write_data):
10449           Add support for muxing/demuxing theora video (#342448; too bad
10450           none of the usual linux players can actually play this). Playback
10451           in GStreamer will require additional changes to theoradec in -base.
10452           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10453           cleanups.
10454
10455 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10456
10457         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10458         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10459           Fix crashes when the horizontal subsampling is 1.
10460           Fixes #342097.
10461
10462 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10463
10464         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10465
10466         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10467         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10468         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10469         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10470         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10471         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10472         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10473         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10474         (gst_avi_mux_change_state):
10475         * gst/avi/gstavimux.h:
10476           Some enhancements for avimux (#342526):
10477            - add odml (large file) index support
10478            - store codec init data (e.g. huffyuv)
10479            - miscellaneous other fixes/cleanups
10480
10481 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10482
10483         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10484         Don't output any tag when we encounter a negative track number - the
10485         tag type is uint, so we end up outputting huge positive numbers
10486         instead. (Fixes: #342029)
10487
10488 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10489
10490         * configure.ac:
10491           update for new GSTPB_PLUGINS_DIR
10492
10493 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10494
10495         * rtp/gst/gstrtph263pay.c:
10496         Properly set static caps for H263 at 34.
10497
10498 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10499
10500         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10501
10502         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10503           Merge event tags and tag setter tags correctly (#339918). Also,
10504           don't leak taglist in case of an error.
10505           
10506 2006-05-17  Edward Hervey  <edward@fluendo.com>
10507
10508         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10509         We can only do caps intersection if the othercaps are non-empty and not
10510         ANY. Else we return the pad template (base_caps).
10511
10512 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10513
10514         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10515           Fix crash when outputting debugging information for certain
10516           pictures (always good to use the right struct member for
10517           the number of records in an array).
10518
10519 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10522
10523         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10524         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10525         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10526         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10527         (gst_ebml_read_float), (gst_ebml_read_ascii),
10528         (gst_ebml_read_binary):
10529           Don't create unnecessary sub-buffers all the time. Dramatically
10530           improves performance with multiple concurrently running
10531           matroskademux instances (#341818) (and avoids doing
10532           unnecessarily inefficient things in the general case).
10533
10534 2006-05-16  Edward Hervey  <edward@fluendo.com>
10535
10536         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10537         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10538         return value of gst_pad_push_event().
10539
10540 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10541
10542         * gst/autodetect/gstautoaudiosink.c:
10543         (gst_auto_audio_sink_find_best):
10544         * gst/autodetect/gstautovideosink.c:
10545         (gst_auto_video_sink_find_best):
10546         Make the name of the child element be based on the name of the
10547         parent, so that debug output is more useful.
10548         
10549         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10550         (parse_insert_string_field), (parse_split_strings):
10551         Rework string parsing to always walk over BOM markers in UTF16
10552         strings, using the endianness indicated by the innermost one,
10553         then trying the opposite endianness if that fails to convert
10554         to valid UTF-8. Fixes #341774
10555
10556 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10557
10558         Patch from: Matthieu <matthieu at fluendo dot com>
10559
10560         * ext/libpng/Makefile.am:
10561         Add LIBPNG_CFLAGS.
10562
10563 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10564
10565         * ext/taglib/gstid3v2mux.cc:
10566           Add support for writing images (APIC frames) into ID3v2
10567           tags (picture type always set to 'other' for now though).
10568
10569 2006-05-14  Michael Smith  <msmith@fluendo.com>
10570
10571         * gst/wavparse/gstwavparse.c:
10572           Update docs; wavparse implements push and pull modes.
10573
10574 2006-05-12  Wim Taymans  <wim@fluendo.com>
10575
10576         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10577         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10578         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10579         Ooops, bitten by the copy-and-paste design paradigm, fixes
10580         seek again.
10581
10582 2006-05-12  Wim Taymans  <wim@fluendo.com>
10583
10584         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10585         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10586         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10587         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10588         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10589         (gst_avi_demux_massage_index),
10590         (gst_avi_demux_calculate_durations_from_index),
10591         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10592         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10593         (gst_avi_demux_loop):
10594         * gst/avi/gstavidemux.h:
10595         Some cleanups, prepare to use GstSegment.
10596         Fix error in entry walking code.
10597         Fix VBR detection.
10598         Smarter timestamp calculation code.
10599         Uniform error/eos handling.
10600
10601 2006-05-12  Michael Smith  <msmith@fluendo.com>
10602
10603         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10604         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10605           Fix use of uninitialised values if we're NOT seeking in ready.
10606           Fix typos.
10607
10608 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10609
10610         * gst/wavparse/Makefile.am:
10611           Add CFLAGS and LIBS for libgstbase, fixes build on
10612           Cygwin (#341489).
10613
10614 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10615
10616         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10617           Some more debug info. No need to check whether the string
10618           returned by g_convert() is really UTF-8 - either it is or
10619           we get NULL returned.
10620
10621 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10622
10623         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10624           Fix parsing of numeric genre strings some more, by ensuring that
10625           we only try and parse strings that a) Start with '(' and b) Consist
10626           only of digits.
10627           Also, when finding an escaping '((' sequence, bust it back to '(' by
10628           swallowing the first parenthesis
10629
10630 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10631
10632         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10633         (gst_esdsink_open), (gst_esdsink_close):
10634         * ext/esd/esdsink.h:
10635           Move the esd_get_server_info() into gst_esdsink_open() and fail
10636           with a decent error message on errors.
10637
10638 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10641         (gst_esdmon_channels_get_type):
10642         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10643         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10644         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10645         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10646         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10647         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10648         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10649         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10650         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10651         * gst/videomixer/videomixer.c:
10652         (gst_video_mixer_background_get_type):
10653           Const-ify GEnumValue arrays.
10654
10655 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10658
10659         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10660         (gst_avi_mux_do_video_buffer):
10661           Work around gst_buffer_make_metadata_writable() bug that
10662           results in avimux marking all frames in the index as
10663           keyframes (#340859).
10664           
10665 2006-05-08  Wim Taymans  <wim@fluendo.com>
10666
10667         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10668         Make parsing of urls suck slightly less.
10669
10670 2006-05-08  Edward Hervey  <edward@fluendo.com>
10671
10672         * autogen.sh: (CONFIGURE_DEF_OPT): 
10673         libtoolize on Darwin/MacOSX is called glibtoolize.
10674
10675 2006-05-08  Wim Taymans  <wim@fluendo.com>
10676
10677         Patch by: Jens Granseuer <jensgr at gmx dot net>
10678
10679         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10680         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10681         C89 compliance fixes. Fixes #340980
10682
10683 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10686         * ext/flac/gstflacdec.h:
10687           Handle segment seeks that include the end of the file as stop point
10688           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10689           message instead of an EOS event in case we're in segment seek
10690           mode (fixes #340699).
10691           
10692 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10693
10694         * ext/cairo/gsttextoverlay.c:
10695         * ext/flac/gstflacdec.c:
10696         * ext/gdk_pixbuf/pixbufscale.c:
10697         * gst/apetag/gstapedemux.c:
10698         * gst/debug/breakmydata.c:
10699         * gst/debug/testplugin.c:
10700         * gst/matroska/ebml-write.c:
10701         * gst/multipart/multipartdemux.c:
10702         * sys/osxaudio/gstosxaudiosink.c:
10703         * sys/osxaudio/gstosxaudiosrc.c:
10704         Add semicolons after GST_BOILERPLATE[_FULL] so that
10705         indent doesn't mess up following lines.
10706
10707 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10708
10709         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10710
10711         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10712           Don't leak caps when freeing the stream context (#340623).
10713
10714 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10715
10716         * configure.ac:
10717           Back to CVS
10718
10719 === release 0.10.3 ===
10720
10721 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10722
10723         * configure.ac:
10724           releasing 0.10.3, "Desplazado"
10725
10726 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10727
10728         * gst/matroska/matroska-mux.c:
10729         (gst_matroska_mux_stream_is_vorbis_header),
10730         (gst_matroska_mux_write_data):
10731           Don't strcmp() NULL strings.
10732           Only start new clusters on video keyframes, not on any
10733           random audio buffer that doesn't have the DELTA_UNIT
10734           flag set (fixes 'make check' again).
10735
10736 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10739
10740         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10741         (gst_matroska_mux_stream_is_vorbis_header),
10742         (gst_matroska_mux_write_data):
10743           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10744           value and then dead-lock when muxing vorbis audio streams
10745           (the three vorbis header buffers carry no timestamp, and it
10746           would try to mux these after all video buffers). Fixes #340346.
10747
10748           Improve clustering: start a new cluster also whenever we get
10749           a keyframe.     
10750
10751 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10752
10753         * win32/common/config.h:
10754         * win32/MANIFEST
10755           add the generated file as well
10756
10757 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10758
10759         * Makefile.am:
10760         * configure.ac:
10761         * win32/common/config.h.in:
10762           add win32 stuff
10763
10764 2006-05-03  Michael Smith  <msmith@fluendo.com>
10765
10766         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10767           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10768           SUCKS.
10769
10770 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10771
10772         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10773         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10774         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10775           don't leak caps-string
10776
10777 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10780         (gst_id3demux_sink_activate):
10781           Let core insert default error message for TYPE_NOT_FOUND
10782           errors, it's just as good as our own and has the added
10783           bonus of being translated.
10784
10785 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10786
10787         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10788         (gst_tag_demux_sink_event):
10789         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10790         (gst_id3demux_sink_event):
10791           Post an error message when we get an EOS event and were not
10792           able to find out the type of stream.
10793
10794         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10795         (test_taglib_id3mux_with_tags):
10796           Decrease num-buffers to 16 per iteration again, otherwise the
10797           many memcpy()s and reallocations in the test will hammer slow
10798           CPUs completely and make the test timeout.
10799
10800 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10801
10802         * configure.ac:
10803           figure out where plugins-base plugins are
10804         * tests/check/Makefile.am:
10805           use plugins-base plugins, so we have typefind functions
10806         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10807           increase num-buffers, this makes sure the test errors out instead
10808           of timing out when no typefind functions are present
10809
10810 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10811
10812         * docs/plugins/Makefile.am:
10813           also check .cc files for gtk-doc markup
10814         * configure.ac:
10815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10817         * tests/check/Makefile.am:
10818         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10819         * ext/Makefile.am:
10820         * ext/taglib/Makefile.am:
10821         * ext/taglib/gstid3v2mux.h:
10822         * ext/taglib/gsttaglibmux.c:
10823         * ext/taglib/gsttaglibmux.h:
10824           move taglib-based id3v2muxer to -good.  Fixes #336110.
10825
10826 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10829           ... and fix multichannel/WAVFORMATEX support again.
10830
10831 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10832
10833         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10834         (gst_wavparse_class_init), (gst_wavparse_dispose),
10835         (gst_wavparse_reset), (gst_wavparse_init),
10836         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10837         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10838         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10839         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10840         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10841         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10842         (gst_wavparse_stream_data), (gst_wavparse_loop),
10843         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10844         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10845         (gst_wavparse_change_state), (plugin_init):
10846         * gst/wavparse/gstwavparse.h:
10847           Add push (streaming) mode to wavparse (fixes #337625)
10848
10849 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10850
10851         * configure.ac:
10852         * tests/Makefile.am:
10853           add ximagesrc icles test
10854
10855 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10856
10857         * configure.ac:
10858         * docs/plugins/Makefile.am:
10859         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10860         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10861         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10862         (gst_cmml_enc_push_clip):
10863         * sys/Makefile.am:
10864         * sys/ximage/Makefile.am:
10865         * sys/ximage/gstximagesrc.c:
10866           Move ximagesrc plug-in to good after review.  Fixes #336756.
10867
10868 2006-04-28  Michael Smith  <msmith@fluendo.com>
10869
10870         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10871         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10872         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10873         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10874         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10875         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10876         * gst/icydemux/gsticydemux.h:
10877           Fix event handling: cache events when typefinding and forward later.
10878
10879 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10880
10881         * sys/osxaudio/gstosxaudiosink.c:
10882         (plugin_init):
10883          Register osxaudiosrc to the plugin.
10884         * sys/osxaudio/gstosxaudiosrc.c:
10885         (gst_osx_audio_src_osxelement_do_init),
10886         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10887         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10888         (gst_osx_audio_src_get_property),
10889         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10890         (gst_osx_audio_src_osxelement_init):
10891         * sys/osxaudio/gstosxaudiosrc.h:
10892           Port of osxaudiosrc to 0.10.
10893         * sys/osxaudio/Makefile.am:
10894           Add osxaudiosrc
10895
10896 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10897
10898         * sys/osxaudio/gstosxringbuffer.c:
10899         * sys/osxaudio/gstosxringbuffer.h:
10900           Forgot to commit earlier, part of the OSX audio plugin port
10901
10902 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10905         (parse_split_strings):
10906           Recognise and skip any byte order marker (BOM) in
10907           UTF-16 strings.
10908
10909 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10910
10911         * docs/plugins/Makefile.am:
10912         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10913         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10914         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10915         * docs/plugins/inspect/plugin-avi.xml:
10916         * gst/avi/gstavidemux.c:
10917         * gst/avi/gstavimux.c:
10918           Add docs for both avidemux and avimux.
10919
10920 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10923
10924         * gst/avi/Makefile.am:
10925         * gst/avi/gstavi.c: (plugin_init):
10926         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10927         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10928         (gst_avi_mux_class_init), (gst_avi_mux_init),
10929         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10930         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10931         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10932         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10933         (gst_avi_mux_riff_get_avix_header),
10934         (gst_avi_mux_riff_get_video_header),
10935         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10936         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10937         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10938         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10939         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10940         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10941         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10942         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10943         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10944         (gst_avi_mux_change_state):
10945         * gst/avi/gstavimux.h:
10946           Port AVI muxer to GStreamer-0.10 (#332031).
10947
10948         * tests/check/Makefile.am:
10949         * tests/check/elements/avimux.c:
10950         * tests/check/elements/.cvsignore:
10951           Add unit test for AVI muxer.
10952
10953 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10954
10955         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10956         (gst_wavparse_class_init), (gst_wavparse_reset),
10957         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10958         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10959         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10960         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10961         (gst_wavparse_stream_data), (gst_wavparse_loop),
10962         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10963         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10964         (plugin_init):
10965         * gst/wavparse/gstwavparse.h:
10966           reverted patch #337625 for the price of 1 hour sleep
10967
10968 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10969
10970         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10971         (gst_wavparse_class_init), (gst_wavparse_reset),
10972         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10973         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10974         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10975         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10976         (gst_wavparse_stream_data), (gst_wavparse_loop),
10977         (gst_wavparse_chain), (plugin_init):
10978         * gst/wavparse/gstwavparse.h:
10979           correct partial implementation of push mode
10980           (from my last commit)
10981
10982 2006-04-26  Wim Taymans  <wim@fluendo.com>
10983
10984         * ext/esd/esdsink.c:
10985         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
10986         it is not in esd.h
10987
10988 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
10991         (gst_au_parse_class_init), (gst_au_parse_init),
10992         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
10993         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
10994         (gst_au_parse_chain), (gst_au_parse_src_convert),
10995         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
10996         (gst_au_parse_sink_event), (gst_au_parse_src_event),
10997         (gst_au_parse_change_state):
10998         * gst/auparse/gstauparse.h:
10999           Rewrite auparse to suck a little bit less: make source pad
11000           dynamic, so decodebin/playbin work with non-raw formats
11001           like alaw/mulaw; add query function for duration/position
11002           queries; check whether we have enough data before attempting
11003           to parse the header (instead of crashing when that is not the
11004           case); work around audioconvert sucking by swapping endianness
11005           to the native endianness ourselves for float formats; send
11006           initial newsegment event. Fixes #161712.
11007
11008 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11009
11010         * sys/osxaudio/Makefile.am:
11011         * sys/osxaudio/gstosxaudioelement.c:
11012         (gst_osx_audio_element_get_type),
11013         (gst_osx_audio_element_class_init):
11014         * sys/osxaudio/gstosxaudioelement.h:
11015         * sys/osxaudio/gstosxaudiosink.c:
11016         (gst_osx_audio_sink_osxelement_do_init),
11017         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11018         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11019         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11020         (gst_osx_audio_sink_create_ringbuffer),
11021         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11022         (plugin_init):
11023         * sys/osxaudio/gstosxaudiosink.h:
11024         Port of osxaudiosink to 0.10
11025
11026 2006-04-26  Wim Taymans  <wim@fluendo.com>
11027
11028         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11029         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11030         the size of the ringbuffer. This should fix hangs with older 
11031         esd sound servers.
11032
11033 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11034
11035         * ext/aalib/gstaasink.c:
11036         * ext/annodex/gstcmmldec.c:
11037         * ext/annodex/gstcmmlenc.c:
11038         * ext/cairo/gsttextoverlay.c:
11039         * ext/cairo/gsttimeoverlay.c:
11040         * ext/cdio/gstcdiocddasrc.c:
11041         * ext/dv/gstdvdec.c:
11042         * ext/dv/gstdvdemux.c:
11043         * ext/esd/esdmon.c:
11044         * ext/esd/esdsink.c:
11045         * ext/flac/gstflacenc.c:
11046         * ext/flac/gstflactag.c:
11047         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11048         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11049         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11050         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11051         * ext/gdk_pixbuf/pixbufscale.c:
11052         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11053         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11054         * ext/jpeg/gstjpegdec.c:
11055         * ext/jpeg/gstjpegenc.c:
11056         * ext/jpeg/gstsmokedec.c:
11057         * ext/jpeg/gstsmokeenc.c:
11058         * ext/libcaca/gstcacasink.c:
11059         * ext/libmng/gstmngdec.c:
11060         * ext/libmng/gstmngenc.c:
11061         * ext/libpng/gstpngdec.c:
11062         * ext/libpng/gstpngenc.c:
11063         * ext/mikmod/gstmikmod.c:
11064         * ext/raw1394/gstdv1394src.c:
11065         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11066         * ext/shout2/gstshout2.h:
11067         * ext/speex/gstspeexdec.c:
11068         * ext/speex/gstspeexenc.c:
11069         * gst/alpha/gstalpha.c:
11070         * gst/alpha/gstalphacolor.c:
11071         * gst/apetag/gstapedemux.c:
11072         * gst/auparse/gstauparse.c:
11073         * gst/autodetect/gstautoaudiosink.c:
11074         (gst_auto_audio_sink_base_init):
11075         * gst/autodetect/gstautovideosink.c:
11076         (gst_auto_video_sink_base_init):
11077         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11078         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11079         * gst/cutter/gstcutter.c:
11080         * gst/debug/breakmydata.c:
11081         * gst/debug/efence.c:
11082         * gst/debug/gstnavigationtest.c:
11083         * gst/debug/gstnavseek.c:
11084         * gst/debug/negotiation.c:
11085         * gst/debug/progressreport.c:
11086         * gst/debug/testplugin.c:
11087         * gst/effectv/gstaging.c:
11088         * gst/effectv/gstdice.c:
11089         * gst/effectv/gstedge.c:
11090         * gst/effectv/gstquark.c:
11091         * gst/effectv/gstrev.c:
11092         * gst/effectv/gstshagadelic.c:
11093         * gst/effectv/gstvertigo.c:
11094         * gst/effectv/gstwarp.c:
11095         * gst/flx/gstflxdec.c:
11096         * gst/goom/gstgoom.c:
11097         * gst/icydemux/gsticydemux.c:
11098         * gst/id3demux/gstid3demux.c:
11099         * gst/interleave/deinterleave.c:
11100         * gst/interleave/interleave.c:
11101         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11102         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11103         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11104         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11105         * gst/level/gstlevel.c:
11106         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11107         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11108         * gst/median/gstmedian.c:
11109         * gst/monoscope/gstmonoscope.c:
11110         * gst/multipart/multipartdemux.c:
11111         * gst/multipart/multipartmux.c:
11112         * gst/oldcore/gstaggregator.c:
11113         * gst/oldcore/gstfdsink.c:
11114         * gst/oldcore/gstmd5sink.c:
11115         * gst/oldcore/gstmultifilesrc.c:
11116         * gst/oldcore/gstpipefilter.c:
11117         * gst/oldcore/gstshaper.c:
11118         * gst/oldcore/gststatistics.c:
11119         * gst/rtp/gstasteriskh263.c:
11120         * gst/rtp/gstrtpL16depay.c:
11121         * gst/rtp/gstrtpL16pay.c:
11122         * gst/rtp/gstrtpamrdepay.c:
11123         * gst/rtp/gstrtpamrpay.c:
11124         * gst/rtp/gstrtpdepay.c:
11125         * gst/rtp/gstrtpgsmpay.c:
11126         * gst/rtp/gstrtph263pay.c:
11127         * gst/rtp/gstrtph263pdepay.c:
11128         * gst/rtp/gstrtph263ppay.c:
11129         * gst/rtp/gstrtpilbcdepay.c:
11130         * gst/rtp/gstrtpmp4gpay.c:
11131         * gst/rtp/gstrtpmp4vdepay.c:
11132         * gst/rtp/gstrtpmp4vpay.c:
11133         * gst/rtp/gstrtpmpadepay.c:
11134         * gst/rtp/gstrtpmpapay.c:
11135         * gst/rtp/gstrtppcmadepay.c:
11136         * gst/rtp/gstrtppcmapay.c:
11137         * gst/rtp/gstrtppcmudepay.c:
11138         * gst/rtp/gstrtppcmupay.c:
11139         * gst/rtp/gstrtpspeexdepay.c:
11140         * gst/rtp/gstrtpspeexpay.c:
11141         * gst/rtsp/gstrtpdec.c:
11142         * gst/rtsp/gstrtspsrc.c:
11143         * gst/smpte/gstsmpte.c:
11144         * gst/udp/gstdynudpsink.c:
11145         * gst/udp/gstmultiudpsink.c:
11146         * gst/udp/gstudpsink.c:
11147         * gst/udp/gstudpsrc.c:
11148         * gst/videobox/gstvideobox.c:
11149         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11150         * gst/videofilter/gstvideobalance.c:
11151         * gst/videofilter/gstvideoflip.c:
11152         * gst/videofilter/gstvideotemplate.c:
11153         (gst_videotemplate_base_init):
11154         * gst/videomixer/videomixer.c:
11155         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11156         (gst_wavparse_class_init), (gst_wavparse_dispose),
11157         (gst_wavparse_reset), (gst_wavparse_init),
11158         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11159         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11160         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11161         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11162         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11163         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11164         (gst_wavparse_change_state):
11165         * gst/wavparse/gstwavparse.h:
11166         * sys/oss/gstossmixerelement.c:
11167         * sys/oss/gstosssink.c:
11168         * sys/oss/gstosssrc.c:
11169         * sys/osxaudio/gstosxaudioelement.c:
11170         * sys/osxaudio/gstosxaudiosink.c:
11171         * sys/osxaudio/gstosxaudiosrc.c:
11172         * sys/sunaudio/gstsunaudiomixer.c:
11173         * sys/sunaudio/gstsunaudiosink.c:
11174           Define GstElementDetails as const and also static (when defined as
11175           global)
11176
11177 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11178
11179         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11180           Source pad has fixed caps. If we don't set this, bad
11181           things happen when the window is resized.
11182
11183 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11184
11185         * gst/matroska/Makefile.am:
11186         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11187         (gst_matroska_demux_handle_src_event):
11188         * gst/matroska/matroska-ids.c:
11189         (gst_matroska_track_init_video_context),
11190         (gst_matroska_track_init_audio_context),
11191         (gst_matroska_track_init_subtitle_context),
11192         (gst_matroska_track_init_complex_context):
11193         * gst/matroska/matroska-ids.h:
11194           Handle case where the TrackType ebml chunk does not come before the
11195           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11196           events.
11197
11198 2006-04-25  Wim Taymans  <wim@fluendo.com>
11199
11200         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11201         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11202         It's codec_data, not codec_info.
11203
11204 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11205
11206         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11207
11208         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11209           Handle codec_data for VfW compatibility codec IDs (#339451)
11210
11211         * gst/matroska/matroska-mux.c:
11212         (gst_matroska_mux_video_pad_setcaps):
11213           Same here, handle codec_data and add additional caps we can handle
11214           now to the pad template (huffyuv, dv and h263 video) (#339451)
11215
11216 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11217
11218         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11219
11220         * gst/matroska/matroska-mux.c:
11221         (gst_matroska_mux_create_buffer_header),
11222         (gst_matroska_mux_write_data):
11223           Fix timestamping of B-frames, use signed integers, do
11224           some rounding (#339678).
11225
11226 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11227
11228         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11229         just make it compile with --disable-gst-debug.
11230
11231 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11232
11233         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11234         Fix a bad conversion using gst_guint64_to_gdouble.
11235         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11236         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11237         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11238     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11239         mistake.
11240
11241 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11242
11243         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11244         Use gst_guint64_to_gdouble for conversions
11245         * win32/vs6/gst_plugins_good.dsw:
11246         * win32/vs6/libgsticydemux.dsp:
11247         Add a project file for icydemux
11248
11249 2006-04-21  Wim Taymans  <wim@fluendo.com>
11250
11251         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11252
11253         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11254         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11255         When splitting audio chunks, the block alignment is not taken in
11256         consideration, so the smaller chunks could be of size which is 
11257         not a multiple of the block alignment. Fixes #336904
11258
11259 2006-04-21  Wim Taymans  <wim@fluendo.com>
11260
11261         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11262         Use scale functions
11263
11264 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11265
11266         * ext/dv/gstdv.c: (plugin_init):
11267           Fix build.
11268
11269 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11270
11271         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11272         (gst_progress_report_class_init), (gst_progress_report_init),
11273         (gst_progress_report_do_query), (gst_progress_report_report),
11274         (gst_progress_report_set_property),
11275         (gst_progress_report_get_property):
11276           Add 'format' property to force querying to a particular format.
11277
11278 2006-04-21  Andy Wingo  <wingo@pobox.com>
11279
11280         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11281         best, on big endian systems. Drop its rank in that case. OTOH on
11282         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11283
11284 2006-04-21  Michael Smith  <msmith@fluendo.com>
11285
11286         * configure.ac:
11287         * gst/icydemux/Makefile.am:
11288         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11289         (gst_icydemux_base_init), (gst_icydemux_class_init),
11290         (gst_icydemux_reset), (gst_icydemux_init),
11291         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11292         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11293         (unicodify), (gst_icydemux_unicodify),
11294         (gst_icydemux_parse_and_send_tags),
11295         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11296         (gst_icydemux_chain), (gst_icydemux_change_state),
11297         (gst_icydemux_send_tag_event), (plugin_init):
11298         * gst/icydemux/gsticydemux.h:
11299         * tests/check/Makefile.am:
11300         * tests/check/elements/icydemux.c: (typefind_succeed),
11301         (plugin_init), (icydemux_found_pad), (create_icydemux),
11302         (cleanup_icydemux), (push_data), (GST_START_TEST),
11303         (icydemux_suite), (main):
11304           Add icydemux, and tests.
11305
11306 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11307
11308         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11309           Post SEGMENT_DONE message in TIME format.
11310
11311 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11312
11313         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11314
11315         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11316         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11317           Fix index creation when we have to scan the file to create
11318           an index. There may be other types of RIFF 'LIST' chunks than
11319           'movi' and we need to skip them properly as well or we'll end up
11320           reading garbage (#336889). Some other cosmetic changes.
11321           
11322 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11325         (gst_flac_dec_handle_seek_event):
11326           Add support for segment seeks (fixes #338290). Also demote
11327           some recurring debug message from DEBUG to LOG level.
11328
11329 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11330
11331         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11332         (gst_matroskademux_do_index_seek),
11333         (gst_matroska_demux_handle_seek_event),
11334         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11335         * gst/matroska/matroska-ids.h:
11336           Set DISCONT flag on first buffer after a discontinuity.
11337           Fix newsegment events sent when seeking and honour KEY_UNIT
11338           seek flag. Create pad with bogus caps if we don't recognise
11339           the stream codec id.
11340
11341         * gst/matroska/matroska-demux.h:
11342           Fix GObject macros.
11343
11344 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11345
11346         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11347
11348         * gst/matroska/matroska-demux.c:
11349         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11350           Handle end of segment properly when set; don't dead-lock when
11351           posting start of segment message when doing a segment seek.
11352           Fixes #338810.
11353
11354 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11355
11356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11357         (gst_matroska_demux_plugin_init):
11358           Make mpeg2 aac audio work: create artificial private codec data
11359           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11360           Also call gst_riff_init(). Partially fixes #338767.
11361
11362 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11363
11364         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11365         (gst_wavenc_class_init), (gst_wavenc_init),
11366         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11367         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11368         (gst_wavenc_chain), (gst_wavenc_change_state):
11369         * gst/wavenc/gstwavenc.h:
11370           Set caps on first outgoing buffer, so that it doesn't error out
11371           immediately with a non-negotiated error (#338716). Rewrite and
11372           clean up a bit; fix setcaps function to parse things properly;
11373           fix sink caps (8bit audio is unsigned and doesn't have depth);
11374           use boilerplate macros; remove unused properties stuff.
11375
11376 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11379           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11380           handle MJPEG streams and might be autoplugged for those if the
11381           user doesn't have jpegdec installed (resulting in a cryptic error
11382           message about huffman tables). Better to disable JPEG decoding here
11383           and let the user figure out that she needs to install jpegdec.
11384
11385 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11386
11387         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11388         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11389         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11390         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11391           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11392           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11393           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11394           debug messages. Fix boilerplate macros.
11395
11396 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11399         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11400           No need to special-case for Gdk-2.0 any longer, we require
11401           Gdk 2.2 or newer; minor clean-ups.
11402
11403 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11406         (gst_shout2send_class_init), (gst_shout2send_init),
11407         (set_shout_metadata), (gst_shout2send_set_metadata),
11408         (gst_shout2send_event), (gst_shout2send_start),
11409         (gst_shout2send_connect), (gst_shout2send_stop),
11410         (gst_shout2send_render), (gst_shout2send_set_property),
11411         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11412         (plugin_init):
11413         * ext/shout2/gstshout2.h:
11414         * po/POTFILES.in:
11415           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11416           change function; use GST_ELEMENT_ERROR for error reporting, not
11417           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11418           will cause crashes or assertion failures; remove (unused) "sync"
11419           property, basesink already has such a property; misc. other
11420           minor fixes and cleanups.
11421
11422 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11425         * ext/esd/gstesd.c: (plugin_init):
11426         * po/POTFILES.in:
11427           Add translatable error message for when we cannot
11428           connect to the sound server, as "Cannot open resource
11429           for writing" isn't really an acceptable message to show
11430           to the user in this case.
11431
11432 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * sys/oss/gst-i18n-plugin.h:
11435           Remove bogus file that doesn't belong here.
11436
11437 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11438
11439         Patch by: Philippe Valembois
11440
11441         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11442         (gst_shout2send_set_metadata), (gst_shout2send_event),
11443         (gst_shout2send_render), (gst_shout2send_change_state):
11444         * ext/shout2/gstshout2.h:
11445           Handle tags being received before the connection to
11446           the server is established properly (see #338636).
11447
11448 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11449
11450         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11451           Don't crash in case the connection to the server fails:
11452           don't set pointer to NULL by assigning FALSE; error out
11453           properly by using GST_ELEMENT_ERROR and returning
11454           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11455           before resetting the pointer.
11456
11457 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11458
11459         * gst/id3demux/id3tags.c:
11460         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11461         (Fixes #338713)
11462
11463 2006-04-12  Wim Taymans  <wim@fluendo.com>
11464
11465         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11466         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11467         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11468         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11469         (gst_gdk_pixbuf_chain):
11470         Some cleanups.
11471         Added RGBA as a possible output format.
11472         Correctly free the supported mimetypes.
11473         deprecate silent arg, it's not used.
11474         Return result from _alloc_buffer to peer.
11475
11476 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11477
11478         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11479           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11480           overwriting GST_BUFFER_MALLOCDATA.
11481
11482 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11485         (user_endrow_callback), (user_end_callback),
11486         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11487         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11488         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11489         * ext/libpng/gstpngdec.h:
11490           Handle more than one frame if the content is framed,
11491           like with png-in-quicktime (#331917).
11492
11493 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11494
11495         * sys/oss/Makefile.am:
11496         * sys/oss/common.h:
11497         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11498         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11499         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11500         (gst_oss_src_unprepare):
11501           - the user-visible error strings were in the wrong category
11502           - and the messages were not marked for translation
11503           - which is actually a good thing, because they were exactly
11504             the kind of message you would never want anyone to see
11505           - the macros were using variables that didn't exist in the macro
11506             arguments
11507           - and they were obviously copied from each other and then modified
11508           - so a common header makes sense
11509
11510 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11513           Don't try to modify read-only data.
11514
11515         * gst/matroska/matroska-demux.c:
11516         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11517           Fix comment (won't crash any longer now).
11518
11519 2006-04-10  Michael Smith  <msmith@fluendo.com>
11520
11521         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11522           Use copies of header buffers for caps to avoid circular refcounting
11523           problems (as in theoradec, vorbisdec).
11524
11525         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11526           Fix a typo in test that meant it was testing the wrong thing.
11527
11528         * tests/check/elements/cmmlenc.c: (check_headers):
11529           Fix refcount checks now that we use buffer-copies for caps.
11530
11531 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11534         (gst_matroska_demux_handle_seek_event),
11535         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11536         (gst_matroska_demux_subtitle_caps),
11537         (gst_matroska_demux_plugin_init):
11538           Use static pad templates with ANY caps for audio and video
11539           source pads and get rid of a lot of unnecessary (and partially
11540           broken) code for the template caps. Clean up caps finding
11541           functions. Fixes playback of audio files/streams that do not
11542           contain the sample rate and/or number of channels in the audio
11543           context (happens a lot with vorbis/mp3 .mka files it seems).
11544           Fixes #337183.
11545           Also add myself to copyright holders.
11546
11547 2006-04-10  Michael Smith  <msmith@fluendo.com>
11548
11549         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11550           Use g_list_delete_link () instead of g_list_remove_link () so that
11551           we free the link as well as the contained data.
11552
11553 2006-04-10  Wim Taymans  <wim@fluendo.com>
11554
11555         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11556
11557         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11558         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11559         (gst_avi_demux_stream_header):
11560         Fix some crashers with empty chunks. (Fixes #337749)
11561
11562 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11563
11564         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11565           use G_GINT64_CONSTANT for INT64 constants
11566         * gst/videofilter/gstvideobalance.c:
11567           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11568         * win32/vs6/libgstavi.dsp:
11569          add missing libraries for the link and remove avimux.c from
11570          the project as it isn't ported to 0.10 yet
11571         
11572 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11573
11574         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11575           Even better would be if we actually did the right thing
11576           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11577
11578 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11581           Can't just replace 1LL with 1L here just because MSVC doesn't
11582           support it, as it might lead to incorrect results when doing the
11583           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11584           force a 64-bit constant in a way that all compilers are happy with.
11585
11586 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11587
11588         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11589         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11590         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11591         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11592         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11593         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11594         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11595         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11596         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11597         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11598         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11599         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11600         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11601         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11602         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11603         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11604         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11605         * gst/debug/efence.c: (gst_efence_class_init):
11606         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11607         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11608         * gst/goom/gstgoom.c: (gst_goom_class_init):
11609         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11610         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11611         * gst/interleave/interleave.c: (interleave_class_init):
11612         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11613         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11614         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11615         * gst/median/gstmedian.c: (gst_median_class_init):
11616         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11617         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11618         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11619         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11620         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11621         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11622         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11623         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11624         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11625         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11626         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11627         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11628         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11629         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11630         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11631         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11632         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11633         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11634         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11635         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11636         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11637         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11638         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11639         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11640         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11642         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11643         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11644         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11645         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11646         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11647         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11648         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11649         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11650         * sys/osxaudio/gstosxaudioelement.c:
11651         (gst_osxaudioelement_class_init):
11652         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11653         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11654         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11655         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11656
11657 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11658
11659         * ext/mikmod/gstmikmod.h:
11660         * gst/level/gstlevel.h:
11661         Fix more broken GObject macros
11662
11663 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11664
11665         * ext/annodex/gstcmmldec.h:
11666         * ext/annodex/gstcmmlenc.h:
11667         * ext/annodex/gstcmmltag.h:
11668         * ext/cairo/gsttextoverlay.h:
11669         * ext/ladspa/gstsignalprocessor.h:
11670         * gst/matroska/ebml-read.h:
11671         * gst/matroska/ebml-write.h:
11672         * sys/osxaudio/gstosxaudioelement.h:
11673         Fix broken GObject macros
11674
11675 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11678           Don't try to seek beyond the end of the file (would
11679           occasionally display error dialogs in totem when seeking
11680           to the end) (#335869). Will still throw an error though
11681           if the file is truncated and the total_samples value in
11682           the stream header is wrong.
11683
11684 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11687         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11688         (gst_flac_dec_metadata_callback):
11689         * ext/flac/gstflacdec.h:
11690           If the stream header doesn't contain the total number of samples,
11691           search for the last flac frame at the end of the file and calculate
11692           the total duration from that frame's offset (fixes #337609).
11693
11694 2006-04-07  Edward Hervey  <edward@fluendo.com>
11695
11696         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11697         Don't unref the GstPadTemplate returned by
11698         gst_element_class_get_pad_template().
11699
11700 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11701
11702         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11703
11704         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11705         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11706         * sys/sunaudio/gstsunaudiosink.h:
11707           Use spec->segsize and spec->segtotal in the prepare function
11708           to initialise the ring buffer instead of using the buffer-time
11709           property (#337421).
11710
11711 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11712
11713         * configure.ac:
11714           Bump core requirements to CVS for gst_pad_query_peer_duration()
11715           which is used by speexdec.
11716
11717 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11718
11719         * ext/speex/gstspeex.c: (plugin_init):
11720         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11721         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11722         (speex_get_sink_query_types), (speex_dec_sink_query),
11723         (speex_get_src_query_types), (speex_dec_src_query),
11724         (speex_dec_src_event), (speex_dec_sink_event),
11725         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11726         (speex_dec_chain_parse_data), (speex_dec_chain),
11727         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11728         (speex_dec_change_state):
11729         * ext/speex/gstspeexdec.h:
11730           Fix seeking and duration queries (#337033); clean up and
11731           refactor a bit.
11732
11733 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11734
11735         * ext/raw1394/gstdv1394src.c:
11736           distinguish between device not found and could not open for
11737           reading
11738
11739 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11740
11741         * Makefile.am:
11742         * configure.ac:
11743         * pkgconfig/.cvsignore:
11744         * pkgconfig/Makefile.am:
11745         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11746           add a .pc file so other modules can use good plugins in tests
11747
11748 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11749
11750         * configure.ac:
11751           clean up, use AS_VERSION and AS_NANO
11752         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11753           use PACKAGE_VERSION define
11754         * po/af.po:
11755         * po/az.po:
11756         * po/cs.po:
11757         * po/en_GB.po:
11758         * po/hu.po:
11759         * po/it.po:
11760         * po/nb.po:
11761         * po/nl.po:
11762         * po/or.po:
11763         * po/sq.po:
11764         * po/sr.po:
11765         * po/sv.po:
11766         * po/uk.po:
11767         * po/vi.po:
11768           updated
11769
11770 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11771
11772         * ext\jpeg\smokecodec.c:
11773           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11774         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11775           move first instruction after all variables declarations
11776         * gst\alpha\gstalpha.c:
11777         * gst\effectv\gstshagadelic.c:
11778         * gst\smpte\paint.c:
11779         * gst\videofilter\gstvideobalance.c:
11780           define M_PI if it's not defined (it's not defined on WIN32)
11781         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11782         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11783         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11784         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11785         (gst_matroska_demux_video_caps):
11786         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11787         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11788           use gst_guint64_to_gdouble for conversions
11789         * gst\goom\filters.c: (setPixelRGB_):
11790           fix a debug which was using undefined variable
11791         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11792         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11793           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11794         * win32/vs6:
11795           add vs6 projects files for most of plugins-good
11796         
11797 2006-03-30  j^  <j@bootlab.org>
11798
11799         * ext/aalib/gstaasink.c:
11800         * ext/annodex/gstcmmldec.c:
11801         * ext/annodex/gstcmmlenc.c:
11802         * ext/cairo/gsttextoverlay.c:
11803         * ext/cairo/gsttimeoverlay.c:
11804         * ext/cdio/gstcdiocddasrc.c:
11805         * ext/dv/gstdvdec.c:
11806         * ext/esd/esdmon.c:
11807         * ext/esd/esdsink.c:
11808         * ext/flac/gstflacdec.c:
11809         * ext/flac/gstflacenc.c:
11810         * ext/flac/gstflactag.c:
11811         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11812         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11813         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11814         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11815         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11816         * ext/gdk_pixbuf/pixbufscale.c:
11817         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11818         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11819         * ext/jpeg/gstjpegdec.c:
11820         * ext/jpeg/gstjpegenc.c:
11821         * ext/jpeg/gstsmokedec.c:
11822         * ext/jpeg/gstsmokeenc.c:
11823         * ext/libcaca/gstcacasink.c:
11824         * ext/libmng/gstmngdec.c:
11825         * ext/libmng/gstmngenc.c:
11826         * ext/libpng/gstpngdec.c:
11827         * ext/libpng/gstpngenc.c:
11828         * ext/mikmod/gstmikmod.c:
11829         * ext/raw1394/gstdv1394src.c:
11830         * ext/shout2/gstshout2.c:
11831         * ext/speex/gstspeexdec.c:
11832         * ext/speex/gstspeexenc.c:
11833         * gst/alpha/gstalpha.c:
11834         * gst/alpha/gstalphacolor.c:
11835         * gst/auparse/gstauparse.c:
11836         * gst/autodetect/gstautoaudiosink.c:
11837         (gst_auto_audio_sink_base_init):
11838         * gst/autodetect/gstautovideosink.c:
11839         (gst_auto_video_sink_base_init):
11840         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11841         * gst/cutter/gstcutter.c:
11842         * gst/debug/breakmydata.c:
11843         * gst/debug/efence.c:
11844         * gst/debug/gstnavigationtest.c:
11845         * gst/debug/negotiation.c:
11846         * gst/debug/progressreport.c:
11847         * gst/debug/testplugin.c:
11848         * gst/effectv/gstaging.c:
11849         * gst/effectv/gstdice.c:
11850         * gst/effectv/gstedge.c:
11851         * gst/effectv/gstquark.c:
11852         * gst/effectv/gstrev.c:
11853         * gst/effectv/gstvertigo.c:
11854         * gst/effectv/gstwarp.c:
11855         * gst/flx/gstflxdec.c:
11856         * gst/goom/gstgoom.c:
11857         * gst/interleave/deinterleave.c:
11858         * gst/interleave/interleave.c:
11859         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11860         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11861         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11862         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11863         * gst/level/gstlevel.c:
11864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11865         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11866         * gst/median/gstmedian.c:
11867         * gst/monoscope/gstmonoscope.c:
11868         * gst/multipart/multipartdemux.c:
11869         * gst/multipart/multipartmux.c:
11870         * gst/oldcore/gstmd5sink.c:
11871         * gst/oldcore/gstmultifilesrc.c:
11872         * gst/oldcore/gstpipefilter.c:
11873         * gst/oldcore/gstshaper.c:
11874         * gst/oldcore/gststatistics.c:
11875         * gst/rtp/gstasteriskh263.c:
11876         * gst/rtp/gstrtpL16depay.c:
11877         * gst/rtp/gstrtpL16pay.c:
11878         * gst/rtp/gstrtpamrdepay.c:
11879         * gst/rtp/gstrtpamrpay.c:
11880         * gst/rtp/gstrtpdepay.c:
11881         * gst/rtp/gstrtpgsmpay.c:
11882         * gst/rtp/gstrtph263pay.c:
11883         * gst/rtp/gstrtph263pdepay.c:
11884         * gst/rtp/gstrtph263ppay.c:
11885         * gst/rtp/gstrtpmp4gpay.c:
11886         * gst/rtp/gstrtpmp4vdepay.c:
11887         * gst/rtp/gstrtpmp4vpay.c:
11888         * gst/rtp/gstrtpmpadepay.c:
11889         * gst/rtp/gstrtpmpapay.c:
11890         * gst/rtp/gstrtppcmadepay.c:
11891         * gst/rtp/gstrtppcmapay.c:
11892         * gst/rtp/gstrtppcmudepay.c:
11893         * gst/rtp/gstrtppcmupay.c:
11894         * gst/rtp/gstrtpspeexdepay.c:
11895         * gst/rtp/gstrtpspeexpay.c:
11896         * gst/rtsp/gstrtpdec.c:
11897         * gst/smpte/gstsmpte.c:
11898         * gst/videobox/gstvideobox.c:
11899         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11900         * gst/videofilter/gstvideobalance.c:
11901         * gst/videofilter/gstvideoflip.c:
11902         * gst/videofilter/gstvideotemplate.c:
11903         (gst_videotemplate_base_init):
11904         * gst/videomixer/videomixer.c:
11905         * gst/wavenc/gstwavenc.c:
11906         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11907          better/unified long descriptions
11908          Fixed #336602
11909          Some cleanups to auparse, don't send multiple newsegments.
11910
11911 2006-03-29  Wim Taymans  <wim@fluendo.com>
11912
11913         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11914
11915         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11916         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11917         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11918         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11919         * ext/dv/gstdvdemux.h:
11920         Seek in READY patch. Only works for pull based mode.
11921         Fixes #323880
11922
11923 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11926         (gst_gdk_pixbuf_event):
11927           Fix two crashers: don't unref the same caps twice, and
11928           set pixbuf loader to NULL after freeing it.
11929
11930 2006-03-27  Wim Taymans  <wim@fluendo.com>
11931
11932         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11933         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11934         (gst_speexenc_chain):
11935         * ext/speex/gstspeexenc.h:
11936         Don't leak adapter.
11937         A push *always* takes ownership of the buffer, even on
11938         errors.
11939         Small cleanups.
11940
11941 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11942
11943         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11944           Create source pad without leaking.
11945
11946 2006-03-24  Wim Taymans  <wim@fluendo.com>
11947
11948         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11949         * ext/flac/gstflacdec.h:
11950         * ext/flac/gstflacenc.h:
11951         Spifify a bit.
11952         Fix deadly lock order error in seeking code, STREAM_LOCK
11953         cannot be taken within LOCK and the streaming variables are
11954         protected with the STREAM_LOCK anyway.
11955
11956 2006-03-24  Wim Taymans  <wim@fluendo.com>
11957
11958         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11959         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11960         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11961         this patch combines the global init_frames with the stream
11962         init_frames. Rationale being that the global delay should 
11963         be subtracted from any stream delay.
11964         Fixes #335858.
11965
11966 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11967
11968         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11969         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11970         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11971         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11972         use DEBUG_FUNCPTR for collectpads
11973
11974 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11975
11976         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11977           Don't crash when encoding images where the number of rows isn't
11978           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11979
11980 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11983         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11984         * gst/interleave/interleave.c: (interleave_change_state):
11985         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
11986           More state change function fixes.
11987
11988 2006-03-23  Wim Taymans  <wim@fluendo.com>
11989
11990         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11991         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
11992         (gst_esdsink_prepare), (gst_esdsink_unprepare),
11993         (gst_esdsink_delay), (gst_esdsink_reset):
11994         * ext/esd/esdsink.h:
11995         Fix esd choppy playback by configuring audiosink
11996         correctly. Fixes #325191
11997
11998 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12001           Make state change function thread-safe.
12002
12003 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12004
12005         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12006         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12007           Don't try to read beyond the end of the file just because
12008           the header claims a bigger size (like with truncated files).
12009
12010 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12013         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12014         (gst_wavparse_stream_data), (gst_wavparse_loop):
12015         * gst/wavparse/gstwavparse.h:
12016           Delay source pad creation until we have the first chunk of
12017           media data, so the we can examine the data and adjust the
12018           caps accordingly if required. This makes playback of .wav
12019           files with DTS-declared-as-PCM content work (#313266).
12020
12021 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12022
12023         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12024         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12025         Don't attempt typefinding on too-short buffers that have been
12026         completely trimmed away. (Fixes #330239)
12027
12028         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12029         Improve the debug output
12030
12031 2006-03-21  Wim Taymans  <wim@fluendo.com>
12032
12033         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12034         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12035         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12036         (gst_esdsink_set_property), (gst_esdsink_get_property):
12037         Some cleanups.
12038         Reset fd to -1 when we close them.
12039
12040 2006-03-21  Wim Taymans  <wim@fluendo.com>
12041
12042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12043         the OPTIONS request result is optional so don't
12044         fail on it.
12045
12046 2006-03-21  Edward Hervey  <edward@fluendo.com>
12047
12048         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12049         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12050         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12051         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12052         (gst_wavparse_change_state):
12053         gcc 4.1 unreferenced pointer fixes.
12054
12055 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12056
12057         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12058
12059         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12060           Fix block alignment calculation. Alignment should be done before
12061           adding the byte offset where the data starts (#335231).
12062
12063 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12064
12065         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12066           Ensure that we set correct caps on buffers that are transferred
12067           direct from the input.
12068
12069 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12070
12071         * gst/goom/filters.c: (zoomFilterDestroy):
12072         * gst/goom/goom_core.c: (goom_close):
12073           Free filter data when cleaning up. (Fixes: #334995)
12074
12075 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12076
12077         * configure.ac:
12078           Don't compile udp and rtsp plugins on win32 (mingw) or other
12079           systems that don't have <sys/socket.h> for some reason (#316203).
12080
12081 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12082
12083         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12084         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12085         * ext/raw1394/gstdv1394src.h:
12086           Change bus reset handler so it reports useful information such as
12087           whether the device being used connected or disconnected
12088
12089 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12090
12091         * gst/id3demux/id3v2frames.c:
12092         (parse_relative_volume_adjustment_two):
12093           We only care about gain and peak data for the master volume.
12094
12095 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12096
12097         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12098         (parse_id_string), (parse_unique_file_identifier),
12099         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12100           Read replay gain tags (#323721).
12101
12102 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12103
12104         * configure.ac:
12105           Bump requirements to gst-plugins-base CVS because
12106           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12107
12108 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12109
12110         * rtp/gst/gstrtppcmadepay.c:
12111         Fixed one of the caps in the code from mulaw to alaw.
12112
12113 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12114
12115         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12116           Ensure that we set caps on the buffers we pass.
12117
12118         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12119         (gst_id3demux_sink_activate):
12120           Ensure that we set caps on the buffers we pass.
12121
12122           Use STREAM, TYPE_NOT_FOUND as the error class when
12123           typefinding fails.
12124
12125 2006-03-15  Edward Hervey  <edward@fluendo.com>
12126
12127         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12128         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12129         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12130         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12131         (gst_jpeg_dec_setcaps):
12132         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12133         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12134         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12135         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12136         (gst_mngdec_src_getcaps):
12137         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12138         (gst_pngdec_caps_create_and_set):
12139         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12140         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12141         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12142         * gst/alpha/gstalpha.c: (gst_alpha_init):
12143         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12144         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12145         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12146         * gst/cutter/gstcutter.c: (gst_cutter_init):
12147         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12148         (gst_efence_checkgetrange):
12149         * gst/debug/negotiation.c: (gst_negotiation_init):
12150         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12151         * gst/goom/gstgoom.c: (gst_goom_init):
12152         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12153         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12154         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12155         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12156         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12157         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12158         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12159         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12160         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12161         (gst_wavparse_create_sourcepad):
12162         Fix memleak with gst_static_pad_template_get().
12163         This uses gst_pad_new_from_static_template() instead.
12164         Fixes #333512
12165
12166 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12167
12168         * configure.ac:
12169           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12170           used by id3demux.
12171
12172         * gst/id3demux/gstid3demux.c: (plugin_init):
12173         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12174         (parse_user_text_identification_frame),
12175         (parse_unique_file_identifier):
12176           Add support for UFID and TXXX frames and extract musicbrainz tags.
12177
12178 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12179
12180         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12181           Catch short reads, like they might happen with truncated
12182           files (see #305279); remove unnecessary indentation.
12183
12184 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12185
12186         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12187           Fix DIB image inversion for pictures with a
12188           depth != 8 (#305279).
12189
12190 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12193         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12194         * ext/jpeg/gstjpegdec.h:
12195           Fix durations on outgoing buffers after seeking
12196           in MJPEG files (#334083); some minor clean-ups.
12197
12198 2006-03-13  Wim Taymans  <wim@fluendo.com>
12199
12200         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12201         (gst_wavparse_change_state):
12202         Implement seek in READY (re-fixes #327658)
12203
12204 2006-03-13  Wim Taymans  <wim@fluendo.com>
12205
12206         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12207         * ext/esd/esdmon.c: (gst_esdmon_get):
12208         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12209         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12210         (gst_gdk_pixbuf_sink_getcaps):
12211         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12212         (gst_jpegenc_setcaps):
12213         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12214         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12215         (gst_smokeenc_setcaps):
12216         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12217         (gst_mngdec_src_getcaps):
12218         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12219         (gst_mngenc_chain):
12220         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12221         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12222         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12223         (speex_dec_src_event), (speex_dec_chain):
12224         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12225         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12226         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12227         (gst_negotiation_pad_link), (gst_negotiation_chain):
12228         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12229         (gst_flxdec_chain):
12230         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12231         (deinterleave_chain):
12232         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12233         * gst/median/gstmedian.c: (gst_median_link):
12234         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12235         (gst_monoscope_chain):
12236         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12237         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12238         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12239         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12240         close #333784 unref the result of gst_pad_get_parent()
12241         by: Christophe Fergeau.
12242
12243 2006-03-09  Wim Taymans  <wim@fluendo.com>
12244
12245         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12246         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12247         Handle events in push mode better, can now do non-flushing
12248         seeks in push mode as well.
12249
12250 2006-03-07  Wim Taymans  <wim@fluendo.com>
12251
12252         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12253         Applied patch from Kai Vehmanen, fixes #333624.
12254
12255 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12256
12257         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12258         Implement paletted and grayscale png files handling.
12259         (#150363).
12260
12261 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12262
12263         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12264         (gst_speexenc_chain):
12265           fix a tag list assert
12266           follow gst-plugins-base/ext/ogg/README; set OFFSET
12267           and OFFSET_END.  Muxes correctly with gst-plugins-base
12268           > 0.9.3
12269
12270 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12271
12272         * gst/id3demux/Makefile.am:
12273         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12274         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12275           Use new typefind helper functions here as well, and
12276           do typefinding in pull-mode if upstream supports that.
12277
12278 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * sys/sunaudio/gstsunaudiomixerctrl.c:
12281         (gst_sunaudiomixer_ctrl_get_volume),
12282         (gst_sunaudiomixer_ctrl_set_volume):
12283         * sys/sunaudio/gstsunaudiomixertrack.c:
12284         (gst_sunaudiomixer_track_new):
12285           Remove unused variables, breaks build from CVS
12286           with -Werror (#333392, patch by: Benjamin Pineau)
12287
12288 2006-03-03  Wim Taymans  <wim@fluendo.com>
12289
12290         * docs/plugins/Makefile.am:
12291         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12292         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12293         Added wavparse docs.
12294
12295         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12296         (gst_wavparse_reset), (gst_wavparse_init),
12297         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12298         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12299         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12300         (gst_wavparse_stream_data), (gst_wavparse_loop),
12301         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12302         (gst_wavparse_change_state):
12303         * gst/wavparse/gstwavparse.h:
12304         Implement seek in READY (fixes #327658)
12305         Added docs and did some cleanups.
12306
12307 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12308
12309         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12310         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12311         (gst_avi_demux_calculate_durations_from_index),
12312         (gst_avi_demux_stream_header):
12313         * gst/avi/gstavidemux.h:
12314           If we have an index, use a duration based on the index instead
12315           of blindly trusting the information in the stream headers
12316           (fixes #331817).
12317
12318 2006-03-03  Wim Taymans  <wim@fluendo.com>
12319
12320         * docs/plugins/Makefile.am:
12321         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12322         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12323         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12324         Added smoke and jpeg to the docs.
12325
12326         * ext/jpeg/Makefile.am:
12327         * ext/jpeg/gstjpeg.c: (plugin_init):
12328         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12329         * ext/jpeg/gstjpegenc.h:
12330         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12331         (gst_smokedec_chain):
12332         * ext/jpeg/gstsmokedec.h:
12333         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12334         * ext/jpeg/gstsmokeenc.h:
12335         * ext/jpeg/smokecodec.h:
12336         Port smokedec (fixes #331905).
12337         Added some docs.
12338         Some cleanups.
12339
12340 2006-03-03  Wim Taymans  <wim@fluendo.com>
12341
12342         * docs/plugins/Makefile.am:
12343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12344         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12345         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12346         Added videobalance and videoflip to the docs.
12347
12348         * gst/videofilter/Makefile.am:
12349         * gst/videofilter/gstvideobalance.c:
12350         (gst_video_balance_update_tables_planar411),
12351         (gst_video_balance_is_passthrough),
12352         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12353         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12354         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12355         (gst_video_balance_finalize), (gst_video_balance_class_init),
12356         (gst_video_balance_init), (gst_video_balance_interface_supported),
12357         (gst_video_balance_interface_init),
12358         (gst_video_balance_colorbalance_list_channels),
12359         (gst_video_balance_colorbalance_set_value),
12360         (gst_video_balance_colorbalance_get_value),
12361         (gst_video_balance_colorbalance_init),
12362         (gst_video_balance_set_property), (gst_video_balance_get_property),
12363         (gst_video_balance_get_type), (plugin_init):
12364         * gst/videofilter/gstvideobalance.h:
12365         Ported to 0.10. (Fixes #326160)
12366         Added docs.
12367
12368         * gst/videofilter/gstvideoflip.c:
12369         * gst/videofilter/gstvideoflip.h:
12370         Added docs.
12371
12372 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12373
12374         * configure.ac:
12375           Bump requirements to current core and -base CVS
12376           (core for new typefind helper API, and -base for the
12377           WAVFORMATEX support that was added to libgstriff and
12378           is needed by wavparse).
12379         
12380         * gst/apetag/Makefile.am:
12381         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12382         (gst_tag_demux_sink_activate):
12383           Use new typefind helpers for typefinding instead of our
12384           home-grown stuff; also, do typefinding in pull-mode if
12385           upstream supports that.
12386
12387 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12388
12389         Reviewed by: Christian Schaller <christian@fluendo.com>
12390
12391         This patch fixes bug: 329107
12392
12393         This Changelog entry is for a commit done on February 17
12394
12395         * ext/gconf/gconf.c
12396         * ext/gconf/gconf.h
12397         * ext/gconf/gstgconfaudiosink.c
12398         * ext/gconf/gstgconfaudiosink.h
12399         * gconf/gstreamer.schemas.in
12400
12401 2006-02-28  Wim Taymans  <wim@fluendo.com>
12402
12403         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12404         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12405         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12406         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12407         Use DEBUG_OBJECT more.
12408
12409 2006-02-28  Wim Taymans  <wim@fluendo.com>
12410
12411         * docs/plugins/Makefile.am:
12412         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12413         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12414         Added dvdec and dvdemux to docs.
12415
12416         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12417         Added docs.
12418         Check frame sizes so we don't crash when don't have enough
12419         data.
12420         Send nice error messages on error.
12421
12422         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12423         (gst_dvdemux_class_init), (gst_dvdemux_init),
12424         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12425         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12426         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12427         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12428         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12429         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12430         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12431         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12432         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12433         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12434         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12435         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12436         * ext/dv/gstdvdemux.h:
12437         Added docs.
12438         Implement pull mode.
12439         Fix memleaks.
12440         Reduce memcpy for the video demuxing.
12441
12442 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12443
12444         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12445         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12446         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12447         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12448           Add a little extra debug. Make the decoder not return NOT_LINKED,
12449           as we want to continue decoding all CMML and emitting tags.
12450
12451 2006-02-27  Michael Smith  <msmith@fluendo.com>
12452
12453         * ext/annodex/gstskeltag.c:
12454         * ext/annodex/gstskeltag.h:
12455           Deleted; these files aren't used any more either.
12456
12457 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12458
12459         * ext/Makefile.am: Fix dist-check.
12460
12461 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12462
12463         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12464         memleak.
12465
12466 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12467
12468         * ext/annodex/Makefile.am:
12469         * ext/annodex/gstannodex.c:
12470         * ext/annodex/gstcmmldec.c:
12471         * ext/annodex/gstcmmlenc.c:
12472         * ext/annodex/gstcmmlparser.c:
12473         * ext/annodex/gstcmmlparser.h:
12474         * ext/annodex/gstcmmlutils.c:
12475         * tests/check/elements/cmmldec.c:
12476         * tests/check/elements/cmmlenc.c:
12477           Fix a memleak in gst_cmml_track_list_add_clip.
12478           Handle overflows in clip's start and end times.
12479           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12480           Do not parse junk at the end of a CMML preamble buffer.
12481           Register a libxml error handler to not print stuff on stderr.
12482           Check for bad clip start and end times in the testsuites.
12483
12484 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12485
12486         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12487         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12488         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12489         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12490         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12491         possible memleaks.
12492
12493 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12494
12495         * tests/check/Makefile.am:
12496         * tests/check/elements/cmmldec.c:
12497         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12498         the plugins-base tags.
12499
12500 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12501
12502         * ext/Makefile.am: Re-enable module.
12503
12504 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12505
12506         * tests/check/Makefile.am: Forgot to remove that test.
12507
12508 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12509
12510         * ext/annodex/Makefile.am:
12511         * ext/annodex/gstannodex.c: (plugin_init):
12512         * ext/annodex/gstcmmldec.c:
12513         * ext/annodex/gstskeldec.c:
12514         * ext/annodex/gstskeldec.h:
12515         * tests/check/Makefile.am:
12516         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12517
12518 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12519
12520         * tests/check/Makefile.am: Disable those checks as well.
12521
12522 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12523
12524         * ext/Makefile.am: Disable annodex for now until we figure out
12525         how to make it build.
12526         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12527         Add a rule to your checklist : "please try to at least build 
12528         what you are going to commit into -good, or if you are too lazy
12529         to do that, please check that the buildbots are not crying because
12530         of your commit."
12531
12532 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12533
12534         * configure.ac:
12535         * ext/Makefile.am:
12536         * ext/gdk_pixbuf/Makefile.am:
12537         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12538         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12539         * ext/gdk_pixbuf/pixbufscale.c:
12540         * ext/gdk_pixbuf/pixbufscale.h:
12541           Gdkpixbuf ported from 0.8 to 0.10 by
12542           Renato Filho <renato.filho@indt.org.br>.
12543           gst_loader and gdkpixbufanimation still need port.
12544
12545 2006-02-24  Michael Smith  <msmith@fluendo.com>
12546
12547         * configure.ac:
12548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12549         * ext/Makefile.am:
12550         * ext/annodex/Makefile.am:
12551         * ext/annodex/gstannodex.c:
12552         * ext/annodex/gstannodex.h:
12553         * ext/annodex/gstcmmldec.c:
12554         * ext/annodex/gstcmmldec.h:
12555         * ext/annodex/gstcmmlenc.c:
12556         * ext/annodex/gstcmmlenc.h:
12557         * ext/annodex/gstcmmlparser.c:
12558         * ext/annodex/gstcmmlparser.h:
12559         * ext/annodex/gstcmmltag.c:
12560         * ext/annodex/gstcmmltag.h:
12561         * ext/annodex/gstcmmlutils.c:
12562         * ext/annodex/gstcmmlutils.h:
12563         * ext/annodex/gstskeldec.c:
12564         * ext/annodex/gstskeldec.h:
12565         * ext/annodex/gstskeltag.c:
12566         * ext/annodex/gstskeltag.h:
12567         * tests/check/Makefile.am:
12568         * tests/check/elements/cmmldec.c:
12569         * tests/check/elements/cmmlenc.c:
12570         * tests/check/elements/skeldec.c:
12571           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12572           Includes tests & docs, oh my! Passes Thomas's -good checklist
12573           entirely. Wow.
12574
12575 2006-02-24  Michael Smith  <msmith@fluendo.com>
12576
12577         * autogen.sh:
12578           Check for automake 1.9 as well.
12579
12580 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12581
12582         * ext/flac/gstflacenc.c:
12583           Change min. sample rate to 8kHz to match flacdec's.
12584           
12585 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12586
12587         * ext/cdio/Makefile.am:
12588           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12589           required for Cygwin, see #317048)
12590
12591         * gst/rtp/gstasteriskh263.c:
12592           Cygwin has includes for both the unix network socket API
12593           and the windows API, but only one can be included, so fix
12594           includes to only use one or the other, prefering the unxi
12595           one (#317048).
12596
12597 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12598
12599         * rtp/gst/gstrtppcmadepay.c:
12600         * rtp/gst/gstrtppcmadepay.h:
12601         * rtp/gst/gstgstrtppcmapay.c:
12602         * rtp/gst/gstgstrtppcmapay.h:
12603         * rtp/gst/gstrtppcmudepay.c:
12604         * rtp/gst/gstrtppcmudepay.h:
12605         * rtp/gst/gstrtppcmupay.c:
12606         * rtp/gst/gstrtppcmupay.h:
12607         * rtp/gst/Makefile.am:
12608         * rtp/gst/gstrtp.c:
12609         * rtp/gst/README:
12610         Separated the G711 payloaders/depayloaders into separate elements for
12611         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12612
12613 2006-02-22  Wim Taymans  <wim@fluendo.com>
12614
12615         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12616         (gst_dvdec_change_state):
12617         * ext/dv/gstdvdec.h:
12618         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12619         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12620         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12621         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12622         (gst_dvdemux_flush), (gst_dvdemux_chain),
12623         (gst_dvdemux_change_state):
12624         * ext/dv/gstdvdemux.h:
12625         Ueber spiffify some more, added debug category.
12626         Use _scale.
12627         Use segments, respect playback rate from newsegment.
12628         Fix refcount issue.
12629
12630 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12631
12632         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12633         (gst_signal_processor_process):
12634         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12635         enabled for the build, but it helps me win the feature-count
12636         competitions ooh yeah.
12637
12638 2006-02-19  Wim Taymans  <wim@fluendo.com>
12639
12640         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12641         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12642         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12643         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12644         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12645         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12646         Use scaling code for added precission and more correct stop
12647         position in case scale==0.
12648
12649 2006-02-19  Wim Taymans  <wim@fluendo.com>
12650
12651         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12652         (gst_flxdec_chain):
12653         * gst/flx/gstflxdec.h:
12654         Implement DURATION query.
12655
12656 2006-02-19  Wim Taymans  <wim@fluendo.com>
12657
12658         * gst/flx/flx_color.h:
12659         * gst/flx/flx_fmt.h:
12660         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12661         (gst_flxdec_src_query_handler), (flx_decode_color),
12662         (gst_flxdec_chain):
12663         * gst/flx/gstflxdec.h:
12664         Set MALLOCDATA for the temp buffers so we don't leak.
12665         Some debug cleanups.
12666         Consume all data in the adapter before leaving the chain
12667         function. Fixes #330678.
12668
12669 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12670
12671         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12672         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12673          Handle 0 data size in otherwise valid frames.
12674          Handle numeric strings in 2.4.0 even when not in parentheses 
12675
12676 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * gst/matroska/matroska-demux.c:
12679         (gst_matroska_demux_subtitle_caps),
12680         (gst_matroska_demux_plugin_init):
12681         * gst/matroska/matroska-ids.h:
12682           Recognise SSA/ASS and USF subtitle formats and
12683           set proper caps when they are found.
12684
12685 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12686
12687         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12688         (gst_jpeg_dec_chain):
12689           Fix invalid memory access for some odd-sized images
12690           (see image contained in quicktime stream in #327083);
12691           use g_malloc() instead of g_alloca().
12692
12693 2006-02-17  Wim Taymans  <wim@fluendo.com>
12694
12695         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12696         Patch from Sebastien Cote, fixes #319884
12697
12698 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * ext/cdio/gstcdio.c: (plugin_init):
12701           Init debug category (#331253).
12702
12703 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12704
12705         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12706           Pass extra_data to gst_riff_create_audio_caps(), so that
12707           WAVEFORMATEX stuff works. Post audio codec name and post
12708           it as taglist on the bus. Allow up to 8 channesl for raw
12709           PCM in the source pad template caps.
12710
12711 2006-02-16  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12714         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12715         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12716         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12717         (gst_multipart_set_property), (gst_multipart_get_property):
12718         Applied #318663. Gives quite a few false positives in
12719         autoscan mode, but it's better than nothing. Not closing yet.
12720
12721 2006-02-16  Wim Taymans  <wim@fluendo.com>
12722
12723         * docs/plugins/Makefile.am:
12724         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12725         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12726         * docs/plugins/gst-plugins-good-plugins.args:
12727         * docs/plugins/inspect/plugin-udp.xml:
12728         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12729         (gst_udpsrc_start):
12730         Update documentation.
12731         Fix args.
12732
12733 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12734
12735         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12736         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12737         frame size. (Fixes #331368)
12738
12739 2006-02-16  Wim Taymans  <wim@fluendo.com>
12740
12741         * gst/rtsp/README:
12742         Updated README.
12743
12744         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12745         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12746         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12747         * gst/rtsp/gstrtspsrc.h:
12748         Make sure the RTP port is an even port an try to allocate 
12749         another if not.
12750         Added retry property to control max retries for port allocation.
12751         Make sure RTCP port is RTP port+1.
12752         Cleanup when port allocation fails.
12753         Fixes #319183.
12754         
12755 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12756
12757         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12758           Don't ignore return value of the parent class's state
12759           change function (#331385, patch by: Wouter Paesen).
12760
12761 2006-02-15  Wim Taymans  <wim@fluendo.com>
12762
12763         * configure.ac:
12764         * docs/plugins/Makefile.am:
12765         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12766         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12767         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12768         * ext/Makefile.am:
12769         * ext/hal/Makefile.am:
12770         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12771         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12772         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12773         (do_toggle_element), (gst_hal_audio_sink_set_property),
12774         (gst_hal_audio_sink_get_property),
12775         (gst_hal_audio_sink_change_state):
12776         * ext/hal/gsthalaudiosink.h:
12777         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12778         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12779         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12780         (do_toggle_element), (gst_hal_audio_src_set_property),
12781         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12782         * ext/hal/gsthalaudiosrc.h:
12783         * ext/hal/gsthalelements.c: (plugin_init):
12784         * ext/hal/gsthalelements.h:
12785         * ext/hal/hal.c: (gst_hal_get_string),
12786         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12787         (gst_hal_get_audio_src):
12788         * ext/hal/hal.h:
12789         Add HAL sound device wrapper plugins. Closes #329106
12790
12791 2006-02-15  Wim Taymans  <wim@fluendo.com>
12792
12793         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12794         Add comment in a fultile attempt to stop the copy-and-paste 
12795         paradigm leading to duplication of bad code.
12796
12797         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12798         Mime parameters have to be checked case insensitive
12799
12800 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12801
12802         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12803           Advance stream time for lagging subtitle streams by sending
12804           newsegment events with the update flag set.
12805
12806 2006-02-14  Edward Hervey  <edward@fluendo.com>
12807
12808         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12809         There can be bogus data before the hdrl LIST tag in the RIFF header.
12810         It's hard to say if it's not respecting the AVI specifications or not,
12811         but since Google Video is producing AVIs like that and the other player
12812         don't seem to complain, I guess we should do the same.
12813
12814 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12815
12816         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12817         (parse_split_strings):
12818         Add more validation to ensure that a char encoding conversion
12819         produced a valid UTF-8 string.
12820
12821 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12822
12823         Reviewed by: Edward Hervey  <edward@fluendo.com>
12824
12825         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12826         Properly handle end of segment. Closes #330885.
12827
12828 2006-02-13  Wim Taymans  <wim@fluendo.com>
12829
12830         * gst/rtp/gstrtpmp4gpay.h:
12831         For got to commit this one.
12832
12833 2006-02-12  Wim Taymans  <wim@fluendo.com>
12834
12835         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12836         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12837         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12838         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12839         * gst/rtp/gstrtpmp4gpay.h:
12840         Make more things work.
12841         Handle ACC config strings.
12842
12843 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12844
12845         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12846           set timestamps if no incoming timestamps set
12847
12848 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12849
12850         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12851         (gst_tag_demux_do_typefind):
12852           ... and fix the very same leaks in GstTagDemux.
12853
12854 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12855
12856         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12857         (gst_id3demux_do_typefind):
12858         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12859         <jonathan at kaolin dot wh9 dot net>)
12860
12861 2006-02-10  Wim Taymans  <wim@fluendo.com>
12862
12863         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12864         First set options, then set caps or else the baseclass
12865         will not know about the options, duh.
12866
12867 2006-02-10  Wim Taymans  <wim@fluendo.com>
12868
12869         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12870         (gst_rtp_mp4v_pay_setcaps):
12871         Don't waste time looking for a config string if we have codec_info
12872         on the incomming caps.
12873
12874 2006-02-10  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/rtp/README:
12877         Say something about case-sensitivity of caps vs mime-attributes.
12878
12879         * gst/rtp/Makefile.am:
12880         * gst/rtp/gstrtp.c: (plugin_init):
12881         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12882         (gst_rtp_amr_pay_handle_buffer):
12883         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12884         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12885         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12886         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12887         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12888         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12889         (gst_rtp_mp4g_pay_plugin_init):
12890         * gst/rtp/gstrtpmp4gpay.h:
12891         Added beginnings of mpeg4-generic payloader (RFC 3640)
12892
12893 2006-02-09  Wim Taymans  <wim@fluendo.com>
12894
12895         * gst/rtsp/Makefile.am:
12896         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12897         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12898         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12899         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12900         (gst_rtpdec_change_state):
12901         * gst/rtsp/gstrtpdec.h:
12902         * gst/rtsp/gstrtsp.c: (plugin_init):
12903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12904         * gst/rtsp/rtspconnection.c: (read_body),
12905         (rtsp_connection_receive):
12906         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12907         Resurected rtpdec to make rtspsrc happy again.
12908         Skip attributes from the session id.
12909         Don't crash when dumping a message with an empty body.
12910
12911
12912 2006-02-09  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12915         Added more meaningfull warnings when something goes wrong.
12916         Clear F bit on outgoing AMR packets.
12917
12918         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12919         (gst_rtp_amr_pay_handle_buffer):
12920         Added debugging category
12921         Support payloading of multiple AMR frames.
12922
12923         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12924         Added some debugging.
12925
12926 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12927
12928         * configure.ac:
12929           Back to CVS
12930
12931 === release 0.10.2 ===
12932
12933 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12934
12935         * configure.ac:
12936           releasing 0.10.2, "Papa was a rolling stone"
12937
12938 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12939
12940         * configure.ac:
12941           Bump core and plugins-base requirement to 0.10.2.2
12942           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12943
12944 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12945
12946         * ext/flac/gstflac.c: (plugin_init):
12947         * ext/speex/gstspeex.c: (plugin_init):
12948           Register musicbrainz tags.
12949
12950 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12951
12952         * ext/gconf/gconf.h:
12953           Remove declaration of function that no longer exists.
12954
12955 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12956
12957         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12958         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12959         Make shout2 work for non ogg streams
12960
12961 2006-02-06  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12964         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12965         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12966         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12967         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12968         * gst/udp/gstmultiudpsink.h:
12969         Updated docs.
12970         Added properties bytes-served, bytes_to_serve.
12971         Post proper error messages,
12972         Emit client added signal too.
12973
12974 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12975
12976         * docs/plugins/Makefile.am:
12977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12978         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12979         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12980         (gst_multiudpsink_get_stats):
12981           adding docs for multiudpsink
12982
12983 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12984
12985         * gst/level/gstlevel.c: (gst_level_transform_ip):
12986           peak below decay is not necessarily an error, so don't ERROR log
12987
12988 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12989
12990         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
12991         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
12992         (gst_ebml_write_seek):
12993         * gst/matroska/ebml-write.h:
12994           Make sure we send a newsegment event in BYTES format
12995           before sending buffers (#328531).
12996
12997 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13000         (gst_dvdemux_sink_query):
13001         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13002         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13003         (speex_dec_src_query):
13004         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13005         (gst_speexenc_sink_query):
13006         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13007         * gst/matroska/matroska-demux.c:
13008         (gst_matroska_demux_get_src_query_types),
13009         (gst_matroska_demux_handle_src_query):
13010         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13011         (gst_wavparse_pad_query):
13012           Pass unhandled queries upstream instead of just dropping
13013           them (#326446). Update query type arrays here and there.
13014
13015 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13016
13017         * tests/check/elements/matroskamux.c: (setup_src_pad):
13018           Collectpads in core got changed and now also holds a
13019           reference to any pad that is part of it. Fix refcount
13020           checks in test case accordingly.
13021
13022 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13023
13024         * gst/apetag/gstapedemux.h:
13025           Fix include, for now GstTagDemux is in the apetag dir.
13026
13027 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13028
13029         * docs/plugins/Makefile.am:
13030         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13031         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13032         * docs/plugins/inspect/plugin-cdio.xml:
13033           Add cdio plugin to docs.
13034
13035         * ext/cdio/gstcdiocddasrc.c:
13036           Add gtk-doc blurb.
13037
13038         * ext/cdio/gstcdio.c:
13039           The plugin is called 'cdio' not 'cddio'.
13040
13041 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         * configure.ac:
13044         * docs/plugins/Makefile.am:
13045         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13046         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13047         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13048         * docs/plugins/inspect/plugin-apetag.xml:
13049         * gst/apetag/Makefile.am:
13050         * gst/apetag/gstapedemux.c:
13051         * gst/apetag/gstapedemux.h:
13052         * gst/apetag/gsttagdemux.c:
13053         * gst/apetag/gsttagdemux.h:
13054           Add APE tag demuxer (#325649).
13055
13056 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13057
13058         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13059         (gst_gconf_get_default_video_sink),
13060         (gst_gconf_get_default_audio_src),
13061         (gst_gconf_get_default_video_src):
13062         * ext/gconf/gconf.h:
13063         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13064         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13065         (do_toggle_element):
13066         * ext/gconf/gstgconfaudiosink.h:
13067         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13068         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13069         (do_toggle_element):
13070         * ext/gconf/gstgconfaudiosrc.h:
13071         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13072         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13073         (do_toggle_element):
13074         * ext/gconf/gstgconfvideosink.h:
13075         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13076         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13077         (do_toggle_element):
13078         * ext/gconf/gstgconfvideosrc.h:
13079           Ignore changing the GConf key to "". Ignore GConf key updates
13080           that don't actually change the string.
13081           For now, ignore the GConf key when the state is > READY, as
13082           it breaks streaming. Sometime it will be nice to bring the
13083           new sink online even mid-stream, by sending NEWSEGMENT info
13084           and possibly prerolling.
13085           (Fixes #326736)
13086
13087 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13088
13089         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13090         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13091         (zoomFilterSetResolution), (zoomFilterDestroy),
13092         (zoomFilterFastRGB), (pointFilter):
13093         * gst/goom/filters.h:
13094         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13095         (goom_update), (goom_close):
13096         * gst/goom/goom_core.h:
13097         * gst/goom/goom_tools.h:
13098         * gst/goom/graphic.c:
13099         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13100         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13101         * gst/goom/gstgoom.h:
13102         * gst/goom/lines.c: (goom_lines):
13103         * gst/goom/lines.h:
13104           Make goom reentrant by moving all important static variables
13105           into instance structures.
13106           (Fixes #329181)
13107
13108 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13109
13110         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13111         (gst_avi_demux_all_source_pads_unlinked),
13112         (gst_avi_demux_process_next_entry):
13113         * gst/avi/gstavidemux.h:
13114           Third attempt, use gst_pad_is_linked() this time.
13115
13116 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13117
13118         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13119         (parse_split_strings):
13120         Adjust for data length indicators when parsing (Fixes #329810)
13121         Fix stupid bug parsing UTF-8 tag text.
13122         Output tag strings with multiple fields as multiple tags, so the
13123         app gets all the data.
13124
13125 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13126
13127         * ext/flac/gstflacenc.c:
13128         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13129         show me.
13130         
13131 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13132
13133         * ext/flac/gstflacenc.c:
13134         * gst/matroska/ebml-read.c:
13135         Just make it compile with --disable-gst-debug.
13136
13137 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13138
13139         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13140         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13141         (id3v2_genre_fields_to_taglist):
13142           Never output a tag with a null contents string.
13143
13144 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13147           Only pause if all pads are unlinked AND we've tried to send data
13148           on all of them at least once.
13149
13150 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13151
13152         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13153         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13154           Make loop function/task pause itself when all source pads are
13155           unlinked.
13156
13157 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         * configure.ac:
13160         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13161           Use new functions from core to render a bin from a
13162           string. Fixes build. Up requirements to core CVS.
13163
13164 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13167           Don't push buffers into the adapter that we are going to
13168           push downstream again without framing anyway. Also, the
13169           adaptor takes ownership of buffers put into it (fixes
13170           auparse pushing invalid buffers for .au files with
13171           ADPCM contents). Finally, set caps on all outgoing buffers.
13172
13173 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13174
13175         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13176         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13177         (gst_id3demux_send_tag_event):
13178         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13179         Someone should kick my butt. Remove ID3v1 tags from the end of the
13180         file.
13181
13182         Improve error messages. Send the TAG message as soon as we complete
13183         typefinding, instead of waiting until we send the first buffer.
13184         Downstream tag event is still sent before the first buffer.
13185
13186 2006-01-27  Jan Gerber  <j@bootlab.org>
13187
13188         Reviewed by: Andy Wingo <wingo@pobox.com>
13189
13190         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13191         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13192         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13193         to not have warings flooding stderr. this is the suggested way
13194         also used in dvgrab and kino. (#328336)
13195
13196 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13197
13198         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13199         (gst_oss_sink_init), (gst_oss_sink_finalise):
13200           Free the device name string when finalised.
13201
13202 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13203
13204         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13205           Don't put function calls in g_return_if_fail() statements,
13206           or they'll be replaced with NOOPs if someone compiles with
13207           G_DISABLE_CHECKS defined.
13208           
13209 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13210
13211         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13212         Never trust ANY information encoded in a media file, especially
13213         when it's giving you sizes. (Fixes #328452)
13214
13215 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13216
13217         * gst/rtp/gstrtpg711pay.c:
13218         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13219         bug #325148.
13220
13221 2006-01-23  Edward Hervey  <edward@fluendo.com>
13222
13223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13224         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13225         * gst/matroska/matroska-ids.h:
13226         Added recognition of Real Audio and Video streams in matroska demuxer.
13227
13228 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13229
13230         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13231           Remove errant break statement, and fix compilation with
13232           older GCC.
13233
13234 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13235
13236         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13237
13238         * sys/sunaudio/gstsunaudiomixerctrl.c:
13239         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13240           Export functions that are needed in other parts of the code,
13241           makes the mixer actually work; adjust magic minimum buffer-time
13242           value from 3ms to 5ms to work around stuttering during mp3
13243           playback (#327765).
13244
13245 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13246
13247         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13248
13249         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13250         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13251           Fix possible deadlock in matroska muxer (#327825).
13252
13253 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13254
13255         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13256         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13257         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13258         * gst/rtsp/sdpmessage.h:
13259         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13260         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13261           C89 fixes: declare variables at the beginning of a block and
13262           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13263           <jensgr at gmx dot net>).
13264
13265 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13266
13267         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13268         * gst/id3demux/id3tags.h:
13269         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13270         (parse_comment_frame), (parse_text_identification_frame),
13271         (id3v2_tag_to_taglist), (id3v2_are_digits),
13272         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13273         (parse_split_strings), (free_tag_strings):
13274           Rewrite parsing of text tags to handle multiple NULL terminated
13275           strings. Parse numeric genre strings and ID3v2 type
13276           "(3)(6)Alternative" style genre strings.
13277           Parse dates that are only YYYY or YYYY-mm format.
13278           (Fixes #328241 and #322154)
13279
13280 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13281
13282         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13283           Don't forget to initialize liboil, otherwise our oil functions
13284           will crash (fixes #327871; patch by: Christoph Burghardt
13285           <hawkes at web dot de>).
13286
13287 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13288
13289         * configure.ac:
13290           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13291           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13292           patch by: Brian Cameron <brian dot cameron at sun dot com>
13293
13294 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13295
13296         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13297         * ext/cdio/gstcdio.h:
13298         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13299           Fix build for libcdio versions >= 76; give slightly lower rank
13300           than cdparanoia.
13301
13302 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * configure.ac:
13305         * ext/Makefile.am:
13306         * ext/cdio/Makefile.am:
13307         * ext/cdio/gstcdio.c:
13308         * ext/cdio/gstcdio.h:
13309         * ext/cdio/gstcdiocddasrc.c:
13310         * ext/cdio/gstcdiocddasrc.h:
13311           Port libcdio cdda source, formerly known as cddasrc, now known as
13312           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13313           but that's not tested (fixes #317658).
13314
13315 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13316
13317         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13318           Fix conversion from TIME to BYTES format (fixes #326864;
13319           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13320
13321 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13322
13323         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13324           Fix compilation of id3demux when zlib is not present.
13325           (Fixes #326602; patch by: Sergey Scobich)
13326
13327 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         * ext/esd/Makefile.am:
13330           Add $(ESD_CFLAGS), otherwise build will fail for folks
13331           with libesd in a non-standard prefix (#327009).
13332
13333 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13334
13335         * configure.ac:
13336           back to HEAD
13337
13338 === release 0.10.1 ===
13339
13340 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13341
13342         * configure.ac:
13343           releasing 0.10.1, "Li"
13344
13345 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13346
13347           patch by: Wim Taymans
13348
13349         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13350           fix memleak.  Fixes #326618
13351
13352 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13353
13354           patch by: Mike Smith
13355
13356         * gst/level/gstlevel.c: (gst_level_message_new),
13357         (gst_level_message_append_channel):
13358           Fix memleak.  Fixes #326612
13359
13360 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13361
13362         * configure.ac:
13363           prereleasing
13364         * po/af.po:
13365         * po/az.po:
13366         * po/cs.po:
13367         * po/en_GB.po:
13368         * po/hu.po:
13369         * po/it.po:
13370         * po/nb.po:
13371         * po/nl.po:
13372         * po/or.po:
13373         * po/sq.po:
13374         * po/sr.po:
13375         * po/sv.po:
13376         * po/uk.po:
13377         * po/vi.po:
13378           update translations
13379
13380 2006-01-10  Michael Smith  <msmith@fluendo.com>
13381
13382         * gst/level/gstlevel.c: (gst_level_class_init),
13383         (gst_level_dispose):
13384           Don't leak filter arrays.
13385
13386 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13387
13388         reviewed by: Christian Schaller <uraeus@gnome.org>
13389         
13390         * configure.ac:
13391         * gst-plugins-good.spec.in:
13392         * sys/Makefile.am:
13393         * sys/sunaudio/Makefile.am:
13394         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13395         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13396         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13397         (gst_sunaudiomixer_change_state):
13398         * sys/sunaudio/gstsunaudiomixer.h:
13399         * sys/sunaudio/gstsunaudiomixerctrl.c:
13400         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13401         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13402         (gst_sunaudiomixer_ctrl_list_tracks),
13403         (gst_sunaudiomixer_ctrl_get_volume),
13404         (gst_sunaudiomixer_ctrl_set_volume),
13405         (gst_sunaudiomixer_ctrl_set_mute),
13406         (gst_sunaudiomixer_ctrl_set_record):
13407         * sys/sunaudio/gstsunaudiomixerctrl.h:
13408         * sys/sunaudio/gstsunaudiomixertrack.c:
13409         (gst_sunaudiomixer_track_class_init),
13410         (gst_sunaudiomixer_track_init), (fill_labels),
13411         (gst_sunaudiomixer_track_new):
13412         * sys/sunaudio/gstsunaudiomixertrack.h:
13413         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13414         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13415         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13416         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13417         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13418         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13419         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13420         * sys/sunaudio/gstsunaudiosink.h:
13421
13422         Add SunAudio plugin - tested to make sure it doesn't break
13423         the build under GNU/Linux.      
13424
13425 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13426
13427         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13428         * gst-plugins-good/gst/udp/gstudpsrc.c:
13429         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13430         overrides the port or multicast parameters. Fixes bugs #323021.
13431         API addition: adds GstUDPSrc::sockfd property   
13432
13433 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         * ext/gconf/Makefile.am:
13436         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13437         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13438         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13439         (do_toggle_element), (cb_toggle_element),
13440         (gst_gconf_audio_src_change_state):
13441         * ext/gconf/gstgconfaudiosrc.h:
13442         * ext/gconf/gstgconfelements.c: (plugin_init):
13443         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13444         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13445         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13446         (do_toggle_element), (cb_toggle_element),
13447         (gst_gconf_video_src_change_state):
13448         * ext/gconf/gstgconfvideosrc.h:
13449           Add new gconfaudiosrc and gconfvideosrc elements
13450           (needed for gnome-sound-recorder).
13451
13452 2006-01-06  Edward Hervey  <edward@fluendo.com>
13453
13454         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13455         Add gst_element_no_more_pads() for proper decodebin behaviour.
13456         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13457         (parse_text_identification_frame), (parse_split_strings):
13458         Failure to decode some tags is not a GST_ERROR() but a
13459         GST_WARNING()
13460         When iterating over a chunk of text, check that we haven't gone too
13461         far.
13462
13463 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13464
13465         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13466         (plugin_init):
13467           call oil_init() when using liboil
13468
13469 2006-01-04  Wim Taymans  <wim@fluendo.com>
13470
13471         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13472         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13473         Fix leaks.
13474
13475 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13476
13477         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13478
13479         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13480         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13481         (gst_flac_dec_change_state):
13482           Don't g_assert() where we should just return FALSE; remove
13483           unnecessary g_assert(); initialize some fields properly in
13484           state change function (fixes #325504). Also, use
13485           GST_DEBUG_OBJECT in two more places.
13486
13487 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13488
13489         * configure.ac:
13490           also remove smoothwave's Makefile.am
13491         * docs/plugins/Makefile.am:
13492           fix plugin docs
13493
13494 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13495
13496         * tests/examples/Makefile.am:
13497           added missing Makefile.am
13498
13499 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13500
13501         * configure.ac:
13502         * gst/level/Makefile.am:
13503         * gst/level/level-example.c:
13504         * tests/Makefile.am:
13505         * tests/examples/level/Makefile.am:
13506         * tests/examples/level/level-example.c: (message_handler), (main):
13507           moved level-example to tests/examples/level-example
13508         * tests/old/examples/level/demo.c: (main):
13509         * tests/old/examples/level/plot.c: (main):
13510           some initial fixes
13511
13512 2005-12-29  Michael Smith  <msmith@fluendo.com>
13513
13514         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13515         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13516         * gst/udp/gstmultiudpsink.h:
13517           Track packets sent per client in addition to bytes sent; provide
13518           this info through get-stats signal
13519
13520 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13523           Can't use gst_object_unref() on a GstAdapter (#325191).
13524
13525 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13526
13527         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13528         If a broken tag has 0 bytes payload, at least still skip
13529         the 10 byte header
13530
13531 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13532
13533         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13534         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13535         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13536         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13537           Making these depayloaders (H263+ and mpeg4 video) inherit from
13538           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13539
13540 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13541
13542         * docs/plugins/gst-plugins-good-plugins.args:
13543         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13544         Regenerate the plugin hiearchy.
13545
13546 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13547
13548         * docs/plugins/Makefile.am:
13549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13551         * docs/plugins/gst-plugins-good-plugins.args:
13552         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13553         (gst_id3demux_base_init), (gst_id3demux_class_init),
13554         (gst_id3demux_chain):
13555         * gst/id3demux/gstid3demux.h:
13556           Add documentation for id3demux.
13557           Don't fail if the first buffer is not at offset 0, just
13558           attempt to typefind and do pass through
13559           Rename the gst_type function from gst_gst_id3demux..
13560
13561 2005-12-20  Michael Smith  <msmith@fluendo.com>
13562
13563         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13564         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13565         (gst_multiudpsink_get_stats):
13566         * gst/udp/gstmultiudpsink.h:
13567           Collect statistics; return them from get_stats.
13568
13569 2005-12-19  Edward Hervey  <edward@fluendo.com>
13570
13571         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13572         Stupid signedness issue...
13573
13574 2005-12-19  Edward Hervey  <edward@fluendo.com>
13575
13576         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13577         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13578         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13579         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13580         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13581         Construct index for indexless files.
13582         Make sure pad/buffers are correctly reset to NULL once we don't need
13583         them anymore, else we get lovely segfaults/assertions.
13584         * gst/wavparse/gstwavparse.c:
13585         Yes, you can have 96KHz audio and wma in wav :(
13586
13587 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13588
13589         * configure.ac:
13590           Check for optional dependency on zlib for id3demux
13591
13592         * gst/id3demux/Makefile.am:
13593         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13594         (gst_id3demux_base_init), (gst_id3demux_class_init),
13595         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13596         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13597         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13598         (gst_id3demux_set_property), (gst_id3demux_get_property),
13599         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13600         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13601         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13602         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13603         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13604         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13605         (simple_find_peek), (simple_find_suggest),
13606         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13607         (plugin_init):
13608         * gst/id3demux/gstid3demux.h:
13609         * gst/id3demux/id3tags.c: (read_synch_uint),
13610         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13611         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13612         (id3demux_id3v2_frames_to_tag_list):
13613         * gst/id3demux/id3tags.h:
13614         * gst/id3demux/id3v2.4.0-frames.txt:
13615         * gst/id3demux/id3v2.4.0-structure.txt:
13616         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13617         (parse_comment_frame), (parse_text_identification_frame),
13618         (id3v2_tag_to_taglist), (parse_split_strings):
13619           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13620           otherwise it discards them. Works on my test files. 
13621
13622         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13623           Don't send EOS to a non-existing srcpad
13624           The debug category can be static
13625
13626 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13627
13628         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13629         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13630         * gst/multipart/multipartdemux.c:
13631           change some char* into char[]
13632
13633 2005-12-16  Wim Taymans  <wim@fluendo.com>
13634
13635         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13636         (gst_wavparse_other), (gst_wavparse_perform_seek),
13637         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13638         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13639         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13640         * gst/wavparse/gstwavparse.h:
13641         Use GstSegment to implement more seeking features.
13642
13643 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13644
13645         * gst/rtsp/rtspconnection.c:
13646           Add <netinet/in.h> include and move <arpa/inet.h> include
13647           to make things work on OpenBSD as well (fixes #323717;
13648           patch by: Benjamin Pineau)
13649
13650 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13651
13652         * gst/rtp/gstrtpspeexdepay.c:
13653         * gst/rtp/gstrtpspeexpay.c:
13654         Set clock rate to be fixed in 8000. It fixes bug #324012.
13655
13656 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13657
13658         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13659         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13660         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13661         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13662         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13663         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13664         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13665         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13666         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13667         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13668         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13669         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13670         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13671         * gst-plugins-good/gst/rtp/README:
13672         Fixed payload range in payloder caps. Removed payload range completely
13673         from depayloaders as they don't require payload type in their caps.
13674         In effect, there isn't any specific payload type for any given codec,
13675         only suggestions.
13676         Fixes bug #324011.
13677
13678 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13679
13680         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13681         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13682         (gst_videomixer_collected): Code cleanup and re-enabling 
13683         queued time validity check for correct EOS handling.
13684
13685 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13686
13687         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13688         (gst_oss_mixer_element_get_property),
13689         (gst_oss_mixer_element_change_state):
13690         Add 'device-name' property and fix state change function.
13691
13692 2005-12-13  Edward Hervey  <edward@fluendo.com>
13693
13694         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13695         If the speed of the file is null in the header, set the frame_time to
13696         the default setting of GST_SECOND / 70. Which is the default
13697         frame_delay for .fli files as stated in this document :
13698         http://www.compuphase.com/flic.htm
13699         Would be nice to have the time conversion done properly too (duration =
13700         flxh->frames * flxdec->frame_time)
13701
13702 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13703
13704         * docs/plugins/Makefile.am:
13705         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13706         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13707         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13708         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13709         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13710         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13711         documentation for videomixer on my way with a funny sample
13712         pipeline.
13713
13714 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13715
13716         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13717         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13718         (gst_videomixer_update_queues), (gst_videomixer_collected):
13719         Fix caps negotiation. (#323896)
13720
13721 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13722
13723         * gst/matroska/matroska-demux.c:
13724         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13725           Set correct timestamps on audio laces, fixes playback of mp3 from
13726                 matroska.
13727
13728 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13729
13730         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13731         (gst_au_parse_class_init), (gst_au_parse_init),
13732         (gst_au_parse_dispose), (gst_au_parse_chain),
13733         (gst_au_parse_change_state), (plugin_init):
13734         * gst/auparse/gstauparse.h:
13735           Use gst_object_unref() for GstObjects instead of
13736           g_object_unref() and fix a mem leak in a debug
13737           statement; while we're at it, also borgify, use
13738           boilerplate macros and clean up a little bit.
13739
13740 2005-12-11  Edward Hervey  <edward@fluendo.com>
13741
13742         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13743         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13744         Added pull mode.
13745
13746 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13747
13748         * gst/goom/gstgoom.c:
13749         * gst/level/level-example.c: (main):
13750         * gst/smoothwave/demo-osssrc.c: (main):
13751           Use audiotestsrc instead of sinesrc (#323798).
13752
13753 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13754
13755         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13756           more debug-func-ptr usage
13757
13758 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13759
13760         * gst/flx/flx_color.c: (flx_colorspace_convert):
13761         * gst/flx/flx_color.h:
13762         * gst/flx/flx_fmt.h:
13763         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13764         * gst/flx/gstflxdec.h:
13765           Now flxdec works on big-endian machines as well.
13766
13767 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13768
13769         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13770         (gst_fenced_buffer_copy):
13771           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13772           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13773           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13774           and use GST_DEBUG_FUNCPTR for pad functions.
13775
13776 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13777
13778         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13779         (gst_flac_dec_class_init), (gst_flac_dec_init),
13780         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13781         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13782         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13783         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13784         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13785         (gst_flac_dec_change_state):
13786         * ext/flac/gstflacdec.h:
13787           Rewrite flacdec a bit, so that even seeking might work now. Most
13788           importantly, don't act upon any flow return values we get, just tell
13789           the decoder everything's dandy and act on the flow return values
13790           later on in the loop function. We don't want to mess up the internal
13791           decoder state for non-fatal things like flushing pads etc. Other
13792           than that, use GstSegment (segment seeks don't work yet though, but
13793           should be easy to add), use boilerplate macros, drop the superfluous
13794           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13795           lots of other things.
13796
13797 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13798
13799         * configure.ac:
13800           Update comment in OSS includes check.
13801
13802         * sys/oss/gstossdmabuffer.c:
13803         * sys/oss/gstosshelper.c:
13804         * sys/oss/gstossmixer.c:
13805         * sys/oss/gstossmixertrack.c:
13806         * sys/oss/gstosssink.c:
13807         * sys/oss/gstosssrc.c:
13808         * sys/oss/oss_probe.c:
13809           Don't assume the OSS soundcard.h include is always in
13810           the sys/ directory. Instead, use the existing defines
13811           from config.h to include the right file. Fixes
13812           compilation on OpenBSD 3.8 (#323718).
13813
13814 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13815
13816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13817         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13818         * docs/plugins/inspect/plugin-1394.xml:
13819         * docs/plugins/inspect/plugin-aasink.xml:
13820         * docs/plugins/inspect/plugin-alaw.xml:
13821         * docs/plugins/inspect/plugin-alpha.xml:
13822         * docs/plugins/inspect/plugin-alphacolor.xml:
13823         * docs/plugins/inspect/plugin-auparse.xml:
13824         * docs/plugins/inspect/plugin-autodetect.xml:
13825         * docs/plugins/inspect/plugin-avi.xml:
13826         * docs/plugins/inspect/plugin-cacasink.xml:
13827         * docs/plugins/inspect/plugin-cairo.xml:
13828         * docs/plugins/inspect/plugin-cutter.xml:
13829         * docs/plugins/inspect/plugin-debug.xml:
13830         * docs/plugins/inspect/plugin-dv.xml:
13831         * docs/plugins/inspect/plugin-efence.xml:
13832         * docs/plugins/inspect/plugin-effectv.xml:
13833         * docs/plugins/inspect/plugin-esdsink.xml:
13834         * docs/plugins/inspect/plugin-flac.xml:
13835         * docs/plugins/inspect/plugin-flxdec.xml:
13836         * docs/plugins/inspect/plugin-gconfelements.xml:
13837         * docs/plugins/inspect/plugin-goom.xml:
13838         * docs/plugins/inspect/plugin-jpeg.xml:
13839         * docs/plugins/inspect/plugin-level.xml:
13840         * docs/plugins/inspect/plugin-matroska.xml:
13841         * docs/plugins/inspect/plugin-mulaw.xml:
13842         * docs/plugins/inspect/plugin-multipart.xml:
13843         * docs/plugins/inspect/plugin-navigationtest.xml:
13844         * docs/plugins/inspect/plugin-ossaudio.xml:
13845         * docs/plugins/inspect/plugin-png.xml:
13846         * docs/plugins/inspect/plugin-rtp.xml:
13847         * docs/plugins/inspect/plugin-rtsp.xml:
13848         * docs/plugins/inspect/plugin-shout2send.xml:
13849         * docs/plugins/inspect/plugin-smpte.xml:
13850         * docs/plugins/inspect/plugin-speex.xml:
13851         * docs/plugins/inspect/plugin-udp.xml:
13852         * docs/plugins/inspect/plugin-videobox.xml:
13853         * docs/plugins/inspect/plugin-videoflip.xml:
13854         * docs/plugins/inspect/plugin-videomixer.xml:
13855         * docs/plugins/inspect/plugin-wavenc.xml:
13856         * docs/plugins/inspect/plugin-wavparse.xml:
13857         * ext/flac/gstflac.c: (plugin_init):
13858         * ext/flac/gstflacdec.c: (flacdec_get_type),
13859         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13860         (gst_flac_dec_init), (gst_flac_dec_finalize),
13861         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13862         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13863         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13864         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13865         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13866         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13867         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13868         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13869         * ext/flac/gstflacdec.h:
13870         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13871         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13872         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13873         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13874         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13875         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13876         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13877         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13878         (gst_flac_enc_change_state):
13879         * ext/flac/gstflacenc.h:
13880           borgify and fix up documentation
13881
13882 2005-12-09  Michael Smith  <msmith@fluendo.com>
13883
13884         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13885           Accept a wider range of flac files, more closely matching flac spec.
13886
13887 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13888
13889         * docs/plugins/Makefile.am: Add multipart elements.
13890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13891         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13892         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13893         * gst/multipart/multipartdemux.c:
13894         * gst/multipart/multipartmux.c: Add docs.
13895
13896 2005-12-07  Edward Hervey  <edward@fluendo.com>
13897
13898         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13899         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13900         (gst_avi_demux_invert):
13901         Memleak and crasher fixes.
13902         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13903         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13904         Memleak fixes
13905
13906 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13907
13908         * ext/aalib/gstaasink.h:
13909         * ext/cairo/gsttextoverlay.h:
13910         * ext/dv/gstdvdec.h:
13911         * ext/dv/gstdvdemux.c:
13912         * ext/dv/gstdvdemux.h:
13913         * ext/esd/esdsink.h:
13914         * ext/flac/flac_compat.h:
13915         * ext/flac/gstflacdec.h:
13916         * ext/flac/gstflacenc.h:
13917         * ext/gconf/gconf.h:
13918         * ext/gconf/gstgconfaudiosink.h:
13919         * ext/gconf/gstgconfvideosink.h:
13920         * ext/gdk_pixbuf/gstgdkanimation.h:
13921         * ext/jpeg/gstjpegdec.h:
13922         * ext/jpeg/smokecodec.h:
13923         * ext/jpeg/smokeformat.h:
13924         * ext/ladspa/gstsignalprocessor.h:
13925         * ext/ladspa/search.c: (LADSPAPluginSearch):
13926         * ext/ladspa/utils.h:
13927         * ext/libmng/gstmng.c:
13928         * ext/libmng/gstmngdec.h:
13929         * ext/libmng/gstmngenc.c:
13930         * ext/libmng/gstmngenc.h:
13931         * ext/libpng/gstpng.c:
13932         * ext/libpng/gstpngenc.c:
13933         * ext/libpng/gstpngenc.h:
13934         * ext/shout2/gstshout2.h:
13935         * ext/speex/gstspeexdec.h:
13936         * ext/speex/gstspeexenc.c:
13937         * ext/speex/gstspeexenc.h:
13938         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13939         * gst/autodetect/gstautoaudiosink.h:
13940         * gst/autodetect/gstautovideosink.h:
13941         * gst/avi/gstavidemux.h:
13942         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13943         (gst_cutter_set_property), (gst_cutter_get_caps):
13944         * gst/cutter/gstcutter.h:
13945         * gst/debug/tests.c: (md5_process_block):
13946         * gst/debug/tests.h:
13947         * gst/effectv/gstwarp.c:
13948         * gst/flx/flx_fmt.h:
13949         * gst/flx/gstflxdec.h:
13950         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13951         (zoomFilterFastRGB):
13952         * gst/goom/filters.h:
13953         * gst/goom/goom_tools.h:
13954         * gst/law/alaw-encode.c:
13955         * gst/level/gstlevel.c:
13956         * gst/level/gstlevel.h:
13957         * gst/matroska/ebml-write.h:
13958         * gst/matroska/matroska-demux.h:
13959         * gst/matroska/matroska-ids.h:
13960         * gst/matroska/matroska-mux.h:
13961         * gst/monoscope/convolve.c: (convolve_match):
13962         * gst/monoscope/convolve.h:
13963         * gst/multipart/multipartmux.c:
13964         * gst/oldcore/gstaggregator.c:
13965         * gst/oldcore/gstaggregator.h:
13966         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13967         * gst/oldcore/gstmd5sink.h:
13968         * gst/oldcore/gstmultifilesrc.c:
13969         * gst/oldcore/gstmultifilesrc.h:
13970         * gst/oldcore/gstpipefilter.h:
13971         * gst/oldcore/gstshaper.h:
13972         * gst/rtp/gstrtpL16depay.h:
13973         * gst/rtp/gstrtpL16pay.h:
13974         * gst/rtp/gstrtpdepay.h:
13975         * gst/rtp/gstrtpmp4vpay.c:
13976         * gst/rtp/gstrtpmp4vpay.h:
13977         * gst/rtsp/gstrtspsrc.c:
13978         * gst/rtsp/gstrtspsrc.h:
13979         * gst/rtsp/rtspconnection.h:
13980         * gst/rtsp/rtspdefs.h:
13981         * gst/rtsp/rtspmessage.h:
13982         * gst/rtsp/rtsptransport.h:
13983         * gst/rtsp/rtspurl.c:
13984         * gst/rtsp/rtspurl.h:
13985         * gst/rtsp/sdpmessage.c:
13986         * gst/rtsp/sdpmessage.h:
13987         * gst/smpte/barboxwipes.c:
13988         * gst/smpte/gstmask.h:
13989         * gst/smpte/gstsmpte.h:
13990         * gst/smpte/paint.c:
13991         * gst/smpte/paint.h:
13992         * gst/udp/gstdynudpsink.h:
13993         * gst/udp/gstmultiudpsink.h:
13994         * gst/udp/gstudpsink.c:
13995         * gst/udp/gstudpsink.h:
13996         * gst/udp/gstudpsrc.c:
13997         * gst/videomixer/videomixer.c:
13998         * gst/wavenc/riff.h:
13999         * gst/wavparse/gstwavparse.h:
14000         * sys/oss/gstossdmabuffer.h:
14001         * sys/oss/gstossmixer.h:
14002         * sys/oss/gstossmixerelement.h:
14003         * sys/oss/gstossmixertrack.h:
14004         * sys/oss/gstosssink.c:
14005         * sys/oss/gstosssink.h:
14006         * sys/oss/gstosssrc.c:
14007         * sys/oss/gstosssrc.h:
14008         * sys/osxaudio/gstosxaudioelement.h:
14009         * sys/osxaudio/gstosxaudiosink.h:
14010         * sys/osxaudio/gstosxaudiosrc.h:
14011           expand tabs
14012
14013 === release 0.10.0 ===
14014
14015 2005-12-05   <thomas (at) apestaart (dot) org>
14016
14017         * configure.ac:
14018           releasing 0.10.0, "Abondance"
14019
14020 2005-12-05  Andy Wingo  <wingo@pobox.com>
14021
14022         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14023         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14024         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14025         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14026         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14027         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14028         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14029         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14030         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14031         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14032         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14033         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14034         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14035         * gst/goom/gstgoom.c: (gst_goom_chain):
14036         * gst/matroska/matroska-demux.c:
14037         (gst_matroska_demux_push_vorbis_codec_priv_data),
14038         (gst_matroska_demux_add_wvpk_header):
14039         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14040         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14041         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14042         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14043         alloc_buffer changes.
14044
14045 2005-12-05  Michael Smith  <msmith@fluendo.com>
14046
14047         * docs/plugins/gst-plugins-good-plugins.args:
14048           Remove args for plugins that aren't in -good.
14049
14050 === release 0.9.7 ===
14051
14052 2005-12-01   <thomas (at) apestaart (dot) org>
14053
14054         * configure.ac:
14055           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14056
14057 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14058
14059         * docs/plugins/.cvsignore:
14060         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14061         * docs/plugins/inspect/plugin-multipart.xml:
14062         * docs/plugins/inspect/plugin-rtp.xml:
14063           add multipart plugin to docs
14064
14065 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14066
14067         * configure.ac:
14068         * ext/Makefile.am:
14069         * ext/pango/Makefile.am:
14070         * ext/pango/gstclockoverlay.c:
14071         * ext/pango/gstclockoverlay.h:
14072         * ext/pango/gsttextoverlay.c:
14073         * ext/pango/gsttextoverlay.h:
14074         * ext/pango/gsttextrender.c:
14075         * ext/pango/gsttextrender.h:
14076         * ext/pango/gsttimeoverlay.c:
14077         * ext/pango/gsttimeoverlay.h:
14078           move pango to base
14079
14080 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14081
14082         * gst/rtp/Makefile.am:
14083         * gst/rtp/gstrtpL16depay.c:
14084         * gst/rtp/gstrtpL16depay.h:
14085         * gst/rtp/gstrtpL16parse.c:
14086         * gst/rtp/gstrtpL16parse.h:
14087         * gst/rtp/gstrtpgsmdepay.c:
14088         * gst/rtp/gstrtpgsmdepay.h:
14089         * gst/rtp/gstrtpgsmparse.c:
14090         * gst/rtp/gstrtpgsmparse.h:
14091           parsers are depayers
14092
14093 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14094
14095         * gst/rtp/Makefile.am:
14096         * gst/rtp/gstasteriskh263.c:
14097         * gst/rtp/gstrtp.c:
14098         * gst/rtp/gstrtpL16enc.c:
14099         * gst/rtp/gstrtpL16enc.h:
14100         * gst/rtp/gstrtpL16parse.c:
14101         * gst/rtp/gstrtpL16parse.h:
14102         * gst/rtp/gstrtpL16pay.c:
14103         * gst/rtp/gstrtpL16pay.h:
14104         * gst/rtp/gstrtpamrdec.c:
14105         * gst/rtp/gstrtpamrdec.h:
14106         * gst/rtp/gstrtpamrdepay.c:
14107         * gst/rtp/gstrtpamrdepay.h:
14108         * gst/rtp/gstrtpamrenc.c:
14109         * gst/rtp/gstrtpamrenc.h:
14110         * gst/rtp/gstrtpamrpay.c:
14111         * gst/rtp/gstrtpamrpay.h:
14112         * gst/rtp/gstrtpdec.c:
14113         * gst/rtp/gstrtpdec.h:
14114         * gst/rtp/gstrtpdepay.c:
14115         * gst/rtp/gstrtpdepay.h:
14116         * gst/rtp/gstrtpg711dec.c:
14117         * gst/rtp/gstrtpg711dec.h:
14118         * gst/rtp/gstrtpg711depay.c:
14119         * gst/rtp/gstrtpg711depay.h:
14120         * gst/rtp/gstrtpg711enc.c:
14121         * gst/rtp/gstrtpg711enc.h:
14122         * gst/rtp/gstrtpg711pay.c:
14123         * gst/rtp/gstrtpg711pay.h:
14124         * gst/rtp/gstrtpgsmenc.c:
14125         * gst/rtp/gstrtpgsmenc.h:
14126         * gst/rtp/gstrtpgsmparse.c:
14127         * gst/rtp/gstrtpgsmparse.h:
14128         * gst/rtp/gstrtpgsmpay.c:
14129         * gst/rtp/gstrtpgsmpay.h:
14130         * gst/rtp/gstrtph263enc.c:
14131         * gst/rtp/gstrtph263enc.h:
14132         * gst/rtp/gstrtph263pay.c:
14133         * gst/rtp/gstrtph263pay.h:
14134         * gst/rtp/gstrtph263pdec.c:
14135         * gst/rtp/gstrtph263pdec.h:
14136         * gst/rtp/gstrtph263pdepay.c:
14137         * gst/rtp/gstrtph263pdepay.h:
14138         * gst/rtp/gstrtph263penc.c:
14139         * gst/rtp/gstrtph263penc.h:
14140         * gst/rtp/gstrtph263ppay.c:
14141         * gst/rtp/gstrtph263ppay.h:
14142         * gst/rtp/gstrtpmp4vdec.c:
14143         * gst/rtp/gstrtpmp4vdec.h:
14144         * gst/rtp/gstrtpmp4vdepay.c:
14145         * gst/rtp/gstrtpmp4vdepay.h:
14146         * gst/rtp/gstrtpmp4venc.c:
14147         * gst/rtp/gstrtpmp4venc.h:
14148         * gst/rtp/gstrtpmp4vpay.c:
14149         * gst/rtp/gstrtpmp4vpay.h:
14150         * gst/rtp/gstrtpmpadec.c:
14151         * gst/rtp/gstrtpmpadec.h:
14152         * gst/rtp/gstrtpmpadepay.c:
14153         * gst/rtp/gstrtpmpadepay.h:
14154         * gst/rtp/gstrtpmpaenc.c:
14155         * gst/rtp/gstrtpmpaenc.h:
14156         * gst/rtp/gstrtpmpapay.c:
14157         * gst/rtp/gstrtpmpapay.h:
14158         * gst/rtp/gstrtpspeexdec.c:
14159         * gst/rtp/gstrtpspeexdec.h:
14160         * gst/rtp/gstrtpspeexdepay.c:
14161         * gst/rtp/gstrtpspeexdepay.h:
14162         * gst/rtp/gstrtpspeexenc.c:
14163         * gst/rtp/gstrtpspeexenc.h:
14164         * gst/rtp/gstrtpspeexpay.c:
14165         * gst/rtp/gstrtpspeexpay.h:
14166           Do burger's rename for rtp payloaders and depayloaders
14167
14168 2005-11-30  Wim Taymans  <wim@fluendo.com>
14169
14170         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14171         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14172         * ext/dv/gstdvdemux.h:
14173         Fix seeking in dvdemux again, add some more debug info.
14174
14175 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14176
14177         * configure.ac:
14178           fix tests
14179
14180 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14181
14182         * PORTED_09:
14183         * docs/random/PORTED_09:
14184           move
14185         * tests/Makefile.am:
14186           add
14187         * win32/gst.sln:
14188           remove
14189
14190 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14191
14192         * Makefile.am:
14193         * check/.cvsignore:
14194         * check/Makefile.am:
14195         * check/elements/.cvsignore:
14196         * check/elements/level.c:
14197         * check/elements/matroskamux.c:
14198         * configure.ac:
14199         * examples/Makefile.am:
14200         * examples/capsfilter/Makefile.am:
14201         * examples/capsfilter/capsfilter1.c:
14202         * examples/gob/Makefile.am:
14203         * examples/gob/gst-identity2.gob:
14204         * examples/gstplay/.cvsignore:
14205         * examples/gstplay/Makefile.am:
14206         * examples/gstplay/player.c:
14207         * examples/indexing/.cvsignore:
14208         * examples/indexing/Makefile.am:
14209         * examples/indexing/indexmpeg.c:
14210         * examples/level/Makefile.am:
14211         * examples/level/README:
14212         * examples/level/demo.c:
14213         * examples/level/plot.c:
14214         * examples/stats/Makefile.am:
14215         * examples/stats/mp2ogg.c:
14216         * examples/switch/.cvsignore:
14217         * examples/switch/Makefile.am:
14218         * examples/switch/switcher.c:
14219           move under tests/
14220
14221 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14222
14223         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14224         (gst_text_render_class_init), (resize_bitmap),
14225         (gst_text_render_render_text), (gst_text_render_setcaps),
14226         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14227         (gst_text_render_chain), (gst_text_render_finalize),
14228         (gst_text_render_init), (gst_text_render_set_property):
14229         * ext/pango/gsttextrender.h:
14230           Add missing files.
14231
14232 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14233
14234         * configure.ac:
14235         * ext/Makefile.am:
14236         * ext/pango/Makefile.am:
14237         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14238         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14239         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14240         * ext/pango/gstclockoverlay.h:
14241         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14242         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14243         (gst_text_overlay_finalize), (gst_text_overlay_init),
14244         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14245         (gst_text_overlay_text_pad_linked),
14246         (gst_text_overlay_text_pad_unlinked),
14247         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14248         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14249         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14250         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14251         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14252         (gst_text_overlay_change_state), (plugin_init):
14253         * ext/pango/gsttextoverlay.h:
14254         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14255         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14256         (gst_time_overlay_class_init), (gst_time_overlay_init):
14257         * ext/pango/gsttimeoverlay.h:
14258           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14259           and add background shading and text wrapping modes. Make 
14260           timoverlay derive from textoverlay. Also add new clockoverlay
14261           element.
14262
14263 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14264
14265         * gst/udp/Makefile.am: Moved to netbuffer.
14266
14267 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14268
14269         * configure.ac:
14270         * PORTED_O9:
14271         * gst/multipart/Makefile.am:
14272         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14273         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14274         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14275         (gst_multipart_demux_change_state),
14276         (gst_multipart_demux_plugin_init):
14277         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14278         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14279         (gst_multipart_mux_sinkconnect),
14280         (gst_multipart_mux_request_new_pad),
14281         (gst_multipart_mux_handle_src_event),
14282         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14283         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14284         0.9.
14285
14286 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14287
14288         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14289         * gst/debug/gstnavigationtest.h:
14290         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14291         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14292         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14293         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14294         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14295         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14296         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14297         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14298         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14299         (gst_video_flip_get_type):
14300         * gst/videofilter/gstvideoflip.h:
14301           update for symbols change
14302
14303 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14304
14305         * gst/udp/gstdynudpsink.c:
14306         * gst/udp/gstudpsrc.c:
14307           the old gstnet lib was renamed gstnetbuffer (#322257)
14308
14309 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14310
14311         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14312         (gst_text_overlay_collected):
14313           Actually render the text from the text pad.
14314
14315 2005-11-29  Edward Hervey  <edward@fluendo.com>
14316
14317         * gst/debug/gstnavseek.c: (gst_navseek_event):
14318         * gst/debug/progressreport.c: (gst_progress_report_event):
14319         Update for GstBaseTransform event virtual method
14320
14321 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14322
14323         * ext/cairo/Makefile.am:
14324           no need to link to videofilter
14325
14326 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14327
14328         * gst/debug/Makefile.am:
14329         * gst/debug/gstnavigationtest.h:
14330         * gst/effectv/Makefile.am:
14331         * gst/effectv/gstaging.c:
14332         * gst/effectv/gstdice.c:
14333         * gst/effectv/gstedge.c:
14334         * gst/effectv/gstquark.c:
14335         * gst/effectv/gstrev.c:
14336         * gst/effectv/gstshagadelic.c:
14337         * gst/effectv/gstvertigo.c:
14338         * gst/effectv/gstwarp.c:
14339         * gst/videofilter/Makefile.am:
14340         * gst/videofilter/gstvideofilter.c:
14341         * gst/videofilter/gstvideofilter.h:
14342         * gst/videofilter/gstvideoflip.h:
14343           remove the videofilter library and link to the one in base
14344
14345 2005-11-28  Edward Hervey  <edward@fluendo.com>
14346
14347         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14348         Useless check now we're setting the current entry correctly.
14349
14350 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14351
14352         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14353         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14354         (gst_jpegenc_change_state):
14355           Don't leak input buffer in chain function (fixes #322667); make 
14356           state change function thread-safe; don't repeat the current function
14357           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14358           gst_pad_alloc_buffer(); misc. minor cleanups.
14359
14360 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14361
14362         * gst/matroska/matroska-mux.c:
14363         (gst_matroska_mux_video_pad_setcaps):
14364         Look for pixel-aspect-ratio in caps, not pixel_width and
14365         pixel_height (Fixes: #322645)
14366
14367 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14368
14369         * gst/matroska/matroska-mux.c:
14370         (gst_matroska_mux_video_pad_setcaps):
14371         From Michal Benes:
14372         frame duration should be GST_SECOND / framerate, not
14373         GST_SECOND * framerate. (Fixes: #322643)
14374
14375 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14376
14377         * configure.ac:
14378           fix up GST_PLUGIN_LDFLAGS
14379         * gst/rtsp/rtspconnection.c:
14380           fix includes (see #317043)
14381         * gst/videofilter/Makefile.am:
14382           stop installing this library
14383
14384 2005-11-26  Edward Hervey  <edward@fluendo.com>
14385
14386         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14387         Handle the case where the incoming Video dv stream doesn't have
14388         a pixel aspect ratio set.
14389
14390 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14391
14392         * docs/plugins/Makefile.am:
14393         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14395         * ext/flac/gstflacdec.c:
14396           document flacdec
14397
14398 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14399
14400         * docs/plugins/Makefile.am:
14401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14403         * docs/plugins/inspect/plugin-autodetect.xml:
14404         * ext/cairo/gstcairo.c: (plugin_init):
14405         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14406         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14407         (gst_text_overlay_init), (gst_text_overlay_font_init),
14408         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14409         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14410         (gst_text_overlay_text_pad_linked),
14411         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14412         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14413         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14414         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14415         (gst_text_overlay_change_state):
14416         * ext/cairo/gsttextoverlay.h:
14417         * ext/cairo/gsttimeoverlay.c:
14418         (gst_cairo_time_overlay_update_font_height),
14419         (gst_cairo_time_overlay_set_caps),
14420         (gst_cairo_time_overlay_get_unit_size),
14421         (gst_cairo_time_overlay_print_smpte_time),
14422         (gst_cairo_time_overlay_transform),
14423         (gst_cairo_time_overlay_base_init),
14424         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14425         (gst_cairo_time_overlay_get_type):
14426         * ext/cairo/gsttimeoverlay.h:
14427           do some name borgifying
14428           document
14429
14430 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14431
14432         * docs/plugins/Makefile.am:
14433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14435         * gst/autodetect/gstautoaudiosink.c:
14436         (gst_auto_audio_sink_base_init):
14437         * gst/autodetect/gstautovideosink.c:
14438         (gst_auto_video_sink_base_init),
14439         (gst_auto_video_sink_factory_filter):
14440           documenting auto*sink
14441           using strstr for the video sink lookup, class field is not ordered
14442         * docs/plugins/inspect/plugin-1394.xml:
14443         * docs/plugins/inspect/plugin-aasink.xml:
14444         * docs/plugins/inspect/plugin-alaw.xml:
14445         * docs/plugins/inspect/plugin-alpha.xml:
14446         * docs/plugins/inspect/plugin-alphacolor.xml:
14447         * docs/plugins/inspect/plugin-auparse.xml:
14448         * docs/plugins/inspect/plugin-autodetect.xml:
14449         * docs/plugins/inspect/plugin-avi.xml:
14450         * docs/plugins/inspect/plugin-cacasink.xml:
14451         * docs/plugins/inspect/plugin-cairo.xml:
14452         * docs/plugins/inspect/plugin-cutter.xml:
14453         * docs/plugins/inspect/plugin-debug.xml:
14454         * docs/plugins/inspect/plugin-dv.xml:
14455         * docs/plugins/inspect/plugin-efence.xml:
14456         * docs/plugins/inspect/plugin-effectv.xml:
14457         * docs/plugins/inspect/plugin-esdsink.xml:
14458         * docs/plugins/inspect/plugin-flac.xml:
14459         * docs/plugins/inspect/plugin-flxdec.xml:
14460         * docs/plugins/inspect/plugin-gconfelements.xml:
14461         * docs/plugins/inspect/plugin-goom.xml:
14462         * docs/plugins/inspect/plugin-jpeg.xml:
14463         * docs/plugins/inspect/plugin-level.xml:
14464         * docs/plugins/inspect/plugin-matroska.xml:
14465         * docs/plugins/inspect/plugin-mulaw.xml:
14466         * docs/plugins/inspect/plugin-navigationtest.xml:
14467         * docs/plugins/inspect/plugin-ossaudio.xml:
14468         * docs/plugins/inspect/plugin-png.xml:
14469         * docs/plugins/inspect/plugin-rtp.xml:
14470         * docs/plugins/inspect/plugin-rtsp.xml:
14471         * docs/plugins/inspect/plugin-shout2send.xml:
14472         * docs/plugins/inspect/plugin-smpte.xml:
14473         * docs/plugins/inspect/plugin-speex.xml:
14474         * docs/plugins/inspect/plugin-udp.xml:
14475         * docs/plugins/inspect/plugin-videobox.xml:
14476         * docs/plugins/inspect/plugin-videoflip.xml:
14477         * docs/plugins/inspect/plugin-videomixer.xml:
14478         * docs/plugins/inspect/plugin-wavenc.xml:
14479         * docs/plugins/inspect/plugin-wavparse.xml:
14480           update for HEAD version
14481
14482 2005-11-25  Michael Smith  <msmith@fluendo.com>
14483
14484         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14485           Patch from Sebastien Cote to close control sockets in udpsrc.
14486
14487 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14488
14489         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14490         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14491         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14492         (gst_quarktv_base_init), (gst_quarktv_class_init),
14493         (gst_quarktv_init): Flush the planes list on reverse caps
14494         negotiation. This was crashing because of differently sized
14495         buffers.
14496
14497 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14498
14499         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14500         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14501         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14502         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14503         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14504         (gst_videoflip_set_property), (gst_videoflip_base_init),
14505         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14506         correctly, fix identity flipping, convert navigation event 
14507         correctly again.
14508
14509 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14510
14511         * configure.ac: back to HEAD
14512
14513 === release 0.9.6 ===
14514
14515 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14516
14517         * configure.ac:
14518           releasing 0.9.6, "Everything's Not Lost"
14519
14520 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14521
14522         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14523         Oops, initialise the framerate GValue
14524
14525 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14526
14527         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14528         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14529         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14530         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14531         (gst_timeoverlay_get_type):
14532         * ext/cairo/gsttimeoverlay.h:
14533         * gst/debug/Makefile.am:
14534         * gst/debug/gstnavigationtest.c:
14535         (gst_navigationtest_handle_src_event),
14536         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14537         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14538         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14539         (gst_navigationtest_init), (gst_navigationtest_get_type),
14540         (plugin_init):
14541         * gst/debug/gstnavigationtest.h:
14542         * gst/effectv/Makefile.am:
14543         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14544         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14545         (gst_agingtv_base_init), (gst_agingtv_class_init),
14546         (gst_agingtv_init), (gst_agingtv_get_type):
14547         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14548         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14549         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14550         (gst_dicetv_get_type):
14551         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14552         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14553         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14554         (gst_edgetv_get_type):
14555         * gst/effectv/gsteffectv.c:
14556         * gst/effectv/gsteffectv.h:
14557         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14558         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14559         (gst_quarktv_change_state), (gst_quarktv_base_init),
14560         (gst_quarktv_class_init), (gst_quarktv_init),
14561         (gst_quarktv_get_type):
14562         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14563         (gst_revtv_get_unit_size), (gst_revtv_transform),
14564         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14565         (gst_revtv_get_type):
14566         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14567         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14568         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14569         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14570         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14571         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14572         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14573         (gst_vertigotv_init), (gst_vertigotv_get_type):
14574         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14575         (gst_warptv_get_unit_size), (gst_warptv_transform),
14576         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14577         (gst_warptv_get_type):
14578         * gst/videofilter/Makefile.am:
14579         * gst/videofilter/gstvideobalance.c:
14580         * gst/videofilter/gstvideobalance.h:
14581         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14582         (gst_videofilter_class_init), (gst_videofilter_init):
14583         * gst/videofilter/gstvideofilter.h:
14584         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14585         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14586         (gst_videoflip_flip), (gst_videoflip_transform),
14587         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14588         (gst_videoflip_base_init), (gst_videoflip_class_init),
14589         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14590         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14591         BaseTransform, it's just a place holder for now and every video
14592         effect plugin has been ported to use BaseTransform features 
14593         directly. QuarkTV was fixed too (was broken), navigationtest works
14594         and best for the end, videoflip converts navigation events depending
14595         on flip method ! Fixes #320953
14596
14597 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14598
14599         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14600         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14601         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14602         (gst_goom_src_negotiate), (gst_goom_chain):
14603         * gst/matroska/matroska-mux.c:
14604         (gst_matroska_mux_video_pad_setcaps):
14605         * sys/osxvideo/osxvideosink.m:
14606           Fixes for API changes
14607
14608 2005-11-23  Michael Smith <msmith@fluendo.com>
14609
14610         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14611         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14612         * ext/jpeg/gstjpegdec.h:
14613         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14614         * ext/jpeg/gstjpegenc.h:
14615         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14616         (gst_smokeenc_resync):
14617         * ext/jpeg/gstsmokeenc.h:
14618           JPEG fractiony goodness.
14619
14620 2005-11-22  Michael Smith <msmith@fluendo.com>
14621
14622         * gst/goom/filters.c:
14623         * gst/goom/graphic.h:
14624           Fix compilation by making some functions static inline instead of
14625           extern inline, matching the way they're used.
14626
14627 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14628
14629         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14630         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14631         * ext/cairo/gsttextoverlay.h:
14632         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14633         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14634         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14635         (gst_pngdec_caps_create_and_set):
14636         * ext/libpng/gstpngdec.h:
14637         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14638         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14639         * gst/avi/gstavimux.c: (gst_avimux_init),
14640         (gst_avimux_vidsinkconnect):
14641         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14642         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14643         (gst_goom_src_negotiate), (gst_goom_chain):
14644         * gst/goom/gstgoom.h:
14645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14646         * gst/matroska/matroska-mux.c:
14647         (gst_matroska_mux_video_pad_setcaps):
14648         * sys/osxvideo/osxvideosink.h:
14649         * sys/osxvideo/osxvideosink.m:
14650           More fractional framerate conversions 
14651
14652 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14653
14654         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14655         * gst/debug/gstnavigationtest.c:
14656         (gst_navigationtest_handle_src_event):
14657         * gst/videofilter/gstvideofilter.c:
14658         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14659         (gst_videofilter_init):
14660         * gst/videofilter/gstvideofilter.h:
14661           Convert to fractional framerates.
14662
14663 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14664
14665         * ext/aalib/gstaasink.c:
14666         * ext/dv/gstdvdec.c:
14667         * ext/esd/esdmon.c:
14668         * ext/flac/gstflacenc.c:
14669         * ext/gdk_pixbuf/pixbufscale.c:
14670         * ext/libcaca/gstcacasink.c:
14671         * ext/shout2/gstshout2.c:
14672         * gst/alpha/gstalpha.c:
14673         * gst/oldcore/gstaggregator.c:
14674         * gst/oldcore/gstshaper.c:
14675         * gst/smpte/barboxwipes.c:
14676         * gst/smpte/gstsmpte.c:
14677         * gst/videobox/gstvideobox.c:
14678         * gst/videofilter/gstvideoflip.c:
14679         * gst/videomixer/videomixer.c:
14680           fix up more enums
14681
14682 2005-11-22  Michael Smith <msmith@fluendo.com>
14683
14684         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14685         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14686         (gst_videomixer_update_queues):
14687           Fractional framerates, videomixer.
14688
14689 2005-11-22  Michael Smith <msmith@fluendo.com>
14690
14691         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14692         * ext/dv/gstdvdec.h:
14693         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14694         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14695         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14696         (gst_dvdemux_flush):
14697         * ext/dv/gstdvdemux.h:
14698           Fractional framerates for DV. 
14699
14700 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14701
14702         * gst/autodetect/gstautoaudiosink.c:
14703         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14704         * gst/autodetect/gstautovideosink.c:
14705         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14706           Use gst_plugin_feature_list_free() to free feature list and
14707           in the case of autovideosink free the list at all. Also
14708           miscellaneous cosmetic fixes.
14709
14710 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14711
14712         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14713         (gst_cutter_set_property), (gst_cutter_get_caps):
14714           copy calculation code from level; remove use of some audio
14715           functions
14716
14717 2005-11-22  Andy Wingo  <wingo@pobox.com>
14718
14719         * Update for gst_tag_setter API changes.
14720
14721 2005-11-22  Andy Wingo  <wingo@pobox.com>
14722
14723         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14724         (gst_dvdemux_demux_frame)
14725         * ext/flac/gstflacdec.c (gst_flacdec_write)
14726         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14727         (gst_flacenc_sink_event)
14728         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14729         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14730         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14731         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14732         * gst/auparse/gstauparse.c (gst_auparse_chain)
14733         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14734         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14735         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14736         (gst_avi_demux_handle_seek)
14737         * gst/goom/gstgoom.c (gst_goom_event)
14738         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14739         * gst/matroska/matroska-demux.c
14740         (gst_matroska_demux_handle_seek_event)
14741         (gst_matroska_demux_loop_stream_parse_id)
14742         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14743         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14744         (gst_wavparse_stream_headers): Run update-funcnames.
14745
14746 2005-11-22  Edward Hervey  <edward@fluendo.com>
14747
14748         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14749         (gst_dv1394src_init), (gst_dv1394src_dispose),
14750         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14751         (gst_dv1394src_uri_set_uri):
14752         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14753         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14754         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14755         URIHandler interface and element properties are now properly
14756         synchronized for DV1394src and UDPSrc
14757
14758 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14759
14760         * ext/flac/Makefile.am:
14761         * ext/speex/Makefile.am:
14762           libgsttagedit has been renamed to libgsttag.
14763
14764 2005-11-21  Wim Taymans  <wim@fluendo.com>
14765
14766         * gst/rtsp/rtspconnection.c: (read_body):
14767         Apply patch from Sebastien Cote to fix #319184.
14768
14769 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14770
14771         * configure.ac:
14772         * gst/cutter/Makefile.am:
14773         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14774         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14775         (gst_cutter_set_property), (gst_cutter_get_property),
14776         (plugin_init), (gst_cutter_get_caps):
14777           port cutter
14778         * gst/level/gstlevel.c:
14779           fix up plugin details
14780
14781 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14784         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14785         (gst_flacdec_src_event):
14786         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14787         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14788         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14789         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14790         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14791         (gst_flxdec_sink_event_handler):
14792         * gst/matroska/matroska-demux.c:
14793         (gst_matroska_demux_handle_seek_event):
14794         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14795           Update for stream lock API changes: don't take stream log
14796           in sink event handlers any longer and change GST_STREAM_LOCK
14797           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14798           functions.
14799
14800 2005-11-21  Michael Smith <msmith@fluendo.com>
14801
14802         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14803           gst_object_unref, not g_object_unref
14804
14805 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14808         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14809           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14810
14811 2005-11-21  Michael Smith <msmith@fluendo.com>
14812
14813         * gst/auparse/Makefile.am:
14814         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14815         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14816         (gst_auparse_change_state):
14817         * gst/auparse/gstauparse.h:
14818           Partially fix #161712. playbin still doesn't work on these files,
14819           (on the bug report, Andy says we aren't typefinding it for some
14820           reason?) but at least auparse isn't totally busted like it was before.
14821
14822 2005-11-21  Andy Wingo  <wingo@pobox.com>
14823
14824         * *.h:
14825         * *.c: Ran scripts/update-macros. Oh yes.
14826
14827 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14828
14829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14830           Filler events are gone for now, comment out section generating
14831           them.
14832
14833 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14834
14835         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14836         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14837         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14838         * sys/osxvideo/osxvideosink.m:
14839           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14840           (#322027)
14841
14842 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14843
14844         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14845         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14846         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14847         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14848         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14849         (gst_avi_demux_stream_data):
14850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14851         * gst/wavenc/gstwavenc.c: (write_metadata):
14852         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14853         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14854         Fixes for GST_FOURCC_FORMAT API change.
14855
14856 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14857
14858         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14859         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14860         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14861         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14862         (gst_text_overlay_change_state):
14863         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14864         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14865         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14866         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14867         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14868         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14869         (gst_videomixer_change_state):
14870           Fix for collect pads API change. Also fix textoverlay state
14871           change function.
14872
14873 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14874
14875         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14876         GST_PAD_IS_USABLE by something approaching it.
14877
14878 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14879
14880         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14881         API changes.
14882         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14883         but also fix the code that was not checking return values from
14884         pad_push neither using pad_alloc_buffer.
14885
14886 2005-11-18  Edward Hervey  <edward@fluendo.com>
14887
14888         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14889         (gst_pngenc_chain):
14890         Added debug category
14891         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14892         goes to EOS.
14893
14894 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14895
14896         * gst/rtp/Makefile.am
14897         * gst/rtp/gstrtp.c
14898         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14899         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14900         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14901         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14902         * gst/rtp/gstrtpg711enc.h:
14903         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14904         * gst/rtp/gstrtpspeexenc.c:
14905         * gst/rtp/gstrtpspeexenc.h:
14906         * gst/rtp/gstrtpspeexdec.c:
14907         * gst/rtp/gstrtpspeexdec.h:
14908         Created Speex payloader and depayloader; Optimize G711 payloader to
14909         use adapter and send packets until MTU size.
14910
14911 2005-11-16  Wim Taymans  <wim@fluendo.com>
14912
14913         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14914         Fix leak in check.
14915
14916 2005-11-16  Wim Taymans  <wim@fluendo.com>
14917
14918         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14919         Fix state change.
14920
14921 2005-11-16  Andy Wingo  <wingo@pobox.com>
14922
14923         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14924         (gst_udpsrc_create): Move comment.
14925
14926 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14927
14928         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14931           When seeking, seek to closest index entry at or before the requested
14932           seek position, not just the closest one (#321001).
14933
14934 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14935
14936         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14937         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14938           Invert DIB images again (see #132341).
14939
14940 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14941
14942         * configure.ac:
14943           rework configure.ac file
14944         * ext/aalib/gstaasink.c:
14945         * ext/cairo/gstcairo.c:
14946         * ext/dv/gstdv.c:
14947         * ext/esd/gstesd.c:
14948         * ext/flac/gstflac.c:
14949         * ext/gconf/gstgconfelements.c:
14950         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14951         * ext/jpeg/gstjpeg.c:
14952         * ext/ladspa/gstladspa.c:
14953         * ext/libcaca/gstcacasink.c:
14954         * ext/libmng/gstmng.c:
14955         * ext/libpng/gstpng.c:
14956         * ext/mikmod/gstmikmod.c:
14957         * ext/pango/gsttextoverlay.c:
14958         * ext/pango/gsttimeoverlay.c:
14959         * ext/raw1394/gst1394.c:
14960         * ext/speex/gstspeex.c:
14961         * gst/alpha/Makefile.am:
14962         * gst/alpha/gstalpha.c:
14963         * gst/alpha/gstalphacolor.c:
14964         * gst/auparse/gstauparse.c:
14965         * gst/autodetect/gstautoaudiosink.c:
14966         (gst_auto_audio_sink_factory_filter),
14967         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14968         * gst/autodetect/gstautodetect.c:
14969         * gst/avi/gstavi.c:
14970         * gst/cutter/gstcutter.c:
14971         * gst/debug/efence.c:
14972         * gst/debug/gstdebug.c:
14973         * gst/debug/gstnavigationtest.c:
14974         * gst/effectv/gsteffectv.c:
14975         * gst/flx/gstflxdec.c:
14976         * gst/goom/gstgoom.c:
14977         * gst/interleave/plugin.c:
14978         * gst/law/alaw.c:
14979         * gst/law/mulaw.c:
14980         * gst/level/gstlevel.c:
14981         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14982         * gst/matroska/matroska.c:
14983         * gst/median/gstmedian.c:
14984         * gst/monoscope/gstmonoscope.c:
14985         * gst/multipart/multipart.c:
14986         * gst/oldcore/gstelements.c:
14987         * gst/rtp/gstrtp.c:
14988         * gst/rtsp/gstrtsp.c:
14989         * gst/smoothwave/gstsmoothwave.c:
14990         * gst/smpte/gstsmpte.c:
14991         * gst/udp/gstudp.c:
14992         * gst/videobox/gstvideobox.c:
14993         * gst/videofilter/gstgamma.c:
14994         * gst/videofilter/gstvideobalance.c:
14995         * gst/videofilter/gstvideoflip.c:
14996         * gst/videofilter/gstvideotemplate.c:
14997         * gst/videomixer/videomixer.c:
14998         * gst/wavenc/gstwavenc.c:
14999         * gst/wavparse/gstwavparse.c:
15000         * sys/oss/gstossaudio.c:
15001         * sys/osxaudio/gstosxaudio.c:
15002           update GST_PLUGIN_DEFINE
15003         * gst/rtp/Makefile.am:
15004         * gst/rtp/gstasteriskh263.c:
15005           check for htons/htonl headers and possibly link to winsock2 lib
15006
15007 2005-11-12  Edward Hervey  <edward@fluendo.com>
15008
15009         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15010         Only GST_DEBUG() information on the valid components.
15011
15012 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15013
15014         * configure.ac: back to HEAD
15015
15016 === release 0.9.5 ===
15017
15018 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15019
15020         * configure.ac:
15021           releasing 0.9.5, "Phone Alarm"
15022
15023 2005-11-11  Edward Hervey  <edward@fluendo.com>
15024
15025         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15026         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15027         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15028         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15029         (gst_avi_demux_loop):
15030         * gst/avi/gstavidemux.h:
15031         Yeah, implement proper seeking. Exact seeking and segment seeking.
15032         Still need to do some checks for segment_stop.
15033
15034 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15035
15036         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15039           Don't try to ready buffer duration from buffer that we don't
15040           own any  longer and that might already have been unreffed.
15041           (#321136)
15042
15043 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15044
15045         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15046         (flx_decode_delta_flc), (gst_flxdec_chain):
15047         Attempting to optimize the code for embedded systems.
15048
15049 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15050
15051         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15054           Don't re-use already closed file descriptor. (#320920)
15055
15056 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15057
15058         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15059         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15060         (gst_oss_sink_prepare):
15061         * sys/oss/gstosssink.h:
15062           Cache probed caps; fix debug output for SET_PARAM macros.
15063
15064 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15065
15066         * ext/cairo/Makefile.am:
15067         * ext/cairo/gstcairo.c: (plugin_init):
15068         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15069         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15070         (gst_text_overlay_init), (gst_text_overlay_font_init),
15071         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15072         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15073         (gst_text_overlay_text_pad_linked),
15074         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15075         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15076         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15077         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15078         (gst_text_overlay_change_state):
15079         * ext/cairo/gsttextoverlay.h:
15080           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15081           property and redo positioning. Doesn't handle upstream renegotiation
15082           yet though.
15083
15084 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15085
15086         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15087         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15088         (gst_avi_demux_loop):
15089           No need to take the STREAM_LOCK in the loop function. Improve
15090           some debug messages. Don't leak pad names in debug messages.
15091
15092 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15093
15094         * gst/matroska/matroska-demux.c:
15095         (gst_matroska_demux_push_vorbis_codec_priv_data),
15096         (gst_matroska_demux_add_wvpk_header):
15097           Don't error out when the source pad isn't linked.
15098
15099 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15102         (gst_gconf_audio_sink_change_state):
15103         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15104         (gst_gconf_video_sink_change_state):
15105           Fix state change functions here as well and set kid
15106           to NULL state before removing it.
15107
15108 2005-11-01  Edward Hervey  <edward@fluendo.com>
15109
15110         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15111         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15112         Added proper event handlind, 
15113         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15114         ignored),
15115         and don't set a duration of 0 for buffers otherwise they are discarded
15116         by GstBaseSink.
15117
15118         GstWavEnc needs some serious loving, after going through the code I'm
15119         really wondering how this can stay in -good ...
15120
15121 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15122
15123         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15124         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15126         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15127         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15128         (gst_matroska_mux_collected):
15129           Fix leaks and invalid memory access as reported by valgrind
15130
15131 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15132
15133         Patch by: Michal Benes <michal.benes@xeris.cz>
15134
15135         * check/Makefile.am:
15136         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15137         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15138         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15139           add a unit test for matroskamux
15140           fix the bugs that the unit test exposed
15141
15142 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15143
15144         * gst/autodetect/gstautoaudiosink.c:
15145         (gst_auto_audio_sink_class_init),
15146         (gst_auto_audio_sink_change_state):
15147         * gst/autodetect/gstautovideosink.c:
15148         (gst_auto_video_sink_class_init),
15149         (gst_auto_video_sink_change_state):
15150           Fix state change function and use GST_DEBUG_FUNCPTR in
15151           class_init.
15152
15153 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15154
15155         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15158         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15159         * gst/matroska/ebml-write.h:
15160         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15161           Set timestamps on outgoing ebml headers as well, so that the
15162           element after matroskamux can get the timestamp already when
15163           reading the first ebml element and doesn't have to wait for
15164           the actual data buffer for that (#320308).
15165           
15166 2005-10-31  Andy Wingo  <wingo@pobox.com>
15167
15168         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15169         (gst_videomixer_pad_link): Kill some memleaks.
15170         (gst_videomixer_pad_get_property): Style fix.
15171         (gst_videomixer_pad_set_property): Style fix.
15172         (gst_videomixer_pad_init): Style fix.
15173         (gst_videomixer_update_queues): Kill memleak.
15174         (gst_videomixer_loop): Kill memleak.
15175         (gst_videomixer_collected): Kill memleak.
15176
15177 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15178
15179         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15180         gst_auparse_change_state:
15181         Just some cleanup.
15182
15183 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15184
15185         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15186         Add checks to GST_FLOW_NOT_LINKED for values returned
15187         from gst_pad_push.
15188         
15189 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15190
15191         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15192         (gst_rtpg711dec_process):
15193         * gst/rtp/gstrtpgsmenc.c:
15194         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15195         are never set. This is important for the g711 to work with burger's rtpbin
15196         element.
15197
15198 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15199
15200         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15201         (gst_speexenc_push_buffer):
15202         Add checks for return values from gst_pad_push and
15203         gst_pad_alloc_buffer.
15204
15205 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15206
15207         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15208
15209         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15210         (gst_matroska_demux_parse_info),
15211         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15212         (gst_matroska_demux_parse_cluster):
15213         * gst/matroska/matroska-ids.h:
15214         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15215         (gst_matroska_mux_init), (gst_matroska_mux_start),
15216         (gst_matroska_mux_create_buffer_header),
15217         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15218         (gst_matroska_mux_get_property):
15219         * gst/matroska/matroska-mux.h:
15220           Add SimpleBlock support to matroska demuxer and muxer (part of
15221           Matroska v2). (#319731)
15222
15223 2005-10-28  Wim Taymans  <wim@fluendo.com>
15224
15225         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15226         (gst_jpeg_dec_change_state):
15227         * ext/jpeg/gstjpegdec.h:
15228         Cleanups. Don't create caps for every chain.
15229
15230 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15231
15232         * gst/law/alaw-encode.c: (gst_alawenc_init),
15233         (alawenc_setcaps), (gst_alawenc_chain)
15234         * gst/law/alaw-encode.h:
15235         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15236         (mulawenc_setcaps), (gst_mulawenc_chain)
15237         * gst/law/mulaw-encode.h:
15238         Set timestamp on buffer and it allows RTP G711 elements
15239         work properly.
15240
15241 2005-10-27  Wim Taymans  <wim@fluendo.com>
15242
15243         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15244         Set correct format on oss instead of a silly value. 
15245
15246 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15247
15248         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15249         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15250         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15251         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15252         I420 rendering as well, doesn't bring much for my platform.
15253         Might help on some other platforms.
15254
15255 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15256
15257         * gst/rtp/gstrtpgsmenc.c:
15258         * gst/rtp/gstrtpgsmparse.c:
15259         Declaring the padtemplate correctly.
15260
15261 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15262
15263         * gst/rtp/gstrtpg711dec.c:
15264         * gst/rtp/gstrtpg711enc.c:
15265         * gst/rtp/gstrtpgsmenc.c:
15266         * gst/rtp/gstrtpgsmparse.c:
15267         Setting the proper copyright notice.
15268
15269 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15270
15271         * gst/videobox/Makefile.am: Use liboil.
15272         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15273         (gst_video_box_set_property), (gst_video_box_transform_caps),
15274         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15275         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15276         using liboil. Will dot the same to I420 border generation
15277         tomorrow.
15278
15279 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15280
15281         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15282         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15283         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15284         * gst/rtp/gstrtpg711dec.h:
15285         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15286         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15287         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15288         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15289         (gst_rtpgsmenc_handle_buffer):
15290         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15291         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15292         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15293         * gst/rtp/gstrtpgsmparse.h:
15294         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15295         inherits from the basertpdepayloader.
15296
15297 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15298
15299         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15300         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15301         (gst_video_box_ayuv): Removing this forgotten debug.
15302
15303 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15304
15305         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15306         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15307         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15308
15309 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15310
15311         * sys/oss/gstossaudio.c:
15312         * sys/oss/gstossdmabuffer.c:
15313         * sys/oss/gstosshelper.c:
15314         * sys/oss/gstossmixer.c:
15315         * sys/oss/gstossmixerelement.c:
15316         * sys/oss/gstossmixertrack.c:
15317         * sys/oss/gstosssink.c:
15318         * sys/oss/gstosssrc.c:
15319           Actually use the 'oss' debug category we register.
15320
15321 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15322
15323         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15324         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15325         Use gst_pad_get_parent and drop the ref that was added through
15326         that call.
15327
15328 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15329
15330         * gst/rtp/gstrtpgsmenc.c:
15331           Fix compilation
15332
15333 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15334
15335         * gst/rtp/gstrtpg711dec.c
15336         Just removed a couple of lines of weird code used during
15337         development/test time.
15338
15339 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15340
15341         * gst/rtp/Makefile.am
15342         * gst/rtp/gstrtp.c
15343         * gst/rtp/gstrtpg711enc.c
15344         * gst/rtp/gstrtpg711enc.h
15345         * gst/rtp/gstrtpg711dec.c
15346         * gst/rtp/gstrtpg711dec.h
15347         Created G711 payloader and depayloader (it supports mulaw and alaw
15348         (dec)encoders)
15349
15350 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15351
15352         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15353         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15354         Doh ! I introduced wingo's bug again ! Sorry...
15355
15356 2005-10-25  Christian Schaller <christian@fluendo.com> 
15357
15358         * gst/rtp/Makefile.am: add missing header files for disting
15359
15360 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15361
15362         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15363         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15364         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15365         (gst_rtpgsmenc_handle_buffer):
15366         * gst/rtp/gstrtpgsmenc.h:
15367         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15368         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15369         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15370         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15371         * gst/rtp/gstrtpgsmparse.h:
15372         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15373
15374 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15375
15376         * ext/libpng/gstpngdec.c: (user_info_callback),
15377         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15378         a newsegment event, move some redundant code in a single place.
15379
15380 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15381
15382         * ext/libpng/gstpngdec.c: (user_info_callback),
15383         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15384         hack to get correct colors order when we have a png image with
15385         alpha channel.
15386
15387 2005-10-24  Edward Hervey  <edward@fluendo.com>
15388
15389         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15390         Call gst_element_no_more_pads when there will be no more pads.
15391
15392 2005-10-24  Wim Taymans  <wim@fluendo.com>
15393
15394         * gst/rtp/Makefile.am:
15395         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15396         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15397         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15398         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15399         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15400         (gst_asteriskh263_plugin_init):
15401         * gst/rtp/gstasteriskh263.h:
15402         * gst/rtp/gstrtp.c: (plugin_init):
15403         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15404         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15405         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15406         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15407         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15408         (gst_rtph263enc_plugin_init):
15409         * gst/rtp/gstrtph263enc.h:
15410         Added two new payloaders, an RFC 2190 payloader for h263 and
15411         a payload convertor for an asterisk server.
15412
15413 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15414
15415         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15416           Set bytes_per_sample correctly (is not always 4, but 
15417           depends on width and number of channels).
15418
15419 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15420
15421         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15422         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15423         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15424         (gst_flacenc_sink_event), (gst_flacenc_chain),
15425         (gst_flacenc_set_property), (gst_flacenc_get_property),
15426         (gst_flacenc_change_state):
15427         * ext/flac/gstflacenc.h:
15428           Fix seeking, so that flacenc can rewrite the header with the
15429           correct duration and amount of samples and all that at EOS;
15430           also set timestamps and granulepos on outgoing buffers; add
15431           debug category; fix state change function.
15432           
15433 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15434
15435         * gst/videomixer/videomixer.c: Don't restrict video geometry
15436         from 16 to 4096.
15437
15438 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15439
15440         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15441         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15442         Fix caps negotiation correctly, add debugging category.
15443
15444 2005-10-24  Christian Schaller  <christian@fluendo.com>
15445
15446         * configure.ac: Port over Thomas's change from base listing all plugins
15447
15448 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15449
15450         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15451         a sink pad.
15452
15453 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15454
15455         * configure.ac:
15456         * docs/upload.mak:
15457           back to HEAD
15458
15459 === release 0.9.4 ===
15460
15461 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15462
15463         * configure.ac:
15464           Releasing 0.9.4, "Dromiceiomimus"
15465
15466 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15467
15468         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15469         (gst_speexenc_src_query):
15470           Add position and duration query, fix query type function.
15471           
15472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15473         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15474           Let's not set non-fixed caps on source pads.
15475
15476 2005-10-21  Wim Taymans  <wim@fluendo.com>
15477
15478         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15479         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15480         (gst_avi_demux_handle_seek):
15481         Set correct stream_time in newsegment event.
15482         avi can also handle a duration query now.
15483
15484 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15485
15486         * gst/matroska/matroska-demux.c:
15487         (gst_matroska_demux_handle_src_query),
15488         (gst_matroska_demux_handle_seek_event),
15489         (gst_matroska_demux_loop_stream_parse_id):
15490           Fix duration query; fix basetime in newsegment event after
15491           seek; fix duration in initial newsegment event.
15492
15493         * gst/matroska/matroska-mux.c:
15494         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15495           Extract number of channels and samplerate from vorbis headers;
15496           add some debug messages when querying the durations of the
15497           input streams.
15498
15499 2005-10-20  Wim Taymans  <wim@fluendo.com>
15500
15501         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15502         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15503         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15504         Set stream time correctly in newsegment.
15505
15506 2005-10-20  Wim Taymans  <wim@fluendo.com>
15507
15508         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15509         Correctly fill in the stream time.
15510
15511 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15512
15513         * check/elements/level.c: (GST_START_TEST):
15514         * gst/level/gstlevel.c: (gst_level_message_new):
15515         * gst/level/level-example.c: (message_handler):
15516           use ELEMENT messages instead
15517
15518 2005-10-19  Wim Taymans  <wim@fluendo.com>
15519
15520         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15521         (gst_dvdemux_src_query):
15522         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15523         (gst_flacdec_src_query):
15524         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15525         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15526         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15527         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15528         * gst/debug/progressreport.c: (gst_progress_report_report):
15529         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15530         * gst/matroska/matroska-demux.c:
15531         (gst_matroska_demux_handle_src_query):
15532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15533         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15534         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15535         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15536         (gst_wavparse_srcpad_event):
15537         API change fix.
15538
15539 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15540
15541         * gst/goom/filters.c:
15542         * gst/goom/graphic.h:
15543         * gst/goom/lines.c:
15544           Make inline functions either 'static inline' or 'extern inline',
15545           otherwise the Forte compiler apparently won't inline them (#317300).
15546
15547 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15548
15549         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15550         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15551         (user_info_callback), (user_endrow_callback), (user_end_callback),
15552         (user_read_data), (gst_pngdec_caps_create_and_set),
15553         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15554         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15555         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15556         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15557         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15558         very nice and handle push/pull based model. if you have filesrc
15559         connected to it, it will do random access to load the png file.
15560         If you have a network source that can't do _getrange, it does 
15561         progressive loading through the chain function.
15562         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15563         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15564         thanks to Master Wim Taymans ;-)
15565
15566 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15567
15568         * gst/matroska/Makefile.am:
15569         * gst/matroska/ebml-read.c:
15570         * gst/matroska/ebml-read.h:
15571         * gst/matroska/matroska-demux.c:
15572         * gst/matroska/matroska-demux.h:
15573         * gst/matroska/matroska.c: (plugin_init):
15574           Ported matroska demuxer to 0.9.
15575
15576 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15577
15578         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15579
15580         * gst/matroska/matroska-mux.c:
15581         (gst_matroska_mux_video_pad_setcaps),
15582         (gst_matroska_mux_audio_pad_setcaps):
15583           Fix mpeg4 input handling (#318847); also, while we're at it,
15584           fix media type for Motion-JPEG: should be image/jpeg.
15585
15586 2005-10-18  Wim Taymans  <wim@fluendo.com>
15587
15588         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15589         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15590         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15591         Fix for segment-start/stop API change.
15592
15593 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15594
15595         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15596         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15597         way.
15598
15599 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15600
15601         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15602         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15603         output declared in transform_caps.
15604
15605 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15606
15607         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15608
15609 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15610
15611         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15612         (gst_video_box_get_unit_size): Fix wrong size calculations and
15613         implement get_unit_size correctly.
15614
15615 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15616
15617         * configure.ac:
15618           Enable flx plugin.
15619
15620         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15621           Fix gcc4 signedness issue.
15622
15623 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15624
15625         * configure.ac: Adding videomixer.
15626         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15627         (user_read_data), (gst_pngdec_chain): More debugging.
15628         * gst/alpha/Makefile.am: Adding alphacolor
15629         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15630         (gst_alpha_color_class_init), (gst_alpha_color_init),
15631         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15632         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15633         (plugin_init): Ported to 0.9 using in place base tranform.
15634         * gst/videomixer/Makefile.am:
15635         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15636         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15637         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15638         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15639         (gst_videomixer_init), (gst_videomixer_getcaps),
15640         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15641         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15642         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15643         to 0.9 using collectpads.
15644
15645 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15646
15647         * configure.ac:
15648         * gst/flx/Makefile.am:
15649         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15650         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15651         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15652         * gst/flx/gstflxdec.h:
15653         flx plugin ported to 0.9
15654
15655 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15656
15657         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15658           use new gst_version_string()
15659
15660 2005-10-16  Andy Wingo  <wingo@pobox.com>
15661
15662         * configure.ac: GLIB_CHECK.
15663
15664 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15665
15666         * ext/libpng/Makefile.am:
15667         * ext/libpng/gstpng.c: (plugin_init):
15668         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15669         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15670         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15671
15672 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15673
15674         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15675
15676         * configure.ac:
15677         * gst/matroska/Makefile.am:
15678         * gst/matroska/ebml-ids.h:
15679         * gst/matroska/ebml-write.c:
15680         * gst/matroska/ebml-write.h:
15681         * gst/matroska/matroska-ids.h:
15682         * gst/matroska/matroska-mux.c:
15683         * gst/matroska/matroska-mux.h:
15684         * gst/matroska/matroska.c: (plugin_init):
15685           Port matroska muxer to 0.9 (#318847).
15686
15687 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15690         (comment_init), (comment_add):
15691           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15692           use GST_READ_UINT32_LE() and friends rather than the private
15693           implementation of those same macros.
15694
15695 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15696
15697         * examples/stats/mp2ogg.c:
15698           more typo fixes
15699
15700 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15701
15702         * examples/indexing/indexmpeg.c: (main):
15703         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15704         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15705         * ext/esd/esdmon.h:
15706         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15707         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15708         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15709         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15710         * gst/avi/gstavimux.c: (gst_avimux_init):
15711         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15712         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15713         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15714         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15715         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15716         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15717         * gst/oldcore/gstmultifilesrc.h:
15718         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15719         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15720         (gst_pipefilter_change_state):
15721         * gst/oldcore/gstpipefilter.h:
15722         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15723         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15724         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15725         * sys/osxaudio/gstosxaudiosink.h:
15726         * sys/osxaudio/gstosxaudiosrc.h:
15727           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15728           moved bitshift from macro to enum definition
15729
15730 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15731
15732         * ext/Makefile.am:
15733         * ext/cairo/Makefile.am:
15734         * ext/cairo/gstcairo.c: (plugin_init):
15735         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15736         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15737         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15738         * ext/cairo/gsttimeoverlay.h:
15739           update of cairo-based timeoverlay to 1.0 Cairo API
15740           doesn't work yet for resizing of output sink
15741
15742 2005-10-11  Wim Taymans  <wim@fluendo.com>
15743
15744         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15745         newsegment API fix.
15746
15747 2005-10-11  Wim Taymans  <wim@fluendo.com>
15748
15749         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15750         (gst_dvdemux_demux_frame):
15751         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15752         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15753         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15754         (gst_avi_demux_handle_seek):
15755         * gst/goom/gstgoom.c: (gst_goom_event):
15756         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15757         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15758         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15759         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15760         (gst_wavparse_srcpad_event):
15761         newsegment API update.
15762
15763 2005-10-11  Andy Wingo  <wingo@pobox.com>
15764
15765         * ext/speex/gstspeexenc.c: Signedness cleanups.
15766
15767 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15768
15769         * PORTED_09:
15770         * ext/speex/Makefile.am:
15771         * ext/speex/gstspeex.c:
15772         * ext/speex/gstspeexenc.c:
15773         Speexenc ported to 0.9
15774
15775 2005-10-10  Wim Taymans  <wim@fluendo.com>
15776
15777         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15778         (gst_oss_sink_init), (gst_oss_sink_set_property),
15779         (gst_oss_sink_get_property), (gst_oss_sink_open),
15780         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15781         * sys/oss/gstosssink.h:
15782         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15783         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15784         (gst_oss_src_prepare):
15785         Cleanups, make device configurable in the sink, handle and report
15786         errors.
15787
15788 2005-10-10  Wim Taymans  <wim@fluendo.com>
15789
15790         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15791         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15792         Make sure element is NULL before removing from the bin.
15793
15794 2005-10-07  Andy Wingo  <wingo@pobox.com>
15795
15796         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15797         block forever in a read().
15798         (gst_dv1394src_bus_reset): Post a message when the cable is
15799         unplugged.
15800         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15801         (gst_dv1394src_bus_reset): Don't unref the message.
15802
15803         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15804         hacking. The only change should be that the state change stuff was
15805         put into basesrc's start() and stop() routines, which coalesces
15806         some steps.
15807
15808 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15809
15810         * configure.ac:
15811           Add check for mmap
15812           
15813         * gst/debug/Makefile.am:
15814           Only compile efence plugin on systems that have mmap.
15815
15816 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15817
15818         * gst/debug/Makefile.am:
15819         * gst/debug/breakmydata.c:
15820         * gst/debug/gstdebug.c:
15821         * gst/debug/gstnavigationtest.c:
15822         * gst/debug/gstnavseek.c: 
15823         * gst/debug/gstnavseek.h:
15824         * gst/debug/progressreport.c: 
15825         * gst/debug/testplugin.c:
15826           Port progressreport, navseek, navigationtest, testsink and
15827           breakmydata.
15828
15829 2005-10-05  Edward Hervey  <edward@fluendo.com>
15830
15831         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15832         (gst_dvdemux_src_query):
15833         Fixes for better conversion
15834
15835 2005-10-04  Michael Smith <msmith@fluendo.com>
15836
15837         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15838         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15839         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15840         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15841           Set state of elements to NULL before removing from bins.
15842           Set state of test element to NULL if we failed to move it to READY
15843
15844 2005-10-04  Edward Hervey  <edward@fluendo.com>
15845
15846         * ext/dv/Makefile.am:
15847         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15848         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15849         Corrected the query function for position so it doesn't forget what
15850         format was asked, and calls the conversion functions on the correct pad.
15851
15852 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15853
15854         * configure.ac:
15855           back to development
15856
15857 === release 0.9.3 ===
15858
15859 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15860
15861         * configure.ac:
15862           Releasing 0.9.3, "Aramis"
15863
15864 2005-10-03  Andy Wingo  <wingo@pobox.com>
15865
15866         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15867         error returns.
15868
15869 2005-10-02  Andy Wingo  <wingo@pobox.com>
15870
15871         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15872
15873         * ext/flac/gstflacenc.c: Ported to 0.9.
15874
15875         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15876
15877         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15878         and link to gsttagedit. Enable flacenc.
15879
15880         * ext/flac/gstflacdec.c: Re-enable tag reading.
15881
15882 2005-09-30  Wim Taymans  <wim@fluendo.com>
15883
15884         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15885         * gst/rtp/gstrtpgsmparse.c:
15886         * gst/rtp/gstrtph263penc.c:
15887         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15888         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15889         (gst_rtpmp4venc_set_property):
15890         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15891         Various class and caps fixes from Andre Magalhaes (andrunko)
15892
15893 2005-09-29  Wim Taymans  <wim@fluendo.com>
15894
15895         * gst/level/level-example.c: (main):
15896         Update for new bus API.
15897
15898 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * configure.ac:
15901           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15902           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15903
15904 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15905
15906         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15907           Fix playback of mono streams (bytes_per_sample should be set
15908           from the sample width and the number of channels negotiated,
15909           and not just be set to 4) (#317338)
15910
15911 2005-09-26  Wim Taymans  <wim@fluendo.com>
15912
15913         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15914         (gst_rtpmpaenc_handle_buffer):
15915         Set buffer duration correctly.
15916
15917 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15918
15919         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15920         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15921         (gst_avi_demux_change_state):
15922           Don't crash when encountering a stream with an unknown fourcc or
15923           codec id. Instead, create a pad of type video/x-avi-unknown or
15924           audio/x-avi-unknown, which as a side-effect also results in less
15925           confusing error messages in players ('no decoder' vs. 'no streams');
15926           minor fixes to state change function and class_init function.
15927
15928 2005-09-24  Wim Taymans  <wim@fluendo.com>
15929
15930         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15931         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15932         These are sinks.
15933
15934 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15935
15936         * check/elements/level.c: (GST_START_TEST):
15937           fix test for new GstClockTime use
15938         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15939         (gst_level_transform_ip):
15940         * gst/level/gstlevel.h:
15941           fix up the decay peak, ensuring the decay peak is never lower
15942           than the peak for that interval
15943
15944 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15945
15946         * docs/plugins/gst-plugins-good-plugins.args:
15947         * docs/plugins/inspect/plugin-alpha.xml:
15948         * docs/plugins/inspect/plugin-rtp.xml:
15949         * gst/level/gstlevel.c: (gst_level_set_caps),
15950         (gst_level_transform_ip):
15951           updating docs
15952
15953 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15954
15955         * Makefile.am:
15956         * check/elements/level.c: (GST_START_TEST):
15957         * gst/level/Makefile.am:
15958         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15959         (gst_level_set_property), (gst_level_get_property),
15960         (gst_level_set_caps), (gst_level_message_new),
15961         (gst_level_transform_ip):
15962         * gst/level/gstlevel.h:
15963         * gst/level/level-example.c: (message_handler), (main):
15964           convert to using GstClockTime for all time values, finally.
15965
15966 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15967
15968         * gst/auparse/Makefile.am:
15969         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15970           fix up build
15971         * configure.ac:
15972         * ext/cairo/Makefile.am:
15973         * ext/dv/Makefile.am:
15974         * ext/esd/Makefile.am:
15975         * ext/flac/Makefile.am:
15976         * ext/gconf/Makefile.am:
15977         * ext/gdk_pixbuf/Makefile.am:
15978         * ext/jpeg/Makefile.am:
15979         * ext/ladspa/Makefile.am:
15980         * ext/libcaca/Makefile.am:
15981         * ext/libmng/Makefile.am:
15982         * ext/libpng/Makefile.am:
15983         * ext/mikmod/Makefile.am:
15984         * ext/pango/Makefile.am:
15985         * ext/raw1394/Makefile.am:
15986         * ext/shout2/Makefile.am:
15987         * ext/speex/Makefile.am:
15988         * gst/alpha/Makefile.am:
15989         * gst/autodetect/Makefile.am:
15990         * gst/avi/Makefile.am:
15991         * gst/cutter/Makefile.am:
15992         * gst/debug/Makefile.am:
15993         * gst/effectv/Makefile.am:
15994         * gst/flx/Makefile.am:
15995         * gst/goom/Makefile.am:
15996         * gst/interleave/Makefile.am:
15997         * gst/law/Makefile.am:
15998         * gst/matroska/Makefile.am:
15999         * gst/median/Makefile.am:
16000         * gst/monoscope/Makefile.am:
16001         * gst/multipart/Makefile.am:
16002         * gst/oldcore/Makefile.am:
16003         * gst/rtp/Makefile.am:
16004         * gst/rtsp/Makefile.am:
16005         * gst/smoothwave/Makefile.am:
16006         * gst/smpte/Makefile.am:
16007         * gst/videobox/Makefile.am:
16008         * gst/videofilter/Makefile.am:
16009         * gst/videomixer/Makefile.am:
16010         * gst/wavenc/Makefile.am:
16011         * gst/wavparse/Makefile.am:
16012         * sys/oss/Makefile.am:
16013         * sys/osxaudio/Makefile.am:
16014         * sys/osxvideo/Makefile.am:
16015           fix up GST_LIBS use
16016
16017 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16018
16019         * gst/auparse/Makefile.am:
16020         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16021           fix build of auparse
16022
16023 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16024
16025         * configure.ac:
16026         * PORTED_09:
16027         * gst/auparse/gstauparse.c:
16028         * gst/auparse/gstauparse.h:
16029         Auparse ported to 0.9.
16030
16031 2005-09-22  Wim Taymans  <wim@fluendo.com>
16032
16033         * gst/rtp/TODO:
16034         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16035         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16036         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16037         (gst_rtpmp4venc_set_property):
16038         * gst/rtp/gstrtpmp4venc.h:
16039         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16040         * gst/rtp/gstrtpmpaenc.h:
16041         Use is_filled to both check MTU and max-ptime of base class.
16042
16043 2005-09-22  Wim Taymans  <wim@fluendo.com>
16044
16045         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16046         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16047         (gst_rtpmp4venc_set_property):
16048         Don't fragment packets with multiple frames.
16049
16050 2005-09-22  Wim Taymans  <wim@fluendo.com>
16051
16052         * gst/rtp/TODO:
16053         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16054         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16055         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16056         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16057         (gst_rtpmp4venc_get_property):
16058         * gst/rtp/gstrtpmp4venc.h:
16059         Remove g_print.
16060         Update TODO
16061         Make payload encoder a bit smarter and more correct with
16062         timestamps.
16063         Added option in payloader to include config string in-band.
16064
16065 2005-09-21  Wim Taymans  <wim@fluendo.com>
16066
16067         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16068         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16069         (gst_rtspsrc_send):
16070         Strip spaces for key/value pairs.
16071
16072 2005-09-21  Wim Taymans  <wim@fluendo.com>
16073
16074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16075         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16076         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16077         (gst_rtspsrc_change_state):
16078         More SDP parsing and caps setting.
16079         Do NO_PREROLL differently.
16080         add pads only after negotiated.
16081
16082         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16083         (gst_udpsrc_getcaps):
16084         Implement the getcaps function.
16085
16086 2005-09-21  Wim Taymans  <wim@fluendo.com>
16087
16088         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16089         (gst_rtpamrdec_chain):
16090         Handle multiple AMr packets per payload. Handle CRC and
16091         parse ILL/ILP.
16092
16093         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16094         Make caps params strings for easy SDP mapping.
16095         
16096         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16097         Handle capsnego better.
16098
16099         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16100         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16101         Generate and parse config string in the caps.
16102
16103 2005-09-21  Wim Taymans  <wim@fluendo.com>
16104
16105         * gst/rtp/README:
16106         Update README
16107
16108         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16109         Make extra params as strings.
16110
16111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16112         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16113         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16114         Make state change return NO_PREROLL as this is a live
16115         source.
16116
16117         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16118         Don't unref old caps when NULL.
16119
16120 2005-09-20  Wim Taymans  <wim@fluendo.com>
16121
16122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16123         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16124         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16125         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16126         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16127         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16128         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16129         * gst/rtsp/sdpmessage.h:
16130         Add URI handler.
16131         Parse SDP and create caps.
16132
16133 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16134
16135         * gst/alpha/gstalpha.c:
16136           fix element description
16137
16138 2005-09-19  Wim Taymans  <wim@fluendo.com>
16139
16140         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16141         Don't check payload for now.
16142
16143 2005-09-19  Wim Taymans  <wim@fluendo.com>
16144
16145         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16146         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16147         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16148         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16149         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16150         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16151         (gst_wavparse_change_state):
16152         * gst/wavparse/gstwavparse.h:
16153         Fix wavparse some more.
16154
16155 2005-09-19  Wim Taymans  <wim@fluendo.com>
16156
16157         * check/elements/level.c: (GST_START_TEST):
16158         Fix for bus API change.
16159
16160 2005-09-19  Wim Taymans  <wim@fluendo.com>
16161
16162         * gst/level/level-example.c: (main):
16163         Fix for new bus API.
16164
16165         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16166         Set caps on pads.
16167
16168 2005-09-15  Wim Taymans  <wim@fluendo.com>
16169
16170         * gst/rtp/Makefile.am:
16171         * gst/rtp/README:
16172         * gst/rtp/gstrtp.c: (plugin_init):
16173         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16174         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16175         (gst_rtpamrdec_change_state):
16176         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16177         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16178         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16179         * gst/rtp/gstrtpamrenc.h:
16180         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16181         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16182         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16183         * gst/rtp/gstrtpgsmenc.h:
16184         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16185         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16186         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16187         (gst_rtpgsmparse_change_state):
16188         * gst/rtp/gstrtpgsmparse.h:
16189         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16190         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16191         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16192         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16193         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16194         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16195         * gst/rtp/gstrtph263penc.h:
16196         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16197         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16198         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16199         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16200         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16201         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16202         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16203         * gst/rtp/gstrtpmp4venc.h:
16204         * gst/rtp/gstrtpmpadec.c:
16205         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16206         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16207         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16208         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16209         * gst/rtp/gstrtpmpaenc.h:
16210         Updates to payloader/depayloaders, make payloaders use
16211         the base classes.
16212         Updated README with suggested RTP caps and how to convert
16213         to/from SDP.
16214         Added config descriptor in mp4v payloader.
16215
16216 2005-09-15  Andy Wingo  <wingo@pobox.com>
16217
16218         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16219         * gst/autodetect/gstautovideosink.c
16220         (gst_auto_video_sink_find_best): Update for new registry API.
16221
16222 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16223
16224         * common/c-to-xml.py:
16225         * common/gtk-doc-plugins.mak:
16226           a simple py script to generate valid xml from a C example
16227           probably also need to strip an MIT license when we decide
16228         * docs/plugins/Makefile.am:
16229         * gst/level/Makefile.am:
16230         * gst/level/gstlevel.c: (gst_level_init):
16231         * gst/level/level-example.c: (message_handler), (main):
16232           add an example to level that will show up in the docs
16233         * gst/rtp/TODO:
16234           add a note for the future
16235
16236 2005-09-14  Michael Smith <msmith@fluendo.com>
16237
16238         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16239           Actually define the debug object being used in wavenc. Fixes #316205
16240
16241 2005-09-14  Michael Smith <msmith@fluendo.com>
16242
16243         * gst/smpte/Makefile.am:
16244           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16245           needed to build on windows (bug 316204)
16246
16247 2005-09-12  Andy Wingo  <wingo@pobox.com>
16248
16249         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16250
16251 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16252
16253         * configure.ac:
16254         * gst/fdsrc/Makefile.am:
16255         * gst/fdsrc/gstfdsrc.c:
16256         * gst/fdsrc/gstfdsrc.h:
16257           Move fdsrc back into gstreamer core elements.
16258
16259         * gst/level/gstlevel.c: (gst_level_class_init),
16260         (gst_level_transform_ip):
16261         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16262           Basetransform changes.
16263
16264 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16265
16266         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16267         * ext/jpeg/smokecodec.c: (find_best_size):
16268           fix compiler warnings
16269
16270 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16271
16272         * gst-plugins-good.spec.in:
16273           spec file fixes
16274         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16275         (gst_multiudpsink_render), (gst_multiudpsink_add),
16276         (gst_multiudpsink_clear):
16277           it actually helps to actually stream if we hook up the
16278           "add" signal to an actual implementation
16279         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16280           some debugging
16281
16282 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16283
16284         * ext/jpeg/Makefile.am:
16285         * ext/jpeg/gstjpeg.c
16286         * ext/jpeg/gstjpegenc.c:
16287         * ext/jpeg/gstsmokeenc.c:
16288
16289 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16290
16291         * ext/flac/gstflacdec.c:
16292         * ext/flac/gstflacenc.c:
16293         * ext/flac/gstflactag.c:
16294         * ext/speex/gstspeexenc.c:
16295           gsttaginterface.h -> gsttagsetter.h
16296
16297 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16298
16299         * configure.ac:
16300         * gst/debug/Makefile.am:
16301         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16302         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16303         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16304         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16305         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16306           Port to 0.9 and re-enable efence plugin.
16307
16308 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16309
16310         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16311         (gst_flacdec_write), (gst_flacdec_convert_src):
16312         * ext/flac/gstflacdec.h:
16313           Add support for flac files with 24/32 bits per sample; and misc.
16314           minor clean-ups. Seeking is still partly broken (for me at least).
16315
16316 2005-09-06  Wim Taymans  <wim@fluendo.com>
16317
16318         * gst/rtp/Makefile.am:
16319         * gst/rtp/gstrtp.c: (plugin_init):
16320         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16321         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16322         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16323         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16324         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16325         (gst_rtpmp4vdec_plugin_init):
16326         * gst/rtp/gstrtpmp4vdec.h:
16327         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16328         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16329         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16330         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16331         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16332         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16333         * gst/rtp/gstrtpmp4venc.h:
16334         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16335         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16336         Added mpeg4 video payload encoder/decoder.
16337         Added some docs in mpa payloader.
16338
16339 === release 0.9.1 ===
16340
16341 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16342
16343         * NEWS:
16344         * README:
16345         * RELEASE:
16346         * autogen.sh:
16347         * configure.ac:
16348           releasing 0.9.1, "Blondie"
16349
16350 2005-09-05  Andy Wingo  <wingo@pobox.com>
16351
16352         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16353         here from the state change handler, so we fire signals without
16354         holding the state lock.
16355
16356 2005-09-02  Andy Wingo  <wingo@pobox.com>
16357
16358         * All plugins updated for element state changes.
16359
16360 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16361
16362         * Makefile.am:
16363         * check/.cvsignore:
16364         * check/Makefile.am:
16365         * check/elements/.cvsignore:
16366         * check/elements/level.c: (setup_level), (cleanup_level),
16367         (GST_START_TEST), (level_suite), (main):
16368           add a test for level
16369         * common/release.mak:
16370           move the enum checking to release.mak
16371         * configure.ac:
16372           add valgrind and check checking
16373         * gst/level/gstlevel.c: (gst_level_transform):
16374         * gst/level/gstlevel.h:
16375           fix Andy's cast bug
16376           convert a field to int
16377           fix the arithmetic to int when checking for emit so that a
16378           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16379
16380 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16381
16382         * Makefile.am:
16383         * configure.ac:
16384           add docs to build
16385         * common/plugins.xsl:
16386           wrap Description into a refsect2
16387         * docs/Makefile.am:
16388         * docs/plugins/Makefile.am:
16389         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16390         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16391         * gst/goom/Makefile.am:
16392         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16393         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16394         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16395         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16396         (gst_goom_change_state):
16397         * gst/goom/gstgoom.h:
16398           GstGOOM -> GstGoom
16399           add an example launch line
16400         * gst/level/gstlevel.h:
16401         * gst/monoscope/gstmonoscope.c:
16402           cleanups
16403
16404 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16405
16406         * configure.ac:
16407         * docs/plugins/Makefile.am:
16408         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16410         * docs/plugins/gst-plugins-good-plugins.types:
16411           document elements and plugins.  Shazam !
16412
16413 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16414
16415         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16416           be found under doc/random/ChangeLog-0.8