fix license file, remove extra line copied over by mistake
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
2
3         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
4         mistake. Return file to pure MIT text.
5
6 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
7
8         * gst/audiofx/audiofx.c:
9         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
10         of hardcoding values.
11
12 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
13
14         Patch by: Mark Nauwelaerts <manauw skynet be>
15
16         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
17           (gst_oss_src_close):
18         * sys/oss/gstosssrc.h:
19           Cache probed caps, so _get_caps() during recording doesn't cause
20           ioctl calls which may disrupt the recording (fixes #521875).
21
22 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
23
24         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
25         (gst_qtdemux_activate_segment),
26         (gst_qtdemux_prepare_current_sample),
27         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
28         Make sure we always send a DISCONT after a seek by setting the sample
29         index to an undefined value after a seek.
30
31 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
32
33         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
34           (GST_IS_AVI_SUBTITLE_CLASS):
35           Fix up IS_FOO macros, which makes gtk-doc much happier.
36
37 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
38
39         * tests/icles/Makefile.am:
40           Move the -lgstfoo where it belongs.
41
42 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
43
44         * gst/matroska/ebml-ids.h:
45         Add ID for EBML CRC32 elements.
46
47         * gst/matroska/Makefile.am:
48         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
49         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
50         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
51         (gst_ebml_read_header):
52         Support reading 80bit floats, add finalize method to clean up
53         in any case, support reading length/id elements with any length
54         as long as it's smaller than our supported maximum, don't leak
55         buffers if reading as much data as we wanted failed and some
56         smaller cleanup.
57
58 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
59
60         Patch by: Olivier Crete <tester at tester dot ca>
61
62         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
63         Check that a buffer is large enough before reading from it.
64         Fixes bug #521102.
65         
66 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
67
68         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
69         Fix compilation after removing the GstPollMode from the
70         constructor.
71
72 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
73
74         * configure.ac:
75         * gst/audiofx/Makefile.am:
76         * gst/audiofx/audiochebband.c:
77         * gst/audiofx/audiocheblimit.c:
78         * gst/audiofx/math_compat.h:
79         Check for sinh(), cosh() and asinh() and define our own
80         implementations if they're not available. Fixes bug #520880.
81
82 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
83
84         Patch by: Olivier Crete <tester at tester dot ca>
85
86         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
87         Unref the buffers only once when handling not-negotiated errors.
88         Fixes bug #520764.
89
90 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
91
92         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
93
94         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
95         (gst_udpsrc_stop):
96         Properly balance WSA_Cleanup with WSA_Startup.
97         Also make the poll controllable on windows. Fixes #520888.
98
99 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
100
101         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
102         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
103         (gst_ebml_read_element_length), (gst_ebml_peek_id),
104         (gst_ebml_read_skip), (gst_ebml_read_buffer),
105         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
106         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
107         (gst_ebml_read_date), (gst_ebml_read_master),
108         (gst_ebml_read_binary), (gst_ebml_read_header):
109         * gst/matroska/ebml-read.h:
110         * gst/matroska/matroska-demux.c:
111         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
112         (gst_matroska_demux_read_track_encodings),
113         (gst_matroska_demux_add_stream),
114         (gst_matroska_demux_handle_src_query),
115         (gst_matroska_demux_handle_seek_event),
116         (gst_matroska_demux_init_stream),
117         (gst_matroska_demux_parse_tracks),
118         (gst_matroska_demux_parse_index_cuetrack),
119         (gst_matroska_demux_parse_index_pointentry),
120         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
121         (gst_matroska_demux_parse_metadata_id_simple_tag),
122         (gst_matroska_demux_parse_metadata_id_tag),
123         (gst_matroska_demux_parse_metadata),
124         (gst_matroska_demux_sync_streams),
125         (gst_matroska_demux_push_hdr_buf),
126         (gst_matroska_demux_push_flac_codec_priv_data),
127         (gst_matroska_demux_push_xiph_codec_priv_data),
128         (gst_matroska_demux_add_wvpk_header),
129         (gst_matroska_demux_check_subtitle_buffer),
130         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
131         (gst_matroska_demux_parse_cluster),
132         (gst_matroska_demux_parse_contents_seekentry),
133         (gst_matroska_demux_parse_contents),
134         (gst_matroska_demux_loop_stream_parse_id),
135         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
136         * gst/matroska/matroska-demux.h:
137         * gst/matroska/matroska-ids.h:
138         Handle return values from pull_range in a more granular way to properly
139         shut down on seeks.
140         Combine return values from push.
141         Implement proper error handling.
142         Prepare for handling seeking correctly.
143
144 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
145
146         * gst/matroska/ebml-read.c:
147         Use GINT64 formatting constants from GLIB.
148
149         * gst/matroska/matroska-demux.c:
150         Add some guards to avoid a possible division by 0 and crashing
151         with NULL events on some systems.
152         Use gst_gdouble_to_guint64 somewhere instead of an implicit
153         conversion. 
154
155         * gst/matroska/matroska-mux.c:
156         Check for invalid timestamps in a bunch of places to avoid
157         writing bogus durations into the output file.
158         Fix some double<->gint64 conversions that weren't using
159         gst_guint64_to_gdouble
160
161 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
162
163         * configure.ac:
164         Move the checks for bison, flex and as to the program section and the
165         check for gcc inline asm to the compiler characteristics section.
166
167 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
168
169         * configure.ac:
170         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
171         plug-ins are included/excluded. (#498222)
172
173 2008-02-29  Michael Smith <msmith@fluendo.com>
174
175         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
176           Don't call gst_object_sync_values() unless we have a valid timestamp.
177
178 2008-02-28  David Schleef  <ds@schleef.org>
179
180         * gst/matroska/matroska-demux.c:
181         * gst/matroska/matroska-ids.h:
182         * gst/matroska/matroska-mux.c:
183           Fix Dirac mapping.  I had previously added a VfW-type
184           mapping, but it looks like Dirac will get a native Matroska
185           mapping, and this is the most likely method.
186
187 2008-02-28  David Schleef  <ds@schleef.org>
188
189         * gst/avi/gstavimux.c: Add Dirac encoding
190
191 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
192
193         Patch by: Peter Kjellerstedt <pkj at axis com>
194
195         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
196         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
197         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
198         * gst/udp/gstudpsrc.h:
199         Port to GstPoll. See #505417.
200
201 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
202
203         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
204         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
205         yet on the srcpad. We need rate and channels before we
206         can do any processing. Fixes bug #519088.
207
208 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
209
210         * configure.ac:
211         Detect and indicate if GCC inline assembly syntax is
212         available.
213
214         * gst/goom/Makefile.am:
215         * gst/goom/convolve_fx.c:
216         * gst/goom/flying_stars_fx.c:
217         * gst/goom/goom_config.h:
218         * gst/goom/goom_core.c:
219         * gst/goom/goomsl.c:
220         * gst/goom/ifs.c:
221         * gst/goom/mmx.c:
222         * gst/goom/plugin_info.c:
223         * gst/goom/xmmx.c:
224         Fix various GCC-isms, and only build the inline assembly
225         with compilers that support GCC inline assembly.
226
227         Fix a couple of other warnings shown with Forte.
228
229 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
230
231         * gst/goom/xmmx.c:
232           Use 'emms' instead of 'femms' to not crash on cpus that do not
233           implement this 3dnow specific instruction.
234
235 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
236
237         * gst/goom/plugin_info.c: (setOptimizedMethods):
238         Use extended MMX for draw_line() too if available, not only
239         normal MMX.
240
241 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
242
243         * ext/jpeg/gstjpeg.c: (plugin_init):
244         Remove (commented out) smoke typefinder. This is in base now.
245
246 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
247
248         * gst/goom2k1/Makefile.am:
249         * gst/goom2k1/gstgoom.c:
250
251         Rename the installed library, and don't register the same 
252         GType name as the new goom.
253
254 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
255
256         * configure.ac:
257         * ext/taglib/Makefile.am:
258           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
259           when building C++ code (#516509).
260
261 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
262
263         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
264         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
265           (setOptimizedMethods):
266           Call oil_init(), otherwise oil_get_cpu_flags() won't return
267           anything useful. Export goom debug category so we can get
268           rid of the VERBOSE define and the printfs.
269
270 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
271
272         * gst/goom/goomsl_heap.c: (align_it):
273         * gst/goom/plugin_info.c: (setOptimizedMethods):
274           Compile fixes for x86-64.
275
276 2008-02-23  Bastien Nocera  <hadess@hadess.net>
277
278         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
279         with warnings, but add other CFLAGS
280
281         * gst/goom/goomsl.c (gsl_instr_set_namespace),
282         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
283         (calculate_labels), (gsl_read_file):
284         * gst/goom/goomsl_lex.l:
285         * gst/goom/goomsl_yacc.y:
286         * gst/goom/plugin_info.c: Remove a few live printf, and
287         fprintf, replace exit() calls with g_assert_not_reached()
288         if it not optimal for a library
289
290 2008-02-23  Bastien Nocera  <hadess@hadess.net>
291
292         * gst/goom/Makefile.am: Remove the warnings being disabled,
293         fix linkage on x86, spotted by Sebastian Dröge
294         <slomo@circular-chaos.org>
295
296         * gst/goom/convolve_fx.c (convolve_init),
297         (create_output_with_brightness), (convolve_apply):
298         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
299         * gst/goom/goomsl.c:
300         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
301         * gst/goom/plugin_info.c:
302         * gst/goom/tentacle3d.c (tentacle_fx_create):
303         Fix warnings, and disable the motifs in the convolve_fx
304         plugin (they were causing warnings, and they were just
305         "Goom" in funny letterring)
306
307 2008-02-23  Bastien Nocera  <hadess@hadess.net>
308
309         * configure.ac: Add checks for Flex/Yacc/Bison and other
310         furry animals, for the new goom 2k4 based plugin
311
312         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
313         CPU optimisations (not working yet), move the old plugin to...
314
315         * gst/goom2k1/*: ... here, in case somebody is sick enough
316
317         Fixes #515073
318
319 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
320
321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
322         Post the server response code in an error message instead of a generic
323         'error' message. Fixes #517237.
324
325 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
326
327         * tests/check/Makefile.am:
328         Ignore gconfaudiosrc for the states unit test too. It will fallback
329         to alsasrc if the gconf settings can't be read and not everybody has
330         alsa.
331
332 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
333
334         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
335         (gst_wavpack_parse_create_src_pad):
336         * ext/wavpack/gstwavpackparse.h:
337         Always report the duration if we know it in push mode and don't
338         return 0 just to make totem believe we can't seek in push mode.
339         Newer totem version use the SEEKING query which properly reports
340         if we can seek or not.
341
342 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
343
344         Patch by: Jens Granseuer <jensgr at gmx dot net>
345
346         * tests/examples/equalizer/demo.c: (main):
347         C89 fix, moving variable declarations to the beginning of
348         the block. Fixes bug #517933.
349
350 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
351
352         * configure.ac:
353         Back to development...
354
355 === release 0.10.7 ===
356
357 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
358
359         * configure.ac:
360           releasing 0.10.7, "Red Door Black"
361
362 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
363
364         * gst/alpha/Makefile.am:
365         Link alpha plugin with libgstbase. Fixes bug #517386.
366
367 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
368
369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
370         Init values to -1 instead of the default 0 value.
371         Fixes #516524.
372
373 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
374
375         * tests/examples/spectrum/spectrum-example.c:
376         Add missing include to fix compilation when libxml usage is disabled.
377         Fixes: #516371
378
379 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
380
381         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
382         fixes: #514889
383
384         * gst/rtp/gstrtph264pay.c:
385         * gst/rtp/gstrtpmp4gdepay.c:
386         * gst/rtp/gstrtpmp4gpay.c:
387         * gst/rtp/gstrtpmp4gpay.h:
388         * gst/rtp/gstrtptheorapay.c:
389         * gst/rtp/gstrtpvorbispay.c:
390
391         Fix various leaks shown up in valgrind
392         - free sprops and buffer in error cases in H264 payloader
393         - fix leak in mp4g depayloader when construction the caps
394         - don't leak config string in the mp4g payloader
395         - don't leak buffers and headers in theora and vorbis payloaders
396
397         * tests/check/elements/rtp-payloading.c:
398
399         Fix the RTP data test
400         - Actually send valid amr data to the payloader instead of 20
401         zero-bytes
402         - The mp4g payloader expects codec_data on the caps
403
404 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
405
406         * win32/MANIFEST:
407         Add libgstpng.dsp to MANIFEST.
408         * win32/vs6/libgstaudiofx.dsp:
409         Add new source files to VS project file.
410
411 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
412
413         * sys/ximage/gstximagesrc.c:
414         Initialise variables when opening the X display rather
415         than in _start(), as the display can be opened before that.
416
417         Fixes: #515985
418
419 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
420
421         * sys/directdraw/gstdirectdrawsink.c:
422         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
423         (gst_directdraw_sink_finalize):
424         Properly chain up finalize functions. Fixes bug #515980.
425
426 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
427
428         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
429         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
430         (gst_v4l2_buffer_pool_class_init):
431         Chain up the finalize functions. Fixes bug #515984.
432
433 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
434
435         * sys/ximage/ximageutil.c:
436         Chain up in the finalize function for our custom
437         buffer sub-class.
438         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
439         Fixes: #515706
440
441 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
442
443         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
444         (gst_fenced_buffer_class_init):
445         Properly chain up finalize method. Fixes bug #515979.
446
447 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
448
449         * sys/ximage/gstximagesrc.c:
450         Free allocated Damage memory before closing our connection to the
451         X server. Partially fixes: #515706
452
453 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
454
455         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
456         * tests/check/Makefile.am:
457         * tests/check/gst-plugins-good.supp:
458         Add a few libjpeg suppressions and initialize a variable to
459         make smokeenc valgrind clean. Fixes bug #515701.
460
461 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
462
463         * gst/avi/gstavidemux.c:
464         Revert patch which sends timestamps only on keyframes, as it
465         breaks playback with current gst-ffmpeg.
466
467         Fixes: #515562
468
469 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
470
471         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
472         * tests/check/elements/multifile.c: (GST_START_TEST):
473         Close some memory leaks spotted by the unit test. Fixes bug #515697.
474
475 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
476
477         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
478         Use and unset the GError when pipeline creation fails instead of
479         simply leaking it. Fixes bug #515704.
480
481 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
482
483         * gst/audiofx/audioamplify.c:
484         * gst/audiofx/audiochebband.c:
485         * gst/audiofx/audiocheblimit.c:
486         * gst/audiofx/audiodynamic.c:
487         * gst/audiofx/audioinvert.c:
488         * gst/audiofx/audiopanorama.c:
489         * gst/audiofx/audiowsincband.c:
490         * gst/audiofx/audiowsinclimit.c:
491         Fix long description of audiofx elements. Fixes bug #515457.
492
493 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
494
495         * docs/plugins/Makefile.am:
496         * gst/spectrum/gstspectrum.c:
497         * tests/examples/spectrum/.cvsignore:
498         * tests/examples/spectrum/Makefile.am:
499         * tests/examples/spectrum/spectrum-example.c:
500
501         Add a simple example application for the spectrum element, include it
502         in the docs, and fix some documentation ambiguities.
503
504         Fixes: #348085
505
506 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
507
508         * gst/equalizer/Makefile.am:
509         * gst/spectrum/Makefile.am:
510         Fix includes order
511
512         * tests/check/Makefile.am:
513         Exclude v4l2src from the states test - it takes too long to start.
514
515         * tests/check/elements/spectrum.c:
516         Make the test run properly with CK_FORK=no
517
518 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
519
520         * gst/audiofix/Makefile.am: add missing header files 
521
522 2008-02-08  Julien Moutte  <julien@fluendo.com>
523
524         * gst/matroska/matroska-demux.c:
525         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
526         keyframe and delta units correctly when dealign with a BlockGroup.
527         Fixes: #514397
528
529 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
530
531         * tests/check/elements/.cvsignore:
532         Spell the new tests correctly in .cvsignore
533
534 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
535
536         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
537           Need to use gsize here for the size, fixes compiler warning.
538
539         * tests/examples/equalizer/.cvsignore:
540         * tests/examples/equalizer/Makefile.am:
541         * tests/examples/spectrum/.cvsignore:
542         * tests/examples/spectrum/Makefile.am:
543           Add missing files to fix the build.
544
545 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
546
547         * configure.ac:
548         * docs/plugins/Makefile.am:
549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
551         * docs/plugins/gst-plugins-good-plugins.args:
552         * docs/plugins/gst-plugins-good-plugins.hierarchy:
553         * docs/plugins/inspect/plugin-multifile.xml:
554         * tests/check/Makefile.am:
555         * tests/check/elements/.cvsignore:
556
557         Move multifile plugin from -bad.
558         Fixes: #490283
559
560 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
561
562         * configure.ac:
563         * docs/plugins/Makefile.am:
564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
566         * docs/plugins/gst-plugins-good-plugins.args:
567         * docs/plugins/gst-plugins-good-plugins.hierarchy:
568         * docs/plugins/inspect/plugin-spectrum.xml:
569         * gst/spectrum/Makefile.am:
570         * tests/check/Makefile.am:
571         * tests/check/elements/.cvsignore:
572         * tests/examples/Makefile.am:
573
574         Move spectrum plugin from -bad.
575         Move examples into tests/examples/spectrum.
576
577 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
578
579         * configure.ac:
580         * docs/plugins/Makefile.am:
581         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
583         * docs/plugins/gst-plugins-good-plugins.args:
584         * docs/plugins/gst-plugins-good-plugins.hierarchy:
585         * docs/plugins/gst-plugins-good-plugins.interfaces:
586         * docs/plugins/inspect/plugin-equalizer.xml:
587         * gst/equalizer/Makefile.am:
588         * tests/check/Makefile.am:
589         * tests/examples/Makefile.am:
590         Move the equalizer plugin across from -bad
591
592         * tests/check/elements/.cvsignore:
593         Add equalizer, audiosincwband and audiosincwlimit
594
595         * tests/check/elements/equalizer.c:
596         Fix compiler warnings
597
598         Fixes: #415627
599
600 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
601
602         * configure.ac:
603         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
604         are treated like releases and build without it.
605
606 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
607
608         * docs/plugins/Makefile.am:
609         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
611         * docs/plugins/gst-plugins-good-plugins.args:
612         * docs/plugins/inspect/plugin-audiofx.xml:
613         * gst/audiofx/Makefile.am:
614         * gst/audiofx/audiofx.c:
615         * gst/audiofx/audiowsincband.c:
616         * gst/audiofx/audiowsincband.h:
617         * gst/audiofx/audiowsinclimit.c:
618         * gst/audiofx/audiowsinclimit.h:
619         * tests/check/Makefile.am:
620         * tests/check/elements/audiowsincband.c:
621         * tests/check/elements/audiowsinclimit.c:
622
623         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
624         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
625         respectively.
626
627         Fixes: #467666
628
629 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
630
631         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
632         * tests/check/elements/icydemux.c:
633           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
634           caps, and add a somewhat useful debug message. Plus test.
635
636 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
637
638         * gst/rtsp/gstrtspsrc.c:
639         Include unistd.h only if HAVE_UNISTD_H is defined
640         * win32/common/config.h.in:
641         * win32/common/config.h:
642         Define socklen_t as it seems it's not defined in default 
643         Visual Studio headers.
644         * win32/vs6/libgstalpha.dsp:
645         * win32/vs6/libgstapetag.dsp:
646         * win32/vs6/libgstavi.dsp:
647         * win32/vs6/libgstrtp.dsp:
648         * win32/vs6/libgstrtsp.dsp:
649         * win32/vs6/libgstvideomixer.dsp:
650         Update project file dependencies and add new source files       
651
652 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
653
654         Patch by: Bjarne Rosengren <bjarne at axis dot com>
655
656         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
657         Don't leak buffers when we don't push them downstream.
658         Fixes bug #514965.
659
660 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
661
662         * configure.ac:
663           Bump requirements to (good) released versions to avoid
664           confusion and make implicit core requirement explicit.
665
666 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
667
668         * docs/plugins/Makefile.am:
669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
670         * docs/plugins/gst-plugins-good-plugins-sections.txt:
671         * docs/plugins/gst-plugins-good-plugins.args:
672         * docs/plugins/inspect/plugin-audiofx.xml:
673         * gst/audiofx/Makefile.am:
674         * gst/audiofx/audiochebband.c:
675         * gst/audiofx/audiochebband.h:
676         * gst/audiofx/audiocheblimit.c:
677         * gst/audiofx/audiocheblimit.h:
678         * gst/audiofx/audiochebyshevfreqband.c:
679         * gst/audiofx/audiochebyshevfreqband.h:
680         * gst/audiofx/audiochebyshevfreqlimit.c:
681         * gst/audiofx/audiochebyshevfreqlimit.h:
682         * gst/audiofx/audiofx.c:
683         * tests/check/Makefile.am:
684         * tests/check/elements/.cvsignore:
685         * tests/check/elements/audiochebband.c:
686         * tests/check/elements/audiocheblimit.c:
687         * tests/check/elements/audiochebyshevfreqband.c:
688         * tests/check/elements/audiochebyshevfreqlimit.c:
689
690         Rename audiochebyshevfreqband -> audiochebband and
691         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
692         surgery.
693
694         Closes: #491811
695
696 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         Patch by: Orjan Friberg <orjanf at axis dot com>
699
700         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
701         Fix caps memory leak. Fixes #514573.
702
703 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
704
705         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
706         If there's no entries in the subindex, don't try to do anything stupid,
707         just return.
708
709 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
710
711         Patch by: John Millikin <jmillikin at gmail dot com>
712
713         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
714           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
715           Fix extraction of picture blocks with newer libflac versions again:
716           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
717
718 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
719
720         * tests/check/Makefile.am:
721           Add rtp-payloading test to VALGRIND_TO_FIX.
722
723         * tests/check/elements/rtp-payloading.c:
724           Add semicolons after GST_TEST_END so gst-indent gets the
725           formatting right; make test less verbose in general, but
726           more verbose in the error case (which should probably
727           make the test fail anyway).
728
729 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
730
731         * docs/plugins/Makefile.am:
732         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
733         * docs/plugins/gst-plugins-good-plugins-sections.txt:
734         * gst/avi/gstavisubtitle.c:
735         Add documentation for avisubtitle and change class to
736         Codec/Parser/Subtitle
737
738 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
739
740         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
741         Treat ENOTTY (driver does not implement ioctl) the same as
742         EINVAL since it implies there are no available standards.
743
744         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
745         (gst_v4l2src_get_nearest_size):
746         Replace gst_v4l2src_get_size_limits with 2 calls to new function
747         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
748         probe if the driver does not support VIDIOC_TRY_FMT for whatever
749         reason, and if we aren't yet actively capturing.
750
751         * sys/v4l2/v4l2src_calls.h:
752         Remove replaced function declaration.
753
754 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
755
756         * configure.ac:
757         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
758         API.
759
760 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
761
762         * configure.ac:
763         Fix typo.
764
765 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
766
767         * gst/alpha/Makefile.am:
768         * gst/alpha/gstalpha.c:
769
770         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
771         some stuff, and making buffer-alloc and resizing work automatically.
772         No longer crashes on odd frame widths and heights, although there
773         seems to be a disagreement with ffmpegcolorspace about what size
774         an AYUV frame with odd height should be.
775
776 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
777
778         Patch by: Alessandro Decina <alessandro at nnva dot org>
779
780         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
781         * ext/libpng/gstpngenc.h:
782         Preallocate the output buffer so that g_memdup() and
783         gst_buffer_merge() aren't needed anymore. This greatly improves
784         performances and fixes #512544.
785
786 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
787
788         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
789         (gst_avi_demux_stream_data):
790         GStreamer timestamps are PTS values while AVI only knows about DTS
791         timestamps. Make sure we only copy the DTS as the buffer timestamp when
792         we are dealing with a key frame.
793
794 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
795
796         * tests/check/Makefile.am:
797         * tests/check/elements/.cvsignore:
798         * tests/check/elements/rtp-payloading.c:
799           Add add testsuite for the rtp-payloader that tries simulating
800           dataflow. Needs more test data.
801
802 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
803
804         * tests/check/elements/alphacolor.c:
805           Remove two unused variables.
806
807 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
808
809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
810           Use g_ascii_strtoll() instead of atoll, which is only
811           available in C99.
812
813 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
814
815         * gst/rtp/Makefile.am:
816         * gst/rtp/gstrtp.c:
817         * gst/rtp/gstrtpmpvpay.c:
818         * gst/rtp/gstrtpmpvpay.h:
819         Add MPEG2 video payloader
820
821 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
822
823         * gst/level/gstlevel.c:
824         Use #include <math.h> instead of #include "math.h".
825
826 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
827
828         * tests/check/Makefile.am:
829         Fix up some CFLAGS sets.
830         Don't include gconfvideosrc in the states test.
831
832         * tests/check/elements/autodetect.c: (GST_START_TEST):
833         Add some error strings to fail_unless arguments to fix some weird
834         compiler errors on Solaris.
835
836 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
837
838         * configure.ac:
839         Detect video4linux headers on Solaris too.
840         * sys/v4l2/gstv4l2colorbalance.h:
841         * sys/v4l2/gstv4l2object.h:
842         * sys/v4l2/v4l2_calls.c:
843         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
844         (gst_v4l2_buffer_new):
845
846         Make v4l2 build on Solaris.
847         Patch by: Brian Cameron  <brian.cameron at sun dot com>
848         Fixes: #510505
849
850 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
851
852         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
853           Update list from (still local) scanning script.
854
855 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
856
857         Based on a patch by:
858             Victor STINNER <victor dot stinner at haypocalc dot com>
859
860         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
861         Set variable to NULL after freeing it to prevent double frees
862         or make failures by another use of it afterwards more obvious
863         and fix use of it after the freeing. Fixes bug #510592.
864
865 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
866
867         * gst/udp/gstmultiudpsink.c:
868         use GST_WARNING for logging
869
870 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
871
872         * gst/udp/gstmultiudpsink.c:
873         Don't try to leave a multicast group with an invalid socket
874
875 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
876
877         * ext/flac/gstflacdec.c:
878           Fix compilation against flac 1.1.2 (as on debian stable), where
879           the picture metadata defines and structs don't exist yet.
880           Fixes #509301.
881
882 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
883
884         Patch by: Olivier Crete <tester at tester dot ca>
885
886         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
887         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
888         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
889         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
890         * gst/udp/gstmultiudpsink.h:
891         Add property to automatically join a multicast group or not. This can be
892         useful when sharing a socket between multiple elements.
893         Fixes #509531.
894
895 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
896
897         * gst/videomixer/Makefile.am:
898           Add controller flags.
899
900 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
901
902         * gst/videomixer/videomixer.c:
903           Also commit the missing gst_object_sync_values().
904
905 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
906
907         * docs/plugins/Makefile.am:
908           Remove duplicate entry.
909
910 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
911
912         * docs/plugins/Makefile.am:
913         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
914         * docs/plugins/gst-plugins-good-plugins-sections.txt:
915         * docs/plugins/inspect/plugin-gamma.xml:
916         * docs/plugins/inspect/plugin-monoscope.xml:
917         * docs/plugins/inspect/plugin-video4linux2.xml:
918           Add 3 more plugins to docs.
919
920 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
921
922         * docs/plugins/gst-plugins-good-plugins-sections.txt:
923         * sys/osxvideo/osxvideosink.h:
924           Revert previous change caused by a file that got stuck on an old
925           revision.
926
927 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
928
929         * docs/plugins/gst-plugins-good-plugins-sections.txt:
930         * gst/multipart/Makefile.am:
931         * gst/multipart/multipartdemux.c:
932         * gst/multipart/multipartdemux.h:
933         * gst/multipart/multipartmux.c:
934         * gst/multipart/multipartmux.h:
935           Re-add multipartdemux to the docs. Last round of section cleanup.
936
937 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
938
939         * docs/plugins/Makefile.am:
940         * docs/plugins/gst-plugins-good-plugins-sections.txt:
941         * sys/osxaudio/gstosxaudiosink.h:
942         * sys/osxvideo/osxvideosink.h:
943           Managed to resolve most unused declarations. Filed a bug for one left.          
944
945 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
946
947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
948           Cleanup section file.
949
950 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
951
952         * docs/plugins/Makefile.am:
953         * docs/plugins/gst-plugins-good-plugins.args:
954         * docs/plugins/gst-plugins-good-plugins.signals:
955         * docs/plugins/inspect/plugin-alaw.xml:
956         * docs/plugins/inspect/plugin-alpha.xml:
957         * docs/plugins/inspect/plugin-alphacolor.xml:
958         * docs/plugins/inspect/plugin-annodex.xml:
959         * docs/plugins/inspect/plugin-apetag.xml:
960         * docs/plugins/inspect/plugin-audiofx.xml:
961         * docs/plugins/inspect/plugin-auparse.xml:
962         * docs/plugins/inspect/plugin-autodetect.xml:
963         * docs/plugins/inspect/plugin-avi.xml:
964         * docs/plugins/inspect/plugin-cairo.xml:
965         * docs/plugins/inspect/plugin-cdio.xml:
966         * docs/plugins/inspect/plugin-cutter.xml:
967         * docs/plugins/inspect/plugin-debug.xml:
968         * docs/plugins/inspect/plugin-dv.xml:
969         * docs/plugins/inspect/plugin-efence.xml:
970         * docs/plugins/inspect/plugin-effectv.xml:
971         * docs/plugins/inspect/plugin-flac.xml:
972         * docs/plugins/inspect/plugin-flxdec.xml:
973         * docs/plugins/inspect/plugin-gconfelements.xml:
974         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
975         * docs/plugins/inspect/plugin-goom.xml:
976         * docs/plugins/inspect/plugin-halelements.xml:
977         * docs/plugins/inspect/plugin-icydemux.xml:
978         * docs/plugins/inspect/plugin-id3demux.xml:
979         * docs/plugins/inspect/plugin-jpeg.xml:
980         * docs/plugins/inspect/plugin-ladspa.xml:
981         * docs/plugins/inspect/plugin-level.xml:
982         * docs/plugins/inspect/plugin-matroska.xml:
983         * docs/plugins/inspect/plugin-mulaw.xml:
984         * docs/plugins/inspect/plugin-multipart.xml:
985         * docs/plugins/inspect/plugin-navigationtest.xml:
986         * docs/plugins/inspect/plugin-png.xml:
987         * docs/plugins/inspect/plugin-quicktime.xml:
988         * docs/plugins/inspect/plugin-rtp.xml:
989         * docs/plugins/inspect/plugin-rtsp.xml:
990         * docs/plugins/inspect/plugin-shout2send.xml:
991         * docs/plugins/inspect/plugin-smpte.xml:
992         * docs/plugins/inspect/plugin-speex.xml:
993         * docs/plugins/inspect/plugin-taglib.xml:
994         * docs/plugins/inspect/plugin-udp.xml:
995         * docs/plugins/inspect/plugin-videobalance.xml:
996         * docs/plugins/inspect/plugin-videobox.xml:
997         * docs/plugins/inspect/plugin-videocrop.xml:
998         * docs/plugins/inspect/plugin-videoflip.xml:
999         * docs/plugins/inspect/plugin-videomixer.xml:
1000         * docs/plugins/inspect/plugin-wavenc.xml:
1001         * docs/plugins/inspect/plugin-wavpack.xml:
1002         * docs/plugins/inspect/plugin-wavparse.xml:
1003           Update plugin docs.
1004
1005         * gst/videomixer/Makefile.am:
1006         * gst/videomixer/videomixer.c:
1007         * gst/videomixer/videomixer.h:
1008         * gst/videomixer/videomixerpad.h:
1009           Split out header to fix warnings from the doc-build.
1010
1011 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1012
1013         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1014
1015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1016         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1017
1018 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1019
1020         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1022           Initialise variables to work around (false) 'foo might be used
1023           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1024
1025 2008-01-11  David Schleef  <ds@schleef.org>
1026
1027         * docs/plugins/.cvsignore:
1028         * tests/check/pipelines/.cvsignore:
1029           Ignore more files for the buildbot.
1030
1031 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1032
1033         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1034         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1035         Generate the image-type values correctly. Leave them out of the caps
1036         when outputting a "preview image" tag, since it only makes sense
1037         to have one of those - the type is irrelevant.
1038
1039         * sys/sunaudio/gstsunaudiomixerctrl.c:
1040         (gst_sunaudiomixer_ctrl_open):
1041         If we can, mark the mixer multiple open when we use it, in case
1042         (for some reason) the process wants to open it again elsewhere.
1043
1044 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1045
1046         Patch by: Olivier Crete <tester at tester dot ca>
1047
1048         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1049         * gst/rtp/gstrtptheorapay.c:
1050         Fix the clock rate to 90000 as required by the RFC.
1051         Fixes #508644.
1052
1053 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1054
1055         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1056           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1057
1058 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1059
1060         * autogen.sh:
1061           Add -Wno-portability to the automake parameters to stop warnings
1062           about GNU make extensions being used. We require GNU make in almost
1063           every Makefile anyway.
1064           
1065         * configure.ac:
1066           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1067           at the same time is required for per target flags.
1068
1069 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1070
1071         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1072         Fix error from my last commit.
1073
1074 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1075
1076         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1077
1078         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1079           Make sure the ISO 639-X language code in ID3v2 COMM frames
1080           is actually valid UTF-8 (or rather: ASCII), so we don't end
1081           up with non-UTF8 strings in tags if there's garbage in the
1082           language field. Also make sure the language code is always
1083           lower case. Fixes: #508291.
1084
1085 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1086
1087         * ChangeLog:
1088           Fix ChangeLog typo.
1089
1090 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1091
1092         * Makefile.am:
1093           Include lcov.mak to allow building coverage reports. Guard
1094           check-torture target like in the other packages.
1095
1096 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1097
1098         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1099
1100         * gst/videomixer/videomixer.c:
1101         (gst_videomixer_set_master_geometry), (_do_init),
1102         (gst_videomixer_child_proxy_get_child_by_index),
1103         (gst_videomixer_child_proxy_get_children_count),
1104         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1105         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1106         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1107         Implement GstChildProxy interface.
1108         Send newsegment at the right moment
1109         Fixes #488879
1110
1111 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1112
1113         * gst/alpha/Makefile.am:
1114         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1115         (gst_alpha_sink_event), (gst_alpha_chain),
1116         (gst_alpha_change_state), (plugin_init):
1117         Make the various properties of 'alpha' controllable. This allows doing
1118         niceties like fade-in/fade-out.
1119
1120 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1121
1122         * gst/rtp/gstasteriskh263.c:
1123         * gst/rtp/gstrtpL16depay.c:
1124         * gst/rtp/gstrtpac3depay.c:
1125         * gst/rtp/gstrtpamrpay.c:
1126         * gst/rtp/gstrtpdepay.c:
1127         * gst/rtp/gstrtpgsmdepay.c:
1128         * gst/rtp/gstrtph263depay.c:
1129         * gst/rtp/gstrtph263pdepay.c:
1130         * gst/rtp/gstrtph263ppay.c:
1131         * gst/rtp/gstrtph264depay.c:
1132         * gst/rtp/gstrtph264pay.c:
1133         * gst/rtp/gstrtpmp2tdepay.c:
1134         * gst/rtp/gstrtpmp4adepay.c:
1135         * gst/rtp/gstrtpmp4gdepay.c:
1136         * gst/rtp/gstrtpmp4gpay.c:
1137         * gst/rtp/gstrtpmp4vdepay.c:
1138         * gst/rtp/gstrtpmpadepay.c:
1139         * gst/rtp/gstrtpmpvdepay.c:
1140         * gst/rtp/gstrtpsv3vdepay.c:
1141         * gst/rtp/gstrtptheoradepay.c:
1142         * gst/rtp/gstrtptheorapay.c:
1143         * gst/rtp/gstrtpvorbisdepay.c:
1144         * gst/rtp/gstrtpvorbispay.c:
1145           Remove copy/paste unused code (property setters and getter) found by
1146           the coverage suite (yay, saves ~20k on disk).
1147
1148 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1151           (videosink_templ):
1152           Also fix up pad templates to indicate that image/jpeg doesn't
1153           absolutely require the framerate property to be set (#504081).
1154
1155 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1156
1157         Based on patch by: Wouter Cloetens  <wouter at mind be>
1158
1159         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1160           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1161           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1162         * gst/matroska/matroska-mux.h:
1163           Keep track of first and last timestamps for each incoming stream,
1164           so we can calculate the total duration for live sources and other
1165           input where we can't query the duration from the start or where
1166           there's no constant framerate from which we can deduce the
1167           duration; also use calculated/observed duration if it is bigger
1168           than the previously queried duration. Furthermore, use
1169           gst_pad_query_peer_duration() and take into account that it may
1170           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1171           screws up comparisons when using unsigned integers. Fixes #504081.
1172
1173 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1174
1175         * configure.ac:
1176         * gst/audiofx/audioamplify.c:
1177         (gst_audio_amplify_clipping_method_get_type),
1178         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1179         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1180         (gst_audio_dynamic_transform_ip):
1181         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1182         (gst_audio_invert_transform_ip):
1183         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1184         (gst_audio_panorama_transform):
1185         * gst/level/gstlevel.c: (gst_level_init):
1186         Make elements GST_BUFFER_FLAG_GAP aware and call
1187         gst_base_transform_set_gap_aware for this.
1188         Bump core requirement to CVS.
1189         
1190         * gst/audiofx/audiochebyshevfreqband.c:
1191         (gst_audio_chebyshev_freq_band_transform_ip):
1192         * gst/audiofx/audiochebyshevfreqlimit.c:
1193         (gst_audio_chebyshev_freq_limit_transform_ip):
1194         Also sync GObject properties to the controller if operating
1195         in passthrough mode.
1196
1197 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1198
1199         * sys/directdraw/gstdirectdrawsink.c:
1200           (gst_directdraw_sink_window_thread):
1201           FALSE is not a gpointer.
1202
1203 2008-01-05  Julien Moutte  <julien@fluendo.com>
1204
1205         * sys/directdraw/gstdirectdrawsink.c:
1206         (gst_directdraw_sink_set_window_id),
1207         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1208         (gst_directdraw_sink_buffer_alloc),
1209         (gst_directdraw_sink_draw_borders),
1210         (gst_directdraw_sink_show_frame),
1211         (gst_directdraw_sink_setup_ddraw),
1212         (gst_directdraw_sink_window_thread),
1213         (gst_directdraw_sink_get_ddrawcaps),
1214         (gst_directdraw_sink_surface_create): Make sure we create our
1215         internal window only when we need it. That will give a chance to
1216         the application to get the prepare-xwindow-id bus message. Draw
1217         black borders when keeping aspect ratio. Handle the case where our
1218         rendering window disappears (closed or errors) like other sinks
1219         do. Various 80 columns fixes, improve state change order. That
1220         element could need some more love.
1221
1222 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1223
1224         * ext/taglib/gstapev2mux.h:
1225         * ext/taglib/gstid3v2mux.h:
1226         Remove useless typedefs without new type name. Fixes a warning with
1227         gcc 4.3.
1228
1229 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1230
1231         Patch by: John Millikin <jmillikin at gmail dot com>
1232
1233         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1234         (gst_flac_dec_setup_stream_decoder),
1235         (gst_flac_normalize_picture_mime_type),
1236         (gst_flac_extract_picture_buffer),
1237         (gst_flac_dec_metadata_callback):
1238         Emit metadata messages when a PICTURE block is encountered.
1239         Fixes #506715.
1240
1241 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1242
1243         * gst/avi/gstavi.c:
1244         increase rank because no known issues anymore ...
1245         * gst/avi/gstavisubtitle.c:
1246         send subtitle name to the srcpad
1247
1248 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1249
1250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1251         * gst/rtsp/gstrtspsrc.h:
1252         Implement redirect for the DESCRIBE reply. Fixes #506025.
1253
1254 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1255
1256         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1257         Fix 'xyz may be used uninitialized' compiler warnings caused
1258         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1259         abort() in any case but properly report the error.
1260
1261 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1262
1263         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1264         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1265         * sys/ximage/gstximagesrc.c: (composite_pixel):
1266           Fix 'xyz may be used uninitialized' compiler warnings caused
1267           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1268           not really nice to abort in any case). Fixes #505745.
1269
1270 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1273           Small unit test fix (has no practical impact at the moment,
1274           since we're only feeding utf8 and hence just create a sub-
1275           buffer for the output).
1276
1277 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1278
1279         * gst/avi/gstavisubtitle.c:
1280         * tests/check/elements/avisubtitle.c:
1281         Add seeking support for avi subtitle
1282
1283 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1284
1285         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1286         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1287         (gst_flac_dec_write):
1288         * ext/flac/gstflacdec.h:
1289         Remove some unused vars.
1290         Do more cleanup of leftover events and tags.
1291         Output tags after the segment event. Fixes #504018.
1292
1293 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1294
1295         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1296           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1297           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1298           Detect other UTF byte order markers and convert to UTF-8 as
1299           appropriate.
1300
1301 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1302
1303         * gst/avi/gstavisubtitle.c: (src_template),
1304           (gst_avi_subtitle_extract_utf8_file),
1305           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1306           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1307           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1308         * gst/avi/gstavisubtitle.h:
1309           Refactor a bit; fix name extraction; don't assume all the data
1310           in the chunk is actually subtitle data, there may be padding at
1311           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1312           file so it's there to send again after a seek (for future use).
1313
1314 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1315
1316         * gst/avi/Makefile.am:
1317         * gst/avi/gstavi.c:
1318         * gst/avi/gstavisubtitle.c:
1319         * gst/avi/gstavisubtitle.h:
1320         * tests/check/Makefile.am:
1321         * tests/check/elements/avisubtitle.c:
1322         * win32/common/config.h:
1323                 Add avi subtitle element for bug #442034. Need seeking support
1324                 and more support for character conversion.
1325
1326 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1327
1328         * Makefile.am:
1329           Include common/win32.mak for CRLF check of win32 project
1330           files (see #393626).
1331
1332         * win32/vs6/libgstpng.dsp:
1333           Fix line endings and do cvs admin -kb.
1334
1335 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1336
1337         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1338         Actually drop the buffers which are outside the currently configured
1339         segment instead of just emitting a WARNING.
1340
1341 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1342
1343         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1344         (gst_flac_dec_write):
1345         * ext/flac/gstflacdec.h:
1346         Send segments from the streaming thread. Fixes #502187.
1347         Fix segment seeking and a bunch of other seeking cases.
1348
1349 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1350
1351         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1352           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1353           which is where it would end up if the same information was
1354           put in a vorbis comment (don't think it's worth adding a
1355           new URI tag for this). Fixes #488112.
1356
1357 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1358
1359         * configure.ac:
1360           We need core/base 0.10.15 or later.
1361
1362 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1363
1364         Patch by: Mark Nauwelaerts <manauw skynet be>
1365
1366         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1367         Fix regression in stream numbering. Fixes #502655.
1368
1369 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1370
1371         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1372
1373         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1374         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1375         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1376         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1377         (gst_rtp_h264_pay_handle_buffer):
1378         * gst/rtp/gstrtph264pay.h:
1379         Use higher performance start-code searching.
1380         Parse NALs and store SPS, PPS and profile in the caps so that they can
1381         be used in the SDP. Fixes #502814.
1382
1383 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1386         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1387           Init some structs to zero before we pass them to ioctl, which
1388           avoids valgrind warnings.  Also fix a small memory leak.
1389
1390 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1391
1392         Patch by: Wouter Cloetens <wouter at mind dot be>
1393
1394         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1395         Copy timestamp from input to output. Not very perfect yet but better
1396         than nothing. Fixes #503023.
1397
1398 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1399
1400         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1401           Also print a useful error message with the old Wavpack API
1402           if possible.
1403
1404 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1405
1406         * ext/wavpack/gstwavpackdec.c:
1407           More build fixes for old libwavpack versions: include config.h so
1408           that WAVPACK_OLD_API is actually defined as detected; only use
1409           WavpackGetErrorMessage if it is available. This fixes the build
1410           on debian stable for me.
1411
1412 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1413
1414         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1415         * ext/wavpack/gstwavpackparse.c:
1416           (gst_wavpack_parse_create_src_pad):
1417           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1418           versions below 4.40.0.
1419
1420 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1421
1422         * configure.ac:
1423           And now do it right for real...
1424
1425 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1426
1427         * configure.ac:
1428           Correctly reset $LIBS to not contain -lm.
1429
1430 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1431
1432         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1433
1434         * configure.ac:
1435         * ext/cairo/gsttimeoverlay.c:
1436           (gst_cairo_time_overlay_print_smpte_time):
1437           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1438           and checking for rint() and implementing it ourself if it doesn't
1439           exist. Fixes #497293.
1440
1441 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1442
1443         * configure.ac:
1444           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1445
1446 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1447
1448         * sys/oss/gstosshelper.c:
1449         Verify that the format returned after the ioctl is the one
1450         we requested. It is valid for the ioctl to succeed while
1451         substituting an alternate 'supported' sample format.
1452
1453 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1454
1455         * sys/oss/gstossaudio.c: (plugin_init):
1456         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1457         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1458           Post decent (and translated) error message when we can't
1459           open the audio device for some reason.
1460
1461 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1462
1463         * sys/oss/gstosssink.c:
1464         * sys/oss/gstosssrc.c:
1465         Allow the AUDIODEV environment variable to redirect us
1466         to a different default OSS device, like sunaudiosink does
1467         on Solaris (makes audio play automatically on SunRays).
1468
1469 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1470
1471         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1472         * gst/audiofx/audiochebyshevfreqband.c:
1473         (gst_audio_chebyshev_freq_band_transform_ip):
1474         * gst/audiofx/audiochebyshevfreqlimit.c:
1475         (gst_audio_chebyshev_freq_limit_transform_ip):
1476         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1477         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1478         The transform_ip() methods should do nothing if in passthrough mode.
1479         It might get non-writable buffers in that case but the buffer might
1480         as well be writable.
1481
1482         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1483         The transform() methods won't be called in passthrough mode and
1484         otherwise the buffer is always writable so don't check here.
1485
1486 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1487
1488         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1489           Fix seeking in .wav files again (#501775).  Some people seem to think
1490           they don't need to test their changes when they're just 'reflowing'
1491           some code.
1492
1493 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1494
1495         * gst/autodetect/gstautovideosink.c:
1496         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1497         (gst_auto_video_sink_init),
1498         (gst_auto_video_sink_create_element_with_pretty_name),
1499         (gst_auto_video_sink_find_best),
1500         (gst_auto_video_sink_set_property),
1501         (gst_auto_video_sink_get_property):
1502         * gst/autodetect/gstautovideosink.h:
1503         Fix docs.
1504         Use same error reporting code as autoaudiosink.
1505         Add property to filter sinks based on caps. Only select raw video sinks
1506         by default for backwards compat.
1507         API: GstAutoVideoSink::filter-caps
1508
1509 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1510
1511         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1512
1513         * gst/autodetect/gstautoaudiosink.c:
1514         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1515         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1516         (gst_auto_audio_sink_set_property),
1517         (gst_auto_audio_sink_get_property):
1518         * gst/autodetect/gstautoaudiosink.h:
1519         Add property to filter sinks based on caps. Only select raw audio sinks
1520         by default for backwards compat.  Fixes #417420.
1521         API: GstAutoAudioSink::filter-caps
1522
1523 2007-11-29  Michael Smith <msmith@fluendo.com>
1524
1525         Patch by: Arek Korbik <arkadini@gmail.com>
1526
1527         * gst/videobox/gstvideobox.c: (plugin_init):
1528           Initialise liboil in plugin_init()
1529
1530 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1531
1532         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1533         Post error before sending EOS. Fixes #499178.
1534
1535 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1536
1537         * win32/vs6/gst_plugins_good.dsw:
1538         * win32/vs6/libgstpng.dsp:
1539         Add a project file for libgstpng
1540
1541 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1542
1543         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1544         (gst_rtp_h263_depay_process):
1545         Code beautification.
1546         Added debug statements.
1547         Don't bit-shift everything, just do operations on last/first byte
1548         instead.
1549
1550 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1551
1552         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1553
1554         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1555         Fix wrong comparison in overrun check. Fixes #499239 some more.
1556
1557 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1558
1559         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1560         (gst_rtp_h263_depay_process):
1561         * gst/rtp/gstrtph263depay.h:
1562         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1563         stream.
1564
1565 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1566
1567         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1568
1569         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1570         (gst_rtp_mp4a_depay_process):
1571         * gst/rtp/gstrtpmp4adepay.h:
1572         Fix depayloading when multiple frames are inside one RTP packet.
1573         Fixes #499239.
1574
1575 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1576
1577         * gst/level/gstlevel.c:
1578           Add GAP-flag support.
1579
1580 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1581
1582         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1583         Read the I flag for Mode A h263 rtp stream and set the
1584         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1585         Fixes #499383
1586
1587 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1588
1589         * gst/level/gstlevel.c:
1590           Remove some dead code and do cleanups.
1591
1592 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1593
1594         * tests/check/pipelines/simple-launch-lines.c:
1595           Improve the tests by allowing to set a target state.
1596
1597 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1598
1599         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1600         Don't check the caps of the output buffer if they're equal some
1601         other caps. The caps can change in a backward compatible way
1602         and did at this point.
1603
1604 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1605
1606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1607         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1608         (gst_qtdemux_seek_to_previous_keyframe),
1609         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1610         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1611         reverse playback support.
1612
1613 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1614
1615         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1616         Also set the channel layout on the Wavpack caps if we're having
1617         a mono layout. Of course only do it for "audio/x-wavpack".
1618
1619 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1620
1621         * ext/wavpack/gstwavpackcommon.c:
1622         (gst_wavpack_get_default_channel_mask),
1623         (gst_wavpack_set_channel_layout),
1624         (gst_wavpack_get_default_channel_positions),
1625         (gst_wavpack_get_channel_mask_from_positions),
1626         (gst_wavpack_set_channel_mapping):
1627         * ext/wavpack/gstwavpackcommon.h:
1628         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1629         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1630         * ext/wavpack/gstwavpackdec.h:
1631         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1632         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1633         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1634         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1635         (gst_wavpack_enc_rewrite_first_block),
1636         (gst_wavpack_enc_sink_event):
1637         * ext/wavpack/gstwavpackenc.h:
1638         * ext/wavpack/gstwavpackparse.c:
1639         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1640         (gst_wavpack_parse_scan_to_find_sample),
1641         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1642         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1643         * ext/wavpack/gstwavpackparse.h:
1644         Add support for encoding, parsing and decoding multichannel
1645         files with up to 8 channels. This also improves the robustness
1646         of parsing quite a bit.
1647
1648         * ext/wavpack/gstwavpackstreamreader.c:
1649         (gst_wavpack_stream_reader_read_bytes),
1650         (gst_wavpack_stream_reader_get_pos),
1651         (gst_wavpack_stream_reader_set_pos_abs),
1652         (gst_wavpack_stream_reader_set_pos_rel),
1653         (gst_wavpack_stream_reader_push_back_byte),
1654         (gst_wavpack_stream_reader_get_length),
1655         (gst_wavpack_stream_reader_can_seek),
1656         (gst_wavpack_stream_reader_write_bytes):
1657         Improve debugging.
1658
1659 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1660
1661         * ext/libpng/gstpngdec.c:
1662         * ext/libpng/gstpngdec.h:
1663           Don't release the png-memory from within the callback.
1664
1665 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1666
1667         Patch by: René Stadler <mail at renestadler dot de>
1668
1669         * ext/libpng/gstpngenc.c:
1670           Don't leak buffer data memory. Fixes #498395.
1671
1672 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1673
1674         Patch by: René Stadler <mail at renestadler dot de>
1675
1676         * tests/check/pipelines/simple-launch-lines.c:
1677           Tests for #498395.
1678
1679 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1680
1681         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1682         (gst_tag_lib_mux_adjust_event_offsets):
1683         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1684         * sys/osxaudio/Makefile.am:
1685         * sys/osxvideo/cocoawindow.h:
1686         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1687
1688 2007-11-15  David Schleef  <ds@schleef.org>
1689
1690         * ext/cairo/gsttextoverlay.c:
1691           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1692
1693 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1694
1695         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1696
1697         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1698         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1699         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1700         * gst/rtp/gstrtpmp2tpay.h:
1701         Fill the MTU with as many packets as possible. Fixes #491323.
1702
1703 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1704
1705         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1706
1707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1708         Fix some more leaks. Fixes #497007.
1709
1710 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1711
1712         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1713
1714         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1715         (gst_rtspsrc_stream_configure_tcp):
1716         Fix 3 pad leaks. Fixes #496983.
1717
1718 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1719
1720         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1721
1722         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1723         Fix small leak. Fixes #497017.
1724
1725 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1726
1727         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1728         (gst_qtdemux_prepare_current_sample),
1729         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1730         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1731         * gst/qtdemux/qtdemux_fourcc.h:
1732         * gst/qtdemux/qtdemux_types.c:
1733         Add suppport for theora in quicktime according to XiphQT.
1734
1735 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1736
1737         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1738         (gst_v4l2src_init), (gst_v4l2src_set_property),
1739         (gst_v4l2src_get_property):
1740         * sys/v4l2/gstv4l2src.h:
1741         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1742           Always copy buffers by default (handle safer with bugged drivers)
1743           and added a property to make it possible to use mmap effectively (no
1744           copy if possible) when application wants to. Fixes: #480557.
1745
1746 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1747
1748         * gst/id3demux/id3tags.c:
1749         * gst/id3demux/id3tags.h:
1750         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1751           We don't want the same string multiple times in a tag list for the
1752           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1753           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1754
1755 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1756
1757         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1758           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1759           into ID3v2 TXXX frames (fixes #347848).
1760
1761 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1762
1763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1764           Don't leak sdp message contents (fixes #496773).
1765
1766         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1767           Don't leak URI string.
1768
1769 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1770
1771         Patch by: Julien Puydt <julien dot puydt at laposte net>
1772
1773         * ext/raw1394/Makefile.am:
1774         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1775           (gst_1394_property_probe_get_properties),
1776           (gst_1394_property_probe_probe_property),
1777           (gst_1394_property_probe_needs_probe),
1778           (gst_1394_property_probe_get_values),
1779           (gst_1394_property_probe_interface_init),
1780           (gst_1394_type_add_property_probe_interface):
1781         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1782         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1783           (gst_dv1394src_init), (gst_dv1394src_dispose),
1784           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1785           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1786           (gst_dv1394src_update_device_name):
1787         * ext/raw1394/gstdv1394src.h:
1788           Implement GstPropertyProbe interface and add "device-name" property,
1789           so applications can use this to probe for available devices in the
1790           same way they can already with v4lsrc and v4l2src (however horrible
1791           this property probe interface may be). Fixes #358841.
1792
1793 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1794
1795         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1796
1797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1798           (gst_rtspsrc_parse_range):
1799           Don't leak event, don't leak range (fixes #496752).
1800
1801 2007-11-14  Michael Smith <msmith@fluendo.com>
1802
1803         Patch by: Arek Korbik <arkadini@gmail.com>
1804
1805         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1806           Detect RGBA/BGRA correctly on little endian systems.
1807
1808 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1809
1810         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1811           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1812           corresponding ioctl() call fails even though the driver claims to
1813           support this format, just fall back to the pre-2.6.19 kernel
1814           routine that creates caps with suitable height and width ranges
1815           (see #448278).
1816
1817 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1818
1819         Patch by: Mark Nauwelaerts <manauw skynet be>
1820
1821         * gst/matroska/matroska-demux.c:
1822           (gst_matroska_demux_push_dvd_clut_change_event),
1823           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1824           (gst_matroska_demux_subtitle_caps):
1825         * gst/matroska/matroska-ids.h:
1826           Extract palette data for dvd subpicture streams and send it
1827           downstream as custom gstreamer dvd event (fixes #453417).
1828
1829 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1832           Implement minimal parsing of the passed pango font description
1833           string, so passing a font size works the same as with the
1834           pango textoverlay plugin; fixes #455086.
1835           (Maybe we could just use pangocairo here at some point).
1836
1837 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * gst/avi/gstavidemux.c:
1840         * gst/wavparse/gstwavparse.c:
1841           Return the result in _activate_pull(). Don't ref element there.
1842
1843 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1846         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1847         (gst_wavparse_srcpad_event):
1848           Ref the element when we should, but not when we its not needed. Reflow
1849           the event_handling to not leak the event.       
1850
1851 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1852
1853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1854         (qtdemux_parse_samples):
1855         Properly free QTDemuxSamples array.
1856         Protect table write with a sensible check, some files apparently DO contain
1857         stts values starting with 0 :(
1858
1859 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1860
1861         * gst/avi/gstavidemux.c:
1862         * gst/qtdemux/qtdemux.c:
1863           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1864           previous commit messed up.
1865
1866 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1867
1868         * gst/avi/gstavidemux.c:
1869         * gst/qtdemux/qtdemux.c:
1870           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1871           element when we should, but not when we its not needed.
1872
1873 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1874
1875         * gst/wavparse/gstwavparse.c:
1876           Return FALSE if we can't handle a query instead of changing the
1877           format. Ignore fact when dealing with mpeg audio.
1878
1879 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1880
1881         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1882
1883         * configure.ac:
1884         * gst/udp/gstdynudpsink.c:
1885         * gst/udp/gstdynudpsink.h:
1886         * gst/udp/gstmultiudpsink.c:
1887         * gst/udp/gstmultiudpsink.h:
1888         * gst/udp/gstudpsink.c:
1889         * gst/udp/gstudpsink.h:
1890           Fix includes for MSVC and GLib-2.14.0 (#492388).
1891
1892         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1893           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1894
1895 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1896
1897         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1898         (gst_mulawdec_chain):
1899         * gst/law/mulaw-decode.h:
1900         Calculate outgoing buffer duration if incoming buffer didn't have a
1901         valid duration.
1902
1903 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1904
1905         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1906         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1907         Smarter combine_flow code that also deals with downstream elements
1908         returning UNEXPECTED when they receive data out of the segment
1909         boundaries. Fixes #491305.
1910
1911 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1912
1913         * sys/v4l2/v4l2src_calls.c:
1914           Fix 'unused variable' compiler warning when compiling against
1915           older kernel headers.
1916
1917 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1918
1919         * ext/taglib/gstid3v2mux.cc (add_funcs):
1920           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1921
1922 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1923
1924         * tests/check/pipelines/simple-launch-lines.c:
1925            Improve the tests a little more.
1926
1927 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1928
1929         patch by: Yun Zheng Hu
1930
1931         * sys/osxaudio/gstosxaudiosrc.c:
1932         Use default input device instead of default output device and
1933         only memcpy actual available bytes.
1934
1935 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1936
1937         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1938           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1939           early. It is temporary until we find something better.
1940
1941 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1942
1943         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1944
1945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1946         Fix race when pausing a RTSP stream in interleaved.
1947         Fixes #475784.
1948
1949 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1950
1951         Patch by: Peter Kjellerstedt <pkj at axis com>
1952
1953         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1954         Use correct unref function for buffers. #488844.
1955
1956 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1957
1958         * gst/avi/gstavimux.c:
1959         * tests/check/elements/avimux.c:
1960           Add some debug and sync tests with the fix.     
1961
1962 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1963
1964         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1965
1966         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1967         When the socket is used by the app for other purposes, don't generate an
1968         error if there is activaty on the socket that is not data related.
1969         Fixes #487488.
1970
1971 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1972
1973         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1974         (gst_v4l2src_grab_frame):
1975         Add some more debug info. Generate an error when we run out of buffers
1976         for some reason. See #480557.
1977
1978 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1979
1980         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1981
1982         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1983         Set marker bit correctly.
1984
1985 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1986
1987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1988         Use allowed name for the GstStructure.
1989
1990 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
1991
1992         * ext/gconf/gstswitchsink.c:
1993         * gst/autodetect/gstautoaudiosink.c:
1994           Use new gst_bus_pop_filtered().
1995
1996 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1997
1998         * sys/v4l2/gstv4l2src.c:
1999         * sys/v4l2/v4l2src_calls.c:
2000           When probing the formats and sizes a camera supports, make
2001           sure the best ones (highest resolution, prefered format)
2002           end up at the beginning of the probed caps and the less
2003           desirable ones at the end.  This is important because the
2004           order within the caps matters for things like fixation and
2005           negotiation, ie. what format is chosen in the end.
2006           With recent kernels, the current probing code will end up
2007           querying the supported sizes from lowest resolution to
2008           highest resolution, adding them to the probed caps in that
2009           order, resulting to v4l2src fixating to the lowest possible
2010           resolution if downstream does not express a size preference.
2011           Also make up a somewhat random ranking of prefered output
2012           formats for the same reason. Fixes #485828.
2013         
2014 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2015
2016         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2017
2018         * gst/id3demux/id3v2frames.c:
2019           Extract license/copyright URIs from ID3v2 WCOP frames
2020           (Fixes #447000).
2021
2022         * tests/check/elements/id3demux.c:
2023         * tests/files/Makefile.am:
2024         * tests/files/id3-447000-wcop.tag:
2025           Add simple unit test.
2026
2027 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * ext/taglib/gstid3v2mux.cc:
2030           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2031           Prerequisite for #447000.
2032
2033 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2034
2035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2036         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2037         a GstClockTime.
2038
2039 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2040
2041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2042         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2043         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2044         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2045         (gst_rtspsrc_change_state):
2046         More seeking fixes, mostly passing around the new playback segment in
2047         order to configure it properly.
2048         Also reset base_time of udp sources when setting them back to PLAYING as
2049         a temporary hack until core supports seek in live sources properly.
2050
2051 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2052
2053         * gst/rtp/gstrtpmp4adepay.c:
2054         Fix caps as to not confuse autopluggers.
2055
2056 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2057
2058         * gst/id3demux/gstid3demux.c:
2059         * gst/id3demux/gstid3demux.h:
2060         * gst/id3demux/id3tags.c:
2061         * gst/id3demux/id3tags.h:
2062         * gst/id3demux/id3v2frames.c:
2063           Port ID3 tag demuxer over to the new GstTagDemux in -base
2064           (now would be a good time to test re-importing your music
2065           collection).
2066
2067 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * gst/apetag/Makefile.am:
2070         * gst/apetag/gstapedemux.c:
2071         * gst/apetag/gstapedemux.h:
2072         * gst/apetag/gsttagdemux.c:
2073         * gst/apetag/gsttagdemux.h:
2074           Port APE tag demuxer over to the new GstTagDemux in -base.
2075
2076 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2077
2078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2079         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2080         (gst_rtspsrc_handle_internal_src_query),
2081         (gst_rtspsrc_handle_src_query), (new_session_pad),
2082         (gst_rtspsrc_stream_configure_tcp),
2083         (gst_rtspsrc_stream_configure_transport),
2084         (gst_rtspsrc_loop_send_cmd):
2085         Improve flushing behaviour.
2086         Set state of the udp sources to PAUSE/PLAYING correctly.
2087         Handle events and queries for UDP and TCP transport now.
2088
2089 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2090
2091         * gst/rtp/gstrtpgsmdepay.c:
2092         * gst/rtp/gstrtpgsmpay.c:
2093           Add log category.
2094
2095 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2096
2097         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2098
2099         * tests/check/Makefile.am:
2100         * tests/check/pipelines/simple-launch-lines.c:
2101           Add unit tests for payloaders/depayloaders.
2102
2103 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2104
2105         * gst/avi/gstavimux.c:
2106         * gst/avi/gstavimux.h:
2107           Also save codec data for audio streams. Fixes #482495.
2108
2109 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2110
2111         * gst/avi/gstavimux.c:
2112           Fix "Index entry has invalid stream nr 1".
2113           Add support for muxing aac - work in progress (see #482495).
2114
2115 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2116
2117         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2118         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2119         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2120         * gst/rtsp/gstrtspsrc.h:
2121         Parse bandwidth modifiers, they are not yet configured in the session
2122         manager because we don't have an API for that yet.
2123
2124 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2125
2126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2127         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2128         Use shiny new function in -base to get the default clock-rate.
2129         Update some docs.
2130
2131 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2132
2133         * win32/MANIFEST:
2134         Add files to win32 manifest.
2135         * win32/vs6/libgstaudiofx.dsp:
2136         * win32/vs6/libgstqtdemux.dsp:
2137         * win32/vs6/libgstrtp.dsp:
2138         * win32/vs6/libgstrtsp.dsp:
2139         Update project files.
2140
2141 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2142
2143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2144         (gst_rtspsrc_play):
2145         * gst/rtsp/gstrtspsrc.h:
2146         In TCP mode, only timestamp the first buffer. TCP is not real time and
2147         it does not make sense to try to skew compensate, also some servers send
2148         the first batch of data in a burst.
2149
2150 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2151
2152         * gst/matroska/matroska-demux.c:
2153           Fix setting the discont flag on the first buffer
2154           pushed downstream for formats with private codec
2155           data that needs to be deserialised into buffers
2156           (such as vorbis and FLAC when in a matroska container).
2157
2158 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2159
2160         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2161
2162         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2163         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2164         (gst_rtp_mp4v_pay_handle_buffer):
2165         * gst/rtp/gstrtpmp4vpay.h:
2166         Free the config string. Fixes #480707.
2167         Clean up the timestamp code a little.
2168
2169 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2170
2171         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2172         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2173         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2174         * gst/rtsp/gstrtspsrc.h:
2175         Set timestamps on RTP buffers in interleaved mode.
2176         Mark first buffers with a DISCONT.
2177         Remove flush hack now that sync for live sources has been figured out.
2178
2179 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2180
2181         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2182         Update documentation.
2183
2184 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2185
2186         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2187         (gst_rtp_xqt_depay_change_state):
2188         * gst/qtdemux/gstrtpxqtdepay.h:
2189         Fail if we don't know the quicktime format.
2190
2191 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2192
2193         * ext/flac/gstflacenc.c:
2194         * ext/flac/gstflacenc.h:
2195           Save the flow return from the last gst_pad_push() and
2196           make sure we pass the right flow return value upstream
2197           in the case of failure; minor clean-ups.
2198
2199 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2200
2201         * ext/taglib/gstapev2mux.cc:
2202         * ext/taglib/gstid3v2mux.cc:
2203         * gst/apetag/gstapedemux.c:
2204           Add support for the new GST_TAG_COMPOSER (#459809).
2205
2206 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2207
2208         * gst/law/alaw-decode.c:
2209         * gst/law/alaw-decode.h:
2210         * gst/law/alaw-encode.c:
2211         * gst/law/alaw-encode.h:
2212         * gst/law/alaw.c:
2213         * gst/law/mulaw-conversion.h:
2214           Compulsive clean-ups: use boilerplate macros, add debug
2215           categories, fix up things to conform to symbol nomenklatura,
2216           etc.
2217
2218 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2221
2222         * gst/law/alaw-decode.c:
2223         * gst/law/alaw-encode.c:
2224           Use static tables for A-Law decoding and encoding; this makes
2225           A-Law decoding and encoding less CPU-intensive, but increases
2226           the binary size a bit. Leaving old code around for now,
2227           selectable by a define in the code. Fixes #435435.
2228
2229 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2230
2231         * configure.ac:
2232         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2233         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2234         in configure.ac.
2235
2236 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2237
2238         Patch by: Jan Gerber <j at bootlab dot org>
2239
2240         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2241         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2242
2243 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2244
2245         * sys/oss/gstosshelper.c:
2246           Use GST_WARNING instead of a g_critical. This situation is not caused
2247           by the application.
2248
2249 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2250
2251         * po/LINGUAS:
2252         * po/nl.po:
2253           Updated translations.
2254
2255 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2256
2257         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2258
2259         * po/eu.po:
2260           Added Basque translation.
2261
2262 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2263
2264         translated by: Abel Cheung <abelcheung@gmail.com>
2265
2266         * po/zh_HK.po:
2267         * po/zh_TW.po:
2268           Added Chinese (traditional and Hong Kong) translation.
2269
2270 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2271
2272         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2273
2274         * po/pl.po:
2275           Added Polish translation.
2276
2277 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2278
2279         translated by: Ilkka Tuohela <hile@iki.fi>
2280
2281         * po/fi.po:
2282           Added Finnish translation.
2283
2284 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2285
2286         translated by: Jorge González González <aloriel@gmail.com>
2287
2288         * po/es.po:
2289           Added Spanish translation.
2290
2291 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2292
2293         translated by: Mogens Jaeger <mogens@jaeger.tf>
2294
2295         * po/da.po:
2296           Added Danish translation.
2297
2298 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2299
2300         translated by: Funda Wang <fundawang@linux.net.cn>
2301
2302         * po/zh_CN.po:
2303           Added Chinese (simplified) translation.
2304
2305 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2306
2307         translated by: Alexander Shopov <ash@contact.bg>
2308
2309         * po/bg.po:
2310           Added Bulgarian translation.
2311
2312 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2313
2314         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2315         Set outgoing packet duration because we can. Fixes #478244 some more.
2316
2317 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2318
2319         * ext/cairo/gsttextoverlay.c:
2320           Add info about static leak.
2321         
2322         * tests/check/Makefile.am:
2323         * tests/check/generic/states.c:
2324           Improved state change unit test.
2325
2326 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2327
2328         * docs/plugins/.cvsignore:
2329         * tests/check/.cvsignore:
2330           Ignore registries in any format.
2331
2332 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2333
2334         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2335         Removed some unused code.
2336
2337         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2338         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2339         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2340         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2341         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2342         (gst_rtp_theora_pay_flush_packet):
2343         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2344         Try to preserve the incomming buffer duration on the outgoing
2345         packets. Fixes #478244.
2346
2347 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2348
2349         * ext/taglib/gstapev2mux.cc:
2350         * ext/taglib/gstid3v2mux.cc:
2351           Work around compiler warnings with g++-4.2 when assigning a
2352           string constant to a gchar * (partially fixes #478092).
2353
2354 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2355
2356         * configure.ac:
2357           We require core CVS now for gst_base_src_set_do_timestamp().
2358
2359 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2360
2361         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2363         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2364         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2365         (gst_rtspsrc_handle_message):
2366         Fix compiler warnings shown with Forte.
2367
2368 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2369
2370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2371         (gst_rtspsrc_dup_printf):
2372         Give meaningfull error when all streams failed to configure for some
2373         reason.
2374
2375 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2376
2377         * gst/rtp/README:
2378         Update README with the design for synchronisation rules of RTP on
2379         sender and receiver.
2380
2381 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2382
2383         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2384         (gst_wavparse_chain):
2385         Don't push EOS from the chain function, the element
2386         driving the pipeline is responsible for this. The bug
2387         this was meant to fix seems to be queue not forwarding
2388         EOS in all cases (see #476514).
2389
2390 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2391
2392         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2393         (gst_level_transform_ip):
2394         * gst/level/gstlevel.h:
2395         Use basetransform segment so that it is correctly managed on flushes and
2396         start/stop.
2397         Report message timestamp as stream time, which is what an application
2398         can understand.
2399
2400 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2401
2402         * ext/taglib/gstapev2mux.cc:
2403         * ext/taglib/gstapev2mux.h:
2404         * ext/taglib/gsttaglibmux.c:
2405         * tests/check/elements/apev2mux.c:
2406         Update my mail address.
2407
2408 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2409
2410         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2411         (gst_wavparse_loop), (gst_wavparse_chain):
2412         Add EOS logic for the push-based mode too. Fixes #476514.
2413
2414 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2415
2416         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2417         * gst/law/alaw-encode.h:
2418         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2419         (gst_mulawenc_chain):
2420         * gst/law/mulaw-encode.h:
2421         Fix law encoder timestamps.
2422
2423 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2424
2425         * ext/gconf/gstgconfaudiosink.c:
2426           Fix warning when building without debug.
2427
2428         * sys/oss/gstossmixertrack.c:
2429           Use const like in alsamixertrack.c (fixes warnings).
2430
2431 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2432
2433         * sys/v4l2/v4l2src_calls.c:
2434         (gst_v4l2src_probe_caps_for_format_and_size):
2435         Fix framerate detection code some more.
2436         Handle the case where there is a weird step in the stepwise framerates.
2437         Don't overwrite the min interval with the framerate, use a temp variable
2438         instead.
2439         Use max in the Continuous framerate intervals instead of step, which is
2440         1 according to the docs. Fixes #475424.
2441
2442 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2443
2444         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2445         Make udpsrc timestamp outgoing buffers based on when they were received.
2446         Also make it output a segment in time.
2447
2448 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2449
2450         * gst/avi/gstavidemux.c:
2451           Plug a little leak. Little code cleanups.
2452
2453 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2454
2455         * configure.ac:
2456           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2457           flac versions, 's good for cross-compilation karma.
2458
2459 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2460
2461         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2462
2463         * gst/rtp/gstrtph263pay.c:
2464           Fix up header structure so that compilers don't add padding
2465           between the structure fields, since that would lead to us
2466           sending RTP packets with broken headers (as is currently the
2467           case when compiling with MSVC). Also see similar fixes in
2468           libgstrtp in gst-plugins-base. (#474616; #471194)
2469
2470 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2471
2472         * sys/v4l2/v4l2src_calls.c:
2473         (gst_v4l2src_probe_caps_for_format_and_size):
2474         Don't overwrite our GValue with 0 but instead use the previously
2475         computed value. Fixes #471823 some more.
2476
2477 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2478
2479         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2480           No tabs in this file please, or gtk-doc will end up documenting
2481           rather absurd class hierarchies.
2482
2483 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2484
2485         * ext/gconf/gstswitchsink.c:
2486           If the new kid element fails to change state for some reason
2487           (e.g. esdsink not being able to connect to the sound server),
2488           forward the error message it posted on the bus instead of just
2489           posting a generic 'Internal state change error: please file a
2490           bug' error message. Fixes #471364.
2491
2492 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2493
2494         * gst/qtdemux/Makefile.am:
2495         * gst/qtdemux/qtdemux.c:
2496           Don't assume tags are encoded as UTF-8 (#473670).
2497
2498 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2499
2500         * sys/v4l2/gstv4l2src.c:
2501         * sys/v4l2/gstv4l2src.h:
2502         * sys/v4l2/v4l2src_calls.c:
2503           Implement LATENCY queries in the crudest way possible so I don't
2504           have to use sync=false any longer when testing with videosinks.
2505
2506 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2507
2508         * configure.ac:
2509           Fix build.
2510
2511 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2512
2513         * sys/v4l2/v4l2src_calls.c:
2514         (gst_v4l2src_probe_caps_for_format_and_size):
2515         Add some more debugging in the framerate function.
2516         Iterate stepwise framerate up to and _including_ the max and if nothing
2517         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2518         don't end up with an empty list. Fixes #471823
2519
2520 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2521
2522         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2523         (gst_multiudpsink_set_clients_string),
2524         (gst_multiudpsink_get_clients_string),
2525         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2526         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2527         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2528         (gst_multiudpsink_clear):
2529         Add property do configure destination address/port pairs
2530         API:GstMultiUDPSink::clients
2531
2532 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2533
2534         * tests/examples/Makefile.am:
2535         * tests/examples/rtp/Makefile.am:
2536         * tests/examples/rtp/client-H263p-AMR.sh:
2537         * tests/examples/rtp/client-H263p-PCMA.sdp:
2538         * tests/examples/rtp/client-H263p-PCMA.sh:
2539         * tests/examples/rtp/client-H264-PCMA.sdp:
2540         * tests/examples/rtp/client-H264-PCMA.sh:
2541         * tests/examples/rtp/client-PCMA.sh:
2542         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2543         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2544         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2545         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2546         Added some RTP example scripts for sending and receiving RTP streams.
2547
2548 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2549
2550         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2551         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2552         Restructure the setcaps function so that we can also compute the
2553         expected GStreamer output size of the video frames.
2554         Set frame_byte_size correctly so that read-based devices have a chance
2555         of working correctly.
2556         When grabbing a frame, discard frames that are not of the expected size.
2557         Some cameras don't output the right framesize for the first buffer.
2558         Try only a couple of times to get a valid frame, else error out.
2559
2560         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2561         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2562         Add some more debug info when scanning the device.
2563
2564         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2565         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2566         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2567         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2568         Add some more debug info when dequeing a frame.
2569
2570 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2571
2572         * gst/wavparse/gstwavparse.c:
2573           More code cleanups. Add some more comment and improve debugs logs.
2574
2575 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2576
2577         * gst/wavparse/gstwavparse.c:
2578         * gst/wavparse/gstwavparse.h:
2579           Implement seek-query. Refactor duration calculations. Appropriate use
2580           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2581           out of loops.
2582
2583 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2584
2585         * gst/avi/gstavidemux.c:
2586           Implement seek-query.
2587
2588 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2589
2590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2591         (gst_rtspsrc_dup_printf):
2592         Use new basesink async property to make sparse RTCP packet not wait for
2593         preroll.
2594
2595 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2596
2597         * gst/audiofx/Makefile.am:
2598         Dist the right file.
2599
2600 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2601
2602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2603         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2604         Make sure we generate and parse floating point values in the POSIX
2605         locale instead of the current locale. 
2606
2607 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2608
2609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2610         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2611         (gst_rtspsrc_play):
2612         * gst/rtsp/gstrtspsrc.h:
2613         Fix method detection again.
2614         Keep track of when we must send a Range header.
2615         Use segment values for Range, Speed and Scale headers.
2616         Parse Speed and Scale headers to update the segment values.
2617
2618 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2619
2620         patch by: Mark Nauwelaerts <manauw@skynet.be>
2621
2622         * sys/v4l2/v4l2src_calls.c:
2623           Handle optional v4l2 ioctls gracefully.
2624
2625 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2626
2627         * gst/rtp/Makefile.am:
2628         * gst/rtp/gstrtp.c: (plugin_init):
2629         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2630         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2631         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2632         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2633         (gst_rtp_h263_depay_get_property),
2634         (gst_rtp_h263_depay_change_state),
2635         (gst_rtp_h263_depay_plugin_init):
2636         * gst/rtp/gstrtph263depay.h:
2637         Added an H263 depayloader. Fixes #369392.
2638
2639         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2640         (gst_rtp_h263p_depay_process):
2641         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2642         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2643         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2644         payloads.
2645         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2646
2647 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2648
2649         * gst/audiofx/audiochebyshevfreqband.c:
2650         * gst/audiofx/audiochebyshevfreqlimit.c:
2651         Add small comparision with the windowed sinc filters in the docs.
2652
2653 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2654
2655         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2656         (audiochebyshevfreqband_suite):
2657         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2658         (audiochebyshevfreqlimit_suite):
2659         Also test 32 bit float mode and the type 2 variants of the filters.
2660
2661 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2662
2663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2664         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2665         (gst_rtspsrc_loop):
2666         Refactor the udp and interleaved loop function a bit.
2667
2668 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2669
2670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2671         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2672         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2673         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2674         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2675         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2676         * gst/rtsp/gstrtspsrc.h:
2677         Protect connection activity with a new lock, avoids deadlocks when going
2678         to PAUSED. Fixes #455808.
2679
2680 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2681
2682         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2683         Fix debug statement.
2684
2685 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2686
2687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2688         Fix stray %u in debug line as spotted by Saur on IRC.
2689
2690 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2691
2692         * gst/audiofx/audiochebyshevfreqband.c:
2693         (gst_audio_chebyshev_freq_band_class_init):
2694         * gst/audiofx/audiochebyshevfreqlimit.c:
2695         (gst_audio_chebyshev_freq_limit_class_init):
2696         Use generator macros for the process functions for the different
2697         sample types, add lower upper boundaries for the GObject properties
2698         so automatically generated UIs can use sliders and add a note about
2699         the number of poles as a too high number of poles combined with
2700         very low or very high frequencies will produce only noise.
2701         * docs/plugins/gst-plugins-good-plugins.args:
2702         Regenerated for the property changes.
2703
2704 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2705
2706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2707         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2708         (gst_rtspsrc_stream_configure_udp_sink),
2709         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2710         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2711         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2712         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2713         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2714         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2715         * gst/rtsp/gstrtspsrc.h:
2716         Improve timeout handling.
2717         Use the same socket for sending and receiving RTCP packets so that some
2718         servers can track clients better.
2719         Improve connection closed handling. Try to reconnect.
2720         Don't overwrite our content base with NULL.
2721         Improve debugging.
2722         Improve range parsing and handling.
2723         Remove flushing hack now that core does the right thing.
2724
2725 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2726
2727         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2728         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2729         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2730         (gst_multiudpsink_close), (gst_multiudpsink_add):
2731         * gst/udp/gstmultiudpsink.h:
2732         Add support for getting and setting the socket to use.
2733
2734         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2735         (gst_udpsrc_create), (gst_udpsrc_get_property):
2736         Add support for getting the currently used socket.
2737
2738 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2739
2740         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2741
2742         * gst/audiofx/Makefile.am:
2743         * gst/audiofx/audiochebyshevfreqband.c:
2744         (gst_audio_chebyshev_freq_band_mode_get_type),
2745         (gst_audio_chebyshev_freq_band_base_init),
2746         (gst_audio_chebyshev_freq_band_dispose),
2747         (gst_audio_chebyshev_freq_band_class_init),
2748         (gst_audio_chebyshev_freq_band_init),
2749         (generate_biquad_coefficients), (calculate_gain),
2750         (generate_coefficients),
2751         (gst_audio_chebyshev_freq_band_set_property),
2752         (gst_audio_chebyshev_freq_band_get_property),
2753         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2754         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2755         (gst_audio_chebyshev_freq_band_start):
2756         * gst/audiofx/audiochebyshevfreqband.h:
2757         * gst/audiofx/audiochebyshevfreqlimit.c:
2758         (gst_audio_chebyshev_freq_limit_mode_get_type),
2759         (gst_audio_chebyshev_freq_limit_base_init),
2760         (gst_audio_chebyshev_freq_limit_dispose),
2761         (gst_audio_chebyshev_freq_limit_class_init),
2762         (gst_audio_chebyshev_freq_limit_init),
2763         (generate_biquad_coefficients), (calculate_gain),
2764         (generate_coefficients),
2765         (gst_audio_chebyshev_freq_limit_set_property),
2766         (gst_audio_chebyshev_freq_limit_get_property),
2767         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2768         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2769         (gst_audio_chebyshev_freq_limit_start):
2770         * gst/audiofx/audiochebyshevfreqlimit.h:
2771         * gst/audiofx/audiofx.c: (plugin_init):
2772         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2773         Fixes #464800.
2774
2775         * tests/check/Makefile.am:
2776         * tests/check/elements/.cvsignore:
2777         * tests/check/elements/audiochebyshevfreqband.c:
2778         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2779         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2780         * tests/check/elements/audiochebyshevfreqlimit.c:
2781         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2782         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2783         Add unit tests for the chebyshev filters.
2784
2785         * docs/plugins/Makefile.am:
2786         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2787         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2788         * docs/plugins/gst-plugins-good-plugins.args:
2789         * docs/plugins/inspect/plugin-1394.xml:
2790         * docs/plugins/inspect/plugin-audiofx.xml:
2791         * docs/plugins/inspect/plugin-dv.xml:
2792         * docs/plugins/inspect/plugin-flac.xml:
2793         * docs/plugins/inspect/plugin-jpeg.xml:
2794         * docs/plugins/inspect/plugin-png.xml:
2795         * docs/plugins/inspect/plugin-rtp.xml:
2796         * docs/plugins/inspect/plugin-shout2send.xml:
2797         * docs/plugins/inspect/plugin-wavpack.xml:
2798         And add docs for the chebyshev filters. While doing
2799         that also run make update in docs/plugins.
2800
2801 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2802
2803         * ext/annodex/gstcmmltag.c:
2804         * gst/rtp/gstrtpvorbispay.c:
2805           Make ro memory to share.
2806
2807 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2808
2809         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2810         Improve UDP performance by avoiding a select() when we have data
2811         available immediatly.
2812
2813 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2814
2815         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2816         (gst_rtp_dec_class_init):
2817         * gst/rtsp/gstrtpdec.h:
2818         Add (dummy) SSRC management signals.
2819
2820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2821         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2822         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2823         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2824         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2825         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2826         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2827         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2828         * gst/rtsp/gstrtspsrc.h:
2829         Add connection-speed property.
2830         Add find_stream helper functions.
2831         Handle stream EOS based on BYE messages or SSRC timeout.
2832         Returns SUCCESS from the state change function as we hide our async
2833         elements from the parent.
2834
2835 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2836
2837         * gst/debug/rndbuffersize.c:
2838           Fix da leak.
2839
2840 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2841
2842         * gst/debug/Makefile.am:
2843         * gst/debug/breakmydata.c:
2844         * gst/debug/gstdebug.c:
2845         * gst/debug/negotiation.c:
2846         * gst/debug/progressreport.c:
2847         * gst/debug/rndbuffersize.c:
2848         * gst/debug/testplugin.c:
2849           Add new test element and clean-up the others a little.
2850
2851 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2852
2853         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2854         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2855
2856 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2857
2858         * gst/rtp/gstrtpilbcdepay.c:
2859           Include stdlib.
2860
2861 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2862
2863         * gst/rtp/gstrtpmpvdepay.c:
2864         Set the mpegversion in the caps so that autoplugging does not get
2865         confused.
2866
2867 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2868
2869         * po/hu.po:
2870         * po/uk.po:
2871         * po/vi.po:
2872           Updated translations.
2873
2874 2007-08-08  Michael Smith <msmith@fluendo.com>
2875
2876         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2877           Render right border in the correct location.
2878
2879 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2880
2881         Patch by: Olivier Crete <tester at tester dot ca>
2882
2883         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2884         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2885         Make mode property a string. Fixes #464475.
2886
2887 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2888
2889         * ext/flac/gstflacenc.c:
2890           Widen caps to match decoder a bit and add more FIXMEs.
2891
2892 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2893
2894         patch by: Mark Nauwelaerts <manauw@skynet.be>
2895
2896         * gst/avi/gstavimux.c:
2897           Fix ODML index tag numbering. Fixes #463624.
2898
2899 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2900
2901         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2902         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2903         (gst_rtspsrc_stream_configure_tcp),
2904         (gst_rtspsrc_stream_configure_udp_sink):
2905         Fix default clock-rate for realmedia.
2906         Fix parsing of transport.
2907         Don't try to link NULL pads.
2908
2909 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2910
2911         * po/POTFILES.skip:
2912           Add POTFILES.skip with list of source files that aren't disted at the
2913           moment but contain translatable strings. Should hopefully pacify
2914           broken tools and make it clearer that these files are left out
2915           intentionally (#461600).
2916
2917 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2918
2919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2920         If the buffer was entirely clipped ... don't try sending it :)
2921
2922 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2923
2924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2925         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2926         (gst_rtspsrc_create_transports_string),
2927         (gst_rtspsrc_prepare_transports):
2928         If we don't hav a session manager, set the caps on outgoing buffers
2929         ourselves.
2930         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2931         Append final bit of the transport string even when it does not contain a
2932         placeholder.
2933
2934 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2935
2936         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2937         (gst_rtsp_ext_list_connect):
2938         * gst/rtsp/gstrtspext.h:
2939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2940         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2941         Clean up the interface list.
2942         Allow connecting to interface signals for the extensions.
2943         Remove old extension code.
2944         Free list on cleanup.
2945         Allow extensions to send additional RTSP messages.
2946
2947 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2948
2949         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2950         Handle a NULL gconf key gracefully by rendering the default element.
2951
2952 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2953
2954         * gst/rtsp/gstrtspext.h:
2955         Fix include path for extension interface.
2956
2957 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2958
2959         * gst/audiofx/audioamplify.h:
2960         Also remove a now unecessary variable here.
2961
2962 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2963
2964         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2965         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2966         * gst/audiofx/audiodynamic.c:
2967         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2968         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2969         * gst/audiofx/audiodynamic.h:
2970         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2971         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2972         * gst/audiofx/audioinvert.h:
2973         Don't save format information ourselves, this is already saved in
2974         GstAudioFilter.
2975
2976 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2977
2978         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2979         (gst_rtsp_ext_list_stream_select):
2980         * gst/rtsp/gstrtspext.h:
2981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2982         Use rank to filter out extensions.
2983         Add url to stream_select interface call.
2984
2985 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2986
2987         * gst/rtsp/Makefile.am:
2988         * gst/rtsp/base64.c:
2989         * gst/rtsp/base64.h:
2990         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2991         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
2992         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
2993         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
2994         (gst_rtsp_ext_list_setup_media),
2995         (gst_rtsp_ext_list_configure_stream),
2996         (gst_rtsp_ext_list_get_transports),
2997         (gst_rtsp_ext_list_stream_select):
2998         * gst/rtsp/gstrtspext.h:
2999         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3000         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3001         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3002         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3003         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3004         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3005         (gst_rtspsrc_stream_configure_tcp),
3006         (gst_rtspsrc_stream_configure_mcast),
3007         (gst_rtspsrc_stream_configure_udp),
3008         (gst_rtspsrc_stream_configure_udp_sink),
3009         (gst_rtspsrc_stream_configure_transport),
3010         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3011         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3012         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3013         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3014         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3015         (gst_rtspsrc_parse_methods),
3016         (gst_rtspsrc_create_transports_string),
3017         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3018         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3019         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3020         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3021         * gst/rtsp/gstrtspsrc.h:
3022         * gst/rtsp/rtsp.h:
3023         * gst/rtsp/rtspconnection.c:
3024         * gst/rtsp/rtspconnection.h:
3025         * gst/rtsp/rtspdefs.c:
3026         * gst/rtsp/rtspdefs.h:
3027         * gst/rtsp/rtspext.h:
3028         * gst/rtsp/rtspextwms.c:
3029         * gst/rtsp/rtspextwms.h:
3030         * gst/rtsp/rtspmessage.c:
3031         * gst/rtsp/rtspmessage.h:
3032         * gst/rtsp/rtsprange.c:
3033         * gst/rtsp/rtsprange.h:
3034         * gst/rtsp/rtsptransport.c:
3035         * gst/rtsp/rtsptransport.h:
3036         * gst/rtsp/rtspurl.c:
3037         * gst/rtsp/rtspurl.h:
3038         * gst/rtsp/sdp.h:
3039         * gst/rtsp/sdpmessage.c:
3040         * gst/rtsp/sdpmessage.h:
3041         * gst/rtsp/test.c:
3042         Use shiny new RTSP and SDP library.
3043         Implement RTSP extensions using the new interface.
3044         Remove a lot of old code.
3045
3046 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3047
3048         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3049         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3050
3051 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3052
3053         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3054         Don't unref the outgoing buffer twice when dropping it because it's
3055         outside of the segment.
3056
3057 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3058
3059         * configure.ac:
3060         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3061         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3062         Use the new buffer clipping function from gstaudio here and
3063         require gst-plugins-base CVS.
3064         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3065         For framed Wavpack buffers we require a valid timestamp.
3066
3067 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3068
3069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3070         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3071         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3072         Clip raw audio and video when we can, keep track of current output
3073         segment.
3074         Don't leak buffers and events when there is no output pad.
3075         Improve debugging here and there.
3076
3077 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * configure.ac:
3080           Sync liboil check with plugins-base.
3081
3082 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3083
3084         * ext/annodex/Makefile.am:
3085           Fix CFLAGS/LIBS.
3086
3087         * ext/cdio/gstcdiocddasrc.c:
3088         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3089           Include stdlib
3090
3091         * ext/cairo/Makefile.am:
3092         * gst/videofilter/Makefile.am:
3093         * tests/examples/level/Makefile.am:
3094           Use $(LIBM) instead of -lm
3095
3096 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3097
3098         * sys/v4l2/gstv4l2src.c:
3099           Add another example pipeline.
3100
3101 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3102
3103         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3104
3105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3106           Use define here.
3107
3108         * sys/v4l2/gstv4l2tuner.c:
3109         (gst_v4l2_tuner_set_frequency_and_notify):
3110           Don't touch the property - its still disabled.
3111
3112         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3113         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3114         * sys/v4l2/v4l2src_calls.h:
3115           Improve fallback format negotionation. Fixes #451388
3116
3117 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3118
3119         * tests/check/elements/videocrop.c: (GST_START_TEST):
3120           Fix the test.
3121
3122 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3123
3124         * docs/plugins/Makefile.am:
3125         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3126         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3127         * docs/plugins/inspect/plugin-jpeg.xml:
3128         * docs/plugins/inspect/plugin-png.xml:
3129         * ext/jpeg/gstjpegdec.c:
3130         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3131         (gst_pngdec_sink_setcaps):
3132           More docs. More logs in pngdec.
3133
3134 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3135
3136         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3137           Initialize num_buffers with minimum value.
3138
3139         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3140         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3141           Handle frame-size query failure gracefully.
3142
3143 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3144
3145         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3146         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3147         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3148         of qt/aac files.
3149
3150 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3151
3152         * ext/wavpack/gstwavpackdec.c:
3153         (gst_wavpack_dec_clip_outgoing_buffer):
3154         Fix buffer clipping to correctly clip to the segment stop.
3155
3156 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3157
3158         * configure.ac:
3159         * tests/Makefile.am:
3160         Remove bogus check for libcheck, since we check for
3161         gstreamer-check and it pulls in the required info from there,
3162         and we weren't actually _using_ the information for libcheck
3163         ourselves anyway.
3164
3165 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3166
3167         * configure.ac:
3168           Use pkg-config to locate check.
3169
3170 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3171
3172         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3173         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3174         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3175         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3176         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3177         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3178         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3179         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3180         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3181         * gst/effectv/gstrev.c: (gst_revtv_transform):
3182         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3183         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3184         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3185         * gst/matroska/matroska-demux.c:
3186         (gst_matroska_demux_add_wvpk_header),
3187         (gst_matroska_demux_check_subtitle_buffer),
3188         (gst_matroska_decode_buffer):
3189         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3190           Fix build against core CVS.
3191
3192 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3193
3194         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3195         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3196         don't have enough granularity to convert that boolean into a
3197         GstFlowReturn.
3198
3199 2007-07-06  Michael Smith <msmith@fluendo.com>
3200
3201         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3202         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3203         (gst_alawdec_change_state):
3204         * gst/law/alaw-decode.h:
3205         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3206         (gst_mulawdec_class_init), (gst_mulawdec_init),
3207         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3208         * gst/law/mulaw-decode.h:
3209           Fix capsnego bogosity in *law decoders. 
3210
3211 2007-07-06  Michael Smith <msmith@fluendo.com>
3212
3213         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3214         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3215         (gst_smokeenc_change_state):
3216         * ext/jpeg/gstsmokeenc.h:
3217           Remove stupidity in get/set caps functions.
3218           Fix some refcounting problems.
3219
3220 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3221
3222         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3223         Remove endianness-flipping hack that seems to have been required
3224         only because of a bug in ffmpegcolorspace.
3225         Partially Fixes: #451908
3226
3227 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3228
3229         * docs/plugins/Makefile.am:
3230           Simplify --extra-dir as gtkdoc scans recursively.
3231
3232 2007-07-03  Wim Taymans  <wim@fluendo.com>
3233
3234         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3235
3236         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3237         Set the encoding-name in the rtp caps to all uppercase, as required by
3238         the caps spec.
3239         Some small cleanups in the error paths. Fixes #453037.
3240
3241 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3242
3243         * ext/wavpack/gstwavpackparse.c:
3244         (gst_wavpack_parse_index_get_last_entry),
3245         (gst_wavpack_parse_index_get_entry_from_sample),
3246         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3247         (gst_wavpack_parse_scan_to_find_sample):
3248         * ext/wavpack/gstwavpackparse.h:
3249         Use a GSList for the GArray that is used like a list anyway.
3250
3251 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3252
3253         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3254         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3255         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3256           Add state change function where we set 0/1 as default framerate in
3257           case our setcaps function isn't called, like it might not in a
3258           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3259           gdkpixbufdec trying to create caps with a 0/0 framerate.
3260           Also post an error message on the bus if gst_pad_push() fails when
3261           called from our sink event handler (+1 for flow returns for event
3262           functions in 0.11) instead of failing silently.
3263
3264 2007-06-27  Wim Taymans  <wim@fluendo.com>
3265
3266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3267         Cast stack args to the proper types. Fixes #451249.
3268
3269 2007-06-27  Wim Taymans  <wim@fluendo.com>
3270
3271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3272         (new_session_pad), (gst_rtspsrc_setup_streams):
3273         * gst/rtsp/gstrtspsrc.h:
3274         For container formats we only need to activate one of the streams so
3275         that we correctly signal no-more-pads. Fixes #451015.
3276
3277 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3278
3279         * docs/plugins/gst-plugins-good-plugins.args:
3280         * docs/plugins/inspect/plugin-aasink.xml:
3281         * docs/plugins/inspect/plugin-alaw.xml:
3282         * docs/plugins/inspect/plugin-alpha.xml:
3283         * docs/plugins/inspect/plugin-alphacolor.xml:
3284         * docs/plugins/inspect/plugin-annodex.xml:
3285         * docs/plugins/inspect/plugin-apetag.xml:
3286         * docs/plugins/inspect/plugin-audiofx.xml:
3287         * docs/plugins/inspect/plugin-auparse.xml:
3288         * docs/plugins/inspect/plugin-autodetect.xml:
3289         * docs/plugins/inspect/plugin-avi.xml:
3290         * docs/plugins/inspect/plugin-cacasink.xml:
3291         * docs/plugins/inspect/plugin-cairo.xml:
3292         * docs/plugins/inspect/plugin-cdio.xml:
3293         * docs/plugins/inspect/plugin-cutter.xml:
3294         * docs/plugins/inspect/plugin-debug.xml:
3295         * docs/plugins/inspect/plugin-efence.xml:
3296         * docs/plugins/inspect/plugin-effectv.xml:
3297         * docs/plugins/inspect/plugin-esdsink.xml:
3298         * docs/plugins/inspect/plugin-flac.xml:
3299         * docs/plugins/inspect/plugin-flxdec.xml:
3300         * docs/plugins/inspect/plugin-gconfelements.xml:
3301         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3302         * docs/plugins/inspect/plugin-goom.xml:
3303         * docs/plugins/inspect/plugin-halelements.xml:
3304         * docs/plugins/inspect/plugin-icydemux.xml:
3305         * docs/plugins/inspect/plugin-id3demux.xml:
3306         * docs/plugins/inspect/plugin-jpeg.xml:
3307         * docs/plugins/inspect/plugin-ladspa.xml:
3308         * docs/plugins/inspect/plugin-level.xml:
3309         * docs/plugins/inspect/plugin-matroska.xml:
3310         * docs/plugins/inspect/plugin-mulaw.xml:
3311         * docs/plugins/inspect/plugin-multipart.xml:
3312         * docs/plugins/inspect/plugin-navigationtest.xml:
3313         * docs/plugins/inspect/plugin-ossaudio.xml:
3314         * docs/plugins/inspect/plugin-png.xml:
3315         * docs/plugins/inspect/plugin-quicktime.xml:
3316         * docs/plugins/inspect/plugin-rtp.xml:
3317         * docs/plugins/inspect/plugin-rtsp.xml:
3318         * docs/plugins/inspect/plugin-smpte.xml:
3319         * docs/plugins/inspect/plugin-speex.xml:
3320         * docs/plugins/inspect/plugin-taglib.xml:
3321         * docs/plugins/inspect/plugin-udp.xml:
3322         * docs/plugins/inspect/plugin-videobalance.xml:
3323         * docs/plugins/inspect/plugin-videobox.xml:
3324         * docs/plugins/inspect/plugin-videocrop.xml:
3325         * docs/plugins/inspect/plugin-videoflip.xml:
3326         * docs/plugins/inspect/plugin-videomixer.xml:
3327         * docs/plugins/inspect/plugin-wavenc.xml:
3328         * docs/plugins/inspect/plugin-wavparse.xml:
3329         * docs/plugins/inspect/plugin-ximagesrc.xml:
3330           Update docs with caps info.
3331
3332 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3333
3334         * po/POTFILES.in:
3335           Add more files with translatable strings (#450878).
3336
3337 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3338
3339         * MAINTAINERS:
3340         Updating all the maintainers files
3341
3342 2007-06-22  Edward Hervey  <edward@fluendo.com>
3343
3344         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3345         * gst/interleave/deinterleave.c: (deinterleave_init),
3346         (deinterleave_sink_link):
3347         * gst/interleave/interleave.c: (interleave_init):
3348         * gst/median/gstmedian.c: (gst_median_init):
3349         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3350         Fix memory leaks.
3351         * tests/check/elements/id3demux.c: (pad_added_cb):
3352         Remove unused variable.
3353
3354 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3355
3356         * ext/gconf/gconf.h:
3357         Make the prototype of gst_gconf_get_key_for_sink_profile
3358         match the implementation.
3359         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3360         Fixes: #449747
3361
3362 2007-06-20  Michael Smith <msmith@fluendo.com>
3363
3364         * gst/rtp/gstrtpdepay.c:
3365           Fix description - rtpdepay is not a payloader.
3366
3367 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3368
3369         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3370         (qtdemux_video_caps):
3371         * gst/qtdemux/qtdemux_fourcc.h:
3372           Add MJPG to the variants of motion jpeg.
3373
3374 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3375
3376         * tests/check/Makefile.am:
3377         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3378         * tests/check/elements/videocrop.c: (GST_START_TEST):
3379         * tests/check/elements/videofilter.c:
3380         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3381         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3382           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3383           error flags are included and it errors out on compiler warnings
3384           for CVS builds; remove unused variables in various unit tests.
3385
3386 2007-06-19  Wim Taymans  <wim@fluendo.com>
3387
3388         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3389         (rtsp_connection_close), (rtsp_connection_free):
3390         Use threadsafe inet_ntop to convert an ip number to a string. 
3391         Fixes #447961.
3392         Don't leak fd (and ip) when freeing a connection without first closing
3393         it.
3394
3395 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3396
3397         * configure.ac:
3398         Back to CVS
3399
3400         * gst-plugins-good.doap:
3401         Add 0.10.6 to the doap file.
3402
3403 === release 0.10.6 ===
3404
3405 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3406
3407         * configure.ac:
3408           releasing 0.10.6, "Wobble Board"
3409
3410 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3411
3412         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3413         (rtsp_connection_free):
3414           Revert previous commit again, since we are frozen (sorry).
3415
3416 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3417
3418         Patch by: Peter Kjellerstedt <pkj at axis com>
3419
3420         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3421         (rtsp_connection_free):
3422           inet_ntoa() uses a static buffer internally, so we need to copy the
3423           returned string if we want to store it for later (#447961).
3424
3425 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3426
3427         * win32/vs6/autogen.dsp:
3428         * win32/vs6/gst_plugins_good.dsw:
3429         * win32/vs6/libgstalaw.dsp:
3430         * win32/vs6/libgstalpha.dsp:
3431         * win32/vs6/libgstalphacolor.dsp:
3432         * win32/vs6/libgstapetag.dsp:
3433         * win32/vs6/libgstaudiofx.dsp:
3434         * win32/vs6/libgstauparse.dsp:
3435         * win32/vs6/libgstautodetect.dsp:
3436         * win32/vs6/libgstavi.dsp:
3437         * win32/vs6/libgstcutter.dsp:
3438         * win32/vs6/libgstdirectdraw.dsp:
3439         * win32/vs6/libgstdirectsound.dsp:
3440         * win32/vs6/libgsteffectv.dsp:
3441         * win32/vs6/libgstflx.dsp:
3442         * win32/vs6/libgstgoom.dsp:
3443         * win32/vs6/libgsticydemux.dsp:
3444         * win32/vs6/libgstid3demux.dsp:
3445         * win32/vs6/libgstinterleave.dsp:
3446         * win32/vs6/libgstjpeg.dsp:
3447         * win32/vs6/libgstlevel.dsp:
3448         * win32/vs6/libgstmatroska.dsp:
3449         * win32/vs6/libgstmedian.dsp:
3450         * win32/vs6/libgstmonoscope.dsp:
3451         * win32/vs6/libgstmulaw.dsp:
3452         * win32/vs6/libgstmultipart.dsp:
3453         * win32/vs6/libgstqtdemux.dsp:
3454         * win32/vs6/libgstrtp.dsp:
3455         * win32/vs6/libgstrtsp.dsp:
3456         * win32/vs6/libgstsmpte.dsp:
3457         * win32/vs6/libgstspeex.dsp:
3458         * win32/vs6/libgstudp.dsp:
3459         * win32/vs6/libgstvideobalance.dsp:
3460         * win32/vs6/libgstvideobox.dsp:
3461         * win32/vs6/libgstvideocrop.dsp:
3462         * win32/vs6/libgstvideoflip.dsp:
3463         * win32/vs6/libgstvideomixer.dsp:
3464         * win32/vs6/libgstwaveform.dsp:
3465         * win32/vs6/libgstwavenc.dsp:
3466         * win32/vs6/libgstwavparse.dsp:
3467         Mark *.dsp & *.dsw as binary files and convert to DOS line
3468         endings, as they don't load into VS6 correctly otherwise.
3469
3470 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3471
3472         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3473         (rtsp_connection_connect):
3474         Fix the MingW build. 
3475         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3476         Fixes: #446981
3477
3478 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3479
3480         * tests/check/elements/.cvsignore:
3481         * tests/icles/.cvsignore:
3482         Hush the buildbots up
3483
3484 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3485
3486         * configure.ac:
3487         * sys/Makefile.am:
3488         * sys/directdraw/Makefile.am:
3489         * sys/directsound/Makefile.am:
3490         * sys/waveform/Makefile.am:
3491         Make sure to dist everything needed for win32 builds.
3492
3493 2007-06-14  Edward Hervey  <edward@fluendo.com>
3494
3495         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3496         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3497         caps.
3498         Fixes #447458
3499
3500 2007-06-13  Wim Taymans  <wim@fluendo.com>
3501
3502         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3503         Make sure we allocate enough memory for the codec_data.
3504         Fixes #447210.
3505
3506 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3507
3508         * win32/MANIFEST:
3509         Add videocrop project file to the win32 manifest.
3510         * win32/vs6/gst_plugins_good.dsw:
3511         Add qtdemux,videocrop and waveform projects to the workspace.
3512         * win32/vs6/libgstqtdemux.dsp:
3513         Add zlib to the link list of qtdemux.
3514         * win32/vs6/libgstvideocrop.dsp:
3515         Add a project file for videocrop.
3516
3517 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3518
3519         * po/POTFILES.in:
3520         Add qtdemux for translation
3521
3522 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3523
3524         * configure.ac:
3525         * docs/plugins/Makefile.am:
3526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3528         * docs/plugins/inspect/plugin-videocrop.xml:
3529         * gst-plugins-good.spec.in:
3530         * sys/Makefile.am:
3531         * tests/check/Makefile.am:
3532         * tests/icles/Makefile.am:
3533         * tests/icles/videocrop-test.c:
3534         Move videocrop and osxvideo from -bad.
3535
3536 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3537
3538         * configure.ac:
3539         * docs/plugins/Makefile.am:
3540         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3541         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3542         * docs/plugins/gst-plugins-good-plugins.args:
3543         * docs/plugins/inspect/plugin-qtdemux.xml:
3544         * docs/plugins/inspect/plugin-quicktime.xml:
3545         * win32/MANIFEST:
3546         Move qtdemux from -bad.
3547
3548         * gst-plugins-good.spec.in:
3549         Update spec file to reflect moving of qtdemux and wavpack
3550
3551 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3552         
3553         * win32/MANIFEST:
3554         * docs/plugins/Makefile.am:
3555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3557         * docs/plugins/inspect/plugin-directdraw.xml:
3558         * docs/plugins/inspect/plugin-directsound.xml:
3559         * docs/plugins/inspect/plugin-waveform.xml:
3560         Move the waveform plugin from -bad too. Update the inspect xml
3561         files to mention Plugins Good instead of Plugins Bad.
3562
3563 2007-06-12  Andy Wingo  <wingo@pobox.com>
3564
3565         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3566         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3567         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3568         finalization and resuscitation. No longer public.
3569         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3570         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3571         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3572         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3573         miniobject semantics, and be threadsafe.
3574         (gst_v4l2src_queue_frame): Remove this function, as we just call
3575         the ioctls directly in the two places where we queue buffers.
3576         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3577         directly.
3578         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3579         to allocate the pool, which also preallocates the GstBuffers.
3580         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3581         queueing the frames directly.
3582         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3583         mmap buffers have been dequeued.
3584
3585         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3586         real MiniObject instead of rolling our own refcounting and
3587         finalizing. Give it a lock.
3588         (struct _GstV4l2Buffer): Remove one intermediary object, having
3589         the buffers hold the struct v4l2_buffer directly.
3590
3591         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3592         capture_init so that it can set them on the buffers that it will
3593         create.
3594         (gst_v4l2src_get_read): For better or for worse, include the
3595         timestamping and offsetting code here; really we should be using
3596         bufferalloc though.
3597         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3598         preallocated, mmap'd buffers.
3599
3600 2007-06-11  Wim Taymans  <wim@fluendo.com>
3601
3602         Patch by: daniel fischer <dan at f3c dot com>
3603
3604         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3605         (gst_ximage_src_get_caps):
3606         Actually use the display_name property so that we can dump any
3607         available X display. Fixes #445905.
3608
3609 2007-06-11  Wim Taymans  <wim@fluendo.com>
3610
3611         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3612
3613         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3614         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3615         Add missing rate fields to caps. Fixes #441118.
3616
3617 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3618
3619         * win32/vs6/gst_plugins_good.dsw:
3620         * win32/vs8/gst-plugins-good.sln:
3621         Add DirectSound and DirectDraw sinks project files to
3622         workspace and solution files.
3623
3624 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3625
3626         Patch by: Josh Coalson <xflac at yahoo dot com>,
3627         updated by Alexis Ballier <aballier at gentoo dot org>:
3628
3629         * configure.ac:
3630         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3631         (gst_flac_dec_setup_seekable_decoder),
3632         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3633         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3634         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3635         * ext/flac/gstflacdec.h:
3636         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3637         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3638         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3639         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3640         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3641         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3642         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3643         * ext/flac/gstflacenc.h:
3644         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3645         
3646 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3647
3648         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3649         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3650         not necessary anymore as we need at least that core version. 
3651
3652 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3653
3654         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3655         (gst_wavpack_dec_chain):
3656         * ext/wavpack/gstwavpackdec.h:
3657         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3658         (gst_wavpack_parse_push_buffer):
3659         * ext/wavpack/gstwavpackparse.h:
3660         Improve discont handling by checking if the next Wavpack block has
3661         the expected, following block index.
3662
3663 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3664
3665         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3666           Fix element description.
3667
3668 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3669
3670         * configure.ac:
3671         * docs/plugins/Makefile.am:
3672         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3673         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3674         * docs/plugins/gst-plugins-good-plugins.args:
3675         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3676         * docs/plugins/gst-plugins-good-plugins.signals:
3677         * docs/plugins/inspect/plugin-autodetect.xml:
3678         * docs/plugins/inspect/plugin-gconfelements.xml:
3679         * docs/plugins/inspect/plugin-ladspa.xml:
3680         * docs/plugins/inspect/plugin-rtp.xml:
3681         * docs/plugins/inspect/plugin-wavpack.xml:
3682         * ext/Makefile.am:
3683         * tests/check/Makefile.am:
3684           move wavpack plugin.  See #352605.
3685
3686 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3687
3688         * configure.ac:
3689         * docs/plugins/Makefile.am:
3690         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3691         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3692         * docs/plugins/gst-plugins-good-plugins.args:
3693         * sys/Makefile.am:
3694         * win32/MANIFEST:
3695         Add DirectDraw & DirectSound plugins to the build and docs.
3696
3697 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3698
3699         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3700         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3701           When operating in pull mode, error out correct on not-linked.
3702
3703 2007-06-06  Andy Wingo  <wingo@pobox.com>
3704
3705         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3706         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3707         format and size if the ioctls are defined; should fix compilation
3708         on Linux < 2.16.19.
3709
3710 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3711
3712         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3713           Printf fixes in debug statements; use LOG level for debug statements
3714           that are printed for each and every frame; convert c++ comments to
3715           C-style comments; not much point using g_try_malloc() if we then not
3716           even check the return value.
3717
3718 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3719
3720         * configure.ac:
3721           Bump requirements to released versions (core and base 0.10.13).
3722
3723         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3724           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3725           own implementation.
3726
3727 2007-06-05  Andy Wingo  <wingo@pobox.com>
3728
3729         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3730         some useless comments.
3731
3732         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3733         frames before calling STREAMON, that might leave them in a state
3734         where they can't be dequeued if we go back to NULL without calling
3735         STREAMON, according to the docs.
3736         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3737         before we call STREAMON.
3738         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3739         failures. (For me this code hung.) The pool refcounting is still
3740         crack; added a note to that effect.
3741
3742 2007-06-05  Wim Taymans  <wim@fluendo.com>
3743
3744         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3745         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3746         Add support for mapping gst structure names to the MIME type equivalent.
3747         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3748
3749 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3750
3751         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3752         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3753         (gst_wavenc_chain), (gst_wavenc_change_state):
3754         * gst/wavenc/gstwavenc.h:
3755         Properly write wav files with width!=depth by having the depth most
3756         significant bytes set and all others zero. Fixes #442535.
3757
3758 2007-06-01  Wim Taymans  <wim@fluendo.com>
3759
3760         * gst/rtsp/rtspconnection.c:
3761         Add include to make buildbot happy.
3762
3763 2007-06-01  Wim Taymans  <wim@fluendo.com>
3764
3765         Patch by: Peter Kjellerstedt  <pkj at axis com>
3766
3767         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3768         (rtsp_connection_connect), (add_date_header),
3769         (rtsp_connection_send), (parse_response_status),
3770         (parse_request_line), (parse_line), (rtsp_connection_receive):
3771         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3772         * gst/rtsp/rtspdefs.h:
3773         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3774         (rtsp_message_init_request), (rtsp_message_init_response),
3775         (rtsp_message_remove_header), (rtsp_message_append_headers),
3776         (rtsp_message_dump):
3777         * gst/rtsp/rtspmessage.h:
3778         Improves version checking, allowing an RTSP server to reply with "505
3779         RTSP Version not supported.
3780         Adds a Date header to all messages.
3781         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3782         want to be able to send a response even if something in the request was
3783         invalid. EINVAL is only used when passing wrong arguments to functions.
3784         Do not handle an invalid method in parse_request_line(). Defer this to
3785         the caller so it can respond with "405 Method Not Allowed".
3786         Improves parsing of the timeout parameter to the Session header,
3787         allowing whitespace after the semicolon. 
3788         Avoids a compiler warning due to variables shadowing a function argument.
3789
3790 2007-06-01  Wim Taymans  <wim@fluendo.com>
3791
3792         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3793
3794         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3795         (gst_rtp_amr_depay_process):
3796         * gst/rtp/gstrtpamrdepay.h:
3797         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3798         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3799         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3800         * gst/rtp/gstrtpamrpay.h:
3801         Add support for AMR-WB.
3802         Small cleanups such as using BOILERPLATE.
3803
3804 2007-05-31  Wim Taymans  <wim@fluendo.com>
3805
3806         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3807         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3808
3809 2007-05-30  Andy Wingo  <wingo@pobox.com>
3810
3811         * sys/v4l2/gstv4l2object.h: 
3812         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3813         unintended changes.
3814
3815         * sys/v4l2/v4l2src_calls.h: 
3816         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3817         the format list in the order that the driver gives it to us.
3818         (gst_v4l2src_probe_caps_for_format_and_size)
3819         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3820         based on the capabilities of the device.
3821         (gst_v4l2src_grab_frame): Update for object variable renaming.
3822         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3823         as in the set_caps below.
3824         (gst_v4l2src_capture_init): Update for object variable renaming,
3825         and reflow.
3826         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3827         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3828         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3829         (gst_v4l2src_get_fps): Remove; these functions don't have much
3830         meaning outside of an atomic set_caps method.
3831         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3832         known.
3833
3834         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3835         call to update_fps; not sure about this change.
3836         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3837         moment we don't have an update_fps_func.
3838
3839         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3840         structures in the object, just store what we need. Do store the
3841         probed caps of the device. Don't store the current frame rate.
3842
3843         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3844         update_fps_function, for now. Update for new object variable
3845         naming.
3846         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3847         new object variable naming.
3848         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3849         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3850         (gst_v4l2src_get_caps): Rework to probe the device for supported
3851         frame sizes and frame rates.
3852         (gst_v4l2src_set_caps): Rework to be strict in the given
3853         parameters: if someone asks us to have a certain size and rate,
3854         that is what we configure.
3855         (gst_v4l2src_get_read): Update for object variable naming. Don't
3856         leak buffers on short reads.
3857         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3858         comments.
3859         (gst_v4l2src_create): Update for object variable naming.
3860
3861 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3864         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3865         * gst/avi/gstavidemux.h:
3866           Parse subtitle text streams instead of erroring out (#442034). Still
3867           needs a parser for the subtitles to actually show up.
3868
3869 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3872         (gst_avi_demux_loop):
3873           Make _push_event() return TRUE if the event could be pushed on at
3874           least one pad and not only if it could be pushed on all pads,
3875           otherwise we'll end up posting an error message on EOS if one or
3876           more source pads are not connected.
3877
3878 2007-05-28  Wim Taymans  <wim@fluendo.com>
3879
3880         * gst/rtsp/rtsptransport.c:
3881         Use renamed RTP bin.
3882
3883 2007-05-28  Wim Taymans  <wim@fluendo.com>
3884
3885         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3886
3887         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3888         (gst_video_box_set_property), (gst_video_box_transform_caps),
3889         (video_box_recalc_transform), (gst_video_box_set_caps),
3890         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3891         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3892         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3893         (gst_video_box_i420_i420), (gst_video_box_transform),
3894         (plugin_init):
3895         Add AYUV->AYUV and AYUV->I420 formats. 
3896         Fix negotiation and I420->AYUV conversion.
3897         Fixes #429329.
3898
3899 2007-05-26  Wim Taymans  <wim@fluendo.com>
3900
3901         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3902         Use different variables for nested for loops so that the outer loop
3903         functions properly and speex files with multiple frames per buffer work
3904         properly.
3905         Fixes #441408.
3906
3907 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3908
3909         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3910           Don't leak newsegment events.
3911
3912 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3913
3914         * gst/wavparse/Makefile.am:
3915           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3916           drags it in.
3917
3918 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3919
3920         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3921         (notgst_value_array_append_buffer),
3922         (gst_flac_enc_process_stream_headers),
3923         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3924         (gst_flac_enc_change_state):
3925         * ext/flac/gstflacenc.h:
3926           Collect headers, add "streamheader" field to output caps and set
3927           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3928           produces output according to the official FLAC-to-Ogg mapping
3929           instead of completely broken files. Fixes #426044.
3930
3931 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3932
3933         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3934         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3935         (gst_id3demux_sink_event):
3936         * gst/id3demux/gstid3demux.h:
3937         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3938         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3939         (gst_tag_demux_send_new_segment):
3940         Handle and adjust new-segment events so that downstream really
3941         sees a stream with the tag pieces stripped off the front and back.
3942         Fixes strangeness in seeking when mp3 decoders use the new-segment
3943         byte position to estimate their current playback position timestamp
3944         and then the arriving buffers don't match up.
3945
3946 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3947
3948         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3949           Don't unnecessarily perform a READY->NULL->READY transition on the
3950           detected audio sink when starting up. Fixes: #440127
3951
3952 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3953
3954         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3955         (gst_flac_enc_chain):
3956           Don't crash in chain function if setcaps hasn't been called.
3957
3958 2007-05-24  Wim Taymans  <wim@fluendo.com>
3959
3960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3961         Init value to avoid infinte loops.
3962
3963 2007-05-24  Wim Taymans  <wim@fluendo.com>
3964
3965         Patch by: Peter Kjellerstedt  <pkj at axis com>
3966
3967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3968         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3969         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3970         (gst_rtspsrc_play):
3971         (rtsp_connection_send), (rtsp_connection_receive):
3972         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3973         Fix for new API.
3974
3975         * gst/rtsp/rtspconnection.c: (add_auth_header),
3976         Only add authorisation and session headers when sending messages.
3977
3978         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3979         (rtsp_message_init_request), (rtsp_message_init_response),
3980         (rtsp_message_unset), (rtsp_message_add_header),
3981         (rtsp_message_remove_header), (rtsp_message_get_header),
3982         (rtsp_message_append_headers), (dump_key_value),
3983         (rtsp_message_dump):
3984         * gst/rtsp/rtspmessage.h:
3985         Add support for multiple headers of the same type by storing the parsed
3986         headers in a GArray instaed of a hashtable.
3987
3988 2007-05-21  Wim Taymans  <wim@fluendo.com>
3989
3990         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
3991         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
3992         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
3993         safer shutdown.
3994
3995 2007-05-21  Wim Taymans  <wim@fluendo.com>
3996
3997         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
3998         * gst/rtsp/gstrtpdec.h:
3999         Added signal for backwards compat.
4000
4001 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4002         
4003         Patch by: René Stadler <mail at renestadler dot de>
4004
4005         * configure.ac:
4006         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4007         (gst_au_parse_parse_header), (gst_au_parse_chain):
4008         * gst/auparse/gstauparse.h:
4009         Use audioconvert for converting from non-native endianness floats
4010         in auparse instead of doing it ourself. Fixes #424527.
4011         This needs the audioconvert from plugins-base CVS.
4012         
4013 2007-05-21  Wim Taymans  <wim@fluendo.com>
4014
4015         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4016         (gst_rtp_h263p_pay_flush):
4017         Fix enum registration.
4018
4019 2007-05-21  Wim Taymans  <wim@fluendo.com>
4020
4021         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4022
4023         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4024         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4025         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4026         (gst_rtp_h263p_pay_flush):
4027         * gst/rtp/gstrtph263ppay.h:
4028         Add new fragmentation mode base on GOB headers. Fixes #438940.
4029
4030 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4031
4032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4033           Printf format fix.
4034
4035 2007-05-18  Wim Taymans  <wim@fluendo.com>
4036
4037         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4038         Don't crash when an unsupported transport error was returned by the
4039         server, just try to configure the next stream. Fixes #439255.
4040
4041 2007-05-18  Wim Taymans  <wim@fluendo.com>
4042
4043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4044         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4045         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4046         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4047         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4048         * gst/rtsp/gstrtspsrc.h:
4049         Add TCP timeout property and use it for all TCP connection.
4050
4051         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4052         (rtsp_connection_write), (rtsp_connection_next_timeout),
4053         (rtsp_connection_reset_timeout):
4054         Make connect and writes cancelable and make them use the timeout.
4055
4056 2007-05-18  Wim Taymans  <wim@fluendo.com>
4057
4058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4059         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4060         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4061         (gst_rtspsrc_setup_streams):
4062         Refactor timeout handling.
4063         Also send keep-alive when dealing with TCP transport.
4064
4065         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4066         (rtsp_connection_free), (rtsp_connection_next_timeout),
4067         (rtsp_connection_reset_timeout):
4068         * gst/rtsp/rtspconnection.h:
4069         Use a timer to handle the session timeouts, add some methods to deal
4070         with timeouts.
4071
4072 2007-05-17  Wim Taymans  <wim@fluendo.com>
4073
4074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4075         (gst_rtspsrc_setup_streams):
4076         Ignore streams that fail the setup command, we will retry with a
4077         different transport later on.
4078
4079         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4080         (rtsp_ext_wms_configure_stream):
4081         Fix encoding name case.
4082
4083 2007-05-16  Edward Hervey  <edward@fluendo.com>
4084
4085         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4086         Fix build on macosx.
4087
4088 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4089
4090         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4091         Replace direct comparison of a string with the string literal "" with
4092         a comparison of the first character with '\0'. Fixes #438926.
4093
4094 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4095
4096         * gst/debug/breakmydata.c (gst_break_my_data_init):
4097           One more try. This should be the proper fix now.
4098
4099 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4100
4101         * gst/debug/breakmydata.c:
4102           Ooops, no // comments please.
4103
4104 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4105
4106         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4107         (gst_break_my_data_init):
4108           Fix gst_buffer_is_writable() assertion.
4109
4110 2007-05-14  David Schleef  <ds@schleef.org>
4111
4112         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4113           video/x-raw-bayer.  Fixes #314160.
4114
4115 2007-05-14  Wim Taymans  <wim@fluendo.com>
4116
4117         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4118         (gst_rtp_theora_depay_parse_configuration):
4119         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4120         (gst_rtp_theora_pay_finish_headers),
4121         (gst_rtp_theora_pay_handle_buffer):
4122         Update theora pay/depayloader in a similar to vorbis.
4123
4124         * gst/rtp/gstrtpvorbisdepay.c:
4125         (gst_rtp_vorbis_depay_parse_configuration):
4126         Update docs.
4127
4128 2007-05-14  Wim Taymans  <wim@fluendo.com>
4129
4130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4131         When we try to execute a method that is not supported by the server,
4132         don't error out but remove the method from the accepted methods so that
4133         we never try to perform this method again.
4134
4135 2007-05-14  Wim Taymans  <wim@fluendo.com>
4136
4137         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4138         Remove annoying _dump_mem.
4139
4140 2007-05-14  Wim Taymans  <wim@fluendo.com>
4141
4142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4143         Parse range correctly.
4144
4145         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4146         The baseurl now always has a '/' at the start.
4147
4148 2007-05-14  Wim Taymans  <wim@fluendo.com>
4149
4150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4151         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4152         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4153         Factor out caps configuration and configure more stuff such as the time
4154         ranges and speed/scale values.
4155
4156         * gst/rtsp/rtsptransport.c:
4157         Add Copyright after non-trival fixes.
4158
4159 2007-05-12  Wim Taymans  <wim@fluendo.com>
4160
4161         Patch by: Peter Kjellerstedt  <pkj at axis com>
4162
4163         * gst/rtsp/gstrtspsrc.h:
4164         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4165         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4166         (rtsp_message_get_header):
4167         * gst/rtsp/rtspmessage.h:
4168         Make channel guint8 where possible.
4169         Make rtsp_message_init_data() take the channel as a guint8.
4170
4171         * gst/rtsp/rtspdefs.c:
4172         Fixed a typo: Timout -> Timeout
4173
4174         * gst/rtsp/rtspdefs.h:
4175         Make RTSP_CHECK() behave as a statement.
4176
4177         * gst/rtsp/sdpmessage.c:
4178         Avoid a compiler warning in INIT_ARRAY().
4179         Fixes #437692.
4180
4181 2007-05-12  Wim Taymans  <wim@fluendo.com>
4182
4183         Patch by: Peter Kjellerstedt  <pkj at axis com>
4184
4185         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4186         (rtsp_url_get_request_uri):
4187         * gst/rtsp/rtspurl.h:
4188         Add support for query parameters to RTSP URLs.
4189
4190 2007-05-12  Wim Taymans  <wim@fluendo.com>
4191
4192         Patch by: Peter Kjellerstedt  <pkj at axis com>
4193
4194         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4195         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4196         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4197         (rtsp_transport_parse), (rtsp_transport_as_text):
4198         * gst/rtsp/rtsptransport.h:
4199         Add validation to rtsp_transport_parse().
4200         Add rtsp_transport_as_text() to generate an RTSP header from an
4201         RTSPTransport.
4202         Change ssrc to guint (was a string) since that is what it is, even
4203         though it is sent as a hex string.
4204         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4205         incorrect, which can be seen when looking at the examples in the RFC).
4206         Fixes #437670.
4207
4208 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4209
4210         Patch by: Eric Anholt
4211
4212         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4213           gst_ximage_src_ximage_get):
4214         Use union of all damage between frames to make it faster.
4215         Fixes bug #342463.
4216         Also fix crasher when cursor is at bottom right of window.
4217
4218 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4219
4220         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4221           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4222           streaming mode regression for file from #343837 with 'bext' chunk
4223           before the 'fmt' chunk.
4224
4225 2007-05-11  Wim Taymans  <wim@fluendo.com>
4226
4227         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4228         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4229         (gst_rtspsrc_handle_src_event),
4230         (gst_rtspsrc_stream_configure_manager),
4231         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4232         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4233         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4234         * gst/rtsp/gstrtspsrc.h:
4235         * gst/rtsp/rtspdefs.h:
4236         Preliminary seek support.
4237         Activate internal pads so that we can receive events on them.
4238         Don't try to parse a range string when it's NULL.
4239
4240 2007-05-11  Wim Taymans  <wim@fluendo.com>
4241
4242         * gst/rtp/README:
4243         Update README with new RTP variables that will be used for
4244         synchronisation.
4245
4246         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4247         (gst_rtp_vorbis_depay_parse_configuration),
4248         (gst_rtp_vorbis_depay_process):
4249         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4250         (gst_rtp_vorbis_pay_finish_headers),
4251         (gst_rtp_vorbis_pay_handle_buffer):
4252         Update vorbis pay and depayloader to draft-04.
4253
4254 2007-05-11  Wim Taymans  <wim@fluendo.com>
4255
4256         * gst/rtsp/rtsptransport.c:
4257         UDP MCAST is actually the default for RTP/AVP.
4258 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4259
4260         * gst/level/gstlevel.c: (gst_level_transform_ip):
4261         Use guint8 * instead of gpointer then vs6 can build 
4262         in_data += (filter->width / 8).
4263
4264 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4265
4266         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4267           gst_ximage_src_ximage_get):
4268         * sys/ximage/gstximagesrc.h (last_ximage):
4269         When using Damage actually keep the last frame, and not assume
4270         that the buffer we get already has the last frame on it.
4271         Copy the cursor over if we specify a non-zero start x and
4272         start y.
4273
4274 2007-05-11  Wim Taymans  <wim@fluendo.com>
4275
4276         * gst/rtsp/rtsptransport.c:
4277         Make UDP the default transport when not specified.
4278
4279 2007-05-09  David Schleef  <ds@schleef.org>
4280
4281         * gst/level/gstlevel.c:
4282           Revert last change.
4283
4284 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4285
4286         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4287         (gst_level_transform_ip):
4288         Use guint8 * instead of gpointer then vs6 know the size of data
4289         pointed when moving the pointer.
4290         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4291         Move instructions after variables declaration.
4292         * win32/vs6/autogen.dsp:
4293         * win32/vs6/libgstrtp.dsp:
4294         * win32/vs6/libgstrtsp.dsp:
4295         Update vs6 project files.
4296
4297 2007-05-09  Wim Taymans  <wim@fluendo.com>
4298
4299         * gst/rtsp/Makefile.am:
4300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4301         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4302         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4303         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4304         (rtsp_range_free):
4305         * gst/rtsp/rtsprange.h:
4306         Add code to parse time ranges.
4307         Report DURATION on the stream when possible.
4308
4309 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4310
4311         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4312         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4313         (gst_videomixer_collected):
4314           Fix strides calculation for AYUV (it's just width*4) (#436910).
4315
4316 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4317
4318         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4319         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4320         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4321         Sync the GObject properties before each processing step to properly
4322         work with the controller.
4323
4324 2007-05-04  Wim Taymans  <wim@fluendo.com>
4325
4326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4327         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4328         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4329         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4330         (gst_rtspsrc_change_state):
4331         Let more error state trickle down so that we can catch more error
4332         cases.
4333         Handle keep-alive a little smarter by selecting a method the server
4334         actually supports.
4335         Fix a race in UDP streaming shutdown.
4336
4337 2007-05-04  Wim Taymans  <wim@fluendo.com>
4338
4339         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4340         Ignore errors when trying to use the keep-alive messages.
4341
4342 2007-05-04  Wim Taymans  <wim@fluendo.com>
4343
4344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4345         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4346         (gst_rtspsrc_stream_configure_manager),
4347         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4348         (gst_rtspsrc_stream_configure_mcast),
4349         (gst_rtspsrc_stream_configure_udp),
4350         (gst_rtspsrc_stream_configure_udp_sink),
4351         (gst_rtspsrc_stream_configure_transport):
4352         Send RTCP messages back to the server over the TCP connection.
4353
4354         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4355         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4356         (rtsp_connection_receive):
4357         * gst/rtsp/rtspconnection.h:
4358         Factor out and expose lowlevel _write and _read methods.
4359         Implement sending data messages to the server.
4360
4361 2007-05-03  Wim Taymans  <wim@fluendo.com>
4362
4363         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4364         (gst_multipart_mux_collected):
4365         Fix timestamps on outgoing buffers.
4366
4367 2007-05-03  Wim Taymans  <wim@fluendo.com>
4368
4369         * gst/multipart/multipartmux.c:
4370         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4371         (gst_multipart_mux_change_state):
4372         Emit NEWSEGMENT events before pushing the first buffer.
4373
4374 2007-05-03  Wim Taymans  <wim@fluendo.com>
4375
4376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4377         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4378         (gst_rtspsrc_handle_src_query),
4379         (gst_rtspsrc_stream_configure_manager),
4380         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4381         (gst_rtspsrc_stream_configure_mcast),
4382         (gst_rtspsrc_stream_configure_udp),
4383         (gst_rtspsrc_stream_configure_udp_sink),
4384         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4385         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4386         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4387         (gst_rtspsrc_pause):
4388         Refactor transport configuration code.
4389         Create internal pads for TCP transport so that we can implement events
4390         and queries.
4391         Handle events and queries.
4392         Parse range from the SDP.
4393         Fix race in pause handler where the connection could still be flushing.
4394
4395 2007-05-02  Wim Taymans  <wim@fluendo.com>
4396
4397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4398         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4399         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4400         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4401         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4402         (gst_rtspsrc_change_state):
4403         * gst/rtsp/gstrtspsrc.h:
4404         Fix race when multiple udp sources post timeouts, just act on the first
4405         received timeout.
4406         Protect stream list with a recursive lock to fix some races.
4407         Flush connection when we need to do a reconnect or stop.
4408         Make state lock recursive.
4409
4410         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4411         (rtsp_connection_close):
4412         Some small cleanups.
4413
4414 2007-05-02  Wim Taymans  <wim@fluendo.com>
4415
4416         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4417         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4418         Only set DISCONT when there actually is a discont or when we just
4419         started.
4420
4421 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4422
4423         * ext/flac/gstflac.c: (plugin_init):
4424         Call bindtextdomain() to get localized strings.
4425
4426 2007-05-02  Wim Taymans  <wim@fluendo.com>
4427
4428         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4429         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4430         (gst_wavparse_stream_data):
4431         * gst/wavparse/gstwavparse.h:
4432         Be a bit more clever when dealing with VBR files with FACT tags, we
4433         don't want to timestamp buffers in that case but the estimated BPS can
4434         be used for seeking.
4435         Only send close segment in the streaming thread.
4436
4437 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4438
4439         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4440         Correctly post an error on the bus if something went wrong in the loop
4441         function. This fixes a few cases where the task was paused and nothing
4442         happened anymore.
4443
4444 2007-05-02  Wim Taymans  <wim@fluendo.com>
4445
4446         * gst/rtsp/test.c: (main):
4447         Fix compilation of deprecated test just because I'm too lazy to delete
4448         it.
4449
4450 2007-05-02  Wim Taymans  <wim@fluendo.com>
4451
4452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4453         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4454         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4455         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4456         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4457         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4458         * gst/rtsp/gstrtspsrc.h:
4459         Fix sending RTCP to the right place.
4460         Fix bug in reffing the wrong UDP element.
4461         Use new pad names for the session manager.
4462         Implement handling server requests in interleaved and UDP modes.
4463         Handle session keep-alive in UDP modes.
4464         Remove GCond for handling UDP timeouts.
4465
4466         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4467         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4468         (rtsp_connection_receive), (rtsp_connection_close):
4469         * gst/rtsp/rtspconnection.h:
4470         Store connection IP address for later.
4471         Add timeout args to all operations that might block forever.
4472         Parse session timeout.
4473         Only close sockets when not already closed.
4474
4475         * gst/rtsp/rtspdefs.c:
4476         * gst/rtsp/rtspdefs.h:
4477         Add timeout return value and error string.
4478
4479         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4480         Add small comment.
4481
4482 2007-05-01  Wim Taymans  <wim@fluendo.com>
4483
4484         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4485
4486         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4487         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4488         * gst/rtp/gstrtpmp4vpay.h:
4489         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4490
4491 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4492
4493         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4494           Remove v4l2src from docs, since it breaks the docs build, and the
4495           plugin is only built if --enable-experimental is used anyway.
4496
4497         * docs/plugins/Makefile.am:
4498           Spaces => tab.
4499
4500 2007-04-29  Wim Taymans  <wim@fluendo.com>
4501
4502         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4503         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4504         Add code to drop membership of a multicast group.
4505
4506         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4507         (gst_udpsink_set_uri):
4508         Implement URI handler.
4509
4510         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4511         (gst_rtspsrc_parse_rtpinfo):
4512         Use URI handler to make udpsink instace.
4513         Improve code to configure port and destination.
4514
4515 2007-04-29  Wim Taymans  <wim@fluendo.com>
4516
4517         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4518         Fix multicast detection.
4519         Don't try to join a multicast group if the address is not multicast.
4520
4521         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4522         Small debug improvement.
4523
4524 2007-04-27  Wim Taymans  <wim@fluendo.com>
4525
4526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4527         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4528         (gst_rtspsrc_handle_message):
4529         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4530         parent.
4531
4532 2007-04-27  Wim Taymans  <wim@fluendo.com>
4533
4534         * gst/rtp/gstrtpilbcdepay.h:
4535         Fix mode property when specified as an arg.
4536
4537 2007-04-26  Edward Hervey  <edward@fluendo.com>
4538
4539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4540         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4541         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4542         * docs/plugins/inspect/plugin-osxaudio.xml:
4543         Add documentation for osxaudio plugin.
4544
4545 2007-04-26  Wim Taymans  <wim@fluendo.com>
4546
4547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4548         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4549         (gst_rtspsrc_open), (gst_rtspsrc_close),
4550         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4551         (gst_rtspsrc_pause):
4552         * gst/rtsp/gstrtspsrc.h:
4553         Protect state changes with a lock.
4554
4555         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4556         (parse_line):
4557         * gst/rtsp/rtspconnection.h:
4558         Remove some unused stuff.
4559
4560 2007-04-26  Wim Taymans  <wim@fluendo.com>
4561
4562         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4563         Handle the case where there are exactly 0 bytes to read and the ioctl
4564         did not report an error. Fixes #433530.
4565
4566 2007-04-26  Wim Taymans  <wim@fluendo.com>
4567
4568         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4569         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4570         * gst/wavparse/gstwavparse.h:
4571         Apply DISCONT to buffers.
4572         Only apply timestamp to the first sample after a DISCONT, too many VBR
4573         files cause random jitter in the timestamps. Fixes #433119.
4574
4575 2007-04-25  Wim Taymans  <wim@fluendo.com>
4576
4577         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4578         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4579         (gst_rtp_dec_get_property):
4580         * gst/rtsp/gstrtpdec.h:
4581         Add dummy latency property to be backwards compat with rtpbin.
4582
4583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4584         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4585         (gst_rtspsrc_stream_configure_transport),
4586         (gst_rtspsrc_parse_rtpinfo):
4587         * gst/rtsp/gstrtspsrc.h:
4588         Add latency property and configure in the session manager.
4589         Don't set invalid clock-base and seqnum-base on caps, some servers
4590         sometimes don't send them.
4591
4592 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4595         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4596           Double-check that RGB input caps are really RGBA caps (apparently
4597           the core doesn't always catch it if those caps aren't a subset of
4598           our template caps, also see #421543). Fixes #429319 in a way.
4599           Also, don't leak the pad template in the transform_caps function.
4600
4601         * tests/check/Makefile.am:
4602         * tests/check/elements/.cvsignore:
4603         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4604         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4605         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4606         (GST_START_TEST), (alphacolor_suite):
4607           Add some basic unit tests for alphacolor.
4608
4609 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4610
4611         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4612           If we get a fatal flow return in the loop function, first post the
4613           error message and only then send the EOS event downstream, otherwise
4614           applications might get an eos message before the error message and
4615           think everything was ok (related to #429319).
4616
4617 2007-04-25  Wim Taymans  <wim@fluendo.com>
4618
4619         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4620         Read the channel byte as an unsigned byte.
4621
4622 2007-04-25  Wim Taymans  <wim@fluendo.com>
4623
4624         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4625         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4626         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4627         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4628         (gst_rtp_gsm_depay_setcaps):
4629         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4630         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4631         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4632         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4633         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4634         (gst_ilbc_depay_get_property):
4635         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4636         * gst/rtp/gstrtpmp4adepay.c:
4637         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4638         (gst_rtp_pcma_depay_setcaps):
4639         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4640         (gst_rtp_pcmu_depay_setcaps):
4641         Make sure we configure the clock_rate in the baseclass in the setcaps
4642         function. Fixes #431282.
4643
4644 2007-04-25  Wim Taymans  <wim@fluendo.com>
4645
4646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4647         (gst_rtspsrc_stream_free), (request_pt_map),
4648         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4649         * gst/rtsp/gstrtspsrc.h:
4650         Parse server address from SDP.
4651         Hook up a udpsink to send RTCP back to the server.
4652
4653         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4654         * gst/rtsp/rtsptransport.h:
4655         Add some docs.
4656
4657 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4658
4659         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4660           Make header field check conditional. Fixes #433135
4661
4662 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4663
4664         * docs/plugins/Makefile.am:
4665         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4666         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4667         * docs/plugins/inspect/plugin-alphacolor.xml:
4668         * gst/alpha/Makefile.am:
4669         * gst/alpha/gstalphacolor.c:
4670         * gst/alpha/gstalphacolor.h:
4671           Add minimal docs blurb to alphacolor; split out headers into
4672           separate header file for gtk-doc.
4673
4674 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4675
4676         * gst/debug/progressreport.c: (gst_progress_report_report):
4677           Don't try to post NULL message (in case we can't query upstream
4678           position or duration).
4679
4680 2007-04-18  Michael Smith  <msmith@fluendo.com>
4681
4682         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4683         (gst_cutter_get_caps):
4684         * gst/cutter/gstcutter.h:
4685           Fix some of the most obvious bugs in cutter. Now doesn't leak
4686           everything if input is silent.
4687
4688 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4689
4690         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4691         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4692         * gst/wavenc/gstwavenc.h:
4693         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4694         else results in a invalid block align and invalid files.
4695
4696 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         Patch by: Snaik <snaik32 gmail com>
4699
4700         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4701           Add missing break statement for BOX_HORIZONTAL case.
4702
4703 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4704
4705         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4706
4707         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4708         Use correct format strings for integer types.
4709
4710 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4711
4712         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4713         (gst_wavparse_create_sourcepad):
4714         Use gst_riff_create_audio_template_caps () instead of the local caps.
4715         This makes updates of the local caps unecessary whenever libgstriff
4716         gets support for new formats.
4717
4718 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4719
4720         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4721
4722         * sys/sunaudio/gstsunaudio.c:
4723         * sys/sunaudio/gstsunaudiomixer.c:
4724         * sys/sunaudio/gstsunaudiomixer.h:
4725         * sys/sunaudio/gstsunaudiomixerctrl.c:
4726         * sys/sunaudio/gstsunaudiomixerctrl.h:
4727         * sys/sunaudio/gstsunaudiomixertrack.h:
4728         * sys/sunaudio/gstsunaudiosink.c:
4729         * sys/sunaudio/gstsunaudiosink.h:
4730         * sys/sunaudio/gstsunaudiosrc.c:
4731         * sys/sunaudio/gstsunaudiosrc.h:
4732           Fix and/or update copyright attributions (#430228).
4733
4734 2007-04-13  Wim Taymans  <wim@fluendo.com>
4735
4736         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4737         Fix docs.
4738
4739         * gst/rtsp/URLS:
4740         Add some more example urls.
4741
4742         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4743         (gst_rtp_dec_chain_rtp):
4744         Better debugging.
4745
4746         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4747         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4748         (gst_rtspsrc_parse_rtpinfo):
4749         Remove unused code.
4750
4751 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4752
4753         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4754         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4755         (gst_wavparse_stream_data):
4756           Relax the audio/mpeg caps again and add FIXME: comment.
4757
4758 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4759
4760         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4761         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4762         (gst_wavparse_stream_data):
4763         * gst/wavparse/gstwavparse.h:
4764           More sanity check for the header fields. Fix type for 'rate' header
4765           field.
4766
4767 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4768
4769         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4770         (gst_icydemux_unicodify):
4771           If the metadata strings we get in the stream are not UTF-8, try to
4772           interpret them according to the character encodings specified in the
4773           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4774           only fall back to locale/ISO-8859-1 if those aren't set or don't
4775           work. Should fix #428901.
4776
4777 2007-04-12  Wim Taymans  <wim@fluendo.com>
4778
4779         * gst/rtp/gstrtph264depay.c:
4780         Use the proper sync word for SPS and PPS.
4781
4782 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4783
4784         * gst/rtp/Makefile.am:
4785         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4786           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4787         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4788           Add a simple hashing implementation that we can use to generate
4789           a 24-bit ident value based on the codebooks for vorbis and theora.
4790         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4791           gst_rtp_theora_pay_handle_buffer):
4792         * gst/rtp/gstrtpvorbisdepay.c
4793           (gst_rtp_vorbis_depay_parse_configuration,
4794           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4795         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4796           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4797           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4798           Use the hashing function, ensuring that the same codebooks result
4799           in the same ident and thus the same SDP description.
4800           Various log fixes/changes.
4801
4802 2007-04-12  Wim Taymans  <wim@fluendo.com>
4803
4804         Patch by: jerry tan <jerry dot tan at sun dot com>
4805
4806         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4807         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4808         application's responsibility to make sure it open the device once.
4809         Remove a careless error if AUDIODEV is set. Fixes #392620.
4810
4811 2007-04-12  Wim Taymans  <wim@fluendo.com>
4812
4813         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4814         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4815         * gst/rtsp/gstrtpdec.h:
4816         Make backward compat with rtpbin by adding the request-pt-map signals.
4817
4818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4819         (new_session_pad), (request_pt_map),
4820         (gst_rtspsrc_stream_configure_transport),
4821         (gst_rtspsrc_stream_configure_caps),
4822         (gst_rtspsrc_activate_streams):
4823         * gst/rtsp/gstrtspsrc.h:
4824         Implement request-pt-map signals instead of setting caps on the buffers
4825         for the session manager.
4826
4827 2007-04-11  Wim Taymans  <wim@fluendo.com>
4828
4829         * gst/udp/gstudp.c: (plugin_init):
4830         Register GstNetBuffer in plugin_init so that the type can be used from
4831         multiple threads without races.
4832
4833 2007-04-10  Wim Taymans  <wim@fluendo.com>
4834
4835         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4836         (gst_rtp_amr_depay_process):
4837         Fix depayloader clock_rate and some cleanups.
4838
4839         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4840         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4841         * gst/rtp/gstrtph264depay.h:
4842         Don't push codec_data in the adapter because it might get flushed when
4843         we get a discont.
4844
4845         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4846         Handle multiple AU per packet.
4847
4848         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4849         (gst_rtp_sv3v_depay_plugin_init):
4850         Disable rank, this one does not work.
4851         Remove timestamping, base class does that.
4852
4853 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4854
4855         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4856           limit caps to the formats we announce in the template
4857
4858         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4859         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4860         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4861           fix some crashers/asserts when dealing with broken files
4862
4863 2007-04-10  Wim Taymans  <wim@fluendo.com>
4864
4865         Patch by: Peter Kjellerstedt  <pkj at axis com>
4866
4867         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4868         * gst/rtp/gstrtpL16depay.c:
4869         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4870         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4871         (gst_rtp_speex_depay_setcaps):
4872         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4873         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4874         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4875         Fix some compiler warnings. Fixes #428182.
4876
4877 2007-04-06  Wim Taymans  <wim@fluendo.com>
4878
4879         * gst/rtsp/Makefile.am:
4880         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4881         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4882         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4883         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4884         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4885         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4886         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4887         (create_rtcp), (gst_rtp_dec_request_new_pad),
4888         (gst_rtp_dec_release_pad):
4889         * gst/rtsp/gstrtpdec.h:
4890         * gst/rtsp/gstrtsp.c: (plugin_init):
4891         Morph RTPDec into something compatible with RTPBin as a fallback.
4892         Various other style fixes.
4893
4894         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4895         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4896         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4897         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4898         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4899         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4900         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4901         * gst/rtsp/gstrtspsrc.h:
4902         Implement RTPBin session manager handling.
4903         Don't try to add empty properties to caps.
4904         Implement fallback session manager, handling.
4905         Don't combine errors from RTCP streams, just ignore them.
4906
4907         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4908         * gst/rtsp/rtsptransport.h:
4909         Implement fallback session manager.
4910         Make RTPBin the default one when available.
4911
4912 2007-04-05  Wim Taymans  <wim@fluendo.com>
4913
4914         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4915         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4916         This element is ready to be autoplugged.
4917
4918 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4919
4920         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4921         Don't leave the offsets defined by upstream element on the
4922         compressed data buffer we are pushing downstream. Make them
4923         GST_BUFFER_OFFSET_NONE.
4924
4925 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4926
4927         * gst/avi/README:
4928         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4929         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4930         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4931         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4932         (gst_avi_demux_calculate_durations_from_index),
4933         (gst_avi_demux_stream_header_push),
4934         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4935         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4936           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4937
4938 2007-04-03  Wim Taymans  <wim@fluendo.com>
4939
4940         * gst/smpte/barboxwipes.c:
4941         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4942
4943 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4944
4945         * gst/wavparse/gstwavparse.c:
4946         Support audio/x-raw-float in wav files. This only works with
4947         plugins-base CVS, using an older version doesn't have any
4948         disadvantages though.
4949
4950 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4951
4952         * configure.ac:
4953         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4954         (gst_au_parse_parse_header), (gst_au_parse_chain):
4955         * gst/auparse/gstauparse.h:
4956         Revert last change as we don't want plugins-good to depend on
4957         plugins-base CVS now.
4958
4959 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4960
4961         * configure.ac:
4962         Require gst-plugins-base CVS for audioconvert with non-native
4963         float support and width/depth fix in libgstriff.
4964
4965         Patch by: René Stadler <mail at renestadler dot de>
4966
4967         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4968         (gst_au_parse_parse_header), (gst_au_parse_chain):
4969         * gst/auparse/gstauparse.h:
4970         Don't swap the floats ourself if they're not in native endianness.
4971         Instead let audioconvert handle this. Fixes #339838.
4972
4973 2007-03-29  Wim Taymans  <wim@fluendo.com>
4974
4975         * gst/rtp/gstasteriskh263.h:
4976         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4977         (gst_rtp_h263p_depay_change_state):
4978         * gst/rtp/gstrtph263pdepay.h:
4979         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4980         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4981         (gst_rtp_h264_depay_change_state):
4982         * gst/rtp/gstrtph264depay.h:
4983         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4984         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4985         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4986         Flush adapter on disconts.
4987
4988 2007-03-29  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
4991         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
4992         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
4993         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
4994         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4995         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
4996         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
4997         (gst_rtp_mp4v_depay_process):
4998         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
4999         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5000         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5001         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5002         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5003         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5004         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5005         Use more efficient adapter and rtpbuffer methods when possible.
5006
5007 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5008
5009         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5010         (gst_wavenc_sink_setcaps):
5011         Correctly handle width!=depth input.
5012         * gst/wavparse/gstwavparse.c:
5013         Already export in the caps that width==8 uses unsigned samples and
5014         everything else uses signed samples.
5015
5016 2007-03-29  Wim Taymans  <wim@fluendo.com>
5017
5018         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5019
5020         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5021         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5022         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5023         (gst_dynudpsink_close):
5024         * gst/udp/gstdynudpsink.h:
5025         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5026         (gst_udpsrc_create), (gst_udpsrc_set_property),
5027         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5028         * gst/udp/gstudpsrc.h:
5029         Rework the socket allocation a bit based on the sockfd argument so that
5030         it becomes usable.
5031         Add a closefd property to instruct the udp elements to close the custom
5032         file descriptors when going to READY. Fixes #423304.
5033         API:GstUDPSrc::closefd property
5034         API:GstDynUDPSink::closefd property
5035
5036 2007-03-29  Wim Taymans  <wim@fluendo.com>
5037
5038         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5039
5040         * gst/rtp/Makefile.am:
5041         * gst/rtp/gstrtp.c: (plugin_init):
5042         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5043         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5044         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5045         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5046         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5047         (gst_rtp_h264_pay_plugin_init):
5048         * gst/rtp/gstrtph264pay.h:
5049         Added H264 payloader. Fixes #423782.
5050
5051         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5052         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5053         Small fixes.
5054
5055 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5056
5057         * gst/wavparse/gstwavparse.c:
5058         Actually support depths from 1 to 32, not only 8 to 32.
5059
5060 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5061
5062         * gst/wavparse/gstwavparse.c:
5063         Add support for wav files containing audio/x-raw-int with random
5064         depths between 1 and 32 bits.
5065
5066 2007-03-28  Wim Taymans  <wim@fluendo.com>
5067
5068         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5069
5070         * gst/rtp/Makefile.am:
5071         * gst/rtp/gstrtp.c: (plugin_init):
5072         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5073         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5074         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5075         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5076         (gst_rtp_mp4a_depay_get_property),
5077         (gst_rtp_mp4a_depay_change_state),
5078         (gst_rtp_mp4a_depay_plugin_init):
5079         * gst/rtp/gstrtpmp4adepay.h:
5080         Added MP4A-LATM depayloader. Fixes #417792.
5081
5082         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5083         (gst_rtp_mp4v_depay_process):
5084         Fixup depayloader, setting codec_data, using more efficient adaptor and
5085         rtpbuffer handling.
5086
5087         * gst/rtsp/URLS:
5088         Add url to test above.
5089
5090 2007-03-25  Wim Taymans  <wim@fluendo.com>
5091
5092         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5093         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5094         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5095         (gst_rtspsrc_media_to_caps),
5096         (gst_rtspsrc_stream_configure_transport),
5097         (gst_rtspsrc_stream_configure_caps),
5098         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5099         * gst/rtsp/gstrtspsrc.h:
5100         Handle default clock-rates for static payload types, rearrange stuff so
5101         that the rtpmap field in the sdp can override the defaults.
5102         Parse RTP-Info field to get the seqnum and timebase fields that should
5103         go in the caps.
5104         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5105         the server. 
5106
5107 2007-03-22  Wim Taymans  <wim@fluendo.com>
5108
5109         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5110
5111         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5112         Accept complex pipeline descriptions as an audio profile instead of just
5113         a single element. Fixes #420658.
5114
5115 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5116
5117         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5118           Rename registered type in preparation of GstTagDemux moving to
5119           -base at some point in the future.
5120
5121 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5124           Streaming mode fixes: don't unref buffer we don't own any longer;
5125           remove bogus adapter flush. Fixes #419338.
5126
5127 2007-03-17  David Schleef  <ds@schleef.org>
5128
5129         * REQUIREMENTS: Change the format to key/value, add a bunch of
5130           information, remove a bunch of requirements that are for
5131           other GStreamer packages.
5132
5133 2007-03-17  David Schleef  <ds@schleef.org>
5134
5135         * REQUIREMENTS: Fix a few things.  This file really needs a
5136         good once-over.
5137
5138 2007-03-15  Edward Hervey  <edward@fluendo.com>
5139
5140         * sys/Makefile.am:
5141         Don't forget to distribute the sys/osxaudio/ directory.
5142
5143 2007-03-15  Edward Hervey  <edward@fluendo.com>
5144
5145         * configure.ac:
5146         * sys/Makefile.am:
5147         * sys/osxaudio/Makefile.am:
5148         * sys/osxaudio/gstosxaudio.c:
5149         * sys/osxaudio/gstosxaudiosink.c:
5150         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5151         (gst_osx_audio_sink_getcaps),
5152         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5153         * sys/osxaudio/gstosxaudiosrc.c:
5154         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5155         (gst_osx_audio_src_create_ringbuffer):
5156         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5157         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5158         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5159         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5160         * sys/osxaudio/gstosxringbuffer.h:
5161         Activate osxaudio in gst-plugins-good with proper build setup.
5162         Add inlined documentation.
5163         Fix debug statements
5164         Fix ringbuffer when pausing.
5165         Fixes #323471
5166
5167 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5168         * gst/rtp/gstrtppcmapay.c:
5169         * gst/rtp/gstrtppcmapay.h:
5170         * gst/rtp/gstrtppcmupay.c:
5171         * gst/rtp/gstrtppcmupay.h:
5172         Ported mulaw and alaw payloaders to use new base class
5173
5174 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5175
5176         * po/af.po:
5177         * po/az.po:
5178         * po/cs.po:
5179         * po/en_GB.po:
5180         * po/it.po:
5181         * po/nl.po:
5182         * po/or.po:
5183         * po/sq.po:
5184         * po/sr.po:
5185         * po/sv.po:
5186         * po/uk.po:
5187         * po/vi.po:
5188           Update translations.
5189
5190 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * configure.ac:
5193           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5194
5195 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5196
5197         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5198           Fix handling of -1 values for start and stop values when seeking,
5199           and SEEK_CUR+SEEK_END here as well.
5200
5201 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5202
5203         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5204           Fix handling of -1 values for start and stop values when seeking, 
5205           and SEEK_CUR+SEEK_END.
5206
5207 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5208
5209         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5210           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5211           the image format a variable-length NUL-terminated string; in
5212           versions before that the image format is a fixed-length string of
5213           3 characters (see #348644 for a sample tag).
5214           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5215
5216 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5217
5218         * win32/MANIFEST:
5219         Add new project files to MANIFEST.
5220         * win32/vs6/libgstaudiofx.dsp:
5221         * win32/vs6/libgstrtp.dsp:
5222         * win32/vs6/libgstrtsp.dsp:
5223         Update project files.
5224         
5225 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5228         (gst_avi_demux_parse_index):
5229         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5230         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5231           Printf format fixes; also add some missing quotes in translated
5232           strings. Fixes #416728 and #416727.
5233
5234 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5235
5236         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5237           Tim and I can't think of any reason the child audio sink needs to 
5238           be set back to NULL after successfully determining that it can 
5239           reach READY - it gets immediately set back to READY by the caller
5240           anyway, causing an unnecessary close/open of any audio devices
5241           involved.
5242
5243 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5244
5245         * po/LINGUAS:
5246         * po/ja.po:
5247           Add ja.po file from #377306.
5248
5249 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5250
5251         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5252         * sys/sunaudio/gstsunaudiomixertrack.c:
5253         (gst_sunaudiomixer_track_new):
5254           Actually translate sunaudio mixer track labels instead of just
5255           marking the strings as translatable (#377306); clean up weird
5256           label string mapping code that serves no apparent purpose. Also
5257           set the 'untranslated-label' property when creating mixer tracks
5258           if the GstMixerTrack base class supports this.
5259
5260         * tests/check/Makefile.am:
5261         * tests/check/elements/.cvsignore:
5262         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5263         (sunaudio_suite):
5264           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5265           actually tested on a system where sunaudiomixer is available).
5266
5267 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5268
5269         * tests/check/Makefile.am:
5270         Re-enable the states test and see if it works on the buildbots.
5271
5272 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5273
5274         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5275         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5276         (gst_dvdec_change_state):
5277         * ext/dv/gstdvdec.h:
5278         Infer pixel-aspect-ratio from the video frame format if it isn't
5279         provided by the container, as happens when playing DV from AVI
5280         or Quicktime containers.
5281
5282         Patch by: Wim Taymans <wim@fluendo.com>
5283         Fixes #380944
5284
5285 2007-03-09  Wim Taymans  <wim@fluendo.com>
5286
5287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5288         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5289         will later be handled by the jitterbuffer.
5290
5291 2007-03-09  Wim Taymans  <wim@fluendo.com>
5292
5293         * ext/taglib/gstid3v2mux.cc:
5294         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5295         Fixes #414496.
5296         
5297         Patch by: Alex Lancaster <alexl at users sourceforge net>
5298
5299 2007-03-09  Wim Taymans  <wim@fluendo.com>
5300
5301         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5302         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5303         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5304         (gst_avi_demux_chain):
5305         Fix stream position reporting after a seek. Fixes #416445.
5306
5307 2007-03-08  Wim Taymans  <wim@fluendo.com>
5308
5309         Patch by: René Stadler <mail at renestadler dot de>
5310
5311         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5312         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5313         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5314         Make avidemux accept optional header chunks in any order.
5315         Fixes #415446.
5316
5317 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5318
5319         * tests/check/Makefile.am:
5320         Disable the states check until the remaining Valgrind errors
5321         are fixed or suppressed.
5322
5323 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5324
5325         * tests/check/elements/.cvsignore:
5326           Add audiodynamic check to .cvsignore
5327
5328 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5329
5330         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5331
5332         * gst/audiofx/Makefile.am:
5333         * gst/audiofx/audiodynamic.c:
5334         (gst_audio_dynamic_characteristics_get_type),
5335         (gst_audio_dynamic_mode_get_type),
5336         (gst_audio_dynamic_set_process_function),
5337         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5338         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5339         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5340         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5341         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5342         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5343         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5344         (gst_audio_dynamic_transform_hard_knee_expander_int),
5345         (gst_audio_dynamic_transform_hard_knee_expander_float),
5346         (gst_audio_dynamic_transform_soft_knee_expander_int),
5347         (gst_audio_dynamic_transform_soft_knee_expander_float),
5348         (gst_audio_dynamic_transform_ip):
5349         * gst/audiofx/audiodynamic.h:
5350         * gst/audiofx/audiofx.c: (plugin_init):
5351         Add new audiodynamic element which can act as a compressor or
5352         expander. Supported are hard-knee and soft-knee operation modes with
5353         user-specified ratio and threshold.
5354         Attack and release parameters are not yet implemented but will follow.
5355         * docs/plugins/Makefile.am:
5356         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5357         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5358         * docs/plugins/gst-plugins-good-plugins.args:
5359         * docs/plugins/inspect/plugin-audiofx.xml:
5360         Integrate audiodynamic into the docs.
5361         * tests/check/Makefile.am:
5362         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5363         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5364         Add unit test for audiodynamic.
5365
5366 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5367
5368         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5369         Free handles that we allocated when exiting via the error paths.
5370
5371 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5372
5373         * gst/level/gstlevel.c: (gst_level_class_init),
5374         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5375         (gst_level_transform_ip):
5376         * gst/level/gstlevel.h:
5377           Resolve message timestamps against the playback segment.
5378
5379 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5380
5381         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5382         (gst_id3demux_sink_activate):
5383           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5384           caps passed to it (previously one code path assumed it took ownership
5385           while another one assumed it didn't, while in fact it sometimes did and
5386           sometimes didn't ...).
5387
5388         * configure.ac:
5389         * tests/files/Makefile.am:
5390         * tests/files/id3-407349-1.tag:
5391         * tests/files/id3-407349-2.tag:
5392           Add directory where data for unit tests can be stored.
5393
5394         * tests/Makefile.am:
5395         * tests/check/Makefile.am:
5396         * tests/check/elements/.cvsignore:
5397         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5398         (read_tags_from_file), (run_check_for_file),
5399         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5400           Add unit test for id3demux, and in particular for bug #407349. Only
5401           testing pull-mode for now; push mode doesn't work yet because the test
5402           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5403
5404 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         * tests/check/Makefile.am:
5407           Add missing backslash at end of line.
5408
5409 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5410
5411         Trigger rebuild.
5412
5413 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5414
5415         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5416         * gst/id3demux/id3tags.h:
5417         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5418         (parse_obsolete_tdat_frame):
5419           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5420           the four-digit number will be interpreted as a year, whereas it is
5421           month and day in DDMM format. Instead, parse TDAT frames and fix up
5422           the date in the GST_TAG_DATE tag later if we also extracted a year.
5423           Fixes #407349.
5424
5425 2007-03-06  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 dispose logic so it doesn't leak, and fix setting of 
5430         the child state so that we don't set a child to our current state 
5431         just as we are changing it to something else.
5432
5433 2007-03-06  Wim Taymans  <wim@fluendo.com>
5434
5435         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5436         (gst_goom_chain):
5437         * gst/goom/gstgoom.h:
5438         Document, fix and improve goom adapter behaviour.
5439         Fixes #407006.
5440
5441 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5442
5443         * ext/esd/esdsink.c: (gst_esdsink_open):
5444         Unref static pad template after using it.
5445
5446 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5447
5448         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5449         (gst_switch_commit_new_kid):
5450         Fix up the reference counting of the child elements.
5451
5452 2007-03-05  Wim Taymans  <wim@fluendo.com>
5453
5454         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5455         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5456         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5457         Fix encoding-name case.
5458
5459 2007-03-05  Wim Taymans  <wim@fluendo.com>
5460
5461         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5462         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5463         (gst_rtp_speex_depay_process):
5464         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5465         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5466         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5467         (gst_rtp_speex_pay_change_state):
5468         * gst/rtp/gstrtpspeexpay.h:
5469         Fix speex (de)payloader. Fixes #358040.
5470
5471 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5472
5473         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5474         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5475         Install fakesink in NULL by fixing some broken logic. This obviates
5476         the need to manually set _IS_SINK.
5477         Add some comments and remove a little cruft while I'm at it.
5478
5479 2007-03-05  Wim Taymans  <wim@fluendo.com>
5480
5481         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5482         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5483
5484 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         * po/POTFILES.in:
5487           Update.
5488
5489 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5490
5491         * tests/check/Makefile.am:
5492         Gah! Also disable gconfvideosink from the tests, otherwise
5493         it will instantiate autovideosink, and dfbvideosink and
5494         leak on the buildbots.
5495
5496 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5497
5498         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5499         (gst_cdio_cdda_src_finalize):
5500         Make sure we always destroy our libcdio handle.
5501
5502 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5503
5504         * tests/check/Makefile.am:
5505         Disable autovideosink so the buildbots don't barf over memory
5506         leaked in the directfb sink.
5507
5508 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5509
5510         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5511         Chain up in dispose
5512
5513 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5514
5515         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5516         (gst_multipart_find_pad_by_mime):
5517         Use gst_pad_new_from_static_template instead of
5518         static_pad_template_get+pad_new.
5519
5520 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5521
5522         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5523         Catch the case where no clock has been set.
5524
5525 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5526
5527         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5528         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5529         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5530         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5531         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5532         (gst_gconf_audio_src_finalize), (do_toggle_element):
5533         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5534         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5535         (do_toggle_element):
5536         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5537         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5538         (gst_gconf_video_src_finalize), (do_toggle_element):
5539         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5540         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5541         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5542         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5543         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5544         (gst_shout2send_init), (gst_shout2send_finalize):
5545         * gst/debug/testplugin.c: (gst_test_class_init),
5546         (gst_test_finalize):
5547         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5548         (gst_flxdec_dispose):
5549         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5550         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5552         (gst_rtspsrc_finalize):
5553         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5554         * gst/rtsp/rtspextwms.h:
5555         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5556         (gst_smpte_finalize):
5557         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5558         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5559         (gst_udpsink_finalize):
5560         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5561         (gst_wavparse_sink_activate):
5562         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5563         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5564         (gst_oss_src_finalize):
5565         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5566         * sys/v4l2/gstv4l2object.h:
5567         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5568         (gst_v4l2src_finalize):
5569         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5570
5571         Fix a bunch of leaks shown by the newly-added states test.
5572
5573 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5574
5575         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5576         Use gst_pad_new_from_static_template instead of 
5577         static_pad_template_get+pad_new.
5578
5579 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5580
5581         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5582
5583         * ext/libcaca/Makefile.am:
5584         * gst/debug/Makefile.am:
5585           Don't mix tabs and spaces (#414168).
5586
5587 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5588
5589         * tests/check/generic/.cvsignore:
5590           Ignore files to please buildbot.
5591
5592 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5593
5594         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5595         (gst_wavparse_stream_data):
5596           Unbreak my previous commit (swapped nominator & denominator). Tim,
5597           thanks for spotting.
5598
5599 2007-03-02  Wim Taymans  <wim@fluendo.com>
5600
5601         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5602         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5603         (gst_cdio_cdda_src_finalize):
5604         Small code cleanups.
5605         Don't use pad_alloc as the base class cannot deal with the error codes.
5606
5607 2007-03-02  Wim Taymans  <wim@fluendo.com>
5608
5609         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5610         (gst_udpsrc_create):
5611         Fix doc.
5612
5613 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5614
5615         Patch by: René Stadler <mail@renestadler.de>
5616
5617         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5618         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5619         (gst_wavparse_stream_data):
5620           Handle rounding better to not drop last sample frame. Fixes #356692
5621
5622 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5623
5624         * tests/check/Makefile.am:
5625         Disable cacasink from the states check too - it also calls exit(1)
5626         on us when it can't find a terminal to talk to.
5627
5628 2007-03-02  Wim Taymans  <wim@fluendo.com>
5629
5630         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5631
5632         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5633         (gst_udpsrc_create), (gst_udpsrc_set_property),
5634         (gst_udpsrc_get_property):
5635         * gst/udp/gstudpsrc.h:
5636         Add support to strip proprietary headers. Fixes #350296.
5637
5638 2007-03-02  Wim Taymans  <wim@fluendo.com>
5639
5640         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5641         Fix compilation.
5642
5643 2007-03-02  Wim Taymans  <wim@fluendo.com>
5644
5645         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5646
5647         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5648         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5649         (gst_rtp_mp2t_depay_set_property),
5650         (gst_rtp_mp2t_depay_get_property):
5651         * gst/rtp/gstrtpmp2tdepay.h:
5652         Add support to strip off proprietary headers. Fixes #350278.
5653
5654 2007-03-02  Wim Taymans  <wim@fluendo.com>
5655
5656         * ext/hal/hal.c:
5657         Fix compilation.
5658
5659 2007-03-02  Wim Taymans  <wim@fluendo.com>
5660
5661         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5662         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5663         (gst_sunaudiosrc_open):
5664         * sys/sunaudio/gstsunaudiosrc.h:
5665         Remove device-name from GstSunAudioSrc. Fixes #412597.
5666
5667 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5668
5669         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5670         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5671         Having NULL as UDI previously selected the default sink/src. Change
5672         this back but mention it in the debug output.
5673         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5674         (gst_hal_get_oss_element), (gst_hal_get_string),
5675         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5676         (gst_hal_get_audio_src):
5677         * ext/hal/hal.h:
5678         Refactor a bit, check all error conditions, greatly improve debugging
5679         and fix some possible memory leaks. Also implement OSS support
5680         and allow specifying an UDI that points to a real device. For this the
5681         child device which supports ALSA (preferred) or OSS is used.
5682         As a side effect this makes it impossible now to get a alsasink in
5683         halaudiosrc and a alsasrc in halaudiosink.
5684
5685 2007-03-01  Wim Taymans  <wim@fluendo.com>
5686
5687         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5688         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5689         Errors from the udp sources are not fatal unless all of them are in
5690         error.
5691
5692 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5693
5694         * tests/check/Makefile.am:
5695         Disable aasink in the states test. I suspect this is the element that
5696         is calling exit(1) when it can't proceed.
5697
5698 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5699
5700         * tests/check/Makefile.am:
5701         Draw plugins in from the build tree sys/ dir, rather than picking
5702         up the already installed versions.
5703
5704 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5705
5706         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5707         Error out correctly when getting xcontext fails.
5708
5709 2007-03-01  Wim Taymans  <wim@fluendo.com>
5710
5711         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5712         Make state change to PAUSED NO_PREROLL because that's what it will be in
5713         the future and rtspsrc relies on it.
5714
5715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5716         (gst_rtspsrc_change_state):
5717         Don't error out when we don't get an error from the state change
5718         function.
5719
5720 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5721
5722         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5723         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5724           Check if the device UDI is set before trying to query HAL
5725           about it and give a useful error message if it wasn't set.
5726         * ext/hal/hal.c: (gst_hal_get_string):
5727           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5728           gives an assertion failure in D-Bus when running with
5729           DBUS_FATAL_WARNINGS=1.
5730
5731 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5732
5733         * configure.ac:
5734           Convert to new AG_GST style.
5735
5736 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5737
5738         * tests/check/Makefile.am:
5739         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5740           add test for states
5741
5742 2007-02-28  Wim Taymans  <wim@fluendo.com>
5743
5744         * tests/check/elements/.cvsignore:
5745         Add new videofilter check to .cvsignore.
5746
5747 2007-02-28  Wim Taymans  <wim@fluendo.com>
5748
5749         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5750         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5751         (gst_avi_demux_loop), (gst_avi_demux_chain):
5752         Fix combined flow return. Fixes #412608.
5753
5754 2007-02-28  Wim Taymans  <wim@fluendo.com>
5755
5756         * gst/videofilter/Makefile.am:
5757         Dist header..
5758
5759 2007-02-28  Wim Taymans  <wim@fluendo.com>
5760
5761         * gst/videofilter/gstgamma.h:
5762         Add header too.
5763
5764 2007-02-28  Wim Taymans  <wim@fluendo.com>
5765
5766         Patch by: Mark Nauwelaerts <manauw at skynet be>
5767
5768         * gst/videofilter/Makefile.am:
5769         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5770         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5771         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5772         (oil_tablelookup_u8), (gst_gamma_set_caps),
5773         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5774         Port gamma filter to 0.10. Fixes #412704.
5775
5776         * tests/check/Makefile.am:
5777         * tests/check/elements/videofilter.c: (setup_filter),
5778         (cleanup_filter), (check_filter), (GST_START_TEST),
5779         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5780         Add unit tests for videofilters.
5781
5782 2007-02-28  Wim Taymans  <wim@fluendo.com>
5783
5784         * gst/rtsp/URLS:
5785         Add another interesting test url.
5786
5787         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5788         Don't allow getting header fields from data packets.
5789
5790 2007-02-28  Michael Smith  <msmith@fluendo.com>
5791
5792         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5793         (gst_shout2send_init), (gst_shout2send_start),
5794         (gst_shout2send_set_property), (gst_shout2send_get_property):
5795         * ext/shout2/gstshout2.h:
5796           Add a property for username.
5797
5798 2007-02-27  Christian Schallerr <christian@fluendo.com>
5799
5800         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5801
5802 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5803
5804         * gst/rtsp/Makefile.am:
5805         Fix make check too.
5806
5807 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5808
5809         * gst/rtsp/base64.c: (util_base64_encode):
5810         * gst/rtsp/base64.h:
5811         Commit missing files for base64 encoding.
5812
5813 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5816
5817         * configure.ac:
5818         * ext/annodex/Makefile.am:
5819         * ext/jpeg/Makefile.am:
5820         * ext/speex/Makefile.am:
5821         * gst/alpha/Makefile.am:
5822         * gst/cutter/Makefile.am:
5823         * gst/debug/Makefile.am:
5824         * gst/effectv/Makefile.am:
5825         * gst/goom/Makefile.am:
5826         * gst/level/Makefile.am:
5827         * gst/smpte/Makefile.am:
5828         * gst/videofilter/Makefile.am:
5829           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5830
5831 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5832
5833         * gst/rtsp/Makefile.am:
5834         * gst/rtsp/rtspconnection.c: (append_auth_header),
5835         (rtsp_connection_send), (rtsp_connection_set_auth):
5836         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5837         from icecast to replace it. Relicensed from GPL courtesy of Mike
5838         Smith.
5839
5840 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5841
5842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5843         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5844         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5845         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5846         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5847         (gst_rtspsrc_uri_set_uri):
5848         * gst/rtsp/gstrtspsrc.h:
5849         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5850         (append_auth_header), (rtsp_connection_send),
5851         (rtsp_connection_free), (rtsp_connection_set_auth):
5852         * gst/rtsp/rtspconnection.h:
5853         * gst/rtsp/rtspdefs.h:
5854         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5855         * gst/rtsp/rtspurl.h:
5856
5857         Implement simple Basic Authentication support so that urls like
5858         rtsp://user:pass@hostname/rtspstream work on hosts that require
5859         authentication.
5860
5861 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5862
5863         * sys/v4l2/gstv4l2object.c:
5864         * sys/v4l2/gstv4l2tuner.c:
5865         * sys/v4l2/v4l2_calls.c:
5866         Fix segfault when oppening a radio device.
5867         
5868 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5869
5870         * gst/level/gstlevel.c: (gst_level_set_caps),
5871         (gst_level_transform_ip):
5872         * sys/v4l2/README:
5873         * tests/check/elements/level.c: (GST_START_TEST):
5874           Fix level for multi-channel case.
5875
5876 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5877
5878         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5879         (gst_level_transform_ip):
5880         * gst/level/gstlevel.h:
5881           Use function pointer for process function and add process functions
5882           for float audio.
5883
5884 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5885
5886         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5887         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5888         (gst_v4l2src_capture_init):
5889           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5890           fixes #407369
5891
5892 2007-02-18  Wim Taymans  <wim@fluendo.com>
5893
5894         * gst/rtp/Makefile.am:
5895         * gst/rtp/gstrtp.c: (plugin_init):
5896         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5897         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5898         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5899         (gst_rtp_mp2t_pay_plugin_init):
5900         * gst/rtp/gstrtpmp2tpay.h:
5901         Added simple mpeg transport stream payloader.
5902
5903 2007-02-16  Wim Taymans  <wim@fluendo.com>
5904
5905         * gst/rtsp/URLS:
5906         Add example H264 rtsp url.
5907
5908         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5909         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5910         Don't convert values to lowercase or we might mess up base64 encoded
5911         properties.
5912
5913 2007-02-16  Wim Taymans  <wim@fluendo.com>
5914
5915         * gst/rtp/README:
5916         Fix case of string params.
5917
5918         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5919         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5920         Fix depayloader, support more packet types.
5921         Add sync codes to make sure the packetizer can do its job.
5922
5923         * gst/rtp/gstrtpmp4gdepay.c:
5924         * gst/rtp/gstrtpmp4gpay.c:
5925         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5926         Fix caps case again.
5927
5928 2007-02-15  Wim Taymans  <wim@fluendo.com>
5929
5930         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5931         Set right caps on output buffers.
5932
5933 2007-02-14  Wim Taymans  <wim@fluendo.com>
5934
5935         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5936         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5937         Clear stack allocated SDPMedia struct before calling _init() on it.
5938         Clarify this in the docs as well.
5939
5940 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5941
5942         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5943         (do_change_child):
5944         Don't reset the profile when going switching states, as it makes
5945         the element non-reusable.
5946
5947 2007-02-14  Wim Taymans  <wim@fluendo.com>
5948
5949         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5950         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5951         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5952         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5953         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5954         (sdp_parse_line):
5955         * gst/rtsp/sdpmessage.h:
5956         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5957         Fix memory management of SDP messages. Fixes #407793.
5958
5959 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5960
5961         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5962
5963         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5964         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5965
5966 2007-02-14  Wim Taymans  <wim@fluendo.com>
5967
5968         Patch by: jp.liu <jp_liu at astrocom dot cn>
5969
5970         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5971         Fix parsing of password field in url. Fixes #407797.
5972
5973 2007-02-14  Wim Taymans  <wim@fluendo.com>
5974
5975         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5976         (gst_wavparse_reset), (gst_wavparse_init),
5977         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5978         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5979         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5980         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5981         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5982         (gst_wavparse_loop), (gst_wavparse_chain),
5983         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5984         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5985         (plugin_init):
5986         * gst/wavparse/gstwavparse.h:
5987         Update docs.
5988         Use boilerplate.
5989         Various code cleanups.
5990         When the bitrate is not known (bps == 0 or compressed formats) let
5991         downstream element guestimate the duration and position and don't
5992         generate timestamps or durations. Fixes #405213.
5993         Fix EOS and ERROR conditions in chain mode, we just need to forward the
5994         error flowreturn upstream.
5995
5996 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
5997
5998         * ext/gconf/Makefile.am:
5999         * ext/gconf/gconf.c: (gst_gconf_get_string),
6000         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6001         (gst_gconf_render_bin_with_default):
6002         * ext/gconf/gconf.h:
6003         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6004         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6005         (gst_gconf_audio_sink_dispose), (do_change_child),
6006         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6007         (cb_change_child), (gst_gconf_audio_sink_change_state):
6008         * ext/gconf/gstgconfaudiosink.h:
6009         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6010         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6011         (gst_switch_sink_init), (gst_switch_sink_dispose),
6012         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6013         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6014         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6015         * ext/gconf/gstswitchsink.h:
6016         * gst/autodetect/gstautoaudiosink.c:
6017         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6018         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6019         (gst_auto_audio_sink_detect):
6020         * gst/autodetect/gstautovideosink.c:
6021         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6022         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6023         (gst_auto_video_sink_detect):
6024         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6025         and a child that implements the GConf key monitoring. The end goal of
6026         this is an audio sink that can be changed on the fly, but at the 
6027         moment it still only changes on the next READY transition.
6028
6029 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6030
6031         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6032         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6033         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6034         (gst_avi_demux_calculate_durations_from_index),
6035         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6036         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6037         (gst_avi_demux_loop):
6038           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6039
6040 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6041
6042         * configure.ac:
6043         * docs/plugins/Makefile.am:
6044           Add crossreferences to glib/gobject/gstream docs.
6045
6046 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6047
6048         * gst/monoscope/Makefile.am:
6049         * gst/monoscope/gstmonoscope.c:
6050           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6051           (but no LIBS, since we only use defines from the headers).
6052
6053 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6056
6057         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6058         (gst_wavparse_stream_data):
6059           Fix massive memory leak when operating in streaming mode due to
6060           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6061           Fixes #407057.
6062
6063 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6066         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6067         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6068         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6069         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6070         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6071         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6072         (gst_avi_demux_calculate_durations_from_index),
6073         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6074         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6075         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6076         * gst/avi/gstavidemux.h:
6077           Save some memory (8%) by repacking the index entry structure (more to
6078           come). Add more FIXMEs to questionable parts.
6079
6080 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6081
6082         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6083         (gst_v4l2src_get_caps):
6084         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6085         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6086         (gst_v4l2src_capture_init):
6087           More FIXME comments and messaging changes.
6088
6089 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6090
6091         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6092         (gst_goom_change_state):
6093         * gst/goom/gstgoom.h:
6094           Improved docs and use GST_DEBUG_FUNCPTR.
6095
6096         * gst/level/gstlevel.c: (gst_level_class_init):
6097           Use GST_DEBUG_FUNCPTR.
6098
6099         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6100         (gst_monoscope_chain), (gst_monoscope_change_state):
6101           Improved docs source cleanups.
6102
6103 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6104
6105         * gst/debug/Makefile.am:
6106         * gst/debug/gstdebug.c: (plugin_init):
6107         * gst/debug/gstpushfilesrc.c:
6108         * gst/debug/gstpushfilesrc.h:
6109           Add code for a pushfilesrc element that implements a pushfile:// URI
6110           handler, to make debugging push-mode operation of demuxer/decoders
6111           that support both easier in connection with seek/playbin/etc.
6112           The element isn't registered at the moment.
6113
6114 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6115
6116         * gst/avi/gstavimux.c:
6117           Comment a #if 0 in caps template definition as VS6 seems to 
6118         do not support it.
6119         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6120           Use gst_guint64_to_gdouble for conversion.
6121         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6122           Move variables declaration before the first instruction.
6123         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6124           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6125           And don't include netdb.h for G_OS_WIN32
6126         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6127           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6128           by VS6 then use an other way to initialize SDPMedia structure.
6129         * gst/udp/gstdynudpsink.h:
6130         * gst/udp/gstdynudpnetutils.h:
6131           Do not include <sys/time.h> for G_OS_WIN32
6132         * gst/udp/gstudpsrc.c:
6133           Define socklen_t as int for G_OS_WIN32
6134         * win/common/config.h.in:
6135           Undef HAVE_NETINET_IN_H
6136         * win32/vs6/gst_plugins_good.dsw:
6137         * win32/vs6/libgstrtp.dsp:
6138         * win32/vs6/libgstrtsp.dsp:
6139         * win32/vs6/libgstautogen.dsp:
6140         * win32/vs6/libgstaudiofx.dsp:
6141         * win32/vs6/libgstudp.dsp:
6142           Add and update project files.
6143         * win32/common/gstudp-enumtypes.c:
6144         * win32/common/gstudp-enumtypes.h:
6145           Add a copy of udp enumtypes to win32/common as in core 
6146           and base.
6147         
6148 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6149
6150         * configure.ac:
6151           Activate monoscope when building with --enable-experimental. Fix
6152           --enable-external configure switch description.
6153
6154         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6155         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6156           Help gst-indent.
6157
6158 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6159
6160         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6161           Explicitly cast result of pointer arithmetic to integer in order to
6162           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6163
6164 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * gst/debug/progressreport.c:
6167           Some more docs.
6168
6169 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * docs/plugins/inspect/plugin-rtp.xml:
6172           Update for new elements.
6173
6174         * gst/debug/progressreport.h:
6175           Commit newly-created header file as well.
6176
6177 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6178
6179         * docs/plugins/Makefile.am:
6180         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6181         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6182         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6183         * gst/debug/Makefile.am:
6184         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6185         (gst_progress_report_do_query), (gst_progress_report_report):
6186           Make progressreport element post messages with the current progress
6187           on the bus. Also add some basic docs for it.
6188
6189 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * ext/hal/hal.c: (gst_hal_get_string):
6192         * ext/hal/hal.h:
6193           Some small cleanups; deal with errors when parsing the HAL ALSA
6194           capabilities a bit better.
6195
6196 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6197
6198         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6199           Let's try this again and use the right cast this time.
6200
6201 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6202
6203         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6204           Add cast to avoid compiler warnings with older GLib versions
6205           where the nick/name members in GEnumValue are not declared as
6206           constant strings.
6207
6208 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6209
6210         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6211         (gst_gconf_render_bin_from_key),
6212         (gst_gconf_get_default_audio_sink):
6213         * ext/gconf/gconf.h:
6214         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6215         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6216         (gst_gconf_audio_sink_get_property):
6217           In gconfaudiosink, get the right key as the old key in do_toggle
6218           (ie. one dependent on the profile selected). Log some more stuff so
6219           we can see what's actually going on.
6220
6221 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6222
6223         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6224         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6225         (gst_audio_amplify_set_process_function),
6226         (gst_audio_amplify_setup):
6227         * gst/audiofx/audioamplify.h:
6228         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6229         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6230         * gst/audiofx/audioinvert.h:
6231         Some small cleanups and port both elements to the new GstAudioFilter
6232         base class to save a few lines of common code.
6233         * gst/audiofx/Makefile.am:
6234         Link against libgstaudio for the above changes
6235
6236 2007-01-29  Wim Taymans  <wim@fluendo.com>
6237
6238         * tests/check/elements/.cvsignore:
6239         Some more ignores.
6240
6241 2007-01-26  Wim Taymans  <wim@fluendo.com>
6242
6243         Patch by: charles <charlesg3 at gmail dot com>
6244
6245         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6246         (set_shout_metadata), (gst_shout2send_event):
6247         * ext/shout2/gstshout2.h:
6248         Properly handle tags in shout2send. Fixes #399825.
6249
6250 2007-01-25  Wim Taymans  <wim@fluendo.com>
6251
6252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6253         (gst_rtspsrc_activate_streams):
6254         Convert SDP fields to upper/lowercase following the rules in the SDP to
6255         caps document. 
6256
6257 2007-01-25  Wim Taymans  <wim@fluendo.com>
6258
6259         * gst/rtp/README:
6260         * gst/rtp/gstrtpilbcdepay.c:
6261         * gst/rtp/gstrtpilbcpay.c:
6262         * gst/rtp/gstrtpmp4gdepay.c:
6263         * gst/rtp/gstrtpmp4gpay.c:
6264         * gst/rtp/gstrtpspeexdepay.c:
6265         * gst/rtp/gstrtpspeexpay.c:
6266         * gst/rtp/gstrtpsv3vdepay.c:
6267         * gst/rtp/gstrtptheoradepay.c:
6268         * gst/rtp/gstrtptheorapay.c:
6269         * gst/rtp/gstrtpvorbisdepay.c:
6270         * gst/rtp/gstrtpvorbispay.c:
6271         Fix case of encoding-name and key/value pairs to match the document.
6272         This is to make interoperation with SDP case-insensitive as required by
6273         the relevant RFCs.
6274
6275 2007-01-25  Wim Taymans  <wim@fluendo.com>
6276
6277         * configure.ac:
6278         Bump required -core/-base to CVS
6279
6280 2007-01-25  Wim Taymans  <wim@fluendo.com>
6281
6282         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6283         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6284         * gst/rtp/gstrtpL16pay.h:
6285         Fill up to MTU using adapter.
6286         Timestamp rtp packets.
6287
6288 2007-01-25  Edward Hervey  <edward@fluendo.com>
6289
6290         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6291         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6292         Use G_GSIZE_FORMAT in print statements for portability.
6293         Fixes build on macosx.
6294
6295 2007-01-24  Wim Taymans  <wim@fluendo.com>
6296
6297         * gst/rtp/Makefile.am:
6298         * gst/rtp/gstrtp.c: (plugin_init):
6299         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6300         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6301         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6302         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6303         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6304         (gst_rtp_L16_depay_plugin_init):
6305         * gst/rtp/gstrtpL16depay.h:
6306         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6307         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6308         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6309         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6310         (gst_rtp_L16_pay_plugin_init):
6311         * gst/rtp/gstrtpL16pay.h:
6312         Port and enable raw audio payloader/depayloader. Needs a bit more work
6313         on the payloader side.
6314
6315 2007-01-24  Wim Taymans  <wim@fluendo.com>
6316
6317         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6318         (gst_rtspsrc_stream_configure_transport),
6319         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6320         * gst/rtsp/gstrtspsrc.h:
6321         Only unblock the udp pads when we linked and activated them all.
6322         Fixes #395688.
6323
6324 2007-01-24  Wim Taymans  <wim@fluendo.com>
6325
6326         * gst/rtp/Makefile.am:
6327         * gst/rtp/gstrtp.c: (plugin_init):
6328         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6329         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6330         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6331         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6332         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6333         * gst/rtp/gstrtpac3depay.h:
6334         Added simple AC3 depayloader (RFC 4184).
6335
6336         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6337         Fix a leak.
6338
6339 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6340
6341         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6342
6343         * gst/audiofx/Makefile.am:
6344         * gst/audiofx/audioamplify.c:
6345         (gst_audio_amplify_clipping_method_get_type),
6346         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6347         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6348         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6349         (gst_audio_amplify_set_caps),
6350         (gst_audio_amplify_transform_int_clip),
6351         (gst_audio_amplify_transform_int_wrap_negative),
6352         (gst_audio_amplify_transform_int_wrap_positive),
6353         (gst_audio_amplify_transform_float_clip),
6354         (gst_audio_amplify_transform_float_wrap_negative),
6355         (gst_audio_amplify_transform_float_wrap_positive),
6356         (gst_audio_amplify_transform_ip):
6357         * gst/audiofx/audioamplify.h:
6358         * gst/audiofx/audiofx.c: (plugin_init):
6359         Add new element "audioamplify". This allows scaling of raw audio
6360         samples, similar to the "volume" element, but provides different modes
6361         for clipping and allows unlimited amplification. It's mainly targeted
6362         for creative sound design and not as a replacement of the "volume"
6363         element. Fixes #397162
6364         * docs/plugins/Makefile.am:
6365         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6366         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6367         * docs/plugins/gst-plugins-good-plugins.args:
6368         * docs/plugins/inspect/plugin-audiofx.xml:
6369         Add docs for audioamplify and integrate them into the build system
6370         * tests/check/Makefile.am:
6371         * tests/check/elements/audioamplify.c: (setup_amplify),
6372         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6373         Add fairly extensive unit test suite for audioamplify
6374
6375 2007-01-24  Wim Taymans  <wim@fluendo.com>
6376
6377         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6378         Unblock pads after adding the pads to the element so that autopluggers
6379         get a change to link something. Possibly fixes #395688.
6380
6381 2007-01-24  Wim Taymans  <wim@fluendo.com>
6382
6383         * gst/rtp/gstrtpamrdepay.c:
6384         * gst/rtp/gstrtpgsmdepay.c:
6385         * gst/rtp/gstrtph263pdepay.c:
6386         * gst/rtp/gstrtph263ppay.c:
6387         * gst/rtp/gstrtph264depay.c:
6388         * gst/rtp/gstrtpilbcdepay.c:
6389         * gst/rtp/gstrtpmp2tdepay.c:
6390         * gst/rtp/gstrtpmp4gdepay.c:
6391         * gst/rtp/gstrtpmp4gpay.c:
6392         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6393         * gst/rtp/gstrtpmp4vpay.c:
6394         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6395         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6396         (gst_rtp_mpa_depay_process):
6397         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6398         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6399         * gst/rtp/gstrtppcmadepay.c:
6400         * gst/rtp/gstrtppcmudepay.c:
6401         * gst/rtp/gstrtpspeexdepay.c:
6402         * gst/rtp/gstrtpspeexpay.c:
6403         * gst/rtp/gstrtpsv3vdepay.c:
6404         * gst/rtp/gstrtptheoradepay.c:
6405         * gst/rtp/gstrtptheorapay.c:
6406         * gst/rtp/gstrtpvorbisdepay.c:
6407         * gst/rtp/gstrtpvorbispay.c:
6408         Fix caps with payload numbers.
6409         Add some fixed payload numbers to caps when possible.
6410
6411 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6412
6413         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6414
6415         * gst/audiofx/Makefile.am:
6416         * gst/audiofx/audiofx.c: (plugin_init):
6417         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6418         (gst_audio_invert_class_init), (gst_audio_invert_init),
6419         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6420         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6421         (gst_audio_invert_transform_float),
6422         (gst_audio_invert_transform_ip):
6423         * gst/audiofx/audioinvert.h:
6424         Add new audiofx element "audioinvert". This element swaps the upper
6425         and lower half of samples and can be used for example for a
6426         wide-stereo effect. Fixes #396057
6427         * docs/plugins/Makefile.am:
6428         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6429         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6430         * docs/plugins/gst-plugins-good-plugins.args:
6431         * docs/plugins/inspect/plugin-audiofx.xml:
6432         Add docs for the audioinvert element and add them to the build system.
6433         * tests/check/Makefile.am:
6434         * tests/check/elements/audioinvert.c: (setup_invert),
6435         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6436         Add unit test suite for the audioinvert element.
6437
6438 2007-01-23  Wim Taymans  <wim@fluendo.com>
6439
6440         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6441         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6442         Parse config params as string and int.
6443         Parse and use AU header length
6444
6445 2007-01-23  Wim Taymans  <wim@fluendo.com>
6446
6447         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6448         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6449         * gst/smpte/gstmask.c: (_gst_mask_register):
6450         * gst/smpte/gstmask.h:
6451         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6452         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6453         (gst_smpte_paint_triangle_clock):
6454         constify some static structs.
6455         Don't update the mask if nothing changed to the params.
6456         Make sure we never draw outside of the picture. Fixes #398325.
6457
6458 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6461           Error out properly when pull_range fails while we're reading the
6462           headers, instead of just pausing the task silently. Fixes #399338.
6463
6464 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6467           Some more sanity checks to make sure the input formats match and the
6468           input pads are actually negotiated, in case someone tries to feed
6469           buffers from fakesrc or filesrc. Fixes #398299.
6470           Also const-ify an array, just because we can.
6471
6472 2007-01-19  Edward Hervey  <edward@fluendo.com>
6473
6474         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6475         Ignore previous commit, that was only valid for widths and heights
6476         that are multiples of 4.
6477         Copy over size/stride macros from jpegdec. This allows the element
6478         to work with any width,height...
6479         ... but puts in evidence that the actual transformations only work
6480         with width/height that are multiples of 4.
6481
6482 2007-01-19  Edward Hervey  <edward@fluendo.com>
6483
6484         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6485         Allocate buffers of the right size.
6486         The proper size of a I420 buffer in bytes is:
6487         
6488             width * height * 3
6489             ------------------
6490                     2
6491
6492 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6493
6494         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6495           Proxy getcaps on sink pads too, so that we either end up with the
6496           same dimensions on all pads or error out if that's not possible
6497           (seems to work even!). Fixes #398086, I think.
6498
6499 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6500
6501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6502         * docs/plugins/gst-plugins-good-plugins.args:
6503         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6504           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6505           fix integer properties with -1 as minimum value.
6506
6507         * docs/plugins/inspect/plugin-1394.xml:
6508         * docs/plugins/inspect/plugin-aasink.xml:
6509         * docs/plugins/inspect/plugin-alaw.xml:
6510         * docs/plugins/inspect/plugin-alpha.xml:
6511         * docs/plugins/inspect/plugin-alphacolor.xml:
6512         * docs/plugins/inspect/plugin-annodex.xml:
6513         * docs/plugins/inspect/plugin-apetag.xml:
6514         * docs/plugins/inspect/plugin-audiofx.xml:
6515         * docs/plugins/inspect/plugin-auparse.xml:
6516         * docs/plugins/inspect/plugin-autodetect.xml:
6517         * docs/plugins/inspect/plugin-avi.xml:
6518         * docs/plugins/inspect/plugin-cacasink.xml:
6519         * docs/plugins/inspect/plugin-cairo.xml:
6520         * docs/plugins/inspect/plugin-cdio.xml:
6521         * docs/plugins/inspect/plugin-cutter.xml:
6522         * docs/plugins/inspect/plugin-debug.xml:
6523         * docs/plugins/inspect/plugin-dv.xml:
6524         * docs/plugins/inspect/plugin-efence.xml:
6525         * docs/plugins/inspect/plugin-effectv.xml:
6526         * docs/plugins/inspect/plugin-esdsink.xml:
6527         * docs/plugins/inspect/plugin-flac.xml:
6528         * docs/plugins/inspect/plugin-flxdec.xml:
6529         * docs/plugins/inspect/plugin-gconfelements.xml:
6530         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6531         * docs/plugins/inspect/plugin-goom.xml:
6532         * docs/plugins/inspect/plugin-halelements.xml:
6533         * docs/plugins/inspect/plugin-icydemux.xml:
6534         * docs/plugins/inspect/plugin-id3demux.xml:
6535         * docs/plugins/inspect/plugin-jpeg.xml:
6536         * docs/plugins/inspect/plugin-level.xml:
6537         * docs/plugins/inspect/plugin-matroska.xml:
6538         * docs/plugins/inspect/plugin-mulaw.xml:
6539         * docs/plugins/inspect/plugin-multipart.xml:
6540         * docs/plugins/inspect/plugin-navigationtest.xml:
6541         * docs/plugins/inspect/plugin-ossaudio.xml:
6542         * docs/plugins/inspect/plugin-png.xml:
6543         * docs/plugins/inspect/plugin-rtp.xml:
6544         * docs/plugins/inspect/plugin-rtsp.xml:
6545         * docs/plugins/inspect/plugin-shout2send.xml:
6546         * docs/plugins/inspect/plugin-smpte.xml:
6547         * docs/plugins/inspect/plugin-speex.xml:
6548         * docs/plugins/inspect/plugin-taglib.xml:
6549         * docs/plugins/inspect/plugin-udp.xml:
6550         * docs/plugins/inspect/plugin-videobalance.xml:
6551         * docs/plugins/inspect/plugin-videobox.xml:
6552         * docs/plugins/inspect/plugin-videoflip.xml:
6553         * docs/plugins/inspect/plugin-videomixer.xml:
6554         * docs/plugins/inspect/plugin-wavenc.xml:
6555         * docs/plugins/inspect/plugin-wavparse.xml:
6556         * docs/plugins/inspect/plugin-ximagesrc.xml:
6557           Update to CVS.
6558
6559 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6560
6561         Patch by: Sebastian Dröge <slomo circular-chaos org>
6562
6563         * gst/audiofx/audiopanorama.c:
6564           Fix doc section name (Fixes #397946)
6565
6566 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6567
6568         * sys/v4l2/gstv4l2object.c:
6569         (gst_v4l2_object_install_properties_helper),
6570         (gst_v4l2_object_set_property_helper),
6571         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6572         * sys/v4l2/gstv4l2object.h:
6573         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6574         (gst_v4l2src_init), (gst_v4l2src_set_property),
6575         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6576         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6577         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6578         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6579         (gst_v4l2src_capture_deinit):
6580           Fix EIO handing when capturing. Add new property to specify the number of
6581           buffers to enque (and remove the borked num-buffers usage).
6582
6583 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6584
6585         Patch by: Sebastian Dröge <slomo circular-chaos org>
6586
6587         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6588         (gst_audio_panorama_set_process_function):
6589           Use a function array for process methods, add more docs and define the
6590           startindex of enums.
6591
6592 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6593
6594         Patch by: Mark Nauwelaerts <manauw at skynet be>
6595
6596         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6597         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6598         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6599         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6600         (gst_avi_mux_riff_get_avi_header),
6601         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6602         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6603         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6604         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6605         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6606         (gst_avi_mux_change_state):
6607         * gst/avi/gstavimux.h:
6608         * tests/check/elements/avimux.c: (teardown_src_pad):
6609           Add support for more than one audio stream; write better AVIX
6610           header; refactor code a bit; don't announce vorbis caps on our audio
6611           sink pads since we don't support it anyway. Closes #379298.
6612
6613 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         Patch by: Sebastian Dröge <slomo circular-chaos org>
6616
6617         * gst/audiofx/audiopanorama.c:
6618         (gst_audio_panorama_method_get_type),
6619         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6620         (gst_audio_panorama_set_process_function),
6621         (gst_audio_panorama_set_property),
6622         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6623         (gst_audio_panorama_transform_m2s_int_simple),
6624         (gst_audio_panorama_transform_s2s_int_simple),
6625         (gst_audio_panorama_transform_m2s_float_simple),
6626         (gst_audio_panorama_transform_s2s_float_simple):
6627         * gst/audiofx/audiopanorama.h:
6628           Add 'method' property and provide a simple (non-psychoacustic)
6629           processing method (#394859).
6630
6631         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6632         (panorama_suite):
6633           Tests for new method.
6634
6635 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6638         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6639           Set correct caps on outgoing pulled buffers, or things blow up
6640           after recent core changes.
6641
6642 2007-01-11  Wim Taymans  <wim@fluendo.com>
6643
6644         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6645
6646         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6647         (gst_multipart_mux_request_new_pad),
6648         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6649         (gst_multipart_mux_change_state):
6650         Return FLOW errors ASAP. Fixes #394977.
6651         Misc cleanups.
6652
6653 2007-01-11  Wim Taymans  <wim@fluendo.com>
6654
6655         Patch by: Lutz Mueller <lutz at topfrose dot de>
6656
6657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6658         Check for stream pad before activating. 
6659
6660 2007-01-10  Wim Taymans  <wim@fluendo.com>
6661
6662         Patch by: Peter Kjellerstedt  <pkj at axis com>
6663
6664         * gst/rtsp/COPYING.MIT:
6665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6666         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6667         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6668         (gst_rtspsrc_stream_configure_transport),
6669         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6670         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6671         (gst_rtspsrc_parse_methods),
6672         (gst_rtspsrc_create_transports_string),
6673         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6674         (gst_rtspsrc_open), (gst_rtspsrc_close):
6675         * gst/rtsp/gstrtspsrc.h:
6676         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6677         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6678         (parse_request_line), (parse_line), (rtsp_connection_read),
6679         (rtsp_connection_close):
6680         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6681         (rtsp_method_as_text), (rtsp_header_as_text),
6682         (rtsp_status_as_text), (rtsp_find_header_field),
6683         (rtsp_find_method):
6684         * gst/rtsp/rtspdefs.h:
6685         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6686         (rtsp_ext_wms_configure_stream):
6687         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6688         (rtsp_message_new_request), (rtsp_message_init_request),
6689         (rtsp_message_new_response), (rtsp_message_init_response),
6690         (rtsp_message_init_data), (rtsp_message_unset),
6691         (rtsp_message_free), (rtsp_message_add_header),
6692         (rtsp_message_get_header), (rtsp_message_set_body),
6693         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6694         * gst/rtsp/rtspmessage.h:
6695         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6696         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6697         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6698         (sdp_message_dump):
6699         Allow url to be NULL to be able to use it for server connections.
6700         Can now send responses as well as requests.
6701         No longer hangs in an endless loop if EOF is received.
6702         Can now convert a status code to a text string.
6703         Return RTSP_HDR_INVALID for unknown headers.
6704         Return RTSP_INVALID for unknown methods.
6705         Copy CSeq and Session headers from the request.
6706         Only free memory corresponding to the currently set message type.
6707         Added const to function arguments as appropriate.
6708         Avoid a compiler warning when initializing nmedia.
6709         Use guint rather than gint to avoid compiler warnings.
6710         Fix crasher in wms extension.
6711         Factor out stream setup from open_connection.
6712         Delay activation of streams when actual data is received from the
6713         server, this prepares us to do proper protocol switching.
6714         Added new license.
6715         Fixes #380895.
6716
6717
6718 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6719
6720         Patch by: Sebastian Dröge <slomo ubuntu com>
6721
6722         * docs/plugins/Makefile.am:
6723         * gst/audiofx/audiopanorama.c:
6724           Some small docs fixes (#394851).
6725
6726 2007-01-09  Wim Taymans  <wim@fluendo.com>
6727
6728         * gst/avi/gstavidemux.c:
6729         Fix docs.
6730
6731 2007-01-09  Wim Taymans  <wim@fluendo.com>
6732
6733         * gst/rtp/Makefile.am:
6734         * gst/rtp/gstrtp.c: (plugin_init):
6735         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6736         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6737         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6738         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6739         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6740         * gst/rtp/gstrtpmpvdepay.h:
6741           Added RFC 2250 MPEG Video Depayloader.
6742
6743         * gst/rtp/gstrtpL16depay.h:
6744         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6745         (gst_rtp_h263p_depay_process):
6746         Fix Header file. Small cleanups.
6747
6748         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6749         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6750         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6751         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6752         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6753         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6754         (gst_rtp_mp4v_depay_change_state):
6755         Remove usused code. Remove Adapter from state Change. Added debug.
6756
6757         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6758         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6759         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6760         * gst/rtp/gstrtpmpadepay.h:
6761         Subclass base depayloader.
6762         Added debug.
6763         Support static payload type assignment as well.
6764
6765         * gst/rtp/gstrtpmpapay.c:
6766         Fix caps.
6767
6768 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6771
6772         * ext/jpeg/gstjpegdec.c:
6773         * ext/jpeg/gstjpegenc.c:
6774         * ext/jpeg/smokecodec.c:
6775           These libjpeg callbacks should return a 'boolean' (unsigned char
6776           apparently) and not a 'gboolean' (which maps to gint). Fixes
6777           warnings when compiling with MingW (#393427).
6778
6779         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6780           Use ioctlsocket on win32.
6781
6782         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6783           Some printf format fixes for win32.
6784
6785 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6786
6787         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6788           Use gst_guint64_to_gdouble for conversion.
6789         * win32/vs6/libgstmatroska.dsp:
6790           Add zlib to the link.
6791         * win32/vs6/libgstvideobox.dsp:
6792           Update liboil library name (project is linked to 
6793           liboil-0.3-0.lib now).
6794           
6795 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6796
6797         * gst/matroska/Makefile.am:
6798           If zlib is available and used, we must link it explicitly for
6799           things to work on MingW (fixes #392855).
6800
6801 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6802
6803         * ext/esd/esdsink.c: (gst_esdsink_delay):
6804           Don't return bogus values when esd_get_delay() fails for some
6805           reason (#392189).
6806
6807 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         * sys/ximage/gstximagesrc.c: (composite_pixel):
6810           Fix presumably copy'n'pasto for 16bpp depth.
6811
6812 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * gst/matroska/matroska-mux.c:
6815         (gst_matroska_mux_audio_pad_setcaps):
6816           The "signed" field in audio caps is of boolean type, trying to use
6817           gst_structure_get_int() to extract it will fail. Fixing this makes
6818           matroskamux accept raw audio input (#387121) (use at your own risk
6819           though, due to the matroska spec being not entirely useful in this
6820           respect).
6821           Also fix up raw audio structures in template caps so that they
6822           represent what our setcaps function will actually accept, so that
6823           converters know what to convert to.
6824           Finally, don't fail if there isn't an "endianness" field in 8-bit
6825           PCM caps.
6826
6827 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6828
6829         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6830         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6831         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6832         (teardown_cmmldec):
6833         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6834         (teardown_cmmlenc):
6835         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6836           reapply consistent pad (de)activation
6837
6838 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6839
6840         * configure.ac:
6841         Back to CVS
6842
6843         * gst-plugins-good.doap:
6844         Add 0.10.5 doap entry
6845
6846 === release 0.10.5 ===
6847
6848 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6849
6850         * configure.ac:
6851           releasing 0.10.5, "The Path of Thorns"
6852
6853 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6854
6855         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6856         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6857         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6858         (teardown_cmmldec):
6859         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6860         (teardown_cmmlenc):
6861         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6862           revert my freeze breakage
6863
6864 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6865
6866         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6867         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6868         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6869         (teardown_cmmldec):
6870         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6871         (teardown_cmmlenc):
6872         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6873           consistent pad (de)activation
6874
6875 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6876
6877         * configure.ac:
6878         * ext/Makefile.am:
6879         Disable LADPSA, as it has moved to the -bad module for the duration.
6880
6881 2006-12-18  Wim Taymans  <wim@fluendo.com>
6882
6883         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6884         (gst_signal_processor_event):
6885         Reset flow_state back to _OK after a flush stop so that we exit our
6886         error state after the flush. Fixes #374213
6887
6888 2006-12-16  David Schleef  <ds@schleef.org>
6889
6890         * sys/osxvideo/osxvideosink.h:
6891         * sys/osxvideo/osxvideosink.m:
6892           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6893
6894 2006-12-16  David Schleef  <ds@schleef.org>
6895
6896         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6897
6898         * sys/osxvideo/Makefile.am:
6899         * sys/osxvideo/osxvideosink.h:
6900         * sys/osxvideo/osxvideosink.m:
6901           Preliminary patch for porting osxvideosink
6902
6903 2006-12-16  Wim Taymans  <wim@fluendo.com>
6904
6905         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6906
6907         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6908         (gst_videomixer_set_master_geometry),
6909         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6910         (gst_videomixer_reset), (gst_videomixer_init),
6911         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6912         (gst_videomixer_release_pad), (gst_videomixer_collected),
6913         (gst_videomixer_change_state):
6914         Introduce some locking around the videomixer state so that it does not
6915         crash when adding/removing pads. Fixes #383043.
6916
6917 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * configure.ac:
6920           Make sure libcaca can actually be used instead of just checking for
6921           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6922           cross-compiling (fixes #384587).
6923
6924 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6925
6926         * Makefile.am:
6927         * gst-plugins-good.doap:
6928         * gst-plugins-good.spec.in:
6929           adding doap file
6930
6931 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * configure.ac:
6934           libflac-1.1.3 changed API again, but we can't build against it yet,
6935           so make sure our check doesn't use libflac-1.1.3 and add a comment
6936           to this effect.
6937
6938 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6939
6940         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6941         (gst_quarktv_planetable_clear):
6942           Add some NULL pointer checks (possibly related to #385623).
6943
6944 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6947         (gst_tag_demux_chain):
6948         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6949           In streaming mode, if the first buffer we get doesn't have an
6950           offset, fix it up to be 0, otherwise trimming won't work later on
6951           and we'll be typefinding application/x-id3, which may result in
6952           decodebin plugging an endless number of id3demux elements as a
6953           consequence. Fixes #385031.
6954           
6955 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6956
6957         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6958           Ignore the buffer_time the sound device reports. Turns out it is 
6959           sometimes completely bogus and we're better off without it.
6960
6961 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6964         (gst_matroska_demux_video_caps):
6965         * gst/matroska/matroska-ids.c:
6966         (gst_matroska_track_init_video_context):
6967         * gst/matroska/matroska-ids.h:
6968           Try harder to extract the framerate for video tracks correctly and
6969           save it directly instead of converting it back and forth a few
6970           times. Mostly makes a difference for very small framerates (<1).
6971           Fixes #380199.
6972
6973 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6974
6975         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6976         (gst_gconf_audio_src_dispose), (do_toggle_element):
6977         * ext/gconf/gstgconfaudiosrc.h:
6978           Remove gconf notify hook when the gconfaudiosrc element is
6979           destroyed, otherwise the callback may be called on an
6980           already-destroyed instance and bad things happen. Should fix
6981           #378184.
6982           Also ignore gconf key changes when the source is already running.
6983
6984 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         Patch by: Sebastian Dröge  <mail at slomosnail de>
6987
6988         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
6989           We need to be able to read and parse any possible floating point string
6990           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
6991           will parse the former only in certain locales though, so we really need
6992           to canonicalise the separator to '.' and then use g_ascii_strtod() to
6993           make sure we can parse either version at all times.
6994           Fixes #382982 for real.
6995
6996 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6997
6998         * sys/sunaudio/gstsunaudiomixerctrl.c:
6999         * sys/sunaudio/gstsunaudiosrc.c:
7000
7001         Use the sunaudio debug category.
7002
7003         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7004         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7005         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7006         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7007         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7008         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7009         (gst_sunaudiosink_reset):
7010         * sys/sunaudio/gstsunaudiosink.h:
7011
7012         Uses the sunaudio debug category for all debug output
7013         Implements the _delay() callback to synchronise video playback better
7014         Change the segtotal and segsize values back to the parent class 
7015           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7016           respectively)
7017         Measure the samples written to the device vs. played.
7018         Keep track of segments in the device by writing empty eof frames, and
7019         sleep using a GCond when we get too far ahead and risk overrunning the
7020         sink's ringbuffer.
7021
7022         Fixes: #360673
7023
7024 2006-12-08  Wim Taymans  <wim@fluendo.com>
7025
7026         Patch by: Sebastian Dröge  <mail at slomosnail de >
7027
7028         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7029         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7030         * gst/audiofx/audiopanorama.h:
7031         Fix audiopanorame with float samples. Fixes #383726.
7032
7033 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7034
7035         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7036         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7037         (gst_sunaudiosrc_reset):
7038
7039         Implement reset functions to unblock the src/sink more quickly on 
7040         state change requests.
7041         Patch by: Brian Cameron <brian dot cameron at sun com>
7042
7043 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7044
7045         * sys/sunaudio/gstsunaudiomixer.c:
7046         (gst_sunaudiomixer_change_state):
7047         Construct the correct mixer device name when the AUDIODEV env var
7048         is set.
7049
7050         Patch by: Jerry Tan <jerry.tan at sun dot com>
7051         Fixes: #383596
7052
7053 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7054
7055         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7056         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7057         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7058         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7059         Patch by: Jerry Tan <jerry.tan at sun dot com>
7060         Fixes: #349015
7061
7062 2006-12-07  Wim Taymans  <wim@fluendo.com>
7063
7064         * gst/smpte/gstmask.h:
7065         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7066         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7067         (gst_smpte_collected), (gst_smpte_set_property),
7068         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7069         * gst/smpte/gstsmpte.h:
7070         Port to 0.10 some more. 
7071         Added duration property to specify the duration of the transition.
7072         Make framerate a fraction.
7073         Deprecate fps property, we only use negotiated fps.
7074         Added docs.
7075         Fix collectpad usage.
7076         Reset state in READY.
7077         Send NEWSEGMENT event.
7078         Fix racy updates of object properties.
7079         Added debug category.
7080         Fixes #383323.
7081
7082 2006-12-06  Wim Taymans  <wim@fluendo.com>
7083
7084         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7085
7086         * gst/videomixer/videomixer.c:
7087         (gst_videomixer_set_master_geometry),
7088         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7089         Don't reset xpos and ypos in the setcaps function because causes
7090         unexpected behaviour.
7091         Fixes #382179.
7092
7093 2006-12-06  Wim Taymans  <wim@fluendo.com>
7094
7095         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7096         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7097         Keep track of the buffer timestamp in the collectdata member instead
7098         of modifying the buffer without making the metadata writable first.
7099         Fixes #382277.
7100
7101 2006-12-06  Wim Taymans  <wim@fluendo.com>
7102
7103         Patch by: Rob Taylor <robtaylor at floopily dot org>
7104
7105         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7106         If using multicast in udpsrc, bind to the multicast address rather than
7107         IN_ADDR_ANY.
7108         This allows the simultanous use of multiple udpsrcs listening on
7109         different multicat addresses. Without this all udpsrcs will receive all
7110         packets from all subscribed multicast addresses.
7111         Fixes #383001.
7112
7113 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7114
7115         * ext/taglib/gstid3v2mux.cc:
7116         Don't attempt to write a NULL frame into the ID3 tag set when the 
7117         createFrame method returned NULL.
7118         Fixes: #381857
7119         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7120
7121 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7122
7123         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7124         Use g_strtod() instead of sscanf to parse doubles, so that it will
7125         try parsing in the C locale if the current locale fails.
7126         Fixes: #382982
7127         Patch by: Sebastian Dröge  <mail at slomosnail de >
7128
7129 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7130
7131         * win32/MANIFEST:
7132         Fix compilation on win32 under VS8
7133         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7134         Partially fixes #381175
7135
7136 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7137
7138         * gst/avi/gstavimux.c:
7139           accept all mpegversions,fixes #380825
7140           spotted by: Jerome Alet  
7141
7142 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7143
7144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7145         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7146         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7147         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7148           cleanup the error message a bit more
7149
7150 2006-11-28  Wim Taymans  <wim@fluendo.com>
7151
7152         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7153         Fix width and height properties.
7154
7155         * ext/libcaca/gstcacasink.h:
7156         Fix compilation on newer libcaca that require us to include a new
7157         header. Fixes #379918.
7158
7159 2006-11-28  Wim Taymans  <wim@fluendo.com>
7160
7161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7162         * gst/rtsp/gstrtspsrc.h:
7163         * gst/rtsp/rtspext.h:
7164         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7165         (rtsp_ext_wms_get_context):
7166         Add method so that extensions can choose to disable the setup of
7167         a stream.
7168         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7169
7170 2006-11-27  Wim Taymans  <wim@fluendo.com>
7171
7172         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7173
7174         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7175         Push header in a separate buffer instead of memcpy:ing all data.
7176         Change LF => CRLF in headers.
7177         Move trailing LF to header. Fixes #379792.
7178
7179 2006-11-27  Wim Taymans  <wim@fluendo.com>
7180
7181         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7182         Small buffer overflow fix and improve debugging.
7183
7184 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7185
7186         * ext/esd/esdmon.h:
7187         * ext/esd/esdsink.h:
7188           remove obsolete _factory_init protos
7189
7190 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7191
7192         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7193         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7194         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7195         (gst_avi_demux_read_subindexes_push),
7196         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7197         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7198         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7199         (gst_avi_demux_massage_index),
7200         (gst_avi_demux_calculate_durations_from_index),
7201         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7202         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7203         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7204           remove dead code, tweak debugs statements, add comments, use
7205           _uint64_scale instead _uint64_scale_int when using guint64 values,
7206           small optimizations, reflow some error handling
7207
7208 2006-11-22  Edward Hervey  <edward@fluendo.com>
7209
7210         * po/.cvsignore:
7211         We never put .pot files in cvs. Let's ignore them all.
7212
7213 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7214
7215         * po/POTFILES.in:
7216           ... but better exclude files that aren't disted.
7217
7218 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * po/POTFILES.in:
7221           Add v4l2 source files to list of files with translations, so the
7222           strings are actually extracted (however bad they still may be).
7223
7224 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7227           Minor clean-ups: const-ify static array, remove trailing comma from
7228           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7229
7230 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7231
7232         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7233         Make sure that g_free always gets called on the same pointer that was 
7234         returned by g_malloc.  Fixes #376594.
7235         Do not leak memory if decompressed size is wrong.
7236         Remove unneeded check of return value of g_malloc.
7237         Patch by: René Stadler <mail@renestadler.de>
7238
7239 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7240
7241         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7242           Add missing curly brackets.
7243
7244 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7245
7246         * sys/v4l2/v4l2src_calls.c:
7247         Fix capture_deinit.
7248
7249 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7252         (gst_matroska_mux_request_new_pad):
7253           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7254
7255         * tests/check/elements/matroskamux.c: (setup_src_pad),
7256         (setup_sink_pad), (GST_START_TEST):
7257         Activate pads before using them.
7258
7259 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7260
7261         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7262           Initialise variable to get rid of bogus compiler warning.
7263
7264 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7265
7266         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7267
7268         * gst/rtp/gstrtph263pay.c:
7269         * gst/rtp/gstrtph263pdepay.c:
7270         * gst/rtp/gstrtph263ppay.c:
7271           Specify H.263 variant and version in the caps (fixes #361637)
7272
7273 2006-11-15  Wim Taymans  <wim@fluendo.com>
7274
7275         * gst/rtsp/rtspconnection.c: (read_body):
7276         Don't set a data pointer to NULL and a size > 0 when we deal
7277         with empty packets.
7278
7279         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7280         (rtsp_message_init_response), (rtsp_message_init_data),
7281         (rtsp_message_unset), (rtsp_message_free),
7282         (rtsp_message_take_body):
7283         Check that we can't create invalid empty packets. 
7284
7285 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7286
7287         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7288
7289         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7290         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7291         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7292         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7293         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7294         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7295         * gst/matroska/matroska-mux.h:
7296           Add basic tag writing support; implement releasing pads (#374658).
7297
7298 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7299
7300         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7301         (gst_matroska_demux_audio_caps):
7302           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7303
7304 2006-11-14  David Schleef  <ds@schleef.org>
7305
7306         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7307
7308 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7311
7312         * win32/vs8/gst-plugins-good.sln:
7313         * win32/vs8/libgst1394.vcproj:
7314         * win32/vs8/libgstaasink.vcproj:
7315         * win32/vs8/libgstalaw.vcproj:
7316         * win32/vs8/libgstalpha.vcproj:
7317         * win32/vs8/libgstalphacolor.vcproj:
7318         * win32/vs8/libgstannodex.vcproj:
7319         * win32/vs8/libgstapetag.vcproj:
7320         * win32/vs8/libgstaudiofx.vcproj:
7321         * win32/vs8/libgstauparse.vcproj:
7322         * win32/vs8/libgstautodetect.vcproj:
7323         * win32/vs8/libgstavi.vcproj:
7324         * win32/vs8/libgstcacasink.vcproj:
7325         * win32/vs8/libgstcdio.vcproj:
7326         * win32/vs8/libgstcutter.vcproj:
7327         * win32/vs8/libgstdv.vcproj:
7328         * win32/vs8/libgsteffectv.vcproj:
7329         * win32/vs8/libgstflac.vcproj:
7330         * win32/vs8/libgstflxdec.vcproj:
7331         * win32/vs8/libgstgoom.vcproj:
7332         * win32/vs8/libgsticydemux.vcproj:
7333         * win32/vs8/libgstid3demux.vcproj:
7334         * win32/vs8/libgstjpeg.vcproj:
7335         * win32/vs8/libgstladspa.vcproj:
7336         * win32/vs8/libgstlevel.vcproj:
7337         * win32/vs8/libgstmatroska.vcproj:
7338         * win32/vs8/libgstmikmod.vcproj:
7339         * win32/vs8/libgstmng.vcproj:
7340         * win32/vs8/libgstmonoscope.vcproj:
7341         * win32/vs8/libgstmulaw.vcproj:
7342         * win32/vs8/libgstmultipart.vcproj:
7343         * win32/vs8/libgstpng.vcproj:
7344         * win32/vs8/libgstrtp.vcproj:
7345         * win32/vs8/libgstrtsp.vcproj:
7346         * win32/vs8/libgstshout2.vcproj:
7347         * win32/vs8/libgstsmpte.vcproj:
7348         * win32/vs8/libgstspeex.vcproj:
7349         * win32/vs8/libgsttaglib.vcproj:
7350         * win32/vs8/libgstudp.vcproj:
7351         * win32/vs8/libgstvideobalance.vcproj:
7352         * win32/vs8/libgstvideobox.vcproj:
7353         * win32/vs8/libgstvideoflip.vcproj:
7354         * win32/vs8/libgstvideomixer.vcproj:
7355         * win32/vs8/libgstwavenc.vcproj:
7356         * win32/vs8/libgstwavparse.vcproj:
7357           Make end-of-line returns unixy, so that when the files are checked
7358           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7359           Hopefully fixes #366492.
7360
7361 2006-11-14  Wim Taymans  <wim@fluendo.com>
7362
7363         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7364         Disable init_frames delay timestamp adjustment, it does not
7365         seem to be needed at all. Fixes #369621.
7366
7367 2006-11-13  Wim Taymans  <wim@fluendo.com>
7368
7369         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7370
7371         * gst/videomixer/videomixer.c:
7372         (gst_videomixer_set_master_geometry),
7373         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7374         (gst_videomixer_collect_free), (gst_videomixer_reset),
7375         (gst_videomixer_init), (gst_videomixer_finalize),
7376         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7377         (gst_videomixer_collected), (gst_videomixer_change_state):
7378         Fix memleak by unref'ing collectpads instance (when finalizing)
7379         Implement releasing a request pad. Fixes #374479.
7380
7381 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7382
7383         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7384
7385         * win32/vs8/gst-plugins-good.sln:
7386         * win32/vs8/libgst1394.vcproj:
7387         * win32/vs8/libgstaasink.vcproj:
7388         * win32/vs8/libgstalaw.vcproj:
7389         * win32/vs8/libgstalpha.vcproj:
7390         * win32/vs8/libgstalphacolor.vcproj:
7391         * win32/vs8/libgstannodex.vcproj:
7392         * win32/vs8/libgstapetag.vcproj:
7393         * win32/vs8/libgstaudiofx.vcproj:
7394         * win32/vs8/libgstauparse.vcproj:
7395         * win32/vs8/libgstautodetect.vcproj:
7396         * win32/vs8/libgstavi.vcproj:
7397         * win32/vs8/libgstcacasink.vcproj:
7398         * win32/vs8/libgstcdio.vcproj:
7399         * win32/vs8/libgstcutter.vcproj:
7400         * win32/vs8/libgstdv.vcproj:
7401         * win32/vs8/libgsteffectv.vcproj:
7402         * win32/vs8/libgstflac.vcproj:
7403         * win32/vs8/libgstflxdec.vcproj:
7404         * win32/vs8/libgstgoom.vcproj:
7405         * win32/vs8/libgsticydemux.vcproj:
7406         * win32/vs8/libgstid3demux.vcproj:
7407         * win32/vs8/libgstjpeg.vcproj:
7408         * win32/vs8/libgstladspa.vcproj:
7409         * win32/vs8/libgstlevel.vcproj:
7410         * win32/vs8/libgstmatroska.vcproj:
7411         * win32/vs8/libgstmikmod.vcproj:
7412         * win32/vs8/libgstmng.vcproj:
7413         * win32/vs8/libgstmonoscope.vcproj:
7414         * win32/vs8/libgstmulaw.vcproj:
7415         * win32/vs8/libgstmultipart.vcproj:
7416         * win32/vs8/libgstpng.vcproj:
7417         * win32/vs8/libgstrtp.vcproj:
7418         * win32/vs8/libgstrtsp.vcproj:
7419         * win32/vs8/libgstshout2.vcproj:
7420         * win32/vs8/libgstsmpte.vcproj:
7421         * win32/vs8/libgstspeex.vcproj:
7422         * win32/vs8/libgsttaglib.vcproj:
7423         * win32/vs8/libgstudp.vcproj:
7424         * win32/vs8/libgstvideobalance.vcproj:
7425         * win32/vs8/libgstvideobox.vcproj:
7426         * win32/vs8/libgstvideoflip.vcproj:
7427         * win32/vs8/libgstvideomixer.vcproj:
7428         * win32/vs8/libgstwavenc.vcproj:
7429         * win32/vs8/libgstwavparse.vcproj:
7430           Add VS8 project files (note that many of the plugins in ext are
7431           disabled by default). Fixes #366492.
7432
7433 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7434
7435         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7436           we do not translate debug messages
7437
7438 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7439
7440         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7441           fix categorisation, make short desc more explicit, remove unused code
7442           Fixes #372021
7443
7444 2006-11-08  Wim Taymans  <wim@fluendo.com>
7445
7446         * gst/rtp/gstrtpL16depay.c:
7447         * gst/rtp/gstrtpamrdepay.c:
7448         * gst/rtp/gstrtpamrpay.c:
7449         * gst/rtp/gstrtpgsmdepay.c:
7450         * gst/rtp/gstrtph263pay.c:
7451         * gst/rtp/gstrtph263pdepay.c:
7452         * gst/rtp/gstrtph263ppay.c:
7453         * gst/rtp/gstrtph264depay.c:
7454         * gst/rtp/gstrtpmp2tdepay.c:
7455         * gst/rtp/gstrtpmp4gdepay.c:
7456         * gst/rtp/gstrtpmp4gpay.c:
7457         * gst/rtp/gstrtpmp4vdepay.c:
7458         * gst/rtp/gstrtpmp4vpay.c:
7459         * gst/rtp/gstrtpmpadepay.c:
7460         * gst/rtp/gstrtpmpapay.c:
7461         * gst/rtp/gstrtppcmadepay.c:
7462         * gst/rtp/gstrtppcmapay.c:
7463         * gst/rtp/gstrtppcmudepay.c:
7464         * gst/rtp/gstrtppcmupay.c:
7465         * gst/rtp/gstrtpspeexdepay.c:
7466         * gst/rtp/gstrtpspeexpay.c:
7467         * gst/rtp/gstrtpsv3vdepay.c:
7468         Fix element descriptions.
7469
7470 2006-11-08  Wim Taymans  <wim@fluendo.com>
7471
7472         * gst/rtp/gstrtpvorbisdepay.c:
7473         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7474         Fix description.
7475         Small cleanup in the payloader.
7476
7477 2006-11-08  Wim Taymans  <wim@fluendo.com>
7478
7479         * gst/rtp/Makefile.am:
7480         * gst/rtp/gstrtp.c: (plugin_init):
7481         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7482         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7483         (gst_rtp_theora_depay_finalize),
7484         (gst_rtp_theora_depay_parse_configuration),
7485         (gst_rtp_theora_depay_setcaps),
7486         (gst_rtp_theora_depay_switch_codebook),
7487         (gst_rtp_theora_depay_process),
7488         (gst_rtp_theora_depay_set_property),
7489         (gst_rtp_theora_depay_get_property),
7490         (gst_rtp_theora_depay_change_state),
7491         (gst_rtp_theora_depay_plugin_init):
7492         * gst/rtp/gstrtptheoradepay.h:
7493         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7494         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7495         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7496         (gst_rtp_theora_pay_init_packet),
7497         (gst_rtp_theora_pay_flush_packet),
7498         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7499         (gst_rtp_theora_pay_handle_buffer),
7500         (gst_rtp_theora_pay_plugin_init):
7501         * gst/rtp/gstrtptheorapay.h:
7502         Add theora pay/depayloaders.
7503
7504 2006-11-06  Wim Taymans  <wim@fluendo.com>
7505
7506         * gst/rtp/Makefile.am:
7507         We depend on gsttag to generate the vorbis comments.
7508
7509         * gst/rtp/gstrtpvorbisdepay.c:
7510         (gst_rtp_vorbis_depay_parse_configuration),
7511         (gst_rtp_vorbis_depay_setcaps),
7512         (gst_rtp_vorbis_depay_switch_codebook),
7513         (gst_rtp_vorbis_depay_process):
7514         * gst/rtp/gstrtpvorbisdepay.h:
7515         Parse configuration string in the depayloader.
7516         Implement selecting and switching to a new codebook.
7517         Receiving vorbis over RTP now works.
7518
7519         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7520         (gst_rtp_vorbis_pay_init_packet),
7521         (gst_rtp_vorbis_pay_finish_headers),
7522         (gst_rtp_vorbis_pay_handle_buffer):
7523         * gst/rtp/gstrtpvorbispay.h:
7524         Set timestamps on outgoing buffers and RTP packets.
7525         Fix configuration string, prepend number of Packet headers.
7526         Fix encoding of ident string.
7527         Add delivery-method to caps.
7528         Streaming vorbis over RTP now works.
7529
7530 2006-11-06  Wim Taymans  <wim@fluendo.com>
7531
7532         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7533         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7534         (gst_rtp_vorbis_pay_handle_buffer):
7535         * gst/rtp/gstrtpvorbispay.h:
7536         Generate a valid configuration string in the caps based on the
7537         vorbis headers.
7538
7539 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7540
7541         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7542         * ext/cdio/gstcdio.h:
7543         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7544           Move CD-TEXT utility function into common file so it can also be
7545           used by a future cdioparanoiasrc.
7546
7547 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7548         
7549         * sys/v4l2/Makefile.am:
7550         * sys/v4l2/gstv4l2object.c:
7551         * sys/v4l2/gstv4l2src.c:
7552         * sys/v4l2/gstv4l2xoverlay.c:
7553         * sys/v4l2/v4l2_calls.c:
7554         * sys/v4l2/v4l2src_calls.c:
7555         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7556         xoverlay code that is still not implemented.
7557
7558 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7559
7560         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7561           We require a -base more recent than 0.10.9, so it's safe to use
7562           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7563
7564         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7565         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7566           Use _newsegment_full() now that we depend on a recent enough core.
7567
7568         * gst/wavparse/gstwavparse.c:
7569           Remove cruft that we don't need any longer now that we depend on
7570           a recent enough -base.
7571
7572 2006-10-31  Wim Taymans  <wim@fluendo.com>
7573
7574         * gst/rtp/Makefile.am:
7575         * gst/rtp/gstrtp.c: (plugin_init):
7576         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7577         (gst_rtpilbcpay_setcaps):
7578         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7579
7580 2006-10-31  Wim Taymans  <wim@fluendo.com>
7581
7582         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7583         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7584         Some small cleanups, use _scale.
7585
7586 2006-10-31  Wim Taymans  <wim@fluendo.com>
7587
7588         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7589         Use higher precision scale function.
7590
7591 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7592
7593         Patch by: Michal Benes  <michal dot benes at itonis tv>
7594
7595         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7596         (gst_matroska_demux_read_track_encodings),
7597         (gst_matroska_decode_buffer):
7598           Fix several issues with encoded/compressed/encrypted/signed tracks;
7599           also, remove superfluous newline characters from some debug
7600           statements. (#366155)
7601
7602 2006-10-30  Wim Taymans  <wim@fluendo.com>
7603
7604         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7605         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7606         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7607         (gst_smokedec_change_state):
7608         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7609         (gst_smokeenc_init), (gst_smokeenc_finalize),
7610         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7611         (gst_smokeenc_resync), (gst_smokeenc_chain),
7612         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7613         (gst_smokeenc_change_state):
7614         Various cleanups, capsnego and leak fixes.
7615
7616 2006-10-30  Wim Taymans  <wim@fluendo.com>
7617
7618         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7619
7620         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7621         Fix videomixer so that it can handle any combination of framerates.
7622         Fixes #367221.
7623
7624 2006-10-28  Wim Taymans  <wim@fluendo.com>
7625
7626         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7627         (gst_avi_demux_parse_file_header),
7628         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7629         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7630         (gst_avi_demux_chain):
7631         Fix position query for audio. also fixes timestamps in streaming
7632         mode and bug #364958.
7633         Small cleanups.
7634
7635 2006-10-27  Wim Taymans  <wim@fluendo.com>
7636
7637         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7638         * ext/libpng/gstpngenc.h:
7639         Fix strides. Fixes #364856.
7640         Cleanup capsnego.
7641         Set caps on outgoing buffers.
7642
7643 2006-10-18  Wim Taymans  <wim@fluendo.com>
7644
7645         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7646
7647         * gst/rtp/gstrtpgsmpay.c:
7648         * gst/rtp/gstrtph263pay.c:
7649         * gst/rtp/gstrtpmpapay.c:
7650         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7651         (gst_rtp_pcma_pay_handle_buffer):
7652         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7653         Add static payload numbers in addition to the dynamic ones.
7654         Fixes #361639.
7655
7656 2006-10-18  Wim Taymans  <wim@fluendo.com>
7657
7658         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7659         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7660         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7661         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7662         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7663         * gst/rtsp/rtspdefs.h:
7664         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7665         * gst/rtsp/rtspurl.h:
7666         Reuse already existing enum for lower transport.
7667         Add rtspt and rtspu protocols.
7668         Send redirect to rtspt when udp times out.
7669
7670 2006-10-18  Wim Taymans  <wim@fluendo.com>
7671
7672         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7673         (gst_wavparse_stream_data):
7674         Fix seeking some more, mostly for speed changes.
7675
7676 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7677
7678         Patch by: Fredrik Persson  <frepe at bredband net>
7679
7680         * sys/v4l2/gstv4l2tuner.c:
7681         * sys/v4l2/gstv4l2tuner.h:
7682           Fix _set_channel(): remove useless g_object_notify() for "channel"
7683           property that doesn't exist any longer and therefore now also
7684           useless redirect (#338818).
7685
7686 2006-10-17  Wim Taymans  <wim@fluendo.com>
7687
7688         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7689         Some drivers do not support unsetting the non-blocking flag once the
7690         device is opened. In those cases, close/open the device in
7691         non-blocking mode. Fixes #362673.
7692
7693 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7694
7695         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7696         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7697         (gst_v4l2src_get_fps):
7698           dear stefan, framespersecond is not frameperiod, reverting but adding
7699           comment
7700
7701 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7702
7703         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7704         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7705         (gst_v4l2src_get_fps):
7706           Numerator is numerator and denominator is denominator. Say that aloud
7707           5 times and retry after next beer.
7708
7709 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7710
7711         Patch by: Josep Torra Valles  <josep at fluendo com>
7712
7713         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7714         * ext/esd/esdsink.c: (gst_esdsink_write):
7715         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7716         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7717         (gst_flac_dec_send_newsegment):
7718         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7719         (gst_flac_enc_tell_callback):
7720         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7721         (smokecodec_parse_header), (smokecodec_decode):
7722         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7723         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7724         * gst/goom/Makefile.am:
7725         * gst/goom/gstgoom.c:
7726         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7727         * gst/rtsp/gstrtspsrc.c:
7728         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7729         * gst/udp/gstudpsink.c:
7730         * gst/udp/gstudpsrc.c:
7731         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7732         * sys/sunaudio/gstsunaudiomixertrack.h:
7733           Fix a bunch of problems discovered by the Forte compiler, mostly type
7734           mixups and pointer arithmetics with void pointers. Fixes #362603.
7735
7736 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7737
7738         * ext/speex/gstspeex.c: (plugin_init):
7739         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7740         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7741         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7742         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7743         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7744         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7745         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7746         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7747         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7748         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7749         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7750         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7751         * ext/speex/gstspeexenc.h:
7752           Miscellaneous clean-ups, among other things: speexenc => enc to
7753           enhance code readability; change speexenc => speex_enc; in chain
7754           function unref input buffer in case of error; take reference in
7755           event function; use boilerplate macro; use gst_pad_query_peer_*
7756           convenience functions.
7757
7758 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7759
7760         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7761         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7762         (gst_speexenc_set_header_on_caps):
7763           Fix some mem leaks.
7764
7765 2006-10-11  Wim Taymans  <wim@fluendo.com>
7766
7767         * gst/rtsp/URLS:
7768         Added some other URL.
7769
7770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7771         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7772         (gst_rtspsrc_open), (gst_rtspsrc_play),
7773         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7774         * gst/rtsp/gstrtspsrc.h:
7775         Work on fallback to TCP connection when the UDP socket times out.
7776         Handler server requests, just reply with OK for now.
7777
7778         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7779         * gst/rtsp/rtspdefs.h:
7780         Added some more Real extension headers.
7781
7782         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7783         Fix parsing of urls with a ':' that is not part of the hostname:port
7784         part of the url.
7785
7786 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7789         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7790         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7791           Activate pad before adding it to the already-running element.
7792
7793         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7794           Activate newly-created pad too.
7795
7796 2006-10-11  Wim Taymans  <wim@fluendo.com>
7797
7798         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7799
7800         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7801         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7802         (gst_udpsrc_start):
7803         Fix some leaks in caps and uris. Fixes #361252.
7804
7805 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7806
7807         * gst/wavparse/Makefile.am:
7808           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7809
7810 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7811
7812         * sys/v4l2/gstv4l2xoverlay.c:
7813         * sys/v4l2/gstv4l2xoverlay.h:
7814         Fix build as per the patch in #338818 comment 36.
7815
7816 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7817
7818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7819           Activate pads before adding them to the source.
7820
7821 2006-10-06  Wim Taymans  <wim@fluendo.com>
7822
7823         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7824         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7825         Activate pads before adding.
7826
7827 2006-10-06  Wim Taymans  <wim@fluendo.com>
7828
7829         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7830         (gst_multipart_find_pad_by_mime):
7831         Activate pads before adding.
7832
7833         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7834         BOILERPLATE sets parent_class for us.
7835
7836 2006-10-06  Wim Taymans  <wim@fluendo.com>
7837
7838         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7839         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7840         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7841         (gst_rtspsrc_alloc_udp_ports),
7842         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7843         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7844         (gst_rtspsrc_create_transports_string),
7845         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7846         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7847         * gst/rtsp/gstrtspsrc.h:
7848         Rework how the transport string is constructed, try to share channels
7849         and udp ports.
7850         Make most of the stuff less dependant on RTP as we are also going to use
7851         it for RDT.
7852         Add support for transport specific session managers.
7853
7854         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7855         Implement _flush().
7856
7857         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7858         * gst/rtsp/rtspdefs.h:
7859         Add generic error return code.
7860
7861         * gst/rtsp/rtspext.h:
7862         Add support for pluggable tranport strings.
7863
7864         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7865         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7866         (rtsp_ext_wms_get_context):
7867         Detect WMServer and activate the extension.
7868
7869         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7870         (rtsp_transport_get_manager), (rtsp_transport_parse):
7871         * gst/rtsp/rtsptransport.h:
7872         Added methods to get mime/manager for certain transports.
7873
7874 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7875
7876         * ext/cairo/gsttimeoverlay.c:
7877         (gst_cairo_time_overlay_update_font_height):
7878         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7879         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7880         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7881         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7882         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7883         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7884         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7885         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7886         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7887         (gst_avi_demux_stream_data):
7888         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7889         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7890         (gst_fenced_buffer_copy):
7891         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7892         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7893         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7895         (gst_rtspsrc_handle_message):
7896         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7897         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7898           Printf format fixes.
7899
7900 2006-10-04  Wim Taymans  <wim@fluendo.com>
7901
7902         * gst/rtsp/Makefile.am:
7903         Dist new .h file too.
7904
7905 2006-10-04  Wim Taymans  <wim@fluendo.com>
7906
7907         * gst/rtsp/Makefile.am:
7908         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7909         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7911         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7912         (gst_rtspsrc_parse_rtpmap),
7913         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7914         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7915         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7916         * gst/rtsp/gstrtspsrc.h:
7917         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7918         * gst/rtsp/rtspdefs.h:
7919         * gst/rtsp/rtspext.h:
7920         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7921         (rtsp_ext_wms_get_context):
7922         * gst/rtsp/rtspextwms.h:
7923         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7924         (rtsp_transport_parse):
7925         * gst/rtsp/rtsptransport.h:
7926         Factor out extension in separate module.
7927         Fix getcaps to filter against the padtemplate.
7928         Use Content-Base if the server gives one.
7929         Rework the transport parsing a bit for future extensions.
7930         Added some Real Header field definitions.
7931
7932 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7933
7934         * docs/plugins/Makefile.am:
7935         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7937           added v4l2 stubs
7938         * gst-plugins-good.spec.in:
7939           add v4l2
7940
7941 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7942
7943         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7944           Extract disc/album/medium number and count and try harder
7945           to extract track number/count.
7946
7947 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7948
7949         * configure.ac:
7950         * sys/Makefile.am:
7951           add build stuff for v4l2, needs --enable-experimental until
7952           the last bits are resolved
7953
7954 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7955
7956         * tests/check/Makefile.am:
7957           Disable autodetect test temporarily, so that the build bots
7958           update -bad and the ranks of unreliable video sinks in there.
7959
7960         * tests/check/elements/autodetect.c: (GST_START_TEST):
7961           Skip test if no usable videosink is found.
7962
7963 2006-09-29  Wim Taymans  <wim@fluendo.com>
7964
7965         * gst/rtsp/URLS:
7966         Add some more URLs.
7967
7968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7969         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7970         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7971         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7972         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7973         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7974         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7975         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7976         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7977         * gst/rtsp/gstrtspsrc.h:
7978         Add timeout property to control UDP timeouts.
7979         Fix error messages.
7980         Also start a loop function when operating in UDP mode so that we can
7981         do some more stuff async.
7982         Handle element messages from udpsrc to detect timeouts. If a timeout
7983         happens we currently generate an error.
7984         API: rtspsrc::timeout property.
7985
7986         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7987         (gst_udpsrc_create):
7988         Really implement the timeout in microseconds and not milliseconds.
7989
7990 2006-09-29  Wim Taymans  <wim@fluendo.com>
7991
7992         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
7993         (gst_udpsrc_create), (gst_udpsrc_set_property),
7994         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
7995         * gst/udp/gstudpsrc.h:
7996         Added property to post a message on timeout.
7997         Updated docs.
7998         When restarting the select, initialize the fdsets again.
7999         Init control sockets so we don't accidentally close a random socket.
8000         API: GstUDPSrc::timeout property
8001
8002 2006-09-29  Wim Taymans  <wim@fluendo.com>
8003
8004         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8005         Fix flag registration.
8006
8007         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8008         Reading 0 also means 'no more commands'
8009
8010 2006-09-29  Wim Taymans  <wim@fluendo.com>
8011
8012         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8013
8014         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8015         Fix possible infinite loop when shutting down, a read can also return
8016         0 to indicate no more messages are available. Fixes #358156.
8017
8018 2006-09-25  Wim Taymans  <wim@fluendo.com>
8019
8020         * gst/autodetect/gstautoaudiosink.c:
8021         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8022         (gst_auto_audio_sink_find_best):
8023         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8024         Small cleanups.
8025         don't try to set "sync" property when it is not available.
8026
8027 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         Patch by: Peter Kjellerstedt  <pkj at axis com>
8030
8031         * gst/alpha/gstalpha.c:
8032         * gst/rtp/gstrtpamrdepay.c:
8033         * gst/rtsp/gstrtspsrc.c:
8034         * gst/udp/gstudpsrc.c:
8035         * gst/videomixer/videomixer.c:
8036           Include stdlib.h in some more places, makes things compile
8037           with uClibc and -Werror (#357592).
8038
8039 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8040
8041         * ext/jpeg/gstjpegdec.c:
8042           Set minimum height to 8 (from 16), our code should handle
8043           that fine. Some of the buttons on the apple trailer site
8044           are apparently only 15 pixels high (see #357470).
8045
8046 2006-09-23  Wim Taymans  <wim@fluendo.com>
8047
8048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8049         (gst_rtspsrc_open):
8050         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8051         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8052         (rtsp_connection_receive):
8053         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8054         * gst/rtsp/rtspdefs.h:
8055         Improve error reporting.
8056
8057 2006-09-23  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8060         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8061         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8062         * gst/rtp/gstrtpdepay.c:
8063         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8064         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8065         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8066         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8067         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8068         (gst_rtp_mp2t_depay_plugin_init):
8069         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8070         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8071         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8072         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8073         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8074         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8075         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8076         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8077         Fix klass typos.
8078         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8079
8080 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * configure.ac:
8083           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8084
8085 2006-09-22  Wim Taymans  <wim@fluendo.com>
8086
8087         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8088         Don't check for a tag that is never there and check if we read the
8089         correct tag. Fixes seeking again.
8090         We must post an error when all pads are unlinked.
8091
8092 2006-09-22  Wim Taymans  <wim@fluendo.com>
8093
8094         * gst/rtp/Makefile.am:
8095         * gst/rtp/gstrtp.c: (plugin_init):
8096         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8097         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8098         (gst_rtp_vorbis_pay_reset_packet),
8099         (gst_rtp_vorbis_pay_init_packet),
8100         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8101         (gst_rtp_vorbis_pay_handle_buffer):
8102         More fixage, set endoder-params correctly in the payloader.
8103
8104 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8105
8106         * gst/autodetect/gstautoaudiosink.c:
8107         (gst_auto_audio_sink_base_init):
8108         * gst/autodetect/gstautovideosink.c:
8109         (gst_auto_video_sink_base_init):
8110           Make static pad templates static to appease valgrind's leak
8111           detector.
8112
8113         * tests/check/Makefile.am:
8114         * tests/check/elements/.cvsignore:
8115         * tests/check/elements/autodetect.c: (GST_START_TEST),
8116         (autodetect_suite):
8117           Add simple test for the ghostpad lockup on shutdown fixed in core
8118           CVS (audio bit disabled because it would need dozens of alsa
8119           suppressions and I'm too lazy to add those now).
8120
8121 2006-09-22  Wim Taymans  <wim@fluendo.com>
8122
8123         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8124         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8125         Small cleanups.
8126
8127         * gst/rtp/Makefile.am:
8128         * gst/rtp/gstrtp.c: (plugin_init):
8129         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8130         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8131         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8132         (gst_rtp_vorbis_depay_process),
8133         (gst_rtp_vorbis_depay_set_property),
8134         (gst_rtp_vorbis_depay_get_property),
8135         (gst_rtp_vorbis_depay_change_state),
8136         (gst_rtp_vorbis_depay_plugin_init):
8137         * gst/rtp/gstrtpvorbisdepay.h:
8138         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8139         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8140         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8141         (gst_rtp_vorbis_pay_flush_packet),
8142         (gst_rtp_vorbis_pay_append_buffer),
8143         (gst_rtp_vorbis_pay_handle_buffer),
8144         (gst_rtp_vorbis_pay_plugin_init):
8145         * gst/rtp/gstrtpvorbispay.h:
8146         Add experimental vorbis pay and depayloaders.
8147
8148 2006-09-21  Wim Taymans  <wim@fluendo.com>
8149
8150         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8151         Fix profile-level-id parsing and setup.
8152
8153 2006-09-21  Wim Taymans  <wim@fluendo.com>
8154
8155         * gst/udp/README:
8156         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8157         Update README, simple cleanup.
8158
8159 2006-09-21  Wim Taymans  <wim@fluendo.com>
8160
8161         * gst/rtp/README:
8162         Update README with some examples.
8163
8164         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8165         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8166         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8167         (gst_rtp_mp4g_pay_setcaps):
8168         * gst/rtp/gstrtpmp4gpay.h:
8169         Make optional RTP parameters of type STRING, as required by the
8170         application/x-rtp caps specification.
8171
8172 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8173
8174         * gst/rtp/gstrtph263pdepay.c:
8175         * gst/rtp/gstrtph263ppay.c:
8176         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8177         RTP header.
8178
8179 2006-09-20  Wim Taymans  <wim@fluendo.com>
8180
8181         * gst/rtp/Makefile.am:
8182         And makefile too.
8183
8184 2006-09-20  Wim Taymans  <wim@fluendo.com>
8185
8186         * gst/rtp/gstrtp.c: (plugin_init):
8187         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8188         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8189         (decode_base64), (gst_rtp_asf_depay_setcaps),
8190         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8191         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8192         (gst_rtp_asf_depay_plugin_init):
8193         * gst/rtp/gstrtpasfdepay.h:
8194         Added preliminary ASF depayloader.
8195
8196         * gst/rtp/gstrtph264depay.c: (decode_base64):
8197         Fix base64 decoding.
8198
8199 2006-09-20  Wim Taymans  <wim@fluendo.com>
8200
8201         * gst/rtsp/URLS:
8202         Added some test URLS.
8203
8204         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8205         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8206         * gst/rtsp/gstrtspsrc.h:
8207         When creating streams, give access to the complete SDP.
8208         Fix some leaks.
8209         Collect and merge global stream properties in stream caps.
8210         Preliminary support for WMServer.
8211
8212         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8213         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8214         (rtsp_connection_receive):
8215         * gst/rtsp/rtspconnection.h:
8216         Make connection interruptable.
8217         Refactor to make it reconnectable.
8218         Don't fail on short reads when reading data packets.
8219
8220         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8221         (rtsp_url_get_port):
8222         * gst/rtsp/rtspurl.h:
8223         Add methods for getting/setting the port.
8224
8225         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8226         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8227         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8228         (sdp_media_get_format), (sdp_parse_line),
8229         (sdp_message_parse_buffer):
8230         Fix headers. 
8231         Add methods for getting multiple attributes with the same name.
8232         Increase buffer size when parsing.
8233         Fix parsing of a=foo fields.
8234
8235         * gst/rtsp/test.c: (main):
8236         Update to new connection API.
8237
8238         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8239         (rtsp_message_init_response), (rtsp_message_init_data),
8240         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8241         * gst/rtsp/rtspmessage.h:
8242         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8243         * gst/rtsp/rtsptransport.h:
8244         * gst/rtsp/sdp.h:
8245         * gst/rtsp/sdpmessage.h:
8246         * gst/rtsp/gstrtsp.c:
8247         * gst/rtsp/gstrtsp.h:
8248         * gst/rtsp/gstrtpdec.c:
8249         * gst/rtsp/gstrtpdec.h:
8250         * gst/rtsp/rtsp.h:
8251         * gst/rtsp/rtspdefs.c:
8252         * gst/rtsp/rtspdefs.h:
8253         Dual licensed under MIT and LGPL now.
8254
8255 2006-09-19  Wim Taymans  <wim@fluendo.com>
8256
8257         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8258         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8259         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8260         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8261         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8262         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8263         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8264         * gst/rtsp/gstrtspsrc.h:
8265         Reorganize stream parsing and creation.
8266         Detect container formats in interleaved mode.
8267         Keep more state about the streams.
8268         Assume a server also supports PLAY if it does not say.
8269         Add unicast and interleaved properties to TCP transport requests to make
8270         some servers happy (WMServer).
8271
8272         * gst/rtsp/sdpmessage.h:
8273         Add some defines for the standard Bandwidth types.
8274
8275 2006-09-19  Wim Taymans  <wim@fluendo.com>
8276
8277         * gst/rtsp/test.c: (main):
8278         Fix build.
8279
8280 2006-09-19  Wim Taymans  <wim@fluendo.com>
8281
8282         * gst/wavparse/gstwavparse.c:
8283         Add ms-gsm to the src template.
8284
8285 2006-09-18  Wim Taymans  <wim@fluendo.com>
8286
8287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8288         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8289         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8290         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8291         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8292         * gst/rtsp/gstrtspsrc.h:
8293         Small cleanups, added documentation.
8294         Try to clean up the requests and responses.
8295         Refactor parsing the supported methods.
8296
8297         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8298         (rtsp_connection_create), (rtsp_connection_send),
8299         (parse_response_status), (parse_request_line),
8300         (rtsp_connection_receive), (rtsp_connection_close),
8301         (rtsp_connection_free):
8302         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8303         (rtsp_transport_init), (rtsp_transport_parse),
8304         (rtsp_transport_free):
8305         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8306         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8307         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8308         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8309         Use g_return_val some more.
8310
8311         * gst/rtsp/rtspdefs.h:
8312         Add more enum values to track initial states.
8313
8314         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8315         (rtsp_message_init_request), (rtsp_message_new_response),
8316         (rtsp_message_init_response), (rtsp_message_init_data),
8317         (rtsp_message_unset), (rtsp_message_free),
8318         (rtsp_message_add_header), (rtsp_message_remove_header),
8319         (rtsp_message_get_header), (rtsp_message_set_body),
8320         (rtsp_message_take_body), (rtsp_message_get_body),
8321         (rtsp_message_steal_body), (rtsp_message_dump):
8322         * gst/rtsp/rtspmessage.h:
8323         Reorder arguments, object goes as the first one.
8324         Use g_return_val some more.
8325
8326 2006-09-18  Wim Taymans  <wim@fluendo.com>
8327
8328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8329         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8330         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8331         * gst/rtsp/gstrtspsrc.h:
8332         Export sometimes source pad with correct caps on the template, create
8333         the ghostpad from the template.
8334         Remove RTCP template as we never expose RTCP.
8335         Protect against invalid body size.
8336         Avoid memcpy when creating the output buffer.
8337         Properly post an error and send EOS when the loop function is shut down.
8338
8339 2006-09-18  Wim Taymans  <wim@fluendo.com>
8340
8341         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8342
8343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8344         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8345         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8346         * gst/rtsp/gstrtspsrc.h:
8347         Make sure we can never set an invalid location.
8348
8349         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8350         * gst/rtsp/rtspmessage.h:
8351         Added _steal_body method for future use.
8352
8353         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8354         Make freeing of NULL url return immediatly.
8355
8356 2006-09-18  Wim Taymans  <wim@fluendo.com>
8357
8358         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8359
8360         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8361         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8362         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8363         (gst_rtspsrc_change_state):
8364         * gst/rtsp/gstrtspsrc.h:
8365         Use boilerplate.
8366         Make rtspsrc subclass GstBin to make state changes easier.
8367         Add Range header field on the PLAY request.
8368
8369 2006-09-18  Wim Taymans  <wim@fluendo.com>
8370
8371         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8372
8373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8374         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8375         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8376         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8377         * gst/rtsp/rtspconnection.c: (inet_aton):
8378         Small cleanups.
8379         when multicast is selected as the transport, create UDP sources and
8380         connect to the multicast group.
8381         Move parsing and setting of caps to a common place.
8382         Fixes #349894.
8383
8384 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8385
8386         * ext/flac/gstflactag.c:
8387         * gst/alpha/gstalpha.c:
8388         * gst/debug/breakmydata.c:
8389         * gst/debug/negotiation.c:
8390         * gst/debug/testplugin.c:
8391         * gst/effectv/gstaging.c:
8392         * gst/effectv/gstdice.c:
8393         * gst/effectv/gstedge.c:
8394         * gst/effectv/gstquark.c:
8395         * gst/effectv/gstrev.c:
8396         * gst/effectv/gstshagadelic.c:
8397         * gst/effectv/gstvertigo.c:
8398         * gst/effectv/gstwarp.c:
8399         * gst/multipart/multipartdemux.c:
8400         * gst/multipart/multipartmux.c:
8401         * gst/videobox/gstvideobox.c:
8402         * gst/videofilter/gstgamma.c:
8403         * gst/videofilter/gstvideotemplate.c:
8404         * gst/videomixer/videomixer.c:
8405         * sys/sunaudio/gstsunaudiosrc.h:
8406         More G_OBJECT macro fixing.
8407
8408 2006-09-16  Wim Taymans  <wim@fluendo.com>
8409
8410         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8411
8412         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8413         Correctly set the dwLength in strh.
8414         With this patch, the file duration is now displayed correctly in window
8415         media player and the AVI plays completely. Fixes #356147
8416
8417 2006-09-15  Wim Taymans  <wim@fluendo.com>
8418
8419         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8420
8421         * sys/sunaudio/gstsunaudiomixerctrl.c:
8422         (gst_sunaudiomixer_ctrl_build_list):
8423         Set the output track as the MASTER so that the gnome-settings-daemon
8424         keybindings for changing the volume using the keyboard works.
8425         Fixes #356142.
8426
8427 2006-09-15  Wim Taymans  <wim@fluendo.com>
8428
8429         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8430         Fix documentation, it is not possible to control the framerate of jpegdec
8431         using filtered caps yet. Fixes #355210.
8432         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8433         stop when there is an error.
8434
8435 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8436
8437         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8438         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8439           Don't interpret a first buffer with an offset of NONE as
8440           'from the middle of the stream', but only a first buffer
8441           that has a valid buffer offset that's non-zero (see #345449).
8442
8443 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8444
8445         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8446         (gst_icydemux_typefind_or_forward):
8447         * gst/icydemux/gsticydemux.h:
8448           When we merge/collect multiple incoming buffers for typefinding
8449           purposes, keep an initial 0 offset on the first outgoing buffer
8450           as well (otherwise id3demux won't work right). Fixes #345449.
8451           Also Make buffer metadata writable before setting buffer caps.
8452
8453         * tests/check/elements/icydemux.c: (typefind_succeed),
8454         (cleanup_icydemux), (push_data), (GST_START_TEST),
8455         (icydemux_suite):
8456           Small test case for the above.
8457
8458 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8459
8460         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8461         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8462         (gst_avi_demux_stream_header_push),
8463         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8464         (gst_avi_demux_loop):
8465           More code reuse and better logging in _peek_chunk(). Reintroduce check
8466           for chunk sizes before reading them (avoid oom). Better handling for 
8467           invalid chunksizes when streaming.
8468
8469 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8470
8471         * gst/level/gstlevel.c: (gst_level_set_property):
8472         * gst/level/gstlevel.h:
8473           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8474           René Stadler
8475
8476 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8477
8478         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8479         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8480         (gst_avi_demux_stream_data):
8481           Revert one change to fix streaming avi (adapter size != data size).
8482
8483 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8484
8485         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8486
8487         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8488         (gst_matroska_demux_reset),
8489         (gst_matroska_demux_read_track_encodings),
8490         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8491         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8492         (gst_matroska_demux_subtitle_caps):
8493         * gst/matroska/matroska-ids.h:
8494           Add support for VOBSUB subtitle tracks and zlib-compressed
8495           tracks. Make sure we start on a keyframe after a seek. (#343348)
8496
8497 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8498
8499         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8500         (gst_matroska_demux_push_flac_codec_priv_data),
8501         (gst_matroska_demux_push_xiph_codec_priv_data),
8502         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8503         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8504         * gst/matroska/matroska-ids.h:
8505           Add basic FLAC support (#311586), not perfect yet though, needs some
8506           tweaking in flacdec; also, seeking could be better.
8507           Do better bounds checking when deserialising vorbis stream headers
8508           to make sure we don't read beyond the end of the buffer on bad input.
8509
8510 2006-09-04  Wim Taymans  <wim@fluendo.com>
8511
8512         Patch by: Alessandro Decina <alessandro at nnva dot org>
8513
8514         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8515         Seeking back in a file containing a CMML stream errors out if the seek
8516         goes back up to the CMML headers. This is because after the seek the xml
8517         processing instruction <?xml ...?> is submitted to the xml parser again, 
8518         which results in an error. The attached patch fixes the problem. 
8519         Fixes #353908.
8520
8521         * ext/annodex/gstcmmlenc.h:
8522         Fix authors name.
8523
8524
8525 2006-08-28  Andy Wingo  <wingo@pobox.com>
8526
8527         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8528         New helper function to lessen the ifdefs.
8529         (GST_INFO_OBJECT): 
8530         (gst_dv1394src_iso_receive): Use it.
8531         (gst_dv1394src_create): Also use the control sockets in iec61883
8532         mode.
8533         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8534         handle for AVC operations; fixes #348233.
8535
8536 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8537
8538         * configure.ac:
8539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8540         * docs/plugins/inspect/plugin-audiofx.xml:
8541         * docs/plugins/inspect/plugin-audiofxgood.xml:
8542         * gst/audiofx/Makefile.am:
8543         * gst/audiofx/audiofx.c:
8544         * gst/audiofxgood/.cvsignore:
8545         * gst/audiofxgood/Makefile.am:
8546         * gst/audiofxgood/audiofx.c:
8547         * gst/audiofxgood/audiopanorama.c:
8548         * gst/audiofxgood/audiopanorama.h:
8549           Rename again (audiofxgood -> audiofx).
8550
8551 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8552
8553         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8554         (gst_avi_demux_stream_scan):
8555           Initialze variables.
8556
8557 2006-08-25  Wim Taymans  <wim@fluendo.com>
8558
8559         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8560         (gst_avi_demux_init), (gst_avi_demux_finalize),
8561         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8562         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8563         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8564         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8565         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8566         (gst_avi_demux_massage_index),
8567         (gst_avi_demux_calculate_durations_from_index),
8568         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8569         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8570         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8571         (gst_avi_demux_change_state):
8572         * gst/avi/gstavidemux.h:
8573         More attempts to turn this into readable code.
8574         Don't leak adapters.
8575         Calculate duration according to index more efficiently.
8576         Don't try to act like we drive the pipeline in chain mode.
8577
8578 2006-08-25  Wim Taymans  <wim@fluendo.com>
8579
8580         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8581         Fix build.
8582
8583 2006-08-25  Wim Taymans  <wim@fluendo.com>
8584
8585         Patch by: Alessandro Decina <alessandro at nnva dot org>
8586
8587         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8588         Do some extra sanity checks.
8589         Fixes #350340.
8590
8591         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8592         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8593         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8594         Check if clip->start_time is valid before adding the clip to the
8595         track list.
8596         Reset enc->preamble going from PAUSED to READY.
8597         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8598         only used for EOS.
8599         Only post an error message if we were the one that created the fatal
8600         GstFlowReturn value.
8601
8602         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8603         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8604         Parse the seconds field of the npt-sec time format using %llu rather than
8605         %d and check that the value scaled by GST_SECOND doesn't overflow.
8606         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8607         Lookup a clip's track with clip->track rather than clip->id which
8608         makes no sense.
8609         Identify a clip by its track and start time and not its xml id.
8610         do some more input checking and make sure we don't do undefined shifts.
8611
8612         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8613         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8614         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8615         (push_clip), (push_empty_clip), (check_output_clip),
8616         (GST_START_TEST), (cmmldec_suite):
8617         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8618         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8619         (check_headers), (push_clip), (check_clip_times), (check_clip),
8620         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8621         Added some more checks.
8622
8623 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8624
8625         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8626         (gst_audio_panorama_set_property),
8627         (gst_audio_panorama_get_property),
8628         (gst_audio_panorama_transform_m2s_int),
8629         (gst_audio_panorama_transform_s2s_int),
8630         (gst_audio_panorama_transform_m2s_float),
8631         (gst_audio_panorama_transform_s2s_float):
8632         * gst/audiofxgood/audiopanorama.h:
8633         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8634           Make also the pan-property float (saves scaling and yields better
8635           resolution)
8636
8637 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8638
8639         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8640         (gst_audio_panorama_transform_m2s_float),
8641         (gst_audio_panorama_transform_s2s_float):
8642           ChangeLog surgery to add cymax's real name
8643
8644
8645 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8646
8647         Patch by: René Stadler <mail@renestadler.de>
8648
8649         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8650         (gst_audio_panorama_transform_m2s_int),
8651         (gst_audio_panorama_transform_s2s_int),
8652         (gst_audio_panorama_transform_m2s_float),
8653         (gst_audio_panorama_transform_s2s_float),
8654         (gst_audio_panorama_transform):
8655         * gst/audiofxgood/audiopanorama.h:
8656           Added float support
8657
8658 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8659
8660         * gst/audiofxgood/audiopanorama.c:
8661         (gst_audio_panorama_transform_m2s):
8662           Fix docs & debug category. Add Fixme for volume pan levels.
8663
8664 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8665
8666         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8667         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8668         (gst_avi_demux_stream_header_pull),
8669         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8670         (gst_avi_demux_chain):
8671           unbreak AVI index handling, some more debug, remove an obsolete
8672           adapter_flush that caused streaming to wander off in the wild
8673
8674 2006-08-24  Wim Taymans  <wim@fluendo.com>
8675
8676         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8677         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8678         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8679         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8680         (gst_avi_demux_calculate_durations_from_index),
8681         (gst_avi_demux_stream_header_push),
8682         (gst_avi_demux_stream_header_pull):
8683         * gst/avi/gstavidemux.h:
8684         Some more cleanups. 
8685         Fix totalFrames parsing in ODML.
8686         Disable use of index for length calculation in case of ODML as this is
8687         broken now.
8688
8689 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8690
8691         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8692           Use libgsttag helper function here too.
8693
8694 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8695
8696         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8697         (gst_avi_demux_init), (gst_avi_demux_dispose),
8698         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8699         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8700         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8701         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8702         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8703         (gst_avi_demux_parse_subindex),
8704         (gst_avi_demux_read_subindexes_push),
8705         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8706         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8707         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8708         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8709         (gst_avi_demux_stream_header_pull),
8710         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8711         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8712         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8713         (gst_avi_demux_change_state):
8714         * gst/avi/gstavidemux.h:
8715           Initial streaming support for avidemux (fixes #336465)
8716
8717 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8718
8719         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8720           There is no taglibmux element ...
8721
8722         * gst/rtsp/gstrtspsrc.c:
8723           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8724           was complaining about unknown entity here.
8725
8726 2006-08-22  Wim Taymans  <wim@fluendo.com>
8727
8728         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8729         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8730         (gst_avi_demux_process_next_entry):
8731         * gst/avi/gstavidemux.h:
8732         Mark DISCONT.
8733         Remove old unused fields and reorder the struct a bit.
8734
8735 2006-08-22  Wim Taymans  <wim@fluendo.com>
8736
8737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8738         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8739         (gst_rtspsrc_pause):
8740         * gst/rtsp/gstrtspsrc.h:
8741         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8742         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8743         Small documentation updates.
8744
8745 2006-08-22  Wim Taymans  <wim@fluendo.com>
8746
8747         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8748         (gst_avi_demux_index_entry_for_time),
8749         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8750         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8751         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8752         (gst_avi_demux_next_data_buffer),
8753         (gst_avi_demux_calculate_durations_from_index),
8754         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8755         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8756         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8757         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8758         * gst/avi/gstavidemux.h:
8759         Precalc most of the duration query for each stream.
8760         Make seeking more correct.
8761         Use GstSegment to track position and duration.
8762         Code cleanups and leak fixes.
8763         Calculate correct total duration based on index length.
8764
8765 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8766
8767         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8768         (parse_insert_string_field):
8769           If strings in text fields are marked ISO8859-1, but contain
8770           valid UTF-8 already, then handle them as UTF-8 and ignore
8771           the encoding. (#351794)
8772
8773 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8776         (gst_flac_dec_write), (gst_flac_dec_loop),
8777         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8778         (gst_flac_dec_src_query):
8779         * ext/flac/gstflacdec.h:
8780           Make flac-in-ogg work (#352100).
8781
8782 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8783
8784         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8785           Don't unref buffers of which we've already given away
8786           ownership to the adapter.
8787
8788 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8789
8790         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8791           Make metadata extraction actually work.
8792
8793         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8794         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8795         (gst_speexenc_chain):
8796           Fix metadata writing: replace old code which wrote completely
8797           broken tags with libgsttag-based code. Plus miscellaneous
8798           code cleanups (use static pad templates etc.) and a bunch
8799           of leak fixes.
8800
8801 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8802
8803         * gst/audiopanorama/.cvsignore:
8804         * gst/audiopanorama/Makefile.am:
8805         * gst/audiopanorama/audiofx.c:
8806         * gst/audiopanorama/audiopanorama.c:
8807         * gst/audiopanorama/audiopanorama.h:
8808           die! die! die! you should never have been there
8809
8810 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8811
8812         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8813         Fix invalid memory access in audiopanorama test suite.
8814
8815 2006-08-21  Edward Hervey  <edward@fluendo.com>
8816
8817         * tests/check/elements/.cvsignore:
8818         ignore built file
8819
8820 2006-08-21  Wim Taymans  <wim@fluendo.com>
8821
8822         * gst/rtp/Makefile.am:
8823         Fix the build again.
8824
8825 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8826
8827         * gst/audiofxgood/.cvsignore:
8828         * gst/audiofxgood/Makefile.am:
8829         * gst/audiofxgood/audiofx.c: (plugin_init):
8830         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8831         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8832         (gst_audio_panorama_set_property),
8833         (gst_audio_panorama_get_property),
8834         (gst_audio_panorama_get_unit_size),
8835         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8836         (gst_audio_panorama_transform_m2s),
8837         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8838         * gst/audiofxgood/audiopanorama.h:
8839           resubmit with the desired name *again*
8840
8841 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8842
8843         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8844         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8845           use g_assert in _get_unit_size
8846
8847 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8848
8849         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8850         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8851         * docs/plugins/inspect/plugin-audiofxgood.xml:
8852           cleanup -unused.txt to make it useful, add previously missing docs
8853
8854         * ext/Makefile.am:
8855           Quietly (accidentally) enable LADSPA for building by default, 
8856           despite the fact that it doesn't meet the plugin checklist.
8857             -- Added by Jan Schmidt 18 Dec 2006
8858
8859         * ext/esd/esdmon.c:
8860         * ext/esd/esdsink.c:
8861         * ext/esd/gstesd.c: (plugin_init):
8862           reflow to get rid of two external symbols
8863
8864         * gst/audiofxgood/audiofx.c: (plugin_init):
8865           re-add
8866
8867 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8868
8869         * configure.ac:
8870         * gst/audiofxgood/.cvsignore:
8871         * gst/audiofxgood/Makefile.am:
8872         * gst/audiofxgood/audiofx.c
8873         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8874         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8875         (gst_audio_panorama_set_property),
8876         (gst_audio_panorama_get_property),
8877         (gst_audio_panorama_get_unit_size),
8878         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8879         (gst_audio_panorama_transform_m2s),
8880         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8881         * gst/audiofxgood/audiopanorama.h:
8882         * tests/check/Makefile.am:
8883         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8884         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8885         (panorama_suite), (main):
8886         Add audiofxgood plugin with audiopanorama element
8887
8888 2006-08-18  Wim Taymans  <wim@fluendo.com>
8889
8890         * docs/plugins/Makefile.am:
8891         More Oss docs fixage. 
8892
8893 2006-08-18  Wim Taymans  <wim@fluendo.com>
8894
8895         * gst/rtp/Makefile.am:
8896         * gst/rtp/gstrtp.c: (plugin_init):
8897         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8898         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8899         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8900         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8901         (gst_rtp_sv3v_depay_get_property),
8902         (gst_rtp_sv3v_depay_change_state),
8903         (gst_rtp_sv3v_depay_plugin_init):
8904         * gst/rtp/gstrtpsv3vdepay.h:
8905         Added experimental SVQ3 depayloader.
8906
8907 2006-08-18  Edward Hervey  <edward@fluendo.com>
8908
8909         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8910         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8911         * ext/dv/gstdvdemux.h:
8912         When handling seek requests, don't send the newsegment event from the
8913         calling thread. Instead save it so it can be sent from the streaming
8914         thread.
8915
8916 2006-08-17  Wim Taymans  <wim@fluendo.com>
8917
8918         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8919
8920         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8921         Accept leading whitespace before the boundary
8922         This patch makes the demuxer allow some whitespace before the actual
8923         boundary. This makes the demuxer work with the ``old'' gstreamer
8924         multipartmuxer again (which placed an extra \n before the start
8925         of the stream) Fixes #349068.
8926
8927 2006-08-17  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8930         Error out on non-implemented stuff.
8931
8932 2006-08-16  Wim Taymans  <wim@fluendo.com>
8933
8934         Patch by: Andy Wingo <wingo at pobox dot com>
8935
8936         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8937         (gst_signal_processor_start), (gst_signal_processor_stop),
8938         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8939         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8940         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8941         (gst_signal_processor_change_state):
8942         Make ladspa elements reusable. Fixes #350006.
8943
8944 2006-08-16  Wim Taymans  <wim@fluendo.com>
8945
8946         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8947         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8948         names as possible. Fixes #349901.
8949
8950 2006-08-16  Wim Taymans  <wim@fluendo.com>
8951
8952         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8953         (gst_signal_processor_do_pushes):
8954         A push() gives away our refcount so we should not use the buffer on the
8955         pen anymore.
8956
8957 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8958
8959         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8960         (gst_oss_mixer_element_finalize):
8961           Don't leak device string.
8962
8963 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8964
8965         * configure.ac:
8966           Require CVS of GStreamer core and -base (for
8967           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8968
8969         * ext/taglib/gstid3v2mux.cc:
8970           Write extended comment tags properly (#348762).
8971
8972         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8973         (parse_comment_frame):
8974           Extract COMM frames into extended comments, which makes it
8975           easier to properly retain the description bit of the tag
8976           and maintain this information when re-tagging (#348762).
8977
8978 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * tests/check/Makefile.am:
8981           Don't try to run annodex unit tests if the annodex
8982           plugin has not been built (Fixes #351116).
8983
8984 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * gst/autodetect/gstautoaudiosink.c:
8987         (gst_auto_audio_sink_find_best):
8988           When we can't find a usable audiosink, don't error out,
8989           but use a fake sink instead and post a warning message
8990           on the bus (#341278).
8991
8992 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8993
8994         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
8995         * sys/oss/gstosssink.c:
8996         * sys/oss/gstosssrc.c:
8997           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
8998           ossmixer's new device property.
8999
9000         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9001         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9002           Add docs for OSS elements.
9003
9004         * docs/plugins/inspect/plugin-aasink.xml:
9005         * docs/plugins/inspect/plugin-alaw.xml:
9006         * docs/plugins/inspect/plugin-alpha.xml:
9007         * docs/plugins/inspect/plugin-alphacolor.xml:
9008         * docs/plugins/inspect/plugin-annodex.xml:
9009         * docs/plugins/inspect/plugin-apetag.xml:
9010         * docs/plugins/inspect/plugin-auparse.xml:
9011         * docs/plugins/inspect/plugin-autodetect.xml:
9012         * docs/plugins/inspect/plugin-avi.xml:
9013         * docs/plugins/inspect/plugin-cacasink.xml:
9014         * docs/plugins/inspect/plugin-cairo.xml:
9015         * docs/plugins/inspect/plugin-cdio.xml:
9016         * docs/plugins/inspect/plugin-cutter.xml:
9017         * docs/plugins/inspect/plugin-debug.xml:
9018         * docs/plugins/inspect/plugin-dv.xml:
9019         * docs/plugins/inspect/plugin-efence.xml:
9020         * docs/plugins/inspect/plugin-effectv.xml:
9021         * docs/plugins/inspect/plugin-esdsink.xml:
9022         * docs/plugins/inspect/plugin-flac.xml:
9023         * docs/plugins/inspect/plugin-flxdec.xml:
9024         * docs/plugins/inspect/plugin-gconfelements.xml:
9025         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9026         * docs/plugins/inspect/plugin-goom.xml:
9027         * docs/plugins/inspect/plugin-halelements.xml:
9028         * docs/plugins/inspect/plugin-icydemux.xml:
9029         * docs/plugins/inspect/plugin-id3demux.xml:
9030         * docs/plugins/inspect/plugin-jpeg.xml:
9031         * docs/plugins/inspect/plugin-level.xml:
9032         * docs/plugins/inspect/plugin-matroska.xml:
9033         * docs/plugins/inspect/plugin-mulaw.xml:
9034         * docs/plugins/inspect/plugin-multipart.xml:
9035         * docs/plugins/inspect/plugin-navigationtest.xml:
9036         * docs/plugins/inspect/plugin-ossaudio.xml:
9037         * docs/plugins/inspect/plugin-png.xml:
9038         * docs/plugins/inspect/plugin-rtp.xml:
9039         * docs/plugins/inspect/plugin-rtsp.xml:
9040         * docs/plugins/inspect/plugin-shout2send.xml:
9041         * docs/plugins/inspect/plugin-smpte.xml:
9042         * docs/plugins/inspect/plugin-speex.xml:
9043         * docs/plugins/inspect/plugin-taglib.xml:
9044         * docs/plugins/inspect/plugin-udp.xml:
9045         * docs/plugins/inspect/plugin-videobalance.xml:
9046         * docs/plugins/inspect/plugin-videobox.xml:
9047         * docs/plugins/inspect/plugin-videoflip.xml:
9048         * docs/plugins/inspect/plugin-videomixer.xml:
9049         * docs/plugins/inspect/plugin-wavenc.xml:
9050         * docs/plugins/inspect/plugin-wavparse.xml:
9051         * docs/plugins/inspect/plugin-ximagesrc.xml:
9052           Update to CVS version.
9053           
9054 2006-08-16  Wim Taymans  <wim@fluendo.com>
9055
9056         * gst/rtp/gstrtpamrdepay.c:
9057         * gst/rtp/gstrtpmp4gdepay.c:
9058         Caps extra properties must be defined as strings for
9059         depayloaders because they are generated from an SDP.
9060
9061         * gst/rtp/Makefile.am:
9062         * gst/rtp/gstrtp.c: (plugin_init):
9063         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9064         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9065         (gst_rtp_h264_depay_finalize), (decode_base64),
9066         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9067         (gst_rtp_h264_depay_set_property),
9068         (gst_rtp_h264_depay_get_property),
9069         (gst_rtp_h264_depay_change_state),
9070         (gst_rtp_h264_depay_plugin_init):
9071         * gst/rtp/gstrtph264depay.h:
9072         Added basic, not completely functional RFC 3984 H264 depayloader.
9073
9074 2006-08-16  Wim Taymans  <wim@fluendo.com>
9075
9076         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9077         Add pads after setting them up.
9078
9079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9080         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9081         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9082         (gst_rtspsrc_stream_setup_rtp),
9083         (gst_rtspsrc_stream_configure_transport),
9084         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9085         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9086         (gst_rtspsrc_pause):
9087         * gst/rtsp/gstrtspsrc.h:
9088         Fix interleaved mode.
9089          - Protect streaming with lock.
9090          - Combine flows
9091          - set caps on outgoing buffers.
9092          - strip trailing \0 from data packets.
9093          - Configure RTP/RTCP in stream.
9094         Use DEBUG_OBJECT more.
9095
9096 2006-08-16  Wim Taymans  <wim@fluendo.com>
9097
9098         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9099         Turn a g_print into a DEBUG line.
9100
9101 2006-08-13  Wim Taymans  <wim@fluendo.com>
9102
9103         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9104         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9105         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9106         (gst_oss_mixer_element_get_property),
9107         (gst_oss_mixer_element_change_state):
9108         * sys/oss/gstossmixerelement.h:
9109         Small cleanups. Better error reporting.
9110         Add device property for the mixer instead of the hardcoded
9111         /dev/mixer. Fixes #350785.
9112         API: GstOssMixerElement::device property
9113
9114 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         Patch by: Jens Granseuer <jensgr at gmx net>
9117
9118         * gconf/Makefile.am:
9119           Make --disable-schemas work right (they still need
9120           to be copied to the installation directory, just not
9121           applied). Fixes #351347 (also #344100).
9122           
9123 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9124
9125         * configure.ac: back to HEAD
9126
9127 === release 0.10.4 ===
9128
9129 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9130
9131         * configure.ac:
9132           releasing 0.10.4, "Dear Leader"
9133
9134 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9135
9136         Patch by: Edward Hervey <edward@fluendo.com>
9137
9138         * configure.ac:
9139         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9140         (gst_wavparse_stream_data):
9141         Send the newsegment event in the streaming thread.
9142         Fixes #347529
9143
9144 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9145
9146         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9147         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9148         (gst_smokeenc_resync), (gst_smokeenc_chain):
9149           Refuse sink caps in the encoder if width or height is not a
9150           multiple of 16, the encoder does not support that yet (#349939);
9151           along the same lines, check the return value of the encoder
9152           setup function; also remove some debug log clutter.
9153
9154 2006-08-04  Andy Wingo  <wingo@pobox.com>
9155
9156         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9157         whether a processor can work in place or not, and for keeping
9158         track of its state. Change the FlowReturn instance variable from
9159         "state" to "flow_state", all callers changed.
9160
9161         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9162         (gst_signal_processor_start, gst_signal_processor_stop)
9163         (gst_signal_processor_cleanup): New functions to manage the
9164         processor's state.
9165         (gst_signal_processor_setcaps): start() as well as setup() here.
9166         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9167         (gst_signal_processor_change_state): Stop and cleanup the
9168         processor as we go to NULL.
9169
9170         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9171         INPLACE_BROKEN is not set.
9172
9173         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9174         Do the alloc_buffer in bytes, not frames.
9175         
9176 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9177
9178         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9179         Fix rgb masks when recording in < 24bpp.
9180
9181 2006-08-04  Andy Wingo  <wingo@pobox.com>
9182
9183         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9184         (gst_signal_processor_prepare)
9185         (gst_signal_processor_update_inputs)
9186         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9187         (gst_signal_processor_flush)
9188         (gst_signal_processor_sink_activate_push)
9189         (gst_signal_processor_src_activate_pull)
9190         (gst_signal_processor_change_state): Remove the last of the code
9191         that assumes that we process whole buffers at a time. Fix some
9192         debugging. Seems to work now in some cases.
9193         (gst_signal_processor_src_activate_pull): BPB
9194
9195 2006-08-01  Andy Wingo  <wingo@pobox.com>
9196
9197         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9198         Fix nframes-choosing.
9199         (gst_signal_processor_init): Init pending_in and pending_out.
9200
9201         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9202         more default sample rate, although we never check that the sample
9203         rate actually gets set. Something for the future.
9204         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9205         (gst_signal_processor_event): Refcount fixen.
9206         (gst_signal_processor_process): Pull the number of frames to
9207         process from the sizes of the buffers in the input pens.
9208         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9209         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9210         it instead of buffer_frames.
9211         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9212         to do_pulls.
9213         (gst_signal_processor_chain)
9214         (gst_signal_processor_sink_activate_push)
9215         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9216
9217         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9218
9219 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9220
9221         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9222         (gst_signal_processor_process):
9223           don't query buffer-frames from caps, add lots of debug-log,
9224           try fix for assert (#349189)
9225
9226 2006-07-31  Wim Taymans  <wim@fluendo.com>
9227
9228         * gst/udp/gstudpsrc.c:
9229         Fix docs.
9230
9231 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9232
9233         * ext/ladspa/gstsignalprocessor.c:
9234         (gst_signal_processor_add_pad_from_template),
9235         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9236         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9237         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9238         (gst_signal_processor_sink_activate_push),
9239         (gst_signal_processor_src_activate_pull),
9240         (gst_signal_processor_change_state):
9241          Add debugs logs here and there, add more error handling, add some
9242          FIXME comments, filed #349189
9243
9244 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9245
9246         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9247         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9248         Set caps on buffer correctly.  Fixes bug #349155.
9249
9250 2006-07-28  Wim Taymans  <wim@fluendo.com>
9251
9252         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9253
9254         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9255         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9256         (gst_multipart_demux_finalize), (get_line_end),
9257         (multipart_parse_header), (multipart_find_boundary),
9258         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9259         (gst_multipart_set_property), (gst_multipart_get_property):
9260         Uses GstAdapter instead of own buffering.
9261         Actually parses the mime-type correctly (In tests the mime-type was
9262         always "" with the old version).
9263         Uses the Content-length header if available to speed up things.
9264         Reliably autoscans the boundary name by default.
9265         Fixes #349068.
9266
9267         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9268         Don't start the stream with a \n.
9269
9270 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         Patch by: Brian Cameron <brian dot cameron at sun com>
9273
9274         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9275           Open source with O_NONBLOCK (#349015).
9276
9277 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9278
9279         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9280         (gst_avi_demux_massage_index):
9281         * gst/avi/gstavidemux.h:
9282           Whitespace fixes and more debug
9283
9284 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * gst/autodetect/gstautoaudiosink.c:
9287         (gst_auto_audio_sink_create_element_with_pretty_name),
9288         (gst_auto_audio_sink_find_best),
9289         (gst_auto_audio_sink_change_state):
9290           Get rid of old and unused magic sound-server properties stuff.
9291           Add suffix to child sink's name that makes it easy to see from
9292           the name alone which type it actually is (alsa, oss, esd, etc.).
9293
9294 2006-07-27  Wim Taymans  <wim@fluendo.com>
9295
9296         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9297         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9298         (gst_udpsrc_start):
9299         * gst/udp/gstudpsrc.h:
9300         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9301         not some sort of feature we enable.
9302
9303 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9304
9305         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9306           Use CLOSE_SOCKET() here instead of close() to maintain
9307           win32 workiness.
9308
9309 2006-07-27  Wim Taymans  <wim@fluendo.com>
9310
9311         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9312
9313         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9314         (gst_udpsrc_create), (gst_udpsrc_set_property),
9315         (gst_udpsrc_get_property), (gst_udpsrc_start):
9316         * gst/udp/gstudpsrc.h:
9317         Added "buffer-size" property to control the kernel receive buffer size.
9318         Update documentation.
9319         Small cleanups. Fixes #348752.
9320         API: buffer-size property
9321
9322 2006-07-26  Wim Taymans  <wim@fluendo.com>
9323
9324         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9325
9326         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9327         (gst_rtp_pcma_pay_handle_buffer):
9328         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9329         (gst_rtp_pcmu_pay_handle_buffer):
9330         Fix timestamp calculation on outgoing RTP packets.
9331         Fixes #348675.
9332
9333 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9334
9335         * ext/taglib/gstid3v2mux.cc:
9336           Fix writing of comment frames (should be COMM not TCOM),
9337           is still sub-optimal though, since we don't retain or
9338           extract the comment descriptions properly (#334375,
9339           also see #334375).
9340
9341 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9342
9343         * gst/wavparse/gstwavparse.c:
9344           #define 'fact' RIFF chunk if we are not compiling against
9345           -base CVS (we don't want to depend on -base CVS for this
9346           one define only, and also not for release order reasons).
9347
9348 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9349
9350         * ext/taglib/gstid3v2mux.cc:
9351           Handle multiple tags of the same type properly. Re-inject
9352           unparsed ID3v2 frames that we get as binary blobs from
9353           id3demux into the tag again so we don't lose information
9354           when retagging (#334375).
9355
9356 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9357
9358         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9359           Document newly-added properties properly, so that there is a
9360           'Since: 0.10.4' in the plugin docs. Convert some property
9361           names into canonical GObject style (GObject will do that
9362           internally anyway).
9363
9364 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9365
9366         * gst/id3demux/id3tags.c:
9367         (id3demux_add_id3v2_frame_blob_to_taglist):
9368           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9369           well, and add the version to the blob's buffer caps, since that
9370           information will be needed for deserialisation later on (#348644).
9371
9372 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9373
9374         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9375         (gst_avi_demux_parse_stream):
9376          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9377          indentation and spacing.
9378
9379 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * docs/plugins/Makefile.am:
9382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9384         * docs/plugins/gst-plugins-good-plugins.args:
9385         * docs/plugins/inspect/plugin-1394.xml:
9386         * docs/plugins/inspect/plugin-aasink.xml:
9387         * docs/plugins/inspect/plugin-alaw.xml:
9388         * docs/plugins/inspect/plugin-alpha.xml:
9389         * docs/plugins/inspect/plugin-alphacolor.xml:
9390         * docs/plugins/inspect/plugin-annodex.xml:
9391         * docs/plugins/inspect/plugin-apetag.xml:
9392         * docs/plugins/inspect/plugin-auparse.xml:
9393         * docs/plugins/inspect/plugin-autodetect.xml:
9394         * docs/plugins/inspect/plugin-avi.xml:
9395         * docs/plugins/inspect/plugin-cacasink.xml:
9396         * docs/plugins/inspect/plugin-cairo.xml:
9397         * docs/plugins/inspect/plugin-cdio.xml:
9398         * docs/plugins/inspect/plugin-cutter.xml:
9399         * docs/plugins/inspect/plugin-debug.xml:
9400         * docs/plugins/inspect/plugin-dv.xml:
9401         * docs/plugins/inspect/plugin-efence.xml:
9402         * docs/plugins/inspect/plugin-effectv.xml:
9403         * docs/plugins/inspect/plugin-esdsink.xml:
9404         * docs/plugins/inspect/plugin-flac.xml:
9405         * docs/plugins/inspect/plugin-flxdec.xml:
9406         * docs/plugins/inspect/plugin-gconfelements.xml:
9407         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9408         * docs/plugins/inspect/plugin-goom.xml:
9409         * docs/plugins/inspect/plugin-halelements.xml:
9410         * docs/plugins/inspect/plugin-icydemux.xml:
9411         * docs/plugins/inspect/plugin-id3demux.xml:
9412         * docs/plugins/inspect/plugin-jpeg.xml:
9413         * docs/plugins/inspect/plugin-level.xml:
9414         * docs/plugins/inspect/plugin-matroska.xml:
9415         * docs/plugins/inspect/plugin-mulaw.xml:
9416         * docs/plugins/inspect/plugin-multipart.xml:
9417         * docs/plugins/inspect/plugin-navigationtest.xml:
9418         * docs/plugins/inspect/plugin-ossaudio.xml:
9419         * docs/plugins/inspect/plugin-png.xml:
9420         * docs/plugins/inspect/plugin-rtp.xml:
9421         * docs/plugins/inspect/plugin-rtsp.xml:
9422         * docs/plugins/inspect/plugin-shout2send.xml:
9423         * docs/plugins/inspect/plugin-smpte.xml:
9424         * docs/plugins/inspect/plugin-speex.xml:
9425         * docs/plugins/inspect/plugin-udp.xml:
9426         * docs/plugins/inspect/plugin-videobalance.xml:
9427         * docs/plugins/inspect/plugin-videobox.xml:
9428         * docs/plugins/inspect/plugin-videoflip.xml:
9429         * docs/plugins/inspect/plugin-videomixer.xml:
9430         * docs/plugins/inspect/plugin-wavenc.xml:
9431         * docs/plugins/inspect/plugin-wavparse.xml:
9432         * docs/plugins/inspect/plugin-ximagesrc.xml:
9433           Update files to CVS/Prerelease version, add esdsink docs.
9434
9435         * ext/esd/esdsink.c:
9436           Add gtk-doc blurb.
9437
9438         * gst/rtp/gstrtpmp4vpay.c:
9439           Fix typo in element description.
9440
9441 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9442
9443         * ext/esd/esdsink.c: (gst_esdsink_open),
9444         (gst_esdsink_factory_init):
9445           Prevent libesd from auto-spawning a sound daemon if it
9446           is not already running. Now that we don't do evil stuff
9447           like that any longer we can give esdsink a rank so that
9448           autoaudiosink will try it as well if all other audio
9449           sinks fail (#343051).
9450
9451 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9452
9453         * ext/esd/Makefile.am:
9454           Oops, need to remove README from EXTRA_DIST as well.
9455
9456 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9457
9458         * ext/esd/README:
9459           Remove, it contains nothing useful anyway.
9460
9461         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9462         (gst_esdsink_delay):
9463           Some small clean-ups; use GST_BOILERPLATE etc.
9464
9465 2006-07-24  Wim Taymans  <wim@fluendo.com>
9466
9467         * gst/law/alaw-decode.c: (alawdec_getcaps):
9468         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9469         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9470         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9471         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9472
9473 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9474
9475         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9476         (gst_wavparse_other), (gst_wavparse_perform_seek),
9477         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9478         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9479         (gst_wavparse_pad_query):
9480         * gst/wavparse/gstwavparse.h:
9481           Use information from 'fact' chunk for length calculation of compressed
9482           samples. Calculate bps if bogus value is found in wav header (embeded
9483           mp2/mp3).
9484           
9485
9486 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9487
9488         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9489
9490         * configure.ac:
9491         * gst/udp/Makefile.am:
9492         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9493         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9494         * gst/udp/gstdynudpsink.h:
9495         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9496         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9497         * gst/udp/gstmultiudpsink.h:
9498         * gst/udp/gstudp.c: (plugin_init):
9499         * gst/udp/gstudpsink.h:
9500         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9501         (gst_udpsrc_start), (gst_udpsrc_stop):
9502         * gst/udp/gstudpsrc.h:
9503         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9504         (gst_udp_net_utils_win32_wsa_startup):
9505         * gst/udp/gstudpnetutils.h:
9506           Port udp plugin to win32 (#345288).
9507
9508 2006-07-24  Wim Taymans  <wim@fluendo.com>
9509
9510         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9511         Remove unwanted DEBUG line.
9512
9513 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9514
9515         * gst/id3demux/gstid3demux.c: (plugin_init):
9516         * gst/id3demux/id3tags.c:
9517         (id3demux_add_id3v2_frame_blob_to_taglist):
9518         * gst/id3demux/id3tags.h:
9519           On second thought, it might be wiser and more efficient
9520           not to do tag registration from a streaming thread.
9521
9522 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9523
9524         * gst/id3demux/id3tags.c:
9525         (id3demux_add_id3v2_frame_blob_to_taglist),
9526         (id3demux_id3v2_frames_to_tag_list):
9527           Put ID3v2 frames we can't parse as binary blobs into private
9528           tags, so that they are not lost when retagging, at least once
9529           id3v2mux has been taught to re-inject those frames again.
9530           See bug #334375.
9531
9532 2006-07-21  Wim Taymans  <wim@fluendo.com>
9533
9534         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9535         (gst_avi_demux_process_next_entry):
9536         Fix some leaks.
9537
9538         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9539         Don't use \n in debug lines.
9540
9541 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9542
9543         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9544         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9545           Add annodex and icydemux, cleanup the sections a bit
9546
9547 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9548
9549         Patch by: Alex Lancaster <alexl at users sourceforge net>
9550
9551         * ext/taglib/gstid3v2mux.cc:
9552           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9553           ID3v2 TSSE frames (#347898).
9554
9555 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9556
9557         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9558           Respect mpegversion for "video/mpeg" and give message in case of
9559           unhandled versions.
9560
9561 2006-07-17  Wim Taymans  <wim@fluendo.com>
9562
9563         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9564         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9565         (gst_pngdec_chain), (gst_pngdec_sink_event),
9566         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9567         (gst_pngdec_sink_activate_push):
9568         * ext/libpng/gstpngdec.h:
9569         Use statically allocated segment instead of leaking.
9570         Various cleanups.
9571         Fix flush and seek handling.
9572
9573 2006-07-16  Wim Taymans  <wim@fluendo.com>
9574
9575         * gst/rtp/Makefile.am:
9576         * gst/rtp/gstrtp.c: (plugin_init):
9577         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9578         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9579         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9580         (gst_rtp_mp4g_depay_set_property),
9581         (gst_rtp_mp4g_depay_get_property),
9582         (gst_rtp_mp4g_depay_change_state),
9583         (gst_rtp_mp4g_depay_plugin_init):
9584         * gst/rtp/gstrtpmp4gdepay.h:
9585         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9586         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9587         (gst_rtp_mp4g_pay_flush):
9588         Added simple generic mpeg4 depayloader.
9589         Fix generic mpeg4 payloader.
9590
9591 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9594           Don't try doing state changes on a NULL pointer.
9595
9596 2006-07-14  Wim Taymans  <wim@fluendo.com>
9597
9598         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9599
9600         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9601         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9602         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9603         * gst/rtp/gstrtpamrdepay.h:
9604         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9605         Fixes #321191
9606
9607 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9608
9609         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9610         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9611         Fix segfault when moving mouse pointer to the bottom right corner.
9612
9613 2006-07-12  Wim Taymans  <wim@fluendo.com>
9614
9615         * gst/rtp/Makefile.am:
9616         * gst/rtp/gstrtp.c: (plugin_init):
9617         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9618         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9619         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9620         (gst_rtp_mp2t_depay_set_property),
9621         (gst_rtp_mp2t_depay_get_property),
9622         (gst_rtp_mp2t_depay_change_state),
9623         (gst_rtp_mp2t_depay_plugin_init):
9624         * gst/rtp/gstrtpmp2tdepay.h:
9625         Added mpeg2 TS depayloader. Closing #347234.
9626
9627 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9628
9629         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9630           Remove g_assert that shouldn't be there and was triggered
9631           after trying to open a device that doesn't exist or can't
9632           be opened for some other reason (#347972).
9633
9634 2006-07-10  Edward Hervey  <edward@fluendo.com>
9635
9636         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9637         (gst_avi_demux_stream_header), (push_tag_lists):
9638         * gst/avi/gstavidemux.h:
9639         Don't push tag events found by gst_riff_parse_info() before outputting
9640         GST_EVENT_NEWSEGMENT.
9641
9642 2006-07-10  Wim Taymans  <wim@fluendo.com>
9643
9644         * gst/rtsp/Makefile.am:
9645         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9646         (rtsp_connection_close):
9647         * gst/rtsp/rtspdefs.h:
9648         replaced closesocket and close in code with one CLOSE_SOCKET. 
9649         Some more cleanups. Fixes #345301.
9650
9651 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9652
9653         * gst/autodetect/gstautoaudiosink.c:
9654           Fix example pipeline in docs.
9655
9656 2006-07-10  Wim Taymans  <wim@fluendo.com>
9657
9658         Patch by: Rob Taylor <robtaylor at floopily dot org>
9659
9660         * gst/udp/gstmultiudpsink.c: (join_multicast),
9661         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9662         If a destination is added before the stream is set to PAUSED, the
9663         multicast group is not joined as the socket is not created yet. 
9664         Also TTL and LOOP should also be set. Fixes #346921.
9665
9666 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9667
9668         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9669         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9670         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9671         (gst_ximage_src_init):
9672         * sys/ximage/gstximagesrc.h:
9673         Fix use-damage property to actually work :)
9674         Add startx, starty, endx, endy properties so screencasts other than full
9675         screen ones can work.
9676
9677 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9678
9679         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9680         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9681         (gst_ximage_src_class_init), (gst_ximage_src_init):
9682         * sys/ximage/gstximagesrc.h:
9683         Add use_damage property to offer ability to choose whether to use
9684         XDamage or not.
9685
9686 2006-07-07  Wim Taymans  <wim@fluendo.com>
9687
9688         * gst/goom/filters.c: (zoomFilterSetResolution):
9689         Avoid goom coredumping by clearing memory. 
9690         Fixes 345679.
9691
9692 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9693
9694         * win32/vs6/libgstid3demux.dsp:
9695         Add a link to libgsttag-0.10.lib.
9696
9697 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9698
9699         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9700         (gst_tag_demux_read_range):
9701         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9702         (gst_id3demux_read_range):
9703           Don't return FLOW_UNEXPECTED when a buffer is before
9704           the start of the stream (which might happen with
9705           large ID3v2 tags if the tag reading was done pullrange
9706           based and we then switched to push mode later on).
9707           Fixes regression introduced by commit from June 29th.
9708
9709 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * ext/taglib/gstid3v2mux.cc:
9712           Make UTF-8 the default encoding when writing string
9713           tags (before, our UTF-8 strings would automatically
9714           be converted to ISO-8859-1 by taglib and written as
9715           ISO-8859-1 fields if that was possible).
9716
9717         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9718         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9719         (test_taglib_id3mux_with_tags):
9720           Add test case that makes sure our UTF-8 strings have
9721           actually been written into the tag as UTF-8.
9722
9723 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9724
9725         * configure.ac:
9726           Let's try that again.
9727
9728 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9729
9730         * configure.ac:
9731           Disable monoscope plugin for now until it fulfills
9732           all the requirements.
9733
9734 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9735
9736         * configure.ac:
9737         * gst/monoscope/Makefile.am:
9738         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9739         (gst_monoscope_class_init), (gst_monoscope_init),
9740         (gst_monoscope_finalize), (gst_monoscope_reset),
9741         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9742         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9743         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9744         (gst_monoscope_change_state), (plugin_init):
9745         * gst/monoscope/gstmonoscope.h:
9746           Port monoscope visualisation to 0.10.
9747
9748 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9751         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9752           Return FLOW_UNEXPECTED when at the end of the file, not
9753           FLOW_ERROR. Fixes 'internal stream error' errors that
9754           would sometimes occur in totem when scrubbing to the
9755           end of an ID3v1 tagged mp3 file.
9756
9757 2006-07-03  Edward Hervey  <edward@fluendo.com>
9758
9759         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9760         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9761         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9762         * ext/libpng/gstpngdec.h:
9763         Implement buffer clipping/dropping using GstSegment.
9764         This provides accurate seeking.
9765
9766 2006-07-03  Edward Hervey  <edward@fluendo.com>
9767
9768         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9769         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9770         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9771         (gst_avi_demux_process_next_entry), (push_tag_lists),
9772         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9773         * gst/avi/gstavidemux.h:
9774         Proper aggregation of each stream's GstFlowReturn in order to figure out
9775         whether the task should stop or not.
9776         Don't send inline events before pushing out a NEW_SEGMENT, more
9777         specifically for GST_TAG_EVENT.
9778         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9779         sub-indexes.
9780
9781 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9782
9783         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9784
9785         * sys/sunaudio/gstsunaudiomixerctrl.c:
9786         (gst_sunaudiomixer_ctrl_build_list):
9787           Move "Monitor" slider to input tab so it works more like
9788           sdtaudiocontrol, which is what people on Solaris are used
9789           to using for their mixer program (#346259).
9790
9791 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9792
9793         * tests/check/elements/level.c: (GST_START_TEST):
9794           fix a leak, clean up at the end
9795
9796 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9797
9798         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9799         (gst_matroska_demux_send_event),
9800         (gst_matroska_demux_loop_stream_parse_id):
9801         * gst/matroska/matroska-ids.h:
9802           Send tag event after newsegment event.
9803
9804 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9807         (gst_id3demux_read_range):
9808           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9809           certain cases where a read beyond the end of the file is
9810           requested. Fixes #345930.
9811
9812         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9813         (gst_tag_demux_read_range):
9814           Fix same issue here as well.
9815
9816 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9817
9818         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9819         
9820         Fix hypothetical crash.
9821
9822 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9823
9824         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9825
9826         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9827           Do not modify the ports value. If the user has turned off the
9828           built-in speakers, then we should not reset it in the prepare
9829           function, since this causes the built-in speakers to turn
9830           back on anytime the user changes a track in totem, rhythmbox,
9831           etc. (#346066).
9832
9833 2006-06-23  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9836         Fix double caps unref when negotiation fails.
9837
9838 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * ext/annodex/gstcmmldec.c:
9841         * ext/annodex/gstcmmlenc.c:
9842         * ext/annodex/gstcmmlparser.c:
9843         * ext/dv/gstdvdec.c:
9844         * ext/dv/gstdvdemux.c:
9845         * ext/gdk_pixbuf/pixbufscale.c:
9846         * ext/jpeg/gstjpegenc.c:
9847         * ext/jpeg/gstsmokedec.c:
9848         * ext/jpeg/gstsmokeenc.c:
9849         * ext/libpng/gstpngdec.c:
9850         * ext/libpng/gstpngenc.c:
9851         * ext/speex/gstspeexenc.c:
9852         * gst/alpha/gstalphacolor.c:
9853         * gst/cutter/gstcutter.c:
9854         * gst/debug/gstnavigationtest.c:
9855         * gst/icydemux/gsticydemux.c:
9856         * gst/level/gstlevel.c:
9857         * gst/multipart/multipart.c:
9858         * gst/rtp/gstrtpamrpay.c:
9859         * gst/rtp/gstrtpdepay.c:
9860         * gst/rtp/gstrtpilbcpay.c:
9861         * gst/rtp/gstrtpmp4gpay.c:
9862         * gst/rtp/gstrtpmp4vpay.c:
9863         * gst/rtsp/gstrtpdec.c:
9864         * gst/rtsp/gstrtspsrc.c:
9865         * gst/udp/gstdynudpsink.c:
9866         * gst/udp/gstmultiudpsink.c:
9867         * gst/udp/gstudpsrc.c:
9868         * gst/videobox/gstvideobox.c:
9869         * gst/videofilter/gstvideoflip.c:
9870           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9871           plus two minor macro fixes.
9872
9873 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9874
9875         * gst/matroska/matroska-demux.c:
9876         (gst_matroska_demux_check_subtitle_buffer),
9877         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9878         (gst_matroska_demux_subtitle_caps):
9879         * gst/matroska/matroska-ids.c:
9880         (gst_matroska_track_init_subtitle_context):
9881         * gst/matroska/matroska-ids.h:
9882           Try to fix up broken matroska files containing subtitle
9883           streams with non-UTF8 character encodings (courtesy of
9884           mkvmerge) using either the encoding specified in the
9885           GST_SUBTITLE_ENCODING environment variable or the
9886           current locale's character set if it is non-UTF8.
9887           Fixes #337076.
9888
9889 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9890
9891         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9892           Set image type from APIC frame as "image-type" field
9893           of GST_TAG_IMAGE buffer caps (#344605).
9894
9895 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9896
9897         * ext/flac/Makefile.am:
9898         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9899         (gst_flac_dec_reset_decoders),
9900         (gst_flac_dec_setup_seekable_decoder),
9901         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9902         (gst_flac_dec_metadata_callback),
9903         (gst_flac_dec_metadata_callback_seekable),
9904         (gst_flac_dec_metadata_callback_stream),
9905         (gst_flac_dec_error_callback),
9906         (gst_flac_dec_error_callback_seekable),
9907         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9908         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9909         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9910         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9911         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9912         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9913         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9914         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9915         (gst_flac_dec_sink_activate_push),
9916         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9917         * ext/flac/gstflacdec.h:
9918           Support chain-based operation, should make flac-over-DAAP
9919           work (#340492).
9920
9921 2006-06-20  Wim Taymans  <wim@fluendo.com>
9922
9923         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9924         Doc updates, merge some unused symbols.
9925
9926 2006-06-20  Wim Taymans  <wim@fluendo.com>
9927
9928         * docs/plugins/Makefile.am:
9929         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9930         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9931         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9932         * gst/rtsp/gstrtspsrc.c:
9933         * gst/rtsp/gstrtspsrc.h:
9934         Added documentation for the rtsp plugin. Fixes #345393.
9935
9936 2006-06-20  Wim Taymans  <wim@fluendo.com>
9937
9938         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9939         (rtsp_connection_close), (rtsp_connection_free):
9940         Use better G_OS_* macros. Fixes #345301 some more.
9941
9942 2006-06-20  Wim Taymans  <wim@fluendo.com>
9943
9944         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9945
9946         * sys/sunaudio/Makefile.am:
9947         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9948         * sys/sunaudio/gstsunaudiomixerctrl.c:
9949         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9950         (gst_sunaudiomixer_ctrl_list_tracks),
9951         (gst_sunaudiomixer_ctrl_get_volume),
9952         (gst_sunaudiomixer_ctrl_set_volume),
9953         (gst_sunaudiomixer_ctrl_set_mute),
9954         (gst_sunaudiomixer_ctrl_set_record):
9955         * sys/sunaudio/gstsunaudiomixerctrl.h:
9956         * sys/sunaudio/gstsunaudiomixertrack.c:
9957         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9958         * sys/sunaudio/gstsunaudiomixertrack.h:
9959         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9960         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9961         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9962         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9963         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9964         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9965         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9966         (gst_sunaudiosrc_reset):
9967         * sys/sunaudio/gstsunaudiosrc.h:
9968         Add a SunAudio source plugin.
9969         Support stereo and right/left channel gain in the mixer plugin.
9970         Support the RECORD flag so that you can switch between line-input and
9971         microphone in gnome-volume-control.
9972         Code cleanups like using an enumerator for track number instead of an 
9973         integer. Fixes #344923.
9974
9975 2006-06-20  Wim Taymans  <wim@fluendo.com>
9976
9977         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9978
9979         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9980         (rtsp_connection_close):
9981         Make RTSP plugin compile on windows. Fixes #345301.
9982         Some changes to original patch to catch errors better.
9983         use ifdef WIN32 instead of ifndef.
9984
9985 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9986
9987         * configure.ac:
9988         If we have libraw1394 >= 1.2.1, then we need libiec61883.
9989
9990 2006-06-18  Edward Hervey  <edward@fluendo.com>
9991
9992         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
9993         After a failed buffer alloc, we need to abort the jpeg decoding (it
9994         started when parsing headers to figure out how many bytes we need
9995         to request downstream).
9996
9997 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
9998
9999         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10000
10001         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10002           Make sure we don't read beyond the end of the file (#345232).
10003
10004 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10005
10006         * configure.ac:
10007           Fix --disable-external (can't set conditionals conditionally,
10008           #343602).
10009
10010 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10011
10012         * autogen.sh:
10013         * configure.ac:
10014         * docs/Makefile.am:
10015           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10016
10017         * docs/plugins/Makefile.am:
10018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10019         * docs/plugins/inspect/plugin-taglib.xml:
10020           Add/fix apev2mux docs.
10021
10022 2006-06-14  Wim Taymans  <wim@fluendo.com>
10023
10024         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10025         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10026         (gst_dvdec_change_state):
10027         Reset segment info on flush.
10028         Alloc segment in _init, free in _finalize.
10029
10030         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10031         Don't send segments twice.
10032
10033 2006-06-14  Wim Taymans  <wim@fluendo.com>
10034
10035         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10036         Respect segment.stop. Fixes #342592.
10037
10038 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10039
10040         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10041           No language specified means the implied language is English
10042           according to the matroska spec (partially fixes #344708);
10043           add some more debug output.
10044
10045 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10048         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10049         (gst_wavparse_chain):
10050           When operating chain-based, don't make any assumptions about the
10051           chunking of the incoming data and make streaming work on days other
10052           than the second Thursday after a full moon. Also fix up debug
10053           messages here and there and make use of the most excellent new
10054           gst_pad_query_peer_duration() utility function.
10055           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10056
10057         * gst/wavparse/gstwavparse.h:
10058           Remove trailing comma after last enum value, some compilers don't
10059           like that.
10060
10061 2006-06-13  Wim Taymans  <wim@fluendo.com>
10062
10063         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10064         Handle premature EOS gracefully.
10065
10066 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10069           Prevent out of bounds array access when scrubbing towards
10070           the end of the file between the last index entry and the
10071           end. Fixes occasional 'start <= stop' newsegment event
10072           assertions when scrubbing in MJPEG files.
10073
10074 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         * tests/check/elements/.cvsignore:
10077           And another one.
10078
10079 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10080
10081         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10082         (scan_encoded_string), (parse_picture_frame):
10083           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10084
10085         * configure.ac:
10086           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10087           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10088
10089 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10090
10091         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10092           gratuitous comment changes
10093         * tests/check/elements/level.c: (GST_START_TEST):
10094           fix level test leaks
10095
10096 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10097
10098         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10099         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10100           Use gst_pad_query_peer_duration() utility function here.
10101
10102 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10103
10104         * autogen.sh:
10105           require am17
10106         * configure.ac:
10107         * ext/annodex/Makefile.am:
10108         * ext/cdio/Makefile.am:
10109         * ext/dv/Makefile.am:
10110         * ext/esd/Makefile.am:
10111         * ext/flac/Makefile.am:
10112         * ext/gdk_pixbuf/Makefile.am:
10113         * ext/ladspa/Makefile.am:
10114         * ext/libcaca/Makefile.am:
10115         * ext/speex/Makefile.am:
10116         * ext/taglib/Makefile.am:
10117         * sys/oss/Makefile.am:
10118         * sys/sunaudio/Makefile.am:
10119         * sys/ximage/Makefile.am:
10120           clean up build further
10121
10122 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * gconf/Makefile.am:
10125           Honour --disable-schemas-install configure option. Fixes #344100.
10126
10127 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         * tests/examples/level/Makefile.am:
10130           Add -lm to LIBS for pow() function, don't assume one of our
10131           dependencies (such as libxml-2.0) drags it in automatically
10132           (#343603).
10133
10134 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10137
10138         * configure.ac:
10139           We should use $SED and not $(SED) in configure.ac (#343678).
10140
10141 2006-06-09  Wim Taymans  <wim@fluendo.com>
10142
10143         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10144
10145         * sys/sunaudio/gstsunaudiomixerctrl.c:
10146         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10147         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10148         (gst_sunaudiomixer_ctrl_set_mute):
10149         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10150         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10151         (gst_sunaudiosink_write):
10152         Attached find a patch that fixes a number of bugs with the SunAudio
10153         mixer plugin and fixes #344101:
10154         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10155            tracks onto the tracklist causing gnome-volume-control's preferences
10156            dialog to be messed up and would core dump if you checked/unchecked
10157            any item.
10158         2. We weren't previously setting the MUTE flag properly.  Fixing this
10159            makes gnome-volume-control work better.
10160         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10161            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10162            gnome-volume-control look better.
10163         Also some minor cleanup in gstsunaudiosink.c.
10164
10165 2006-06-09  Wim Taymans  <wim@fluendo.com>
10166
10167         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10168         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10169         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10170         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10171         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10172         * ext/jpeg/gstjpegdec.h:
10173         API: Added IDCT method property
10174         Small cleanups.
10175         Avoid dynamic allocation of trivial fixed structure.
10176         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10177
10178 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10179
10180         * configure.ac:
10181         We now require libraw1394 >= 1.1.0 and that version onwards all
10182         have .pc files.
10183
10184 2006-06-02  Edward Hervey  <edward@fluendo.com>
10185
10186         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10187         Trying to get items from an ANY or EMPTY caps is ... stupid.
10188
10189 2006-06-02  Edward Hervey  <edward@fluendo.com>
10190
10191         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10192         (gst_dvdec_chain), (gst_dvdec_change_state):
10193         * ext/dv/gstdvdec.h:
10194         Added GstSegment handling, now implements dropping/clipping.
10195
10196 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10197
10198         * ext/aalib/gstaasink.h:
10199         * ext/annodex/gstcmmldec.h:
10200         * ext/cairo/gsttimeoverlay.h:
10201         * ext/dv/gstdvdec.h:
10202         * ext/dv/gstdvdemux.h:
10203         * ext/esd/esdmon.h:
10204         * ext/esd/esdsink.h:
10205         * ext/flac/gstflacenc.h:
10206         * ext/gconf/gstgconfaudiosink.h:
10207         * ext/gconf/gstgconfaudiosrc.h:
10208         * ext/gconf/gstgconfvideosink.h:
10209         * ext/gconf/gstgconfvideosrc.h:
10210         * ext/gdk_pixbuf/gstgdkanimation.h:
10211         * ext/gdk_pixbuf/pixbufscale.h:
10212         * ext/hal/gsthalaudiosink.h:
10213         * ext/hal/gsthalaudiosrc.h:
10214         * ext/jpeg/gstjpegenc.h:
10215         * ext/jpeg/gstsmokedec.h:
10216         * ext/jpeg/gstsmokeenc.h:
10217         * ext/libcaca/gstcacasink.h:
10218         * ext/libmng/gstmngdec.h:
10219         * ext/libmng/gstmngenc.h:
10220         * ext/libpng/gstpngdec.h:
10221         * ext/libpng/gstpngenc.h:
10222         * ext/raw1394/gstdv1394src.h:
10223         * ext/speex/gstspeexenc.h:
10224         * gst/autodetect/gstautoaudiosink.h:
10225         * gst/autodetect/gstautovideosink.h:
10226         * gst/avi/gstavidemux.h:
10227         * gst/cutter/gstcutter.h:
10228         * gst/debug/efence.h:
10229         * gst/debug/gstnavigationtest.h:
10230         * gst/debug/gstnavseek.h:
10231         * gst/flx/gstflxdec.h:
10232         * gst/goom/gstgoom.h:
10233         * gst/icydemux/gsticydemux.h:
10234         * gst/id3demux/gstid3demux.h:
10235         * gst/law/alaw-decode.h:
10236         * gst/law/alaw-encode.h:
10237         * gst/law/mulaw-decode.h:
10238         * gst/law/mulaw-encode.h:
10239         * gst/matroska/matroska-mux.h:
10240         * gst/median/gstmedian.h:
10241         * gst/oldcore/gstaggregator.h:
10242         * gst/oldcore/gstfdsink.h:
10243         * gst/oldcore/gstmd5sink.h:
10244         * gst/oldcore/gstmultifilesrc.h:
10245         * gst/oldcore/gstpipefilter.h:
10246         * gst/oldcore/gstshaper.h:
10247         * gst/oldcore/gststatistics.h:
10248         * gst/rtp/gstasteriskh263.h:
10249         * gst/rtp/gstrtpL16depay.h:
10250         * gst/rtp/gstrtpL16pay.h:
10251         * gst/rtp/gstrtpamrdepay.h:
10252         * gst/rtp/gstrtpamrpay.h:
10253         * gst/rtp/gstrtpdepay.h:
10254         * gst/rtp/gstrtpgsmdepay.h:
10255         * gst/rtp/gstrtpgsmpay.h:
10256         * gst/rtp/gstrtph263pay.h:
10257         * gst/rtp/gstrtph263pdepay.h:
10258         * gst/rtp/gstrtph263ppay.h:
10259         * gst/rtp/gstrtpmp4gpay.h:
10260         * gst/rtp/gstrtpmp4vdepay.h:
10261         * gst/rtp/gstrtpmp4vpay.h:
10262         * gst/rtp/gstrtpmpadepay.h:
10263         * gst/rtp/gstrtpmpapay.h:
10264         * gst/rtp/gstrtppcmadepay.h:
10265         * gst/rtp/gstrtppcmapay.h:
10266         * gst/rtp/gstrtppcmudepay.h:
10267         * gst/rtp/gstrtppcmupay.h:
10268         * gst/rtp/gstrtpspeexdepay.h:
10269         * gst/rtp/gstrtpspeexpay.h:
10270         * gst/rtsp/gstrtpdec.h:
10271         * gst/rtsp/gstrtspsrc.h:
10272         * gst/smpte/gstsmpte.h:
10273         * gst/udp/gstdynudpsink.h:
10274         * gst/udp/gstmultiudpsink.h:
10275         * gst/udp/gstudpsink.h:
10276         * gst/udp/gstudpsrc.h:
10277         * gst/videofilter/gstvideobalance.h:
10278         * gst/videofilter/gstvideoflip.h:
10279         * sys/oss/gstossdmabuffer.h:
10280         * sys/oss/gstossmixerelement.h:
10281         * sys/oss/gstosssink.h:
10282         * sys/oss/gstosssrc.h:
10283         * sys/osxvideo/osxvideosink.h:
10284         * sys/sunaudio/gstsunaudiomixer.h:
10285         * sys/sunaudio/gstsunaudiosink.h:
10286         * sys/ximage/gstximagesrc.h:
10287         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10288
10289 2006-05-31  Wim Taymans  <wim@fluendo.com>
10290
10291         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10292         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10293         (gst_goom_src_setcaps), (gst_goom_src_event),
10294         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10295         (gst_goom_change_state):
10296         * gst/goom/gstgoom.h:
10297         Handle QoS.
10298         Handle flushing, discont and events.
10299         Fix timestamps and various other cleanups.
10300
10301 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10302
10303         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10304         Fix bus reset when using libiec61883
10305
10306 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10307
10308         * configure.ac:
10309         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10310         * ext/raw1394/Makefile.am:
10311         Add CFLAGS.
10312         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10313         New method, to receive using libiec61883.
10314         (gst_dv1394src_iso_receive),
10315         #ifdef'd out if libiec61883 is present.
10316         (gst_dv1394src_bus_reset),
10317         Get userdata correctly if using libiec61883. 
10318         (gst_dv1394src_create),
10319         When using libiec61883, only poll one fd and no need to read.
10320         (gst_dv1394src_discover_avc_node),
10321         Replace g_warnings.
10322         (gst_dv1394src_start),
10323         Create new handle when we know which dv port.  More reliable
10324         than setting port on an existing handle.  Initialise libiec61883.
10325         (gst_dv1394src_stop):
10326         If using libiec61883, then cleanup its handle properly.
10327         * ext/raw1394/gstdv1394src.h:
10328         Add libiec61883 handle.
10329
10330 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10331
10332         * gst/avi/gstavidemux.c:
10333           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10334         * win32/MANIFEST:
10335           sort file listing
10336         * win32/vs6/libgstavi.dsp:
10337           add gstavimux.c to the project
10338         * win32/vs6/libgstid3demux.dsp:
10339           add link to zlib library
10340         * win32/vs6/libgstmatroska.dsp:
10341           add matroska-ids.c to the project
10342
10343 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10344
10345         Patch by: Sebastian Dröge  <mail at slomosnail de >
10346
10347         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10348         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10349         * ext/taglib/Makefile.am:
10350         * ext/taglib/gstapev2mux.cc:
10351         * ext/taglib/gstapev2mux.h:
10352         * ext/taglib/gstid3v2mux.cc:
10353         * ext/taglib/gsttaglibmux.c: (plugin_init):
10354         * ext/taglib/gsttaglibmux.h:
10355           Add apev2mux element (#343122).
10356         
10357         * tests/check/Makefile.am:
10358         * tests/check/elements/apev2mux.c:
10359         (test_taglib_apev2mux_create_tags),
10360         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10361         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10362         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10363         (apev2mux_suite), (main):
10364           Add unit test for apev2mux element.
10365
10366 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10367
10368         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10369         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10370         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10371           GST_PTR_FORMAT should be used to print caps in debug statements.
10372
10373 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10374
10375         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10376
10377         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10378         (ape_demux_parse_tags):
10379           Some clean-ups and additions: map APE 'file' tag to
10380           GST_TAG_LOCATION (#343123); add support for extracting
10381           the track count and clean up parsing a bit (#343127).
10382
10383 2006-05-28  Edward Hervey  <edward@fluendo.com>
10384
10385         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10386         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10387
10388 2006-05-28  Edward Hervey  <edward@fluendo.com>
10389
10390         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10391         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10392         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10393         * ext/jpeg/gstjpegdec.h:
10394         Clip outgoing buffers according to currently configured segment.
10395
10396 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10397
10398         * ext/taglib/gstid3v2mux.cc:
10399           Handle  writing of track-count or album-volume-count without
10400           track-number or albume-volume-number (in this case the number
10401           will just be set to 0).
10402
10403         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10404           It would be nice if we actually checked the values received for
10405           track/album-volume number/count in  _check_tags(), rather than
10406           setting them again ...
10407
10408 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10411           A track/volume number or count of 0 does not make sense,
10412           just ignore it along with negative numbers (a tag might
10413           only contain a track count without a track number).
10414
10415 2006-05-27  Edward Hervey  <edward@fluendo.com>
10416
10417         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10418         (gst_jpeg_dec_sink_event):
10419         Abort decompression when receiving FLUSH_STOP. This should avoid
10420         issues when interrupting decoding with flushes.
10421
10422 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * ext/flac/gstflac.c:
10425           Don't #include file we don't dist any longer.
10426
10427 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         * README:
10430           Replace current README (containing the release notes from
10431           some 0.9.x version) with a proper README taken from the core.
10432
10433 2006-05-24  Wim Taymans  <wim@fluendo.com>
10434
10435         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10436         Implement EOS correctly by either posting
10437         SEGMENT_DONE or pushing an EOS message depending
10438         on the seek type. Fixes #342592
10439
10440 2006-05-24  Wim Taymans  <wim@fluendo.com>
10441
10442         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10443         * gst/law/alaw-decode.h:
10444         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10445         * gst/law/alaw-encode.h:
10446         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10447         * gst/law/mulaw-decode.h:
10448         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10449         * gst/law/mulaw-encode.h:
10450         Some cleanups in the chain functions.
10451         Remove some GStreamer 0.0.2 bits.
10452
10453 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10456
10457         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10458           gst_collect_pads_stop() needs to be called before chaining up
10459           to the parent class (#342734).
10460
10461 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10462
10463         * ext/flac/Makefile.am:
10464         * ext/flac/flac_compat.h:
10465         * ext/flac/gstflac.c:
10466         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10467         * ext/flac/gstflacenc.c:
10468           Remove backwards compatibility cruft for dealing with FLAC API
10469           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10470
10471 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10474         (gst_matroska_demux_push_xiph_codec_priv_data),
10475         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10476         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10477         * gst/matroska/matroska-ids.h:
10478         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10479         (gst_matroska_mux_video_pad_setcaps),
10480         (xiph3_streamheader_to_codecdata),
10481         (vorbis_streamheader_to_codecdata),
10482         (theora_streamheader_to_codecdata),
10483         (gst_matroska_mux_audio_pad_setcaps),
10484         (gst_matroska_mux_write_data):
10485           Add support for muxing/demuxing theora video (#342448; too bad
10486           none of the usual linux players can actually play this). Playback
10487           in GStreamer will require additional changes to theoradec in -base.
10488           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10489           cleanups.
10490
10491 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10492
10493         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10494         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10495           Fix crashes when the horizontal subsampling is 1.
10496           Fixes #342097.
10497
10498 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10499
10500         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10501
10502         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10503         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10504         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10505         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10506         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10507         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10508         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10509         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10510         (gst_avi_mux_change_state):
10511         * gst/avi/gstavimux.h:
10512           Some enhancements for avimux (#342526):
10513            - add odml (large file) index support
10514            - store codec init data (e.g. huffyuv)
10515            - miscellaneous other fixes/cleanups
10516
10517 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10518
10519         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10520         Don't output any tag when we encounter a negative track number - the
10521         tag type is uint, so we end up outputting huge positive numbers
10522         instead. (Fixes: #342029)
10523
10524 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10525
10526         * configure.ac:
10527           update for new GSTPB_PLUGINS_DIR
10528
10529 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10530
10531         * rtp/gst/gstrtph263pay.c:
10532         Properly set static caps for H263 at 34.
10533
10534 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10535
10536         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10537
10538         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10539           Merge event tags and tag setter tags correctly (#339918). Also,
10540           don't leak taglist in case of an error.
10541           
10542 2006-05-17  Edward Hervey  <edward@fluendo.com>
10543
10544         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10545         We can only do caps intersection if the othercaps are non-empty and not
10546         ANY. Else we return the pad template (base_caps).
10547
10548 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10551           Fix crash when outputting debugging information for certain
10552           pictures (always good to use the right struct member for
10553           the number of records in an array).
10554
10555 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10556
10557         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10558
10559         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10560         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10561         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10562         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10563         (gst_ebml_read_float), (gst_ebml_read_ascii),
10564         (gst_ebml_read_binary):
10565           Don't create unnecessary sub-buffers all the time. Dramatically
10566           improves performance with multiple concurrently running
10567           matroskademux instances (#341818) (and avoids doing
10568           unnecessarily inefficient things in the general case).
10569
10570 2006-05-16  Edward Hervey  <edward@fluendo.com>
10571
10572         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10573         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10574         return value of gst_pad_push_event().
10575
10576 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10577
10578         * gst/autodetect/gstautoaudiosink.c:
10579         (gst_auto_audio_sink_find_best):
10580         * gst/autodetect/gstautovideosink.c:
10581         (gst_auto_video_sink_find_best):
10582         Make the name of the child element be based on the name of the
10583         parent, so that debug output is more useful.
10584         
10585         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10586         (parse_insert_string_field), (parse_split_strings):
10587         Rework string parsing to always walk over BOM markers in UTF16
10588         strings, using the endianness indicated by the innermost one,
10589         then trying the opposite endianness if that fails to convert
10590         to valid UTF-8. Fixes #341774
10591
10592 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10593
10594         Patch from: Matthieu <matthieu at fluendo dot com>
10595
10596         * ext/libpng/Makefile.am:
10597         Add LIBPNG_CFLAGS.
10598
10599 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10600
10601         * ext/taglib/gstid3v2mux.cc:
10602           Add support for writing images (APIC frames) into ID3v2
10603           tags (picture type always set to 'other' for now though).
10604
10605 2006-05-14  Michael Smith  <msmith@fluendo.com>
10606
10607         * gst/wavparse/gstwavparse.c:
10608           Update docs; wavparse implements push and pull modes.
10609
10610 2006-05-12  Wim Taymans  <wim@fluendo.com>
10611
10612         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10613         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10614         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10615         Ooops, bitten by the copy-and-paste design paradigm, fixes
10616         seek again.
10617
10618 2006-05-12  Wim Taymans  <wim@fluendo.com>
10619
10620         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10621         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10622         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10623         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10624         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10625         (gst_avi_demux_massage_index),
10626         (gst_avi_demux_calculate_durations_from_index),
10627         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10628         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10629         (gst_avi_demux_loop):
10630         * gst/avi/gstavidemux.h:
10631         Some cleanups, prepare to use GstSegment.
10632         Fix error in entry walking code.
10633         Fix VBR detection.
10634         Smarter timestamp calculation code.
10635         Uniform error/eos handling.
10636
10637 2006-05-12  Michael Smith  <msmith@fluendo.com>
10638
10639         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10640         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10641           Fix use of uninitialised values if we're NOT seeking in ready.
10642           Fix typos.
10643
10644 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * gst/wavparse/Makefile.am:
10647           Add CFLAGS and LIBS for libgstbase, fixes build on
10648           Cygwin (#341489).
10649
10650 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10651
10652         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10653           Some more debug info. No need to check whether the string
10654           returned by g_convert() is really UTF-8 - either it is or
10655           we get NULL returned.
10656
10657 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10658
10659         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10660           Fix parsing of numeric genre strings some more, by ensuring that
10661           we only try and parse strings that a) Start with '(' and b) Consist
10662           only of digits.
10663           Also, when finding an escaping '((' sequence, bust it back to '(' by
10664           swallowing the first parenthesis
10665
10666 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10667
10668         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10669         (gst_esdsink_open), (gst_esdsink_close):
10670         * ext/esd/esdsink.h:
10671           Move the esd_get_server_info() into gst_esdsink_open() and fail
10672           with a decent error message on errors.
10673
10674 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10677         (gst_esdmon_channels_get_type):
10678         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10679         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10680         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10681         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10682         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10683         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10684         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10685         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10686         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10687         * gst/videomixer/videomixer.c:
10688         (gst_video_mixer_background_get_type):
10689           Const-ify GEnumValue arrays.
10690
10691 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10694
10695         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10696         (gst_avi_mux_do_video_buffer):
10697           Work around gst_buffer_make_metadata_writable() bug that
10698           results in avimux marking all frames in the index as
10699           keyframes (#340859).
10700           
10701 2006-05-08  Wim Taymans  <wim@fluendo.com>
10702
10703         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10704         Make parsing of urls suck slightly less.
10705
10706 2006-05-08  Edward Hervey  <edward@fluendo.com>
10707
10708         * autogen.sh: (CONFIGURE_DEF_OPT): 
10709         libtoolize on Darwin/MacOSX is called glibtoolize.
10710
10711 2006-05-08  Wim Taymans  <wim@fluendo.com>
10712
10713         Patch by: Jens Granseuer <jensgr at gmx dot net>
10714
10715         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10716         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10717         C89 compliance fixes. Fixes #340980
10718
10719 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10720
10721         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10722         * ext/flac/gstflacdec.h:
10723           Handle segment seeks that include the end of the file as stop point
10724           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10725           message instead of an EOS event in case we're in segment seek
10726           mode (fixes #340699).
10727           
10728 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10729
10730         * ext/cairo/gsttextoverlay.c:
10731         * ext/flac/gstflacdec.c:
10732         * ext/gdk_pixbuf/pixbufscale.c:
10733         * gst/apetag/gstapedemux.c:
10734         * gst/debug/breakmydata.c:
10735         * gst/debug/testplugin.c:
10736         * gst/matroska/ebml-write.c:
10737         * gst/multipart/multipartdemux.c:
10738         * sys/osxaudio/gstosxaudiosink.c:
10739         * sys/osxaudio/gstosxaudiosrc.c:
10740         Add semicolons after GST_BOILERPLATE[_FULL] so that
10741         indent doesn't mess up following lines.
10742
10743 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10744
10745         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10746
10747         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10748           Don't leak caps when freeing the stream context (#340623).
10749
10750 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10751
10752         * configure.ac:
10753           Back to CVS
10754
10755 === release 0.10.3 ===
10756
10757 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10758
10759         * configure.ac:
10760           releasing 0.10.3, "Desplazado"
10761
10762 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10763
10764         * gst/matroska/matroska-mux.c:
10765         (gst_matroska_mux_stream_is_vorbis_header),
10766         (gst_matroska_mux_write_data):
10767           Don't strcmp() NULL strings.
10768           Only start new clusters on video keyframes, not on any
10769           random audio buffer that doesn't have the DELTA_UNIT
10770           flag set (fixes 'make check' again).
10771
10772 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10773
10774         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10775
10776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10777         (gst_matroska_mux_stream_is_vorbis_header),
10778         (gst_matroska_mux_write_data):
10779           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10780           value and then dead-lock when muxing vorbis audio streams
10781           (the three vorbis header buffers carry no timestamp, and it
10782           would try to mux these after all video buffers). Fixes #340346.
10783
10784           Improve clustering: start a new cluster also whenever we get
10785           a keyframe.     
10786
10787 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10788
10789         * win32/common/config.h:
10790         * win32/MANIFEST
10791           add the generated file as well
10792
10793 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10794
10795         * Makefile.am:
10796         * configure.ac:
10797         * win32/common/config.h.in:
10798           add win32 stuff
10799
10800 2006-05-03  Michael Smith  <msmith@fluendo.com>
10801
10802         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10803           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10804           SUCKS.
10805
10806 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10807
10808         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10809         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10810         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10811           don't leak caps-string
10812
10813 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10816         (gst_id3demux_sink_activate):
10817           Let core insert default error message for TYPE_NOT_FOUND
10818           errors, it's just as good as our own and has the added
10819           bonus of being translated.
10820
10821 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10824         (gst_tag_demux_sink_event):
10825         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10826         (gst_id3demux_sink_event):
10827           Post an error message when we get an EOS event and were not
10828           able to find out the type of stream.
10829
10830         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10831         (test_taglib_id3mux_with_tags):
10832           Decrease num-buffers to 16 per iteration again, otherwise the
10833           many memcpy()s and reallocations in the test will hammer slow
10834           CPUs completely and make the test timeout.
10835
10836 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10837
10838         * configure.ac:
10839           figure out where plugins-base plugins are
10840         * tests/check/Makefile.am:
10841           use plugins-base plugins, so we have typefind functions
10842         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10843           increase num-buffers, this makes sure the test errors out instead
10844           of timing out when no typefind functions are present
10845
10846 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10847
10848         * docs/plugins/Makefile.am:
10849           also check .cc files for gtk-doc markup
10850         * configure.ac:
10851         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10852         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10853         * tests/check/Makefile.am:
10854         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10855         * ext/Makefile.am:
10856         * ext/taglib/Makefile.am:
10857         * ext/taglib/gstid3v2mux.h:
10858         * ext/taglib/gsttaglibmux.c:
10859         * ext/taglib/gsttaglibmux.h:
10860           move taglib-based id3v2muxer to -good.  Fixes #336110.
10861
10862 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10865           ... and fix multichannel/WAVFORMATEX support again.
10866
10867 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10868
10869         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10870         (gst_wavparse_class_init), (gst_wavparse_dispose),
10871         (gst_wavparse_reset), (gst_wavparse_init),
10872         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10873         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10874         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10875         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10876         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10877         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10878         (gst_wavparse_stream_data), (gst_wavparse_loop),
10879         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10880         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10881         (gst_wavparse_change_state), (plugin_init):
10882         * gst/wavparse/gstwavparse.h:
10883           Add push (streaming) mode to wavparse (fixes #337625)
10884
10885 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10886
10887         * configure.ac:
10888         * tests/Makefile.am:
10889           add ximagesrc icles test
10890
10891 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10892
10893         * configure.ac:
10894         * docs/plugins/Makefile.am:
10895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10897         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10898         (gst_cmml_enc_push_clip):
10899         * sys/Makefile.am:
10900         * sys/ximage/Makefile.am:
10901         * sys/ximage/gstximagesrc.c:
10902           Move ximagesrc plug-in to good after review.  Fixes #336756.
10903
10904 2006-04-28  Michael Smith  <msmith@fluendo.com>
10905
10906         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10907         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10908         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10909         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10910         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10911         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10912         * gst/icydemux/gsticydemux.h:
10913           Fix event handling: cache events when typefinding and forward later.
10914
10915 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10916
10917         * sys/osxaudio/gstosxaudiosink.c:
10918         (plugin_init):
10919          Register osxaudiosrc to the plugin.
10920         * sys/osxaudio/gstosxaudiosrc.c:
10921         (gst_osx_audio_src_osxelement_do_init),
10922         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10923         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10924         (gst_osx_audio_src_get_property),
10925         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10926         (gst_osx_audio_src_osxelement_init):
10927         * sys/osxaudio/gstosxaudiosrc.h:
10928           Port of osxaudiosrc to 0.10.
10929         * sys/osxaudio/Makefile.am:
10930           Add osxaudiosrc
10931
10932 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10933
10934         * sys/osxaudio/gstosxringbuffer.c:
10935         * sys/osxaudio/gstosxringbuffer.h:
10936           Forgot to commit earlier, part of the OSX audio plugin port
10937
10938 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10941         (parse_split_strings):
10942           Recognise and skip any byte order marker (BOM) in
10943           UTF-16 strings.
10944
10945 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * docs/plugins/Makefile.am:
10948         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10950         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10951         * docs/plugins/inspect/plugin-avi.xml:
10952         * gst/avi/gstavidemux.c:
10953         * gst/avi/gstavimux.c:
10954           Add docs for both avidemux and avimux.
10955
10956 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10957
10958         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10959
10960         * gst/avi/Makefile.am:
10961         * gst/avi/gstavi.c: (plugin_init):
10962         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10963         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10964         (gst_avi_mux_class_init), (gst_avi_mux_init),
10965         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10966         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10967         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10968         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10969         (gst_avi_mux_riff_get_avix_header),
10970         (gst_avi_mux_riff_get_video_header),
10971         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10972         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10973         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10974         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10975         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10976         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10977         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10978         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10979         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10980         (gst_avi_mux_change_state):
10981         * gst/avi/gstavimux.h:
10982           Port AVI muxer to GStreamer-0.10 (#332031).
10983
10984         * tests/check/Makefile.am:
10985         * tests/check/elements/avimux.c:
10986         * tests/check/elements/.cvsignore:
10987           Add unit test for AVI muxer.
10988
10989 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
10990
10991         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10992         (gst_wavparse_class_init), (gst_wavparse_reset),
10993         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
10994         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
10995         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10996         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10997         (gst_wavparse_stream_data), (gst_wavparse_loop),
10998         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
10999         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11000         (plugin_init):
11001         * gst/wavparse/gstwavparse.h:
11002           reverted patch #337625 for the price of 1 hour sleep
11003
11004 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11005
11006         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11007         (gst_wavparse_class_init), (gst_wavparse_reset),
11008         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11009         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11010         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11011         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11012         (gst_wavparse_stream_data), (gst_wavparse_loop),
11013         (gst_wavparse_chain), (plugin_init):
11014         * gst/wavparse/gstwavparse.h:
11015           correct partial implementation of push mode
11016           (from my last commit)
11017
11018 2006-04-26  Wim Taymans  <wim@fluendo.com>
11019
11020         * ext/esd/esdsink.c:
11021         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11022         it is not in esd.h
11023
11024 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11027         (gst_au_parse_class_init), (gst_au_parse_init),
11028         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11029         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11030         (gst_au_parse_chain), (gst_au_parse_src_convert),
11031         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11032         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11033         (gst_au_parse_change_state):
11034         * gst/auparse/gstauparse.h:
11035           Rewrite auparse to suck a little bit less: make source pad
11036           dynamic, so decodebin/playbin work with non-raw formats
11037           like alaw/mulaw; add query function for duration/position
11038           queries; check whether we have enough data before attempting
11039           to parse the header (instead of crashing when that is not the
11040           case); work around audioconvert sucking by swapping endianness
11041           to the native endianness ourselves for float formats; send
11042           initial newsegment event. Fixes #161712.
11043
11044 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11045
11046         * sys/osxaudio/Makefile.am:
11047         * sys/osxaudio/gstosxaudioelement.c:
11048         (gst_osx_audio_element_get_type),
11049         (gst_osx_audio_element_class_init):
11050         * sys/osxaudio/gstosxaudioelement.h:
11051         * sys/osxaudio/gstosxaudiosink.c:
11052         (gst_osx_audio_sink_osxelement_do_init),
11053         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11054         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11055         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11056         (gst_osx_audio_sink_create_ringbuffer),
11057         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11058         (plugin_init):
11059         * sys/osxaudio/gstosxaudiosink.h:
11060         Port of osxaudiosink to 0.10
11061
11062 2006-04-26  Wim Taymans  <wim@fluendo.com>
11063
11064         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11065         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11066         the size of the ringbuffer. This should fix hangs with older 
11067         esd sound servers.
11068
11069 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11070
11071         * ext/aalib/gstaasink.c:
11072         * ext/annodex/gstcmmldec.c:
11073         * ext/annodex/gstcmmlenc.c:
11074         * ext/cairo/gsttextoverlay.c:
11075         * ext/cairo/gsttimeoverlay.c:
11076         * ext/cdio/gstcdiocddasrc.c:
11077         * ext/dv/gstdvdec.c:
11078         * ext/dv/gstdvdemux.c:
11079         * ext/esd/esdmon.c:
11080         * ext/esd/esdsink.c:
11081         * ext/flac/gstflacenc.c:
11082         * ext/flac/gstflactag.c:
11083         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11084         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11085         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11086         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11087         * ext/gdk_pixbuf/pixbufscale.c:
11088         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11089         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11090         * ext/jpeg/gstjpegdec.c:
11091         * ext/jpeg/gstjpegenc.c:
11092         * ext/jpeg/gstsmokedec.c:
11093         * ext/jpeg/gstsmokeenc.c:
11094         * ext/libcaca/gstcacasink.c:
11095         * ext/libmng/gstmngdec.c:
11096         * ext/libmng/gstmngenc.c:
11097         * ext/libpng/gstpngdec.c:
11098         * ext/libpng/gstpngenc.c:
11099         * ext/mikmod/gstmikmod.c:
11100         * ext/raw1394/gstdv1394src.c:
11101         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11102         * ext/shout2/gstshout2.h:
11103         * ext/speex/gstspeexdec.c:
11104         * ext/speex/gstspeexenc.c:
11105         * gst/alpha/gstalpha.c:
11106         * gst/alpha/gstalphacolor.c:
11107         * gst/apetag/gstapedemux.c:
11108         * gst/auparse/gstauparse.c:
11109         * gst/autodetect/gstautoaudiosink.c:
11110         (gst_auto_audio_sink_base_init):
11111         * gst/autodetect/gstautovideosink.c:
11112         (gst_auto_video_sink_base_init):
11113         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11114         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11115         * gst/cutter/gstcutter.c:
11116         * gst/debug/breakmydata.c:
11117         * gst/debug/efence.c:
11118         * gst/debug/gstnavigationtest.c:
11119         * gst/debug/gstnavseek.c:
11120         * gst/debug/negotiation.c:
11121         * gst/debug/progressreport.c:
11122         * gst/debug/testplugin.c:
11123         * gst/effectv/gstaging.c:
11124         * gst/effectv/gstdice.c:
11125         * gst/effectv/gstedge.c:
11126         * gst/effectv/gstquark.c:
11127         * gst/effectv/gstrev.c:
11128         * gst/effectv/gstshagadelic.c:
11129         * gst/effectv/gstvertigo.c:
11130         * gst/effectv/gstwarp.c:
11131         * gst/flx/gstflxdec.c:
11132         * gst/goom/gstgoom.c:
11133         * gst/icydemux/gsticydemux.c:
11134         * gst/id3demux/gstid3demux.c:
11135         * gst/interleave/deinterleave.c:
11136         * gst/interleave/interleave.c:
11137         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11138         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11139         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11140         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11141         * gst/level/gstlevel.c:
11142         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11143         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11144         * gst/median/gstmedian.c:
11145         * gst/monoscope/gstmonoscope.c:
11146         * gst/multipart/multipartdemux.c:
11147         * gst/multipart/multipartmux.c:
11148         * gst/oldcore/gstaggregator.c:
11149         * gst/oldcore/gstfdsink.c:
11150         * gst/oldcore/gstmd5sink.c:
11151         * gst/oldcore/gstmultifilesrc.c:
11152         * gst/oldcore/gstpipefilter.c:
11153         * gst/oldcore/gstshaper.c:
11154         * gst/oldcore/gststatistics.c:
11155         * gst/rtp/gstasteriskh263.c:
11156         * gst/rtp/gstrtpL16depay.c:
11157         * gst/rtp/gstrtpL16pay.c:
11158         * gst/rtp/gstrtpamrdepay.c:
11159         * gst/rtp/gstrtpamrpay.c:
11160         * gst/rtp/gstrtpdepay.c:
11161         * gst/rtp/gstrtpgsmpay.c:
11162         * gst/rtp/gstrtph263pay.c:
11163         * gst/rtp/gstrtph263pdepay.c:
11164         * gst/rtp/gstrtph263ppay.c:
11165         * gst/rtp/gstrtpilbcdepay.c:
11166         * gst/rtp/gstrtpmp4gpay.c:
11167         * gst/rtp/gstrtpmp4vdepay.c:
11168         * gst/rtp/gstrtpmp4vpay.c:
11169         * gst/rtp/gstrtpmpadepay.c:
11170         * gst/rtp/gstrtpmpapay.c:
11171         * gst/rtp/gstrtppcmadepay.c:
11172         * gst/rtp/gstrtppcmapay.c:
11173         * gst/rtp/gstrtppcmudepay.c:
11174         * gst/rtp/gstrtppcmupay.c:
11175         * gst/rtp/gstrtpspeexdepay.c:
11176         * gst/rtp/gstrtpspeexpay.c:
11177         * gst/rtsp/gstrtpdec.c:
11178         * gst/rtsp/gstrtspsrc.c:
11179         * gst/smpte/gstsmpte.c:
11180         * gst/udp/gstdynudpsink.c:
11181         * gst/udp/gstmultiudpsink.c:
11182         * gst/udp/gstudpsink.c:
11183         * gst/udp/gstudpsrc.c:
11184         * gst/videobox/gstvideobox.c:
11185         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11186         * gst/videofilter/gstvideobalance.c:
11187         * gst/videofilter/gstvideoflip.c:
11188         * gst/videofilter/gstvideotemplate.c:
11189         (gst_videotemplate_base_init):
11190         * gst/videomixer/videomixer.c:
11191         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11192         (gst_wavparse_class_init), (gst_wavparse_dispose),
11193         (gst_wavparse_reset), (gst_wavparse_init),
11194         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11195         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11196         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11197         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11198         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11199         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11200         (gst_wavparse_change_state):
11201         * gst/wavparse/gstwavparse.h:
11202         * sys/oss/gstossmixerelement.c:
11203         * sys/oss/gstosssink.c:
11204         * sys/oss/gstosssrc.c:
11205         * sys/osxaudio/gstosxaudioelement.c:
11206         * sys/osxaudio/gstosxaudiosink.c:
11207         * sys/osxaudio/gstosxaudiosrc.c:
11208         * sys/sunaudio/gstsunaudiomixer.c:
11209         * sys/sunaudio/gstsunaudiosink.c:
11210           Define GstElementDetails as const and also static (when defined as
11211           global)
11212
11213 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11214
11215         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11216           Source pad has fixed caps. If we don't set this, bad
11217           things happen when the window is resized.
11218
11219 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11220
11221         * gst/matroska/Makefile.am:
11222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11223         (gst_matroska_demux_handle_src_event):
11224         * gst/matroska/matroska-ids.c:
11225         (gst_matroska_track_init_video_context),
11226         (gst_matroska_track_init_audio_context),
11227         (gst_matroska_track_init_subtitle_context),
11228         (gst_matroska_track_init_complex_context):
11229         * gst/matroska/matroska-ids.h:
11230           Handle case where the TrackType ebml chunk does not come before the
11231           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11232           events.
11233
11234 2006-04-25  Wim Taymans  <wim@fluendo.com>
11235
11236         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11237         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11238         It's codec_data, not codec_info.
11239
11240 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11243
11244         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11245           Handle codec_data for VfW compatibility codec IDs (#339451)
11246
11247         * gst/matroska/matroska-mux.c:
11248         (gst_matroska_mux_video_pad_setcaps):
11249           Same here, handle codec_data and add additional caps we can handle
11250           now to the pad template (huffyuv, dv and h263 video) (#339451)
11251
11252 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11253
11254         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11255
11256         * gst/matroska/matroska-mux.c:
11257         (gst_matroska_mux_create_buffer_header),
11258         (gst_matroska_mux_write_data):
11259           Fix timestamping of B-frames, use signed integers, do
11260           some rounding (#339678).
11261
11262 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11263
11264         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11265         just make it compile with --disable-gst-debug.
11266
11267 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11268
11269         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11270         Fix a bad conversion using gst_guint64_to_gdouble.
11271         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11272         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11273         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11274     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11275         mistake.
11276
11277 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11278
11279         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11280         Use gst_guint64_to_gdouble for conversions
11281         * win32/vs6/gst_plugins_good.dsw:
11282         * win32/vs6/libgsticydemux.dsp:
11283         Add a project file for icydemux
11284
11285 2006-04-21  Wim Taymans  <wim@fluendo.com>
11286
11287         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11288
11289         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11290         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11291         When splitting audio chunks, the block alignment is not taken in
11292         consideration, so the smaller chunks could be of size which is 
11293         not a multiple of the block alignment. Fixes #336904
11294
11295 2006-04-21  Wim Taymans  <wim@fluendo.com>
11296
11297         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11298         Use scale functions
11299
11300 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11301
11302         * ext/dv/gstdv.c: (plugin_init):
11303           Fix build.
11304
11305 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11306
11307         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11308         (gst_progress_report_class_init), (gst_progress_report_init),
11309         (gst_progress_report_do_query), (gst_progress_report_report),
11310         (gst_progress_report_set_property),
11311         (gst_progress_report_get_property):
11312           Add 'format' property to force querying to a particular format.
11313
11314 2006-04-21  Andy Wingo  <wingo@pobox.com>
11315
11316         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11317         best, on big endian systems. Drop its rank in that case. OTOH on
11318         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11319
11320 2006-04-21  Michael Smith  <msmith@fluendo.com>
11321
11322         * configure.ac:
11323         * gst/icydemux/Makefile.am:
11324         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11325         (gst_icydemux_base_init), (gst_icydemux_class_init),
11326         (gst_icydemux_reset), (gst_icydemux_init),
11327         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11328         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11329         (unicodify), (gst_icydemux_unicodify),
11330         (gst_icydemux_parse_and_send_tags),
11331         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11332         (gst_icydemux_chain), (gst_icydemux_change_state),
11333         (gst_icydemux_send_tag_event), (plugin_init):
11334         * gst/icydemux/gsticydemux.h:
11335         * tests/check/Makefile.am:
11336         * tests/check/elements/icydemux.c: (typefind_succeed),
11337         (plugin_init), (icydemux_found_pad), (create_icydemux),
11338         (cleanup_icydemux), (push_data), (GST_START_TEST),
11339         (icydemux_suite), (main):
11340           Add icydemux, and tests.
11341
11342 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11343
11344         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11345           Post SEGMENT_DONE message in TIME format.
11346
11347 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11350
11351         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11352         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11353           Fix index creation when we have to scan the file to create
11354           an index. There may be other types of RIFF 'LIST' chunks than
11355           'movi' and we need to skip them properly as well or we'll end up
11356           reading garbage (#336889). Some other cosmetic changes.
11357           
11358 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11359
11360         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11361         (gst_flac_dec_handle_seek_event):
11362           Add support for segment seeks (fixes #338290). Also demote
11363           some recurring debug message from DEBUG to LOG level.
11364
11365 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11366
11367         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11368         (gst_matroskademux_do_index_seek),
11369         (gst_matroska_demux_handle_seek_event),
11370         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11371         * gst/matroska/matroska-ids.h:
11372           Set DISCONT flag on first buffer after a discontinuity.
11373           Fix newsegment events sent when seeking and honour KEY_UNIT
11374           seek flag. Create pad with bogus caps if we don't recognise
11375           the stream codec id.
11376
11377         * gst/matroska/matroska-demux.h:
11378           Fix GObject macros.
11379
11380 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11383
11384         * gst/matroska/matroska-demux.c:
11385         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11386           Handle end of segment properly when set; don't dead-lock when
11387           posting start of segment message when doing a segment seek.
11388           Fixes #338810.
11389
11390 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11393         (gst_matroska_demux_plugin_init):
11394           Make mpeg2 aac audio work: create artificial private codec data
11395           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11396           Also call gst_riff_init(). Partially fixes #338767.
11397
11398 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11401         (gst_wavenc_class_init), (gst_wavenc_init),
11402         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11403         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11404         (gst_wavenc_chain), (gst_wavenc_change_state):
11405         * gst/wavenc/gstwavenc.h:
11406           Set caps on first outgoing buffer, so that it doesn't error out
11407           immediately with a non-negotiated error (#338716). Rewrite and
11408           clean up a bit; fix setcaps function to parse things properly;
11409           fix sink caps (8bit audio is unsigned and doesn't have depth);
11410           use boilerplate macros; remove unused properties stuff.
11411
11412 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11415           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11416           handle MJPEG streams and might be autoplugged for those if the
11417           user doesn't have jpegdec installed (resulting in a cryptic error
11418           message about huffman tables). Better to disable JPEG decoding here
11419           and let the user figure out that she needs to install jpegdec.
11420
11421 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11422
11423         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11424         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11425         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11426         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11427           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11428           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11429           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11430           debug messages. Fix boilerplate macros.
11431
11432 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11435         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11436           No need to special-case for Gdk-2.0 any longer, we require
11437           Gdk 2.2 or newer; minor clean-ups.
11438
11439 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11442         (gst_shout2send_class_init), (gst_shout2send_init),
11443         (set_shout_metadata), (gst_shout2send_set_metadata),
11444         (gst_shout2send_event), (gst_shout2send_start),
11445         (gst_shout2send_connect), (gst_shout2send_stop),
11446         (gst_shout2send_render), (gst_shout2send_set_property),
11447         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11448         (plugin_init):
11449         * ext/shout2/gstshout2.h:
11450         * po/POTFILES.in:
11451           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11452           change function; use GST_ELEMENT_ERROR for error reporting, not
11453           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11454           will cause crashes or assertion failures; remove (unused) "sync"
11455           property, basesink already has such a property; misc. other
11456           minor fixes and cleanups.
11457
11458 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11459
11460         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11461         * ext/esd/gstesd.c: (plugin_init):
11462         * po/POTFILES.in:
11463           Add translatable error message for when we cannot
11464           connect to the sound server, as "Cannot open resource
11465           for writing" isn't really an acceptable message to show
11466           to the user in this case.
11467
11468 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11469
11470         * sys/oss/gst-i18n-plugin.h:
11471           Remove bogus file that doesn't belong here.
11472
11473 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         Patch by: Philippe Valembois
11476
11477         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11478         (gst_shout2send_set_metadata), (gst_shout2send_event),
11479         (gst_shout2send_render), (gst_shout2send_change_state):
11480         * ext/shout2/gstshout2.h:
11481           Handle tags being received before the connection to
11482           the server is established properly (see #338636).
11483
11484 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11487           Don't crash in case the connection to the server fails:
11488           don't set pointer to NULL by assigning FALSE; error out
11489           properly by using GST_ELEMENT_ERROR and returning
11490           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11491           before resetting the pointer.
11492
11493 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11494
11495         * gst/id3demux/id3tags.c:
11496         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11497         (Fixes #338713)
11498
11499 2006-04-12  Wim Taymans  <wim@fluendo.com>
11500
11501         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11502         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11503         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11504         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11505         (gst_gdk_pixbuf_chain):
11506         Some cleanups.
11507         Added RGBA as a possible output format.
11508         Correctly free the supported mimetypes.
11509         deprecate silent arg, it's not used.
11510         Return result from _alloc_buffer to peer.
11511
11512 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11513
11514         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11515           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11516           overwriting GST_BUFFER_MALLOCDATA.
11517
11518 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11521         (user_endrow_callback), (user_end_callback),
11522         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11523         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11524         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11525         * ext/libpng/gstpngdec.h:
11526           Handle more than one frame if the content is framed,
11527           like with png-in-quicktime (#331917).
11528
11529 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11530
11531         * sys/oss/Makefile.am:
11532         * sys/oss/common.h:
11533         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11534         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11535         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11536         (gst_oss_src_unprepare):
11537           - the user-visible error strings were in the wrong category
11538           - and the messages were not marked for translation
11539           - which is actually a good thing, because they were exactly
11540             the kind of message you would never want anyone to see
11541           - the macros were using variables that didn't exist in the macro
11542             arguments
11543           - and they were obviously copied from each other and then modified
11544           - so a common header makes sense
11545
11546 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11549           Don't try to modify read-only data.
11550
11551         * gst/matroska/matroska-demux.c:
11552         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11553           Fix comment (won't crash any longer now).
11554
11555 2006-04-10  Michael Smith  <msmith@fluendo.com>
11556
11557         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11558           Use copies of header buffers for caps to avoid circular refcounting
11559           problems (as in theoradec, vorbisdec).
11560
11561         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11562           Fix a typo in test that meant it was testing the wrong thing.
11563
11564         * tests/check/elements/cmmlenc.c: (check_headers):
11565           Fix refcount checks now that we use buffer-copies for caps.
11566
11567 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11570         (gst_matroska_demux_handle_seek_event),
11571         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11572         (gst_matroska_demux_subtitle_caps),
11573         (gst_matroska_demux_plugin_init):
11574           Use static pad templates with ANY caps for audio and video
11575           source pads and get rid of a lot of unnecessary (and partially
11576           broken) code for the template caps. Clean up caps finding
11577           functions. Fixes playback of audio files/streams that do not
11578           contain the sample rate and/or number of channels in the audio
11579           context (happens a lot with vorbis/mp3 .mka files it seems).
11580           Fixes #337183.
11581           Also add myself to copyright holders.
11582
11583 2006-04-10  Michael Smith  <msmith@fluendo.com>
11584
11585         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11586           Use g_list_delete_link () instead of g_list_remove_link () so that
11587           we free the link as well as the contained data.
11588
11589 2006-04-10  Wim Taymans  <wim@fluendo.com>
11590
11591         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11592
11593         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11594         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11595         (gst_avi_demux_stream_header):
11596         Fix some crashers with empty chunks. (Fixes #337749)
11597
11598 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11599
11600         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11601           use G_GINT64_CONSTANT for INT64 constants
11602         * gst/videofilter/gstvideobalance.c:
11603           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11604         * win32/vs6/libgstavi.dsp:
11605          add missing libraries for the link and remove avimux.c from
11606          the project as it isn't ported to 0.10 yet
11607         
11608 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11611           Even better would be if we actually did the right thing
11612           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11613
11614 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11617           Can't just replace 1LL with 1L here just because MSVC doesn't
11618           support it, as it might lead to incorrect results when doing the
11619           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11620           force a 64-bit constant in a way that all compilers are happy with.
11621
11622 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11623
11624         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11625         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11626         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11627         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11628         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11629         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11630         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11631         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11632         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11633         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11634         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11635         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11636         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11637         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11638         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11639         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11640         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11641         * gst/debug/efence.c: (gst_efence_class_init):
11642         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11643         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11644         * gst/goom/gstgoom.c: (gst_goom_class_init):
11645         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11646         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11647         * gst/interleave/interleave.c: (interleave_class_init):
11648         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11649         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11650         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11651         * gst/median/gstmedian.c: (gst_median_class_init):
11652         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11653         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11654         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11655         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11656         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11657         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11658         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11659         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11660         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11661         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11662         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11663         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11664         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11665         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11666         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11667         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11668         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11669         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11670         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11671         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11672         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11673         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11674         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11675         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11676         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11677         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11678         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11679         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11680         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11681         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11682         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11683         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11684         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11685         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11686         * sys/osxaudio/gstosxaudioelement.c:
11687         (gst_osxaudioelement_class_init):
11688         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11689         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11690         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11691         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11692
11693 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11694
11695         * ext/mikmod/gstmikmod.h:
11696         * gst/level/gstlevel.h:
11697         Fix more broken GObject macros
11698
11699 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11700
11701         * ext/annodex/gstcmmldec.h:
11702         * ext/annodex/gstcmmlenc.h:
11703         * ext/annodex/gstcmmltag.h:
11704         * ext/cairo/gsttextoverlay.h:
11705         * ext/ladspa/gstsignalprocessor.h:
11706         * gst/matroska/ebml-read.h:
11707         * gst/matroska/ebml-write.h:
11708         * sys/osxaudio/gstosxaudioelement.h:
11709         Fix broken GObject macros
11710
11711 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11712
11713         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11714           Don't try to seek beyond the end of the file (would
11715           occasionally display error dialogs in totem when seeking
11716           to the end) (#335869). Will still throw an error though
11717           if the file is truncated and the total_samples value in
11718           the stream header is wrong.
11719
11720 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11721
11722         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11723         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11724         (gst_flac_dec_metadata_callback):
11725         * ext/flac/gstflacdec.h:
11726           If the stream header doesn't contain the total number of samples,
11727           search for the last flac frame at the end of the file and calculate
11728           the total duration from that frame's offset (fixes #337609).
11729
11730 2006-04-07  Edward Hervey  <edward@fluendo.com>
11731
11732         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11733         Don't unref the GstPadTemplate returned by
11734         gst_element_class_get_pad_template().
11735
11736 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11737
11738         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11739
11740         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11741         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11742         * sys/sunaudio/gstsunaudiosink.h:
11743           Use spec->segsize and spec->segtotal in the prepare function
11744           to initialise the ring buffer instead of using the buffer-time
11745           property (#337421).
11746
11747 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11748
11749         * configure.ac:
11750           Bump core requirements to CVS for gst_pad_query_peer_duration()
11751           which is used by speexdec.
11752
11753 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11754
11755         * ext/speex/gstspeex.c: (plugin_init):
11756         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11757         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11758         (speex_get_sink_query_types), (speex_dec_sink_query),
11759         (speex_get_src_query_types), (speex_dec_src_query),
11760         (speex_dec_src_event), (speex_dec_sink_event),
11761         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11762         (speex_dec_chain_parse_data), (speex_dec_chain),
11763         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11764         (speex_dec_change_state):
11765         * ext/speex/gstspeexdec.h:
11766           Fix seeking and duration queries (#337033); clean up and
11767           refactor a bit.
11768
11769 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11770
11771         * ext/raw1394/gstdv1394src.c:
11772           distinguish between device not found and could not open for
11773           reading
11774
11775 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11776
11777         * Makefile.am:
11778         * configure.ac:
11779         * pkgconfig/.cvsignore:
11780         * pkgconfig/Makefile.am:
11781         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11782           add a .pc file so other modules can use good plugins in tests
11783
11784 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11785
11786         * configure.ac:
11787           clean up, use AS_VERSION and AS_NANO
11788         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11789           use PACKAGE_VERSION define
11790         * po/af.po:
11791         * po/az.po:
11792         * po/cs.po:
11793         * po/en_GB.po:
11794         * po/hu.po:
11795         * po/it.po:
11796         * po/nb.po:
11797         * po/nl.po:
11798         * po/or.po:
11799         * po/sq.po:
11800         * po/sr.po:
11801         * po/sv.po:
11802         * po/uk.po:
11803         * po/vi.po:
11804           updated
11805
11806 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11807
11808         * ext\jpeg\smokecodec.c:
11809           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11810         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11811           move first instruction after all variables declarations
11812         * gst\alpha\gstalpha.c:
11813         * gst\effectv\gstshagadelic.c:
11814         * gst\smpte\paint.c:
11815         * gst\videofilter\gstvideobalance.c:
11816           define M_PI if it's not defined (it's not defined on WIN32)
11817         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11818         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11819         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11820         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11821         (gst_matroska_demux_video_caps):
11822         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11823         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11824           use gst_guint64_to_gdouble for conversions
11825         * gst\goom\filters.c: (setPixelRGB_):
11826           fix a debug which was using undefined variable
11827         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11828         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11829           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11830         * win32/vs6:
11831           add vs6 projects files for most of plugins-good
11832         
11833 2006-03-30  j^  <j@bootlab.org>
11834
11835         * ext/aalib/gstaasink.c:
11836         * ext/annodex/gstcmmldec.c:
11837         * ext/annodex/gstcmmlenc.c:
11838         * ext/cairo/gsttextoverlay.c:
11839         * ext/cairo/gsttimeoverlay.c:
11840         * ext/cdio/gstcdiocddasrc.c:
11841         * ext/dv/gstdvdec.c:
11842         * ext/esd/esdmon.c:
11843         * ext/esd/esdsink.c:
11844         * ext/flac/gstflacdec.c:
11845         * ext/flac/gstflacenc.c:
11846         * ext/flac/gstflactag.c:
11847         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11848         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11849         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11850         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11851         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11852         * ext/gdk_pixbuf/pixbufscale.c:
11853         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11854         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11855         * ext/jpeg/gstjpegdec.c:
11856         * ext/jpeg/gstjpegenc.c:
11857         * ext/jpeg/gstsmokedec.c:
11858         * ext/jpeg/gstsmokeenc.c:
11859         * ext/libcaca/gstcacasink.c:
11860         * ext/libmng/gstmngdec.c:
11861         * ext/libmng/gstmngenc.c:
11862         * ext/libpng/gstpngdec.c:
11863         * ext/libpng/gstpngenc.c:
11864         * ext/mikmod/gstmikmod.c:
11865         * ext/raw1394/gstdv1394src.c:
11866         * ext/shout2/gstshout2.c:
11867         * ext/speex/gstspeexdec.c:
11868         * ext/speex/gstspeexenc.c:
11869         * gst/alpha/gstalpha.c:
11870         * gst/alpha/gstalphacolor.c:
11871         * gst/auparse/gstauparse.c:
11872         * gst/autodetect/gstautoaudiosink.c:
11873         (gst_auto_audio_sink_base_init):
11874         * gst/autodetect/gstautovideosink.c:
11875         (gst_auto_video_sink_base_init):
11876         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11877         * gst/cutter/gstcutter.c:
11878         * gst/debug/breakmydata.c:
11879         * gst/debug/efence.c:
11880         * gst/debug/gstnavigationtest.c:
11881         * gst/debug/negotiation.c:
11882         * gst/debug/progressreport.c:
11883         * gst/debug/testplugin.c:
11884         * gst/effectv/gstaging.c:
11885         * gst/effectv/gstdice.c:
11886         * gst/effectv/gstedge.c:
11887         * gst/effectv/gstquark.c:
11888         * gst/effectv/gstrev.c:
11889         * gst/effectv/gstvertigo.c:
11890         * gst/effectv/gstwarp.c:
11891         * gst/flx/gstflxdec.c:
11892         * gst/goom/gstgoom.c:
11893         * gst/interleave/deinterleave.c:
11894         * gst/interleave/interleave.c:
11895         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11896         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11897         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11898         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11899         * gst/level/gstlevel.c:
11900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11902         * gst/median/gstmedian.c:
11903         * gst/monoscope/gstmonoscope.c:
11904         * gst/multipart/multipartdemux.c:
11905         * gst/multipart/multipartmux.c:
11906         * gst/oldcore/gstmd5sink.c:
11907         * gst/oldcore/gstmultifilesrc.c:
11908         * gst/oldcore/gstpipefilter.c:
11909         * gst/oldcore/gstshaper.c:
11910         * gst/oldcore/gststatistics.c:
11911         * gst/rtp/gstasteriskh263.c:
11912         * gst/rtp/gstrtpL16depay.c:
11913         * gst/rtp/gstrtpL16pay.c:
11914         * gst/rtp/gstrtpamrdepay.c:
11915         * gst/rtp/gstrtpamrpay.c:
11916         * gst/rtp/gstrtpdepay.c:
11917         * gst/rtp/gstrtpgsmpay.c:
11918         * gst/rtp/gstrtph263pay.c:
11919         * gst/rtp/gstrtph263pdepay.c:
11920         * gst/rtp/gstrtph263ppay.c:
11921         * gst/rtp/gstrtpmp4gpay.c:
11922         * gst/rtp/gstrtpmp4vdepay.c:
11923         * gst/rtp/gstrtpmp4vpay.c:
11924         * gst/rtp/gstrtpmpadepay.c:
11925         * gst/rtp/gstrtpmpapay.c:
11926         * gst/rtp/gstrtppcmadepay.c:
11927         * gst/rtp/gstrtppcmapay.c:
11928         * gst/rtp/gstrtppcmudepay.c:
11929         * gst/rtp/gstrtppcmupay.c:
11930         * gst/rtp/gstrtpspeexdepay.c:
11931         * gst/rtp/gstrtpspeexpay.c:
11932         * gst/rtsp/gstrtpdec.c:
11933         * gst/smpte/gstsmpte.c:
11934         * gst/videobox/gstvideobox.c:
11935         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11936         * gst/videofilter/gstvideobalance.c:
11937         * gst/videofilter/gstvideoflip.c:
11938         * gst/videofilter/gstvideotemplate.c:
11939         (gst_videotemplate_base_init):
11940         * gst/videomixer/videomixer.c:
11941         * gst/wavenc/gstwavenc.c:
11942         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11943          better/unified long descriptions
11944          Fixed #336602
11945          Some cleanups to auparse, don't send multiple newsegments.
11946
11947 2006-03-29  Wim Taymans  <wim@fluendo.com>
11948
11949         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11950
11951         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11952         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11953         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11954         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11955         * ext/dv/gstdvdemux.h:
11956         Seek in READY patch. Only works for pull based mode.
11957         Fixes #323880
11958
11959 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11960
11961         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11962         (gst_gdk_pixbuf_event):
11963           Fix two crashers: don't unref the same caps twice, and
11964           set pixbuf loader to NULL after freeing it.
11965
11966 2006-03-27  Wim Taymans  <wim@fluendo.com>
11967
11968         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11969         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11970         (gst_speexenc_chain):
11971         * ext/speex/gstspeexenc.h:
11972         Don't leak adapter.
11973         A push *always* takes ownership of the buffer, even on
11974         errors.
11975         Small cleanups.
11976
11977 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11978
11979         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11980           Create source pad without leaking.
11981
11982 2006-03-24  Wim Taymans  <wim@fluendo.com>
11983
11984         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11985         * ext/flac/gstflacdec.h:
11986         * ext/flac/gstflacenc.h:
11987         Spifify a bit.
11988         Fix deadly lock order error in seeking code, STREAM_LOCK
11989         cannot be taken within LOCK and the streaming variables are
11990         protected with the STREAM_LOCK anyway.
11991
11992 2006-03-24  Wim Taymans  <wim@fluendo.com>
11993
11994         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
11995         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
11996         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
11997         this patch combines the global init_frames with the stream
11998         init_frames. Rationale being that the global delay should 
11999         be subtracted from any stream delay.
12000         Fixes #335858.
12001
12002 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12003
12004         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12005         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12006         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12007         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12008         use DEBUG_FUNCPTR for collectpads
12009
12010 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12013           Don't crash when encoding images where the number of rows isn't
12014           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12015
12016 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12019         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12020         * gst/interleave/interleave.c: (interleave_change_state):
12021         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12022           More state change function fixes.
12023
12024 2006-03-23  Wim Taymans  <wim@fluendo.com>
12025
12026         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12027         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12028         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12029         (gst_esdsink_delay), (gst_esdsink_reset):
12030         * ext/esd/esdsink.h:
12031         Fix esd choppy playback by configuring audiosink
12032         correctly. Fixes #325191
12033
12034 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12035
12036         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12037           Make state change function thread-safe.
12038
12039 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12040
12041         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12042         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12043           Don't try to read beyond the end of the file just because
12044           the header claims a bigger size (like with truncated files).
12045
12046 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12049         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12050         (gst_wavparse_stream_data), (gst_wavparse_loop):
12051         * gst/wavparse/gstwavparse.h:
12052           Delay source pad creation until we have the first chunk of
12053           media data, so the we can examine the data and adjust the
12054           caps accordingly if required. This makes playback of .wav
12055           files with DTS-declared-as-PCM content work (#313266).
12056
12057 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12058
12059         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12060         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12061         Don't attempt typefinding on too-short buffers that have been
12062         completely trimmed away. (Fixes #330239)
12063
12064         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12065         Improve the debug output
12066
12067 2006-03-21  Wim Taymans  <wim@fluendo.com>
12068
12069         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12070         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12071         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12072         (gst_esdsink_set_property), (gst_esdsink_get_property):
12073         Some cleanups.
12074         Reset fd to -1 when we close them.
12075
12076 2006-03-21  Wim Taymans  <wim@fluendo.com>
12077
12078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12079         the OPTIONS request result is optional so don't
12080         fail on it.
12081
12082 2006-03-21  Edward Hervey  <edward@fluendo.com>
12083
12084         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12085         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12086         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12087         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12088         (gst_wavparse_change_state):
12089         gcc 4.1 unreferenced pointer fixes.
12090
12091 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12092
12093         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12094
12095         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12096           Fix block alignment calculation. Alignment should be done before
12097           adding the byte offset where the data starts (#335231).
12098
12099 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12100
12101         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12102           Ensure that we set correct caps on buffers that are transferred
12103           direct from the input.
12104
12105 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12106
12107         * gst/goom/filters.c: (zoomFilterDestroy):
12108         * gst/goom/goom_core.c: (goom_close):
12109           Free filter data when cleaning up. (Fixes: #334995)
12110
12111 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12112
12113         * configure.ac:
12114           Don't compile udp and rtsp plugins on win32 (mingw) or other
12115           systems that don't have <sys/socket.h> for some reason (#316203).
12116
12117 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12118
12119         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12120         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12121         * ext/raw1394/gstdv1394src.h:
12122           Change bus reset handler so it reports useful information such as
12123           whether the device being used connected or disconnected
12124
12125 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12126
12127         * gst/id3demux/id3v2frames.c:
12128         (parse_relative_volume_adjustment_two):
12129           We only care about gain and peak data for the master volume.
12130
12131 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12134         (parse_id_string), (parse_unique_file_identifier),
12135         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12136           Read replay gain tags (#323721).
12137
12138 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12139
12140         * configure.ac:
12141           Bump requirements to gst-plugins-base CVS because
12142           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12143
12144 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12145
12146         * rtp/gst/gstrtppcmadepay.c:
12147         Fixed one of the caps in the code from mulaw to alaw.
12148
12149 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12150
12151         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12152           Ensure that we set caps on the buffers we pass.
12153
12154         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12155         (gst_id3demux_sink_activate):
12156           Ensure that we set caps on the buffers we pass.
12157
12158           Use STREAM, TYPE_NOT_FOUND as the error class when
12159           typefinding fails.
12160
12161 2006-03-15  Edward Hervey  <edward@fluendo.com>
12162
12163         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12164         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12165         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12166         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12167         (gst_jpeg_dec_setcaps):
12168         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12169         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12170         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12171         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12172         (gst_mngdec_src_getcaps):
12173         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12174         (gst_pngdec_caps_create_and_set):
12175         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12176         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12177         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12178         * gst/alpha/gstalpha.c: (gst_alpha_init):
12179         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12180         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12181         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12182         * gst/cutter/gstcutter.c: (gst_cutter_init):
12183         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12184         (gst_efence_checkgetrange):
12185         * gst/debug/negotiation.c: (gst_negotiation_init):
12186         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12187         * gst/goom/gstgoom.c: (gst_goom_init):
12188         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12189         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12190         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12191         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12192         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12193         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12194         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12195         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12196         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12197         (gst_wavparse_create_sourcepad):
12198         Fix memleak with gst_static_pad_template_get().
12199         This uses gst_pad_new_from_static_template() instead.
12200         Fixes #333512
12201
12202 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12203
12204         * configure.ac:
12205           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12206           used by id3demux.
12207
12208         * gst/id3demux/gstid3demux.c: (plugin_init):
12209         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12210         (parse_user_text_identification_frame),
12211         (parse_unique_file_identifier):
12212           Add support for UFID and TXXX frames and extract musicbrainz tags.
12213
12214 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12215
12216         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12217           Catch short reads, like they might happen with truncated
12218           files (see #305279); remove unnecessary indentation.
12219
12220 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12221
12222         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12223           Fix DIB image inversion for pictures with a
12224           depth != 8 (#305279).
12225
12226 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12227
12228         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12229         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12230         * ext/jpeg/gstjpegdec.h:
12231           Fix durations on outgoing buffers after seeking
12232           in MJPEG files (#334083); some minor clean-ups.
12233
12234 2006-03-13  Wim Taymans  <wim@fluendo.com>
12235
12236         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12237         (gst_wavparse_change_state):
12238         Implement seek in READY (re-fixes #327658)
12239
12240 2006-03-13  Wim Taymans  <wim@fluendo.com>
12241
12242         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12243         * ext/esd/esdmon.c: (gst_esdmon_get):
12244         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12245         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12246         (gst_gdk_pixbuf_sink_getcaps):
12247         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12248         (gst_jpegenc_setcaps):
12249         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12250         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12251         (gst_smokeenc_setcaps):
12252         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12253         (gst_mngdec_src_getcaps):
12254         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12255         (gst_mngenc_chain):
12256         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12257         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12258         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12259         (speex_dec_src_event), (speex_dec_chain):
12260         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12261         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12262         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12263         (gst_negotiation_pad_link), (gst_negotiation_chain):
12264         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12265         (gst_flxdec_chain):
12266         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12267         (deinterleave_chain):
12268         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12269         * gst/median/gstmedian.c: (gst_median_link):
12270         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12271         (gst_monoscope_chain):
12272         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12273         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12274         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12275         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12276         close #333784 unref the result of gst_pad_get_parent()
12277         by: Christophe Fergeau.
12278
12279 2006-03-09  Wim Taymans  <wim@fluendo.com>
12280
12281         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12282         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12283         Handle events in push mode better, can now do non-flushing
12284         seeks in push mode as well.
12285
12286 2006-03-07  Wim Taymans  <wim@fluendo.com>
12287
12288         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12289         Applied patch from Kai Vehmanen, fixes #333624.
12290
12291 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12292
12293         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12294         Implement paletted and grayscale png files handling.
12295         (#150363).
12296
12297 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12298
12299         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12300         (gst_speexenc_chain):
12301           fix a tag list assert
12302           follow gst-plugins-base/ext/ogg/README; set OFFSET
12303           and OFFSET_END.  Muxes correctly with gst-plugins-base
12304           > 0.9.3
12305
12306 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12307
12308         * gst/id3demux/Makefile.am:
12309         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12310         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12311           Use new typefind helper functions here as well, and
12312           do typefinding in pull-mode if upstream supports that.
12313
12314 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         * sys/sunaudio/gstsunaudiomixerctrl.c:
12317         (gst_sunaudiomixer_ctrl_get_volume),
12318         (gst_sunaudiomixer_ctrl_set_volume):
12319         * sys/sunaudio/gstsunaudiomixertrack.c:
12320         (gst_sunaudiomixer_track_new):
12321           Remove unused variables, breaks build from CVS
12322           with -Werror (#333392, patch by: Benjamin Pineau)
12323
12324 2006-03-03  Wim Taymans  <wim@fluendo.com>
12325
12326         * docs/plugins/Makefile.am:
12327         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12328         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12329         Added wavparse docs.
12330
12331         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12332         (gst_wavparse_reset), (gst_wavparse_init),
12333         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12334         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12335         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12336         (gst_wavparse_stream_data), (gst_wavparse_loop),
12337         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12338         (gst_wavparse_change_state):
12339         * gst/wavparse/gstwavparse.h:
12340         Implement seek in READY (fixes #327658)
12341         Added docs and did some cleanups.
12342
12343 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12344
12345         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12346         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12347         (gst_avi_demux_calculate_durations_from_index),
12348         (gst_avi_demux_stream_header):
12349         * gst/avi/gstavidemux.h:
12350           If we have an index, use a duration based on the index instead
12351           of blindly trusting the information in the stream headers
12352           (fixes #331817).
12353
12354 2006-03-03  Wim Taymans  <wim@fluendo.com>
12355
12356         * docs/plugins/Makefile.am:
12357         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12358         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12359         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12360         Added smoke and jpeg to the docs.
12361
12362         * ext/jpeg/Makefile.am:
12363         * ext/jpeg/gstjpeg.c: (plugin_init):
12364         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12365         * ext/jpeg/gstjpegenc.h:
12366         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12367         (gst_smokedec_chain):
12368         * ext/jpeg/gstsmokedec.h:
12369         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12370         * ext/jpeg/gstsmokeenc.h:
12371         * ext/jpeg/smokecodec.h:
12372         Port smokedec (fixes #331905).
12373         Added some docs.
12374         Some cleanups.
12375
12376 2006-03-03  Wim Taymans  <wim@fluendo.com>
12377
12378         * docs/plugins/Makefile.am:
12379         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12380         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12381         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12382         Added videobalance and videoflip to the docs.
12383
12384         * gst/videofilter/Makefile.am:
12385         * gst/videofilter/gstvideobalance.c:
12386         (gst_video_balance_update_tables_planar411),
12387         (gst_video_balance_is_passthrough),
12388         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12389         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12390         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12391         (gst_video_balance_finalize), (gst_video_balance_class_init),
12392         (gst_video_balance_init), (gst_video_balance_interface_supported),
12393         (gst_video_balance_interface_init),
12394         (gst_video_balance_colorbalance_list_channels),
12395         (gst_video_balance_colorbalance_set_value),
12396         (gst_video_balance_colorbalance_get_value),
12397         (gst_video_balance_colorbalance_init),
12398         (gst_video_balance_set_property), (gst_video_balance_get_property),
12399         (gst_video_balance_get_type), (plugin_init):
12400         * gst/videofilter/gstvideobalance.h:
12401         Ported to 0.10. (Fixes #326160)
12402         Added docs.
12403
12404         * gst/videofilter/gstvideoflip.c:
12405         * gst/videofilter/gstvideoflip.h:
12406         Added docs.
12407
12408 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * configure.ac:
12411           Bump requirements to current core and -base CVS
12412           (core for new typefind helper API, and -base for the
12413           WAVFORMATEX support that was added to libgstriff and
12414           is needed by wavparse).
12415         
12416         * gst/apetag/Makefile.am:
12417         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12418         (gst_tag_demux_sink_activate):
12419           Use new typefind helpers for typefinding instead of our
12420           home-grown stuff; also, do typefinding in pull-mode if
12421           upstream supports that.
12422
12423 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12424
12425         Reviewed by: Christian Schaller <christian@fluendo.com>
12426
12427         This patch fixes bug: 329107
12428
12429         This Changelog entry is for a commit done on February 17
12430
12431         * ext/gconf/gconf.c
12432         * ext/gconf/gconf.h
12433         * ext/gconf/gstgconfaudiosink.c
12434         * ext/gconf/gstgconfaudiosink.h
12435         * gconf/gstreamer.schemas.in
12436
12437 2006-02-28  Wim Taymans  <wim@fluendo.com>
12438
12439         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12440         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12441         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12442         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12443         Use DEBUG_OBJECT more.
12444
12445 2006-02-28  Wim Taymans  <wim@fluendo.com>
12446
12447         * docs/plugins/Makefile.am:
12448         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12450         Added dvdec and dvdemux to docs.
12451
12452         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12453         Added docs.
12454         Check frame sizes so we don't crash when don't have enough
12455         data.
12456         Send nice error messages on error.
12457
12458         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12459         (gst_dvdemux_class_init), (gst_dvdemux_init),
12460         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12461         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12462         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12463         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12464         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12465         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12466         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12467         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12468         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12469         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12470         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12471         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12472         * ext/dv/gstdvdemux.h:
12473         Added docs.
12474         Implement pull mode.
12475         Fix memleaks.
12476         Reduce memcpy for the video demuxing.
12477
12478 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12479
12480         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12481         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12482         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12483         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12484           Add a little extra debug. Make the decoder not return NOT_LINKED,
12485           as we want to continue decoding all CMML and emitting tags.
12486
12487 2006-02-27  Michael Smith  <msmith@fluendo.com>
12488
12489         * ext/annodex/gstskeltag.c:
12490         * ext/annodex/gstskeltag.h:
12491           Deleted; these files aren't used any more either.
12492
12493 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12494
12495         * ext/Makefile.am: Fix dist-check.
12496
12497 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12498
12499         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12500         memleak.
12501
12502 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12503
12504         * ext/annodex/Makefile.am:
12505         * ext/annodex/gstannodex.c:
12506         * ext/annodex/gstcmmldec.c:
12507         * ext/annodex/gstcmmlenc.c:
12508         * ext/annodex/gstcmmlparser.c:
12509         * ext/annodex/gstcmmlparser.h:
12510         * ext/annodex/gstcmmlutils.c:
12511         * tests/check/elements/cmmldec.c:
12512         * tests/check/elements/cmmlenc.c:
12513           Fix a memleak in gst_cmml_track_list_add_clip.
12514           Handle overflows in clip's start and end times.
12515           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12516           Do not parse junk at the end of a CMML preamble buffer.
12517           Register a libxml error handler to not print stuff on stderr.
12518           Check for bad clip start and end times in the testsuites.
12519
12520 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12521
12522         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12523         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12524         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12525         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12526         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12527         possible memleaks.
12528
12529 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12530
12531         * tests/check/Makefile.am:
12532         * tests/check/elements/cmmldec.c:
12533         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12534         the plugins-base tags.
12535
12536 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12537
12538         * ext/Makefile.am: Re-enable module.
12539
12540 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12541
12542         * tests/check/Makefile.am: Forgot to remove that test.
12543
12544 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12545
12546         * ext/annodex/Makefile.am:
12547         * ext/annodex/gstannodex.c: (plugin_init):
12548         * ext/annodex/gstcmmldec.c:
12549         * ext/annodex/gstskeldec.c:
12550         * ext/annodex/gstskeldec.h:
12551         * tests/check/Makefile.am:
12552         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12553
12554 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12555
12556         * tests/check/Makefile.am: Disable those checks as well.
12557
12558 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12559
12560         * ext/Makefile.am: Disable annodex for now until we figure out
12561         how to make it build.
12562         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12563         Add a rule to your checklist : "please try to at least build 
12564         what you are going to commit into -good, or if you are too lazy
12565         to do that, please check that the buildbots are not crying because
12566         of your commit."
12567
12568 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12569
12570         * configure.ac:
12571         * ext/Makefile.am:
12572         * ext/gdk_pixbuf/Makefile.am:
12573         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12574         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12575         * ext/gdk_pixbuf/pixbufscale.c:
12576         * ext/gdk_pixbuf/pixbufscale.h:
12577           Gdkpixbuf ported from 0.8 to 0.10 by
12578           Renato Filho <renato.filho@indt.org.br>.
12579           gst_loader and gdkpixbufanimation still need port.
12580
12581 2006-02-24  Michael Smith  <msmith@fluendo.com>
12582
12583         * configure.ac:
12584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12585         * ext/Makefile.am:
12586         * ext/annodex/Makefile.am:
12587         * ext/annodex/gstannodex.c:
12588         * ext/annodex/gstannodex.h:
12589         * ext/annodex/gstcmmldec.c:
12590         * ext/annodex/gstcmmldec.h:
12591         * ext/annodex/gstcmmlenc.c:
12592         * ext/annodex/gstcmmlenc.h:
12593         * ext/annodex/gstcmmlparser.c:
12594         * ext/annodex/gstcmmlparser.h:
12595         * ext/annodex/gstcmmltag.c:
12596         * ext/annodex/gstcmmltag.h:
12597         * ext/annodex/gstcmmlutils.c:
12598         * ext/annodex/gstcmmlutils.h:
12599         * ext/annodex/gstskeldec.c:
12600         * ext/annodex/gstskeldec.h:
12601         * ext/annodex/gstskeltag.c:
12602         * ext/annodex/gstskeltag.h:
12603         * tests/check/Makefile.am:
12604         * tests/check/elements/cmmldec.c:
12605         * tests/check/elements/cmmlenc.c:
12606         * tests/check/elements/skeldec.c:
12607           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12608           Includes tests & docs, oh my! Passes Thomas's -good checklist
12609           entirely. Wow.
12610
12611 2006-02-24  Michael Smith  <msmith@fluendo.com>
12612
12613         * autogen.sh:
12614           Check for automake 1.9 as well.
12615
12616 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * ext/flac/gstflacenc.c:
12619           Change min. sample rate to 8kHz to match flacdec's.
12620           
12621 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12622
12623         * ext/cdio/Makefile.am:
12624           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12625           required for Cygwin, see #317048)
12626
12627         * gst/rtp/gstasteriskh263.c:
12628           Cygwin has includes for both the unix network socket API
12629           and the windows API, but only one can be included, so fix
12630           includes to only use one or the other, prefering the unxi
12631           one (#317048).
12632
12633 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12634
12635         * rtp/gst/gstrtppcmadepay.c:
12636         * rtp/gst/gstrtppcmadepay.h:
12637         * rtp/gst/gstgstrtppcmapay.c:
12638         * rtp/gst/gstgstrtppcmapay.h:
12639         * rtp/gst/gstrtppcmudepay.c:
12640         * rtp/gst/gstrtppcmudepay.h:
12641         * rtp/gst/gstrtppcmupay.c:
12642         * rtp/gst/gstrtppcmupay.h:
12643         * rtp/gst/Makefile.am:
12644         * rtp/gst/gstrtp.c:
12645         * rtp/gst/README:
12646         Separated the G711 payloaders/depayloaders into separate elements for
12647         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12648
12649 2006-02-22  Wim Taymans  <wim@fluendo.com>
12650
12651         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12652         (gst_dvdec_change_state):
12653         * ext/dv/gstdvdec.h:
12654         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12655         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12656         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12657         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12658         (gst_dvdemux_flush), (gst_dvdemux_chain),
12659         (gst_dvdemux_change_state):
12660         * ext/dv/gstdvdemux.h:
12661         Ueber spiffify some more, added debug category.
12662         Use _scale.
12663         Use segments, respect playback rate from newsegment.
12664         Fix refcount issue.
12665
12666 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12667
12668         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12669         (gst_signal_processor_process):
12670         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12671         enabled for the build, but it helps me win the feature-count
12672         competitions ooh yeah.
12673
12674 2006-02-19  Wim Taymans  <wim@fluendo.com>
12675
12676         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12677         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12678         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12679         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12680         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12681         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12682         Use scaling code for added precission and more correct stop
12683         position in case scale==0.
12684
12685 2006-02-19  Wim Taymans  <wim@fluendo.com>
12686
12687         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12688         (gst_flxdec_chain):
12689         * gst/flx/gstflxdec.h:
12690         Implement DURATION query.
12691
12692 2006-02-19  Wim Taymans  <wim@fluendo.com>
12693
12694         * gst/flx/flx_color.h:
12695         * gst/flx/flx_fmt.h:
12696         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12697         (gst_flxdec_src_query_handler), (flx_decode_color),
12698         (gst_flxdec_chain):
12699         * gst/flx/gstflxdec.h:
12700         Set MALLOCDATA for the temp buffers so we don't leak.
12701         Some debug cleanups.
12702         Consume all data in the adapter before leaving the chain
12703         function. Fixes #330678.
12704
12705 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12706
12707         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12708         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12709          Handle 0 data size in otherwise valid frames.
12710          Handle numeric strings in 2.4.0 even when not in parentheses 
12711
12712 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12713
12714         * gst/matroska/matroska-demux.c:
12715         (gst_matroska_demux_subtitle_caps),
12716         (gst_matroska_demux_plugin_init):
12717         * gst/matroska/matroska-ids.h:
12718           Recognise SSA/ASS and USF subtitle formats and
12719           set proper caps when they are found.
12720
12721 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12722
12723         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12724         (gst_jpeg_dec_chain):
12725           Fix invalid memory access for some odd-sized images
12726           (see image contained in quicktime stream in #327083);
12727           use g_malloc() instead of g_alloca().
12728
12729 2006-02-17  Wim Taymans  <wim@fluendo.com>
12730
12731         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12732         Patch from Sebastien Cote, fixes #319884
12733
12734 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12735
12736         * ext/cdio/gstcdio.c: (plugin_init):
12737           Init debug category (#331253).
12738
12739 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12740
12741         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12742           Pass extra_data to gst_riff_create_audio_caps(), so that
12743           WAVEFORMATEX stuff works. Post audio codec name and post
12744           it as taglist on the bus. Allow up to 8 channesl for raw
12745           PCM in the source pad template caps.
12746
12747 2006-02-16  Wim Taymans  <wim@fluendo.com>
12748
12749         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12750         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12751         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12752         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12753         (gst_multipart_set_property), (gst_multipart_get_property):
12754         Applied #318663. Gives quite a few false positives in
12755         autoscan mode, but it's better than nothing. Not closing yet.
12756
12757 2006-02-16  Wim Taymans  <wim@fluendo.com>
12758
12759         * docs/plugins/Makefile.am:
12760         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12762         * docs/plugins/gst-plugins-good-plugins.args:
12763         * docs/plugins/inspect/plugin-udp.xml:
12764         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12765         (gst_udpsrc_start):
12766         Update documentation.
12767         Fix args.
12768
12769 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12770
12771         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12772         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12773         frame size. (Fixes #331368)
12774
12775 2006-02-16  Wim Taymans  <wim@fluendo.com>
12776
12777         * gst/rtsp/README:
12778         Updated README.
12779
12780         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12781         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12782         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12783         * gst/rtsp/gstrtspsrc.h:
12784         Make sure the RTP port is an even port an try to allocate 
12785         another if not.
12786         Added retry property to control max retries for port allocation.
12787         Make sure RTCP port is RTP port+1.
12788         Cleanup when port allocation fails.
12789         Fixes #319183.
12790         
12791 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12792
12793         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12794           Don't ignore return value of the parent class's state
12795           change function (#331385, patch by: Wouter Paesen).
12796
12797 2006-02-15  Wim Taymans  <wim@fluendo.com>
12798
12799         * configure.ac:
12800         * docs/plugins/Makefile.am:
12801         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12802         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12803         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12804         * ext/Makefile.am:
12805         * ext/hal/Makefile.am:
12806         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12807         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12808         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12809         (do_toggle_element), (gst_hal_audio_sink_set_property),
12810         (gst_hal_audio_sink_get_property),
12811         (gst_hal_audio_sink_change_state):
12812         * ext/hal/gsthalaudiosink.h:
12813         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12814         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12815         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12816         (do_toggle_element), (gst_hal_audio_src_set_property),
12817         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12818         * ext/hal/gsthalaudiosrc.h:
12819         * ext/hal/gsthalelements.c: (plugin_init):
12820         * ext/hal/gsthalelements.h:
12821         * ext/hal/hal.c: (gst_hal_get_string),
12822         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12823         (gst_hal_get_audio_src):
12824         * ext/hal/hal.h:
12825         Add HAL sound device wrapper plugins. Closes #329106
12826
12827 2006-02-15  Wim Taymans  <wim@fluendo.com>
12828
12829         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12830         Add comment in a fultile attempt to stop the copy-and-paste 
12831         paradigm leading to duplication of bad code.
12832
12833         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12834         Mime parameters have to be checked case insensitive
12835
12836 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12837
12838         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12839           Advance stream time for lagging subtitle streams by sending
12840           newsegment events with the update flag set.
12841
12842 2006-02-14  Edward Hervey  <edward@fluendo.com>
12843
12844         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12845         There can be bogus data before the hdrl LIST tag in the RIFF header.
12846         It's hard to say if it's not respecting the AVI specifications or not,
12847         but since Google Video is producing AVIs like that and the other player
12848         don't seem to complain, I guess we should do the same.
12849
12850 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12851
12852         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12853         (parse_split_strings):
12854         Add more validation to ensure that a char encoding conversion
12855         produced a valid UTF-8 string.
12856
12857 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12858
12859         Reviewed by: Edward Hervey  <edward@fluendo.com>
12860
12861         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12862         Properly handle end of segment. Closes #330885.
12863
12864 2006-02-13  Wim Taymans  <wim@fluendo.com>
12865
12866         * gst/rtp/gstrtpmp4gpay.h:
12867         For got to commit this one.
12868
12869 2006-02-12  Wim Taymans  <wim@fluendo.com>
12870
12871         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12872         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12873         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12874         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12875         * gst/rtp/gstrtpmp4gpay.h:
12876         Make more things work.
12877         Handle ACC config strings.
12878
12879 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12880
12881         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12882           set timestamps if no incoming timestamps set
12883
12884 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12885
12886         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12887         (gst_tag_demux_do_typefind):
12888           ... and fix the very same leaks in GstTagDemux.
12889
12890 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12891
12892         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12893         (gst_id3demux_do_typefind):
12894         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12895         <jonathan at kaolin dot wh9 dot net>)
12896
12897 2006-02-10  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12900         First set options, then set caps or else the baseclass
12901         will not know about the options, duh.
12902
12903 2006-02-10  Wim Taymans  <wim@fluendo.com>
12904
12905         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12906         (gst_rtp_mp4v_pay_setcaps):
12907         Don't waste time looking for a config string if we have codec_info
12908         on the incomming caps.
12909
12910 2006-02-10  Wim Taymans  <wim@fluendo.com>
12911
12912         * gst/rtp/README:
12913         Say something about case-sensitivity of caps vs mime-attributes.
12914
12915         * gst/rtp/Makefile.am:
12916         * gst/rtp/gstrtp.c: (plugin_init):
12917         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12918         (gst_rtp_amr_pay_handle_buffer):
12919         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12920         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12921         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12922         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12923         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12924         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12925         (gst_rtp_mp4g_pay_plugin_init):
12926         * gst/rtp/gstrtpmp4gpay.h:
12927         Added beginnings of mpeg4-generic payloader (RFC 3640)
12928
12929 2006-02-09  Wim Taymans  <wim@fluendo.com>
12930
12931         * gst/rtsp/Makefile.am:
12932         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12933         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12934         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12935         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12936         (gst_rtpdec_change_state):
12937         * gst/rtsp/gstrtpdec.h:
12938         * gst/rtsp/gstrtsp.c: (plugin_init):
12939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12940         * gst/rtsp/rtspconnection.c: (read_body),
12941         (rtsp_connection_receive):
12942         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12943         Resurected rtpdec to make rtspsrc happy again.
12944         Skip attributes from the session id.
12945         Don't crash when dumping a message with an empty body.
12946
12947
12948 2006-02-09  Wim Taymans  <wim@fluendo.com>
12949
12950         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12951         Added more meaningfull warnings when something goes wrong.
12952         Clear F bit on outgoing AMR packets.
12953
12954         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12955         (gst_rtp_amr_pay_handle_buffer):
12956         Added debugging category
12957         Support payloading of multiple AMR frames.
12958
12959         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12960         Added some debugging.
12961
12962 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12963
12964         * configure.ac:
12965           Back to CVS
12966
12967 === release 0.10.2 ===
12968
12969 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12970
12971         * configure.ac:
12972           releasing 0.10.2, "Papa was a rolling stone"
12973
12974 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12975
12976         * configure.ac:
12977           Bump core and plugins-base requirement to 0.10.2.2
12978           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12979
12980 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * ext/flac/gstflac.c: (plugin_init):
12983         * ext/speex/gstspeex.c: (plugin_init):
12984           Register musicbrainz tags.
12985
12986 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12987
12988         * ext/gconf/gconf.h:
12989           Remove declaration of function that no longer exists.
12990
12991 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12992
12993         * ext/shout2/gstshout2.c: (gst_shout2send_render),
12994         (gst_shout2send_setcaps), (gst_shout2send_change_state):
12995         Make shout2 work for non ogg streams
12996
12997 2006-02-06  Wim Taymans  <wim@fluendo.com>
12998
12999         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13000         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13001         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13002         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13003         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13004         * gst/udp/gstmultiudpsink.h:
13005         Updated docs.
13006         Added properties bytes-served, bytes_to_serve.
13007         Post proper error messages,
13008         Emit client added signal too.
13009
13010 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13011
13012         * docs/plugins/Makefile.am:
13013         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13014         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13015         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13016         (gst_multiudpsink_get_stats):
13017           adding docs for multiudpsink
13018
13019 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13020
13021         * gst/level/gstlevel.c: (gst_level_transform_ip):
13022           peak below decay is not necessarily an error, so don't ERROR log
13023
13024 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13025
13026         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13027         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13028         (gst_ebml_write_seek):
13029         * gst/matroska/ebml-write.h:
13030           Make sure we send a newsegment event in BYTES format
13031           before sending buffers (#328531).
13032
13033 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13034
13035         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13036         (gst_dvdemux_sink_query):
13037         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13038         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13039         (speex_dec_src_query):
13040         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13041         (gst_speexenc_sink_query):
13042         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13043         * gst/matroska/matroska-demux.c:
13044         (gst_matroska_demux_get_src_query_types),
13045         (gst_matroska_demux_handle_src_query):
13046         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13047         (gst_wavparse_pad_query):
13048           Pass unhandled queries upstream instead of just dropping
13049           them (#326446). Update query type arrays here and there.
13050
13051 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13052
13053         * tests/check/elements/matroskamux.c: (setup_src_pad):
13054           Collectpads in core got changed and now also holds a
13055           reference to any pad that is part of it. Fix refcount
13056           checks in test case accordingly.
13057
13058 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13059
13060         * gst/apetag/gstapedemux.h:
13061           Fix include, for now GstTagDemux is in the apetag dir.
13062
13063 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13064
13065         * docs/plugins/Makefile.am:
13066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13068         * docs/plugins/inspect/plugin-cdio.xml:
13069           Add cdio plugin to docs.
13070
13071         * ext/cdio/gstcdiocddasrc.c:
13072           Add gtk-doc blurb.
13073
13074         * ext/cdio/gstcdio.c:
13075           The plugin is called 'cdio' not 'cddio'.
13076
13077 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13078
13079         * configure.ac:
13080         * docs/plugins/Makefile.am:
13081         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13082         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13083         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13084         * docs/plugins/inspect/plugin-apetag.xml:
13085         * gst/apetag/Makefile.am:
13086         * gst/apetag/gstapedemux.c:
13087         * gst/apetag/gstapedemux.h:
13088         * gst/apetag/gsttagdemux.c:
13089         * gst/apetag/gsttagdemux.h:
13090           Add APE tag demuxer (#325649).
13091
13092 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13093
13094         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13095         (gst_gconf_get_default_video_sink),
13096         (gst_gconf_get_default_audio_src),
13097         (gst_gconf_get_default_video_src):
13098         * ext/gconf/gconf.h:
13099         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13100         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13101         (do_toggle_element):
13102         * ext/gconf/gstgconfaudiosink.h:
13103         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13104         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13105         (do_toggle_element):
13106         * ext/gconf/gstgconfaudiosrc.h:
13107         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13108         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13109         (do_toggle_element):
13110         * ext/gconf/gstgconfvideosink.h:
13111         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13112         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13113         (do_toggle_element):
13114         * ext/gconf/gstgconfvideosrc.h:
13115           Ignore changing the GConf key to "". Ignore GConf key updates
13116           that don't actually change the string.
13117           For now, ignore the GConf key when the state is > READY, as
13118           it breaks streaming. Sometime it will be nice to bring the
13119           new sink online even mid-stream, by sending NEWSEGMENT info
13120           and possibly prerolling.
13121           (Fixes #326736)
13122
13123 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13124
13125         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13126         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13127         (zoomFilterSetResolution), (zoomFilterDestroy),
13128         (zoomFilterFastRGB), (pointFilter):
13129         * gst/goom/filters.h:
13130         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13131         (goom_update), (goom_close):
13132         * gst/goom/goom_core.h:
13133         * gst/goom/goom_tools.h:
13134         * gst/goom/graphic.c:
13135         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13136         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13137         * gst/goom/gstgoom.h:
13138         * gst/goom/lines.c: (goom_lines):
13139         * gst/goom/lines.h:
13140           Make goom reentrant by moving all important static variables
13141           into instance structures.
13142           (Fixes #329181)
13143
13144 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13147         (gst_avi_demux_all_source_pads_unlinked),
13148         (gst_avi_demux_process_next_entry):
13149         * gst/avi/gstavidemux.h:
13150           Third attempt, use gst_pad_is_linked() this time.
13151
13152 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13153
13154         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13155         (parse_split_strings):
13156         Adjust for data length indicators when parsing (Fixes #329810)
13157         Fix stupid bug parsing UTF-8 tag text.
13158         Output tag strings with multiple fields as multiple tags, so the
13159         app gets all the data.
13160
13161 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13162
13163         * ext/flac/gstflacenc.c:
13164         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13165         show me.
13166         
13167 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13168
13169         * ext/flac/gstflacenc.c:
13170         * gst/matroska/ebml-read.c:
13171         Just make it compile with --disable-gst-debug.
13172
13173 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13174
13175         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13176         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13177         (id3v2_genre_fields_to_taglist):
13178           Never output a tag with a null contents string.
13179
13180 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13181
13182         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13183           Only pause if all pads are unlinked AND we've tried to send data
13184           on all of them at least once.
13185
13186 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13187
13188         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13189         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13190           Make loop function/task pause itself when all source pads are
13191           unlinked.
13192
13193 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13194
13195         * configure.ac:
13196         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13197           Use new functions from core to render a bin from a
13198           string. Fixes build. Up requirements to core CVS.
13199
13200 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13203           Don't push buffers into the adapter that we are going to
13204           push downstream again without framing anyway. Also, the
13205           adaptor takes ownership of buffers put into it (fixes
13206           auparse pushing invalid buffers for .au files with
13207           ADPCM contents). Finally, set caps on all outgoing buffers.
13208
13209 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13210
13211         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13212         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13213         (gst_id3demux_send_tag_event):
13214         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13215         Someone should kick my butt. Remove ID3v1 tags from the end of the
13216         file.
13217
13218         Improve error messages. Send the TAG message as soon as we complete
13219         typefinding, instead of waiting until we send the first buffer.
13220         Downstream tag event is still sent before the first buffer.
13221
13222 2006-01-27  Jan Gerber  <j@bootlab.org>
13223
13224         Reviewed by: Andy Wingo <wingo@pobox.com>
13225
13226         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13227         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13228         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13229         to not have warings flooding stderr. this is the suggested way
13230         also used in dvgrab and kino. (#328336)
13231
13232 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13233
13234         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13235         (gst_oss_sink_init), (gst_oss_sink_finalise):
13236           Free the device name string when finalised.
13237
13238 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13239
13240         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13241           Don't put function calls in g_return_if_fail() statements,
13242           or they'll be replaced with NOOPs if someone compiles with
13243           G_DISABLE_CHECKS defined.
13244           
13245 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13246
13247         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13248         Never trust ANY information encoded in a media file, especially
13249         when it's giving you sizes. (Fixes #328452)
13250
13251 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13252
13253         * gst/rtp/gstrtpg711pay.c:
13254         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13255         bug #325148.
13256
13257 2006-01-23  Edward Hervey  <edward@fluendo.com>
13258
13259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13260         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13261         * gst/matroska/matroska-ids.h:
13262         Added recognition of Real Audio and Video streams in matroska demuxer.
13263
13264 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13265
13266         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13267           Remove errant break statement, and fix compilation with
13268           older GCC.
13269
13270 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13271
13272         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13273
13274         * sys/sunaudio/gstsunaudiomixerctrl.c:
13275         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13276           Export functions that are needed in other parts of the code,
13277           makes the mixer actually work; adjust magic minimum buffer-time
13278           value from 3ms to 5ms to work around stuttering during mp3
13279           playback (#327765).
13280
13281 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13282
13283         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13284
13285         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13286         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13287           Fix possible deadlock in matroska muxer (#327825).
13288
13289 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13290
13291         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13292         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13293         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13294         * gst/rtsp/sdpmessage.h:
13295         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13296         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13297           C89 fixes: declare variables at the beginning of a block and
13298           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13299           <jensgr at gmx dot net>).
13300
13301 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13302
13303         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13304         * gst/id3demux/id3tags.h:
13305         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13306         (parse_comment_frame), (parse_text_identification_frame),
13307         (id3v2_tag_to_taglist), (id3v2_are_digits),
13308         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13309         (parse_split_strings), (free_tag_strings):
13310           Rewrite parsing of text tags to handle multiple NULL terminated
13311           strings. Parse numeric genre strings and ID3v2 type
13312           "(3)(6)Alternative" style genre strings.
13313           Parse dates that are only YYYY or YYYY-mm format.
13314           (Fixes #328241 and #322154)
13315
13316 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13317
13318         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13319           Don't forget to initialize liboil, otherwise our oil functions
13320           will crash (fixes #327871; patch by: Christoph Burghardt
13321           <hawkes at web dot de>).
13322
13323 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13324
13325         * configure.ac:
13326           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13327           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13328           patch by: Brian Cameron <brian dot cameron at sun dot com>
13329
13330 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13331
13332         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13333         * ext/cdio/gstcdio.h:
13334         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13335           Fix build for libcdio versions >= 76; give slightly lower rank
13336           than cdparanoia.
13337
13338 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13339
13340         * configure.ac:
13341         * ext/Makefile.am:
13342         * ext/cdio/Makefile.am:
13343         * ext/cdio/gstcdio.c:
13344         * ext/cdio/gstcdio.h:
13345         * ext/cdio/gstcdiocddasrc.c:
13346         * ext/cdio/gstcdiocddasrc.h:
13347           Port libcdio cdda source, formerly known as cddasrc, now known as
13348           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13349           but that's not tested (fixes #317658).
13350
13351 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13352
13353         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13354           Fix conversion from TIME to BYTES format (fixes #326864;
13355           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13356
13357 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13358
13359         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13360           Fix compilation of id3demux when zlib is not present.
13361           (Fixes #326602; patch by: Sergey Scobich)
13362
13363 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13364
13365         * ext/esd/Makefile.am:
13366           Add $(ESD_CFLAGS), otherwise build will fail for folks
13367           with libesd in a non-standard prefix (#327009).
13368
13369 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13370
13371         * configure.ac:
13372           back to HEAD
13373
13374 === release 0.10.1 ===
13375
13376 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13377
13378         * configure.ac:
13379           releasing 0.10.1, "Li"
13380
13381 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13382
13383           patch by: Wim Taymans
13384
13385         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13386           fix memleak.  Fixes #326618
13387
13388 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13389
13390           patch by: Mike Smith
13391
13392         * gst/level/gstlevel.c: (gst_level_message_new),
13393         (gst_level_message_append_channel):
13394           Fix memleak.  Fixes #326612
13395
13396 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13397
13398         * configure.ac:
13399           prereleasing
13400         * po/af.po:
13401         * po/az.po:
13402         * po/cs.po:
13403         * po/en_GB.po:
13404         * po/hu.po:
13405         * po/it.po:
13406         * po/nb.po:
13407         * po/nl.po:
13408         * po/or.po:
13409         * po/sq.po:
13410         * po/sr.po:
13411         * po/sv.po:
13412         * po/uk.po:
13413         * po/vi.po:
13414           update translations
13415
13416 2006-01-10  Michael Smith  <msmith@fluendo.com>
13417
13418         * gst/level/gstlevel.c: (gst_level_class_init),
13419         (gst_level_dispose):
13420           Don't leak filter arrays.
13421
13422 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13423
13424         reviewed by: Christian Schaller <uraeus@gnome.org>
13425         
13426         * configure.ac:
13427         * gst-plugins-good.spec.in:
13428         * sys/Makefile.am:
13429         * sys/sunaudio/Makefile.am:
13430         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13431         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13432         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13433         (gst_sunaudiomixer_change_state):
13434         * sys/sunaudio/gstsunaudiomixer.h:
13435         * sys/sunaudio/gstsunaudiomixerctrl.c:
13436         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13437         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13438         (gst_sunaudiomixer_ctrl_list_tracks),
13439         (gst_sunaudiomixer_ctrl_get_volume),
13440         (gst_sunaudiomixer_ctrl_set_volume),
13441         (gst_sunaudiomixer_ctrl_set_mute),
13442         (gst_sunaudiomixer_ctrl_set_record):
13443         * sys/sunaudio/gstsunaudiomixerctrl.h:
13444         * sys/sunaudio/gstsunaudiomixertrack.c:
13445         (gst_sunaudiomixer_track_class_init),
13446         (gst_sunaudiomixer_track_init), (fill_labels),
13447         (gst_sunaudiomixer_track_new):
13448         * sys/sunaudio/gstsunaudiomixertrack.h:
13449         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13450         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13451         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13452         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13453         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13454         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13455         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13456         * sys/sunaudio/gstsunaudiosink.h:
13457
13458         Add SunAudio plugin - tested to make sure it doesn't break
13459         the build under GNU/Linux.      
13460
13461 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13462
13463         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13464         * gst-plugins-good/gst/udp/gstudpsrc.c:
13465         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13466         overrides the port or multicast parameters. Fixes bugs #323021.
13467         API addition: adds GstUDPSrc::sockfd property   
13468
13469 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13470
13471         * ext/gconf/Makefile.am:
13472         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13473         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13474         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13475         (do_toggle_element), (cb_toggle_element),
13476         (gst_gconf_audio_src_change_state):
13477         * ext/gconf/gstgconfaudiosrc.h:
13478         * ext/gconf/gstgconfelements.c: (plugin_init):
13479         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13480         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13481         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13482         (do_toggle_element), (cb_toggle_element),
13483         (gst_gconf_video_src_change_state):
13484         * ext/gconf/gstgconfvideosrc.h:
13485           Add new gconfaudiosrc and gconfvideosrc elements
13486           (needed for gnome-sound-recorder).
13487
13488 2006-01-06  Edward Hervey  <edward@fluendo.com>
13489
13490         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13491         Add gst_element_no_more_pads() for proper decodebin behaviour.
13492         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13493         (parse_text_identification_frame), (parse_split_strings):
13494         Failure to decode some tags is not a GST_ERROR() but a
13495         GST_WARNING()
13496         When iterating over a chunk of text, check that we haven't gone too
13497         far.
13498
13499 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13500
13501         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13502         (plugin_init):
13503           call oil_init() when using liboil
13504
13505 2006-01-04  Wim Taymans  <wim@fluendo.com>
13506
13507         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13508         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13509         Fix leaks.
13510
13511 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13512
13513         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13514
13515         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13516         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13517         (gst_flac_dec_change_state):
13518           Don't g_assert() where we should just return FALSE; remove
13519           unnecessary g_assert(); initialize some fields properly in
13520           state change function (fixes #325504). Also, use
13521           GST_DEBUG_OBJECT in two more places.
13522
13523 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13524
13525         * configure.ac:
13526           also remove smoothwave's Makefile.am
13527         * docs/plugins/Makefile.am:
13528           fix plugin docs
13529
13530 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13531
13532         * tests/examples/Makefile.am:
13533           added missing Makefile.am
13534
13535 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13536
13537         * configure.ac:
13538         * gst/level/Makefile.am:
13539         * gst/level/level-example.c:
13540         * tests/Makefile.am:
13541         * tests/examples/level/Makefile.am:
13542         * tests/examples/level/level-example.c: (message_handler), (main):
13543           moved level-example to tests/examples/level-example
13544         * tests/old/examples/level/demo.c: (main):
13545         * tests/old/examples/level/plot.c: (main):
13546           some initial fixes
13547
13548 2005-12-29  Michael Smith  <msmith@fluendo.com>
13549
13550         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13551         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13552         * gst/udp/gstmultiudpsink.h:
13553           Track packets sent per client in addition to bytes sent; provide
13554           this info through get-stats signal
13555
13556 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13557
13558         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13559           Can't use gst_object_unref() on a GstAdapter (#325191).
13560
13561 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13562
13563         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13564         If a broken tag has 0 bytes payload, at least still skip
13565         the 10 byte header
13566
13567 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13568
13569         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13570         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13571         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13572         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13573           Making these depayloaders (H263+ and mpeg4 video) inherit from
13574           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13575
13576 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13577
13578         * docs/plugins/gst-plugins-good-plugins.args:
13579         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13580         Regenerate the plugin hiearchy.
13581
13582 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13583
13584         * docs/plugins/Makefile.am:
13585         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13586         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13587         * docs/plugins/gst-plugins-good-plugins.args:
13588         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13589         (gst_id3demux_base_init), (gst_id3demux_class_init),
13590         (gst_id3demux_chain):
13591         * gst/id3demux/gstid3demux.h:
13592           Add documentation for id3demux.
13593           Don't fail if the first buffer is not at offset 0, just
13594           attempt to typefind and do pass through
13595           Rename the gst_type function from gst_gst_id3demux..
13596
13597 2005-12-20  Michael Smith  <msmith@fluendo.com>
13598
13599         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13600         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13601         (gst_multiudpsink_get_stats):
13602         * gst/udp/gstmultiudpsink.h:
13603           Collect statistics; return them from get_stats.
13604
13605 2005-12-19  Edward Hervey  <edward@fluendo.com>
13606
13607         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13608         Stupid signedness issue...
13609
13610 2005-12-19  Edward Hervey  <edward@fluendo.com>
13611
13612         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13613         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13614         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13615         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13616         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13617         Construct index for indexless files.
13618         Make sure pad/buffers are correctly reset to NULL once we don't need
13619         them anymore, else we get lovely segfaults/assertions.
13620         * gst/wavparse/gstwavparse.c:
13621         Yes, you can have 96KHz audio and wma in wav :(
13622
13623 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13624
13625         * configure.ac:
13626           Check for optional dependency on zlib for id3demux
13627
13628         * gst/id3demux/Makefile.am:
13629         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13630         (gst_id3demux_base_init), (gst_id3demux_class_init),
13631         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13632         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13633         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13634         (gst_id3demux_set_property), (gst_id3demux_get_property),
13635         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13636         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13637         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13638         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13639         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13640         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13641         (simple_find_peek), (simple_find_suggest),
13642         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13643         (plugin_init):
13644         * gst/id3demux/gstid3demux.h:
13645         * gst/id3demux/id3tags.c: (read_synch_uint),
13646         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13647         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13648         (id3demux_id3v2_frames_to_tag_list):
13649         * gst/id3demux/id3tags.h:
13650         * gst/id3demux/id3v2.4.0-frames.txt:
13651         * gst/id3demux/id3v2.4.0-structure.txt:
13652         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13653         (parse_comment_frame), (parse_text_identification_frame),
13654         (id3v2_tag_to_taglist), (parse_split_strings):
13655           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13656           otherwise it discards them. Works on my test files. 
13657
13658         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13659           Don't send EOS to a non-existing srcpad
13660           The debug category can be static
13661
13662 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13663
13664         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13665         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13666         * gst/multipart/multipartdemux.c:
13667           change some char* into char[]
13668
13669 2005-12-16  Wim Taymans  <wim@fluendo.com>
13670
13671         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13672         (gst_wavparse_other), (gst_wavparse_perform_seek),
13673         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13674         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13675         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13676         * gst/wavparse/gstwavparse.h:
13677         Use GstSegment to implement more seeking features.
13678
13679 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13680
13681         * gst/rtsp/rtspconnection.c:
13682           Add <netinet/in.h> include and move <arpa/inet.h> include
13683           to make things work on OpenBSD as well (fixes #323717;
13684           patch by: Benjamin Pineau)
13685
13686 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13687
13688         * gst/rtp/gstrtpspeexdepay.c:
13689         * gst/rtp/gstrtpspeexpay.c:
13690         Set clock rate to be fixed in 8000. It fixes bug #324012.
13691
13692 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13693
13694         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13695         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13696         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13697         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13698         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13699         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13700         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13701         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13702         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13703         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13704         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13705         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13706         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13707         * gst-plugins-good/gst/rtp/README:
13708         Fixed payload range in payloder caps. Removed payload range completely
13709         from depayloaders as they don't require payload type in their caps.
13710         In effect, there isn't any specific payload type for any given codec,
13711         only suggestions.
13712         Fixes bug #324011.
13713
13714 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13715
13716         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13717         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13718         (gst_videomixer_collected): Code cleanup and re-enabling 
13719         queued time validity check for correct EOS handling.
13720
13721 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13722
13723         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13724         (gst_oss_mixer_element_get_property),
13725         (gst_oss_mixer_element_change_state):
13726         Add 'device-name' property and fix state change function.
13727
13728 2005-12-13  Edward Hervey  <edward@fluendo.com>
13729
13730         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13731         If the speed of the file is null in the header, set the frame_time to
13732         the default setting of GST_SECOND / 70. Which is the default
13733         frame_delay for .fli files as stated in this document :
13734         http://www.compuphase.com/flic.htm
13735         Would be nice to have the time conversion done properly too (duration =
13736         flxh->frames * flxdec->frame_time)
13737
13738 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13739
13740         * docs/plugins/Makefile.am:
13741         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13743         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13744         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13745         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13746         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13747         documentation for videomixer on my way with a funny sample
13748         pipeline.
13749
13750 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13751
13752         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13753         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13754         (gst_videomixer_update_queues), (gst_videomixer_collected):
13755         Fix caps negotiation. (#323896)
13756
13757 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13758
13759         * gst/matroska/matroska-demux.c:
13760         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13761           Set correct timestamps on audio laces, fixes playback of mp3 from
13762                 matroska.
13763
13764 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13765
13766         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13767         (gst_au_parse_class_init), (gst_au_parse_init),
13768         (gst_au_parse_dispose), (gst_au_parse_chain),
13769         (gst_au_parse_change_state), (plugin_init):
13770         * gst/auparse/gstauparse.h:
13771           Use gst_object_unref() for GstObjects instead of
13772           g_object_unref() and fix a mem leak in a debug
13773           statement; while we're at it, also borgify, use
13774           boilerplate macros and clean up a little bit.
13775
13776 2005-12-11  Edward Hervey  <edward@fluendo.com>
13777
13778         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13779         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13780         Added pull mode.
13781
13782 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13783
13784         * gst/goom/gstgoom.c:
13785         * gst/level/level-example.c: (main):
13786         * gst/smoothwave/demo-osssrc.c: (main):
13787           Use audiotestsrc instead of sinesrc (#323798).
13788
13789 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13790
13791         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13792           more debug-func-ptr usage
13793
13794 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13795
13796         * gst/flx/flx_color.c: (flx_colorspace_convert):
13797         * gst/flx/flx_color.h:
13798         * gst/flx/flx_fmt.h:
13799         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13800         * gst/flx/gstflxdec.h:
13801           Now flxdec works on big-endian machines as well.
13802
13803 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13804
13805         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13806         (gst_fenced_buffer_copy):
13807           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13808           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13809           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13810           and use GST_DEBUG_FUNCPTR for pad functions.
13811
13812 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13813
13814         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13815         (gst_flac_dec_class_init), (gst_flac_dec_init),
13816         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13817         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13818         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13819         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13820         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13821         (gst_flac_dec_change_state):
13822         * ext/flac/gstflacdec.h:
13823           Rewrite flacdec a bit, so that even seeking might work now. Most
13824           importantly, don't act upon any flow return values we get, just tell
13825           the decoder everything's dandy and act on the flow return values
13826           later on in the loop function. We don't want to mess up the internal
13827           decoder state for non-fatal things like flushing pads etc. Other
13828           than that, use GstSegment (segment seeks don't work yet though, but
13829           should be easy to add), use boilerplate macros, drop the superfluous
13830           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13831           lots of other things.
13832
13833 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13834
13835         * configure.ac:
13836           Update comment in OSS includes check.
13837
13838         * sys/oss/gstossdmabuffer.c:
13839         * sys/oss/gstosshelper.c:
13840         * sys/oss/gstossmixer.c:
13841         * sys/oss/gstossmixertrack.c:
13842         * sys/oss/gstosssink.c:
13843         * sys/oss/gstosssrc.c:
13844         * sys/oss/oss_probe.c:
13845           Don't assume the OSS soundcard.h include is always in
13846           the sys/ directory. Instead, use the existing defines
13847           from config.h to include the right file. Fixes
13848           compilation on OpenBSD 3.8 (#323718).
13849
13850 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13851
13852         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13853         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13854         * docs/plugins/inspect/plugin-1394.xml:
13855         * docs/plugins/inspect/plugin-aasink.xml:
13856         * docs/plugins/inspect/plugin-alaw.xml:
13857         * docs/plugins/inspect/plugin-alpha.xml:
13858         * docs/plugins/inspect/plugin-alphacolor.xml:
13859         * docs/plugins/inspect/plugin-auparse.xml:
13860         * docs/plugins/inspect/plugin-autodetect.xml:
13861         * docs/plugins/inspect/plugin-avi.xml:
13862         * docs/plugins/inspect/plugin-cacasink.xml:
13863         * docs/plugins/inspect/plugin-cairo.xml:
13864         * docs/plugins/inspect/plugin-cutter.xml:
13865         * docs/plugins/inspect/plugin-debug.xml:
13866         * docs/plugins/inspect/plugin-dv.xml:
13867         * docs/plugins/inspect/plugin-efence.xml:
13868         * docs/plugins/inspect/plugin-effectv.xml:
13869         * docs/plugins/inspect/plugin-esdsink.xml:
13870         * docs/plugins/inspect/plugin-flac.xml:
13871         * docs/plugins/inspect/plugin-flxdec.xml:
13872         * docs/plugins/inspect/plugin-gconfelements.xml:
13873         * docs/plugins/inspect/plugin-goom.xml:
13874         * docs/plugins/inspect/plugin-jpeg.xml:
13875         * docs/plugins/inspect/plugin-level.xml:
13876         * docs/plugins/inspect/plugin-matroska.xml:
13877         * docs/plugins/inspect/plugin-mulaw.xml:
13878         * docs/plugins/inspect/plugin-multipart.xml:
13879         * docs/plugins/inspect/plugin-navigationtest.xml:
13880         * docs/plugins/inspect/plugin-ossaudio.xml:
13881         * docs/plugins/inspect/plugin-png.xml:
13882         * docs/plugins/inspect/plugin-rtp.xml:
13883         * docs/plugins/inspect/plugin-rtsp.xml:
13884         * docs/plugins/inspect/plugin-shout2send.xml:
13885         * docs/plugins/inspect/plugin-smpte.xml:
13886         * docs/plugins/inspect/plugin-speex.xml:
13887         * docs/plugins/inspect/plugin-udp.xml:
13888         * docs/plugins/inspect/plugin-videobox.xml:
13889         * docs/plugins/inspect/plugin-videoflip.xml:
13890         * docs/plugins/inspect/plugin-videomixer.xml:
13891         * docs/plugins/inspect/plugin-wavenc.xml:
13892         * docs/plugins/inspect/plugin-wavparse.xml:
13893         * ext/flac/gstflac.c: (plugin_init):
13894         * ext/flac/gstflacdec.c: (flacdec_get_type),
13895         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13896         (gst_flac_dec_init), (gst_flac_dec_finalize),
13897         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13898         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13899         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13900         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13901         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13902         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13903         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13904         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13905         * ext/flac/gstflacdec.h:
13906         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13907         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13908         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13909         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13910         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13911         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13912         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13913         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13914         (gst_flac_enc_change_state):
13915         * ext/flac/gstflacenc.h:
13916           borgify and fix up documentation
13917
13918 2005-12-09  Michael Smith  <msmith@fluendo.com>
13919
13920         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13921           Accept a wider range of flac files, more closely matching flac spec.
13922
13923 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13924
13925         * docs/plugins/Makefile.am: Add multipart elements.
13926         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13927         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13928         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13929         * gst/multipart/multipartdemux.c:
13930         * gst/multipart/multipartmux.c: Add docs.
13931
13932 2005-12-07  Edward Hervey  <edward@fluendo.com>
13933
13934         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13935         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13936         (gst_avi_demux_invert):
13937         Memleak and crasher fixes.
13938         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13939         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13940         Memleak fixes
13941
13942 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13943
13944         * ext/aalib/gstaasink.h:
13945         * ext/cairo/gsttextoverlay.h:
13946         * ext/dv/gstdvdec.h:
13947         * ext/dv/gstdvdemux.c:
13948         * ext/dv/gstdvdemux.h:
13949         * ext/esd/esdsink.h:
13950         * ext/flac/flac_compat.h:
13951         * ext/flac/gstflacdec.h:
13952         * ext/flac/gstflacenc.h:
13953         * ext/gconf/gconf.h:
13954         * ext/gconf/gstgconfaudiosink.h:
13955         * ext/gconf/gstgconfvideosink.h:
13956         * ext/gdk_pixbuf/gstgdkanimation.h:
13957         * ext/jpeg/gstjpegdec.h:
13958         * ext/jpeg/smokecodec.h:
13959         * ext/jpeg/smokeformat.h:
13960         * ext/ladspa/gstsignalprocessor.h:
13961         * ext/ladspa/search.c: (LADSPAPluginSearch):
13962         * ext/ladspa/utils.h:
13963         * ext/libmng/gstmng.c:
13964         * ext/libmng/gstmngdec.h:
13965         * ext/libmng/gstmngenc.c:
13966         * ext/libmng/gstmngenc.h:
13967         * ext/libpng/gstpng.c:
13968         * ext/libpng/gstpngenc.c:
13969         * ext/libpng/gstpngenc.h:
13970         * ext/shout2/gstshout2.h:
13971         * ext/speex/gstspeexdec.h:
13972         * ext/speex/gstspeexenc.c:
13973         * ext/speex/gstspeexenc.h:
13974         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13975         * gst/autodetect/gstautoaudiosink.h:
13976         * gst/autodetect/gstautovideosink.h:
13977         * gst/avi/gstavidemux.h:
13978         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13979         (gst_cutter_set_property), (gst_cutter_get_caps):
13980         * gst/cutter/gstcutter.h:
13981         * gst/debug/tests.c: (md5_process_block):
13982         * gst/debug/tests.h:
13983         * gst/effectv/gstwarp.c:
13984         * gst/flx/flx_fmt.h:
13985         * gst/flx/gstflxdec.h:
13986         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13987         (zoomFilterFastRGB):
13988         * gst/goom/filters.h:
13989         * gst/goom/goom_tools.h:
13990         * gst/law/alaw-encode.c:
13991         * gst/level/gstlevel.c:
13992         * gst/level/gstlevel.h:
13993         * gst/matroska/ebml-write.h:
13994         * gst/matroska/matroska-demux.h:
13995         * gst/matroska/matroska-ids.h:
13996         * gst/matroska/matroska-mux.h:
13997         * gst/monoscope/convolve.c: (convolve_match):
13998         * gst/monoscope/convolve.h:
13999         * gst/multipart/multipartmux.c:
14000         * gst/oldcore/gstaggregator.c:
14001         * gst/oldcore/gstaggregator.h:
14002         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14003         * gst/oldcore/gstmd5sink.h:
14004         * gst/oldcore/gstmultifilesrc.c:
14005         * gst/oldcore/gstmultifilesrc.h:
14006         * gst/oldcore/gstpipefilter.h:
14007         * gst/oldcore/gstshaper.h:
14008         * gst/rtp/gstrtpL16depay.h:
14009         * gst/rtp/gstrtpL16pay.h:
14010         * gst/rtp/gstrtpdepay.h:
14011         * gst/rtp/gstrtpmp4vpay.c:
14012         * gst/rtp/gstrtpmp4vpay.h:
14013         * gst/rtsp/gstrtspsrc.c:
14014         * gst/rtsp/gstrtspsrc.h:
14015         * gst/rtsp/rtspconnection.h:
14016         * gst/rtsp/rtspdefs.h:
14017         * gst/rtsp/rtspmessage.h:
14018         * gst/rtsp/rtsptransport.h:
14019         * gst/rtsp/rtspurl.c:
14020         * gst/rtsp/rtspurl.h:
14021         * gst/rtsp/sdpmessage.c:
14022         * gst/rtsp/sdpmessage.h:
14023         * gst/smpte/barboxwipes.c:
14024         * gst/smpte/gstmask.h:
14025         * gst/smpte/gstsmpte.h:
14026         * gst/smpte/paint.c:
14027         * gst/smpte/paint.h:
14028         * gst/udp/gstdynudpsink.h:
14029         * gst/udp/gstmultiudpsink.h:
14030         * gst/udp/gstudpsink.c:
14031         * gst/udp/gstudpsink.h:
14032         * gst/udp/gstudpsrc.c:
14033         * gst/videomixer/videomixer.c:
14034         * gst/wavenc/riff.h:
14035         * gst/wavparse/gstwavparse.h:
14036         * sys/oss/gstossdmabuffer.h:
14037         * sys/oss/gstossmixer.h:
14038         * sys/oss/gstossmixerelement.h:
14039         * sys/oss/gstossmixertrack.h:
14040         * sys/oss/gstosssink.c:
14041         * sys/oss/gstosssink.h:
14042         * sys/oss/gstosssrc.c:
14043         * sys/oss/gstosssrc.h:
14044         * sys/osxaudio/gstosxaudioelement.h:
14045         * sys/osxaudio/gstosxaudiosink.h:
14046         * sys/osxaudio/gstosxaudiosrc.h:
14047           expand tabs
14048
14049 === release 0.10.0 ===
14050
14051 2005-12-05   <thomas (at) apestaart (dot) org>
14052
14053         * configure.ac:
14054           releasing 0.10.0, "Abondance"
14055
14056 2005-12-05  Andy Wingo  <wingo@pobox.com>
14057
14058         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14059         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14060         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14061         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14062         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14063         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14064         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14065         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14066         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14067         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14068         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14069         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14070         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14071         * gst/goom/gstgoom.c: (gst_goom_chain):
14072         * gst/matroska/matroska-demux.c:
14073         (gst_matroska_demux_push_vorbis_codec_priv_data),
14074         (gst_matroska_demux_add_wvpk_header):
14075         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14076         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14077         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14078         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14079         alloc_buffer changes.
14080
14081 2005-12-05  Michael Smith  <msmith@fluendo.com>
14082
14083         * docs/plugins/gst-plugins-good-plugins.args:
14084           Remove args for plugins that aren't in -good.
14085
14086 === release 0.9.7 ===
14087
14088 2005-12-01   <thomas (at) apestaart (dot) org>
14089
14090         * configure.ac:
14091           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14092
14093 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14094
14095         * docs/plugins/.cvsignore:
14096         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14097         * docs/plugins/inspect/plugin-multipart.xml:
14098         * docs/plugins/inspect/plugin-rtp.xml:
14099           add multipart plugin to docs
14100
14101 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14102
14103         * configure.ac:
14104         * ext/Makefile.am:
14105         * ext/pango/Makefile.am:
14106         * ext/pango/gstclockoverlay.c:
14107         * ext/pango/gstclockoverlay.h:
14108         * ext/pango/gsttextoverlay.c:
14109         * ext/pango/gsttextoverlay.h:
14110         * ext/pango/gsttextrender.c:
14111         * ext/pango/gsttextrender.h:
14112         * ext/pango/gsttimeoverlay.c:
14113         * ext/pango/gsttimeoverlay.h:
14114           move pango to base
14115
14116 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14117
14118         * gst/rtp/Makefile.am:
14119         * gst/rtp/gstrtpL16depay.c:
14120         * gst/rtp/gstrtpL16depay.h:
14121         * gst/rtp/gstrtpL16parse.c:
14122         * gst/rtp/gstrtpL16parse.h:
14123         * gst/rtp/gstrtpgsmdepay.c:
14124         * gst/rtp/gstrtpgsmdepay.h:
14125         * gst/rtp/gstrtpgsmparse.c:
14126         * gst/rtp/gstrtpgsmparse.h:
14127           parsers are depayers
14128
14129 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14130
14131         * gst/rtp/Makefile.am:
14132         * gst/rtp/gstasteriskh263.c:
14133         * gst/rtp/gstrtp.c:
14134         * gst/rtp/gstrtpL16enc.c:
14135         * gst/rtp/gstrtpL16enc.h:
14136         * gst/rtp/gstrtpL16parse.c:
14137         * gst/rtp/gstrtpL16parse.h:
14138         * gst/rtp/gstrtpL16pay.c:
14139         * gst/rtp/gstrtpL16pay.h:
14140         * gst/rtp/gstrtpamrdec.c:
14141         * gst/rtp/gstrtpamrdec.h:
14142         * gst/rtp/gstrtpamrdepay.c:
14143         * gst/rtp/gstrtpamrdepay.h:
14144         * gst/rtp/gstrtpamrenc.c:
14145         * gst/rtp/gstrtpamrenc.h:
14146         * gst/rtp/gstrtpamrpay.c:
14147         * gst/rtp/gstrtpamrpay.h:
14148         * gst/rtp/gstrtpdec.c:
14149         * gst/rtp/gstrtpdec.h:
14150         * gst/rtp/gstrtpdepay.c:
14151         * gst/rtp/gstrtpdepay.h:
14152         * gst/rtp/gstrtpg711dec.c:
14153         * gst/rtp/gstrtpg711dec.h:
14154         * gst/rtp/gstrtpg711depay.c:
14155         * gst/rtp/gstrtpg711depay.h:
14156         * gst/rtp/gstrtpg711enc.c:
14157         * gst/rtp/gstrtpg711enc.h:
14158         * gst/rtp/gstrtpg711pay.c:
14159         * gst/rtp/gstrtpg711pay.h:
14160         * gst/rtp/gstrtpgsmenc.c:
14161         * gst/rtp/gstrtpgsmenc.h:
14162         * gst/rtp/gstrtpgsmparse.c:
14163         * gst/rtp/gstrtpgsmparse.h:
14164         * gst/rtp/gstrtpgsmpay.c:
14165         * gst/rtp/gstrtpgsmpay.h:
14166         * gst/rtp/gstrtph263enc.c:
14167         * gst/rtp/gstrtph263enc.h:
14168         * gst/rtp/gstrtph263pay.c:
14169         * gst/rtp/gstrtph263pay.h:
14170         * gst/rtp/gstrtph263pdec.c:
14171         * gst/rtp/gstrtph263pdec.h:
14172         * gst/rtp/gstrtph263pdepay.c:
14173         * gst/rtp/gstrtph263pdepay.h:
14174         * gst/rtp/gstrtph263penc.c:
14175         * gst/rtp/gstrtph263penc.h:
14176         * gst/rtp/gstrtph263ppay.c:
14177         * gst/rtp/gstrtph263ppay.h:
14178         * gst/rtp/gstrtpmp4vdec.c:
14179         * gst/rtp/gstrtpmp4vdec.h:
14180         * gst/rtp/gstrtpmp4vdepay.c:
14181         * gst/rtp/gstrtpmp4vdepay.h:
14182         * gst/rtp/gstrtpmp4venc.c:
14183         * gst/rtp/gstrtpmp4venc.h:
14184         * gst/rtp/gstrtpmp4vpay.c:
14185         * gst/rtp/gstrtpmp4vpay.h:
14186         * gst/rtp/gstrtpmpadec.c:
14187         * gst/rtp/gstrtpmpadec.h:
14188         * gst/rtp/gstrtpmpadepay.c:
14189         * gst/rtp/gstrtpmpadepay.h:
14190         * gst/rtp/gstrtpmpaenc.c:
14191         * gst/rtp/gstrtpmpaenc.h:
14192         * gst/rtp/gstrtpmpapay.c:
14193         * gst/rtp/gstrtpmpapay.h:
14194         * gst/rtp/gstrtpspeexdec.c:
14195         * gst/rtp/gstrtpspeexdec.h:
14196         * gst/rtp/gstrtpspeexdepay.c:
14197         * gst/rtp/gstrtpspeexdepay.h:
14198         * gst/rtp/gstrtpspeexenc.c:
14199         * gst/rtp/gstrtpspeexenc.h:
14200         * gst/rtp/gstrtpspeexpay.c:
14201         * gst/rtp/gstrtpspeexpay.h:
14202           Do burger's rename for rtp payloaders and depayloaders
14203
14204 2005-11-30  Wim Taymans  <wim@fluendo.com>
14205
14206         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14207         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14208         * ext/dv/gstdvdemux.h:
14209         Fix seeking in dvdemux again, add some more debug info.
14210
14211 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14212
14213         * configure.ac:
14214           fix tests
14215
14216 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14217
14218         * PORTED_09:
14219         * docs/random/PORTED_09:
14220           move
14221         * tests/Makefile.am:
14222           add
14223         * win32/gst.sln:
14224           remove
14225
14226 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14227
14228         * Makefile.am:
14229         * check/.cvsignore:
14230         * check/Makefile.am:
14231         * check/elements/.cvsignore:
14232         * check/elements/level.c:
14233         * check/elements/matroskamux.c:
14234         * configure.ac:
14235         * examples/Makefile.am:
14236         * examples/capsfilter/Makefile.am:
14237         * examples/capsfilter/capsfilter1.c:
14238         * examples/gob/Makefile.am:
14239         * examples/gob/gst-identity2.gob:
14240         * examples/gstplay/.cvsignore:
14241         * examples/gstplay/Makefile.am:
14242         * examples/gstplay/player.c:
14243         * examples/indexing/.cvsignore:
14244         * examples/indexing/Makefile.am:
14245         * examples/indexing/indexmpeg.c:
14246         * examples/level/Makefile.am:
14247         * examples/level/README:
14248         * examples/level/demo.c:
14249         * examples/level/plot.c:
14250         * examples/stats/Makefile.am:
14251         * examples/stats/mp2ogg.c:
14252         * examples/switch/.cvsignore:
14253         * examples/switch/Makefile.am:
14254         * examples/switch/switcher.c:
14255           move under tests/
14256
14257 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14258
14259         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14260         (gst_text_render_class_init), (resize_bitmap),
14261         (gst_text_render_render_text), (gst_text_render_setcaps),
14262         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14263         (gst_text_render_chain), (gst_text_render_finalize),
14264         (gst_text_render_init), (gst_text_render_set_property):
14265         * ext/pango/gsttextrender.h:
14266           Add missing files.
14267
14268 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14269
14270         * configure.ac:
14271         * ext/Makefile.am:
14272         * ext/pango/Makefile.am:
14273         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14274         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14275         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14276         * ext/pango/gstclockoverlay.h:
14277         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14278         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14279         (gst_text_overlay_finalize), (gst_text_overlay_init),
14280         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14281         (gst_text_overlay_text_pad_linked),
14282         (gst_text_overlay_text_pad_unlinked),
14283         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14284         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14285         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14286         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14287         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14288         (gst_text_overlay_change_state), (plugin_init):
14289         * ext/pango/gsttextoverlay.h:
14290         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14291         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14292         (gst_time_overlay_class_init), (gst_time_overlay_init):
14293         * ext/pango/gsttimeoverlay.h:
14294           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14295           and add background shading and text wrapping modes. Make 
14296           timoverlay derive from textoverlay. Also add new clockoverlay
14297           element.
14298
14299 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14300
14301         * gst/udp/Makefile.am: Moved to netbuffer.
14302
14303 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14304
14305         * configure.ac:
14306         * PORTED_O9:
14307         * gst/multipart/Makefile.am:
14308         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14309         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14310         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14311         (gst_multipart_demux_change_state),
14312         (gst_multipart_demux_plugin_init):
14313         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14314         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14315         (gst_multipart_mux_sinkconnect),
14316         (gst_multipart_mux_request_new_pad),
14317         (gst_multipart_mux_handle_src_event),
14318         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14319         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14320         0.9.
14321
14322 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14323
14324         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14325         * gst/debug/gstnavigationtest.h:
14326         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14327         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14328         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14329         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14330         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14331         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14332         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14333         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14334         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14335         (gst_video_flip_get_type):
14336         * gst/videofilter/gstvideoflip.h:
14337           update for symbols change
14338
14339 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14340
14341         * gst/udp/gstdynudpsink.c:
14342         * gst/udp/gstudpsrc.c:
14343           the old gstnet lib was renamed gstnetbuffer (#322257)
14344
14345 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14346
14347         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14348         (gst_text_overlay_collected):
14349           Actually render the text from the text pad.
14350
14351 2005-11-29  Edward Hervey  <edward@fluendo.com>
14352
14353         * gst/debug/gstnavseek.c: (gst_navseek_event):
14354         * gst/debug/progressreport.c: (gst_progress_report_event):
14355         Update for GstBaseTransform event virtual method
14356
14357 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14358
14359         * ext/cairo/Makefile.am:
14360           no need to link to videofilter
14361
14362 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14363
14364         * gst/debug/Makefile.am:
14365         * gst/debug/gstnavigationtest.h:
14366         * gst/effectv/Makefile.am:
14367         * gst/effectv/gstaging.c:
14368         * gst/effectv/gstdice.c:
14369         * gst/effectv/gstedge.c:
14370         * gst/effectv/gstquark.c:
14371         * gst/effectv/gstrev.c:
14372         * gst/effectv/gstshagadelic.c:
14373         * gst/effectv/gstvertigo.c:
14374         * gst/effectv/gstwarp.c:
14375         * gst/videofilter/Makefile.am:
14376         * gst/videofilter/gstvideofilter.c:
14377         * gst/videofilter/gstvideofilter.h:
14378         * gst/videofilter/gstvideoflip.h:
14379           remove the videofilter library and link to the one in base
14380
14381 2005-11-28  Edward Hervey  <edward@fluendo.com>
14382
14383         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14384         Useless check now we're setting the current entry correctly.
14385
14386 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14387
14388         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14389         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14390         (gst_jpegenc_change_state):
14391           Don't leak input buffer in chain function (fixes #322667); make 
14392           state change function thread-safe; don't repeat the current function
14393           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14394           gst_pad_alloc_buffer(); misc. minor cleanups.
14395
14396 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14397
14398         * gst/matroska/matroska-mux.c:
14399         (gst_matroska_mux_video_pad_setcaps):
14400         Look for pixel-aspect-ratio in caps, not pixel_width and
14401         pixel_height (Fixes: #322645)
14402
14403 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14404
14405         * gst/matroska/matroska-mux.c:
14406         (gst_matroska_mux_video_pad_setcaps):
14407         From Michal Benes:
14408         frame duration should be GST_SECOND / framerate, not
14409         GST_SECOND * framerate. (Fixes: #322643)
14410
14411 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14412
14413         * configure.ac:
14414           fix up GST_PLUGIN_LDFLAGS
14415         * gst/rtsp/rtspconnection.c:
14416           fix includes (see #317043)
14417         * gst/videofilter/Makefile.am:
14418           stop installing this library
14419
14420 2005-11-26  Edward Hervey  <edward@fluendo.com>
14421
14422         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14423         Handle the case where the incoming Video dv stream doesn't have
14424         a pixel aspect ratio set.
14425
14426 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14427
14428         * docs/plugins/Makefile.am:
14429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14431         * ext/flac/gstflacdec.c:
14432           document flacdec
14433
14434 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14435
14436         * docs/plugins/Makefile.am:
14437         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14438         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14439         * docs/plugins/inspect/plugin-autodetect.xml:
14440         * ext/cairo/gstcairo.c: (plugin_init):
14441         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14442         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14443         (gst_text_overlay_init), (gst_text_overlay_font_init),
14444         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14445         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14446         (gst_text_overlay_text_pad_linked),
14447         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14448         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14449         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14450         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14451         (gst_text_overlay_change_state):
14452         * ext/cairo/gsttextoverlay.h:
14453         * ext/cairo/gsttimeoverlay.c:
14454         (gst_cairo_time_overlay_update_font_height),
14455         (gst_cairo_time_overlay_set_caps),
14456         (gst_cairo_time_overlay_get_unit_size),
14457         (gst_cairo_time_overlay_print_smpte_time),
14458         (gst_cairo_time_overlay_transform),
14459         (gst_cairo_time_overlay_base_init),
14460         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14461         (gst_cairo_time_overlay_get_type):
14462         * ext/cairo/gsttimeoverlay.h:
14463           do some name borgifying
14464           document
14465
14466 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14467
14468         * docs/plugins/Makefile.am:
14469         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14471         * gst/autodetect/gstautoaudiosink.c:
14472         (gst_auto_audio_sink_base_init):
14473         * gst/autodetect/gstautovideosink.c:
14474         (gst_auto_video_sink_base_init),
14475         (gst_auto_video_sink_factory_filter):
14476           documenting auto*sink
14477           using strstr for the video sink lookup, class field is not ordered
14478         * docs/plugins/inspect/plugin-1394.xml:
14479         * docs/plugins/inspect/plugin-aasink.xml:
14480         * docs/plugins/inspect/plugin-alaw.xml:
14481         * docs/plugins/inspect/plugin-alpha.xml:
14482         * docs/plugins/inspect/plugin-alphacolor.xml:
14483         * docs/plugins/inspect/plugin-auparse.xml:
14484         * docs/plugins/inspect/plugin-autodetect.xml:
14485         * docs/plugins/inspect/plugin-avi.xml:
14486         * docs/plugins/inspect/plugin-cacasink.xml:
14487         * docs/plugins/inspect/plugin-cairo.xml:
14488         * docs/plugins/inspect/plugin-cutter.xml:
14489         * docs/plugins/inspect/plugin-debug.xml:
14490         * docs/plugins/inspect/plugin-dv.xml:
14491         * docs/plugins/inspect/plugin-efence.xml:
14492         * docs/plugins/inspect/plugin-effectv.xml:
14493         * docs/plugins/inspect/plugin-esdsink.xml:
14494         * docs/plugins/inspect/plugin-flac.xml:
14495         * docs/plugins/inspect/plugin-flxdec.xml:
14496         * docs/plugins/inspect/plugin-gconfelements.xml:
14497         * docs/plugins/inspect/plugin-goom.xml:
14498         * docs/plugins/inspect/plugin-jpeg.xml:
14499         * docs/plugins/inspect/plugin-level.xml:
14500         * docs/plugins/inspect/plugin-matroska.xml:
14501         * docs/plugins/inspect/plugin-mulaw.xml:
14502         * docs/plugins/inspect/plugin-navigationtest.xml:
14503         * docs/plugins/inspect/plugin-ossaudio.xml:
14504         * docs/plugins/inspect/plugin-png.xml:
14505         * docs/plugins/inspect/plugin-rtp.xml:
14506         * docs/plugins/inspect/plugin-rtsp.xml:
14507         * docs/plugins/inspect/plugin-shout2send.xml:
14508         * docs/plugins/inspect/plugin-smpte.xml:
14509         * docs/plugins/inspect/plugin-speex.xml:
14510         * docs/plugins/inspect/plugin-udp.xml:
14511         * docs/plugins/inspect/plugin-videobox.xml:
14512         * docs/plugins/inspect/plugin-videoflip.xml:
14513         * docs/plugins/inspect/plugin-videomixer.xml:
14514         * docs/plugins/inspect/plugin-wavenc.xml:
14515         * docs/plugins/inspect/plugin-wavparse.xml:
14516           update for HEAD version
14517
14518 2005-11-25  Michael Smith  <msmith@fluendo.com>
14519
14520         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14521           Patch from Sebastien Cote to close control sockets in udpsrc.
14522
14523 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14524
14525         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14526         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14527         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14528         (gst_quarktv_base_init), (gst_quarktv_class_init),
14529         (gst_quarktv_init): Flush the planes list on reverse caps
14530         negotiation. This was crashing because of differently sized
14531         buffers.
14532
14533 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14534
14535         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14536         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14537         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14538         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14539         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14540         (gst_videoflip_set_property), (gst_videoflip_base_init),
14541         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14542         correctly, fix identity flipping, convert navigation event 
14543         correctly again.
14544
14545 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14546
14547         * configure.ac: back to HEAD
14548
14549 === release 0.9.6 ===
14550
14551 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14552
14553         * configure.ac:
14554           releasing 0.9.6, "Everything's Not Lost"
14555
14556 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14557
14558         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14559         Oops, initialise the framerate GValue
14560
14561 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14562
14563         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14564         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14565         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14566         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14567         (gst_timeoverlay_get_type):
14568         * ext/cairo/gsttimeoverlay.h:
14569         * gst/debug/Makefile.am:
14570         * gst/debug/gstnavigationtest.c:
14571         (gst_navigationtest_handle_src_event),
14572         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14573         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14574         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14575         (gst_navigationtest_init), (gst_navigationtest_get_type),
14576         (plugin_init):
14577         * gst/debug/gstnavigationtest.h:
14578         * gst/effectv/Makefile.am:
14579         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14580         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14581         (gst_agingtv_base_init), (gst_agingtv_class_init),
14582         (gst_agingtv_init), (gst_agingtv_get_type):
14583         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14584         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14585         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14586         (gst_dicetv_get_type):
14587         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14588         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14589         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14590         (gst_edgetv_get_type):
14591         * gst/effectv/gsteffectv.c:
14592         * gst/effectv/gsteffectv.h:
14593         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14594         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14595         (gst_quarktv_change_state), (gst_quarktv_base_init),
14596         (gst_quarktv_class_init), (gst_quarktv_init),
14597         (gst_quarktv_get_type):
14598         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14599         (gst_revtv_get_unit_size), (gst_revtv_transform),
14600         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14601         (gst_revtv_get_type):
14602         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14603         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14604         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14605         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14606         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14607         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14608         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14609         (gst_vertigotv_init), (gst_vertigotv_get_type):
14610         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14611         (gst_warptv_get_unit_size), (gst_warptv_transform),
14612         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14613         (gst_warptv_get_type):
14614         * gst/videofilter/Makefile.am:
14615         * gst/videofilter/gstvideobalance.c:
14616         * gst/videofilter/gstvideobalance.h:
14617         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14618         (gst_videofilter_class_init), (gst_videofilter_init):
14619         * gst/videofilter/gstvideofilter.h:
14620         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14621         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14622         (gst_videoflip_flip), (gst_videoflip_transform),
14623         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14624         (gst_videoflip_base_init), (gst_videoflip_class_init),
14625         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14626         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14627         BaseTransform, it's just a place holder for now and every video
14628         effect plugin has been ported to use BaseTransform features 
14629         directly. QuarkTV was fixed too (was broken), navigationtest works
14630         and best for the end, videoflip converts navigation events depending
14631         on flip method ! Fixes #320953
14632
14633 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14634
14635         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14636         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14637         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14638         (gst_goom_src_negotiate), (gst_goom_chain):
14639         * gst/matroska/matroska-mux.c:
14640         (gst_matroska_mux_video_pad_setcaps):
14641         * sys/osxvideo/osxvideosink.m:
14642           Fixes for API changes
14643
14644 2005-11-23  Michael Smith <msmith@fluendo.com>
14645
14646         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14647         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14648         * ext/jpeg/gstjpegdec.h:
14649         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14650         * ext/jpeg/gstjpegenc.h:
14651         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14652         (gst_smokeenc_resync):
14653         * ext/jpeg/gstsmokeenc.h:
14654           JPEG fractiony goodness.
14655
14656 2005-11-22  Michael Smith <msmith@fluendo.com>
14657
14658         * gst/goom/filters.c:
14659         * gst/goom/graphic.h:
14660           Fix compilation by making some functions static inline instead of
14661           extern inline, matching the way they're used.
14662
14663 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14664
14665         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14666         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14667         * ext/cairo/gsttextoverlay.h:
14668         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14669         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14670         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14671         (gst_pngdec_caps_create_and_set):
14672         * ext/libpng/gstpngdec.h:
14673         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14674         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14675         * gst/avi/gstavimux.c: (gst_avimux_init),
14676         (gst_avimux_vidsinkconnect):
14677         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14678         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14679         (gst_goom_src_negotiate), (gst_goom_chain):
14680         * gst/goom/gstgoom.h:
14681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14682         * gst/matroska/matroska-mux.c:
14683         (gst_matroska_mux_video_pad_setcaps):
14684         * sys/osxvideo/osxvideosink.h:
14685         * sys/osxvideo/osxvideosink.m:
14686           More fractional framerate conversions 
14687
14688 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14689
14690         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14691         * gst/debug/gstnavigationtest.c:
14692         (gst_navigationtest_handle_src_event):
14693         * gst/videofilter/gstvideofilter.c:
14694         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14695         (gst_videofilter_init):
14696         * gst/videofilter/gstvideofilter.h:
14697           Convert to fractional framerates.
14698
14699 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14700
14701         * ext/aalib/gstaasink.c:
14702         * ext/dv/gstdvdec.c:
14703         * ext/esd/esdmon.c:
14704         * ext/flac/gstflacenc.c:
14705         * ext/gdk_pixbuf/pixbufscale.c:
14706         * ext/libcaca/gstcacasink.c:
14707         * ext/shout2/gstshout2.c:
14708         * gst/alpha/gstalpha.c:
14709         * gst/oldcore/gstaggregator.c:
14710         * gst/oldcore/gstshaper.c:
14711         * gst/smpte/barboxwipes.c:
14712         * gst/smpte/gstsmpte.c:
14713         * gst/videobox/gstvideobox.c:
14714         * gst/videofilter/gstvideoflip.c:
14715         * gst/videomixer/videomixer.c:
14716           fix up more enums
14717
14718 2005-11-22  Michael Smith <msmith@fluendo.com>
14719
14720         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14721         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14722         (gst_videomixer_update_queues):
14723           Fractional framerates, videomixer.
14724
14725 2005-11-22  Michael Smith <msmith@fluendo.com>
14726
14727         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14728         * ext/dv/gstdvdec.h:
14729         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14730         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14731         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14732         (gst_dvdemux_flush):
14733         * ext/dv/gstdvdemux.h:
14734           Fractional framerates for DV. 
14735
14736 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14737
14738         * gst/autodetect/gstautoaudiosink.c:
14739         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14740         * gst/autodetect/gstautovideosink.c:
14741         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14742           Use gst_plugin_feature_list_free() to free feature list and
14743           in the case of autovideosink free the list at all. Also
14744           miscellaneous cosmetic fixes.
14745
14746 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14747
14748         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14749         (gst_cutter_set_property), (gst_cutter_get_caps):
14750           copy calculation code from level; remove use of some audio
14751           functions
14752
14753 2005-11-22  Andy Wingo  <wingo@pobox.com>
14754
14755         * Update for gst_tag_setter API changes.
14756
14757 2005-11-22  Andy Wingo  <wingo@pobox.com>
14758
14759         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14760         (gst_dvdemux_demux_frame)
14761         * ext/flac/gstflacdec.c (gst_flacdec_write)
14762         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14763         (gst_flacenc_sink_event)
14764         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14765         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14766         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14767         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14768         * gst/auparse/gstauparse.c (gst_auparse_chain)
14769         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14770         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14771         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14772         (gst_avi_demux_handle_seek)
14773         * gst/goom/gstgoom.c (gst_goom_event)
14774         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14775         * gst/matroska/matroska-demux.c
14776         (gst_matroska_demux_handle_seek_event)
14777         (gst_matroska_demux_loop_stream_parse_id)
14778         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14779         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14780         (gst_wavparse_stream_headers): Run update-funcnames.
14781
14782 2005-11-22  Edward Hervey  <edward@fluendo.com>
14783
14784         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14785         (gst_dv1394src_init), (gst_dv1394src_dispose),
14786         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14787         (gst_dv1394src_uri_set_uri):
14788         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14789         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14790         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14791         URIHandler interface and element properties are now properly
14792         synchronized for DV1394src and UDPSrc
14793
14794 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * ext/flac/Makefile.am:
14797         * ext/speex/Makefile.am:
14798           libgsttagedit has been renamed to libgsttag.
14799
14800 2005-11-21  Wim Taymans  <wim@fluendo.com>
14801
14802         * gst/rtsp/rtspconnection.c: (read_body):
14803         Apply patch from Sebastien Cote to fix #319184.
14804
14805 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14806
14807         * configure.ac:
14808         * gst/cutter/Makefile.am:
14809         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14810         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14811         (gst_cutter_set_property), (gst_cutter_get_property),
14812         (plugin_init), (gst_cutter_get_caps):
14813           port cutter
14814         * gst/level/gstlevel.c:
14815           fix up plugin details
14816
14817 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14818
14819         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14820         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14821         (gst_flacdec_src_event):
14822         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14823         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14824         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14825         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14826         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14827         (gst_flxdec_sink_event_handler):
14828         * gst/matroska/matroska-demux.c:
14829         (gst_matroska_demux_handle_seek_event):
14830         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14831           Update for stream lock API changes: don't take stream log
14832           in sink event handlers any longer and change GST_STREAM_LOCK
14833           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14834           functions.
14835
14836 2005-11-21  Michael Smith <msmith@fluendo.com>
14837
14838         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14839           gst_object_unref, not g_object_unref
14840
14841 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14842
14843         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14844         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14845           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14846
14847 2005-11-21  Michael Smith <msmith@fluendo.com>
14848
14849         * gst/auparse/Makefile.am:
14850         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14851         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14852         (gst_auparse_change_state):
14853         * gst/auparse/gstauparse.h:
14854           Partially fix #161712. playbin still doesn't work on these files,
14855           (on the bug report, Andy says we aren't typefinding it for some
14856           reason?) but at least auparse isn't totally busted like it was before.
14857
14858 2005-11-21  Andy Wingo  <wingo@pobox.com>
14859
14860         * *.h:
14861         * *.c: Ran scripts/update-macros. Oh yes.
14862
14863 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14864
14865         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14866           Filler events are gone for now, comment out section generating
14867           them.
14868
14869 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14870
14871         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14872         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14873         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14874         * sys/osxvideo/osxvideosink.m:
14875           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14876           (#322027)
14877
14878 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14881         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14882         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14883         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14884         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14885         (gst_avi_demux_stream_data):
14886         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14887         * gst/wavenc/gstwavenc.c: (write_metadata):
14888         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14889         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14890         Fixes for GST_FOURCC_FORMAT API change.
14891
14892 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14895         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14896         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14897         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14898         (gst_text_overlay_change_state):
14899         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14900         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14901         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14902         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14903         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14904         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14905         (gst_videomixer_change_state):
14906           Fix for collect pads API change. Also fix textoverlay state
14907           change function.
14908
14909 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14910
14911         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14912         GST_PAD_IS_USABLE by something approaching it.
14913
14914 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14915
14916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14917         API changes.
14918         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14919         but also fix the code that was not checking return values from
14920         pad_push neither using pad_alloc_buffer.
14921
14922 2005-11-18  Edward Hervey  <edward@fluendo.com>
14923
14924         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14925         (gst_pngenc_chain):
14926         Added debug category
14927         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14928         goes to EOS.
14929
14930 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14931
14932         * gst/rtp/Makefile.am
14933         * gst/rtp/gstrtp.c
14934         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14935         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14936         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14937         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14938         * gst/rtp/gstrtpg711enc.h:
14939         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14940         * gst/rtp/gstrtpspeexenc.c:
14941         * gst/rtp/gstrtpspeexenc.h:
14942         * gst/rtp/gstrtpspeexdec.c:
14943         * gst/rtp/gstrtpspeexdec.h:
14944         Created Speex payloader and depayloader; Optimize G711 payloader to
14945         use adapter and send packets until MTU size.
14946
14947 2005-11-16  Wim Taymans  <wim@fluendo.com>
14948
14949         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14950         Fix leak in check.
14951
14952 2005-11-16  Wim Taymans  <wim@fluendo.com>
14953
14954         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14955         Fix state change.
14956
14957 2005-11-16  Andy Wingo  <wingo@pobox.com>
14958
14959         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14960         (gst_udpsrc_create): Move comment.
14961
14962 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14963
14964         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14965
14966         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14967           When seeking, seek to closest index entry at or before the requested
14968           seek position, not just the closest one (#321001).
14969
14970 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14971
14972         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14973         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14974           Invert DIB images again (see #132341).
14975
14976 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14977
14978         * configure.ac:
14979           rework configure.ac file
14980         * ext/aalib/gstaasink.c:
14981         * ext/cairo/gstcairo.c:
14982         * ext/dv/gstdv.c:
14983         * ext/esd/gstesd.c:
14984         * ext/flac/gstflac.c:
14985         * ext/gconf/gstgconfelements.c:
14986         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14987         * ext/jpeg/gstjpeg.c:
14988         * ext/ladspa/gstladspa.c:
14989         * ext/libcaca/gstcacasink.c:
14990         * ext/libmng/gstmng.c:
14991         * ext/libpng/gstpng.c:
14992         * ext/mikmod/gstmikmod.c:
14993         * ext/pango/gsttextoverlay.c:
14994         * ext/pango/gsttimeoverlay.c:
14995         * ext/raw1394/gst1394.c:
14996         * ext/speex/gstspeex.c:
14997         * gst/alpha/Makefile.am:
14998         * gst/alpha/gstalpha.c:
14999         * gst/alpha/gstalphacolor.c:
15000         * gst/auparse/gstauparse.c:
15001         * gst/autodetect/gstautoaudiosink.c:
15002         (gst_auto_audio_sink_factory_filter),
15003         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15004         * gst/autodetect/gstautodetect.c:
15005         * gst/avi/gstavi.c:
15006         * gst/cutter/gstcutter.c:
15007         * gst/debug/efence.c:
15008         * gst/debug/gstdebug.c:
15009         * gst/debug/gstnavigationtest.c:
15010         * gst/effectv/gsteffectv.c:
15011         * gst/flx/gstflxdec.c:
15012         * gst/goom/gstgoom.c:
15013         * gst/interleave/plugin.c:
15014         * gst/law/alaw.c:
15015         * gst/law/mulaw.c:
15016         * gst/level/gstlevel.c:
15017         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15018         * gst/matroska/matroska.c:
15019         * gst/median/gstmedian.c:
15020         * gst/monoscope/gstmonoscope.c:
15021         * gst/multipart/multipart.c:
15022         * gst/oldcore/gstelements.c:
15023         * gst/rtp/gstrtp.c:
15024         * gst/rtsp/gstrtsp.c:
15025         * gst/smoothwave/gstsmoothwave.c:
15026         * gst/smpte/gstsmpte.c:
15027         * gst/udp/gstudp.c:
15028         * gst/videobox/gstvideobox.c:
15029         * gst/videofilter/gstgamma.c:
15030         * gst/videofilter/gstvideobalance.c:
15031         * gst/videofilter/gstvideoflip.c:
15032         * gst/videofilter/gstvideotemplate.c:
15033         * gst/videomixer/videomixer.c:
15034         * gst/wavenc/gstwavenc.c:
15035         * gst/wavparse/gstwavparse.c:
15036         * sys/oss/gstossaudio.c:
15037         * sys/osxaudio/gstosxaudio.c:
15038           update GST_PLUGIN_DEFINE
15039         * gst/rtp/Makefile.am:
15040         * gst/rtp/gstasteriskh263.c:
15041           check for htons/htonl headers and possibly link to winsock2 lib
15042
15043 2005-11-12  Edward Hervey  <edward@fluendo.com>
15044
15045         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15046         Only GST_DEBUG() information on the valid components.
15047
15048 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15049
15050         * configure.ac: back to HEAD
15051
15052 === release 0.9.5 ===
15053
15054 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15055
15056         * configure.ac:
15057           releasing 0.9.5, "Phone Alarm"
15058
15059 2005-11-11  Edward Hervey  <edward@fluendo.com>
15060
15061         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15062         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15063         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15064         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15065         (gst_avi_demux_loop):
15066         * gst/avi/gstavidemux.h:
15067         Yeah, implement proper seeking. Exact seeking and segment seeking.
15068         Still need to do some checks for segment_stop.
15069
15070 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15071
15072         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15073
15074         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15075           Don't try to ready buffer duration from buffer that we don't
15076           own any  longer and that might already have been unreffed.
15077           (#321136)
15078
15079 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15080
15081         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15082         (flx_decode_delta_flc), (gst_flxdec_chain):
15083         Attempting to optimize the code for embedded systems.
15084
15085 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15086
15087         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15088
15089         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15090           Don't re-use already closed file descriptor. (#320920)
15091
15092 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15093
15094         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15095         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15096         (gst_oss_sink_prepare):
15097         * sys/oss/gstosssink.h:
15098           Cache probed caps; fix debug output for SET_PARAM macros.
15099
15100 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         * ext/cairo/Makefile.am:
15103         * ext/cairo/gstcairo.c: (plugin_init):
15104         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15105         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15106         (gst_text_overlay_init), (gst_text_overlay_font_init),
15107         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15108         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15109         (gst_text_overlay_text_pad_linked),
15110         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15111         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15112         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15113         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15114         (gst_text_overlay_change_state):
15115         * ext/cairo/gsttextoverlay.h:
15116           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15117           property and redo positioning. Doesn't handle upstream renegotiation
15118           yet though.
15119
15120 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15121
15122         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15123         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15124         (gst_avi_demux_loop):
15125           No need to take the STREAM_LOCK in the loop function. Improve
15126           some debug messages. Don't leak pad names in debug messages.
15127
15128 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15129
15130         * gst/matroska/matroska-demux.c:
15131         (gst_matroska_demux_push_vorbis_codec_priv_data),
15132         (gst_matroska_demux_add_wvpk_header):
15133           Don't error out when the source pad isn't linked.
15134
15135 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15136
15137         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15138         (gst_gconf_audio_sink_change_state):
15139         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15140         (gst_gconf_video_sink_change_state):
15141           Fix state change functions here as well and set kid
15142           to NULL state before removing it.
15143
15144 2005-11-01  Edward Hervey  <edward@fluendo.com>
15145
15146         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15147         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15148         Added proper event handlind, 
15149         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15150         ignored),
15151         and don't set a duration of 0 for buffers otherwise they are discarded
15152         by GstBaseSink.
15153
15154         GstWavEnc needs some serious loving, after going through the code I'm
15155         really wondering how this can stay in -good ...
15156
15157 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15158
15159         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15160         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15161         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15162         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15163         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15164         (gst_matroska_mux_collected):
15165           Fix leaks and invalid memory access as reported by valgrind
15166
15167 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15168
15169         Patch by: Michal Benes <michal.benes@xeris.cz>
15170
15171         * check/Makefile.am:
15172         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15173         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15174         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15175           add a unit test for matroskamux
15176           fix the bugs that the unit test exposed
15177
15178 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15179
15180         * gst/autodetect/gstautoaudiosink.c:
15181         (gst_auto_audio_sink_class_init),
15182         (gst_auto_audio_sink_change_state):
15183         * gst/autodetect/gstautovideosink.c:
15184         (gst_auto_video_sink_class_init),
15185         (gst_auto_video_sink_change_state):
15186           Fix state change function and use GST_DEBUG_FUNCPTR in
15187           class_init.
15188
15189 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15190
15191         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15192
15193         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15194         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15195         * gst/matroska/ebml-write.h:
15196         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15197           Set timestamps on outgoing ebml headers as well, so that the
15198           element after matroskamux can get the timestamp already when
15199           reading the first ebml element and doesn't have to wait for
15200           the actual data buffer for that (#320308).
15201           
15202 2005-10-31  Andy Wingo  <wingo@pobox.com>
15203
15204         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15205         (gst_videomixer_pad_link): Kill some memleaks.
15206         (gst_videomixer_pad_get_property): Style fix.
15207         (gst_videomixer_pad_set_property): Style fix.
15208         (gst_videomixer_pad_init): Style fix.
15209         (gst_videomixer_update_queues): Kill memleak.
15210         (gst_videomixer_loop): Kill memleak.
15211         (gst_videomixer_collected): Kill memleak.
15212
15213 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15214
15215         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15216         gst_auparse_change_state:
15217         Just some cleanup.
15218
15219 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15220
15221         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15222         Add checks to GST_FLOW_NOT_LINKED for values returned
15223         from gst_pad_push.
15224         
15225 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15226
15227         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15228         (gst_rtpg711dec_process):
15229         * gst/rtp/gstrtpgsmenc.c:
15230         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15231         are never set. This is important for the g711 to work with burger's rtpbin
15232         element.
15233
15234 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15235
15236         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15237         (gst_speexenc_push_buffer):
15238         Add checks for return values from gst_pad_push and
15239         gst_pad_alloc_buffer.
15240
15241 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15242
15243         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15246         (gst_matroska_demux_parse_info),
15247         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15248         (gst_matroska_demux_parse_cluster):
15249         * gst/matroska/matroska-ids.h:
15250         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15251         (gst_matroska_mux_init), (gst_matroska_mux_start),
15252         (gst_matroska_mux_create_buffer_header),
15253         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15254         (gst_matroska_mux_get_property):
15255         * gst/matroska/matroska-mux.h:
15256           Add SimpleBlock support to matroska demuxer and muxer (part of
15257           Matroska v2). (#319731)
15258
15259 2005-10-28  Wim Taymans  <wim@fluendo.com>
15260
15261         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15262         (gst_jpeg_dec_change_state):
15263         * ext/jpeg/gstjpegdec.h:
15264         Cleanups. Don't create caps for every chain.
15265
15266 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15267
15268         * gst/law/alaw-encode.c: (gst_alawenc_init),
15269         (alawenc_setcaps), (gst_alawenc_chain)
15270         * gst/law/alaw-encode.h:
15271         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15272         (mulawenc_setcaps), (gst_mulawenc_chain)
15273         * gst/law/mulaw-encode.h:
15274         Set timestamp on buffer and it allows RTP G711 elements
15275         work properly.
15276
15277 2005-10-27  Wim Taymans  <wim@fluendo.com>
15278
15279         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15280         Set correct format on oss instead of a silly value. 
15281
15282 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15283
15284         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15285         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15286         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15287         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15288         I420 rendering as well, doesn't bring much for my platform.
15289         Might help on some other platforms.
15290
15291 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15292
15293         * gst/rtp/gstrtpgsmenc.c:
15294         * gst/rtp/gstrtpgsmparse.c:
15295         Declaring the padtemplate correctly.
15296
15297 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15298
15299         * gst/rtp/gstrtpg711dec.c:
15300         * gst/rtp/gstrtpg711enc.c:
15301         * gst/rtp/gstrtpgsmenc.c:
15302         * gst/rtp/gstrtpgsmparse.c:
15303         Setting the proper copyright notice.
15304
15305 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15306
15307         * gst/videobox/Makefile.am: Use liboil.
15308         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15309         (gst_video_box_set_property), (gst_video_box_transform_caps),
15310         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15311         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15312         using liboil. Will dot the same to I420 border generation
15313         tomorrow.
15314
15315 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15316
15317         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15318         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15319         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15320         * gst/rtp/gstrtpg711dec.h:
15321         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15322         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15323         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15324         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15325         (gst_rtpgsmenc_handle_buffer):
15326         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15327         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15328         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15329         * gst/rtp/gstrtpgsmparse.h:
15330         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15331         inherits from the basertpdepayloader.
15332
15333 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15334
15335         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15336         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15337         (gst_video_box_ayuv): Removing this forgotten debug.
15338
15339 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15340
15341         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15342         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15343         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15344
15345 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * sys/oss/gstossaudio.c:
15348         * sys/oss/gstossdmabuffer.c:
15349         * sys/oss/gstosshelper.c:
15350         * sys/oss/gstossmixer.c:
15351         * sys/oss/gstossmixerelement.c:
15352         * sys/oss/gstossmixertrack.c:
15353         * sys/oss/gstosssink.c:
15354         * sys/oss/gstosssrc.c:
15355           Actually use the 'oss' debug category we register.
15356
15357 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15358
15359         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15360         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15361         Use gst_pad_get_parent and drop the ref that was added through
15362         that call.
15363
15364 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15365
15366         * gst/rtp/gstrtpgsmenc.c:
15367           Fix compilation
15368
15369 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15370
15371         * gst/rtp/gstrtpg711dec.c
15372         Just removed a couple of lines of weird code used during
15373         development/test time.
15374
15375 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15376
15377         * gst/rtp/Makefile.am
15378         * gst/rtp/gstrtp.c
15379         * gst/rtp/gstrtpg711enc.c
15380         * gst/rtp/gstrtpg711enc.h
15381         * gst/rtp/gstrtpg711dec.c
15382         * gst/rtp/gstrtpg711dec.h
15383         Created G711 payloader and depayloader (it supports mulaw and alaw
15384         (dec)encoders)
15385
15386 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15387
15388         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15389         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15390         Doh ! I introduced wingo's bug again ! Sorry...
15391
15392 2005-10-25  Christian Schaller <christian@fluendo.com> 
15393
15394         * gst/rtp/Makefile.am: add missing header files for disting
15395
15396 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15397
15398         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15399         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15400         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15401         (gst_rtpgsmenc_handle_buffer):
15402         * gst/rtp/gstrtpgsmenc.h:
15403         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15404         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15405         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15406         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15407         * gst/rtp/gstrtpgsmparse.h:
15408         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15409
15410 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15411
15412         * ext/libpng/gstpngdec.c: (user_info_callback),
15413         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15414         a newsegment event, move some redundant code in a single place.
15415
15416 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15417
15418         * ext/libpng/gstpngdec.c: (user_info_callback),
15419         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15420         hack to get correct colors order when we have a png image with
15421         alpha channel.
15422
15423 2005-10-24  Edward Hervey  <edward@fluendo.com>
15424
15425         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15426         Call gst_element_no_more_pads when there will be no more pads.
15427
15428 2005-10-24  Wim Taymans  <wim@fluendo.com>
15429
15430         * gst/rtp/Makefile.am:
15431         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15432         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15433         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15434         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15435         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15436         (gst_asteriskh263_plugin_init):
15437         * gst/rtp/gstasteriskh263.h:
15438         * gst/rtp/gstrtp.c: (plugin_init):
15439         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15440         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15441         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15442         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15443         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15444         (gst_rtph263enc_plugin_init):
15445         * gst/rtp/gstrtph263enc.h:
15446         Added two new payloaders, an RFC 2190 payloader for h263 and
15447         a payload convertor for an asterisk server.
15448
15449 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15452           Set bytes_per_sample correctly (is not always 4, but 
15453           depends on width and number of channels).
15454
15455 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15458         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15459         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15460         (gst_flacenc_sink_event), (gst_flacenc_chain),
15461         (gst_flacenc_set_property), (gst_flacenc_get_property),
15462         (gst_flacenc_change_state):
15463         * ext/flac/gstflacenc.h:
15464           Fix seeking, so that flacenc can rewrite the header with the
15465           correct duration and amount of samples and all that at EOS;
15466           also set timestamps and granulepos on outgoing buffers; add
15467           debug category; fix state change function.
15468           
15469 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15470
15471         * gst/videomixer/videomixer.c: Don't restrict video geometry
15472         from 16 to 4096.
15473
15474 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15475
15476         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15477         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15478         Fix caps negotiation correctly, add debugging category.
15479
15480 2005-10-24  Christian Schaller  <christian@fluendo.com>
15481
15482         * configure.ac: Port over Thomas's change from base listing all plugins
15483
15484 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15485
15486         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15487         a sink pad.
15488
15489 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15490
15491         * configure.ac:
15492         * docs/upload.mak:
15493           back to HEAD
15494
15495 === release 0.9.4 ===
15496
15497 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * configure.ac:
15500           Releasing 0.9.4, "Dromiceiomimus"
15501
15502 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15505         (gst_speexenc_src_query):
15506           Add position and duration query, fix query type function.
15507           
15508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15509         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15510           Let's not set non-fixed caps on source pads.
15511
15512 2005-10-21  Wim Taymans  <wim@fluendo.com>
15513
15514         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15515         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15516         (gst_avi_demux_handle_seek):
15517         Set correct stream_time in newsegment event.
15518         avi can also handle a duration query now.
15519
15520 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15521
15522         * gst/matroska/matroska-demux.c:
15523         (gst_matroska_demux_handle_src_query),
15524         (gst_matroska_demux_handle_seek_event),
15525         (gst_matroska_demux_loop_stream_parse_id):
15526           Fix duration query; fix basetime in newsegment event after
15527           seek; fix duration in initial newsegment event.
15528
15529         * gst/matroska/matroska-mux.c:
15530         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15531           Extract number of channels and samplerate from vorbis headers;
15532           add some debug messages when querying the durations of the
15533           input streams.
15534
15535 2005-10-20  Wim Taymans  <wim@fluendo.com>
15536
15537         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15538         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15539         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15540         Set stream time correctly in newsegment.
15541
15542 2005-10-20  Wim Taymans  <wim@fluendo.com>
15543
15544         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15545         Correctly fill in the stream time.
15546
15547 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15548
15549         * check/elements/level.c: (GST_START_TEST):
15550         * gst/level/gstlevel.c: (gst_level_message_new):
15551         * gst/level/level-example.c: (message_handler):
15552           use ELEMENT messages instead
15553
15554 2005-10-19  Wim Taymans  <wim@fluendo.com>
15555
15556         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15557         (gst_dvdemux_src_query):
15558         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15559         (gst_flacdec_src_query):
15560         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15561         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15562         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15563         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15564         * gst/debug/progressreport.c: (gst_progress_report_report):
15565         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15566         * gst/matroska/matroska-demux.c:
15567         (gst_matroska_demux_handle_src_query):
15568         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15569         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15570         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15571         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15572         (gst_wavparse_srcpad_event):
15573         API change fix.
15574
15575 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * gst/goom/filters.c:
15578         * gst/goom/graphic.h:
15579         * gst/goom/lines.c:
15580           Make inline functions either 'static inline' or 'extern inline',
15581           otherwise the Forte compiler apparently won't inline them (#317300).
15582
15583 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15584
15585         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15586         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15587         (user_info_callback), (user_endrow_callback), (user_end_callback),
15588         (user_read_data), (gst_pngdec_caps_create_and_set),
15589         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15590         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15591         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15592         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15593         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15594         very nice and handle push/pull based model. if you have filesrc
15595         connected to it, it will do random access to load the png file.
15596         If you have a network source that can't do _getrange, it does 
15597         progressive loading through the chain function.
15598         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15599         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15600         thanks to Master Wim Taymans ;-)
15601
15602 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15603
15604         * gst/matroska/Makefile.am:
15605         * gst/matroska/ebml-read.c:
15606         * gst/matroska/ebml-read.h:
15607         * gst/matroska/matroska-demux.c:
15608         * gst/matroska/matroska-demux.h:
15609         * gst/matroska/matroska.c: (plugin_init):
15610           Ported matroska demuxer to 0.9.
15611
15612 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15613
15614         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15615
15616         * gst/matroska/matroska-mux.c:
15617         (gst_matroska_mux_video_pad_setcaps),
15618         (gst_matroska_mux_audio_pad_setcaps):
15619           Fix mpeg4 input handling (#318847); also, while we're at it,
15620           fix media type for Motion-JPEG: should be image/jpeg.
15621
15622 2005-10-18  Wim Taymans  <wim@fluendo.com>
15623
15624         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15625         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15626         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15627         Fix for segment-start/stop API change.
15628
15629 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15630
15631         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15632         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15633         way.
15634
15635 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15636
15637         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15638         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15639         output declared in transform_caps.
15640
15641 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15642
15643         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15644
15645 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15646
15647         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15648         (gst_video_box_get_unit_size): Fix wrong size calculations and
15649         implement get_unit_size correctly.
15650
15651 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15652
15653         * configure.ac:
15654           Enable flx plugin.
15655
15656         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15657           Fix gcc4 signedness issue.
15658
15659 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15660
15661         * configure.ac: Adding videomixer.
15662         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15663         (user_read_data), (gst_pngdec_chain): More debugging.
15664         * gst/alpha/Makefile.am: Adding alphacolor
15665         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15666         (gst_alpha_color_class_init), (gst_alpha_color_init),
15667         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15668         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15669         (plugin_init): Ported to 0.9 using in place base tranform.
15670         * gst/videomixer/Makefile.am:
15671         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15672         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15673         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15674         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15675         (gst_videomixer_init), (gst_videomixer_getcaps),
15676         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15677         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15678         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15679         to 0.9 using collectpads.
15680
15681 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15682
15683         * configure.ac:
15684         * gst/flx/Makefile.am:
15685         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15686         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15687         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15688         * gst/flx/gstflxdec.h:
15689         flx plugin ported to 0.9
15690
15691 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15692
15693         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15694           use new gst_version_string()
15695
15696 2005-10-16  Andy Wingo  <wingo@pobox.com>
15697
15698         * configure.ac: GLIB_CHECK.
15699
15700 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15701
15702         * ext/libpng/Makefile.am:
15703         * ext/libpng/gstpng.c: (plugin_init):
15704         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15705         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15706         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15707
15708 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15709
15710         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15711
15712         * configure.ac:
15713         * gst/matroska/Makefile.am:
15714         * gst/matroska/ebml-ids.h:
15715         * gst/matroska/ebml-write.c:
15716         * gst/matroska/ebml-write.h:
15717         * gst/matroska/matroska-ids.h:
15718         * gst/matroska/matroska-mux.c:
15719         * gst/matroska/matroska-mux.h:
15720         * gst/matroska/matroska.c: (plugin_init):
15721           Port matroska muxer to 0.9 (#318847).
15722
15723 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15724
15725         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15726         (comment_init), (comment_add):
15727           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15728           use GST_READ_UINT32_LE() and friends rather than the private
15729           implementation of those same macros.
15730
15731 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15732
15733         * examples/stats/mp2ogg.c:
15734           more typo fixes
15735
15736 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15737
15738         * examples/indexing/indexmpeg.c: (main):
15739         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15740         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15741         * ext/esd/esdmon.h:
15742         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15743         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15744         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15745         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15746         * gst/avi/gstavimux.c: (gst_avimux_init):
15747         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15748         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15749         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15750         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15751         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15752         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15753         * gst/oldcore/gstmultifilesrc.h:
15754         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15755         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15756         (gst_pipefilter_change_state):
15757         * gst/oldcore/gstpipefilter.h:
15758         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15759         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15760         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15761         * sys/osxaudio/gstosxaudiosink.h:
15762         * sys/osxaudio/gstosxaudiosrc.h:
15763           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15764           moved bitshift from macro to enum definition
15765
15766 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15767
15768         * ext/Makefile.am:
15769         * ext/cairo/Makefile.am:
15770         * ext/cairo/gstcairo.c: (plugin_init):
15771         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15772         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15773         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15774         * ext/cairo/gsttimeoverlay.h:
15775           update of cairo-based timeoverlay to 1.0 Cairo API
15776           doesn't work yet for resizing of output sink
15777
15778 2005-10-11  Wim Taymans  <wim@fluendo.com>
15779
15780         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15781         newsegment API fix.
15782
15783 2005-10-11  Wim Taymans  <wim@fluendo.com>
15784
15785         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15786         (gst_dvdemux_demux_frame):
15787         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15788         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15789         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15790         (gst_avi_demux_handle_seek):
15791         * gst/goom/gstgoom.c: (gst_goom_event):
15792         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15793         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15794         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15795         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15796         (gst_wavparse_srcpad_event):
15797         newsegment API update.
15798
15799 2005-10-11  Andy Wingo  <wingo@pobox.com>
15800
15801         * ext/speex/gstspeexenc.c: Signedness cleanups.
15802
15803 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15804
15805         * PORTED_09:
15806         * ext/speex/Makefile.am:
15807         * ext/speex/gstspeex.c:
15808         * ext/speex/gstspeexenc.c:
15809         Speexenc ported to 0.9
15810
15811 2005-10-10  Wim Taymans  <wim@fluendo.com>
15812
15813         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15814         (gst_oss_sink_init), (gst_oss_sink_set_property),
15815         (gst_oss_sink_get_property), (gst_oss_sink_open),
15816         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15817         * sys/oss/gstosssink.h:
15818         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15819         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15820         (gst_oss_src_prepare):
15821         Cleanups, make device configurable in the sink, handle and report
15822         errors.
15823
15824 2005-10-10  Wim Taymans  <wim@fluendo.com>
15825
15826         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15827         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15828         Make sure element is NULL before removing from the bin.
15829
15830 2005-10-07  Andy Wingo  <wingo@pobox.com>
15831
15832         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15833         block forever in a read().
15834         (gst_dv1394src_bus_reset): Post a message when the cable is
15835         unplugged.
15836         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15837         (gst_dv1394src_bus_reset): Don't unref the message.
15838
15839         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15840         hacking. The only change should be that the state change stuff was
15841         put into basesrc's start() and stop() routines, which coalesces
15842         some steps.
15843
15844 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15845
15846         * configure.ac:
15847           Add check for mmap
15848           
15849         * gst/debug/Makefile.am:
15850           Only compile efence plugin on systems that have mmap.
15851
15852 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15853
15854         * gst/debug/Makefile.am:
15855         * gst/debug/breakmydata.c:
15856         * gst/debug/gstdebug.c:
15857         * gst/debug/gstnavigationtest.c:
15858         * gst/debug/gstnavseek.c: 
15859         * gst/debug/gstnavseek.h:
15860         * gst/debug/progressreport.c: 
15861         * gst/debug/testplugin.c:
15862           Port progressreport, navseek, navigationtest, testsink and
15863           breakmydata.
15864
15865 2005-10-05  Edward Hervey  <edward@fluendo.com>
15866
15867         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15868         (gst_dvdemux_src_query):
15869         Fixes for better conversion
15870
15871 2005-10-04  Michael Smith <msmith@fluendo.com>
15872
15873         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15874         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15875         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15876         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15877           Set state of elements to NULL before removing from bins.
15878           Set state of test element to NULL if we failed to move it to READY
15879
15880 2005-10-04  Edward Hervey  <edward@fluendo.com>
15881
15882         * ext/dv/Makefile.am:
15883         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15884         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15885         Corrected the query function for position so it doesn't forget what
15886         format was asked, and calls the conversion functions on the correct pad.
15887
15888 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15889
15890         * configure.ac:
15891           back to development
15892
15893 === release 0.9.3 ===
15894
15895 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15896
15897         * configure.ac:
15898           Releasing 0.9.3, "Aramis"
15899
15900 2005-10-03  Andy Wingo  <wingo@pobox.com>
15901
15902         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15903         error returns.
15904
15905 2005-10-02  Andy Wingo  <wingo@pobox.com>
15906
15907         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15908
15909         * ext/flac/gstflacenc.c: Ported to 0.9.
15910
15911         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15912
15913         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15914         and link to gsttagedit. Enable flacenc.
15915
15916         * ext/flac/gstflacdec.c: Re-enable tag reading.
15917
15918 2005-09-30  Wim Taymans  <wim@fluendo.com>
15919
15920         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15921         * gst/rtp/gstrtpgsmparse.c:
15922         * gst/rtp/gstrtph263penc.c:
15923         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15924         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15925         (gst_rtpmp4venc_set_property):
15926         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15927         Various class and caps fixes from Andre Magalhaes (andrunko)
15928
15929 2005-09-29  Wim Taymans  <wim@fluendo.com>
15930
15931         * gst/level/level-example.c: (main):
15932         Update for new bus API.
15933
15934 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         * configure.ac:
15937           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15938           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15939
15940 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15941
15942         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15943           Fix playback of mono streams (bytes_per_sample should be set
15944           from the sample width and the number of channels negotiated,
15945           and not just be set to 4) (#317338)
15946
15947 2005-09-26  Wim Taymans  <wim@fluendo.com>
15948
15949         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15950         (gst_rtpmpaenc_handle_buffer):
15951         Set buffer duration correctly.
15952
15953 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15954
15955         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15956         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15957         (gst_avi_demux_change_state):
15958           Don't crash when encountering a stream with an unknown fourcc or
15959           codec id. Instead, create a pad of type video/x-avi-unknown or
15960           audio/x-avi-unknown, which as a side-effect also results in less
15961           confusing error messages in players ('no decoder' vs. 'no streams');
15962           minor fixes to state change function and class_init function.
15963
15964 2005-09-24  Wim Taymans  <wim@fluendo.com>
15965
15966         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15967         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15968         These are sinks.
15969
15970 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15971
15972         * check/elements/level.c: (GST_START_TEST):
15973           fix test for new GstClockTime use
15974         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15975         (gst_level_transform_ip):
15976         * gst/level/gstlevel.h:
15977           fix up the decay peak, ensuring the decay peak is never lower
15978           than the peak for that interval
15979
15980 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15981
15982         * docs/plugins/gst-plugins-good-plugins.args:
15983         * docs/plugins/inspect/plugin-alpha.xml:
15984         * docs/plugins/inspect/plugin-rtp.xml:
15985         * gst/level/gstlevel.c: (gst_level_set_caps),
15986         (gst_level_transform_ip):
15987           updating docs
15988
15989 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15990
15991         * Makefile.am:
15992         * check/elements/level.c: (GST_START_TEST):
15993         * gst/level/Makefile.am:
15994         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
15995         (gst_level_set_property), (gst_level_get_property),
15996         (gst_level_set_caps), (gst_level_message_new),
15997         (gst_level_transform_ip):
15998         * gst/level/gstlevel.h:
15999         * gst/level/level-example.c: (message_handler), (main):
16000           convert to using GstClockTime for all time values, finally.
16001
16002 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16003
16004         * gst/auparse/Makefile.am:
16005         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16006           fix up build
16007         * configure.ac:
16008         * ext/cairo/Makefile.am:
16009         * ext/dv/Makefile.am:
16010         * ext/esd/Makefile.am:
16011         * ext/flac/Makefile.am:
16012         * ext/gconf/Makefile.am:
16013         * ext/gdk_pixbuf/Makefile.am:
16014         * ext/jpeg/Makefile.am:
16015         * ext/ladspa/Makefile.am:
16016         * ext/libcaca/Makefile.am:
16017         * ext/libmng/Makefile.am:
16018         * ext/libpng/Makefile.am:
16019         * ext/mikmod/Makefile.am:
16020         * ext/pango/Makefile.am:
16021         * ext/raw1394/Makefile.am:
16022         * ext/shout2/Makefile.am:
16023         * ext/speex/Makefile.am:
16024         * gst/alpha/Makefile.am:
16025         * gst/autodetect/Makefile.am:
16026         * gst/avi/Makefile.am:
16027         * gst/cutter/Makefile.am:
16028         * gst/debug/Makefile.am:
16029         * gst/effectv/Makefile.am:
16030         * gst/flx/Makefile.am:
16031         * gst/goom/Makefile.am:
16032         * gst/interleave/Makefile.am:
16033         * gst/law/Makefile.am:
16034         * gst/matroska/Makefile.am:
16035         * gst/median/Makefile.am:
16036         * gst/monoscope/Makefile.am:
16037         * gst/multipart/Makefile.am:
16038         * gst/oldcore/Makefile.am:
16039         * gst/rtp/Makefile.am:
16040         * gst/rtsp/Makefile.am:
16041         * gst/smoothwave/Makefile.am:
16042         * gst/smpte/Makefile.am:
16043         * gst/videobox/Makefile.am:
16044         * gst/videofilter/Makefile.am:
16045         * gst/videomixer/Makefile.am:
16046         * gst/wavenc/Makefile.am:
16047         * gst/wavparse/Makefile.am:
16048         * sys/oss/Makefile.am:
16049         * sys/osxaudio/Makefile.am:
16050         * sys/osxvideo/Makefile.am:
16051           fix up GST_LIBS use
16052
16053 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16054
16055         * gst/auparse/Makefile.am:
16056         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16057           fix build of auparse
16058
16059 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16060
16061         * configure.ac:
16062         * PORTED_09:
16063         * gst/auparse/gstauparse.c:
16064         * gst/auparse/gstauparse.h:
16065         Auparse ported to 0.9.
16066
16067 2005-09-22  Wim Taymans  <wim@fluendo.com>
16068
16069         * gst/rtp/TODO:
16070         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16071         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16072         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16073         (gst_rtpmp4venc_set_property):
16074         * gst/rtp/gstrtpmp4venc.h:
16075         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16076         * gst/rtp/gstrtpmpaenc.h:
16077         Use is_filled to both check MTU and max-ptime of base class.
16078
16079 2005-09-22  Wim Taymans  <wim@fluendo.com>
16080
16081         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16082         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16083         (gst_rtpmp4venc_set_property):
16084         Don't fragment packets with multiple frames.
16085
16086 2005-09-22  Wim Taymans  <wim@fluendo.com>
16087
16088         * gst/rtp/TODO:
16089         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16090         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16091         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16092         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16093         (gst_rtpmp4venc_get_property):
16094         * gst/rtp/gstrtpmp4venc.h:
16095         Remove g_print.
16096         Update TODO
16097         Make payload encoder a bit smarter and more correct with
16098         timestamps.
16099         Added option in payloader to include config string in-band.
16100
16101 2005-09-21  Wim Taymans  <wim@fluendo.com>
16102
16103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16104         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16105         (gst_rtspsrc_send):
16106         Strip spaces for key/value pairs.
16107
16108 2005-09-21  Wim Taymans  <wim@fluendo.com>
16109
16110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16111         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16112         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16113         (gst_rtspsrc_change_state):
16114         More SDP parsing and caps setting.
16115         Do NO_PREROLL differently.
16116         add pads only after negotiated.
16117
16118         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16119         (gst_udpsrc_getcaps):
16120         Implement the getcaps function.
16121
16122 2005-09-21  Wim Taymans  <wim@fluendo.com>
16123
16124         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16125         (gst_rtpamrdec_chain):
16126         Handle multiple AMr packets per payload. Handle CRC and
16127         parse ILL/ILP.
16128
16129         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16130         Make caps params strings for easy SDP mapping.
16131         
16132         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16133         Handle capsnego better.
16134
16135         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16136         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16137         Generate and parse config string in the caps.
16138
16139 2005-09-21  Wim Taymans  <wim@fluendo.com>
16140
16141         * gst/rtp/README:
16142         Update README
16143
16144         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16145         Make extra params as strings.
16146
16147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16148         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16149         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16150         Make state change return NO_PREROLL as this is a live
16151         source.
16152
16153         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16154         Don't unref old caps when NULL.
16155
16156 2005-09-20  Wim Taymans  <wim@fluendo.com>
16157
16158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16159         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16160         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16161         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16162         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16163         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16164         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16165         * gst/rtsp/sdpmessage.h:
16166         Add URI handler.
16167         Parse SDP and create caps.
16168
16169 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16170
16171         * gst/alpha/gstalpha.c:
16172           fix element description
16173
16174 2005-09-19  Wim Taymans  <wim@fluendo.com>
16175
16176         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16177         Don't check payload for now.
16178
16179 2005-09-19  Wim Taymans  <wim@fluendo.com>
16180
16181         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16182         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16183         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16184         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16185         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16186         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16187         (gst_wavparse_change_state):
16188         * gst/wavparse/gstwavparse.h:
16189         Fix wavparse some more.
16190
16191 2005-09-19  Wim Taymans  <wim@fluendo.com>
16192
16193         * check/elements/level.c: (GST_START_TEST):
16194         Fix for bus API change.
16195
16196 2005-09-19  Wim Taymans  <wim@fluendo.com>
16197
16198         * gst/level/level-example.c: (main):
16199         Fix for new bus API.
16200
16201         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16202         Set caps on pads.
16203
16204 2005-09-15  Wim Taymans  <wim@fluendo.com>
16205
16206         * gst/rtp/Makefile.am:
16207         * gst/rtp/README:
16208         * gst/rtp/gstrtp.c: (plugin_init):
16209         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16210         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16211         (gst_rtpamrdec_change_state):
16212         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16213         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16214         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16215         * gst/rtp/gstrtpamrenc.h:
16216         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16217         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16218         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16219         * gst/rtp/gstrtpgsmenc.h:
16220         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16221         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16222         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16223         (gst_rtpgsmparse_change_state):
16224         * gst/rtp/gstrtpgsmparse.h:
16225         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16226         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16227         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16228         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16229         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16230         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16231         * gst/rtp/gstrtph263penc.h:
16232         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16233         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16234         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16235         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16236         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16237         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16238         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16239         * gst/rtp/gstrtpmp4venc.h:
16240         * gst/rtp/gstrtpmpadec.c:
16241         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16242         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16243         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16244         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16245         * gst/rtp/gstrtpmpaenc.h:
16246         Updates to payloader/depayloaders, make payloaders use
16247         the base classes.
16248         Updated README with suggested RTP caps and how to convert
16249         to/from SDP.
16250         Added config descriptor in mp4v payloader.
16251
16252 2005-09-15  Andy Wingo  <wingo@pobox.com>
16253
16254         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16255         * gst/autodetect/gstautovideosink.c
16256         (gst_auto_video_sink_find_best): Update for new registry API.
16257
16258 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16259
16260         * common/c-to-xml.py:
16261         * common/gtk-doc-plugins.mak:
16262           a simple py script to generate valid xml from a C example
16263           probably also need to strip an MIT license when we decide
16264         * docs/plugins/Makefile.am:
16265         * gst/level/Makefile.am:
16266         * gst/level/gstlevel.c: (gst_level_init):
16267         * gst/level/level-example.c: (message_handler), (main):
16268           add an example to level that will show up in the docs
16269         * gst/rtp/TODO:
16270           add a note for the future
16271
16272 2005-09-14  Michael Smith <msmith@fluendo.com>
16273
16274         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16275           Actually define the debug object being used in wavenc. Fixes #316205
16276
16277 2005-09-14  Michael Smith <msmith@fluendo.com>
16278
16279         * gst/smpte/Makefile.am:
16280           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16281           needed to build on windows (bug 316204)
16282
16283 2005-09-12  Andy Wingo  <wingo@pobox.com>
16284
16285         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16286
16287 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16288
16289         * configure.ac:
16290         * gst/fdsrc/Makefile.am:
16291         * gst/fdsrc/gstfdsrc.c:
16292         * gst/fdsrc/gstfdsrc.h:
16293           Move fdsrc back into gstreamer core elements.
16294
16295         * gst/level/gstlevel.c: (gst_level_class_init),
16296         (gst_level_transform_ip):
16297         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16298           Basetransform changes.
16299
16300 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16301
16302         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16303         * ext/jpeg/smokecodec.c: (find_best_size):
16304           fix compiler warnings
16305
16306 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16307
16308         * gst-plugins-good.spec.in:
16309           spec file fixes
16310         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16311         (gst_multiudpsink_render), (gst_multiudpsink_add),
16312         (gst_multiudpsink_clear):
16313           it actually helps to actually stream if we hook up the
16314           "add" signal to an actual implementation
16315         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16316           some debugging
16317
16318 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16319
16320         * ext/jpeg/Makefile.am:
16321         * ext/jpeg/gstjpeg.c
16322         * ext/jpeg/gstjpegenc.c:
16323         * ext/jpeg/gstsmokeenc.c:
16324
16325 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16326
16327         * ext/flac/gstflacdec.c:
16328         * ext/flac/gstflacenc.c:
16329         * ext/flac/gstflactag.c:
16330         * ext/speex/gstspeexenc.c:
16331           gsttaginterface.h -> gsttagsetter.h
16332
16333 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16334
16335         * configure.ac:
16336         * gst/debug/Makefile.am:
16337         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16338         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16339         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16340         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16341         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16342           Port to 0.9 and re-enable efence plugin.
16343
16344 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16345
16346         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16347         (gst_flacdec_write), (gst_flacdec_convert_src):
16348         * ext/flac/gstflacdec.h:
16349           Add support for flac files with 24/32 bits per sample; and misc.
16350           minor clean-ups. Seeking is still partly broken (for me at least).
16351
16352 2005-09-06  Wim Taymans  <wim@fluendo.com>
16353
16354         * gst/rtp/Makefile.am:
16355         * gst/rtp/gstrtp.c: (plugin_init):
16356         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16357         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16358         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16359         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16360         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16361         (gst_rtpmp4vdec_plugin_init):
16362         * gst/rtp/gstrtpmp4vdec.h:
16363         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16364         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16365         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16366         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16367         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16368         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16369         * gst/rtp/gstrtpmp4venc.h:
16370         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16371         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16372         Added mpeg4 video payload encoder/decoder.
16373         Added some docs in mpa payloader.
16374
16375 === release 0.9.1 ===
16376
16377 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16378
16379         * NEWS:
16380         * README:
16381         * RELEASE:
16382         * autogen.sh:
16383         * configure.ac:
16384           releasing 0.9.1, "Blondie"
16385
16386 2005-09-05  Andy Wingo  <wingo@pobox.com>
16387
16388         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16389         here from the state change handler, so we fire signals without
16390         holding the state lock.
16391
16392 2005-09-02  Andy Wingo  <wingo@pobox.com>
16393
16394         * All plugins updated for element state changes.
16395
16396 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16397
16398         * Makefile.am:
16399         * check/.cvsignore:
16400         * check/Makefile.am:
16401         * check/elements/.cvsignore:
16402         * check/elements/level.c: (setup_level), (cleanup_level),
16403         (GST_START_TEST), (level_suite), (main):
16404           add a test for level
16405         * common/release.mak:
16406           move the enum checking to release.mak
16407         * configure.ac:
16408           add valgrind and check checking
16409         * gst/level/gstlevel.c: (gst_level_transform):
16410         * gst/level/gstlevel.h:
16411           fix Andy's cast bug
16412           convert a field to int
16413           fix the arithmetic to int when checking for emit so that a
16414           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16415
16416 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16417
16418         * Makefile.am:
16419         * configure.ac:
16420           add docs to build
16421         * common/plugins.xsl:
16422           wrap Description into a refsect2
16423         * docs/Makefile.am:
16424         * docs/plugins/Makefile.am:
16425         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16426         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16427         * gst/goom/Makefile.am:
16428         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16429         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16430         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16431         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16432         (gst_goom_change_state):
16433         * gst/goom/gstgoom.h:
16434           GstGOOM -> GstGoom
16435           add an example launch line
16436         * gst/level/gstlevel.h:
16437         * gst/monoscope/gstmonoscope.c:
16438           cleanups
16439
16440 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16441
16442         * configure.ac:
16443         * docs/plugins/Makefile.am:
16444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16445         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16446         * docs/plugins/gst-plugins-good-plugins.types:
16447           document elements and plugins.  Shazam !
16448
16449 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16450
16451         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16452           be found under doc/random/ChangeLog-0.8