gst/qtdemux/qtdemux.c: Make sure we always send a DISCONT after a seek by setting...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
4         (gst_qtdemux_activate_segment),
5         (gst_qtdemux_prepare_current_sample),
6         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
7         Make sure we always send a DISCONT after a seek by setting the sample
8         index to an undefined value after a seek.
9
10 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
11
12         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
13           (GST_IS_AVI_SUBTITLE_CLASS):
14           Fix up IS_FOO macros, which makes gtk-doc much happier.
15
16 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17
18         * tests/icles/Makefile.am:
19           Move the -lgstfoo where it belongs.
20
21 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
22
23         * gst/matroska/ebml-ids.h:
24         Add ID for EBML CRC32 elements.
25
26         * gst/matroska/Makefile.am:
27         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
28         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
29         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
30         (gst_ebml_read_header):
31         Support reading 80bit floats, add finalize method to clean up
32         in any case, support reading length/id elements with any length
33         as long as it's smaller than our supported maximum, don't leak
34         buffers if reading as much data as we wanted failed and some
35         smaller cleanup.
36
37 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
38
39         Patch by: Olivier Crete <tester at tester dot ca>
40
41         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
42         Check that a buffer is large enough before reading from it.
43         Fixes bug #521102.
44         
45 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
48         Fix compilation after removing the GstPollMode from the
49         constructor.
50
51 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
52
53         * configure.ac:
54         * gst/audiofx/Makefile.am:
55         * gst/audiofx/audiochebband.c:
56         * gst/audiofx/audiocheblimit.c:
57         * gst/audiofx/math_compat.h:
58         Check for sinh(), cosh() and asinh() and define our own
59         implementations if they're not available. Fixes bug #520880.
60
61 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
62
63         Patch by: Olivier Crete <tester at tester dot ca>
64
65         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
66         Unref the buffers only once when handling not-negotiated errors.
67         Fixes bug #520764.
68
69 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
70
71         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
72
73         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
74         (gst_udpsrc_stop):
75         Properly balance WSA_Cleanup with WSA_Startup.
76         Also make the poll controllable on windows. Fixes #520888.
77
78 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
79
80         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
81         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
82         (gst_ebml_read_element_length), (gst_ebml_peek_id),
83         (gst_ebml_read_skip), (gst_ebml_read_buffer),
84         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
85         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
86         (gst_ebml_read_date), (gst_ebml_read_master),
87         (gst_ebml_read_binary), (gst_ebml_read_header):
88         * gst/matroska/ebml-read.h:
89         * gst/matroska/matroska-demux.c:
90         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
91         (gst_matroska_demux_read_track_encodings),
92         (gst_matroska_demux_add_stream),
93         (gst_matroska_demux_handle_src_query),
94         (gst_matroska_demux_handle_seek_event),
95         (gst_matroska_demux_init_stream),
96         (gst_matroska_demux_parse_tracks),
97         (gst_matroska_demux_parse_index_cuetrack),
98         (gst_matroska_demux_parse_index_pointentry),
99         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
100         (gst_matroska_demux_parse_metadata_id_simple_tag),
101         (gst_matroska_demux_parse_metadata_id_tag),
102         (gst_matroska_demux_parse_metadata),
103         (gst_matroska_demux_sync_streams),
104         (gst_matroska_demux_push_hdr_buf),
105         (gst_matroska_demux_push_flac_codec_priv_data),
106         (gst_matroska_demux_push_xiph_codec_priv_data),
107         (gst_matroska_demux_add_wvpk_header),
108         (gst_matroska_demux_check_subtitle_buffer),
109         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
110         (gst_matroska_demux_parse_cluster),
111         (gst_matroska_demux_parse_contents_seekentry),
112         (gst_matroska_demux_parse_contents),
113         (gst_matroska_demux_loop_stream_parse_id),
114         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
115         * gst/matroska/matroska-demux.h:
116         * gst/matroska/matroska-ids.h:
117         Handle return values from pull_range in a more granular way to properly
118         shut down on seeks.
119         Combine return values from push.
120         Implement proper error handling.
121         Prepare for handling seeking correctly.
122
123 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
124
125         * gst/matroska/ebml-read.c:
126         Use GINT64 formatting constants from GLIB.
127
128         * gst/matroska/matroska-demux.c:
129         Add some guards to avoid a possible division by 0 and crashing
130         with NULL events on some systems.
131         Use gst_gdouble_to_guint64 somewhere instead of an implicit
132         conversion. 
133
134         * gst/matroska/matroska-mux.c:
135         Check for invalid timestamps in a bunch of places to avoid
136         writing bogus durations into the output file.
137         Fix some double<->gint64 conversions that weren't using
138         gst_guint64_to_gdouble
139
140 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
141
142         * configure.ac:
143         Move the checks for bison, flex and as to the program section and the
144         check for gcc inline asm to the compiler characteristics section.
145
146 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
147
148         * configure.ac:
149         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
150         plug-ins are included/excluded. (#498222)
151
152 2008-02-29  Michael Smith <msmith@fluendo.com>
153
154         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
155           Don't call gst_object_sync_values() unless we have a valid timestamp.
156
157 2008-02-28  David Schleef  <ds@schleef.org>
158
159         * gst/matroska/matroska-demux.c:
160         * gst/matroska/matroska-ids.h:
161         * gst/matroska/matroska-mux.c:
162           Fix Dirac mapping.  I had previously added a VfW-type
163           mapping, but it looks like Dirac will get a native Matroska
164           mapping, and this is the most likely method.
165
166 2008-02-28  David Schleef  <ds@schleef.org>
167
168         * gst/avi/gstavimux.c: Add Dirac encoding
169
170 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
171
172         Patch by: Peter Kjellerstedt <pkj at axis com>
173
174         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
175         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
176         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
177         * gst/udp/gstudpsrc.h:
178         Port to GstPoll. See #505417.
179
180 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
181
182         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
183         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
184         yet on the srcpad. We need rate and channels before we
185         can do any processing. Fixes bug #519088.
186
187 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
188
189         * configure.ac:
190         Detect and indicate if GCC inline assembly syntax is
191         available.
192
193         * gst/goom/Makefile.am:
194         * gst/goom/convolve_fx.c:
195         * gst/goom/flying_stars_fx.c:
196         * gst/goom/goom_config.h:
197         * gst/goom/goom_core.c:
198         * gst/goom/goomsl.c:
199         * gst/goom/ifs.c:
200         * gst/goom/mmx.c:
201         * gst/goom/plugin_info.c:
202         * gst/goom/xmmx.c:
203         Fix various GCC-isms, and only build the inline assembly
204         with compilers that support GCC inline assembly.
205
206         Fix a couple of other warnings shown with Forte.
207
208 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
209
210         * gst/goom/xmmx.c:
211           Use 'emms' instead of 'femms' to not crash on cpus that do not
212           implement this 3dnow specific instruction.
213
214 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
215
216         * gst/goom/plugin_info.c: (setOptimizedMethods):
217         Use extended MMX for draw_line() too if available, not only
218         normal MMX.
219
220 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
221
222         * ext/jpeg/gstjpeg.c: (plugin_init):
223         Remove (commented out) smoke typefinder. This is in base now.
224
225 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
226
227         * gst/goom2k1/Makefile.am:
228         * gst/goom2k1/gstgoom.c:
229
230         Rename the installed library, and don't register the same 
231         GType name as the new goom.
232
233 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
234
235         * configure.ac:
236         * ext/taglib/Makefile.am:
237           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
238           when building C++ code (#516509).
239
240 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
241
242         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
243         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
244           (setOptimizedMethods):
245           Call oil_init(), otherwise oil_get_cpu_flags() won't return
246           anything useful. Export goom debug category so we can get
247           rid of the VERBOSE define and the printfs.
248
249 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
250
251         * gst/goom/goomsl_heap.c: (align_it):
252         * gst/goom/plugin_info.c: (setOptimizedMethods):
253           Compile fixes for x86-64.
254
255 2008-02-23  Bastien Nocera  <hadess@hadess.net>
256
257         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
258         with warnings, but add other CFLAGS
259
260         * gst/goom/goomsl.c (gsl_instr_set_namespace),
261         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
262         (calculate_labels), (gsl_read_file):
263         * gst/goom/goomsl_lex.l:
264         * gst/goom/goomsl_yacc.y:
265         * gst/goom/plugin_info.c: Remove a few live printf, and
266         fprintf, replace exit() calls with g_assert_not_reached()
267         if it not optimal for a library
268
269 2008-02-23  Bastien Nocera  <hadess@hadess.net>
270
271         * gst/goom/Makefile.am: Remove the warnings being disabled,
272         fix linkage on x86, spotted by Sebastian Dröge
273         <slomo@circular-chaos.org>
274
275         * gst/goom/convolve_fx.c (convolve_init),
276         (create_output_with_brightness), (convolve_apply):
277         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
278         * gst/goom/goomsl.c:
279         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
280         * gst/goom/plugin_info.c:
281         * gst/goom/tentacle3d.c (tentacle_fx_create):
282         Fix warnings, and disable the motifs in the convolve_fx
283         plugin (they were causing warnings, and they were just
284         "Goom" in funny letterring)
285
286 2008-02-23  Bastien Nocera  <hadess@hadess.net>
287
288         * configure.ac: Add checks for Flex/Yacc/Bison and other
289         furry animals, for the new goom 2k4 based plugin
290
291         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
292         CPU optimisations (not working yet), move the old plugin to...
293
294         * gst/goom2k1/*: ... here, in case somebody is sick enough
295
296         Fixes #515073
297
298 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
301         Post the server response code in an error message instead of a generic
302         'error' message. Fixes #517237.
303
304 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
305
306         * tests/check/Makefile.am:
307         Ignore gconfaudiosrc for the states unit test too. It will fallback
308         to alsasrc if the gconf settings can't be read and not everybody has
309         alsa.
310
311 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
312
313         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
314         (gst_wavpack_parse_create_src_pad):
315         * ext/wavpack/gstwavpackparse.h:
316         Always report the duration if we know it in push mode and don't
317         return 0 just to make totem believe we can't seek in push mode.
318         Newer totem version use the SEEKING query which properly reports
319         if we can seek or not.
320
321 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
322
323         Patch by: Jens Granseuer <jensgr at gmx dot net>
324
325         * tests/examples/equalizer/demo.c: (main):
326         C89 fix, moving variable declarations to the beginning of
327         the block. Fixes bug #517933.
328
329 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
330
331         * configure.ac:
332         Back to development...
333
334 === release 0.10.7 ===
335
336 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
337
338         * configure.ac:
339           releasing 0.10.7, "Red Door Black"
340
341 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
342
343         * gst/alpha/Makefile.am:
344         Link alpha plugin with libgstbase. Fixes bug #517386.
345
346 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
349         Init values to -1 instead of the default 0 value.
350         Fixes #516524.
351
352 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
353
354         * tests/examples/spectrum/spectrum-example.c:
355         Add missing include to fix compilation when libxml usage is disabled.
356         Fixes: #516371
357
358 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
359
360         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
361         fixes: #514889
362
363         * gst/rtp/gstrtph264pay.c:
364         * gst/rtp/gstrtpmp4gdepay.c:
365         * gst/rtp/gstrtpmp4gpay.c:
366         * gst/rtp/gstrtpmp4gpay.h:
367         * gst/rtp/gstrtptheorapay.c:
368         * gst/rtp/gstrtpvorbispay.c:
369
370         Fix various leaks shown up in valgrind
371         - free sprops and buffer in error cases in H264 payloader
372         - fix leak in mp4g depayloader when construction the caps
373         - don't leak config string in the mp4g payloader
374         - don't leak buffers and headers in theora and vorbis payloaders
375
376         * tests/check/elements/rtp-payloading.c:
377
378         Fix the RTP data test
379         - Actually send valid amr data to the payloader instead of 20
380         zero-bytes
381         - The mp4g payloader expects codec_data on the caps
382
383 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
384
385         * win32/MANIFEST:
386         Add libgstpng.dsp to MANIFEST.
387         * win32/vs6/libgstaudiofx.dsp:
388         Add new source files to VS project file.
389
390 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
391
392         * sys/ximage/gstximagesrc.c:
393         Initialise variables when opening the X display rather
394         than in _start(), as the display can be opened before that.
395
396         Fixes: #515985
397
398 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
399
400         * sys/directdraw/gstdirectdrawsink.c:
401         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
402         (gst_directdraw_sink_finalize):
403         Properly chain up finalize functions. Fixes bug #515980.
404
405 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
406
407         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
408         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
409         (gst_v4l2_buffer_pool_class_init):
410         Chain up the finalize functions. Fixes bug #515984.
411
412 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
413
414         * sys/ximage/ximageutil.c:
415         Chain up in the finalize function for our custom
416         buffer sub-class.
417         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
418         Fixes: #515706
419
420 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
421
422         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
423         (gst_fenced_buffer_class_init):
424         Properly chain up finalize method. Fixes bug #515979.
425
426 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
427
428         * sys/ximage/gstximagesrc.c:
429         Free allocated Damage memory before closing our connection to the
430         X server. Partially fixes: #515706
431
432 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
433
434         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
435         * tests/check/Makefile.am:
436         * tests/check/gst-plugins-good.supp:
437         Add a few libjpeg suppressions and initialize a variable to
438         make smokeenc valgrind clean. Fixes bug #515701.
439
440 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
441
442         * gst/avi/gstavidemux.c:
443         Revert patch which sends timestamps only on keyframes, as it
444         breaks playback with current gst-ffmpeg.
445
446         Fixes: #515562
447
448 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
449
450         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
451         * tests/check/elements/multifile.c: (GST_START_TEST):
452         Close some memory leaks spotted by the unit test. Fixes bug #515697.
453
454 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
455
456         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
457         Use and unset the GError when pipeline creation fails instead of
458         simply leaking it. Fixes bug #515704.
459
460 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
461
462         * gst/audiofx/audioamplify.c:
463         * gst/audiofx/audiochebband.c:
464         * gst/audiofx/audiocheblimit.c:
465         * gst/audiofx/audiodynamic.c:
466         * gst/audiofx/audioinvert.c:
467         * gst/audiofx/audiopanorama.c:
468         * gst/audiofx/audiowsincband.c:
469         * gst/audiofx/audiowsinclimit.c:
470         Fix long description of audiofx elements. Fixes bug #515457.
471
472 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
473
474         * docs/plugins/Makefile.am:
475         * gst/spectrum/gstspectrum.c:
476         * tests/examples/spectrum/.cvsignore:
477         * tests/examples/spectrum/Makefile.am:
478         * tests/examples/spectrum/spectrum-example.c:
479
480         Add a simple example application for the spectrum element, include it
481         in the docs, and fix some documentation ambiguities.
482
483         Fixes: #348085
484
485 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
486
487         * gst/equalizer/Makefile.am:
488         * gst/spectrum/Makefile.am:
489         Fix includes order
490
491         * tests/check/Makefile.am:
492         Exclude v4l2src from the states test - it takes too long to start.
493
494         * tests/check/elements/spectrum.c:
495         Make the test run properly with CK_FORK=no
496
497 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
498
499         * gst/audiofix/Makefile.am: add missing header files 
500
501 2008-02-08  Julien Moutte  <julien@fluendo.com>
502
503         * gst/matroska/matroska-demux.c:
504         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
505         keyframe and delta units correctly when dealign with a BlockGroup.
506         Fixes: #514397
507
508 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
509
510         * tests/check/elements/.cvsignore:
511         Spell the new tests correctly in .cvsignore
512
513 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
514
515         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
516           Need to use gsize here for the size, fixes compiler warning.
517
518         * tests/examples/equalizer/.cvsignore:
519         * tests/examples/equalizer/Makefile.am:
520         * tests/examples/spectrum/.cvsignore:
521         * tests/examples/spectrum/Makefile.am:
522           Add missing files to fix the build.
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-multifile.xml:
533         * tests/check/Makefile.am:
534         * tests/check/elements/.cvsignore:
535
536         Move multifile plugin from -bad.
537         Fixes: #490283
538
539 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
540
541         * configure.ac:
542         * docs/plugins/Makefile.am:
543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
545         * docs/plugins/gst-plugins-good-plugins.args:
546         * docs/plugins/gst-plugins-good-plugins.hierarchy:
547         * docs/plugins/inspect/plugin-spectrum.xml:
548         * gst/spectrum/Makefile.am:
549         * tests/check/Makefile.am:
550         * tests/check/elements/.cvsignore:
551         * tests/examples/Makefile.am:
552
553         Move spectrum plugin from -bad.
554         Move examples into tests/examples/spectrum.
555
556 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
557
558         * configure.ac:
559         * docs/plugins/Makefile.am:
560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
562         * docs/plugins/gst-plugins-good-plugins.args:
563         * docs/plugins/gst-plugins-good-plugins.hierarchy:
564         * docs/plugins/gst-plugins-good-plugins.interfaces:
565         * docs/plugins/inspect/plugin-equalizer.xml:
566         * gst/equalizer/Makefile.am:
567         * tests/check/Makefile.am:
568         * tests/examples/Makefile.am:
569         Move the equalizer plugin across from -bad
570
571         * tests/check/elements/.cvsignore:
572         Add equalizer, audiosincwband and audiosincwlimit
573
574         * tests/check/elements/equalizer.c:
575         Fix compiler warnings
576
577         Fixes: #415627
578
579 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
580
581         * configure.ac:
582         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
583         are treated like releases and build without it.
584
585 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
586
587         * docs/plugins/Makefile.am:
588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
590         * docs/plugins/gst-plugins-good-plugins.args:
591         * docs/plugins/inspect/plugin-audiofx.xml:
592         * gst/audiofx/Makefile.am:
593         * gst/audiofx/audiofx.c:
594         * gst/audiofx/audiowsincband.c:
595         * gst/audiofx/audiowsincband.h:
596         * gst/audiofx/audiowsinclimit.c:
597         * gst/audiofx/audiowsinclimit.h:
598         * tests/check/Makefile.am:
599         * tests/check/elements/audiowsincband.c:
600         * tests/check/elements/audiowsinclimit.c:
601
602         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
603         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
604         respectively.
605
606         Fixes: #467666
607
608 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
609
610         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
611         * tests/check/elements/icydemux.c:
612           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
613           caps, and add a somewhat useful debug message. Plus test.
614
615 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
616
617         * gst/rtsp/gstrtspsrc.c:
618         Include unistd.h only if HAVE_UNISTD_H is defined
619         * win32/common/config.h.in:
620         * win32/common/config.h:
621         Define socklen_t as it seems it's not defined in default 
622         Visual Studio headers.
623         * win32/vs6/libgstalpha.dsp:
624         * win32/vs6/libgstapetag.dsp:
625         * win32/vs6/libgstavi.dsp:
626         * win32/vs6/libgstrtp.dsp:
627         * win32/vs6/libgstrtsp.dsp:
628         * win32/vs6/libgstvideomixer.dsp:
629         Update project file dependencies and add new source files       
630
631 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
632
633         Patch by: Bjarne Rosengren <bjarne at axis dot com>
634
635         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
636         Don't leak buffers when we don't push them downstream.
637         Fixes bug #514965.
638
639 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
640
641         * configure.ac:
642           Bump requirements to (good) released versions to avoid
643           confusion and make implicit core requirement explicit.
644
645 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
646
647         * docs/plugins/Makefile.am:
648         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
649         * docs/plugins/gst-plugins-good-plugins-sections.txt:
650         * docs/plugins/gst-plugins-good-plugins.args:
651         * docs/plugins/inspect/plugin-audiofx.xml:
652         * gst/audiofx/Makefile.am:
653         * gst/audiofx/audiochebband.c:
654         * gst/audiofx/audiochebband.h:
655         * gst/audiofx/audiocheblimit.c:
656         * gst/audiofx/audiocheblimit.h:
657         * gst/audiofx/audiochebyshevfreqband.c:
658         * gst/audiofx/audiochebyshevfreqband.h:
659         * gst/audiofx/audiochebyshevfreqlimit.c:
660         * gst/audiofx/audiochebyshevfreqlimit.h:
661         * gst/audiofx/audiofx.c:
662         * tests/check/Makefile.am:
663         * tests/check/elements/.cvsignore:
664         * tests/check/elements/audiochebband.c:
665         * tests/check/elements/audiocheblimit.c:
666         * tests/check/elements/audiochebyshevfreqband.c:
667         * tests/check/elements/audiochebyshevfreqlimit.c:
668
669         Rename audiochebyshevfreqband -> audiochebband and
670         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
671         surgery.
672
673         Closes: #491811
674
675 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
676
677         Patch by: Orjan Friberg <orjanf at axis dot com>
678
679         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
680         Fix caps memory leak. Fixes #514573.
681
682 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
683
684         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
685         If there's no entries in the subindex, don't try to do anything stupid,
686         just return.
687
688 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
689
690         Patch by: John Millikin <jmillikin at gmail dot com>
691
692         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
693           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
694           Fix extraction of picture blocks with newer libflac versions again:
695           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
696
697 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
698
699         * tests/check/Makefile.am:
700           Add rtp-payloading test to VALGRIND_TO_FIX.
701
702         * tests/check/elements/rtp-payloading.c:
703           Add semicolons after GST_TEST_END so gst-indent gets the
704           formatting right; make test less verbose in general, but
705           more verbose in the error case (which should probably
706           make the test fail anyway).
707
708 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
709
710         * docs/plugins/Makefile.am:
711         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
712         * docs/plugins/gst-plugins-good-plugins-sections.txt:
713         * gst/avi/gstavisubtitle.c:
714         Add documentation for avisubtitle and change class to
715         Codec/Parser/Subtitle
716
717 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
718
719         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
720         Treat ENOTTY (driver does not implement ioctl) the same as
721         EINVAL since it implies there are no available standards.
722
723         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
724         (gst_v4l2src_get_nearest_size):
725         Replace gst_v4l2src_get_size_limits with 2 calls to new function
726         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
727         probe if the driver does not support VIDIOC_TRY_FMT for whatever
728         reason, and if we aren't yet actively capturing.
729
730         * sys/v4l2/v4l2src_calls.h:
731         Remove replaced function declaration.
732
733 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
734
735         * configure.ac:
736         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
737         API.
738
739 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
740
741         * configure.ac:
742         Fix typo.
743
744 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
745
746         * gst/alpha/Makefile.am:
747         * gst/alpha/gstalpha.c:
748
749         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
750         some stuff, and making buffer-alloc and resizing work automatically.
751         No longer crashes on odd frame widths and heights, although there
752         seems to be a disagreement with ffmpegcolorspace about what size
753         an AYUV frame with odd height should be.
754
755 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
756
757         Patch by: Alessandro Decina <alessandro at nnva dot org>
758
759         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
760         * ext/libpng/gstpngenc.h:
761         Preallocate the output buffer so that g_memdup() and
762         gst_buffer_merge() aren't needed anymore. This greatly improves
763         performances and fixes #512544.
764
765 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
768         (gst_avi_demux_stream_data):
769         GStreamer timestamps are PTS values while AVI only knows about DTS
770         timestamps. Make sure we only copy the DTS as the buffer timestamp when
771         we are dealing with a key frame.
772
773 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
774
775         * tests/check/Makefile.am:
776         * tests/check/elements/.cvsignore:
777         * tests/check/elements/rtp-payloading.c:
778           Add add testsuite for the rtp-payloader that tries simulating
779           dataflow. Needs more test data.
780
781 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
782
783         * tests/check/elements/alphacolor.c:
784           Remove two unused variables.
785
786 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
787
788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
789           Use g_ascii_strtoll() instead of atoll, which is only
790           available in C99.
791
792 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
793
794         * gst/rtp/Makefile.am:
795         * gst/rtp/gstrtp.c:
796         * gst/rtp/gstrtpmpvpay.c:
797         * gst/rtp/gstrtpmpvpay.h:
798         Add MPEG2 video payloader
799
800 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
801
802         * gst/level/gstlevel.c:
803         Use #include <math.h> instead of #include "math.h".
804
805 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
806
807         * tests/check/Makefile.am:
808         Fix up some CFLAGS sets.
809         Don't include gconfvideosrc in the states test.
810
811         * tests/check/elements/autodetect.c: (GST_START_TEST):
812         Add some error strings to fail_unless arguments to fix some weird
813         compiler errors on Solaris.
814
815 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
816
817         * configure.ac:
818         Detect video4linux headers on Solaris too.
819         * sys/v4l2/gstv4l2colorbalance.h:
820         * sys/v4l2/gstv4l2object.h:
821         * sys/v4l2/v4l2_calls.c:
822         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
823         (gst_v4l2_buffer_new):
824
825         Make v4l2 build on Solaris.
826         Patch by: Brian Cameron  <brian.cameron at sun dot com>
827         Fixes: #510505
828
829 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
830
831         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
832           Update list from (still local) scanning script.
833
834 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
835
836         Based on a patch by:
837             Victor STINNER <victor dot stinner at haypocalc dot com>
838
839         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
840         Set variable to NULL after freeing it to prevent double frees
841         or make failures by another use of it afterwards more obvious
842         and fix use of it after the freeing. Fixes bug #510592.
843
844 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
845
846         * gst/udp/gstmultiudpsink.c:
847         use GST_WARNING for logging
848
849 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
850
851         * gst/udp/gstmultiudpsink.c:
852         Don't try to leave a multicast group with an invalid socket
853
854 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
855
856         * ext/flac/gstflacdec.c:
857           Fix compilation against flac 1.1.2 (as on debian stable), where
858           the picture metadata defines and structs don't exist yet.
859           Fixes #509301.
860
861 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         Patch by: Olivier Crete <tester at tester dot ca>
864
865         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
866         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
867         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
868         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
869         * gst/udp/gstmultiudpsink.h:
870         Add property to automatically join a multicast group or not. This can be
871         useful when sharing a socket between multiple elements.
872         Fixes #509531.
873
874 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
875
876         * gst/videomixer/Makefile.am:
877           Add controller flags.
878
879 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
880
881         * gst/videomixer/videomixer.c:
882           Also commit the missing gst_object_sync_values().
883
884 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
885
886         * docs/plugins/Makefile.am:
887           Remove duplicate entry.
888
889 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
890
891         * docs/plugins/Makefile.am:
892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
893         * docs/plugins/gst-plugins-good-plugins-sections.txt:
894         * docs/plugins/inspect/plugin-gamma.xml:
895         * docs/plugins/inspect/plugin-monoscope.xml:
896         * docs/plugins/inspect/plugin-video4linux2.xml:
897           Add 3 more plugins to docs.
898
899 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
900
901         * docs/plugins/gst-plugins-good-plugins-sections.txt:
902         * sys/osxvideo/osxvideosink.h:
903           Revert previous change caused by a file that got stuck on an old
904           revision.
905
906 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
907
908         * docs/plugins/gst-plugins-good-plugins-sections.txt:
909         * gst/multipart/Makefile.am:
910         * gst/multipart/multipartdemux.c:
911         * gst/multipart/multipartdemux.h:
912         * gst/multipart/multipartmux.c:
913         * gst/multipart/multipartmux.h:
914           Re-add multipartdemux to the docs. Last round of section cleanup.
915
916 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
917
918         * docs/plugins/Makefile.am:
919         * docs/plugins/gst-plugins-good-plugins-sections.txt:
920         * sys/osxaudio/gstosxaudiosink.h:
921         * sys/osxvideo/osxvideosink.h:
922           Managed to resolve most unused declarations. Filed a bug for one left.          
923
924 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
925
926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
927           Cleanup section file.
928
929 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
930
931         * docs/plugins/Makefile.am:
932         * docs/plugins/gst-plugins-good-plugins.args:
933         * docs/plugins/gst-plugins-good-plugins.signals:
934         * docs/plugins/inspect/plugin-alaw.xml:
935         * docs/plugins/inspect/plugin-alpha.xml:
936         * docs/plugins/inspect/plugin-alphacolor.xml:
937         * docs/plugins/inspect/plugin-annodex.xml:
938         * docs/plugins/inspect/plugin-apetag.xml:
939         * docs/plugins/inspect/plugin-audiofx.xml:
940         * docs/plugins/inspect/plugin-auparse.xml:
941         * docs/plugins/inspect/plugin-autodetect.xml:
942         * docs/plugins/inspect/plugin-avi.xml:
943         * docs/plugins/inspect/plugin-cairo.xml:
944         * docs/plugins/inspect/plugin-cdio.xml:
945         * docs/plugins/inspect/plugin-cutter.xml:
946         * docs/plugins/inspect/plugin-debug.xml:
947         * docs/plugins/inspect/plugin-dv.xml:
948         * docs/plugins/inspect/plugin-efence.xml:
949         * docs/plugins/inspect/plugin-effectv.xml:
950         * docs/plugins/inspect/plugin-flac.xml:
951         * docs/plugins/inspect/plugin-flxdec.xml:
952         * docs/plugins/inspect/plugin-gconfelements.xml:
953         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
954         * docs/plugins/inspect/plugin-goom.xml:
955         * docs/plugins/inspect/plugin-halelements.xml:
956         * docs/plugins/inspect/plugin-icydemux.xml:
957         * docs/plugins/inspect/plugin-id3demux.xml:
958         * docs/plugins/inspect/plugin-jpeg.xml:
959         * docs/plugins/inspect/plugin-ladspa.xml:
960         * docs/plugins/inspect/plugin-level.xml:
961         * docs/plugins/inspect/plugin-matroska.xml:
962         * docs/plugins/inspect/plugin-mulaw.xml:
963         * docs/plugins/inspect/plugin-multipart.xml:
964         * docs/plugins/inspect/plugin-navigationtest.xml:
965         * docs/plugins/inspect/plugin-png.xml:
966         * docs/plugins/inspect/plugin-quicktime.xml:
967         * docs/plugins/inspect/plugin-rtp.xml:
968         * docs/plugins/inspect/plugin-rtsp.xml:
969         * docs/plugins/inspect/plugin-shout2send.xml:
970         * docs/plugins/inspect/plugin-smpte.xml:
971         * docs/plugins/inspect/plugin-speex.xml:
972         * docs/plugins/inspect/plugin-taglib.xml:
973         * docs/plugins/inspect/plugin-udp.xml:
974         * docs/plugins/inspect/plugin-videobalance.xml:
975         * docs/plugins/inspect/plugin-videobox.xml:
976         * docs/plugins/inspect/plugin-videocrop.xml:
977         * docs/plugins/inspect/plugin-videoflip.xml:
978         * docs/plugins/inspect/plugin-videomixer.xml:
979         * docs/plugins/inspect/plugin-wavenc.xml:
980         * docs/plugins/inspect/plugin-wavpack.xml:
981         * docs/plugins/inspect/plugin-wavparse.xml:
982           Update plugin docs.
983
984         * gst/videomixer/Makefile.am:
985         * gst/videomixer/videomixer.c:
986         * gst/videomixer/videomixer.h:
987         * gst/videomixer/videomixerpad.h:
988           Split out header to fix warnings from the doc-build.
989
990 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
991
992         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
993
994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
995         Use atoll to parse the rtptime with enough precision. Fixes #509329.
996
997 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1001           Initialise variables to work around (false) 'foo might be used
1002           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1003
1004 2008-01-11  David Schleef  <ds@schleef.org>
1005
1006         * docs/plugins/.cvsignore:
1007         * tests/check/pipelines/.cvsignore:
1008           Ignore more files for the buildbot.
1009
1010 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1011
1012         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1013         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1014         Generate the image-type values correctly. Leave them out of the caps
1015         when outputting a "preview image" tag, since it only makes sense
1016         to have one of those - the type is irrelevant.
1017
1018         * sys/sunaudio/gstsunaudiomixerctrl.c:
1019         (gst_sunaudiomixer_ctrl_open):
1020         If we can, mark the mixer multiple open when we use it, in case
1021         (for some reason) the process wants to open it again elsewhere.
1022
1023 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1024
1025         Patch by: Olivier Crete <tester at tester dot ca>
1026
1027         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1028         * gst/rtp/gstrtptheorapay.c:
1029         Fix the clock rate to 90000 as required by the RFC.
1030         Fixes #508644.
1031
1032 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1035           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1036
1037 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1038
1039         * autogen.sh:
1040           Add -Wno-portability to the automake parameters to stop warnings
1041           about GNU make extensions being used. We require GNU make in almost
1042           every Makefile anyway.
1043           
1044         * configure.ac:
1045           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1046           at the same time is required for per target flags.
1047
1048 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1049
1050         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1051         Fix error from my last commit.
1052
1053 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1054
1055         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1056
1057         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1058           Make sure the ISO 639-X language code in ID3v2 COMM frames
1059           is actually valid UTF-8 (or rather: ASCII), so we don't end
1060           up with non-UTF8 strings in tags if there's garbage in the
1061           language field. Also make sure the language code is always
1062           lower case. Fixes: #508291.
1063
1064 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1065
1066         * ChangeLog:
1067           Fix ChangeLog typo.
1068
1069 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1070
1071         * Makefile.am:
1072           Include lcov.mak to allow building coverage reports. Guard
1073           check-torture target like in the other packages.
1074
1075 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1076
1077         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1078
1079         * gst/videomixer/videomixer.c:
1080         (gst_videomixer_set_master_geometry), (_do_init),
1081         (gst_videomixer_child_proxy_get_child_by_index),
1082         (gst_videomixer_child_proxy_get_children_count),
1083         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1084         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1085         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1086         Implement GstChildProxy interface.
1087         Send newsegment at the right moment
1088         Fixes #488879
1089
1090 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1091
1092         * gst/alpha/Makefile.am:
1093         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1094         (gst_alpha_sink_event), (gst_alpha_chain),
1095         (gst_alpha_change_state), (plugin_init):
1096         Make the various properties of 'alpha' controllable. This allows doing
1097         niceties like fade-in/fade-out.
1098
1099 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1100
1101         * gst/rtp/gstasteriskh263.c:
1102         * gst/rtp/gstrtpL16depay.c:
1103         * gst/rtp/gstrtpac3depay.c:
1104         * gst/rtp/gstrtpamrpay.c:
1105         * gst/rtp/gstrtpdepay.c:
1106         * gst/rtp/gstrtpgsmdepay.c:
1107         * gst/rtp/gstrtph263depay.c:
1108         * gst/rtp/gstrtph263pdepay.c:
1109         * gst/rtp/gstrtph263ppay.c:
1110         * gst/rtp/gstrtph264depay.c:
1111         * gst/rtp/gstrtph264pay.c:
1112         * gst/rtp/gstrtpmp2tdepay.c:
1113         * gst/rtp/gstrtpmp4adepay.c:
1114         * gst/rtp/gstrtpmp4gdepay.c:
1115         * gst/rtp/gstrtpmp4gpay.c:
1116         * gst/rtp/gstrtpmp4vdepay.c:
1117         * gst/rtp/gstrtpmpadepay.c:
1118         * gst/rtp/gstrtpmpvdepay.c:
1119         * gst/rtp/gstrtpsv3vdepay.c:
1120         * gst/rtp/gstrtptheoradepay.c:
1121         * gst/rtp/gstrtptheorapay.c:
1122         * gst/rtp/gstrtpvorbisdepay.c:
1123         * gst/rtp/gstrtpvorbispay.c:
1124           Remove copy/paste unused code (property setters and getter) found by
1125           the coverage suite (yay, saves ~20k on disk).
1126
1127 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1128
1129         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1130           (videosink_templ):
1131           Also fix up pad templates to indicate that image/jpeg doesn't
1132           absolutely require the framerate property to be set (#504081).
1133
1134 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         Based on patch by: Wouter Cloetens  <wouter at mind be>
1137
1138         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1139           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1140           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1141         * gst/matroska/matroska-mux.h:
1142           Keep track of first and last timestamps for each incoming stream,
1143           so we can calculate the total duration for live sources and other
1144           input where we can't query the duration from the start or where
1145           there's no constant framerate from which we can deduce the
1146           duration; also use calculated/observed duration if it is bigger
1147           than the previously queried duration. Furthermore, use
1148           gst_pad_query_peer_duration() and take into account that it may
1149           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1150           screws up comparisons when using unsigned integers. Fixes #504081.
1151
1152 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1153
1154         * configure.ac:
1155         * gst/audiofx/audioamplify.c:
1156         (gst_audio_amplify_clipping_method_get_type),
1157         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1158         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1159         (gst_audio_dynamic_transform_ip):
1160         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1161         (gst_audio_invert_transform_ip):
1162         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1163         (gst_audio_panorama_transform):
1164         * gst/level/gstlevel.c: (gst_level_init):
1165         Make elements GST_BUFFER_FLAG_GAP aware and call
1166         gst_base_transform_set_gap_aware for this.
1167         Bump core requirement to CVS.
1168         
1169         * gst/audiofx/audiochebyshevfreqband.c:
1170         (gst_audio_chebyshev_freq_band_transform_ip):
1171         * gst/audiofx/audiochebyshevfreqlimit.c:
1172         (gst_audio_chebyshev_freq_limit_transform_ip):
1173         Also sync GObject properties to the controller if operating
1174         in passthrough mode.
1175
1176 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1177
1178         * sys/directdraw/gstdirectdrawsink.c:
1179           (gst_directdraw_sink_window_thread):
1180           FALSE is not a gpointer.
1181
1182 2008-01-05  Julien Moutte  <julien@fluendo.com>
1183
1184         * sys/directdraw/gstdirectdrawsink.c:
1185         (gst_directdraw_sink_set_window_id),
1186         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1187         (gst_directdraw_sink_buffer_alloc),
1188         (gst_directdraw_sink_draw_borders),
1189         (gst_directdraw_sink_show_frame),
1190         (gst_directdraw_sink_setup_ddraw),
1191         (gst_directdraw_sink_window_thread),
1192         (gst_directdraw_sink_get_ddrawcaps),
1193         (gst_directdraw_sink_surface_create): Make sure we create our
1194         internal window only when we need it. That will give a chance to
1195         the application to get the prepare-xwindow-id bus message. Draw
1196         black borders when keeping aspect ratio. Handle the case where our
1197         rendering window disappears (closed or errors) like other sinks
1198         do. Various 80 columns fixes, improve state change order. That
1199         element could need some more love.
1200
1201 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1202
1203         * ext/taglib/gstapev2mux.h:
1204         * ext/taglib/gstid3v2mux.h:
1205         Remove useless typedefs without new type name. Fixes a warning with
1206         gcc 4.3.
1207
1208 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1209
1210         Patch by: John Millikin <jmillikin at gmail dot com>
1211
1212         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1213         (gst_flac_dec_setup_stream_decoder),
1214         (gst_flac_normalize_picture_mime_type),
1215         (gst_flac_extract_picture_buffer),
1216         (gst_flac_dec_metadata_callback):
1217         Emit metadata messages when a PICTURE block is encountered.
1218         Fixes #506715.
1219
1220 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1221
1222         * gst/avi/gstavi.c:
1223         increase rank because no known issues anymore ...
1224         * gst/avi/gstavisubtitle.c:
1225         send subtitle name to the srcpad
1226
1227 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1228
1229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1230         * gst/rtsp/gstrtspsrc.h:
1231         Implement redirect for the DESCRIBE reply. Fixes #506025.
1232
1233 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1234
1235         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1236         Fix 'xyz may be used uninitialized' compiler warnings caused
1237         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1238         abort() in any case but properly report the error.
1239
1240 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1241
1242         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1243         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1244         * sys/ximage/gstximagesrc.c: (composite_pixel):
1245           Fix 'xyz may be used uninitialized' compiler warnings caused
1246           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1247           not really nice to abort in any case). Fixes #505745.
1248
1249 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1250
1251         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1252           Small unit test fix (has no practical impact at the moment,
1253           since we're only feeding utf8 and hence just create a sub-
1254           buffer for the output).
1255
1256 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1257
1258         * gst/avi/gstavisubtitle.c:
1259         * tests/check/elements/avisubtitle.c:
1260         Add seeking support for avi subtitle
1261
1262 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1263
1264         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1265         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1266         (gst_flac_dec_write):
1267         * ext/flac/gstflacdec.h:
1268         Remove some unused vars.
1269         Do more cleanup of leftover events and tags.
1270         Output tags after the segment event. Fixes #504018.
1271
1272 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1273
1274         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1275           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1276           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1277           Detect other UTF byte order markers and convert to UTF-8 as
1278           appropriate.
1279
1280 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1281
1282         * gst/avi/gstavisubtitle.c: (src_template),
1283           (gst_avi_subtitle_extract_utf8_file),
1284           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1285           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1286           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1287         * gst/avi/gstavisubtitle.h:
1288           Refactor a bit; fix name extraction; don't assume all the data
1289           in the chunk is actually subtitle data, there may be padding at
1290           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1291           file so it's there to send again after a seek (for future use).
1292
1293 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1294
1295         * gst/avi/Makefile.am:
1296         * gst/avi/gstavi.c:
1297         * gst/avi/gstavisubtitle.c:
1298         * gst/avi/gstavisubtitle.h:
1299         * tests/check/Makefile.am:
1300         * tests/check/elements/avisubtitle.c:
1301         * win32/common/config.h:
1302                 Add avi subtitle element for bug #442034. Need seeking support
1303                 and more support for character conversion.
1304
1305 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1306
1307         * Makefile.am:
1308           Include common/win32.mak for CRLF check of win32 project
1309           files (see #393626).
1310
1311         * win32/vs6/libgstpng.dsp:
1312           Fix line endings and do cvs admin -kb.
1313
1314 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1315
1316         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1317         Actually drop the buffers which are outside the currently configured
1318         segment instead of just emitting a WARNING.
1319
1320 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1321
1322         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1323         (gst_flac_dec_write):
1324         * ext/flac/gstflacdec.h:
1325         Send segments from the streaming thread. Fixes #502187.
1326         Fix segment seeking and a bunch of other seeking cases.
1327
1328 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1329
1330         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1331           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1332           which is where it would end up if the same information was
1333           put in a vorbis comment (don't think it's worth adding a
1334           new URI tag for this). Fixes #488112.
1335
1336 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1337
1338         * configure.ac:
1339           We need core/base 0.10.15 or later.
1340
1341 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1342
1343         Patch by: Mark Nauwelaerts <manauw skynet be>
1344
1345         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1346         Fix regression in stream numbering. Fixes #502655.
1347
1348 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1349
1350         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1351
1352         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1353         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1354         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1355         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1356         (gst_rtp_h264_pay_handle_buffer):
1357         * gst/rtp/gstrtph264pay.h:
1358         Use higher performance start-code searching.
1359         Parse NALs and store SPS, PPS and profile in the caps so that they can
1360         be used in the SDP. Fixes #502814.
1361
1362 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1365         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1366           Init some structs to zero before we pass them to ioctl, which
1367           avoids valgrind warnings.  Also fix a small memory leak.
1368
1369 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1370
1371         Patch by: Wouter Cloetens <wouter at mind dot be>
1372
1373         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1374         Copy timestamp from input to output. Not very perfect yet but better
1375         than nothing. Fixes #503023.
1376
1377 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1378
1379         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1380           Also print a useful error message with the old Wavpack API
1381           if possible.
1382
1383 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * ext/wavpack/gstwavpackdec.c:
1386           More build fixes for old libwavpack versions: include config.h so
1387           that WAVPACK_OLD_API is actually defined as detected; only use
1388           WavpackGetErrorMessage if it is available. This fixes the build
1389           on debian stable for me.
1390
1391 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1392
1393         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1394         * ext/wavpack/gstwavpackparse.c:
1395           (gst_wavpack_parse_create_src_pad):
1396           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1397           versions below 4.40.0.
1398
1399 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1400
1401         * configure.ac:
1402           And now do it right for real...
1403
1404 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1405
1406         * configure.ac:
1407           Correctly reset $LIBS to not contain -lm.
1408
1409 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1410
1411         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1412
1413         * configure.ac:
1414         * ext/cairo/gsttimeoverlay.c:
1415           (gst_cairo_time_overlay_print_smpte_time):
1416           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1417           and checking for rint() and implementing it ourself if it doesn't
1418           exist. Fixes #497293.
1419
1420 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1421
1422         * configure.ac:
1423           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1424
1425 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1426
1427         * sys/oss/gstosshelper.c:
1428         Verify that the format returned after the ioctl is the one
1429         we requested. It is valid for the ioctl to succeed while
1430         substituting an alternate 'supported' sample format.
1431
1432 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1433
1434         * sys/oss/gstossaudio.c: (plugin_init):
1435         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1436         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1437           Post decent (and translated) error message when we can't
1438           open the audio device for some reason.
1439
1440 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1441
1442         * sys/oss/gstosssink.c:
1443         * sys/oss/gstosssrc.c:
1444         Allow the AUDIODEV environment variable to redirect us
1445         to a different default OSS device, like sunaudiosink does
1446         on Solaris (makes audio play automatically on SunRays).
1447
1448 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1449
1450         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1451         * gst/audiofx/audiochebyshevfreqband.c:
1452         (gst_audio_chebyshev_freq_band_transform_ip):
1453         * gst/audiofx/audiochebyshevfreqlimit.c:
1454         (gst_audio_chebyshev_freq_limit_transform_ip):
1455         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1456         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1457         The transform_ip() methods should do nothing if in passthrough mode.
1458         It might get non-writable buffers in that case but the buffer might
1459         as well be writable.
1460
1461         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1462         The transform() methods won't be called in passthrough mode and
1463         otherwise the buffer is always writable so don't check here.
1464
1465 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1466
1467         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1468           Fix seeking in .wav files again (#501775).  Some people seem to think
1469           they don't need to test their changes when they're just 'reflowing'
1470           some code.
1471
1472 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1473
1474         * gst/autodetect/gstautovideosink.c:
1475         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1476         (gst_auto_video_sink_init),
1477         (gst_auto_video_sink_create_element_with_pretty_name),
1478         (gst_auto_video_sink_find_best),
1479         (gst_auto_video_sink_set_property),
1480         (gst_auto_video_sink_get_property):
1481         * gst/autodetect/gstautovideosink.h:
1482         Fix docs.
1483         Use same error reporting code as autoaudiosink.
1484         Add property to filter sinks based on caps. Only select raw video sinks
1485         by default for backwards compat.
1486         API: GstAutoVideoSink::filter-caps
1487
1488 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1489
1490         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1491
1492         * gst/autodetect/gstautoaudiosink.c:
1493         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1494         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1495         (gst_auto_audio_sink_set_property),
1496         (gst_auto_audio_sink_get_property):
1497         * gst/autodetect/gstautoaudiosink.h:
1498         Add property to filter sinks based on caps. Only select raw audio sinks
1499         by default for backwards compat.  Fixes #417420.
1500         API: GstAutoAudioSink::filter-caps
1501
1502 2007-11-29  Michael Smith <msmith@fluendo.com>
1503
1504         Patch by: Arek Korbik <arkadini@gmail.com>
1505
1506         * gst/videobox/gstvideobox.c: (plugin_init):
1507           Initialise liboil in plugin_init()
1508
1509 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1510
1511         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1512         Post error before sending EOS. Fixes #499178.
1513
1514 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1515
1516         * win32/vs6/gst_plugins_good.dsw:
1517         * win32/vs6/libgstpng.dsp:
1518         Add a project file for libgstpng
1519
1520 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1521
1522         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1523         (gst_rtp_h263_depay_process):
1524         Code beautification.
1525         Added debug statements.
1526         Don't bit-shift everything, just do operations on last/first byte
1527         instead.
1528
1529 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1530
1531         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1532
1533         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1534         Fix wrong comparison in overrun check. Fixes #499239 some more.
1535
1536 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1537
1538         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1539         (gst_rtp_h263_depay_process):
1540         * gst/rtp/gstrtph263depay.h:
1541         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1542         stream.
1543
1544 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1545
1546         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1547
1548         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1549         (gst_rtp_mp4a_depay_process):
1550         * gst/rtp/gstrtpmp4adepay.h:
1551         Fix depayloading when multiple frames are inside one RTP packet.
1552         Fixes #499239.
1553
1554 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1555
1556         * gst/level/gstlevel.c:
1557           Add GAP-flag support.
1558
1559 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1560
1561         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1562         Read the I flag for Mode A h263 rtp stream and set the
1563         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1564         Fixes #499383
1565
1566 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1567
1568         * gst/level/gstlevel.c:
1569           Remove some dead code and do cleanups.
1570
1571 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1572
1573         * tests/check/pipelines/simple-launch-lines.c:
1574           Improve the tests by allowing to set a target state.
1575
1576 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1577
1578         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1579         Don't check the caps of the output buffer if they're equal some
1580         other caps. The caps can change in a backward compatible way
1581         and did at this point.
1582
1583 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1584
1585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1586         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1587         (gst_qtdemux_seek_to_previous_keyframe),
1588         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1589         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1590         reverse playback support.
1591
1592 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1593
1594         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1595         Also set the channel layout on the Wavpack caps if we're having
1596         a mono layout. Of course only do it for "audio/x-wavpack".
1597
1598 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1599
1600         * ext/wavpack/gstwavpackcommon.c:
1601         (gst_wavpack_get_default_channel_mask),
1602         (gst_wavpack_set_channel_layout),
1603         (gst_wavpack_get_default_channel_positions),
1604         (gst_wavpack_get_channel_mask_from_positions),
1605         (gst_wavpack_set_channel_mapping):
1606         * ext/wavpack/gstwavpackcommon.h:
1607         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1608         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1609         * ext/wavpack/gstwavpackdec.h:
1610         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1611         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1612         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1613         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1614         (gst_wavpack_enc_rewrite_first_block),
1615         (gst_wavpack_enc_sink_event):
1616         * ext/wavpack/gstwavpackenc.h:
1617         * ext/wavpack/gstwavpackparse.c:
1618         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1619         (gst_wavpack_parse_scan_to_find_sample),
1620         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1621         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1622         * ext/wavpack/gstwavpackparse.h:
1623         Add support for encoding, parsing and decoding multichannel
1624         files with up to 8 channels. This also improves the robustness
1625         of parsing quite a bit.
1626
1627         * ext/wavpack/gstwavpackstreamreader.c:
1628         (gst_wavpack_stream_reader_read_bytes),
1629         (gst_wavpack_stream_reader_get_pos),
1630         (gst_wavpack_stream_reader_set_pos_abs),
1631         (gst_wavpack_stream_reader_set_pos_rel),
1632         (gst_wavpack_stream_reader_push_back_byte),
1633         (gst_wavpack_stream_reader_get_length),
1634         (gst_wavpack_stream_reader_can_seek),
1635         (gst_wavpack_stream_reader_write_bytes):
1636         Improve debugging.
1637
1638 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1639
1640         * ext/libpng/gstpngdec.c:
1641         * ext/libpng/gstpngdec.h:
1642           Don't release the png-memory from within the callback.
1643
1644 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1645
1646         Patch by: René Stadler <mail at renestadler dot de>
1647
1648         * ext/libpng/gstpngenc.c:
1649           Don't leak buffer data memory. Fixes #498395.
1650
1651 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1652
1653         Patch by: René Stadler <mail at renestadler dot de>
1654
1655         * tests/check/pipelines/simple-launch-lines.c:
1656           Tests for #498395.
1657
1658 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1659
1660         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1661         (gst_tag_lib_mux_adjust_event_offsets):
1662         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1663         * sys/osxaudio/Makefile.am:
1664         * sys/osxvideo/cocoawindow.h:
1665         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1666
1667 2007-11-15  David Schleef  <ds@schleef.org>
1668
1669         * ext/cairo/gsttextoverlay.c:
1670           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1671
1672 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1673
1674         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1675
1676         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1677         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1678         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1679         * gst/rtp/gstrtpmp2tpay.h:
1680         Fill the MTU with as many packets as possible. Fixes #491323.
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/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1687         Fix some more leaks. Fixes #497007.
1688
1689 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1690
1691         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1692
1693         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1694         (gst_rtspsrc_stream_configure_tcp):
1695         Fix 3 pad leaks. Fixes #496983.
1696
1697 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1698
1699         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1700
1701         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1702         Fix small leak. Fixes #497017.
1703
1704 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1705
1706         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1707         (gst_qtdemux_prepare_current_sample),
1708         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1709         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1710         * gst/qtdemux/qtdemux_fourcc.h:
1711         * gst/qtdemux/qtdemux_types.c:
1712         Add suppport for theora in quicktime according to XiphQT.
1713
1714 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1715
1716         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1717         (gst_v4l2src_init), (gst_v4l2src_set_property),
1718         (gst_v4l2src_get_property):
1719         * sys/v4l2/gstv4l2src.h:
1720         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1721           Always copy buffers by default (handle safer with bugged drivers)
1722           and added a property to make it possible to use mmap effectively (no
1723           copy if possible) when application wants to. Fixes: #480557.
1724
1725 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * gst/id3demux/id3tags.c:
1728         * gst/id3demux/id3tags.h:
1729         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1730           We don't want the same string multiple times in a tag list for the
1731           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1732           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1733
1734 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1735
1736         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1737           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1738           into ID3v2 TXXX frames (fixes #347848).
1739
1740 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1743           Don't leak sdp message contents (fixes #496773).
1744
1745         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1746           Don't leak URI string.
1747
1748 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1749
1750         Patch by: Julien Puydt <julien dot puydt at laposte net>
1751
1752         * ext/raw1394/Makefile.am:
1753         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1754           (gst_1394_property_probe_get_properties),
1755           (gst_1394_property_probe_probe_property),
1756           (gst_1394_property_probe_needs_probe),
1757           (gst_1394_property_probe_get_values),
1758           (gst_1394_property_probe_interface_init),
1759           (gst_1394_type_add_property_probe_interface):
1760         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1761         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1762           (gst_dv1394src_init), (gst_dv1394src_dispose),
1763           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1764           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1765           (gst_dv1394src_update_device_name):
1766         * ext/raw1394/gstdv1394src.h:
1767           Implement GstPropertyProbe interface and add "device-name" property,
1768           so applications can use this to probe for available devices in the
1769           same way they can already with v4lsrc and v4l2src (however horrible
1770           this property probe interface may be). Fixes #358841.
1771
1772 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1775
1776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1777           (gst_rtspsrc_parse_range):
1778           Don't leak event, don't leak range (fixes #496752).
1779
1780 2007-11-14  Michael Smith <msmith@fluendo.com>
1781
1782         Patch by: Arek Korbik <arkadini@gmail.com>
1783
1784         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1785           Detect RGBA/BGRA correctly on little endian systems.
1786
1787 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1788
1789         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1790           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1791           corresponding ioctl() call fails even though the driver claims to
1792           support this format, just fall back to the pre-2.6.19 kernel
1793           routine that creates caps with suitable height and width ranges
1794           (see #448278).
1795
1796 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         Patch by: Mark Nauwelaerts <manauw skynet be>
1799
1800         * gst/matroska/matroska-demux.c:
1801           (gst_matroska_demux_push_dvd_clut_change_event),
1802           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1803           (gst_matroska_demux_subtitle_caps):
1804         * gst/matroska/matroska-ids.h:
1805           Extract palette data for dvd subpicture streams and send it
1806           downstream as custom gstreamer dvd event (fixes #453417).
1807
1808 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1811           Implement minimal parsing of the passed pango font description
1812           string, so passing a font size works the same as with the
1813           pango textoverlay plugin; fixes #455086.
1814           (Maybe we could just use pangocairo here at some point).
1815
1816 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1817
1818         * gst/avi/gstavidemux.c:
1819         * gst/wavparse/gstwavparse.c:
1820           Return the result in _activate_pull(). Don't ref element there.
1821
1822 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1823
1824         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1825         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1826         (gst_wavparse_srcpad_event):
1827           Ref the element when we should, but not when we its not needed. Reflow
1828           the event_handling to not leak the event.       
1829
1830 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1831
1832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1833         (qtdemux_parse_samples):
1834         Properly free QTDemuxSamples array.
1835         Protect table write with a sensible check, some files apparently DO contain
1836         stts values starting with 0 :(
1837
1838 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1839
1840         * gst/avi/gstavidemux.c:
1841         * gst/qtdemux/qtdemux.c:
1842           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1843           previous commit messed up.
1844
1845 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1846
1847         * gst/avi/gstavidemux.c:
1848         * gst/qtdemux/qtdemux.c:
1849           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1850           element when we should, but not when we its not needed.
1851
1852 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1853
1854         * gst/wavparse/gstwavparse.c:
1855           Return FALSE if we can't handle a query instead of changing the
1856           format. Ignore fact when dealing with mpeg audio.
1857
1858 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1861
1862         * configure.ac:
1863         * gst/udp/gstdynudpsink.c:
1864         * gst/udp/gstdynudpsink.h:
1865         * gst/udp/gstmultiudpsink.c:
1866         * gst/udp/gstmultiudpsink.h:
1867         * gst/udp/gstudpsink.c:
1868         * gst/udp/gstudpsink.h:
1869           Fix includes for MSVC and GLib-2.14.0 (#492388).
1870
1871         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1872           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1873
1874 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1875
1876         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1877         (gst_mulawdec_chain):
1878         * gst/law/mulaw-decode.h:
1879         Calculate outgoing buffer duration if incoming buffer didn't have a
1880         valid duration.
1881
1882 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1883
1884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1885         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1886         Smarter combine_flow code that also deals with downstream elements
1887         returning UNEXPECTED when they receive data out of the segment
1888         boundaries. Fixes #491305.
1889
1890 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         * sys/v4l2/v4l2src_calls.c:
1893           Fix 'unused variable' compiler warning when compiling against
1894           older kernel headers.
1895
1896 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1897
1898         * ext/taglib/gstid3v2mux.cc (add_funcs):
1899           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1900
1901 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1902
1903         * tests/check/pipelines/simple-launch-lines.c:
1904            Improve the tests a little more.
1905
1906 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1907
1908         patch by: Yun Zheng Hu
1909
1910         * sys/osxaudio/gstosxaudiosrc.c:
1911         Use default input device instead of default output device and
1912         only memcpy actual available bytes.
1913
1914 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1915
1916         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1917           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1918           early. It is temporary until we find something better.
1919
1920 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1921
1922         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1923
1924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1925         Fix race when pausing a RTSP stream in interleaved.
1926         Fixes #475784.
1927
1928 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1929
1930         Patch by: Peter Kjellerstedt <pkj at axis com>
1931
1932         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1933         Use correct unref function for buffers. #488844.
1934
1935 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1936
1937         * gst/avi/gstavimux.c:
1938         * tests/check/elements/avimux.c:
1939           Add some debug and sync tests with the fix.     
1940
1941 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1942
1943         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1944
1945         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1946         When the socket is used by the app for other purposes, don't generate an
1947         error if there is activaty on the socket that is not data related.
1948         Fixes #487488.
1949
1950 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1951
1952         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1953         (gst_v4l2src_grab_frame):
1954         Add some more debug info. Generate an error when we run out of buffers
1955         for some reason. See #480557.
1956
1957 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1958
1959         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1960
1961         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1962         Set marker bit correctly.
1963
1964 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1965
1966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1967         Use allowed name for the GstStructure.
1968
1969 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1970
1971         * ext/gconf/gstswitchsink.c:
1972         * gst/autodetect/gstautoaudiosink.c:
1973           Use new gst_bus_pop_filtered().
1974
1975 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * sys/v4l2/gstv4l2src.c:
1978         * sys/v4l2/v4l2src_calls.c:
1979           When probing the formats and sizes a camera supports, make
1980           sure the best ones (highest resolution, prefered format)
1981           end up at the beginning of the probed caps and the less
1982           desirable ones at the end.  This is important because the
1983           order within the caps matters for things like fixation and
1984           negotiation, ie. what format is chosen in the end.
1985           With recent kernels, the current probing code will end up
1986           querying the supported sizes from lowest resolution to
1987           highest resolution, adding them to the probed caps in that
1988           order, resulting to v4l2src fixating to the lowest possible
1989           resolution if downstream does not express a size preference.
1990           Also make up a somewhat random ranking of prefered output
1991           formats for the same reason. Fixes #485828.
1992         
1993 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
1994
1995         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
1996
1997         * gst/id3demux/id3v2frames.c:
1998           Extract license/copyright URIs from ID3v2 WCOP frames
1999           (Fixes #447000).
2000
2001         * tests/check/elements/id3demux.c:
2002         * tests/files/Makefile.am:
2003         * tests/files/id3-447000-wcop.tag:
2004           Add simple unit test.
2005
2006 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2007
2008         * ext/taglib/gstid3v2mux.cc:
2009           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2010           Prerequisite for #447000.
2011
2012 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2013
2014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2015         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2016         a GstClockTime.
2017
2018 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2019
2020         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2021         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2022         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2023         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2024         (gst_rtspsrc_change_state):
2025         More seeking fixes, mostly passing around the new playback segment in
2026         order to configure it properly.
2027         Also reset base_time of udp sources when setting them back to PLAYING as
2028         a temporary hack until core supports seek in live sources properly.
2029
2030 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2031
2032         * gst/rtp/gstrtpmp4adepay.c:
2033         Fix caps as to not confuse autopluggers.
2034
2035 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2036
2037         * gst/id3demux/gstid3demux.c:
2038         * gst/id3demux/gstid3demux.h:
2039         * gst/id3demux/id3tags.c:
2040         * gst/id3demux/id3tags.h:
2041         * gst/id3demux/id3v2frames.c:
2042           Port ID3 tag demuxer over to the new GstTagDemux in -base
2043           (now would be a good time to test re-importing your music
2044           collection).
2045
2046 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2047
2048         * gst/apetag/Makefile.am:
2049         * gst/apetag/gstapedemux.c:
2050         * gst/apetag/gstapedemux.h:
2051         * gst/apetag/gsttagdemux.c:
2052         * gst/apetag/gsttagdemux.h:
2053           Port APE tag demuxer over to the new GstTagDemux in -base.
2054
2055 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2056
2057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2058         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2059         (gst_rtspsrc_handle_internal_src_query),
2060         (gst_rtspsrc_handle_src_query), (new_session_pad),
2061         (gst_rtspsrc_stream_configure_tcp),
2062         (gst_rtspsrc_stream_configure_transport),
2063         (gst_rtspsrc_loop_send_cmd):
2064         Improve flushing behaviour.
2065         Set state of the udp sources to PAUSE/PLAYING correctly.
2066         Handle events and queries for UDP and TCP transport now.
2067
2068 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2069
2070         * gst/rtp/gstrtpgsmdepay.c:
2071         * gst/rtp/gstrtpgsmpay.c:
2072           Add log category.
2073
2074 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2075
2076         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2077
2078         * tests/check/Makefile.am:
2079         * tests/check/pipelines/simple-launch-lines.c:
2080           Add unit tests for payloaders/depayloaders.
2081
2082 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2083
2084         * gst/avi/gstavimux.c:
2085         * gst/avi/gstavimux.h:
2086           Also save codec data for audio streams. Fixes #482495.
2087
2088 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2089
2090         * gst/avi/gstavimux.c:
2091           Fix "Index entry has invalid stream nr 1".
2092           Add support for muxing aac - work in progress (see #482495).
2093
2094 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2095
2096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2097         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2098         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2099         * gst/rtsp/gstrtspsrc.h:
2100         Parse bandwidth modifiers, they are not yet configured in the session
2101         manager because we don't have an API for that yet.
2102
2103 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2104
2105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2106         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2107         Use shiny new function in -base to get the default clock-rate.
2108         Update some docs.
2109
2110 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2111
2112         * win32/MANIFEST:
2113         Add files to win32 manifest.
2114         * win32/vs6/libgstaudiofx.dsp:
2115         * win32/vs6/libgstqtdemux.dsp:
2116         * win32/vs6/libgstrtp.dsp:
2117         * win32/vs6/libgstrtsp.dsp:
2118         Update project files.
2119
2120 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2121
2122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2123         (gst_rtspsrc_play):
2124         * gst/rtsp/gstrtspsrc.h:
2125         In TCP mode, only timestamp the first buffer. TCP is not real time and
2126         it does not make sense to try to skew compensate, also some servers send
2127         the first batch of data in a burst.
2128
2129 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2130
2131         * gst/matroska/matroska-demux.c:
2132           Fix setting the discont flag on the first buffer
2133           pushed downstream for formats with private codec
2134           data that needs to be deserialised into buffers
2135           (such as vorbis and FLAC when in a matroska container).
2136
2137 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2138
2139         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2140
2141         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2142         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2143         (gst_rtp_mp4v_pay_handle_buffer):
2144         * gst/rtp/gstrtpmp4vpay.h:
2145         Free the config string. Fixes #480707.
2146         Clean up the timestamp code a little.
2147
2148 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2149
2150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2151         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2152         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2153         * gst/rtsp/gstrtspsrc.h:
2154         Set timestamps on RTP buffers in interleaved mode.
2155         Mark first buffers with a DISCONT.
2156         Remove flush hack now that sync for live sources has been figured out.
2157
2158 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2159
2160         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2161         Update documentation.
2162
2163 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2164
2165         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2166         (gst_rtp_xqt_depay_change_state):
2167         * gst/qtdemux/gstrtpxqtdepay.h:
2168         Fail if we don't know the quicktime format.
2169
2170 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2171
2172         * ext/flac/gstflacenc.c:
2173         * ext/flac/gstflacenc.h:
2174           Save the flow return from the last gst_pad_push() and
2175           make sure we pass the right flow return value upstream
2176           in the case of failure; minor clean-ups.
2177
2178 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2179
2180         * ext/taglib/gstapev2mux.cc:
2181         * ext/taglib/gstid3v2mux.cc:
2182         * gst/apetag/gstapedemux.c:
2183           Add support for the new GST_TAG_COMPOSER (#459809).
2184
2185 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2186
2187         * gst/law/alaw-decode.c:
2188         * gst/law/alaw-decode.h:
2189         * gst/law/alaw-encode.c:
2190         * gst/law/alaw-encode.h:
2191         * gst/law/alaw.c:
2192         * gst/law/mulaw-conversion.h:
2193           Compulsive clean-ups: use boilerplate macros, add debug
2194           categories, fix up things to conform to symbol nomenklatura,
2195           etc.
2196
2197 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2198
2199         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2200
2201         * gst/law/alaw-decode.c:
2202         * gst/law/alaw-encode.c:
2203           Use static tables for A-Law decoding and encoding; this makes
2204           A-Law decoding and encoding less CPU-intensive, but increases
2205           the binary size a bit. Leaving old code around for now,
2206           selectable by a define in the code. Fixes #435435.
2207
2208 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2209
2210         * configure.ac:
2211         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2212         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2213         in configure.ac.
2214
2215 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2216
2217         Patch by: Jan Gerber <j at bootlab dot org>
2218
2219         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2220         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2221
2222 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2223
2224         * sys/oss/gstosshelper.c:
2225           Use GST_WARNING instead of a g_critical. This situation is not caused
2226           by the application.
2227
2228 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2229
2230         * po/LINGUAS:
2231         * po/nl.po:
2232           Updated translations.
2233
2234 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2235
2236         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2237
2238         * po/eu.po:
2239           Added Basque translation.
2240
2241 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2242
2243         translated by: Abel Cheung <abelcheung@gmail.com>
2244
2245         * po/zh_HK.po:
2246         * po/zh_TW.po:
2247           Added Chinese (traditional and Hong Kong) translation.
2248
2249 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2250
2251         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2252
2253         * po/pl.po:
2254           Added Polish translation.
2255
2256 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2257
2258         translated by: Ilkka Tuohela <hile@iki.fi>
2259
2260         * po/fi.po:
2261           Added Finnish translation.
2262
2263 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2264
2265         translated by: Jorge González González <aloriel@gmail.com>
2266
2267         * po/es.po:
2268           Added Spanish translation.
2269
2270 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2271
2272         translated by: Mogens Jaeger <mogens@jaeger.tf>
2273
2274         * po/da.po:
2275           Added Danish translation.
2276
2277 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2278
2279         translated by: Funda Wang <fundawang@linux.net.cn>
2280
2281         * po/zh_CN.po:
2282           Added Chinese (simplified) translation.
2283
2284 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2285
2286         translated by: Alexander Shopov <ash@contact.bg>
2287
2288         * po/bg.po:
2289           Added Bulgarian translation.
2290
2291 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2292
2293         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2294         Set outgoing packet duration because we can. Fixes #478244 some more.
2295
2296 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2297
2298         * ext/cairo/gsttextoverlay.c:
2299           Add info about static leak.
2300         
2301         * tests/check/Makefile.am:
2302         * tests/check/generic/states.c:
2303           Improved state change unit test.
2304
2305 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2306
2307         * docs/plugins/.cvsignore:
2308         * tests/check/.cvsignore:
2309           Ignore registries in any format.
2310
2311 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2312
2313         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2314         Removed some unused code.
2315
2316         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2317         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2318         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2319         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2320         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2321         (gst_rtp_theora_pay_flush_packet):
2322         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2323         Try to preserve the incomming buffer duration on the outgoing
2324         packets. Fixes #478244.
2325
2326 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2327
2328         * ext/taglib/gstapev2mux.cc:
2329         * ext/taglib/gstid3v2mux.cc:
2330           Work around compiler warnings with g++-4.2 when assigning a
2331           string constant to a gchar * (partially fixes #478092).
2332
2333 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2334
2335         * configure.ac:
2336           We require core CVS now for gst_base_src_set_do_timestamp().
2337
2338 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2339
2340         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2341         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2342         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2343         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2344         (gst_rtspsrc_handle_message):
2345         Fix compiler warnings shown with Forte.
2346
2347 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2348
2349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2350         (gst_rtspsrc_dup_printf):
2351         Give meaningfull error when all streams failed to configure for some
2352         reason.
2353
2354 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2355
2356         * gst/rtp/README:
2357         Update README with the design for synchronisation rules of RTP on
2358         sender and receiver.
2359
2360 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2361
2362         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2363         (gst_wavparse_chain):
2364         Don't push EOS from the chain function, the element
2365         driving the pipeline is responsible for this. The bug
2366         this was meant to fix seems to be queue not forwarding
2367         EOS in all cases (see #476514).
2368
2369 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2370
2371         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2372         (gst_level_transform_ip):
2373         * gst/level/gstlevel.h:
2374         Use basetransform segment so that it is correctly managed on flushes and
2375         start/stop.
2376         Report message timestamp as stream time, which is what an application
2377         can understand.
2378
2379 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2380
2381         * ext/taglib/gstapev2mux.cc:
2382         * ext/taglib/gstapev2mux.h:
2383         * ext/taglib/gsttaglibmux.c:
2384         * tests/check/elements/apev2mux.c:
2385         Update my mail address.
2386
2387 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2388
2389         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2390         (gst_wavparse_loop), (gst_wavparse_chain):
2391         Add EOS logic for the push-based mode too. Fixes #476514.
2392
2393 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2394
2395         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2396         * gst/law/alaw-encode.h:
2397         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2398         (gst_mulawenc_chain):
2399         * gst/law/mulaw-encode.h:
2400         Fix law encoder timestamps.
2401
2402 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2403
2404         * ext/gconf/gstgconfaudiosink.c:
2405           Fix warning when building without debug.
2406
2407         * sys/oss/gstossmixertrack.c:
2408           Use const like in alsamixertrack.c (fixes warnings).
2409
2410 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2411
2412         * sys/v4l2/v4l2src_calls.c:
2413         (gst_v4l2src_probe_caps_for_format_and_size):
2414         Fix framerate detection code some more.
2415         Handle the case where there is a weird step in the stepwise framerates.
2416         Don't overwrite the min interval with the framerate, use a temp variable
2417         instead.
2418         Use max in the Continuous framerate intervals instead of step, which is
2419         1 according to the docs. Fixes #475424.
2420
2421 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2422
2423         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2424         Make udpsrc timestamp outgoing buffers based on when they were received.
2425         Also make it output a segment in time.
2426
2427 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2428
2429         * gst/avi/gstavidemux.c:
2430           Plug a little leak. Little code cleanups.
2431
2432 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2433
2434         * configure.ac:
2435           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2436           flac versions, 's good for cross-compilation karma.
2437
2438 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2439
2440         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2441
2442         * gst/rtp/gstrtph263pay.c:
2443           Fix up header structure so that compilers don't add padding
2444           between the structure fields, since that would lead to us
2445           sending RTP packets with broken headers (as is currently the
2446           case when compiling with MSVC). Also see similar fixes in
2447           libgstrtp in gst-plugins-base. (#474616; #471194)
2448
2449 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2450
2451         * sys/v4l2/v4l2src_calls.c:
2452         (gst_v4l2src_probe_caps_for_format_and_size):
2453         Don't overwrite our GValue with 0 but instead use the previously
2454         computed value. Fixes #471823 some more.
2455
2456 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2457
2458         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2459           No tabs in this file please, or gtk-doc will end up documenting
2460           rather absurd class hierarchies.
2461
2462 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2463
2464         * ext/gconf/gstswitchsink.c:
2465           If the new kid element fails to change state for some reason
2466           (e.g. esdsink not being able to connect to the sound server),
2467           forward the error message it posted on the bus instead of just
2468           posting a generic 'Internal state change error: please file a
2469           bug' error message. Fixes #471364.
2470
2471 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2472
2473         * gst/qtdemux/Makefile.am:
2474         * gst/qtdemux/qtdemux.c:
2475           Don't assume tags are encoded as UTF-8 (#473670).
2476
2477 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2478
2479         * sys/v4l2/gstv4l2src.c:
2480         * sys/v4l2/gstv4l2src.h:
2481         * sys/v4l2/v4l2src_calls.c:
2482           Implement LATENCY queries in the crudest way possible so I don't
2483           have to use sync=false any longer when testing with videosinks.
2484
2485 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2486
2487         * configure.ac:
2488           Fix build.
2489
2490 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2491
2492         * sys/v4l2/v4l2src_calls.c:
2493         (gst_v4l2src_probe_caps_for_format_and_size):
2494         Add some more debugging in the framerate function.
2495         Iterate stepwise framerate up to and _including_ the max and if nothing
2496         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2497         don't end up with an empty list. Fixes #471823
2498
2499 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2500
2501         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2502         (gst_multiudpsink_set_clients_string),
2503         (gst_multiudpsink_get_clients_string),
2504         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2505         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2506         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2507         (gst_multiudpsink_clear):
2508         Add property do configure destination address/port pairs
2509         API:GstMultiUDPSink::clients
2510
2511 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2512
2513         * tests/examples/Makefile.am:
2514         * tests/examples/rtp/Makefile.am:
2515         * tests/examples/rtp/client-H263p-AMR.sh:
2516         * tests/examples/rtp/client-H263p-PCMA.sdp:
2517         * tests/examples/rtp/client-H263p-PCMA.sh:
2518         * tests/examples/rtp/client-H264-PCMA.sdp:
2519         * tests/examples/rtp/client-H264-PCMA.sh:
2520         * tests/examples/rtp/client-PCMA.sh:
2521         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2522         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2523         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2524         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2525         Added some RTP example scripts for sending and receiving RTP streams.
2526
2527 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2528
2529         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2530         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2531         Restructure the setcaps function so that we can also compute the
2532         expected GStreamer output size of the video frames.
2533         Set frame_byte_size correctly so that read-based devices have a chance
2534         of working correctly.
2535         When grabbing a frame, discard frames that are not of the expected size.
2536         Some cameras don't output the right framesize for the first buffer.
2537         Try only a couple of times to get a valid frame, else error out.
2538
2539         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2540         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2541         Add some more debug info when scanning the device.
2542
2543         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2544         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2545         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2546         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2547         Add some more debug info when dequeing a frame.
2548
2549 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2550
2551         * gst/wavparse/gstwavparse.c:
2552           More code cleanups. Add some more comment and improve debugs logs.
2553
2554 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2555
2556         * gst/wavparse/gstwavparse.c:
2557         * gst/wavparse/gstwavparse.h:
2558           Implement seek-query. Refactor duration calculations. Appropriate use
2559           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2560           out of loops.
2561
2562 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2563
2564         * gst/avi/gstavidemux.c:
2565           Implement seek-query.
2566
2567 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2568
2569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2570         (gst_rtspsrc_dup_printf):
2571         Use new basesink async property to make sparse RTCP packet not wait for
2572         preroll.
2573
2574 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2575
2576         * gst/audiofx/Makefile.am:
2577         Dist the right file.
2578
2579 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2580
2581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2582         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2583         Make sure we generate and parse floating point values in the POSIX
2584         locale instead of the current locale. 
2585
2586 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2587
2588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2589         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2590         (gst_rtspsrc_play):
2591         * gst/rtsp/gstrtspsrc.h:
2592         Fix method detection again.
2593         Keep track of when we must send a Range header.
2594         Use segment values for Range, Speed and Scale headers.
2595         Parse Speed and Scale headers to update the segment values.
2596
2597 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2598
2599         patch by: Mark Nauwelaerts <manauw@skynet.be>
2600
2601         * sys/v4l2/v4l2src_calls.c:
2602           Handle optional v4l2 ioctls gracefully.
2603
2604 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2605
2606         * gst/rtp/Makefile.am:
2607         * gst/rtp/gstrtp.c: (plugin_init):
2608         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2609         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2610         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2611         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2612         (gst_rtp_h263_depay_get_property),
2613         (gst_rtp_h263_depay_change_state),
2614         (gst_rtp_h263_depay_plugin_init):
2615         * gst/rtp/gstrtph263depay.h:
2616         Added an H263 depayloader. Fixes #369392.
2617
2618         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2619         (gst_rtp_h263p_depay_process):
2620         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2621         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2622         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2623         payloads.
2624         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2625
2626 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2627
2628         * gst/audiofx/audiochebyshevfreqband.c:
2629         * gst/audiofx/audiochebyshevfreqlimit.c:
2630         Add small comparision with the windowed sinc filters in the docs.
2631
2632 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2633
2634         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2635         (audiochebyshevfreqband_suite):
2636         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2637         (audiochebyshevfreqlimit_suite):
2638         Also test 32 bit float mode and the type 2 variants of the filters.
2639
2640 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2641
2642         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2643         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2644         (gst_rtspsrc_loop):
2645         Refactor the udp and interleaved loop function a bit.
2646
2647 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2648
2649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2650         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2651         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2652         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2653         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2654         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2655         * gst/rtsp/gstrtspsrc.h:
2656         Protect connection activity with a new lock, avoids deadlocks when going
2657         to PAUSED. Fixes #455808.
2658
2659 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2660
2661         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2662         Fix debug statement.
2663
2664 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2665
2666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2667         Fix stray %u in debug line as spotted by Saur on IRC.
2668
2669 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2670
2671         * gst/audiofx/audiochebyshevfreqband.c:
2672         (gst_audio_chebyshev_freq_band_class_init):
2673         * gst/audiofx/audiochebyshevfreqlimit.c:
2674         (gst_audio_chebyshev_freq_limit_class_init):
2675         Use generator macros for the process functions for the different
2676         sample types, add lower upper boundaries for the GObject properties
2677         so automatically generated UIs can use sliders and add a note about
2678         the number of poles as a too high number of poles combined with
2679         very low or very high frequencies will produce only noise.
2680         * docs/plugins/gst-plugins-good-plugins.args:
2681         Regenerated for the property changes.
2682
2683 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2684
2685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2686         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2687         (gst_rtspsrc_stream_configure_udp_sink),
2688         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2689         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2690         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2691         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2692         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2693         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2694         * gst/rtsp/gstrtspsrc.h:
2695         Improve timeout handling.
2696         Use the same socket for sending and receiving RTCP packets so that some
2697         servers can track clients better.
2698         Improve connection closed handling. Try to reconnect.
2699         Don't overwrite our content base with NULL.
2700         Improve debugging.
2701         Improve range parsing and handling.
2702         Remove flushing hack now that core does the right thing.
2703
2704 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2705
2706         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2707         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2708         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2709         (gst_multiudpsink_close), (gst_multiudpsink_add):
2710         * gst/udp/gstmultiudpsink.h:
2711         Add support for getting and setting the socket to use.
2712
2713         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2714         (gst_udpsrc_create), (gst_udpsrc_get_property):
2715         Add support for getting the currently used socket.
2716
2717 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2718
2719         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2720
2721         * gst/audiofx/Makefile.am:
2722         * gst/audiofx/audiochebyshevfreqband.c:
2723         (gst_audio_chebyshev_freq_band_mode_get_type),
2724         (gst_audio_chebyshev_freq_band_base_init),
2725         (gst_audio_chebyshev_freq_band_dispose),
2726         (gst_audio_chebyshev_freq_band_class_init),
2727         (gst_audio_chebyshev_freq_band_init),
2728         (generate_biquad_coefficients), (calculate_gain),
2729         (generate_coefficients),
2730         (gst_audio_chebyshev_freq_band_set_property),
2731         (gst_audio_chebyshev_freq_band_get_property),
2732         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2733         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2734         (gst_audio_chebyshev_freq_band_start):
2735         * gst/audiofx/audiochebyshevfreqband.h:
2736         * gst/audiofx/audiochebyshevfreqlimit.c:
2737         (gst_audio_chebyshev_freq_limit_mode_get_type),
2738         (gst_audio_chebyshev_freq_limit_base_init),
2739         (gst_audio_chebyshev_freq_limit_dispose),
2740         (gst_audio_chebyshev_freq_limit_class_init),
2741         (gst_audio_chebyshev_freq_limit_init),
2742         (generate_biquad_coefficients), (calculate_gain),
2743         (generate_coefficients),
2744         (gst_audio_chebyshev_freq_limit_set_property),
2745         (gst_audio_chebyshev_freq_limit_get_property),
2746         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2747         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2748         (gst_audio_chebyshev_freq_limit_start):
2749         * gst/audiofx/audiochebyshevfreqlimit.h:
2750         * gst/audiofx/audiofx.c: (plugin_init):
2751         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2752         Fixes #464800.
2753
2754         * tests/check/Makefile.am:
2755         * tests/check/elements/.cvsignore:
2756         * tests/check/elements/audiochebyshevfreqband.c:
2757         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2758         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2759         * tests/check/elements/audiochebyshevfreqlimit.c:
2760         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2761         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2762         Add unit tests for the chebyshev filters.
2763
2764         * docs/plugins/Makefile.am:
2765         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2766         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2767         * docs/plugins/gst-plugins-good-plugins.args:
2768         * docs/plugins/inspect/plugin-1394.xml:
2769         * docs/plugins/inspect/plugin-audiofx.xml:
2770         * docs/plugins/inspect/plugin-dv.xml:
2771         * docs/plugins/inspect/plugin-flac.xml:
2772         * docs/plugins/inspect/plugin-jpeg.xml:
2773         * docs/plugins/inspect/plugin-png.xml:
2774         * docs/plugins/inspect/plugin-rtp.xml:
2775         * docs/plugins/inspect/plugin-shout2send.xml:
2776         * docs/plugins/inspect/plugin-wavpack.xml:
2777         And add docs for the chebyshev filters. While doing
2778         that also run make update in docs/plugins.
2779
2780 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2781
2782         * ext/annodex/gstcmmltag.c:
2783         * gst/rtp/gstrtpvorbispay.c:
2784           Make ro memory to share.
2785
2786 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2787
2788         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2789         Improve UDP performance by avoiding a select() when we have data
2790         available immediatly.
2791
2792 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2793
2794         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2795         (gst_rtp_dec_class_init):
2796         * gst/rtsp/gstrtpdec.h:
2797         Add (dummy) SSRC management signals.
2798
2799         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2800         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2801         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2802         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2803         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2804         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2805         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2806         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2807         * gst/rtsp/gstrtspsrc.h:
2808         Add connection-speed property.
2809         Add find_stream helper functions.
2810         Handle stream EOS based on BYE messages or SSRC timeout.
2811         Returns SUCCESS from the state change function as we hide our async
2812         elements from the parent.
2813
2814 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2815
2816         * gst/debug/rndbuffersize.c:
2817           Fix da leak.
2818
2819 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2820
2821         * gst/debug/Makefile.am:
2822         * gst/debug/breakmydata.c:
2823         * gst/debug/gstdebug.c:
2824         * gst/debug/negotiation.c:
2825         * gst/debug/progressreport.c:
2826         * gst/debug/rndbuffersize.c:
2827         * gst/debug/testplugin.c:
2828           Add new test element and clean-up the others a little.
2829
2830 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2831
2832         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2833         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2834
2835 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2836
2837         * gst/rtp/gstrtpilbcdepay.c:
2838           Include stdlib.
2839
2840 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2841
2842         * gst/rtp/gstrtpmpvdepay.c:
2843         Set the mpegversion in the caps so that autoplugging does not get
2844         confused.
2845
2846 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2847
2848         * po/hu.po:
2849         * po/uk.po:
2850         * po/vi.po:
2851           Updated translations.
2852
2853 2007-08-08  Michael Smith <msmith@fluendo.com>
2854
2855         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2856           Render right border in the correct location.
2857
2858 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2859
2860         Patch by: Olivier Crete <tester at tester dot ca>
2861
2862         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2863         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2864         Make mode property a string. Fixes #464475.
2865
2866 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2867
2868         * ext/flac/gstflacenc.c:
2869           Widen caps to match decoder a bit and add more FIXMEs.
2870
2871 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2872
2873         patch by: Mark Nauwelaerts <manauw@skynet.be>
2874
2875         * gst/avi/gstavimux.c:
2876           Fix ODML index tag numbering. Fixes #463624.
2877
2878 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2879
2880         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2881         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2882         (gst_rtspsrc_stream_configure_tcp),
2883         (gst_rtspsrc_stream_configure_udp_sink):
2884         Fix default clock-rate for realmedia.
2885         Fix parsing of transport.
2886         Don't try to link NULL pads.
2887
2888 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2889
2890         * po/POTFILES.skip:
2891           Add POTFILES.skip with list of source files that aren't disted at the
2892           moment but contain translatable strings. Should hopefully pacify
2893           broken tools and make it clearer that these files are left out
2894           intentionally (#461600).
2895
2896 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2897
2898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2899         If the buffer was entirely clipped ... don't try sending it :)
2900
2901 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2902
2903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2904         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2905         (gst_rtspsrc_create_transports_string),
2906         (gst_rtspsrc_prepare_transports):
2907         If we don't hav a session manager, set the caps on outgoing buffers
2908         ourselves.
2909         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2910         Append final bit of the transport string even when it does not contain a
2911         placeholder.
2912
2913 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2914
2915         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2916         (gst_rtsp_ext_list_connect):
2917         * gst/rtsp/gstrtspext.h:
2918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2919         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2920         Clean up the interface list.
2921         Allow connecting to interface signals for the extensions.
2922         Remove old extension code.
2923         Free list on cleanup.
2924         Allow extensions to send additional RTSP messages.
2925
2926 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2927
2928         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2929         Handle a NULL gconf key gracefully by rendering the default element.
2930
2931 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2932
2933         * gst/rtsp/gstrtspext.h:
2934         Fix include path for extension interface.
2935
2936 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2937
2938         * gst/audiofx/audioamplify.h:
2939         Also remove a now unecessary variable here.
2940
2941 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2942
2943         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2944         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2945         * gst/audiofx/audiodynamic.c:
2946         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2947         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2948         * gst/audiofx/audiodynamic.h:
2949         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2950         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2951         * gst/audiofx/audioinvert.h:
2952         Don't save format information ourselves, this is already saved in
2953         GstAudioFilter.
2954
2955 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2956
2957         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2958         (gst_rtsp_ext_list_stream_select):
2959         * gst/rtsp/gstrtspext.h:
2960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2961         Use rank to filter out extensions.
2962         Add url to stream_select interface call.
2963
2964 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2965
2966         * gst/rtsp/Makefile.am:
2967         * gst/rtsp/base64.c:
2968         * gst/rtsp/base64.h:
2969         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2970         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2971         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2972         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2973         (gst_rtsp_ext_list_setup_media),
2974         (gst_rtsp_ext_list_configure_stream),
2975         (gst_rtsp_ext_list_get_transports),
2976         (gst_rtsp_ext_list_stream_select):
2977         * gst/rtsp/gstrtspext.h:
2978         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
2979         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
2980         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
2981         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2982         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
2983         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
2984         (gst_rtspsrc_stream_configure_tcp),
2985         (gst_rtspsrc_stream_configure_mcast),
2986         (gst_rtspsrc_stream_configure_udp),
2987         (gst_rtspsrc_stream_configure_udp_sink),
2988         (gst_rtspsrc_stream_configure_transport),
2989         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2990         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2991         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
2992         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
2993         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2994         (gst_rtspsrc_parse_methods),
2995         (gst_rtspsrc_create_transports_string),
2996         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
2997         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
2998         (gst_rtspsrc_play), (gst_rtspsrc_pause),
2999         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3000         * gst/rtsp/gstrtspsrc.h:
3001         * gst/rtsp/rtsp.h:
3002         * gst/rtsp/rtspconnection.c:
3003         * gst/rtsp/rtspconnection.h:
3004         * gst/rtsp/rtspdefs.c:
3005         * gst/rtsp/rtspdefs.h:
3006         * gst/rtsp/rtspext.h:
3007         * gst/rtsp/rtspextwms.c:
3008         * gst/rtsp/rtspextwms.h:
3009         * gst/rtsp/rtspmessage.c:
3010         * gst/rtsp/rtspmessage.h:
3011         * gst/rtsp/rtsprange.c:
3012         * gst/rtsp/rtsprange.h:
3013         * gst/rtsp/rtsptransport.c:
3014         * gst/rtsp/rtsptransport.h:
3015         * gst/rtsp/rtspurl.c:
3016         * gst/rtsp/rtspurl.h:
3017         * gst/rtsp/sdp.h:
3018         * gst/rtsp/sdpmessage.c:
3019         * gst/rtsp/sdpmessage.h:
3020         * gst/rtsp/test.c:
3021         Use shiny new RTSP and SDP library.
3022         Implement RTSP extensions using the new interface.
3023         Remove a lot of old code.
3024
3025 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3026
3027         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3028         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3029
3030 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3031
3032         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3033         Don't unref the outgoing buffer twice when dropping it because it's
3034         outside of the segment.
3035
3036 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3037
3038         * configure.ac:
3039         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3040         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3041         Use the new buffer clipping function from gstaudio here and
3042         require gst-plugins-base CVS.
3043         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3044         For framed Wavpack buffers we require a valid timestamp.
3045
3046 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3047
3048         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3049         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3050         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3051         Clip raw audio and video when we can, keep track of current output
3052         segment.
3053         Don't leak buffers and events when there is no output pad.
3054         Improve debugging here and there.
3055
3056 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3057
3058         * configure.ac:
3059           Sync liboil check with plugins-base.
3060
3061 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3062
3063         * ext/annodex/Makefile.am:
3064           Fix CFLAGS/LIBS.
3065
3066         * ext/cdio/gstcdiocddasrc.c:
3067         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3068           Include stdlib
3069
3070         * ext/cairo/Makefile.am:
3071         * gst/videofilter/Makefile.am:
3072         * tests/examples/level/Makefile.am:
3073           Use $(LIBM) instead of -lm
3074
3075 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3076
3077         * sys/v4l2/gstv4l2src.c:
3078           Add another example pipeline.
3079
3080 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3081
3082         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3083
3084         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3085           Use define here.
3086
3087         * sys/v4l2/gstv4l2tuner.c:
3088         (gst_v4l2_tuner_set_frequency_and_notify):
3089           Don't touch the property - its still disabled.
3090
3091         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3092         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3093         * sys/v4l2/v4l2src_calls.h:
3094           Improve fallback format negotionation. Fixes #451388
3095
3096 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3097
3098         * tests/check/elements/videocrop.c: (GST_START_TEST):
3099           Fix the test.
3100
3101 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3102
3103         * docs/plugins/Makefile.am:
3104         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3105         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3106         * docs/plugins/inspect/plugin-jpeg.xml:
3107         * docs/plugins/inspect/plugin-png.xml:
3108         * ext/jpeg/gstjpegdec.c:
3109         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3110         (gst_pngdec_sink_setcaps):
3111           More docs. More logs in pngdec.
3112
3113 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3114
3115         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3116           Initialize num_buffers with minimum value.
3117
3118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3119         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3120           Handle frame-size query failure gracefully.
3121
3122 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3123
3124         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3125         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3126         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3127         of qt/aac files.
3128
3129 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3130
3131         * ext/wavpack/gstwavpackdec.c:
3132         (gst_wavpack_dec_clip_outgoing_buffer):
3133         Fix buffer clipping to correctly clip to the segment stop.
3134
3135 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3136
3137         * configure.ac:
3138         * tests/Makefile.am:
3139         Remove bogus check for libcheck, since we check for
3140         gstreamer-check and it pulls in the required info from there,
3141         and we weren't actually _using_ the information for libcheck
3142         ourselves anyway.
3143
3144 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3145
3146         * configure.ac:
3147           Use pkg-config to locate check.
3148
3149 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3150
3151         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3152         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3153         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3154         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3155         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3156         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3157         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3158         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3159         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3160         * gst/effectv/gstrev.c: (gst_revtv_transform):
3161         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3162         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3163         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3164         * gst/matroska/matroska-demux.c:
3165         (gst_matroska_demux_add_wvpk_header),
3166         (gst_matroska_demux_check_subtitle_buffer),
3167         (gst_matroska_decode_buffer):
3168         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3169           Fix build against core CVS.
3170
3171 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3172
3173         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3174         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3175         don't have enough granularity to convert that boolean into a
3176         GstFlowReturn.
3177
3178 2007-07-06  Michael Smith <msmith@fluendo.com>
3179
3180         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3181         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3182         (gst_alawdec_change_state):
3183         * gst/law/alaw-decode.h:
3184         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3185         (gst_mulawdec_class_init), (gst_mulawdec_init),
3186         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3187         * gst/law/mulaw-decode.h:
3188           Fix capsnego bogosity in *law decoders. 
3189
3190 2007-07-06  Michael Smith <msmith@fluendo.com>
3191
3192         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3193         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3194         (gst_smokeenc_change_state):
3195         * ext/jpeg/gstsmokeenc.h:
3196           Remove stupidity in get/set caps functions.
3197           Fix some refcounting problems.
3198
3199 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3200
3201         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3202         Remove endianness-flipping hack that seems to have been required
3203         only because of a bug in ffmpegcolorspace.
3204         Partially Fixes: #451908
3205
3206 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3207
3208         * docs/plugins/Makefile.am:
3209           Simplify --extra-dir as gtkdoc scans recursively.
3210
3211 2007-07-03  Wim Taymans  <wim@fluendo.com>
3212
3213         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3214
3215         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3216         Set the encoding-name in the rtp caps to all uppercase, as required by
3217         the caps spec.
3218         Some small cleanups in the error paths. Fixes #453037.
3219
3220 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3221
3222         * ext/wavpack/gstwavpackparse.c:
3223         (gst_wavpack_parse_index_get_last_entry),
3224         (gst_wavpack_parse_index_get_entry_from_sample),
3225         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3226         (gst_wavpack_parse_scan_to_find_sample):
3227         * ext/wavpack/gstwavpackparse.h:
3228         Use a GSList for the GArray that is used like a list anyway.
3229
3230 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3233         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3234         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3235           Add state change function where we set 0/1 as default framerate in
3236           case our setcaps function isn't called, like it might not in a
3237           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3238           gdkpixbufdec trying to create caps with a 0/0 framerate.
3239           Also post an error message on the bus if gst_pad_push() fails when
3240           called from our sink event handler (+1 for flow returns for event
3241           functions in 0.11) instead of failing silently.
3242
3243 2007-06-27  Wim Taymans  <wim@fluendo.com>
3244
3245         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3246         Cast stack args to the proper types. Fixes #451249.
3247
3248 2007-06-27  Wim Taymans  <wim@fluendo.com>
3249
3250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3251         (new_session_pad), (gst_rtspsrc_setup_streams):
3252         * gst/rtsp/gstrtspsrc.h:
3253         For container formats we only need to activate one of the streams so
3254         that we correctly signal no-more-pads. Fixes #451015.
3255
3256 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3257
3258         * docs/plugins/gst-plugins-good-plugins.args:
3259         * docs/plugins/inspect/plugin-aasink.xml:
3260         * docs/plugins/inspect/plugin-alaw.xml:
3261         * docs/plugins/inspect/plugin-alpha.xml:
3262         * docs/plugins/inspect/plugin-alphacolor.xml:
3263         * docs/plugins/inspect/plugin-annodex.xml:
3264         * docs/plugins/inspect/plugin-apetag.xml:
3265         * docs/plugins/inspect/plugin-audiofx.xml:
3266         * docs/plugins/inspect/plugin-auparse.xml:
3267         * docs/plugins/inspect/plugin-autodetect.xml:
3268         * docs/plugins/inspect/plugin-avi.xml:
3269         * docs/plugins/inspect/plugin-cacasink.xml:
3270         * docs/plugins/inspect/plugin-cairo.xml:
3271         * docs/plugins/inspect/plugin-cdio.xml:
3272         * docs/plugins/inspect/plugin-cutter.xml:
3273         * docs/plugins/inspect/plugin-debug.xml:
3274         * docs/plugins/inspect/plugin-efence.xml:
3275         * docs/plugins/inspect/plugin-effectv.xml:
3276         * docs/plugins/inspect/plugin-esdsink.xml:
3277         * docs/plugins/inspect/plugin-flac.xml:
3278         * docs/plugins/inspect/plugin-flxdec.xml:
3279         * docs/plugins/inspect/plugin-gconfelements.xml:
3280         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3281         * docs/plugins/inspect/plugin-goom.xml:
3282         * docs/plugins/inspect/plugin-halelements.xml:
3283         * docs/plugins/inspect/plugin-icydemux.xml:
3284         * docs/plugins/inspect/plugin-id3demux.xml:
3285         * docs/plugins/inspect/plugin-jpeg.xml:
3286         * docs/plugins/inspect/plugin-ladspa.xml:
3287         * docs/plugins/inspect/plugin-level.xml:
3288         * docs/plugins/inspect/plugin-matroska.xml:
3289         * docs/plugins/inspect/plugin-mulaw.xml:
3290         * docs/plugins/inspect/plugin-multipart.xml:
3291         * docs/plugins/inspect/plugin-navigationtest.xml:
3292         * docs/plugins/inspect/plugin-ossaudio.xml:
3293         * docs/plugins/inspect/plugin-png.xml:
3294         * docs/plugins/inspect/plugin-quicktime.xml:
3295         * docs/plugins/inspect/plugin-rtp.xml:
3296         * docs/plugins/inspect/plugin-rtsp.xml:
3297         * docs/plugins/inspect/plugin-smpte.xml:
3298         * docs/plugins/inspect/plugin-speex.xml:
3299         * docs/plugins/inspect/plugin-taglib.xml:
3300         * docs/plugins/inspect/plugin-udp.xml:
3301         * docs/plugins/inspect/plugin-videobalance.xml:
3302         * docs/plugins/inspect/plugin-videobox.xml:
3303         * docs/plugins/inspect/plugin-videocrop.xml:
3304         * docs/plugins/inspect/plugin-videoflip.xml:
3305         * docs/plugins/inspect/plugin-videomixer.xml:
3306         * docs/plugins/inspect/plugin-wavenc.xml:
3307         * docs/plugins/inspect/plugin-wavparse.xml:
3308         * docs/plugins/inspect/plugin-ximagesrc.xml:
3309           Update docs with caps info.
3310
3311 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3312
3313         * po/POTFILES.in:
3314           Add more files with translatable strings (#450878).
3315
3316 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3317
3318         * MAINTAINERS:
3319         Updating all the maintainers files
3320
3321 2007-06-22  Edward Hervey  <edward@fluendo.com>
3322
3323         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3324         * gst/interleave/deinterleave.c: (deinterleave_init),
3325         (deinterleave_sink_link):
3326         * gst/interleave/interleave.c: (interleave_init):
3327         * gst/median/gstmedian.c: (gst_median_init):
3328         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3329         Fix memory leaks.
3330         * tests/check/elements/id3demux.c: (pad_added_cb):
3331         Remove unused variable.
3332
3333 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3334
3335         * ext/gconf/gconf.h:
3336         Make the prototype of gst_gconf_get_key_for_sink_profile
3337         match the implementation.
3338         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3339         Fixes: #449747
3340
3341 2007-06-20  Michael Smith <msmith@fluendo.com>
3342
3343         * gst/rtp/gstrtpdepay.c:
3344           Fix description - rtpdepay is not a payloader.
3345
3346 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3347
3348         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3349         (qtdemux_video_caps):
3350         * gst/qtdemux/qtdemux_fourcc.h:
3351           Add MJPG to the variants of motion jpeg.
3352
3353 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3354
3355         * tests/check/Makefile.am:
3356         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3357         * tests/check/elements/videocrop.c: (GST_START_TEST):
3358         * tests/check/elements/videofilter.c:
3359         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3360         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3361           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3362           error flags are included and it errors out on compiler warnings
3363           for CVS builds; remove unused variables in various unit tests.
3364
3365 2007-06-19  Wim Taymans  <wim@fluendo.com>
3366
3367         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3368         (rtsp_connection_close), (rtsp_connection_free):
3369         Use threadsafe inet_ntop to convert an ip number to a string. 
3370         Fixes #447961.
3371         Don't leak fd (and ip) when freeing a connection without first closing
3372         it.
3373
3374 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3375
3376         * configure.ac:
3377         Back to CVS
3378
3379         * gst-plugins-good.doap:
3380         Add 0.10.6 to the doap file.
3381
3382 === release 0.10.6 ===
3383
3384 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3385
3386         * configure.ac:
3387           releasing 0.10.6, "Wobble Board"
3388
3389 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3390
3391         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3392         (rtsp_connection_free):
3393           Revert previous commit again, since we are frozen (sorry).
3394
3395 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3396
3397         Patch by: Peter Kjellerstedt <pkj at axis com>
3398
3399         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3400         (rtsp_connection_free):
3401           inet_ntoa() uses a static buffer internally, so we need to copy the
3402           returned string if we want to store it for later (#447961).
3403
3404 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3405
3406         * win32/vs6/autogen.dsp:
3407         * win32/vs6/gst_plugins_good.dsw:
3408         * win32/vs6/libgstalaw.dsp:
3409         * win32/vs6/libgstalpha.dsp:
3410         * win32/vs6/libgstalphacolor.dsp:
3411         * win32/vs6/libgstapetag.dsp:
3412         * win32/vs6/libgstaudiofx.dsp:
3413         * win32/vs6/libgstauparse.dsp:
3414         * win32/vs6/libgstautodetect.dsp:
3415         * win32/vs6/libgstavi.dsp:
3416         * win32/vs6/libgstcutter.dsp:
3417         * win32/vs6/libgstdirectdraw.dsp:
3418         * win32/vs6/libgstdirectsound.dsp:
3419         * win32/vs6/libgsteffectv.dsp:
3420         * win32/vs6/libgstflx.dsp:
3421         * win32/vs6/libgstgoom.dsp:
3422         * win32/vs6/libgsticydemux.dsp:
3423         * win32/vs6/libgstid3demux.dsp:
3424         * win32/vs6/libgstinterleave.dsp:
3425         * win32/vs6/libgstjpeg.dsp:
3426         * win32/vs6/libgstlevel.dsp:
3427         * win32/vs6/libgstmatroska.dsp:
3428         * win32/vs6/libgstmedian.dsp:
3429         * win32/vs6/libgstmonoscope.dsp:
3430         * win32/vs6/libgstmulaw.dsp:
3431         * win32/vs6/libgstmultipart.dsp:
3432         * win32/vs6/libgstqtdemux.dsp:
3433         * win32/vs6/libgstrtp.dsp:
3434         * win32/vs6/libgstrtsp.dsp:
3435         * win32/vs6/libgstsmpte.dsp:
3436         * win32/vs6/libgstspeex.dsp:
3437         * win32/vs6/libgstudp.dsp:
3438         * win32/vs6/libgstvideobalance.dsp:
3439         * win32/vs6/libgstvideobox.dsp:
3440         * win32/vs6/libgstvideocrop.dsp:
3441         * win32/vs6/libgstvideoflip.dsp:
3442         * win32/vs6/libgstvideomixer.dsp:
3443         * win32/vs6/libgstwaveform.dsp:
3444         * win32/vs6/libgstwavenc.dsp:
3445         * win32/vs6/libgstwavparse.dsp:
3446         Mark *.dsp & *.dsw as binary files and convert to DOS line
3447         endings, as they don't load into VS6 correctly otherwise.
3448
3449 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3450
3451         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3452         (rtsp_connection_connect):
3453         Fix the MingW build. 
3454         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3455         Fixes: #446981
3456
3457 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3458
3459         * tests/check/elements/.cvsignore:
3460         * tests/icles/.cvsignore:
3461         Hush the buildbots up
3462
3463 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3464
3465         * configure.ac:
3466         * sys/Makefile.am:
3467         * sys/directdraw/Makefile.am:
3468         * sys/directsound/Makefile.am:
3469         * sys/waveform/Makefile.am:
3470         Make sure to dist everything needed for win32 builds.
3471
3472 2007-06-14  Edward Hervey  <edward@fluendo.com>
3473
3474         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3475         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3476         caps.
3477         Fixes #447458
3478
3479 2007-06-13  Wim Taymans  <wim@fluendo.com>
3480
3481         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3482         Make sure we allocate enough memory for the codec_data.
3483         Fixes #447210.
3484
3485 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3486
3487         * win32/MANIFEST:
3488         Add videocrop project file to the win32 manifest.
3489         * win32/vs6/gst_plugins_good.dsw:
3490         Add qtdemux,videocrop and waveform projects to the workspace.
3491         * win32/vs6/libgstqtdemux.dsp:
3492         Add zlib to the link list of qtdemux.
3493         * win32/vs6/libgstvideocrop.dsp:
3494         Add a project file for videocrop.
3495
3496 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3497
3498         * po/POTFILES.in:
3499         Add qtdemux for translation
3500
3501 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3502
3503         * configure.ac:
3504         * docs/plugins/Makefile.am:
3505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3507         * docs/plugins/inspect/plugin-videocrop.xml:
3508         * gst-plugins-good.spec.in:
3509         * sys/Makefile.am:
3510         * tests/check/Makefile.am:
3511         * tests/icles/Makefile.am:
3512         * tests/icles/videocrop-test.c:
3513         Move videocrop and osxvideo from -bad.
3514
3515 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3516
3517         * configure.ac:
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/gst-plugins-good-plugins.args:
3522         * docs/plugins/inspect/plugin-qtdemux.xml:
3523         * docs/plugins/inspect/plugin-quicktime.xml:
3524         * win32/MANIFEST:
3525         Move qtdemux from -bad.
3526
3527         * gst-plugins-good.spec.in:
3528         Update spec file to reflect moving of qtdemux and wavpack
3529
3530 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3531         
3532         * win32/MANIFEST:
3533         * docs/plugins/Makefile.am:
3534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3536         * docs/plugins/inspect/plugin-directdraw.xml:
3537         * docs/plugins/inspect/plugin-directsound.xml:
3538         * docs/plugins/inspect/plugin-waveform.xml:
3539         Move the waveform plugin from -bad too. Update the inspect xml
3540         files to mention Plugins Good instead of Plugins Bad.
3541
3542 2007-06-12  Andy Wingo  <wingo@pobox.com>
3543
3544         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3545         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3546         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3547         finalization and resuscitation. No longer public.
3548         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3549         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3550         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3551         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3552         miniobject semantics, and be threadsafe.
3553         (gst_v4l2src_queue_frame): Remove this function, as we just call
3554         the ioctls directly in the two places where we queue buffers.
3555         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3556         directly.
3557         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3558         to allocate the pool, which also preallocates the GstBuffers.
3559         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3560         queueing the frames directly.
3561         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3562         mmap buffers have been dequeued.
3563
3564         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3565         real MiniObject instead of rolling our own refcounting and
3566         finalizing. Give it a lock.
3567         (struct _GstV4l2Buffer): Remove one intermediary object, having
3568         the buffers hold the struct v4l2_buffer directly.
3569
3570         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3571         capture_init so that it can set them on the buffers that it will
3572         create.
3573         (gst_v4l2src_get_read): For better or for worse, include the
3574         timestamping and offsetting code here; really we should be using
3575         bufferalloc though.
3576         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3577         preallocated, mmap'd buffers.
3578
3579 2007-06-11  Wim Taymans  <wim@fluendo.com>
3580
3581         Patch by: daniel fischer <dan at f3c dot com>
3582
3583         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3584         (gst_ximage_src_get_caps):
3585         Actually use the display_name property so that we can dump any
3586         available X display. Fixes #445905.
3587
3588 2007-06-11  Wim Taymans  <wim@fluendo.com>
3589
3590         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3591
3592         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3593         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3594         Add missing rate fields to caps. Fixes #441118.
3595
3596 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3597
3598         * win32/vs6/gst_plugins_good.dsw:
3599         * win32/vs8/gst-plugins-good.sln:
3600         Add DirectSound and DirectDraw sinks project files to
3601         workspace and solution files.
3602
3603 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3604
3605         Patch by: Josh Coalson <xflac at yahoo dot com>,
3606         updated by Alexis Ballier <aballier at gentoo dot org>:
3607
3608         * configure.ac:
3609         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3610         (gst_flac_dec_setup_seekable_decoder),
3611         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3612         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3613         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3614         * ext/flac/gstflacdec.h:
3615         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3616         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3617         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3618         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3619         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3620         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3621         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3622         * ext/flac/gstflacenc.h:
3623         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3624         
3625 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3628         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3629         not necessary anymore as we need at least that core version. 
3630
3631 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3632
3633         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3634         (gst_wavpack_dec_chain):
3635         * ext/wavpack/gstwavpackdec.h:
3636         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3637         (gst_wavpack_parse_push_buffer):
3638         * ext/wavpack/gstwavpackparse.h:
3639         Improve discont handling by checking if the next Wavpack block has
3640         the expected, following block index.
3641
3642 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3643
3644         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3645           Fix element description.
3646
3647 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * configure.ac:
3650         * docs/plugins/Makefile.am:
3651         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3652         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3653         * docs/plugins/gst-plugins-good-plugins.args:
3654         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3655         * docs/plugins/gst-plugins-good-plugins.signals:
3656         * docs/plugins/inspect/plugin-autodetect.xml:
3657         * docs/plugins/inspect/plugin-gconfelements.xml:
3658         * docs/plugins/inspect/plugin-ladspa.xml:
3659         * docs/plugins/inspect/plugin-rtp.xml:
3660         * docs/plugins/inspect/plugin-wavpack.xml:
3661         * ext/Makefile.am:
3662         * tests/check/Makefile.am:
3663           move wavpack plugin.  See #352605.
3664
3665 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3666
3667         * configure.ac:
3668         * docs/plugins/Makefile.am:
3669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3670         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3671         * docs/plugins/gst-plugins-good-plugins.args:
3672         * sys/Makefile.am:
3673         * win32/MANIFEST:
3674         Add DirectDraw & DirectSound plugins to the build and docs.
3675
3676 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3677
3678         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3679         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3680           When operating in pull mode, error out correct on not-linked.
3681
3682 2007-06-06  Andy Wingo  <wingo@pobox.com>
3683
3684         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3685         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3686         format and size if the ioctls are defined; should fix compilation
3687         on Linux < 2.16.19.
3688
3689 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3692           Printf fixes in debug statements; use LOG level for debug statements
3693           that are printed for each and every frame; convert c++ comments to
3694           C-style comments; not much point using g_try_malloc() if we then not
3695           even check the return value.
3696
3697 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3698
3699         * configure.ac:
3700           Bump requirements to released versions (core and base 0.10.13).
3701
3702         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3703           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3704           own implementation.
3705
3706 2007-06-05  Andy Wingo  <wingo@pobox.com>
3707
3708         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3709         some useless comments.
3710
3711         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3712         frames before calling STREAMON, that might leave them in a state
3713         where they can't be dequeued if we go back to NULL without calling
3714         STREAMON, according to the docs.
3715         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3716         before we call STREAMON.
3717         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3718         failures. (For me this code hung.) The pool refcounting is still
3719         crack; added a note to that effect.
3720
3721 2007-06-05  Wim Taymans  <wim@fluendo.com>
3722
3723         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3724         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3725         Add support for mapping gst structure names to the MIME type equivalent.
3726         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3727
3728 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3731         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3732         (gst_wavenc_chain), (gst_wavenc_change_state):
3733         * gst/wavenc/gstwavenc.h:
3734         Properly write wav files with width!=depth by having the depth most
3735         significant bytes set and all others zero. Fixes #442535.
3736
3737 2007-06-01  Wim Taymans  <wim@fluendo.com>
3738
3739         * gst/rtsp/rtspconnection.c:
3740         Add include to make buildbot happy.
3741
3742 2007-06-01  Wim Taymans  <wim@fluendo.com>
3743
3744         Patch by: Peter Kjellerstedt  <pkj at axis com>
3745
3746         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3747         (rtsp_connection_connect), (add_date_header),
3748         (rtsp_connection_send), (parse_response_status),
3749         (parse_request_line), (parse_line), (rtsp_connection_receive):
3750         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3751         * gst/rtsp/rtspdefs.h:
3752         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3753         (rtsp_message_init_request), (rtsp_message_init_response),
3754         (rtsp_message_remove_header), (rtsp_message_append_headers),
3755         (rtsp_message_dump):
3756         * gst/rtsp/rtspmessage.h:
3757         Improves version checking, allowing an RTSP server to reply with "505
3758         RTSP Version not supported.
3759         Adds a Date header to all messages.
3760         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3761         want to be able to send a response even if something in the request was
3762         invalid. EINVAL is only used when passing wrong arguments to functions.
3763         Do not handle an invalid method in parse_request_line(). Defer this to
3764         the caller so it can respond with "405 Method Not Allowed".
3765         Improves parsing of the timeout parameter to the Session header,
3766         allowing whitespace after the semicolon. 
3767         Avoids a compiler warning due to variables shadowing a function argument.
3768
3769 2007-06-01  Wim Taymans  <wim@fluendo.com>
3770
3771         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3772
3773         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3774         (gst_rtp_amr_depay_process):
3775         * gst/rtp/gstrtpamrdepay.h:
3776         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3777         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3778         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3779         * gst/rtp/gstrtpamrpay.h:
3780         Add support for AMR-WB.
3781         Small cleanups such as using BOILERPLATE.
3782
3783 2007-05-31  Wim Taymans  <wim@fluendo.com>
3784
3785         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3786         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3787
3788 2007-05-30  Andy Wingo  <wingo@pobox.com>
3789
3790         * sys/v4l2/gstv4l2object.h: 
3791         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3792         unintended changes.
3793
3794         * sys/v4l2/v4l2src_calls.h: 
3795         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3796         the format list in the order that the driver gives it to us.
3797         (gst_v4l2src_probe_caps_for_format_and_size)
3798         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3799         based on the capabilities of the device.
3800         (gst_v4l2src_grab_frame): Update for object variable renaming.
3801         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3802         as in the set_caps below.
3803         (gst_v4l2src_capture_init): Update for object variable renaming,
3804         and reflow.
3805         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3806         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3807         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3808         (gst_v4l2src_get_fps): Remove; these functions don't have much
3809         meaning outside of an atomic set_caps method.
3810         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3811         known.
3812
3813         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3814         call to update_fps; not sure about this change.
3815         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3816         moment we don't have an update_fps_func.
3817
3818         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3819         structures in the object, just store what we need. Do store the
3820         probed caps of the device. Don't store the current frame rate.
3821
3822         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3823         update_fps_function, for now. Update for new object variable
3824         naming.
3825         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3826         new object variable naming.
3827         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3828         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3829         (gst_v4l2src_get_caps): Rework to probe the device for supported
3830         frame sizes and frame rates.
3831         (gst_v4l2src_set_caps): Rework to be strict in the given
3832         parameters: if someone asks us to have a certain size and rate,
3833         that is what we configure.
3834         (gst_v4l2src_get_read): Update for object variable naming. Don't
3835         leak buffers on short reads.
3836         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3837         comments.
3838         (gst_v4l2src_create): Update for object variable naming.
3839
3840 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3843         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3844         * gst/avi/gstavidemux.h:
3845           Parse subtitle text streams instead of erroring out (#442034). Still
3846           needs a parser for the subtitles to actually show up.
3847
3848 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3849
3850         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3851         (gst_avi_demux_loop):
3852           Make _push_event() return TRUE if the event could be pushed on at
3853           least one pad and not only if it could be pushed on all pads,
3854           otherwise we'll end up posting an error message on EOS if one or
3855           more source pads are not connected.
3856
3857 2007-05-28  Wim Taymans  <wim@fluendo.com>
3858
3859         * gst/rtsp/rtsptransport.c:
3860         Use renamed RTP bin.
3861
3862 2007-05-28  Wim Taymans  <wim@fluendo.com>
3863
3864         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3865
3866         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3867         (gst_video_box_set_property), (gst_video_box_transform_caps),
3868         (video_box_recalc_transform), (gst_video_box_set_caps),
3869         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3870         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3871         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3872         (gst_video_box_i420_i420), (gst_video_box_transform),
3873         (plugin_init):
3874         Add AYUV->AYUV and AYUV->I420 formats. 
3875         Fix negotiation and I420->AYUV conversion.
3876         Fixes #429329.
3877
3878 2007-05-26  Wim Taymans  <wim@fluendo.com>
3879
3880         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3881         Use different variables for nested for loops so that the outer loop
3882         functions properly and speex files with multiple frames per buffer work
3883         properly.
3884         Fixes #441408.
3885
3886 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3889           Don't leak newsegment events.
3890
3891 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3892
3893         * gst/wavparse/Makefile.am:
3894           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3895           drags it in.
3896
3897 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3898
3899         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3900         (notgst_value_array_append_buffer),
3901         (gst_flac_enc_process_stream_headers),
3902         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3903         (gst_flac_enc_change_state):
3904         * ext/flac/gstflacenc.h:
3905           Collect headers, add "streamheader" field to output caps and set
3906           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3907           produces output according to the official FLAC-to-Ogg mapping
3908           instead of completely broken files. Fixes #426044.
3909
3910 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3911
3912         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3913         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3914         (gst_id3demux_sink_event):
3915         * gst/id3demux/gstid3demux.h:
3916         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3917         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3918         (gst_tag_demux_send_new_segment):
3919         Handle and adjust new-segment events so that downstream really
3920         sees a stream with the tag pieces stripped off the front and back.
3921         Fixes strangeness in seeking when mp3 decoders use the new-segment
3922         byte position to estimate their current playback position timestamp
3923         and then the arriving buffers don't match up.
3924
3925 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3926
3927         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3928           Don't unnecessarily perform a READY->NULL->READY transition on the
3929           detected audio sink when starting up. Fixes: #440127
3930
3931 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3932
3933         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3934         (gst_flac_enc_chain):
3935           Don't crash in chain function if setcaps hasn't been called.
3936
3937 2007-05-24  Wim Taymans  <wim@fluendo.com>
3938
3939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3940         Init value to avoid infinte loops.
3941
3942 2007-05-24  Wim Taymans  <wim@fluendo.com>
3943
3944         Patch by: Peter Kjellerstedt  <pkj at axis com>
3945
3946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3947         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3948         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3949         (gst_rtspsrc_play):
3950         (rtsp_connection_send), (rtsp_connection_receive):
3951         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3952         Fix for new API.
3953
3954         * gst/rtsp/rtspconnection.c: (add_auth_header),
3955         Only add authorisation and session headers when sending messages.
3956
3957         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3958         (rtsp_message_init_request), (rtsp_message_init_response),
3959         (rtsp_message_unset), (rtsp_message_add_header),
3960         (rtsp_message_remove_header), (rtsp_message_get_header),
3961         (rtsp_message_append_headers), (dump_key_value),
3962         (rtsp_message_dump):
3963         * gst/rtsp/rtspmessage.h:
3964         Add support for multiple headers of the same type by storing the parsed
3965         headers in a GArray instaed of a hashtable.
3966
3967 2007-05-21  Wim Taymans  <wim@fluendo.com>
3968
3969         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3970         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3971         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3972         safer shutdown.
3973
3974 2007-05-21  Wim Taymans  <wim@fluendo.com>
3975
3976         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3977         * gst/rtsp/gstrtpdec.h:
3978         Added signal for backwards compat.
3979
3980 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3981         
3982         Patch by: René Stadler <mail at renestadler dot de>
3983
3984         * configure.ac:
3985         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
3986         (gst_au_parse_parse_header), (gst_au_parse_chain):
3987         * gst/auparse/gstauparse.h:
3988         Use audioconvert for converting from non-native endianness floats
3989         in auparse instead of doing it ourself. Fixes #424527.
3990         This needs the audioconvert from plugins-base CVS.
3991         
3992 2007-05-21  Wim Taymans  <wim@fluendo.com>
3993
3994         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
3995         (gst_rtp_h263p_pay_flush):
3996         Fix enum registration.
3997
3998 2007-05-21  Wim Taymans  <wim@fluendo.com>
3999
4000         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4001
4002         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4003         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4004         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4005         (gst_rtp_h263p_pay_flush):
4006         * gst/rtp/gstrtph263ppay.h:
4007         Add new fragmentation mode base on GOB headers. Fixes #438940.
4008
4009 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4010
4011         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4012           Printf format fix.
4013
4014 2007-05-18  Wim Taymans  <wim@fluendo.com>
4015
4016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4017         Don't crash when an unsupported transport error was returned by the
4018         server, just try to configure the next stream. Fixes #439255.
4019
4020 2007-05-18  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4023         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4024         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4025         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4026         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4027         * gst/rtsp/gstrtspsrc.h:
4028         Add TCP timeout property and use it for all TCP connection.
4029
4030         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4031         (rtsp_connection_write), (rtsp_connection_next_timeout),
4032         (rtsp_connection_reset_timeout):
4033         Make connect and writes cancelable and make them use the timeout.
4034
4035 2007-05-18  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4038         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4039         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4040         (gst_rtspsrc_setup_streams):
4041         Refactor timeout handling.
4042         Also send keep-alive when dealing with TCP transport.
4043
4044         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4045         (rtsp_connection_free), (rtsp_connection_next_timeout),
4046         (rtsp_connection_reset_timeout):
4047         * gst/rtsp/rtspconnection.h:
4048         Use a timer to handle the session timeouts, add some methods to deal
4049         with timeouts.
4050
4051 2007-05-17  Wim Taymans  <wim@fluendo.com>
4052
4053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4054         (gst_rtspsrc_setup_streams):
4055         Ignore streams that fail the setup command, we will retry with a
4056         different transport later on.
4057
4058         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4059         (rtsp_ext_wms_configure_stream):
4060         Fix encoding name case.
4061
4062 2007-05-16  Edward Hervey  <edward@fluendo.com>
4063
4064         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4065         Fix build on macosx.
4066
4067 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4068
4069         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4070         Replace direct comparison of a string with the string literal "" with
4071         a comparison of the first character with '\0'. Fixes #438926.
4072
4073 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4074
4075         * gst/debug/breakmydata.c (gst_break_my_data_init):
4076           One more try. This should be the proper fix now.
4077
4078 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4079
4080         * gst/debug/breakmydata.c:
4081           Ooops, no // comments please.
4082
4083 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4084
4085         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4086         (gst_break_my_data_init):
4087           Fix gst_buffer_is_writable() assertion.
4088
4089 2007-05-14  David Schleef  <ds@schleef.org>
4090
4091         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4092           video/x-raw-bayer.  Fixes #314160.
4093
4094 2007-05-14  Wim Taymans  <wim@fluendo.com>
4095
4096         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4097         (gst_rtp_theora_depay_parse_configuration):
4098         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4099         (gst_rtp_theora_pay_finish_headers),
4100         (gst_rtp_theora_pay_handle_buffer):
4101         Update theora pay/depayloader in a similar to vorbis.
4102
4103         * gst/rtp/gstrtpvorbisdepay.c:
4104         (gst_rtp_vorbis_depay_parse_configuration):
4105         Update docs.
4106
4107 2007-05-14  Wim Taymans  <wim@fluendo.com>
4108
4109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4110         When we try to execute a method that is not supported by the server,
4111         don't error out but remove the method from the accepted methods so that
4112         we never try to perform this method again.
4113
4114 2007-05-14  Wim Taymans  <wim@fluendo.com>
4115
4116         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4117         Remove annoying _dump_mem.
4118
4119 2007-05-14  Wim Taymans  <wim@fluendo.com>
4120
4121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4122         Parse range correctly.
4123
4124         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4125         The baseurl now always has a '/' at the start.
4126
4127 2007-05-14  Wim Taymans  <wim@fluendo.com>
4128
4129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4130         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4131         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4132         Factor out caps configuration and configure more stuff such as the time
4133         ranges and speed/scale values.
4134
4135         * gst/rtsp/rtsptransport.c:
4136         Add Copyright after non-trival fixes.
4137
4138 2007-05-12  Wim Taymans  <wim@fluendo.com>
4139
4140         Patch by: Peter Kjellerstedt  <pkj at axis com>
4141
4142         * gst/rtsp/gstrtspsrc.h:
4143         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4144         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4145         (rtsp_message_get_header):
4146         * gst/rtsp/rtspmessage.h:
4147         Make channel guint8 where possible.
4148         Make rtsp_message_init_data() take the channel as a guint8.
4149
4150         * gst/rtsp/rtspdefs.c:
4151         Fixed a typo: Timout -> Timeout
4152
4153         * gst/rtsp/rtspdefs.h:
4154         Make RTSP_CHECK() behave as a statement.
4155
4156         * gst/rtsp/sdpmessage.c:
4157         Avoid a compiler warning in INIT_ARRAY().
4158         Fixes #437692.
4159
4160 2007-05-12  Wim Taymans  <wim@fluendo.com>
4161
4162         Patch by: Peter Kjellerstedt  <pkj at axis com>
4163
4164         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4165         (rtsp_url_get_request_uri):
4166         * gst/rtsp/rtspurl.h:
4167         Add support for query parameters to RTSP URLs.
4168
4169 2007-05-12  Wim Taymans  <wim@fluendo.com>
4170
4171         Patch by: Peter Kjellerstedt  <pkj at axis com>
4172
4173         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4174         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4175         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4176         (rtsp_transport_parse), (rtsp_transport_as_text):
4177         * gst/rtsp/rtsptransport.h:
4178         Add validation to rtsp_transport_parse().
4179         Add rtsp_transport_as_text() to generate an RTSP header from an
4180         RTSPTransport.
4181         Change ssrc to guint (was a string) since that is what it is, even
4182         though it is sent as a hex string.
4183         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4184         incorrect, which can be seen when looking at the examples in the RFC).
4185         Fixes #437670.
4186
4187 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4188
4189         Patch by: Eric Anholt
4190
4191         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4192           gst_ximage_src_ximage_get):
4193         Use union of all damage between frames to make it faster.
4194         Fixes bug #342463.
4195         Also fix crasher when cursor is at bottom right of window.
4196
4197 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4198
4199         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4200           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4201           streaming mode regression for file from #343837 with 'bext' chunk
4202           before the 'fmt' chunk.
4203
4204 2007-05-11  Wim Taymans  <wim@fluendo.com>
4205
4206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4207         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4208         (gst_rtspsrc_handle_src_event),
4209         (gst_rtspsrc_stream_configure_manager),
4210         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4211         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4212         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4213         * gst/rtsp/gstrtspsrc.h:
4214         * gst/rtsp/rtspdefs.h:
4215         Preliminary seek support.
4216         Activate internal pads so that we can receive events on them.
4217         Don't try to parse a range string when it's NULL.
4218
4219 2007-05-11  Wim Taymans  <wim@fluendo.com>
4220
4221         * gst/rtp/README:
4222         Update README with new RTP variables that will be used for
4223         synchronisation.
4224
4225         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4226         (gst_rtp_vorbis_depay_parse_configuration),
4227         (gst_rtp_vorbis_depay_process):
4228         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4229         (gst_rtp_vorbis_pay_finish_headers),
4230         (gst_rtp_vorbis_pay_handle_buffer):
4231         Update vorbis pay and depayloader to draft-04.
4232
4233 2007-05-11  Wim Taymans  <wim@fluendo.com>
4234
4235         * gst/rtsp/rtsptransport.c:
4236         UDP MCAST is actually the default for RTP/AVP.
4237 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4238
4239         * gst/level/gstlevel.c: (gst_level_transform_ip):
4240         Use guint8 * instead of gpointer then vs6 can build 
4241         in_data += (filter->width / 8).
4242
4243 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4244
4245         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4246           gst_ximage_src_ximage_get):
4247         * sys/ximage/gstximagesrc.h (last_ximage):
4248         When using Damage actually keep the last frame, and not assume
4249         that the buffer we get already has the last frame on it.
4250         Copy the cursor over if we specify a non-zero start x and
4251         start y.
4252
4253 2007-05-11  Wim Taymans  <wim@fluendo.com>
4254
4255         * gst/rtsp/rtsptransport.c:
4256         Make UDP the default transport when not specified.
4257
4258 2007-05-09  David Schleef  <ds@schleef.org>
4259
4260         * gst/level/gstlevel.c:
4261           Revert last change.
4262
4263 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4264
4265         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4266         (gst_level_transform_ip):
4267         Use guint8 * instead of gpointer then vs6 know the size of data
4268         pointed when moving the pointer.
4269         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4270         Move instructions after variables declaration.
4271         * win32/vs6/autogen.dsp:
4272         * win32/vs6/libgstrtp.dsp:
4273         * win32/vs6/libgstrtsp.dsp:
4274         Update vs6 project files.
4275
4276 2007-05-09  Wim Taymans  <wim@fluendo.com>
4277
4278         * gst/rtsp/Makefile.am:
4279         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4280         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4281         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4282         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4283         (rtsp_range_free):
4284         * gst/rtsp/rtsprange.h:
4285         Add code to parse time ranges.
4286         Report DURATION on the stream when possible.
4287
4288 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4289
4290         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4291         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4292         (gst_videomixer_collected):
4293           Fix strides calculation for AYUV (it's just width*4) (#436910).
4294
4295 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4296
4297         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4298         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4299         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4300         Sync the GObject properties before each processing step to properly
4301         work with the controller.
4302
4303 2007-05-04  Wim Taymans  <wim@fluendo.com>
4304
4305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4306         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4307         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4308         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4309         (gst_rtspsrc_change_state):
4310         Let more error state trickle down so that we can catch more error
4311         cases.
4312         Handle keep-alive a little smarter by selecting a method the server
4313         actually supports.
4314         Fix a race in UDP streaming shutdown.
4315
4316 2007-05-04  Wim Taymans  <wim@fluendo.com>
4317
4318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4319         Ignore errors when trying to use the keep-alive messages.
4320
4321 2007-05-04  Wim Taymans  <wim@fluendo.com>
4322
4323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4324         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4325         (gst_rtspsrc_stream_configure_manager),
4326         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4327         (gst_rtspsrc_stream_configure_mcast),
4328         (gst_rtspsrc_stream_configure_udp),
4329         (gst_rtspsrc_stream_configure_udp_sink),
4330         (gst_rtspsrc_stream_configure_transport):
4331         Send RTCP messages back to the server over the TCP connection.
4332
4333         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4334         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4335         (rtsp_connection_receive):
4336         * gst/rtsp/rtspconnection.h:
4337         Factor out and expose lowlevel _write and _read methods.
4338         Implement sending data messages to the server.
4339
4340 2007-05-03  Wim Taymans  <wim@fluendo.com>
4341
4342         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4343         (gst_multipart_mux_collected):
4344         Fix timestamps on outgoing buffers.
4345
4346 2007-05-03  Wim Taymans  <wim@fluendo.com>
4347
4348         * gst/multipart/multipartmux.c:
4349         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4350         (gst_multipart_mux_change_state):
4351         Emit NEWSEGMENT events before pushing the first buffer.
4352
4353 2007-05-03  Wim Taymans  <wim@fluendo.com>
4354
4355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4356         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4357         (gst_rtspsrc_handle_src_query),
4358         (gst_rtspsrc_stream_configure_manager),
4359         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4360         (gst_rtspsrc_stream_configure_mcast),
4361         (gst_rtspsrc_stream_configure_udp),
4362         (gst_rtspsrc_stream_configure_udp_sink),
4363         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4364         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4365         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4366         (gst_rtspsrc_pause):
4367         Refactor transport configuration code.
4368         Create internal pads for TCP transport so that we can implement events
4369         and queries.
4370         Handle events and queries.
4371         Parse range from the SDP.
4372         Fix race in pause handler where the connection could still be flushing.
4373
4374 2007-05-02  Wim Taymans  <wim@fluendo.com>
4375
4376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4377         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4378         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4379         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4380         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4381         (gst_rtspsrc_change_state):
4382         * gst/rtsp/gstrtspsrc.h:
4383         Fix race when multiple udp sources post timeouts, just act on the first
4384         received timeout.
4385         Protect stream list with a recursive lock to fix some races.
4386         Flush connection when we need to do a reconnect or stop.
4387         Make state lock recursive.
4388
4389         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4390         (rtsp_connection_close):
4391         Some small cleanups.
4392
4393 2007-05-02  Wim Taymans  <wim@fluendo.com>
4394
4395         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4396         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4397         Only set DISCONT when there actually is a discont or when we just
4398         started.
4399
4400 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4401
4402         * ext/flac/gstflac.c: (plugin_init):
4403         Call bindtextdomain() to get localized strings.
4404
4405 2007-05-02  Wim Taymans  <wim@fluendo.com>
4406
4407         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4408         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4409         (gst_wavparse_stream_data):
4410         * gst/wavparse/gstwavparse.h:
4411         Be a bit more clever when dealing with VBR files with FACT tags, we
4412         don't want to timestamp buffers in that case but the estimated BPS can
4413         be used for seeking.
4414         Only send close segment in the streaming thread.
4415
4416 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4417
4418         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4419         Correctly post an error on the bus if something went wrong in the loop
4420         function. This fixes a few cases where the task was paused and nothing
4421         happened anymore.
4422
4423 2007-05-02  Wim Taymans  <wim@fluendo.com>
4424
4425         * gst/rtsp/test.c: (main):
4426         Fix compilation of deprecated test just because I'm too lazy to delete
4427         it.
4428
4429 2007-05-02  Wim Taymans  <wim@fluendo.com>
4430
4431         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4432         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4433         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4434         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4435         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4436         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4437         * gst/rtsp/gstrtspsrc.h:
4438         Fix sending RTCP to the right place.
4439         Fix bug in reffing the wrong UDP element.
4440         Use new pad names for the session manager.
4441         Implement handling server requests in interleaved and UDP modes.
4442         Handle session keep-alive in UDP modes.
4443         Remove GCond for handling UDP timeouts.
4444
4445         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4446         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4447         (rtsp_connection_receive), (rtsp_connection_close):
4448         * gst/rtsp/rtspconnection.h:
4449         Store connection IP address for later.
4450         Add timeout args to all operations that might block forever.
4451         Parse session timeout.
4452         Only close sockets when not already closed.
4453
4454         * gst/rtsp/rtspdefs.c:
4455         * gst/rtsp/rtspdefs.h:
4456         Add timeout return value and error string.
4457
4458         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4459         Add small comment.
4460
4461 2007-05-01  Wim Taymans  <wim@fluendo.com>
4462
4463         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4464
4465         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4466         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4467         * gst/rtp/gstrtpmp4vpay.h:
4468         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4469
4470 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4473           Remove v4l2src from docs, since it breaks the docs build, and the
4474           plugin is only built if --enable-experimental is used anyway.
4475
4476         * docs/plugins/Makefile.am:
4477           Spaces => tab.
4478
4479 2007-04-29  Wim Taymans  <wim@fluendo.com>
4480
4481         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4482         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4483         Add code to drop membership of a multicast group.
4484
4485         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4486         (gst_udpsink_set_uri):
4487         Implement URI handler.
4488
4489         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4490         (gst_rtspsrc_parse_rtpinfo):
4491         Use URI handler to make udpsink instace.
4492         Improve code to configure port and destination.
4493
4494 2007-04-29  Wim Taymans  <wim@fluendo.com>
4495
4496         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4497         Fix multicast detection.
4498         Don't try to join a multicast group if the address is not multicast.
4499
4500         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4501         Small debug improvement.
4502
4503 2007-04-27  Wim Taymans  <wim@fluendo.com>
4504
4505         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4506         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4507         (gst_rtspsrc_handle_message):
4508         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4509         parent.
4510
4511 2007-04-27  Wim Taymans  <wim@fluendo.com>
4512
4513         * gst/rtp/gstrtpilbcdepay.h:
4514         Fix mode property when specified as an arg.
4515
4516 2007-04-26  Edward Hervey  <edward@fluendo.com>
4517
4518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4520         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4521         * docs/plugins/inspect/plugin-osxaudio.xml:
4522         Add documentation for osxaudio plugin.
4523
4524 2007-04-26  Wim Taymans  <wim@fluendo.com>
4525
4526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4527         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4528         (gst_rtspsrc_open), (gst_rtspsrc_close),
4529         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4530         (gst_rtspsrc_pause):
4531         * gst/rtsp/gstrtspsrc.h:
4532         Protect state changes with a lock.
4533
4534         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4535         (parse_line):
4536         * gst/rtsp/rtspconnection.h:
4537         Remove some unused stuff.
4538
4539 2007-04-26  Wim Taymans  <wim@fluendo.com>
4540
4541         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4542         Handle the case where there are exactly 0 bytes to read and the ioctl
4543         did not report an error. Fixes #433530.
4544
4545 2007-04-26  Wim Taymans  <wim@fluendo.com>
4546
4547         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4548         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4549         * gst/wavparse/gstwavparse.h:
4550         Apply DISCONT to buffers.
4551         Only apply timestamp to the first sample after a DISCONT, too many VBR
4552         files cause random jitter in the timestamps. Fixes #433119.
4553
4554 2007-04-25  Wim Taymans  <wim@fluendo.com>
4555
4556         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4557         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4558         (gst_rtp_dec_get_property):
4559         * gst/rtsp/gstrtpdec.h:
4560         Add dummy latency property to be backwards compat with rtpbin.
4561
4562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4563         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4564         (gst_rtspsrc_stream_configure_transport),
4565         (gst_rtspsrc_parse_rtpinfo):
4566         * gst/rtsp/gstrtspsrc.h:
4567         Add latency property and configure in the session manager.
4568         Don't set invalid clock-base and seqnum-base on caps, some servers
4569         sometimes don't send them.
4570
4571 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4572
4573         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4574         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4575           Double-check that RGB input caps are really RGBA caps (apparently
4576           the core doesn't always catch it if those caps aren't a subset of
4577           our template caps, also see #421543). Fixes #429319 in a way.
4578           Also, don't leak the pad template in the transform_caps function.
4579
4580         * tests/check/Makefile.am:
4581         * tests/check/elements/.cvsignore:
4582         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4583         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4584         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4585         (GST_START_TEST), (alphacolor_suite):
4586           Add some basic unit tests for alphacolor.
4587
4588 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4589
4590         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4591           If we get a fatal flow return in the loop function, first post the
4592           error message and only then send the EOS event downstream, otherwise
4593           applications might get an eos message before the error message and
4594           think everything was ok (related to #429319).
4595
4596 2007-04-25  Wim Taymans  <wim@fluendo.com>
4597
4598         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4599         Read the channel byte as an unsigned byte.
4600
4601 2007-04-25  Wim Taymans  <wim@fluendo.com>
4602
4603         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4604         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4605         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4606         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4607         (gst_rtp_gsm_depay_setcaps):
4608         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4609         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4610         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4611         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4612         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4613         (gst_ilbc_depay_get_property):
4614         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4615         * gst/rtp/gstrtpmp4adepay.c:
4616         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4617         (gst_rtp_pcma_depay_setcaps):
4618         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4619         (gst_rtp_pcmu_depay_setcaps):
4620         Make sure we configure the clock_rate in the baseclass in the setcaps
4621         function. Fixes #431282.
4622
4623 2007-04-25  Wim Taymans  <wim@fluendo.com>
4624
4625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4626         (gst_rtspsrc_stream_free), (request_pt_map),
4627         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4628         * gst/rtsp/gstrtspsrc.h:
4629         Parse server address from SDP.
4630         Hook up a udpsink to send RTCP back to the server.
4631
4632         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4633         * gst/rtsp/rtsptransport.h:
4634         Add some docs.
4635
4636 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4637
4638         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4639           Make header field check conditional. Fixes #433135
4640
4641 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4642
4643         * docs/plugins/Makefile.am:
4644         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4645         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4646         * docs/plugins/inspect/plugin-alphacolor.xml:
4647         * gst/alpha/Makefile.am:
4648         * gst/alpha/gstalphacolor.c:
4649         * gst/alpha/gstalphacolor.h:
4650           Add minimal docs blurb to alphacolor; split out headers into
4651           separate header file for gtk-doc.
4652
4653 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4654
4655         * gst/debug/progressreport.c: (gst_progress_report_report):
4656           Don't try to post NULL message (in case we can't query upstream
4657           position or duration).
4658
4659 2007-04-18  Michael Smith  <msmith@fluendo.com>
4660
4661         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4662         (gst_cutter_get_caps):
4663         * gst/cutter/gstcutter.h:
4664           Fix some of the most obvious bugs in cutter. Now doesn't leak
4665           everything if input is silent.
4666
4667 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4668
4669         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4670         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4671         * gst/wavenc/gstwavenc.h:
4672         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4673         else results in a invalid block align and invalid files.
4674
4675 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4676
4677         Patch by: Snaik <snaik32 gmail com>
4678
4679         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4680           Add missing break statement for BOX_HORIZONTAL case.
4681
4682 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4683
4684         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4685
4686         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4687         Use correct format strings for integer types.
4688
4689 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4690
4691         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4692         (gst_wavparse_create_sourcepad):
4693         Use gst_riff_create_audio_template_caps () instead of the local caps.
4694         This makes updates of the local caps unecessary whenever libgstriff
4695         gets support for new formats.
4696
4697 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4698
4699         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4700
4701         * sys/sunaudio/gstsunaudio.c:
4702         * sys/sunaudio/gstsunaudiomixer.c:
4703         * sys/sunaudio/gstsunaudiomixer.h:
4704         * sys/sunaudio/gstsunaudiomixerctrl.c:
4705         * sys/sunaudio/gstsunaudiomixerctrl.h:
4706         * sys/sunaudio/gstsunaudiomixertrack.h:
4707         * sys/sunaudio/gstsunaudiosink.c:
4708         * sys/sunaudio/gstsunaudiosink.h:
4709         * sys/sunaudio/gstsunaudiosrc.c:
4710         * sys/sunaudio/gstsunaudiosrc.h:
4711           Fix and/or update copyright attributions (#430228).
4712
4713 2007-04-13  Wim Taymans  <wim@fluendo.com>
4714
4715         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4716         Fix docs.
4717
4718         * gst/rtsp/URLS:
4719         Add some more example urls.
4720
4721         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4722         (gst_rtp_dec_chain_rtp):
4723         Better debugging.
4724
4725         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4726         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4727         (gst_rtspsrc_parse_rtpinfo):
4728         Remove unused code.
4729
4730 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4731
4732         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4733         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4734         (gst_wavparse_stream_data):
4735           Relax the audio/mpeg caps again and add FIXME: comment.
4736
4737 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4738
4739         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4740         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4741         (gst_wavparse_stream_data):
4742         * gst/wavparse/gstwavparse.h:
4743           More sanity check for the header fields. Fix type for 'rate' header
4744           field.
4745
4746 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4747
4748         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4749         (gst_icydemux_unicodify):
4750           If the metadata strings we get in the stream are not UTF-8, try to
4751           interpret them according to the character encodings specified in the
4752           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4753           only fall back to locale/ISO-8859-1 if those aren't set or don't
4754           work. Should fix #428901.
4755
4756 2007-04-12  Wim Taymans  <wim@fluendo.com>
4757
4758         * gst/rtp/gstrtph264depay.c:
4759         Use the proper sync word for SPS and PPS.
4760
4761 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4762
4763         * gst/rtp/Makefile.am:
4764         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4765           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4766         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4767           Add a simple hashing implementation that we can use to generate
4768           a 24-bit ident value based on the codebooks for vorbis and theora.
4769         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4770           gst_rtp_theora_pay_handle_buffer):
4771         * gst/rtp/gstrtpvorbisdepay.c
4772           (gst_rtp_vorbis_depay_parse_configuration,
4773           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4774         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4775           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4776           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4777           Use the hashing function, ensuring that the same codebooks result
4778           in the same ident and thus the same SDP description.
4779           Various log fixes/changes.
4780
4781 2007-04-12  Wim Taymans  <wim@fluendo.com>
4782
4783         Patch by: jerry tan <jerry dot tan at sun dot com>
4784
4785         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4786         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4787         application's responsibility to make sure it open the device once.
4788         Remove a careless error if AUDIODEV is set. Fixes #392620.
4789
4790 2007-04-12  Wim Taymans  <wim@fluendo.com>
4791
4792         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4793         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4794         * gst/rtsp/gstrtpdec.h:
4795         Make backward compat with rtpbin by adding the request-pt-map signals.
4796
4797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4798         (new_session_pad), (request_pt_map),
4799         (gst_rtspsrc_stream_configure_transport),
4800         (gst_rtspsrc_stream_configure_caps),
4801         (gst_rtspsrc_activate_streams):
4802         * gst/rtsp/gstrtspsrc.h:
4803         Implement request-pt-map signals instead of setting caps on the buffers
4804         for the session manager.
4805
4806 2007-04-11  Wim Taymans  <wim@fluendo.com>
4807
4808         * gst/udp/gstudp.c: (plugin_init):
4809         Register GstNetBuffer in plugin_init so that the type can be used from
4810         multiple threads without races.
4811
4812 2007-04-10  Wim Taymans  <wim@fluendo.com>
4813
4814         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4815         (gst_rtp_amr_depay_process):
4816         Fix depayloader clock_rate and some cleanups.
4817
4818         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4819         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4820         * gst/rtp/gstrtph264depay.h:
4821         Don't push codec_data in the adapter because it might get flushed when
4822         we get a discont.
4823
4824         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4825         Handle multiple AU per packet.
4826
4827         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4828         (gst_rtp_sv3v_depay_plugin_init):
4829         Disable rank, this one does not work.
4830         Remove timestamping, base class does that.
4831
4832 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4833
4834         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4835           limit caps to the formats we announce in the template
4836
4837         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4838         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4839         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4840           fix some crashers/asserts when dealing with broken files
4841
4842 2007-04-10  Wim Taymans  <wim@fluendo.com>
4843
4844         Patch by: Peter Kjellerstedt  <pkj at axis com>
4845
4846         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4847         * gst/rtp/gstrtpL16depay.c:
4848         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4849         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4850         (gst_rtp_speex_depay_setcaps):
4851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4852         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4853         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4854         Fix some compiler warnings. Fixes #428182.
4855
4856 2007-04-06  Wim Taymans  <wim@fluendo.com>
4857
4858         * gst/rtsp/Makefile.am:
4859         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4860         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4861         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4862         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4863         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4864         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4865         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4866         (create_rtcp), (gst_rtp_dec_request_new_pad),
4867         (gst_rtp_dec_release_pad):
4868         * gst/rtsp/gstrtpdec.h:
4869         * gst/rtsp/gstrtsp.c: (plugin_init):
4870         Morph RTPDec into something compatible with RTPBin as a fallback.
4871         Various other style fixes.
4872
4873         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4874         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4875         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4876         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4877         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4878         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4879         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4880         * gst/rtsp/gstrtspsrc.h:
4881         Implement RTPBin session manager handling.
4882         Don't try to add empty properties to caps.
4883         Implement fallback session manager, handling.
4884         Don't combine errors from RTCP streams, just ignore them.
4885
4886         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4887         * gst/rtsp/rtsptransport.h:
4888         Implement fallback session manager.
4889         Make RTPBin the default one when available.
4890
4891 2007-04-05  Wim Taymans  <wim@fluendo.com>
4892
4893         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4894         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4895         This element is ready to be autoplugged.
4896
4897 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4898
4899         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4900         Don't leave the offsets defined by upstream element on the
4901         compressed data buffer we are pushing downstream. Make them
4902         GST_BUFFER_OFFSET_NONE.
4903
4904 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4905
4906         * gst/avi/README:
4907         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4908         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4909         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4910         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4911         (gst_avi_demux_calculate_durations_from_index),
4912         (gst_avi_demux_stream_header_push),
4913         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4914         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4915           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4916
4917 2007-04-03  Wim Taymans  <wim@fluendo.com>
4918
4919         * gst/smpte/barboxwipes.c:
4920         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4921
4922 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4923
4924         * gst/wavparse/gstwavparse.c:
4925         Support audio/x-raw-float in wav files. This only works with
4926         plugins-base CVS, using an older version doesn't have any
4927         disadvantages though.
4928
4929 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4930
4931         * configure.ac:
4932         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4933         (gst_au_parse_parse_header), (gst_au_parse_chain):
4934         * gst/auparse/gstauparse.h:
4935         Revert last change as we don't want plugins-good to depend on
4936         plugins-base CVS now.
4937
4938 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4939
4940         * configure.ac:
4941         Require gst-plugins-base CVS for audioconvert with non-native
4942         float support and width/depth fix in libgstriff.
4943
4944         Patch by: René Stadler <mail at renestadler dot de>
4945
4946         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4947         (gst_au_parse_parse_header), (gst_au_parse_chain):
4948         * gst/auparse/gstauparse.h:
4949         Don't swap the floats ourself if they're not in native endianness.
4950         Instead let audioconvert handle this. Fixes #339838.
4951
4952 2007-03-29  Wim Taymans  <wim@fluendo.com>
4953
4954         * gst/rtp/gstasteriskh263.h:
4955         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4956         (gst_rtp_h263p_depay_change_state):
4957         * gst/rtp/gstrtph263pdepay.h:
4958         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4959         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4960         (gst_rtp_h264_depay_change_state):
4961         * gst/rtp/gstrtph264depay.h:
4962         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4963         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4964         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4965         Flush adapter on disconts.
4966
4967 2007-03-29  Wim Taymans  <wim@fluendo.com>
4968
4969         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4970         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4971         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4972         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4973         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4974         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4975         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4976         (gst_rtp_mp4v_depay_process):
4977         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4978         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
4979         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
4980         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
4981         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
4982         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4983         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
4984         Use more efficient adapter and rtpbuffer methods when possible.
4985
4986 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4987
4988         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4989         (gst_wavenc_sink_setcaps):
4990         Correctly handle width!=depth input.
4991         * gst/wavparse/gstwavparse.c:
4992         Already export in the caps that width==8 uses unsigned samples and
4993         everything else uses signed samples.
4994
4995 2007-03-29  Wim Taymans  <wim@fluendo.com>
4996
4997         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
4998
4999         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5000         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5001         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5002         (gst_dynudpsink_close):
5003         * gst/udp/gstdynudpsink.h:
5004         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5005         (gst_udpsrc_create), (gst_udpsrc_set_property),
5006         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5007         * gst/udp/gstudpsrc.h:
5008         Rework the socket allocation a bit based on the sockfd argument so that
5009         it becomes usable.
5010         Add a closefd property to instruct the udp elements to close the custom
5011         file descriptors when going to READY. Fixes #423304.
5012         API:GstUDPSrc::closefd property
5013         API:GstDynUDPSink::closefd property
5014
5015 2007-03-29  Wim Taymans  <wim@fluendo.com>
5016
5017         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5018
5019         * gst/rtp/Makefile.am:
5020         * gst/rtp/gstrtp.c: (plugin_init):
5021         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5022         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5023         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5024         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5025         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5026         (gst_rtp_h264_pay_plugin_init):
5027         * gst/rtp/gstrtph264pay.h:
5028         Added H264 payloader. Fixes #423782.
5029
5030         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5031         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5032         Small fixes.
5033
5034 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5035
5036         * gst/wavparse/gstwavparse.c:
5037         Actually support depths from 1 to 32, not only 8 to 32.
5038
5039 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5040
5041         * gst/wavparse/gstwavparse.c:
5042         Add support for wav files containing audio/x-raw-int with random
5043         depths between 1 and 32 bits.
5044
5045 2007-03-28  Wim Taymans  <wim@fluendo.com>
5046
5047         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5048
5049         * gst/rtp/Makefile.am:
5050         * gst/rtp/gstrtp.c: (plugin_init):
5051         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5052         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5053         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5054         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5055         (gst_rtp_mp4a_depay_get_property),
5056         (gst_rtp_mp4a_depay_change_state),
5057         (gst_rtp_mp4a_depay_plugin_init):
5058         * gst/rtp/gstrtpmp4adepay.h:
5059         Added MP4A-LATM depayloader. Fixes #417792.
5060
5061         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5062         (gst_rtp_mp4v_depay_process):
5063         Fixup depayloader, setting codec_data, using more efficient adaptor and
5064         rtpbuffer handling.
5065
5066         * gst/rtsp/URLS:
5067         Add url to test above.
5068
5069 2007-03-25  Wim Taymans  <wim@fluendo.com>
5070
5071         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5072         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5073         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5074         (gst_rtspsrc_media_to_caps),
5075         (gst_rtspsrc_stream_configure_transport),
5076         (gst_rtspsrc_stream_configure_caps),
5077         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5078         * gst/rtsp/gstrtspsrc.h:
5079         Handle default clock-rates for static payload types, rearrange stuff so
5080         that the rtpmap field in the sdp can override the defaults.
5081         Parse RTP-Info field to get the seqnum and timebase fields that should
5082         go in the caps.
5083         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5084         the server. 
5085
5086 2007-03-22  Wim Taymans  <wim@fluendo.com>
5087
5088         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5089
5090         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5091         Accept complex pipeline descriptions as an audio profile instead of just
5092         a single element. Fixes #420658.
5093
5094 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5095
5096         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5097           Rename registered type in preparation of GstTagDemux moving to
5098           -base at some point in the future.
5099
5100 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5101
5102         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5103           Streaming mode fixes: don't unref buffer we don't own any longer;
5104           remove bogus adapter flush. Fixes #419338.
5105
5106 2007-03-17  David Schleef  <ds@schleef.org>
5107
5108         * REQUIREMENTS: Change the format to key/value, add a bunch of
5109           information, remove a bunch of requirements that are for
5110           other GStreamer packages.
5111
5112 2007-03-17  David Schleef  <ds@schleef.org>
5113
5114         * REQUIREMENTS: Fix a few things.  This file really needs a
5115         good once-over.
5116
5117 2007-03-15  Edward Hervey  <edward@fluendo.com>
5118
5119         * sys/Makefile.am:
5120         Don't forget to distribute the sys/osxaudio/ directory.
5121
5122 2007-03-15  Edward Hervey  <edward@fluendo.com>
5123
5124         * configure.ac:
5125         * sys/Makefile.am:
5126         * sys/osxaudio/Makefile.am:
5127         * sys/osxaudio/gstosxaudio.c:
5128         * sys/osxaudio/gstosxaudiosink.c:
5129         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5130         (gst_osx_audio_sink_getcaps),
5131         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5132         * sys/osxaudio/gstosxaudiosrc.c:
5133         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5134         (gst_osx_audio_src_create_ringbuffer):
5135         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5136         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5137         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5138         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5139         * sys/osxaudio/gstosxringbuffer.h:
5140         Activate osxaudio in gst-plugins-good with proper build setup.
5141         Add inlined documentation.
5142         Fix debug statements
5143         Fix ringbuffer when pausing.
5144         Fixes #323471
5145
5146 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5147         * gst/rtp/gstrtppcmapay.c:
5148         * gst/rtp/gstrtppcmapay.h:
5149         * gst/rtp/gstrtppcmupay.c:
5150         * gst/rtp/gstrtppcmupay.h:
5151         Ported mulaw and alaw payloaders to use new base class
5152
5153 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5154
5155         * po/af.po:
5156         * po/az.po:
5157         * po/cs.po:
5158         * po/en_GB.po:
5159         * po/it.po:
5160         * po/nl.po:
5161         * po/or.po:
5162         * po/sq.po:
5163         * po/sr.po:
5164         * po/sv.po:
5165         * po/uk.po:
5166         * po/vi.po:
5167           Update translations.
5168
5169 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5170
5171         * configure.ac:
5172           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5173
5174 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5175
5176         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5177           Fix handling of -1 values for start and stop values when seeking,
5178           and SEEK_CUR+SEEK_END here as well.
5179
5180 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5181
5182         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5183           Fix handling of -1 values for start and stop values when seeking, 
5184           and SEEK_CUR+SEEK_END.
5185
5186 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5189           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5190           the image format a variable-length NUL-terminated string; in
5191           versions before that the image format is a fixed-length string of
5192           3 characters (see #348644 for a sample tag).
5193           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5194
5195 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5196
5197         * win32/MANIFEST:
5198         Add new project files to MANIFEST.
5199         * win32/vs6/libgstaudiofx.dsp:
5200         * win32/vs6/libgstrtp.dsp:
5201         * win32/vs6/libgstrtsp.dsp:
5202         Update project files.
5203         
5204 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5205
5206         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5207         (gst_avi_demux_parse_index):
5208         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5209         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5210           Printf format fixes; also add some missing quotes in translated
5211           strings. Fixes #416728 and #416727.
5212
5213 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5214
5215         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5216           Tim and I can't think of any reason the child audio sink needs to 
5217           be set back to NULL after successfully determining that it can 
5218           reach READY - it gets immediately set back to READY by the caller
5219           anyway, causing an unnecessary close/open of any audio devices
5220           involved.
5221
5222 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5223
5224         * po/LINGUAS:
5225         * po/ja.po:
5226           Add ja.po file from #377306.
5227
5228 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5229
5230         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5231         * sys/sunaudio/gstsunaudiomixertrack.c:
5232         (gst_sunaudiomixer_track_new):
5233           Actually translate sunaudio mixer track labels instead of just
5234           marking the strings as translatable (#377306); clean up weird
5235           label string mapping code that serves no apparent purpose. Also
5236           set the 'untranslated-label' property when creating mixer tracks
5237           if the GstMixerTrack base class supports this.
5238
5239         * tests/check/Makefile.am:
5240         * tests/check/elements/.cvsignore:
5241         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5242         (sunaudio_suite):
5243           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5244           actually tested on a system where sunaudiomixer is available).
5245
5246 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5247
5248         * tests/check/Makefile.am:
5249         Re-enable the states test and see if it works on the buildbots.
5250
5251 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5252
5253         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5254         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5255         (gst_dvdec_change_state):
5256         * ext/dv/gstdvdec.h:
5257         Infer pixel-aspect-ratio from the video frame format if it isn't
5258         provided by the container, as happens when playing DV from AVI
5259         or Quicktime containers.
5260
5261         Patch by: Wim Taymans <wim@fluendo.com>
5262         Fixes #380944
5263
5264 2007-03-09  Wim Taymans  <wim@fluendo.com>
5265
5266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5267         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5268         will later be handled by the jitterbuffer.
5269
5270 2007-03-09  Wim Taymans  <wim@fluendo.com>
5271
5272         * ext/taglib/gstid3v2mux.cc:
5273         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5274         Fixes #414496.
5275         
5276         Patch by: Alex Lancaster <alexl at users sourceforge net>
5277
5278 2007-03-09  Wim Taymans  <wim@fluendo.com>
5279
5280         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5281         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5282         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5283         (gst_avi_demux_chain):
5284         Fix stream position reporting after a seek. Fixes #416445.
5285
5286 2007-03-08  Wim Taymans  <wim@fluendo.com>
5287
5288         Patch by: René Stadler <mail at renestadler dot de>
5289
5290         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5291         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5292         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5293         Make avidemux accept optional header chunks in any order.
5294         Fixes #415446.
5295
5296 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5297
5298         * tests/check/Makefile.am:
5299         Disable the states check until the remaining Valgrind errors
5300         are fixed or suppressed.
5301
5302 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5303
5304         * tests/check/elements/.cvsignore:
5305           Add audiodynamic check to .cvsignore
5306
5307 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5308
5309         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5310
5311         * gst/audiofx/Makefile.am:
5312         * gst/audiofx/audiodynamic.c:
5313         (gst_audio_dynamic_characteristics_get_type),
5314         (gst_audio_dynamic_mode_get_type),
5315         (gst_audio_dynamic_set_process_function),
5316         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5317         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5318         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5319         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5320         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5321         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5322         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5323         (gst_audio_dynamic_transform_hard_knee_expander_int),
5324         (gst_audio_dynamic_transform_hard_knee_expander_float),
5325         (gst_audio_dynamic_transform_soft_knee_expander_int),
5326         (gst_audio_dynamic_transform_soft_knee_expander_float),
5327         (gst_audio_dynamic_transform_ip):
5328         * gst/audiofx/audiodynamic.h:
5329         * gst/audiofx/audiofx.c: (plugin_init):
5330         Add new audiodynamic element which can act as a compressor or
5331         expander. Supported are hard-knee and soft-knee operation modes with
5332         user-specified ratio and threshold.
5333         Attack and release parameters are not yet implemented but will follow.
5334         * docs/plugins/Makefile.am:
5335         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5336         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5337         * docs/plugins/gst-plugins-good-plugins.args:
5338         * docs/plugins/inspect/plugin-audiofx.xml:
5339         Integrate audiodynamic into the docs.
5340         * tests/check/Makefile.am:
5341         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5342         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5343         Add unit test for audiodynamic.
5344
5345 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5346
5347         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5348         Free handles that we allocated when exiting via the error paths.
5349
5350 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5351
5352         * gst/level/gstlevel.c: (gst_level_class_init),
5353         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5354         (gst_level_transform_ip):
5355         * gst/level/gstlevel.h:
5356           Resolve message timestamps against the playback segment.
5357
5358 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5359
5360         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5361         (gst_id3demux_sink_activate):
5362           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5363           caps passed to it (previously one code path assumed it took ownership
5364           while another one assumed it didn't, while in fact it sometimes did and
5365           sometimes didn't ...).
5366
5367         * configure.ac:
5368         * tests/files/Makefile.am:
5369         * tests/files/id3-407349-1.tag:
5370         * tests/files/id3-407349-2.tag:
5371           Add directory where data for unit tests can be stored.
5372
5373         * tests/Makefile.am:
5374         * tests/check/Makefile.am:
5375         * tests/check/elements/.cvsignore:
5376         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5377         (read_tags_from_file), (run_check_for_file),
5378         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5379           Add unit test for id3demux, and in particular for bug #407349. Only
5380           testing pull-mode for now; push mode doesn't work yet because the test
5381           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5382
5383 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * tests/check/Makefile.am:
5386           Add missing backslash at end of line.
5387
5388 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5389
5390         Trigger rebuild.
5391
5392 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5393
5394         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5395         * gst/id3demux/id3tags.h:
5396         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5397         (parse_obsolete_tdat_frame):
5398           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5399           the four-digit number will be interpreted as a year, whereas it is
5400           month and day in DDMM format. Instead, parse TDAT frames and fix up
5401           the date in the GST_TAG_DATE tag later if we also extracted a year.
5402           Fixes #407349.
5403
5404 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5405
5406         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5407         (gst_switch_commit_new_kid):
5408         Fix up the dispose logic so it doesn't leak, and fix setting of 
5409         the child state so that we don't set a child to our current state 
5410         just as we are changing it to something else.
5411
5412 2007-03-06  Wim Taymans  <wim@fluendo.com>
5413
5414         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5415         (gst_goom_chain):
5416         * gst/goom/gstgoom.h:
5417         Document, fix and improve goom adapter behaviour.
5418         Fixes #407006.
5419
5420 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5421
5422         * ext/esd/esdsink.c: (gst_esdsink_open):
5423         Unref static pad template after using it.
5424
5425 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5426
5427         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5428         (gst_switch_commit_new_kid):
5429         Fix up the reference counting of the child elements.
5430
5431 2007-03-05  Wim Taymans  <wim@fluendo.com>
5432
5433         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5434         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5435         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5436         Fix encoding-name case.
5437
5438 2007-03-05  Wim Taymans  <wim@fluendo.com>
5439
5440         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5441         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5442         (gst_rtp_speex_depay_process):
5443         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5444         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5445         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5446         (gst_rtp_speex_pay_change_state):
5447         * gst/rtp/gstrtpspeexpay.h:
5448         Fix speex (de)payloader. Fixes #358040.
5449
5450 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5451
5452         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5453         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5454         Install fakesink in NULL by fixing some broken logic. This obviates
5455         the need to manually set _IS_SINK.
5456         Add some comments and remove a little cruft while I'm at it.
5457
5458 2007-03-05  Wim Taymans  <wim@fluendo.com>
5459
5460         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5461         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5462
5463 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5464
5465         * po/POTFILES.in:
5466           Update.
5467
5468 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5469
5470         * tests/check/Makefile.am:
5471         Gah! Also disable gconfvideosink from the tests, otherwise
5472         it will instantiate autovideosink, and dfbvideosink and
5473         leak on the buildbots.
5474
5475 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5476
5477         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5478         (gst_cdio_cdda_src_finalize):
5479         Make sure we always destroy our libcdio handle.
5480
5481 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5482
5483         * tests/check/Makefile.am:
5484         Disable autovideosink so the buildbots don't barf over memory
5485         leaked in the directfb sink.
5486
5487 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5488
5489         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5490         Chain up in dispose
5491
5492 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5493
5494         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5495         (gst_multipart_find_pad_by_mime):
5496         Use gst_pad_new_from_static_template instead of
5497         static_pad_template_get+pad_new.
5498
5499 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5500
5501         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5502         Catch the case where no clock has been set.
5503
5504 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5505
5506         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5507         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5508         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5509         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5510         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5511         (gst_gconf_audio_src_finalize), (do_toggle_element):
5512         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5513         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5514         (do_toggle_element):
5515         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5516         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5517         (gst_gconf_video_src_finalize), (do_toggle_element):
5518         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5519         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5520         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5521         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5522         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5523         (gst_shout2send_init), (gst_shout2send_finalize):
5524         * gst/debug/testplugin.c: (gst_test_class_init),
5525         (gst_test_finalize):
5526         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5527         (gst_flxdec_dispose):
5528         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5529         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5531         (gst_rtspsrc_finalize):
5532         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5533         * gst/rtsp/rtspextwms.h:
5534         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5535         (gst_smpte_finalize):
5536         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5537         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5538         (gst_udpsink_finalize):
5539         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5540         (gst_wavparse_sink_activate):
5541         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5542         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5543         (gst_oss_src_finalize):
5544         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5545         * sys/v4l2/gstv4l2object.h:
5546         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5547         (gst_v4l2src_finalize):
5548         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5549
5550         Fix a bunch of leaks shown by the newly-added states test.
5551
5552 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5553
5554         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5555         Use gst_pad_new_from_static_template instead of 
5556         static_pad_template_get+pad_new.
5557
5558 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5559
5560         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5561
5562         * ext/libcaca/Makefile.am:
5563         * gst/debug/Makefile.am:
5564           Don't mix tabs and spaces (#414168).
5565
5566 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5567
5568         * tests/check/generic/.cvsignore:
5569           Ignore files to please buildbot.
5570
5571 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5572
5573         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5574         (gst_wavparse_stream_data):
5575           Unbreak my previous commit (swapped nominator & denominator). Tim,
5576           thanks for spotting.
5577
5578 2007-03-02  Wim Taymans  <wim@fluendo.com>
5579
5580         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5581         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5582         (gst_cdio_cdda_src_finalize):
5583         Small code cleanups.
5584         Don't use pad_alloc as the base class cannot deal with the error codes.
5585
5586 2007-03-02  Wim Taymans  <wim@fluendo.com>
5587
5588         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5589         (gst_udpsrc_create):
5590         Fix doc.
5591
5592 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5593
5594         Patch by: René Stadler <mail@renestadler.de>
5595
5596         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5597         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5598         (gst_wavparse_stream_data):
5599           Handle rounding better to not drop last sample frame. Fixes #356692
5600
5601 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5602
5603         * tests/check/Makefile.am:
5604         Disable cacasink from the states check too - it also calls exit(1)
5605         on us when it can't find a terminal to talk to.
5606
5607 2007-03-02  Wim Taymans  <wim@fluendo.com>
5608
5609         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5610
5611         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5612         (gst_udpsrc_create), (gst_udpsrc_set_property),
5613         (gst_udpsrc_get_property):
5614         * gst/udp/gstudpsrc.h:
5615         Add support to strip proprietary headers. Fixes #350296.
5616
5617 2007-03-02  Wim Taymans  <wim@fluendo.com>
5618
5619         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5620         Fix compilation.
5621
5622 2007-03-02  Wim Taymans  <wim@fluendo.com>
5623
5624         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5625
5626         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5627         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5628         (gst_rtp_mp2t_depay_set_property),
5629         (gst_rtp_mp2t_depay_get_property):
5630         * gst/rtp/gstrtpmp2tdepay.h:
5631         Add support to strip off proprietary headers. Fixes #350278.
5632
5633 2007-03-02  Wim Taymans  <wim@fluendo.com>
5634
5635         * ext/hal/hal.c:
5636         Fix compilation.
5637
5638 2007-03-02  Wim Taymans  <wim@fluendo.com>
5639
5640         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5641         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5642         (gst_sunaudiosrc_open):
5643         * sys/sunaudio/gstsunaudiosrc.h:
5644         Remove device-name from GstSunAudioSrc. Fixes #412597.
5645
5646 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5647
5648         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5649         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5650         Having NULL as UDI previously selected the default sink/src. Change
5651         this back but mention it in the debug output.
5652         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5653         (gst_hal_get_oss_element), (gst_hal_get_string),
5654         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5655         (gst_hal_get_audio_src):
5656         * ext/hal/hal.h:
5657         Refactor a bit, check all error conditions, greatly improve debugging
5658         and fix some possible memory leaks. Also implement OSS support
5659         and allow specifying an UDI that points to a real device. For this the
5660         child device which supports ALSA (preferred) or OSS is used.
5661         As a side effect this makes it impossible now to get a alsasink in
5662         halaudiosrc and a alsasrc in halaudiosink.
5663
5664 2007-03-01  Wim Taymans  <wim@fluendo.com>
5665
5666         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5667         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5668         Errors from the udp sources are not fatal unless all of them are in
5669         error.
5670
5671 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5672
5673         * tests/check/Makefile.am:
5674         Disable aasink in the states test. I suspect this is the element that
5675         is calling exit(1) when it can't proceed.
5676
5677 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5678
5679         * tests/check/Makefile.am:
5680         Draw plugins in from the build tree sys/ dir, rather than picking
5681         up the already installed versions.
5682
5683 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5684
5685         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5686         Error out correctly when getting xcontext fails.
5687
5688 2007-03-01  Wim Taymans  <wim@fluendo.com>
5689
5690         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5691         Make state change to PAUSED NO_PREROLL because that's what it will be in
5692         the future and rtspsrc relies on it.
5693
5694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5695         (gst_rtspsrc_change_state):
5696         Don't error out when we don't get an error from the state change
5697         function.
5698
5699 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5700
5701         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5702         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5703           Check if the device UDI is set before trying to query HAL
5704           about it and give a useful error message if it wasn't set.
5705         * ext/hal/hal.c: (gst_hal_get_string):
5706           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5707           gives an assertion failure in D-Bus when running with
5708           DBUS_FATAL_WARNINGS=1.
5709
5710 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5711
5712         * configure.ac:
5713           Convert to new AG_GST style.
5714
5715 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5716
5717         * tests/check/Makefile.am:
5718         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5719           add test for states
5720
5721 2007-02-28  Wim Taymans  <wim@fluendo.com>
5722
5723         * tests/check/elements/.cvsignore:
5724         Add new videofilter check to .cvsignore.
5725
5726 2007-02-28  Wim Taymans  <wim@fluendo.com>
5727
5728         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5729         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5730         (gst_avi_demux_loop), (gst_avi_demux_chain):
5731         Fix combined flow return. Fixes #412608.
5732
5733 2007-02-28  Wim Taymans  <wim@fluendo.com>
5734
5735         * gst/videofilter/Makefile.am:
5736         Dist header..
5737
5738 2007-02-28  Wim Taymans  <wim@fluendo.com>
5739
5740         * gst/videofilter/gstgamma.h:
5741         Add header too.
5742
5743 2007-02-28  Wim Taymans  <wim@fluendo.com>
5744
5745         Patch by: Mark Nauwelaerts <manauw at skynet be>
5746
5747         * gst/videofilter/Makefile.am:
5748         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5749         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5750         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5751         (oil_tablelookup_u8), (gst_gamma_set_caps),
5752         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5753         Port gamma filter to 0.10. Fixes #412704.
5754
5755         * tests/check/Makefile.am:
5756         * tests/check/elements/videofilter.c: (setup_filter),
5757         (cleanup_filter), (check_filter), (GST_START_TEST),
5758         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5759         Add unit tests for videofilters.
5760
5761 2007-02-28  Wim Taymans  <wim@fluendo.com>
5762
5763         * gst/rtsp/URLS:
5764         Add another interesting test url.
5765
5766         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5767         Don't allow getting header fields from data packets.
5768
5769 2007-02-28  Michael Smith  <msmith@fluendo.com>
5770
5771         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5772         (gst_shout2send_init), (gst_shout2send_start),
5773         (gst_shout2send_set_property), (gst_shout2send_get_property):
5774         * ext/shout2/gstshout2.h:
5775           Add a property for username.
5776
5777 2007-02-27  Christian Schallerr <christian@fluendo.com>
5778
5779         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5780
5781 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5782
5783         * gst/rtsp/Makefile.am:
5784         Fix make check too.
5785
5786 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5787
5788         * gst/rtsp/base64.c: (util_base64_encode):
5789         * gst/rtsp/base64.h:
5790         Commit missing files for base64 encoding.
5791
5792 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5793
5794         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5795
5796         * configure.ac:
5797         * ext/annodex/Makefile.am:
5798         * ext/jpeg/Makefile.am:
5799         * ext/speex/Makefile.am:
5800         * gst/alpha/Makefile.am:
5801         * gst/cutter/Makefile.am:
5802         * gst/debug/Makefile.am:
5803         * gst/effectv/Makefile.am:
5804         * gst/goom/Makefile.am:
5805         * gst/level/Makefile.am:
5806         * gst/smpte/Makefile.am:
5807         * gst/videofilter/Makefile.am:
5808           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5809
5810 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5811
5812         * gst/rtsp/Makefile.am:
5813         * gst/rtsp/rtspconnection.c: (append_auth_header),
5814         (rtsp_connection_send), (rtsp_connection_set_auth):
5815         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5816         from icecast to replace it. Relicensed from GPL courtesy of Mike
5817         Smith.
5818
5819 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5820
5821         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5822         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5823         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5824         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5825         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5826         (gst_rtspsrc_uri_set_uri):
5827         * gst/rtsp/gstrtspsrc.h:
5828         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5829         (append_auth_header), (rtsp_connection_send),
5830         (rtsp_connection_free), (rtsp_connection_set_auth):
5831         * gst/rtsp/rtspconnection.h:
5832         * gst/rtsp/rtspdefs.h:
5833         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5834         * gst/rtsp/rtspurl.h:
5835
5836         Implement simple Basic Authentication support so that urls like
5837         rtsp://user:pass@hostname/rtspstream work on hosts that require
5838         authentication.
5839
5840 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5841
5842         * sys/v4l2/gstv4l2object.c:
5843         * sys/v4l2/gstv4l2tuner.c:
5844         * sys/v4l2/v4l2_calls.c:
5845         Fix segfault when oppening a radio device.
5846         
5847 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5848
5849         * gst/level/gstlevel.c: (gst_level_set_caps),
5850         (gst_level_transform_ip):
5851         * sys/v4l2/README:
5852         * tests/check/elements/level.c: (GST_START_TEST):
5853           Fix level for multi-channel case.
5854
5855 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5856
5857         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5858         (gst_level_transform_ip):
5859         * gst/level/gstlevel.h:
5860           Use function pointer for process function and add process functions
5861           for float audio.
5862
5863 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5864
5865         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5866         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5867         (gst_v4l2src_capture_init):
5868           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5869           fixes #407369
5870
5871 2007-02-18  Wim Taymans  <wim@fluendo.com>
5872
5873         * gst/rtp/Makefile.am:
5874         * gst/rtp/gstrtp.c: (plugin_init):
5875         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5876         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5877         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5878         (gst_rtp_mp2t_pay_plugin_init):
5879         * gst/rtp/gstrtpmp2tpay.h:
5880         Added simple mpeg transport stream payloader.
5881
5882 2007-02-16  Wim Taymans  <wim@fluendo.com>
5883
5884         * gst/rtsp/URLS:
5885         Add example H264 rtsp url.
5886
5887         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5888         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5889         Don't convert values to lowercase or we might mess up base64 encoded
5890         properties.
5891
5892 2007-02-16  Wim Taymans  <wim@fluendo.com>
5893
5894         * gst/rtp/README:
5895         Fix case of string params.
5896
5897         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5898         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5899         Fix depayloader, support more packet types.
5900         Add sync codes to make sure the packetizer can do its job.
5901
5902         * gst/rtp/gstrtpmp4gdepay.c:
5903         * gst/rtp/gstrtpmp4gpay.c:
5904         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5905         Fix caps case again.
5906
5907 2007-02-15  Wim Taymans  <wim@fluendo.com>
5908
5909         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5910         Set right caps on output buffers.
5911
5912 2007-02-14  Wim Taymans  <wim@fluendo.com>
5913
5914         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5915         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5916         Clear stack allocated SDPMedia struct before calling _init() on it.
5917         Clarify this in the docs as well.
5918
5919 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5920
5921         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5922         (do_change_child):
5923         Don't reset the profile when going switching states, as it makes
5924         the element non-reusable.
5925
5926 2007-02-14  Wim Taymans  <wim@fluendo.com>
5927
5928         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5929         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5930         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5931         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5932         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5933         (sdp_parse_line):
5934         * gst/rtsp/sdpmessage.h:
5935         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5936         Fix memory management of SDP messages. Fixes #407793.
5937
5938 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5939
5940         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5941
5942         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5943         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5944
5945 2007-02-14  Wim Taymans  <wim@fluendo.com>
5946
5947         Patch by: jp.liu <jp_liu at astrocom dot cn>
5948
5949         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5950         Fix parsing of password field in url. Fixes #407797.
5951
5952 2007-02-14  Wim Taymans  <wim@fluendo.com>
5953
5954         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5955         (gst_wavparse_reset), (gst_wavparse_init),
5956         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5957         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5958         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5959         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5960         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5961         (gst_wavparse_loop), (gst_wavparse_chain),
5962         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5963         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5964         (plugin_init):
5965         * gst/wavparse/gstwavparse.h:
5966         Update docs.
5967         Use boilerplate.
5968         Various code cleanups.
5969         When the bitrate is not known (bps == 0 or compressed formats) let
5970         downstream element guestimate the duration and position and don't
5971         generate timestamps or durations. Fixes #405213.
5972         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5973         error flowreturn upstream.
5974
5975 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5976
5977         * ext/gconf/Makefile.am:
5978         * ext/gconf/gconf.c: (gst_gconf_get_string),
5979         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
5980         (gst_gconf_render_bin_with_default):
5981         * ext/gconf/gconf.h:
5982         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
5983         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
5984         (gst_gconf_audio_sink_dispose), (do_change_child),
5985         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
5986         (cb_change_child), (gst_gconf_audio_sink_change_state):
5987         * ext/gconf/gstgconfaudiosink.h:
5988         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
5989         (gst_switch_sink_class_init), (gst_switch_sink_reset),
5990         (gst_switch_sink_init), (gst_switch_sink_dispose),
5991         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
5992         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
5993         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
5994         * ext/gconf/gstswitchsink.h:
5995         * gst/autodetect/gstautoaudiosink.c:
5996         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
5997         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
5998         (gst_auto_audio_sink_detect):
5999         * gst/autodetect/gstautovideosink.c:
6000         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6001         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6002         (gst_auto_video_sink_detect):
6003         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6004         and a child that implements the GConf key monitoring. The end goal of
6005         this is an audio sink that can be changed on the fly, but at the 
6006         moment it still only changes on the next READY transition.
6007
6008 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6009
6010         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6011         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6012         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6013         (gst_avi_demux_calculate_durations_from_index),
6014         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6015         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6016         (gst_avi_demux_loop):
6017           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6018
6019 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6020
6021         * configure.ac:
6022         * docs/plugins/Makefile.am:
6023           Add crossreferences to glib/gobject/gstream docs.
6024
6025 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6026
6027         * gst/monoscope/Makefile.am:
6028         * gst/monoscope/gstmonoscope.c:
6029           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6030           (but no LIBS, since we only use defines from the headers).
6031
6032 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6033
6034         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6035
6036         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6037         (gst_wavparse_stream_data):
6038           Fix massive memory leak when operating in streaming mode due to
6039           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6040           Fixes #407057.
6041
6042 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6043
6044         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6045         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6046         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6047         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6048         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6049         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6050         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6051         (gst_avi_demux_calculate_durations_from_index),
6052         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6053         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6054         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6055         * gst/avi/gstavidemux.h:
6056           Save some memory (8%) by repacking the index entry structure (more to
6057           come). Add more FIXMEs to questionable parts.
6058
6059 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6060
6061         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6062         (gst_v4l2src_get_caps):
6063         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6064         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6065         (gst_v4l2src_capture_init):
6066           More FIXME comments and messaging changes.
6067
6068 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6069
6070         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6071         (gst_goom_change_state):
6072         * gst/goom/gstgoom.h:
6073           Improved docs and use GST_DEBUG_FUNCPTR.
6074
6075         * gst/level/gstlevel.c: (gst_level_class_init):
6076           Use GST_DEBUG_FUNCPTR.
6077
6078         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6079         (gst_monoscope_chain), (gst_monoscope_change_state):
6080           Improved docs source cleanups.
6081
6082 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6083
6084         * gst/debug/Makefile.am:
6085         * gst/debug/gstdebug.c: (plugin_init):
6086         * gst/debug/gstpushfilesrc.c:
6087         * gst/debug/gstpushfilesrc.h:
6088           Add code for a pushfilesrc element that implements a pushfile:// URI
6089           handler, to make debugging push-mode operation of demuxer/decoders
6090           that support both easier in connection with seek/playbin/etc.
6091           The element isn't registered at the moment.
6092
6093 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6094
6095         * gst/avi/gstavimux.c:
6096           Comment a #if 0 in caps template definition as VS6 seems to 
6097         do not support it.
6098         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6099           Use gst_guint64_to_gdouble for conversion.
6100         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6101           Move variables declaration before the first instruction.
6102         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6103           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6104           And don't include netdb.h for G_OS_WIN32
6105         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6106           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6107           by VS6 then use an other way to initialize SDPMedia structure.
6108         * gst/udp/gstdynudpsink.h:
6109         * gst/udp/gstdynudpnetutils.h:
6110           Do not include <sys/time.h> for G_OS_WIN32
6111         * gst/udp/gstudpsrc.c:
6112           Define socklen_t as int for G_OS_WIN32
6113         * win/common/config.h.in:
6114           Undef HAVE_NETINET_IN_H
6115         * win32/vs6/gst_plugins_good.dsw:
6116         * win32/vs6/libgstrtp.dsp:
6117         * win32/vs6/libgstrtsp.dsp:
6118         * win32/vs6/libgstautogen.dsp:
6119         * win32/vs6/libgstaudiofx.dsp:
6120         * win32/vs6/libgstudp.dsp:
6121           Add and update project files.
6122         * win32/common/gstudp-enumtypes.c:
6123         * win32/common/gstudp-enumtypes.h:
6124           Add a copy of udp enumtypes to win32/common as in core 
6125           and base.
6126         
6127 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6128
6129         * configure.ac:
6130           Activate monoscope when building with --enable-experimental. Fix
6131           --enable-external configure switch description.
6132
6133         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6134         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6135           Help gst-indent.
6136
6137 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6140           Explicitly cast result of pointer arithmetic to integer in order to
6141           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6142
6143 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * gst/debug/progressreport.c:
6146           Some more docs.
6147
6148 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6149
6150         * docs/plugins/inspect/plugin-rtp.xml:
6151           Update for new elements.
6152
6153         * gst/debug/progressreport.h:
6154           Commit newly-created header file as well.
6155
6156 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * docs/plugins/Makefile.am:
6159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6161         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6162         * gst/debug/Makefile.am:
6163         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6164         (gst_progress_report_do_query), (gst_progress_report_report):
6165           Make progressreport element post messages with the current progress
6166           on the bus. Also add some basic docs for it.
6167
6168 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6169
6170         * ext/hal/hal.c: (gst_hal_get_string):
6171         * ext/hal/hal.h:
6172           Some small cleanups; deal with errors when parsing the HAL ALSA
6173           capabilities a bit better.
6174
6175 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6178           Let's try this again and use the right cast this time.
6179
6180 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6183           Add cast to avoid compiler warnings with older GLib versions
6184           where the nick/name members in GEnumValue are not declared as
6185           constant strings.
6186
6187 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6188
6189         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6190         (gst_gconf_render_bin_from_key),
6191         (gst_gconf_get_default_audio_sink):
6192         * ext/gconf/gconf.h:
6193         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6194         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6195         (gst_gconf_audio_sink_get_property):
6196           In gconfaudiosink, get the right key as the old key in do_toggle
6197           (ie. one dependent on the profile selected). Log some more stuff so
6198           we can see what's actually going on.
6199
6200 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6201
6202         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6203         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6204         (gst_audio_amplify_set_process_function),
6205         (gst_audio_amplify_setup):
6206         * gst/audiofx/audioamplify.h:
6207         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6208         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6209         * gst/audiofx/audioinvert.h:
6210         Some small cleanups and port both elements to the new GstAudioFilter
6211         base class to save a few lines of common code.
6212         * gst/audiofx/Makefile.am:
6213         Link against libgstaudio for the above changes
6214
6215 2007-01-29  Wim Taymans  <wim@fluendo.com>
6216
6217         * tests/check/elements/.cvsignore:
6218         Some more ignores.
6219
6220 2007-01-26  Wim Taymans  <wim@fluendo.com>
6221
6222         Patch by: charles <charlesg3 at gmail dot com>
6223
6224         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6225         (set_shout_metadata), (gst_shout2send_event):
6226         * ext/shout2/gstshout2.h:
6227         Properly handle tags in shout2send. Fixes #399825.
6228
6229 2007-01-25  Wim Taymans  <wim@fluendo.com>
6230
6231         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6232         (gst_rtspsrc_activate_streams):
6233         Convert SDP fields to upper/lowercase following the rules in the SDP to
6234         caps document. 
6235
6236 2007-01-25  Wim Taymans  <wim@fluendo.com>
6237
6238         * gst/rtp/README:
6239         * gst/rtp/gstrtpilbcdepay.c:
6240         * gst/rtp/gstrtpilbcpay.c:
6241         * gst/rtp/gstrtpmp4gdepay.c:
6242         * gst/rtp/gstrtpmp4gpay.c:
6243         * gst/rtp/gstrtpspeexdepay.c:
6244         * gst/rtp/gstrtpspeexpay.c:
6245         * gst/rtp/gstrtpsv3vdepay.c:
6246         * gst/rtp/gstrtptheoradepay.c:
6247         * gst/rtp/gstrtptheorapay.c:
6248         * gst/rtp/gstrtpvorbisdepay.c:
6249         * gst/rtp/gstrtpvorbispay.c:
6250         Fix case of encoding-name and key/value pairs to match the document.
6251         This is to make interoperation with SDP case-insensitive as required by
6252         the relevant RFCs.
6253
6254 2007-01-25  Wim Taymans  <wim@fluendo.com>
6255
6256         * configure.ac:
6257         Bump required -core/-base to CVS
6258
6259 2007-01-25  Wim Taymans  <wim@fluendo.com>
6260
6261         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6262         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6263         * gst/rtp/gstrtpL16pay.h:
6264         Fill up to MTU using adapter.
6265         Timestamp rtp packets.
6266
6267 2007-01-25  Edward Hervey  <edward@fluendo.com>
6268
6269         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6270         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6271         Use G_GSIZE_FORMAT in print statements for portability.
6272         Fixes build on macosx.
6273
6274 2007-01-24  Wim Taymans  <wim@fluendo.com>
6275
6276         * gst/rtp/Makefile.am:
6277         * gst/rtp/gstrtp.c: (plugin_init):
6278         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6279         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6280         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6281         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6282         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6283         (gst_rtp_L16_depay_plugin_init):
6284         * gst/rtp/gstrtpL16depay.h:
6285         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6286         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6287         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6288         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6289         (gst_rtp_L16_pay_plugin_init):
6290         * gst/rtp/gstrtpL16pay.h:
6291         Port and enable raw audio payloader/depayloader. Needs a bit more work
6292         on the payloader side.
6293
6294 2007-01-24  Wim Taymans  <wim@fluendo.com>
6295
6296         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6297         (gst_rtspsrc_stream_configure_transport),
6298         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6299         * gst/rtsp/gstrtspsrc.h:
6300         Only unblock the udp pads when we linked and activated them all.
6301         Fixes #395688.
6302
6303 2007-01-24  Wim Taymans  <wim@fluendo.com>
6304
6305         * gst/rtp/Makefile.am:
6306         * gst/rtp/gstrtp.c: (plugin_init):
6307         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6308         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6309         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6310         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6311         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6312         * gst/rtp/gstrtpac3depay.h:
6313         Added simple AC3 depayloader (RFC 4184).
6314
6315         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6316         Fix a leak.
6317
6318 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6319
6320         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6321
6322         * gst/audiofx/Makefile.am:
6323         * gst/audiofx/audioamplify.c:
6324         (gst_audio_amplify_clipping_method_get_type),
6325         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6326         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6327         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6328         (gst_audio_amplify_set_caps),
6329         (gst_audio_amplify_transform_int_clip),
6330         (gst_audio_amplify_transform_int_wrap_negative),
6331         (gst_audio_amplify_transform_int_wrap_positive),
6332         (gst_audio_amplify_transform_float_clip),
6333         (gst_audio_amplify_transform_float_wrap_negative),
6334         (gst_audio_amplify_transform_float_wrap_positive),
6335         (gst_audio_amplify_transform_ip):
6336         * gst/audiofx/audioamplify.h:
6337         * gst/audiofx/audiofx.c: (plugin_init):
6338         Add new element "audioamplify". This allows scaling of raw audio
6339         samples, similar to the "volume" element, but provides different modes
6340         for clipping and allows unlimited amplification. It's mainly targeted
6341         for creative sound design and not as a replacement of the "volume"
6342         element. Fixes #397162
6343         * docs/plugins/Makefile.am:
6344         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6345         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6346         * docs/plugins/gst-plugins-good-plugins.args:
6347         * docs/plugins/inspect/plugin-audiofx.xml:
6348         Add docs for audioamplify and integrate them into the build system
6349         * tests/check/Makefile.am:
6350         * tests/check/elements/audioamplify.c: (setup_amplify),
6351         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6352         Add fairly extensive unit test suite for audioamplify
6353
6354 2007-01-24  Wim Taymans  <wim@fluendo.com>
6355
6356         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6357         Unblock pads after adding the pads to the element so that autopluggers
6358         get a change to link something. Possibly fixes #395688.
6359
6360 2007-01-24  Wim Taymans  <wim@fluendo.com>
6361
6362         * gst/rtp/gstrtpamrdepay.c:
6363         * gst/rtp/gstrtpgsmdepay.c:
6364         * gst/rtp/gstrtph263pdepay.c:
6365         * gst/rtp/gstrtph263ppay.c:
6366         * gst/rtp/gstrtph264depay.c:
6367         * gst/rtp/gstrtpilbcdepay.c:
6368         * gst/rtp/gstrtpmp2tdepay.c:
6369         * gst/rtp/gstrtpmp4gdepay.c:
6370         * gst/rtp/gstrtpmp4gpay.c:
6371         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6372         * gst/rtp/gstrtpmp4vpay.c:
6373         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6374         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6375         (gst_rtp_mpa_depay_process):
6376         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6377         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6378         * gst/rtp/gstrtppcmadepay.c:
6379         * gst/rtp/gstrtppcmudepay.c:
6380         * gst/rtp/gstrtpspeexdepay.c:
6381         * gst/rtp/gstrtpspeexpay.c:
6382         * gst/rtp/gstrtpsv3vdepay.c:
6383         * gst/rtp/gstrtptheoradepay.c:
6384         * gst/rtp/gstrtptheorapay.c:
6385         * gst/rtp/gstrtpvorbisdepay.c:
6386         * gst/rtp/gstrtpvorbispay.c:
6387         Fix caps with payload numbers.
6388         Add some fixed payload numbers to caps when possible.
6389
6390 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6391
6392         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6393
6394         * gst/audiofx/Makefile.am:
6395         * gst/audiofx/audiofx.c: (plugin_init):
6396         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6397         (gst_audio_invert_class_init), (gst_audio_invert_init),
6398         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6399         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6400         (gst_audio_invert_transform_float),
6401         (gst_audio_invert_transform_ip):
6402         * gst/audiofx/audioinvert.h:
6403         Add new audiofx element "audioinvert". This element swaps the upper
6404         and lower half of samples and can be used for example for a
6405         wide-stereo effect. Fixes #396057
6406         * docs/plugins/Makefile.am:
6407         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6408         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6409         * docs/plugins/gst-plugins-good-plugins.args:
6410         * docs/plugins/inspect/plugin-audiofx.xml:
6411         Add docs for the audioinvert element and add them to the build system.
6412         * tests/check/Makefile.am:
6413         * tests/check/elements/audioinvert.c: (setup_invert),
6414         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6415         Add unit test suite for the audioinvert element.
6416
6417 2007-01-23  Wim Taymans  <wim@fluendo.com>
6418
6419         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6420         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6421         Parse config params as string and int.
6422         Parse and use AU header length
6423
6424 2007-01-23  Wim Taymans  <wim@fluendo.com>
6425
6426         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6427         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6428         * gst/smpte/gstmask.c: (_gst_mask_register):
6429         * gst/smpte/gstmask.h:
6430         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6431         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6432         (gst_smpte_paint_triangle_clock):
6433         constify some static structs.
6434         Don't update the mask if nothing changed to the params.
6435         Make sure we never draw outside of the picture. Fixes #398325.
6436
6437 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6438
6439         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6440           Error out properly when pull_range fails while we're reading the
6441           headers, instead of just pausing the task silently. Fixes #399338.
6442
6443 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6444
6445         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6446           Some more sanity checks to make sure the input formats match and the
6447           input pads are actually negotiated, in case someone tries to feed
6448           buffers from fakesrc or filesrc. Fixes #398299.
6449           Also const-ify an array, just because we can.
6450
6451 2007-01-19  Edward Hervey  <edward@fluendo.com>
6452
6453         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6454         Ignore previous commit, that was only valid for widths and heights
6455         that are multiples of 4.
6456         Copy over size/stride macros from jpegdec. This allows the element
6457         to work with any width,height...
6458         ... but puts in evidence that the actual transformations only work
6459         with width/height that are multiples of 4.
6460
6461 2007-01-19  Edward Hervey  <edward@fluendo.com>
6462
6463         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6464         Allocate buffers of the right size.
6465         The proper size of a I420 buffer in bytes is:
6466         
6467             width * height * 3
6468             ------------------
6469                     2
6470
6471 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6474           Proxy getcaps on sink pads too, so that we either end up with the
6475           same dimensions on all pads or error out if that's not possible
6476           (seems to work even!). Fixes #398086, I think.
6477
6478 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6479
6480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6481         * docs/plugins/gst-plugins-good-plugins.args:
6482         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6483           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6484           fix integer properties with -1 as minimum value.
6485
6486         * docs/plugins/inspect/plugin-1394.xml:
6487         * docs/plugins/inspect/plugin-aasink.xml:
6488         * docs/plugins/inspect/plugin-alaw.xml:
6489         * docs/plugins/inspect/plugin-alpha.xml:
6490         * docs/plugins/inspect/plugin-alphacolor.xml:
6491         * docs/plugins/inspect/plugin-annodex.xml:
6492         * docs/plugins/inspect/plugin-apetag.xml:
6493         * docs/plugins/inspect/plugin-audiofx.xml:
6494         * docs/plugins/inspect/plugin-auparse.xml:
6495         * docs/plugins/inspect/plugin-autodetect.xml:
6496         * docs/plugins/inspect/plugin-avi.xml:
6497         * docs/plugins/inspect/plugin-cacasink.xml:
6498         * docs/plugins/inspect/plugin-cairo.xml:
6499         * docs/plugins/inspect/plugin-cdio.xml:
6500         * docs/plugins/inspect/plugin-cutter.xml:
6501         * docs/plugins/inspect/plugin-debug.xml:
6502         * docs/plugins/inspect/plugin-dv.xml:
6503         * docs/plugins/inspect/plugin-efence.xml:
6504         * docs/plugins/inspect/plugin-effectv.xml:
6505         * docs/plugins/inspect/plugin-esdsink.xml:
6506         * docs/plugins/inspect/plugin-flac.xml:
6507         * docs/plugins/inspect/plugin-flxdec.xml:
6508         * docs/plugins/inspect/plugin-gconfelements.xml:
6509         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6510         * docs/plugins/inspect/plugin-goom.xml:
6511         * docs/plugins/inspect/plugin-halelements.xml:
6512         * docs/plugins/inspect/plugin-icydemux.xml:
6513         * docs/plugins/inspect/plugin-id3demux.xml:
6514         * docs/plugins/inspect/plugin-jpeg.xml:
6515         * docs/plugins/inspect/plugin-level.xml:
6516         * docs/plugins/inspect/plugin-matroska.xml:
6517         * docs/plugins/inspect/plugin-mulaw.xml:
6518         * docs/plugins/inspect/plugin-multipart.xml:
6519         * docs/plugins/inspect/plugin-navigationtest.xml:
6520         * docs/plugins/inspect/plugin-ossaudio.xml:
6521         * docs/plugins/inspect/plugin-png.xml:
6522         * docs/plugins/inspect/plugin-rtp.xml:
6523         * docs/plugins/inspect/plugin-rtsp.xml:
6524         * docs/plugins/inspect/plugin-shout2send.xml:
6525         * docs/plugins/inspect/plugin-smpte.xml:
6526         * docs/plugins/inspect/plugin-speex.xml:
6527         * docs/plugins/inspect/plugin-taglib.xml:
6528         * docs/plugins/inspect/plugin-udp.xml:
6529         * docs/plugins/inspect/plugin-videobalance.xml:
6530         * docs/plugins/inspect/plugin-videobox.xml:
6531         * docs/plugins/inspect/plugin-videoflip.xml:
6532         * docs/plugins/inspect/plugin-videomixer.xml:
6533         * docs/plugins/inspect/plugin-wavenc.xml:
6534         * docs/plugins/inspect/plugin-wavparse.xml:
6535         * docs/plugins/inspect/plugin-ximagesrc.xml:
6536           Update to CVS.
6537
6538 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6539
6540         Patch by: Sebastian Dröge <slomo circular-chaos org>
6541
6542         * gst/audiofx/audiopanorama.c:
6543           Fix doc section name (Fixes #397946)
6544
6545 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6546
6547         * sys/v4l2/gstv4l2object.c:
6548         (gst_v4l2_object_install_properties_helper),
6549         (gst_v4l2_object_set_property_helper),
6550         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6551         * sys/v4l2/gstv4l2object.h:
6552         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6553         (gst_v4l2src_init), (gst_v4l2src_set_property),
6554         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6555         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6556         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6557         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6558         (gst_v4l2src_capture_deinit):
6559           Fix EIO handing when capturing. Add new property to specify the number of
6560           buffers to enque (and remove the borked num-buffers usage).
6561
6562 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6563
6564         Patch by: Sebastian Dröge <slomo circular-chaos org>
6565
6566         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6567         (gst_audio_panorama_set_process_function):
6568           Use a function array for process methods, add more docs and define the
6569           startindex of enums.
6570
6571 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         Patch by: Mark Nauwelaerts <manauw at skynet be>
6574
6575         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6576         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6577         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6578         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6579         (gst_avi_mux_riff_get_avi_header),
6580         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6581         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6582         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6583         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6584         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6585         (gst_avi_mux_change_state):
6586         * gst/avi/gstavimux.h:
6587         * tests/check/elements/avimux.c: (teardown_src_pad):
6588           Add support for more than one audio stream; write better AVIX
6589           header; refactor code a bit; don't announce vorbis caps on our audio
6590           sink pads since we don't support it anyway. Closes #379298.
6591
6592 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6593
6594         Patch by: Sebastian Dröge <slomo circular-chaos org>
6595
6596         * gst/audiofx/audiopanorama.c:
6597         (gst_audio_panorama_method_get_type),
6598         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6599         (gst_audio_panorama_set_process_function),
6600         (gst_audio_panorama_set_property),
6601         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6602         (gst_audio_panorama_transform_m2s_int_simple),
6603         (gst_audio_panorama_transform_s2s_int_simple),
6604         (gst_audio_panorama_transform_m2s_float_simple),
6605         (gst_audio_panorama_transform_s2s_float_simple):
6606         * gst/audiofx/audiopanorama.h:
6607           Add 'method' property and provide a simple (non-psychoacustic)
6608           processing method (#394859).
6609
6610         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6611         (panorama_suite):
6612           Tests for new method.
6613
6614 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6615
6616         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6617         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6618           Set correct caps on outgoing pulled buffers, or things blow up
6619           after recent core changes.
6620
6621 2007-01-11  Wim Taymans  <wim@fluendo.com>
6622
6623         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6624
6625         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6626         (gst_multipart_mux_request_new_pad),
6627         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6628         (gst_multipart_mux_change_state):
6629         Return FLOW errors ASAP. Fixes #394977.
6630         Misc cleanups.
6631
6632 2007-01-11  Wim Taymans  <wim@fluendo.com>
6633
6634         Patch by: Lutz Mueller <lutz at topfrose dot de>
6635
6636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6637         Check for stream pad before activating. 
6638
6639 2007-01-10  Wim Taymans  <wim@fluendo.com>
6640
6641         Patch by: Peter Kjellerstedt  <pkj at axis com>
6642
6643         * gst/rtsp/COPYING.MIT:
6644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6645         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6646         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6647         (gst_rtspsrc_stream_configure_transport),
6648         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6649         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6650         (gst_rtspsrc_parse_methods),
6651         (gst_rtspsrc_create_transports_string),
6652         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6653         (gst_rtspsrc_open), (gst_rtspsrc_close):
6654         * gst/rtsp/gstrtspsrc.h:
6655         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6656         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6657         (parse_request_line), (parse_line), (rtsp_connection_read),
6658         (rtsp_connection_close):
6659         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6660         (rtsp_method_as_text), (rtsp_header_as_text),
6661         (rtsp_status_as_text), (rtsp_find_header_field),
6662         (rtsp_find_method):
6663         * gst/rtsp/rtspdefs.h:
6664         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6665         (rtsp_ext_wms_configure_stream):
6666         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6667         (rtsp_message_new_request), (rtsp_message_init_request),
6668         (rtsp_message_new_response), (rtsp_message_init_response),
6669         (rtsp_message_init_data), (rtsp_message_unset),
6670         (rtsp_message_free), (rtsp_message_add_header),
6671         (rtsp_message_get_header), (rtsp_message_set_body),
6672         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6673         * gst/rtsp/rtspmessage.h:
6674         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6675         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6676         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6677         (sdp_message_dump):
6678         Allow url to be NULL to be able to use it for server connections.
6679         Can now send responses as well as requests.
6680         No longer hangs in an endless loop if EOF is received.
6681         Can now convert a status code to a text string.
6682         Return RTSP_HDR_INVALID for unknown headers.
6683         Return RTSP_INVALID for unknown methods.
6684         Copy CSeq and Session headers from the request.
6685         Only free memory corresponding to the currently set message type.
6686         Added const to function arguments as appropriate.
6687         Avoid a compiler warning when initializing nmedia.
6688         Use guint rather than gint to avoid compiler warnings.
6689         Fix crasher in wms extension.
6690         Factor out stream setup from open_connection.
6691         Delay activation of streams when actual data is received from the
6692         server, this prepares us to do proper protocol switching.
6693         Added new license.
6694         Fixes #380895.
6695
6696
6697 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         Patch by: Sebastian Dröge <slomo ubuntu com>
6700
6701         * docs/plugins/Makefile.am:
6702         * gst/audiofx/audiopanorama.c:
6703           Some small docs fixes (#394851).
6704
6705 2007-01-09  Wim Taymans  <wim@fluendo.com>
6706
6707         * gst/avi/gstavidemux.c:
6708         Fix docs.
6709
6710 2007-01-09  Wim Taymans  <wim@fluendo.com>
6711
6712         * gst/rtp/Makefile.am:
6713         * gst/rtp/gstrtp.c: (plugin_init):
6714         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6715         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6716         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6717         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6718         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6719         * gst/rtp/gstrtpmpvdepay.h:
6720           Added RFC 2250 MPEG Video Depayloader.
6721
6722         * gst/rtp/gstrtpL16depay.h:
6723         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6724         (gst_rtp_h263p_depay_process):
6725         Fix Header file. Small cleanups.
6726
6727         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6728         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6729         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6730         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6731         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6732         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6733         (gst_rtp_mp4v_depay_change_state):
6734         Remove usused code. Remove Adapter from state Change. Added debug.
6735
6736         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6737         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6738         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6739         * gst/rtp/gstrtpmpadepay.h:
6740         Subclass base depayloader.
6741         Added debug.
6742         Support static payload type assignment as well.
6743
6744         * gst/rtp/gstrtpmpapay.c:
6745         Fix caps.
6746
6747 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6748
6749         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6750
6751         * ext/jpeg/gstjpegdec.c:
6752         * ext/jpeg/gstjpegenc.c:
6753         * ext/jpeg/smokecodec.c:
6754           These libjpeg callbacks should return a 'boolean' (unsigned char
6755           apparently) and not a 'gboolean' (which maps to gint). Fixes
6756           warnings when compiling with MingW (#393427).
6757
6758         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6759           Use ioctlsocket on win32.
6760
6761         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6762           Some printf format fixes for win32.
6763
6764 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6765
6766         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6767           Use gst_guint64_to_gdouble for conversion.
6768         * win32/vs6/libgstmatroska.dsp:
6769           Add zlib to the link.
6770         * win32/vs6/libgstvideobox.dsp:
6771           Update liboil library name (project is linked to 
6772           liboil-0.3-0.lib now).
6773           
6774 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6775
6776         * gst/matroska/Makefile.am:
6777           If zlib is available and used, we must link it explicitly for
6778           things to work on MingW (fixes #392855).
6779
6780 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6781
6782         * ext/esd/esdsink.c: (gst_esdsink_delay):
6783           Don't return bogus values when esd_get_delay() fails for some
6784           reason (#392189).
6785
6786 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6787
6788         * sys/ximage/gstximagesrc.c: (composite_pixel):
6789           Fix presumably copy'n'pasto for 16bpp depth.
6790
6791 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6792
6793         * gst/matroska/matroska-mux.c:
6794         (gst_matroska_mux_audio_pad_setcaps):
6795           The "signed" field in audio caps is of boolean type, trying to use
6796           gst_structure_get_int() to extract it will fail. Fixing this makes
6797           matroskamux accept raw audio input (#387121) (use at your own risk
6798           though, due to the matroska spec being not entirely useful in this
6799           respect).
6800           Also fix up raw audio structures in template caps so that they
6801           represent what our setcaps function will actually accept, so that
6802           converters know what to convert to.
6803           Finally, don't fail if there isn't an "endianness" field in 8-bit
6804           PCM caps.
6805
6806 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6807
6808         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6809         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6810         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6811         (teardown_cmmldec):
6812         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6813         (teardown_cmmlenc):
6814         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6815           reapply consistent pad (de)activation
6816
6817 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6818
6819         * configure.ac:
6820         Back to CVS
6821
6822         * gst-plugins-good.doap:
6823         Add 0.10.5 doap entry
6824
6825 === release 0.10.5 ===
6826
6827 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6828
6829         * configure.ac:
6830           releasing 0.10.5, "The Path of Thorns"
6831
6832 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6833
6834         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6835         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6836         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6837         (teardown_cmmldec):
6838         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6839         (teardown_cmmlenc):
6840         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6841           revert my freeze breakage
6842
6843 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6844
6845         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6846         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6847         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6848         (teardown_cmmldec):
6849         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6850         (teardown_cmmlenc):
6851         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6852           consistent pad (de)activation
6853
6854 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6855
6856         * configure.ac:
6857         * ext/Makefile.am:
6858         Disable LADPSA, as it has moved to the -bad module for the duration.
6859
6860 2006-12-18  Wim Taymans  <wim@fluendo.com>
6861
6862         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6863         (gst_signal_processor_event):
6864         Reset flow_state back to _OK after a flush stop so that we exit our
6865         error state after the flush. Fixes #374213
6866
6867 2006-12-16  David Schleef  <ds@schleef.org>
6868
6869         * sys/osxvideo/osxvideosink.h:
6870         * sys/osxvideo/osxvideosink.m:
6871           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6872
6873 2006-12-16  David Schleef  <ds@schleef.org>
6874
6875         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6876
6877         * sys/osxvideo/Makefile.am:
6878         * sys/osxvideo/osxvideosink.h:
6879         * sys/osxvideo/osxvideosink.m:
6880           Preliminary patch for porting osxvideosink
6881
6882 2006-12-16  Wim Taymans  <wim@fluendo.com>
6883
6884         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6885
6886         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6887         (gst_videomixer_set_master_geometry),
6888         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6889         (gst_videomixer_reset), (gst_videomixer_init),
6890         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6891         (gst_videomixer_release_pad), (gst_videomixer_collected),
6892         (gst_videomixer_change_state):
6893         Introduce some locking around the videomixer state so that it does not
6894         crash when adding/removing pads. Fixes #383043.
6895
6896 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6897
6898         * configure.ac:
6899           Make sure libcaca can actually be used instead of just checking for
6900           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6901           cross-compiling (fixes #384587).
6902
6903 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6904
6905         * Makefile.am:
6906         * gst-plugins-good.doap:
6907         * gst-plugins-good.spec.in:
6908           adding doap file
6909
6910 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * configure.ac:
6913           libflac-1.1.3 changed API again, but we can't build against it yet,
6914           so make sure our check doesn't use libflac-1.1.3 and add a comment
6915           to this effect.
6916
6917 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6920         (gst_quarktv_planetable_clear):
6921           Add some NULL pointer checks (possibly related to #385623).
6922
6923 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6924
6925         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6926         (gst_tag_demux_chain):
6927         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6928           In streaming mode, if the first buffer we get doesn't have an
6929           offset, fix it up to be 0, otherwise trimming won't work later on
6930           and we'll be typefinding application/x-id3, which may result in
6931           decodebin plugging an endless number of id3demux elements as a
6932           consequence. Fixes #385031.
6933           
6934 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6935
6936         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6937           Ignore the buffer_time the sound device reports. Turns out it is 
6938           sometimes completely bogus and we're better off without it.
6939
6940 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6941
6942         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6943         (gst_matroska_demux_video_caps):
6944         * gst/matroska/matroska-ids.c:
6945         (gst_matroska_track_init_video_context):
6946         * gst/matroska/matroska-ids.h:
6947           Try harder to extract the framerate for video tracks correctly and
6948           save it directly instead of converting it back and forth a few
6949           times. Mostly makes a difference for very small framerates (<1).
6950           Fixes #380199.
6951
6952 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6955         (gst_gconf_audio_src_dispose), (do_toggle_element):
6956         * ext/gconf/gstgconfaudiosrc.h:
6957           Remove gconf notify hook when the gconfaudiosrc element is
6958           destroyed, otherwise the callback may be called on an
6959           already-destroyed instance and bad things happen. Should fix
6960           #378184.
6961           Also ignore gconf key changes when the source is already running.
6962
6963 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         Patch by: Sebastian Dröge  <mail at slomosnail de>
6966
6967         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6968           We need to be able to read and parse any possible floating point string
6969           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6970           will parse the former only in certain locales though, so we really need
6971           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6972           make sure we can parse either version at all times.
6973           Fixes #382982 for real.
6974
6975 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6976
6977         * sys/sunaudio/gstsunaudiomixerctrl.c:
6978         * sys/sunaudio/gstsunaudiosrc.c:
6979
6980         Use the sunaudio debug category.
6981
6982         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
6983         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
6984         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
6985         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
6986         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
6987         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
6988         (gst_sunaudiosink_reset):
6989         * sys/sunaudio/gstsunaudiosink.h:
6990
6991         Uses the sunaudio debug category for all debug output
6992         Implements the _delay() callback to synchronise video playback better
6993         Change the segtotal and segsize values back to the parent class 
6994           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
6995           respectively)
6996         Measure the samples written to the device vs. played.
6997         Keep track of segments in the device by writing empty eof frames, and
6998         sleep using a GCond when we get too far ahead and risk overrunning the
6999         sink's ringbuffer.
7000
7001         Fixes: #360673
7002
7003 2006-12-08  Wim Taymans  <wim@fluendo.com>
7004
7005         Patch by: Sebastian Dröge  <mail at slomosnail de >
7006
7007         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7008         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7009         * gst/audiofx/audiopanorama.h:
7010         Fix audiopanorame with float samples. Fixes #383726.
7011
7012 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7013
7014         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7015         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7016         (gst_sunaudiosrc_reset):
7017
7018         Implement reset functions to unblock the src/sink more quickly on 
7019         state change requests.
7020         Patch by: Brian Cameron <brian dot cameron at sun com>
7021
7022 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7023
7024         * sys/sunaudio/gstsunaudiomixer.c:
7025         (gst_sunaudiomixer_change_state):
7026         Construct the correct mixer device name when the AUDIODEV env var
7027         is set.
7028
7029         Patch by: Jerry Tan <jerry.tan at sun dot com>
7030         Fixes: #383596
7031
7032 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7033
7034         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7035         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7036         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7037         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7038         Patch by: Jerry Tan <jerry.tan at sun dot com>
7039         Fixes: #349015
7040
7041 2006-12-07  Wim Taymans  <wim@fluendo.com>
7042
7043         * gst/smpte/gstmask.h:
7044         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7045         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7046         (gst_smpte_collected), (gst_smpte_set_property),
7047         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7048         * gst/smpte/gstsmpte.h:
7049         Port to 0.10 some more. 
7050         Added duration property to specify the duration of the transition.
7051         Make framerate a fraction.
7052         Deprecate fps property, we only use negotiated fps.
7053         Added docs.
7054         Fix collectpad usage.
7055         Reset state in READY.
7056         Send NEWSEGMENT event.
7057         Fix racy updates of object properties.
7058         Added debug category.
7059         Fixes #383323.
7060
7061 2006-12-06  Wim Taymans  <wim@fluendo.com>
7062
7063         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7064
7065         * gst/videomixer/videomixer.c:
7066         (gst_videomixer_set_master_geometry),
7067         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7068         Don't reset xpos and ypos in the setcaps function because causes
7069         unexpected behaviour.
7070         Fixes #382179.
7071
7072 2006-12-06  Wim Taymans  <wim@fluendo.com>
7073
7074         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7075         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7076         Keep track of the buffer timestamp in the collectdata member instead
7077         of modifying the buffer without making the metadata writable first.
7078         Fixes #382277.
7079
7080 2006-12-06  Wim Taymans  <wim@fluendo.com>
7081
7082         Patch by: Rob Taylor <robtaylor at floopily dot org>
7083
7084         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7085         If using multicast in udpsrc, bind to the multicast address rather than
7086         IN_ADDR_ANY.
7087         This allows the simultanous use of multiple udpsrcs listening on
7088         different multicat addresses. Without this all udpsrcs will receive all
7089         packets from all subscribed multicast addresses.
7090         Fixes #383001.
7091
7092 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7093
7094         * ext/taglib/gstid3v2mux.cc:
7095         Don't attempt to write a NULL frame into the ID3 tag set when the 
7096         createFrame method returned NULL.
7097         Fixes: #381857
7098         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7099
7100 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7101
7102         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7103         Use g_strtod() instead of sscanf to parse doubles, so that it will
7104         try parsing in the C locale if the current locale fails.
7105         Fixes: #382982
7106         Patch by: Sebastian Dröge  <mail at slomosnail de >
7107
7108 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7109
7110         * win32/MANIFEST:
7111         Fix compilation on win32 under VS8
7112         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7113         Partially fixes #381175
7114
7115 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7116
7117         * gst/avi/gstavimux.c:
7118           accept all mpegversions,fixes #380825
7119           spotted by: Jerome Alet  
7120
7121 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7122
7123         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7124         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7125         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7126         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7127           cleanup the error message a bit more
7128
7129 2006-11-28  Wim Taymans  <wim@fluendo.com>
7130
7131         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7132         Fix width and height properties.
7133
7134         * ext/libcaca/gstcacasink.h:
7135         Fix compilation on newer libcaca that require us to include a new
7136         header. Fixes #379918.
7137
7138 2006-11-28  Wim Taymans  <wim@fluendo.com>
7139
7140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7141         * gst/rtsp/gstrtspsrc.h:
7142         * gst/rtsp/rtspext.h:
7143         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7144         (rtsp_ext_wms_get_context):
7145         Add method so that extensions can choose to disable the setup of
7146         a stream.
7147         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7148
7149 2006-11-27  Wim Taymans  <wim@fluendo.com>
7150
7151         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7152
7153         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7154         Push header in a separate buffer instead of memcpy:ing all data.
7155         Change LF => CRLF in headers.
7156         Move trailing LF to header. Fixes #379792.
7157
7158 2006-11-27  Wim Taymans  <wim@fluendo.com>
7159
7160         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7161         Small buffer overflow fix and improve debugging.
7162
7163 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7164
7165         * ext/esd/esdmon.h:
7166         * ext/esd/esdsink.h:
7167           remove obsolete _factory_init protos
7168
7169 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7170
7171         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7172         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7173         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7174         (gst_avi_demux_read_subindexes_push),
7175         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7176         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7177         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7178         (gst_avi_demux_massage_index),
7179         (gst_avi_demux_calculate_durations_from_index),
7180         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7181         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7182         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7183           remove dead code, tweak debugs statements, add comments, use
7184           _uint64_scale instead _uint64_scale_int when using guint64 values,
7185           small optimizations, reflow some error handling
7186
7187 2006-11-22  Edward Hervey  <edward@fluendo.com>
7188
7189         * po/.cvsignore:
7190         We never put .pot files in cvs. Let's ignore them all.
7191
7192 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7193
7194         * po/POTFILES.in:
7195           ... but better exclude files that aren't disted.
7196
7197 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7198
7199         * po/POTFILES.in:
7200           Add v4l2 source files to list of files with translations, so the
7201           strings are actually extracted (however bad they still may be).
7202
7203 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7204
7205         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7206           Minor clean-ups: const-ify static array, remove trailing comma from
7207           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7208
7209 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7210
7211         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7212         Make sure that g_free always gets called on the same pointer that was 
7213         returned by g_malloc.  Fixes #376594.
7214         Do not leak memory if decompressed size is wrong.
7215         Remove unneeded check of return value of g_malloc.
7216         Patch by: René Stadler <mail@renestadler.de>
7217
7218 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7221           Add missing curly brackets.
7222
7223 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7224
7225         * sys/v4l2/v4l2src_calls.c:
7226         Fix capture_deinit.
7227
7228 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7229
7230         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7231         (gst_matroska_mux_request_new_pad):
7232           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7233
7234         * tests/check/elements/matroskamux.c: (setup_src_pad),
7235         (setup_sink_pad), (GST_START_TEST):
7236         Activate pads before using them.
7237
7238 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7239
7240         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7241           Initialise variable to get rid of bogus compiler warning.
7242
7243 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7244
7245         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7246
7247         * gst/rtp/gstrtph263pay.c:
7248         * gst/rtp/gstrtph263pdepay.c:
7249         * gst/rtp/gstrtph263ppay.c:
7250           Specify H.263 variant and version in the caps (fixes #361637)
7251
7252 2006-11-15  Wim Taymans  <wim@fluendo.com>
7253
7254         * gst/rtsp/rtspconnection.c: (read_body):
7255         Don't set a data pointer to NULL and a size > 0 when we deal
7256         with empty packets.
7257
7258         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7259         (rtsp_message_init_response), (rtsp_message_init_data),
7260         (rtsp_message_unset), (rtsp_message_free),
7261         (rtsp_message_take_body):
7262         Check that we can't create invalid empty packets. 
7263
7264 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7267
7268         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7269         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7270         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7271         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7272         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7273         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7274         * gst/matroska/matroska-mux.h:
7275           Add basic tag writing support; implement releasing pads (#374658).
7276
7277 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7278
7279         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7280         (gst_matroska_demux_audio_caps):
7281           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7282
7283 2006-11-14  David Schleef  <ds@schleef.org>
7284
7285         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7286
7287 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7288
7289         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7290
7291         * win32/vs8/gst-plugins-good.sln:
7292         * win32/vs8/libgst1394.vcproj:
7293         * win32/vs8/libgstaasink.vcproj:
7294         * win32/vs8/libgstalaw.vcproj:
7295         * win32/vs8/libgstalpha.vcproj:
7296         * win32/vs8/libgstalphacolor.vcproj:
7297         * win32/vs8/libgstannodex.vcproj:
7298         * win32/vs8/libgstapetag.vcproj:
7299         * win32/vs8/libgstaudiofx.vcproj:
7300         * win32/vs8/libgstauparse.vcproj:
7301         * win32/vs8/libgstautodetect.vcproj:
7302         * win32/vs8/libgstavi.vcproj:
7303         * win32/vs8/libgstcacasink.vcproj:
7304         * win32/vs8/libgstcdio.vcproj:
7305         * win32/vs8/libgstcutter.vcproj:
7306         * win32/vs8/libgstdv.vcproj:
7307         * win32/vs8/libgsteffectv.vcproj:
7308         * win32/vs8/libgstflac.vcproj:
7309         * win32/vs8/libgstflxdec.vcproj:
7310         * win32/vs8/libgstgoom.vcproj:
7311         * win32/vs8/libgsticydemux.vcproj:
7312         * win32/vs8/libgstid3demux.vcproj:
7313         * win32/vs8/libgstjpeg.vcproj:
7314         * win32/vs8/libgstladspa.vcproj:
7315         * win32/vs8/libgstlevel.vcproj:
7316         * win32/vs8/libgstmatroska.vcproj:
7317         * win32/vs8/libgstmikmod.vcproj:
7318         * win32/vs8/libgstmng.vcproj:
7319         * win32/vs8/libgstmonoscope.vcproj:
7320         * win32/vs8/libgstmulaw.vcproj:
7321         * win32/vs8/libgstmultipart.vcproj:
7322         * win32/vs8/libgstpng.vcproj:
7323         * win32/vs8/libgstrtp.vcproj:
7324         * win32/vs8/libgstrtsp.vcproj:
7325         * win32/vs8/libgstshout2.vcproj:
7326         * win32/vs8/libgstsmpte.vcproj:
7327         * win32/vs8/libgstspeex.vcproj:
7328         * win32/vs8/libgsttaglib.vcproj:
7329         * win32/vs8/libgstudp.vcproj:
7330         * win32/vs8/libgstvideobalance.vcproj:
7331         * win32/vs8/libgstvideobox.vcproj:
7332         * win32/vs8/libgstvideoflip.vcproj:
7333         * win32/vs8/libgstvideomixer.vcproj:
7334         * win32/vs8/libgstwavenc.vcproj:
7335         * win32/vs8/libgstwavparse.vcproj:
7336           Make end-of-line returns unixy, so that when the files are checked
7337           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7338           Hopefully fixes #366492.
7339
7340 2006-11-14  Wim Taymans  <wim@fluendo.com>
7341
7342         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7343         Disable init_frames delay timestamp adjustment, it does not
7344         seem to be needed at all. Fixes #369621.
7345
7346 2006-11-13  Wim Taymans  <wim@fluendo.com>
7347
7348         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7349
7350         * gst/videomixer/videomixer.c:
7351         (gst_videomixer_set_master_geometry),
7352         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7353         (gst_videomixer_collect_free), (gst_videomixer_reset),
7354         (gst_videomixer_init), (gst_videomixer_finalize),
7355         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7356         (gst_videomixer_collected), (gst_videomixer_change_state):
7357         Fix memleak by unref'ing collectpads instance (when finalizing)
7358         Implement releasing a request pad. Fixes #374479.
7359
7360 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7361
7362         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7363
7364         * win32/vs8/gst-plugins-good.sln:
7365         * win32/vs8/libgst1394.vcproj:
7366         * win32/vs8/libgstaasink.vcproj:
7367         * win32/vs8/libgstalaw.vcproj:
7368         * win32/vs8/libgstalpha.vcproj:
7369         * win32/vs8/libgstalphacolor.vcproj:
7370         * win32/vs8/libgstannodex.vcproj:
7371         * win32/vs8/libgstapetag.vcproj:
7372         * win32/vs8/libgstaudiofx.vcproj:
7373         * win32/vs8/libgstauparse.vcproj:
7374         * win32/vs8/libgstautodetect.vcproj:
7375         * win32/vs8/libgstavi.vcproj:
7376         * win32/vs8/libgstcacasink.vcproj:
7377         * win32/vs8/libgstcdio.vcproj:
7378         * win32/vs8/libgstcutter.vcproj:
7379         * win32/vs8/libgstdv.vcproj:
7380         * win32/vs8/libgsteffectv.vcproj:
7381         * win32/vs8/libgstflac.vcproj:
7382         * win32/vs8/libgstflxdec.vcproj:
7383         * win32/vs8/libgstgoom.vcproj:
7384         * win32/vs8/libgsticydemux.vcproj:
7385         * win32/vs8/libgstid3demux.vcproj:
7386         * win32/vs8/libgstjpeg.vcproj:
7387         * win32/vs8/libgstladspa.vcproj:
7388         * win32/vs8/libgstlevel.vcproj:
7389         * win32/vs8/libgstmatroska.vcproj:
7390         * win32/vs8/libgstmikmod.vcproj:
7391         * win32/vs8/libgstmng.vcproj:
7392         * win32/vs8/libgstmonoscope.vcproj:
7393         * win32/vs8/libgstmulaw.vcproj:
7394         * win32/vs8/libgstmultipart.vcproj:
7395         * win32/vs8/libgstpng.vcproj:
7396         * win32/vs8/libgstrtp.vcproj:
7397         * win32/vs8/libgstrtsp.vcproj:
7398         * win32/vs8/libgstshout2.vcproj:
7399         * win32/vs8/libgstsmpte.vcproj:
7400         * win32/vs8/libgstspeex.vcproj:
7401         * win32/vs8/libgsttaglib.vcproj:
7402         * win32/vs8/libgstudp.vcproj:
7403         * win32/vs8/libgstvideobalance.vcproj:
7404         * win32/vs8/libgstvideobox.vcproj:
7405         * win32/vs8/libgstvideoflip.vcproj:
7406         * win32/vs8/libgstvideomixer.vcproj:
7407         * win32/vs8/libgstwavenc.vcproj:
7408         * win32/vs8/libgstwavparse.vcproj:
7409           Add VS8 project files (note that many of the plugins in ext are
7410           disabled by default). Fixes #366492.
7411
7412 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7413
7414         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7415           we do not translate debug messages
7416
7417 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7418
7419         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7420           fix categorisation, make short desc more explicit, remove unused code
7421           Fixes #372021
7422
7423 2006-11-08  Wim Taymans  <wim@fluendo.com>
7424
7425         * gst/rtp/gstrtpL16depay.c:
7426         * gst/rtp/gstrtpamrdepay.c:
7427         * gst/rtp/gstrtpamrpay.c:
7428         * gst/rtp/gstrtpgsmdepay.c:
7429         * gst/rtp/gstrtph263pay.c:
7430         * gst/rtp/gstrtph263pdepay.c:
7431         * gst/rtp/gstrtph263ppay.c:
7432         * gst/rtp/gstrtph264depay.c:
7433         * gst/rtp/gstrtpmp2tdepay.c:
7434         * gst/rtp/gstrtpmp4gdepay.c:
7435         * gst/rtp/gstrtpmp4gpay.c:
7436         * gst/rtp/gstrtpmp4vdepay.c:
7437         * gst/rtp/gstrtpmp4vpay.c:
7438         * gst/rtp/gstrtpmpadepay.c:
7439         * gst/rtp/gstrtpmpapay.c:
7440         * gst/rtp/gstrtppcmadepay.c:
7441         * gst/rtp/gstrtppcmapay.c:
7442         * gst/rtp/gstrtppcmudepay.c:
7443         * gst/rtp/gstrtppcmupay.c:
7444         * gst/rtp/gstrtpspeexdepay.c:
7445         * gst/rtp/gstrtpspeexpay.c:
7446         * gst/rtp/gstrtpsv3vdepay.c:
7447         Fix element descriptions.
7448
7449 2006-11-08  Wim Taymans  <wim@fluendo.com>
7450
7451         * gst/rtp/gstrtpvorbisdepay.c:
7452         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7453         Fix description.
7454         Small cleanup in the payloader.
7455
7456 2006-11-08  Wim Taymans  <wim@fluendo.com>
7457
7458         * gst/rtp/Makefile.am:
7459         * gst/rtp/gstrtp.c: (plugin_init):
7460         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7461         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7462         (gst_rtp_theora_depay_finalize),
7463         (gst_rtp_theora_depay_parse_configuration),
7464         (gst_rtp_theora_depay_setcaps),
7465         (gst_rtp_theora_depay_switch_codebook),
7466         (gst_rtp_theora_depay_process),
7467         (gst_rtp_theora_depay_set_property),
7468         (gst_rtp_theora_depay_get_property),
7469         (gst_rtp_theora_depay_change_state),
7470         (gst_rtp_theora_depay_plugin_init):
7471         * gst/rtp/gstrtptheoradepay.h:
7472         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7473         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7474         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7475         (gst_rtp_theora_pay_init_packet),
7476         (gst_rtp_theora_pay_flush_packet),
7477         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7478         (gst_rtp_theora_pay_handle_buffer),
7479         (gst_rtp_theora_pay_plugin_init):
7480         * gst/rtp/gstrtptheorapay.h:
7481         Add theora pay/depayloaders.
7482
7483 2006-11-06  Wim Taymans  <wim@fluendo.com>
7484
7485         * gst/rtp/Makefile.am:
7486         We depend on gsttag to generate the vorbis comments.
7487
7488         * gst/rtp/gstrtpvorbisdepay.c:
7489         (gst_rtp_vorbis_depay_parse_configuration),
7490         (gst_rtp_vorbis_depay_setcaps),
7491         (gst_rtp_vorbis_depay_switch_codebook),
7492         (gst_rtp_vorbis_depay_process):
7493         * gst/rtp/gstrtpvorbisdepay.h:
7494         Parse configuration string in the depayloader.
7495         Implement selecting and switching to a new codebook.
7496         Receiving vorbis over RTP now works.
7497
7498         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7499         (gst_rtp_vorbis_pay_init_packet),
7500         (gst_rtp_vorbis_pay_finish_headers),
7501         (gst_rtp_vorbis_pay_handle_buffer):
7502         * gst/rtp/gstrtpvorbispay.h:
7503         Set timestamps on outgoing buffers and RTP packets.
7504         Fix configuration string, prepend number of Packet headers.
7505         Fix encoding of ident string.
7506         Add delivery-method to caps.
7507         Streaming vorbis over RTP now works.
7508
7509 2006-11-06  Wim Taymans  <wim@fluendo.com>
7510
7511         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7512         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7513         (gst_rtp_vorbis_pay_handle_buffer):
7514         * gst/rtp/gstrtpvorbispay.h:
7515         Generate a valid configuration string in the caps based on the
7516         vorbis headers.
7517
7518 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7519
7520         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7521         * ext/cdio/gstcdio.h:
7522         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7523           Move CD-TEXT utility function into common file so it can also be
7524           used by a future cdioparanoiasrc.
7525
7526 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7527         
7528         * sys/v4l2/Makefile.am:
7529         * sys/v4l2/gstv4l2object.c:
7530         * sys/v4l2/gstv4l2src.c:
7531         * sys/v4l2/gstv4l2xoverlay.c:
7532         * sys/v4l2/v4l2_calls.c:
7533         * sys/v4l2/v4l2src_calls.c:
7534         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7535         xoverlay code that is still not implemented.
7536
7537 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7538
7539         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7540           We require a -base more recent than 0.10.9, so it's safe to use
7541           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7542
7543         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7544         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7545           Use _newsegment_full() now that we depend on a recent enough core.
7546
7547         * gst/wavparse/gstwavparse.c:
7548           Remove cruft that we don't need any longer now that we depend on
7549           a recent enough -base.
7550
7551 2006-10-31  Wim Taymans  <wim@fluendo.com>
7552
7553         * gst/rtp/Makefile.am:
7554         * gst/rtp/gstrtp.c: (plugin_init):
7555         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7556         (gst_rtpilbcpay_setcaps):
7557         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7558
7559 2006-10-31  Wim Taymans  <wim@fluendo.com>
7560
7561         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7562         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7563         Some small cleanups, use _scale.
7564
7565 2006-10-31  Wim Taymans  <wim@fluendo.com>
7566
7567         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7568         Use higher precision scale function.
7569
7570 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7571
7572         Patch by: Michal Benes  <michal dot benes at itonis tv>
7573
7574         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7575         (gst_matroska_demux_read_track_encodings),
7576         (gst_matroska_decode_buffer):
7577           Fix several issues with encoded/compressed/encrypted/signed tracks;
7578           also, remove superfluous newline characters from some debug
7579           statements. (#366155)
7580
7581 2006-10-30  Wim Taymans  <wim@fluendo.com>
7582
7583         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7584         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7585         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7586         (gst_smokedec_change_state):
7587         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7588         (gst_smokeenc_init), (gst_smokeenc_finalize),
7589         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7590         (gst_smokeenc_resync), (gst_smokeenc_chain),
7591         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7592         (gst_smokeenc_change_state):
7593         Various cleanups, capsnego and leak fixes.
7594
7595 2006-10-30  Wim Taymans  <wim@fluendo.com>
7596
7597         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7598
7599         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7600         Fix videomixer so that it can handle any combination of framerates.
7601         Fixes #367221.
7602
7603 2006-10-28  Wim Taymans  <wim@fluendo.com>
7604
7605         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7606         (gst_avi_demux_parse_file_header),
7607         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7608         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7609         (gst_avi_demux_chain):
7610         Fix position query for audio. also fixes timestamps in streaming
7611         mode and bug #364958.
7612         Small cleanups.
7613
7614 2006-10-27  Wim Taymans  <wim@fluendo.com>
7615
7616         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7617         * ext/libpng/gstpngenc.h:
7618         Fix strides. Fixes #364856.
7619         Cleanup capsnego.
7620         Set caps on outgoing buffers.
7621
7622 2006-10-18  Wim Taymans  <wim@fluendo.com>
7623
7624         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7625
7626         * gst/rtp/gstrtpgsmpay.c:
7627         * gst/rtp/gstrtph263pay.c:
7628         * gst/rtp/gstrtpmpapay.c:
7629         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7630         (gst_rtp_pcma_pay_handle_buffer):
7631         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7632         Add static payload numbers in addition to the dynamic ones.
7633         Fixes #361639.
7634
7635 2006-10-18  Wim Taymans  <wim@fluendo.com>
7636
7637         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7638         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7639         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7640         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7641         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7642         * gst/rtsp/rtspdefs.h:
7643         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7644         * gst/rtsp/rtspurl.h:
7645         Reuse already existing enum for lower transport.
7646         Add rtspt and rtspu protocols.
7647         Send redirect to rtspt when udp times out.
7648
7649 2006-10-18  Wim Taymans  <wim@fluendo.com>
7650
7651         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7652         (gst_wavparse_stream_data):
7653         Fix seeking some more, mostly for speed changes.
7654
7655 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         Patch by: Fredrik Persson  <frepe at bredband net>
7658
7659         * sys/v4l2/gstv4l2tuner.c:
7660         * sys/v4l2/gstv4l2tuner.h:
7661           Fix _set_channel(): remove useless g_object_notify() for "channel"
7662           property that doesn't exist any longer and therefore now also
7663           useless redirect (#338818).
7664
7665 2006-10-17  Wim Taymans  <wim@fluendo.com>
7666
7667         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7668         Some drivers do not support unsetting the non-blocking flag once the
7669         device is opened. In those cases, close/open the device in
7670         non-blocking mode. Fixes #362673.
7671
7672 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7673
7674         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7675         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7676         (gst_v4l2src_get_fps):
7677           dear stefan, framespersecond is not frameperiod, reverting but adding
7678           comment
7679
7680 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7681
7682         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7683         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7684         (gst_v4l2src_get_fps):
7685           Numerator is numerator and denominator is denominator. Say that aloud
7686           5 times and retry after next beer.
7687
7688 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         Patch by: Josep Torra Valles  <josep at fluendo com>
7691
7692         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7693         * ext/esd/esdsink.c: (gst_esdsink_write):
7694         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7695         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7696         (gst_flac_dec_send_newsegment):
7697         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7698         (gst_flac_enc_tell_callback):
7699         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7700         (smokecodec_parse_header), (smokecodec_decode):
7701         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7702         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7703         * gst/goom/Makefile.am:
7704         * gst/goom/gstgoom.c:
7705         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7706         * gst/rtsp/gstrtspsrc.c:
7707         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7708         * gst/udp/gstudpsink.c:
7709         * gst/udp/gstudpsrc.c:
7710         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7711         * sys/sunaudio/gstsunaudiomixertrack.h:
7712           Fix a bunch of problems discovered by the Forte compiler, mostly type
7713           mixups and pointer arithmetics with void pointers. Fixes #362603.
7714
7715 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * ext/speex/gstspeex.c: (plugin_init):
7718         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7719         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7720         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7721         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7722         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7723         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7724         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7725         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7726         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7727         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7728         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7729         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7730         * ext/speex/gstspeexenc.h:
7731           Miscellaneous clean-ups, among other things: speexenc => enc to
7732           enhance code readability; change speexenc => speex_enc; in chain
7733           function unref input buffer in case of error; take reference in
7734           event function; use boilerplate macro; use gst_pad_query_peer_*
7735           convenience functions.
7736
7737 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7738
7739         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7740         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7741         (gst_speexenc_set_header_on_caps):
7742           Fix some mem leaks.
7743
7744 2006-10-11  Wim Taymans  <wim@fluendo.com>
7745
7746         * gst/rtsp/URLS:
7747         Added some other URL.
7748
7749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7750         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7751         (gst_rtspsrc_open), (gst_rtspsrc_play),
7752         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7753         * gst/rtsp/gstrtspsrc.h:
7754         Work on fallback to TCP connection when the UDP socket times out.
7755         Handler server requests, just reply with OK for now.
7756
7757         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7758         * gst/rtsp/rtspdefs.h:
7759         Added some more Real extension headers.
7760
7761         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7762         Fix parsing of urls with a ':' that is not part of the hostname:port
7763         part of the url.
7764
7765 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7766
7767         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7768         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7769         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7770           Activate pad before adding it to the already-running element.
7771
7772         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7773           Activate newly-created pad too.
7774
7775 2006-10-11  Wim Taymans  <wim@fluendo.com>
7776
7777         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7778
7779         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7780         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7781         (gst_udpsrc_start):
7782         Fix some leaks in caps and uris. Fixes #361252.
7783
7784 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7785
7786         * gst/wavparse/Makefile.am:
7787           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7788
7789 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7790
7791         * sys/v4l2/gstv4l2xoverlay.c:
7792         * sys/v4l2/gstv4l2xoverlay.h:
7793         Fix build as per the patch in #338818 comment 36.
7794
7795 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7796
7797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7798           Activate pads before adding them to the source.
7799
7800 2006-10-06  Wim Taymans  <wim@fluendo.com>
7801
7802         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7803         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7804         Activate pads before adding.
7805
7806 2006-10-06  Wim Taymans  <wim@fluendo.com>
7807
7808         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7809         (gst_multipart_find_pad_by_mime):
7810         Activate pads before adding.
7811
7812         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7813         BOILERPLATE sets parent_class for us.
7814
7815 2006-10-06  Wim Taymans  <wim@fluendo.com>
7816
7817         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7818         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7819         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7820         (gst_rtspsrc_alloc_udp_ports),
7821         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7822         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7823         (gst_rtspsrc_create_transports_string),
7824         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7825         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7826         * gst/rtsp/gstrtspsrc.h:
7827         Rework how the transport string is constructed, try to share channels
7828         and udp ports.
7829         Make most of the stuff less dependant on RTP as we are also going to use
7830         it for RDT.
7831         Add support for transport specific session managers.
7832
7833         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7834         Implement _flush().
7835
7836         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7837         * gst/rtsp/rtspdefs.h:
7838         Add generic error return code.
7839
7840         * gst/rtsp/rtspext.h:
7841         Add support for pluggable tranport strings.
7842
7843         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7844         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7845         (rtsp_ext_wms_get_context):
7846         Detect WMServer and activate the extension.
7847
7848         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7849         (rtsp_transport_get_manager), (rtsp_transport_parse):
7850         * gst/rtsp/rtsptransport.h:
7851         Added methods to get mime/manager for certain transports.
7852
7853 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7854
7855         * ext/cairo/gsttimeoverlay.c:
7856         (gst_cairo_time_overlay_update_font_height):
7857         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7858         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7859         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7860         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7861         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7862         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7863         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7864         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7865         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7866         (gst_avi_demux_stream_data):
7867         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7868         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7869         (gst_fenced_buffer_copy):
7870         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7871         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7872         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7874         (gst_rtspsrc_handle_message):
7875         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7876         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7877           Printf format fixes.
7878
7879 2006-10-04  Wim Taymans  <wim@fluendo.com>
7880
7881         * gst/rtsp/Makefile.am:
7882         Dist new .h file too.
7883
7884 2006-10-04  Wim Taymans  <wim@fluendo.com>
7885
7886         * gst/rtsp/Makefile.am:
7887         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7888         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7890         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7891         (gst_rtspsrc_parse_rtpmap),
7892         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7893         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7894         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7895         * gst/rtsp/gstrtspsrc.h:
7896         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7897         * gst/rtsp/rtspdefs.h:
7898         * gst/rtsp/rtspext.h:
7899         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7900         (rtsp_ext_wms_get_context):
7901         * gst/rtsp/rtspextwms.h:
7902         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7903         (rtsp_transport_parse):
7904         * gst/rtsp/rtsptransport.h:
7905         Factor out extension in separate module.
7906         Fix getcaps to filter against the padtemplate.
7907         Use Content-Base if the server gives one.
7908         Rework the transport parsing a bit for future extensions.
7909         Added some Real Header field definitions.
7910
7911 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7912
7913         * docs/plugins/Makefile.am:
7914         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7915         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7916           added v4l2 stubs
7917         * gst-plugins-good.spec.in:
7918           add v4l2
7919
7920 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7923           Extract disc/album/medium number and count and try harder
7924           to extract track number/count.
7925
7926 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7927
7928         * configure.ac:
7929         * sys/Makefile.am:
7930           add build stuff for v4l2, needs --enable-experimental until
7931           the last bits are resolved
7932
7933 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         * tests/check/Makefile.am:
7936           Disable autodetect test temporarily, so that the build bots
7937           update -bad and the ranks of unreliable video sinks in there.
7938
7939         * tests/check/elements/autodetect.c: (GST_START_TEST):
7940           Skip test if no usable videosink is found.
7941
7942 2006-09-29  Wim Taymans  <wim@fluendo.com>
7943
7944         * gst/rtsp/URLS:
7945         Add some more URLs.
7946
7947         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7948         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7949         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7950         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7951         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7952         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7953         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7954         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7955         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7956         * gst/rtsp/gstrtspsrc.h:
7957         Add timeout property to control UDP timeouts.
7958         Fix error messages.
7959         Also start a loop function when operating in UDP mode so that we can
7960         do some more stuff async.
7961         Handle element messages from udpsrc to detect timeouts. If a timeout
7962         happens we currently generate an error.
7963         API: rtspsrc::timeout property.
7964
7965         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7966         (gst_udpsrc_create):
7967         Really implement the timeout in microseconds and not milliseconds.
7968
7969 2006-09-29  Wim Taymans  <wim@fluendo.com>
7970
7971         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7972         (gst_udpsrc_create), (gst_udpsrc_set_property),
7973         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7974         * gst/udp/gstudpsrc.h:
7975         Added property to post a message on timeout.
7976         Updated docs.
7977         When restarting the select, initialize the fdsets again.
7978         Init control sockets so we don't accidentally close a random socket.
7979         API: GstUDPSrc::timeout property
7980
7981 2006-09-29  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
7984         Fix flag registration.
7985
7986         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7987         Reading 0 also means 'no more commands'
7988
7989 2006-09-29  Wim Taymans  <wim@fluendo.com>
7990
7991         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7992
7993         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7994         Fix possible infinite loop when shutting down, a read can also return
7995         0 to indicate no more messages are available. Fixes #358156.
7996
7997 2006-09-25  Wim Taymans  <wim@fluendo.com>
7998
7999         * gst/autodetect/gstautoaudiosink.c:
8000         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8001         (gst_auto_audio_sink_find_best):
8002         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8003         Small cleanups.
8004         don't try to set "sync" property when it is not available.
8005
8006 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8007
8008         Patch by: Peter Kjellerstedt  <pkj at axis com>
8009
8010         * gst/alpha/gstalpha.c:
8011         * gst/rtp/gstrtpamrdepay.c:
8012         * gst/rtsp/gstrtspsrc.c:
8013         * gst/udp/gstudpsrc.c:
8014         * gst/videomixer/videomixer.c:
8015           Include stdlib.h in some more places, makes things compile
8016           with uClibc and -Werror (#357592).
8017
8018 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8019
8020         * ext/jpeg/gstjpegdec.c:
8021           Set minimum height to 8 (from 16), our code should handle
8022           that fine. Some of the buttons on the apple trailer site
8023           are apparently only 15 pixels high (see #357470).
8024
8025 2006-09-23  Wim Taymans  <wim@fluendo.com>
8026
8027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8028         (gst_rtspsrc_open):
8029         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8030         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8031         (rtsp_connection_receive):
8032         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8033         * gst/rtsp/rtspdefs.h:
8034         Improve error reporting.
8035
8036 2006-09-23  Wim Taymans  <wim@fluendo.com>
8037
8038         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8039         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8040         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8041         * gst/rtp/gstrtpdepay.c:
8042         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8043         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8044         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8045         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8046         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8047         (gst_rtp_mp2t_depay_plugin_init):
8048         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8049         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8050         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8051         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8052         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8053         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8054         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8055         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8056         Fix klass typos.
8057         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8058
8059 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         * configure.ac:
8062           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8063
8064 2006-09-22  Wim Taymans  <wim@fluendo.com>
8065
8066         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8067         Don't check for a tag that is never there and check if we read the
8068         correct tag. Fixes seeking again.
8069         We must post an error when all pads are unlinked.
8070
8071 2006-09-22  Wim Taymans  <wim@fluendo.com>
8072
8073         * gst/rtp/Makefile.am:
8074         * gst/rtp/gstrtp.c: (plugin_init):
8075         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8076         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8077         (gst_rtp_vorbis_pay_reset_packet),
8078         (gst_rtp_vorbis_pay_init_packet),
8079         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8080         (gst_rtp_vorbis_pay_handle_buffer):
8081         More fixage, set endoder-params correctly in the payloader.
8082
8083 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8084
8085         * gst/autodetect/gstautoaudiosink.c:
8086         (gst_auto_audio_sink_base_init):
8087         * gst/autodetect/gstautovideosink.c:
8088         (gst_auto_video_sink_base_init):
8089           Make static pad templates static to appease valgrind's leak
8090           detector.
8091
8092         * tests/check/Makefile.am:
8093         * tests/check/elements/.cvsignore:
8094         * tests/check/elements/autodetect.c: (GST_START_TEST),
8095         (autodetect_suite):
8096           Add simple test for the ghostpad lockup on shutdown fixed in core
8097           CVS (audio bit disabled because it would need dozens of alsa
8098           suppressions and I'm too lazy to add those now).
8099
8100 2006-09-22  Wim Taymans  <wim@fluendo.com>
8101
8102         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8103         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8104         Small cleanups.
8105
8106         * gst/rtp/Makefile.am:
8107         * gst/rtp/gstrtp.c: (plugin_init):
8108         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8109         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8110         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8111         (gst_rtp_vorbis_depay_process),
8112         (gst_rtp_vorbis_depay_set_property),
8113         (gst_rtp_vorbis_depay_get_property),
8114         (gst_rtp_vorbis_depay_change_state),
8115         (gst_rtp_vorbis_depay_plugin_init):
8116         * gst/rtp/gstrtpvorbisdepay.h:
8117         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8118         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8119         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8120         (gst_rtp_vorbis_pay_flush_packet),
8121         (gst_rtp_vorbis_pay_append_buffer),
8122         (gst_rtp_vorbis_pay_handle_buffer),
8123         (gst_rtp_vorbis_pay_plugin_init):
8124         * gst/rtp/gstrtpvorbispay.h:
8125         Add experimental vorbis pay and depayloaders.
8126
8127 2006-09-21  Wim Taymans  <wim@fluendo.com>
8128
8129         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8130         Fix profile-level-id parsing and setup.
8131
8132 2006-09-21  Wim Taymans  <wim@fluendo.com>
8133
8134         * gst/udp/README:
8135         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8136         Update README, simple cleanup.
8137
8138 2006-09-21  Wim Taymans  <wim@fluendo.com>
8139
8140         * gst/rtp/README:
8141         Update README with some examples.
8142
8143         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8144         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8145         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8146         (gst_rtp_mp4g_pay_setcaps):
8147         * gst/rtp/gstrtpmp4gpay.h:
8148         Make optional RTP parameters of type STRING, as required by the
8149         application/x-rtp caps specification.
8150
8151 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8152
8153         * gst/rtp/gstrtph263pdepay.c:
8154         * gst/rtp/gstrtph263ppay.c:
8155         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8156         RTP header.
8157
8158 2006-09-20  Wim Taymans  <wim@fluendo.com>
8159
8160         * gst/rtp/Makefile.am:
8161         And makefile too.
8162
8163 2006-09-20  Wim Taymans  <wim@fluendo.com>
8164
8165         * gst/rtp/gstrtp.c: (plugin_init):
8166         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8167         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8168         (decode_base64), (gst_rtp_asf_depay_setcaps),
8169         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8170         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8171         (gst_rtp_asf_depay_plugin_init):
8172         * gst/rtp/gstrtpasfdepay.h:
8173         Added preliminary ASF depayloader.
8174
8175         * gst/rtp/gstrtph264depay.c: (decode_base64):
8176         Fix base64 decoding.
8177
8178 2006-09-20  Wim Taymans  <wim@fluendo.com>
8179
8180         * gst/rtsp/URLS:
8181         Added some test URLS.
8182
8183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8184         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8185         * gst/rtsp/gstrtspsrc.h:
8186         When creating streams, give access to the complete SDP.
8187         Fix some leaks.
8188         Collect and merge global stream properties in stream caps.
8189         Preliminary support for WMServer.
8190
8191         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8192         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8193         (rtsp_connection_receive):
8194         * gst/rtsp/rtspconnection.h:
8195         Make connection interruptable.
8196         Refactor to make it reconnectable.
8197         Don't fail on short reads when reading data packets.
8198
8199         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8200         (rtsp_url_get_port):
8201         * gst/rtsp/rtspurl.h:
8202         Add methods for getting/setting the port.
8203
8204         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8205         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8206         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8207         (sdp_media_get_format), (sdp_parse_line),
8208         (sdp_message_parse_buffer):
8209         Fix headers. 
8210         Add methods for getting multiple attributes with the same name.
8211         Increase buffer size when parsing.
8212         Fix parsing of a=foo fields.
8213
8214         * gst/rtsp/test.c: (main):
8215         Update to new connection API.
8216
8217         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8218         (rtsp_message_init_response), (rtsp_message_init_data),
8219         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8220         * gst/rtsp/rtspmessage.h:
8221         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8222         * gst/rtsp/rtsptransport.h:
8223         * gst/rtsp/sdp.h:
8224         * gst/rtsp/sdpmessage.h:
8225         * gst/rtsp/gstrtsp.c:
8226         * gst/rtsp/gstrtsp.h:
8227         * gst/rtsp/gstrtpdec.c:
8228         * gst/rtsp/gstrtpdec.h:
8229         * gst/rtsp/rtsp.h:
8230         * gst/rtsp/rtspdefs.c:
8231         * gst/rtsp/rtspdefs.h:
8232         Dual licensed under MIT and LGPL now.
8233
8234 2006-09-19  Wim Taymans  <wim@fluendo.com>
8235
8236         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8237         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8238         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8239         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8240         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8241         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8242         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8243         * gst/rtsp/gstrtspsrc.h:
8244         Reorganize stream parsing and creation.
8245         Detect container formats in interleaved mode.
8246         Keep more state about the streams.
8247         Assume a server also supports PLAY if it does not say.
8248         Add unicast and interleaved properties to TCP transport requests to make
8249         some servers happy (WMServer).
8250
8251         * gst/rtsp/sdpmessage.h:
8252         Add some defines for the standard Bandwidth types.
8253
8254 2006-09-19  Wim Taymans  <wim@fluendo.com>
8255
8256         * gst/rtsp/test.c: (main):
8257         Fix build.
8258
8259 2006-09-19  Wim Taymans  <wim@fluendo.com>
8260
8261         * gst/wavparse/gstwavparse.c:
8262         Add ms-gsm to the src template.
8263
8264 2006-09-18  Wim Taymans  <wim@fluendo.com>
8265
8266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8267         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8268         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8269         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8270         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8271         * gst/rtsp/gstrtspsrc.h:
8272         Small cleanups, added documentation.
8273         Try to clean up the requests and responses.
8274         Refactor parsing the supported methods.
8275
8276         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8277         (rtsp_connection_create), (rtsp_connection_send),
8278         (parse_response_status), (parse_request_line),
8279         (rtsp_connection_receive), (rtsp_connection_close),
8280         (rtsp_connection_free):
8281         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8282         (rtsp_transport_init), (rtsp_transport_parse),
8283         (rtsp_transport_free):
8284         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8285         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8286         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8287         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8288         Use g_return_val some more.
8289
8290         * gst/rtsp/rtspdefs.h:
8291         Add more enum values to track initial states.
8292
8293         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8294         (rtsp_message_init_request), (rtsp_message_new_response),
8295         (rtsp_message_init_response), (rtsp_message_init_data),
8296         (rtsp_message_unset), (rtsp_message_free),
8297         (rtsp_message_add_header), (rtsp_message_remove_header),
8298         (rtsp_message_get_header), (rtsp_message_set_body),
8299         (rtsp_message_take_body), (rtsp_message_get_body),
8300         (rtsp_message_steal_body), (rtsp_message_dump):
8301         * gst/rtsp/rtspmessage.h:
8302         Reorder arguments, object goes as the first one.
8303         Use g_return_val some more.
8304
8305 2006-09-18  Wim Taymans  <wim@fluendo.com>
8306
8307         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8308         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8309         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8310         * gst/rtsp/gstrtspsrc.h:
8311         Export sometimes source pad with correct caps on the template, create
8312         the ghostpad from the template.
8313         Remove RTCP template as we never expose RTCP.
8314         Protect against invalid body size.
8315         Avoid memcpy when creating the output buffer.
8316         Properly post an error and send EOS when the loop function is shut down.
8317
8318 2006-09-18  Wim Taymans  <wim@fluendo.com>
8319
8320         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8321
8322         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8323         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8324         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8325         * gst/rtsp/gstrtspsrc.h:
8326         Make sure we can never set an invalid location.
8327
8328         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8329         * gst/rtsp/rtspmessage.h:
8330         Added _steal_body method for future use.
8331
8332         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8333         Make freeing of NULL url return immediatly.
8334
8335 2006-09-18  Wim Taymans  <wim@fluendo.com>
8336
8337         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8338
8339         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8340         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8341         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8342         (gst_rtspsrc_change_state):
8343         * gst/rtsp/gstrtspsrc.h:
8344         Use boilerplate.
8345         Make rtspsrc subclass GstBin to make state changes easier.
8346         Add Range header field on the PLAY request.
8347
8348 2006-09-18  Wim Taymans  <wim@fluendo.com>
8349
8350         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8351
8352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8353         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8354         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8355         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8356         * gst/rtsp/rtspconnection.c: (inet_aton):
8357         Small cleanups.
8358         when multicast is selected as the transport, create UDP sources and
8359         connect to the multicast group.
8360         Move parsing and setting of caps to a common place.
8361         Fixes #349894.
8362
8363 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8364
8365         * ext/flac/gstflactag.c:
8366         * gst/alpha/gstalpha.c:
8367         * gst/debug/breakmydata.c:
8368         * gst/debug/negotiation.c:
8369         * gst/debug/testplugin.c:
8370         * gst/effectv/gstaging.c:
8371         * gst/effectv/gstdice.c:
8372         * gst/effectv/gstedge.c:
8373         * gst/effectv/gstquark.c:
8374         * gst/effectv/gstrev.c:
8375         * gst/effectv/gstshagadelic.c:
8376         * gst/effectv/gstvertigo.c:
8377         * gst/effectv/gstwarp.c:
8378         * gst/multipart/multipartdemux.c:
8379         * gst/multipart/multipartmux.c:
8380         * gst/videobox/gstvideobox.c:
8381         * gst/videofilter/gstgamma.c:
8382         * gst/videofilter/gstvideotemplate.c:
8383         * gst/videomixer/videomixer.c:
8384         * sys/sunaudio/gstsunaudiosrc.h:
8385         More G_OBJECT macro fixing.
8386
8387 2006-09-16  Wim Taymans  <wim@fluendo.com>
8388
8389         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8390
8391         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8392         Correctly set the dwLength in strh.
8393         With this patch, the file duration is now displayed correctly in window
8394         media player and the AVI plays completely. Fixes #356147
8395
8396 2006-09-15  Wim Taymans  <wim@fluendo.com>
8397
8398         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8399
8400         * sys/sunaudio/gstsunaudiomixerctrl.c:
8401         (gst_sunaudiomixer_ctrl_build_list):
8402         Set the output track as the MASTER so that the gnome-settings-daemon
8403         keybindings for changing the volume using the keyboard works.
8404         Fixes #356142.
8405
8406 2006-09-15  Wim Taymans  <wim@fluendo.com>
8407
8408         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8409         Fix documentation, it is not possible to control the framerate of jpegdec
8410         using filtered caps yet. Fixes #355210.
8411         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8412         stop when there is an error.
8413
8414 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8415
8416         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8417         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8418           Don't interpret a first buffer with an offset of NONE as
8419           'from the middle of the stream', but only a first buffer
8420           that has a valid buffer offset that's non-zero (see #345449).
8421
8422 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8423
8424         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8425         (gst_icydemux_typefind_or_forward):
8426         * gst/icydemux/gsticydemux.h:
8427           When we merge/collect multiple incoming buffers for typefinding
8428           purposes, keep an initial 0 offset on the first outgoing buffer
8429           as well (otherwise id3demux won't work right). Fixes #345449.
8430           Also Make buffer metadata writable before setting buffer caps.
8431
8432         * tests/check/elements/icydemux.c: (typefind_succeed),
8433         (cleanup_icydemux), (push_data), (GST_START_TEST),
8434         (icydemux_suite):
8435           Small test case for the above.
8436
8437 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8438
8439         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8440         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8441         (gst_avi_demux_stream_header_push),
8442         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8443         (gst_avi_demux_loop):
8444           More code reuse and better logging in _peek_chunk(). Reintroduce check
8445           for chunk sizes before reading them (avoid oom). Better handling for 
8446           invalid chunksizes when streaming.
8447
8448 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8449
8450         * gst/level/gstlevel.c: (gst_level_set_property):
8451         * gst/level/gstlevel.h:
8452           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8453           René Stadler
8454
8455 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8456
8457         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8458         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8459         (gst_avi_demux_stream_data):
8460           Revert one change to fix streaming avi (adapter size != data size).
8461
8462 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8463
8464         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8465
8466         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8467         (gst_matroska_demux_reset),
8468         (gst_matroska_demux_read_track_encodings),
8469         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8470         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8471         (gst_matroska_demux_subtitle_caps):
8472         * gst/matroska/matroska-ids.h:
8473           Add support for VOBSUB subtitle tracks and zlib-compressed
8474           tracks. Make sure we start on a keyframe after a seek. (#343348)
8475
8476 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8477
8478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8479         (gst_matroska_demux_push_flac_codec_priv_data),
8480         (gst_matroska_demux_push_xiph_codec_priv_data),
8481         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8482         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8483         * gst/matroska/matroska-ids.h:
8484           Add basic FLAC support (#311586), not perfect yet though, needs some
8485           tweaking in flacdec; also, seeking could be better.
8486           Do better bounds checking when deserialising vorbis stream headers
8487           to make sure we don't read beyond the end of the buffer on bad input.
8488
8489 2006-09-04  Wim Taymans  <wim@fluendo.com>
8490
8491         Patch by: Alessandro Decina <alessandro at nnva dot org>
8492
8493         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8494         Seeking back in a file containing a CMML stream errors out if the seek
8495         goes back up to the CMML headers. This is because after the seek the xml
8496         processing instruction <?xml ...?> is submitted to the xml parser again, 
8497         which results in an error. The attached patch fixes the problem. 
8498         Fixes #353908.
8499
8500         * ext/annodex/gstcmmlenc.h:
8501         Fix authors name.
8502
8503
8504 2006-08-28  Andy Wingo  <wingo@pobox.com>
8505
8506         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8507         New helper function to lessen the ifdefs.
8508         (GST_INFO_OBJECT): 
8509         (gst_dv1394src_iso_receive): Use it.
8510         (gst_dv1394src_create): Also use the control sockets in iec61883
8511         mode.
8512         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8513         handle for AVC operations; fixes #348233.
8514
8515 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8516
8517         * configure.ac:
8518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8519         * docs/plugins/inspect/plugin-audiofx.xml:
8520         * docs/plugins/inspect/plugin-audiofxgood.xml:
8521         * gst/audiofx/Makefile.am:
8522         * gst/audiofx/audiofx.c:
8523         * gst/audiofxgood/.cvsignore:
8524         * gst/audiofxgood/Makefile.am:
8525         * gst/audiofxgood/audiofx.c:
8526         * gst/audiofxgood/audiopanorama.c:
8527         * gst/audiofxgood/audiopanorama.h:
8528           Rename again (audiofxgood -> audiofx).
8529
8530 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8531
8532         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8533         (gst_avi_demux_stream_scan):
8534           Initialze variables.
8535
8536 2006-08-25  Wim Taymans  <wim@fluendo.com>
8537
8538         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8539         (gst_avi_demux_init), (gst_avi_demux_finalize),
8540         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8541         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8542         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8543         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8544         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8545         (gst_avi_demux_massage_index),
8546         (gst_avi_demux_calculate_durations_from_index),
8547         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8548         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8549         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8550         (gst_avi_demux_change_state):
8551         * gst/avi/gstavidemux.h:
8552         More attempts to turn this into readable code.
8553         Don't leak adapters.
8554         Calculate duration according to index more efficiently.
8555         Don't try to act like we drive the pipeline in chain mode.
8556
8557 2006-08-25  Wim Taymans  <wim@fluendo.com>
8558
8559         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8560         Fix build.
8561
8562 2006-08-25  Wim Taymans  <wim@fluendo.com>
8563
8564         Patch by: Alessandro Decina <alessandro at nnva dot org>
8565
8566         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8567         Do some extra sanity checks.
8568         Fixes #350340.
8569
8570         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8571         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8572         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8573         Check if clip->start_time is valid before adding the clip to the
8574         track list.
8575         Reset enc->preamble going from PAUSED to READY.
8576         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8577         only used for EOS.
8578         Only post an error message if we were the one that created the fatal
8579         GstFlowReturn value.
8580
8581         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8582         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8583         Parse the seconds field of the npt-sec time format using %llu rather than
8584         %d and check that the value scaled by GST_SECOND doesn't overflow.
8585         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8586         Lookup a clip's track with clip->track rather than clip->id which
8587         makes no sense.
8588         Identify a clip by its track and start time and not its xml id.
8589         do some more input checking and make sure we don't do undefined shifts.
8590
8591         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8592         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8593         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8594         (push_clip), (push_empty_clip), (check_output_clip),
8595         (GST_START_TEST), (cmmldec_suite):
8596         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8597         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8598         (check_headers), (push_clip), (check_clip_times), (check_clip),
8599         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8600         Added some more checks.
8601
8602 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8603
8604         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8605         (gst_audio_panorama_set_property),
8606         (gst_audio_panorama_get_property),
8607         (gst_audio_panorama_transform_m2s_int),
8608         (gst_audio_panorama_transform_s2s_int),
8609         (gst_audio_panorama_transform_m2s_float),
8610         (gst_audio_panorama_transform_s2s_float):
8611         * gst/audiofxgood/audiopanorama.h:
8612         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8613           Make also the pan-property float (saves scaling and yields better
8614           resolution)
8615
8616 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8617
8618         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8619         (gst_audio_panorama_transform_m2s_float),
8620         (gst_audio_panorama_transform_s2s_float):
8621           ChangeLog surgery to add cymax's real name
8622
8623
8624 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8625
8626         Patch by: René Stadler <mail@renestadler.de>
8627
8628         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8629         (gst_audio_panorama_transform_m2s_int),
8630         (gst_audio_panorama_transform_s2s_int),
8631         (gst_audio_panorama_transform_m2s_float),
8632         (gst_audio_panorama_transform_s2s_float),
8633         (gst_audio_panorama_transform):
8634         * gst/audiofxgood/audiopanorama.h:
8635           Added float support
8636
8637 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8638
8639         * gst/audiofxgood/audiopanorama.c:
8640         (gst_audio_panorama_transform_m2s):
8641           Fix docs & debug category. Add Fixme for volume pan levels.
8642
8643 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8644
8645         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8646         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8647         (gst_avi_demux_stream_header_pull),
8648         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8649         (gst_avi_demux_chain):
8650           unbreak AVI index handling, some more debug, remove an obsolete
8651           adapter_flush that caused streaming to wander off in the wild
8652
8653 2006-08-24  Wim Taymans  <wim@fluendo.com>
8654
8655         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8656         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8657         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8658         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8659         (gst_avi_demux_calculate_durations_from_index),
8660         (gst_avi_demux_stream_header_push),
8661         (gst_avi_demux_stream_header_pull):
8662         * gst/avi/gstavidemux.h:
8663         Some more cleanups. 
8664         Fix totalFrames parsing in ODML.
8665         Disable use of index for length calculation in case of ODML as this is
8666         broken now.
8667
8668 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8669
8670         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8671           Use libgsttag helper function here too.
8672
8673 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8674
8675         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8676         (gst_avi_demux_init), (gst_avi_demux_dispose),
8677         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8678         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8679         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8680         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8681         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8682         (gst_avi_demux_parse_subindex),
8683         (gst_avi_demux_read_subindexes_push),
8684         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8685         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8686         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8687         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8688         (gst_avi_demux_stream_header_pull),
8689         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8690         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8691         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8692         (gst_avi_demux_change_state):
8693         * gst/avi/gstavidemux.h:
8694           Initial streaming support for avidemux (fixes #336465)
8695
8696 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8697
8698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8699           There is no taglibmux element ...
8700
8701         * gst/rtsp/gstrtspsrc.c:
8702           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8703           was complaining about unknown entity here.
8704
8705 2006-08-22  Wim Taymans  <wim@fluendo.com>
8706
8707         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8708         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8709         (gst_avi_demux_process_next_entry):
8710         * gst/avi/gstavidemux.h:
8711         Mark DISCONT.
8712         Remove old unused fields and reorder the struct a bit.
8713
8714 2006-08-22  Wim Taymans  <wim@fluendo.com>
8715
8716         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8717         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8718         (gst_rtspsrc_pause):
8719         * gst/rtsp/gstrtspsrc.h:
8720         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8721         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8722         Small documentation updates.
8723
8724 2006-08-22  Wim Taymans  <wim@fluendo.com>
8725
8726         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8727         (gst_avi_demux_index_entry_for_time),
8728         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8729         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8730         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8731         (gst_avi_demux_next_data_buffer),
8732         (gst_avi_demux_calculate_durations_from_index),
8733         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8734         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8735         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8736         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8737         * gst/avi/gstavidemux.h:
8738         Precalc most of the duration query for each stream.
8739         Make seeking more correct.
8740         Use GstSegment to track position and duration.
8741         Code cleanups and leak fixes.
8742         Calculate correct total duration based on index length.
8743
8744 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8745
8746         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8747         (parse_insert_string_field):
8748           If strings in text fields are marked ISO8859-1, but contain
8749           valid UTF-8 already, then handle them as UTF-8 and ignore
8750           the encoding. (#351794)
8751
8752 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8753
8754         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8755         (gst_flac_dec_write), (gst_flac_dec_loop),
8756         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8757         (gst_flac_dec_src_query):
8758         * ext/flac/gstflacdec.h:
8759           Make flac-in-ogg work (#352100).
8760
8761 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8762
8763         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8764           Don't unref buffers of which we've already given away
8765           ownership to the adapter.
8766
8767 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8768
8769         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8770           Make metadata extraction actually work.
8771
8772         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8773         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8774         (gst_speexenc_chain):
8775           Fix metadata writing: replace old code which wrote completely
8776           broken tags with libgsttag-based code. Plus miscellaneous
8777           code cleanups (use static pad templates etc.) and a bunch
8778           of leak fixes.
8779
8780 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8781
8782         * gst/audiopanorama/.cvsignore:
8783         * gst/audiopanorama/Makefile.am:
8784         * gst/audiopanorama/audiofx.c:
8785         * gst/audiopanorama/audiopanorama.c:
8786         * gst/audiopanorama/audiopanorama.h:
8787           die! die! die! you should never have been there
8788
8789 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8790
8791         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8792         Fix invalid memory access in audiopanorama test suite.
8793
8794 2006-08-21  Edward Hervey  <edward@fluendo.com>
8795
8796         * tests/check/elements/.cvsignore:
8797         ignore built file
8798
8799 2006-08-21  Wim Taymans  <wim@fluendo.com>
8800
8801         * gst/rtp/Makefile.am:
8802         Fix the build again.
8803
8804 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8805
8806         * gst/audiofxgood/.cvsignore:
8807         * gst/audiofxgood/Makefile.am:
8808         * gst/audiofxgood/audiofx.c: (plugin_init):
8809         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8810         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8811         (gst_audio_panorama_set_property),
8812         (gst_audio_panorama_get_property),
8813         (gst_audio_panorama_get_unit_size),
8814         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8815         (gst_audio_panorama_transform_m2s),
8816         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8817         * gst/audiofxgood/audiopanorama.h:
8818           resubmit with the desired name *again*
8819
8820 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8821
8822         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8823         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8824           use g_assert in _get_unit_size
8825
8826 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8827
8828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8829         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8830         * docs/plugins/inspect/plugin-audiofxgood.xml:
8831           cleanup -unused.txt to make it useful, add previously missing docs
8832
8833         * ext/Makefile.am:
8834           Quietly (accidentally) enable LADSPA for building by default, 
8835           despite the fact that it doesn't meet the plugin checklist.
8836             -- Added by Jan Schmidt 18 Dec 2006
8837
8838         * ext/esd/esdmon.c:
8839         * ext/esd/esdsink.c:
8840         * ext/esd/gstesd.c: (plugin_init):
8841           reflow to get rid of two external symbols
8842
8843         * gst/audiofxgood/audiofx.c: (plugin_init):
8844           re-add
8845
8846 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8847
8848         * configure.ac:
8849         * gst/audiofxgood/.cvsignore:
8850         * gst/audiofxgood/Makefile.am:
8851         * gst/audiofxgood/audiofx.c
8852         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8853         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8854         (gst_audio_panorama_set_property),
8855         (gst_audio_panorama_get_property),
8856         (gst_audio_panorama_get_unit_size),
8857         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8858         (gst_audio_panorama_transform_m2s),
8859         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8860         * gst/audiofxgood/audiopanorama.h:
8861         * tests/check/Makefile.am:
8862         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8863         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8864         (panorama_suite), (main):
8865         Add audiofxgood plugin with audiopanorama element
8866
8867 2006-08-18  Wim Taymans  <wim@fluendo.com>
8868
8869         * docs/plugins/Makefile.am:
8870         More Oss docs fixage. 
8871
8872 2006-08-18  Wim Taymans  <wim@fluendo.com>
8873
8874         * gst/rtp/Makefile.am:
8875         * gst/rtp/gstrtp.c: (plugin_init):
8876         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8877         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8878         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8879         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8880         (gst_rtp_sv3v_depay_get_property),
8881         (gst_rtp_sv3v_depay_change_state),
8882         (gst_rtp_sv3v_depay_plugin_init):
8883         * gst/rtp/gstrtpsv3vdepay.h:
8884         Added experimental SVQ3 depayloader.
8885
8886 2006-08-18  Edward Hervey  <edward@fluendo.com>
8887
8888         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8889         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8890         * ext/dv/gstdvdemux.h:
8891         When handling seek requests, don't send the newsegment event from the
8892         calling thread. Instead save it so it can be sent from the streaming
8893         thread.
8894
8895 2006-08-17  Wim Taymans  <wim@fluendo.com>
8896
8897         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8898
8899         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8900         Accept leading whitespace before the boundary
8901         This patch makes the demuxer allow some whitespace before the actual
8902         boundary. This makes the demuxer work with the ``old'' gstreamer
8903         multipartmuxer again (which placed an extra \n before the start
8904         of the stream) Fixes #349068.
8905
8906 2006-08-17  Wim Taymans  <wim@fluendo.com>
8907
8908         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8909         Error out on non-implemented stuff.
8910
8911 2006-08-16  Wim Taymans  <wim@fluendo.com>
8912
8913         Patch by: Andy Wingo <wingo at pobox dot com>
8914
8915         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8916         (gst_signal_processor_start), (gst_signal_processor_stop),
8917         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8918         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8919         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8920         (gst_signal_processor_change_state):
8921         Make ladspa elements reusable. Fixes #350006.
8922
8923 2006-08-16  Wim Taymans  <wim@fluendo.com>
8924
8925         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8926         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8927         names as possible. Fixes #349901.
8928
8929 2006-08-16  Wim Taymans  <wim@fluendo.com>
8930
8931         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8932         (gst_signal_processor_do_pushes):
8933         A push() gives away our refcount so we should not use the buffer on the
8934         pen anymore.
8935
8936 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8939         (gst_oss_mixer_element_finalize):
8940           Don't leak device string.
8941
8942 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8943
8944         * configure.ac:
8945           Require CVS of GStreamer core and -base (for
8946           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8947
8948         * ext/taglib/gstid3v2mux.cc:
8949           Write extended comment tags properly (#348762).
8950
8951         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8952         (parse_comment_frame):
8953           Extract COMM frames into extended comments, which makes it
8954           easier to properly retain the description bit of the tag
8955           and maintain this information when re-tagging (#348762).
8956
8957 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8958
8959         * tests/check/Makefile.am:
8960           Don't try to run annodex unit tests if the annodex
8961           plugin has not been built (Fixes #351116).
8962
8963 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8964
8965         * gst/autodetect/gstautoaudiosink.c:
8966         (gst_auto_audio_sink_find_best):
8967           When we can't find a usable audiosink, don't error out,
8968           but use a fake sink instead and post a warning message
8969           on the bus (#341278).
8970
8971 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8972
8973         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8974         * sys/oss/gstosssink.c:
8975         * sys/oss/gstosssrc.c:
8976           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8977           ossmixer's new device property.
8978
8979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8981           Add docs for OSS elements.
8982
8983         * docs/plugins/inspect/plugin-aasink.xml:
8984         * docs/plugins/inspect/plugin-alaw.xml:
8985         * docs/plugins/inspect/plugin-alpha.xml:
8986         * docs/plugins/inspect/plugin-alphacolor.xml:
8987         * docs/plugins/inspect/plugin-annodex.xml:
8988         * docs/plugins/inspect/plugin-apetag.xml:
8989         * docs/plugins/inspect/plugin-auparse.xml:
8990         * docs/plugins/inspect/plugin-autodetect.xml:
8991         * docs/plugins/inspect/plugin-avi.xml:
8992         * docs/plugins/inspect/plugin-cacasink.xml:
8993         * docs/plugins/inspect/plugin-cairo.xml:
8994         * docs/plugins/inspect/plugin-cdio.xml:
8995         * docs/plugins/inspect/plugin-cutter.xml:
8996         * docs/plugins/inspect/plugin-debug.xml:
8997         * docs/plugins/inspect/plugin-dv.xml:
8998         * docs/plugins/inspect/plugin-efence.xml:
8999         * docs/plugins/inspect/plugin-effectv.xml:
9000         * docs/plugins/inspect/plugin-esdsink.xml:
9001         * docs/plugins/inspect/plugin-flac.xml:
9002         * docs/plugins/inspect/plugin-flxdec.xml:
9003         * docs/plugins/inspect/plugin-gconfelements.xml:
9004         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9005         * docs/plugins/inspect/plugin-goom.xml:
9006         * docs/plugins/inspect/plugin-halelements.xml:
9007         * docs/plugins/inspect/plugin-icydemux.xml:
9008         * docs/plugins/inspect/plugin-id3demux.xml:
9009         * docs/plugins/inspect/plugin-jpeg.xml:
9010         * docs/plugins/inspect/plugin-level.xml:
9011         * docs/plugins/inspect/plugin-matroska.xml:
9012         * docs/plugins/inspect/plugin-mulaw.xml:
9013         * docs/plugins/inspect/plugin-multipart.xml:
9014         * docs/plugins/inspect/plugin-navigationtest.xml:
9015         * docs/plugins/inspect/plugin-ossaudio.xml:
9016         * docs/plugins/inspect/plugin-png.xml:
9017         * docs/plugins/inspect/plugin-rtp.xml:
9018         * docs/plugins/inspect/plugin-rtsp.xml:
9019         * docs/plugins/inspect/plugin-shout2send.xml:
9020         * docs/plugins/inspect/plugin-smpte.xml:
9021         * docs/plugins/inspect/plugin-speex.xml:
9022         * docs/plugins/inspect/plugin-taglib.xml:
9023         * docs/plugins/inspect/plugin-udp.xml:
9024         * docs/plugins/inspect/plugin-videobalance.xml:
9025         * docs/plugins/inspect/plugin-videobox.xml:
9026         * docs/plugins/inspect/plugin-videoflip.xml:
9027         * docs/plugins/inspect/plugin-videomixer.xml:
9028         * docs/plugins/inspect/plugin-wavenc.xml:
9029         * docs/plugins/inspect/plugin-wavparse.xml:
9030         * docs/plugins/inspect/plugin-ximagesrc.xml:
9031           Update to CVS version.
9032           
9033 2006-08-16  Wim Taymans  <wim@fluendo.com>
9034
9035         * gst/rtp/gstrtpamrdepay.c:
9036         * gst/rtp/gstrtpmp4gdepay.c:
9037         Caps extra properties must be defined as strings for
9038         depayloaders because they are generated from an SDP.
9039
9040         * gst/rtp/Makefile.am:
9041         * gst/rtp/gstrtp.c: (plugin_init):
9042         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9043         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9044         (gst_rtp_h264_depay_finalize), (decode_base64),
9045         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9046         (gst_rtp_h264_depay_set_property),
9047         (gst_rtp_h264_depay_get_property),
9048         (gst_rtp_h264_depay_change_state),
9049         (gst_rtp_h264_depay_plugin_init):
9050         * gst/rtp/gstrtph264depay.h:
9051         Added basic, not completely functional RFC 3984 H264 depayloader.
9052
9053 2006-08-16  Wim Taymans  <wim@fluendo.com>
9054
9055         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9056         Add pads after setting them up.
9057
9058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9059         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9060         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9061         (gst_rtspsrc_stream_setup_rtp),
9062         (gst_rtspsrc_stream_configure_transport),
9063         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9064         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9065         (gst_rtspsrc_pause):
9066         * gst/rtsp/gstrtspsrc.h:
9067         Fix interleaved mode.
9068          - Protect streaming with lock.
9069          - Combine flows
9070          - set caps on outgoing buffers.
9071          - strip trailing \0 from data packets.
9072          - Configure RTP/RTCP in stream.
9073         Use DEBUG_OBJECT more.
9074
9075 2006-08-16  Wim Taymans  <wim@fluendo.com>
9076
9077         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9078         Turn a g_print into a DEBUG line.
9079
9080 2006-08-13  Wim Taymans  <wim@fluendo.com>
9081
9082         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9083         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9084         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9085         (gst_oss_mixer_element_get_property),
9086         (gst_oss_mixer_element_change_state):
9087         * sys/oss/gstossmixerelement.h:
9088         Small cleanups. Better error reporting.
9089         Add device property for the mixer instead of the hardcoded
9090         /dev/mixer. Fixes #350785.
9091         API: GstOssMixerElement::device property
9092
9093 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9094
9095         Patch by: Jens Granseuer <jensgr at gmx net>
9096
9097         * gconf/Makefile.am:
9098           Make --disable-schemas work right (they still need
9099           to be copied to the installation directory, just not
9100           applied). Fixes #351347 (also #344100).
9101           
9102 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9103
9104         * configure.ac: back to HEAD
9105
9106 === release 0.10.4 ===
9107
9108 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9109
9110         * configure.ac:
9111           releasing 0.10.4, "Dear Leader"
9112
9113 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9114
9115         Patch by: Edward Hervey <edward@fluendo.com>
9116
9117         * configure.ac:
9118         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9119         (gst_wavparse_stream_data):
9120         Send the newsegment event in the streaming thread.
9121         Fixes #347529
9122
9123 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9124
9125         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9126         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9127         (gst_smokeenc_resync), (gst_smokeenc_chain):
9128           Refuse sink caps in the encoder if width or height is not a
9129           multiple of 16, the encoder does not support that yet (#349939);
9130           along the same lines, check the return value of the encoder
9131           setup function; also remove some debug log clutter.
9132
9133 2006-08-04  Andy Wingo  <wingo@pobox.com>
9134
9135         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9136         whether a processor can work in place or not, and for keeping
9137         track of its state. Change the FlowReturn instance variable from
9138         "state" to "flow_state", all callers changed.
9139
9140         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9141         (gst_signal_processor_start, gst_signal_processor_stop)
9142         (gst_signal_processor_cleanup): New functions to manage the
9143         processor's state.
9144         (gst_signal_processor_setcaps): start() as well as setup() here.
9145         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9146         (gst_signal_processor_change_state): Stop and cleanup the
9147         processor as we go to NULL.
9148
9149         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9150         INPLACE_BROKEN is not set.
9151
9152         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9153         Do the alloc_buffer in bytes, not frames.
9154         
9155 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9156
9157         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9158         Fix rgb masks when recording in < 24bpp.
9159
9160 2006-08-04  Andy Wingo  <wingo@pobox.com>
9161
9162         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9163         (gst_signal_processor_prepare)
9164         (gst_signal_processor_update_inputs)
9165         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9166         (gst_signal_processor_flush)
9167         (gst_signal_processor_sink_activate_push)
9168         (gst_signal_processor_src_activate_pull)
9169         (gst_signal_processor_change_state): Remove the last of the code
9170         that assumes that we process whole buffers at a time. Fix some
9171         debugging. Seems to work now in some cases.
9172         (gst_signal_processor_src_activate_pull): BPB
9173
9174 2006-08-01  Andy Wingo  <wingo@pobox.com>
9175
9176         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9177         Fix nframes-choosing.
9178         (gst_signal_processor_init): Init pending_in and pending_out.
9179
9180         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9181         more default sample rate, although we never check that the sample
9182         rate actually gets set. Something for the future.
9183         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9184         (gst_signal_processor_event): Refcount fixen.
9185         (gst_signal_processor_process): Pull the number of frames to
9186         process from the sizes of the buffers in the input pens.
9187         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9188         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9189         it instead of buffer_frames.
9190         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9191         to do_pulls.
9192         (gst_signal_processor_chain)
9193         (gst_signal_processor_sink_activate_push)
9194         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9195
9196         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9197
9198 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9199
9200         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9201         (gst_signal_processor_process):
9202           don't query buffer-frames from caps, add lots of debug-log,
9203           try fix for assert (#349189)
9204
9205 2006-07-31  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/udp/gstudpsrc.c:
9208         Fix docs.
9209
9210 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9211
9212         * ext/ladspa/gstsignalprocessor.c:
9213         (gst_signal_processor_add_pad_from_template),
9214         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9215         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9216         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9217         (gst_signal_processor_sink_activate_push),
9218         (gst_signal_processor_src_activate_pull),
9219         (gst_signal_processor_change_state):
9220          Add debugs logs here and there, add more error handling, add some
9221          FIXME comments, filed #349189
9222
9223 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9224
9225         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9226         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9227         Set caps on buffer correctly.  Fixes bug #349155.
9228
9229 2006-07-28  Wim Taymans  <wim@fluendo.com>
9230
9231         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9232
9233         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9234         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9235         (gst_multipart_demux_finalize), (get_line_end),
9236         (multipart_parse_header), (multipart_find_boundary),
9237         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9238         (gst_multipart_set_property), (gst_multipart_get_property):
9239         Uses GstAdapter instead of own buffering.
9240         Actually parses the mime-type correctly (In tests the mime-type was
9241         always "" with the old version).
9242         Uses the Content-length header if available to speed up things.
9243         Reliably autoscans the boundary name by default.
9244         Fixes #349068.
9245
9246         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9247         Don't start the stream with a \n.
9248
9249 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9250
9251         Patch by: Brian Cameron <brian dot cameron at sun com>
9252
9253         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9254           Open source with O_NONBLOCK (#349015).
9255
9256 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9257
9258         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9259         (gst_avi_demux_massage_index):
9260         * gst/avi/gstavidemux.h:
9261           Whitespace fixes and more debug
9262
9263 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         * gst/autodetect/gstautoaudiosink.c:
9266         (gst_auto_audio_sink_create_element_with_pretty_name),
9267         (gst_auto_audio_sink_find_best),
9268         (gst_auto_audio_sink_change_state):
9269           Get rid of old and unused magic sound-server properties stuff.
9270           Add suffix to child sink's name that makes it easy to see from
9271           the name alone which type it actually is (alsa, oss, esd, etc.).
9272
9273 2006-07-27  Wim Taymans  <wim@fluendo.com>
9274
9275         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9276         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9277         (gst_udpsrc_start):
9278         * gst/udp/gstudpsrc.h:
9279         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9280         not some sort of feature we enable.
9281
9282 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9283
9284         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9285           Use CLOSE_SOCKET() here instead of close() to maintain
9286           win32 workiness.
9287
9288 2006-07-27  Wim Taymans  <wim@fluendo.com>
9289
9290         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9291
9292         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9293         (gst_udpsrc_create), (gst_udpsrc_set_property),
9294         (gst_udpsrc_get_property), (gst_udpsrc_start):
9295         * gst/udp/gstudpsrc.h:
9296         Added "buffer-size" property to control the kernel receive buffer size.
9297         Update documentation.
9298         Small cleanups. Fixes #348752.
9299         API: buffer-size property
9300
9301 2006-07-26  Wim Taymans  <wim@fluendo.com>
9302
9303         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9304
9305         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9306         (gst_rtp_pcma_pay_handle_buffer):
9307         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9308         (gst_rtp_pcmu_pay_handle_buffer):
9309         Fix timestamp calculation on outgoing RTP packets.
9310         Fixes #348675.
9311
9312 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9313
9314         * ext/taglib/gstid3v2mux.cc:
9315           Fix writing of comment frames (should be COMM not TCOM),
9316           is still sub-optimal though, since we don't retain or
9317           extract the comment descriptions properly (#334375,
9318           also see #334375).
9319
9320 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         * gst/wavparse/gstwavparse.c:
9323           #define 'fact' RIFF chunk if we are not compiling against
9324           -base CVS (we don't want to depend on -base CVS for this
9325           one define only, and also not for release order reasons).
9326
9327 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * ext/taglib/gstid3v2mux.cc:
9330           Handle multiple tags of the same type properly. Re-inject
9331           unparsed ID3v2 frames that we get as binary blobs from
9332           id3demux into the tag again so we don't lose information
9333           when retagging (#334375).
9334
9335 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9336
9337         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9338           Document newly-added properties properly, so that there is a
9339           'Since: 0.10.4' in the plugin docs. Convert some property
9340           names into canonical GObject style (GObject will do that
9341           internally anyway).
9342
9343 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9344
9345         * gst/id3demux/id3tags.c:
9346         (id3demux_add_id3v2_frame_blob_to_taglist):
9347           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9348           well, and add the version to the blob's buffer caps, since that
9349           information will be needed for deserialisation later on (#348644).
9350
9351 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9352
9353         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9354         (gst_avi_demux_parse_stream):
9355          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9356          indentation and spacing.
9357
9358 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * docs/plugins/Makefile.am:
9361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9363         * docs/plugins/gst-plugins-good-plugins.args:
9364         * docs/plugins/inspect/plugin-1394.xml:
9365         * docs/plugins/inspect/plugin-aasink.xml:
9366         * docs/plugins/inspect/plugin-alaw.xml:
9367         * docs/plugins/inspect/plugin-alpha.xml:
9368         * docs/plugins/inspect/plugin-alphacolor.xml:
9369         * docs/plugins/inspect/plugin-annodex.xml:
9370         * docs/plugins/inspect/plugin-apetag.xml:
9371         * docs/plugins/inspect/plugin-auparse.xml:
9372         * docs/plugins/inspect/plugin-autodetect.xml:
9373         * docs/plugins/inspect/plugin-avi.xml:
9374         * docs/plugins/inspect/plugin-cacasink.xml:
9375         * docs/plugins/inspect/plugin-cairo.xml:
9376         * docs/plugins/inspect/plugin-cdio.xml:
9377         * docs/plugins/inspect/plugin-cutter.xml:
9378         * docs/plugins/inspect/plugin-debug.xml:
9379         * docs/plugins/inspect/plugin-dv.xml:
9380         * docs/plugins/inspect/plugin-efence.xml:
9381         * docs/plugins/inspect/plugin-effectv.xml:
9382         * docs/plugins/inspect/plugin-esdsink.xml:
9383         * docs/plugins/inspect/plugin-flac.xml:
9384         * docs/plugins/inspect/plugin-flxdec.xml:
9385         * docs/plugins/inspect/plugin-gconfelements.xml:
9386         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9387         * docs/plugins/inspect/plugin-goom.xml:
9388         * docs/plugins/inspect/plugin-halelements.xml:
9389         * docs/plugins/inspect/plugin-icydemux.xml:
9390         * docs/plugins/inspect/plugin-id3demux.xml:
9391         * docs/plugins/inspect/plugin-jpeg.xml:
9392         * docs/plugins/inspect/plugin-level.xml:
9393         * docs/plugins/inspect/plugin-matroska.xml:
9394         * docs/plugins/inspect/plugin-mulaw.xml:
9395         * docs/plugins/inspect/plugin-multipart.xml:
9396         * docs/plugins/inspect/plugin-navigationtest.xml:
9397         * docs/plugins/inspect/plugin-ossaudio.xml:
9398         * docs/plugins/inspect/plugin-png.xml:
9399         * docs/plugins/inspect/plugin-rtp.xml:
9400         * docs/plugins/inspect/plugin-rtsp.xml:
9401         * docs/plugins/inspect/plugin-shout2send.xml:
9402         * docs/plugins/inspect/plugin-smpte.xml:
9403         * docs/plugins/inspect/plugin-speex.xml:
9404         * docs/plugins/inspect/plugin-udp.xml:
9405         * docs/plugins/inspect/plugin-videobalance.xml:
9406         * docs/plugins/inspect/plugin-videobox.xml:
9407         * docs/plugins/inspect/plugin-videoflip.xml:
9408         * docs/plugins/inspect/plugin-videomixer.xml:
9409         * docs/plugins/inspect/plugin-wavenc.xml:
9410         * docs/plugins/inspect/plugin-wavparse.xml:
9411         * docs/plugins/inspect/plugin-ximagesrc.xml:
9412           Update files to CVS/Prerelease version, add esdsink docs.
9413
9414         * ext/esd/esdsink.c:
9415           Add gtk-doc blurb.
9416
9417         * gst/rtp/gstrtpmp4vpay.c:
9418           Fix typo in element description.
9419
9420 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9421
9422         * ext/esd/esdsink.c: (gst_esdsink_open),
9423         (gst_esdsink_factory_init):
9424           Prevent libesd from auto-spawning a sound daemon if it
9425           is not already running. Now that we don't do evil stuff
9426           like that any longer we can give esdsink a rank so that
9427           autoaudiosink will try it as well if all other audio
9428           sinks fail (#343051).
9429
9430 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9431
9432         * ext/esd/Makefile.am:
9433           Oops, need to remove README from EXTRA_DIST as well.
9434
9435 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9436
9437         * ext/esd/README:
9438           Remove, it contains nothing useful anyway.
9439
9440         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9441         (gst_esdsink_delay):
9442           Some small clean-ups; use GST_BOILERPLATE etc.
9443
9444 2006-07-24  Wim Taymans  <wim@fluendo.com>
9445
9446         * gst/law/alaw-decode.c: (alawdec_getcaps):
9447         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9448         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9449         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9450         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9451
9452 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9453
9454         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9455         (gst_wavparse_other), (gst_wavparse_perform_seek),
9456         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9457         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9458         (gst_wavparse_pad_query):
9459         * gst/wavparse/gstwavparse.h:
9460           Use information from 'fact' chunk for length calculation of compressed
9461           samples. Calculate bps if bogus value is found in wav header (embeded
9462           mp2/mp3).
9463           
9464
9465 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9468
9469         * configure.ac:
9470         * gst/udp/Makefile.am:
9471         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9472         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9473         * gst/udp/gstdynudpsink.h:
9474         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9475         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9476         * gst/udp/gstmultiudpsink.h:
9477         * gst/udp/gstudp.c: (plugin_init):
9478         * gst/udp/gstudpsink.h:
9479         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9480         (gst_udpsrc_start), (gst_udpsrc_stop):
9481         * gst/udp/gstudpsrc.h:
9482         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9483         (gst_udp_net_utils_win32_wsa_startup):
9484         * gst/udp/gstudpnetutils.h:
9485           Port udp plugin to win32 (#345288).
9486
9487 2006-07-24  Wim Taymans  <wim@fluendo.com>
9488
9489         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9490         Remove unwanted DEBUG line.
9491
9492 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9493
9494         * gst/id3demux/gstid3demux.c: (plugin_init):
9495         * gst/id3demux/id3tags.c:
9496         (id3demux_add_id3v2_frame_blob_to_taglist):
9497         * gst/id3demux/id3tags.h:
9498           On second thought, it might be wiser and more efficient
9499           not to do tag registration from a streaming thread.
9500
9501 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9502
9503         * gst/id3demux/id3tags.c:
9504         (id3demux_add_id3v2_frame_blob_to_taglist),
9505         (id3demux_id3v2_frames_to_tag_list):
9506           Put ID3v2 frames we can't parse as binary blobs into private
9507           tags, so that they are not lost when retagging, at least once
9508           id3v2mux has been taught to re-inject those frames again.
9509           See bug #334375.
9510
9511 2006-07-21  Wim Taymans  <wim@fluendo.com>
9512
9513         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9514         (gst_avi_demux_process_next_entry):
9515         Fix some leaks.
9516
9517         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9518         Don't use \n in debug lines.
9519
9520 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9521
9522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9524           Add annodex and icydemux, cleanup the sections a bit
9525
9526 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9527
9528         Patch by: Alex Lancaster <alexl at users sourceforge net>
9529
9530         * ext/taglib/gstid3v2mux.cc:
9531           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9532           ID3v2 TSSE frames (#347898).
9533
9534 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9535
9536         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9537           Respect mpegversion for "video/mpeg" and give message in case of
9538           unhandled versions.
9539
9540 2006-07-17  Wim Taymans  <wim@fluendo.com>
9541
9542         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9543         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9544         (gst_pngdec_chain), (gst_pngdec_sink_event),
9545         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9546         (gst_pngdec_sink_activate_push):
9547         * ext/libpng/gstpngdec.h:
9548         Use statically allocated segment instead of leaking.
9549         Various cleanups.
9550         Fix flush and seek handling.
9551
9552 2006-07-16  Wim Taymans  <wim@fluendo.com>
9553
9554         * gst/rtp/Makefile.am:
9555         * gst/rtp/gstrtp.c: (plugin_init):
9556         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9557         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9558         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9559         (gst_rtp_mp4g_depay_set_property),
9560         (gst_rtp_mp4g_depay_get_property),
9561         (gst_rtp_mp4g_depay_change_state),
9562         (gst_rtp_mp4g_depay_plugin_init):
9563         * gst/rtp/gstrtpmp4gdepay.h:
9564         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9565         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9566         (gst_rtp_mp4g_pay_flush):
9567         Added simple generic mpeg4 depayloader.
9568         Fix generic mpeg4 payloader.
9569
9570 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9571
9572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9573           Don't try doing state changes on a NULL pointer.
9574
9575 2006-07-14  Wim Taymans  <wim@fluendo.com>
9576
9577         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9578
9579         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9580         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9581         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9582         * gst/rtp/gstrtpamrdepay.h:
9583         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9584         Fixes #321191
9585
9586 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9587
9588         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9589         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9590         Fix segfault when moving mouse pointer to the bottom right corner.
9591
9592 2006-07-12  Wim Taymans  <wim@fluendo.com>
9593
9594         * gst/rtp/Makefile.am:
9595         * gst/rtp/gstrtp.c: (plugin_init):
9596         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9597         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9598         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9599         (gst_rtp_mp2t_depay_set_property),
9600         (gst_rtp_mp2t_depay_get_property),
9601         (gst_rtp_mp2t_depay_change_state),
9602         (gst_rtp_mp2t_depay_plugin_init):
9603         * gst/rtp/gstrtpmp2tdepay.h:
9604         Added mpeg2 TS depayloader. Closing #347234.
9605
9606 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9609           Remove g_assert that shouldn't be there and was triggered
9610           after trying to open a device that doesn't exist or can't
9611           be opened for some other reason (#347972).
9612
9613 2006-07-10  Edward Hervey  <edward@fluendo.com>
9614
9615         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9616         (gst_avi_demux_stream_header), (push_tag_lists):
9617         * gst/avi/gstavidemux.h:
9618         Don't push tag events found by gst_riff_parse_info() before outputting
9619         GST_EVENT_NEWSEGMENT.
9620
9621 2006-07-10  Wim Taymans  <wim@fluendo.com>
9622
9623         * gst/rtsp/Makefile.am:
9624         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9625         (rtsp_connection_close):
9626         * gst/rtsp/rtspdefs.h:
9627         replaced closesocket and close in code with one CLOSE_SOCKET. 
9628         Some more cleanups. Fixes #345301.
9629
9630 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9631
9632         * gst/autodetect/gstautoaudiosink.c:
9633           Fix example pipeline in docs.
9634
9635 2006-07-10  Wim Taymans  <wim@fluendo.com>
9636
9637         Patch by: Rob Taylor <robtaylor at floopily dot org>
9638
9639         * gst/udp/gstmultiudpsink.c: (join_multicast),
9640         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9641         If a destination is added before the stream is set to PAUSED, the
9642         multicast group is not joined as the socket is not created yet. 
9643         Also TTL and LOOP should also be set. Fixes #346921.
9644
9645 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9646
9647         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9648         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9649         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9650         (gst_ximage_src_init):
9651         * sys/ximage/gstximagesrc.h:
9652         Fix use-damage property to actually work :)
9653         Add startx, starty, endx, endy properties so screencasts other than full
9654         screen ones can work.
9655
9656 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9657
9658         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9659         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9660         (gst_ximage_src_class_init), (gst_ximage_src_init):
9661         * sys/ximage/gstximagesrc.h:
9662         Add use_damage property to offer ability to choose whether to use
9663         XDamage or not.
9664
9665 2006-07-07  Wim Taymans  <wim@fluendo.com>
9666
9667         * gst/goom/filters.c: (zoomFilterSetResolution):
9668         Avoid goom coredumping by clearing memory. 
9669         Fixes 345679.
9670
9671 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9672
9673         * win32/vs6/libgstid3demux.dsp:
9674         Add a link to libgsttag-0.10.lib.
9675
9676 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9677
9678         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9679         (gst_tag_demux_read_range):
9680         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9681         (gst_id3demux_read_range):
9682           Don't return FLOW_UNEXPECTED when a buffer is before
9683           the start of the stream (which might happen with
9684           large ID3v2 tags if the tag reading was done pullrange
9685           based and we then switched to push mode later on).
9686           Fixes regression introduced by commit from June 29th.
9687
9688 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690         * ext/taglib/gstid3v2mux.cc:
9691           Make UTF-8 the default encoding when writing string
9692           tags (before, our UTF-8 strings would automatically
9693           be converted to ISO-8859-1 by taglib and written as
9694           ISO-8859-1 fields if that was possible).
9695
9696         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9697         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9698         (test_taglib_id3mux_with_tags):
9699           Add test case that makes sure our UTF-8 strings have
9700           actually been written into the tag as UTF-8.
9701
9702 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9703
9704         * configure.ac:
9705           Let's try that again.
9706
9707 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9708
9709         * configure.ac:
9710           Disable monoscope plugin for now until it fulfills
9711           all the requirements.
9712
9713 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9714
9715         * configure.ac:
9716         * gst/monoscope/Makefile.am:
9717         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9718         (gst_monoscope_class_init), (gst_monoscope_init),
9719         (gst_monoscope_finalize), (gst_monoscope_reset),
9720         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9721         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9722         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9723         (gst_monoscope_change_state), (plugin_init):
9724         * gst/monoscope/gstmonoscope.h:
9725           Port monoscope visualisation to 0.10.
9726
9727 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9730         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9731           Return FLOW_UNEXPECTED when at the end of the file, not
9732           FLOW_ERROR. Fixes 'internal stream error' errors that
9733           would sometimes occur in totem when scrubbing to the
9734           end of an ID3v1 tagged mp3 file.
9735
9736 2006-07-03  Edward Hervey  <edward@fluendo.com>
9737
9738         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9739         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9740         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9741         * ext/libpng/gstpngdec.h:
9742         Implement buffer clipping/dropping using GstSegment.
9743         This provides accurate seeking.
9744
9745 2006-07-03  Edward Hervey  <edward@fluendo.com>
9746
9747         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9748         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9749         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9750         (gst_avi_demux_process_next_entry), (push_tag_lists),
9751         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9752         * gst/avi/gstavidemux.h:
9753         Proper aggregation of each stream's GstFlowReturn in order to figure out
9754         whether the task should stop or not.
9755         Don't send inline events before pushing out a NEW_SEGMENT, more
9756         specifically for GST_TAG_EVENT.
9757         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9758         sub-indexes.
9759
9760 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9761
9762         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9763
9764         * sys/sunaudio/gstsunaudiomixerctrl.c:
9765         (gst_sunaudiomixer_ctrl_build_list):
9766           Move "Monitor" slider to input tab so it works more like
9767           sdtaudiocontrol, which is what people on Solaris are used
9768           to using for their mixer program (#346259).
9769
9770 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9771
9772         * tests/check/elements/level.c: (GST_START_TEST):
9773           fix a leak, clean up at the end
9774
9775 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9776
9777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9778         (gst_matroska_demux_send_event),
9779         (gst_matroska_demux_loop_stream_parse_id):
9780         * gst/matroska/matroska-ids.h:
9781           Send tag event after newsegment event.
9782
9783 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9784
9785         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9786         (gst_id3demux_read_range):
9787           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9788           certain cases where a read beyond the end of the file is
9789           requested. Fixes #345930.
9790
9791         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9792         (gst_tag_demux_read_range):
9793           Fix same issue here as well.
9794
9795 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9796
9797         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9798         
9799         Fix hypothetical crash.
9800
9801 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9802
9803         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9804
9805         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9806           Do not modify the ports value. If the user has turned off the
9807           built-in speakers, then we should not reset it in the prepare
9808           function, since this causes the built-in speakers to turn
9809           back on anytime the user changes a track in totem, rhythmbox,
9810           etc. (#346066).
9811
9812 2006-06-23  Wim Taymans  <wim@fluendo.com>
9813
9814         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9815         Fix double caps unref when negotiation fails.
9816
9817 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * ext/annodex/gstcmmldec.c:
9820         * ext/annodex/gstcmmlenc.c:
9821         * ext/annodex/gstcmmlparser.c:
9822         * ext/dv/gstdvdec.c:
9823         * ext/dv/gstdvdemux.c:
9824         * ext/gdk_pixbuf/pixbufscale.c:
9825         * ext/jpeg/gstjpegenc.c:
9826         * ext/jpeg/gstsmokedec.c:
9827         * ext/jpeg/gstsmokeenc.c:
9828         * ext/libpng/gstpngdec.c:
9829         * ext/libpng/gstpngenc.c:
9830         * ext/speex/gstspeexenc.c:
9831         * gst/alpha/gstalphacolor.c:
9832         * gst/cutter/gstcutter.c:
9833         * gst/debug/gstnavigationtest.c:
9834         * gst/icydemux/gsticydemux.c:
9835         * gst/level/gstlevel.c:
9836         * gst/multipart/multipart.c:
9837         * gst/rtp/gstrtpamrpay.c:
9838         * gst/rtp/gstrtpdepay.c:
9839         * gst/rtp/gstrtpilbcpay.c:
9840         * gst/rtp/gstrtpmp4gpay.c:
9841         * gst/rtp/gstrtpmp4vpay.c:
9842         * gst/rtsp/gstrtpdec.c:
9843         * gst/rtsp/gstrtspsrc.c:
9844         * gst/udp/gstdynudpsink.c:
9845         * gst/udp/gstmultiudpsink.c:
9846         * gst/udp/gstudpsrc.c:
9847         * gst/videobox/gstvideobox.c:
9848         * gst/videofilter/gstvideoflip.c:
9849           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9850           plus two minor macro fixes.
9851
9852 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9853
9854         * gst/matroska/matroska-demux.c:
9855         (gst_matroska_demux_check_subtitle_buffer),
9856         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9857         (gst_matroska_demux_subtitle_caps):
9858         * gst/matroska/matroska-ids.c:
9859         (gst_matroska_track_init_subtitle_context):
9860         * gst/matroska/matroska-ids.h:
9861           Try to fix up broken matroska files containing subtitle
9862           streams with non-UTF8 character encodings (courtesy of
9863           mkvmerge) using either the encoding specified in the
9864           GST_SUBTITLE_ENCODING environment variable or the
9865           current locale's character set if it is non-UTF8.
9866           Fixes #337076.
9867
9868 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9871           Set image type from APIC frame as "image-type" field
9872           of GST_TAG_IMAGE buffer caps (#344605).
9873
9874 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9875
9876         * ext/flac/Makefile.am:
9877         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9878         (gst_flac_dec_reset_decoders),
9879         (gst_flac_dec_setup_seekable_decoder),
9880         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9881         (gst_flac_dec_metadata_callback),
9882         (gst_flac_dec_metadata_callback_seekable),
9883         (gst_flac_dec_metadata_callback_stream),
9884         (gst_flac_dec_error_callback),
9885         (gst_flac_dec_error_callback_seekable),
9886         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9887         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9888         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9889         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9890         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9891         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9892         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9893         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9894         (gst_flac_dec_sink_activate_push),
9895         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9896         * ext/flac/gstflacdec.h:
9897           Support chain-based operation, should make flac-over-DAAP
9898           work (#340492).
9899
9900 2006-06-20  Wim Taymans  <wim@fluendo.com>
9901
9902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9903         Doc updates, merge some unused symbols.
9904
9905 2006-06-20  Wim Taymans  <wim@fluendo.com>
9906
9907         * docs/plugins/Makefile.am:
9908         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9909         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9910         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9911         * gst/rtsp/gstrtspsrc.c:
9912         * gst/rtsp/gstrtspsrc.h:
9913         Added documentation for the rtsp plugin. Fixes #345393.
9914
9915 2006-06-20  Wim Taymans  <wim@fluendo.com>
9916
9917         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9918         (rtsp_connection_close), (rtsp_connection_free):
9919         Use better G_OS_* macros. Fixes #345301 some more.
9920
9921 2006-06-20  Wim Taymans  <wim@fluendo.com>
9922
9923         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9924
9925         * sys/sunaudio/Makefile.am:
9926         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9927         * sys/sunaudio/gstsunaudiomixerctrl.c:
9928         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9929         (gst_sunaudiomixer_ctrl_list_tracks),
9930         (gst_sunaudiomixer_ctrl_get_volume),
9931         (gst_sunaudiomixer_ctrl_set_volume),
9932         (gst_sunaudiomixer_ctrl_set_mute),
9933         (gst_sunaudiomixer_ctrl_set_record):
9934         * sys/sunaudio/gstsunaudiomixerctrl.h:
9935         * sys/sunaudio/gstsunaudiomixertrack.c:
9936         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9937         * sys/sunaudio/gstsunaudiomixertrack.h:
9938         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9939         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9940         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9941         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9942         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9943         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9944         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9945         (gst_sunaudiosrc_reset):
9946         * sys/sunaudio/gstsunaudiosrc.h:
9947         Add a SunAudio source plugin.
9948         Support stereo and right/left channel gain in the mixer plugin.
9949         Support the RECORD flag so that you can switch between line-input and
9950         microphone in gnome-volume-control.
9951         Code cleanups like using an enumerator for track number instead of an 
9952         integer. Fixes #344923.
9953
9954 2006-06-20  Wim Taymans  <wim@fluendo.com>
9955
9956         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9957
9958         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9959         (rtsp_connection_close):
9960         Make RTSP plugin compile on windows. Fixes #345301.
9961         Some changes to original patch to catch errors better.
9962         use ifdef WIN32 instead of ifndef.
9963
9964 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9965
9966         * configure.ac:
9967         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9968
9969 2006-06-18  Edward Hervey  <edward@fluendo.com>
9970
9971         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9972         After a failed buffer alloc, we need to abort the jpeg decoding (it
9973         started when parsing headers to figure out how many bytes we need
9974         to request downstream).
9975
9976 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         Patch by: Mark Nauwelaerts  <manauw at skynet be>
9979
9980         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
9981           Make sure we don't read beyond the end of the file (#345232).
9982
9983 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9984
9985         * configure.ac:
9986           Fix --disable-external (can't set conditionals conditionally,
9987           #343602).
9988
9989 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
9990
9991         * autogen.sh:
9992         * configure.ac:
9993         * docs/Makefile.am:
9994           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
9995
9996         * docs/plugins/Makefile.am:
9997         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9998         * docs/plugins/inspect/plugin-taglib.xml:
9999           Add/fix apev2mux docs.
10000
10001 2006-06-14  Wim Taymans  <wim@fluendo.com>
10002
10003         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10004         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10005         (gst_dvdec_change_state):
10006         Reset segment info on flush.
10007         Alloc segment in _init, free in _finalize.
10008
10009         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10010         Don't send segments twice.
10011
10012 2006-06-14  Wim Taymans  <wim@fluendo.com>
10013
10014         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10015         Respect segment.stop. Fixes #342592.
10016
10017 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10020           No language specified means the implied language is English
10021           according to the matroska spec (partially fixes #344708);
10022           add some more debug output.
10023
10024 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10027         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10028         (gst_wavparse_chain):
10029           When operating chain-based, don't make any assumptions about the
10030           chunking of the incoming data and make streaming work on days other
10031           than the second Thursday after a full moon. Also fix up debug
10032           messages here and there and make use of the most excellent new
10033           gst_pad_query_peer_duration() utility function.
10034           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10035
10036         * gst/wavparse/gstwavparse.h:
10037           Remove trailing comma after last enum value, some compilers don't
10038           like that.
10039
10040 2006-06-13  Wim Taymans  <wim@fluendo.com>
10041
10042         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10043         Handle premature EOS gracefully.
10044
10045 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10048           Prevent out of bounds array access when scrubbing towards
10049           the end of the file between the last index entry and the
10050           end. Fixes occasional 'start <= stop' newsegment event
10051           assertions when scrubbing in MJPEG files.
10052
10053 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10054
10055         * tests/check/elements/.cvsignore:
10056           And another one.
10057
10058 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10059
10060         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10061         (scan_encoded_string), (parse_picture_frame):
10062           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10063
10064         * configure.ac:
10065           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10066           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10067
10068 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10069
10070         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10071           gratuitous comment changes
10072         * tests/check/elements/level.c: (GST_START_TEST):
10073           fix level test leaks
10074
10075 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10076
10077         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10078         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10079           Use gst_pad_query_peer_duration() utility function here.
10080
10081 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10082
10083         * autogen.sh:
10084           require am17
10085         * configure.ac:
10086         * ext/annodex/Makefile.am:
10087         * ext/cdio/Makefile.am:
10088         * ext/dv/Makefile.am:
10089         * ext/esd/Makefile.am:
10090         * ext/flac/Makefile.am:
10091         * ext/gdk_pixbuf/Makefile.am:
10092         * ext/ladspa/Makefile.am:
10093         * ext/libcaca/Makefile.am:
10094         * ext/speex/Makefile.am:
10095         * ext/taglib/Makefile.am:
10096         * sys/oss/Makefile.am:
10097         * sys/sunaudio/Makefile.am:
10098         * sys/ximage/Makefile.am:
10099           clean up build further
10100
10101 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * gconf/Makefile.am:
10104           Honour --disable-schemas-install configure option. Fixes #344100.
10105
10106 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * tests/examples/level/Makefile.am:
10109           Add -lm to LIBS for pow() function, don't assume one of our
10110           dependencies (such as libxml-2.0) drags it in automatically
10111           (#343603).
10112
10113 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10116
10117         * configure.ac:
10118           We should use $SED and not $(SED) in configure.ac (#343678).
10119
10120 2006-06-09  Wim Taymans  <wim@fluendo.com>
10121
10122         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10123
10124         * sys/sunaudio/gstsunaudiomixerctrl.c:
10125         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10126         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10127         (gst_sunaudiomixer_ctrl_set_mute):
10128         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10129         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10130         (gst_sunaudiosink_write):
10131         Attached find a patch that fixes a number of bugs with the SunAudio
10132         mixer plugin and fixes #344101:
10133         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10134            tracks onto the tracklist causing gnome-volume-control's preferences
10135            dialog to be messed up and would core dump if you checked/unchecked
10136            any item.
10137         2. We weren't previously setting the MUTE flag properly.  Fixing this
10138            makes gnome-volume-control work better.
10139         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10140            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10141            gnome-volume-control look better.
10142         Also some minor cleanup in gstsunaudiosink.c.
10143
10144 2006-06-09  Wim Taymans  <wim@fluendo.com>
10145
10146         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10147         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10148         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10149         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10150         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10151         * ext/jpeg/gstjpegdec.h:
10152         API: Added IDCT method property
10153         Small cleanups.
10154         Avoid dynamic allocation of trivial fixed structure.
10155         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10156
10157 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10158
10159         * configure.ac:
10160         We now require libraw1394 >= 1.1.0 and that version onwards all
10161         have .pc files.
10162
10163 2006-06-02  Edward Hervey  <edward@fluendo.com>
10164
10165         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10166         Trying to get items from an ANY or EMPTY caps is ... stupid.
10167
10168 2006-06-02  Edward Hervey  <edward@fluendo.com>
10169
10170         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10171         (gst_dvdec_chain), (gst_dvdec_change_state):
10172         * ext/dv/gstdvdec.h:
10173         Added GstSegment handling, now implements dropping/clipping.
10174
10175 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10176
10177         * ext/aalib/gstaasink.h:
10178         * ext/annodex/gstcmmldec.h:
10179         * ext/cairo/gsttimeoverlay.h:
10180         * ext/dv/gstdvdec.h:
10181         * ext/dv/gstdvdemux.h:
10182         * ext/esd/esdmon.h:
10183         * ext/esd/esdsink.h:
10184         * ext/flac/gstflacenc.h:
10185         * ext/gconf/gstgconfaudiosink.h:
10186         * ext/gconf/gstgconfaudiosrc.h:
10187         * ext/gconf/gstgconfvideosink.h:
10188         * ext/gconf/gstgconfvideosrc.h:
10189         * ext/gdk_pixbuf/gstgdkanimation.h:
10190         * ext/gdk_pixbuf/pixbufscale.h:
10191         * ext/hal/gsthalaudiosink.h:
10192         * ext/hal/gsthalaudiosrc.h:
10193         * ext/jpeg/gstjpegenc.h:
10194         * ext/jpeg/gstsmokedec.h:
10195         * ext/jpeg/gstsmokeenc.h:
10196         * ext/libcaca/gstcacasink.h:
10197         * ext/libmng/gstmngdec.h:
10198         * ext/libmng/gstmngenc.h:
10199         * ext/libpng/gstpngdec.h:
10200         * ext/libpng/gstpngenc.h:
10201         * ext/raw1394/gstdv1394src.h:
10202         * ext/speex/gstspeexenc.h:
10203         * gst/autodetect/gstautoaudiosink.h:
10204         * gst/autodetect/gstautovideosink.h:
10205         * gst/avi/gstavidemux.h:
10206         * gst/cutter/gstcutter.h:
10207         * gst/debug/efence.h:
10208         * gst/debug/gstnavigationtest.h:
10209         * gst/debug/gstnavseek.h:
10210         * gst/flx/gstflxdec.h:
10211         * gst/goom/gstgoom.h:
10212         * gst/icydemux/gsticydemux.h:
10213         * gst/id3demux/gstid3demux.h:
10214         * gst/law/alaw-decode.h:
10215         * gst/law/alaw-encode.h:
10216         * gst/law/mulaw-decode.h:
10217         * gst/law/mulaw-encode.h:
10218         * gst/matroska/matroska-mux.h:
10219         * gst/median/gstmedian.h:
10220         * gst/oldcore/gstaggregator.h:
10221         * gst/oldcore/gstfdsink.h:
10222         * gst/oldcore/gstmd5sink.h:
10223         * gst/oldcore/gstmultifilesrc.h:
10224         * gst/oldcore/gstpipefilter.h:
10225         * gst/oldcore/gstshaper.h:
10226         * gst/oldcore/gststatistics.h:
10227         * gst/rtp/gstasteriskh263.h:
10228         * gst/rtp/gstrtpL16depay.h:
10229         * gst/rtp/gstrtpL16pay.h:
10230         * gst/rtp/gstrtpamrdepay.h:
10231         * gst/rtp/gstrtpamrpay.h:
10232         * gst/rtp/gstrtpdepay.h:
10233         * gst/rtp/gstrtpgsmdepay.h:
10234         * gst/rtp/gstrtpgsmpay.h:
10235         * gst/rtp/gstrtph263pay.h:
10236         * gst/rtp/gstrtph263pdepay.h:
10237         * gst/rtp/gstrtph263ppay.h:
10238         * gst/rtp/gstrtpmp4gpay.h:
10239         * gst/rtp/gstrtpmp4vdepay.h:
10240         * gst/rtp/gstrtpmp4vpay.h:
10241         * gst/rtp/gstrtpmpadepay.h:
10242         * gst/rtp/gstrtpmpapay.h:
10243         * gst/rtp/gstrtppcmadepay.h:
10244         * gst/rtp/gstrtppcmapay.h:
10245         * gst/rtp/gstrtppcmudepay.h:
10246         * gst/rtp/gstrtppcmupay.h:
10247         * gst/rtp/gstrtpspeexdepay.h:
10248         * gst/rtp/gstrtpspeexpay.h:
10249         * gst/rtsp/gstrtpdec.h:
10250         * gst/rtsp/gstrtspsrc.h:
10251         * gst/smpte/gstsmpte.h:
10252         * gst/udp/gstdynudpsink.h:
10253         * gst/udp/gstmultiudpsink.h:
10254         * gst/udp/gstudpsink.h:
10255         * gst/udp/gstudpsrc.h:
10256         * gst/videofilter/gstvideobalance.h:
10257         * gst/videofilter/gstvideoflip.h:
10258         * sys/oss/gstossdmabuffer.h:
10259         * sys/oss/gstossmixerelement.h:
10260         * sys/oss/gstosssink.h:
10261         * sys/oss/gstosssrc.h:
10262         * sys/osxvideo/osxvideosink.h:
10263         * sys/sunaudio/gstsunaudiomixer.h:
10264         * sys/sunaudio/gstsunaudiosink.h:
10265         * sys/ximage/gstximagesrc.h:
10266         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10267
10268 2006-05-31  Wim Taymans  <wim@fluendo.com>
10269
10270         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10271         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10272         (gst_goom_src_setcaps), (gst_goom_src_event),
10273         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10274         (gst_goom_change_state):
10275         * gst/goom/gstgoom.h:
10276         Handle QoS.
10277         Handle flushing, discont and events.
10278         Fix timestamps and various other cleanups.
10279
10280 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10281
10282         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10283         Fix bus reset when using libiec61883
10284
10285 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10286
10287         * configure.ac:
10288         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10289         * ext/raw1394/Makefile.am:
10290         Add CFLAGS.
10291         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10292         New method, to receive using libiec61883.
10293         (gst_dv1394src_iso_receive),
10294         #ifdef'd out if libiec61883 is present.
10295         (gst_dv1394src_bus_reset),
10296         Get userdata correctly if using libiec61883. 
10297         (gst_dv1394src_create),
10298         When using libiec61883, only poll one fd and no need to read.
10299         (gst_dv1394src_discover_avc_node),
10300         Replace g_warnings.
10301         (gst_dv1394src_start),
10302         Create new handle when we know which dv port.  More reliable
10303         than setting port on an existing handle.  Initialise libiec61883.
10304         (gst_dv1394src_stop):
10305         If using libiec61883, then cleanup its handle properly.
10306         * ext/raw1394/gstdv1394src.h:
10307         Add libiec61883 handle.
10308
10309 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10310
10311         * gst/avi/gstavidemux.c:
10312           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10313         * win32/MANIFEST:
10314           sort file listing
10315         * win32/vs6/libgstavi.dsp:
10316           add gstavimux.c to the project
10317         * win32/vs6/libgstid3demux.dsp:
10318           add link to zlib library
10319         * win32/vs6/libgstmatroska.dsp:
10320           add matroska-ids.c to the project
10321
10322 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10323
10324         Patch by: Sebastian Dröge  <mail at slomosnail de >
10325
10326         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10327         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10328         * ext/taglib/Makefile.am:
10329         * ext/taglib/gstapev2mux.cc:
10330         * ext/taglib/gstapev2mux.h:
10331         * ext/taglib/gstid3v2mux.cc:
10332         * ext/taglib/gsttaglibmux.c: (plugin_init):
10333         * ext/taglib/gsttaglibmux.h:
10334           Add apev2mux element (#343122).
10335         
10336         * tests/check/Makefile.am:
10337         * tests/check/elements/apev2mux.c:
10338         (test_taglib_apev2mux_create_tags),
10339         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10340         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10341         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10342         (apev2mux_suite), (main):
10343           Add unit test for apev2mux element.
10344
10345 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10346
10347         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10348         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10349         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10350           GST_PTR_FORMAT should be used to print caps in debug statements.
10351
10352 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10353
10354         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10355
10356         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10357         (ape_demux_parse_tags):
10358           Some clean-ups and additions: map APE 'file' tag to
10359           GST_TAG_LOCATION (#343123); add support for extracting
10360           the track count and clean up parsing a bit (#343127).
10361
10362 2006-05-28  Edward Hervey  <edward@fluendo.com>
10363
10364         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10365         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10366
10367 2006-05-28  Edward Hervey  <edward@fluendo.com>
10368
10369         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10370         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10371         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10372         * ext/jpeg/gstjpegdec.h:
10373         Clip outgoing buffers according to currently configured segment.
10374
10375 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         * ext/taglib/gstid3v2mux.cc:
10378           Handle  writing of track-count or album-volume-count without
10379           track-number or albume-volume-number (in this case the number
10380           will just be set to 0).
10381
10382         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10383           It would be nice if we actually checked the values received for
10384           track/album-volume number/count in  _check_tags(), rather than
10385           setting them again ...
10386
10387 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10388
10389         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10390           A track/volume number or count of 0 does not make sense,
10391           just ignore it along with negative numbers (a tag might
10392           only contain a track count without a track number).
10393
10394 2006-05-27  Edward Hervey  <edward@fluendo.com>
10395
10396         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10397         (gst_jpeg_dec_sink_event):
10398         Abort decompression when receiving FLUSH_STOP. This should avoid
10399         issues when interrupting decoding with flushes.
10400
10401 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10402
10403         * ext/flac/gstflac.c:
10404           Don't #include file we don't dist any longer.
10405
10406 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10407
10408         * README:
10409           Replace current README (containing the release notes from
10410           some 0.9.x version) with a proper README taken from the core.
10411
10412 2006-05-24  Wim Taymans  <wim@fluendo.com>
10413
10414         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10415         Implement EOS correctly by either posting
10416         SEGMENT_DONE or pushing an EOS message depending
10417         on the seek type. Fixes #342592
10418
10419 2006-05-24  Wim Taymans  <wim@fluendo.com>
10420
10421         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10422         * gst/law/alaw-decode.h:
10423         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10424         * gst/law/alaw-encode.h:
10425         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10426         * gst/law/mulaw-decode.h:
10427         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10428         * gst/law/mulaw-encode.h:
10429         Some cleanups in the chain functions.
10430         Remove some GStreamer 0.0.2 bits.
10431
10432 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10433
10434         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10435
10436         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10437           gst_collect_pads_stop() needs to be called before chaining up
10438           to the parent class (#342734).
10439
10440 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         * ext/flac/Makefile.am:
10443         * ext/flac/flac_compat.h:
10444         * ext/flac/gstflac.c:
10445         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10446         * ext/flac/gstflacenc.c:
10447           Remove backwards compatibility cruft for dealing with FLAC API
10448           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10449
10450 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10451
10452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10453         (gst_matroska_demux_push_xiph_codec_priv_data),
10454         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10455         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10456         * gst/matroska/matroska-ids.h:
10457         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10458         (gst_matroska_mux_video_pad_setcaps),
10459         (xiph3_streamheader_to_codecdata),
10460         (vorbis_streamheader_to_codecdata),
10461         (theora_streamheader_to_codecdata),
10462         (gst_matroska_mux_audio_pad_setcaps),
10463         (gst_matroska_mux_write_data):
10464           Add support for muxing/demuxing theora video (#342448; too bad
10465           none of the usual linux players can actually play this). Playback
10466           in GStreamer will require additional changes to theoradec in -base.
10467           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10468           cleanups.
10469
10470 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10473         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10474           Fix crashes when the horizontal subsampling is 1.
10475           Fixes #342097.
10476
10477 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10478
10479         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10480
10481         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10482         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10483         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10484         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10485         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10486         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10487         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10488         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10489         (gst_avi_mux_change_state):
10490         * gst/avi/gstavimux.h:
10491           Some enhancements for avimux (#342526):
10492            - add odml (large file) index support
10493            - store codec init data (e.g. huffyuv)
10494            - miscellaneous other fixes/cleanups
10495
10496 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10497
10498         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10499         Don't output any tag when we encounter a negative track number - the
10500         tag type is uint, so we end up outputting huge positive numbers
10501         instead. (Fixes: #342029)
10502
10503 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10504
10505         * configure.ac:
10506           update for new GSTPB_PLUGINS_DIR
10507
10508 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10509
10510         * rtp/gst/gstrtph263pay.c:
10511         Properly set static caps for H263 at 34.
10512
10513 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10514
10515         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10516
10517         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10518           Merge event tags and tag setter tags correctly (#339918). Also,
10519           don't leak taglist in case of an error.
10520           
10521 2006-05-17  Edward Hervey  <edward@fluendo.com>
10522
10523         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10524         We can only do caps intersection if the othercaps are non-empty and not
10525         ANY. Else we return the pad template (base_caps).
10526
10527 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10528
10529         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10530           Fix crash when outputting debugging information for certain
10531           pictures (always good to use the right struct member for
10532           the number of records in an array).
10533
10534 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10535
10536         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10537
10538         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10539         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10540         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10541         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10542         (gst_ebml_read_float), (gst_ebml_read_ascii),
10543         (gst_ebml_read_binary):
10544           Don't create unnecessary sub-buffers all the time. Dramatically
10545           improves performance with multiple concurrently running
10546           matroskademux instances (#341818) (and avoids doing
10547           unnecessarily inefficient things in the general case).
10548
10549 2006-05-16  Edward Hervey  <edward@fluendo.com>
10550
10551         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10552         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10553         return value of gst_pad_push_event().
10554
10555 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10556
10557         * gst/autodetect/gstautoaudiosink.c:
10558         (gst_auto_audio_sink_find_best):
10559         * gst/autodetect/gstautovideosink.c:
10560         (gst_auto_video_sink_find_best):
10561         Make the name of the child element be based on the name of the
10562         parent, so that debug output is more useful.
10563         
10564         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10565         (parse_insert_string_field), (parse_split_strings):
10566         Rework string parsing to always walk over BOM markers in UTF16
10567         strings, using the endianness indicated by the innermost one,
10568         then trying the opposite endianness if that fails to convert
10569         to valid UTF-8. Fixes #341774
10570
10571 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10572
10573         Patch from: Matthieu <matthieu at fluendo dot com>
10574
10575         * ext/libpng/Makefile.am:
10576         Add LIBPNG_CFLAGS.
10577
10578 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         * ext/taglib/gstid3v2mux.cc:
10581           Add support for writing images (APIC frames) into ID3v2
10582           tags (picture type always set to 'other' for now though).
10583
10584 2006-05-14  Michael Smith  <msmith@fluendo.com>
10585
10586         * gst/wavparse/gstwavparse.c:
10587           Update docs; wavparse implements push and pull modes.
10588
10589 2006-05-12  Wim Taymans  <wim@fluendo.com>
10590
10591         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10592         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10593         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10594         Ooops, bitten by the copy-and-paste design paradigm, fixes
10595         seek again.
10596
10597 2006-05-12  Wim Taymans  <wim@fluendo.com>
10598
10599         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10600         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10601         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10602         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10603         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10604         (gst_avi_demux_massage_index),
10605         (gst_avi_demux_calculate_durations_from_index),
10606         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10607         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10608         (gst_avi_demux_loop):
10609         * gst/avi/gstavidemux.h:
10610         Some cleanups, prepare to use GstSegment.
10611         Fix error in entry walking code.
10612         Fix VBR detection.
10613         Smarter timestamp calculation code.
10614         Uniform error/eos handling.
10615
10616 2006-05-12  Michael Smith  <msmith@fluendo.com>
10617
10618         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10619         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10620           Fix use of uninitialised values if we're NOT seeking in ready.
10621           Fix typos.
10622
10623 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10624
10625         * gst/wavparse/Makefile.am:
10626           Add CFLAGS and LIBS for libgstbase, fixes build on
10627           Cygwin (#341489).
10628
10629 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10630
10631         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10632           Some more debug info. No need to check whether the string
10633           returned by g_convert() is really UTF-8 - either it is or
10634           we get NULL returned.
10635
10636 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10637
10638         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10639           Fix parsing of numeric genre strings some more, by ensuring that
10640           we only try and parse strings that a) Start with '(' and b) Consist
10641           only of digits.
10642           Also, when finding an escaping '((' sequence, bust it back to '(' by
10643           swallowing the first parenthesis
10644
10645 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10648         (gst_esdsink_open), (gst_esdsink_close):
10649         * ext/esd/esdsink.h:
10650           Move the esd_get_server_info() into gst_esdsink_open() and fail
10651           with a decent error message on errors.
10652
10653 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10654
10655         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10656         (gst_esdmon_channels_get_type):
10657         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10658         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10659         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10660         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10661         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10662         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10663         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10664         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10665         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10666         * gst/videomixer/videomixer.c:
10667         (gst_video_mixer_background_get_type):
10668           Const-ify GEnumValue arrays.
10669
10670 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10673
10674         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10675         (gst_avi_mux_do_video_buffer):
10676           Work around gst_buffer_make_metadata_writable() bug that
10677           results in avimux marking all frames in the index as
10678           keyframes (#340859).
10679           
10680 2006-05-08  Wim Taymans  <wim@fluendo.com>
10681
10682         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10683         Make parsing of urls suck slightly less.
10684
10685 2006-05-08  Edward Hervey  <edward@fluendo.com>
10686
10687         * autogen.sh: (CONFIGURE_DEF_OPT): 
10688         libtoolize on Darwin/MacOSX is called glibtoolize.
10689
10690 2006-05-08  Wim Taymans  <wim@fluendo.com>
10691
10692         Patch by: Jens Granseuer <jensgr at gmx dot net>
10693
10694         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10695         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10696         C89 compliance fixes. Fixes #340980
10697
10698 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10701         * ext/flac/gstflacdec.h:
10702           Handle segment seeks that include the end of the file as stop point
10703           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10704           message instead of an EOS event in case we're in segment seek
10705           mode (fixes #340699).
10706           
10707 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10708
10709         * ext/cairo/gsttextoverlay.c:
10710         * ext/flac/gstflacdec.c:
10711         * ext/gdk_pixbuf/pixbufscale.c:
10712         * gst/apetag/gstapedemux.c:
10713         * gst/debug/breakmydata.c:
10714         * gst/debug/testplugin.c:
10715         * gst/matroska/ebml-write.c:
10716         * gst/multipart/multipartdemux.c:
10717         * sys/osxaudio/gstosxaudiosink.c:
10718         * sys/osxaudio/gstosxaudiosrc.c:
10719         Add semicolons after GST_BOILERPLATE[_FULL] so that
10720         indent doesn't mess up following lines.
10721
10722 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10723
10724         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10725
10726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10727           Don't leak caps when freeing the stream context (#340623).
10728
10729 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10730
10731         * configure.ac:
10732           Back to CVS
10733
10734 === release 0.10.3 ===
10735
10736 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10737
10738         * configure.ac:
10739           releasing 0.10.3, "Desplazado"
10740
10741 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * gst/matroska/matroska-mux.c:
10744         (gst_matroska_mux_stream_is_vorbis_header),
10745         (gst_matroska_mux_write_data):
10746           Don't strcmp() NULL strings.
10747           Only start new clusters on video keyframes, not on any
10748           random audio buffer that doesn't have the DELTA_UNIT
10749           flag set (fixes 'make check' again).
10750
10751 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10752
10753         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10754
10755         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10756         (gst_matroska_mux_stream_is_vorbis_header),
10757         (gst_matroska_mux_write_data):
10758           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10759           value and then dead-lock when muxing vorbis audio streams
10760           (the three vorbis header buffers carry no timestamp, and it
10761           would try to mux these after all video buffers). Fixes #340346.
10762
10763           Improve clustering: start a new cluster also whenever we get
10764           a keyframe.     
10765
10766 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10767
10768         * win32/common/config.h:
10769         * win32/MANIFEST
10770           add the generated file as well
10771
10772 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10773
10774         * Makefile.am:
10775         * configure.ac:
10776         * win32/common/config.h.in:
10777           add win32 stuff
10778
10779 2006-05-03  Michael Smith  <msmith@fluendo.com>
10780
10781         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10782           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10783           SUCKS.
10784
10785 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10786
10787         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10788         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10789         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10790           don't leak caps-string
10791
10792 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10793
10794         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10795         (gst_id3demux_sink_activate):
10796           Let core insert default error message for TYPE_NOT_FOUND
10797           errors, it's just as good as our own and has the added
10798           bonus of being translated.
10799
10800 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10801
10802         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10803         (gst_tag_demux_sink_event):
10804         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10805         (gst_id3demux_sink_event):
10806           Post an error message when we get an EOS event and were not
10807           able to find out the type of stream.
10808
10809         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10810         (test_taglib_id3mux_with_tags):
10811           Decrease num-buffers to 16 per iteration again, otherwise the
10812           many memcpy()s and reallocations in the test will hammer slow
10813           CPUs completely and make the test timeout.
10814
10815 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10816
10817         * configure.ac:
10818           figure out where plugins-base plugins are
10819         * tests/check/Makefile.am:
10820           use plugins-base plugins, so we have typefind functions
10821         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10822           increase num-buffers, this makes sure the test errors out instead
10823           of timing out when no typefind functions are present
10824
10825 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10826
10827         * docs/plugins/Makefile.am:
10828           also check .cc files for gtk-doc markup
10829         * configure.ac:
10830         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10831         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10832         * tests/check/Makefile.am:
10833         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10834         * ext/Makefile.am:
10835         * ext/taglib/Makefile.am:
10836         * ext/taglib/gstid3v2mux.h:
10837         * ext/taglib/gsttaglibmux.c:
10838         * ext/taglib/gsttaglibmux.h:
10839           move taglib-based id3v2muxer to -good.  Fixes #336110.
10840
10841 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10844           ... and fix multichannel/WAVFORMATEX support again.
10845
10846 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10847
10848         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10849         (gst_wavparse_class_init), (gst_wavparse_dispose),
10850         (gst_wavparse_reset), (gst_wavparse_init),
10851         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10852         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10853         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10854         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10855         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10856         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10857         (gst_wavparse_stream_data), (gst_wavparse_loop),
10858         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10859         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10860         (gst_wavparse_change_state), (plugin_init):
10861         * gst/wavparse/gstwavparse.h:
10862           Add push (streaming) mode to wavparse (fixes #337625)
10863
10864 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10865
10866         * configure.ac:
10867         * tests/Makefile.am:
10868           add ximagesrc icles test
10869
10870 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10871
10872         * configure.ac:
10873         * docs/plugins/Makefile.am:
10874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10875         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10876         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10877         (gst_cmml_enc_push_clip):
10878         * sys/Makefile.am:
10879         * sys/ximage/Makefile.am:
10880         * sys/ximage/gstximagesrc.c:
10881           Move ximagesrc plug-in to good after review.  Fixes #336756.
10882
10883 2006-04-28  Michael Smith  <msmith@fluendo.com>
10884
10885         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10886         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10887         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10888         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10889         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10890         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10891         * gst/icydemux/gsticydemux.h:
10892           Fix event handling: cache events when typefinding and forward later.
10893
10894 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10895
10896         * sys/osxaudio/gstosxaudiosink.c:
10897         (plugin_init):
10898          Register osxaudiosrc to the plugin.
10899         * sys/osxaudio/gstosxaudiosrc.c:
10900         (gst_osx_audio_src_osxelement_do_init),
10901         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10902         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10903         (gst_osx_audio_src_get_property),
10904         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10905         (gst_osx_audio_src_osxelement_init):
10906         * sys/osxaudio/gstosxaudiosrc.h:
10907           Port of osxaudiosrc to 0.10.
10908         * sys/osxaudio/Makefile.am:
10909           Add osxaudiosrc
10910
10911 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10912
10913         * sys/osxaudio/gstosxringbuffer.c:
10914         * sys/osxaudio/gstosxringbuffer.h:
10915           Forgot to commit earlier, part of the OSX audio plugin port
10916
10917 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10920         (parse_split_strings):
10921           Recognise and skip any byte order marker (BOM) in
10922           UTF-16 strings.
10923
10924 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10925
10926         * docs/plugins/Makefile.am:
10927         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10928         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10929         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10930         * docs/plugins/inspect/plugin-avi.xml:
10931         * gst/avi/gstavidemux.c:
10932         * gst/avi/gstavimux.c:
10933           Add docs for both avidemux and avimux.
10934
10935 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10936
10937         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10938
10939         * gst/avi/Makefile.am:
10940         * gst/avi/gstavi.c: (plugin_init):
10941         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10942         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10943         (gst_avi_mux_class_init), (gst_avi_mux_init),
10944         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10945         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10946         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10947         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10948         (gst_avi_mux_riff_get_avix_header),
10949         (gst_avi_mux_riff_get_video_header),
10950         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10951         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10952         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10953         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10954         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10955         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10956         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10957         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10958         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10959         (gst_avi_mux_change_state):
10960         * gst/avi/gstavimux.h:
10961           Port AVI muxer to GStreamer-0.10 (#332031).
10962
10963         * tests/check/Makefile.am:
10964         * tests/check/elements/avimux.c:
10965         * tests/check/elements/.cvsignore:
10966           Add unit test for AVI muxer.
10967
10968 2006-04-27  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_file_header), (gst_wavparse_stream_init),
10974         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10975         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10976         (gst_wavparse_stream_data), (gst_wavparse_loop),
10977         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10978         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
10979         (plugin_init):
10980         * gst/wavparse/gstwavparse.h:
10981           reverted patch #337625 for the price of 1 hour sleep
10982
10983 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
10984
10985         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10986         (gst_wavparse_class_init), (gst_wavparse_reset),
10987         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10988         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
10989         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10990         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10991         (gst_wavparse_stream_data), (gst_wavparse_loop),
10992         (gst_wavparse_chain), (plugin_init):
10993         * gst/wavparse/gstwavparse.h:
10994           correct partial implementation of push mode
10995           (from my last commit)
10996
10997 2006-04-26  Wim Taymans  <wim@fluendo.com>
10998
10999         * ext/esd/esdsink.c:
11000         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11001         it is not in esd.h
11002
11003 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11004
11005         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11006         (gst_au_parse_class_init), (gst_au_parse_init),
11007         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11008         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11009         (gst_au_parse_chain), (gst_au_parse_src_convert),
11010         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11011         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11012         (gst_au_parse_change_state):
11013         * gst/auparse/gstauparse.h:
11014           Rewrite auparse to suck a little bit less: make source pad
11015           dynamic, so decodebin/playbin work with non-raw formats
11016           like alaw/mulaw; add query function for duration/position
11017           queries; check whether we have enough data before attempting
11018           to parse the header (instead of crashing when that is not the
11019           case); work around audioconvert sucking by swapping endianness
11020           to the native endianness ourselves for float formats; send
11021           initial newsegment event. Fixes #161712.
11022
11023 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11024
11025         * sys/osxaudio/Makefile.am:
11026         * sys/osxaudio/gstosxaudioelement.c:
11027         (gst_osx_audio_element_get_type),
11028         (gst_osx_audio_element_class_init):
11029         * sys/osxaudio/gstosxaudioelement.h:
11030         * sys/osxaudio/gstosxaudiosink.c:
11031         (gst_osx_audio_sink_osxelement_do_init),
11032         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11033         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11034         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11035         (gst_osx_audio_sink_create_ringbuffer),
11036         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11037         (plugin_init):
11038         * sys/osxaudio/gstosxaudiosink.h:
11039         Port of osxaudiosink to 0.10
11040
11041 2006-04-26  Wim Taymans  <wim@fluendo.com>
11042
11043         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11044         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11045         the size of the ringbuffer. This should fix hangs with older 
11046         esd sound servers.
11047
11048 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11049
11050         * ext/aalib/gstaasink.c:
11051         * ext/annodex/gstcmmldec.c:
11052         * ext/annodex/gstcmmlenc.c:
11053         * ext/cairo/gsttextoverlay.c:
11054         * ext/cairo/gsttimeoverlay.c:
11055         * ext/cdio/gstcdiocddasrc.c:
11056         * ext/dv/gstdvdec.c:
11057         * ext/dv/gstdvdemux.c:
11058         * ext/esd/esdmon.c:
11059         * ext/esd/esdsink.c:
11060         * ext/flac/gstflacenc.c:
11061         * ext/flac/gstflactag.c:
11062         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11063         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11064         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11065         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11066         * ext/gdk_pixbuf/pixbufscale.c:
11067         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11068         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11069         * ext/jpeg/gstjpegdec.c:
11070         * ext/jpeg/gstjpegenc.c:
11071         * ext/jpeg/gstsmokedec.c:
11072         * ext/jpeg/gstsmokeenc.c:
11073         * ext/libcaca/gstcacasink.c:
11074         * ext/libmng/gstmngdec.c:
11075         * ext/libmng/gstmngenc.c:
11076         * ext/libpng/gstpngdec.c:
11077         * ext/libpng/gstpngenc.c:
11078         * ext/mikmod/gstmikmod.c:
11079         * ext/raw1394/gstdv1394src.c:
11080         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11081         * ext/shout2/gstshout2.h:
11082         * ext/speex/gstspeexdec.c:
11083         * ext/speex/gstspeexenc.c:
11084         * gst/alpha/gstalpha.c:
11085         * gst/alpha/gstalphacolor.c:
11086         * gst/apetag/gstapedemux.c:
11087         * gst/auparse/gstauparse.c:
11088         * gst/autodetect/gstautoaudiosink.c:
11089         (gst_auto_audio_sink_base_init):
11090         * gst/autodetect/gstautovideosink.c:
11091         (gst_auto_video_sink_base_init):
11092         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11093         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11094         * gst/cutter/gstcutter.c:
11095         * gst/debug/breakmydata.c:
11096         * gst/debug/efence.c:
11097         * gst/debug/gstnavigationtest.c:
11098         * gst/debug/gstnavseek.c:
11099         * gst/debug/negotiation.c:
11100         * gst/debug/progressreport.c:
11101         * gst/debug/testplugin.c:
11102         * gst/effectv/gstaging.c:
11103         * gst/effectv/gstdice.c:
11104         * gst/effectv/gstedge.c:
11105         * gst/effectv/gstquark.c:
11106         * gst/effectv/gstrev.c:
11107         * gst/effectv/gstshagadelic.c:
11108         * gst/effectv/gstvertigo.c:
11109         * gst/effectv/gstwarp.c:
11110         * gst/flx/gstflxdec.c:
11111         * gst/goom/gstgoom.c:
11112         * gst/icydemux/gsticydemux.c:
11113         * gst/id3demux/gstid3demux.c:
11114         * gst/interleave/deinterleave.c:
11115         * gst/interleave/interleave.c:
11116         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11117         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11118         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11119         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11120         * gst/level/gstlevel.c:
11121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11122         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11123         * gst/median/gstmedian.c:
11124         * gst/monoscope/gstmonoscope.c:
11125         * gst/multipart/multipartdemux.c:
11126         * gst/multipart/multipartmux.c:
11127         * gst/oldcore/gstaggregator.c:
11128         * gst/oldcore/gstfdsink.c:
11129         * gst/oldcore/gstmd5sink.c:
11130         * gst/oldcore/gstmultifilesrc.c:
11131         * gst/oldcore/gstpipefilter.c:
11132         * gst/oldcore/gstshaper.c:
11133         * gst/oldcore/gststatistics.c:
11134         * gst/rtp/gstasteriskh263.c:
11135         * gst/rtp/gstrtpL16depay.c:
11136         * gst/rtp/gstrtpL16pay.c:
11137         * gst/rtp/gstrtpamrdepay.c:
11138         * gst/rtp/gstrtpamrpay.c:
11139         * gst/rtp/gstrtpdepay.c:
11140         * gst/rtp/gstrtpgsmpay.c:
11141         * gst/rtp/gstrtph263pay.c:
11142         * gst/rtp/gstrtph263pdepay.c:
11143         * gst/rtp/gstrtph263ppay.c:
11144         * gst/rtp/gstrtpilbcdepay.c:
11145         * gst/rtp/gstrtpmp4gpay.c:
11146         * gst/rtp/gstrtpmp4vdepay.c:
11147         * gst/rtp/gstrtpmp4vpay.c:
11148         * gst/rtp/gstrtpmpadepay.c:
11149         * gst/rtp/gstrtpmpapay.c:
11150         * gst/rtp/gstrtppcmadepay.c:
11151         * gst/rtp/gstrtppcmapay.c:
11152         * gst/rtp/gstrtppcmudepay.c:
11153         * gst/rtp/gstrtppcmupay.c:
11154         * gst/rtp/gstrtpspeexdepay.c:
11155         * gst/rtp/gstrtpspeexpay.c:
11156         * gst/rtsp/gstrtpdec.c:
11157         * gst/rtsp/gstrtspsrc.c:
11158         * gst/smpte/gstsmpte.c:
11159         * gst/udp/gstdynudpsink.c:
11160         * gst/udp/gstmultiudpsink.c:
11161         * gst/udp/gstudpsink.c:
11162         * gst/udp/gstudpsrc.c:
11163         * gst/videobox/gstvideobox.c:
11164         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11165         * gst/videofilter/gstvideobalance.c:
11166         * gst/videofilter/gstvideoflip.c:
11167         * gst/videofilter/gstvideotemplate.c:
11168         (gst_videotemplate_base_init):
11169         * gst/videomixer/videomixer.c:
11170         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11171         (gst_wavparse_class_init), (gst_wavparse_dispose),
11172         (gst_wavparse_reset), (gst_wavparse_init),
11173         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11174         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11175         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11176         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11177         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11178         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11179         (gst_wavparse_change_state):
11180         * gst/wavparse/gstwavparse.h:
11181         * sys/oss/gstossmixerelement.c:
11182         * sys/oss/gstosssink.c:
11183         * sys/oss/gstosssrc.c:
11184         * sys/osxaudio/gstosxaudioelement.c:
11185         * sys/osxaudio/gstosxaudiosink.c:
11186         * sys/osxaudio/gstosxaudiosrc.c:
11187         * sys/sunaudio/gstsunaudiomixer.c:
11188         * sys/sunaudio/gstsunaudiosink.c:
11189           Define GstElementDetails as const and also static (when defined as
11190           global)
11191
11192 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11193
11194         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11195           Source pad has fixed caps. If we don't set this, bad
11196           things happen when the window is resized.
11197
11198 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11199
11200         * gst/matroska/Makefile.am:
11201         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11202         (gst_matroska_demux_handle_src_event):
11203         * gst/matroska/matroska-ids.c:
11204         (gst_matroska_track_init_video_context),
11205         (gst_matroska_track_init_audio_context),
11206         (gst_matroska_track_init_subtitle_context),
11207         (gst_matroska_track_init_complex_context):
11208         * gst/matroska/matroska-ids.h:
11209           Handle case where the TrackType ebml chunk does not come before the
11210           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11211           events.
11212
11213 2006-04-25  Wim Taymans  <wim@fluendo.com>
11214
11215         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11216         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11217         It's codec_data, not codec_info.
11218
11219 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11220
11221         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11222
11223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11224           Handle codec_data for VfW compatibility codec IDs (#339451)
11225
11226         * gst/matroska/matroska-mux.c:
11227         (gst_matroska_mux_video_pad_setcaps):
11228           Same here, handle codec_data and add additional caps we can handle
11229           now to the pad template (huffyuv, dv and h263 video) (#339451)
11230
11231 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11234
11235         * gst/matroska/matroska-mux.c:
11236         (gst_matroska_mux_create_buffer_header),
11237         (gst_matroska_mux_write_data):
11238           Fix timestamping of B-frames, use signed integers, do
11239           some rounding (#339678).
11240
11241 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11242
11243         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11244         just make it compile with --disable-gst-debug.
11245
11246 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11247
11248         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11249         Fix a bad conversion using gst_guint64_to_gdouble.
11250         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11251         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11252         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11253     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11254         mistake.
11255
11256 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11257
11258         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11259         Use gst_guint64_to_gdouble for conversions
11260         * win32/vs6/gst_plugins_good.dsw:
11261         * win32/vs6/libgsticydemux.dsp:
11262         Add a project file for icydemux
11263
11264 2006-04-21  Wim Taymans  <wim@fluendo.com>
11265
11266         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11267
11268         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11269         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11270         When splitting audio chunks, the block alignment is not taken in
11271         consideration, so the smaller chunks could be of size which is 
11272         not a multiple of the block alignment. Fixes #336904
11273
11274 2006-04-21  Wim Taymans  <wim@fluendo.com>
11275
11276         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11277         Use scale functions
11278
11279 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11280
11281         * ext/dv/gstdv.c: (plugin_init):
11282           Fix build.
11283
11284 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11285
11286         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11287         (gst_progress_report_class_init), (gst_progress_report_init),
11288         (gst_progress_report_do_query), (gst_progress_report_report),
11289         (gst_progress_report_set_property),
11290         (gst_progress_report_get_property):
11291           Add 'format' property to force querying to a particular format.
11292
11293 2006-04-21  Andy Wingo  <wingo@pobox.com>
11294
11295         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11296         best, on big endian systems. Drop its rank in that case. OTOH on
11297         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11298
11299 2006-04-21  Michael Smith  <msmith@fluendo.com>
11300
11301         * configure.ac:
11302         * gst/icydemux/Makefile.am:
11303         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11304         (gst_icydemux_base_init), (gst_icydemux_class_init),
11305         (gst_icydemux_reset), (gst_icydemux_init),
11306         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11307         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11308         (unicodify), (gst_icydemux_unicodify),
11309         (gst_icydemux_parse_and_send_tags),
11310         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11311         (gst_icydemux_chain), (gst_icydemux_change_state),
11312         (gst_icydemux_send_tag_event), (plugin_init):
11313         * gst/icydemux/gsticydemux.h:
11314         * tests/check/Makefile.am:
11315         * tests/check/elements/icydemux.c: (typefind_succeed),
11316         (plugin_init), (icydemux_found_pad), (create_icydemux),
11317         (cleanup_icydemux), (push_data), (GST_START_TEST),
11318         (icydemux_suite), (main):
11319           Add icydemux, and tests.
11320
11321 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11324           Post SEGMENT_DONE message in TIME format.
11325
11326 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11327
11328         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11329
11330         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11331         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11332           Fix index creation when we have to scan the file to create
11333           an index. There may be other types of RIFF 'LIST' chunks than
11334           'movi' and we need to skip them properly as well or we'll end up
11335           reading garbage (#336889). Some other cosmetic changes.
11336           
11337 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11338
11339         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11340         (gst_flac_dec_handle_seek_event):
11341           Add support for segment seeks (fixes #338290). Also demote
11342           some recurring debug message from DEBUG to LOG level.
11343
11344 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11345
11346         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11347         (gst_matroskademux_do_index_seek),
11348         (gst_matroska_demux_handle_seek_event),
11349         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11350         * gst/matroska/matroska-ids.h:
11351           Set DISCONT flag on first buffer after a discontinuity.
11352           Fix newsegment events sent when seeking and honour KEY_UNIT
11353           seek flag. Create pad with bogus caps if we don't recognise
11354           the stream codec id.
11355
11356         * gst/matroska/matroska-demux.h:
11357           Fix GObject macros.
11358
11359 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11362
11363         * gst/matroska/matroska-demux.c:
11364         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11365           Handle end of segment properly when set; don't dead-lock when
11366           posting start of segment message when doing a segment seek.
11367           Fixes #338810.
11368
11369 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11372         (gst_matroska_demux_plugin_init):
11373           Make mpeg2 aac audio work: create artificial private codec data
11374           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11375           Also call gst_riff_init(). Partially fixes #338767.
11376
11377 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11378
11379         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11380         (gst_wavenc_class_init), (gst_wavenc_init),
11381         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11382         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11383         (gst_wavenc_chain), (gst_wavenc_change_state):
11384         * gst/wavenc/gstwavenc.h:
11385           Set caps on first outgoing buffer, so that it doesn't error out
11386           immediately with a non-negotiated error (#338716). Rewrite and
11387           clean up a bit; fix setcaps function to parse things properly;
11388           fix sink caps (8bit audio is unsigned and doesn't have depth);
11389           use boilerplate macros; remove unused properties stuff.
11390
11391 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11394           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11395           handle MJPEG streams and might be autoplugged for those if the
11396           user doesn't have jpegdec installed (resulting in a cryptic error
11397           message about huffman tables). Better to disable JPEG decoding here
11398           and let the user figure out that she needs to install jpegdec.
11399
11400 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11401
11402         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11403         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11404         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11405         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11406           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11407           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11408           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11409           debug messages. Fix boilerplate macros.
11410
11411 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11414         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11415           No need to special-case for Gdk-2.0 any longer, we require
11416           Gdk 2.2 or newer; minor clean-ups.
11417
11418 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11421         (gst_shout2send_class_init), (gst_shout2send_init),
11422         (set_shout_metadata), (gst_shout2send_set_metadata),
11423         (gst_shout2send_event), (gst_shout2send_start),
11424         (gst_shout2send_connect), (gst_shout2send_stop),
11425         (gst_shout2send_render), (gst_shout2send_set_property),
11426         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11427         (plugin_init):
11428         * ext/shout2/gstshout2.h:
11429         * po/POTFILES.in:
11430           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11431           change function; use GST_ELEMENT_ERROR for error reporting, not
11432           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11433           will cause crashes or assertion failures; remove (unused) "sync"
11434           property, basesink already has such a property; misc. other
11435           minor fixes and cleanups.
11436
11437 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11438
11439         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11440         * ext/esd/gstesd.c: (plugin_init):
11441         * po/POTFILES.in:
11442           Add translatable error message for when we cannot
11443           connect to the sound server, as "Cannot open resource
11444           for writing" isn't really an acceptable message to show
11445           to the user in this case.
11446
11447 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         * sys/oss/gst-i18n-plugin.h:
11450           Remove bogus file that doesn't belong here.
11451
11452 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11453
11454         Patch by: Philippe Valembois
11455
11456         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11457         (gst_shout2send_set_metadata), (gst_shout2send_event),
11458         (gst_shout2send_render), (gst_shout2send_change_state):
11459         * ext/shout2/gstshout2.h:
11460           Handle tags being received before the connection to
11461           the server is established properly (see #338636).
11462
11463 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11464
11465         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11466           Don't crash in case the connection to the server fails:
11467           don't set pointer to NULL by assigning FALSE; error out
11468           properly by using GST_ELEMENT_ERROR and returning
11469           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11470           before resetting the pointer.
11471
11472 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11473
11474         * gst/id3demux/id3tags.c:
11475         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11476         (Fixes #338713)
11477
11478 2006-04-12  Wim Taymans  <wim@fluendo.com>
11479
11480         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11481         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11482         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11483         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11484         (gst_gdk_pixbuf_chain):
11485         Some cleanups.
11486         Added RGBA as a possible output format.
11487         Correctly free the supported mimetypes.
11488         deprecate silent arg, it's not used.
11489         Return result from _alloc_buffer to peer.
11490
11491 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11494           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11495           overwriting GST_BUFFER_MALLOCDATA.
11496
11497 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11500         (user_endrow_callback), (user_end_callback),
11501         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11502         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11503         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11504         * ext/libpng/gstpngdec.h:
11505           Handle more than one frame if the content is framed,
11506           like with png-in-quicktime (#331917).
11507
11508 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11509
11510         * sys/oss/Makefile.am:
11511         * sys/oss/common.h:
11512         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11513         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11514         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11515         (gst_oss_src_unprepare):
11516           - the user-visible error strings were in the wrong category
11517           - and the messages were not marked for translation
11518           - which is actually a good thing, because they were exactly
11519             the kind of message you would never want anyone to see
11520           - the macros were using variables that didn't exist in the macro
11521             arguments
11522           - and they were obviously copied from each other and then modified
11523           - so a common header makes sense
11524
11525 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11528           Don't try to modify read-only data.
11529
11530         * gst/matroska/matroska-demux.c:
11531         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11532           Fix comment (won't crash any longer now).
11533
11534 2006-04-10  Michael Smith  <msmith@fluendo.com>
11535
11536         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11537           Use copies of header buffers for caps to avoid circular refcounting
11538           problems (as in theoradec, vorbisdec).
11539
11540         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11541           Fix a typo in test that meant it was testing the wrong thing.
11542
11543         * tests/check/elements/cmmlenc.c: (check_headers):
11544           Fix refcount checks now that we use buffer-copies for caps.
11545
11546 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11549         (gst_matroska_demux_handle_seek_event),
11550         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11551         (gst_matroska_demux_subtitle_caps),
11552         (gst_matroska_demux_plugin_init):
11553           Use static pad templates with ANY caps for audio and video
11554           source pads and get rid of a lot of unnecessary (and partially
11555           broken) code for the template caps. Clean up caps finding
11556           functions. Fixes playback of audio files/streams that do not
11557           contain the sample rate and/or number of channels in the audio
11558           context (happens a lot with vorbis/mp3 .mka files it seems).
11559           Fixes #337183.
11560           Also add myself to copyright holders.
11561
11562 2006-04-10  Michael Smith  <msmith@fluendo.com>
11563
11564         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11565           Use g_list_delete_link () instead of g_list_remove_link () so that
11566           we free the link as well as the contained data.
11567
11568 2006-04-10  Wim Taymans  <wim@fluendo.com>
11569
11570         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11571
11572         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11573         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11574         (gst_avi_demux_stream_header):
11575         Fix some crashers with empty chunks. (Fixes #337749)
11576
11577 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11578
11579         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11580           use G_GINT64_CONSTANT for INT64 constants
11581         * gst/videofilter/gstvideobalance.c:
11582           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11583         * win32/vs6/libgstavi.dsp:
11584          add missing libraries for the link and remove avimux.c from
11585          the project as it isn't ported to 0.10 yet
11586         
11587 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11588
11589         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11590           Even better would be if we actually did the right thing
11591           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11592
11593 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11596           Can't just replace 1LL with 1L here just because MSVC doesn't
11597           support it, as it might lead to incorrect results when doing the
11598           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11599           force a 64-bit constant in a way that all compilers are happy with.
11600
11601 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11602
11603         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11604         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11605         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11606         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11607         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11608         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11609         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11610         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11611         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11612         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11613         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11614         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11615         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11616         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11617         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11618         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11619         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11620         * gst/debug/efence.c: (gst_efence_class_init):
11621         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11622         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11623         * gst/goom/gstgoom.c: (gst_goom_class_init):
11624         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11625         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11626         * gst/interleave/interleave.c: (interleave_class_init):
11627         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11628         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11629         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11630         * gst/median/gstmedian.c: (gst_median_class_init):
11631         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11632         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11633         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11634         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11635         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11636         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11637         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11638         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11639         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11640         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11641         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11642         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11643         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11644         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11645         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11646         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11647         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11648         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11649         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11650         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11651         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11652         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11653         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11654         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11655         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11657         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11658         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11659         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11660         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11661         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11662         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11663         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11664         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11665         * sys/osxaudio/gstosxaudioelement.c:
11666         (gst_osxaudioelement_class_init):
11667         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11668         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11669         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11670         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11671
11672 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11673
11674         * ext/mikmod/gstmikmod.h:
11675         * gst/level/gstlevel.h:
11676         Fix more broken GObject macros
11677
11678 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11679
11680         * ext/annodex/gstcmmldec.h:
11681         * ext/annodex/gstcmmlenc.h:
11682         * ext/annodex/gstcmmltag.h:
11683         * ext/cairo/gsttextoverlay.h:
11684         * ext/ladspa/gstsignalprocessor.h:
11685         * gst/matroska/ebml-read.h:
11686         * gst/matroska/ebml-write.h:
11687         * sys/osxaudio/gstosxaudioelement.h:
11688         Fix broken GObject macros
11689
11690 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11693           Don't try to seek beyond the end of the file (would
11694           occasionally display error dialogs in totem when seeking
11695           to the end) (#335869). Will still throw an error though
11696           if the file is truncated and the total_samples value in
11697           the stream header is wrong.
11698
11699 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11700
11701         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11702         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11703         (gst_flac_dec_metadata_callback):
11704         * ext/flac/gstflacdec.h:
11705           If the stream header doesn't contain the total number of samples,
11706           search for the last flac frame at the end of the file and calculate
11707           the total duration from that frame's offset (fixes #337609).
11708
11709 2006-04-07  Edward Hervey  <edward@fluendo.com>
11710
11711         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11712         Don't unref the GstPadTemplate returned by
11713         gst_element_class_get_pad_template().
11714
11715 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11718
11719         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11720         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11721         * sys/sunaudio/gstsunaudiosink.h:
11722           Use spec->segsize and spec->segtotal in the prepare function
11723           to initialise the ring buffer instead of using the buffer-time
11724           property (#337421).
11725
11726 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11727
11728         * configure.ac:
11729           Bump core requirements to CVS for gst_pad_query_peer_duration()
11730           which is used by speexdec.
11731
11732 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11733
11734         * ext/speex/gstspeex.c: (plugin_init):
11735         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11736         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11737         (speex_get_sink_query_types), (speex_dec_sink_query),
11738         (speex_get_src_query_types), (speex_dec_src_query),
11739         (speex_dec_src_event), (speex_dec_sink_event),
11740         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11741         (speex_dec_chain_parse_data), (speex_dec_chain),
11742         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11743         (speex_dec_change_state):
11744         * ext/speex/gstspeexdec.h:
11745           Fix seeking and duration queries (#337033); clean up and
11746           refactor a bit.
11747
11748 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11749
11750         * ext/raw1394/gstdv1394src.c:
11751           distinguish between device not found and could not open for
11752           reading
11753
11754 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11755
11756         * Makefile.am:
11757         * configure.ac:
11758         * pkgconfig/.cvsignore:
11759         * pkgconfig/Makefile.am:
11760         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11761           add a .pc file so other modules can use good plugins in tests
11762
11763 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11764
11765         * configure.ac:
11766           clean up, use AS_VERSION and AS_NANO
11767         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11768           use PACKAGE_VERSION define
11769         * po/af.po:
11770         * po/az.po:
11771         * po/cs.po:
11772         * po/en_GB.po:
11773         * po/hu.po:
11774         * po/it.po:
11775         * po/nb.po:
11776         * po/nl.po:
11777         * po/or.po:
11778         * po/sq.po:
11779         * po/sr.po:
11780         * po/sv.po:
11781         * po/uk.po:
11782         * po/vi.po:
11783           updated
11784
11785 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11786
11787         * ext\jpeg\smokecodec.c:
11788           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11789         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11790           move first instruction after all variables declarations
11791         * gst\alpha\gstalpha.c:
11792         * gst\effectv\gstshagadelic.c:
11793         * gst\smpte\paint.c:
11794         * gst\videofilter\gstvideobalance.c:
11795           define M_PI if it's not defined (it's not defined on WIN32)
11796         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11797         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11798         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11799         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11800         (gst_matroska_demux_video_caps):
11801         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11802         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11803           use gst_guint64_to_gdouble for conversions
11804         * gst\goom\filters.c: (setPixelRGB_):
11805           fix a debug which was using undefined variable
11806         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11807         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11808           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11809         * win32/vs6:
11810           add vs6 projects files for most of plugins-good
11811         
11812 2006-03-30  j^  <j@bootlab.org>
11813
11814         * ext/aalib/gstaasink.c:
11815         * ext/annodex/gstcmmldec.c:
11816         * ext/annodex/gstcmmlenc.c:
11817         * ext/cairo/gsttextoverlay.c:
11818         * ext/cairo/gsttimeoverlay.c:
11819         * ext/cdio/gstcdiocddasrc.c:
11820         * ext/dv/gstdvdec.c:
11821         * ext/esd/esdmon.c:
11822         * ext/esd/esdsink.c:
11823         * ext/flac/gstflacdec.c:
11824         * ext/flac/gstflacenc.c:
11825         * ext/flac/gstflactag.c:
11826         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11827         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11828         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11829         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11830         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11831         * ext/gdk_pixbuf/pixbufscale.c:
11832         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11833         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11834         * ext/jpeg/gstjpegdec.c:
11835         * ext/jpeg/gstjpegenc.c:
11836         * ext/jpeg/gstsmokedec.c:
11837         * ext/jpeg/gstsmokeenc.c:
11838         * ext/libcaca/gstcacasink.c:
11839         * ext/libmng/gstmngdec.c:
11840         * ext/libmng/gstmngenc.c:
11841         * ext/libpng/gstpngdec.c:
11842         * ext/libpng/gstpngenc.c:
11843         * ext/mikmod/gstmikmod.c:
11844         * ext/raw1394/gstdv1394src.c:
11845         * ext/shout2/gstshout2.c:
11846         * ext/speex/gstspeexdec.c:
11847         * ext/speex/gstspeexenc.c:
11848         * gst/alpha/gstalpha.c:
11849         * gst/alpha/gstalphacolor.c:
11850         * gst/auparse/gstauparse.c:
11851         * gst/autodetect/gstautoaudiosink.c:
11852         (gst_auto_audio_sink_base_init):
11853         * gst/autodetect/gstautovideosink.c:
11854         (gst_auto_video_sink_base_init):
11855         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11856         * gst/cutter/gstcutter.c:
11857         * gst/debug/breakmydata.c:
11858         * gst/debug/efence.c:
11859         * gst/debug/gstnavigationtest.c:
11860         * gst/debug/negotiation.c:
11861         * gst/debug/progressreport.c:
11862         * gst/debug/testplugin.c:
11863         * gst/effectv/gstaging.c:
11864         * gst/effectv/gstdice.c:
11865         * gst/effectv/gstedge.c:
11866         * gst/effectv/gstquark.c:
11867         * gst/effectv/gstrev.c:
11868         * gst/effectv/gstvertigo.c:
11869         * gst/effectv/gstwarp.c:
11870         * gst/flx/gstflxdec.c:
11871         * gst/goom/gstgoom.c:
11872         * gst/interleave/deinterleave.c:
11873         * gst/interleave/interleave.c:
11874         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11875         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11876         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11877         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11878         * gst/level/gstlevel.c:
11879         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11880         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11881         * gst/median/gstmedian.c:
11882         * gst/monoscope/gstmonoscope.c:
11883         * gst/multipart/multipartdemux.c:
11884         * gst/multipart/multipartmux.c:
11885         * gst/oldcore/gstmd5sink.c:
11886         * gst/oldcore/gstmultifilesrc.c:
11887         * gst/oldcore/gstpipefilter.c:
11888         * gst/oldcore/gstshaper.c:
11889         * gst/oldcore/gststatistics.c:
11890         * gst/rtp/gstasteriskh263.c:
11891         * gst/rtp/gstrtpL16depay.c:
11892         * gst/rtp/gstrtpL16pay.c:
11893         * gst/rtp/gstrtpamrdepay.c:
11894         * gst/rtp/gstrtpamrpay.c:
11895         * gst/rtp/gstrtpdepay.c:
11896         * gst/rtp/gstrtpgsmpay.c:
11897         * gst/rtp/gstrtph263pay.c:
11898         * gst/rtp/gstrtph263pdepay.c:
11899         * gst/rtp/gstrtph263ppay.c:
11900         * gst/rtp/gstrtpmp4gpay.c:
11901         * gst/rtp/gstrtpmp4vdepay.c:
11902         * gst/rtp/gstrtpmp4vpay.c:
11903         * gst/rtp/gstrtpmpadepay.c:
11904         * gst/rtp/gstrtpmpapay.c:
11905         * gst/rtp/gstrtppcmadepay.c:
11906         * gst/rtp/gstrtppcmapay.c:
11907         * gst/rtp/gstrtppcmudepay.c:
11908         * gst/rtp/gstrtppcmupay.c:
11909         * gst/rtp/gstrtpspeexdepay.c:
11910         * gst/rtp/gstrtpspeexpay.c:
11911         * gst/rtsp/gstrtpdec.c:
11912         * gst/smpte/gstsmpte.c:
11913         * gst/videobox/gstvideobox.c:
11914         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11915         * gst/videofilter/gstvideobalance.c:
11916         * gst/videofilter/gstvideoflip.c:
11917         * gst/videofilter/gstvideotemplate.c:
11918         (gst_videotemplate_base_init):
11919         * gst/videomixer/videomixer.c:
11920         * gst/wavenc/gstwavenc.c:
11921         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11922          better/unified long descriptions
11923          Fixed #336602
11924          Some cleanups to auparse, don't send multiple newsegments.
11925
11926 2006-03-29  Wim Taymans  <wim@fluendo.com>
11927
11928         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11929
11930         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11931         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11932         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11933         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11934         * ext/dv/gstdvdemux.h:
11935         Seek in READY patch. Only works for pull based mode.
11936         Fixes #323880
11937
11938 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11939
11940         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11941         (gst_gdk_pixbuf_event):
11942           Fix two crashers: don't unref the same caps twice, and
11943           set pixbuf loader to NULL after freeing it.
11944
11945 2006-03-27  Wim Taymans  <wim@fluendo.com>
11946
11947         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11948         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11949         (gst_speexenc_chain):
11950         * ext/speex/gstspeexenc.h:
11951         Don't leak adapter.
11952         A push *always* takes ownership of the buffer, even on
11953         errors.
11954         Small cleanups.
11955
11956 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11957
11958         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11959           Create source pad without leaking.
11960
11961 2006-03-24  Wim Taymans  <wim@fluendo.com>
11962
11963         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11964         * ext/flac/gstflacdec.h:
11965         * ext/flac/gstflacenc.h:
11966         Spifify a bit.
11967         Fix deadly lock order error in seeking code, STREAM_LOCK
11968         cannot be taken within LOCK and the streaming variables are
11969         protected with the STREAM_LOCK anyway.
11970
11971 2006-03-24  Wim Taymans  <wim@fluendo.com>
11972
11973         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11974         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11975         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11976         this patch combines the global init_frames with the stream
11977         init_frames. Rationale being that the global delay should 
11978         be subtracted from any stream delay.
11979         Fixes #335858.
11980
11981 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
11982
11983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
11984         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
11985         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11986         * gst/videomixer/videomixer.c: (gst_videomixer_init):
11987         use DEBUG_FUNCPTR for collectpads
11988
11989 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
11990
11991         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
11992           Don't crash when encoding images where the number of rows isn't
11993           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
11994
11995 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
11996
11997         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
11998         * gst/interleave/deinterleave.c: (deinterleave_change_state):
11999         * gst/interleave/interleave.c: (interleave_change_state):
12000         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12001           More state change function fixes.
12002
12003 2006-03-23  Wim Taymans  <wim@fluendo.com>
12004
12005         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12006         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12007         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12008         (gst_esdsink_delay), (gst_esdsink_reset):
12009         * ext/esd/esdsink.h:
12010         Fix esd choppy playback by configuring audiosink
12011         correctly. Fixes #325191
12012
12013 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12014
12015         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12016           Make state change function thread-safe.
12017
12018 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12019
12020         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12021         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12022           Don't try to read beyond the end of the file just because
12023           the header claims a bigger size (like with truncated files).
12024
12025 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12028         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12029         (gst_wavparse_stream_data), (gst_wavparse_loop):
12030         * gst/wavparse/gstwavparse.h:
12031           Delay source pad creation until we have the first chunk of
12032           media data, so the we can examine the data and adjust the
12033           caps accordingly if required. This makes playback of .wav
12034           files with DTS-declared-as-PCM content work (#313266).
12035
12036 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12037
12038         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12039         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12040         Don't attempt typefinding on too-short buffers that have been
12041         completely trimmed away. (Fixes #330239)
12042
12043         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12044         Improve the debug output
12045
12046 2006-03-21  Wim Taymans  <wim@fluendo.com>
12047
12048         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12049         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12050         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12051         (gst_esdsink_set_property), (gst_esdsink_get_property):
12052         Some cleanups.
12053         Reset fd to -1 when we close them.
12054
12055 2006-03-21  Wim Taymans  <wim@fluendo.com>
12056
12057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12058         the OPTIONS request result is optional so don't
12059         fail on it.
12060
12061 2006-03-21  Edward Hervey  <edward@fluendo.com>
12062
12063         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12064         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12065         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12066         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12067         (gst_wavparse_change_state):
12068         gcc 4.1 unreferenced pointer fixes.
12069
12070 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12071
12072         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12073
12074         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12075           Fix block alignment calculation. Alignment should be done before
12076           adding the byte offset where the data starts (#335231).
12077
12078 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12079
12080         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12081           Ensure that we set correct caps on buffers that are transferred
12082           direct from the input.
12083
12084 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12085
12086         * gst/goom/filters.c: (zoomFilterDestroy):
12087         * gst/goom/goom_core.c: (goom_close):
12088           Free filter data when cleaning up. (Fixes: #334995)
12089
12090 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * configure.ac:
12093           Don't compile udp and rtsp plugins on win32 (mingw) or other
12094           systems that don't have <sys/socket.h> for some reason (#316203).
12095
12096 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12097
12098         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12099         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12100         * ext/raw1394/gstdv1394src.h:
12101           Change bus reset handler so it reports useful information such as
12102           whether the device being used connected or disconnected
12103
12104 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * gst/id3demux/id3v2frames.c:
12107         (parse_relative_volume_adjustment_two):
12108           We only care about gain and peak data for the master volume.
12109
12110 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12113         (parse_id_string), (parse_unique_file_identifier),
12114         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12115           Read replay gain tags (#323721).
12116
12117 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12118
12119         * configure.ac:
12120           Bump requirements to gst-plugins-base CVS because
12121           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12122
12123 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12124
12125         * rtp/gst/gstrtppcmadepay.c:
12126         Fixed one of the caps in the code from mulaw to alaw.
12127
12128 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12129
12130         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12131           Ensure that we set caps on the buffers we pass.
12132
12133         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12134         (gst_id3demux_sink_activate):
12135           Ensure that we set caps on the buffers we pass.
12136
12137           Use STREAM, TYPE_NOT_FOUND as the error class when
12138           typefinding fails.
12139
12140 2006-03-15  Edward Hervey  <edward@fluendo.com>
12141
12142         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12143         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12144         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12145         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12146         (gst_jpeg_dec_setcaps):
12147         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12148         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12149         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12150         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12151         (gst_mngdec_src_getcaps):
12152         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12153         (gst_pngdec_caps_create_and_set):
12154         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12155         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12156         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12157         * gst/alpha/gstalpha.c: (gst_alpha_init):
12158         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12159         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12160         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12161         * gst/cutter/gstcutter.c: (gst_cutter_init):
12162         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12163         (gst_efence_checkgetrange):
12164         * gst/debug/negotiation.c: (gst_negotiation_init):
12165         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12166         * gst/goom/gstgoom.c: (gst_goom_init):
12167         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12168         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12169         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12170         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12171         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12172         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12173         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12174         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12175         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12176         (gst_wavparse_create_sourcepad):
12177         Fix memleak with gst_static_pad_template_get().
12178         This uses gst_pad_new_from_static_template() instead.
12179         Fixes #333512
12180
12181 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12182
12183         * configure.ac:
12184           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12185           used by id3demux.
12186
12187         * gst/id3demux/gstid3demux.c: (plugin_init):
12188         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12189         (parse_user_text_identification_frame),
12190         (parse_unique_file_identifier):
12191           Add support for UFID and TXXX frames and extract musicbrainz tags.
12192
12193 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12194
12195         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12196           Catch short reads, like they might happen with truncated
12197           files (see #305279); remove unnecessary indentation.
12198
12199 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12200
12201         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12202           Fix DIB image inversion for pictures with a
12203           depth != 8 (#305279).
12204
12205 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12206
12207         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12208         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12209         * ext/jpeg/gstjpegdec.h:
12210           Fix durations on outgoing buffers after seeking
12211           in MJPEG files (#334083); some minor clean-ups.
12212
12213 2006-03-13  Wim Taymans  <wim@fluendo.com>
12214
12215         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12216         (gst_wavparse_change_state):
12217         Implement seek in READY (re-fixes #327658)
12218
12219 2006-03-13  Wim Taymans  <wim@fluendo.com>
12220
12221         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12222         * ext/esd/esdmon.c: (gst_esdmon_get):
12223         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12224         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12225         (gst_gdk_pixbuf_sink_getcaps):
12226         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12227         (gst_jpegenc_setcaps):
12228         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12229         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12230         (gst_smokeenc_setcaps):
12231         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12232         (gst_mngdec_src_getcaps):
12233         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12234         (gst_mngenc_chain):
12235         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12236         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12237         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12238         (speex_dec_src_event), (speex_dec_chain):
12239         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12240         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12241         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12242         (gst_negotiation_pad_link), (gst_negotiation_chain):
12243         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12244         (gst_flxdec_chain):
12245         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12246         (deinterleave_chain):
12247         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12248         * gst/median/gstmedian.c: (gst_median_link):
12249         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12250         (gst_monoscope_chain):
12251         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12252         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12253         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12254         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12255         close #333784 unref the result of gst_pad_get_parent()
12256         by: Christophe Fergeau.
12257
12258 2006-03-09  Wim Taymans  <wim@fluendo.com>
12259
12260         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12261         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12262         Handle events in push mode better, can now do non-flushing
12263         seeks in push mode as well.
12264
12265 2006-03-07  Wim Taymans  <wim@fluendo.com>
12266
12267         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12268         Applied patch from Kai Vehmanen, fixes #333624.
12269
12270 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12271
12272         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12273         Implement paletted and grayscale png files handling.
12274         (#150363).
12275
12276 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12277
12278         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12279         (gst_speexenc_chain):
12280           fix a tag list assert
12281           follow gst-plugins-base/ext/ogg/README; set OFFSET
12282           and OFFSET_END.  Muxes correctly with gst-plugins-base
12283           > 0.9.3
12284
12285 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * gst/id3demux/Makefile.am:
12288         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12289         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12290           Use new typefind helper functions here as well, and
12291           do typefinding in pull-mode if upstream supports that.
12292
12293 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12294
12295         * sys/sunaudio/gstsunaudiomixerctrl.c:
12296         (gst_sunaudiomixer_ctrl_get_volume),
12297         (gst_sunaudiomixer_ctrl_set_volume):
12298         * sys/sunaudio/gstsunaudiomixertrack.c:
12299         (gst_sunaudiomixer_track_new):
12300           Remove unused variables, breaks build from CVS
12301           with -Werror (#333392, patch by: Benjamin Pineau)
12302
12303 2006-03-03  Wim Taymans  <wim@fluendo.com>
12304
12305         * docs/plugins/Makefile.am:
12306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12308         Added wavparse docs.
12309
12310         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12311         (gst_wavparse_reset), (gst_wavparse_init),
12312         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12313         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12314         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12315         (gst_wavparse_stream_data), (gst_wavparse_loop),
12316         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12317         (gst_wavparse_change_state):
12318         * gst/wavparse/gstwavparse.h:
12319         Implement seek in READY (fixes #327658)
12320         Added docs and did some cleanups.
12321
12322 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12323
12324         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12325         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12326         (gst_avi_demux_calculate_durations_from_index),
12327         (gst_avi_demux_stream_header):
12328         * gst/avi/gstavidemux.h:
12329           If we have an index, use a duration based on the index instead
12330           of blindly trusting the information in the stream headers
12331           (fixes #331817).
12332
12333 2006-03-03  Wim Taymans  <wim@fluendo.com>
12334
12335         * docs/plugins/Makefile.am:
12336         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12337         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12338         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12339         Added smoke and jpeg to the docs.
12340
12341         * ext/jpeg/Makefile.am:
12342         * ext/jpeg/gstjpeg.c: (plugin_init):
12343         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12344         * ext/jpeg/gstjpegenc.h:
12345         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12346         (gst_smokedec_chain):
12347         * ext/jpeg/gstsmokedec.h:
12348         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12349         * ext/jpeg/gstsmokeenc.h:
12350         * ext/jpeg/smokecodec.h:
12351         Port smokedec (fixes #331905).
12352         Added some docs.
12353         Some cleanups.
12354
12355 2006-03-03  Wim Taymans  <wim@fluendo.com>
12356
12357         * docs/plugins/Makefile.am:
12358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12360         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12361         Added videobalance and videoflip to the docs.
12362
12363         * gst/videofilter/Makefile.am:
12364         * gst/videofilter/gstvideobalance.c:
12365         (gst_video_balance_update_tables_planar411),
12366         (gst_video_balance_is_passthrough),
12367         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12368         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12369         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12370         (gst_video_balance_finalize), (gst_video_balance_class_init),
12371         (gst_video_balance_init), (gst_video_balance_interface_supported),
12372         (gst_video_balance_interface_init),
12373         (gst_video_balance_colorbalance_list_channels),
12374         (gst_video_balance_colorbalance_set_value),
12375         (gst_video_balance_colorbalance_get_value),
12376         (gst_video_balance_colorbalance_init),
12377         (gst_video_balance_set_property), (gst_video_balance_get_property),
12378         (gst_video_balance_get_type), (plugin_init):
12379         * gst/videofilter/gstvideobalance.h:
12380         Ported to 0.10. (Fixes #326160)
12381         Added docs.
12382
12383         * gst/videofilter/gstvideoflip.c:
12384         * gst/videofilter/gstvideoflip.h:
12385         Added docs.
12386
12387 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12388
12389         * configure.ac:
12390           Bump requirements to current core and -base CVS
12391           (core for new typefind helper API, and -base for the
12392           WAVFORMATEX support that was added to libgstriff and
12393           is needed by wavparse).
12394         
12395         * gst/apetag/Makefile.am:
12396         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12397         (gst_tag_demux_sink_activate):
12398           Use new typefind helpers for typefinding instead of our
12399           home-grown stuff; also, do typefinding in pull-mode if
12400           upstream supports that.
12401
12402 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12403
12404         Reviewed by: Christian Schaller <christian@fluendo.com>
12405
12406         This patch fixes bug: 329107
12407
12408         This Changelog entry is for a commit done on February 17
12409
12410         * ext/gconf/gconf.c
12411         * ext/gconf/gconf.h
12412         * ext/gconf/gstgconfaudiosink.c
12413         * ext/gconf/gstgconfaudiosink.h
12414         * gconf/gstreamer.schemas.in
12415
12416 2006-02-28  Wim Taymans  <wim@fluendo.com>
12417
12418         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12419         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12420         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12421         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12422         Use DEBUG_OBJECT more.
12423
12424 2006-02-28  Wim Taymans  <wim@fluendo.com>
12425
12426         * docs/plugins/Makefile.am:
12427         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12428         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12429         Added dvdec and dvdemux to docs.
12430
12431         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12432         Added docs.
12433         Check frame sizes so we don't crash when don't have enough
12434         data.
12435         Send nice error messages on error.
12436
12437         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12438         (gst_dvdemux_class_init), (gst_dvdemux_init),
12439         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12440         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12441         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12442         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12443         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12444         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12445         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12446         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12447         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12448         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12449         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12450         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12451         * ext/dv/gstdvdemux.h:
12452         Added docs.
12453         Implement pull mode.
12454         Fix memleaks.
12455         Reduce memcpy for the video demuxing.
12456
12457 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12458
12459         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12460         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12461         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12462         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12463           Add a little extra debug. Make the decoder not return NOT_LINKED,
12464           as we want to continue decoding all CMML and emitting tags.
12465
12466 2006-02-27  Michael Smith  <msmith@fluendo.com>
12467
12468         * ext/annodex/gstskeltag.c:
12469         * ext/annodex/gstskeltag.h:
12470           Deleted; these files aren't used any more either.
12471
12472 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12473
12474         * ext/Makefile.am: Fix dist-check.
12475
12476 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12477
12478         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12479         memleak.
12480
12481 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12482
12483         * ext/annodex/Makefile.am:
12484         * ext/annodex/gstannodex.c:
12485         * ext/annodex/gstcmmldec.c:
12486         * ext/annodex/gstcmmlenc.c:
12487         * ext/annodex/gstcmmlparser.c:
12488         * ext/annodex/gstcmmlparser.h:
12489         * ext/annodex/gstcmmlutils.c:
12490         * tests/check/elements/cmmldec.c:
12491         * tests/check/elements/cmmlenc.c:
12492           Fix a memleak in gst_cmml_track_list_add_clip.
12493           Handle overflows in clip's start and end times.
12494           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12495           Do not parse junk at the end of a CMML preamble buffer.
12496           Register a libxml error handler to not print stuff on stderr.
12497           Check for bad clip start and end times in the testsuites.
12498
12499 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12500
12501         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12502         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12503         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12504         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12505         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12506         possible memleaks.
12507
12508 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12509
12510         * tests/check/Makefile.am:
12511         * tests/check/elements/cmmldec.c:
12512         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12513         the plugins-base tags.
12514
12515 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12516
12517         * ext/Makefile.am: Re-enable module.
12518
12519 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12520
12521         * tests/check/Makefile.am: Forgot to remove that test.
12522
12523 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12524
12525         * ext/annodex/Makefile.am:
12526         * ext/annodex/gstannodex.c: (plugin_init):
12527         * ext/annodex/gstcmmldec.c:
12528         * ext/annodex/gstskeldec.c:
12529         * ext/annodex/gstskeldec.h:
12530         * tests/check/Makefile.am:
12531         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12532
12533 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12534
12535         * tests/check/Makefile.am: Disable those checks as well.
12536
12537 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12538
12539         * ext/Makefile.am: Disable annodex for now until we figure out
12540         how to make it build.
12541         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12542         Add a rule to your checklist : "please try to at least build 
12543         what you are going to commit into -good, or if you are too lazy
12544         to do that, please check that the buildbots are not crying because
12545         of your commit."
12546
12547 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12548
12549         * configure.ac:
12550         * ext/Makefile.am:
12551         * ext/gdk_pixbuf/Makefile.am:
12552         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12553         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12554         * ext/gdk_pixbuf/pixbufscale.c:
12555         * ext/gdk_pixbuf/pixbufscale.h:
12556           Gdkpixbuf ported from 0.8 to 0.10 by
12557           Renato Filho <renato.filho@indt.org.br>.
12558           gst_loader and gdkpixbufanimation still need port.
12559
12560 2006-02-24  Michael Smith  <msmith@fluendo.com>
12561
12562         * configure.ac:
12563         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12564         * ext/Makefile.am:
12565         * ext/annodex/Makefile.am:
12566         * ext/annodex/gstannodex.c:
12567         * ext/annodex/gstannodex.h:
12568         * ext/annodex/gstcmmldec.c:
12569         * ext/annodex/gstcmmldec.h:
12570         * ext/annodex/gstcmmlenc.c:
12571         * ext/annodex/gstcmmlenc.h:
12572         * ext/annodex/gstcmmlparser.c:
12573         * ext/annodex/gstcmmlparser.h:
12574         * ext/annodex/gstcmmltag.c:
12575         * ext/annodex/gstcmmltag.h:
12576         * ext/annodex/gstcmmlutils.c:
12577         * ext/annodex/gstcmmlutils.h:
12578         * ext/annodex/gstskeldec.c:
12579         * ext/annodex/gstskeldec.h:
12580         * ext/annodex/gstskeltag.c:
12581         * ext/annodex/gstskeltag.h:
12582         * tests/check/Makefile.am:
12583         * tests/check/elements/cmmldec.c:
12584         * tests/check/elements/cmmlenc.c:
12585         * tests/check/elements/skeldec.c:
12586           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12587           Includes tests & docs, oh my! Passes Thomas's -good checklist
12588           entirely. Wow.
12589
12590 2006-02-24  Michael Smith  <msmith@fluendo.com>
12591
12592         * autogen.sh:
12593           Check for automake 1.9 as well.
12594
12595 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12596
12597         * ext/flac/gstflacenc.c:
12598           Change min. sample rate to 8kHz to match flacdec's.
12599           
12600 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12601
12602         * ext/cdio/Makefile.am:
12603           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12604           required for Cygwin, see #317048)
12605
12606         * gst/rtp/gstasteriskh263.c:
12607           Cygwin has includes for both the unix network socket API
12608           and the windows API, but only one can be included, so fix
12609           includes to only use one or the other, prefering the unxi
12610           one (#317048).
12611
12612 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12613
12614         * rtp/gst/gstrtppcmadepay.c:
12615         * rtp/gst/gstrtppcmadepay.h:
12616         * rtp/gst/gstgstrtppcmapay.c:
12617         * rtp/gst/gstgstrtppcmapay.h:
12618         * rtp/gst/gstrtppcmudepay.c:
12619         * rtp/gst/gstrtppcmudepay.h:
12620         * rtp/gst/gstrtppcmupay.c:
12621         * rtp/gst/gstrtppcmupay.h:
12622         * rtp/gst/Makefile.am:
12623         * rtp/gst/gstrtp.c:
12624         * rtp/gst/README:
12625         Separated the G711 payloaders/depayloaders into separate elements for
12626         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12627
12628 2006-02-22  Wim Taymans  <wim@fluendo.com>
12629
12630         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12631         (gst_dvdec_change_state):
12632         * ext/dv/gstdvdec.h:
12633         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12634         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12635         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12636         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12637         (gst_dvdemux_flush), (gst_dvdemux_chain),
12638         (gst_dvdemux_change_state):
12639         * ext/dv/gstdvdemux.h:
12640         Ueber spiffify some more, added debug category.
12641         Use _scale.
12642         Use segments, respect playback rate from newsegment.
12643         Fix refcount issue.
12644
12645 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12646
12647         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12648         (gst_signal_processor_process):
12649         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12650         enabled for the build, but it helps me win the feature-count
12651         competitions ooh yeah.
12652
12653 2006-02-19  Wim Taymans  <wim@fluendo.com>
12654
12655         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12656         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12657         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12658         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12659         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12660         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12661         Use scaling code for added precission and more correct stop
12662         position in case scale==0.
12663
12664 2006-02-19  Wim Taymans  <wim@fluendo.com>
12665
12666         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12667         (gst_flxdec_chain):
12668         * gst/flx/gstflxdec.h:
12669         Implement DURATION query.
12670
12671 2006-02-19  Wim Taymans  <wim@fluendo.com>
12672
12673         * gst/flx/flx_color.h:
12674         * gst/flx/flx_fmt.h:
12675         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12676         (gst_flxdec_src_query_handler), (flx_decode_color),
12677         (gst_flxdec_chain):
12678         * gst/flx/gstflxdec.h:
12679         Set MALLOCDATA for the temp buffers so we don't leak.
12680         Some debug cleanups.
12681         Consume all data in the adapter before leaving the chain
12682         function. Fixes #330678.
12683
12684 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12685
12686         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12687         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12688          Handle 0 data size in otherwise valid frames.
12689          Handle numeric strings in 2.4.0 even when not in parentheses 
12690
12691 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12692
12693         * gst/matroska/matroska-demux.c:
12694         (gst_matroska_demux_subtitle_caps),
12695         (gst_matroska_demux_plugin_init):
12696         * gst/matroska/matroska-ids.h:
12697           Recognise SSA/ASS and USF subtitle formats and
12698           set proper caps when they are found.
12699
12700 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12701
12702         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12703         (gst_jpeg_dec_chain):
12704           Fix invalid memory access for some odd-sized images
12705           (see image contained in quicktime stream in #327083);
12706           use g_malloc() instead of g_alloca().
12707
12708 2006-02-17  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12711         Patch from Sebastien Cote, fixes #319884
12712
12713 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12714
12715         * ext/cdio/gstcdio.c: (plugin_init):
12716           Init debug category (#331253).
12717
12718 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12721           Pass extra_data to gst_riff_create_audio_caps(), so that
12722           WAVEFORMATEX stuff works. Post audio codec name and post
12723           it as taglist on the bus. Allow up to 8 channesl for raw
12724           PCM in the source pad template caps.
12725
12726 2006-02-16  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12729         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12730         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12731         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12732         (gst_multipart_set_property), (gst_multipart_get_property):
12733         Applied #318663. Gives quite a few false positives in
12734         autoscan mode, but it's better than nothing. Not closing yet.
12735
12736 2006-02-16  Wim Taymans  <wim@fluendo.com>
12737
12738         * docs/plugins/Makefile.am:
12739         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12740         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12741         * docs/plugins/gst-plugins-good-plugins.args:
12742         * docs/plugins/inspect/plugin-udp.xml:
12743         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12744         (gst_udpsrc_start):
12745         Update documentation.
12746         Fix args.
12747
12748 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12749
12750         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12751         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12752         frame size. (Fixes #331368)
12753
12754 2006-02-16  Wim Taymans  <wim@fluendo.com>
12755
12756         * gst/rtsp/README:
12757         Updated README.
12758
12759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12760         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12761         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12762         * gst/rtsp/gstrtspsrc.h:
12763         Make sure the RTP port is an even port an try to allocate 
12764         another if not.
12765         Added retry property to control max retries for port allocation.
12766         Make sure RTCP port is RTP port+1.
12767         Cleanup when port allocation fails.
12768         Fixes #319183.
12769         
12770 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12771
12772         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12773           Don't ignore return value of the parent class's state
12774           change function (#331385, patch by: Wouter Paesen).
12775
12776 2006-02-15  Wim Taymans  <wim@fluendo.com>
12777
12778         * configure.ac:
12779         * docs/plugins/Makefile.am:
12780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12782         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12783         * ext/Makefile.am:
12784         * ext/hal/Makefile.am:
12785         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12786         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12787         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12788         (do_toggle_element), (gst_hal_audio_sink_set_property),
12789         (gst_hal_audio_sink_get_property),
12790         (gst_hal_audio_sink_change_state):
12791         * ext/hal/gsthalaudiosink.h:
12792         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12793         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12794         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12795         (do_toggle_element), (gst_hal_audio_src_set_property),
12796         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12797         * ext/hal/gsthalaudiosrc.h:
12798         * ext/hal/gsthalelements.c: (plugin_init):
12799         * ext/hal/gsthalelements.h:
12800         * ext/hal/hal.c: (gst_hal_get_string),
12801         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12802         (gst_hal_get_audio_src):
12803         * ext/hal/hal.h:
12804         Add HAL sound device wrapper plugins. Closes #329106
12805
12806 2006-02-15  Wim Taymans  <wim@fluendo.com>
12807
12808         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12809         Add comment in a fultile attempt to stop the copy-and-paste 
12810         paradigm leading to duplication of bad code.
12811
12812         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12813         Mime parameters have to be checked case insensitive
12814
12815 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12818           Advance stream time for lagging subtitle streams by sending
12819           newsegment events with the update flag set.
12820
12821 2006-02-14  Edward Hervey  <edward@fluendo.com>
12822
12823         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12824         There can be bogus data before the hdrl LIST tag in the RIFF header.
12825         It's hard to say if it's not respecting the AVI specifications or not,
12826         but since Google Video is producing AVIs like that and the other player
12827         don't seem to complain, I guess we should do the same.
12828
12829 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12830
12831         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12832         (parse_split_strings):
12833         Add more validation to ensure that a char encoding conversion
12834         produced a valid UTF-8 string.
12835
12836 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12837
12838         Reviewed by: Edward Hervey  <edward@fluendo.com>
12839
12840         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12841         Properly handle end of segment. Closes #330885.
12842
12843 2006-02-13  Wim Taymans  <wim@fluendo.com>
12844
12845         * gst/rtp/gstrtpmp4gpay.h:
12846         For got to commit this one.
12847
12848 2006-02-12  Wim Taymans  <wim@fluendo.com>
12849
12850         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12851         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12852         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12853         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12854         * gst/rtp/gstrtpmp4gpay.h:
12855         Make more things work.
12856         Handle ACC config strings.
12857
12858 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12859
12860         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12861           set timestamps if no incoming timestamps set
12862
12863 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12864
12865         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12866         (gst_tag_demux_do_typefind):
12867           ... and fix the very same leaks in GstTagDemux.
12868
12869 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12870
12871         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12872         (gst_id3demux_do_typefind):
12873         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12874         <jonathan at kaolin dot wh9 dot net>)
12875
12876 2006-02-10  Wim Taymans  <wim@fluendo.com>
12877
12878         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12879         First set options, then set caps or else the baseclass
12880         will not know about the options, duh.
12881
12882 2006-02-10  Wim Taymans  <wim@fluendo.com>
12883
12884         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12885         (gst_rtp_mp4v_pay_setcaps):
12886         Don't waste time looking for a config string if we have codec_info
12887         on the incomming caps.
12888
12889 2006-02-10  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst/rtp/README:
12892         Say something about case-sensitivity of caps vs mime-attributes.
12893
12894         * gst/rtp/Makefile.am:
12895         * gst/rtp/gstrtp.c: (plugin_init):
12896         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12897         (gst_rtp_amr_pay_handle_buffer):
12898         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12899         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12900         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12901         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12902         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12903         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12904         (gst_rtp_mp4g_pay_plugin_init):
12905         * gst/rtp/gstrtpmp4gpay.h:
12906         Added beginnings of mpeg4-generic payloader (RFC 3640)
12907
12908 2006-02-09  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/rtsp/Makefile.am:
12911         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12912         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12913         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12914         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12915         (gst_rtpdec_change_state):
12916         * gst/rtsp/gstrtpdec.h:
12917         * gst/rtsp/gstrtsp.c: (plugin_init):
12918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12919         * gst/rtsp/rtspconnection.c: (read_body),
12920         (rtsp_connection_receive):
12921         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12922         Resurected rtpdec to make rtspsrc happy again.
12923         Skip attributes from the session id.
12924         Don't crash when dumping a message with an empty body.
12925
12926
12927 2006-02-09  Wim Taymans  <wim@fluendo.com>
12928
12929         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12930         Added more meaningfull warnings when something goes wrong.
12931         Clear F bit on outgoing AMR packets.
12932
12933         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12934         (gst_rtp_amr_pay_handle_buffer):
12935         Added debugging category
12936         Support payloading of multiple AMR frames.
12937
12938         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12939         Added some debugging.
12940
12941 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12942
12943         * configure.ac:
12944           Back to CVS
12945
12946 === release 0.10.2 ===
12947
12948 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12949
12950         * configure.ac:
12951           releasing 0.10.2, "Papa was a rolling stone"
12952
12953 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12954
12955         * configure.ac:
12956           Bump core and plugins-base requirement to 0.10.2.2
12957           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12958
12959 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12960
12961         * ext/flac/gstflac.c: (plugin_init):
12962         * ext/speex/gstspeex.c: (plugin_init):
12963           Register musicbrainz tags.
12964
12965 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * ext/gconf/gconf.h:
12968           Remove declaration of function that no longer exists.
12969
12970 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12971
12972         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12973         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12974         Make shout2 work for non ogg streams
12975
12976 2006-02-06  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12979         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
12980         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
12981         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
12982         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
12983         * gst/udp/gstmultiudpsink.h:
12984         Updated docs.
12985         Added properties bytes-served, bytes_to_serve.
12986         Post proper error messages,
12987         Emit client added signal too.
12988
12989 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * docs/plugins/Makefile.am:
12992         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12993         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12994         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
12995         (gst_multiudpsink_get_stats):
12996           adding docs for multiudpsink
12997
12998 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12999
13000         * gst/level/gstlevel.c: (gst_level_transform_ip):
13001           peak below decay is not necessarily an error, so don't ERROR log
13002
13003 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13004
13005         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13006         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13007         (gst_ebml_write_seek):
13008         * gst/matroska/ebml-write.h:
13009           Make sure we send a newsegment event in BYTES format
13010           before sending buffers (#328531).
13011
13012 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13013
13014         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13015         (gst_dvdemux_sink_query):
13016         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13017         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13018         (speex_dec_src_query):
13019         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13020         (gst_speexenc_sink_query):
13021         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13022         * gst/matroska/matroska-demux.c:
13023         (gst_matroska_demux_get_src_query_types),
13024         (gst_matroska_demux_handle_src_query):
13025         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13026         (gst_wavparse_pad_query):
13027           Pass unhandled queries upstream instead of just dropping
13028           them (#326446). Update query type arrays here and there.
13029
13030 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * tests/check/elements/matroskamux.c: (setup_src_pad):
13033           Collectpads in core got changed and now also holds a
13034           reference to any pad that is part of it. Fix refcount
13035           checks in test case accordingly.
13036
13037 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13038
13039         * gst/apetag/gstapedemux.h:
13040           Fix include, for now GstTagDemux is in the apetag dir.
13041
13042 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13043
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/inspect/plugin-cdio.xml:
13048           Add cdio plugin to docs.
13049
13050         * ext/cdio/gstcdiocddasrc.c:
13051           Add gtk-doc blurb.
13052
13053         * ext/cdio/gstcdio.c:
13054           The plugin is called 'cdio' not 'cddio'.
13055
13056 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13057
13058         * configure.ac:
13059         * docs/plugins/Makefile.am:
13060         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13061         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13062         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13063         * docs/plugins/inspect/plugin-apetag.xml:
13064         * gst/apetag/Makefile.am:
13065         * gst/apetag/gstapedemux.c:
13066         * gst/apetag/gstapedemux.h:
13067         * gst/apetag/gsttagdemux.c:
13068         * gst/apetag/gsttagdemux.h:
13069           Add APE tag demuxer (#325649).
13070
13071 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13072
13073         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13074         (gst_gconf_get_default_video_sink),
13075         (gst_gconf_get_default_audio_src),
13076         (gst_gconf_get_default_video_src):
13077         * ext/gconf/gconf.h:
13078         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13079         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13080         (do_toggle_element):
13081         * ext/gconf/gstgconfaudiosink.h:
13082         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13083         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13084         (do_toggle_element):
13085         * ext/gconf/gstgconfaudiosrc.h:
13086         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13087         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13088         (do_toggle_element):
13089         * ext/gconf/gstgconfvideosink.h:
13090         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13091         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13092         (do_toggle_element):
13093         * ext/gconf/gstgconfvideosrc.h:
13094           Ignore changing the GConf key to "". Ignore GConf key updates
13095           that don't actually change the string.
13096           For now, ignore the GConf key when the state is > READY, as
13097           it breaks streaming. Sometime it will be nice to bring the
13098           new sink online even mid-stream, by sending NEWSEGMENT info
13099           and possibly prerolling.
13100           (Fixes #326736)
13101
13102 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13103
13104         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13105         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13106         (zoomFilterSetResolution), (zoomFilterDestroy),
13107         (zoomFilterFastRGB), (pointFilter):
13108         * gst/goom/filters.h:
13109         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13110         (goom_update), (goom_close):
13111         * gst/goom/goom_core.h:
13112         * gst/goom/goom_tools.h:
13113         * gst/goom/graphic.c:
13114         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13115         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13116         * gst/goom/gstgoom.h:
13117         * gst/goom/lines.c: (goom_lines):
13118         * gst/goom/lines.h:
13119           Make goom reentrant by moving all important static variables
13120           into instance structures.
13121           (Fixes #329181)
13122
13123 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13124
13125         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13126         (gst_avi_demux_all_source_pads_unlinked),
13127         (gst_avi_demux_process_next_entry):
13128         * gst/avi/gstavidemux.h:
13129           Third attempt, use gst_pad_is_linked() this time.
13130
13131 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13132
13133         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13134         (parse_split_strings):
13135         Adjust for data length indicators when parsing (Fixes #329810)
13136         Fix stupid bug parsing UTF-8 tag text.
13137         Output tag strings with multiple fields as multiple tags, so the
13138         app gets all the data.
13139
13140 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13141
13142         * ext/flac/gstflacenc.c:
13143         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13144         show me.
13145         
13146 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13147
13148         * ext/flac/gstflacenc.c:
13149         * gst/matroska/ebml-read.c:
13150         Just make it compile with --disable-gst-debug.
13151
13152 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13153
13154         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13155         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13156         (id3v2_genre_fields_to_taglist):
13157           Never output a tag with a null contents string.
13158
13159 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13160
13161         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13162           Only pause if all pads are unlinked AND we've tried to send data
13163           on all of them at least once.
13164
13165 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13166
13167         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13168         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13169           Make loop function/task pause itself when all source pads are
13170           unlinked.
13171
13172 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13173
13174         * configure.ac:
13175         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13176           Use new functions from core to render a bin from a
13177           string. Fixes build. Up requirements to core CVS.
13178
13179 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13182           Don't push buffers into the adapter that we are going to
13183           push downstream again without framing anyway. Also, the
13184           adaptor takes ownership of buffers put into it (fixes
13185           auparse pushing invalid buffers for .au files with
13186           ADPCM contents). Finally, set caps on all outgoing buffers.
13187
13188 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13189
13190         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13191         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13192         (gst_id3demux_send_tag_event):
13193         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13194         Someone should kick my butt. Remove ID3v1 tags from the end of the
13195         file.
13196
13197         Improve error messages. Send the TAG message as soon as we complete
13198         typefinding, instead of waiting until we send the first buffer.
13199         Downstream tag event is still sent before the first buffer.
13200
13201 2006-01-27  Jan Gerber  <j@bootlab.org>
13202
13203         Reviewed by: Andy Wingo <wingo@pobox.com>
13204
13205         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13206         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13207         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13208         to not have warings flooding stderr. this is the suggested way
13209         also used in dvgrab and kino. (#328336)
13210
13211 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13212
13213         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13214         (gst_oss_sink_init), (gst_oss_sink_finalise):
13215           Free the device name string when finalised.
13216
13217 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13218
13219         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13220           Don't put function calls in g_return_if_fail() statements,
13221           or they'll be replaced with NOOPs if someone compiles with
13222           G_DISABLE_CHECKS defined.
13223           
13224 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13225
13226         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13227         Never trust ANY information encoded in a media file, especially
13228         when it's giving you sizes. (Fixes #328452)
13229
13230 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13231
13232         * gst/rtp/gstrtpg711pay.c:
13233         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13234         bug #325148.
13235
13236 2006-01-23  Edward Hervey  <edward@fluendo.com>
13237
13238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13239         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13240         * gst/matroska/matroska-ids.h:
13241         Added recognition of Real Audio and Video streams in matroska demuxer.
13242
13243 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13244
13245         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13246           Remove errant break statement, and fix compilation with
13247           older GCC.
13248
13249 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13250
13251         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13252
13253         * sys/sunaudio/gstsunaudiomixerctrl.c:
13254         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13255           Export functions that are needed in other parts of the code,
13256           makes the mixer actually work; adjust magic minimum buffer-time
13257           value from 3ms to 5ms to work around stuttering during mp3
13258           playback (#327765).
13259
13260 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13261
13262         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13263
13264         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13265         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13266           Fix possible deadlock in matroska muxer (#327825).
13267
13268 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13269
13270         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13271         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13272         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13273         * gst/rtsp/sdpmessage.h:
13274         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13275         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13276           C89 fixes: declare variables at the beginning of a block and
13277           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13278           <jensgr at gmx dot net>).
13279
13280 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13281
13282         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13283         * gst/id3demux/id3tags.h:
13284         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13285         (parse_comment_frame), (parse_text_identification_frame),
13286         (id3v2_tag_to_taglist), (id3v2_are_digits),
13287         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13288         (parse_split_strings), (free_tag_strings):
13289           Rewrite parsing of text tags to handle multiple NULL terminated
13290           strings. Parse numeric genre strings and ID3v2 type
13291           "(3)(6)Alternative" style genre strings.
13292           Parse dates that are only YYYY or YYYY-mm format.
13293           (Fixes #328241 and #322154)
13294
13295 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13296
13297         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13298           Don't forget to initialize liboil, otherwise our oil functions
13299           will crash (fixes #327871; patch by: Christoph Burghardt
13300           <hawkes at web dot de>).
13301
13302 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * configure.ac:
13305           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13306           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13307           patch by: Brian Cameron <brian dot cameron at sun dot com>
13308
13309 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13310
13311         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13312         * ext/cdio/gstcdio.h:
13313         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13314           Fix build for libcdio versions >= 76; give slightly lower rank
13315           than cdparanoia.
13316
13317 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13318
13319         * configure.ac:
13320         * ext/Makefile.am:
13321         * ext/cdio/Makefile.am:
13322         * ext/cdio/gstcdio.c:
13323         * ext/cdio/gstcdio.h:
13324         * ext/cdio/gstcdiocddasrc.c:
13325         * ext/cdio/gstcdiocddasrc.h:
13326           Port libcdio cdda source, formerly known as cddasrc, now known as
13327           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13328           but that's not tested (fixes #317658).
13329
13330 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13331
13332         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13333           Fix conversion from TIME to BYTES format (fixes #326864;
13334           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13335
13336 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13337
13338         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13339           Fix compilation of id3demux when zlib is not present.
13340           (Fixes #326602; patch by: Sergey Scobich)
13341
13342 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13343
13344         * ext/esd/Makefile.am:
13345           Add $(ESD_CFLAGS), otherwise build will fail for folks
13346           with libesd in a non-standard prefix (#327009).
13347
13348 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13349
13350         * configure.ac:
13351           back to HEAD
13352
13353 === release 0.10.1 ===
13354
13355 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13356
13357         * configure.ac:
13358           releasing 0.10.1, "Li"
13359
13360 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13361
13362           patch by: Wim Taymans
13363
13364         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13365           fix memleak.  Fixes #326618
13366
13367 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13368
13369           patch by: Mike Smith
13370
13371         * gst/level/gstlevel.c: (gst_level_message_new),
13372         (gst_level_message_append_channel):
13373           Fix memleak.  Fixes #326612
13374
13375 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13376
13377         * configure.ac:
13378           prereleasing
13379         * po/af.po:
13380         * po/az.po:
13381         * po/cs.po:
13382         * po/en_GB.po:
13383         * po/hu.po:
13384         * po/it.po:
13385         * po/nb.po:
13386         * po/nl.po:
13387         * po/or.po:
13388         * po/sq.po:
13389         * po/sr.po:
13390         * po/sv.po:
13391         * po/uk.po:
13392         * po/vi.po:
13393           update translations
13394
13395 2006-01-10  Michael Smith  <msmith@fluendo.com>
13396
13397         * gst/level/gstlevel.c: (gst_level_class_init),
13398         (gst_level_dispose):
13399           Don't leak filter arrays.
13400
13401 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13402
13403         reviewed by: Christian Schaller <uraeus@gnome.org>
13404         
13405         * configure.ac:
13406         * gst-plugins-good.spec.in:
13407         * sys/Makefile.am:
13408         * sys/sunaudio/Makefile.am:
13409         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13410         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13411         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13412         (gst_sunaudiomixer_change_state):
13413         * sys/sunaudio/gstsunaudiomixer.h:
13414         * sys/sunaudio/gstsunaudiomixerctrl.c:
13415         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13416         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13417         (gst_sunaudiomixer_ctrl_list_tracks),
13418         (gst_sunaudiomixer_ctrl_get_volume),
13419         (gst_sunaudiomixer_ctrl_set_volume),
13420         (gst_sunaudiomixer_ctrl_set_mute),
13421         (gst_sunaudiomixer_ctrl_set_record):
13422         * sys/sunaudio/gstsunaudiomixerctrl.h:
13423         * sys/sunaudio/gstsunaudiomixertrack.c:
13424         (gst_sunaudiomixer_track_class_init),
13425         (gst_sunaudiomixer_track_init), (fill_labels),
13426         (gst_sunaudiomixer_track_new):
13427         * sys/sunaudio/gstsunaudiomixertrack.h:
13428         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13429         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13430         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13431         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13432         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13433         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13434         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13435         * sys/sunaudio/gstsunaudiosink.h:
13436
13437         Add SunAudio plugin - tested to make sure it doesn't break
13438         the build under GNU/Linux.      
13439
13440 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13441
13442         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13443         * gst-plugins-good/gst/udp/gstudpsrc.c:
13444         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13445         overrides the port or multicast parameters. Fixes bugs #323021.
13446         API addition: adds GstUDPSrc::sockfd property   
13447
13448 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13449
13450         * ext/gconf/Makefile.am:
13451         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13452         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13453         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13454         (do_toggle_element), (cb_toggle_element),
13455         (gst_gconf_audio_src_change_state):
13456         * ext/gconf/gstgconfaudiosrc.h:
13457         * ext/gconf/gstgconfelements.c: (plugin_init):
13458         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13459         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13460         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13461         (do_toggle_element), (cb_toggle_element),
13462         (gst_gconf_video_src_change_state):
13463         * ext/gconf/gstgconfvideosrc.h:
13464           Add new gconfaudiosrc and gconfvideosrc elements
13465           (needed for gnome-sound-recorder).
13466
13467 2006-01-06  Edward Hervey  <edward@fluendo.com>
13468
13469         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13470         Add gst_element_no_more_pads() for proper decodebin behaviour.
13471         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13472         (parse_text_identification_frame), (parse_split_strings):
13473         Failure to decode some tags is not a GST_ERROR() but a
13474         GST_WARNING()
13475         When iterating over a chunk of text, check that we haven't gone too
13476         far.
13477
13478 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13479
13480         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13481         (plugin_init):
13482           call oil_init() when using liboil
13483
13484 2006-01-04  Wim Taymans  <wim@fluendo.com>
13485
13486         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13487         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13488         Fix leaks.
13489
13490 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13491
13492         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13493
13494         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13495         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13496         (gst_flac_dec_change_state):
13497           Don't g_assert() where we should just return FALSE; remove
13498           unnecessary g_assert(); initialize some fields properly in
13499           state change function (fixes #325504). Also, use
13500           GST_DEBUG_OBJECT in two more places.
13501
13502 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13503
13504         * configure.ac:
13505           also remove smoothwave's Makefile.am
13506         * docs/plugins/Makefile.am:
13507           fix plugin docs
13508
13509 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13510
13511         * tests/examples/Makefile.am:
13512           added missing Makefile.am
13513
13514 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13515
13516         * configure.ac:
13517         * gst/level/Makefile.am:
13518         * gst/level/level-example.c:
13519         * tests/Makefile.am:
13520         * tests/examples/level/Makefile.am:
13521         * tests/examples/level/level-example.c: (message_handler), (main):
13522           moved level-example to tests/examples/level-example
13523         * tests/old/examples/level/demo.c: (main):
13524         * tests/old/examples/level/plot.c: (main):
13525           some initial fixes
13526
13527 2005-12-29  Michael Smith  <msmith@fluendo.com>
13528
13529         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13530         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13531         * gst/udp/gstmultiudpsink.h:
13532           Track packets sent per client in addition to bytes sent; provide
13533           this info through get-stats signal
13534
13535 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13536
13537         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13538           Can't use gst_object_unref() on a GstAdapter (#325191).
13539
13540 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13541
13542         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13543         If a broken tag has 0 bytes payload, at least still skip
13544         the 10 byte header
13545
13546 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13547
13548         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13549         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13550         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13551         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13552           Making these depayloaders (H263+ and mpeg4 video) inherit from
13553           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13554
13555 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13556
13557         * docs/plugins/gst-plugins-good-plugins.args:
13558         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13559         Regenerate the plugin hiearchy.
13560
13561 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13562
13563         * docs/plugins/Makefile.am:
13564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13566         * docs/plugins/gst-plugins-good-plugins.args:
13567         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13568         (gst_id3demux_base_init), (gst_id3demux_class_init),
13569         (gst_id3demux_chain):
13570         * gst/id3demux/gstid3demux.h:
13571           Add documentation for id3demux.
13572           Don't fail if the first buffer is not at offset 0, just
13573           attempt to typefind and do pass through
13574           Rename the gst_type function from gst_gst_id3demux..
13575
13576 2005-12-20  Michael Smith  <msmith@fluendo.com>
13577
13578         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13579         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13580         (gst_multiudpsink_get_stats):
13581         * gst/udp/gstmultiudpsink.h:
13582           Collect statistics; return them from get_stats.
13583
13584 2005-12-19  Edward Hervey  <edward@fluendo.com>
13585
13586         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13587         Stupid signedness issue...
13588
13589 2005-12-19  Edward Hervey  <edward@fluendo.com>
13590
13591         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13592         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13593         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13594         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13595         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13596         Construct index for indexless files.
13597         Make sure pad/buffers are correctly reset to NULL once we don't need
13598         them anymore, else we get lovely segfaults/assertions.
13599         * gst/wavparse/gstwavparse.c:
13600         Yes, you can have 96KHz audio and wma in wav :(
13601
13602 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13603
13604         * configure.ac:
13605           Check for optional dependency on zlib for id3demux
13606
13607         * gst/id3demux/Makefile.am:
13608         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13609         (gst_id3demux_base_init), (gst_id3demux_class_init),
13610         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13611         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13612         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13613         (gst_id3demux_set_property), (gst_id3demux_get_property),
13614         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13615         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13616         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13617         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13618         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13619         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13620         (simple_find_peek), (simple_find_suggest),
13621         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13622         (plugin_init):
13623         * gst/id3demux/gstid3demux.h:
13624         * gst/id3demux/id3tags.c: (read_synch_uint),
13625         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13626         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13627         (id3demux_id3v2_frames_to_tag_list):
13628         * gst/id3demux/id3tags.h:
13629         * gst/id3demux/id3v2.4.0-frames.txt:
13630         * gst/id3demux/id3v2.4.0-structure.txt:
13631         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13632         (parse_comment_frame), (parse_text_identification_frame),
13633         (id3v2_tag_to_taglist), (parse_split_strings):
13634           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13635           otherwise it discards them. Works on my test files. 
13636
13637         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13638           Don't send EOS to a non-existing srcpad
13639           The debug category can be static
13640
13641 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13642
13643         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13644         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13645         * gst/multipart/multipartdemux.c:
13646           change some char* into char[]
13647
13648 2005-12-16  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13651         (gst_wavparse_other), (gst_wavparse_perform_seek),
13652         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13653         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13654         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13655         * gst/wavparse/gstwavparse.h:
13656         Use GstSegment to implement more seeking features.
13657
13658 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13659
13660         * gst/rtsp/rtspconnection.c:
13661           Add <netinet/in.h> include and move <arpa/inet.h> include
13662           to make things work on OpenBSD as well (fixes #323717;
13663           patch by: Benjamin Pineau)
13664
13665 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13666
13667         * gst/rtp/gstrtpspeexdepay.c:
13668         * gst/rtp/gstrtpspeexpay.c:
13669         Set clock rate to be fixed in 8000. It fixes bug #324012.
13670
13671 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13672
13673         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13674         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13675         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13676         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13677         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13678         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13679         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13680         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13681         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13682         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13683         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13684         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13685         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13686         * gst-plugins-good/gst/rtp/README:
13687         Fixed payload range in payloder caps. Removed payload range completely
13688         from depayloaders as they don't require payload type in their caps.
13689         In effect, there isn't any specific payload type for any given codec,
13690         only suggestions.
13691         Fixes bug #324011.
13692
13693 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13694
13695         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13696         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13697         (gst_videomixer_collected): Code cleanup and re-enabling 
13698         queued time validity check for correct EOS handling.
13699
13700 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13701
13702         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13703         (gst_oss_mixer_element_get_property),
13704         (gst_oss_mixer_element_change_state):
13705         Add 'device-name' property and fix state change function.
13706
13707 2005-12-13  Edward Hervey  <edward@fluendo.com>
13708
13709         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13710         If the speed of the file is null in the header, set the frame_time to
13711         the default setting of GST_SECOND / 70. Which is the default
13712         frame_delay for .fli files as stated in this document :
13713         http://www.compuphase.com/flic.htm
13714         Would be nice to have the time conversion done properly too (duration =
13715         flxh->frames * flxdec->frame_time)
13716
13717 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13718
13719         * docs/plugins/Makefile.am:
13720         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13721         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13722         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13723         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13724         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13725         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13726         documentation for videomixer on my way with a funny sample
13727         pipeline.
13728
13729 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13730
13731         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13732         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13733         (gst_videomixer_update_queues), (gst_videomixer_collected):
13734         Fix caps negotiation. (#323896)
13735
13736 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13737
13738         * gst/matroska/matroska-demux.c:
13739         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13740           Set correct timestamps on audio laces, fixes playback of mp3 from
13741                 matroska.
13742
13743 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13744
13745         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13746         (gst_au_parse_class_init), (gst_au_parse_init),
13747         (gst_au_parse_dispose), (gst_au_parse_chain),
13748         (gst_au_parse_change_state), (plugin_init):
13749         * gst/auparse/gstauparse.h:
13750           Use gst_object_unref() for GstObjects instead of
13751           g_object_unref() and fix a mem leak in a debug
13752           statement; while we're at it, also borgify, use
13753           boilerplate macros and clean up a little bit.
13754
13755 2005-12-11  Edward Hervey  <edward@fluendo.com>
13756
13757         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13758         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13759         Added pull mode.
13760
13761 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13762
13763         * gst/goom/gstgoom.c:
13764         * gst/level/level-example.c: (main):
13765         * gst/smoothwave/demo-osssrc.c: (main):
13766           Use audiotestsrc instead of sinesrc (#323798).
13767
13768 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13769
13770         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13771           more debug-func-ptr usage
13772
13773 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13774
13775         * gst/flx/flx_color.c: (flx_colorspace_convert):
13776         * gst/flx/flx_color.h:
13777         * gst/flx/flx_fmt.h:
13778         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13779         * gst/flx/gstflxdec.h:
13780           Now flxdec works on big-endian machines as well.
13781
13782 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13783
13784         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13785         (gst_fenced_buffer_copy):
13786           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13787           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13788           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13789           and use GST_DEBUG_FUNCPTR for pad functions.
13790
13791 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13794         (gst_flac_dec_class_init), (gst_flac_dec_init),
13795         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13796         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13797         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13798         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13799         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13800         (gst_flac_dec_change_state):
13801         * ext/flac/gstflacdec.h:
13802           Rewrite flacdec a bit, so that even seeking might work now. Most
13803           importantly, don't act upon any flow return values we get, just tell
13804           the decoder everything's dandy and act on the flow return values
13805           later on in the loop function. We don't want to mess up the internal
13806           decoder state for non-fatal things like flushing pads etc. Other
13807           than that, use GstSegment (segment seeks don't work yet though, but
13808           should be easy to add), use boilerplate macros, drop the superfluous
13809           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13810           lots of other things.
13811
13812 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         * configure.ac:
13815           Update comment in OSS includes check.
13816
13817         * sys/oss/gstossdmabuffer.c:
13818         * sys/oss/gstosshelper.c:
13819         * sys/oss/gstossmixer.c:
13820         * sys/oss/gstossmixertrack.c:
13821         * sys/oss/gstosssink.c:
13822         * sys/oss/gstosssrc.c:
13823         * sys/oss/oss_probe.c:
13824           Don't assume the OSS soundcard.h include is always in
13825           the sys/ directory. Instead, use the existing defines
13826           from config.h to include the right file. Fixes
13827           compilation on OpenBSD 3.8 (#323718).
13828
13829 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13830
13831         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13832         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13833         * docs/plugins/inspect/plugin-1394.xml:
13834         * docs/plugins/inspect/plugin-aasink.xml:
13835         * docs/plugins/inspect/plugin-alaw.xml:
13836         * docs/plugins/inspect/plugin-alpha.xml:
13837         * docs/plugins/inspect/plugin-alphacolor.xml:
13838         * docs/plugins/inspect/plugin-auparse.xml:
13839         * docs/plugins/inspect/plugin-autodetect.xml:
13840         * docs/plugins/inspect/plugin-avi.xml:
13841         * docs/plugins/inspect/plugin-cacasink.xml:
13842         * docs/plugins/inspect/plugin-cairo.xml:
13843         * docs/plugins/inspect/plugin-cutter.xml:
13844         * docs/plugins/inspect/plugin-debug.xml:
13845         * docs/plugins/inspect/plugin-dv.xml:
13846         * docs/plugins/inspect/plugin-efence.xml:
13847         * docs/plugins/inspect/plugin-effectv.xml:
13848         * docs/plugins/inspect/plugin-esdsink.xml:
13849         * docs/plugins/inspect/plugin-flac.xml:
13850         * docs/plugins/inspect/plugin-flxdec.xml:
13851         * docs/plugins/inspect/plugin-gconfelements.xml:
13852         * docs/plugins/inspect/plugin-goom.xml:
13853         * docs/plugins/inspect/plugin-jpeg.xml:
13854         * docs/plugins/inspect/plugin-level.xml:
13855         * docs/plugins/inspect/plugin-matroska.xml:
13856         * docs/plugins/inspect/plugin-mulaw.xml:
13857         * docs/plugins/inspect/plugin-multipart.xml:
13858         * docs/plugins/inspect/plugin-navigationtest.xml:
13859         * docs/plugins/inspect/plugin-ossaudio.xml:
13860         * docs/plugins/inspect/plugin-png.xml:
13861         * docs/plugins/inspect/plugin-rtp.xml:
13862         * docs/plugins/inspect/plugin-rtsp.xml:
13863         * docs/plugins/inspect/plugin-shout2send.xml:
13864         * docs/plugins/inspect/plugin-smpte.xml:
13865         * docs/plugins/inspect/plugin-speex.xml:
13866         * docs/plugins/inspect/plugin-udp.xml:
13867         * docs/plugins/inspect/plugin-videobox.xml:
13868         * docs/plugins/inspect/plugin-videoflip.xml:
13869         * docs/plugins/inspect/plugin-videomixer.xml:
13870         * docs/plugins/inspect/plugin-wavenc.xml:
13871         * docs/plugins/inspect/plugin-wavparse.xml:
13872         * ext/flac/gstflac.c: (plugin_init):
13873         * ext/flac/gstflacdec.c: (flacdec_get_type),
13874         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13875         (gst_flac_dec_init), (gst_flac_dec_finalize),
13876         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13877         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13878         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13879         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13880         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13881         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13882         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13883         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13884         * ext/flac/gstflacdec.h:
13885         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13886         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13887         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13888         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13889         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13890         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13891         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13892         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13893         (gst_flac_enc_change_state):
13894         * ext/flac/gstflacenc.h:
13895           borgify and fix up documentation
13896
13897 2005-12-09  Michael Smith  <msmith@fluendo.com>
13898
13899         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13900           Accept a wider range of flac files, more closely matching flac spec.
13901
13902 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13903
13904         * docs/plugins/Makefile.am: Add multipart elements.
13905         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13906         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13907         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13908         * gst/multipart/multipartdemux.c:
13909         * gst/multipart/multipartmux.c: Add docs.
13910
13911 2005-12-07  Edward Hervey  <edward@fluendo.com>
13912
13913         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13914         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13915         (gst_avi_demux_invert):
13916         Memleak and crasher fixes.
13917         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13918         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13919         Memleak fixes
13920
13921 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13922
13923         * ext/aalib/gstaasink.h:
13924         * ext/cairo/gsttextoverlay.h:
13925         * ext/dv/gstdvdec.h:
13926         * ext/dv/gstdvdemux.c:
13927         * ext/dv/gstdvdemux.h:
13928         * ext/esd/esdsink.h:
13929         * ext/flac/flac_compat.h:
13930         * ext/flac/gstflacdec.h:
13931         * ext/flac/gstflacenc.h:
13932         * ext/gconf/gconf.h:
13933         * ext/gconf/gstgconfaudiosink.h:
13934         * ext/gconf/gstgconfvideosink.h:
13935         * ext/gdk_pixbuf/gstgdkanimation.h:
13936         * ext/jpeg/gstjpegdec.h:
13937         * ext/jpeg/smokecodec.h:
13938         * ext/jpeg/smokeformat.h:
13939         * ext/ladspa/gstsignalprocessor.h:
13940         * ext/ladspa/search.c: (LADSPAPluginSearch):
13941         * ext/ladspa/utils.h:
13942         * ext/libmng/gstmng.c:
13943         * ext/libmng/gstmngdec.h:
13944         * ext/libmng/gstmngenc.c:
13945         * ext/libmng/gstmngenc.h:
13946         * ext/libpng/gstpng.c:
13947         * ext/libpng/gstpngenc.c:
13948         * ext/libpng/gstpngenc.h:
13949         * ext/shout2/gstshout2.h:
13950         * ext/speex/gstspeexdec.h:
13951         * ext/speex/gstspeexenc.c:
13952         * ext/speex/gstspeexenc.h:
13953         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13954         * gst/autodetect/gstautoaudiosink.h:
13955         * gst/autodetect/gstautovideosink.h:
13956         * gst/avi/gstavidemux.h:
13957         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13958         (gst_cutter_set_property), (gst_cutter_get_caps):
13959         * gst/cutter/gstcutter.h:
13960         * gst/debug/tests.c: (md5_process_block):
13961         * gst/debug/tests.h:
13962         * gst/effectv/gstwarp.c:
13963         * gst/flx/flx_fmt.h:
13964         * gst/flx/gstflxdec.h:
13965         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13966         (zoomFilterFastRGB):
13967         * gst/goom/filters.h:
13968         * gst/goom/goom_tools.h:
13969         * gst/law/alaw-encode.c:
13970         * gst/level/gstlevel.c:
13971         * gst/level/gstlevel.h:
13972         * gst/matroska/ebml-write.h:
13973         * gst/matroska/matroska-demux.h:
13974         * gst/matroska/matroska-ids.h:
13975         * gst/matroska/matroska-mux.h:
13976         * gst/monoscope/convolve.c: (convolve_match):
13977         * gst/monoscope/convolve.h:
13978         * gst/multipart/multipartmux.c:
13979         * gst/oldcore/gstaggregator.c:
13980         * gst/oldcore/gstaggregator.h:
13981         * gst/oldcore/gstmd5sink.c: (md5_process_block):
13982         * gst/oldcore/gstmd5sink.h:
13983         * gst/oldcore/gstmultifilesrc.c:
13984         * gst/oldcore/gstmultifilesrc.h:
13985         * gst/oldcore/gstpipefilter.h:
13986         * gst/oldcore/gstshaper.h:
13987         * gst/rtp/gstrtpL16depay.h:
13988         * gst/rtp/gstrtpL16pay.h:
13989         * gst/rtp/gstrtpdepay.h:
13990         * gst/rtp/gstrtpmp4vpay.c:
13991         * gst/rtp/gstrtpmp4vpay.h:
13992         * gst/rtsp/gstrtspsrc.c:
13993         * gst/rtsp/gstrtspsrc.h:
13994         * gst/rtsp/rtspconnection.h:
13995         * gst/rtsp/rtspdefs.h:
13996         * gst/rtsp/rtspmessage.h:
13997         * gst/rtsp/rtsptransport.h:
13998         * gst/rtsp/rtspurl.c:
13999         * gst/rtsp/rtspurl.h:
14000         * gst/rtsp/sdpmessage.c:
14001         * gst/rtsp/sdpmessage.h:
14002         * gst/smpte/barboxwipes.c:
14003         * gst/smpte/gstmask.h:
14004         * gst/smpte/gstsmpte.h:
14005         * gst/smpte/paint.c:
14006         * gst/smpte/paint.h:
14007         * gst/udp/gstdynudpsink.h:
14008         * gst/udp/gstmultiudpsink.h:
14009         * gst/udp/gstudpsink.c:
14010         * gst/udp/gstudpsink.h:
14011         * gst/udp/gstudpsrc.c:
14012         * gst/videomixer/videomixer.c:
14013         * gst/wavenc/riff.h:
14014         * gst/wavparse/gstwavparse.h:
14015         * sys/oss/gstossdmabuffer.h:
14016         * sys/oss/gstossmixer.h:
14017         * sys/oss/gstossmixerelement.h:
14018         * sys/oss/gstossmixertrack.h:
14019         * sys/oss/gstosssink.c:
14020         * sys/oss/gstosssink.h:
14021         * sys/oss/gstosssrc.c:
14022         * sys/oss/gstosssrc.h:
14023         * sys/osxaudio/gstosxaudioelement.h:
14024         * sys/osxaudio/gstosxaudiosink.h:
14025         * sys/osxaudio/gstosxaudiosrc.h:
14026           expand tabs
14027
14028 === release 0.10.0 ===
14029
14030 2005-12-05   <thomas (at) apestaart (dot) org>
14031
14032         * configure.ac:
14033           releasing 0.10.0, "Abondance"
14034
14035 2005-12-05  Andy Wingo  <wingo@pobox.com>
14036
14037         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14038         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14039         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14040         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14041         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14042         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14043         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14044         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14045         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14046         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14047         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14048         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14049         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14050         * gst/goom/gstgoom.c: (gst_goom_chain):
14051         * gst/matroska/matroska-demux.c:
14052         (gst_matroska_demux_push_vorbis_codec_priv_data),
14053         (gst_matroska_demux_add_wvpk_header):
14054         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14055         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14056         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14057         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14058         alloc_buffer changes.
14059
14060 2005-12-05  Michael Smith  <msmith@fluendo.com>
14061
14062         * docs/plugins/gst-plugins-good-plugins.args:
14063           Remove args for plugins that aren't in -good.
14064
14065 === release 0.9.7 ===
14066
14067 2005-12-01   <thomas (at) apestaart (dot) org>
14068
14069         * configure.ac:
14070           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14071
14072 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14073
14074         * docs/plugins/.cvsignore:
14075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14076         * docs/plugins/inspect/plugin-multipart.xml:
14077         * docs/plugins/inspect/plugin-rtp.xml:
14078           add multipart plugin to docs
14079
14080 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14081
14082         * configure.ac:
14083         * ext/Makefile.am:
14084         * ext/pango/Makefile.am:
14085         * ext/pango/gstclockoverlay.c:
14086         * ext/pango/gstclockoverlay.h:
14087         * ext/pango/gsttextoverlay.c:
14088         * ext/pango/gsttextoverlay.h:
14089         * ext/pango/gsttextrender.c:
14090         * ext/pango/gsttextrender.h:
14091         * ext/pango/gsttimeoverlay.c:
14092         * ext/pango/gsttimeoverlay.h:
14093           move pango to base
14094
14095 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14096
14097         * gst/rtp/Makefile.am:
14098         * gst/rtp/gstrtpL16depay.c:
14099         * gst/rtp/gstrtpL16depay.h:
14100         * gst/rtp/gstrtpL16parse.c:
14101         * gst/rtp/gstrtpL16parse.h:
14102         * gst/rtp/gstrtpgsmdepay.c:
14103         * gst/rtp/gstrtpgsmdepay.h:
14104         * gst/rtp/gstrtpgsmparse.c:
14105         * gst/rtp/gstrtpgsmparse.h:
14106           parsers are depayers
14107
14108 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14109
14110         * gst/rtp/Makefile.am:
14111         * gst/rtp/gstasteriskh263.c:
14112         * gst/rtp/gstrtp.c:
14113         * gst/rtp/gstrtpL16enc.c:
14114         * gst/rtp/gstrtpL16enc.h:
14115         * gst/rtp/gstrtpL16parse.c:
14116         * gst/rtp/gstrtpL16parse.h:
14117         * gst/rtp/gstrtpL16pay.c:
14118         * gst/rtp/gstrtpL16pay.h:
14119         * gst/rtp/gstrtpamrdec.c:
14120         * gst/rtp/gstrtpamrdec.h:
14121         * gst/rtp/gstrtpamrdepay.c:
14122         * gst/rtp/gstrtpamrdepay.h:
14123         * gst/rtp/gstrtpamrenc.c:
14124         * gst/rtp/gstrtpamrenc.h:
14125         * gst/rtp/gstrtpamrpay.c:
14126         * gst/rtp/gstrtpamrpay.h:
14127         * gst/rtp/gstrtpdec.c:
14128         * gst/rtp/gstrtpdec.h:
14129         * gst/rtp/gstrtpdepay.c:
14130         * gst/rtp/gstrtpdepay.h:
14131         * gst/rtp/gstrtpg711dec.c:
14132         * gst/rtp/gstrtpg711dec.h:
14133         * gst/rtp/gstrtpg711depay.c:
14134         * gst/rtp/gstrtpg711depay.h:
14135         * gst/rtp/gstrtpg711enc.c:
14136         * gst/rtp/gstrtpg711enc.h:
14137         * gst/rtp/gstrtpg711pay.c:
14138         * gst/rtp/gstrtpg711pay.h:
14139         * gst/rtp/gstrtpgsmenc.c:
14140         * gst/rtp/gstrtpgsmenc.h:
14141         * gst/rtp/gstrtpgsmparse.c:
14142         * gst/rtp/gstrtpgsmparse.h:
14143         * gst/rtp/gstrtpgsmpay.c:
14144         * gst/rtp/gstrtpgsmpay.h:
14145         * gst/rtp/gstrtph263enc.c:
14146         * gst/rtp/gstrtph263enc.h:
14147         * gst/rtp/gstrtph263pay.c:
14148         * gst/rtp/gstrtph263pay.h:
14149         * gst/rtp/gstrtph263pdec.c:
14150         * gst/rtp/gstrtph263pdec.h:
14151         * gst/rtp/gstrtph263pdepay.c:
14152         * gst/rtp/gstrtph263pdepay.h:
14153         * gst/rtp/gstrtph263penc.c:
14154         * gst/rtp/gstrtph263penc.h:
14155         * gst/rtp/gstrtph263ppay.c:
14156         * gst/rtp/gstrtph263ppay.h:
14157         * gst/rtp/gstrtpmp4vdec.c:
14158         * gst/rtp/gstrtpmp4vdec.h:
14159         * gst/rtp/gstrtpmp4vdepay.c:
14160         * gst/rtp/gstrtpmp4vdepay.h:
14161         * gst/rtp/gstrtpmp4venc.c:
14162         * gst/rtp/gstrtpmp4venc.h:
14163         * gst/rtp/gstrtpmp4vpay.c:
14164         * gst/rtp/gstrtpmp4vpay.h:
14165         * gst/rtp/gstrtpmpadec.c:
14166         * gst/rtp/gstrtpmpadec.h:
14167         * gst/rtp/gstrtpmpadepay.c:
14168         * gst/rtp/gstrtpmpadepay.h:
14169         * gst/rtp/gstrtpmpaenc.c:
14170         * gst/rtp/gstrtpmpaenc.h:
14171         * gst/rtp/gstrtpmpapay.c:
14172         * gst/rtp/gstrtpmpapay.h:
14173         * gst/rtp/gstrtpspeexdec.c:
14174         * gst/rtp/gstrtpspeexdec.h:
14175         * gst/rtp/gstrtpspeexdepay.c:
14176         * gst/rtp/gstrtpspeexdepay.h:
14177         * gst/rtp/gstrtpspeexenc.c:
14178         * gst/rtp/gstrtpspeexenc.h:
14179         * gst/rtp/gstrtpspeexpay.c:
14180         * gst/rtp/gstrtpspeexpay.h:
14181           Do burger's rename for rtp payloaders and depayloaders
14182
14183 2005-11-30  Wim Taymans  <wim@fluendo.com>
14184
14185         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14186         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14187         * ext/dv/gstdvdemux.h:
14188         Fix seeking in dvdemux again, add some more debug info.
14189
14190 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14191
14192         * configure.ac:
14193           fix tests
14194
14195 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14196
14197         * PORTED_09:
14198         * docs/random/PORTED_09:
14199           move
14200         * tests/Makefile.am:
14201           add
14202         * win32/gst.sln:
14203           remove
14204
14205 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14206
14207         * Makefile.am:
14208         * check/.cvsignore:
14209         * check/Makefile.am:
14210         * check/elements/.cvsignore:
14211         * check/elements/level.c:
14212         * check/elements/matroskamux.c:
14213         * configure.ac:
14214         * examples/Makefile.am:
14215         * examples/capsfilter/Makefile.am:
14216         * examples/capsfilter/capsfilter1.c:
14217         * examples/gob/Makefile.am:
14218         * examples/gob/gst-identity2.gob:
14219         * examples/gstplay/.cvsignore:
14220         * examples/gstplay/Makefile.am:
14221         * examples/gstplay/player.c:
14222         * examples/indexing/.cvsignore:
14223         * examples/indexing/Makefile.am:
14224         * examples/indexing/indexmpeg.c:
14225         * examples/level/Makefile.am:
14226         * examples/level/README:
14227         * examples/level/demo.c:
14228         * examples/level/plot.c:
14229         * examples/stats/Makefile.am:
14230         * examples/stats/mp2ogg.c:
14231         * examples/switch/.cvsignore:
14232         * examples/switch/Makefile.am:
14233         * examples/switch/switcher.c:
14234           move under tests/
14235
14236 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14237
14238         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14239         (gst_text_render_class_init), (resize_bitmap),
14240         (gst_text_render_render_text), (gst_text_render_setcaps),
14241         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14242         (gst_text_render_chain), (gst_text_render_finalize),
14243         (gst_text_render_init), (gst_text_render_set_property):
14244         * ext/pango/gsttextrender.h:
14245           Add missing files.
14246
14247 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14248
14249         * configure.ac:
14250         * ext/Makefile.am:
14251         * ext/pango/Makefile.am:
14252         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14253         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14254         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14255         * ext/pango/gstclockoverlay.h:
14256         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14257         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14258         (gst_text_overlay_finalize), (gst_text_overlay_init),
14259         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14260         (gst_text_overlay_text_pad_linked),
14261         (gst_text_overlay_text_pad_unlinked),
14262         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14263         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14264         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14265         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14266         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14267         (gst_text_overlay_change_state), (plugin_init):
14268         * ext/pango/gsttextoverlay.h:
14269         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14270         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14271         (gst_time_overlay_class_init), (gst_time_overlay_init):
14272         * ext/pango/gsttimeoverlay.h:
14273           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14274           and add background shading and text wrapping modes. Make 
14275           timoverlay derive from textoverlay. Also add new clockoverlay
14276           element.
14277
14278 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14279
14280         * gst/udp/Makefile.am: Moved to netbuffer.
14281
14282 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14283
14284         * configure.ac:
14285         * PORTED_O9:
14286         * gst/multipart/Makefile.am:
14287         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14288         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14289         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14290         (gst_multipart_demux_change_state),
14291         (gst_multipart_demux_plugin_init):
14292         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14293         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14294         (gst_multipart_mux_sinkconnect),
14295         (gst_multipart_mux_request_new_pad),
14296         (gst_multipart_mux_handle_src_event),
14297         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14298         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14299         0.9.
14300
14301 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14302
14303         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14304         * gst/debug/gstnavigationtest.h:
14305         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14306         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14307         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14308         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14309         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14310         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14311         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14312         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14313         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14314         (gst_video_flip_get_type):
14315         * gst/videofilter/gstvideoflip.h:
14316           update for symbols change
14317
14318 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14319
14320         * gst/udp/gstdynudpsink.c:
14321         * gst/udp/gstudpsrc.c:
14322           the old gstnet lib was renamed gstnetbuffer (#322257)
14323
14324 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14327         (gst_text_overlay_collected):
14328           Actually render the text from the text pad.
14329
14330 2005-11-29  Edward Hervey  <edward@fluendo.com>
14331
14332         * gst/debug/gstnavseek.c: (gst_navseek_event):
14333         * gst/debug/progressreport.c: (gst_progress_report_event):
14334         Update for GstBaseTransform event virtual method
14335
14336 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14337
14338         * ext/cairo/Makefile.am:
14339           no need to link to videofilter
14340
14341 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14342
14343         * gst/debug/Makefile.am:
14344         * gst/debug/gstnavigationtest.h:
14345         * gst/effectv/Makefile.am:
14346         * gst/effectv/gstaging.c:
14347         * gst/effectv/gstdice.c:
14348         * gst/effectv/gstedge.c:
14349         * gst/effectv/gstquark.c:
14350         * gst/effectv/gstrev.c:
14351         * gst/effectv/gstshagadelic.c:
14352         * gst/effectv/gstvertigo.c:
14353         * gst/effectv/gstwarp.c:
14354         * gst/videofilter/Makefile.am:
14355         * gst/videofilter/gstvideofilter.c:
14356         * gst/videofilter/gstvideofilter.h:
14357         * gst/videofilter/gstvideoflip.h:
14358           remove the videofilter library and link to the one in base
14359
14360 2005-11-28  Edward Hervey  <edward@fluendo.com>
14361
14362         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14363         Useless check now we're setting the current entry correctly.
14364
14365 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14366
14367         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14368         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14369         (gst_jpegenc_change_state):
14370           Don't leak input buffer in chain function (fixes #322667); make 
14371           state change function thread-safe; don't repeat the current function
14372           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14373           gst_pad_alloc_buffer(); misc. minor cleanups.
14374
14375 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14376
14377         * gst/matroska/matroska-mux.c:
14378         (gst_matroska_mux_video_pad_setcaps):
14379         Look for pixel-aspect-ratio in caps, not pixel_width and
14380         pixel_height (Fixes: #322645)
14381
14382 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14383
14384         * gst/matroska/matroska-mux.c:
14385         (gst_matroska_mux_video_pad_setcaps):
14386         From Michal Benes:
14387         frame duration should be GST_SECOND / framerate, not
14388         GST_SECOND * framerate. (Fixes: #322643)
14389
14390 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14391
14392         * configure.ac:
14393           fix up GST_PLUGIN_LDFLAGS
14394         * gst/rtsp/rtspconnection.c:
14395           fix includes (see #317043)
14396         * gst/videofilter/Makefile.am:
14397           stop installing this library
14398
14399 2005-11-26  Edward Hervey  <edward@fluendo.com>
14400
14401         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14402         Handle the case where the incoming Video dv stream doesn't have
14403         a pixel aspect ratio set.
14404
14405 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14406
14407         * docs/plugins/Makefile.am:
14408         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14410         * ext/flac/gstflacdec.c:
14411           document flacdec
14412
14413 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14414
14415         * docs/plugins/Makefile.am:
14416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14418         * docs/plugins/inspect/plugin-autodetect.xml:
14419         * ext/cairo/gstcairo.c: (plugin_init):
14420         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14421         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14422         (gst_text_overlay_init), (gst_text_overlay_font_init),
14423         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14424         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14425         (gst_text_overlay_text_pad_linked),
14426         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14427         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14428         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14429         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14430         (gst_text_overlay_change_state):
14431         * ext/cairo/gsttextoverlay.h:
14432         * ext/cairo/gsttimeoverlay.c:
14433         (gst_cairo_time_overlay_update_font_height),
14434         (gst_cairo_time_overlay_set_caps),
14435         (gst_cairo_time_overlay_get_unit_size),
14436         (gst_cairo_time_overlay_print_smpte_time),
14437         (gst_cairo_time_overlay_transform),
14438         (gst_cairo_time_overlay_base_init),
14439         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14440         (gst_cairo_time_overlay_get_type):
14441         * ext/cairo/gsttimeoverlay.h:
14442           do some name borgifying
14443           document
14444
14445 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14446
14447         * docs/plugins/Makefile.am:
14448         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14450         * gst/autodetect/gstautoaudiosink.c:
14451         (gst_auto_audio_sink_base_init):
14452         * gst/autodetect/gstautovideosink.c:
14453         (gst_auto_video_sink_base_init),
14454         (gst_auto_video_sink_factory_filter):
14455           documenting auto*sink
14456           using strstr for the video sink lookup, class field is not ordered
14457         * docs/plugins/inspect/plugin-1394.xml:
14458         * docs/plugins/inspect/plugin-aasink.xml:
14459         * docs/plugins/inspect/plugin-alaw.xml:
14460         * docs/plugins/inspect/plugin-alpha.xml:
14461         * docs/plugins/inspect/plugin-alphacolor.xml:
14462         * docs/plugins/inspect/plugin-auparse.xml:
14463         * docs/plugins/inspect/plugin-autodetect.xml:
14464         * docs/plugins/inspect/plugin-avi.xml:
14465         * docs/plugins/inspect/plugin-cacasink.xml:
14466         * docs/plugins/inspect/plugin-cairo.xml:
14467         * docs/plugins/inspect/plugin-cutter.xml:
14468         * docs/plugins/inspect/plugin-debug.xml:
14469         * docs/plugins/inspect/plugin-dv.xml:
14470         * docs/plugins/inspect/plugin-efence.xml:
14471         * docs/plugins/inspect/plugin-effectv.xml:
14472         * docs/plugins/inspect/plugin-esdsink.xml:
14473         * docs/plugins/inspect/plugin-flac.xml:
14474         * docs/plugins/inspect/plugin-flxdec.xml:
14475         * docs/plugins/inspect/plugin-gconfelements.xml:
14476         * docs/plugins/inspect/plugin-goom.xml:
14477         * docs/plugins/inspect/plugin-jpeg.xml:
14478         * docs/plugins/inspect/plugin-level.xml:
14479         * docs/plugins/inspect/plugin-matroska.xml:
14480         * docs/plugins/inspect/plugin-mulaw.xml:
14481         * docs/plugins/inspect/plugin-navigationtest.xml:
14482         * docs/plugins/inspect/plugin-ossaudio.xml:
14483         * docs/plugins/inspect/plugin-png.xml:
14484         * docs/plugins/inspect/plugin-rtp.xml:
14485         * docs/plugins/inspect/plugin-rtsp.xml:
14486         * docs/plugins/inspect/plugin-shout2send.xml:
14487         * docs/plugins/inspect/plugin-smpte.xml:
14488         * docs/plugins/inspect/plugin-speex.xml:
14489         * docs/plugins/inspect/plugin-udp.xml:
14490         * docs/plugins/inspect/plugin-videobox.xml:
14491         * docs/plugins/inspect/plugin-videoflip.xml:
14492         * docs/plugins/inspect/plugin-videomixer.xml:
14493         * docs/plugins/inspect/plugin-wavenc.xml:
14494         * docs/plugins/inspect/plugin-wavparse.xml:
14495           update for HEAD version
14496
14497 2005-11-25  Michael Smith  <msmith@fluendo.com>
14498
14499         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14500           Patch from Sebastien Cote to close control sockets in udpsrc.
14501
14502 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14503
14504         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14505         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14506         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14507         (gst_quarktv_base_init), (gst_quarktv_class_init),
14508         (gst_quarktv_init): Flush the planes list on reverse caps
14509         negotiation. This was crashing because of differently sized
14510         buffers.
14511
14512 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14513
14514         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14515         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14516         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14517         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14518         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14519         (gst_videoflip_set_property), (gst_videoflip_base_init),
14520         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14521         correctly, fix identity flipping, convert navigation event 
14522         correctly again.
14523
14524 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14525
14526         * configure.ac: back to HEAD
14527
14528 === release 0.9.6 ===
14529
14530 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14531
14532         * configure.ac:
14533           releasing 0.9.6, "Everything's Not Lost"
14534
14535 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14536
14537         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14538         Oops, initialise the framerate GValue
14539
14540 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14541
14542         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14543         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14544         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14545         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14546         (gst_timeoverlay_get_type):
14547         * ext/cairo/gsttimeoverlay.h:
14548         * gst/debug/Makefile.am:
14549         * gst/debug/gstnavigationtest.c:
14550         (gst_navigationtest_handle_src_event),
14551         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14552         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14553         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14554         (gst_navigationtest_init), (gst_navigationtest_get_type),
14555         (plugin_init):
14556         * gst/debug/gstnavigationtest.h:
14557         * gst/effectv/Makefile.am:
14558         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14559         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14560         (gst_agingtv_base_init), (gst_agingtv_class_init),
14561         (gst_agingtv_init), (gst_agingtv_get_type):
14562         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14563         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14564         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14565         (gst_dicetv_get_type):
14566         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14567         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14568         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14569         (gst_edgetv_get_type):
14570         * gst/effectv/gsteffectv.c:
14571         * gst/effectv/gsteffectv.h:
14572         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14573         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14574         (gst_quarktv_change_state), (gst_quarktv_base_init),
14575         (gst_quarktv_class_init), (gst_quarktv_init),
14576         (gst_quarktv_get_type):
14577         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14578         (gst_revtv_get_unit_size), (gst_revtv_transform),
14579         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14580         (gst_revtv_get_type):
14581         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14582         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14583         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14584         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14585         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14586         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14587         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14588         (gst_vertigotv_init), (gst_vertigotv_get_type):
14589         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14590         (gst_warptv_get_unit_size), (gst_warptv_transform),
14591         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14592         (gst_warptv_get_type):
14593         * gst/videofilter/Makefile.am:
14594         * gst/videofilter/gstvideobalance.c:
14595         * gst/videofilter/gstvideobalance.h:
14596         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14597         (gst_videofilter_class_init), (gst_videofilter_init):
14598         * gst/videofilter/gstvideofilter.h:
14599         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14600         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14601         (gst_videoflip_flip), (gst_videoflip_transform),
14602         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14603         (gst_videoflip_base_init), (gst_videoflip_class_init),
14604         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14605         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14606         BaseTransform, it's just a place holder for now and every video
14607         effect plugin has been ported to use BaseTransform features 
14608         directly. QuarkTV was fixed too (was broken), navigationtest works
14609         and best for the end, videoflip converts navigation events depending
14610         on flip method ! Fixes #320953
14611
14612 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14613
14614         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14615         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14616         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14617         (gst_goom_src_negotiate), (gst_goom_chain):
14618         * gst/matroska/matroska-mux.c:
14619         (gst_matroska_mux_video_pad_setcaps):
14620         * sys/osxvideo/osxvideosink.m:
14621           Fixes for API changes
14622
14623 2005-11-23  Michael Smith <msmith@fluendo.com>
14624
14625         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14626         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14627         * ext/jpeg/gstjpegdec.h:
14628         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14629         * ext/jpeg/gstjpegenc.h:
14630         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14631         (gst_smokeenc_resync):
14632         * ext/jpeg/gstsmokeenc.h:
14633           JPEG fractiony goodness.
14634
14635 2005-11-22  Michael Smith <msmith@fluendo.com>
14636
14637         * gst/goom/filters.c:
14638         * gst/goom/graphic.h:
14639           Fix compilation by making some functions static inline instead of
14640           extern inline, matching the way they're used.
14641
14642 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14643
14644         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14645         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14646         * ext/cairo/gsttextoverlay.h:
14647         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14648         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14649         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14650         (gst_pngdec_caps_create_and_set):
14651         * ext/libpng/gstpngdec.h:
14652         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14653         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14654         * gst/avi/gstavimux.c: (gst_avimux_init),
14655         (gst_avimux_vidsinkconnect):
14656         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14657         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14658         (gst_goom_src_negotiate), (gst_goom_chain):
14659         * gst/goom/gstgoom.h:
14660         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14661         * gst/matroska/matroska-mux.c:
14662         (gst_matroska_mux_video_pad_setcaps):
14663         * sys/osxvideo/osxvideosink.h:
14664         * sys/osxvideo/osxvideosink.m:
14665           More fractional framerate conversions 
14666
14667 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14668
14669         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14670         * gst/debug/gstnavigationtest.c:
14671         (gst_navigationtest_handle_src_event):
14672         * gst/videofilter/gstvideofilter.c:
14673         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14674         (gst_videofilter_init):
14675         * gst/videofilter/gstvideofilter.h:
14676           Convert to fractional framerates.
14677
14678 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14679
14680         * ext/aalib/gstaasink.c:
14681         * ext/dv/gstdvdec.c:
14682         * ext/esd/esdmon.c:
14683         * ext/flac/gstflacenc.c:
14684         * ext/gdk_pixbuf/pixbufscale.c:
14685         * ext/libcaca/gstcacasink.c:
14686         * ext/shout2/gstshout2.c:
14687         * gst/alpha/gstalpha.c:
14688         * gst/oldcore/gstaggregator.c:
14689         * gst/oldcore/gstshaper.c:
14690         * gst/smpte/barboxwipes.c:
14691         * gst/smpte/gstsmpte.c:
14692         * gst/videobox/gstvideobox.c:
14693         * gst/videofilter/gstvideoflip.c:
14694         * gst/videomixer/videomixer.c:
14695           fix up more enums
14696
14697 2005-11-22  Michael Smith <msmith@fluendo.com>
14698
14699         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14700         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14701         (gst_videomixer_update_queues):
14702           Fractional framerates, videomixer.
14703
14704 2005-11-22  Michael Smith <msmith@fluendo.com>
14705
14706         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14707         * ext/dv/gstdvdec.h:
14708         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14709         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14710         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14711         (gst_dvdemux_flush):
14712         * ext/dv/gstdvdemux.h:
14713           Fractional framerates for DV. 
14714
14715 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14716
14717         * gst/autodetect/gstautoaudiosink.c:
14718         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14719         * gst/autodetect/gstautovideosink.c:
14720         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14721           Use gst_plugin_feature_list_free() to free feature list and
14722           in the case of autovideosink free the list at all. Also
14723           miscellaneous cosmetic fixes.
14724
14725 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14726
14727         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14728         (gst_cutter_set_property), (gst_cutter_get_caps):
14729           copy calculation code from level; remove use of some audio
14730           functions
14731
14732 2005-11-22  Andy Wingo  <wingo@pobox.com>
14733
14734         * Update for gst_tag_setter API changes.
14735
14736 2005-11-22  Andy Wingo  <wingo@pobox.com>
14737
14738         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14739         (gst_dvdemux_demux_frame)
14740         * ext/flac/gstflacdec.c (gst_flacdec_write)
14741         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14742         (gst_flacenc_sink_event)
14743         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14744         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14745         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14746         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14747         * gst/auparse/gstauparse.c (gst_auparse_chain)
14748         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14749         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14750         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14751         (gst_avi_demux_handle_seek)
14752         * gst/goom/gstgoom.c (gst_goom_event)
14753         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14754         * gst/matroska/matroska-demux.c
14755         (gst_matroska_demux_handle_seek_event)
14756         (gst_matroska_demux_loop_stream_parse_id)
14757         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14758         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14759         (gst_wavparse_stream_headers): Run update-funcnames.
14760
14761 2005-11-22  Edward Hervey  <edward@fluendo.com>
14762
14763         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14764         (gst_dv1394src_init), (gst_dv1394src_dispose),
14765         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14766         (gst_dv1394src_uri_set_uri):
14767         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14768         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14769         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14770         URIHandler interface and element properties are now properly
14771         synchronized for DV1394src and UDPSrc
14772
14773 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14774
14775         * ext/flac/Makefile.am:
14776         * ext/speex/Makefile.am:
14777           libgsttagedit has been renamed to libgsttag.
14778
14779 2005-11-21  Wim Taymans  <wim@fluendo.com>
14780
14781         * gst/rtsp/rtspconnection.c: (read_body):
14782         Apply patch from Sebastien Cote to fix #319184.
14783
14784 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14785
14786         * configure.ac:
14787         * gst/cutter/Makefile.am:
14788         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14789         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14790         (gst_cutter_set_property), (gst_cutter_get_property),
14791         (plugin_init), (gst_cutter_get_caps):
14792           port cutter
14793         * gst/level/gstlevel.c:
14794           fix up plugin details
14795
14796 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14799         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14800         (gst_flacdec_src_event):
14801         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14802         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14803         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14804         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14805         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14806         (gst_flxdec_sink_event_handler):
14807         * gst/matroska/matroska-demux.c:
14808         (gst_matroska_demux_handle_seek_event):
14809         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14810           Update for stream lock API changes: don't take stream log
14811           in sink event handlers any longer and change GST_STREAM_LOCK
14812           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14813           functions.
14814
14815 2005-11-21  Michael Smith <msmith@fluendo.com>
14816
14817         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14818           gst_object_unref, not g_object_unref
14819
14820 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14821
14822         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14823         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14824           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14825
14826 2005-11-21  Michael Smith <msmith@fluendo.com>
14827
14828         * gst/auparse/Makefile.am:
14829         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14830         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14831         (gst_auparse_change_state):
14832         * gst/auparse/gstauparse.h:
14833           Partially fix #161712. playbin still doesn't work on these files,
14834           (on the bug report, Andy says we aren't typefinding it for some
14835           reason?) but at least auparse isn't totally busted like it was before.
14836
14837 2005-11-21  Andy Wingo  <wingo@pobox.com>
14838
14839         * *.h:
14840         * *.c: Ran scripts/update-macros. Oh yes.
14841
14842 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14843
14844         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14845           Filler events are gone for now, comment out section generating
14846           them.
14847
14848 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14849
14850         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14851         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14852         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14853         * sys/osxvideo/osxvideosink.m:
14854           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14855           (#322027)
14856
14857 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14858
14859         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14860         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14861         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14862         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14863         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14864         (gst_avi_demux_stream_data):
14865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14866         * gst/wavenc/gstwavenc.c: (write_metadata):
14867         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14868         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14869         Fixes for GST_FOURCC_FORMAT API change.
14870
14871 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14872
14873         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14874         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14875         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14876         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14877         (gst_text_overlay_change_state):
14878         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14879         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14880         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14881         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14882         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14883         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14884         (gst_videomixer_change_state):
14885           Fix for collect pads API change. Also fix textoverlay state
14886           change function.
14887
14888 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14889
14890         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14891         GST_PAD_IS_USABLE by something approaching it.
14892
14893 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14894
14895         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14896         API changes.
14897         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14898         but also fix the code that was not checking return values from
14899         pad_push neither using pad_alloc_buffer.
14900
14901 2005-11-18  Edward Hervey  <edward@fluendo.com>
14902
14903         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14904         (gst_pngenc_chain):
14905         Added debug category
14906         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14907         goes to EOS.
14908
14909 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14910
14911         * gst/rtp/Makefile.am
14912         * gst/rtp/gstrtp.c
14913         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14914         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14915         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14916         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14917         * gst/rtp/gstrtpg711enc.h:
14918         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14919         * gst/rtp/gstrtpspeexenc.c:
14920         * gst/rtp/gstrtpspeexenc.h:
14921         * gst/rtp/gstrtpspeexdec.c:
14922         * gst/rtp/gstrtpspeexdec.h:
14923         Created Speex payloader and depayloader; Optimize G711 payloader to
14924         use adapter and send packets until MTU size.
14925
14926 2005-11-16  Wim Taymans  <wim@fluendo.com>
14927
14928         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14929         Fix leak in check.
14930
14931 2005-11-16  Wim Taymans  <wim@fluendo.com>
14932
14933         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14934         Fix state change.
14935
14936 2005-11-16  Andy Wingo  <wingo@pobox.com>
14937
14938         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14939         (gst_udpsrc_create): Move comment.
14940
14941 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14942
14943         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14944
14945         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14946           When seeking, seek to closest index entry at or before the requested
14947           seek position, not just the closest one (#321001).
14948
14949 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14952         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14953           Invert DIB images again (see #132341).
14954
14955 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14956
14957         * configure.ac:
14958           rework configure.ac file
14959         * ext/aalib/gstaasink.c:
14960         * ext/cairo/gstcairo.c:
14961         * ext/dv/gstdv.c:
14962         * ext/esd/gstesd.c:
14963         * ext/flac/gstflac.c:
14964         * ext/gconf/gstgconfelements.c:
14965         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14966         * ext/jpeg/gstjpeg.c:
14967         * ext/ladspa/gstladspa.c:
14968         * ext/libcaca/gstcacasink.c:
14969         * ext/libmng/gstmng.c:
14970         * ext/libpng/gstpng.c:
14971         * ext/mikmod/gstmikmod.c:
14972         * ext/pango/gsttextoverlay.c:
14973         * ext/pango/gsttimeoverlay.c:
14974         * ext/raw1394/gst1394.c:
14975         * ext/speex/gstspeex.c:
14976         * gst/alpha/Makefile.am:
14977         * gst/alpha/gstalpha.c:
14978         * gst/alpha/gstalphacolor.c:
14979         * gst/auparse/gstauparse.c:
14980         * gst/autodetect/gstautoaudiosink.c:
14981         (gst_auto_audio_sink_factory_filter),
14982         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14983         * gst/autodetect/gstautodetect.c:
14984         * gst/avi/gstavi.c:
14985         * gst/cutter/gstcutter.c:
14986         * gst/debug/efence.c:
14987         * gst/debug/gstdebug.c:
14988         * gst/debug/gstnavigationtest.c:
14989         * gst/effectv/gsteffectv.c:
14990         * gst/flx/gstflxdec.c:
14991         * gst/goom/gstgoom.c:
14992         * gst/interleave/plugin.c:
14993         * gst/law/alaw.c:
14994         * gst/law/mulaw.c:
14995         * gst/level/gstlevel.c:
14996         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
14997         * gst/matroska/matroska.c:
14998         * gst/median/gstmedian.c:
14999         * gst/monoscope/gstmonoscope.c:
15000         * gst/multipart/multipart.c:
15001         * gst/oldcore/gstelements.c:
15002         * gst/rtp/gstrtp.c:
15003         * gst/rtsp/gstrtsp.c:
15004         * gst/smoothwave/gstsmoothwave.c:
15005         * gst/smpte/gstsmpte.c:
15006         * gst/udp/gstudp.c:
15007         * gst/videobox/gstvideobox.c:
15008         * gst/videofilter/gstgamma.c:
15009         * gst/videofilter/gstvideobalance.c:
15010         * gst/videofilter/gstvideoflip.c:
15011         * gst/videofilter/gstvideotemplate.c:
15012         * gst/videomixer/videomixer.c:
15013         * gst/wavenc/gstwavenc.c:
15014         * gst/wavparse/gstwavparse.c:
15015         * sys/oss/gstossaudio.c:
15016         * sys/osxaudio/gstosxaudio.c:
15017           update GST_PLUGIN_DEFINE
15018         * gst/rtp/Makefile.am:
15019         * gst/rtp/gstasteriskh263.c:
15020           check for htons/htonl headers and possibly link to winsock2 lib
15021
15022 2005-11-12  Edward Hervey  <edward@fluendo.com>
15023
15024         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15025         Only GST_DEBUG() information on the valid components.
15026
15027 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15028
15029         * configure.ac: back to HEAD
15030
15031 === release 0.9.5 ===
15032
15033 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15034
15035         * configure.ac:
15036           releasing 0.9.5, "Phone Alarm"
15037
15038 2005-11-11  Edward Hervey  <edward@fluendo.com>
15039
15040         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15041         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15042         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15043         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15044         (gst_avi_demux_loop):
15045         * gst/avi/gstavidemux.h:
15046         Yeah, implement proper seeking. Exact seeking and segment seeking.
15047         Still need to do some checks for segment_stop.
15048
15049 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15050
15051         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15052
15053         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15054           Don't try to ready buffer duration from buffer that we don't
15055           own any  longer and that might already have been unreffed.
15056           (#321136)
15057
15058 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15059
15060         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15061         (flx_decode_delta_flc), (gst_flxdec_chain):
15062         Attempting to optimize the code for embedded systems.
15063
15064 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15065
15066         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15067
15068         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15069           Don't re-use already closed file descriptor. (#320920)
15070
15071 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15074         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15075         (gst_oss_sink_prepare):
15076         * sys/oss/gstosssink.h:
15077           Cache probed caps; fix debug output for SET_PARAM macros.
15078
15079 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         * ext/cairo/Makefile.am:
15082         * ext/cairo/gstcairo.c: (plugin_init):
15083         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15084         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15085         (gst_text_overlay_init), (gst_text_overlay_font_init),
15086         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15087         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15088         (gst_text_overlay_text_pad_linked),
15089         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15090         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15091         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15092         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15093         (gst_text_overlay_change_state):
15094         * ext/cairo/gsttextoverlay.h:
15095           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15096           property and redo positioning. Doesn't handle upstream renegotiation
15097           yet though.
15098
15099 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15102         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15103         (gst_avi_demux_loop):
15104           No need to take the STREAM_LOCK in the loop function. Improve
15105           some debug messages. Don't leak pad names in debug messages.
15106
15107 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15108
15109         * gst/matroska/matroska-demux.c:
15110         (gst_matroska_demux_push_vorbis_codec_priv_data),
15111         (gst_matroska_demux_add_wvpk_header):
15112           Don't error out when the source pad isn't linked.
15113
15114 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15115
15116         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15117         (gst_gconf_audio_sink_change_state):
15118         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15119         (gst_gconf_video_sink_change_state):
15120           Fix state change functions here as well and set kid
15121           to NULL state before removing it.
15122
15123 2005-11-01  Edward Hervey  <edward@fluendo.com>
15124
15125         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15126         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15127         Added proper event handlind, 
15128         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15129         ignored),
15130         and don't set a duration of 0 for buffers otherwise they are discarded
15131         by GstBaseSink.
15132
15133         GstWavEnc needs some serious loving, after going through the code I'm
15134         really wondering how this can stay in -good ...
15135
15136 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15137
15138         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15139         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15140         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15141         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15142         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15143         (gst_matroska_mux_collected):
15144           Fix leaks and invalid memory access as reported by valgrind
15145
15146 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15147
15148         Patch by: Michal Benes <michal.benes@xeris.cz>
15149
15150         * check/Makefile.am:
15151         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15152         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15153         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15154           add a unit test for matroskamux
15155           fix the bugs that the unit test exposed
15156
15157 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15158
15159         * gst/autodetect/gstautoaudiosink.c:
15160         (gst_auto_audio_sink_class_init),
15161         (gst_auto_audio_sink_change_state):
15162         * gst/autodetect/gstautovideosink.c:
15163         (gst_auto_video_sink_class_init),
15164         (gst_auto_video_sink_change_state):
15165           Fix state change function and use GST_DEBUG_FUNCPTR in
15166           class_init.
15167
15168 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15169
15170         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15171
15172         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15173         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15174         * gst/matroska/ebml-write.h:
15175         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15176           Set timestamps on outgoing ebml headers as well, so that the
15177           element after matroskamux can get the timestamp already when
15178           reading the first ebml element and doesn't have to wait for
15179           the actual data buffer for that (#320308).
15180           
15181 2005-10-31  Andy Wingo  <wingo@pobox.com>
15182
15183         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15184         (gst_videomixer_pad_link): Kill some memleaks.
15185         (gst_videomixer_pad_get_property): Style fix.
15186         (gst_videomixer_pad_set_property): Style fix.
15187         (gst_videomixer_pad_init): Style fix.
15188         (gst_videomixer_update_queues): Kill memleak.
15189         (gst_videomixer_loop): Kill memleak.
15190         (gst_videomixer_collected): Kill memleak.
15191
15192 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15193
15194         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15195         gst_auparse_change_state:
15196         Just some cleanup.
15197
15198 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15199
15200         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15201         Add checks to GST_FLOW_NOT_LINKED for values returned
15202         from gst_pad_push.
15203         
15204 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15205
15206         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15207         (gst_rtpg711dec_process):
15208         * gst/rtp/gstrtpgsmenc.c:
15209         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15210         are never set. This is important for the g711 to work with burger's rtpbin
15211         element.
15212
15213 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15214
15215         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15216         (gst_speexenc_push_buffer):
15217         Add checks for return values from gst_pad_push and
15218         gst_pad_alloc_buffer.
15219
15220 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15221
15222         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15223
15224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15225         (gst_matroska_demux_parse_info),
15226         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15227         (gst_matroska_demux_parse_cluster):
15228         * gst/matroska/matroska-ids.h:
15229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15230         (gst_matroska_mux_init), (gst_matroska_mux_start),
15231         (gst_matroska_mux_create_buffer_header),
15232         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15233         (gst_matroska_mux_get_property):
15234         * gst/matroska/matroska-mux.h:
15235           Add SimpleBlock support to matroska demuxer and muxer (part of
15236           Matroska v2). (#319731)
15237
15238 2005-10-28  Wim Taymans  <wim@fluendo.com>
15239
15240         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15241         (gst_jpeg_dec_change_state):
15242         * ext/jpeg/gstjpegdec.h:
15243         Cleanups. Don't create caps for every chain.
15244
15245 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15246
15247         * gst/law/alaw-encode.c: (gst_alawenc_init),
15248         (alawenc_setcaps), (gst_alawenc_chain)
15249         * gst/law/alaw-encode.h:
15250         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15251         (mulawenc_setcaps), (gst_mulawenc_chain)
15252         * gst/law/mulaw-encode.h:
15253         Set timestamp on buffer and it allows RTP G711 elements
15254         work properly.
15255
15256 2005-10-27  Wim Taymans  <wim@fluendo.com>
15257
15258         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15259         Set correct format on oss instead of a silly value. 
15260
15261 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15262
15263         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15264         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15265         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15266         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15267         I420 rendering as well, doesn't bring much for my platform.
15268         Might help on some other platforms.
15269
15270 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15271
15272         * gst/rtp/gstrtpgsmenc.c:
15273         * gst/rtp/gstrtpgsmparse.c:
15274         Declaring the padtemplate correctly.
15275
15276 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15277
15278         * gst/rtp/gstrtpg711dec.c:
15279         * gst/rtp/gstrtpg711enc.c:
15280         * gst/rtp/gstrtpgsmenc.c:
15281         * gst/rtp/gstrtpgsmparse.c:
15282         Setting the proper copyright notice.
15283
15284 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15285
15286         * gst/videobox/Makefile.am: Use liboil.
15287         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15288         (gst_video_box_set_property), (gst_video_box_transform_caps),
15289         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15290         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15291         using liboil. Will dot the same to I420 border generation
15292         tomorrow.
15293
15294 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15295
15296         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15297         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15298         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15299         * gst/rtp/gstrtpg711dec.h:
15300         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15301         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15302         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15303         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15304         (gst_rtpgsmenc_handle_buffer):
15305         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15306         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15307         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15308         * gst/rtp/gstrtpgsmparse.h:
15309         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15310         inherits from the basertpdepayloader.
15311
15312 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15313
15314         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15315         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15316         (gst_video_box_ayuv): Removing this forgotten debug.
15317
15318 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15319
15320         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15321         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15322         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15323
15324 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15325
15326         * sys/oss/gstossaudio.c:
15327         * sys/oss/gstossdmabuffer.c:
15328         * sys/oss/gstosshelper.c:
15329         * sys/oss/gstossmixer.c:
15330         * sys/oss/gstossmixerelement.c:
15331         * sys/oss/gstossmixertrack.c:
15332         * sys/oss/gstosssink.c:
15333         * sys/oss/gstosssrc.c:
15334           Actually use the 'oss' debug category we register.
15335
15336 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15337
15338         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15339         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15340         Use gst_pad_get_parent and drop the ref that was added through
15341         that call.
15342
15343 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15344
15345         * gst/rtp/gstrtpgsmenc.c:
15346           Fix compilation
15347
15348 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15349
15350         * gst/rtp/gstrtpg711dec.c
15351         Just removed a couple of lines of weird code used during
15352         development/test time.
15353
15354 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15355
15356         * gst/rtp/Makefile.am
15357         * gst/rtp/gstrtp.c
15358         * gst/rtp/gstrtpg711enc.c
15359         * gst/rtp/gstrtpg711enc.h
15360         * gst/rtp/gstrtpg711dec.c
15361         * gst/rtp/gstrtpg711dec.h
15362         Created G711 payloader and depayloader (it supports mulaw and alaw
15363         (dec)encoders)
15364
15365 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15366
15367         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15368         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15369         Doh ! I introduced wingo's bug again ! Sorry...
15370
15371 2005-10-25  Christian Schaller <christian@fluendo.com> 
15372
15373         * gst/rtp/Makefile.am: add missing header files for disting
15374
15375 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15376
15377         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15378         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15379         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15380         (gst_rtpgsmenc_handle_buffer):
15381         * gst/rtp/gstrtpgsmenc.h:
15382         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15383         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15384         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15385         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15386         * gst/rtp/gstrtpgsmparse.h:
15387         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15388
15389 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15390
15391         * ext/libpng/gstpngdec.c: (user_info_callback),
15392         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15393         a newsegment event, move some redundant code in a single place.
15394
15395 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15396
15397         * ext/libpng/gstpngdec.c: (user_info_callback),
15398         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15399         hack to get correct colors order when we have a png image with
15400         alpha channel.
15401
15402 2005-10-24  Edward Hervey  <edward@fluendo.com>
15403
15404         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15405         Call gst_element_no_more_pads when there will be no more pads.
15406
15407 2005-10-24  Wim Taymans  <wim@fluendo.com>
15408
15409         * gst/rtp/Makefile.am:
15410         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15411         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15412         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15413         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15414         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15415         (gst_asteriskh263_plugin_init):
15416         * gst/rtp/gstasteriskh263.h:
15417         * gst/rtp/gstrtp.c: (plugin_init):
15418         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15419         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15420         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15421         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15422         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15423         (gst_rtph263enc_plugin_init):
15424         * gst/rtp/gstrtph263enc.h:
15425         Added two new payloaders, an RFC 2190 payloader for h263 and
15426         a payload convertor for an asterisk server.
15427
15428 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15429
15430         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15431           Set bytes_per_sample correctly (is not always 4, but 
15432           depends on width and number of channels).
15433
15434 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15435
15436         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15437         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15438         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15439         (gst_flacenc_sink_event), (gst_flacenc_chain),
15440         (gst_flacenc_set_property), (gst_flacenc_get_property),
15441         (gst_flacenc_change_state):
15442         * ext/flac/gstflacenc.h:
15443           Fix seeking, so that flacenc can rewrite the header with the
15444           correct duration and amount of samples and all that at EOS;
15445           also set timestamps and granulepos on outgoing buffers; add
15446           debug category; fix state change function.
15447           
15448 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15449
15450         * gst/videomixer/videomixer.c: Don't restrict video geometry
15451         from 16 to 4096.
15452
15453 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15454
15455         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15456         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15457         Fix caps negotiation correctly, add debugging category.
15458
15459 2005-10-24  Christian Schaller  <christian@fluendo.com>
15460
15461         * configure.ac: Port over Thomas's change from base listing all plugins
15462
15463 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15464
15465         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15466         a sink pad.
15467
15468 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15469
15470         * configure.ac:
15471         * docs/upload.mak:
15472           back to HEAD
15473
15474 === release 0.9.4 ===
15475
15476 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15477
15478         * configure.ac:
15479           Releasing 0.9.4, "Dromiceiomimus"
15480
15481 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15482
15483         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15484         (gst_speexenc_src_query):
15485           Add position and duration query, fix query type function.
15486           
15487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15488         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15489           Let's not set non-fixed caps on source pads.
15490
15491 2005-10-21  Wim Taymans  <wim@fluendo.com>
15492
15493         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15494         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15495         (gst_avi_demux_handle_seek):
15496         Set correct stream_time in newsegment event.
15497         avi can also handle a duration query now.
15498
15499 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * gst/matroska/matroska-demux.c:
15502         (gst_matroska_demux_handle_src_query),
15503         (gst_matroska_demux_handle_seek_event),
15504         (gst_matroska_demux_loop_stream_parse_id):
15505           Fix duration query; fix basetime in newsegment event after
15506           seek; fix duration in initial newsegment event.
15507
15508         * gst/matroska/matroska-mux.c:
15509         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15510           Extract number of channels and samplerate from vorbis headers;
15511           add some debug messages when querying the durations of the
15512           input streams.
15513
15514 2005-10-20  Wim Taymans  <wim@fluendo.com>
15515
15516         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15517         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15518         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15519         Set stream time correctly in newsegment.
15520
15521 2005-10-20  Wim Taymans  <wim@fluendo.com>
15522
15523         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15524         Correctly fill in the stream time.
15525
15526 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15527
15528         * check/elements/level.c: (GST_START_TEST):
15529         * gst/level/gstlevel.c: (gst_level_message_new):
15530         * gst/level/level-example.c: (message_handler):
15531           use ELEMENT messages instead
15532
15533 2005-10-19  Wim Taymans  <wim@fluendo.com>
15534
15535         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15536         (gst_dvdemux_src_query):
15537         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15538         (gst_flacdec_src_query):
15539         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15540         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15541         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15542         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15543         * gst/debug/progressreport.c: (gst_progress_report_report):
15544         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15545         * gst/matroska/matroska-demux.c:
15546         (gst_matroska_demux_handle_src_query):
15547         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15548         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15549         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15550         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15551         (gst_wavparse_srcpad_event):
15552         API change fix.
15553
15554 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * gst/goom/filters.c:
15557         * gst/goom/graphic.h:
15558         * gst/goom/lines.c:
15559           Make inline functions either 'static inline' or 'extern inline',
15560           otherwise the Forte compiler apparently won't inline them (#317300).
15561
15562 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15563
15564         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15565         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15566         (user_info_callback), (user_endrow_callback), (user_end_callback),
15567         (user_read_data), (gst_pngdec_caps_create_and_set),
15568         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15569         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15570         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15571         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15572         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15573         very nice and handle push/pull based model. if you have filesrc
15574         connected to it, it will do random access to load the png file.
15575         If you have a network source that can't do _getrange, it does 
15576         progressive loading through the chain function.
15577         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15578         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15579         thanks to Master Wim Taymans ;-)
15580
15581 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15582
15583         * gst/matroska/Makefile.am:
15584         * gst/matroska/ebml-read.c:
15585         * gst/matroska/ebml-read.h:
15586         * gst/matroska/matroska-demux.c:
15587         * gst/matroska/matroska-demux.h:
15588         * gst/matroska/matroska.c: (plugin_init):
15589           Ported matroska demuxer to 0.9.
15590
15591 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15592
15593         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15594
15595         * gst/matroska/matroska-mux.c:
15596         (gst_matroska_mux_video_pad_setcaps),
15597         (gst_matroska_mux_audio_pad_setcaps):
15598           Fix mpeg4 input handling (#318847); also, while we're at it,
15599           fix media type for Motion-JPEG: should be image/jpeg.
15600
15601 2005-10-18  Wim Taymans  <wim@fluendo.com>
15602
15603         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15604         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15605         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15606         Fix for segment-start/stop API change.
15607
15608 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15609
15610         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15611         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15612         way.
15613
15614 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15615
15616         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15617         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15618         output declared in transform_caps.
15619
15620 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15621
15622         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15623
15624 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15625
15626         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15627         (gst_video_box_get_unit_size): Fix wrong size calculations and
15628         implement get_unit_size correctly.
15629
15630 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15631
15632         * configure.ac:
15633           Enable flx plugin.
15634
15635         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15636           Fix gcc4 signedness issue.
15637
15638 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15639
15640         * configure.ac: Adding videomixer.
15641         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15642         (user_read_data), (gst_pngdec_chain): More debugging.
15643         * gst/alpha/Makefile.am: Adding alphacolor
15644         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15645         (gst_alpha_color_class_init), (gst_alpha_color_init),
15646         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15647         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15648         (plugin_init): Ported to 0.9 using in place base tranform.
15649         * gst/videomixer/Makefile.am:
15650         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15651         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15652         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15653         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15654         (gst_videomixer_init), (gst_videomixer_getcaps),
15655         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15656         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15657         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15658         to 0.9 using collectpads.
15659
15660 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15661
15662         * configure.ac:
15663         * gst/flx/Makefile.am:
15664         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15665         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15666         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15667         * gst/flx/gstflxdec.h:
15668         flx plugin ported to 0.9
15669
15670 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15671
15672         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15673           use new gst_version_string()
15674
15675 2005-10-16  Andy Wingo  <wingo@pobox.com>
15676
15677         * configure.ac: GLIB_CHECK.
15678
15679 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15680
15681         * ext/libpng/Makefile.am:
15682         * ext/libpng/gstpng.c: (plugin_init):
15683         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15684         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15685         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15686
15687 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15688
15689         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15690
15691         * configure.ac:
15692         * gst/matroska/Makefile.am:
15693         * gst/matroska/ebml-ids.h:
15694         * gst/matroska/ebml-write.c:
15695         * gst/matroska/ebml-write.h:
15696         * gst/matroska/matroska-ids.h:
15697         * gst/matroska/matroska-mux.c:
15698         * gst/matroska/matroska-mux.h:
15699         * gst/matroska/matroska.c: (plugin_init):
15700           Port matroska muxer to 0.9 (#318847).
15701
15702 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15703
15704         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15705         (comment_init), (comment_add):
15706           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15707           use GST_READ_UINT32_LE() and friends rather than the private
15708           implementation of those same macros.
15709
15710 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15711
15712         * examples/stats/mp2ogg.c:
15713           more typo fixes
15714
15715 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15716
15717         * examples/indexing/indexmpeg.c: (main):
15718         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15719         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15720         * ext/esd/esdmon.h:
15721         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15722         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15723         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15724         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15725         * gst/avi/gstavimux.c: (gst_avimux_init):
15726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15727         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15728         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15729         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15730         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15731         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15732         * gst/oldcore/gstmultifilesrc.h:
15733         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15734         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15735         (gst_pipefilter_change_state):
15736         * gst/oldcore/gstpipefilter.h:
15737         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15738         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15739         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15740         * sys/osxaudio/gstosxaudiosink.h:
15741         * sys/osxaudio/gstosxaudiosrc.h:
15742           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15743           moved bitshift from macro to enum definition
15744
15745 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15746
15747         * ext/Makefile.am:
15748         * ext/cairo/Makefile.am:
15749         * ext/cairo/gstcairo.c: (plugin_init):
15750         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15751         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15752         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15753         * ext/cairo/gsttimeoverlay.h:
15754           update of cairo-based timeoverlay to 1.0 Cairo API
15755           doesn't work yet for resizing of output sink
15756
15757 2005-10-11  Wim Taymans  <wim@fluendo.com>
15758
15759         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15760         newsegment API fix.
15761
15762 2005-10-11  Wim Taymans  <wim@fluendo.com>
15763
15764         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15765         (gst_dvdemux_demux_frame):
15766         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15767         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15768         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15769         (gst_avi_demux_handle_seek):
15770         * gst/goom/gstgoom.c: (gst_goom_event):
15771         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15772         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15773         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15774         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15775         (gst_wavparse_srcpad_event):
15776         newsegment API update.
15777
15778 2005-10-11  Andy Wingo  <wingo@pobox.com>
15779
15780         * ext/speex/gstspeexenc.c: Signedness cleanups.
15781
15782 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15783
15784         * PORTED_09:
15785         * ext/speex/Makefile.am:
15786         * ext/speex/gstspeex.c:
15787         * ext/speex/gstspeexenc.c:
15788         Speexenc ported to 0.9
15789
15790 2005-10-10  Wim Taymans  <wim@fluendo.com>
15791
15792         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15793         (gst_oss_sink_init), (gst_oss_sink_set_property),
15794         (gst_oss_sink_get_property), (gst_oss_sink_open),
15795         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15796         * sys/oss/gstosssink.h:
15797         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15798         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15799         (gst_oss_src_prepare):
15800         Cleanups, make device configurable in the sink, handle and report
15801         errors.
15802
15803 2005-10-10  Wim Taymans  <wim@fluendo.com>
15804
15805         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15806         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15807         Make sure element is NULL before removing from the bin.
15808
15809 2005-10-07  Andy Wingo  <wingo@pobox.com>
15810
15811         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15812         block forever in a read().
15813         (gst_dv1394src_bus_reset): Post a message when the cable is
15814         unplugged.
15815         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15816         (gst_dv1394src_bus_reset): Don't unref the message.
15817
15818         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15819         hacking. The only change should be that the state change stuff was
15820         put into basesrc's start() and stop() routines, which coalesces
15821         some steps.
15822
15823 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15824
15825         * configure.ac:
15826           Add check for mmap
15827           
15828         * gst/debug/Makefile.am:
15829           Only compile efence plugin on systems that have mmap.
15830
15831 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15832
15833         * gst/debug/Makefile.am:
15834         * gst/debug/breakmydata.c:
15835         * gst/debug/gstdebug.c:
15836         * gst/debug/gstnavigationtest.c:
15837         * gst/debug/gstnavseek.c: 
15838         * gst/debug/gstnavseek.h:
15839         * gst/debug/progressreport.c: 
15840         * gst/debug/testplugin.c:
15841           Port progressreport, navseek, navigationtest, testsink and
15842           breakmydata.
15843
15844 2005-10-05  Edward Hervey  <edward@fluendo.com>
15845
15846         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15847         (gst_dvdemux_src_query):
15848         Fixes for better conversion
15849
15850 2005-10-04  Michael Smith <msmith@fluendo.com>
15851
15852         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15853         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15854         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15855         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15856           Set state of elements to NULL before removing from bins.
15857           Set state of test element to NULL if we failed to move it to READY
15858
15859 2005-10-04  Edward Hervey  <edward@fluendo.com>
15860
15861         * ext/dv/Makefile.am:
15862         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15863         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15864         Corrected the query function for position so it doesn't forget what
15865         format was asked, and calls the conversion functions on the correct pad.
15866
15867 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15868
15869         * configure.ac:
15870           back to development
15871
15872 === release 0.9.3 ===
15873
15874 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         * configure.ac:
15877           Releasing 0.9.3, "Aramis"
15878
15879 2005-10-03  Andy Wingo  <wingo@pobox.com>
15880
15881         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15882         error returns.
15883
15884 2005-10-02  Andy Wingo  <wingo@pobox.com>
15885
15886         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15887
15888         * ext/flac/gstflacenc.c: Ported to 0.9.
15889
15890         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15891
15892         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15893         and link to gsttagedit. Enable flacenc.
15894
15895         * ext/flac/gstflacdec.c: Re-enable tag reading.
15896
15897 2005-09-30  Wim Taymans  <wim@fluendo.com>
15898
15899         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15900         * gst/rtp/gstrtpgsmparse.c:
15901         * gst/rtp/gstrtph263penc.c:
15902         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15903         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15904         (gst_rtpmp4venc_set_property):
15905         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15906         Various class and caps fixes from Andre Magalhaes (andrunko)
15907
15908 2005-09-29  Wim Taymans  <wim@fluendo.com>
15909
15910         * gst/level/level-example.c: (main):
15911         Update for new bus API.
15912
15913 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15914
15915         * configure.ac:
15916           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15917           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15918
15919 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15922           Fix playback of mono streams (bytes_per_sample should be set
15923           from the sample width and the number of channels negotiated,
15924           and not just be set to 4) (#317338)
15925
15926 2005-09-26  Wim Taymans  <wim@fluendo.com>
15927
15928         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15929         (gst_rtpmpaenc_handle_buffer):
15930         Set buffer duration correctly.
15931
15932 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15933
15934         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15935         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15936         (gst_avi_demux_change_state):
15937           Don't crash when encountering a stream with an unknown fourcc or
15938           codec id. Instead, create a pad of type video/x-avi-unknown or
15939           audio/x-avi-unknown, which as a side-effect also results in less
15940           confusing error messages in players ('no decoder' vs. 'no streams');
15941           minor fixes to state change function and class_init function.
15942
15943 2005-09-24  Wim Taymans  <wim@fluendo.com>
15944
15945         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15946         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15947         These are sinks.
15948
15949 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15950
15951         * check/elements/level.c: (GST_START_TEST):
15952           fix test for new GstClockTime use
15953         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15954         (gst_level_transform_ip):
15955         * gst/level/gstlevel.h:
15956           fix up the decay peak, ensuring the decay peak is never lower
15957           than the peak for that interval
15958
15959 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15960
15961         * docs/plugins/gst-plugins-good-plugins.args:
15962         * docs/plugins/inspect/plugin-alpha.xml:
15963         * docs/plugins/inspect/plugin-rtp.xml:
15964         * gst/level/gstlevel.c: (gst_level_set_caps),
15965         (gst_level_transform_ip):
15966           updating docs
15967
15968 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15969
15970         * Makefile.am:
15971         * check/elements/level.c: (GST_START_TEST):
15972         * gst/level/Makefile.am:
15973         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15974         (gst_level_set_property), (gst_level_get_property),
15975         (gst_level_set_caps), (gst_level_message_new),
15976         (gst_level_transform_ip):
15977         * gst/level/gstlevel.h:
15978         * gst/level/level-example.c: (message_handler), (main):
15979           convert to using GstClockTime for all time values, finally.
15980
15981 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15982
15983         * gst/auparse/Makefile.am:
15984         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15985           fix up build
15986         * configure.ac:
15987         * ext/cairo/Makefile.am:
15988         * ext/dv/Makefile.am:
15989         * ext/esd/Makefile.am:
15990         * ext/flac/Makefile.am:
15991         * ext/gconf/Makefile.am:
15992         * ext/gdk_pixbuf/Makefile.am:
15993         * ext/jpeg/Makefile.am:
15994         * ext/ladspa/Makefile.am:
15995         * ext/libcaca/Makefile.am:
15996         * ext/libmng/Makefile.am:
15997         * ext/libpng/Makefile.am:
15998         * ext/mikmod/Makefile.am:
15999         * ext/pango/Makefile.am:
16000         * ext/raw1394/Makefile.am:
16001         * ext/shout2/Makefile.am:
16002         * ext/speex/Makefile.am:
16003         * gst/alpha/Makefile.am:
16004         * gst/autodetect/Makefile.am:
16005         * gst/avi/Makefile.am:
16006         * gst/cutter/Makefile.am:
16007         * gst/debug/Makefile.am:
16008         * gst/effectv/Makefile.am:
16009         * gst/flx/Makefile.am:
16010         * gst/goom/Makefile.am:
16011         * gst/interleave/Makefile.am:
16012         * gst/law/Makefile.am:
16013         * gst/matroska/Makefile.am:
16014         * gst/median/Makefile.am:
16015         * gst/monoscope/Makefile.am:
16016         * gst/multipart/Makefile.am:
16017         * gst/oldcore/Makefile.am:
16018         * gst/rtp/Makefile.am:
16019         * gst/rtsp/Makefile.am:
16020         * gst/smoothwave/Makefile.am:
16021         * gst/smpte/Makefile.am:
16022         * gst/videobox/Makefile.am:
16023         * gst/videofilter/Makefile.am:
16024         * gst/videomixer/Makefile.am:
16025         * gst/wavenc/Makefile.am:
16026         * gst/wavparse/Makefile.am:
16027         * sys/oss/Makefile.am:
16028         * sys/osxaudio/Makefile.am:
16029         * sys/osxvideo/Makefile.am:
16030           fix up GST_LIBS use
16031
16032 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16033
16034         * gst/auparse/Makefile.am:
16035         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16036           fix build of auparse
16037
16038 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16039
16040         * configure.ac:
16041         * PORTED_09:
16042         * gst/auparse/gstauparse.c:
16043         * gst/auparse/gstauparse.h:
16044         Auparse ported to 0.9.
16045
16046 2005-09-22  Wim Taymans  <wim@fluendo.com>
16047
16048         * gst/rtp/TODO:
16049         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16050         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16051         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16052         (gst_rtpmp4venc_set_property):
16053         * gst/rtp/gstrtpmp4venc.h:
16054         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16055         * gst/rtp/gstrtpmpaenc.h:
16056         Use is_filled to both check MTU and max-ptime of base class.
16057
16058 2005-09-22  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16061         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16062         (gst_rtpmp4venc_set_property):
16063         Don't fragment packets with multiple frames.
16064
16065 2005-09-22  Wim Taymans  <wim@fluendo.com>
16066
16067         * gst/rtp/TODO:
16068         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16069         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16070         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16071         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16072         (gst_rtpmp4venc_get_property):
16073         * gst/rtp/gstrtpmp4venc.h:
16074         Remove g_print.
16075         Update TODO
16076         Make payload encoder a bit smarter and more correct with
16077         timestamps.
16078         Added option in payloader to include config string in-band.
16079
16080 2005-09-21  Wim Taymans  <wim@fluendo.com>
16081
16082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16083         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16084         (gst_rtspsrc_send):
16085         Strip spaces for key/value pairs.
16086
16087 2005-09-21  Wim Taymans  <wim@fluendo.com>
16088
16089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16090         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16091         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16092         (gst_rtspsrc_change_state):
16093         More SDP parsing and caps setting.
16094         Do NO_PREROLL differently.
16095         add pads only after negotiated.
16096
16097         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16098         (gst_udpsrc_getcaps):
16099         Implement the getcaps function.
16100
16101 2005-09-21  Wim Taymans  <wim@fluendo.com>
16102
16103         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16104         (gst_rtpamrdec_chain):
16105         Handle multiple AMr packets per payload. Handle CRC and
16106         parse ILL/ILP.
16107
16108         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16109         Make caps params strings for easy SDP mapping.
16110         
16111         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16112         Handle capsnego better.
16113
16114         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16115         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16116         Generate and parse config string in the caps.
16117
16118 2005-09-21  Wim Taymans  <wim@fluendo.com>
16119
16120         * gst/rtp/README:
16121         Update README
16122
16123         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16124         Make extra params as strings.
16125
16126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16127         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16128         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16129         Make state change return NO_PREROLL as this is a live
16130         source.
16131
16132         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16133         Don't unref old caps when NULL.
16134
16135 2005-09-20  Wim Taymans  <wim@fluendo.com>
16136
16137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16138         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16139         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16140         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16141         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16142         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16143         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16144         * gst/rtsp/sdpmessage.h:
16145         Add URI handler.
16146         Parse SDP and create caps.
16147
16148 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16149
16150         * gst/alpha/gstalpha.c:
16151           fix element description
16152
16153 2005-09-19  Wim Taymans  <wim@fluendo.com>
16154
16155         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16156         Don't check payload for now.
16157
16158 2005-09-19  Wim Taymans  <wim@fluendo.com>
16159
16160         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16161         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16162         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16163         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16164         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16165         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16166         (gst_wavparse_change_state):
16167         * gst/wavparse/gstwavparse.h:
16168         Fix wavparse some more.
16169
16170 2005-09-19  Wim Taymans  <wim@fluendo.com>
16171
16172         * check/elements/level.c: (GST_START_TEST):
16173         Fix for bus API change.
16174
16175 2005-09-19  Wim Taymans  <wim@fluendo.com>
16176
16177         * gst/level/level-example.c: (main):
16178         Fix for new bus API.
16179
16180         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16181         Set caps on pads.
16182
16183 2005-09-15  Wim Taymans  <wim@fluendo.com>
16184
16185         * gst/rtp/Makefile.am:
16186         * gst/rtp/README:
16187         * gst/rtp/gstrtp.c: (plugin_init):
16188         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16189         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16190         (gst_rtpamrdec_change_state):
16191         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16192         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16193         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16194         * gst/rtp/gstrtpamrenc.h:
16195         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16196         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16197         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16198         * gst/rtp/gstrtpgsmenc.h:
16199         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16200         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16201         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16202         (gst_rtpgsmparse_change_state):
16203         * gst/rtp/gstrtpgsmparse.h:
16204         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16205         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16206         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16207         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16208         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16209         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16210         * gst/rtp/gstrtph263penc.h:
16211         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16212         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16213         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16214         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16215         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16216         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16217         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16218         * gst/rtp/gstrtpmp4venc.h:
16219         * gst/rtp/gstrtpmpadec.c:
16220         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16221         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16222         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16223         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16224         * gst/rtp/gstrtpmpaenc.h:
16225         Updates to payloader/depayloaders, make payloaders use
16226         the base classes.
16227         Updated README with suggested RTP caps and how to convert
16228         to/from SDP.
16229         Added config descriptor in mp4v payloader.
16230
16231 2005-09-15  Andy Wingo  <wingo@pobox.com>
16232
16233         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16234         * gst/autodetect/gstautovideosink.c
16235         (gst_auto_video_sink_find_best): Update for new registry API.
16236
16237 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16238
16239         * common/c-to-xml.py:
16240         * common/gtk-doc-plugins.mak:
16241           a simple py script to generate valid xml from a C example
16242           probably also need to strip an MIT license when we decide
16243         * docs/plugins/Makefile.am:
16244         * gst/level/Makefile.am:
16245         * gst/level/gstlevel.c: (gst_level_init):
16246         * gst/level/level-example.c: (message_handler), (main):
16247           add an example to level that will show up in the docs
16248         * gst/rtp/TODO:
16249           add a note for the future
16250
16251 2005-09-14  Michael Smith <msmith@fluendo.com>
16252
16253         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16254           Actually define the debug object being used in wavenc. Fixes #316205
16255
16256 2005-09-14  Michael Smith <msmith@fluendo.com>
16257
16258         * gst/smpte/Makefile.am:
16259           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16260           needed to build on windows (bug 316204)
16261
16262 2005-09-12  Andy Wingo  <wingo@pobox.com>
16263
16264         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16265
16266 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16267
16268         * configure.ac:
16269         * gst/fdsrc/Makefile.am:
16270         * gst/fdsrc/gstfdsrc.c:
16271         * gst/fdsrc/gstfdsrc.h:
16272           Move fdsrc back into gstreamer core elements.
16273
16274         * gst/level/gstlevel.c: (gst_level_class_init),
16275         (gst_level_transform_ip):
16276         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16277           Basetransform changes.
16278
16279 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16280
16281         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16282         * ext/jpeg/smokecodec.c: (find_best_size):
16283           fix compiler warnings
16284
16285 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16286
16287         * gst-plugins-good.spec.in:
16288           spec file fixes
16289         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16290         (gst_multiudpsink_render), (gst_multiudpsink_add),
16291         (gst_multiudpsink_clear):
16292           it actually helps to actually stream if we hook up the
16293           "add" signal to an actual implementation
16294         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16295           some debugging
16296
16297 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16298
16299         * ext/jpeg/Makefile.am:
16300         * ext/jpeg/gstjpeg.c
16301         * ext/jpeg/gstjpegenc.c:
16302         * ext/jpeg/gstsmokeenc.c:
16303
16304 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16305
16306         * ext/flac/gstflacdec.c:
16307         * ext/flac/gstflacenc.c:
16308         * ext/flac/gstflactag.c:
16309         * ext/speex/gstspeexenc.c:
16310           gsttaginterface.h -> gsttagsetter.h
16311
16312 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16313
16314         * configure.ac:
16315         * gst/debug/Makefile.am:
16316         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16317         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16318         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16319         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16320         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16321           Port to 0.9 and re-enable efence plugin.
16322
16323 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16326         (gst_flacdec_write), (gst_flacdec_convert_src):
16327         * ext/flac/gstflacdec.h:
16328           Add support for flac files with 24/32 bits per sample; and misc.
16329           minor clean-ups. Seeking is still partly broken (for me at least).
16330
16331 2005-09-06  Wim Taymans  <wim@fluendo.com>
16332
16333         * gst/rtp/Makefile.am:
16334         * gst/rtp/gstrtp.c: (plugin_init):
16335         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16336         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16337         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16338         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16339         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16340         (gst_rtpmp4vdec_plugin_init):
16341         * gst/rtp/gstrtpmp4vdec.h:
16342         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16343         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16344         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16345         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16346         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16347         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16348         * gst/rtp/gstrtpmp4venc.h:
16349         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16350         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16351         Added mpeg4 video payload encoder/decoder.
16352         Added some docs in mpa payloader.
16353
16354 === release 0.9.1 ===
16355
16356 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16357
16358         * NEWS:
16359         * README:
16360         * RELEASE:
16361         * autogen.sh:
16362         * configure.ac:
16363           releasing 0.9.1, "Blondie"
16364
16365 2005-09-05  Andy Wingo  <wingo@pobox.com>
16366
16367         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16368         here from the state change handler, so we fire signals without
16369         holding the state lock.
16370
16371 2005-09-02  Andy Wingo  <wingo@pobox.com>
16372
16373         * All plugins updated for element state changes.
16374
16375 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16376
16377         * Makefile.am:
16378         * check/.cvsignore:
16379         * check/Makefile.am:
16380         * check/elements/.cvsignore:
16381         * check/elements/level.c: (setup_level), (cleanup_level),
16382         (GST_START_TEST), (level_suite), (main):
16383           add a test for level
16384         * common/release.mak:
16385           move the enum checking to release.mak
16386         * configure.ac:
16387           add valgrind and check checking
16388         * gst/level/gstlevel.c: (gst_level_transform):
16389         * gst/level/gstlevel.h:
16390           fix Andy's cast bug
16391           convert a field to int
16392           fix the arithmetic to int when checking for emit so that a
16393           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16394
16395 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16396
16397         * Makefile.am:
16398         * configure.ac:
16399           add docs to build
16400         * common/plugins.xsl:
16401           wrap Description into a refsect2
16402         * docs/Makefile.am:
16403         * docs/plugins/Makefile.am:
16404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16406         * gst/goom/Makefile.am:
16407         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16408         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16409         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16410         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16411         (gst_goom_change_state):
16412         * gst/goom/gstgoom.h:
16413           GstGOOM -> GstGoom
16414           add an example launch line
16415         * gst/level/gstlevel.h:
16416         * gst/monoscope/gstmonoscope.c:
16417           cleanups
16418
16419 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16420
16421         * configure.ac:
16422         * docs/plugins/Makefile.am:
16423         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16424         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16425         * docs/plugins/gst-plugins-good-plugins.types:
16426           document elements and plugins.  Shazam !
16427
16428 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16429
16430         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16431           be found under doc/random/ChangeLog-0.8