gst/avi/gstavidemux.c: Erm, the buffer-size is just guint, no need for the special...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/avi/gstavidemux.c:
4           Erm, the buffer-size is just guint, no need for the special format
5           specifier.
6
7 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * gst/goom/plugin_info.c:
10         * gst/goom/ppc_zoom_ultimate.h:
11           Small fixes to build more on PPC: ifdef out code that uses unknown
12           define; add newline at end of header file to avoid compiler warning.
13           Assembler code still doesn't build though.
14
15 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
16
17         * gst/avi/gstavidemux.c:
18           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
19           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
20
21 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
22
23         * gst/avi/gstavidemux.c:
24           Chunksize is uint32. Fix format specifier.
25
26 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
27
28         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
29         mistake. Return file to pure MIT text.
30
31 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
32
33         * gst/audiofx/audiofx.c:
34         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
35         of hardcoding values.
36
37 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
38
39         Patch by: Mark Nauwelaerts <manauw skynet be>
40
41         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
42           (gst_oss_src_close):
43         * sys/oss/gstosssrc.h:
44           Cache probed caps, so _get_caps() during recording doesn't cause
45           ioctl calls which may disrupt the recording (fixes #521875).
46
47 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
48
49         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
50         (gst_qtdemux_activate_segment),
51         (gst_qtdemux_prepare_current_sample),
52         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
53         Make sure we always send a DISCONT after a seek by setting the sample
54         index to an undefined value after a seek.
55
56 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
57
58         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
59           (GST_IS_AVI_SUBTITLE_CLASS):
60           Fix up IS_FOO macros, which makes gtk-doc much happier.
61
62 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
63
64         * tests/icles/Makefile.am:
65           Move the -lgstfoo where it belongs.
66
67 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
68
69         * gst/matroska/ebml-ids.h:
70         Add ID for EBML CRC32 elements.
71
72         * gst/matroska/Makefile.am:
73         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
74         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
75         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
76         (gst_ebml_read_header):
77         Support reading 80bit floats, add finalize method to clean up
78         in any case, support reading length/id elements with any length
79         as long as it's smaller than our supported maximum, don't leak
80         buffers if reading as much data as we wanted failed and some
81         smaller cleanup.
82
83 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
84
85         Patch by: Olivier Crete <tester at tester dot ca>
86
87         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
88         Check that a buffer is large enough before reading from it.
89         Fixes bug #521102.
90         
91 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
92
93         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
94         Fix compilation after removing the GstPollMode from the
95         constructor.
96
97 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
98
99         * configure.ac:
100         * gst/audiofx/Makefile.am:
101         * gst/audiofx/audiochebband.c:
102         * gst/audiofx/audiocheblimit.c:
103         * gst/audiofx/math_compat.h:
104         Check for sinh(), cosh() and asinh() and define our own
105         implementations if they're not available. Fixes bug #520880.
106
107 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
108
109         Patch by: Olivier Crete <tester at tester dot ca>
110
111         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
112         Unref the buffers only once when handling not-negotiated errors.
113         Fixes bug #520764.
114
115 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
116
117         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
118
119         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
120         (gst_udpsrc_stop):
121         Properly balance WSA_Cleanup with WSA_Startup.
122         Also make the poll controllable on windows. Fixes #520888.
123
124 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
125
126         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
127         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
128         (gst_ebml_read_element_length), (gst_ebml_peek_id),
129         (gst_ebml_read_skip), (gst_ebml_read_buffer),
130         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
131         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
132         (gst_ebml_read_date), (gst_ebml_read_master),
133         (gst_ebml_read_binary), (gst_ebml_read_header):
134         * gst/matroska/ebml-read.h:
135         * gst/matroska/matroska-demux.c:
136         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
137         (gst_matroska_demux_read_track_encodings),
138         (gst_matroska_demux_add_stream),
139         (gst_matroska_demux_handle_src_query),
140         (gst_matroska_demux_handle_seek_event),
141         (gst_matroska_demux_init_stream),
142         (gst_matroska_demux_parse_tracks),
143         (gst_matroska_demux_parse_index_cuetrack),
144         (gst_matroska_demux_parse_index_pointentry),
145         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
146         (gst_matroska_demux_parse_metadata_id_simple_tag),
147         (gst_matroska_demux_parse_metadata_id_tag),
148         (gst_matroska_demux_parse_metadata),
149         (gst_matroska_demux_sync_streams),
150         (gst_matroska_demux_push_hdr_buf),
151         (gst_matroska_demux_push_flac_codec_priv_data),
152         (gst_matroska_demux_push_xiph_codec_priv_data),
153         (gst_matroska_demux_add_wvpk_header),
154         (gst_matroska_demux_check_subtitle_buffer),
155         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
156         (gst_matroska_demux_parse_cluster),
157         (gst_matroska_demux_parse_contents_seekentry),
158         (gst_matroska_demux_parse_contents),
159         (gst_matroska_demux_loop_stream_parse_id),
160         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
161         * gst/matroska/matroska-demux.h:
162         * gst/matroska/matroska-ids.h:
163         Handle return values from pull_range in a more granular way to properly
164         shut down on seeks.
165         Combine return values from push.
166         Implement proper error handling.
167         Prepare for handling seeking correctly.
168
169 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
170
171         * gst/matroska/ebml-read.c:
172         Use GINT64 formatting constants from GLIB.
173
174         * gst/matroska/matroska-demux.c:
175         Add some guards to avoid a possible division by 0 and crashing
176         with NULL events on some systems.
177         Use gst_gdouble_to_guint64 somewhere instead of an implicit
178         conversion. 
179
180         * gst/matroska/matroska-mux.c:
181         Check for invalid timestamps in a bunch of places to avoid
182         writing bogus durations into the output file.
183         Fix some double<->gint64 conversions that weren't using
184         gst_guint64_to_gdouble
185
186 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
187
188         * configure.ac:
189         Move the checks for bison, flex and as to the program section and the
190         check for gcc inline asm to the compiler characteristics section.
191
192 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
193
194         * configure.ac:
195         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
196         plug-ins are included/excluded. (#498222)
197
198 2008-02-29  Michael Smith <msmith@fluendo.com>
199
200         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
201           Don't call gst_object_sync_values() unless we have a valid timestamp.
202
203 2008-02-28  David Schleef  <ds@schleef.org>
204
205         * gst/matroska/matroska-demux.c:
206         * gst/matroska/matroska-ids.h:
207         * gst/matroska/matroska-mux.c:
208           Fix Dirac mapping.  I had previously added a VfW-type
209           mapping, but it looks like Dirac will get a native Matroska
210           mapping, and this is the most likely method.
211
212 2008-02-28  David Schleef  <ds@schleef.org>
213
214         * gst/avi/gstavimux.c: Add Dirac encoding
215
216 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
217
218         Patch by: Peter Kjellerstedt <pkj at axis com>
219
220         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
221         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
222         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
223         * gst/udp/gstudpsrc.h:
224         Port to GstPoll. See #505417.
225
226 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
227
228         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
229         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
230         yet on the srcpad. We need rate and channels before we
231         can do any processing. Fixes bug #519088.
232
233 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
234
235         * configure.ac:
236         Detect and indicate if GCC inline assembly syntax is
237         available.
238
239         * gst/goom/Makefile.am:
240         * gst/goom/convolve_fx.c:
241         * gst/goom/flying_stars_fx.c:
242         * gst/goom/goom_config.h:
243         * gst/goom/goom_core.c:
244         * gst/goom/goomsl.c:
245         * gst/goom/ifs.c:
246         * gst/goom/mmx.c:
247         * gst/goom/plugin_info.c:
248         * gst/goom/xmmx.c:
249         Fix various GCC-isms, and only build the inline assembly
250         with compilers that support GCC inline assembly.
251
252         Fix a couple of other warnings shown with Forte.
253
254 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
255
256         * gst/goom/xmmx.c:
257           Use 'emms' instead of 'femms' to not crash on cpus that do not
258           implement this 3dnow specific instruction.
259
260 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
261
262         * gst/goom/plugin_info.c: (setOptimizedMethods):
263         Use extended MMX for draw_line() too if available, not only
264         normal MMX.
265
266 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
267
268         * ext/jpeg/gstjpeg.c: (plugin_init):
269         Remove (commented out) smoke typefinder. This is in base now.
270
271 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
272
273         * gst/goom2k1/Makefile.am:
274         * gst/goom2k1/gstgoom.c:
275
276         Rename the installed library, and don't register the same 
277         GType name as the new goom.
278
279 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
280
281         * configure.ac:
282         * ext/taglib/Makefile.am:
283           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
284           when building C++ code (#516509).
285
286 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
287
288         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
289         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
290           (setOptimizedMethods):
291           Call oil_init(), otherwise oil_get_cpu_flags() won't return
292           anything useful. Export goom debug category so we can get
293           rid of the VERBOSE define and the printfs.
294
295 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
296
297         * gst/goom/goomsl_heap.c: (align_it):
298         * gst/goom/plugin_info.c: (setOptimizedMethods):
299           Compile fixes for x86-64.
300
301 2008-02-23  Bastien Nocera  <hadess@hadess.net>
302
303         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
304         with warnings, but add other CFLAGS
305
306         * gst/goom/goomsl.c (gsl_instr_set_namespace),
307         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
308         (calculate_labels), (gsl_read_file):
309         * gst/goom/goomsl_lex.l:
310         * gst/goom/goomsl_yacc.y:
311         * gst/goom/plugin_info.c: Remove a few live printf, and
312         fprintf, replace exit() calls with g_assert_not_reached()
313         if it not optimal for a library
314
315 2008-02-23  Bastien Nocera  <hadess@hadess.net>
316
317         * gst/goom/Makefile.am: Remove the warnings being disabled,
318         fix linkage on x86, spotted by Sebastian Dröge
319         <slomo@circular-chaos.org>
320
321         * gst/goom/convolve_fx.c (convolve_init),
322         (create_output_with_brightness), (convolve_apply):
323         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
324         * gst/goom/goomsl.c:
325         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
326         * gst/goom/plugin_info.c:
327         * gst/goom/tentacle3d.c (tentacle_fx_create):
328         Fix warnings, and disable the motifs in the convolve_fx
329         plugin (they were causing warnings, and they were just
330         "Goom" in funny letterring)
331
332 2008-02-23  Bastien Nocera  <hadess@hadess.net>
333
334         * configure.ac: Add checks for Flex/Yacc/Bison and other
335         furry animals, for the new goom 2k4 based plugin
336
337         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
338         CPU optimisations (not working yet), move the old plugin to...
339
340         * gst/goom2k1/*: ... here, in case somebody is sick enough
341
342         Fixes #515073
343
344 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
345
346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
347         Post the server response code in an error message instead of a generic
348         'error' message. Fixes #517237.
349
350 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
351
352         * tests/check/Makefile.am:
353         Ignore gconfaudiosrc for the states unit test too. It will fallback
354         to alsasrc if the gconf settings can't be read and not everybody has
355         alsa.
356
357 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
358
359         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
360         (gst_wavpack_parse_create_src_pad):
361         * ext/wavpack/gstwavpackparse.h:
362         Always report the duration if we know it in push mode and don't
363         return 0 just to make totem believe we can't seek in push mode.
364         Newer totem version use the SEEKING query which properly reports
365         if we can seek or not.
366
367 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
368
369         Patch by: Jens Granseuer <jensgr at gmx dot net>
370
371         * tests/examples/equalizer/demo.c: (main):
372         C89 fix, moving variable declarations to the beginning of
373         the block. Fixes bug #517933.
374
375 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
376
377         * configure.ac:
378         Back to development...
379
380 === release 0.10.7 ===
381
382 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
383
384         * configure.ac:
385           releasing 0.10.7, "Red Door Black"
386
387 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
388
389         * gst/alpha/Makefile.am:
390         Link alpha plugin with libgstbase. Fixes bug #517386.
391
392 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
395         Init values to -1 instead of the default 0 value.
396         Fixes #516524.
397
398 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
399
400         * tests/examples/spectrum/spectrum-example.c:
401         Add missing include to fix compilation when libxml usage is disabled.
402         Fixes: #516371
403
404 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
405
406         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
407         fixes: #514889
408
409         * gst/rtp/gstrtph264pay.c:
410         * gst/rtp/gstrtpmp4gdepay.c:
411         * gst/rtp/gstrtpmp4gpay.c:
412         * gst/rtp/gstrtpmp4gpay.h:
413         * gst/rtp/gstrtptheorapay.c:
414         * gst/rtp/gstrtpvorbispay.c:
415
416         Fix various leaks shown up in valgrind
417         - free sprops and buffer in error cases in H264 payloader
418         - fix leak in mp4g depayloader when construction the caps
419         - don't leak config string in the mp4g payloader
420         - don't leak buffers and headers in theora and vorbis payloaders
421
422         * tests/check/elements/rtp-payloading.c:
423
424         Fix the RTP data test
425         - Actually send valid amr data to the payloader instead of 20
426         zero-bytes
427         - The mp4g payloader expects codec_data on the caps
428
429 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
430
431         * win32/MANIFEST:
432         Add libgstpng.dsp to MANIFEST.
433         * win32/vs6/libgstaudiofx.dsp:
434         Add new source files to VS project file.
435
436 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
437
438         * sys/ximage/gstximagesrc.c:
439         Initialise variables when opening the X display rather
440         than in _start(), as the display can be opened before that.
441
442         Fixes: #515985
443
444 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
445
446         * sys/directdraw/gstdirectdrawsink.c:
447         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
448         (gst_directdraw_sink_finalize):
449         Properly chain up finalize functions. Fixes bug #515980.
450
451 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
452
453         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
454         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
455         (gst_v4l2_buffer_pool_class_init):
456         Chain up the finalize functions. Fixes bug #515984.
457
458 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
459
460         * sys/ximage/ximageutil.c:
461         Chain up in the finalize function for our custom
462         buffer sub-class.
463         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
464         Fixes: #515706
465
466 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
467
468         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
469         (gst_fenced_buffer_class_init):
470         Properly chain up finalize method. Fixes bug #515979.
471
472 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
473
474         * sys/ximage/gstximagesrc.c:
475         Free allocated Damage memory before closing our connection to the
476         X server. Partially fixes: #515706
477
478 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
479
480         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
481         * tests/check/Makefile.am:
482         * tests/check/gst-plugins-good.supp:
483         Add a few libjpeg suppressions and initialize a variable to
484         make smokeenc valgrind clean. Fixes bug #515701.
485
486 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
487
488         * gst/avi/gstavidemux.c:
489         Revert patch which sends timestamps only on keyframes, as it
490         breaks playback with current gst-ffmpeg.
491
492         Fixes: #515562
493
494 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
495
496         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
497         * tests/check/elements/multifile.c: (GST_START_TEST):
498         Close some memory leaks spotted by the unit test. Fixes bug #515697.
499
500 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
501
502         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
503         Use and unset the GError when pipeline creation fails instead of
504         simply leaking it. Fixes bug #515704.
505
506 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
507
508         * gst/audiofx/audioamplify.c:
509         * gst/audiofx/audiochebband.c:
510         * gst/audiofx/audiocheblimit.c:
511         * gst/audiofx/audiodynamic.c:
512         * gst/audiofx/audioinvert.c:
513         * gst/audiofx/audiopanorama.c:
514         * gst/audiofx/audiowsincband.c:
515         * gst/audiofx/audiowsinclimit.c:
516         Fix long description of audiofx elements. Fixes bug #515457.
517
518 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
519
520         * docs/plugins/Makefile.am:
521         * gst/spectrum/gstspectrum.c:
522         * tests/examples/spectrum/.cvsignore:
523         * tests/examples/spectrum/Makefile.am:
524         * tests/examples/spectrum/spectrum-example.c:
525
526         Add a simple example application for the spectrum element, include it
527         in the docs, and fix some documentation ambiguities.
528
529         Fixes: #348085
530
531 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
532
533         * gst/equalizer/Makefile.am:
534         * gst/spectrum/Makefile.am:
535         Fix includes order
536
537         * tests/check/Makefile.am:
538         Exclude v4l2src from the states test - it takes too long to start.
539
540         * tests/check/elements/spectrum.c:
541         Make the test run properly with CK_FORK=no
542
543 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
544
545         * gst/audiofix/Makefile.am: add missing header files 
546
547 2008-02-08  Julien Moutte  <julien@fluendo.com>
548
549         * gst/matroska/matroska-demux.c:
550         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
551         keyframe and delta units correctly when dealign with a BlockGroup.
552         Fixes: #514397
553
554 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
555
556         * tests/check/elements/.cvsignore:
557         Spell the new tests correctly in .cvsignore
558
559 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
560
561         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
562           Need to use gsize here for the size, fixes compiler warning.
563
564         * tests/examples/equalizer/.cvsignore:
565         * tests/examples/equalizer/Makefile.am:
566         * tests/examples/spectrum/.cvsignore:
567         * tests/examples/spectrum/Makefile.am:
568           Add missing files to fix the build.
569
570 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
571
572         * configure.ac:
573         * docs/plugins/Makefile.am:
574         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
576         * docs/plugins/gst-plugins-good-plugins.args:
577         * docs/plugins/gst-plugins-good-plugins.hierarchy:
578         * docs/plugins/inspect/plugin-multifile.xml:
579         * tests/check/Makefile.am:
580         * tests/check/elements/.cvsignore:
581
582         Move multifile plugin from -bad.
583         Fixes: #490283
584
585 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
586
587         * configure.ac:
588         * docs/plugins/Makefile.am:
589         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
590         * docs/plugins/gst-plugins-good-plugins-sections.txt:
591         * docs/plugins/gst-plugins-good-plugins.args:
592         * docs/plugins/gst-plugins-good-plugins.hierarchy:
593         * docs/plugins/inspect/plugin-spectrum.xml:
594         * gst/spectrum/Makefile.am:
595         * tests/check/Makefile.am:
596         * tests/check/elements/.cvsignore:
597         * tests/examples/Makefile.am:
598
599         Move spectrum plugin from -bad.
600         Move examples into tests/examples/spectrum.
601
602 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
603
604         * configure.ac:
605         * docs/plugins/Makefile.am:
606         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
607         * docs/plugins/gst-plugins-good-plugins-sections.txt:
608         * docs/plugins/gst-plugins-good-plugins.args:
609         * docs/plugins/gst-plugins-good-plugins.hierarchy:
610         * docs/plugins/gst-plugins-good-plugins.interfaces:
611         * docs/plugins/inspect/plugin-equalizer.xml:
612         * gst/equalizer/Makefile.am:
613         * tests/check/Makefile.am:
614         * tests/examples/Makefile.am:
615         Move the equalizer plugin across from -bad
616
617         * tests/check/elements/.cvsignore:
618         Add equalizer, audiosincwband and audiosincwlimit
619
620         * tests/check/elements/equalizer.c:
621         Fix compiler warnings
622
623         Fixes: #415627
624
625 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
626
627         * configure.ac:
628         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
629         are treated like releases and build without it.
630
631 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
632
633         * docs/plugins/Makefile.am:
634         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
635         * docs/plugins/gst-plugins-good-plugins-sections.txt:
636         * docs/plugins/gst-plugins-good-plugins.args:
637         * docs/plugins/inspect/plugin-audiofx.xml:
638         * gst/audiofx/Makefile.am:
639         * gst/audiofx/audiofx.c:
640         * gst/audiofx/audiowsincband.c:
641         * gst/audiofx/audiowsincband.h:
642         * gst/audiofx/audiowsinclimit.c:
643         * gst/audiofx/audiowsinclimit.h:
644         * tests/check/Makefile.am:
645         * tests/check/elements/audiowsincband.c:
646         * tests/check/elements/audiowsinclimit.c:
647
648         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
649         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
650         respectively.
651
652         Fixes: #467666
653
654 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
655
656         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
657         * tests/check/elements/icydemux.c:
658           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
659           caps, and add a somewhat useful debug message. Plus test.
660
661 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
662
663         * gst/rtsp/gstrtspsrc.c:
664         Include unistd.h only if HAVE_UNISTD_H is defined
665         * win32/common/config.h.in:
666         * win32/common/config.h:
667         Define socklen_t as it seems it's not defined in default 
668         Visual Studio headers.
669         * win32/vs6/libgstalpha.dsp:
670         * win32/vs6/libgstapetag.dsp:
671         * win32/vs6/libgstavi.dsp:
672         * win32/vs6/libgstrtp.dsp:
673         * win32/vs6/libgstrtsp.dsp:
674         * win32/vs6/libgstvideomixer.dsp:
675         Update project file dependencies and add new source files       
676
677 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
678
679         Patch by: Bjarne Rosengren <bjarne at axis dot com>
680
681         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
682         Don't leak buffers when we don't push them downstream.
683         Fixes bug #514965.
684
685 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * configure.ac:
688           Bump requirements to (good) released versions to avoid
689           confusion and make implicit core requirement explicit.
690
691 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
692
693         * docs/plugins/Makefile.am:
694         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
695         * docs/plugins/gst-plugins-good-plugins-sections.txt:
696         * docs/plugins/gst-plugins-good-plugins.args:
697         * docs/plugins/inspect/plugin-audiofx.xml:
698         * gst/audiofx/Makefile.am:
699         * gst/audiofx/audiochebband.c:
700         * gst/audiofx/audiochebband.h:
701         * gst/audiofx/audiocheblimit.c:
702         * gst/audiofx/audiocheblimit.h:
703         * gst/audiofx/audiochebyshevfreqband.c:
704         * gst/audiofx/audiochebyshevfreqband.h:
705         * gst/audiofx/audiochebyshevfreqlimit.c:
706         * gst/audiofx/audiochebyshevfreqlimit.h:
707         * gst/audiofx/audiofx.c:
708         * tests/check/Makefile.am:
709         * tests/check/elements/.cvsignore:
710         * tests/check/elements/audiochebband.c:
711         * tests/check/elements/audiocheblimit.c:
712         * tests/check/elements/audiochebyshevfreqband.c:
713         * tests/check/elements/audiochebyshevfreqlimit.c:
714
715         Rename audiochebyshevfreqband -> audiochebband and
716         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
717         surgery.
718
719         Closes: #491811
720
721 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
722
723         Patch by: Orjan Friberg <orjanf at axis dot com>
724
725         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
726         Fix caps memory leak. Fixes #514573.
727
728 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
729
730         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
731         If there's no entries in the subindex, don't try to do anything stupid,
732         just return.
733
734 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
735
736         Patch by: John Millikin <jmillikin at gmail dot com>
737
738         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
739           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
740           Fix extraction of picture blocks with newer libflac versions again:
741           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
742
743 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * tests/check/Makefile.am:
746           Add rtp-payloading test to VALGRIND_TO_FIX.
747
748         * tests/check/elements/rtp-payloading.c:
749           Add semicolons after GST_TEST_END so gst-indent gets the
750           formatting right; make test less verbose in general, but
751           more verbose in the error case (which should probably
752           make the test fail anyway).
753
754 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
755
756         * docs/plugins/Makefile.am:
757         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
758         * docs/plugins/gst-plugins-good-plugins-sections.txt:
759         * gst/avi/gstavisubtitle.c:
760         Add documentation for avisubtitle and change class to
761         Codec/Parser/Subtitle
762
763 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
764
765         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
766         Treat ENOTTY (driver does not implement ioctl) the same as
767         EINVAL since it implies there are no available standards.
768
769         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
770         (gst_v4l2src_get_nearest_size):
771         Replace gst_v4l2src_get_size_limits with 2 calls to new function
772         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
773         probe if the driver does not support VIDIOC_TRY_FMT for whatever
774         reason, and if we aren't yet actively capturing.
775
776         * sys/v4l2/v4l2src_calls.h:
777         Remove replaced function declaration.
778
779 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
780
781         * configure.ac:
782         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
783         API.
784
785 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
786
787         * configure.ac:
788         Fix typo.
789
790 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
791
792         * gst/alpha/Makefile.am:
793         * gst/alpha/gstalpha.c:
794
795         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
796         some stuff, and making buffer-alloc and resizing work automatically.
797         No longer crashes on odd frame widths and heights, although there
798         seems to be a disagreement with ffmpegcolorspace about what size
799         an AYUV frame with odd height should be.
800
801 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
802
803         Patch by: Alessandro Decina <alessandro at nnva dot org>
804
805         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
806         * ext/libpng/gstpngenc.h:
807         Preallocate the output buffer so that g_memdup() and
808         gst_buffer_merge() aren't needed anymore. This greatly improves
809         performances and fixes #512544.
810
811 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
812
813         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
814         (gst_avi_demux_stream_data):
815         GStreamer timestamps are PTS values while AVI only knows about DTS
816         timestamps. Make sure we only copy the DTS as the buffer timestamp when
817         we are dealing with a key frame.
818
819 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
820
821         * tests/check/Makefile.am:
822         * tests/check/elements/.cvsignore:
823         * tests/check/elements/rtp-payloading.c:
824           Add add testsuite for the rtp-payloader that tries simulating
825           dataflow. Needs more test data.
826
827 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
828
829         * tests/check/elements/alphacolor.c:
830           Remove two unused variables.
831
832 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
833
834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
835           Use g_ascii_strtoll() instead of atoll, which is only
836           available in C99.
837
838 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
839
840         * gst/rtp/Makefile.am:
841         * gst/rtp/gstrtp.c:
842         * gst/rtp/gstrtpmpvpay.c:
843         * gst/rtp/gstrtpmpvpay.h:
844         Add MPEG2 video payloader
845
846 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
847
848         * gst/level/gstlevel.c:
849         Use #include <math.h> instead of #include "math.h".
850
851 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
852
853         * tests/check/Makefile.am:
854         Fix up some CFLAGS sets.
855         Don't include gconfvideosrc in the states test.
856
857         * tests/check/elements/autodetect.c: (GST_START_TEST):
858         Add some error strings to fail_unless arguments to fix some weird
859         compiler errors on Solaris.
860
861 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
862
863         * configure.ac:
864         Detect video4linux headers on Solaris too.
865         * sys/v4l2/gstv4l2colorbalance.h:
866         * sys/v4l2/gstv4l2object.h:
867         * sys/v4l2/v4l2_calls.c:
868         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
869         (gst_v4l2_buffer_new):
870
871         Make v4l2 build on Solaris.
872         Patch by: Brian Cameron  <brian.cameron at sun dot com>
873         Fixes: #510505
874
875 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
876
877         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
878           Update list from (still local) scanning script.
879
880 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
881
882         Based on a patch by:
883             Victor STINNER <victor dot stinner at haypocalc dot com>
884
885         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
886         Set variable to NULL after freeing it to prevent double frees
887         or make failures by another use of it afterwards more obvious
888         and fix use of it after the freeing. Fixes bug #510592.
889
890 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
891
892         * gst/udp/gstmultiudpsink.c:
893         use GST_WARNING for logging
894
895 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
896
897         * gst/udp/gstmultiudpsink.c:
898         Don't try to leave a multicast group with an invalid socket
899
900 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
901
902         * ext/flac/gstflacdec.c:
903           Fix compilation against flac 1.1.2 (as on debian stable), where
904           the picture metadata defines and structs don't exist yet.
905           Fixes #509301.
906
907 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
908
909         Patch by: Olivier Crete <tester at tester dot ca>
910
911         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
912         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
913         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
914         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
915         * gst/udp/gstmultiudpsink.h:
916         Add property to automatically join a multicast group or not. This can be
917         useful when sharing a socket between multiple elements.
918         Fixes #509531.
919
920 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
921
922         * gst/videomixer/Makefile.am:
923           Add controller flags.
924
925 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
926
927         * gst/videomixer/videomixer.c:
928           Also commit the missing gst_object_sync_values().
929
930 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
931
932         * docs/plugins/Makefile.am:
933           Remove duplicate entry.
934
935 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
936
937         * docs/plugins/Makefile.am:
938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
940         * docs/plugins/inspect/plugin-gamma.xml:
941         * docs/plugins/inspect/plugin-monoscope.xml:
942         * docs/plugins/inspect/plugin-video4linux2.xml:
943           Add 3 more plugins to docs.
944
945 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
946
947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
948         * sys/osxvideo/osxvideosink.h:
949           Revert previous change caused by a file that got stuck on an old
950           revision.
951
952 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
953
954         * docs/plugins/gst-plugins-good-plugins-sections.txt:
955         * gst/multipart/Makefile.am:
956         * gst/multipart/multipartdemux.c:
957         * gst/multipart/multipartdemux.h:
958         * gst/multipart/multipartmux.c:
959         * gst/multipart/multipartmux.h:
960           Re-add multipartdemux to the docs. Last round of section cleanup.
961
962 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
963
964         * docs/plugins/Makefile.am:
965         * docs/plugins/gst-plugins-good-plugins-sections.txt:
966         * sys/osxaudio/gstosxaudiosink.h:
967         * sys/osxvideo/osxvideosink.h:
968           Managed to resolve most unused declarations. Filed a bug for one left.          
969
970 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
971
972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
973           Cleanup section file.
974
975 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
976
977         * docs/plugins/Makefile.am:
978         * docs/plugins/gst-plugins-good-plugins.args:
979         * docs/plugins/gst-plugins-good-plugins.signals:
980         * docs/plugins/inspect/plugin-alaw.xml:
981         * docs/plugins/inspect/plugin-alpha.xml:
982         * docs/plugins/inspect/plugin-alphacolor.xml:
983         * docs/plugins/inspect/plugin-annodex.xml:
984         * docs/plugins/inspect/plugin-apetag.xml:
985         * docs/plugins/inspect/plugin-audiofx.xml:
986         * docs/plugins/inspect/plugin-auparse.xml:
987         * docs/plugins/inspect/plugin-autodetect.xml:
988         * docs/plugins/inspect/plugin-avi.xml:
989         * docs/plugins/inspect/plugin-cairo.xml:
990         * docs/plugins/inspect/plugin-cdio.xml:
991         * docs/plugins/inspect/plugin-cutter.xml:
992         * docs/plugins/inspect/plugin-debug.xml:
993         * docs/plugins/inspect/plugin-dv.xml:
994         * docs/plugins/inspect/plugin-efence.xml:
995         * docs/plugins/inspect/plugin-effectv.xml:
996         * docs/plugins/inspect/plugin-flac.xml:
997         * docs/plugins/inspect/plugin-flxdec.xml:
998         * docs/plugins/inspect/plugin-gconfelements.xml:
999         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1000         * docs/plugins/inspect/plugin-goom.xml:
1001         * docs/plugins/inspect/plugin-halelements.xml:
1002         * docs/plugins/inspect/plugin-icydemux.xml:
1003         * docs/plugins/inspect/plugin-id3demux.xml:
1004         * docs/plugins/inspect/plugin-jpeg.xml:
1005         * docs/plugins/inspect/plugin-ladspa.xml:
1006         * docs/plugins/inspect/plugin-level.xml:
1007         * docs/plugins/inspect/plugin-matroska.xml:
1008         * docs/plugins/inspect/plugin-mulaw.xml:
1009         * docs/plugins/inspect/plugin-multipart.xml:
1010         * docs/plugins/inspect/plugin-navigationtest.xml:
1011         * docs/plugins/inspect/plugin-png.xml:
1012         * docs/plugins/inspect/plugin-quicktime.xml:
1013         * docs/plugins/inspect/plugin-rtp.xml:
1014         * docs/plugins/inspect/plugin-rtsp.xml:
1015         * docs/plugins/inspect/plugin-shout2send.xml:
1016         * docs/plugins/inspect/plugin-smpte.xml:
1017         * docs/plugins/inspect/plugin-speex.xml:
1018         * docs/plugins/inspect/plugin-taglib.xml:
1019         * docs/plugins/inspect/plugin-udp.xml:
1020         * docs/plugins/inspect/plugin-videobalance.xml:
1021         * docs/plugins/inspect/plugin-videobox.xml:
1022         * docs/plugins/inspect/plugin-videocrop.xml:
1023         * docs/plugins/inspect/plugin-videoflip.xml:
1024         * docs/plugins/inspect/plugin-videomixer.xml:
1025         * docs/plugins/inspect/plugin-wavenc.xml:
1026         * docs/plugins/inspect/plugin-wavpack.xml:
1027         * docs/plugins/inspect/plugin-wavparse.xml:
1028           Update plugin docs.
1029
1030         * gst/videomixer/Makefile.am:
1031         * gst/videomixer/videomixer.c:
1032         * gst/videomixer/videomixer.h:
1033         * gst/videomixer/videomixerpad.h:
1034           Split out header to fix warnings from the doc-build.
1035
1036 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1037
1038         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1039
1040         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1041         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1042
1043 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1044
1045         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1047           Initialise variables to work around (false) 'foo might be used
1048           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1049
1050 2008-01-11  David Schleef  <ds@schleef.org>
1051
1052         * docs/plugins/.cvsignore:
1053         * tests/check/pipelines/.cvsignore:
1054           Ignore more files for the buildbot.
1055
1056 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1057
1058         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1059         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1060         Generate the image-type values correctly. Leave them out of the caps
1061         when outputting a "preview image" tag, since it only makes sense
1062         to have one of those - the type is irrelevant.
1063
1064         * sys/sunaudio/gstsunaudiomixerctrl.c:
1065         (gst_sunaudiomixer_ctrl_open):
1066         If we can, mark the mixer multiple open when we use it, in case
1067         (for some reason) the process wants to open it again elsewhere.
1068
1069 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1070
1071         Patch by: Olivier Crete <tester at tester dot ca>
1072
1073         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1074         * gst/rtp/gstrtptheorapay.c:
1075         Fix the clock rate to 90000 as required by the RFC.
1076         Fixes #508644.
1077
1078 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1079
1080         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1081           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1082
1083 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1084
1085         * autogen.sh:
1086           Add -Wno-portability to the automake parameters to stop warnings
1087           about GNU make extensions being used. We require GNU make in almost
1088           every Makefile anyway.
1089           
1090         * configure.ac:
1091           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1092           at the same time is required for per target flags.
1093
1094 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1095
1096         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1097         Fix error from my last commit.
1098
1099 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1102
1103         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1104           Make sure the ISO 639-X language code in ID3v2 COMM frames
1105           is actually valid UTF-8 (or rather: ASCII), so we don't end
1106           up with non-UTF8 strings in tags if there's garbage in the
1107           language field. Also make sure the language code is always
1108           lower case. Fixes: #508291.
1109
1110 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1111
1112         * ChangeLog:
1113           Fix ChangeLog typo.
1114
1115 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1116
1117         * Makefile.am:
1118           Include lcov.mak to allow building coverage reports. Guard
1119           check-torture target like in the other packages.
1120
1121 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1122
1123         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1124
1125         * gst/videomixer/videomixer.c:
1126         (gst_videomixer_set_master_geometry), (_do_init),
1127         (gst_videomixer_child_proxy_get_child_by_index),
1128         (gst_videomixer_child_proxy_get_children_count),
1129         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1130         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1131         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1132         Implement GstChildProxy interface.
1133         Send newsegment at the right moment
1134         Fixes #488879
1135
1136 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1137
1138         * gst/alpha/Makefile.am:
1139         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1140         (gst_alpha_sink_event), (gst_alpha_chain),
1141         (gst_alpha_change_state), (plugin_init):
1142         Make the various properties of 'alpha' controllable. This allows doing
1143         niceties like fade-in/fade-out.
1144
1145 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1146
1147         * gst/rtp/gstasteriskh263.c:
1148         * gst/rtp/gstrtpL16depay.c:
1149         * gst/rtp/gstrtpac3depay.c:
1150         * gst/rtp/gstrtpamrpay.c:
1151         * gst/rtp/gstrtpdepay.c:
1152         * gst/rtp/gstrtpgsmdepay.c:
1153         * gst/rtp/gstrtph263depay.c:
1154         * gst/rtp/gstrtph263pdepay.c:
1155         * gst/rtp/gstrtph263ppay.c:
1156         * gst/rtp/gstrtph264depay.c:
1157         * gst/rtp/gstrtph264pay.c:
1158         * gst/rtp/gstrtpmp2tdepay.c:
1159         * gst/rtp/gstrtpmp4adepay.c:
1160         * gst/rtp/gstrtpmp4gdepay.c:
1161         * gst/rtp/gstrtpmp4gpay.c:
1162         * gst/rtp/gstrtpmp4vdepay.c:
1163         * gst/rtp/gstrtpmpadepay.c:
1164         * gst/rtp/gstrtpmpvdepay.c:
1165         * gst/rtp/gstrtpsv3vdepay.c:
1166         * gst/rtp/gstrtptheoradepay.c:
1167         * gst/rtp/gstrtptheorapay.c:
1168         * gst/rtp/gstrtpvorbisdepay.c:
1169         * gst/rtp/gstrtpvorbispay.c:
1170           Remove copy/paste unused code (property setters and getter) found by
1171           the coverage suite (yay, saves ~20k on disk).
1172
1173 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1174
1175         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1176           (videosink_templ):
1177           Also fix up pad templates to indicate that image/jpeg doesn't
1178           absolutely require the framerate property to be set (#504081).
1179
1180 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1181
1182         Based on patch by: Wouter Cloetens  <wouter at mind be>
1183
1184         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1185           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1186           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1187         * gst/matroska/matroska-mux.h:
1188           Keep track of first and last timestamps for each incoming stream,
1189           so we can calculate the total duration for live sources and other
1190           input where we can't query the duration from the start or where
1191           there's no constant framerate from which we can deduce the
1192           duration; also use calculated/observed duration if it is bigger
1193           than the previously queried duration. Furthermore, use
1194           gst_pad_query_peer_duration() and take into account that it may
1195           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1196           screws up comparisons when using unsigned integers. Fixes #504081.
1197
1198 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1199
1200         * configure.ac:
1201         * gst/audiofx/audioamplify.c:
1202         (gst_audio_amplify_clipping_method_get_type),
1203         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1204         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1205         (gst_audio_dynamic_transform_ip):
1206         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1207         (gst_audio_invert_transform_ip):
1208         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1209         (gst_audio_panorama_transform):
1210         * gst/level/gstlevel.c: (gst_level_init):
1211         Make elements GST_BUFFER_FLAG_GAP aware and call
1212         gst_base_transform_set_gap_aware for this.
1213         Bump core requirement to CVS.
1214         
1215         * gst/audiofx/audiochebyshevfreqband.c:
1216         (gst_audio_chebyshev_freq_band_transform_ip):
1217         * gst/audiofx/audiochebyshevfreqlimit.c:
1218         (gst_audio_chebyshev_freq_limit_transform_ip):
1219         Also sync GObject properties to the controller if operating
1220         in passthrough mode.
1221
1222 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1223
1224         * sys/directdraw/gstdirectdrawsink.c:
1225           (gst_directdraw_sink_window_thread):
1226           FALSE is not a gpointer.
1227
1228 2008-01-05  Julien Moutte  <julien@fluendo.com>
1229
1230         * sys/directdraw/gstdirectdrawsink.c:
1231         (gst_directdraw_sink_set_window_id),
1232         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1233         (gst_directdraw_sink_buffer_alloc),
1234         (gst_directdraw_sink_draw_borders),
1235         (gst_directdraw_sink_show_frame),
1236         (gst_directdraw_sink_setup_ddraw),
1237         (gst_directdraw_sink_window_thread),
1238         (gst_directdraw_sink_get_ddrawcaps),
1239         (gst_directdraw_sink_surface_create): Make sure we create our
1240         internal window only when we need it. That will give a chance to
1241         the application to get the prepare-xwindow-id bus message. Draw
1242         black borders when keeping aspect ratio. Handle the case where our
1243         rendering window disappears (closed or errors) like other sinks
1244         do. Various 80 columns fixes, improve state change order. That
1245         element could need some more love.
1246
1247 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1248
1249         * ext/taglib/gstapev2mux.h:
1250         * ext/taglib/gstid3v2mux.h:
1251         Remove useless typedefs without new type name. Fixes a warning with
1252         gcc 4.3.
1253
1254 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1255
1256         Patch by: John Millikin <jmillikin at gmail dot com>
1257
1258         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1259         (gst_flac_dec_setup_stream_decoder),
1260         (gst_flac_normalize_picture_mime_type),
1261         (gst_flac_extract_picture_buffer),
1262         (gst_flac_dec_metadata_callback):
1263         Emit metadata messages when a PICTURE block is encountered.
1264         Fixes #506715.
1265
1266 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1267
1268         * gst/avi/gstavi.c:
1269         increase rank because no known issues anymore ...
1270         * gst/avi/gstavisubtitle.c:
1271         send subtitle name to the srcpad
1272
1273 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1274
1275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1276         * gst/rtsp/gstrtspsrc.h:
1277         Implement redirect for the DESCRIBE reply. Fixes #506025.
1278
1279 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1280
1281         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1282         Fix 'xyz may be used uninitialized' compiler warnings caused
1283         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1284         abort() in any case but properly report the error.
1285
1286 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1287
1288         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1289         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1290         * sys/ximage/gstximagesrc.c: (composite_pixel):
1291           Fix 'xyz may be used uninitialized' compiler warnings caused
1292           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1293           not really nice to abort in any case). Fixes #505745.
1294
1295 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1296
1297         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1298           Small unit test fix (has no practical impact at the moment,
1299           since we're only feeding utf8 and hence just create a sub-
1300           buffer for the output).
1301
1302 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1303
1304         * gst/avi/gstavisubtitle.c:
1305         * tests/check/elements/avisubtitle.c:
1306         Add seeking support for avi subtitle
1307
1308 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1309
1310         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1311         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1312         (gst_flac_dec_write):
1313         * ext/flac/gstflacdec.h:
1314         Remove some unused vars.
1315         Do more cleanup of leftover events and tags.
1316         Output tags after the segment event. Fixes #504018.
1317
1318 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1319
1320         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1321           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1322           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1323           Detect other UTF byte order markers and convert to UTF-8 as
1324           appropriate.
1325
1326 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1327
1328         * gst/avi/gstavisubtitle.c: (src_template),
1329           (gst_avi_subtitle_extract_utf8_file),
1330           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1331           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1332           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1333         * gst/avi/gstavisubtitle.h:
1334           Refactor a bit; fix name extraction; don't assume all the data
1335           in the chunk is actually subtitle data, there may be padding at
1336           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1337           file so it's there to send again after a seek (for future use).
1338
1339 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1340
1341         * gst/avi/Makefile.am:
1342         * gst/avi/gstavi.c:
1343         * gst/avi/gstavisubtitle.c:
1344         * gst/avi/gstavisubtitle.h:
1345         * tests/check/Makefile.am:
1346         * tests/check/elements/avisubtitle.c:
1347         * win32/common/config.h:
1348                 Add avi subtitle element for bug #442034. Need seeking support
1349                 and more support for character conversion.
1350
1351 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1352
1353         * Makefile.am:
1354           Include common/win32.mak for CRLF check of win32 project
1355           files (see #393626).
1356
1357         * win32/vs6/libgstpng.dsp:
1358           Fix line endings and do cvs admin -kb.
1359
1360 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1361
1362         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1363         Actually drop the buffers which are outside the currently configured
1364         segment instead of just emitting a WARNING.
1365
1366 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1367
1368         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1369         (gst_flac_dec_write):
1370         * ext/flac/gstflacdec.h:
1371         Send segments from the streaming thread. Fixes #502187.
1372         Fix segment seeking and a bunch of other seeking cases.
1373
1374 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1375
1376         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1377           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1378           which is where it would end up if the same information was
1379           put in a vorbis comment (don't think it's worth adding a
1380           new URI tag for this). Fixes #488112.
1381
1382 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1383
1384         * configure.ac:
1385           We need core/base 0.10.15 or later.
1386
1387 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1388
1389         Patch by: Mark Nauwelaerts <manauw skynet be>
1390
1391         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1392         Fix regression in stream numbering. Fixes #502655.
1393
1394 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1395
1396         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1397
1398         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1399         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1400         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1401         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1402         (gst_rtp_h264_pay_handle_buffer):
1403         * gst/rtp/gstrtph264pay.h:
1404         Use higher performance start-code searching.
1405         Parse NALs and store SPS, PPS and profile in the caps so that they can
1406         be used in the SDP. Fixes #502814.
1407
1408 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1409
1410         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1411         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1412           Init some structs to zero before we pass them to ioctl, which
1413           avoids valgrind warnings.  Also fix a small memory leak.
1414
1415 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1416
1417         Patch by: Wouter Cloetens <wouter at mind dot be>
1418
1419         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1420         Copy timestamp from input to output. Not very perfect yet but better
1421         than nothing. Fixes #503023.
1422
1423 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1424
1425         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1426           Also print a useful error message with the old Wavpack API
1427           if possible.
1428
1429 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1430
1431         * ext/wavpack/gstwavpackdec.c:
1432           More build fixes for old libwavpack versions: include config.h so
1433           that WAVPACK_OLD_API is actually defined as detected; only use
1434           WavpackGetErrorMessage if it is available. This fixes the build
1435           on debian stable for me.
1436
1437 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1438
1439         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1440         * ext/wavpack/gstwavpackparse.c:
1441           (gst_wavpack_parse_create_src_pad):
1442           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1443           versions below 4.40.0.
1444
1445 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1446
1447         * configure.ac:
1448           And now do it right for real...
1449
1450 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1451
1452         * configure.ac:
1453           Correctly reset $LIBS to not contain -lm.
1454
1455 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1456
1457         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1458
1459         * configure.ac:
1460         * ext/cairo/gsttimeoverlay.c:
1461           (gst_cairo_time_overlay_print_smpte_time):
1462           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1463           and checking for rint() and implementing it ourself if it doesn't
1464           exist. Fixes #497293.
1465
1466 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1467
1468         * configure.ac:
1469           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1470
1471 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1472
1473         * sys/oss/gstosshelper.c:
1474         Verify that the format returned after the ioctl is the one
1475         we requested. It is valid for the ioctl to succeed while
1476         substituting an alternate 'supported' sample format.
1477
1478 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * sys/oss/gstossaudio.c: (plugin_init):
1481         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1482         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1483           Post decent (and translated) error message when we can't
1484           open the audio device for some reason.
1485
1486 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1487
1488         * sys/oss/gstosssink.c:
1489         * sys/oss/gstosssrc.c:
1490         Allow the AUDIODEV environment variable to redirect us
1491         to a different default OSS device, like sunaudiosink does
1492         on Solaris (makes audio play automatically on SunRays).
1493
1494 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1495
1496         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1497         * gst/audiofx/audiochebyshevfreqband.c:
1498         (gst_audio_chebyshev_freq_band_transform_ip):
1499         * gst/audiofx/audiochebyshevfreqlimit.c:
1500         (gst_audio_chebyshev_freq_limit_transform_ip):
1501         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1502         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1503         The transform_ip() methods should do nothing if in passthrough mode.
1504         It might get non-writable buffers in that case but the buffer might
1505         as well be writable.
1506
1507         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1508         The transform() methods won't be called in passthrough mode and
1509         otherwise the buffer is always writable so don't check here.
1510
1511 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1512
1513         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1514           Fix seeking in .wav files again (#501775).  Some people seem to think
1515           they don't need to test their changes when they're just 'reflowing'
1516           some code.
1517
1518 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1519
1520         * gst/autodetect/gstautovideosink.c:
1521         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1522         (gst_auto_video_sink_init),
1523         (gst_auto_video_sink_create_element_with_pretty_name),
1524         (gst_auto_video_sink_find_best),
1525         (gst_auto_video_sink_set_property),
1526         (gst_auto_video_sink_get_property):
1527         * gst/autodetect/gstautovideosink.h:
1528         Fix docs.
1529         Use same error reporting code as autoaudiosink.
1530         Add property to filter sinks based on caps. Only select raw video sinks
1531         by default for backwards compat.
1532         API: GstAutoVideoSink::filter-caps
1533
1534 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1535
1536         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1537
1538         * gst/autodetect/gstautoaudiosink.c:
1539         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1540         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1541         (gst_auto_audio_sink_set_property),
1542         (gst_auto_audio_sink_get_property):
1543         * gst/autodetect/gstautoaudiosink.h:
1544         Add property to filter sinks based on caps. Only select raw audio sinks
1545         by default for backwards compat.  Fixes #417420.
1546         API: GstAutoAudioSink::filter-caps
1547
1548 2007-11-29  Michael Smith <msmith@fluendo.com>
1549
1550         Patch by: Arek Korbik <arkadini@gmail.com>
1551
1552         * gst/videobox/gstvideobox.c: (plugin_init):
1553           Initialise liboil in plugin_init()
1554
1555 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1556
1557         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1558         Post error before sending EOS. Fixes #499178.
1559
1560 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1561
1562         * win32/vs6/gst_plugins_good.dsw:
1563         * win32/vs6/libgstpng.dsp:
1564         Add a project file for libgstpng
1565
1566 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1567
1568         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1569         (gst_rtp_h263_depay_process):
1570         Code beautification.
1571         Added debug statements.
1572         Don't bit-shift everything, just do operations on last/first byte
1573         instead.
1574
1575 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1576
1577         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1578
1579         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1580         Fix wrong comparison in overrun check. Fixes #499239 some more.
1581
1582 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1583
1584         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1585         (gst_rtp_h263_depay_process):
1586         * gst/rtp/gstrtph263depay.h:
1587         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1588         stream.
1589
1590 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1591
1592         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1593
1594         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1595         (gst_rtp_mp4a_depay_process):
1596         * gst/rtp/gstrtpmp4adepay.h:
1597         Fix depayloading when multiple frames are inside one RTP packet.
1598         Fixes #499239.
1599
1600 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1601
1602         * gst/level/gstlevel.c:
1603           Add GAP-flag support.
1604
1605 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1606
1607         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1608         Read the I flag for Mode A h263 rtp stream and set the
1609         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1610         Fixes #499383
1611
1612 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1613
1614         * gst/level/gstlevel.c:
1615           Remove some dead code and do cleanups.
1616
1617 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1618
1619         * tests/check/pipelines/simple-launch-lines.c:
1620           Improve the tests by allowing to set a target state.
1621
1622 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1623
1624         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1625         Don't check the caps of the output buffer if they're equal some
1626         other caps. The caps can change in a backward compatible way
1627         and did at this point.
1628
1629 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1630
1631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1632         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1633         (gst_qtdemux_seek_to_previous_keyframe),
1634         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1635         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1636         reverse playback support.
1637
1638 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1639
1640         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1641         Also set the channel layout on the Wavpack caps if we're having
1642         a mono layout. Of course only do it for "audio/x-wavpack".
1643
1644 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1645
1646         * ext/wavpack/gstwavpackcommon.c:
1647         (gst_wavpack_get_default_channel_mask),
1648         (gst_wavpack_set_channel_layout),
1649         (gst_wavpack_get_default_channel_positions),
1650         (gst_wavpack_get_channel_mask_from_positions),
1651         (gst_wavpack_set_channel_mapping):
1652         * ext/wavpack/gstwavpackcommon.h:
1653         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1654         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1655         * ext/wavpack/gstwavpackdec.h:
1656         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1657         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1658         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1659         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1660         (gst_wavpack_enc_rewrite_first_block),
1661         (gst_wavpack_enc_sink_event):
1662         * ext/wavpack/gstwavpackenc.h:
1663         * ext/wavpack/gstwavpackparse.c:
1664         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1665         (gst_wavpack_parse_scan_to_find_sample),
1666         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1667         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1668         * ext/wavpack/gstwavpackparse.h:
1669         Add support for encoding, parsing and decoding multichannel
1670         files with up to 8 channels. This also improves the robustness
1671         of parsing quite a bit.
1672
1673         * ext/wavpack/gstwavpackstreamreader.c:
1674         (gst_wavpack_stream_reader_read_bytes),
1675         (gst_wavpack_stream_reader_get_pos),
1676         (gst_wavpack_stream_reader_set_pos_abs),
1677         (gst_wavpack_stream_reader_set_pos_rel),
1678         (gst_wavpack_stream_reader_push_back_byte),
1679         (gst_wavpack_stream_reader_get_length),
1680         (gst_wavpack_stream_reader_can_seek),
1681         (gst_wavpack_stream_reader_write_bytes):
1682         Improve debugging.
1683
1684 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * ext/libpng/gstpngdec.c:
1687         * ext/libpng/gstpngdec.h:
1688           Don't release the png-memory from within the callback.
1689
1690 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1691
1692         Patch by: René Stadler <mail at renestadler dot de>
1693
1694         * ext/libpng/gstpngenc.c:
1695           Don't leak buffer data memory. Fixes #498395.
1696
1697 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1698
1699         Patch by: René Stadler <mail at renestadler dot de>
1700
1701         * tests/check/pipelines/simple-launch-lines.c:
1702           Tests for #498395.
1703
1704 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1705
1706         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1707         (gst_tag_lib_mux_adjust_event_offsets):
1708         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1709         * sys/osxaudio/Makefile.am:
1710         * sys/osxvideo/cocoawindow.h:
1711         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1712
1713 2007-11-15  David Schleef  <ds@schleef.org>
1714
1715         * ext/cairo/gsttextoverlay.c:
1716           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1717
1718 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1719
1720         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1721
1722         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1723         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1724         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1725         * gst/rtp/gstrtpmp2tpay.h:
1726         Fill the MTU with as many packets as possible. Fixes #491323.
1727
1728 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1729
1730         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1731
1732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1733         Fix some more leaks. Fixes #497007.
1734
1735 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1736
1737         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1738
1739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1740         (gst_rtspsrc_stream_configure_tcp):
1741         Fix 3 pad leaks. Fixes #496983.
1742
1743 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1744
1745         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1746
1747         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1748         Fix small leak. Fixes #497017.
1749
1750 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1751
1752         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1753         (gst_qtdemux_prepare_current_sample),
1754         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1755         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1756         * gst/qtdemux/qtdemux_fourcc.h:
1757         * gst/qtdemux/qtdemux_types.c:
1758         Add suppport for theora in quicktime according to XiphQT.
1759
1760 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1761
1762         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1763         (gst_v4l2src_init), (gst_v4l2src_set_property),
1764         (gst_v4l2src_get_property):
1765         * sys/v4l2/gstv4l2src.h:
1766         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1767           Always copy buffers by default (handle safer with bugged drivers)
1768           and added a property to make it possible to use mmap effectively (no
1769           copy if possible) when application wants to. Fixes: #480557.
1770
1771 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1772
1773         * gst/id3demux/id3tags.c:
1774         * gst/id3demux/id3tags.h:
1775         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1776           We don't want the same string multiple times in a tag list for the
1777           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1778           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1779
1780 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1783           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1784           into ID3v2 TXXX frames (fixes #347848).
1785
1786 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1787
1788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1789           Don't leak sdp message contents (fixes #496773).
1790
1791         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1792           Don't leak URI string.
1793
1794 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1795
1796         Patch by: Julien Puydt <julien dot puydt at laposte net>
1797
1798         * ext/raw1394/Makefile.am:
1799         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1800           (gst_1394_property_probe_get_properties),
1801           (gst_1394_property_probe_probe_property),
1802           (gst_1394_property_probe_needs_probe),
1803           (gst_1394_property_probe_get_values),
1804           (gst_1394_property_probe_interface_init),
1805           (gst_1394_type_add_property_probe_interface):
1806         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1807         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1808           (gst_dv1394src_init), (gst_dv1394src_dispose),
1809           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1810           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1811           (gst_dv1394src_update_device_name):
1812         * ext/raw1394/gstdv1394src.h:
1813           Implement GstPropertyProbe interface and add "device-name" property,
1814           so applications can use this to probe for available devices in the
1815           same way they can already with v4lsrc and v4l2src (however horrible
1816           this property probe interface may be). Fixes #358841.
1817
1818 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1821
1822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1823           (gst_rtspsrc_parse_range):
1824           Don't leak event, don't leak range (fixes #496752).
1825
1826 2007-11-14  Michael Smith <msmith@fluendo.com>
1827
1828         Patch by: Arek Korbik <arkadini@gmail.com>
1829
1830         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1831           Detect RGBA/BGRA correctly on little endian systems.
1832
1833 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1836           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1837           corresponding ioctl() call fails even though the driver claims to
1838           support this format, just fall back to the pre-2.6.19 kernel
1839           routine that creates caps with suitable height and width ranges
1840           (see #448278).
1841
1842 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         Patch by: Mark Nauwelaerts <manauw skynet be>
1845
1846         * gst/matroska/matroska-demux.c:
1847           (gst_matroska_demux_push_dvd_clut_change_event),
1848           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1849           (gst_matroska_demux_subtitle_caps):
1850         * gst/matroska/matroska-ids.h:
1851           Extract palette data for dvd subpicture streams and send it
1852           downstream as custom gstreamer dvd event (fixes #453417).
1853
1854 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1855
1856         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1857           Implement minimal parsing of the passed pango font description
1858           string, so passing a font size works the same as with the
1859           pango textoverlay plugin; fixes #455086.
1860           (Maybe we could just use pangocairo here at some point).
1861
1862 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1863
1864         * gst/avi/gstavidemux.c:
1865         * gst/wavparse/gstwavparse.c:
1866           Return the result in _activate_pull(). Don't ref element there.
1867
1868 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1869
1870         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1871         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1872         (gst_wavparse_srcpad_event):
1873           Ref the element when we should, but not when we its not needed. Reflow
1874           the event_handling to not leak the event.       
1875
1876 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1877
1878         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1879         (qtdemux_parse_samples):
1880         Properly free QTDemuxSamples array.
1881         Protect table write with a sensible check, some files apparently DO contain
1882         stts values starting with 0 :(
1883
1884 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1885
1886         * gst/avi/gstavidemux.c:
1887         * gst/qtdemux/qtdemux.c:
1888           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1889           previous commit messed up.
1890
1891 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1892
1893         * gst/avi/gstavidemux.c:
1894         * gst/qtdemux/qtdemux.c:
1895           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1896           element when we should, but not when we its not needed.
1897
1898 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1899
1900         * gst/wavparse/gstwavparse.c:
1901           Return FALSE if we can't handle a query instead of changing the
1902           format. Ignore fact when dealing with mpeg audio.
1903
1904 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1905
1906         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1907
1908         * configure.ac:
1909         * gst/udp/gstdynudpsink.c:
1910         * gst/udp/gstdynudpsink.h:
1911         * gst/udp/gstmultiudpsink.c:
1912         * gst/udp/gstmultiudpsink.h:
1913         * gst/udp/gstudpsink.c:
1914         * gst/udp/gstudpsink.h:
1915           Fix includes for MSVC and GLib-2.14.0 (#492388).
1916
1917         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1918           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1919
1920 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1921
1922         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1923         (gst_mulawdec_chain):
1924         * gst/law/mulaw-decode.h:
1925         Calculate outgoing buffer duration if incoming buffer didn't have a
1926         valid duration.
1927
1928 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1929
1930         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1931         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1932         Smarter combine_flow code that also deals with downstream elements
1933         returning UNEXPECTED when they receive data out of the segment
1934         boundaries. Fixes #491305.
1935
1936 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1937
1938         * sys/v4l2/v4l2src_calls.c:
1939           Fix 'unused variable' compiler warning when compiling against
1940           older kernel headers.
1941
1942 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1943
1944         * ext/taglib/gstid3v2mux.cc (add_funcs):
1945           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1946
1947 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1948
1949         * tests/check/pipelines/simple-launch-lines.c:
1950            Improve the tests a little more.
1951
1952 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1953
1954         patch by: Yun Zheng Hu
1955
1956         * sys/osxaudio/gstosxaudiosrc.c:
1957         Use default input device instead of default output device and
1958         only memcpy actual available bytes.
1959
1960 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1961
1962         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1963           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1964           early. It is temporary until we find something better.
1965
1966 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1967
1968         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1969
1970         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1971         Fix race when pausing a RTSP stream in interleaved.
1972         Fixes #475784.
1973
1974 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1975
1976         Patch by: Peter Kjellerstedt <pkj at axis com>
1977
1978         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1979         Use correct unref function for buffers. #488844.
1980
1981 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1982
1983         * gst/avi/gstavimux.c:
1984         * tests/check/elements/avimux.c:
1985           Add some debug and sync tests with the fix.     
1986
1987 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1988
1989         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1990
1991         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1992         When the socket is used by the app for other purposes, don't generate an
1993         error if there is activaty on the socket that is not data related.
1994         Fixes #487488.
1995
1996 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1997
1998         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1999         (gst_v4l2src_grab_frame):
2000         Add some more debug info. Generate an error when we run out of buffers
2001         for some reason. See #480557.
2002
2003 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2004
2005         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2006
2007         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2008         Set marker bit correctly.
2009
2010 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2011
2012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2013         Use allowed name for the GstStructure.
2014
2015 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2016
2017         * ext/gconf/gstswitchsink.c:
2018         * gst/autodetect/gstautoaudiosink.c:
2019           Use new gst_bus_pop_filtered().
2020
2021 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2022
2023         * sys/v4l2/gstv4l2src.c:
2024         * sys/v4l2/v4l2src_calls.c:
2025           When probing the formats and sizes a camera supports, make
2026           sure the best ones (highest resolution, prefered format)
2027           end up at the beginning of the probed caps and the less
2028           desirable ones at the end.  This is important because the
2029           order within the caps matters for things like fixation and
2030           negotiation, ie. what format is chosen in the end.
2031           With recent kernels, the current probing code will end up
2032           querying the supported sizes from lowest resolution to
2033           highest resolution, adding them to the probed caps in that
2034           order, resulting to v4l2src fixating to the lowest possible
2035           resolution if downstream does not express a size preference.
2036           Also make up a somewhat random ranking of prefered output
2037           formats for the same reason. Fixes #485828.
2038         
2039 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2040
2041         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2042
2043         * gst/id3demux/id3v2frames.c:
2044           Extract license/copyright URIs from ID3v2 WCOP frames
2045           (Fixes #447000).
2046
2047         * tests/check/elements/id3demux.c:
2048         * tests/files/Makefile.am:
2049         * tests/files/id3-447000-wcop.tag:
2050           Add simple unit test.
2051
2052 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * ext/taglib/gstid3v2mux.cc:
2055           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2056           Prerequisite for #447000.
2057
2058 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2059
2060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2061         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2062         a GstClockTime.
2063
2064 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2065
2066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2067         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2068         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2069         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2070         (gst_rtspsrc_change_state):
2071         More seeking fixes, mostly passing around the new playback segment in
2072         order to configure it properly.
2073         Also reset base_time of udp sources when setting them back to PLAYING as
2074         a temporary hack until core supports seek in live sources properly.
2075
2076 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2077
2078         * gst/rtp/gstrtpmp4adepay.c:
2079         Fix caps as to not confuse autopluggers.
2080
2081 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * gst/id3demux/gstid3demux.c:
2084         * gst/id3demux/gstid3demux.h:
2085         * gst/id3demux/id3tags.c:
2086         * gst/id3demux/id3tags.h:
2087         * gst/id3demux/id3v2frames.c:
2088           Port ID3 tag demuxer over to the new GstTagDemux in -base
2089           (now would be a good time to test re-importing your music
2090           collection).
2091
2092 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2093
2094         * gst/apetag/Makefile.am:
2095         * gst/apetag/gstapedemux.c:
2096         * gst/apetag/gstapedemux.h:
2097         * gst/apetag/gsttagdemux.c:
2098         * gst/apetag/gsttagdemux.h:
2099           Port APE tag demuxer over to the new GstTagDemux in -base.
2100
2101 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2102
2103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2104         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2105         (gst_rtspsrc_handle_internal_src_query),
2106         (gst_rtspsrc_handle_src_query), (new_session_pad),
2107         (gst_rtspsrc_stream_configure_tcp),
2108         (gst_rtspsrc_stream_configure_transport),
2109         (gst_rtspsrc_loop_send_cmd):
2110         Improve flushing behaviour.
2111         Set state of the udp sources to PAUSE/PLAYING correctly.
2112         Handle events and queries for UDP and TCP transport now.
2113
2114 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2115
2116         * gst/rtp/gstrtpgsmdepay.c:
2117         * gst/rtp/gstrtpgsmpay.c:
2118           Add log category.
2119
2120 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2121
2122         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2123
2124         * tests/check/Makefile.am:
2125         * tests/check/pipelines/simple-launch-lines.c:
2126           Add unit tests for payloaders/depayloaders.
2127
2128 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2129
2130         * gst/avi/gstavimux.c:
2131         * gst/avi/gstavimux.h:
2132           Also save codec data for audio streams. Fixes #482495.
2133
2134 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2135
2136         * gst/avi/gstavimux.c:
2137           Fix "Index entry has invalid stream nr 1".
2138           Add support for muxing aac - work in progress (see #482495).
2139
2140 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2141
2142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2143         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2144         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2145         * gst/rtsp/gstrtspsrc.h:
2146         Parse bandwidth modifiers, they are not yet configured in the session
2147         manager because we don't have an API for that yet.
2148
2149 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2150
2151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2152         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2153         Use shiny new function in -base to get the default clock-rate.
2154         Update some docs.
2155
2156 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2157
2158         * win32/MANIFEST:
2159         Add files to win32 manifest.
2160         * win32/vs6/libgstaudiofx.dsp:
2161         * win32/vs6/libgstqtdemux.dsp:
2162         * win32/vs6/libgstrtp.dsp:
2163         * win32/vs6/libgstrtsp.dsp:
2164         Update project files.
2165
2166 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2167
2168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2169         (gst_rtspsrc_play):
2170         * gst/rtsp/gstrtspsrc.h:
2171         In TCP mode, only timestamp the first buffer. TCP is not real time and
2172         it does not make sense to try to skew compensate, also some servers send
2173         the first batch of data in a burst.
2174
2175 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2176
2177         * gst/matroska/matroska-demux.c:
2178           Fix setting the discont flag on the first buffer
2179           pushed downstream for formats with private codec
2180           data that needs to be deserialised into buffers
2181           (such as vorbis and FLAC when in a matroska container).
2182
2183 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2184
2185         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2186
2187         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2188         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2189         (gst_rtp_mp4v_pay_handle_buffer):
2190         * gst/rtp/gstrtpmp4vpay.h:
2191         Free the config string. Fixes #480707.
2192         Clean up the timestamp code a little.
2193
2194 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2195
2196         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2197         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2198         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2199         * gst/rtsp/gstrtspsrc.h:
2200         Set timestamps on RTP buffers in interleaved mode.
2201         Mark first buffers with a DISCONT.
2202         Remove flush hack now that sync for live sources has been figured out.
2203
2204 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2205
2206         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2207         Update documentation.
2208
2209 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2210
2211         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2212         (gst_rtp_xqt_depay_change_state):
2213         * gst/qtdemux/gstrtpxqtdepay.h:
2214         Fail if we don't know the quicktime format.
2215
2216 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2217
2218         * ext/flac/gstflacenc.c:
2219         * ext/flac/gstflacenc.h:
2220           Save the flow return from the last gst_pad_push() and
2221           make sure we pass the right flow return value upstream
2222           in the case of failure; minor clean-ups.
2223
2224 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2225
2226         * ext/taglib/gstapev2mux.cc:
2227         * ext/taglib/gstid3v2mux.cc:
2228         * gst/apetag/gstapedemux.c:
2229           Add support for the new GST_TAG_COMPOSER (#459809).
2230
2231 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2232
2233         * gst/law/alaw-decode.c:
2234         * gst/law/alaw-decode.h:
2235         * gst/law/alaw-encode.c:
2236         * gst/law/alaw-encode.h:
2237         * gst/law/alaw.c:
2238         * gst/law/mulaw-conversion.h:
2239           Compulsive clean-ups: use boilerplate macros, add debug
2240           categories, fix up things to conform to symbol nomenklatura,
2241           etc.
2242
2243 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2244
2245         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2246
2247         * gst/law/alaw-decode.c:
2248         * gst/law/alaw-encode.c:
2249           Use static tables for A-Law decoding and encoding; this makes
2250           A-Law decoding and encoding less CPU-intensive, but increases
2251           the binary size a bit. Leaving old code around for now,
2252           selectable by a define in the code. Fixes #435435.
2253
2254 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2255
2256         * configure.ac:
2257         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2258         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2259         in configure.ac.
2260
2261 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2262
2263         Patch by: Jan Gerber <j at bootlab dot org>
2264
2265         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2266         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2267
2268 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2269
2270         * sys/oss/gstosshelper.c:
2271           Use GST_WARNING instead of a g_critical. This situation is not caused
2272           by the application.
2273
2274 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2275
2276         * po/LINGUAS:
2277         * po/nl.po:
2278           Updated translations.
2279
2280 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2281
2282         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2283
2284         * po/eu.po:
2285           Added Basque translation.
2286
2287 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2288
2289         translated by: Abel Cheung <abelcheung@gmail.com>
2290
2291         * po/zh_HK.po:
2292         * po/zh_TW.po:
2293           Added Chinese (traditional and Hong Kong) translation.
2294
2295 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2296
2297         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2298
2299         * po/pl.po:
2300           Added Polish translation.
2301
2302 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2303
2304         translated by: Ilkka Tuohela <hile@iki.fi>
2305
2306         * po/fi.po:
2307           Added Finnish translation.
2308
2309 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2310
2311         translated by: Jorge González González <aloriel@gmail.com>
2312
2313         * po/es.po:
2314           Added Spanish translation.
2315
2316 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2317
2318         translated by: Mogens Jaeger <mogens@jaeger.tf>
2319
2320         * po/da.po:
2321           Added Danish translation.
2322
2323 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2324
2325         translated by: Funda Wang <fundawang@linux.net.cn>
2326
2327         * po/zh_CN.po:
2328           Added Chinese (simplified) translation.
2329
2330 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2331
2332         translated by: Alexander Shopov <ash@contact.bg>
2333
2334         * po/bg.po:
2335           Added Bulgarian translation.
2336
2337 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2338
2339         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2340         Set outgoing packet duration because we can. Fixes #478244 some more.
2341
2342 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2343
2344         * ext/cairo/gsttextoverlay.c:
2345           Add info about static leak.
2346         
2347         * tests/check/Makefile.am:
2348         * tests/check/generic/states.c:
2349           Improved state change unit test.
2350
2351 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2352
2353         * docs/plugins/.cvsignore:
2354         * tests/check/.cvsignore:
2355           Ignore registries in any format.
2356
2357 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2358
2359         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2360         Removed some unused code.
2361
2362         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2363         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2364         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2365         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2366         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2367         (gst_rtp_theora_pay_flush_packet):
2368         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2369         Try to preserve the incomming buffer duration on the outgoing
2370         packets. Fixes #478244.
2371
2372 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2373
2374         * ext/taglib/gstapev2mux.cc:
2375         * ext/taglib/gstid3v2mux.cc:
2376           Work around compiler warnings with g++-4.2 when assigning a
2377           string constant to a gchar * (partially fixes #478092).
2378
2379 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2380
2381         * configure.ac:
2382           We require core CVS now for gst_base_src_set_do_timestamp().
2383
2384 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2385
2386         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2388         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2389         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2390         (gst_rtspsrc_handle_message):
2391         Fix compiler warnings shown with Forte.
2392
2393 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2394
2395         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2396         (gst_rtspsrc_dup_printf):
2397         Give meaningfull error when all streams failed to configure for some
2398         reason.
2399
2400 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2401
2402         * gst/rtp/README:
2403         Update README with the design for synchronisation rules of RTP on
2404         sender and receiver.
2405
2406 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2407
2408         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2409         (gst_wavparse_chain):
2410         Don't push EOS from the chain function, the element
2411         driving the pipeline is responsible for this. The bug
2412         this was meant to fix seems to be queue not forwarding
2413         EOS in all cases (see #476514).
2414
2415 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2416
2417         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2418         (gst_level_transform_ip):
2419         * gst/level/gstlevel.h:
2420         Use basetransform segment so that it is correctly managed on flushes and
2421         start/stop.
2422         Report message timestamp as stream time, which is what an application
2423         can understand.
2424
2425 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2426
2427         * ext/taglib/gstapev2mux.cc:
2428         * ext/taglib/gstapev2mux.h:
2429         * ext/taglib/gsttaglibmux.c:
2430         * tests/check/elements/apev2mux.c:
2431         Update my mail address.
2432
2433 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2434
2435         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2436         (gst_wavparse_loop), (gst_wavparse_chain):
2437         Add EOS logic for the push-based mode too. Fixes #476514.
2438
2439 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2440
2441         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2442         * gst/law/alaw-encode.h:
2443         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2444         (gst_mulawenc_chain):
2445         * gst/law/mulaw-encode.h:
2446         Fix law encoder timestamps.
2447
2448 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2449
2450         * ext/gconf/gstgconfaudiosink.c:
2451           Fix warning when building without debug.
2452
2453         * sys/oss/gstossmixertrack.c:
2454           Use const like in alsamixertrack.c (fixes warnings).
2455
2456 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2457
2458         * sys/v4l2/v4l2src_calls.c:
2459         (gst_v4l2src_probe_caps_for_format_and_size):
2460         Fix framerate detection code some more.
2461         Handle the case where there is a weird step in the stepwise framerates.
2462         Don't overwrite the min interval with the framerate, use a temp variable
2463         instead.
2464         Use max in the Continuous framerate intervals instead of step, which is
2465         1 according to the docs. Fixes #475424.
2466
2467 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2468
2469         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2470         Make udpsrc timestamp outgoing buffers based on when they were received.
2471         Also make it output a segment in time.
2472
2473 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2474
2475         * gst/avi/gstavidemux.c:
2476           Plug a little leak. Little code cleanups.
2477
2478 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2479
2480         * configure.ac:
2481           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2482           flac versions, 's good for cross-compilation karma.
2483
2484 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2485
2486         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2487
2488         * gst/rtp/gstrtph263pay.c:
2489           Fix up header structure so that compilers don't add padding
2490           between the structure fields, since that would lead to us
2491           sending RTP packets with broken headers (as is currently the
2492           case when compiling with MSVC). Also see similar fixes in
2493           libgstrtp in gst-plugins-base. (#474616; #471194)
2494
2495 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2496
2497         * sys/v4l2/v4l2src_calls.c:
2498         (gst_v4l2src_probe_caps_for_format_and_size):
2499         Don't overwrite our GValue with 0 but instead use the previously
2500         computed value. Fixes #471823 some more.
2501
2502 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2503
2504         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2505           No tabs in this file please, or gtk-doc will end up documenting
2506           rather absurd class hierarchies.
2507
2508 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         * ext/gconf/gstswitchsink.c:
2511           If the new kid element fails to change state for some reason
2512           (e.g. esdsink not being able to connect to the sound server),
2513           forward the error message it posted on the bus instead of just
2514           posting a generic 'Internal state change error: please file a
2515           bug' error message. Fixes #471364.
2516
2517 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2518
2519         * gst/qtdemux/Makefile.am:
2520         * gst/qtdemux/qtdemux.c:
2521           Don't assume tags are encoded as UTF-8 (#473670).
2522
2523 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2524
2525         * sys/v4l2/gstv4l2src.c:
2526         * sys/v4l2/gstv4l2src.h:
2527         * sys/v4l2/v4l2src_calls.c:
2528           Implement LATENCY queries in the crudest way possible so I don't
2529           have to use sync=false any longer when testing with videosinks.
2530
2531 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2532
2533         * configure.ac:
2534           Fix build.
2535
2536 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2537
2538         * sys/v4l2/v4l2src_calls.c:
2539         (gst_v4l2src_probe_caps_for_format_and_size):
2540         Add some more debugging in the framerate function.
2541         Iterate stepwise framerate up to and _including_ the max and if nothing
2542         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2543         don't end up with an empty list. Fixes #471823
2544
2545 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2546
2547         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2548         (gst_multiudpsink_set_clients_string),
2549         (gst_multiudpsink_get_clients_string),
2550         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2551         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2552         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2553         (gst_multiudpsink_clear):
2554         Add property do configure destination address/port pairs
2555         API:GstMultiUDPSink::clients
2556
2557 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2558
2559         * tests/examples/Makefile.am:
2560         * tests/examples/rtp/Makefile.am:
2561         * tests/examples/rtp/client-H263p-AMR.sh:
2562         * tests/examples/rtp/client-H263p-PCMA.sdp:
2563         * tests/examples/rtp/client-H263p-PCMA.sh:
2564         * tests/examples/rtp/client-H264-PCMA.sdp:
2565         * tests/examples/rtp/client-H264-PCMA.sh:
2566         * tests/examples/rtp/client-PCMA.sh:
2567         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2568         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2569         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2570         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2571         Added some RTP example scripts for sending and receiving RTP streams.
2572
2573 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2574
2575         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2576         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2577         Restructure the setcaps function so that we can also compute the
2578         expected GStreamer output size of the video frames.
2579         Set frame_byte_size correctly so that read-based devices have a chance
2580         of working correctly.
2581         When grabbing a frame, discard frames that are not of the expected size.
2582         Some cameras don't output the right framesize for the first buffer.
2583         Try only a couple of times to get a valid frame, else error out.
2584
2585         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2586         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2587         Add some more debug info when scanning the device.
2588
2589         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2590         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2591         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2592         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2593         Add some more debug info when dequeing a frame.
2594
2595 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2596
2597         * gst/wavparse/gstwavparse.c:
2598           More code cleanups. Add some more comment and improve debugs logs.
2599
2600 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2601
2602         * gst/wavparse/gstwavparse.c:
2603         * gst/wavparse/gstwavparse.h:
2604           Implement seek-query. Refactor duration calculations. Appropriate use
2605           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2606           out of loops.
2607
2608 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2609
2610         * gst/avi/gstavidemux.c:
2611           Implement seek-query.
2612
2613 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2614
2615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2616         (gst_rtspsrc_dup_printf):
2617         Use new basesink async property to make sparse RTCP packet not wait for
2618         preroll.
2619
2620 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2621
2622         * gst/audiofx/Makefile.am:
2623         Dist the right file.
2624
2625 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2626
2627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2628         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2629         Make sure we generate and parse floating point values in the POSIX
2630         locale instead of the current locale. 
2631
2632 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2633
2634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2635         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2636         (gst_rtspsrc_play):
2637         * gst/rtsp/gstrtspsrc.h:
2638         Fix method detection again.
2639         Keep track of when we must send a Range header.
2640         Use segment values for Range, Speed and Scale headers.
2641         Parse Speed and Scale headers to update the segment values.
2642
2643 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2644
2645         patch by: Mark Nauwelaerts <manauw@skynet.be>
2646
2647         * sys/v4l2/v4l2src_calls.c:
2648           Handle optional v4l2 ioctls gracefully.
2649
2650 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2651
2652         * gst/rtp/Makefile.am:
2653         * gst/rtp/gstrtp.c: (plugin_init):
2654         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2655         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2656         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2657         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2658         (gst_rtp_h263_depay_get_property),
2659         (gst_rtp_h263_depay_change_state),
2660         (gst_rtp_h263_depay_plugin_init):
2661         * gst/rtp/gstrtph263depay.h:
2662         Added an H263 depayloader. Fixes #369392.
2663
2664         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2665         (gst_rtp_h263p_depay_process):
2666         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2667         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2668         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2669         payloads.
2670         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2671
2672 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2673
2674         * gst/audiofx/audiochebyshevfreqband.c:
2675         * gst/audiofx/audiochebyshevfreqlimit.c:
2676         Add small comparision with the windowed sinc filters in the docs.
2677
2678 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2679
2680         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2681         (audiochebyshevfreqband_suite):
2682         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2683         (audiochebyshevfreqlimit_suite):
2684         Also test 32 bit float mode and the type 2 variants of the filters.
2685
2686 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2687
2688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2689         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2690         (gst_rtspsrc_loop):
2691         Refactor the udp and interleaved loop function a bit.
2692
2693 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2694
2695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2696         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2697         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2698         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2699         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2700         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2701         * gst/rtsp/gstrtspsrc.h:
2702         Protect connection activity with a new lock, avoids deadlocks when going
2703         to PAUSED. Fixes #455808.
2704
2705 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2706
2707         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2708         Fix debug statement.
2709
2710 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2711
2712         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2713         Fix stray %u in debug line as spotted by Saur on IRC.
2714
2715 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2716
2717         * gst/audiofx/audiochebyshevfreqband.c:
2718         (gst_audio_chebyshev_freq_band_class_init):
2719         * gst/audiofx/audiochebyshevfreqlimit.c:
2720         (gst_audio_chebyshev_freq_limit_class_init):
2721         Use generator macros for the process functions for the different
2722         sample types, add lower upper boundaries for the GObject properties
2723         so automatically generated UIs can use sliders and add a note about
2724         the number of poles as a too high number of poles combined with
2725         very low or very high frequencies will produce only noise.
2726         * docs/plugins/gst-plugins-good-plugins.args:
2727         Regenerated for the property changes.
2728
2729 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2730
2731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2732         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2733         (gst_rtspsrc_stream_configure_udp_sink),
2734         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2735         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2736         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2737         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2738         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2739         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2740         * gst/rtsp/gstrtspsrc.h:
2741         Improve timeout handling.
2742         Use the same socket for sending and receiving RTCP packets so that some
2743         servers can track clients better.
2744         Improve connection closed handling. Try to reconnect.
2745         Don't overwrite our content base with NULL.
2746         Improve debugging.
2747         Improve range parsing and handling.
2748         Remove flushing hack now that core does the right thing.
2749
2750 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2751
2752         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2753         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2754         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2755         (gst_multiudpsink_close), (gst_multiudpsink_add):
2756         * gst/udp/gstmultiudpsink.h:
2757         Add support for getting and setting the socket to use.
2758
2759         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2760         (gst_udpsrc_create), (gst_udpsrc_get_property):
2761         Add support for getting the currently used socket.
2762
2763 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2764
2765         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2766
2767         * gst/audiofx/Makefile.am:
2768         * gst/audiofx/audiochebyshevfreqband.c:
2769         (gst_audio_chebyshev_freq_band_mode_get_type),
2770         (gst_audio_chebyshev_freq_band_base_init),
2771         (gst_audio_chebyshev_freq_band_dispose),
2772         (gst_audio_chebyshev_freq_band_class_init),
2773         (gst_audio_chebyshev_freq_band_init),
2774         (generate_biquad_coefficients), (calculate_gain),
2775         (generate_coefficients),
2776         (gst_audio_chebyshev_freq_band_set_property),
2777         (gst_audio_chebyshev_freq_band_get_property),
2778         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2779         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2780         (gst_audio_chebyshev_freq_band_start):
2781         * gst/audiofx/audiochebyshevfreqband.h:
2782         * gst/audiofx/audiochebyshevfreqlimit.c:
2783         (gst_audio_chebyshev_freq_limit_mode_get_type),
2784         (gst_audio_chebyshev_freq_limit_base_init),
2785         (gst_audio_chebyshev_freq_limit_dispose),
2786         (gst_audio_chebyshev_freq_limit_class_init),
2787         (gst_audio_chebyshev_freq_limit_init),
2788         (generate_biquad_coefficients), (calculate_gain),
2789         (generate_coefficients),
2790         (gst_audio_chebyshev_freq_limit_set_property),
2791         (gst_audio_chebyshev_freq_limit_get_property),
2792         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2793         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2794         (gst_audio_chebyshev_freq_limit_start):
2795         * gst/audiofx/audiochebyshevfreqlimit.h:
2796         * gst/audiofx/audiofx.c: (plugin_init):
2797         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2798         Fixes #464800.
2799
2800         * tests/check/Makefile.am:
2801         * tests/check/elements/.cvsignore:
2802         * tests/check/elements/audiochebyshevfreqband.c:
2803         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2804         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2805         * tests/check/elements/audiochebyshevfreqlimit.c:
2806         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2807         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2808         Add unit tests for the chebyshev filters.
2809
2810         * docs/plugins/Makefile.am:
2811         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2812         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2813         * docs/plugins/gst-plugins-good-plugins.args:
2814         * docs/plugins/inspect/plugin-1394.xml:
2815         * docs/plugins/inspect/plugin-audiofx.xml:
2816         * docs/plugins/inspect/plugin-dv.xml:
2817         * docs/plugins/inspect/plugin-flac.xml:
2818         * docs/plugins/inspect/plugin-jpeg.xml:
2819         * docs/plugins/inspect/plugin-png.xml:
2820         * docs/plugins/inspect/plugin-rtp.xml:
2821         * docs/plugins/inspect/plugin-shout2send.xml:
2822         * docs/plugins/inspect/plugin-wavpack.xml:
2823         And add docs for the chebyshev filters. While doing
2824         that also run make update in docs/plugins.
2825
2826 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2827
2828         * ext/annodex/gstcmmltag.c:
2829         * gst/rtp/gstrtpvorbispay.c:
2830           Make ro memory to share.
2831
2832 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2833
2834         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2835         Improve UDP performance by avoiding a select() when we have data
2836         available immediatly.
2837
2838 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2839
2840         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2841         (gst_rtp_dec_class_init):
2842         * gst/rtsp/gstrtpdec.h:
2843         Add (dummy) SSRC management signals.
2844
2845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2846         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2847         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2848         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2849         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2850         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2851         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2852         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2853         * gst/rtsp/gstrtspsrc.h:
2854         Add connection-speed property.
2855         Add find_stream helper functions.
2856         Handle stream EOS based on BYE messages or SSRC timeout.
2857         Returns SUCCESS from the state change function as we hide our async
2858         elements from the parent.
2859
2860 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2861
2862         * gst/debug/rndbuffersize.c:
2863           Fix da leak.
2864
2865 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2866
2867         * gst/debug/Makefile.am:
2868         * gst/debug/breakmydata.c:
2869         * gst/debug/gstdebug.c:
2870         * gst/debug/negotiation.c:
2871         * gst/debug/progressreport.c:
2872         * gst/debug/rndbuffersize.c:
2873         * gst/debug/testplugin.c:
2874           Add new test element and clean-up the others a little.
2875
2876 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2877
2878         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2879         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2880
2881 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2882
2883         * gst/rtp/gstrtpilbcdepay.c:
2884           Include stdlib.
2885
2886 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2887
2888         * gst/rtp/gstrtpmpvdepay.c:
2889         Set the mpegversion in the caps so that autoplugging does not get
2890         confused.
2891
2892 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2893
2894         * po/hu.po:
2895         * po/uk.po:
2896         * po/vi.po:
2897           Updated translations.
2898
2899 2007-08-08  Michael Smith <msmith@fluendo.com>
2900
2901         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2902           Render right border in the correct location.
2903
2904 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2905
2906         Patch by: Olivier Crete <tester at tester dot ca>
2907
2908         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2909         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2910         Make mode property a string. Fixes #464475.
2911
2912 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2913
2914         * ext/flac/gstflacenc.c:
2915           Widen caps to match decoder a bit and add more FIXMEs.
2916
2917 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2918
2919         patch by: Mark Nauwelaerts <manauw@skynet.be>
2920
2921         * gst/avi/gstavimux.c:
2922           Fix ODML index tag numbering. Fixes #463624.
2923
2924 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2925
2926         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2927         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2928         (gst_rtspsrc_stream_configure_tcp),
2929         (gst_rtspsrc_stream_configure_udp_sink):
2930         Fix default clock-rate for realmedia.
2931         Fix parsing of transport.
2932         Don't try to link NULL pads.
2933
2934 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2935
2936         * po/POTFILES.skip:
2937           Add POTFILES.skip with list of source files that aren't disted at the
2938           moment but contain translatable strings. Should hopefully pacify
2939           broken tools and make it clearer that these files are left out
2940           intentionally (#461600).
2941
2942 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2943
2944         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2945         If the buffer was entirely clipped ... don't try sending it :)
2946
2947 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2948
2949         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2950         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2951         (gst_rtspsrc_create_transports_string),
2952         (gst_rtspsrc_prepare_transports):
2953         If we don't hav a session manager, set the caps on outgoing buffers
2954         ourselves.
2955         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2956         Append final bit of the transport string even when it does not contain a
2957         placeholder.
2958
2959 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2960
2961         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2962         (gst_rtsp_ext_list_connect):
2963         * gst/rtsp/gstrtspext.h:
2964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2965         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2966         Clean up the interface list.
2967         Allow connecting to interface signals for the extensions.
2968         Remove old extension code.
2969         Free list on cleanup.
2970         Allow extensions to send additional RTSP messages.
2971
2972 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2973
2974         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2975         Handle a NULL gconf key gracefully by rendering the default element.
2976
2977 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2978
2979         * gst/rtsp/gstrtspext.h:
2980         Fix include path for extension interface.
2981
2982 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2983
2984         * gst/audiofx/audioamplify.h:
2985         Also remove a now unecessary variable here.
2986
2987 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2988
2989         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2990         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2991         * gst/audiofx/audiodynamic.c:
2992         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2993         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2994         * gst/audiofx/audiodynamic.h:
2995         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2996         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2997         * gst/audiofx/audioinvert.h:
2998         Don't save format information ourselves, this is already saved in
2999         GstAudioFilter.
3000
3001 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3002
3003         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3004         (gst_rtsp_ext_list_stream_select):
3005         * gst/rtsp/gstrtspext.h:
3006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3007         Use rank to filter out extensions.
3008         Add url to stream_select interface call.
3009
3010 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3011
3012         * gst/rtsp/Makefile.am:
3013         * gst/rtsp/base64.c:
3014         * gst/rtsp/base64.h:
3015         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3016         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3017         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3018         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3019         (gst_rtsp_ext_list_setup_media),
3020         (gst_rtsp_ext_list_configure_stream),
3021         (gst_rtsp_ext_list_get_transports),
3022         (gst_rtsp_ext_list_stream_select):
3023         * gst/rtsp/gstrtspext.h:
3024         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3025         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3026         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3027         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3028         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3029         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3030         (gst_rtspsrc_stream_configure_tcp),
3031         (gst_rtspsrc_stream_configure_mcast),
3032         (gst_rtspsrc_stream_configure_udp),
3033         (gst_rtspsrc_stream_configure_udp_sink),
3034         (gst_rtspsrc_stream_configure_transport),
3035         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3036         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3037         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3038         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3039         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3040         (gst_rtspsrc_parse_methods),
3041         (gst_rtspsrc_create_transports_string),
3042         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3043         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3044         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3045         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3046         * gst/rtsp/gstrtspsrc.h:
3047         * gst/rtsp/rtsp.h:
3048         * gst/rtsp/rtspconnection.c:
3049         * gst/rtsp/rtspconnection.h:
3050         * gst/rtsp/rtspdefs.c:
3051         * gst/rtsp/rtspdefs.h:
3052         * gst/rtsp/rtspext.h:
3053         * gst/rtsp/rtspextwms.c:
3054         * gst/rtsp/rtspextwms.h:
3055         * gst/rtsp/rtspmessage.c:
3056         * gst/rtsp/rtspmessage.h:
3057         * gst/rtsp/rtsprange.c:
3058         * gst/rtsp/rtsprange.h:
3059         * gst/rtsp/rtsptransport.c:
3060         * gst/rtsp/rtsptransport.h:
3061         * gst/rtsp/rtspurl.c:
3062         * gst/rtsp/rtspurl.h:
3063         * gst/rtsp/sdp.h:
3064         * gst/rtsp/sdpmessage.c:
3065         * gst/rtsp/sdpmessage.h:
3066         * gst/rtsp/test.c:
3067         Use shiny new RTSP and SDP library.
3068         Implement RTSP extensions using the new interface.
3069         Remove a lot of old code.
3070
3071 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3072
3073         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3074         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3075
3076 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3077
3078         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3079         Don't unref the outgoing buffer twice when dropping it because it's
3080         outside of the segment.
3081
3082 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3083
3084         * configure.ac:
3085         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3086         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3087         Use the new buffer clipping function from gstaudio here and
3088         require gst-plugins-base CVS.
3089         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3090         For framed Wavpack buffers we require a valid timestamp.
3091
3092 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3093
3094         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3095         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3096         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3097         Clip raw audio and video when we can, keep track of current output
3098         segment.
3099         Don't leak buffers and events when there is no output pad.
3100         Improve debugging here and there.
3101
3102 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3103
3104         * configure.ac:
3105           Sync liboil check with plugins-base.
3106
3107 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3108
3109         * ext/annodex/Makefile.am:
3110           Fix CFLAGS/LIBS.
3111
3112         * ext/cdio/gstcdiocddasrc.c:
3113         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3114           Include stdlib
3115
3116         * ext/cairo/Makefile.am:
3117         * gst/videofilter/Makefile.am:
3118         * tests/examples/level/Makefile.am:
3119           Use $(LIBM) instead of -lm
3120
3121 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3122
3123         * sys/v4l2/gstv4l2src.c:
3124           Add another example pipeline.
3125
3126 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3127
3128         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3129
3130         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3131           Use define here.
3132
3133         * sys/v4l2/gstv4l2tuner.c:
3134         (gst_v4l2_tuner_set_frequency_and_notify):
3135           Don't touch the property - its still disabled.
3136
3137         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3138         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3139         * sys/v4l2/v4l2src_calls.h:
3140           Improve fallback format negotionation. Fixes #451388
3141
3142 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3143
3144         * tests/check/elements/videocrop.c: (GST_START_TEST):
3145           Fix the test.
3146
3147 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3148
3149         * docs/plugins/Makefile.am:
3150         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3151         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3152         * docs/plugins/inspect/plugin-jpeg.xml:
3153         * docs/plugins/inspect/plugin-png.xml:
3154         * ext/jpeg/gstjpegdec.c:
3155         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3156         (gst_pngdec_sink_setcaps):
3157           More docs. More logs in pngdec.
3158
3159 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3160
3161         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3162           Initialize num_buffers with minimum value.
3163
3164         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3165         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3166           Handle frame-size query failure gracefully.
3167
3168 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3169
3170         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3171         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3172         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3173         of qt/aac files.
3174
3175 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3176
3177         * ext/wavpack/gstwavpackdec.c:
3178         (gst_wavpack_dec_clip_outgoing_buffer):
3179         Fix buffer clipping to correctly clip to the segment stop.
3180
3181 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3182
3183         * configure.ac:
3184         * tests/Makefile.am:
3185         Remove bogus check for libcheck, since we check for
3186         gstreamer-check and it pulls in the required info from there,
3187         and we weren't actually _using_ the information for libcheck
3188         ourselves anyway.
3189
3190 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3191
3192         * configure.ac:
3193           Use pkg-config to locate check.
3194
3195 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3196
3197         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3198         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3199         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3200         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3201         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3202         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3203         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3204         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3205         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3206         * gst/effectv/gstrev.c: (gst_revtv_transform):
3207         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3208         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3209         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3210         * gst/matroska/matroska-demux.c:
3211         (gst_matroska_demux_add_wvpk_header),
3212         (gst_matroska_demux_check_subtitle_buffer),
3213         (gst_matroska_decode_buffer):
3214         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3215           Fix build against core CVS.
3216
3217 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3218
3219         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3220         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3221         don't have enough granularity to convert that boolean into a
3222         GstFlowReturn.
3223
3224 2007-07-06  Michael Smith <msmith@fluendo.com>
3225
3226         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3227         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3228         (gst_alawdec_change_state):
3229         * gst/law/alaw-decode.h:
3230         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3231         (gst_mulawdec_class_init), (gst_mulawdec_init),
3232         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3233         * gst/law/mulaw-decode.h:
3234           Fix capsnego bogosity in *law decoders. 
3235
3236 2007-07-06  Michael Smith <msmith@fluendo.com>
3237
3238         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3239         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3240         (gst_smokeenc_change_state):
3241         * ext/jpeg/gstsmokeenc.h:
3242           Remove stupidity in get/set caps functions.
3243           Fix some refcounting problems.
3244
3245 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3246
3247         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3248         Remove endianness-flipping hack that seems to have been required
3249         only because of a bug in ffmpegcolorspace.
3250         Partially Fixes: #451908
3251
3252 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3253
3254         * docs/plugins/Makefile.am:
3255           Simplify --extra-dir as gtkdoc scans recursively.
3256
3257 2007-07-03  Wim Taymans  <wim@fluendo.com>
3258
3259         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3260
3261         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3262         Set the encoding-name in the rtp caps to all uppercase, as required by
3263         the caps spec.
3264         Some small cleanups in the error paths. Fixes #453037.
3265
3266 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3267
3268         * ext/wavpack/gstwavpackparse.c:
3269         (gst_wavpack_parse_index_get_last_entry),
3270         (gst_wavpack_parse_index_get_entry_from_sample),
3271         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3272         (gst_wavpack_parse_scan_to_find_sample):
3273         * ext/wavpack/gstwavpackparse.h:
3274         Use a GSList for the GArray that is used like a list anyway.
3275
3276 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3277
3278         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3279         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3280         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3281           Add state change function where we set 0/1 as default framerate in
3282           case our setcaps function isn't called, like it might not in a
3283           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3284           gdkpixbufdec trying to create caps with a 0/0 framerate.
3285           Also post an error message on the bus if gst_pad_push() fails when
3286           called from our sink event handler (+1 for flow returns for event
3287           functions in 0.11) instead of failing silently.
3288
3289 2007-06-27  Wim Taymans  <wim@fluendo.com>
3290
3291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3292         Cast stack args to the proper types. Fixes #451249.
3293
3294 2007-06-27  Wim Taymans  <wim@fluendo.com>
3295
3296         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3297         (new_session_pad), (gst_rtspsrc_setup_streams):
3298         * gst/rtsp/gstrtspsrc.h:
3299         For container formats we only need to activate one of the streams so
3300         that we correctly signal no-more-pads. Fixes #451015.
3301
3302 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3303
3304         * docs/plugins/gst-plugins-good-plugins.args:
3305         * docs/plugins/inspect/plugin-aasink.xml:
3306         * docs/plugins/inspect/plugin-alaw.xml:
3307         * docs/plugins/inspect/plugin-alpha.xml:
3308         * docs/plugins/inspect/plugin-alphacolor.xml:
3309         * docs/plugins/inspect/plugin-annodex.xml:
3310         * docs/plugins/inspect/plugin-apetag.xml:
3311         * docs/plugins/inspect/plugin-audiofx.xml:
3312         * docs/plugins/inspect/plugin-auparse.xml:
3313         * docs/plugins/inspect/plugin-autodetect.xml:
3314         * docs/plugins/inspect/plugin-avi.xml:
3315         * docs/plugins/inspect/plugin-cacasink.xml:
3316         * docs/plugins/inspect/plugin-cairo.xml:
3317         * docs/plugins/inspect/plugin-cdio.xml:
3318         * docs/plugins/inspect/plugin-cutter.xml:
3319         * docs/plugins/inspect/plugin-debug.xml:
3320         * docs/plugins/inspect/plugin-efence.xml:
3321         * docs/plugins/inspect/plugin-effectv.xml:
3322         * docs/plugins/inspect/plugin-esdsink.xml:
3323         * docs/plugins/inspect/plugin-flac.xml:
3324         * docs/plugins/inspect/plugin-flxdec.xml:
3325         * docs/plugins/inspect/plugin-gconfelements.xml:
3326         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3327         * docs/plugins/inspect/plugin-goom.xml:
3328         * docs/plugins/inspect/plugin-halelements.xml:
3329         * docs/plugins/inspect/plugin-icydemux.xml:
3330         * docs/plugins/inspect/plugin-id3demux.xml:
3331         * docs/plugins/inspect/plugin-jpeg.xml:
3332         * docs/plugins/inspect/plugin-ladspa.xml:
3333         * docs/plugins/inspect/plugin-level.xml:
3334         * docs/plugins/inspect/plugin-matroska.xml:
3335         * docs/plugins/inspect/plugin-mulaw.xml:
3336         * docs/plugins/inspect/plugin-multipart.xml:
3337         * docs/plugins/inspect/plugin-navigationtest.xml:
3338         * docs/plugins/inspect/plugin-ossaudio.xml:
3339         * docs/plugins/inspect/plugin-png.xml:
3340         * docs/plugins/inspect/plugin-quicktime.xml:
3341         * docs/plugins/inspect/plugin-rtp.xml:
3342         * docs/plugins/inspect/plugin-rtsp.xml:
3343         * docs/plugins/inspect/plugin-smpte.xml:
3344         * docs/plugins/inspect/plugin-speex.xml:
3345         * docs/plugins/inspect/plugin-taglib.xml:
3346         * docs/plugins/inspect/plugin-udp.xml:
3347         * docs/plugins/inspect/plugin-videobalance.xml:
3348         * docs/plugins/inspect/plugin-videobox.xml:
3349         * docs/plugins/inspect/plugin-videocrop.xml:
3350         * docs/plugins/inspect/plugin-videoflip.xml:
3351         * docs/plugins/inspect/plugin-videomixer.xml:
3352         * docs/plugins/inspect/plugin-wavenc.xml:
3353         * docs/plugins/inspect/plugin-wavparse.xml:
3354         * docs/plugins/inspect/plugin-ximagesrc.xml:
3355           Update docs with caps info.
3356
3357 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3358
3359         * po/POTFILES.in:
3360           Add more files with translatable strings (#450878).
3361
3362 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3363
3364         * MAINTAINERS:
3365         Updating all the maintainers files
3366
3367 2007-06-22  Edward Hervey  <edward@fluendo.com>
3368
3369         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3370         * gst/interleave/deinterleave.c: (deinterleave_init),
3371         (deinterleave_sink_link):
3372         * gst/interleave/interleave.c: (interleave_init):
3373         * gst/median/gstmedian.c: (gst_median_init):
3374         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3375         Fix memory leaks.
3376         * tests/check/elements/id3demux.c: (pad_added_cb):
3377         Remove unused variable.
3378
3379 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3380
3381         * ext/gconf/gconf.h:
3382         Make the prototype of gst_gconf_get_key_for_sink_profile
3383         match the implementation.
3384         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3385         Fixes: #449747
3386
3387 2007-06-20  Michael Smith <msmith@fluendo.com>
3388
3389         * gst/rtp/gstrtpdepay.c:
3390           Fix description - rtpdepay is not a payloader.
3391
3392 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3393
3394         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3395         (qtdemux_video_caps):
3396         * gst/qtdemux/qtdemux_fourcc.h:
3397           Add MJPG to the variants of motion jpeg.
3398
3399 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3400
3401         * tests/check/Makefile.am:
3402         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3403         * tests/check/elements/videocrop.c: (GST_START_TEST):
3404         * tests/check/elements/videofilter.c:
3405         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3406         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3407           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3408           error flags are included and it errors out on compiler warnings
3409           for CVS builds; remove unused variables in various unit tests.
3410
3411 2007-06-19  Wim Taymans  <wim@fluendo.com>
3412
3413         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3414         (rtsp_connection_close), (rtsp_connection_free):
3415         Use threadsafe inet_ntop to convert an ip number to a string. 
3416         Fixes #447961.
3417         Don't leak fd (and ip) when freeing a connection without first closing
3418         it.
3419
3420 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3421
3422         * configure.ac:
3423         Back to CVS
3424
3425         * gst-plugins-good.doap:
3426         Add 0.10.6 to the doap file.
3427
3428 === release 0.10.6 ===
3429
3430 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3431
3432         * configure.ac:
3433           releasing 0.10.6, "Wobble Board"
3434
3435 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3436
3437         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3438         (rtsp_connection_free):
3439           Revert previous commit again, since we are frozen (sorry).
3440
3441 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3442
3443         Patch by: Peter Kjellerstedt <pkj at axis com>
3444
3445         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3446         (rtsp_connection_free):
3447           inet_ntoa() uses a static buffer internally, so we need to copy the
3448           returned string if we want to store it for later (#447961).
3449
3450 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3451
3452         * win32/vs6/autogen.dsp:
3453         * win32/vs6/gst_plugins_good.dsw:
3454         * win32/vs6/libgstalaw.dsp:
3455         * win32/vs6/libgstalpha.dsp:
3456         * win32/vs6/libgstalphacolor.dsp:
3457         * win32/vs6/libgstapetag.dsp:
3458         * win32/vs6/libgstaudiofx.dsp:
3459         * win32/vs6/libgstauparse.dsp:
3460         * win32/vs6/libgstautodetect.dsp:
3461         * win32/vs6/libgstavi.dsp:
3462         * win32/vs6/libgstcutter.dsp:
3463         * win32/vs6/libgstdirectdraw.dsp:
3464         * win32/vs6/libgstdirectsound.dsp:
3465         * win32/vs6/libgsteffectv.dsp:
3466         * win32/vs6/libgstflx.dsp:
3467         * win32/vs6/libgstgoom.dsp:
3468         * win32/vs6/libgsticydemux.dsp:
3469         * win32/vs6/libgstid3demux.dsp:
3470         * win32/vs6/libgstinterleave.dsp:
3471         * win32/vs6/libgstjpeg.dsp:
3472         * win32/vs6/libgstlevel.dsp:
3473         * win32/vs6/libgstmatroska.dsp:
3474         * win32/vs6/libgstmedian.dsp:
3475         * win32/vs6/libgstmonoscope.dsp:
3476         * win32/vs6/libgstmulaw.dsp:
3477         * win32/vs6/libgstmultipart.dsp:
3478         * win32/vs6/libgstqtdemux.dsp:
3479         * win32/vs6/libgstrtp.dsp:
3480         * win32/vs6/libgstrtsp.dsp:
3481         * win32/vs6/libgstsmpte.dsp:
3482         * win32/vs6/libgstspeex.dsp:
3483         * win32/vs6/libgstudp.dsp:
3484         * win32/vs6/libgstvideobalance.dsp:
3485         * win32/vs6/libgstvideobox.dsp:
3486         * win32/vs6/libgstvideocrop.dsp:
3487         * win32/vs6/libgstvideoflip.dsp:
3488         * win32/vs6/libgstvideomixer.dsp:
3489         * win32/vs6/libgstwaveform.dsp:
3490         * win32/vs6/libgstwavenc.dsp:
3491         * win32/vs6/libgstwavparse.dsp:
3492         Mark *.dsp & *.dsw as binary files and convert to DOS line
3493         endings, as they don't load into VS6 correctly otherwise.
3494
3495 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3496
3497         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3498         (rtsp_connection_connect):
3499         Fix the MingW build. 
3500         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3501         Fixes: #446981
3502
3503 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3504
3505         * tests/check/elements/.cvsignore:
3506         * tests/icles/.cvsignore:
3507         Hush the buildbots up
3508
3509 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3510
3511         * configure.ac:
3512         * sys/Makefile.am:
3513         * sys/directdraw/Makefile.am:
3514         * sys/directsound/Makefile.am:
3515         * sys/waveform/Makefile.am:
3516         Make sure to dist everything needed for win32 builds.
3517
3518 2007-06-14  Edward Hervey  <edward@fluendo.com>
3519
3520         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3521         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3522         caps.
3523         Fixes #447458
3524
3525 2007-06-13  Wim Taymans  <wim@fluendo.com>
3526
3527         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3528         Make sure we allocate enough memory for the codec_data.
3529         Fixes #447210.
3530
3531 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3532
3533         * win32/MANIFEST:
3534         Add videocrop project file to the win32 manifest.
3535         * win32/vs6/gst_plugins_good.dsw:
3536         Add qtdemux,videocrop and waveform projects to the workspace.
3537         * win32/vs6/libgstqtdemux.dsp:
3538         Add zlib to the link list of qtdemux.
3539         * win32/vs6/libgstvideocrop.dsp:
3540         Add a project file for videocrop.
3541
3542 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3543
3544         * po/POTFILES.in:
3545         Add qtdemux for translation
3546
3547 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3548
3549         * configure.ac:
3550         * docs/plugins/Makefile.am:
3551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3553         * docs/plugins/inspect/plugin-videocrop.xml:
3554         * gst-plugins-good.spec.in:
3555         * sys/Makefile.am:
3556         * tests/check/Makefile.am:
3557         * tests/icles/Makefile.am:
3558         * tests/icles/videocrop-test.c:
3559         Move videocrop and osxvideo from -bad.
3560
3561 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3562
3563         * configure.ac:
3564         * docs/plugins/Makefile.am:
3565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3566         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3567         * docs/plugins/gst-plugins-good-plugins.args:
3568         * docs/plugins/inspect/plugin-qtdemux.xml:
3569         * docs/plugins/inspect/plugin-quicktime.xml:
3570         * win32/MANIFEST:
3571         Move qtdemux from -bad.
3572
3573         * gst-plugins-good.spec.in:
3574         Update spec file to reflect moving of qtdemux and wavpack
3575
3576 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3577         
3578         * win32/MANIFEST:
3579         * docs/plugins/Makefile.am:
3580         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3581         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3582         * docs/plugins/inspect/plugin-directdraw.xml:
3583         * docs/plugins/inspect/plugin-directsound.xml:
3584         * docs/plugins/inspect/plugin-waveform.xml:
3585         Move the waveform plugin from -bad too. Update the inspect xml
3586         files to mention Plugins Good instead of Plugins Bad.
3587
3588 2007-06-12  Andy Wingo  <wingo@pobox.com>
3589
3590         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3591         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3592         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3593         finalization and resuscitation. No longer public.
3594         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3595         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3596         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3597         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3598         miniobject semantics, and be threadsafe.
3599         (gst_v4l2src_queue_frame): Remove this function, as we just call
3600         the ioctls directly in the two places where we queue buffers.
3601         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3602         directly.
3603         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3604         to allocate the pool, which also preallocates the GstBuffers.
3605         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3606         queueing the frames directly.
3607         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3608         mmap buffers have been dequeued.
3609
3610         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3611         real MiniObject instead of rolling our own refcounting and
3612         finalizing. Give it a lock.
3613         (struct _GstV4l2Buffer): Remove one intermediary object, having
3614         the buffers hold the struct v4l2_buffer directly.
3615
3616         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3617         capture_init so that it can set them on the buffers that it will
3618         create.
3619         (gst_v4l2src_get_read): For better or for worse, include the
3620         timestamping and offsetting code here; really we should be using
3621         bufferalloc though.
3622         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3623         preallocated, mmap'd buffers.
3624
3625 2007-06-11  Wim Taymans  <wim@fluendo.com>
3626
3627         Patch by: daniel fischer <dan at f3c dot com>
3628
3629         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3630         (gst_ximage_src_get_caps):
3631         Actually use the display_name property so that we can dump any
3632         available X display. Fixes #445905.
3633
3634 2007-06-11  Wim Taymans  <wim@fluendo.com>
3635
3636         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3637
3638         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3639         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3640         Add missing rate fields to caps. Fixes #441118.
3641
3642 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3643
3644         * win32/vs6/gst_plugins_good.dsw:
3645         * win32/vs8/gst-plugins-good.sln:
3646         Add DirectSound and DirectDraw sinks project files to
3647         workspace and solution files.
3648
3649 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3650
3651         Patch by: Josh Coalson <xflac at yahoo dot com>,
3652         updated by Alexis Ballier <aballier at gentoo dot org>:
3653
3654         * configure.ac:
3655         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3656         (gst_flac_dec_setup_seekable_decoder),
3657         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3658         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3659         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3660         * ext/flac/gstflacdec.h:
3661         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3662         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3663         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3664         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3665         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3666         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3667         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3668         * ext/flac/gstflacenc.h:
3669         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3670         
3671 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3672
3673         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3674         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3675         not necessary anymore as we need at least that core version. 
3676
3677 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3678
3679         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3680         (gst_wavpack_dec_chain):
3681         * ext/wavpack/gstwavpackdec.h:
3682         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3683         (gst_wavpack_parse_push_buffer):
3684         * ext/wavpack/gstwavpackparse.h:
3685         Improve discont handling by checking if the next Wavpack block has
3686         the expected, following block index.
3687
3688 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3689
3690         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3691           Fix element description.
3692
3693 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3694
3695         * configure.ac:
3696         * docs/plugins/Makefile.am:
3697         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3698         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3699         * docs/plugins/gst-plugins-good-plugins.args:
3700         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3701         * docs/plugins/gst-plugins-good-plugins.signals:
3702         * docs/plugins/inspect/plugin-autodetect.xml:
3703         * docs/plugins/inspect/plugin-gconfelements.xml:
3704         * docs/plugins/inspect/plugin-ladspa.xml:
3705         * docs/plugins/inspect/plugin-rtp.xml:
3706         * docs/plugins/inspect/plugin-wavpack.xml:
3707         * ext/Makefile.am:
3708         * tests/check/Makefile.am:
3709           move wavpack plugin.  See #352605.
3710
3711 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3712
3713         * configure.ac:
3714         * docs/plugins/Makefile.am:
3715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3717         * docs/plugins/gst-plugins-good-plugins.args:
3718         * sys/Makefile.am:
3719         * win32/MANIFEST:
3720         Add DirectDraw & DirectSound plugins to the build and docs.
3721
3722 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3725         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3726           When operating in pull mode, error out correct on not-linked.
3727
3728 2007-06-06  Andy Wingo  <wingo@pobox.com>
3729
3730         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3731         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3732         format and size if the ioctls are defined; should fix compilation
3733         on Linux < 2.16.19.
3734
3735 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3738           Printf fixes in debug statements; use LOG level for debug statements
3739           that are printed for each and every frame; convert c++ comments to
3740           C-style comments; not much point using g_try_malloc() if we then not
3741           even check the return value.
3742
3743 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3744
3745         * configure.ac:
3746           Bump requirements to released versions (core and base 0.10.13).
3747
3748         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3749           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3750           own implementation.
3751
3752 2007-06-05  Andy Wingo  <wingo@pobox.com>
3753
3754         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3755         some useless comments.
3756
3757         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3758         frames before calling STREAMON, that might leave them in a state
3759         where they can't be dequeued if we go back to NULL without calling
3760         STREAMON, according to the docs.
3761         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3762         before we call STREAMON.
3763         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3764         failures. (For me this code hung.) The pool refcounting is still
3765         crack; added a note to that effect.
3766
3767 2007-06-05  Wim Taymans  <wim@fluendo.com>
3768
3769         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3770         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3771         Add support for mapping gst structure names to the MIME type equivalent.
3772         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3773
3774 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3775
3776         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3777         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3778         (gst_wavenc_chain), (gst_wavenc_change_state):
3779         * gst/wavenc/gstwavenc.h:
3780         Properly write wav files with width!=depth by having the depth most
3781         significant bytes set and all others zero. Fixes #442535.
3782
3783 2007-06-01  Wim Taymans  <wim@fluendo.com>
3784
3785         * gst/rtsp/rtspconnection.c:
3786         Add include to make buildbot happy.
3787
3788 2007-06-01  Wim Taymans  <wim@fluendo.com>
3789
3790         Patch by: Peter Kjellerstedt  <pkj at axis com>
3791
3792         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3793         (rtsp_connection_connect), (add_date_header),
3794         (rtsp_connection_send), (parse_response_status),
3795         (parse_request_line), (parse_line), (rtsp_connection_receive):
3796         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3797         * gst/rtsp/rtspdefs.h:
3798         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3799         (rtsp_message_init_request), (rtsp_message_init_response),
3800         (rtsp_message_remove_header), (rtsp_message_append_headers),
3801         (rtsp_message_dump):
3802         * gst/rtsp/rtspmessage.h:
3803         Improves version checking, allowing an RTSP server to reply with "505
3804         RTSP Version not supported.
3805         Adds a Date header to all messages.
3806         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3807         want to be able to send a response even if something in the request was
3808         invalid. EINVAL is only used when passing wrong arguments to functions.
3809         Do not handle an invalid method in parse_request_line(). Defer this to
3810         the caller so it can respond with "405 Method Not Allowed".
3811         Improves parsing of the timeout parameter to the Session header,
3812         allowing whitespace after the semicolon. 
3813         Avoids a compiler warning due to variables shadowing a function argument.
3814
3815 2007-06-01  Wim Taymans  <wim@fluendo.com>
3816
3817         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3818
3819         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3820         (gst_rtp_amr_depay_process):
3821         * gst/rtp/gstrtpamrdepay.h:
3822         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3823         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3824         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3825         * gst/rtp/gstrtpamrpay.h:
3826         Add support for AMR-WB.
3827         Small cleanups such as using BOILERPLATE.
3828
3829 2007-05-31  Wim Taymans  <wim@fluendo.com>
3830
3831         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3832         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3833
3834 2007-05-30  Andy Wingo  <wingo@pobox.com>
3835
3836         * sys/v4l2/gstv4l2object.h: 
3837         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3838         unintended changes.
3839
3840         * sys/v4l2/v4l2src_calls.h: 
3841         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3842         the format list in the order that the driver gives it to us.
3843         (gst_v4l2src_probe_caps_for_format_and_size)
3844         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3845         based on the capabilities of the device.
3846         (gst_v4l2src_grab_frame): Update for object variable renaming.
3847         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3848         as in the set_caps below.
3849         (gst_v4l2src_capture_init): Update for object variable renaming,
3850         and reflow.
3851         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3852         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3853         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3854         (gst_v4l2src_get_fps): Remove; these functions don't have much
3855         meaning outside of an atomic set_caps method.
3856         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3857         known.
3858
3859         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3860         call to update_fps; not sure about this change.
3861         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3862         moment we don't have an update_fps_func.
3863
3864         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3865         structures in the object, just store what we need. Do store the
3866         probed caps of the device. Don't store the current frame rate.
3867
3868         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3869         update_fps_function, for now. Update for new object variable
3870         naming.
3871         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3872         new object variable naming.
3873         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3874         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3875         (gst_v4l2src_get_caps): Rework to probe the device for supported
3876         frame sizes and frame rates.
3877         (gst_v4l2src_set_caps): Rework to be strict in the given
3878         parameters: if someone asks us to have a certain size and rate,
3879         that is what we configure.
3880         (gst_v4l2src_get_read): Update for object variable naming. Don't
3881         leak buffers on short reads.
3882         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3883         comments.
3884         (gst_v4l2src_create): Update for object variable naming.
3885
3886 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3889         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3890         * gst/avi/gstavidemux.h:
3891           Parse subtitle text streams instead of erroring out (#442034). Still
3892           needs a parser for the subtitles to actually show up.
3893
3894 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3895
3896         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3897         (gst_avi_demux_loop):
3898           Make _push_event() return TRUE if the event could be pushed on at
3899           least one pad and not only if it could be pushed on all pads,
3900           otherwise we'll end up posting an error message on EOS if one or
3901           more source pads are not connected.
3902
3903 2007-05-28  Wim Taymans  <wim@fluendo.com>
3904
3905         * gst/rtsp/rtsptransport.c:
3906         Use renamed RTP bin.
3907
3908 2007-05-28  Wim Taymans  <wim@fluendo.com>
3909
3910         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3911
3912         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3913         (gst_video_box_set_property), (gst_video_box_transform_caps),
3914         (video_box_recalc_transform), (gst_video_box_set_caps),
3915         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3916         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3917         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3918         (gst_video_box_i420_i420), (gst_video_box_transform),
3919         (plugin_init):
3920         Add AYUV->AYUV and AYUV->I420 formats. 
3921         Fix negotiation and I420->AYUV conversion.
3922         Fixes #429329.
3923
3924 2007-05-26  Wim Taymans  <wim@fluendo.com>
3925
3926         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3927         Use different variables for nested for loops so that the outer loop
3928         functions properly and speex files with multiple frames per buffer work
3929         properly.
3930         Fixes #441408.
3931
3932 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3933
3934         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3935           Don't leak newsegment events.
3936
3937 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * gst/wavparse/Makefile.am:
3940           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3941           drags it in.
3942
3943 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3944
3945         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3946         (notgst_value_array_append_buffer),
3947         (gst_flac_enc_process_stream_headers),
3948         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3949         (gst_flac_enc_change_state):
3950         * ext/flac/gstflacenc.h:
3951           Collect headers, add "streamheader" field to output caps and set
3952           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3953           produces output according to the official FLAC-to-Ogg mapping
3954           instead of completely broken files. Fixes #426044.
3955
3956 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3957
3958         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3959         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3960         (gst_id3demux_sink_event):
3961         * gst/id3demux/gstid3demux.h:
3962         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3963         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3964         (gst_tag_demux_send_new_segment):
3965         Handle and adjust new-segment events so that downstream really
3966         sees a stream with the tag pieces stripped off the front and back.
3967         Fixes strangeness in seeking when mp3 decoders use the new-segment
3968         byte position to estimate their current playback position timestamp
3969         and then the arriving buffers don't match up.
3970
3971 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3972
3973         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3974           Don't unnecessarily perform a READY->NULL->READY transition on the
3975           detected audio sink when starting up. Fixes: #440127
3976
3977 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3978
3979         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3980         (gst_flac_enc_chain):
3981           Don't crash in chain function if setcaps hasn't been called.
3982
3983 2007-05-24  Wim Taymans  <wim@fluendo.com>
3984
3985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3986         Init value to avoid infinte loops.
3987
3988 2007-05-24  Wim Taymans  <wim@fluendo.com>
3989
3990         Patch by: Peter Kjellerstedt  <pkj at axis com>
3991
3992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3993         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3994         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3995         (gst_rtspsrc_play):
3996         (rtsp_connection_send), (rtsp_connection_receive):
3997         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3998         Fix for new API.
3999
4000         * gst/rtsp/rtspconnection.c: (add_auth_header),
4001         Only add authorisation and session headers when sending messages.
4002
4003         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4004         (rtsp_message_init_request), (rtsp_message_init_response),
4005         (rtsp_message_unset), (rtsp_message_add_header),
4006         (rtsp_message_remove_header), (rtsp_message_get_header),
4007         (rtsp_message_append_headers), (dump_key_value),
4008         (rtsp_message_dump):
4009         * gst/rtsp/rtspmessage.h:
4010         Add support for multiple headers of the same type by storing the parsed
4011         headers in a GArray instaed of a hashtable.
4012
4013 2007-05-21  Wim Taymans  <wim@fluendo.com>
4014
4015         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4016         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4017         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4018         safer shutdown.
4019
4020 2007-05-21  Wim Taymans  <wim@fluendo.com>
4021
4022         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4023         * gst/rtsp/gstrtpdec.h:
4024         Added signal for backwards compat.
4025
4026 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4027         
4028         Patch by: René Stadler <mail at renestadler dot de>
4029
4030         * configure.ac:
4031         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4032         (gst_au_parse_parse_header), (gst_au_parse_chain):
4033         * gst/auparse/gstauparse.h:
4034         Use audioconvert for converting from non-native endianness floats
4035         in auparse instead of doing it ourself. Fixes #424527.
4036         This needs the audioconvert from plugins-base CVS.
4037         
4038 2007-05-21  Wim Taymans  <wim@fluendo.com>
4039
4040         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4041         (gst_rtp_h263p_pay_flush):
4042         Fix enum registration.
4043
4044 2007-05-21  Wim Taymans  <wim@fluendo.com>
4045
4046         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4047
4048         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4049         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4050         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4051         (gst_rtp_h263p_pay_flush):
4052         * gst/rtp/gstrtph263ppay.h:
4053         Add new fragmentation mode base on GOB headers. Fixes #438940.
4054
4055 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4058           Printf format fix.
4059
4060 2007-05-18  Wim Taymans  <wim@fluendo.com>
4061
4062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4063         Don't crash when an unsupported transport error was returned by the
4064         server, just try to configure the next stream. Fixes #439255.
4065
4066 2007-05-18  Wim Taymans  <wim@fluendo.com>
4067
4068         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4069         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4070         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4071         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4072         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4073         * gst/rtsp/gstrtspsrc.h:
4074         Add TCP timeout property and use it for all TCP connection.
4075
4076         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4077         (rtsp_connection_write), (rtsp_connection_next_timeout),
4078         (rtsp_connection_reset_timeout):
4079         Make connect and writes cancelable and make them use the timeout.
4080
4081 2007-05-18  Wim Taymans  <wim@fluendo.com>
4082
4083         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4084         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4085         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4086         (gst_rtspsrc_setup_streams):
4087         Refactor timeout handling.
4088         Also send keep-alive when dealing with TCP transport.
4089
4090         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4091         (rtsp_connection_free), (rtsp_connection_next_timeout),
4092         (rtsp_connection_reset_timeout):
4093         * gst/rtsp/rtspconnection.h:
4094         Use a timer to handle the session timeouts, add some methods to deal
4095         with timeouts.
4096
4097 2007-05-17  Wim Taymans  <wim@fluendo.com>
4098
4099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4100         (gst_rtspsrc_setup_streams):
4101         Ignore streams that fail the setup command, we will retry with a
4102         different transport later on.
4103
4104         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4105         (rtsp_ext_wms_configure_stream):
4106         Fix encoding name case.
4107
4108 2007-05-16  Edward Hervey  <edward@fluendo.com>
4109
4110         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4111         Fix build on macosx.
4112
4113 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4114
4115         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4116         Replace direct comparison of a string with the string literal "" with
4117         a comparison of the first character with '\0'. Fixes #438926.
4118
4119 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4120
4121         * gst/debug/breakmydata.c (gst_break_my_data_init):
4122           One more try. This should be the proper fix now.
4123
4124 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4125
4126         * gst/debug/breakmydata.c:
4127           Ooops, no // comments please.
4128
4129 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4130
4131         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4132         (gst_break_my_data_init):
4133           Fix gst_buffer_is_writable() assertion.
4134
4135 2007-05-14  David Schleef  <ds@schleef.org>
4136
4137         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4138           video/x-raw-bayer.  Fixes #314160.
4139
4140 2007-05-14  Wim Taymans  <wim@fluendo.com>
4141
4142         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4143         (gst_rtp_theora_depay_parse_configuration):
4144         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4145         (gst_rtp_theora_pay_finish_headers),
4146         (gst_rtp_theora_pay_handle_buffer):
4147         Update theora pay/depayloader in a similar to vorbis.
4148
4149         * gst/rtp/gstrtpvorbisdepay.c:
4150         (gst_rtp_vorbis_depay_parse_configuration):
4151         Update docs.
4152
4153 2007-05-14  Wim Taymans  <wim@fluendo.com>
4154
4155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4156         When we try to execute a method that is not supported by the server,
4157         don't error out but remove the method from the accepted methods so that
4158         we never try to perform this method again.
4159
4160 2007-05-14  Wim Taymans  <wim@fluendo.com>
4161
4162         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4163         Remove annoying _dump_mem.
4164
4165 2007-05-14  Wim Taymans  <wim@fluendo.com>
4166
4167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4168         Parse range correctly.
4169
4170         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4171         The baseurl now always has a '/' at the start.
4172
4173 2007-05-14  Wim Taymans  <wim@fluendo.com>
4174
4175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4176         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4177         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4178         Factor out caps configuration and configure more stuff such as the time
4179         ranges and speed/scale values.
4180
4181         * gst/rtsp/rtsptransport.c:
4182         Add Copyright after non-trival fixes.
4183
4184 2007-05-12  Wim Taymans  <wim@fluendo.com>
4185
4186         Patch by: Peter Kjellerstedt  <pkj at axis com>
4187
4188         * gst/rtsp/gstrtspsrc.h:
4189         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4190         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4191         (rtsp_message_get_header):
4192         * gst/rtsp/rtspmessage.h:
4193         Make channel guint8 where possible.
4194         Make rtsp_message_init_data() take the channel as a guint8.
4195
4196         * gst/rtsp/rtspdefs.c:
4197         Fixed a typo: Timout -> Timeout
4198
4199         * gst/rtsp/rtspdefs.h:
4200         Make RTSP_CHECK() behave as a statement.
4201
4202         * gst/rtsp/sdpmessage.c:
4203         Avoid a compiler warning in INIT_ARRAY().
4204         Fixes #437692.
4205
4206 2007-05-12  Wim Taymans  <wim@fluendo.com>
4207
4208         Patch by: Peter Kjellerstedt  <pkj at axis com>
4209
4210         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4211         (rtsp_url_get_request_uri):
4212         * gst/rtsp/rtspurl.h:
4213         Add support for query parameters to RTSP URLs.
4214
4215 2007-05-12  Wim Taymans  <wim@fluendo.com>
4216
4217         Patch by: Peter Kjellerstedt  <pkj at axis com>
4218
4219         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4220         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4221         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4222         (rtsp_transport_parse), (rtsp_transport_as_text):
4223         * gst/rtsp/rtsptransport.h:
4224         Add validation to rtsp_transport_parse().
4225         Add rtsp_transport_as_text() to generate an RTSP header from an
4226         RTSPTransport.
4227         Change ssrc to guint (was a string) since that is what it is, even
4228         though it is sent as a hex string.
4229         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4230         incorrect, which can be seen when looking at the examples in the RFC).
4231         Fixes #437670.
4232
4233 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4234
4235         Patch by: Eric Anholt
4236
4237         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4238           gst_ximage_src_ximage_get):
4239         Use union of all damage between frames to make it faster.
4240         Fixes bug #342463.
4241         Also fix crasher when cursor is at bottom right of window.
4242
4243 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4244
4245         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4246           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4247           streaming mode regression for file from #343837 with 'bext' chunk
4248           before the 'fmt' chunk.
4249
4250 2007-05-11  Wim Taymans  <wim@fluendo.com>
4251
4252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4253         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4254         (gst_rtspsrc_handle_src_event),
4255         (gst_rtspsrc_stream_configure_manager),
4256         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4257         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4258         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4259         * gst/rtsp/gstrtspsrc.h:
4260         * gst/rtsp/rtspdefs.h:
4261         Preliminary seek support.
4262         Activate internal pads so that we can receive events on them.
4263         Don't try to parse a range string when it's NULL.
4264
4265 2007-05-11  Wim Taymans  <wim@fluendo.com>
4266
4267         * gst/rtp/README:
4268         Update README with new RTP variables that will be used for
4269         synchronisation.
4270
4271         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4272         (gst_rtp_vorbis_depay_parse_configuration),
4273         (gst_rtp_vorbis_depay_process):
4274         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4275         (gst_rtp_vorbis_pay_finish_headers),
4276         (gst_rtp_vorbis_pay_handle_buffer):
4277         Update vorbis pay and depayloader to draft-04.
4278
4279 2007-05-11  Wim Taymans  <wim@fluendo.com>
4280
4281         * gst/rtsp/rtsptransport.c:
4282         UDP MCAST is actually the default for RTP/AVP.
4283 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4284
4285         * gst/level/gstlevel.c: (gst_level_transform_ip):
4286         Use guint8 * instead of gpointer then vs6 can build 
4287         in_data += (filter->width / 8).
4288
4289 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4290
4291         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4292           gst_ximage_src_ximage_get):
4293         * sys/ximage/gstximagesrc.h (last_ximage):
4294         When using Damage actually keep the last frame, and not assume
4295         that the buffer we get already has the last frame on it.
4296         Copy the cursor over if we specify a non-zero start x and
4297         start y.
4298
4299 2007-05-11  Wim Taymans  <wim@fluendo.com>
4300
4301         * gst/rtsp/rtsptransport.c:
4302         Make UDP the default transport when not specified.
4303
4304 2007-05-09  David Schleef  <ds@schleef.org>
4305
4306         * gst/level/gstlevel.c:
4307           Revert last change.
4308
4309 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4310
4311         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4312         (gst_level_transform_ip):
4313         Use guint8 * instead of gpointer then vs6 know the size of data
4314         pointed when moving the pointer.
4315         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4316         Move instructions after variables declaration.
4317         * win32/vs6/autogen.dsp:
4318         * win32/vs6/libgstrtp.dsp:
4319         * win32/vs6/libgstrtsp.dsp:
4320         Update vs6 project files.
4321
4322 2007-05-09  Wim Taymans  <wim@fluendo.com>
4323
4324         * gst/rtsp/Makefile.am:
4325         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4326         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4327         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4328         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4329         (rtsp_range_free):
4330         * gst/rtsp/rtsprange.h:
4331         Add code to parse time ranges.
4332         Report DURATION on the stream when possible.
4333
4334 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4335
4336         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4337         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4338         (gst_videomixer_collected):
4339           Fix strides calculation for AYUV (it's just width*4) (#436910).
4340
4341 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4342
4343         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4344         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4345         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4346         Sync the GObject properties before each processing step to properly
4347         work with the controller.
4348
4349 2007-05-04  Wim Taymans  <wim@fluendo.com>
4350
4351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4352         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4353         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4354         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4355         (gst_rtspsrc_change_state):
4356         Let more error state trickle down so that we can catch more error
4357         cases.
4358         Handle keep-alive a little smarter by selecting a method the server
4359         actually supports.
4360         Fix a race in UDP streaming shutdown.
4361
4362 2007-05-04  Wim Taymans  <wim@fluendo.com>
4363
4364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4365         Ignore errors when trying to use the keep-alive messages.
4366
4367 2007-05-04  Wim Taymans  <wim@fluendo.com>
4368
4369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4370         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4371         (gst_rtspsrc_stream_configure_manager),
4372         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4373         (gst_rtspsrc_stream_configure_mcast),
4374         (gst_rtspsrc_stream_configure_udp),
4375         (gst_rtspsrc_stream_configure_udp_sink),
4376         (gst_rtspsrc_stream_configure_transport):
4377         Send RTCP messages back to the server over the TCP connection.
4378
4379         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4380         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4381         (rtsp_connection_receive):
4382         * gst/rtsp/rtspconnection.h:
4383         Factor out and expose lowlevel _write and _read methods.
4384         Implement sending data messages to the server.
4385
4386 2007-05-03  Wim Taymans  <wim@fluendo.com>
4387
4388         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4389         (gst_multipart_mux_collected):
4390         Fix timestamps on outgoing buffers.
4391
4392 2007-05-03  Wim Taymans  <wim@fluendo.com>
4393
4394         * gst/multipart/multipartmux.c:
4395         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4396         (gst_multipart_mux_change_state):
4397         Emit NEWSEGMENT events before pushing the first buffer.
4398
4399 2007-05-03  Wim Taymans  <wim@fluendo.com>
4400
4401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4402         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4403         (gst_rtspsrc_handle_src_query),
4404         (gst_rtspsrc_stream_configure_manager),
4405         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4406         (gst_rtspsrc_stream_configure_mcast),
4407         (gst_rtspsrc_stream_configure_udp),
4408         (gst_rtspsrc_stream_configure_udp_sink),
4409         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4410         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4411         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4412         (gst_rtspsrc_pause):
4413         Refactor transport configuration code.
4414         Create internal pads for TCP transport so that we can implement events
4415         and queries.
4416         Handle events and queries.
4417         Parse range from the SDP.
4418         Fix race in pause handler where the connection could still be flushing.
4419
4420 2007-05-02  Wim Taymans  <wim@fluendo.com>
4421
4422         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4423         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4424         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4425         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4426         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4427         (gst_rtspsrc_change_state):
4428         * gst/rtsp/gstrtspsrc.h:
4429         Fix race when multiple udp sources post timeouts, just act on the first
4430         received timeout.
4431         Protect stream list with a recursive lock to fix some races.
4432         Flush connection when we need to do a reconnect or stop.
4433         Make state lock recursive.
4434
4435         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4436         (rtsp_connection_close):
4437         Some small cleanups.
4438
4439 2007-05-02  Wim Taymans  <wim@fluendo.com>
4440
4441         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4442         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4443         Only set DISCONT when there actually is a discont or when we just
4444         started.
4445
4446 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4447
4448         * ext/flac/gstflac.c: (plugin_init):
4449         Call bindtextdomain() to get localized strings.
4450
4451 2007-05-02  Wim Taymans  <wim@fluendo.com>
4452
4453         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4454         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4455         (gst_wavparse_stream_data):
4456         * gst/wavparse/gstwavparse.h:
4457         Be a bit more clever when dealing with VBR files with FACT tags, we
4458         don't want to timestamp buffers in that case but the estimated BPS can
4459         be used for seeking.
4460         Only send close segment in the streaming thread.
4461
4462 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4463
4464         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4465         Correctly post an error on the bus if something went wrong in the loop
4466         function. This fixes a few cases where the task was paused and nothing
4467         happened anymore.
4468
4469 2007-05-02  Wim Taymans  <wim@fluendo.com>
4470
4471         * gst/rtsp/test.c: (main):
4472         Fix compilation of deprecated test just because I'm too lazy to delete
4473         it.
4474
4475 2007-05-02  Wim Taymans  <wim@fluendo.com>
4476
4477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4478         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4479         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4480         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4481         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4482         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4483         * gst/rtsp/gstrtspsrc.h:
4484         Fix sending RTCP to the right place.
4485         Fix bug in reffing the wrong UDP element.
4486         Use new pad names for the session manager.
4487         Implement handling server requests in interleaved and UDP modes.
4488         Handle session keep-alive in UDP modes.
4489         Remove GCond for handling UDP timeouts.
4490
4491         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4492         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4493         (rtsp_connection_receive), (rtsp_connection_close):
4494         * gst/rtsp/rtspconnection.h:
4495         Store connection IP address for later.
4496         Add timeout args to all operations that might block forever.
4497         Parse session timeout.
4498         Only close sockets when not already closed.
4499
4500         * gst/rtsp/rtspdefs.c:
4501         * gst/rtsp/rtspdefs.h:
4502         Add timeout return value and error string.
4503
4504         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4505         Add small comment.
4506
4507 2007-05-01  Wim Taymans  <wim@fluendo.com>
4508
4509         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4510
4511         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4512         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4513         * gst/rtp/gstrtpmp4vpay.h:
4514         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4515
4516 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4517
4518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4519           Remove v4l2src from docs, since it breaks the docs build, and the
4520           plugin is only built if --enable-experimental is used anyway.
4521
4522         * docs/plugins/Makefile.am:
4523           Spaces => tab.
4524
4525 2007-04-29  Wim Taymans  <wim@fluendo.com>
4526
4527         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4528         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4529         Add code to drop membership of a multicast group.
4530
4531         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4532         (gst_udpsink_set_uri):
4533         Implement URI handler.
4534
4535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4536         (gst_rtspsrc_parse_rtpinfo):
4537         Use URI handler to make udpsink instace.
4538         Improve code to configure port and destination.
4539
4540 2007-04-29  Wim Taymans  <wim@fluendo.com>
4541
4542         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4543         Fix multicast detection.
4544         Don't try to join a multicast group if the address is not multicast.
4545
4546         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4547         Small debug improvement.
4548
4549 2007-04-27  Wim Taymans  <wim@fluendo.com>
4550
4551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4552         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4553         (gst_rtspsrc_handle_message):
4554         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4555         parent.
4556
4557 2007-04-27  Wim Taymans  <wim@fluendo.com>
4558
4559         * gst/rtp/gstrtpilbcdepay.h:
4560         Fix mode property when specified as an arg.
4561
4562 2007-04-26  Edward Hervey  <edward@fluendo.com>
4563
4564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4566         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4567         * docs/plugins/inspect/plugin-osxaudio.xml:
4568         Add documentation for osxaudio plugin.
4569
4570 2007-04-26  Wim Taymans  <wim@fluendo.com>
4571
4572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4573         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4574         (gst_rtspsrc_open), (gst_rtspsrc_close),
4575         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4576         (gst_rtspsrc_pause):
4577         * gst/rtsp/gstrtspsrc.h:
4578         Protect state changes with a lock.
4579
4580         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4581         (parse_line):
4582         * gst/rtsp/rtspconnection.h:
4583         Remove some unused stuff.
4584
4585 2007-04-26  Wim Taymans  <wim@fluendo.com>
4586
4587         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4588         Handle the case where there are exactly 0 bytes to read and the ioctl
4589         did not report an error. Fixes #433530.
4590
4591 2007-04-26  Wim Taymans  <wim@fluendo.com>
4592
4593         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4594         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4595         * gst/wavparse/gstwavparse.h:
4596         Apply DISCONT to buffers.
4597         Only apply timestamp to the first sample after a DISCONT, too many VBR
4598         files cause random jitter in the timestamps. Fixes #433119.
4599
4600 2007-04-25  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4603         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4604         (gst_rtp_dec_get_property):
4605         * gst/rtsp/gstrtpdec.h:
4606         Add dummy latency property to be backwards compat with rtpbin.
4607
4608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4609         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4610         (gst_rtspsrc_stream_configure_transport),
4611         (gst_rtspsrc_parse_rtpinfo):
4612         * gst/rtsp/gstrtspsrc.h:
4613         Add latency property and configure in the session manager.
4614         Don't set invalid clock-base and seqnum-base on caps, some servers
4615         sometimes don't send them.
4616
4617 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4618
4619         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4620         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4621           Double-check that RGB input caps are really RGBA caps (apparently
4622           the core doesn't always catch it if those caps aren't a subset of
4623           our template caps, also see #421543). Fixes #429319 in a way.
4624           Also, don't leak the pad template in the transform_caps function.
4625
4626         * tests/check/Makefile.am:
4627         * tests/check/elements/.cvsignore:
4628         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4629         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4630         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4631         (GST_START_TEST), (alphacolor_suite):
4632           Add some basic unit tests for alphacolor.
4633
4634 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4635
4636         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4637           If we get a fatal flow return in the loop function, first post the
4638           error message and only then send the EOS event downstream, otherwise
4639           applications might get an eos message before the error message and
4640           think everything was ok (related to #429319).
4641
4642 2007-04-25  Wim Taymans  <wim@fluendo.com>
4643
4644         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4645         Read the channel byte as an unsigned byte.
4646
4647 2007-04-25  Wim Taymans  <wim@fluendo.com>
4648
4649         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4650         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4651         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4652         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4653         (gst_rtp_gsm_depay_setcaps):
4654         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4655         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4656         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4657         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4658         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4659         (gst_ilbc_depay_get_property):
4660         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4661         * gst/rtp/gstrtpmp4adepay.c:
4662         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4663         (gst_rtp_pcma_depay_setcaps):
4664         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4665         (gst_rtp_pcmu_depay_setcaps):
4666         Make sure we configure the clock_rate in the baseclass in the setcaps
4667         function. Fixes #431282.
4668
4669 2007-04-25  Wim Taymans  <wim@fluendo.com>
4670
4671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4672         (gst_rtspsrc_stream_free), (request_pt_map),
4673         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4674         * gst/rtsp/gstrtspsrc.h:
4675         Parse server address from SDP.
4676         Hook up a udpsink to send RTCP back to the server.
4677
4678         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4679         * gst/rtsp/rtsptransport.h:
4680         Add some docs.
4681
4682 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4683
4684         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4685           Make header field check conditional. Fixes #433135
4686
4687 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4688
4689         * docs/plugins/Makefile.am:
4690         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4691         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4692         * docs/plugins/inspect/plugin-alphacolor.xml:
4693         * gst/alpha/Makefile.am:
4694         * gst/alpha/gstalphacolor.c:
4695         * gst/alpha/gstalphacolor.h:
4696           Add minimal docs blurb to alphacolor; split out headers into
4697           separate header file for gtk-doc.
4698
4699 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4700
4701         * gst/debug/progressreport.c: (gst_progress_report_report):
4702           Don't try to post NULL message (in case we can't query upstream
4703           position or duration).
4704
4705 2007-04-18  Michael Smith  <msmith@fluendo.com>
4706
4707         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4708         (gst_cutter_get_caps):
4709         * gst/cutter/gstcutter.h:
4710           Fix some of the most obvious bugs in cutter. Now doesn't leak
4711           everything if input is silent.
4712
4713 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4714
4715         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4716         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4717         * gst/wavenc/gstwavenc.h:
4718         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4719         else results in a invalid block align and invalid files.
4720
4721 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4722
4723         Patch by: Snaik <snaik32 gmail com>
4724
4725         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4726           Add missing break statement for BOX_HORIZONTAL case.
4727
4728 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4729
4730         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4731
4732         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4733         Use correct format strings for integer types.
4734
4735 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4736
4737         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4738         (gst_wavparse_create_sourcepad):
4739         Use gst_riff_create_audio_template_caps () instead of the local caps.
4740         This makes updates of the local caps unecessary whenever libgstriff
4741         gets support for new formats.
4742
4743 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4746
4747         * sys/sunaudio/gstsunaudio.c:
4748         * sys/sunaudio/gstsunaudiomixer.c:
4749         * sys/sunaudio/gstsunaudiomixer.h:
4750         * sys/sunaudio/gstsunaudiomixerctrl.c:
4751         * sys/sunaudio/gstsunaudiomixerctrl.h:
4752         * sys/sunaudio/gstsunaudiomixertrack.h:
4753         * sys/sunaudio/gstsunaudiosink.c:
4754         * sys/sunaudio/gstsunaudiosink.h:
4755         * sys/sunaudio/gstsunaudiosrc.c:
4756         * sys/sunaudio/gstsunaudiosrc.h:
4757           Fix and/or update copyright attributions (#430228).
4758
4759 2007-04-13  Wim Taymans  <wim@fluendo.com>
4760
4761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4762         Fix docs.
4763
4764         * gst/rtsp/URLS:
4765         Add some more example urls.
4766
4767         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4768         (gst_rtp_dec_chain_rtp):
4769         Better debugging.
4770
4771         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4772         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4773         (gst_rtspsrc_parse_rtpinfo):
4774         Remove unused code.
4775
4776 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4777
4778         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4779         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4780         (gst_wavparse_stream_data):
4781           Relax the audio/mpeg caps again and add FIXME: comment.
4782
4783 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4784
4785         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4786         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4787         (gst_wavparse_stream_data):
4788         * gst/wavparse/gstwavparse.h:
4789           More sanity check for the header fields. Fix type for 'rate' header
4790           field.
4791
4792 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4795         (gst_icydemux_unicodify):
4796           If the metadata strings we get in the stream are not UTF-8, try to
4797           interpret them according to the character encodings specified in the
4798           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4799           only fall back to locale/ISO-8859-1 if those aren't set or don't
4800           work. Should fix #428901.
4801
4802 2007-04-12  Wim Taymans  <wim@fluendo.com>
4803
4804         * gst/rtp/gstrtph264depay.c:
4805         Use the proper sync word for SPS and PPS.
4806
4807 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4808
4809         * gst/rtp/Makefile.am:
4810         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4811           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4812         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4813           Add a simple hashing implementation that we can use to generate
4814           a 24-bit ident value based on the codebooks for vorbis and theora.
4815         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4816           gst_rtp_theora_pay_handle_buffer):
4817         * gst/rtp/gstrtpvorbisdepay.c
4818           (gst_rtp_vorbis_depay_parse_configuration,
4819           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4820         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4821           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4822           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4823           Use the hashing function, ensuring that the same codebooks result
4824           in the same ident and thus the same SDP description.
4825           Various log fixes/changes.
4826
4827 2007-04-12  Wim Taymans  <wim@fluendo.com>
4828
4829         Patch by: jerry tan <jerry dot tan at sun dot com>
4830
4831         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4832         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4833         application's responsibility to make sure it open the device once.
4834         Remove a careless error if AUDIODEV is set. Fixes #392620.
4835
4836 2007-04-12  Wim Taymans  <wim@fluendo.com>
4837
4838         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4839         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4840         * gst/rtsp/gstrtpdec.h:
4841         Make backward compat with rtpbin by adding the request-pt-map signals.
4842
4843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4844         (new_session_pad), (request_pt_map),
4845         (gst_rtspsrc_stream_configure_transport),
4846         (gst_rtspsrc_stream_configure_caps),
4847         (gst_rtspsrc_activate_streams):
4848         * gst/rtsp/gstrtspsrc.h:
4849         Implement request-pt-map signals instead of setting caps on the buffers
4850         for the session manager.
4851
4852 2007-04-11  Wim Taymans  <wim@fluendo.com>
4853
4854         * gst/udp/gstudp.c: (plugin_init):
4855         Register GstNetBuffer in plugin_init so that the type can be used from
4856         multiple threads without races.
4857
4858 2007-04-10  Wim Taymans  <wim@fluendo.com>
4859
4860         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4861         (gst_rtp_amr_depay_process):
4862         Fix depayloader clock_rate and some cleanups.
4863
4864         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4865         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4866         * gst/rtp/gstrtph264depay.h:
4867         Don't push codec_data in the adapter because it might get flushed when
4868         we get a discont.
4869
4870         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4871         Handle multiple AU per packet.
4872
4873         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4874         (gst_rtp_sv3v_depay_plugin_init):
4875         Disable rank, this one does not work.
4876         Remove timestamping, base class does that.
4877
4878 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4879
4880         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4881           limit caps to the formats we announce in the template
4882
4883         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4884         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4885         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4886           fix some crashers/asserts when dealing with broken files
4887
4888 2007-04-10  Wim Taymans  <wim@fluendo.com>
4889
4890         Patch by: Peter Kjellerstedt  <pkj at axis com>
4891
4892         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4893         * gst/rtp/gstrtpL16depay.c:
4894         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4895         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4896         (gst_rtp_speex_depay_setcaps):
4897         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4898         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4899         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4900         Fix some compiler warnings. Fixes #428182.
4901
4902 2007-04-06  Wim Taymans  <wim@fluendo.com>
4903
4904         * gst/rtsp/Makefile.am:
4905         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4906         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4907         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4908         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4909         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4910         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4911         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4912         (create_rtcp), (gst_rtp_dec_request_new_pad),
4913         (gst_rtp_dec_release_pad):
4914         * gst/rtsp/gstrtpdec.h:
4915         * gst/rtsp/gstrtsp.c: (plugin_init):
4916         Morph RTPDec into something compatible with RTPBin as a fallback.
4917         Various other style fixes.
4918
4919         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4920         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4921         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4922         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4923         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4924         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4925         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4926         * gst/rtsp/gstrtspsrc.h:
4927         Implement RTPBin session manager handling.
4928         Don't try to add empty properties to caps.
4929         Implement fallback session manager, handling.
4930         Don't combine errors from RTCP streams, just ignore them.
4931
4932         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4933         * gst/rtsp/rtsptransport.h:
4934         Implement fallback session manager.
4935         Make RTPBin the default one when available.
4936
4937 2007-04-05  Wim Taymans  <wim@fluendo.com>
4938
4939         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4940         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4941         This element is ready to be autoplugged.
4942
4943 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4944
4945         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4946         Don't leave the offsets defined by upstream element on the
4947         compressed data buffer we are pushing downstream. Make them
4948         GST_BUFFER_OFFSET_NONE.
4949
4950 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4951
4952         * gst/avi/README:
4953         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4954         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4955         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4956         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4957         (gst_avi_demux_calculate_durations_from_index),
4958         (gst_avi_demux_stream_header_push),
4959         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4960         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4961           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4962
4963 2007-04-03  Wim Taymans  <wim@fluendo.com>
4964
4965         * gst/smpte/barboxwipes.c:
4966         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4967
4968 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4969
4970         * gst/wavparse/gstwavparse.c:
4971         Support audio/x-raw-float in wav files. This only works with
4972         plugins-base CVS, using an older version doesn't have any
4973         disadvantages though.
4974
4975 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4976
4977         * configure.ac:
4978         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4979         (gst_au_parse_parse_header), (gst_au_parse_chain):
4980         * gst/auparse/gstauparse.h:
4981         Revert last change as we don't want plugins-good to depend on
4982         plugins-base CVS now.
4983
4984 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4985
4986         * configure.ac:
4987         Require gst-plugins-base CVS for audioconvert with non-native
4988         float support and width/depth fix in libgstriff.
4989
4990         Patch by: René Stadler <mail at renestadler dot de>
4991
4992         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4993         (gst_au_parse_parse_header), (gst_au_parse_chain):
4994         * gst/auparse/gstauparse.h:
4995         Don't swap the floats ourself if they're not in native endianness.
4996         Instead let audioconvert handle this. Fixes #339838.
4997
4998 2007-03-29  Wim Taymans  <wim@fluendo.com>
4999
5000         * gst/rtp/gstasteriskh263.h:
5001         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5002         (gst_rtp_h263p_depay_change_state):
5003         * gst/rtp/gstrtph263pdepay.h:
5004         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5005         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5006         (gst_rtp_h264_depay_change_state):
5007         * gst/rtp/gstrtph264depay.h:
5008         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5009         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5010         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5011         Flush adapter on disconts.
5012
5013 2007-03-29  Wim Taymans  <wim@fluendo.com>
5014
5015         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5016         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5017         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5018         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5019         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5020         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5021         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5022         (gst_rtp_mp4v_depay_process):
5023         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5024         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5025         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5026         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5027         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5028         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5029         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5030         Use more efficient adapter and rtpbuffer methods when possible.
5031
5032 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5033
5034         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5035         (gst_wavenc_sink_setcaps):
5036         Correctly handle width!=depth input.
5037         * gst/wavparse/gstwavparse.c:
5038         Already export in the caps that width==8 uses unsigned samples and
5039         everything else uses signed samples.
5040
5041 2007-03-29  Wim Taymans  <wim@fluendo.com>
5042
5043         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5044
5045         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5046         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5047         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5048         (gst_dynudpsink_close):
5049         * gst/udp/gstdynudpsink.h:
5050         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5051         (gst_udpsrc_create), (gst_udpsrc_set_property),
5052         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5053         * gst/udp/gstudpsrc.h:
5054         Rework the socket allocation a bit based on the sockfd argument so that
5055         it becomes usable.
5056         Add a closefd property to instruct the udp elements to close the custom
5057         file descriptors when going to READY. Fixes #423304.
5058         API:GstUDPSrc::closefd property
5059         API:GstDynUDPSink::closefd property
5060
5061 2007-03-29  Wim Taymans  <wim@fluendo.com>
5062
5063         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5064
5065         * gst/rtp/Makefile.am:
5066         * gst/rtp/gstrtp.c: (plugin_init):
5067         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5068         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5069         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5070         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5071         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5072         (gst_rtp_h264_pay_plugin_init):
5073         * gst/rtp/gstrtph264pay.h:
5074         Added H264 payloader. Fixes #423782.
5075
5076         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5077         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5078         Small fixes.
5079
5080 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5081
5082         * gst/wavparse/gstwavparse.c:
5083         Actually support depths from 1 to 32, not only 8 to 32.
5084
5085 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5086
5087         * gst/wavparse/gstwavparse.c:
5088         Add support for wav files containing audio/x-raw-int with random
5089         depths between 1 and 32 bits.
5090
5091 2007-03-28  Wim Taymans  <wim@fluendo.com>
5092
5093         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5094
5095         * gst/rtp/Makefile.am:
5096         * gst/rtp/gstrtp.c: (plugin_init):
5097         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5098         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5099         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5100         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5101         (gst_rtp_mp4a_depay_get_property),
5102         (gst_rtp_mp4a_depay_change_state),
5103         (gst_rtp_mp4a_depay_plugin_init):
5104         * gst/rtp/gstrtpmp4adepay.h:
5105         Added MP4A-LATM depayloader. Fixes #417792.
5106
5107         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5108         (gst_rtp_mp4v_depay_process):
5109         Fixup depayloader, setting codec_data, using more efficient adaptor and
5110         rtpbuffer handling.
5111
5112         * gst/rtsp/URLS:
5113         Add url to test above.
5114
5115 2007-03-25  Wim Taymans  <wim@fluendo.com>
5116
5117         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5118         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5119         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5120         (gst_rtspsrc_media_to_caps),
5121         (gst_rtspsrc_stream_configure_transport),
5122         (gst_rtspsrc_stream_configure_caps),
5123         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5124         * gst/rtsp/gstrtspsrc.h:
5125         Handle default clock-rates for static payload types, rearrange stuff so
5126         that the rtpmap field in the sdp can override the defaults.
5127         Parse RTP-Info field to get the seqnum and timebase fields that should
5128         go in the caps.
5129         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5130         the server. 
5131
5132 2007-03-22  Wim Taymans  <wim@fluendo.com>
5133
5134         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5135
5136         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5137         Accept complex pipeline descriptions as an audio profile instead of just
5138         a single element. Fixes #420658.
5139
5140 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5141
5142         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5143           Rename registered type in preparation of GstTagDemux moving to
5144           -base at some point in the future.
5145
5146 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5147
5148         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5149           Streaming mode fixes: don't unref buffer we don't own any longer;
5150           remove bogus adapter flush. Fixes #419338.
5151
5152 2007-03-17  David Schleef  <ds@schleef.org>
5153
5154         * REQUIREMENTS: Change the format to key/value, add a bunch of
5155           information, remove a bunch of requirements that are for
5156           other GStreamer packages.
5157
5158 2007-03-17  David Schleef  <ds@schleef.org>
5159
5160         * REQUIREMENTS: Fix a few things.  This file really needs a
5161         good once-over.
5162
5163 2007-03-15  Edward Hervey  <edward@fluendo.com>
5164
5165         * sys/Makefile.am:
5166         Don't forget to distribute the sys/osxaudio/ directory.
5167
5168 2007-03-15  Edward Hervey  <edward@fluendo.com>
5169
5170         * configure.ac:
5171         * sys/Makefile.am:
5172         * sys/osxaudio/Makefile.am:
5173         * sys/osxaudio/gstosxaudio.c:
5174         * sys/osxaudio/gstosxaudiosink.c:
5175         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5176         (gst_osx_audio_sink_getcaps),
5177         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5178         * sys/osxaudio/gstosxaudiosrc.c:
5179         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5180         (gst_osx_audio_src_create_ringbuffer):
5181         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5182         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5183         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5184         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5185         * sys/osxaudio/gstosxringbuffer.h:
5186         Activate osxaudio in gst-plugins-good with proper build setup.
5187         Add inlined documentation.
5188         Fix debug statements
5189         Fix ringbuffer when pausing.
5190         Fixes #323471
5191
5192 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5193         * gst/rtp/gstrtppcmapay.c:
5194         * gst/rtp/gstrtppcmapay.h:
5195         * gst/rtp/gstrtppcmupay.c:
5196         * gst/rtp/gstrtppcmupay.h:
5197         Ported mulaw and alaw payloaders to use new base class
5198
5199 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5200
5201         * po/af.po:
5202         * po/az.po:
5203         * po/cs.po:
5204         * po/en_GB.po:
5205         * po/it.po:
5206         * po/nl.po:
5207         * po/or.po:
5208         * po/sq.po:
5209         * po/sr.po:
5210         * po/sv.po:
5211         * po/uk.po:
5212         * po/vi.po:
5213           Update translations.
5214
5215 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * configure.ac:
5218           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5219
5220 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5223           Fix handling of -1 values for start and stop values when seeking,
5224           and SEEK_CUR+SEEK_END here as well.
5225
5226 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5227
5228         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5229           Fix handling of -1 values for start and stop values when seeking, 
5230           and SEEK_CUR+SEEK_END.
5231
5232 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5235           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5236           the image format a variable-length NUL-terminated string; in
5237           versions before that the image format is a fixed-length string of
5238           3 characters (see #348644 for a sample tag).
5239           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5240
5241 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5242
5243         * win32/MANIFEST:
5244         Add new project files to MANIFEST.
5245         * win32/vs6/libgstaudiofx.dsp:
5246         * win32/vs6/libgstrtp.dsp:
5247         * win32/vs6/libgstrtsp.dsp:
5248         Update project files.
5249         
5250 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5251
5252         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5253         (gst_avi_demux_parse_index):
5254         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5255         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5256           Printf format fixes; also add some missing quotes in translated
5257           strings. Fixes #416728 and #416727.
5258
5259 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5260
5261         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5262           Tim and I can't think of any reason the child audio sink needs to 
5263           be set back to NULL after successfully determining that it can 
5264           reach READY - it gets immediately set back to READY by the caller
5265           anyway, causing an unnecessary close/open of any audio devices
5266           involved.
5267
5268 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5269
5270         * po/LINGUAS:
5271         * po/ja.po:
5272           Add ja.po file from #377306.
5273
5274 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5275
5276         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5277         * sys/sunaudio/gstsunaudiomixertrack.c:
5278         (gst_sunaudiomixer_track_new):
5279           Actually translate sunaudio mixer track labels instead of just
5280           marking the strings as translatable (#377306); clean up weird
5281           label string mapping code that serves no apparent purpose. Also
5282           set the 'untranslated-label' property when creating mixer tracks
5283           if the GstMixerTrack base class supports this.
5284
5285         * tests/check/Makefile.am:
5286         * tests/check/elements/.cvsignore:
5287         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5288         (sunaudio_suite):
5289           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5290           actually tested on a system where sunaudiomixer is available).
5291
5292 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5293
5294         * tests/check/Makefile.am:
5295         Re-enable the states test and see if it works on the buildbots.
5296
5297 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5298
5299         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5300         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5301         (gst_dvdec_change_state):
5302         * ext/dv/gstdvdec.h:
5303         Infer pixel-aspect-ratio from the video frame format if it isn't
5304         provided by the container, as happens when playing DV from AVI
5305         or Quicktime containers.
5306
5307         Patch by: Wim Taymans <wim@fluendo.com>
5308         Fixes #380944
5309
5310 2007-03-09  Wim Taymans  <wim@fluendo.com>
5311
5312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5313         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5314         will later be handled by the jitterbuffer.
5315
5316 2007-03-09  Wim Taymans  <wim@fluendo.com>
5317
5318         * ext/taglib/gstid3v2mux.cc:
5319         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5320         Fixes #414496.
5321         
5322         Patch by: Alex Lancaster <alexl at users sourceforge net>
5323
5324 2007-03-09  Wim Taymans  <wim@fluendo.com>
5325
5326         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5327         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5328         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5329         (gst_avi_demux_chain):
5330         Fix stream position reporting after a seek. Fixes #416445.
5331
5332 2007-03-08  Wim Taymans  <wim@fluendo.com>
5333
5334         Patch by: René Stadler <mail at renestadler dot de>
5335
5336         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5337         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5338         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5339         Make avidemux accept optional header chunks in any order.
5340         Fixes #415446.
5341
5342 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5343
5344         * tests/check/Makefile.am:
5345         Disable the states check until the remaining Valgrind errors
5346         are fixed or suppressed.
5347
5348 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5349
5350         * tests/check/elements/.cvsignore:
5351           Add audiodynamic check to .cvsignore
5352
5353 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5354
5355         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5356
5357         * gst/audiofx/Makefile.am:
5358         * gst/audiofx/audiodynamic.c:
5359         (gst_audio_dynamic_characteristics_get_type),
5360         (gst_audio_dynamic_mode_get_type),
5361         (gst_audio_dynamic_set_process_function),
5362         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5363         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5364         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5365         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5366         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5367         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5368         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5369         (gst_audio_dynamic_transform_hard_knee_expander_int),
5370         (gst_audio_dynamic_transform_hard_knee_expander_float),
5371         (gst_audio_dynamic_transform_soft_knee_expander_int),
5372         (gst_audio_dynamic_transform_soft_knee_expander_float),
5373         (gst_audio_dynamic_transform_ip):
5374         * gst/audiofx/audiodynamic.h:
5375         * gst/audiofx/audiofx.c: (plugin_init):
5376         Add new audiodynamic element which can act as a compressor or
5377         expander. Supported are hard-knee and soft-knee operation modes with
5378         user-specified ratio and threshold.
5379         Attack and release parameters are not yet implemented but will follow.
5380         * docs/plugins/Makefile.am:
5381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5383         * docs/plugins/gst-plugins-good-plugins.args:
5384         * docs/plugins/inspect/plugin-audiofx.xml:
5385         Integrate audiodynamic into the docs.
5386         * tests/check/Makefile.am:
5387         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5388         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5389         Add unit test for audiodynamic.
5390
5391 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5392
5393         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5394         Free handles that we allocated when exiting via the error paths.
5395
5396 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5397
5398         * gst/level/gstlevel.c: (gst_level_class_init),
5399         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5400         (gst_level_transform_ip):
5401         * gst/level/gstlevel.h:
5402           Resolve message timestamps against the playback segment.
5403
5404 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5407         (gst_id3demux_sink_activate):
5408           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5409           caps passed to it (previously one code path assumed it took ownership
5410           while another one assumed it didn't, while in fact it sometimes did and
5411           sometimes didn't ...).
5412
5413         * configure.ac:
5414         * tests/files/Makefile.am:
5415         * tests/files/id3-407349-1.tag:
5416         * tests/files/id3-407349-2.tag:
5417           Add directory where data for unit tests can be stored.
5418
5419         * tests/Makefile.am:
5420         * tests/check/Makefile.am:
5421         * tests/check/elements/.cvsignore:
5422         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5423         (read_tags_from_file), (run_check_for_file),
5424         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5425           Add unit test for id3demux, and in particular for bug #407349. Only
5426           testing pull-mode for now; push mode doesn't work yet because the test
5427           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5428
5429 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5430
5431         * tests/check/Makefile.am:
5432           Add missing backslash at end of line.
5433
5434 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5435
5436         Trigger rebuild.
5437
5438 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5441         * gst/id3demux/id3tags.h:
5442         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5443         (parse_obsolete_tdat_frame):
5444           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5445           the four-digit number will be interpreted as a year, whereas it is
5446           month and day in DDMM format. Instead, parse TDAT frames and fix up
5447           the date in the GST_TAG_DATE tag later if we also extracted a year.
5448           Fixes #407349.
5449
5450 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5451
5452         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5453         (gst_switch_commit_new_kid):
5454         Fix up the dispose logic so it doesn't leak, and fix setting of 
5455         the child state so that we don't set a child to our current state 
5456         just as we are changing it to something else.
5457
5458 2007-03-06  Wim Taymans  <wim@fluendo.com>
5459
5460         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5461         (gst_goom_chain):
5462         * gst/goom/gstgoom.h:
5463         Document, fix and improve goom adapter behaviour.
5464         Fixes #407006.
5465
5466 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5467
5468         * ext/esd/esdsink.c: (gst_esdsink_open):
5469         Unref static pad template after using it.
5470
5471 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5472
5473         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5474         (gst_switch_commit_new_kid):
5475         Fix up the reference counting of the child elements.
5476
5477 2007-03-05  Wim Taymans  <wim@fluendo.com>
5478
5479         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5480         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5481         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5482         Fix encoding-name case.
5483
5484 2007-03-05  Wim Taymans  <wim@fluendo.com>
5485
5486         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5487         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5488         (gst_rtp_speex_depay_process):
5489         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5490         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5491         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5492         (gst_rtp_speex_pay_change_state):
5493         * gst/rtp/gstrtpspeexpay.h:
5494         Fix speex (de)payloader. Fixes #358040.
5495
5496 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5497
5498         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5499         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5500         Install fakesink in NULL by fixing some broken logic. This obviates
5501         the need to manually set _IS_SINK.
5502         Add some comments and remove a little cruft while I'm at it.
5503
5504 2007-03-05  Wim Taymans  <wim@fluendo.com>
5505
5506         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5507         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5508
5509 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * po/POTFILES.in:
5512           Update.
5513
5514 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5515
5516         * tests/check/Makefile.am:
5517         Gah! Also disable gconfvideosink from the tests, otherwise
5518         it will instantiate autovideosink, and dfbvideosink and
5519         leak on the buildbots.
5520
5521 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5522
5523         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5524         (gst_cdio_cdda_src_finalize):
5525         Make sure we always destroy our libcdio handle.
5526
5527 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5528
5529         * tests/check/Makefile.am:
5530         Disable autovideosink so the buildbots don't barf over memory
5531         leaked in the directfb sink.
5532
5533 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5534
5535         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5536         Chain up in dispose
5537
5538 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5539
5540         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5541         (gst_multipart_find_pad_by_mime):
5542         Use gst_pad_new_from_static_template instead of
5543         static_pad_template_get+pad_new.
5544
5545 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5546
5547         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5548         Catch the case where no clock has been set.
5549
5550 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5551
5552         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5553         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5554         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5555         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5556         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5557         (gst_gconf_audio_src_finalize), (do_toggle_element):
5558         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5559         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5560         (do_toggle_element):
5561         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5562         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5563         (gst_gconf_video_src_finalize), (do_toggle_element):
5564         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5565         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5566         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5567         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5568         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5569         (gst_shout2send_init), (gst_shout2send_finalize):
5570         * gst/debug/testplugin.c: (gst_test_class_init),
5571         (gst_test_finalize):
5572         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5573         (gst_flxdec_dispose):
5574         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5575         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5576         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5577         (gst_rtspsrc_finalize):
5578         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5579         * gst/rtsp/rtspextwms.h:
5580         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5581         (gst_smpte_finalize):
5582         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5583         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5584         (gst_udpsink_finalize):
5585         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5586         (gst_wavparse_sink_activate):
5587         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5588         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5589         (gst_oss_src_finalize):
5590         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5591         * sys/v4l2/gstv4l2object.h:
5592         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5593         (gst_v4l2src_finalize):
5594         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5595
5596         Fix a bunch of leaks shown by the newly-added states test.
5597
5598 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5599
5600         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5601         Use gst_pad_new_from_static_template instead of 
5602         static_pad_template_get+pad_new.
5603
5604 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5607
5608         * ext/libcaca/Makefile.am:
5609         * gst/debug/Makefile.am:
5610           Don't mix tabs and spaces (#414168).
5611
5612 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5613
5614         * tests/check/generic/.cvsignore:
5615           Ignore files to please buildbot.
5616
5617 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5618
5619         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5620         (gst_wavparse_stream_data):
5621           Unbreak my previous commit (swapped nominator & denominator). Tim,
5622           thanks for spotting.
5623
5624 2007-03-02  Wim Taymans  <wim@fluendo.com>
5625
5626         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5627         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5628         (gst_cdio_cdda_src_finalize):
5629         Small code cleanups.
5630         Don't use pad_alloc as the base class cannot deal with the error codes.
5631
5632 2007-03-02  Wim Taymans  <wim@fluendo.com>
5633
5634         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5635         (gst_udpsrc_create):
5636         Fix doc.
5637
5638 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5639
5640         Patch by: René Stadler <mail@renestadler.de>
5641
5642         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5643         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5644         (gst_wavparse_stream_data):
5645           Handle rounding better to not drop last sample frame. Fixes #356692
5646
5647 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5648
5649         * tests/check/Makefile.am:
5650         Disable cacasink from the states check too - it also calls exit(1)
5651         on us when it can't find a terminal to talk to.
5652
5653 2007-03-02  Wim Taymans  <wim@fluendo.com>
5654
5655         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5656
5657         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5658         (gst_udpsrc_create), (gst_udpsrc_set_property),
5659         (gst_udpsrc_get_property):
5660         * gst/udp/gstudpsrc.h:
5661         Add support to strip proprietary headers. Fixes #350296.
5662
5663 2007-03-02  Wim Taymans  <wim@fluendo.com>
5664
5665         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5666         Fix compilation.
5667
5668 2007-03-02  Wim Taymans  <wim@fluendo.com>
5669
5670         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5671
5672         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5673         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5674         (gst_rtp_mp2t_depay_set_property),
5675         (gst_rtp_mp2t_depay_get_property):
5676         * gst/rtp/gstrtpmp2tdepay.h:
5677         Add support to strip off proprietary headers. Fixes #350278.
5678
5679 2007-03-02  Wim Taymans  <wim@fluendo.com>
5680
5681         * ext/hal/hal.c:
5682         Fix compilation.
5683
5684 2007-03-02  Wim Taymans  <wim@fluendo.com>
5685
5686         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5687         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5688         (gst_sunaudiosrc_open):
5689         * sys/sunaudio/gstsunaudiosrc.h:
5690         Remove device-name from GstSunAudioSrc. Fixes #412597.
5691
5692 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5693
5694         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5695         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5696         Having NULL as UDI previously selected the default sink/src. Change
5697         this back but mention it in the debug output.
5698         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5699         (gst_hal_get_oss_element), (gst_hal_get_string),
5700         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5701         (gst_hal_get_audio_src):
5702         * ext/hal/hal.h:
5703         Refactor a bit, check all error conditions, greatly improve debugging
5704         and fix some possible memory leaks. Also implement OSS support
5705         and allow specifying an UDI that points to a real device. For this the
5706         child device which supports ALSA (preferred) or OSS is used.
5707         As a side effect this makes it impossible now to get a alsasink in
5708         halaudiosrc and a alsasrc in halaudiosink.
5709
5710 2007-03-01  Wim Taymans  <wim@fluendo.com>
5711
5712         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5713         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5714         Errors from the udp sources are not fatal unless all of them are in
5715         error.
5716
5717 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5718
5719         * tests/check/Makefile.am:
5720         Disable aasink in the states test. I suspect this is the element that
5721         is calling exit(1) when it can't proceed.
5722
5723 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5724
5725         * tests/check/Makefile.am:
5726         Draw plugins in from the build tree sys/ dir, rather than picking
5727         up the already installed versions.
5728
5729 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5730
5731         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5732         Error out correctly when getting xcontext fails.
5733
5734 2007-03-01  Wim Taymans  <wim@fluendo.com>
5735
5736         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5737         Make state change to PAUSED NO_PREROLL because that's what it will be in
5738         the future and rtspsrc relies on it.
5739
5740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5741         (gst_rtspsrc_change_state):
5742         Don't error out when we don't get an error from the state change
5743         function.
5744
5745 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5746
5747         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5748         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5749           Check if the device UDI is set before trying to query HAL
5750           about it and give a useful error message if it wasn't set.
5751         * ext/hal/hal.c: (gst_hal_get_string):
5752           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5753           gives an assertion failure in D-Bus when running with
5754           DBUS_FATAL_WARNINGS=1.
5755
5756 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5757
5758         * configure.ac:
5759           Convert to new AG_GST style.
5760
5761 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5762
5763         * tests/check/Makefile.am:
5764         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5765           add test for states
5766
5767 2007-02-28  Wim Taymans  <wim@fluendo.com>
5768
5769         * tests/check/elements/.cvsignore:
5770         Add new videofilter check to .cvsignore.
5771
5772 2007-02-28  Wim Taymans  <wim@fluendo.com>
5773
5774         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5775         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5776         (gst_avi_demux_loop), (gst_avi_demux_chain):
5777         Fix combined flow return. Fixes #412608.
5778
5779 2007-02-28  Wim Taymans  <wim@fluendo.com>
5780
5781         * gst/videofilter/Makefile.am:
5782         Dist header..
5783
5784 2007-02-28  Wim Taymans  <wim@fluendo.com>
5785
5786         * gst/videofilter/gstgamma.h:
5787         Add header too.
5788
5789 2007-02-28  Wim Taymans  <wim@fluendo.com>
5790
5791         Patch by: Mark Nauwelaerts <manauw at skynet be>
5792
5793         * gst/videofilter/Makefile.am:
5794         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5795         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5796         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5797         (oil_tablelookup_u8), (gst_gamma_set_caps),
5798         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5799         Port gamma filter to 0.10. Fixes #412704.
5800
5801         * tests/check/Makefile.am:
5802         * tests/check/elements/videofilter.c: (setup_filter),
5803         (cleanup_filter), (check_filter), (GST_START_TEST),
5804         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5805         Add unit tests for videofilters.
5806
5807 2007-02-28  Wim Taymans  <wim@fluendo.com>
5808
5809         * gst/rtsp/URLS:
5810         Add another interesting test url.
5811
5812         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5813         Don't allow getting header fields from data packets.
5814
5815 2007-02-28  Michael Smith  <msmith@fluendo.com>
5816
5817         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5818         (gst_shout2send_init), (gst_shout2send_start),
5819         (gst_shout2send_set_property), (gst_shout2send_get_property):
5820         * ext/shout2/gstshout2.h:
5821           Add a property for username.
5822
5823 2007-02-27  Christian Schallerr <christian@fluendo.com>
5824
5825         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5826
5827 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5828
5829         * gst/rtsp/Makefile.am:
5830         Fix make check too.
5831
5832 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5833
5834         * gst/rtsp/base64.c: (util_base64_encode):
5835         * gst/rtsp/base64.h:
5836         Commit missing files for base64 encoding.
5837
5838 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5839
5840         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5841
5842         * configure.ac:
5843         * ext/annodex/Makefile.am:
5844         * ext/jpeg/Makefile.am:
5845         * ext/speex/Makefile.am:
5846         * gst/alpha/Makefile.am:
5847         * gst/cutter/Makefile.am:
5848         * gst/debug/Makefile.am:
5849         * gst/effectv/Makefile.am:
5850         * gst/goom/Makefile.am:
5851         * gst/level/Makefile.am:
5852         * gst/smpte/Makefile.am:
5853         * gst/videofilter/Makefile.am:
5854           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5855
5856 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5857
5858         * gst/rtsp/Makefile.am:
5859         * gst/rtsp/rtspconnection.c: (append_auth_header),
5860         (rtsp_connection_send), (rtsp_connection_set_auth):
5861         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5862         from icecast to replace it. Relicensed from GPL courtesy of Mike
5863         Smith.
5864
5865 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5866
5867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5868         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5869         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5870         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5871         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5872         (gst_rtspsrc_uri_set_uri):
5873         * gst/rtsp/gstrtspsrc.h:
5874         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5875         (append_auth_header), (rtsp_connection_send),
5876         (rtsp_connection_free), (rtsp_connection_set_auth):
5877         * gst/rtsp/rtspconnection.h:
5878         * gst/rtsp/rtspdefs.h:
5879         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5880         * gst/rtsp/rtspurl.h:
5881
5882         Implement simple Basic Authentication support so that urls like
5883         rtsp://user:pass@hostname/rtspstream work on hosts that require
5884         authentication.
5885
5886 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5887
5888         * sys/v4l2/gstv4l2object.c:
5889         * sys/v4l2/gstv4l2tuner.c:
5890         * sys/v4l2/v4l2_calls.c:
5891         Fix segfault when oppening a radio device.
5892         
5893 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5894
5895         * gst/level/gstlevel.c: (gst_level_set_caps),
5896         (gst_level_transform_ip):
5897         * sys/v4l2/README:
5898         * tests/check/elements/level.c: (GST_START_TEST):
5899           Fix level for multi-channel case.
5900
5901 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5902
5903         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5904         (gst_level_transform_ip):
5905         * gst/level/gstlevel.h:
5906           Use function pointer for process function and add process functions
5907           for float audio.
5908
5909 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5910
5911         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5912         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5913         (gst_v4l2src_capture_init):
5914           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5915           fixes #407369
5916
5917 2007-02-18  Wim Taymans  <wim@fluendo.com>
5918
5919         * gst/rtp/Makefile.am:
5920         * gst/rtp/gstrtp.c: (plugin_init):
5921         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5922         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5923         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5924         (gst_rtp_mp2t_pay_plugin_init):
5925         * gst/rtp/gstrtpmp2tpay.h:
5926         Added simple mpeg transport stream payloader.
5927
5928 2007-02-16  Wim Taymans  <wim@fluendo.com>
5929
5930         * gst/rtsp/URLS:
5931         Add example H264 rtsp url.
5932
5933         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5934         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5935         Don't convert values to lowercase or we might mess up base64 encoded
5936         properties.
5937
5938 2007-02-16  Wim Taymans  <wim@fluendo.com>
5939
5940         * gst/rtp/README:
5941         Fix case of string params.
5942
5943         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5944         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5945         Fix depayloader, support more packet types.
5946         Add sync codes to make sure the packetizer can do its job.
5947
5948         * gst/rtp/gstrtpmp4gdepay.c:
5949         * gst/rtp/gstrtpmp4gpay.c:
5950         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5951         Fix caps case again.
5952
5953 2007-02-15  Wim Taymans  <wim@fluendo.com>
5954
5955         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5956         Set right caps on output buffers.
5957
5958 2007-02-14  Wim Taymans  <wim@fluendo.com>
5959
5960         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5961         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5962         Clear stack allocated SDPMedia struct before calling _init() on it.
5963         Clarify this in the docs as well.
5964
5965 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5966
5967         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5968         (do_change_child):
5969         Don't reset the profile when going switching states, as it makes
5970         the element non-reusable.
5971
5972 2007-02-14  Wim Taymans  <wim@fluendo.com>
5973
5974         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5975         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5976         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5977         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5978         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5979         (sdp_parse_line):
5980         * gst/rtsp/sdpmessage.h:
5981         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5982         Fix memory management of SDP messages. Fixes #407793.
5983
5984 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5985
5986         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5987
5988         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5989         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5990
5991 2007-02-14  Wim Taymans  <wim@fluendo.com>
5992
5993         Patch by: jp.liu <jp_liu at astrocom dot cn>
5994
5995         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5996         Fix parsing of password field in url. Fixes #407797.
5997
5998 2007-02-14  Wim Taymans  <wim@fluendo.com>
5999
6000         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6001         (gst_wavparse_reset), (gst_wavparse_init),
6002         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6003         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6004         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6005         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6006         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6007         (gst_wavparse_loop), (gst_wavparse_chain),
6008         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6009         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6010         (plugin_init):
6011         * gst/wavparse/gstwavparse.h:
6012         Update docs.
6013         Use boilerplate.
6014         Various code cleanups.
6015         When the bitrate is not known (bps == 0 or compressed formats) let
6016         downstream element guestimate the duration and position and don't
6017         generate timestamps or durations. Fixes #405213.
6018         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6019         error flowreturn upstream.
6020
6021 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6022
6023         * ext/gconf/Makefile.am:
6024         * ext/gconf/gconf.c: (gst_gconf_get_string),
6025         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6026         (gst_gconf_render_bin_with_default):
6027         * ext/gconf/gconf.h:
6028         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6029         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6030         (gst_gconf_audio_sink_dispose), (do_change_child),
6031         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6032         (cb_change_child), (gst_gconf_audio_sink_change_state):
6033         * ext/gconf/gstgconfaudiosink.h:
6034         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6035         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6036         (gst_switch_sink_init), (gst_switch_sink_dispose),
6037         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6038         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6039         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6040         * ext/gconf/gstswitchsink.h:
6041         * gst/autodetect/gstautoaudiosink.c:
6042         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6043         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6044         (gst_auto_audio_sink_detect):
6045         * gst/autodetect/gstautovideosink.c:
6046         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6047         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6048         (gst_auto_video_sink_detect):
6049         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6050         and a child that implements the GConf key monitoring. The end goal of
6051         this is an audio sink that can be changed on the fly, but at the 
6052         moment it still only changes on the next READY transition.
6053
6054 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6055
6056         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6057         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6058         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6059         (gst_avi_demux_calculate_durations_from_index),
6060         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6061         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6062         (gst_avi_demux_loop):
6063           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6064
6065 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6066
6067         * configure.ac:
6068         * docs/plugins/Makefile.am:
6069           Add crossreferences to glib/gobject/gstream docs.
6070
6071 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6072
6073         * gst/monoscope/Makefile.am:
6074         * gst/monoscope/gstmonoscope.c:
6075           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6076           (but no LIBS, since we only use defines from the headers).
6077
6078 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6079
6080         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6081
6082         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6083         (gst_wavparse_stream_data):
6084           Fix massive memory leak when operating in streaming mode due to
6085           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6086           Fixes #407057.
6087
6088 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6089
6090         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6091         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6092         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6093         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6094         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6095         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6096         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6097         (gst_avi_demux_calculate_durations_from_index),
6098         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6099         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6100         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6101         * gst/avi/gstavidemux.h:
6102           Save some memory (8%) by repacking the index entry structure (more to
6103           come). Add more FIXMEs to questionable parts.
6104
6105 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6106
6107         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6108         (gst_v4l2src_get_caps):
6109         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6110         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6111         (gst_v4l2src_capture_init):
6112           More FIXME comments and messaging changes.
6113
6114 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6115
6116         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6117         (gst_goom_change_state):
6118         * gst/goom/gstgoom.h:
6119           Improved docs and use GST_DEBUG_FUNCPTR.
6120
6121         * gst/level/gstlevel.c: (gst_level_class_init):
6122           Use GST_DEBUG_FUNCPTR.
6123
6124         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6125         (gst_monoscope_chain), (gst_monoscope_change_state):
6126           Improved docs source cleanups.
6127
6128 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6129
6130         * gst/debug/Makefile.am:
6131         * gst/debug/gstdebug.c: (plugin_init):
6132         * gst/debug/gstpushfilesrc.c:
6133         * gst/debug/gstpushfilesrc.h:
6134           Add code for a pushfilesrc element that implements a pushfile:// URI
6135           handler, to make debugging push-mode operation of demuxer/decoders
6136           that support both easier in connection with seek/playbin/etc.
6137           The element isn't registered at the moment.
6138
6139 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6140
6141         * gst/avi/gstavimux.c:
6142           Comment a #if 0 in caps template definition as VS6 seems to 
6143         do not support it.
6144         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6145           Use gst_guint64_to_gdouble for conversion.
6146         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6147           Move variables declaration before the first instruction.
6148         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6149           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6150           And don't include netdb.h for G_OS_WIN32
6151         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6152           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6153           by VS6 then use an other way to initialize SDPMedia structure.
6154         * gst/udp/gstdynudpsink.h:
6155         * gst/udp/gstdynudpnetutils.h:
6156           Do not include <sys/time.h> for G_OS_WIN32
6157         * gst/udp/gstudpsrc.c:
6158           Define socklen_t as int for G_OS_WIN32
6159         * win/common/config.h.in:
6160           Undef HAVE_NETINET_IN_H
6161         * win32/vs6/gst_plugins_good.dsw:
6162         * win32/vs6/libgstrtp.dsp:
6163         * win32/vs6/libgstrtsp.dsp:
6164         * win32/vs6/libgstautogen.dsp:
6165         * win32/vs6/libgstaudiofx.dsp:
6166         * win32/vs6/libgstudp.dsp:
6167           Add and update project files.
6168         * win32/common/gstudp-enumtypes.c:
6169         * win32/common/gstudp-enumtypes.h:
6170           Add a copy of udp enumtypes to win32/common as in core 
6171           and base.
6172         
6173 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6174
6175         * configure.ac:
6176           Activate monoscope when building with --enable-experimental. Fix
6177           --enable-external configure switch description.
6178
6179         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6180         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6181           Help gst-indent.
6182
6183 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6184
6185         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6186           Explicitly cast result of pointer arithmetic to integer in order to
6187           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6188
6189 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6190
6191         * gst/debug/progressreport.c:
6192           Some more docs.
6193
6194 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         * docs/plugins/inspect/plugin-rtp.xml:
6197           Update for new elements.
6198
6199         * gst/debug/progressreport.h:
6200           Commit newly-created header file as well.
6201
6202 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6203
6204         * docs/plugins/Makefile.am:
6205         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6206         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6207         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6208         * gst/debug/Makefile.am:
6209         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6210         (gst_progress_report_do_query), (gst_progress_report_report):
6211           Make progressreport element post messages with the current progress
6212           on the bus. Also add some basic docs for it.
6213
6214 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6215
6216         * ext/hal/hal.c: (gst_hal_get_string):
6217         * ext/hal/hal.h:
6218           Some small cleanups; deal with errors when parsing the HAL ALSA
6219           capabilities a bit better.
6220
6221 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6222
6223         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6224           Let's try this again and use the right cast this time.
6225
6226 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6227
6228         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6229           Add cast to avoid compiler warnings with older GLib versions
6230           where the nick/name members in GEnumValue are not declared as
6231           constant strings.
6232
6233 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6234
6235         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6236         (gst_gconf_render_bin_from_key),
6237         (gst_gconf_get_default_audio_sink):
6238         * ext/gconf/gconf.h:
6239         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6240         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6241         (gst_gconf_audio_sink_get_property):
6242           In gconfaudiosink, get the right key as the old key in do_toggle
6243           (ie. one dependent on the profile selected). Log some more stuff so
6244           we can see what's actually going on.
6245
6246 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6247
6248         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6249         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6250         (gst_audio_amplify_set_process_function),
6251         (gst_audio_amplify_setup):
6252         * gst/audiofx/audioamplify.h:
6253         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6254         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6255         * gst/audiofx/audioinvert.h:
6256         Some small cleanups and port both elements to the new GstAudioFilter
6257         base class to save a few lines of common code.
6258         * gst/audiofx/Makefile.am:
6259         Link against libgstaudio for the above changes
6260
6261 2007-01-29  Wim Taymans  <wim@fluendo.com>
6262
6263         * tests/check/elements/.cvsignore:
6264         Some more ignores.
6265
6266 2007-01-26  Wim Taymans  <wim@fluendo.com>
6267
6268         Patch by: charles <charlesg3 at gmail dot com>
6269
6270         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6271         (set_shout_metadata), (gst_shout2send_event):
6272         * ext/shout2/gstshout2.h:
6273         Properly handle tags in shout2send. Fixes #399825.
6274
6275 2007-01-25  Wim Taymans  <wim@fluendo.com>
6276
6277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6278         (gst_rtspsrc_activate_streams):
6279         Convert SDP fields to upper/lowercase following the rules in the SDP to
6280         caps document. 
6281
6282 2007-01-25  Wim Taymans  <wim@fluendo.com>
6283
6284         * gst/rtp/README:
6285         * gst/rtp/gstrtpilbcdepay.c:
6286         * gst/rtp/gstrtpilbcpay.c:
6287         * gst/rtp/gstrtpmp4gdepay.c:
6288         * gst/rtp/gstrtpmp4gpay.c:
6289         * gst/rtp/gstrtpspeexdepay.c:
6290         * gst/rtp/gstrtpspeexpay.c:
6291         * gst/rtp/gstrtpsv3vdepay.c:
6292         * gst/rtp/gstrtptheoradepay.c:
6293         * gst/rtp/gstrtptheorapay.c:
6294         * gst/rtp/gstrtpvorbisdepay.c:
6295         * gst/rtp/gstrtpvorbispay.c:
6296         Fix case of encoding-name and key/value pairs to match the document.
6297         This is to make interoperation with SDP case-insensitive as required by
6298         the relevant RFCs.
6299
6300 2007-01-25  Wim Taymans  <wim@fluendo.com>
6301
6302         * configure.ac:
6303         Bump required -core/-base to CVS
6304
6305 2007-01-25  Wim Taymans  <wim@fluendo.com>
6306
6307         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6308         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6309         * gst/rtp/gstrtpL16pay.h:
6310         Fill up to MTU using adapter.
6311         Timestamp rtp packets.
6312
6313 2007-01-25  Edward Hervey  <edward@fluendo.com>
6314
6315         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6316         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6317         Use G_GSIZE_FORMAT in print statements for portability.
6318         Fixes build on macosx.
6319
6320 2007-01-24  Wim Taymans  <wim@fluendo.com>
6321
6322         * gst/rtp/Makefile.am:
6323         * gst/rtp/gstrtp.c: (plugin_init):
6324         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6325         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6326         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6327         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6328         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6329         (gst_rtp_L16_depay_plugin_init):
6330         * gst/rtp/gstrtpL16depay.h:
6331         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6332         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6333         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6334         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6335         (gst_rtp_L16_pay_plugin_init):
6336         * gst/rtp/gstrtpL16pay.h:
6337         Port and enable raw audio payloader/depayloader. Needs a bit more work
6338         on the payloader side.
6339
6340 2007-01-24  Wim Taymans  <wim@fluendo.com>
6341
6342         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6343         (gst_rtspsrc_stream_configure_transport),
6344         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6345         * gst/rtsp/gstrtspsrc.h:
6346         Only unblock the udp pads when we linked and activated them all.
6347         Fixes #395688.
6348
6349 2007-01-24  Wim Taymans  <wim@fluendo.com>
6350
6351         * gst/rtp/Makefile.am:
6352         * gst/rtp/gstrtp.c: (plugin_init):
6353         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6354         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6355         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6356         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6357         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6358         * gst/rtp/gstrtpac3depay.h:
6359         Added simple AC3 depayloader (RFC 4184).
6360
6361         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6362         Fix a leak.
6363
6364 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6365
6366         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6367
6368         * gst/audiofx/Makefile.am:
6369         * gst/audiofx/audioamplify.c:
6370         (gst_audio_amplify_clipping_method_get_type),
6371         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6372         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6373         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6374         (gst_audio_amplify_set_caps),
6375         (gst_audio_amplify_transform_int_clip),
6376         (gst_audio_amplify_transform_int_wrap_negative),
6377         (gst_audio_amplify_transform_int_wrap_positive),
6378         (gst_audio_amplify_transform_float_clip),
6379         (gst_audio_amplify_transform_float_wrap_negative),
6380         (gst_audio_amplify_transform_float_wrap_positive),
6381         (gst_audio_amplify_transform_ip):
6382         * gst/audiofx/audioamplify.h:
6383         * gst/audiofx/audiofx.c: (plugin_init):
6384         Add new element "audioamplify". This allows scaling of raw audio
6385         samples, similar to the "volume" element, but provides different modes
6386         for clipping and allows unlimited amplification. It's mainly targeted
6387         for creative sound design and not as a replacement of the "volume"
6388         element. Fixes #397162
6389         * docs/plugins/Makefile.am:
6390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6391         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6392         * docs/plugins/gst-plugins-good-plugins.args:
6393         * docs/plugins/inspect/plugin-audiofx.xml:
6394         Add docs for audioamplify and integrate them into the build system
6395         * tests/check/Makefile.am:
6396         * tests/check/elements/audioamplify.c: (setup_amplify),
6397         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6398         Add fairly extensive unit test suite for audioamplify
6399
6400 2007-01-24  Wim Taymans  <wim@fluendo.com>
6401
6402         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6403         Unblock pads after adding the pads to the element so that autopluggers
6404         get a change to link something. Possibly fixes #395688.
6405
6406 2007-01-24  Wim Taymans  <wim@fluendo.com>
6407
6408         * gst/rtp/gstrtpamrdepay.c:
6409         * gst/rtp/gstrtpgsmdepay.c:
6410         * gst/rtp/gstrtph263pdepay.c:
6411         * gst/rtp/gstrtph263ppay.c:
6412         * gst/rtp/gstrtph264depay.c:
6413         * gst/rtp/gstrtpilbcdepay.c:
6414         * gst/rtp/gstrtpmp2tdepay.c:
6415         * gst/rtp/gstrtpmp4gdepay.c:
6416         * gst/rtp/gstrtpmp4gpay.c:
6417         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6418         * gst/rtp/gstrtpmp4vpay.c:
6419         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6420         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6421         (gst_rtp_mpa_depay_process):
6422         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6423         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6424         * gst/rtp/gstrtppcmadepay.c:
6425         * gst/rtp/gstrtppcmudepay.c:
6426         * gst/rtp/gstrtpspeexdepay.c:
6427         * gst/rtp/gstrtpspeexpay.c:
6428         * gst/rtp/gstrtpsv3vdepay.c:
6429         * gst/rtp/gstrtptheoradepay.c:
6430         * gst/rtp/gstrtptheorapay.c:
6431         * gst/rtp/gstrtpvorbisdepay.c:
6432         * gst/rtp/gstrtpvorbispay.c:
6433         Fix caps with payload numbers.
6434         Add some fixed payload numbers to caps when possible.
6435
6436 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6437
6438         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6439
6440         * gst/audiofx/Makefile.am:
6441         * gst/audiofx/audiofx.c: (plugin_init):
6442         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6443         (gst_audio_invert_class_init), (gst_audio_invert_init),
6444         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6445         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6446         (gst_audio_invert_transform_float),
6447         (gst_audio_invert_transform_ip):
6448         * gst/audiofx/audioinvert.h:
6449         Add new audiofx element "audioinvert". This element swaps the upper
6450         and lower half of samples and can be used for example for a
6451         wide-stereo effect. Fixes #396057
6452         * docs/plugins/Makefile.am:
6453         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6454         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6455         * docs/plugins/gst-plugins-good-plugins.args:
6456         * docs/plugins/inspect/plugin-audiofx.xml:
6457         Add docs for the audioinvert element and add them to the build system.
6458         * tests/check/Makefile.am:
6459         * tests/check/elements/audioinvert.c: (setup_invert),
6460         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6461         Add unit test suite for the audioinvert element.
6462
6463 2007-01-23  Wim Taymans  <wim@fluendo.com>
6464
6465         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6466         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6467         Parse config params as string and int.
6468         Parse and use AU header length
6469
6470 2007-01-23  Wim Taymans  <wim@fluendo.com>
6471
6472         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6473         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6474         * gst/smpte/gstmask.c: (_gst_mask_register):
6475         * gst/smpte/gstmask.h:
6476         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6477         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6478         (gst_smpte_paint_triangle_clock):
6479         constify some static structs.
6480         Don't update the mask if nothing changed to the params.
6481         Make sure we never draw outside of the picture. Fixes #398325.
6482
6483 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6484
6485         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6486           Error out properly when pull_range fails while we're reading the
6487           headers, instead of just pausing the task silently. Fixes #399338.
6488
6489 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6490
6491         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6492           Some more sanity checks to make sure the input formats match and the
6493           input pads are actually negotiated, in case someone tries to feed
6494           buffers from fakesrc or filesrc. Fixes #398299.
6495           Also const-ify an array, just because we can.
6496
6497 2007-01-19  Edward Hervey  <edward@fluendo.com>
6498
6499         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6500         Ignore previous commit, that was only valid for widths and heights
6501         that are multiples of 4.
6502         Copy over size/stride macros from jpegdec. This allows the element
6503         to work with any width,height...
6504         ... but puts in evidence that the actual transformations only work
6505         with width/height that are multiples of 4.
6506
6507 2007-01-19  Edward Hervey  <edward@fluendo.com>
6508
6509         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6510         Allocate buffers of the right size.
6511         The proper size of a I420 buffer in bytes is:
6512         
6513             width * height * 3
6514             ------------------
6515                     2
6516
6517 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6518
6519         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6520           Proxy getcaps on sink pads too, so that we either end up with the
6521           same dimensions on all pads or error out if that's not possible
6522           (seems to work even!). Fixes #398086, I think.
6523
6524 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6527         * docs/plugins/gst-plugins-good-plugins.args:
6528         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6529           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6530           fix integer properties with -1 as minimum value.
6531
6532         * docs/plugins/inspect/plugin-1394.xml:
6533         * docs/plugins/inspect/plugin-aasink.xml:
6534         * docs/plugins/inspect/plugin-alaw.xml:
6535         * docs/plugins/inspect/plugin-alpha.xml:
6536         * docs/plugins/inspect/plugin-alphacolor.xml:
6537         * docs/plugins/inspect/plugin-annodex.xml:
6538         * docs/plugins/inspect/plugin-apetag.xml:
6539         * docs/plugins/inspect/plugin-audiofx.xml:
6540         * docs/plugins/inspect/plugin-auparse.xml:
6541         * docs/plugins/inspect/plugin-autodetect.xml:
6542         * docs/plugins/inspect/plugin-avi.xml:
6543         * docs/plugins/inspect/plugin-cacasink.xml:
6544         * docs/plugins/inspect/plugin-cairo.xml:
6545         * docs/plugins/inspect/plugin-cdio.xml:
6546         * docs/plugins/inspect/plugin-cutter.xml:
6547         * docs/plugins/inspect/plugin-debug.xml:
6548         * docs/plugins/inspect/plugin-dv.xml:
6549         * docs/plugins/inspect/plugin-efence.xml:
6550         * docs/plugins/inspect/plugin-effectv.xml:
6551         * docs/plugins/inspect/plugin-esdsink.xml:
6552         * docs/plugins/inspect/plugin-flac.xml:
6553         * docs/plugins/inspect/plugin-flxdec.xml:
6554         * docs/plugins/inspect/plugin-gconfelements.xml:
6555         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6556         * docs/plugins/inspect/plugin-goom.xml:
6557         * docs/plugins/inspect/plugin-halelements.xml:
6558         * docs/plugins/inspect/plugin-icydemux.xml:
6559         * docs/plugins/inspect/plugin-id3demux.xml:
6560         * docs/plugins/inspect/plugin-jpeg.xml:
6561         * docs/plugins/inspect/plugin-level.xml:
6562         * docs/plugins/inspect/plugin-matroska.xml:
6563         * docs/plugins/inspect/plugin-mulaw.xml:
6564         * docs/plugins/inspect/plugin-multipart.xml:
6565         * docs/plugins/inspect/plugin-navigationtest.xml:
6566         * docs/plugins/inspect/plugin-ossaudio.xml:
6567         * docs/plugins/inspect/plugin-png.xml:
6568         * docs/plugins/inspect/plugin-rtp.xml:
6569         * docs/plugins/inspect/plugin-rtsp.xml:
6570         * docs/plugins/inspect/plugin-shout2send.xml:
6571         * docs/plugins/inspect/plugin-smpte.xml:
6572         * docs/plugins/inspect/plugin-speex.xml:
6573         * docs/plugins/inspect/plugin-taglib.xml:
6574         * docs/plugins/inspect/plugin-udp.xml:
6575         * docs/plugins/inspect/plugin-videobalance.xml:
6576         * docs/plugins/inspect/plugin-videobox.xml:
6577         * docs/plugins/inspect/plugin-videoflip.xml:
6578         * docs/plugins/inspect/plugin-videomixer.xml:
6579         * docs/plugins/inspect/plugin-wavenc.xml:
6580         * docs/plugins/inspect/plugin-wavparse.xml:
6581         * docs/plugins/inspect/plugin-ximagesrc.xml:
6582           Update to CVS.
6583
6584 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6585
6586         Patch by: Sebastian Dröge <slomo circular-chaos org>
6587
6588         * gst/audiofx/audiopanorama.c:
6589           Fix doc section name (Fixes #397946)
6590
6591 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6592
6593         * sys/v4l2/gstv4l2object.c:
6594         (gst_v4l2_object_install_properties_helper),
6595         (gst_v4l2_object_set_property_helper),
6596         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6597         * sys/v4l2/gstv4l2object.h:
6598         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6599         (gst_v4l2src_init), (gst_v4l2src_set_property),
6600         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6601         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6602         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6603         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6604         (gst_v4l2src_capture_deinit):
6605           Fix EIO handing when capturing. Add new property to specify the number of
6606           buffers to enque (and remove the borked num-buffers usage).
6607
6608 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6609
6610         Patch by: Sebastian Dröge <slomo circular-chaos org>
6611
6612         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6613         (gst_audio_panorama_set_process_function):
6614           Use a function array for process methods, add more docs and define the
6615           startindex of enums.
6616
6617 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6618
6619         Patch by: Mark Nauwelaerts <manauw at skynet be>
6620
6621         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6622         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6623         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6624         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6625         (gst_avi_mux_riff_get_avi_header),
6626         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6627         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6628         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6629         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6630         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6631         (gst_avi_mux_change_state):
6632         * gst/avi/gstavimux.h:
6633         * tests/check/elements/avimux.c: (teardown_src_pad):
6634           Add support for more than one audio stream; write better AVIX
6635           header; refactor code a bit; don't announce vorbis caps on our audio
6636           sink pads since we don't support it anyway. Closes #379298.
6637
6638 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6639
6640         Patch by: Sebastian Dröge <slomo circular-chaos org>
6641
6642         * gst/audiofx/audiopanorama.c:
6643         (gst_audio_panorama_method_get_type),
6644         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6645         (gst_audio_panorama_set_process_function),
6646         (gst_audio_panorama_set_property),
6647         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6648         (gst_audio_panorama_transform_m2s_int_simple),
6649         (gst_audio_panorama_transform_s2s_int_simple),
6650         (gst_audio_panorama_transform_m2s_float_simple),
6651         (gst_audio_panorama_transform_s2s_float_simple):
6652         * gst/audiofx/audiopanorama.h:
6653           Add 'method' property and provide a simple (non-psychoacustic)
6654           processing method (#394859).
6655
6656         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6657         (panorama_suite):
6658           Tests for new method.
6659
6660 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6661
6662         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6663         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6664           Set correct caps on outgoing pulled buffers, or things blow up
6665           after recent core changes.
6666
6667 2007-01-11  Wim Taymans  <wim@fluendo.com>
6668
6669         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6670
6671         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6672         (gst_multipart_mux_request_new_pad),
6673         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6674         (gst_multipart_mux_change_state):
6675         Return FLOW errors ASAP. Fixes #394977.
6676         Misc cleanups.
6677
6678 2007-01-11  Wim Taymans  <wim@fluendo.com>
6679
6680         Patch by: Lutz Mueller <lutz at topfrose dot de>
6681
6682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6683         Check for stream pad before activating. 
6684
6685 2007-01-10  Wim Taymans  <wim@fluendo.com>
6686
6687         Patch by: Peter Kjellerstedt  <pkj at axis com>
6688
6689         * gst/rtsp/COPYING.MIT:
6690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6691         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6692         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6693         (gst_rtspsrc_stream_configure_transport),
6694         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6695         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6696         (gst_rtspsrc_parse_methods),
6697         (gst_rtspsrc_create_transports_string),
6698         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6699         (gst_rtspsrc_open), (gst_rtspsrc_close):
6700         * gst/rtsp/gstrtspsrc.h:
6701         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6702         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6703         (parse_request_line), (parse_line), (rtsp_connection_read),
6704         (rtsp_connection_close):
6705         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6706         (rtsp_method_as_text), (rtsp_header_as_text),
6707         (rtsp_status_as_text), (rtsp_find_header_field),
6708         (rtsp_find_method):
6709         * gst/rtsp/rtspdefs.h:
6710         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6711         (rtsp_ext_wms_configure_stream):
6712         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6713         (rtsp_message_new_request), (rtsp_message_init_request),
6714         (rtsp_message_new_response), (rtsp_message_init_response),
6715         (rtsp_message_init_data), (rtsp_message_unset),
6716         (rtsp_message_free), (rtsp_message_add_header),
6717         (rtsp_message_get_header), (rtsp_message_set_body),
6718         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6719         * gst/rtsp/rtspmessage.h:
6720         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6721         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6722         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6723         (sdp_message_dump):
6724         Allow url to be NULL to be able to use it for server connections.
6725         Can now send responses as well as requests.
6726         No longer hangs in an endless loop if EOF is received.
6727         Can now convert a status code to a text string.
6728         Return RTSP_HDR_INVALID for unknown headers.
6729         Return RTSP_INVALID for unknown methods.
6730         Copy CSeq and Session headers from the request.
6731         Only free memory corresponding to the currently set message type.
6732         Added const to function arguments as appropriate.
6733         Avoid a compiler warning when initializing nmedia.
6734         Use guint rather than gint to avoid compiler warnings.
6735         Fix crasher in wms extension.
6736         Factor out stream setup from open_connection.
6737         Delay activation of streams when actual data is received from the
6738         server, this prepares us to do proper protocol switching.
6739         Added new license.
6740         Fixes #380895.
6741
6742
6743 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6744
6745         Patch by: Sebastian Dröge <slomo ubuntu com>
6746
6747         * docs/plugins/Makefile.am:
6748         * gst/audiofx/audiopanorama.c:
6749           Some small docs fixes (#394851).
6750
6751 2007-01-09  Wim Taymans  <wim@fluendo.com>
6752
6753         * gst/avi/gstavidemux.c:
6754         Fix docs.
6755
6756 2007-01-09  Wim Taymans  <wim@fluendo.com>
6757
6758         * gst/rtp/Makefile.am:
6759         * gst/rtp/gstrtp.c: (plugin_init):
6760         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6761         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6762         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6763         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6764         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6765         * gst/rtp/gstrtpmpvdepay.h:
6766           Added RFC 2250 MPEG Video Depayloader.
6767
6768         * gst/rtp/gstrtpL16depay.h:
6769         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6770         (gst_rtp_h263p_depay_process):
6771         Fix Header file. Small cleanups.
6772
6773         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6774         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6775         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6776         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6777         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6778         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6779         (gst_rtp_mp4v_depay_change_state):
6780         Remove usused code. Remove Adapter from state Change. Added debug.
6781
6782         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6783         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6784         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6785         * gst/rtp/gstrtpmpadepay.h:
6786         Subclass base depayloader.
6787         Added debug.
6788         Support static payload type assignment as well.
6789
6790         * gst/rtp/gstrtpmpapay.c:
6791         Fix caps.
6792
6793 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6796
6797         * ext/jpeg/gstjpegdec.c:
6798         * ext/jpeg/gstjpegenc.c:
6799         * ext/jpeg/smokecodec.c:
6800           These libjpeg callbacks should return a 'boolean' (unsigned char
6801           apparently) and not a 'gboolean' (which maps to gint). Fixes
6802           warnings when compiling with MingW (#393427).
6803
6804         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6805           Use ioctlsocket on win32.
6806
6807         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6808           Some printf format fixes for win32.
6809
6810 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6811
6812         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6813           Use gst_guint64_to_gdouble for conversion.
6814         * win32/vs6/libgstmatroska.dsp:
6815           Add zlib to the link.
6816         * win32/vs6/libgstvideobox.dsp:
6817           Update liboil library name (project is linked to 
6818           liboil-0.3-0.lib now).
6819           
6820 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6821
6822         * gst/matroska/Makefile.am:
6823           If zlib is available and used, we must link it explicitly for
6824           things to work on MingW (fixes #392855).
6825
6826 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6827
6828         * ext/esd/esdsink.c: (gst_esdsink_delay):
6829           Don't return bogus values when esd_get_delay() fails for some
6830           reason (#392189).
6831
6832 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6833
6834         * sys/ximage/gstximagesrc.c: (composite_pixel):
6835           Fix presumably copy'n'pasto for 16bpp depth.
6836
6837 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6838
6839         * gst/matroska/matroska-mux.c:
6840         (gst_matroska_mux_audio_pad_setcaps):
6841           The "signed" field in audio caps is of boolean type, trying to use
6842           gst_structure_get_int() to extract it will fail. Fixing this makes
6843           matroskamux accept raw audio input (#387121) (use at your own risk
6844           though, due to the matroska spec being not entirely useful in this
6845           respect).
6846           Also fix up raw audio structures in template caps so that they
6847           represent what our setcaps function will actually accept, so that
6848           converters know what to convert to.
6849           Finally, don't fail if there isn't an "endianness" field in 8-bit
6850           PCM caps.
6851
6852 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6853
6854         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6855         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6856         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6857         (teardown_cmmldec):
6858         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6859         (teardown_cmmlenc):
6860         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6861           reapply consistent pad (de)activation
6862
6863 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6864
6865         * configure.ac:
6866         Back to CVS
6867
6868         * gst-plugins-good.doap:
6869         Add 0.10.5 doap entry
6870
6871 === release 0.10.5 ===
6872
6873 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6874
6875         * configure.ac:
6876           releasing 0.10.5, "The Path of Thorns"
6877
6878 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6879
6880         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6881         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6882         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6883         (teardown_cmmldec):
6884         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6885         (teardown_cmmlenc):
6886         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6887           revert my freeze breakage
6888
6889 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6890
6891         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6892         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6893         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6894         (teardown_cmmldec):
6895         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6896         (teardown_cmmlenc):
6897         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6898           consistent pad (de)activation
6899
6900 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6901
6902         * configure.ac:
6903         * ext/Makefile.am:
6904         Disable LADPSA, as it has moved to the -bad module for the duration.
6905
6906 2006-12-18  Wim Taymans  <wim@fluendo.com>
6907
6908         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6909         (gst_signal_processor_event):
6910         Reset flow_state back to _OK after a flush stop so that we exit our
6911         error state after the flush. Fixes #374213
6912
6913 2006-12-16  David Schleef  <ds@schleef.org>
6914
6915         * sys/osxvideo/osxvideosink.h:
6916         * sys/osxvideo/osxvideosink.m:
6917           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6918
6919 2006-12-16  David Schleef  <ds@schleef.org>
6920
6921         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6922
6923         * sys/osxvideo/Makefile.am:
6924         * sys/osxvideo/osxvideosink.h:
6925         * sys/osxvideo/osxvideosink.m:
6926           Preliminary patch for porting osxvideosink
6927
6928 2006-12-16  Wim Taymans  <wim@fluendo.com>
6929
6930         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6931
6932         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6933         (gst_videomixer_set_master_geometry),
6934         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6935         (gst_videomixer_reset), (gst_videomixer_init),
6936         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6937         (gst_videomixer_release_pad), (gst_videomixer_collected),
6938         (gst_videomixer_change_state):
6939         Introduce some locking around the videomixer state so that it does not
6940         crash when adding/removing pads. Fixes #383043.
6941
6942 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6943
6944         * configure.ac:
6945           Make sure libcaca can actually be used instead of just checking for
6946           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6947           cross-compiling (fixes #384587).
6948
6949 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6950
6951         * Makefile.am:
6952         * gst-plugins-good.doap:
6953         * gst-plugins-good.spec.in:
6954           adding doap file
6955
6956 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6957
6958         * configure.ac:
6959           libflac-1.1.3 changed API again, but we can't build against it yet,
6960           so make sure our check doesn't use libflac-1.1.3 and add a comment
6961           to this effect.
6962
6963 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6966         (gst_quarktv_planetable_clear):
6967           Add some NULL pointer checks (possibly related to #385623).
6968
6969 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6970
6971         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6972         (gst_tag_demux_chain):
6973         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6974           In streaming mode, if the first buffer we get doesn't have an
6975           offset, fix it up to be 0, otherwise trimming won't work later on
6976           and we'll be typefinding application/x-id3, which may result in
6977           decodebin plugging an endless number of id3demux elements as a
6978           consequence. Fixes #385031.
6979           
6980 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6981
6982         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6983           Ignore the buffer_time the sound device reports. Turns out it is 
6984           sometimes completely bogus and we're better off without it.
6985
6986 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6987
6988         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6989         (gst_matroska_demux_video_caps):
6990         * gst/matroska/matroska-ids.c:
6991         (gst_matroska_track_init_video_context):
6992         * gst/matroska/matroska-ids.h:
6993           Try harder to extract the framerate for video tracks correctly and
6994           save it directly instead of converting it back and forth a few
6995           times. Mostly makes a difference for very small framerates (<1).
6996           Fixes #380199.
6997
6998 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6999
7000         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7001         (gst_gconf_audio_src_dispose), (do_toggle_element):
7002         * ext/gconf/gstgconfaudiosrc.h:
7003           Remove gconf notify hook when the gconfaudiosrc element is
7004           destroyed, otherwise the callback may be called on an
7005           already-destroyed instance and bad things happen. Should fix
7006           #378184.
7007           Also ignore gconf key changes when the source is already running.
7008
7009 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         Patch by: Sebastian Dröge  <mail at slomosnail de>
7012
7013         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7014           We need to be able to read and parse any possible floating point string
7015           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7016           will parse the former only in certain locales though, so we really need
7017           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7018           make sure we can parse either version at all times.
7019           Fixes #382982 for real.
7020
7021 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7022
7023         * sys/sunaudio/gstsunaudiomixerctrl.c:
7024         * sys/sunaudio/gstsunaudiosrc.c:
7025
7026         Use the sunaudio debug category.
7027
7028         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7029         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7030         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7031         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7032         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7033         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7034         (gst_sunaudiosink_reset):
7035         * sys/sunaudio/gstsunaudiosink.h:
7036
7037         Uses the sunaudio debug category for all debug output
7038         Implements the _delay() callback to synchronise video playback better
7039         Change the segtotal and segsize values back to the parent class 
7040           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7041           respectively)
7042         Measure the samples written to the device vs. played.
7043         Keep track of segments in the device by writing empty eof frames, and
7044         sleep using a GCond when we get too far ahead and risk overrunning the
7045         sink's ringbuffer.
7046
7047         Fixes: #360673
7048
7049 2006-12-08  Wim Taymans  <wim@fluendo.com>
7050
7051         Patch by: Sebastian Dröge  <mail at slomosnail de >
7052
7053         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7054         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7055         * gst/audiofx/audiopanorama.h:
7056         Fix audiopanorame with float samples. Fixes #383726.
7057
7058 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7059
7060         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7061         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7062         (gst_sunaudiosrc_reset):
7063
7064         Implement reset functions to unblock the src/sink more quickly on 
7065         state change requests.
7066         Patch by: Brian Cameron <brian dot cameron at sun com>
7067
7068 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7069
7070         * sys/sunaudio/gstsunaudiomixer.c:
7071         (gst_sunaudiomixer_change_state):
7072         Construct the correct mixer device name when the AUDIODEV env var
7073         is set.
7074
7075         Patch by: Jerry Tan <jerry.tan at sun dot com>
7076         Fixes: #383596
7077
7078 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7079
7080         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7081         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7082         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7083         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7084         Patch by: Jerry Tan <jerry.tan at sun dot com>
7085         Fixes: #349015
7086
7087 2006-12-07  Wim Taymans  <wim@fluendo.com>
7088
7089         * gst/smpte/gstmask.h:
7090         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7091         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7092         (gst_smpte_collected), (gst_smpte_set_property),
7093         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7094         * gst/smpte/gstsmpte.h:
7095         Port to 0.10 some more. 
7096         Added duration property to specify the duration of the transition.
7097         Make framerate a fraction.
7098         Deprecate fps property, we only use negotiated fps.
7099         Added docs.
7100         Fix collectpad usage.
7101         Reset state in READY.
7102         Send NEWSEGMENT event.
7103         Fix racy updates of object properties.
7104         Added debug category.
7105         Fixes #383323.
7106
7107 2006-12-06  Wim Taymans  <wim@fluendo.com>
7108
7109         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7110
7111         * gst/videomixer/videomixer.c:
7112         (gst_videomixer_set_master_geometry),
7113         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7114         Don't reset xpos and ypos in the setcaps function because causes
7115         unexpected behaviour.
7116         Fixes #382179.
7117
7118 2006-12-06  Wim Taymans  <wim@fluendo.com>
7119
7120         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7121         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7122         Keep track of the buffer timestamp in the collectdata member instead
7123         of modifying the buffer without making the metadata writable first.
7124         Fixes #382277.
7125
7126 2006-12-06  Wim Taymans  <wim@fluendo.com>
7127
7128         Patch by: Rob Taylor <robtaylor at floopily dot org>
7129
7130         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7131         If using multicast in udpsrc, bind to the multicast address rather than
7132         IN_ADDR_ANY.
7133         This allows the simultanous use of multiple udpsrcs listening on
7134         different multicat addresses. Without this all udpsrcs will receive all
7135         packets from all subscribed multicast addresses.
7136         Fixes #383001.
7137
7138 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7139
7140         * ext/taglib/gstid3v2mux.cc:
7141         Don't attempt to write a NULL frame into the ID3 tag set when the 
7142         createFrame method returned NULL.
7143         Fixes: #381857
7144         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7145
7146 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7147
7148         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7149         Use g_strtod() instead of sscanf to parse doubles, so that it will
7150         try parsing in the C locale if the current locale fails.
7151         Fixes: #382982
7152         Patch by: Sebastian Dröge  <mail at slomosnail de >
7153
7154 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7155
7156         * win32/MANIFEST:
7157         Fix compilation on win32 under VS8
7158         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7159         Partially fixes #381175
7160
7161 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7162
7163         * gst/avi/gstavimux.c:
7164           accept all mpegversions,fixes #380825
7165           spotted by: Jerome Alet  
7166
7167 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7168
7169         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7170         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7171         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7172         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7173           cleanup the error message a bit more
7174
7175 2006-11-28  Wim Taymans  <wim@fluendo.com>
7176
7177         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7178         Fix width and height properties.
7179
7180         * ext/libcaca/gstcacasink.h:
7181         Fix compilation on newer libcaca that require us to include a new
7182         header. Fixes #379918.
7183
7184 2006-11-28  Wim Taymans  <wim@fluendo.com>
7185
7186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7187         * gst/rtsp/gstrtspsrc.h:
7188         * gst/rtsp/rtspext.h:
7189         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7190         (rtsp_ext_wms_get_context):
7191         Add method so that extensions can choose to disable the setup of
7192         a stream.
7193         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7194
7195 2006-11-27  Wim Taymans  <wim@fluendo.com>
7196
7197         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7198
7199         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7200         Push header in a separate buffer instead of memcpy:ing all data.
7201         Change LF => CRLF in headers.
7202         Move trailing LF to header. Fixes #379792.
7203
7204 2006-11-27  Wim Taymans  <wim@fluendo.com>
7205
7206         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7207         Small buffer overflow fix and improve debugging.
7208
7209 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7210
7211         * ext/esd/esdmon.h:
7212         * ext/esd/esdsink.h:
7213           remove obsolete _factory_init protos
7214
7215 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7216
7217         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7218         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7219         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7220         (gst_avi_demux_read_subindexes_push),
7221         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7222         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7223         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7224         (gst_avi_demux_massage_index),
7225         (gst_avi_demux_calculate_durations_from_index),
7226         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7227         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7228         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7229           remove dead code, tweak debugs statements, add comments, use
7230           _uint64_scale instead _uint64_scale_int when using guint64 values,
7231           small optimizations, reflow some error handling
7232
7233 2006-11-22  Edward Hervey  <edward@fluendo.com>
7234
7235         * po/.cvsignore:
7236         We never put .pot files in cvs. Let's ignore them all.
7237
7238 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7239
7240         * po/POTFILES.in:
7241           ... but better exclude files that aren't disted.
7242
7243 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7244
7245         * po/POTFILES.in:
7246           Add v4l2 source files to list of files with translations, so the
7247           strings are actually extracted (however bad they still may be).
7248
7249 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7250
7251         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7252           Minor clean-ups: const-ify static array, remove trailing comma from
7253           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7254
7255 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7256
7257         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7258         Make sure that g_free always gets called on the same pointer that was 
7259         returned by g_malloc.  Fixes #376594.
7260         Do not leak memory if decompressed size is wrong.
7261         Remove unneeded check of return value of g_malloc.
7262         Patch by: René Stadler <mail@renestadler.de>
7263
7264 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7267           Add missing curly brackets.
7268
7269 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7270
7271         * sys/v4l2/v4l2src_calls.c:
7272         Fix capture_deinit.
7273
7274 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7275
7276         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7277         (gst_matroska_mux_request_new_pad):
7278           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7279
7280         * tests/check/elements/matroskamux.c: (setup_src_pad),
7281         (setup_sink_pad), (GST_START_TEST):
7282         Activate pads before using them.
7283
7284 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7287           Initialise variable to get rid of bogus compiler warning.
7288
7289 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7290
7291         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7292
7293         * gst/rtp/gstrtph263pay.c:
7294         * gst/rtp/gstrtph263pdepay.c:
7295         * gst/rtp/gstrtph263ppay.c:
7296           Specify H.263 variant and version in the caps (fixes #361637)
7297
7298 2006-11-15  Wim Taymans  <wim@fluendo.com>
7299
7300         * gst/rtsp/rtspconnection.c: (read_body):
7301         Don't set a data pointer to NULL and a size > 0 when we deal
7302         with empty packets.
7303
7304         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7305         (rtsp_message_init_response), (rtsp_message_init_data),
7306         (rtsp_message_unset), (rtsp_message_free),
7307         (rtsp_message_take_body):
7308         Check that we can't create invalid empty packets. 
7309
7310 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7311
7312         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7313
7314         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7315         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7316         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7317         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7318         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7319         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7320         * gst/matroska/matroska-mux.h:
7321           Add basic tag writing support; implement releasing pads (#374658).
7322
7323 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7324
7325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7326         (gst_matroska_demux_audio_caps):
7327           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7328
7329 2006-11-14  David Schleef  <ds@schleef.org>
7330
7331         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7332
7333 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7336
7337         * win32/vs8/gst-plugins-good.sln:
7338         * win32/vs8/libgst1394.vcproj:
7339         * win32/vs8/libgstaasink.vcproj:
7340         * win32/vs8/libgstalaw.vcproj:
7341         * win32/vs8/libgstalpha.vcproj:
7342         * win32/vs8/libgstalphacolor.vcproj:
7343         * win32/vs8/libgstannodex.vcproj:
7344         * win32/vs8/libgstapetag.vcproj:
7345         * win32/vs8/libgstaudiofx.vcproj:
7346         * win32/vs8/libgstauparse.vcproj:
7347         * win32/vs8/libgstautodetect.vcproj:
7348         * win32/vs8/libgstavi.vcproj:
7349         * win32/vs8/libgstcacasink.vcproj:
7350         * win32/vs8/libgstcdio.vcproj:
7351         * win32/vs8/libgstcutter.vcproj:
7352         * win32/vs8/libgstdv.vcproj:
7353         * win32/vs8/libgsteffectv.vcproj:
7354         * win32/vs8/libgstflac.vcproj:
7355         * win32/vs8/libgstflxdec.vcproj:
7356         * win32/vs8/libgstgoom.vcproj:
7357         * win32/vs8/libgsticydemux.vcproj:
7358         * win32/vs8/libgstid3demux.vcproj:
7359         * win32/vs8/libgstjpeg.vcproj:
7360         * win32/vs8/libgstladspa.vcproj:
7361         * win32/vs8/libgstlevel.vcproj:
7362         * win32/vs8/libgstmatroska.vcproj:
7363         * win32/vs8/libgstmikmod.vcproj:
7364         * win32/vs8/libgstmng.vcproj:
7365         * win32/vs8/libgstmonoscope.vcproj:
7366         * win32/vs8/libgstmulaw.vcproj:
7367         * win32/vs8/libgstmultipart.vcproj:
7368         * win32/vs8/libgstpng.vcproj:
7369         * win32/vs8/libgstrtp.vcproj:
7370         * win32/vs8/libgstrtsp.vcproj:
7371         * win32/vs8/libgstshout2.vcproj:
7372         * win32/vs8/libgstsmpte.vcproj:
7373         * win32/vs8/libgstspeex.vcproj:
7374         * win32/vs8/libgsttaglib.vcproj:
7375         * win32/vs8/libgstudp.vcproj:
7376         * win32/vs8/libgstvideobalance.vcproj:
7377         * win32/vs8/libgstvideobox.vcproj:
7378         * win32/vs8/libgstvideoflip.vcproj:
7379         * win32/vs8/libgstvideomixer.vcproj:
7380         * win32/vs8/libgstwavenc.vcproj:
7381         * win32/vs8/libgstwavparse.vcproj:
7382           Make end-of-line returns unixy, so that when the files are checked
7383           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7384           Hopefully fixes #366492.
7385
7386 2006-11-14  Wim Taymans  <wim@fluendo.com>
7387
7388         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7389         Disable init_frames delay timestamp adjustment, it does not
7390         seem to be needed at all. Fixes #369621.
7391
7392 2006-11-13  Wim Taymans  <wim@fluendo.com>
7393
7394         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7395
7396         * gst/videomixer/videomixer.c:
7397         (gst_videomixer_set_master_geometry),
7398         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7399         (gst_videomixer_collect_free), (gst_videomixer_reset),
7400         (gst_videomixer_init), (gst_videomixer_finalize),
7401         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7402         (gst_videomixer_collected), (gst_videomixer_change_state):
7403         Fix memleak by unref'ing collectpads instance (when finalizing)
7404         Implement releasing a request pad. Fixes #374479.
7405
7406 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7407
7408         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7409
7410         * win32/vs8/gst-plugins-good.sln:
7411         * win32/vs8/libgst1394.vcproj:
7412         * win32/vs8/libgstaasink.vcproj:
7413         * win32/vs8/libgstalaw.vcproj:
7414         * win32/vs8/libgstalpha.vcproj:
7415         * win32/vs8/libgstalphacolor.vcproj:
7416         * win32/vs8/libgstannodex.vcproj:
7417         * win32/vs8/libgstapetag.vcproj:
7418         * win32/vs8/libgstaudiofx.vcproj:
7419         * win32/vs8/libgstauparse.vcproj:
7420         * win32/vs8/libgstautodetect.vcproj:
7421         * win32/vs8/libgstavi.vcproj:
7422         * win32/vs8/libgstcacasink.vcproj:
7423         * win32/vs8/libgstcdio.vcproj:
7424         * win32/vs8/libgstcutter.vcproj:
7425         * win32/vs8/libgstdv.vcproj:
7426         * win32/vs8/libgsteffectv.vcproj:
7427         * win32/vs8/libgstflac.vcproj:
7428         * win32/vs8/libgstflxdec.vcproj:
7429         * win32/vs8/libgstgoom.vcproj:
7430         * win32/vs8/libgsticydemux.vcproj:
7431         * win32/vs8/libgstid3demux.vcproj:
7432         * win32/vs8/libgstjpeg.vcproj:
7433         * win32/vs8/libgstladspa.vcproj:
7434         * win32/vs8/libgstlevel.vcproj:
7435         * win32/vs8/libgstmatroska.vcproj:
7436         * win32/vs8/libgstmikmod.vcproj:
7437         * win32/vs8/libgstmng.vcproj:
7438         * win32/vs8/libgstmonoscope.vcproj:
7439         * win32/vs8/libgstmulaw.vcproj:
7440         * win32/vs8/libgstmultipart.vcproj:
7441         * win32/vs8/libgstpng.vcproj:
7442         * win32/vs8/libgstrtp.vcproj:
7443         * win32/vs8/libgstrtsp.vcproj:
7444         * win32/vs8/libgstshout2.vcproj:
7445         * win32/vs8/libgstsmpte.vcproj:
7446         * win32/vs8/libgstspeex.vcproj:
7447         * win32/vs8/libgsttaglib.vcproj:
7448         * win32/vs8/libgstudp.vcproj:
7449         * win32/vs8/libgstvideobalance.vcproj:
7450         * win32/vs8/libgstvideobox.vcproj:
7451         * win32/vs8/libgstvideoflip.vcproj:
7452         * win32/vs8/libgstvideomixer.vcproj:
7453         * win32/vs8/libgstwavenc.vcproj:
7454         * win32/vs8/libgstwavparse.vcproj:
7455           Add VS8 project files (note that many of the plugins in ext are
7456           disabled by default). Fixes #366492.
7457
7458 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7459
7460         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7461           we do not translate debug messages
7462
7463 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7464
7465         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7466           fix categorisation, make short desc more explicit, remove unused code
7467           Fixes #372021
7468
7469 2006-11-08  Wim Taymans  <wim@fluendo.com>
7470
7471         * gst/rtp/gstrtpL16depay.c:
7472         * gst/rtp/gstrtpamrdepay.c:
7473         * gst/rtp/gstrtpamrpay.c:
7474         * gst/rtp/gstrtpgsmdepay.c:
7475         * gst/rtp/gstrtph263pay.c:
7476         * gst/rtp/gstrtph263pdepay.c:
7477         * gst/rtp/gstrtph263ppay.c:
7478         * gst/rtp/gstrtph264depay.c:
7479         * gst/rtp/gstrtpmp2tdepay.c:
7480         * gst/rtp/gstrtpmp4gdepay.c:
7481         * gst/rtp/gstrtpmp4gpay.c:
7482         * gst/rtp/gstrtpmp4vdepay.c:
7483         * gst/rtp/gstrtpmp4vpay.c:
7484         * gst/rtp/gstrtpmpadepay.c:
7485         * gst/rtp/gstrtpmpapay.c:
7486         * gst/rtp/gstrtppcmadepay.c:
7487         * gst/rtp/gstrtppcmapay.c:
7488         * gst/rtp/gstrtppcmudepay.c:
7489         * gst/rtp/gstrtppcmupay.c:
7490         * gst/rtp/gstrtpspeexdepay.c:
7491         * gst/rtp/gstrtpspeexpay.c:
7492         * gst/rtp/gstrtpsv3vdepay.c:
7493         Fix element descriptions.
7494
7495 2006-11-08  Wim Taymans  <wim@fluendo.com>
7496
7497         * gst/rtp/gstrtpvorbisdepay.c:
7498         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7499         Fix description.
7500         Small cleanup in the payloader.
7501
7502 2006-11-08  Wim Taymans  <wim@fluendo.com>
7503
7504         * gst/rtp/Makefile.am:
7505         * gst/rtp/gstrtp.c: (plugin_init):
7506         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7507         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7508         (gst_rtp_theora_depay_finalize),
7509         (gst_rtp_theora_depay_parse_configuration),
7510         (gst_rtp_theora_depay_setcaps),
7511         (gst_rtp_theora_depay_switch_codebook),
7512         (gst_rtp_theora_depay_process),
7513         (gst_rtp_theora_depay_set_property),
7514         (gst_rtp_theora_depay_get_property),
7515         (gst_rtp_theora_depay_change_state),
7516         (gst_rtp_theora_depay_plugin_init):
7517         * gst/rtp/gstrtptheoradepay.h:
7518         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7519         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7520         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7521         (gst_rtp_theora_pay_init_packet),
7522         (gst_rtp_theora_pay_flush_packet),
7523         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7524         (gst_rtp_theora_pay_handle_buffer),
7525         (gst_rtp_theora_pay_plugin_init):
7526         * gst/rtp/gstrtptheorapay.h:
7527         Add theora pay/depayloaders.
7528
7529 2006-11-06  Wim Taymans  <wim@fluendo.com>
7530
7531         * gst/rtp/Makefile.am:
7532         We depend on gsttag to generate the vorbis comments.
7533
7534         * gst/rtp/gstrtpvorbisdepay.c:
7535         (gst_rtp_vorbis_depay_parse_configuration),
7536         (gst_rtp_vorbis_depay_setcaps),
7537         (gst_rtp_vorbis_depay_switch_codebook),
7538         (gst_rtp_vorbis_depay_process):
7539         * gst/rtp/gstrtpvorbisdepay.h:
7540         Parse configuration string in the depayloader.
7541         Implement selecting and switching to a new codebook.
7542         Receiving vorbis over RTP now works.
7543
7544         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7545         (gst_rtp_vorbis_pay_init_packet),
7546         (gst_rtp_vorbis_pay_finish_headers),
7547         (gst_rtp_vorbis_pay_handle_buffer):
7548         * gst/rtp/gstrtpvorbispay.h:
7549         Set timestamps on outgoing buffers and RTP packets.
7550         Fix configuration string, prepend number of Packet headers.
7551         Fix encoding of ident string.
7552         Add delivery-method to caps.
7553         Streaming vorbis over RTP now works.
7554
7555 2006-11-06  Wim Taymans  <wim@fluendo.com>
7556
7557         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7558         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7559         (gst_rtp_vorbis_pay_handle_buffer):
7560         * gst/rtp/gstrtpvorbispay.h:
7561         Generate a valid configuration string in the caps based on the
7562         vorbis headers.
7563
7564 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7565
7566         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7567         * ext/cdio/gstcdio.h:
7568         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7569           Move CD-TEXT utility function into common file so it can also be
7570           used by a future cdioparanoiasrc.
7571
7572 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7573         
7574         * sys/v4l2/Makefile.am:
7575         * sys/v4l2/gstv4l2object.c:
7576         * sys/v4l2/gstv4l2src.c:
7577         * sys/v4l2/gstv4l2xoverlay.c:
7578         * sys/v4l2/v4l2_calls.c:
7579         * sys/v4l2/v4l2src_calls.c:
7580         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7581         xoverlay code that is still not implemented.
7582
7583 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7584
7585         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7586           We require a -base more recent than 0.10.9, so it's safe to use
7587           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7588
7589         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7590         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7591           Use _newsegment_full() now that we depend on a recent enough core.
7592
7593         * gst/wavparse/gstwavparse.c:
7594           Remove cruft that we don't need any longer now that we depend on
7595           a recent enough -base.
7596
7597 2006-10-31  Wim Taymans  <wim@fluendo.com>
7598
7599         * gst/rtp/Makefile.am:
7600         * gst/rtp/gstrtp.c: (plugin_init):
7601         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7602         (gst_rtpilbcpay_setcaps):
7603         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7604
7605 2006-10-31  Wim Taymans  <wim@fluendo.com>
7606
7607         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7608         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7609         Some small cleanups, use _scale.
7610
7611 2006-10-31  Wim Taymans  <wim@fluendo.com>
7612
7613         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7614         Use higher precision scale function.
7615
7616 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7617
7618         Patch by: Michal Benes  <michal dot benes at itonis tv>
7619
7620         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7621         (gst_matroska_demux_read_track_encodings),
7622         (gst_matroska_decode_buffer):
7623           Fix several issues with encoded/compressed/encrypted/signed tracks;
7624           also, remove superfluous newline characters from some debug
7625           statements. (#366155)
7626
7627 2006-10-30  Wim Taymans  <wim@fluendo.com>
7628
7629         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7630         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7631         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7632         (gst_smokedec_change_state):
7633         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7634         (gst_smokeenc_init), (gst_smokeenc_finalize),
7635         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7636         (gst_smokeenc_resync), (gst_smokeenc_chain),
7637         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7638         (gst_smokeenc_change_state):
7639         Various cleanups, capsnego and leak fixes.
7640
7641 2006-10-30  Wim Taymans  <wim@fluendo.com>
7642
7643         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7644
7645         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7646         Fix videomixer so that it can handle any combination of framerates.
7647         Fixes #367221.
7648
7649 2006-10-28  Wim Taymans  <wim@fluendo.com>
7650
7651         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7652         (gst_avi_demux_parse_file_header),
7653         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7654         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7655         (gst_avi_demux_chain):
7656         Fix position query for audio. also fixes timestamps in streaming
7657         mode and bug #364958.
7658         Small cleanups.
7659
7660 2006-10-27  Wim Taymans  <wim@fluendo.com>
7661
7662         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7663         * ext/libpng/gstpngenc.h:
7664         Fix strides. Fixes #364856.
7665         Cleanup capsnego.
7666         Set caps on outgoing buffers.
7667
7668 2006-10-18  Wim Taymans  <wim@fluendo.com>
7669
7670         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7671
7672         * gst/rtp/gstrtpgsmpay.c:
7673         * gst/rtp/gstrtph263pay.c:
7674         * gst/rtp/gstrtpmpapay.c:
7675         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7676         (gst_rtp_pcma_pay_handle_buffer):
7677         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7678         Add static payload numbers in addition to the dynamic ones.
7679         Fixes #361639.
7680
7681 2006-10-18  Wim Taymans  <wim@fluendo.com>
7682
7683         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7684         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7685         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7686         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7687         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7688         * gst/rtsp/rtspdefs.h:
7689         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7690         * gst/rtsp/rtspurl.h:
7691         Reuse already existing enum for lower transport.
7692         Add rtspt and rtspu protocols.
7693         Send redirect to rtspt when udp times out.
7694
7695 2006-10-18  Wim Taymans  <wim@fluendo.com>
7696
7697         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7698         (gst_wavparse_stream_data):
7699         Fix seeking some more, mostly for speed changes.
7700
7701 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         Patch by: Fredrik Persson  <frepe at bredband net>
7704
7705         * sys/v4l2/gstv4l2tuner.c:
7706         * sys/v4l2/gstv4l2tuner.h:
7707           Fix _set_channel(): remove useless g_object_notify() for "channel"
7708           property that doesn't exist any longer and therefore now also
7709           useless redirect (#338818).
7710
7711 2006-10-17  Wim Taymans  <wim@fluendo.com>
7712
7713         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7714         Some drivers do not support unsetting the non-blocking flag once the
7715         device is opened. In those cases, close/open the device in
7716         non-blocking mode. Fixes #362673.
7717
7718 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7719
7720         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7721         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7722         (gst_v4l2src_get_fps):
7723           dear stefan, framespersecond is not frameperiod, reverting but adding
7724           comment
7725
7726 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7727
7728         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7729         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7730         (gst_v4l2src_get_fps):
7731           Numerator is numerator and denominator is denominator. Say that aloud
7732           5 times and retry after next beer.
7733
7734 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7735
7736         Patch by: Josep Torra Valles  <josep at fluendo com>
7737
7738         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7739         * ext/esd/esdsink.c: (gst_esdsink_write):
7740         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7741         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7742         (gst_flac_dec_send_newsegment):
7743         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7744         (gst_flac_enc_tell_callback):
7745         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7746         (smokecodec_parse_header), (smokecodec_decode):
7747         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7748         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7749         * gst/goom/Makefile.am:
7750         * gst/goom/gstgoom.c:
7751         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7752         * gst/rtsp/gstrtspsrc.c:
7753         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7754         * gst/udp/gstudpsink.c:
7755         * gst/udp/gstudpsrc.c:
7756         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7757         * sys/sunaudio/gstsunaudiomixertrack.h:
7758           Fix a bunch of problems discovered by the Forte compiler, mostly type
7759           mixups and pointer arithmetics with void pointers. Fixes #362603.
7760
7761 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7762
7763         * ext/speex/gstspeex.c: (plugin_init):
7764         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7765         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7766         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7767         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7768         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7769         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7770         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7771         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7772         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7773         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7774         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7775         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7776         * ext/speex/gstspeexenc.h:
7777           Miscellaneous clean-ups, among other things: speexenc => enc to
7778           enhance code readability; change speexenc => speex_enc; in chain
7779           function unref input buffer in case of error; take reference in
7780           event function; use boilerplate macro; use gst_pad_query_peer_*
7781           convenience functions.
7782
7783 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7784
7785         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7786         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7787         (gst_speexenc_set_header_on_caps):
7788           Fix some mem leaks.
7789
7790 2006-10-11  Wim Taymans  <wim@fluendo.com>
7791
7792         * gst/rtsp/URLS:
7793         Added some other URL.
7794
7795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7796         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7797         (gst_rtspsrc_open), (gst_rtspsrc_play),
7798         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7799         * gst/rtsp/gstrtspsrc.h:
7800         Work on fallback to TCP connection when the UDP socket times out.
7801         Handler server requests, just reply with OK for now.
7802
7803         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7804         * gst/rtsp/rtspdefs.h:
7805         Added some more Real extension headers.
7806
7807         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7808         Fix parsing of urls with a ':' that is not part of the hostname:port
7809         part of the url.
7810
7811 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7812
7813         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7814         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7815         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7816           Activate pad before adding it to the already-running element.
7817
7818         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7819           Activate newly-created pad too.
7820
7821 2006-10-11  Wim Taymans  <wim@fluendo.com>
7822
7823         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7824
7825         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7826         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7827         (gst_udpsrc_start):
7828         Fix some leaks in caps and uris. Fixes #361252.
7829
7830 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7831
7832         * gst/wavparse/Makefile.am:
7833           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7834
7835 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7836
7837         * sys/v4l2/gstv4l2xoverlay.c:
7838         * sys/v4l2/gstv4l2xoverlay.h:
7839         Fix build as per the patch in #338818 comment 36.
7840
7841 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7842
7843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7844           Activate pads before adding them to the source.
7845
7846 2006-10-06  Wim Taymans  <wim@fluendo.com>
7847
7848         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7849         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7850         Activate pads before adding.
7851
7852 2006-10-06  Wim Taymans  <wim@fluendo.com>
7853
7854         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7855         (gst_multipart_find_pad_by_mime):
7856         Activate pads before adding.
7857
7858         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7859         BOILERPLATE sets parent_class for us.
7860
7861 2006-10-06  Wim Taymans  <wim@fluendo.com>
7862
7863         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7864         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7865         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7866         (gst_rtspsrc_alloc_udp_ports),
7867         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7868         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7869         (gst_rtspsrc_create_transports_string),
7870         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7871         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7872         * gst/rtsp/gstrtspsrc.h:
7873         Rework how the transport string is constructed, try to share channels
7874         and udp ports.
7875         Make most of the stuff less dependant on RTP as we are also going to use
7876         it for RDT.
7877         Add support for transport specific session managers.
7878
7879         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7880         Implement _flush().
7881
7882         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7883         * gst/rtsp/rtspdefs.h:
7884         Add generic error return code.
7885
7886         * gst/rtsp/rtspext.h:
7887         Add support for pluggable tranport strings.
7888
7889         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7890         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7891         (rtsp_ext_wms_get_context):
7892         Detect WMServer and activate the extension.
7893
7894         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7895         (rtsp_transport_get_manager), (rtsp_transport_parse):
7896         * gst/rtsp/rtsptransport.h:
7897         Added methods to get mime/manager for certain transports.
7898
7899 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         * ext/cairo/gsttimeoverlay.c:
7902         (gst_cairo_time_overlay_update_font_height):
7903         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7904         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7905         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7906         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7907         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7908         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7909         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7910         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7911         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7912         (gst_avi_demux_stream_data):
7913         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7914         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7915         (gst_fenced_buffer_copy):
7916         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7917         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7918         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7920         (gst_rtspsrc_handle_message):
7921         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7922         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7923           Printf format fixes.
7924
7925 2006-10-04  Wim Taymans  <wim@fluendo.com>
7926
7927         * gst/rtsp/Makefile.am:
7928         Dist new .h file too.
7929
7930 2006-10-04  Wim Taymans  <wim@fluendo.com>
7931
7932         * gst/rtsp/Makefile.am:
7933         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7934         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7936         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7937         (gst_rtspsrc_parse_rtpmap),
7938         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7939         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7940         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7941         * gst/rtsp/gstrtspsrc.h:
7942         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7943         * gst/rtsp/rtspdefs.h:
7944         * gst/rtsp/rtspext.h:
7945         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7946         (rtsp_ext_wms_get_context):
7947         * gst/rtsp/rtspextwms.h:
7948         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7949         (rtsp_transport_parse):
7950         * gst/rtsp/rtsptransport.h:
7951         Factor out extension in separate module.
7952         Fix getcaps to filter against the padtemplate.
7953         Use Content-Base if the server gives one.
7954         Rework the transport parsing a bit for future extensions.
7955         Added some Real Header field definitions.
7956
7957 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7958
7959         * docs/plugins/Makefile.am:
7960         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7961         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7962           added v4l2 stubs
7963         * gst-plugins-good.spec.in:
7964           add v4l2
7965
7966 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7967
7968         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7969           Extract disc/album/medium number and count and try harder
7970           to extract track number/count.
7971
7972 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7973
7974         * configure.ac:
7975         * sys/Makefile.am:
7976           add build stuff for v4l2, needs --enable-experimental until
7977           the last bits are resolved
7978
7979 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7980
7981         * tests/check/Makefile.am:
7982           Disable autodetect test temporarily, so that the build bots
7983           update -bad and the ranks of unreliable video sinks in there.
7984
7985         * tests/check/elements/autodetect.c: (GST_START_TEST):
7986           Skip test if no usable videosink is found.
7987
7988 2006-09-29  Wim Taymans  <wim@fluendo.com>
7989
7990         * gst/rtsp/URLS:
7991         Add some more URLs.
7992
7993         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7994         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7995         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7996         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7997         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7998         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7999         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8000         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8001         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8002         * gst/rtsp/gstrtspsrc.h:
8003         Add timeout property to control UDP timeouts.
8004         Fix error messages.
8005         Also start a loop function when operating in UDP mode so that we can
8006         do some more stuff async.
8007         Handle element messages from udpsrc to detect timeouts. If a timeout
8008         happens we currently generate an error.
8009         API: rtspsrc::timeout property.
8010
8011         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8012         (gst_udpsrc_create):
8013         Really implement the timeout in microseconds and not milliseconds.
8014
8015 2006-09-29  Wim Taymans  <wim@fluendo.com>
8016
8017         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8018         (gst_udpsrc_create), (gst_udpsrc_set_property),
8019         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8020         * gst/udp/gstudpsrc.h:
8021         Added property to post a message on timeout.
8022         Updated docs.
8023         When restarting the select, initialize the fdsets again.
8024         Init control sockets so we don't accidentally close a random socket.
8025         API: GstUDPSrc::timeout property
8026
8027 2006-09-29  Wim Taymans  <wim@fluendo.com>
8028
8029         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8030         Fix flag registration.
8031
8032         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8033         Reading 0 also means 'no more commands'
8034
8035 2006-09-29  Wim Taymans  <wim@fluendo.com>
8036
8037         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8038
8039         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8040         Fix possible infinite loop when shutting down, a read can also return
8041         0 to indicate no more messages are available. Fixes #358156.
8042
8043 2006-09-25  Wim Taymans  <wim@fluendo.com>
8044
8045         * gst/autodetect/gstautoaudiosink.c:
8046         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8047         (gst_auto_audio_sink_find_best):
8048         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8049         Small cleanups.
8050         don't try to set "sync" property when it is not available.
8051
8052 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8053
8054         Patch by: Peter Kjellerstedt  <pkj at axis com>
8055
8056         * gst/alpha/gstalpha.c:
8057         * gst/rtp/gstrtpamrdepay.c:
8058         * gst/rtsp/gstrtspsrc.c:
8059         * gst/udp/gstudpsrc.c:
8060         * gst/videomixer/videomixer.c:
8061           Include stdlib.h in some more places, makes things compile
8062           with uClibc and -Werror (#357592).
8063
8064 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8065
8066         * ext/jpeg/gstjpegdec.c:
8067           Set minimum height to 8 (from 16), our code should handle
8068           that fine. Some of the buttons on the apple trailer site
8069           are apparently only 15 pixels high (see #357470).
8070
8071 2006-09-23  Wim Taymans  <wim@fluendo.com>
8072
8073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8074         (gst_rtspsrc_open):
8075         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8076         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8077         (rtsp_connection_receive):
8078         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8079         * gst/rtsp/rtspdefs.h:
8080         Improve error reporting.
8081
8082 2006-09-23  Wim Taymans  <wim@fluendo.com>
8083
8084         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8085         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8086         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8087         * gst/rtp/gstrtpdepay.c:
8088         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8089         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8090         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8091         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8092         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8093         (gst_rtp_mp2t_depay_plugin_init):
8094         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8095         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8096         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8097         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8098         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8099         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8100         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8101         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8102         Fix klass typos.
8103         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8104
8105 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8106
8107         * configure.ac:
8108           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8109
8110 2006-09-22  Wim Taymans  <wim@fluendo.com>
8111
8112         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8113         Don't check for a tag that is never there and check if we read the
8114         correct tag. Fixes seeking again.
8115         We must post an error when all pads are unlinked.
8116
8117 2006-09-22  Wim Taymans  <wim@fluendo.com>
8118
8119         * gst/rtp/Makefile.am:
8120         * gst/rtp/gstrtp.c: (plugin_init):
8121         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8122         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8123         (gst_rtp_vorbis_pay_reset_packet),
8124         (gst_rtp_vorbis_pay_init_packet),
8125         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8126         (gst_rtp_vorbis_pay_handle_buffer):
8127         More fixage, set endoder-params correctly in the payloader.
8128
8129 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8130
8131         * gst/autodetect/gstautoaudiosink.c:
8132         (gst_auto_audio_sink_base_init):
8133         * gst/autodetect/gstautovideosink.c:
8134         (gst_auto_video_sink_base_init):
8135           Make static pad templates static to appease valgrind's leak
8136           detector.
8137
8138         * tests/check/Makefile.am:
8139         * tests/check/elements/.cvsignore:
8140         * tests/check/elements/autodetect.c: (GST_START_TEST),
8141         (autodetect_suite):
8142           Add simple test for the ghostpad lockup on shutdown fixed in core
8143           CVS (audio bit disabled because it would need dozens of alsa
8144           suppressions and I'm too lazy to add those now).
8145
8146 2006-09-22  Wim Taymans  <wim@fluendo.com>
8147
8148         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8149         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8150         Small cleanups.
8151
8152         * gst/rtp/Makefile.am:
8153         * gst/rtp/gstrtp.c: (plugin_init):
8154         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8155         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8156         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8157         (gst_rtp_vorbis_depay_process),
8158         (gst_rtp_vorbis_depay_set_property),
8159         (gst_rtp_vorbis_depay_get_property),
8160         (gst_rtp_vorbis_depay_change_state),
8161         (gst_rtp_vorbis_depay_plugin_init):
8162         * gst/rtp/gstrtpvorbisdepay.h:
8163         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8164         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8165         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8166         (gst_rtp_vorbis_pay_flush_packet),
8167         (gst_rtp_vorbis_pay_append_buffer),
8168         (gst_rtp_vorbis_pay_handle_buffer),
8169         (gst_rtp_vorbis_pay_plugin_init):
8170         * gst/rtp/gstrtpvorbispay.h:
8171         Add experimental vorbis pay and depayloaders.
8172
8173 2006-09-21  Wim Taymans  <wim@fluendo.com>
8174
8175         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8176         Fix profile-level-id parsing and setup.
8177
8178 2006-09-21  Wim Taymans  <wim@fluendo.com>
8179
8180         * gst/udp/README:
8181         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8182         Update README, simple cleanup.
8183
8184 2006-09-21  Wim Taymans  <wim@fluendo.com>
8185
8186         * gst/rtp/README:
8187         Update README with some examples.
8188
8189         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8190         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8191         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8192         (gst_rtp_mp4g_pay_setcaps):
8193         * gst/rtp/gstrtpmp4gpay.h:
8194         Make optional RTP parameters of type STRING, as required by the
8195         application/x-rtp caps specification.
8196
8197 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8198
8199         * gst/rtp/gstrtph263pdepay.c:
8200         * gst/rtp/gstrtph263ppay.c:
8201         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8202         RTP header.
8203
8204 2006-09-20  Wim Taymans  <wim@fluendo.com>
8205
8206         * gst/rtp/Makefile.am:
8207         And makefile too.
8208
8209 2006-09-20  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst/rtp/gstrtp.c: (plugin_init):
8212         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8213         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8214         (decode_base64), (gst_rtp_asf_depay_setcaps),
8215         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8216         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8217         (gst_rtp_asf_depay_plugin_init):
8218         * gst/rtp/gstrtpasfdepay.h:
8219         Added preliminary ASF depayloader.
8220
8221         * gst/rtp/gstrtph264depay.c: (decode_base64):
8222         Fix base64 decoding.
8223
8224 2006-09-20  Wim Taymans  <wim@fluendo.com>
8225
8226         * gst/rtsp/URLS:
8227         Added some test URLS.
8228
8229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8230         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8231         * gst/rtsp/gstrtspsrc.h:
8232         When creating streams, give access to the complete SDP.
8233         Fix some leaks.
8234         Collect and merge global stream properties in stream caps.
8235         Preliminary support for WMServer.
8236
8237         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8238         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8239         (rtsp_connection_receive):
8240         * gst/rtsp/rtspconnection.h:
8241         Make connection interruptable.
8242         Refactor to make it reconnectable.
8243         Don't fail on short reads when reading data packets.
8244
8245         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8246         (rtsp_url_get_port):
8247         * gst/rtsp/rtspurl.h:
8248         Add methods for getting/setting the port.
8249
8250         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8251         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8252         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8253         (sdp_media_get_format), (sdp_parse_line),
8254         (sdp_message_parse_buffer):
8255         Fix headers. 
8256         Add methods for getting multiple attributes with the same name.
8257         Increase buffer size when parsing.
8258         Fix parsing of a=foo fields.
8259
8260         * gst/rtsp/test.c: (main):
8261         Update to new connection API.
8262
8263         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8264         (rtsp_message_init_response), (rtsp_message_init_data),
8265         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8266         * gst/rtsp/rtspmessage.h:
8267         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8268         * gst/rtsp/rtsptransport.h:
8269         * gst/rtsp/sdp.h:
8270         * gst/rtsp/sdpmessage.h:
8271         * gst/rtsp/gstrtsp.c:
8272         * gst/rtsp/gstrtsp.h:
8273         * gst/rtsp/gstrtpdec.c:
8274         * gst/rtsp/gstrtpdec.h:
8275         * gst/rtsp/rtsp.h:
8276         * gst/rtsp/rtspdefs.c:
8277         * gst/rtsp/rtspdefs.h:
8278         Dual licensed under MIT and LGPL now.
8279
8280 2006-09-19  Wim Taymans  <wim@fluendo.com>
8281
8282         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8283         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8284         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8285         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8286         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8287         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8288         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8289         * gst/rtsp/gstrtspsrc.h:
8290         Reorganize stream parsing and creation.
8291         Detect container formats in interleaved mode.
8292         Keep more state about the streams.
8293         Assume a server also supports PLAY if it does not say.
8294         Add unicast and interleaved properties to TCP transport requests to make
8295         some servers happy (WMServer).
8296
8297         * gst/rtsp/sdpmessage.h:
8298         Add some defines for the standard Bandwidth types.
8299
8300 2006-09-19  Wim Taymans  <wim@fluendo.com>
8301
8302         * gst/rtsp/test.c: (main):
8303         Fix build.
8304
8305 2006-09-19  Wim Taymans  <wim@fluendo.com>
8306
8307         * gst/wavparse/gstwavparse.c:
8308         Add ms-gsm to the src template.
8309
8310 2006-09-18  Wim Taymans  <wim@fluendo.com>
8311
8312         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8313         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8314         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8315         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8316         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8317         * gst/rtsp/gstrtspsrc.h:
8318         Small cleanups, added documentation.
8319         Try to clean up the requests and responses.
8320         Refactor parsing the supported methods.
8321
8322         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8323         (rtsp_connection_create), (rtsp_connection_send),
8324         (parse_response_status), (parse_request_line),
8325         (rtsp_connection_receive), (rtsp_connection_close),
8326         (rtsp_connection_free):
8327         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8328         (rtsp_transport_init), (rtsp_transport_parse),
8329         (rtsp_transport_free):
8330         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8331         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8332         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8333         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8334         Use g_return_val some more.
8335
8336         * gst/rtsp/rtspdefs.h:
8337         Add more enum values to track initial states.
8338
8339         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8340         (rtsp_message_init_request), (rtsp_message_new_response),
8341         (rtsp_message_init_response), (rtsp_message_init_data),
8342         (rtsp_message_unset), (rtsp_message_free),
8343         (rtsp_message_add_header), (rtsp_message_remove_header),
8344         (rtsp_message_get_header), (rtsp_message_set_body),
8345         (rtsp_message_take_body), (rtsp_message_get_body),
8346         (rtsp_message_steal_body), (rtsp_message_dump):
8347         * gst/rtsp/rtspmessage.h:
8348         Reorder arguments, object goes as the first one.
8349         Use g_return_val some more.
8350
8351 2006-09-18  Wim Taymans  <wim@fluendo.com>
8352
8353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8354         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8355         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8356         * gst/rtsp/gstrtspsrc.h:
8357         Export sometimes source pad with correct caps on the template, create
8358         the ghostpad from the template.
8359         Remove RTCP template as we never expose RTCP.
8360         Protect against invalid body size.
8361         Avoid memcpy when creating the output buffer.
8362         Properly post an error and send EOS when the loop function is shut down.
8363
8364 2006-09-18  Wim Taymans  <wim@fluendo.com>
8365
8366         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8367
8368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8369         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8370         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8371         * gst/rtsp/gstrtspsrc.h:
8372         Make sure we can never set an invalid location.
8373
8374         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8375         * gst/rtsp/rtspmessage.h:
8376         Added _steal_body method for future use.
8377
8378         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8379         Make freeing of NULL url return immediatly.
8380
8381 2006-09-18  Wim Taymans  <wim@fluendo.com>
8382
8383         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8384
8385         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8386         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8387         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8388         (gst_rtspsrc_change_state):
8389         * gst/rtsp/gstrtspsrc.h:
8390         Use boilerplate.
8391         Make rtspsrc subclass GstBin to make state changes easier.
8392         Add Range header field on the PLAY request.
8393
8394 2006-09-18  Wim Taymans  <wim@fluendo.com>
8395
8396         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8397
8398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8399         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8400         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8401         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8402         * gst/rtsp/rtspconnection.c: (inet_aton):
8403         Small cleanups.
8404         when multicast is selected as the transport, create UDP sources and
8405         connect to the multicast group.
8406         Move parsing and setting of caps to a common place.
8407         Fixes #349894.
8408
8409 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8410
8411         * ext/flac/gstflactag.c:
8412         * gst/alpha/gstalpha.c:
8413         * gst/debug/breakmydata.c:
8414         * gst/debug/negotiation.c:
8415         * gst/debug/testplugin.c:
8416         * gst/effectv/gstaging.c:
8417         * gst/effectv/gstdice.c:
8418         * gst/effectv/gstedge.c:
8419         * gst/effectv/gstquark.c:
8420         * gst/effectv/gstrev.c:
8421         * gst/effectv/gstshagadelic.c:
8422         * gst/effectv/gstvertigo.c:
8423         * gst/effectv/gstwarp.c:
8424         * gst/multipart/multipartdemux.c:
8425         * gst/multipart/multipartmux.c:
8426         * gst/videobox/gstvideobox.c:
8427         * gst/videofilter/gstgamma.c:
8428         * gst/videofilter/gstvideotemplate.c:
8429         * gst/videomixer/videomixer.c:
8430         * sys/sunaudio/gstsunaudiosrc.h:
8431         More G_OBJECT macro fixing.
8432
8433 2006-09-16  Wim Taymans  <wim@fluendo.com>
8434
8435         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8436
8437         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8438         Correctly set the dwLength in strh.
8439         With this patch, the file duration is now displayed correctly in window
8440         media player and the AVI plays completely. Fixes #356147
8441
8442 2006-09-15  Wim Taymans  <wim@fluendo.com>
8443
8444         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8445
8446         * sys/sunaudio/gstsunaudiomixerctrl.c:
8447         (gst_sunaudiomixer_ctrl_build_list):
8448         Set the output track as the MASTER so that the gnome-settings-daemon
8449         keybindings for changing the volume using the keyboard works.
8450         Fixes #356142.
8451
8452 2006-09-15  Wim Taymans  <wim@fluendo.com>
8453
8454         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8455         Fix documentation, it is not possible to control the framerate of jpegdec
8456         using filtered caps yet. Fixes #355210.
8457         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8458         stop when there is an error.
8459
8460 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8461
8462         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8463         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8464           Don't interpret a first buffer with an offset of NONE as
8465           'from the middle of the stream', but only a first buffer
8466           that has a valid buffer offset that's non-zero (see #345449).
8467
8468 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8469
8470         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8471         (gst_icydemux_typefind_or_forward):
8472         * gst/icydemux/gsticydemux.h:
8473           When we merge/collect multiple incoming buffers for typefinding
8474           purposes, keep an initial 0 offset on the first outgoing buffer
8475           as well (otherwise id3demux won't work right). Fixes #345449.
8476           Also Make buffer metadata writable before setting buffer caps.
8477
8478         * tests/check/elements/icydemux.c: (typefind_succeed),
8479         (cleanup_icydemux), (push_data), (GST_START_TEST),
8480         (icydemux_suite):
8481           Small test case for the above.
8482
8483 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8484
8485         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8486         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8487         (gst_avi_demux_stream_header_push),
8488         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8489         (gst_avi_demux_loop):
8490           More code reuse and better logging in _peek_chunk(). Reintroduce check
8491           for chunk sizes before reading them (avoid oom). Better handling for 
8492           invalid chunksizes when streaming.
8493
8494 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8495
8496         * gst/level/gstlevel.c: (gst_level_set_property):
8497         * gst/level/gstlevel.h:
8498           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8499           René Stadler
8500
8501 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8502
8503         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8504         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8505         (gst_avi_demux_stream_data):
8506           Revert one change to fix streaming avi (adapter size != data size).
8507
8508 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8509
8510         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8511
8512         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8513         (gst_matroska_demux_reset),
8514         (gst_matroska_demux_read_track_encodings),
8515         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8516         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8517         (gst_matroska_demux_subtitle_caps):
8518         * gst/matroska/matroska-ids.h:
8519           Add support for VOBSUB subtitle tracks and zlib-compressed
8520           tracks. Make sure we start on a keyframe after a seek. (#343348)
8521
8522 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8523
8524         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8525         (gst_matroska_demux_push_flac_codec_priv_data),
8526         (gst_matroska_demux_push_xiph_codec_priv_data),
8527         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8528         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8529         * gst/matroska/matroska-ids.h:
8530           Add basic FLAC support (#311586), not perfect yet though, needs some
8531           tweaking in flacdec; also, seeking could be better.
8532           Do better bounds checking when deserialising vorbis stream headers
8533           to make sure we don't read beyond the end of the buffer on bad input.
8534
8535 2006-09-04  Wim Taymans  <wim@fluendo.com>
8536
8537         Patch by: Alessandro Decina <alessandro at nnva dot org>
8538
8539         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8540         Seeking back in a file containing a CMML stream errors out if the seek
8541         goes back up to the CMML headers. This is because after the seek the xml
8542         processing instruction <?xml ...?> is submitted to the xml parser again, 
8543         which results in an error. The attached patch fixes the problem. 
8544         Fixes #353908.
8545
8546         * ext/annodex/gstcmmlenc.h:
8547         Fix authors name.
8548
8549
8550 2006-08-28  Andy Wingo  <wingo@pobox.com>
8551
8552         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8553         New helper function to lessen the ifdefs.
8554         (GST_INFO_OBJECT): 
8555         (gst_dv1394src_iso_receive): Use it.
8556         (gst_dv1394src_create): Also use the control sockets in iec61883
8557         mode.
8558         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8559         handle for AVC operations; fixes #348233.
8560
8561 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8562
8563         * configure.ac:
8564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8565         * docs/plugins/inspect/plugin-audiofx.xml:
8566         * docs/plugins/inspect/plugin-audiofxgood.xml:
8567         * gst/audiofx/Makefile.am:
8568         * gst/audiofx/audiofx.c:
8569         * gst/audiofxgood/.cvsignore:
8570         * gst/audiofxgood/Makefile.am:
8571         * gst/audiofxgood/audiofx.c:
8572         * gst/audiofxgood/audiopanorama.c:
8573         * gst/audiofxgood/audiopanorama.h:
8574           Rename again (audiofxgood -> audiofx).
8575
8576 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8577
8578         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8579         (gst_avi_demux_stream_scan):
8580           Initialze variables.
8581
8582 2006-08-25  Wim Taymans  <wim@fluendo.com>
8583
8584         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8585         (gst_avi_demux_init), (gst_avi_demux_finalize),
8586         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8587         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8588         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8589         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8590         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8591         (gst_avi_demux_massage_index),
8592         (gst_avi_demux_calculate_durations_from_index),
8593         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8594         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8595         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8596         (gst_avi_demux_change_state):
8597         * gst/avi/gstavidemux.h:
8598         More attempts to turn this into readable code.
8599         Don't leak adapters.
8600         Calculate duration according to index more efficiently.
8601         Don't try to act like we drive the pipeline in chain mode.
8602
8603 2006-08-25  Wim Taymans  <wim@fluendo.com>
8604
8605         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8606         Fix build.
8607
8608 2006-08-25  Wim Taymans  <wim@fluendo.com>
8609
8610         Patch by: Alessandro Decina <alessandro at nnva dot org>
8611
8612         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8613         Do some extra sanity checks.
8614         Fixes #350340.
8615
8616         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8617         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8618         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8619         Check if clip->start_time is valid before adding the clip to the
8620         track list.
8621         Reset enc->preamble going from PAUSED to READY.
8622         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8623         only used for EOS.
8624         Only post an error message if we were the one that created the fatal
8625         GstFlowReturn value.
8626
8627         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8628         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8629         Parse the seconds field of the npt-sec time format using %llu rather than
8630         %d and check that the value scaled by GST_SECOND doesn't overflow.
8631         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8632         Lookup a clip's track with clip->track rather than clip->id which
8633         makes no sense.
8634         Identify a clip by its track and start time and not its xml id.
8635         do some more input checking and make sure we don't do undefined shifts.
8636
8637         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8638         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8639         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8640         (push_clip), (push_empty_clip), (check_output_clip),
8641         (GST_START_TEST), (cmmldec_suite):
8642         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8643         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8644         (check_headers), (push_clip), (check_clip_times), (check_clip),
8645         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8646         Added some more checks.
8647
8648 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8649
8650         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8651         (gst_audio_panorama_set_property),
8652         (gst_audio_panorama_get_property),
8653         (gst_audio_panorama_transform_m2s_int),
8654         (gst_audio_panorama_transform_s2s_int),
8655         (gst_audio_panorama_transform_m2s_float),
8656         (gst_audio_panorama_transform_s2s_float):
8657         * gst/audiofxgood/audiopanorama.h:
8658         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8659           Make also the pan-property float (saves scaling and yields better
8660           resolution)
8661
8662 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8663
8664         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8665         (gst_audio_panorama_transform_m2s_float),
8666         (gst_audio_panorama_transform_s2s_float):
8667           ChangeLog surgery to add cymax's real name
8668
8669
8670 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8671
8672         Patch by: René Stadler <mail@renestadler.de>
8673
8674         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8675         (gst_audio_panorama_transform_m2s_int),
8676         (gst_audio_panorama_transform_s2s_int),
8677         (gst_audio_panorama_transform_m2s_float),
8678         (gst_audio_panorama_transform_s2s_float),
8679         (gst_audio_panorama_transform):
8680         * gst/audiofxgood/audiopanorama.h:
8681           Added float support
8682
8683 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8684
8685         * gst/audiofxgood/audiopanorama.c:
8686         (gst_audio_panorama_transform_m2s):
8687           Fix docs & debug category. Add Fixme for volume pan levels.
8688
8689 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8690
8691         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8692         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8693         (gst_avi_demux_stream_header_pull),
8694         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8695         (gst_avi_demux_chain):
8696           unbreak AVI index handling, some more debug, remove an obsolete
8697           adapter_flush that caused streaming to wander off in the wild
8698
8699 2006-08-24  Wim Taymans  <wim@fluendo.com>
8700
8701         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8702         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8703         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8704         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8705         (gst_avi_demux_calculate_durations_from_index),
8706         (gst_avi_demux_stream_header_push),
8707         (gst_avi_demux_stream_header_pull):
8708         * gst/avi/gstavidemux.h:
8709         Some more cleanups. 
8710         Fix totalFrames parsing in ODML.
8711         Disable use of index for length calculation in case of ODML as this is
8712         broken now.
8713
8714 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8717           Use libgsttag helper function here too.
8718
8719 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8720
8721         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8722         (gst_avi_demux_init), (gst_avi_demux_dispose),
8723         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8724         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8725         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8726         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8727         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8728         (gst_avi_demux_parse_subindex),
8729         (gst_avi_demux_read_subindexes_push),
8730         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8731         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8732         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8733         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8734         (gst_avi_demux_stream_header_pull),
8735         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8736         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8737         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8738         (gst_avi_demux_change_state):
8739         * gst/avi/gstavidemux.h:
8740           Initial streaming support for avidemux (fixes #336465)
8741
8742 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8745           There is no taglibmux element ...
8746
8747         * gst/rtsp/gstrtspsrc.c:
8748           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8749           was complaining about unknown entity here.
8750
8751 2006-08-22  Wim Taymans  <wim@fluendo.com>
8752
8753         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8754         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8755         (gst_avi_demux_process_next_entry):
8756         * gst/avi/gstavidemux.h:
8757         Mark DISCONT.
8758         Remove old unused fields and reorder the struct a bit.
8759
8760 2006-08-22  Wim Taymans  <wim@fluendo.com>
8761
8762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8763         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8764         (gst_rtspsrc_pause):
8765         * gst/rtsp/gstrtspsrc.h:
8766         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8767         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8768         Small documentation updates.
8769
8770 2006-08-22  Wim Taymans  <wim@fluendo.com>
8771
8772         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8773         (gst_avi_demux_index_entry_for_time),
8774         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8775         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8776         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8777         (gst_avi_demux_next_data_buffer),
8778         (gst_avi_demux_calculate_durations_from_index),
8779         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8780         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8781         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8782         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8783         * gst/avi/gstavidemux.h:
8784         Precalc most of the duration query for each stream.
8785         Make seeking more correct.
8786         Use GstSegment to track position and duration.
8787         Code cleanups and leak fixes.
8788         Calculate correct total duration based on index length.
8789
8790 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8791
8792         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8793         (parse_insert_string_field):
8794           If strings in text fields are marked ISO8859-1, but contain
8795           valid UTF-8 already, then handle them as UTF-8 and ignore
8796           the encoding. (#351794)
8797
8798 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8799
8800         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8801         (gst_flac_dec_write), (gst_flac_dec_loop),
8802         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8803         (gst_flac_dec_src_query):
8804         * ext/flac/gstflacdec.h:
8805           Make flac-in-ogg work (#352100).
8806
8807 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8810           Don't unref buffers of which we've already given away
8811           ownership to the adapter.
8812
8813 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8814
8815         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8816           Make metadata extraction actually work.
8817
8818         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8819         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8820         (gst_speexenc_chain):
8821           Fix metadata writing: replace old code which wrote completely
8822           broken tags with libgsttag-based code. Plus miscellaneous
8823           code cleanups (use static pad templates etc.) and a bunch
8824           of leak fixes.
8825
8826 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8827
8828         * gst/audiopanorama/.cvsignore:
8829         * gst/audiopanorama/Makefile.am:
8830         * gst/audiopanorama/audiofx.c:
8831         * gst/audiopanorama/audiopanorama.c:
8832         * gst/audiopanorama/audiopanorama.h:
8833           die! die! die! you should never have been there
8834
8835 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8836
8837         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8838         Fix invalid memory access in audiopanorama test suite.
8839
8840 2006-08-21  Edward Hervey  <edward@fluendo.com>
8841
8842         * tests/check/elements/.cvsignore:
8843         ignore built file
8844
8845 2006-08-21  Wim Taymans  <wim@fluendo.com>
8846
8847         * gst/rtp/Makefile.am:
8848         Fix the build again.
8849
8850 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8851
8852         * gst/audiofxgood/.cvsignore:
8853         * gst/audiofxgood/Makefile.am:
8854         * gst/audiofxgood/audiofx.c: (plugin_init):
8855         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8856         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8857         (gst_audio_panorama_set_property),
8858         (gst_audio_panorama_get_property),
8859         (gst_audio_panorama_get_unit_size),
8860         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8861         (gst_audio_panorama_transform_m2s),
8862         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8863         * gst/audiofxgood/audiopanorama.h:
8864           resubmit with the desired name *again*
8865
8866 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8867
8868         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8869         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8870           use g_assert in _get_unit_size
8871
8872 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8873
8874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8875         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8876         * docs/plugins/inspect/plugin-audiofxgood.xml:
8877           cleanup -unused.txt to make it useful, add previously missing docs
8878
8879         * ext/Makefile.am:
8880           Quietly (accidentally) enable LADSPA for building by default, 
8881           despite the fact that it doesn't meet the plugin checklist.
8882             -- Added by Jan Schmidt 18 Dec 2006
8883
8884         * ext/esd/esdmon.c:
8885         * ext/esd/esdsink.c:
8886         * ext/esd/gstesd.c: (plugin_init):
8887           reflow to get rid of two external symbols
8888
8889         * gst/audiofxgood/audiofx.c: (plugin_init):
8890           re-add
8891
8892 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8893
8894         * configure.ac:
8895         * gst/audiofxgood/.cvsignore:
8896         * gst/audiofxgood/Makefile.am:
8897         * gst/audiofxgood/audiofx.c
8898         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8899         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8900         (gst_audio_panorama_set_property),
8901         (gst_audio_panorama_get_property),
8902         (gst_audio_panorama_get_unit_size),
8903         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8904         (gst_audio_panorama_transform_m2s),
8905         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8906         * gst/audiofxgood/audiopanorama.h:
8907         * tests/check/Makefile.am:
8908         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8909         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8910         (panorama_suite), (main):
8911         Add audiofxgood plugin with audiopanorama element
8912
8913 2006-08-18  Wim Taymans  <wim@fluendo.com>
8914
8915         * docs/plugins/Makefile.am:
8916         More Oss docs fixage. 
8917
8918 2006-08-18  Wim Taymans  <wim@fluendo.com>
8919
8920         * gst/rtp/Makefile.am:
8921         * gst/rtp/gstrtp.c: (plugin_init):
8922         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8923         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8924         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8925         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8926         (gst_rtp_sv3v_depay_get_property),
8927         (gst_rtp_sv3v_depay_change_state),
8928         (gst_rtp_sv3v_depay_plugin_init):
8929         * gst/rtp/gstrtpsv3vdepay.h:
8930         Added experimental SVQ3 depayloader.
8931
8932 2006-08-18  Edward Hervey  <edward@fluendo.com>
8933
8934         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8935         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8936         * ext/dv/gstdvdemux.h:
8937         When handling seek requests, don't send the newsegment event from the
8938         calling thread. Instead save it so it can be sent from the streaming
8939         thread.
8940
8941 2006-08-17  Wim Taymans  <wim@fluendo.com>
8942
8943         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8944
8945         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8946         Accept leading whitespace before the boundary
8947         This patch makes the demuxer allow some whitespace before the actual
8948         boundary. This makes the demuxer work with the ``old'' gstreamer
8949         multipartmuxer again (which placed an extra \n before the start
8950         of the stream) Fixes #349068.
8951
8952 2006-08-17  Wim Taymans  <wim@fluendo.com>
8953
8954         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8955         Error out on non-implemented stuff.
8956
8957 2006-08-16  Wim Taymans  <wim@fluendo.com>
8958
8959         Patch by: Andy Wingo <wingo at pobox dot com>
8960
8961         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8962         (gst_signal_processor_start), (gst_signal_processor_stop),
8963         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8964         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8965         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8966         (gst_signal_processor_change_state):
8967         Make ladspa elements reusable. Fixes #350006.
8968
8969 2006-08-16  Wim Taymans  <wim@fluendo.com>
8970
8971         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8972         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8973         names as possible. Fixes #349901.
8974
8975 2006-08-16  Wim Taymans  <wim@fluendo.com>
8976
8977         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8978         (gst_signal_processor_do_pushes):
8979         A push() gives away our refcount so we should not use the buffer on the
8980         pen anymore.
8981
8982 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8983
8984         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8985         (gst_oss_mixer_element_finalize):
8986           Don't leak device string.
8987
8988 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8989
8990         * configure.ac:
8991           Require CVS of GStreamer core and -base (for
8992           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8993
8994         * ext/taglib/gstid3v2mux.cc:
8995           Write extended comment tags properly (#348762).
8996
8997         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8998         (parse_comment_frame):
8999           Extract COMM frames into extended comments, which makes it
9000           easier to properly retain the description bit of the tag
9001           and maintain this information when re-tagging (#348762).
9002
9003 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         * tests/check/Makefile.am:
9006           Don't try to run annodex unit tests if the annodex
9007           plugin has not been built (Fixes #351116).
9008
9009 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9010
9011         * gst/autodetect/gstautoaudiosink.c:
9012         (gst_auto_audio_sink_find_best):
9013           When we can't find a usable audiosink, don't error out,
9014           but use a fake sink instead and post a warning message
9015           on the bus (#341278).
9016
9017 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9018
9019         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9020         * sys/oss/gstosssink.c:
9021         * sys/oss/gstosssrc.c:
9022           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9023           ossmixer's new device property.
9024
9025         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9026         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9027           Add docs for OSS elements.
9028
9029         * docs/plugins/inspect/plugin-aasink.xml:
9030         * docs/plugins/inspect/plugin-alaw.xml:
9031         * docs/plugins/inspect/plugin-alpha.xml:
9032         * docs/plugins/inspect/plugin-alphacolor.xml:
9033         * docs/plugins/inspect/plugin-annodex.xml:
9034         * docs/plugins/inspect/plugin-apetag.xml:
9035         * docs/plugins/inspect/plugin-auparse.xml:
9036         * docs/plugins/inspect/plugin-autodetect.xml:
9037         * docs/plugins/inspect/plugin-avi.xml:
9038         * docs/plugins/inspect/plugin-cacasink.xml:
9039         * docs/plugins/inspect/plugin-cairo.xml:
9040         * docs/plugins/inspect/plugin-cdio.xml:
9041         * docs/plugins/inspect/plugin-cutter.xml:
9042         * docs/plugins/inspect/plugin-debug.xml:
9043         * docs/plugins/inspect/plugin-dv.xml:
9044         * docs/plugins/inspect/plugin-efence.xml:
9045         * docs/plugins/inspect/plugin-effectv.xml:
9046         * docs/plugins/inspect/plugin-esdsink.xml:
9047         * docs/plugins/inspect/plugin-flac.xml:
9048         * docs/plugins/inspect/plugin-flxdec.xml:
9049         * docs/plugins/inspect/plugin-gconfelements.xml:
9050         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9051         * docs/plugins/inspect/plugin-goom.xml:
9052         * docs/plugins/inspect/plugin-halelements.xml:
9053         * docs/plugins/inspect/plugin-icydemux.xml:
9054         * docs/plugins/inspect/plugin-id3demux.xml:
9055         * docs/plugins/inspect/plugin-jpeg.xml:
9056         * docs/plugins/inspect/plugin-level.xml:
9057         * docs/plugins/inspect/plugin-matroska.xml:
9058         * docs/plugins/inspect/plugin-mulaw.xml:
9059         * docs/plugins/inspect/plugin-multipart.xml:
9060         * docs/plugins/inspect/plugin-navigationtest.xml:
9061         * docs/plugins/inspect/plugin-ossaudio.xml:
9062         * docs/plugins/inspect/plugin-png.xml:
9063         * docs/plugins/inspect/plugin-rtp.xml:
9064         * docs/plugins/inspect/plugin-rtsp.xml:
9065         * docs/plugins/inspect/plugin-shout2send.xml:
9066         * docs/plugins/inspect/plugin-smpte.xml:
9067         * docs/plugins/inspect/plugin-speex.xml:
9068         * docs/plugins/inspect/plugin-taglib.xml:
9069         * docs/plugins/inspect/plugin-udp.xml:
9070         * docs/plugins/inspect/plugin-videobalance.xml:
9071         * docs/plugins/inspect/plugin-videobox.xml:
9072         * docs/plugins/inspect/plugin-videoflip.xml:
9073         * docs/plugins/inspect/plugin-videomixer.xml:
9074         * docs/plugins/inspect/plugin-wavenc.xml:
9075         * docs/plugins/inspect/plugin-wavparse.xml:
9076         * docs/plugins/inspect/plugin-ximagesrc.xml:
9077           Update to CVS version.
9078           
9079 2006-08-16  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/rtp/gstrtpamrdepay.c:
9082         * gst/rtp/gstrtpmp4gdepay.c:
9083         Caps extra properties must be defined as strings for
9084         depayloaders because they are generated from an SDP.
9085
9086         * gst/rtp/Makefile.am:
9087         * gst/rtp/gstrtp.c: (plugin_init):
9088         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9089         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9090         (gst_rtp_h264_depay_finalize), (decode_base64),
9091         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9092         (gst_rtp_h264_depay_set_property),
9093         (gst_rtp_h264_depay_get_property),
9094         (gst_rtp_h264_depay_change_state),
9095         (gst_rtp_h264_depay_plugin_init):
9096         * gst/rtp/gstrtph264depay.h:
9097         Added basic, not completely functional RFC 3984 H264 depayloader.
9098
9099 2006-08-16  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9102         Add pads after setting them up.
9103
9104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9105         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9106         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9107         (gst_rtspsrc_stream_setup_rtp),
9108         (gst_rtspsrc_stream_configure_transport),
9109         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9110         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9111         (gst_rtspsrc_pause):
9112         * gst/rtsp/gstrtspsrc.h:
9113         Fix interleaved mode.
9114          - Protect streaming with lock.
9115          - Combine flows
9116          - set caps on outgoing buffers.
9117          - strip trailing \0 from data packets.
9118          - Configure RTP/RTCP in stream.
9119         Use DEBUG_OBJECT more.
9120
9121 2006-08-16  Wim Taymans  <wim@fluendo.com>
9122
9123         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9124         Turn a g_print into a DEBUG line.
9125
9126 2006-08-13  Wim Taymans  <wim@fluendo.com>
9127
9128         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9129         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9130         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9131         (gst_oss_mixer_element_get_property),
9132         (gst_oss_mixer_element_change_state):
9133         * sys/oss/gstossmixerelement.h:
9134         Small cleanups. Better error reporting.
9135         Add device property for the mixer instead of the hardcoded
9136         /dev/mixer. Fixes #350785.
9137         API: GstOssMixerElement::device property
9138
9139 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         Patch by: Jens Granseuer <jensgr at gmx net>
9142
9143         * gconf/Makefile.am:
9144           Make --disable-schemas work right (they still need
9145           to be copied to the installation directory, just not
9146           applied). Fixes #351347 (also #344100).
9147           
9148 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9149
9150         * configure.ac: back to HEAD
9151
9152 === release 0.10.4 ===
9153
9154 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9155
9156         * configure.ac:
9157           releasing 0.10.4, "Dear Leader"
9158
9159 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9160
9161         Patch by: Edward Hervey <edward@fluendo.com>
9162
9163         * configure.ac:
9164         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9165         (gst_wavparse_stream_data):
9166         Send the newsegment event in the streaming thread.
9167         Fixes #347529
9168
9169 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9172         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9173         (gst_smokeenc_resync), (gst_smokeenc_chain):
9174           Refuse sink caps in the encoder if width or height is not a
9175           multiple of 16, the encoder does not support that yet (#349939);
9176           along the same lines, check the return value of the encoder
9177           setup function; also remove some debug log clutter.
9178
9179 2006-08-04  Andy Wingo  <wingo@pobox.com>
9180
9181         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9182         whether a processor can work in place or not, and for keeping
9183         track of its state. Change the FlowReturn instance variable from
9184         "state" to "flow_state", all callers changed.
9185
9186         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9187         (gst_signal_processor_start, gst_signal_processor_stop)
9188         (gst_signal_processor_cleanup): New functions to manage the
9189         processor's state.
9190         (gst_signal_processor_setcaps): start() as well as setup() here.
9191         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9192         (gst_signal_processor_change_state): Stop and cleanup the
9193         processor as we go to NULL.
9194
9195         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9196         INPLACE_BROKEN is not set.
9197
9198         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9199         Do the alloc_buffer in bytes, not frames.
9200         
9201 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9202
9203         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9204         Fix rgb masks when recording in < 24bpp.
9205
9206 2006-08-04  Andy Wingo  <wingo@pobox.com>
9207
9208         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9209         (gst_signal_processor_prepare)
9210         (gst_signal_processor_update_inputs)
9211         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9212         (gst_signal_processor_flush)
9213         (gst_signal_processor_sink_activate_push)
9214         (gst_signal_processor_src_activate_pull)
9215         (gst_signal_processor_change_state): Remove the last of the code
9216         that assumes that we process whole buffers at a time. Fix some
9217         debugging. Seems to work now in some cases.
9218         (gst_signal_processor_src_activate_pull): BPB
9219
9220 2006-08-01  Andy Wingo  <wingo@pobox.com>
9221
9222         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9223         Fix nframes-choosing.
9224         (gst_signal_processor_init): Init pending_in and pending_out.
9225
9226         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9227         more default sample rate, although we never check that the sample
9228         rate actually gets set. Something for the future.
9229         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9230         (gst_signal_processor_event): Refcount fixen.
9231         (gst_signal_processor_process): Pull the number of frames to
9232         process from the sizes of the buffers in the input pens.
9233         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9234         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9235         it instead of buffer_frames.
9236         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9237         to do_pulls.
9238         (gst_signal_processor_chain)
9239         (gst_signal_processor_sink_activate_push)
9240         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9241
9242         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9243
9244 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9245
9246         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9247         (gst_signal_processor_process):
9248           don't query buffer-frames from caps, add lots of debug-log,
9249           try fix for assert (#349189)
9250
9251 2006-07-31  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst/udp/gstudpsrc.c:
9254         Fix docs.
9255
9256 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9257
9258         * ext/ladspa/gstsignalprocessor.c:
9259         (gst_signal_processor_add_pad_from_template),
9260         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9261         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9262         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9263         (gst_signal_processor_sink_activate_push),
9264         (gst_signal_processor_src_activate_pull),
9265         (gst_signal_processor_change_state):
9266          Add debugs logs here and there, add more error handling, add some
9267          FIXME comments, filed #349189
9268
9269 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9270
9271         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9272         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9273         Set caps on buffer correctly.  Fixes bug #349155.
9274
9275 2006-07-28  Wim Taymans  <wim@fluendo.com>
9276
9277         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9278
9279         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9280         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9281         (gst_multipart_demux_finalize), (get_line_end),
9282         (multipart_parse_header), (multipart_find_boundary),
9283         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9284         (gst_multipart_set_property), (gst_multipart_get_property):
9285         Uses GstAdapter instead of own buffering.
9286         Actually parses the mime-type correctly (In tests the mime-type was
9287         always "" with the old version).
9288         Uses the Content-length header if available to speed up things.
9289         Reliably autoscans the boundary name by default.
9290         Fixes #349068.
9291
9292         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9293         Don't start the stream with a \n.
9294
9295 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         Patch by: Brian Cameron <brian dot cameron at sun com>
9298
9299         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9300           Open source with O_NONBLOCK (#349015).
9301
9302 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9303
9304         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9305         (gst_avi_demux_massage_index):
9306         * gst/avi/gstavidemux.h:
9307           Whitespace fixes and more debug
9308
9309 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9310
9311         * gst/autodetect/gstautoaudiosink.c:
9312         (gst_auto_audio_sink_create_element_with_pretty_name),
9313         (gst_auto_audio_sink_find_best),
9314         (gst_auto_audio_sink_change_state):
9315           Get rid of old and unused magic sound-server properties stuff.
9316           Add suffix to child sink's name that makes it easy to see from
9317           the name alone which type it actually is (alsa, oss, esd, etc.).
9318
9319 2006-07-27  Wim Taymans  <wim@fluendo.com>
9320
9321         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9322         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9323         (gst_udpsrc_start):
9324         * gst/udp/gstudpsrc.h:
9325         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9326         not some sort of feature we enable.
9327
9328 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9331           Use CLOSE_SOCKET() here instead of close() to maintain
9332           win32 workiness.
9333
9334 2006-07-27  Wim Taymans  <wim@fluendo.com>
9335
9336         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9337
9338         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9339         (gst_udpsrc_create), (gst_udpsrc_set_property),
9340         (gst_udpsrc_get_property), (gst_udpsrc_start):
9341         * gst/udp/gstudpsrc.h:
9342         Added "buffer-size" property to control the kernel receive buffer size.
9343         Update documentation.
9344         Small cleanups. Fixes #348752.
9345         API: buffer-size property
9346
9347 2006-07-26  Wim Taymans  <wim@fluendo.com>
9348
9349         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9350
9351         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9352         (gst_rtp_pcma_pay_handle_buffer):
9353         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9354         (gst_rtp_pcmu_pay_handle_buffer):
9355         Fix timestamp calculation on outgoing RTP packets.
9356         Fixes #348675.
9357
9358 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9359
9360         * ext/taglib/gstid3v2mux.cc:
9361           Fix writing of comment frames (should be COMM not TCOM),
9362           is still sub-optimal though, since we don't retain or
9363           extract the comment descriptions properly (#334375,
9364           also see #334375).
9365
9366 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9367
9368         * gst/wavparse/gstwavparse.c:
9369           #define 'fact' RIFF chunk if we are not compiling against
9370           -base CVS (we don't want to depend on -base CVS for this
9371           one define only, and also not for release order reasons).
9372
9373 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9374
9375         * ext/taglib/gstid3v2mux.cc:
9376           Handle multiple tags of the same type properly. Re-inject
9377           unparsed ID3v2 frames that we get as binary blobs from
9378           id3demux into the tag again so we don't lose information
9379           when retagging (#334375).
9380
9381 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9382
9383         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9384           Document newly-added properties properly, so that there is a
9385           'Since: 0.10.4' in the plugin docs. Convert some property
9386           names into canonical GObject style (GObject will do that
9387           internally anyway).
9388
9389 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9390
9391         * gst/id3demux/id3tags.c:
9392         (id3demux_add_id3v2_frame_blob_to_taglist):
9393           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9394           well, and add the version to the blob's buffer caps, since that
9395           information will be needed for deserialisation later on (#348644).
9396
9397 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9398
9399         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9400         (gst_avi_demux_parse_stream):
9401          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9402          indentation and spacing.
9403
9404 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9405
9406         * docs/plugins/Makefile.am:
9407         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9408         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9409         * docs/plugins/gst-plugins-good-plugins.args:
9410         * docs/plugins/inspect/plugin-1394.xml:
9411         * docs/plugins/inspect/plugin-aasink.xml:
9412         * docs/plugins/inspect/plugin-alaw.xml:
9413         * docs/plugins/inspect/plugin-alpha.xml:
9414         * docs/plugins/inspect/plugin-alphacolor.xml:
9415         * docs/plugins/inspect/plugin-annodex.xml:
9416         * docs/plugins/inspect/plugin-apetag.xml:
9417         * docs/plugins/inspect/plugin-auparse.xml:
9418         * docs/plugins/inspect/plugin-autodetect.xml:
9419         * docs/plugins/inspect/plugin-avi.xml:
9420         * docs/plugins/inspect/plugin-cacasink.xml:
9421         * docs/plugins/inspect/plugin-cairo.xml:
9422         * docs/plugins/inspect/plugin-cdio.xml:
9423         * docs/plugins/inspect/plugin-cutter.xml:
9424         * docs/plugins/inspect/plugin-debug.xml:
9425         * docs/plugins/inspect/plugin-dv.xml:
9426         * docs/plugins/inspect/plugin-efence.xml:
9427         * docs/plugins/inspect/plugin-effectv.xml:
9428         * docs/plugins/inspect/plugin-esdsink.xml:
9429         * docs/plugins/inspect/plugin-flac.xml:
9430         * docs/plugins/inspect/plugin-flxdec.xml:
9431         * docs/plugins/inspect/plugin-gconfelements.xml:
9432         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9433         * docs/plugins/inspect/plugin-goom.xml:
9434         * docs/plugins/inspect/plugin-halelements.xml:
9435         * docs/plugins/inspect/plugin-icydemux.xml:
9436         * docs/plugins/inspect/plugin-id3demux.xml:
9437         * docs/plugins/inspect/plugin-jpeg.xml:
9438         * docs/plugins/inspect/plugin-level.xml:
9439         * docs/plugins/inspect/plugin-matroska.xml:
9440         * docs/plugins/inspect/plugin-mulaw.xml:
9441         * docs/plugins/inspect/plugin-multipart.xml:
9442         * docs/plugins/inspect/plugin-navigationtest.xml:
9443         * docs/plugins/inspect/plugin-ossaudio.xml:
9444         * docs/plugins/inspect/plugin-png.xml:
9445         * docs/plugins/inspect/plugin-rtp.xml:
9446         * docs/plugins/inspect/plugin-rtsp.xml:
9447         * docs/plugins/inspect/plugin-shout2send.xml:
9448         * docs/plugins/inspect/plugin-smpte.xml:
9449         * docs/plugins/inspect/plugin-speex.xml:
9450         * docs/plugins/inspect/plugin-udp.xml:
9451         * docs/plugins/inspect/plugin-videobalance.xml:
9452         * docs/plugins/inspect/plugin-videobox.xml:
9453         * docs/plugins/inspect/plugin-videoflip.xml:
9454         * docs/plugins/inspect/plugin-videomixer.xml:
9455         * docs/plugins/inspect/plugin-wavenc.xml:
9456         * docs/plugins/inspect/plugin-wavparse.xml:
9457         * docs/plugins/inspect/plugin-ximagesrc.xml:
9458           Update files to CVS/Prerelease version, add esdsink docs.
9459
9460         * ext/esd/esdsink.c:
9461           Add gtk-doc blurb.
9462
9463         * gst/rtp/gstrtpmp4vpay.c:
9464           Fix typo in element description.
9465
9466 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9467
9468         * ext/esd/esdsink.c: (gst_esdsink_open),
9469         (gst_esdsink_factory_init):
9470           Prevent libesd from auto-spawning a sound daemon if it
9471           is not already running. Now that we don't do evil stuff
9472           like that any longer we can give esdsink a rank so that
9473           autoaudiosink will try it as well if all other audio
9474           sinks fail (#343051).
9475
9476 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9477
9478         * ext/esd/Makefile.am:
9479           Oops, need to remove README from EXTRA_DIST as well.
9480
9481 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9482
9483         * ext/esd/README:
9484           Remove, it contains nothing useful anyway.
9485
9486         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9487         (gst_esdsink_delay):
9488           Some small clean-ups; use GST_BOILERPLATE etc.
9489
9490 2006-07-24  Wim Taymans  <wim@fluendo.com>
9491
9492         * gst/law/alaw-decode.c: (alawdec_getcaps):
9493         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9494         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9495         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9496         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9497
9498 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9499
9500         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9501         (gst_wavparse_other), (gst_wavparse_perform_seek),
9502         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9503         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9504         (gst_wavparse_pad_query):
9505         * gst/wavparse/gstwavparse.h:
9506           Use information from 'fact' chunk for length calculation of compressed
9507           samples. Calculate bps if bogus value is found in wav header (embeded
9508           mp2/mp3).
9509           
9510
9511 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9512
9513         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9514
9515         * configure.ac:
9516         * gst/udp/Makefile.am:
9517         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9518         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9519         * gst/udp/gstdynudpsink.h:
9520         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9521         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9522         * gst/udp/gstmultiudpsink.h:
9523         * gst/udp/gstudp.c: (plugin_init):
9524         * gst/udp/gstudpsink.h:
9525         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9526         (gst_udpsrc_start), (gst_udpsrc_stop):
9527         * gst/udp/gstudpsrc.h:
9528         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9529         (gst_udp_net_utils_win32_wsa_startup):
9530         * gst/udp/gstudpnetutils.h:
9531           Port udp plugin to win32 (#345288).
9532
9533 2006-07-24  Wim Taymans  <wim@fluendo.com>
9534
9535         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9536         Remove unwanted DEBUG line.
9537
9538 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9539
9540         * gst/id3demux/gstid3demux.c: (plugin_init):
9541         * gst/id3demux/id3tags.c:
9542         (id3demux_add_id3v2_frame_blob_to_taglist):
9543         * gst/id3demux/id3tags.h:
9544           On second thought, it might be wiser and more efficient
9545           not to do tag registration from a streaming thread.
9546
9547 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9548
9549         * gst/id3demux/id3tags.c:
9550         (id3demux_add_id3v2_frame_blob_to_taglist),
9551         (id3demux_id3v2_frames_to_tag_list):
9552           Put ID3v2 frames we can't parse as binary blobs into private
9553           tags, so that they are not lost when retagging, at least once
9554           id3v2mux has been taught to re-inject those frames again.
9555           See bug #334375.
9556
9557 2006-07-21  Wim Taymans  <wim@fluendo.com>
9558
9559         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9560         (gst_avi_demux_process_next_entry):
9561         Fix some leaks.
9562
9563         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9564         Don't use \n in debug lines.
9565
9566 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9567
9568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9570           Add annodex and icydemux, cleanup the sections a bit
9571
9572 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9573
9574         Patch by: Alex Lancaster <alexl at users sourceforge net>
9575
9576         * ext/taglib/gstid3v2mux.cc:
9577           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9578           ID3v2 TSSE frames (#347898).
9579
9580 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9581
9582         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9583           Respect mpegversion for "video/mpeg" and give message in case of
9584           unhandled versions.
9585
9586 2006-07-17  Wim Taymans  <wim@fluendo.com>
9587
9588         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9589         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9590         (gst_pngdec_chain), (gst_pngdec_sink_event),
9591         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9592         (gst_pngdec_sink_activate_push):
9593         * ext/libpng/gstpngdec.h:
9594         Use statically allocated segment instead of leaking.
9595         Various cleanups.
9596         Fix flush and seek handling.
9597
9598 2006-07-16  Wim Taymans  <wim@fluendo.com>
9599
9600         * gst/rtp/Makefile.am:
9601         * gst/rtp/gstrtp.c: (plugin_init):
9602         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9603         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9604         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9605         (gst_rtp_mp4g_depay_set_property),
9606         (gst_rtp_mp4g_depay_get_property),
9607         (gst_rtp_mp4g_depay_change_state),
9608         (gst_rtp_mp4g_depay_plugin_init):
9609         * gst/rtp/gstrtpmp4gdepay.h:
9610         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9611         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9612         (gst_rtp_mp4g_pay_flush):
9613         Added simple generic mpeg4 depayloader.
9614         Fix generic mpeg4 payloader.
9615
9616 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9617
9618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9619           Don't try doing state changes on a NULL pointer.
9620
9621 2006-07-14  Wim Taymans  <wim@fluendo.com>
9622
9623         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9624
9625         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9626         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9627         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9628         * gst/rtp/gstrtpamrdepay.h:
9629         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9630         Fixes #321191
9631
9632 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9633
9634         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9635         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9636         Fix segfault when moving mouse pointer to the bottom right corner.
9637
9638 2006-07-12  Wim Taymans  <wim@fluendo.com>
9639
9640         * gst/rtp/Makefile.am:
9641         * gst/rtp/gstrtp.c: (plugin_init):
9642         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9643         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9644         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9645         (gst_rtp_mp2t_depay_set_property),
9646         (gst_rtp_mp2t_depay_get_property),
9647         (gst_rtp_mp2t_depay_change_state),
9648         (gst_rtp_mp2t_depay_plugin_init):
9649         * gst/rtp/gstrtpmp2tdepay.h:
9650         Added mpeg2 TS depayloader. Closing #347234.
9651
9652 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9653
9654         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9655           Remove g_assert that shouldn't be there and was triggered
9656           after trying to open a device that doesn't exist or can't
9657           be opened for some other reason (#347972).
9658
9659 2006-07-10  Edward Hervey  <edward@fluendo.com>
9660
9661         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9662         (gst_avi_demux_stream_header), (push_tag_lists):
9663         * gst/avi/gstavidemux.h:
9664         Don't push tag events found by gst_riff_parse_info() before outputting
9665         GST_EVENT_NEWSEGMENT.
9666
9667 2006-07-10  Wim Taymans  <wim@fluendo.com>
9668
9669         * gst/rtsp/Makefile.am:
9670         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9671         (rtsp_connection_close):
9672         * gst/rtsp/rtspdefs.h:
9673         replaced closesocket and close in code with one CLOSE_SOCKET. 
9674         Some more cleanups. Fixes #345301.
9675
9676 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9677
9678         * gst/autodetect/gstautoaudiosink.c:
9679           Fix example pipeline in docs.
9680
9681 2006-07-10  Wim Taymans  <wim@fluendo.com>
9682
9683         Patch by: Rob Taylor <robtaylor at floopily dot org>
9684
9685         * gst/udp/gstmultiudpsink.c: (join_multicast),
9686         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9687         If a destination is added before the stream is set to PAUSED, the
9688         multicast group is not joined as the socket is not created yet. 
9689         Also TTL and LOOP should also be set. Fixes #346921.
9690
9691 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9692
9693         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9694         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9695         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9696         (gst_ximage_src_init):
9697         * sys/ximage/gstximagesrc.h:
9698         Fix use-damage property to actually work :)
9699         Add startx, starty, endx, endy properties so screencasts other than full
9700         screen ones can work.
9701
9702 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9703
9704         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9705         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9706         (gst_ximage_src_class_init), (gst_ximage_src_init):
9707         * sys/ximage/gstximagesrc.h:
9708         Add use_damage property to offer ability to choose whether to use
9709         XDamage or not.
9710
9711 2006-07-07  Wim Taymans  <wim@fluendo.com>
9712
9713         * gst/goom/filters.c: (zoomFilterSetResolution):
9714         Avoid goom coredumping by clearing memory. 
9715         Fixes 345679.
9716
9717 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9718
9719         * win32/vs6/libgstid3demux.dsp:
9720         Add a link to libgsttag-0.10.lib.
9721
9722 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9725         (gst_tag_demux_read_range):
9726         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9727         (gst_id3demux_read_range):
9728           Don't return FLOW_UNEXPECTED when a buffer is before
9729           the start of the stream (which might happen with
9730           large ID3v2 tags if the tag reading was done pullrange
9731           based and we then switched to push mode later on).
9732           Fixes regression introduced by commit from June 29th.
9733
9734 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9735
9736         * ext/taglib/gstid3v2mux.cc:
9737           Make UTF-8 the default encoding when writing string
9738           tags (before, our UTF-8 strings would automatically
9739           be converted to ISO-8859-1 by taglib and written as
9740           ISO-8859-1 fields if that was possible).
9741
9742         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9743         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9744         (test_taglib_id3mux_with_tags):
9745           Add test case that makes sure our UTF-8 strings have
9746           actually been written into the tag as UTF-8.
9747
9748 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         * configure.ac:
9751           Let's try that again.
9752
9753 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9754
9755         * configure.ac:
9756           Disable monoscope plugin for now until it fulfills
9757           all the requirements.
9758
9759 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9760
9761         * configure.ac:
9762         * gst/monoscope/Makefile.am:
9763         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9764         (gst_monoscope_class_init), (gst_monoscope_init),
9765         (gst_monoscope_finalize), (gst_monoscope_reset),
9766         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9767         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9768         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9769         (gst_monoscope_change_state), (plugin_init):
9770         * gst/monoscope/gstmonoscope.h:
9771           Port monoscope visualisation to 0.10.
9772
9773 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9776         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9777           Return FLOW_UNEXPECTED when at the end of the file, not
9778           FLOW_ERROR. Fixes 'internal stream error' errors that
9779           would sometimes occur in totem when scrubbing to the
9780           end of an ID3v1 tagged mp3 file.
9781
9782 2006-07-03  Edward Hervey  <edward@fluendo.com>
9783
9784         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9785         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9786         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9787         * ext/libpng/gstpngdec.h:
9788         Implement buffer clipping/dropping using GstSegment.
9789         This provides accurate seeking.
9790
9791 2006-07-03  Edward Hervey  <edward@fluendo.com>
9792
9793         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9794         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9795         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9796         (gst_avi_demux_process_next_entry), (push_tag_lists),
9797         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9798         * gst/avi/gstavidemux.h:
9799         Proper aggregation of each stream's GstFlowReturn in order to figure out
9800         whether the task should stop or not.
9801         Don't send inline events before pushing out a NEW_SEGMENT, more
9802         specifically for GST_TAG_EVENT.
9803         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9804         sub-indexes.
9805
9806 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9807
9808         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9809
9810         * sys/sunaudio/gstsunaudiomixerctrl.c:
9811         (gst_sunaudiomixer_ctrl_build_list):
9812           Move "Monitor" slider to input tab so it works more like
9813           sdtaudiocontrol, which is what people on Solaris are used
9814           to using for their mixer program (#346259).
9815
9816 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9817
9818         * tests/check/elements/level.c: (GST_START_TEST):
9819           fix a leak, clean up at the end
9820
9821 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9822
9823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9824         (gst_matroska_demux_send_event),
9825         (gst_matroska_demux_loop_stream_parse_id):
9826         * gst/matroska/matroska-ids.h:
9827           Send tag event after newsegment event.
9828
9829 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9830
9831         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9832         (gst_id3demux_read_range):
9833           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9834           certain cases where a read beyond the end of the file is
9835           requested. Fixes #345930.
9836
9837         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9838         (gst_tag_demux_read_range):
9839           Fix same issue here as well.
9840
9841 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9842
9843         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9844         
9845         Fix hypothetical crash.
9846
9847 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9848
9849         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9850
9851         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9852           Do not modify the ports value. If the user has turned off the
9853           built-in speakers, then we should not reset it in the prepare
9854           function, since this causes the built-in speakers to turn
9855           back on anytime the user changes a track in totem, rhythmbox,
9856           etc. (#346066).
9857
9858 2006-06-23  Wim Taymans  <wim@fluendo.com>
9859
9860         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9861         Fix double caps unref when negotiation fails.
9862
9863 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9864
9865         * ext/annodex/gstcmmldec.c:
9866         * ext/annodex/gstcmmlenc.c:
9867         * ext/annodex/gstcmmlparser.c:
9868         * ext/dv/gstdvdec.c:
9869         * ext/dv/gstdvdemux.c:
9870         * ext/gdk_pixbuf/pixbufscale.c:
9871         * ext/jpeg/gstjpegenc.c:
9872         * ext/jpeg/gstsmokedec.c:
9873         * ext/jpeg/gstsmokeenc.c:
9874         * ext/libpng/gstpngdec.c:
9875         * ext/libpng/gstpngenc.c:
9876         * ext/speex/gstspeexenc.c:
9877         * gst/alpha/gstalphacolor.c:
9878         * gst/cutter/gstcutter.c:
9879         * gst/debug/gstnavigationtest.c:
9880         * gst/icydemux/gsticydemux.c:
9881         * gst/level/gstlevel.c:
9882         * gst/multipart/multipart.c:
9883         * gst/rtp/gstrtpamrpay.c:
9884         * gst/rtp/gstrtpdepay.c:
9885         * gst/rtp/gstrtpilbcpay.c:
9886         * gst/rtp/gstrtpmp4gpay.c:
9887         * gst/rtp/gstrtpmp4vpay.c:
9888         * gst/rtsp/gstrtpdec.c:
9889         * gst/rtsp/gstrtspsrc.c:
9890         * gst/udp/gstdynudpsink.c:
9891         * gst/udp/gstmultiudpsink.c:
9892         * gst/udp/gstudpsrc.c:
9893         * gst/videobox/gstvideobox.c:
9894         * gst/videofilter/gstvideoflip.c:
9895           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9896           plus two minor macro fixes.
9897
9898 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9899
9900         * gst/matroska/matroska-demux.c:
9901         (gst_matroska_demux_check_subtitle_buffer),
9902         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9903         (gst_matroska_demux_subtitle_caps):
9904         * gst/matroska/matroska-ids.c:
9905         (gst_matroska_track_init_subtitle_context):
9906         * gst/matroska/matroska-ids.h:
9907           Try to fix up broken matroska files containing subtitle
9908           streams with non-UTF8 character encodings (courtesy of
9909           mkvmerge) using either the encoding specified in the
9910           GST_SUBTITLE_ENCODING environment variable or the
9911           current locale's character set if it is non-UTF8.
9912           Fixes #337076.
9913
9914 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9915
9916         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9917           Set image type from APIC frame as "image-type" field
9918           of GST_TAG_IMAGE buffer caps (#344605).
9919
9920 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9921
9922         * ext/flac/Makefile.am:
9923         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9924         (gst_flac_dec_reset_decoders),
9925         (gst_flac_dec_setup_seekable_decoder),
9926         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9927         (gst_flac_dec_metadata_callback),
9928         (gst_flac_dec_metadata_callback_seekable),
9929         (gst_flac_dec_metadata_callback_stream),
9930         (gst_flac_dec_error_callback),
9931         (gst_flac_dec_error_callback_seekable),
9932         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9933         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9934         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9935         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9936         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9937         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9938         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9939         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9940         (gst_flac_dec_sink_activate_push),
9941         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9942         * ext/flac/gstflacdec.h:
9943           Support chain-based operation, should make flac-over-DAAP
9944           work (#340492).
9945
9946 2006-06-20  Wim Taymans  <wim@fluendo.com>
9947
9948         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9949         Doc updates, merge some unused symbols.
9950
9951 2006-06-20  Wim Taymans  <wim@fluendo.com>
9952
9953         * docs/plugins/Makefile.am:
9954         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9955         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9956         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9957         * gst/rtsp/gstrtspsrc.c:
9958         * gst/rtsp/gstrtspsrc.h:
9959         Added documentation for the rtsp plugin. Fixes #345393.
9960
9961 2006-06-20  Wim Taymans  <wim@fluendo.com>
9962
9963         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9964         (rtsp_connection_close), (rtsp_connection_free):
9965         Use better G_OS_* macros. Fixes #345301 some more.
9966
9967 2006-06-20  Wim Taymans  <wim@fluendo.com>
9968
9969         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9970
9971         * sys/sunaudio/Makefile.am:
9972         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9973         * sys/sunaudio/gstsunaudiomixerctrl.c:
9974         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9975         (gst_sunaudiomixer_ctrl_list_tracks),
9976         (gst_sunaudiomixer_ctrl_get_volume),
9977         (gst_sunaudiomixer_ctrl_set_volume),
9978         (gst_sunaudiomixer_ctrl_set_mute),
9979         (gst_sunaudiomixer_ctrl_set_record):
9980         * sys/sunaudio/gstsunaudiomixerctrl.h:
9981         * sys/sunaudio/gstsunaudiomixertrack.c:
9982         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9983         * sys/sunaudio/gstsunaudiomixertrack.h:
9984         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9985         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9986         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9987         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9988         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9989         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9990         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9991         (gst_sunaudiosrc_reset):
9992         * sys/sunaudio/gstsunaudiosrc.h:
9993         Add a SunAudio source plugin.
9994         Support stereo and right/left channel gain in the mixer plugin.
9995         Support the RECORD flag so that you can switch between line-input and
9996         microphone in gnome-volume-control.
9997         Code cleanups like using an enumerator for track number instead of an 
9998         integer. Fixes #344923.
9999
10000 2006-06-20  Wim Taymans  <wim@fluendo.com>
10001
10002         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10003
10004         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10005         (rtsp_connection_close):
10006         Make RTSP plugin compile on windows. Fixes #345301.
10007         Some changes to original patch to catch errors better.
10008         use ifdef WIN32 instead of ifndef.
10009
10010 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10011
10012         * configure.ac:
10013         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10014
10015 2006-06-18  Edward Hervey  <edward@fluendo.com>
10016
10017         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10018         After a failed buffer alloc, we need to abort the jpeg decoding (it
10019         started when parsing headers to figure out how many bytes we need
10020         to request downstream).
10021
10022 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10023
10024         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10025
10026         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10027           Make sure we don't read beyond the end of the file (#345232).
10028
10029 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * configure.ac:
10032           Fix --disable-external (can't set conditionals conditionally,
10033           #343602).
10034
10035 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * autogen.sh:
10038         * configure.ac:
10039         * docs/Makefile.am:
10040           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10041
10042         * docs/plugins/Makefile.am:
10043         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10044         * docs/plugins/inspect/plugin-taglib.xml:
10045           Add/fix apev2mux docs.
10046
10047 2006-06-14  Wim Taymans  <wim@fluendo.com>
10048
10049         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10050         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10051         (gst_dvdec_change_state):
10052         Reset segment info on flush.
10053         Alloc segment in _init, free in _finalize.
10054
10055         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10056         Don't send segments twice.
10057
10058 2006-06-14  Wim Taymans  <wim@fluendo.com>
10059
10060         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10061         Respect segment.stop. Fixes #342592.
10062
10063 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10066           No language specified means the implied language is English
10067           according to the matroska spec (partially fixes #344708);
10068           add some more debug output.
10069
10070 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10071
10072         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10073         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10074         (gst_wavparse_chain):
10075           When operating chain-based, don't make any assumptions about the
10076           chunking of the incoming data and make streaming work on days other
10077           than the second Thursday after a full moon. Also fix up debug
10078           messages here and there and make use of the most excellent new
10079           gst_pad_query_peer_duration() utility function.
10080           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10081
10082         * gst/wavparse/gstwavparse.h:
10083           Remove trailing comma after last enum value, some compilers don't
10084           like that.
10085
10086 2006-06-13  Wim Taymans  <wim@fluendo.com>
10087
10088         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10089         Handle premature EOS gracefully.
10090
10091 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10092
10093         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10094           Prevent out of bounds array access when scrubbing towards
10095           the end of the file between the last index entry and the
10096           end. Fixes occasional 'start <= stop' newsegment event
10097           assertions when scrubbing in MJPEG files.
10098
10099 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         * tests/check/elements/.cvsignore:
10102           And another one.
10103
10104 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10105
10106         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10107         (scan_encoded_string), (parse_picture_frame):
10108           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10109
10110         * configure.ac:
10111           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10112           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10113
10114 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10115
10116         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10117           gratuitous comment changes
10118         * tests/check/elements/level.c: (GST_START_TEST):
10119           fix level test leaks
10120
10121 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10124         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10125           Use gst_pad_query_peer_duration() utility function here.
10126
10127 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10128
10129         * autogen.sh:
10130           require am17
10131         * configure.ac:
10132         * ext/annodex/Makefile.am:
10133         * ext/cdio/Makefile.am:
10134         * ext/dv/Makefile.am:
10135         * ext/esd/Makefile.am:
10136         * ext/flac/Makefile.am:
10137         * ext/gdk_pixbuf/Makefile.am:
10138         * ext/ladspa/Makefile.am:
10139         * ext/libcaca/Makefile.am:
10140         * ext/speex/Makefile.am:
10141         * ext/taglib/Makefile.am:
10142         * sys/oss/Makefile.am:
10143         * sys/sunaudio/Makefile.am:
10144         * sys/ximage/Makefile.am:
10145           clean up build further
10146
10147 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10148
10149         * gconf/Makefile.am:
10150           Honour --disable-schemas-install configure option. Fixes #344100.
10151
10152 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10153
10154         * tests/examples/level/Makefile.am:
10155           Add -lm to LIBS for pow() function, don't assume one of our
10156           dependencies (such as libxml-2.0) drags it in automatically
10157           (#343603).
10158
10159 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10160
10161         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10162
10163         * configure.ac:
10164           We should use $SED and not $(SED) in configure.ac (#343678).
10165
10166 2006-06-09  Wim Taymans  <wim@fluendo.com>
10167
10168         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10169
10170         * sys/sunaudio/gstsunaudiomixerctrl.c:
10171         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10172         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10173         (gst_sunaudiomixer_ctrl_set_mute):
10174         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10175         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10176         (gst_sunaudiosink_write):
10177         Attached find a patch that fixes a number of bugs with the SunAudio
10178         mixer plugin and fixes #344101:
10179         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10180            tracks onto the tracklist causing gnome-volume-control's preferences
10181            dialog to be messed up and would core dump if you checked/unchecked
10182            any item.
10183         2. We weren't previously setting the MUTE flag properly.  Fixing this
10184            makes gnome-volume-control work better.
10185         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10186            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10187            gnome-volume-control look better.
10188         Also some minor cleanup in gstsunaudiosink.c.
10189
10190 2006-06-09  Wim Taymans  <wim@fluendo.com>
10191
10192         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10193         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10194         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10195         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10196         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10197         * ext/jpeg/gstjpegdec.h:
10198         API: Added IDCT method property
10199         Small cleanups.
10200         Avoid dynamic allocation of trivial fixed structure.
10201         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10202
10203 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10204
10205         * configure.ac:
10206         We now require libraw1394 >= 1.1.0 and that version onwards all
10207         have .pc files.
10208
10209 2006-06-02  Edward Hervey  <edward@fluendo.com>
10210
10211         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10212         Trying to get items from an ANY or EMPTY caps is ... stupid.
10213
10214 2006-06-02  Edward Hervey  <edward@fluendo.com>
10215
10216         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10217         (gst_dvdec_chain), (gst_dvdec_change_state):
10218         * ext/dv/gstdvdec.h:
10219         Added GstSegment handling, now implements dropping/clipping.
10220
10221 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10222
10223         * ext/aalib/gstaasink.h:
10224         * ext/annodex/gstcmmldec.h:
10225         * ext/cairo/gsttimeoverlay.h:
10226         * ext/dv/gstdvdec.h:
10227         * ext/dv/gstdvdemux.h:
10228         * ext/esd/esdmon.h:
10229         * ext/esd/esdsink.h:
10230         * ext/flac/gstflacenc.h:
10231         * ext/gconf/gstgconfaudiosink.h:
10232         * ext/gconf/gstgconfaudiosrc.h:
10233         * ext/gconf/gstgconfvideosink.h:
10234         * ext/gconf/gstgconfvideosrc.h:
10235         * ext/gdk_pixbuf/gstgdkanimation.h:
10236         * ext/gdk_pixbuf/pixbufscale.h:
10237         * ext/hal/gsthalaudiosink.h:
10238         * ext/hal/gsthalaudiosrc.h:
10239         * ext/jpeg/gstjpegenc.h:
10240         * ext/jpeg/gstsmokedec.h:
10241         * ext/jpeg/gstsmokeenc.h:
10242         * ext/libcaca/gstcacasink.h:
10243         * ext/libmng/gstmngdec.h:
10244         * ext/libmng/gstmngenc.h:
10245         * ext/libpng/gstpngdec.h:
10246         * ext/libpng/gstpngenc.h:
10247         * ext/raw1394/gstdv1394src.h:
10248         * ext/speex/gstspeexenc.h:
10249         * gst/autodetect/gstautoaudiosink.h:
10250         * gst/autodetect/gstautovideosink.h:
10251         * gst/avi/gstavidemux.h:
10252         * gst/cutter/gstcutter.h:
10253         * gst/debug/efence.h:
10254         * gst/debug/gstnavigationtest.h:
10255         * gst/debug/gstnavseek.h:
10256         * gst/flx/gstflxdec.h:
10257         * gst/goom/gstgoom.h:
10258         * gst/icydemux/gsticydemux.h:
10259         * gst/id3demux/gstid3demux.h:
10260         * gst/law/alaw-decode.h:
10261         * gst/law/alaw-encode.h:
10262         * gst/law/mulaw-decode.h:
10263         * gst/law/mulaw-encode.h:
10264         * gst/matroska/matroska-mux.h:
10265         * gst/median/gstmedian.h:
10266         * gst/oldcore/gstaggregator.h:
10267         * gst/oldcore/gstfdsink.h:
10268         * gst/oldcore/gstmd5sink.h:
10269         * gst/oldcore/gstmultifilesrc.h:
10270         * gst/oldcore/gstpipefilter.h:
10271         * gst/oldcore/gstshaper.h:
10272         * gst/oldcore/gststatistics.h:
10273         * gst/rtp/gstasteriskh263.h:
10274         * gst/rtp/gstrtpL16depay.h:
10275         * gst/rtp/gstrtpL16pay.h:
10276         * gst/rtp/gstrtpamrdepay.h:
10277         * gst/rtp/gstrtpamrpay.h:
10278         * gst/rtp/gstrtpdepay.h:
10279         * gst/rtp/gstrtpgsmdepay.h:
10280         * gst/rtp/gstrtpgsmpay.h:
10281         * gst/rtp/gstrtph263pay.h:
10282         * gst/rtp/gstrtph263pdepay.h:
10283         * gst/rtp/gstrtph263ppay.h:
10284         * gst/rtp/gstrtpmp4gpay.h:
10285         * gst/rtp/gstrtpmp4vdepay.h:
10286         * gst/rtp/gstrtpmp4vpay.h:
10287         * gst/rtp/gstrtpmpadepay.h:
10288         * gst/rtp/gstrtpmpapay.h:
10289         * gst/rtp/gstrtppcmadepay.h:
10290         * gst/rtp/gstrtppcmapay.h:
10291         * gst/rtp/gstrtppcmudepay.h:
10292         * gst/rtp/gstrtppcmupay.h:
10293         * gst/rtp/gstrtpspeexdepay.h:
10294         * gst/rtp/gstrtpspeexpay.h:
10295         * gst/rtsp/gstrtpdec.h:
10296         * gst/rtsp/gstrtspsrc.h:
10297         * gst/smpte/gstsmpte.h:
10298         * gst/udp/gstdynudpsink.h:
10299         * gst/udp/gstmultiudpsink.h:
10300         * gst/udp/gstudpsink.h:
10301         * gst/udp/gstudpsrc.h:
10302         * gst/videofilter/gstvideobalance.h:
10303         * gst/videofilter/gstvideoflip.h:
10304         * sys/oss/gstossdmabuffer.h:
10305         * sys/oss/gstossmixerelement.h:
10306         * sys/oss/gstosssink.h:
10307         * sys/oss/gstosssrc.h:
10308         * sys/osxvideo/osxvideosink.h:
10309         * sys/sunaudio/gstsunaudiomixer.h:
10310         * sys/sunaudio/gstsunaudiosink.h:
10311         * sys/ximage/gstximagesrc.h:
10312         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10313
10314 2006-05-31  Wim Taymans  <wim@fluendo.com>
10315
10316         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10317         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10318         (gst_goom_src_setcaps), (gst_goom_src_event),
10319         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10320         (gst_goom_change_state):
10321         * gst/goom/gstgoom.h:
10322         Handle QoS.
10323         Handle flushing, discont and events.
10324         Fix timestamps and various other cleanups.
10325
10326 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10327
10328         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10329         Fix bus reset when using libiec61883
10330
10331 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10332
10333         * configure.ac:
10334         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10335         * ext/raw1394/Makefile.am:
10336         Add CFLAGS.
10337         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10338         New method, to receive using libiec61883.
10339         (gst_dv1394src_iso_receive),
10340         #ifdef'd out if libiec61883 is present.
10341         (gst_dv1394src_bus_reset),
10342         Get userdata correctly if using libiec61883. 
10343         (gst_dv1394src_create),
10344         When using libiec61883, only poll one fd and no need to read.
10345         (gst_dv1394src_discover_avc_node),
10346         Replace g_warnings.
10347         (gst_dv1394src_start),
10348         Create new handle when we know which dv port.  More reliable
10349         than setting port on an existing handle.  Initialise libiec61883.
10350         (gst_dv1394src_stop):
10351         If using libiec61883, then cleanup its handle properly.
10352         * ext/raw1394/gstdv1394src.h:
10353         Add libiec61883 handle.
10354
10355 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10356
10357         * gst/avi/gstavidemux.c:
10358           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10359         * win32/MANIFEST:
10360           sort file listing
10361         * win32/vs6/libgstavi.dsp:
10362           add gstavimux.c to the project
10363         * win32/vs6/libgstid3demux.dsp:
10364           add link to zlib library
10365         * win32/vs6/libgstmatroska.dsp:
10366           add matroska-ids.c to the project
10367
10368 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         Patch by: Sebastian Dröge  <mail at slomosnail de >
10371
10372         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10374         * ext/taglib/Makefile.am:
10375         * ext/taglib/gstapev2mux.cc:
10376         * ext/taglib/gstapev2mux.h:
10377         * ext/taglib/gstid3v2mux.cc:
10378         * ext/taglib/gsttaglibmux.c: (plugin_init):
10379         * ext/taglib/gsttaglibmux.h:
10380           Add apev2mux element (#343122).
10381         
10382         * tests/check/Makefile.am:
10383         * tests/check/elements/apev2mux.c:
10384         (test_taglib_apev2mux_create_tags),
10385         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10386         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10387         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10388         (apev2mux_suite), (main):
10389           Add unit test for apev2mux element.
10390
10391 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10392
10393         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10394         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10395         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10396           GST_PTR_FORMAT should be used to print caps in debug statements.
10397
10398 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10399
10400         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10401
10402         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10403         (ape_demux_parse_tags):
10404           Some clean-ups and additions: map APE 'file' tag to
10405           GST_TAG_LOCATION (#343123); add support for extracting
10406           the track count and clean up parsing a bit (#343127).
10407
10408 2006-05-28  Edward Hervey  <edward@fluendo.com>
10409
10410         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10411         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10412
10413 2006-05-28  Edward Hervey  <edward@fluendo.com>
10414
10415         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10416         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10417         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10418         * ext/jpeg/gstjpegdec.h:
10419         Clip outgoing buffers according to currently configured segment.
10420
10421 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         * ext/taglib/gstid3v2mux.cc:
10424           Handle  writing of track-count or album-volume-count without
10425           track-number or albume-volume-number (in this case the number
10426           will just be set to 0).
10427
10428         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10429           It would be nice if we actually checked the values received for
10430           track/album-volume number/count in  _check_tags(), rather than
10431           setting them again ...
10432
10433 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10436           A track/volume number or count of 0 does not make sense,
10437           just ignore it along with negative numbers (a tag might
10438           only contain a track count without a track number).
10439
10440 2006-05-27  Edward Hervey  <edward@fluendo.com>
10441
10442         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10443         (gst_jpeg_dec_sink_event):
10444         Abort decompression when receiving FLUSH_STOP. This should avoid
10445         issues when interrupting decoding with flushes.
10446
10447 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * ext/flac/gstflac.c:
10450           Don't #include file we don't dist any longer.
10451
10452 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10453
10454         * README:
10455           Replace current README (containing the release notes from
10456           some 0.9.x version) with a proper README taken from the core.
10457
10458 2006-05-24  Wim Taymans  <wim@fluendo.com>
10459
10460         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10461         Implement EOS correctly by either posting
10462         SEGMENT_DONE or pushing an EOS message depending
10463         on the seek type. Fixes #342592
10464
10465 2006-05-24  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10468         * gst/law/alaw-decode.h:
10469         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10470         * gst/law/alaw-encode.h:
10471         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10472         * gst/law/mulaw-decode.h:
10473         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10474         * gst/law/mulaw-encode.h:
10475         Some cleanups in the chain functions.
10476         Remove some GStreamer 0.0.2 bits.
10477
10478 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10481
10482         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10483           gst_collect_pads_stop() needs to be called before chaining up
10484           to the parent class (#342734).
10485
10486 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * ext/flac/Makefile.am:
10489         * ext/flac/flac_compat.h:
10490         * ext/flac/gstflac.c:
10491         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10492         * ext/flac/gstflacenc.c:
10493           Remove backwards compatibility cruft for dealing with FLAC API
10494           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10495
10496 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10497
10498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10499         (gst_matroska_demux_push_xiph_codec_priv_data),
10500         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10501         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10502         * gst/matroska/matroska-ids.h:
10503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10504         (gst_matroska_mux_video_pad_setcaps),
10505         (xiph3_streamheader_to_codecdata),
10506         (vorbis_streamheader_to_codecdata),
10507         (theora_streamheader_to_codecdata),
10508         (gst_matroska_mux_audio_pad_setcaps),
10509         (gst_matroska_mux_write_data):
10510           Add support for muxing/demuxing theora video (#342448; too bad
10511           none of the usual linux players can actually play this). Playback
10512           in GStreamer will require additional changes to theoradec in -base.
10513           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10514           cleanups.
10515
10516 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10517
10518         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10519         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10520           Fix crashes when the horizontal subsampling is 1.
10521           Fixes #342097.
10522
10523 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10524
10525         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10526
10527         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10528         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10529         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10530         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10531         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10532         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10533         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10534         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10535         (gst_avi_mux_change_state):
10536         * gst/avi/gstavimux.h:
10537           Some enhancements for avimux (#342526):
10538            - add odml (large file) index support
10539            - store codec init data (e.g. huffyuv)
10540            - miscellaneous other fixes/cleanups
10541
10542 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10543
10544         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10545         Don't output any tag when we encounter a negative track number - the
10546         tag type is uint, so we end up outputting huge positive numbers
10547         instead. (Fixes: #342029)
10548
10549 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10550
10551         * configure.ac:
10552           update for new GSTPB_PLUGINS_DIR
10553
10554 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10555
10556         * rtp/gst/gstrtph263pay.c:
10557         Properly set static caps for H263 at 34.
10558
10559 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10560
10561         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10562
10563         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10564           Merge event tags and tag setter tags correctly (#339918). Also,
10565           don't leak taglist in case of an error.
10566           
10567 2006-05-17  Edward Hervey  <edward@fluendo.com>
10568
10569         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10570         We can only do caps intersection if the othercaps are non-empty and not
10571         ANY. Else we return the pad template (base_caps).
10572
10573 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10576           Fix crash when outputting debugging information for certain
10577           pictures (always good to use the right struct member for
10578           the number of records in an array).
10579
10580 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10581
10582         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10583
10584         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10585         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10586         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10587         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10588         (gst_ebml_read_float), (gst_ebml_read_ascii),
10589         (gst_ebml_read_binary):
10590           Don't create unnecessary sub-buffers all the time. Dramatically
10591           improves performance with multiple concurrently running
10592           matroskademux instances (#341818) (and avoids doing
10593           unnecessarily inefficient things in the general case).
10594
10595 2006-05-16  Edward Hervey  <edward@fluendo.com>
10596
10597         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10598         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10599         return value of gst_pad_push_event().
10600
10601 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10602
10603         * gst/autodetect/gstautoaudiosink.c:
10604         (gst_auto_audio_sink_find_best):
10605         * gst/autodetect/gstautovideosink.c:
10606         (gst_auto_video_sink_find_best):
10607         Make the name of the child element be based on the name of the
10608         parent, so that debug output is more useful.
10609         
10610         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10611         (parse_insert_string_field), (parse_split_strings):
10612         Rework string parsing to always walk over BOM markers in UTF16
10613         strings, using the endianness indicated by the innermost one,
10614         then trying the opposite endianness if that fails to convert
10615         to valid UTF-8. Fixes #341774
10616
10617 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10618
10619         Patch from: Matthieu <matthieu at fluendo dot com>
10620
10621         * ext/libpng/Makefile.am:
10622         Add LIBPNG_CFLAGS.
10623
10624 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         * ext/taglib/gstid3v2mux.cc:
10627           Add support for writing images (APIC frames) into ID3v2
10628           tags (picture type always set to 'other' for now though).
10629
10630 2006-05-14  Michael Smith  <msmith@fluendo.com>
10631
10632         * gst/wavparse/gstwavparse.c:
10633           Update docs; wavparse implements push and pull modes.
10634
10635 2006-05-12  Wim Taymans  <wim@fluendo.com>
10636
10637         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10638         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10639         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10640         Ooops, bitten by the copy-and-paste design paradigm, fixes
10641         seek again.
10642
10643 2006-05-12  Wim Taymans  <wim@fluendo.com>
10644
10645         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10646         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10647         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10648         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10649         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10650         (gst_avi_demux_massage_index),
10651         (gst_avi_demux_calculate_durations_from_index),
10652         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10653         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10654         (gst_avi_demux_loop):
10655         * gst/avi/gstavidemux.h:
10656         Some cleanups, prepare to use GstSegment.
10657         Fix error in entry walking code.
10658         Fix VBR detection.
10659         Smarter timestamp calculation code.
10660         Uniform error/eos handling.
10661
10662 2006-05-12  Michael Smith  <msmith@fluendo.com>
10663
10664         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10665         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10666           Fix use of uninitialised values if we're NOT seeking in ready.
10667           Fix typos.
10668
10669 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * gst/wavparse/Makefile.am:
10672           Add CFLAGS and LIBS for libgstbase, fixes build on
10673           Cygwin (#341489).
10674
10675 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10678           Some more debug info. No need to check whether the string
10679           returned by g_convert() is really UTF-8 - either it is or
10680           we get NULL returned.
10681
10682 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10683
10684         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10685           Fix parsing of numeric genre strings some more, by ensuring that
10686           we only try and parse strings that a) Start with '(' and b) Consist
10687           only of digits.
10688           Also, when finding an escaping '((' sequence, bust it back to '(' by
10689           swallowing the first parenthesis
10690
10691 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10692
10693         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10694         (gst_esdsink_open), (gst_esdsink_close):
10695         * ext/esd/esdsink.h:
10696           Move the esd_get_server_info() into gst_esdsink_open() and fail
10697           with a decent error message on errors.
10698
10699 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10702         (gst_esdmon_channels_get_type):
10703         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10704         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10705         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10706         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10707         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10708         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10709         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10710         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10711         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10712         * gst/videomixer/videomixer.c:
10713         (gst_video_mixer_background_get_type):
10714           Const-ify GEnumValue arrays.
10715
10716 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10717
10718         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10719
10720         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10721         (gst_avi_mux_do_video_buffer):
10722           Work around gst_buffer_make_metadata_writable() bug that
10723           results in avimux marking all frames in the index as
10724           keyframes (#340859).
10725           
10726 2006-05-08  Wim Taymans  <wim@fluendo.com>
10727
10728         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10729         Make parsing of urls suck slightly less.
10730
10731 2006-05-08  Edward Hervey  <edward@fluendo.com>
10732
10733         * autogen.sh: (CONFIGURE_DEF_OPT): 
10734         libtoolize on Darwin/MacOSX is called glibtoolize.
10735
10736 2006-05-08  Wim Taymans  <wim@fluendo.com>
10737
10738         Patch by: Jens Granseuer <jensgr at gmx dot net>
10739
10740         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10741         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10742         C89 compliance fixes. Fixes #340980
10743
10744 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10745
10746         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10747         * ext/flac/gstflacdec.h:
10748           Handle segment seeks that include the end of the file as stop point
10749           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10750           message instead of an EOS event in case we're in segment seek
10751           mode (fixes #340699).
10752           
10753 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10754
10755         * ext/cairo/gsttextoverlay.c:
10756         * ext/flac/gstflacdec.c:
10757         * ext/gdk_pixbuf/pixbufscale.c:
10758         * gst/apetag/gstapedemux.c:
10759         * gst/debug/breakmydata.c:
10760         * gst/debug/testplugin.c:
10761         * gst/matroska/ebml-write.c:
10762         * gst/multipart/multipartdemux.c:
10763         * sys/osxaudio/gstosxaudiosink.c:
10764         * sys/osxaudio/gstosxaudiosrc.c:
10765         Add semicolons after GST_BOILERPLATE[_FULL] so that
10766         indent doesn't mess up following lines.
10767
10768 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10769
10770         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10771
10772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10773           Don't leak caps when freeing the stream context (#340623).
10774
10775 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10776
10777         * configure.ac:
10778           Back to CVS
10779
10780 === release 0.10.3 ===
10781
10782 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10783
10784         * configure.ac:
10785           releasing 0.10.3, "Desplazado"
10786
10787 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         * gst/matroska/matroska-mux.c:
10790         (gst_matroska_mux_stream_is_vorbis_header),
10791         (gst_matroska_mux_write_data):
10792           Don't strcmp() NULL strings.
10793           Only start new clusters on video keyframes, not on any
10794           random audio buffer that doesn't have the DELTA_UNIT
10795           flag set (fixes 'make check' again).
10796
10797 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10800
10801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10802         (gst_matroska_mux_stream_is_vorbis_header),
10803         (gst_matroska_mux_write_data):
10804           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10805           value and then dead-lock when muxing vorbis audio streams
10806           (the three vorbis header buffers carry no timestamp, and it
10807           would try to mux these after all video buffers). Fixes #340346.
10808
10809           Improve clustering: start a new cluster also whenever we get
10810           a keyframe.     
10811
10812 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10813
10814         * win32/common/config.h:
10815         * win32/MANIFEST
10816           add the generated file as well
10817
10818 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10819
10820         * Makefile.am:
10821         * configure.ac:
10822         * win32/common/config.h.in:
10823           add win32 stuff
10824
10825 2006-05-03  Michael Smith  <msmith@fluendo.com>
10826
10827         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10828           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10829           SUCKS.
10830
10831 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10832
10833         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10834         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10835         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10836           don't leak caps-string
10837
10838 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10841         (gst_id3demux_sink_activate):
10842           Let core insert default error message for TYPE_NOT_FOUND
10843           errors, it's just as good as our own and has the added
10844           bonus of being translated.
10845
10846 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10847
10848         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10849         (gst_tag_demux_sink_event):
10850         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10851         (gst_id3demux_sink_event):
10852           Post an error message when we get an EOS event and were not
10853           able to find out the type of stream.
10854
10855         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10856         (test_taglib_id3mux_with_tags):
10857           Decrease num-buffers to 16 per iteration again, otherwise the
10858           many memcpy()s and reallocations in the test will hammer slow
10859           CPUs completely and make the test timeout.
10860
10861 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10862
10863         * configure.ac:
10864           figure out where plugins-base plugins are
10865         * tests/check/Makefile.am:
10866           use plugins-base plugins, so we have typefind functions
10867         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10868           increase num-buffers, this makes sure the test errors out instead
10869           of timing out when no typefind functions are present
10870
10871 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10872
10873         * docs/plugins/Makefile.am:
10874           also check .cc files for gtk-doc markup
10875         * configure.ac:
10876         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10877         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10878         * tests/check/Makefile.am:
10879         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10880         * ext/Makefile.am:
10881         * ext/taglib/Makefile.am:
10882         * ext/taglib/gstid3v2mux.h:
10883         * ext/taglib/gsttaglibmux.c:
10884         * ext/taglib/gsttaglibmux.h:
10885           move taglib-based id3v2muxer to -good.  Fixes #336110.
10886
10887 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10888
10889         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10890           ... and fix multichannel/WAVFORMATEX support again.
10891
10892 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10893
10894         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10895         (gst_wavparse_class_init), (gst_wavparse_dispose),
10896         (gst_wavparse_reset), (gst_wavparse_init),
10897         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10898         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10899         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10900         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10901         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10902         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10903         (gst_wavparse_stream_data), (gst_wavparse_loop),
10904         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10905         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10906         (gst_wavparse_change_state), (plugin_init):
10907         * gst/wavparse/gstwavparse.h:
10908           Add push (streaming) mode to wavparse (fixes #337625)
10909
10910 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10911
10912         * configure.ac:
10913         * tests/Makefile.am:
10914           add ximagesrc icles test
10915
10916 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10917
10918         * configure.ac:
10919         * docs/plugins/Makefile.am:
10920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10921         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10922         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10923         (gst_cmml_enc_push_clip):
10924         * sys/Makefile.am:
10925         * sys/ximage/Makefile.am:
10926         * sys/ximage/gstximagesrc.c:
10927           Move ximagesrc plug-in to good after review.  Fixes #336756.
10928
10929 2006-04-28  Michael Smith  <msmith@fluendo.com>
10930
10931         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10932         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10933         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10934         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10935         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10936         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10937         * gst/icydemux/gsticydemux.h:
10938           Fix event handling: cache events when typefinding and forward later.
10939
10940 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10941
10942         * sys/osxaudio/gstosxaudiosink.c:
10943         (plugin_init):
10944          Register osxaudiosrc to the plugin.
10945         * sys/osxaudio/gstosxaudiosrc.c:
10946         (gst_osx_audio_src_osxelement_do_init),
10947         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10948         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10949         (gst_osx_audio_src_get_property),
10950         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10951         (gst_osx_audio_src_osxelement_init):
10952         * sys/osxaudio/gstosxaudiosrc.h:
10953           Port of osxaudiosrc to 0.10.
10954         * sys/osxaudio/Makefile.am:
10955           Add osxaudiosrc
10956
10957 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10958
10959         * sys/osxaudio/gstosxringbuffer.c:
10960         * sys/osxaudio/gstosxringbuffer.h:
10961           Forgot to commit earlier, part of the OSX audio plugin port
10962
10963 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10966         (parse_split_strings):
10967           Recognise and skip any byte order marker (BOM) in
10968           UTF-16 strings.
10969
10970 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * docs/plugins/Makefile.am:
10973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10975         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10976         * docs/plugins/inspect/plugin-avi.xml:
10977         * gst/avi/gstavidemux.c:
10978         * gst/avi/gstavimux.c:
10979           Add docs for both avidemux and avimux.
10980
10981 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10982
10983         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10984
10985         * gst/avi/Makefile.am:
10986         * gst/avi/gstavi.c: (plugin_init):
10987         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10988         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10989         (gst_avi_mux_class_init), (gst_avi_mux_init),
10990         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10991         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10992         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10993         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10994         (gst_avi_mux_riff_get_avix_header),
10995         (gst_avi_mux_riff_get_video_header),
10996         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10997         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10998         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10999         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11000         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11001         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11002         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11003         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11004         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11005         (gst_avi_mux_change_state):
11006         * gst/avi/gstavimux.h:
11007           Port AVI muxer to GStreamer-0.10 (#332031).
11008
11009         * tests/check/Makefile.am:
11010         * tests/check/elements/avimux.c:
11011         * tests/check/elements/.cvsignore:
11012           Add unit test for AVI muxer.
11013
11014 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11015
11016         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11017         (gst_wavparse_class_init), (gst_wavparse_reset),
11018         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11019         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11020         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11021         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11022         (gst_wavparse_stream_data), (gst_wavparse_loop),
11023         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11024         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11025         (plugin_init):
11026         * gst/wavparse/gstwavparse.h:
11027           reverted patch #337625 for the price of 1 hour sleep
11028
11029 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11030
11031         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11032         (gst_wavparse_class_init), (gst_wavparse_reset),
11033         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11034         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11035         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11036         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11037         (gst_wavparse_stream_data), (gst_wavparse_loop),
11038         (gst_wavparse_chain), (plugin_init):
11039         * gst/wavparse/gstwavparse.h:
11040           correct partial implementation of push mode
11041           (from my last commit)
11042
11043 2006-04-26  Wim Taymans  <wim@fluendo.com>
11044
11045         * ext/esd/esdsink.c:
11046         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11047         it is not in esd.h
11048
11049 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11052         (gst_au_parse_class_init), (gst_au_parse_init),
11053         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11054         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11055         (gst_au_parse_chain), (gst_au_parse_src_convert),
11056         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11057         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11058         (gst_au_parse_change_state):
11059         * gst/auparse/gstauparse.h:
11060           Rewrite auparse to suck a little bit less: make source pad
11061           dynamic, so decodebin/playbin work with non-raw formats
11062           like alaw/mulaw; add query function for duration/position
11063           queries; check whether we have enough data before attempting
11064           to parse the header (instead of crashing when that is not the
11065           case); work around audioconvert sucking by swapping endianness
11066           to the native endianness ourselves for float formats; send
11067           initial newsegment event. Fixes #161712.
11068
11069 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11070
11071         * sys/osxaudio/Makefile.am:
11072         * sys/osxaudio/gstosxaudioelement.c:
11073         (gst_osx_audio_element_get_type),
11074         (gst_osx_audio_element_class_init):
11075         * sys/osxaudio/gstosxaudioelement.h:
11076         * sys/osxaudio/gstosxaudiosink.c:
11077         (gst_osx_audio_sink_osxelement_do_init),
11078         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11079         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11080         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11081         (gst_osx_audio_sink_create_ringbuffer),
11082         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11083         (plugin_init):
11084         * sys/osxaudio/gstosxaudiosink.h:
11085         Port of osxaudiosink to 0.10
11086
11087 2006-04-26  Wim Taymans  <wim@fluendo.com>
11088
11089         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11090         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11091         the size of the ringbuffer. This should fix hangs with older 
11092         esd sound servers.
11093
11094 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11095
11096         * ext/aalib/gstaasink.c:
11097         * ext/annodex/gstcmmldec.c:
11098         * ext/annodex/gstcmmlenc.c:
11099         * ext/cairo/gsttextoverlay.c:
11100         * ext/cairo/gsttimeoverlay.c:
11101         * ext/cdio/gstcdiocddasrc.c:
11102         * ext/dv/gstdvdec.c:
11103         * ext/dv/gstdvdemux.c:
11104         * ext/esd/esdmon.c:
11105         * ext/esd/esdsink.c:
11106         * ext/flac/gstflacenc.c:
11107         * ext/flac/gstflactag.c:
11108         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11109         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11110         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11111         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11112         * ext/gdk_pixbuf/pixbufscale.c:
11113         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11114         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11115         * ext/jpeg/gstjpegdec.c:
11116         * ext/jpeg/gstjpegenc.c:
11117         * ext/jpeg/gstsmokedec.c:
11118         * ext/jpeg/gstsmokeenc.c:
11119         * ext/libcaca/gstcacasink.c:
11120         * ext/libmng/gstmngdec.c:
11121         * ext/libmng/gstmngenc.c:
11122         * ext/libpng/gstpngdec.c:
11123         * ext/libpng/gstpngenc.c:
11124         * ext/mikmod/gstmikmod.c:
11125         * ext/raw1394/gstdv1394src.c:
11126         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11127         * ext/shout2/gstshout2.h:
11128         * ext/speex/gstspeexdec.c:
11129         * ext/speex/gstspeexenc.c:
11130         * gst/alpha/gstalpha.c:
11131         * gst/alpha/gstalphacolor.c:
11132         * gst/apetag/gstapedemux.c:
11133         * gst/auparse/gstauparse.c:
11134         * gst/autodetect/gstautoaudiosink.c:
11135         (gst_auto_audio_sink_base_init):
11136         * gst/autodetect/gstautovideosink.c:
11137         (gst_auto_video_sink_base_init):
11138         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11139         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11140         * gst/cutter/gstcutter.c:
11141         * gst/debug/breakmydata.c:
11142         * gst/debug/efence.c:
11143         * gst/debug/gstnavigationtest.c:
11144         * gst/debug/gstnavseek.c:
11145         * gst/debug/negotiation.c:
11146         * gst/debug/progressreport.c:
11147         * gst/debug/testplugin.c:
11148         * gst/effectv/gstaging.c:
11149         * gst/effectv/gstdice.c:
11150         * gst/effectv/gstedge.c:
11151         * gst/effectv/gstquark.c:
11152         * gst/effectv/gstrev.c:
11153         * gst/effectv/gstshagadelic.c:
11154         * gst/effectv/gstvertigo.c:
11155         * gst/effectv/gstwarp.c:
11156         * gst/flx/gstflxdec.c:
11157         * gst/goom/gstgoom.c:
11158         * gst/icydemux/gsticydemux.c:
11159         * gst/id3demux/gstid3demux.c:
11160         * gst/interleave/deinterleave.c:
11161         * gst/interleave/interleave.c:
11162         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11163         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11164         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11165         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11166         * gst/level/gstlevel.c:
11167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11168         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11169         * gst/median/gstmedian.c:
11170         * gst/monoscope/gstmonoscope.c:
11171         * gst/multipart/multipartdemux.c:
11172         * gst/multipart/multipartmux.c:
11173         * gst/oldcore/gstaggregator.c:
11174         * gst/oldcore/gstfdsink.c:
11175         * gst/oldcore/gstmd5sink.c:
11176         * gst/oldcore/gstmultifilesrc.c:
11177         * gst/oldcore/gstpipefilter.c:
11178         * gst/oldcore/gstshaper.c:
11179         * gst/oldcore/gststatistics.c:
11180         * gst/rtp/gstasteriskh263.c:
11181         * gst/rtp/gstrtpL16depay.c:
11182         * gst/rtp/gstrtpL16pay.c:
11183         * gst/rtp/gstrtpamrdepay.c:
11184         * gst/rtp/gstrtpamrpay.c:
11185         * gst/rtp/gstrtpdepay.c:
11186         * gst/rtp/gstrtpgsmpay.c:
11187         * gst/rtp/gstrtph263pay.c:
11188         * gst/rtp/gstrtph263pdepay.c:
11189         * gst/rtp/gstrtph263ppay.c:
11190         * gst/rtp/gstrtpilbcdepay.c:
11191         * gst/rtp/gstrtpmp4gpay.c:
11192         * gst/rtp/gstrtpmp4vdepay.c:
11193         * gst/rtp/gstrtpmp4vpay.c:
11194         * gst/rtp/gstrtpmpadepay.c:
11195         * gst/rtp/gstrtpmpapay.c:
11196         * gst/rtp/gstrtppcmadepay.c:
11197         * gst/rtp/gstrtppcmapay.c:
11198         * gst/rtp/gstrtppcmudepay.c:
11199         * gst/rtp/gstrtppcmupay.c:
11200         * gst/rtp/gstrtpspeexdepay.c:
11201         * gst/rtp/gstrtpspeexpay.c:
11202         * gst/rtsp/gstrtpdec.c:
11203         * gst/rtsp/gstrtspsrc.c:
11204         * gst/smpte/gstsmpte.c:
11205         * gst/udp/gstdynudpsink.c:
11206         * gst/udp/gstmultiudpsink.c:
11207         * gst/udp/gstudpsink.c:
11208         * gst/udp/gstudpsrc.c:
11209         * gst/videobox/gstvideobox.c:
11210         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11211         * gst/videofilter/gstvideobalance.c:
11212         * gst/videofilter/gstvideoflip.c:
11213         * gst/videofilter/gstvideotemplate.c:
11214         (gst_videotemplate_base_init):
11215         * gst/videomixer/videomixer.c:
11216         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11217         (gst_wavparse_class_init), (gst_wavparse_dispose),
11218         (gst_wavparse_reset), (gst_wavparse_init),
11219         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11220         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11221         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11222         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11223         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11224         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11225         (gst_wavparse_change_state):
11226         * gst/wavparse/gstwavparse.h:
11227         * sys/oss/gstossmixerelement.c:
11228         * sys/oss/gstosssink.c:
11229         * sys/oss/gstosssrc.c:
11230         * sys/osxaudio/gstosxaudioelement.c:
11231         * sys/osxaudio/gstosxaudiosink.c:
11232         * sys/osxaudio/gstosxaudiosrc.c:
11233         * sys/sunaudio/gstsunaudiomixer.c:
11234         * sys/sunaudio/gstsunaudiosink.c:
11235           Define GstElementDetails as const and also static (when defined as
11236           global)
11237
11238 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11239
11240         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11241           Source pad has fixed caps. If we don't set this, bad
11242           things happen when the window is resized.
11243
11244 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * gst/matroska/Makefile.am:
11247         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11248         (gst_matroska_demux_handle_src_event):
11249         * gst/matroska/matroska-ids.c:
11250         (gst_matroska_track_init_video_context),
11251         (gst_matroska_track_init_audio_context),
11252         (gst_matroska_track_init_subtitle_context),
11253         (gst_matroska_track_init_complex_context):
11254         * gst/matroska/matroska-ids.h:
11255           Handle case where the TrackType ebml chunk does not come before the
11256           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11257           events.
11258
11259 2006-04-25  Wim Taymans  <wim@fluendo.com>
11260
11261         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11262         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11263         It's codec_data, not codec_info.
11264
11265 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11266
11267         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11268
11269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11270           Handle codec_data for VfW compatibility codec IDs (#339451)
11271
11272         * gst/matroska/matroska-mux.c:
11273         (gst_matroska_mux_video_pad_setcaps):
11274           Same here, handle codec_data and add additional caps we can handle
11275           now to the pad template (huffyuv, dv and h263 video) (#339451)
11276
11277 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11278
11279         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11280
11281         * gst/matroska/matroska-mux.c:
11282         (gst_matroska_mux_create_buffer_header),
11283         (gst_matroska_mux_write_data):
11284           Fix timestamping of B-frames, use signed integers, do
11285           some rounding (#339678).
11286
11287 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11288
11289         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11290         just make it compile with --disable-gst-debug.
11291
11292 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11293
11294         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11295         Fix a bad conversion using gst_guint64_to_gdouble.
11296         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11297         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11298         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11299     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11300         mistake.
11301
11302 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11303
11304         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11305         Use gst_guint64_to_gdouble for conversions
11306         * win32/vs6/gst_plugins_good.dsw:
11307         * win32/vs6/libgsticydemux.dsp:
11308         Add a project file for icydemux
11309
11310 2006-04-21  Wim Taymans  <wim@fluendo.com>
11311
11312         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11313
11314         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11315         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11316         When splitting audio chunks, the block alignment is not taken in
11317         consideration, so the smaller chunks could be of size which is 
11318         not a multiple of the block alignment. Fixes #336904
11319
11320 2006-04-21  Wim Taymans  <wim@fluendo.com>
11321
11322         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11323         Use scale functions
11324
11325 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11326
11327         * ext/dv/gstdv.c: (plugin_init):
11328           Fix build.
11329
11330 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11331
11332         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11333         (gst_progress_report_class_init), (gst_progress_report_init),
11334         (gst_progress_report_do_query), (gst_progress_report_report),
11335         (gst_progress_report_set_property),
11336         (gst_progress_report_get_property):
11337           Add 'format' property to force querying to a particular format.
11338
11339 2006-04-21  Andy Wingo  <wingo@pobox.com>
11340
11341         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11342         best, on big endian systems. Drop its rank in that case. OTOH on
11343         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11344
11345 2006-04-21  Michael Smith  <msmith@fluendo.com>
11346
11347         * configure.ac:
11348         * gst/icydemux/Makefile.am:
11349         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11350         (gst_icydemux_base_init), (gst_icydemux_class_init),
11351         (gst_icydemux_reset), (gst_icydemux_init),
11352         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11353         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11354         (unicodify), (gst_icydemux_unicodify),
11355         (gst_icydemux_parse_and_send_tags),
11356         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11357         (gst_icydemux_chain), (gst_icydemux_change_state),
11358         (gst_icydemux_send_tag_event), (plugin_init):
11359         * gst/icydemux/gsticydemux.h:
11360         * tests/check/Makefile.am:
11361         * tests/check/elements/icydemux.c: (typefind_succeed),
11362         (plugin_init), (icydemux_found_pad), (create_icydemux),
11363         (cleanup_icydemux), (push_data), (GST_START_TEST),
11364         (icydemux_suite), (main):
11365           Add icydemux, and tests.
11366
11367 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11368
11369         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11370           Post SEGMENT_DONE message in TIME format.
11371
11372 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11375
11376         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11377         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11378           Fix index creation when we have to scan the file to create
11379           an index. There may be other types of RIFF 'LIST' chunks than
11380           'movi' and we need to skip them properly as well or we'll end up
11381           reading garbage (#336889). Some other cosmetic changes.
11382           
11383 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11384
11385         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11386         (gst_flac_dec_handle_seek_event):
11387           Add support for segment seeks (fixes #338290). Also demote
11388           some recurring debug message from DEBUG to LOG level.
11389
11390 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11391
11392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11393         (gst_matroskademux_do_index_seek),
11394         (gst_matroska_demux_handle_seek_event),
11395         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11396         * gst/matroska/matroska-ids.h:
11397           Set DISCONT flag on first buffer after a discontinuity.
11398           Fix newsegment events sent when seeking and honour KEY_UNIT
11399           seek flag. Create pad with bogus caps if we don't recognise
11400           the stream codec id.
11401
11402         * gst/matroska/matroska-demux.h:
11403           Fix GObject macros.
11404
11405 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11406
11407         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11408
11409         * gst/matroska/matroska-demux.c:
11410         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11411           Handle end of segment properly when set; don't dead-lock when
11412           posting start of segment message when doing a segment seek.
11413           Fixes #338810.
11414
11415 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11418         (gst_matroska_demux_plugin_init):
11419           Make mpeg2 aac audio work: create artificial private codec data
11420           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11421           Also call gst_riff_init(). Partially fixes #338767.
11422
11423 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11424
11425         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11426         (gst_wavenc_class_init), (gst_wavenc_init),
11427         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11428         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11429         (gst_wavenc_chain), (gst_wavenc_change_state):
11430         * gst/wavenc/gstwavenc.h:
11431           Set caps on first outgoing buffer, so that it doesn't error out
11432           immediately with a non-negotiated error (#338716). Rewrite and
11433           clean up a bit; fix setcaps function to parse things properly;
11434           fix sink caps (8bit audio is unsigned and doesn't have depth);
11435           use boilerplate macros; remove unused properties stuff.
11436
11437 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11438
11439         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11440           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11441           handle MJPEG streams and might be autoplugged for those if the
11442           user doesn't have jpegdec installed (resulting in a cryptic error
11443           message about huffman tables). Better to disable JPEG decoding here
11444           and let the user figure out that she needs to install jpegdec.
11445
11446 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11447
11448         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11449         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11450         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11451         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11452           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11453           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11454           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11455           debug messages. Fix boilerplate macros.
11456
11457 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11458
11459         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11460         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11461           No need to special-case for Gdk-2.0 any longer, we require
11462           Gdk 2.2 or newer; minor clean-ups.
11463
11464 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11465
11466         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11467         (gst_shout2send_class_init), (gst_shout2send_init),
11468         (set_shout_metadata), (gst_shout2send_set_metadata),
11469         (gst_shout2send_event), (gst_shout2send_start),
11470         (gst_shout2send_connect), (gst_shout2send_stop),
11471         (gst_shout2send_render), (gst_shout2send_set_property),
11472         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11473         (plugin_init):
11474         * ext/shout2/gstshout2.h:
11475         * po/POTFILES.in:
11476           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11477           change function; use GST_ELEMENT_ERROR for error reporting, not
11478           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11479           will cause crashes or assertion failures; remove (unused) "sync"
11480           property, basesink already has such a property; misc. other
11481           minor fixes and cleanups.
11482
11483 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11486         * ext/esd/gstesd.c: (plugin_init):
11487         * po/POTFILES.in:
11488           Add translatable error message for when we cannot
11489           connect to the sound server, as "Cannot open resource
11490           for writing" isn't really an acceptable message to show
11491           to the user in this case.
11492
11493 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         * sys/oss/gst-i18n-plugin.h:
11496           Remove bogus file that doesn't belong here.
11497
11498 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11499
11500         Patch by: Philippe Valembois
11501
11502         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11503         (gst_shout2send_set_metadata), (gst_shout2send_event),
11504         (gst_shout2send_render), (gst_shout2send_change_state):
11505         * ext/shout2/gstshout2.h:
11506           Handle tags being received before the connection to
11507           the server is established properly (see #338636).
11508
11509 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11512           Don't crash in case the connection to the server fails:
11513           don't set pointer to NULL by assigning FALSE; error out
11514           properly by using GST_ELEMENT_ERROR and returning
11515           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11516           before resetting the pointer.
11517
11518 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11519
11520         * gst/id3demux/id3tags.c:
11521         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11522         (Fixes #338713)
11523
11524 2006-04-12  Wim Taymans  <wim@fluendo.com>
11525
11526         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11527         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11528         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11529         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11530         (gst_gdk_pixbuf_chain):
11531         Some cleanups.
11532         Added RGBA as a possible output format.
11533         Correctly free the supported mimetypes.
11534         deprecate silent arg, it's not used.
11535         Return result from _alloc_buffer to peer.
11536
11537 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11540           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11541           overwriting GST_BUFFER_MALLOCDATA.
11542
11543 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11546         (user_endrow_callback), (user_end_callback),
11547         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11548         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11549         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11550         * ext/libpng/gstpngdec.h:
11551           Handle more than one frame if the content is framed,
11552           like with png-in-quicktime (#331917).
11553
11554 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11555
11556         * sys/oss/Makefile.am:
11557         * sys/oss/common.h:
11558         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11559         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11560         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11561         (gst_oss_src_unprepare):
11562           - the user-visible error strings were in the wrong category
11563           - and the messages were not marked for translation
11564           - which is actually a good thing, because they were exactly
11565             the kind of message you would never want anyone to see
11566           - the macros were using variables that didn't exist in the macro
11567             arguments
11568           - and they were obviously copied from each other and then modified
11569           - so a common header makes sense
11570
11571 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11574           Don't try to modify read-only data.
11575
11576         * gst/matroska/matroska-demux.c:
11577         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11578           Fix comment (won't crash any longer now).
11579
11580 2006-04-10  Michael Smith  <msmith@fluendo.com>
11581
11582         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11583           Use copies of header buffers for caps to avoid circular refcounting
11584           problems (as in theoradec, vorbisdec).
11585
11586         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11587           Fix a typo in test that meant it was testing the wrong thing.
11588
11589         * tests/check/elements/cmmlenc.c: (check_headers):
11590           Fix refcount checks now that we use buffer-copies for caps.
11591
11592 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11595         (gst_matroska_demux_handle_seek_event),
11596         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11597         (gst_matroska_demux_subtitle_caps),
11598         (gst_matroska_demux_plugin_init):
11599           Use static pad templates with ANY caps for audio and video
11600           source pads and get rid of a lot of unnecessary (and partially
11601           broken) code for the template caps. Clean up caps finding
11602           functions. Fixes playback of audio files/streams that do not
11603           contain the sample rate and/or number of channels in the audio
11604           context (happens a lot with vorbis/mp3 .mka files it seems).
11605           Fixes #337183.
11606           Also add myself to copyright holders.
11607
11608 2006-04-10  Michael Smith  <msmith@fluendo.com>
11609
11610         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11611           Use g_list_delete_link () instead of g_list_remove_link () so that
11612           we free the link as well as the contained data.
11613
11614 2006-04-10  Wim Taymans  <wim@fluendo.com>
11615
11616         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11617
11618         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11619         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11620         (gst_avi_demux_stream_header):
11621         Fix some crashers with empty chunks. (Fixes #337749)
11622
11623 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11624
11625         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11626           use G_GINT64_CONSTANT for INT64 constants
11627         * gst/videofilter/gstvideobalance.c:
11628           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11629         * win32/vs6/libgstavi.dsp:
11630          add missing libraries for the link and remove avimux.c from
11631          the project as it isn't ported to 0.10 yet
11632         
11633 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11634
11635         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11636           Even better would be if we actually did the right thing
11637           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11638
11639 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11640
11641         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11642           Can't just replace 1LL with 1L here just because MSVC doesn't
11643           support it, as it might lead to incorrect results when doing the
11644           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11645           force a 64-bit constant in a way that all compilers are happy with.
11646
11647 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11648
11649         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11650         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11651         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11652         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11653         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11654         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11655         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11656         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11657         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11658         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11659         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11660         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11661         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11662         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11663         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11664         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11665         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11666         * gst/debug/efence.c: (gst_efence_class_init):
11667         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11668         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11669         * gst/goom/gstgoom.c: (gst_goom_class_init):
11670         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11671         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11672         * gst/interleave/interleave.c: (interleave_class_init):
11673         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11674         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11675         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11676         * gst/median/gstmedian.c: (gst_median_class_init):
11677         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11678         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11679         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11680         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11681         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11682         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11683         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11684         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11685         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11686         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11687         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11688         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11689         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11690         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11691         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11692         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11693         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11694         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11695         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11696         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11697         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11698         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11699         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11700         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11701         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11703         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11704         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11705         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11706         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11707         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11708         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11709         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11710         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11711         * sys/osxaudio/gstosxaudioelement.c:
11712         (gst_osxaudioelement_class_init):
11713         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11714         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11715         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11716         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11717
11718 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11719
11720         * ext/mikmod/gstmikmod.h:
11721         * gst/level/gstlevel.h:
11722         Fix more broken GObject macros
11723
11724 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11725
11726         * ext/annodex/gstcmmldec.h:
11727         * ext/annodex/gstcmmlenc.h:
11728         * ext/annodex/gstcmmltag.h:
11729         * ext/cairo/gsttextoverlay.h:
11730         * ext/ladspa/gstsignalprocessor.h:
11731         * gst/matroska/ebml-read.h:
11732         * gst/matroska/ebml-write.h:
11733         * sys/osxaudio/gstosxaudioelement.h:
11734         Fix broken GObject macros
11735
11736 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11737
11738         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11739           Don't try to seek beyond the end of the file (would
11740           occasionally display error dialogs in totem when seeking
11741           to the end) (#335869). Will still throw an error though
11742           if the file is truncated and the total_samples value in
11743           the stream header is wrong.
11744
11745 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11748         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11749         (gst_flac_dec_metadata_callback):
11750         * ext/flac/gstflacdec.h:
11751           If the stream header doesn't contain the total number of samples,
11752           search for the last flac frame at the end of the file and calculate
11753           the total duration from that frame's offset (fixes #337609).
11754
11755 2006-04-07  Edward Hervey  <edward@fluendo.com>
11756
11757         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11758         Don't unref the GstPadTemplate returned by
11759         gst_element_class_get_pad_template().
11760
11761 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11764
11765         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11766         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11767         * sys/sunaudio/gstsunaudiosink.h:
11768           Use spec->segsize and spec->segtotal in the prepare function
11769           to initialise the ring buffer instead of using the buffer-time
11770           property (#337421).
11771
11772 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11773
11774         * configure.ac:
11775           Bump core requirements to CVS for gst_pad_query_peer_duration()
11776           which is used by speexdec.
11777
11778 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11779
11780         * ext/speex/gstspeex.c: (plugin_init):
11781         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11782         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11783         (speex_get_sink_query_types), (speex_dec_sink_query),
11784         (speex_get_src_query_types), (speex_dec_src_query),
11785         (speex_dec_src_event), (speex_dec_sink_event),
11786         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11787         (speex_dec_chain_parse_data), (speex_dec_chain),
11788         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11789         (speex_dec_change_state):
11790         * ext/speex/gstspeexdec.h:
11791           Fix seeking and duration queries (#337033); clean up and
11792           refactor a bit.
11793
11794 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11795
11796         * ext/raw1394/gstdv1394src.c:
11797           distinguish between device not found and could not open for
11798           reading
11799
11800 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11801
11802         * Makefile.am:
11803         * configure.ac:
11804         * pkgconfig/.cvsignore:
11805         * pkgconfig/Makefile.am:
11806         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11807           add a .pc file so other modules can use good plugins in tests
11808
11809 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11810
11811         * configure.ac:
11812           clean up, use AS_VERSION and AS_NANO
11813         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11814           use PACKAGE_VERSION define
11815         * po/af.po:
11816         * po/az.po:
11817         * po/cs.po:
11818         * po/en_GB.po:
11819         * po/hu.po:
11820         * po/it.po:
11821         * po/nb.po:
11822         * po/nl.po:
11823         * po/or.po:
11824         * po/sq.po:
11825         * po/sr.po:
11826         * po/sv.po:
11827         * po/uk.po:
11828         * po/vi.po:
11829           updated
11830
11831 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11832
11833         * ext\jpeg\smokecodec.c:
11834           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11835         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11836           move first instruction after all variables declarations
11837         * gst\alpha\gstalpha.c:
11838         * gst\effectv\gstshagadelic.c:
11839         * gst\smpte\paint.c:
11840         * gst\videofilter\gstvideobalance.c:
11841           define M_PI if it's not defined (it's not defined on WIN32)
11842         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11843         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11844         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11845         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11846         (gst_matroska_demux_video_caps):
11847         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11848         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11849           use gst_guint64_to_gdouble for conversions
11850         * gst\goom\filters.c: (setPixelRGB_):
11851           fix a debug which was using undefined variable
11852         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11853         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11854           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11855         * win32/vs6:
11856           add vs6 projects files for most of plugins-good
11857         
11858 2006-03-30  j^  <j@bootlab.org>
11859
11860         * ext/aalib/gstaasink.c:
11861         * ext/annodex/gstcmmldec.c:
11862         * ext/annodex/gstcmmlenc.c:
11863         * ext/cairo/gsttextoverlay.c:
11864         * ext/cairo/gsttimeoverlay.c:
11865         * ext/cdio/gstcdiocddasrc.c:
11866         * ext/dv/gstdvdec.c:
11867         * ext/esd/esdmon.c:
11868         * ext/esd/esdsink.c:
11869         * ext/flac/gstflacdec.c:
11870         * ext/flac/gstflacenc.c:
11871         * ext/flac/gstflactag.c:
11872         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11873         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11874         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11875         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11876         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11877         * ext/gdk_pixbuf/pixbufscale.c:
11878         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11879         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11880         * ext/jpeg/gstjpegdec.c:
11881         * ext/jpeg/gstjpegenc.c:
11882         * ext/jpeg/gstsmokedec.c:
11883         * ext/jpeg/gstsmokeenc.c:
11884         * ext/libcaca/gstcacasink.c:
11885         * ext/libmng/gstmngdec.c:
11886         * ext/libmng/gstmngenc.c:
11887         * ext/libpng/gstpngdec.c:
11888         * ext/libpng/gstpngenc.c:
11889         * ext/mikmod/gstmikmod.c:
11890         * ext/raw1394/gstdv1394src.c:
11891         * ext/shout2/gstshout2.c:
11892         * ext/speex/gstspeexdec.c:
11893         * ext/speex/gstspeexenc.c:
11894         * gst/alpha/gstalpha.c:
11895         * gst/alpha/gstalphacolor.c:
11896         * gst/auparse/gstauparse.c:
11897         * gst/autodetect/gstautoaudiosink.c:
11898         (gst_auto_audio_sink_base_init):
11899         * gst/autodetect/gstautovideosink.c:
11900         (gst_auto_video_sink_base_init):
11901         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11902         * gst/cutter/gstcutter.c:
11903         * gst/debug/breakmydata.c:
11904         * gst/debug/efence.c:
11905         * gst/debug/gstnavigationtest.c:
11906         * gst/debug/negotiation.c:
11907         * gst/debug/progressreport.c:
11908         * gst/debug/testplugin.c:
11909         * gst/effectv/gstaging.c:
11910         * gst/effectv/gstdice.c:
11911         * gst/effectv/gstedge.c:
11912         * gst/effectv/gstquark.c:
11913         * gst/effectv/gstrev.c:
11914         * gst/effectv/gstvertigo.c:
11915         * gst/effectv/gstwarp.c:
11916         * gst/flx/gstflxdec.c:
11917         * gst/goom/gstgoom.c:
11918         * gst/interleave/deinterleave.c:
11919         * gst/interleave/interleave.c:
11920         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11921         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11922         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11923         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11924         * gst/level/gstlevel.c:
11925         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11926         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11927         * gst/median/gstmedian.c:
11928         * gst/monoscope/gstmonoscope.c:
11929         * gst/multipart/multipartdemux.c:
11930         * gst/multipart/multipartmux.c:
11931         * gst/oldcore/gstmd5sink.c:
11932         * gst/oldcore/gstmultifilesrc.c:
11933         * gst/oldcore/gstpipefilter.c:
11934         * gst/oldcore/gstshaper.c:
11935         * gst/oldcore/gststatistics.c:
11936         * gst/rtp/gstasteriskh263.c:
11937         * gst/rtp/gstrtpL16depay.c:
11938         * gst/rtp/gstrtpL16pay.c:
11939         * gst/rtp/gstrtpamrdepay.c:
11940         * gst/rtp/gstrtpamrpay.c:
11941         * gst/rtp/gstrtpdepay.c:
11942         * gst/rtp/gstrtpgsmpay.c:
11943         * gst/rtp/gstrtph263pay.c:
11944         * gst/rtp/gstrtph263pdepay.c:
11945         * gst/rtp/gstrtph263ppay.c:
11946         * gst/rtp/gstrtpmp4gpay.c:
11947         * gst/rtp/gstrtpmp4vdepay.c:
11948         * gst/rtp/gstrtpmp4vpay.c:
11949         * gst/rtp/gstrtpmpadepay.c:
11950         * gst/rtp/gstrtpmpapay.c:
11951         * gst/rtp/gstrtppcmadepay.c:
11952         * gst/rtp/gstrtppcmapay.c:
11953         * gst/rtp/gstrtppcmudepay.c:
11954         * gst/rtp/gstrtppcmupay.c:
11955         * gst/rtp/gstrtpspeexdepay.c:
11956         * gst/rtp/gstrtpspeexpay.c:
11957         * gst/rtsp/gstrtpdec.c:
11958         * gst/smpte/gstsmpte.c:
11959         * gst/videobox/gstvideobox.c:
11960         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11961         * gst/videofilter/gstvideobalance.c:
11962         * gst/videofilter/gstvideoflip.c:
11963         * gst/videofilter/gstvideotemplate.c:
11964         (gst_videotemplate_base_init):
11965         * gst/videomixer/videomixer.c:
11966         * gst/wavenc/gstwavenc.c:
11967         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11968          better/unified long descriptions
11969          Fixed #336602
11970          Some cleanups to auparse, don't send multiple newsegments.
11971
11972 2006-03-29  Wim Taymans  <wim@fluendo.com>
11973
11974         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11975
11976         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11977         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11978         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11979         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11980         * ext/dv/gstdvdemux.h:
11981         Seek in READY patch. Only works for pull based mode.
11982         Fixes #323880
11983
11984 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11985
11986         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11987         (gst_gdk_pixbuf_event):
11988           Fix two crashers: don't unref the same caps twice, and
11989           set pixbuf loader to NULL after freeing it.
11990
11991 2006-03-27  Wim Taymans  <wim@fluendo.com>
11992
11993         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11994         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11995         (gst_speexenc_chain):
11996         * ext/speex/gstspeexenc.h:
11997         Don't leak adapter.
11998         A push *always* takes ownership of the buffer, even on
11999         errors.
12000         Small cleanups.
12001
12002 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12005           Create source pad without leaking.
12006
12007 2006-03-24  Wim Taymans  <wim@fluendo.com>
12008
12009         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12010         * ext/flac/gstflacdec.h:
12011         * ext/flac/gstflacenc.h:
12012         Spifify a bit.
12013         Fix deadly lock order error in seeking code, STREAM_LOCK
12014         cannot be taken within LOCK and the streaming variables are
12015         protected with the STREAM_LOCK anyway.
12016
12017 2006-03-24  Wim Taymans  <wim@fluendo.com>
12018
12019         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12020         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12021         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12022         this patch combines the global init_frames with the stream
12023         init_frames. Rationale being that the global delay should 
12024         be subtracted from any stream delay.
12025         Fixes #335858.
12026
12027 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12028
12029         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12030         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12031         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12032         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12033         use DEBUG_FUNCPTR for collectpads
12034
12035 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12036
12037         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12038           Don't crash when encoding images where the number of rows isn't
12039           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12040
12041 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12044         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12045         * gst/interleave/interleave.c: (interleave_change_state):
12046         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12047           More state change function fixes.
12048
12049 2006-03-23  Wim Taymans  <wim@fluendo.com>
12050
12051         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12052         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12053         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12054         (gst_esdsink_delay), (gst_esdsink_reset):
12055         * ext/esd/esdsink.h:
12056         Fix esd choppy playback by configuring audiosink
12057         correctly. Fixes #325191
12058
12059 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12062           Make state change function thread-safe.
12063
12064 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12065
12066         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12067         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12068           Don't try to read beyond the end of the file just because
12069           the header claims a bigger size (like with truncated files).
12070
12071 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12072
12073         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12074         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12075         (gst_wavparse_stream_data), (gst_wavparse_loop):
12076         * gst/wavparse/gstwavparse.h:
12077           Delay source pad creation until we have the first chunk of
12078           media data, so the we can examine the data and adjust the
12079           caps accordingly if required. This makes playback of .wav
12080           files with DTS-declared-as-PCM content work (#313266).
12081
12082 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12083
12084         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12085         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12086         Don't attempt typefinding on too-short buffers that have been
12087         completely trimmed away. (Fixes #330239)
12088
12089         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12090         Improve the debug output
12091
12092 2006-03-21  Wim Taymans  <wim@fluendo.com>
12093
12094         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12095         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12096         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12097         (gst_esdsink_set_property), (gst_esdsink_get_property):
12098         Some cleanups.
12099         Reset fd to -1 when we close them.
12100
12101 2006-03-21  Wim Taymans  <wim@fluendo.com>
12102
12103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12104         the OPTIONS request result is optional so don't
12105         fail on it.
12106
12107 2006-03-21  Edward Hervey  <edward@fluendo.com>
12108
12109         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12110         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12111         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12112         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12113         (gst_wavparse_change_state):
12114         gcc 4.1 unreferenced pointer fixes.
12115
12116 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12119
12120         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12121           Fix block alignment calculation. Alignment should be done before
12122           adding the byte offset where the data starts (#335231).
12123
12124 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12125
12126         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12127           Ensure that we set correct caps on buffers that are transferred
12128           direct from the input.
12129
12130 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12131
12132         * gst/goom/filters.c: (zoomFilterDestroy):
12133         * gst/goom/goom_core.c: (goom_close):
12134           Free filter data when cleaning up. (Fixes: #334995)
12135
12136 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * configure.ac:
12139           Don't compile udp and rtsp plugins on win32 (mingw) or other
12140           systems that don't have <sys/socket.h> for some reason (#316203).
12141
12142 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12143
12144         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12145         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12146         * ext/raw1394/gstdv1394src.h:
12147           Change bus reset handler so it reports useful information such as
12148           whether the device being used connected or disconnected
12149
12150 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * gst/id3demux/id3v2frames.c:
12153         (parse_relative_volume_adjustment_two):
12154           We only care about gain and peak data for the master volume.
12155
12156 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12159         (parse_id_string), (parse_unique_file_identifier),
12160         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12161           Read replay gain tags (#323721).
12162
12163 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12164
12165         * configure.ac:
12166           Bump requirements to gst-plugins-base CVS because
12167           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12168
12169 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12170
12171         * rtp/gst/gstrtppcmadepay.c:
12172         Fixed one of the caps in the code from mulaw to alaw.
12173
12174 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12175
12176         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12177           Ensure that we set caps on the buffers we pass.
12178
12179         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12180         (gst_id3demux_sink_activate):
12181           Ensure that we set caps on the buffers we pass.
12182
12183           Use STREAM, TYPE_NOT_FOUND as the error class when
12184           typefinding fails.
12185
12186 2006-03-15  Edward Hervey  <edward@fluendo.com>
12187
12188         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12189         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12190         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12191         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12192         (gst_jpeg_dec_setcaps):
12193         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12194         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12195         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12196         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12197         (gst_mngdec_src_getcaps):
12198         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12199         (gst_pngdec_caps_create_and_set):
12200         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12201         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12202         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12203         * gst/alpha/gstalpha.c: (gst_alpha_init):
12204         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12205         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12206         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12207         * gst/cutter/gstcutter.c: (gst_cutter_init):
12208         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12209         (gst_efence_checkgetrange):
12210         * gst/debug/negotiation.c: (gst_negotiation_init):
12211         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12212         * gst/goom/gstgoom.c: (gst_goom_init):
12213         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12214         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12215         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12216         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12217         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12218         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12219         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12220         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12221         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12222         (gst_wavparse_create_sourcepad):
12223         Fix memleak with gst_static_pad_template_get().
12224         This uses gst_pad_new_from_static_template() instead.
12225         Fixes #333512
12226
12227 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12228
12229         * configure.ac:
12230           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12231           used by id3demux.
12232
12233         * gst/id3demux/gstid3demux.c: (plugin_init):
12234         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12235         (parse_user_text_identification_frame),
12236         (parse_unique_file_identifier):
12237           Add support for UFID and TXXX frames and extract musicbrainz tags.
12238
12239 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12240
12241         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12242           Catch short reads, like they might happen with truncated
12243           files (see #305279); remove unnecessary indentation.
12244
12245 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12248           Fix DIB image inversion for pictures with a
12249           depth != 8 (#305279).
12250
12251 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12254         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12255         * ext/jpeg/gstjpegdec.h:
12256           Fix durations on outgoing buffers after seeking
12257           in MJPEG files (#334083); some minor clean-ups.
12258
12259 2006-03-13  Wim Taymans  <wim@fluendo.com>
12260
12261         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12262         (gst_wavparse_change_state):
12263         Implement seek in READY (re-fixes #327658)
12264
12265 2006-03-13  Wim Taymans  <wim@fluendo.com>
12266
12267         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12268         * ext/esd/esdmon.c: (gst_esdmon_get):
12269         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12271         (gst_gdk_pixbuf_sink_getcaps):
12272         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12273         (gst_jpegenc_setcaps):
12274         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12275         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12276         (gst_smokeenc_setcaps):
12277         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12278         (gst_mngdec_src_getcaps):
12279         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12280         (gst_mngenc_chain):
12281         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12282         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12283         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12284         (speex_dec_src_event), (speex_dec_chain):
12285         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12286         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12287         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12288         (gst_negotiation_pad_link), (gst_negotiation_chain):
12289         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12290         (gst_flxdec_chain):
12291         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12292         (deinterleave_chain):
12293         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12294         * gst/median/gstmedian.c: (gst_median_link):
12295         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12296         (gst_monoscope_chain):
12297         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12298         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12299         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12300         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12301         close #333784 unref the result of gst_pad_get_parent()
12302         by: Christophe Fergeau.
12303
12304 2006-03-09  Wim Taymans  <wim@fluendo.com>
12305
12306         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12307         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12308         Handle events in push mode better, can now do non-flushing
12309         seeks in push mode as well.
12310
12311 2006-03-07  Wim Taymans  <wim@fluendo.com>
12312
12313         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12314         Applied patch from Kai Vehmanen, fixes #333624.
12315
12316 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12317
12318         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12319         Implement paletted and grayscale png files handling.
12320         (#150363).
12321
12322 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12323
12324         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12325         (gst_speexenc_chain):
12326           fix a tag list assert
12327           follow gst-plugins-base/ext/ogg/README; set OFFSET
12328           and OFFSET_END.  Muxes correctly with gst-plugins-base
12329           > 0.9.3
12330
12331 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12332
12333         * gst/id3demux/Makefile.am:
12334         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12335         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12336           Use new typefind helper functions here as well, and
12337           do typefinding in pull-mode if upstream supports that.
12338
12339 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12340
12341         * sys/sunaudio/gstsunaudiomixerctrl.c:
12342         (gst_sunaudiomixer_ctrl_get_volume),
12343         (gst_sunaudiomixer_ctrl_set_volume):
12344         * sys/sunaudio/gstsunaudiomixertrack.c:
12345         (gst_sunaudiomixer_track_new):
12346           Remove unused variables, breaks build from CVS
12347           with -Werror (#333392, patch by: Benjamin Pineau)
12348
12349 2006-03-03  Wim Taymans  <wim@fluendo.com>
12350
12351         * docs/plugins/Makefile.am:
12352         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12353         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12354         Added wavparse docs.
12355
12356         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12357         (gst_wavparse_reset), (gst_wavparse_init),
12358         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12359         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12360         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12361         (gst_wavparse_stream_data), (gst_wavparse_loop),
12362         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12363         (gst_wavparse_change_state):
12364         * gst/wavparse/gstwavparse.h:
12365         Implement seek in READY (fixes #327658)
12366         Added docs and did some cleanups.
12367
12368 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12369
12370         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12371         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12372         (gst_avi_demux_calculate_durations_from_index),
12373         (gst_avi_demux_stream_header):
12374         * gst/avi/gstavidemux.h:
12375           If we have an index, use a duration based on the index instead
12376           of blindly trusting the information in the stream headers
12377           (fixes #331817).
12378
12379 2006-03-03  Wim Taymans  <wim@fluendo.com>
12380
12381         * docs/plugins/Makefile.am:
12382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12384         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12385         Added smoke and jpeg to the docs.
12386
12387         * ext/jpeg/Makefile.am:
12388         * ext/jpeg/gstjpeg.c: (plugin_init):
12389         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12390         * ext/jpeg/gstjpegenc.h:
12391         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12392         (gst_smokedec_chain):
12393         * ext/jpeg/gstsmokedec.h:
12394         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12395         * ext/jpeg/gstsmokeenc.h:
12396         * ext/jpeg/smokecodec.h:
12397         Port smokedec (fixes #331905).
12398         Added some docs.
12399         Some cleanups.
12400
12401 2006-03-03  Wim Taymans  <wim@fluendo.com>
12402
12403         * docs/plugins/Makefile.am:
12404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12406         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12407         Added videobalance and videoflip to the docs.
12408
12409         * gst/videofilter/Makefile.am:
12410         * gst/videofilter/gstvideobalance.c:
12411         (gst_video_balance_update_tables_planar411),
12412         (gst_video_balance_is_passthrough),
12413         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12414         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12415         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12416         (gst_video_balance_finalize), (gst_video_balance_class_init),
12417         (gst_video_balance_init), (gst_video_balance_interface_supported),
12418         (gst_video_balance_interface_init),
12419         (gst_video_balance_colorbalance_list_channels),
12420         (gst_video_balance_colorbalance_set_value),
12421         (gst_video_balance_colorbalance_get_value),
12422         (gst_video_balance_colorbalance_init),
12423         (gst_video_balance_set_property), (gst_video_balance_get_property),
12424         (gst_video_balance_get_type), (plugin_init):
12425         * gst/videofilter/gstvideobalance.h:
12426         Ported to 0.10. (Fixes #326160)
12427         Added docs.
12428
12429         * gst/videofilter/gstvideoflip.c:
12430         * gst/videofilter/gstvideoflip.h:
12431         Added docs.
12432
12433 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         * configure.ac:
12436           Bump requirements to current core and -base CVS
12437           (core for new typefind helper API, and -base for the
12438           WAVFORMATEX support that was added to libgstriff and
12439           is needed by wavparse).
12440         
12441         * gst/apetag/Makefile.am:
12442         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12443         (gst_tag_demux_sink_activate):
12444           Use new typefind helpers for typefinding instead of our
12445           home-grown stuff; also, do typefinding in pull-mode if
12446           upstream supports that.
12447
12448 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12449
12450         Reviewed by: Christian Schaller <christian@fluendo.com>
12451
12452         This patch fixes bug: 329107
12453
12454         This Changelog entry is for a commit done on February 17
12455
12456         * ext/gconf/gconf.c
12457         * ext/gconf/gconf.h
12458         * ext/gconf/gstgconfaudiosink.c
12459         * ext/gconf/gstgconfaudiosink.h
12460         * gconf/gstreamer.schemas.in
12461
12462 2006-02-28  Wim Taymans  <wim@fluendo.com>
12463
12464         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12465         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12466         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12467         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12468         Use DEBUG_OBJECT more.
12469
12470 2006-02-28  Wim Taymans  <wim@fluendo.com>
12471
12472         * docs/plugins/Makefile.am:
12473         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12475         Added dvdec and dvdemux to docs.
12476
12477         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12478         Added docs.
12479         Check frame sizes so we don't crash when don't have enough
12480         data.
12481         Send nice error messages on error.
12482
12483         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12484         (gst_dvdemux_class_init), (gst_dvdemux_init),
12485         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12486         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12487         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12488         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12489         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12490         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12491         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12492         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12493         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12494         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12495         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12496         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12497         * ext/dv/gstdvdemux.h:
12498         Added docs.
12499         Implement pull mode.
12500         Fix memleaks.
12501         Reduce memcpy for the video demuxing.
12502
12503 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12504
12505         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12506         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12507         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12508         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12509           Add a little extra debug. Make the decoder not return NOT_LINKED,
12510           as we want to continue decoding all CMML and emitting tags.
12511
12512 2006-02-27  Michael Smith  <msmith@fluendo.com>
12513
12514         * ext/annodex/gstskeltag.c:
12515         * ext/annodex/gstskeltag.h:
12516           Deleted; these files aren't used any more either.
12517
12518 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12519
12520         * ext/Makefile.am: Fix dist-check.
12521
12522 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12523
12524         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12525         memleak.
12526
12527 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12528
12529         * ext/annodex/Makefile.am:
12530         * ext/annodex/gstannodex.c:
12531         * ext/annodex/gstcmmldec.c:
12532         * ext/annodex/gstcmmlenc.c:
12533         * ext/annodex/gstcmmlparser.c:
12534         * ext/annodex/gstcmmlparser.h:
12535         * ext/annodex/gstcmmlutils.c:
12536         * tests/check/elements/cmmldec.c:
12537         * tests/check/elements/cmmlenc.c:
12538           Fix a memleak in gst_cmml_track_list_add_clip.
12539           Handle overflows in clip's start and end times.
12540           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12541           Do not parse junk at the end of a CMML preamble buffer.
12542           Register a libxml error handler to not print stuff on stderr.
12543           Check for bad clip start and end times in the testsuites.
12544
12545 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12546
12547         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12548         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12549         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12550         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12551         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12552         possible memleaks.
12553
12554 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12555
12556         * tests/check/Makefile.am:
12557         * tests/check/elements/cmmldec.c:
12558         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12559         the plugins-base tags.
12560
12561 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12562
12563         * ext/Makefile.am: Re-enable module.
12564
12565 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12566
12567         * tests/check/Makefile.am: Forgot to remove that test.
12568
12569 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12570
12571         * ext/annodex/Makefile.am:
12572         * ext/annodex/gstannodex.c: (plugin_init):
12573         * ext/annodex/gstcmmldec.c:
12574         * ext/annodex/gstskeldec.c:
12575         * ext/annodex/gstskeldec.h:
12576         * tests/check/Makefile.am:
12577         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12578
12579 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12580
12581         * tests/check/Makefile.am: Disable those checks as well.
12582
12583 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12584
12585         * ext/Makefile.am: Disable annodex for now until we figure out
12586         how to make it build.
12587         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12588         Add a rule to your checklist : "please try to at least build 
12589         what you are going to commit into -good, or if you are too lazy
12590         to do that, please check that the buildbots are not crying because
12591         of your commit."
12592
12593 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12594
12595         * configure.ac:
12596         * ext/Makefile.am:
12597         * ext/gdk_pixbuf/Makefile.am:
12598         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12599         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12600         * ext/gdk_pixbuf/pixbufscale.c:
12601         * ext/gdk_pixbuf/pixbufscale.h:
12602           Gdkpixbuf ported from 0.8 to 0.10 by
12603           Renato Filho <renato.filho@indt.org.br>.
12604           gst_loader and gdkpixbufanimation still need port.
12605
12606 2006-02-24  Michael Smith  <msmith@fluendo.com>
12607
12608         * configure.ac:
12609         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12610         * ext/Makefile.am:
12611         * ext/annodex/Makefile.am:
12612         * ext/annodex/gstannodex.c:
12613         * ext/annodex/gstannodex.h:
12614         * ext/annodex/gstcmmldec.c:
12615         * ext/annodex/gstcmmldec.h:
12616         * ext/annodex/gstcmmlenc.c:
12617         * ext/annodex/gstcmmlenc.h:
12618         * ext/annodex/gstcmmlparser.c:
12619         * ext/annodex/gstcmmlparser.h:
12620         * ext/annodex/gstcmmltag.c:
12621         * ext/annodex/gstcmmltag.h:
12622         * ext/annodex/gstcmmlutils.c:
12623         * ext/annodex/gstcmmlutils.h:
12624         * ext/annodex/gstskeldec.c:
12625         * ext/annodex/gstskeldec.h:
12626         * ext/annodex/gstskeltag.c:
12627         * ext/annodex/gstskeltag.h:
12628         * tests/check/Makefile.am:
12629         * tests/check/elements/cmmldec.c:
12630         * tests/check/elements/cmmlenc.c:
12631         * tests/check/elements/skeldec.c:
12632           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12633           Includes tests & docs, oh my! Passes Thomas's -good checklist
12634           entirely. Wow.
12635
12636 2006-02-24  Michael Smith  <msmith@fluendo.com>
12637
12638         * autogen.sh:
12639           Check for automake 1.9 as well.
12640
12641 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12642
12643         * ext/flac/gstflacenc.c:
12644           Change min. sample rate to 8kHz to match flacdec's.
12645           
12646 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12647
12648         * ext/cdio/Makefile.am:
12649           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12650           required for Cygwin, see #317048)
12651
12652         * gst/rtp/gstasteriskh263.c:
12653           Cygwin has includes for both the unix network socket API
12654           and the windows API, but only one can be included, so fix
12655           includes to only use one or the other, prefering the unxi
12656           one (#317048).
12657
12658 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12659
12660         * rtp/gst/gstrtppcmadepay.c:
12661         * rtp/gst/gstrtppcmadepay.h:
12662         * rtp/gst/gstgstrtppcmapay.c:
12663         * rtp/gst/gstgstrtppcmapay.h:
12664         * rtp/gst/gstrtppcmudepay.c:
12665         * rtp/gst/gstrtppcmudepay.h:
12666         * rtp/gst/gstrtppcmupay.c:
12667         * rtp/gst/gstrtppcmupay.h:
12668         * rtp/gst/Makefile.am:
12669         * rtp/gst/gstrtp.c:
12670         * rtp/gst/README:
12671         Separated the G711 payloaders/depayloaders into separate elements for
12672         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12673
12674 2006-02-22  Wim Taymans  <wim@fluendo.com>
12675
12676         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12677         (gst_dvdec_change_state):
12678         * ext/dv/gstdvdec.h:
12679         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12680         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12681         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12682         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12683         (gst_dvdemux_flush), (gst_dvdemux_chain),
12684         (gst_dvdemux_change_state):
12685         * ext/dv/gstdvdemux.h:
12686         Ueber spiffify some more, added debug category.
12687         Use _scale.
12688         Use segments, respect playback rate from newsegment.
12689         Fix refcount issue.
12690
12691 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12692
12693         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12694         (gst_signal_processor_process):
12695         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12696         enabled for the build, but it helps me win the feature-count
12697         competitions ooh yeah.
12698
12699 2006-02-19  Wim Taymans  <wim@fluendo.com>
12700
12701         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12702         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12703         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12704         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12705         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12706         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12707         Use scaling code for added precission and more correct stop
12708         position in case scale==0.
12709
12710 2006-02-19  Wim Taymans  <wim@fluendo.com>
12711
12712         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12713         (gst_flxdec_chain):
12714         * gst/flx/gstflxdec.h:
12715         Implement DURATION query.
12716
12717 2006-02-19  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst/flx/flx_color.h:
12720         * gst/flx/flx_fmt.h:
12721         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12722         (gst_flxdec_src_query_handler), (flx_decode_color),
12723         (gst_flxdec_chain):
12724         * gst/flx/gstflxdec.h:
12725         Set MALLOCDATA for the temp buffers so we don't leak.
12726         Some debug cleanups.
12727         Consume all data in the adapter before leaving the chain
12728         function. Fixes #330678.
12729
12730 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12731
12732         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12733         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12734          Handle 0 data size in otherwise valid frames.
12735          Handle numeric strings in 2.4.0 even when not in parentheses 
12736
12737 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12738
12739         * gst/matroska/matroska-demux.c:
12740         (gst_matroska_demux_subtitle_caps),
12741         (gst_matroska_demux_plugin_init):
12742         * gst/matroska/matroska-ids.h:
12743           Recognise SSA/ASS and USF subtitle formats and
12744           set proper caps when they are found.
12745
12746 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12749         (gst_jpeg_dec_chain):
12750           Fix invalid memory access for some odd-sized images
12751           (see image contained in quicktime stream in #327083);
12752           use g_malloc() instead of g_alloca().
12753
12754 2006-02-17  Wim Taymans  <wim@fluendo.com>
12755
12756         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12757         Patch from Sebastien Cote, fixes #319884
12758
12759 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12760
12761         * ext/cdio/gstcdio.c: (plugin_init):
12762           Init debug category (#331253).
12763
12764 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12765
12766         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12767           Pass extra_data to gst_riff_create_audio_caps(), so that
12768           WAVEFORMATEX stuff works. Post audio codec name and post
12769           it as taglist on the bus. Allow up to 8 channesl for raw
12770           PCM in the source pad template caps.
12771
12772 2006-02-16  Wim Taymans  <wim@fluendo.com>
12773
12774         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12775         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12776         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12777         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12778         (gst_multipart_set_property), (gst_multipart_get_property):
12779         Applied #318663. Gives quite a few false positives in
12780         autoscan mode, but it's better than nothing. Not closing yet.
12781
12782 2006-02-16  Wim Taymans  <wim@fluendo.com>
12783
12784         * docs/plugins/Makefile.am:
12785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12787         * docs/plugins/gst-plugins-good-plugins.args:
12788         * docs/plugins/inspect/plugin-udp.xml:
12789         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12790         (gst_udpsrc_start):
12791         Update documentation.
12792         Fix args.
12793
12794 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12795
12796         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12797         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12798         frame size. (Fixes #331368)
12799
12800 2006-02-16  Wim Taymans  <wim@fluendo.com>
12801
12802         * gst/rtsp/README:
12803         Updated README.
12804
12805         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12806         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12807         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12808         * gst/rtsp/gstrtspsrc.h:
12809         Make sure the RTP port is an even port an try to allocate 
12810         another if not.
12811         Added retry property to control max retries for port allocation.
12812         Make sure RTCP port is RTP port+1.
12813         Cleanup when port allocation fails.
12814         Fixes #319183.
12815         
12816 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12819           Don't ignore return value of the parent class's state
12820           change function (#331385, patch by: Wouter Paesen).
12821
12822 2006-02-15  Wim Taymans  <wim@fluendo.com>
12823
12824         * configure.ac:
12825         * docs/plugins/Makefile.am:
12826         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12827         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12828         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12829         * ext/Makefile.am:
12830         * ext/hal/Makefile.am:
12831         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12832         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12833         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12834         (do_toggle_element), (gst_hal_audio_sink_set_property),
12835         (gst_hal_audio_sink_get_property),
12836         (gst_hal_audio_sink_change_state):
12837         * ext/hal/gsthalaudiosink.h:
12838         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12839         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12840         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12841         (do_toggle_element), (gst_hal_audio_src_set_property),
12842         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12843         * ext/hal/gsthalaudiosrc.h:
12844         * ext/hal/gsthalelements.c: (plugin_init):
12845         * ext/hal/gsthalelements.h:
12846         * ext/hal/hal.c: (gst_hal_get_string),
12847         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12848         (gst_hal_get_audio_src):
12849         * ext/hal/hal.h:
12850         Add HAL sound device wrapper plugins. Closes #329106
12851
12852 2006-02-15  Wim Taymans  <wim@fluendo.com>
12853
12854         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12855         Add comment in a fultile attempt to stop the copy-and-paste 
12856         paradigm leading to duplication of bad code.
12857
12858         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12859         Mime parameters have to be checked case insensitive
12860
12861 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12862
12863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12864           Advance stream time for lagging subtitle streams by sending
12865           newsegment events with the update flag set.
12866
12867 2006-02-14  Edward Hervey  <edward@fluendo.com>
12868
12869         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12870         There can be bogus data before the hdrl LIST tag in the RIFF header.
12871         It's hard to say if it's not respecting the AVI specifications or not,
12872         but since Google Video is producing AVIs like that and the other player
12873         don't seem to complain, I guess we should do the same.
12874
12875 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12876
12877         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12878         (parse_split_strings):
12879         Add more validation to ensure that a char encoding conversion
12880         produced a valid UTF-8 string.
12881
12882 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12883
12884         Reviewed by: Edward Hervey  <edward@fluendo.com>
12885
12886         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12887         Properly handle end of segment. Closes #330885.
12888
12889 2006-02-13  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst/rtp/gstrtpmp4gpay.h:
12892         For got to commit this one.
12893
12894 2006-02-12  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12897         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12898         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12899         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12900         * gst/rtp/gstrtpmp4gpay.h:
12901         Make more things work.
12902         Handle ACC config strings.
12903
12904 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12905
12906         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12907           set timestamps if no incoming timestamps set
12908
12909 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12910
12911         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12912         (gst_tag_demux_do_typefind):
12913           ... and fix the very same leaks in GstTagDemux.
12914
12915 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12916
12917         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12918         (gst_id3demux_do_typefind):
12919         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12920         <jonathan at kaolin dot wh9 dot net>)
12921
12922 2006-02-10  Wim Taymans  <wim@fluendo.com>
12923
12924         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12925         First set options, then set caps or else the baseclass
12926         will not know about the options, duh.
12927
12928 2006-02-10  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12931         (gst_rtp_mp4v_pay_setcaps):
12932         Don't waste time looking for a config string if we have codec_info
12933         on the incomming caps.
12934
12935 2006-02-10  Wim Taymans  <wim@fluendo.com>
12936
12937         * gst/rtp/README:
12938         Say something about case-sensitivity of caps vs mime-attributes.
12939
12940         * gst/rtp/Makefile.am:
12941         * gst/rtp/gstrtp.c: (plugin_init):
12942         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12943         (gst_rtp_amr_pay_handle_buffer):
12944         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12945         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12946         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12947         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12948         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12949         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12950         (gst_rtp_mp4g_pay_plugin_init):
12951         * gst/rtp/gstrtpmp4gpay.h:
12952         Added beginnings of mpeg4-generic payloader (RFC 3640)
12953
12954 2006-02-09  Wim Taymans  <wim@fluendo.com>
12955
12956         * gst/rtsp/Makefile.am:
12957         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12958         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12959         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12960         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12961         (gst_rtpdec_change_state):
12962         * gst/rtsp/gstrtpdec.h:
12963         * gst/rtsp/gstrtsp.c: (plugin_init):
12964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12965         * gst/rtsp/rtspconnection.c: (read_body),
12966         (rtsp_connection_receive):
12967         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12968         Resurected rtpdec to make rtspsrc happy again.
12969         Skip attributes from the session id.
12970         Don't crash when dumping a message with an empty body.
12971
12972
12973 2006-02-09  Wim Taymans  <wim@fluendo.com>
12974
12975         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12976         Added more meaningfull warnings when something goes wrong.
12977         Clear F bit on outgoing AMR packets.
12978
12979         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12980         (gst_rtp_amr_pay_handle_buffer):
12981         Added debugging category
12982         Support payloading of multiple AMR frames.
12983
12984         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12985         Added some debugging.
12986
12987 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12988
12989         * configure.ac:
12990           Back to CVS
12991
12992 === release 0.10.2 ===
12993
12994 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12995
12996         * configure.ac:
12997           releasing 0.10.2, "Papa was a rolling stone"
12998
12999 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13000
13001         * configure.ac:
13002           Bump core and plugins-base requirement to 0.10.2.2
13003           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13004
13005 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13006
13007         * ext/flac/gstflac.c: (plugin_init):
13008         * ext/speex/gstspeex.c: (plugin_init):
13009           Register musicbrainz tags.
13010
13011 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13012
13013         * ext/gconf/gconf.h:
13014           Remove declaration of function that no longer exists.
13015
13016 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13017
13018         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13019         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13020         Make shout2 work for non ogg streams
13021
13022 2006-02-06  Wim Taymans  <wim@fluendo.com>
13023
13024         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13025         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13026         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13027         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13028         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13029         * gst/udp/gstmultiudpsink.h:
13030         Updated docs.
13031         Added properties bytes-served, bytes_to_serve.
13032         Post proper error messages,
13033         Emit client added signal too.
13034
13035 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13036
13037         * docs/plugins/Makefile.am:
13038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13040         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13041         (gst_multiudpsink_get_stats):
13042           adding docs for multiudpsink
13043
13044 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13045
13046         * gst/level/gstlevel.c: (gst_level_transform_ip):
13047           peak below decay is not necessarily an error, so don't ERROR log
13048
13049 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13050
13051         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13052         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13053         (gst_ebml_write_seek):
13054         * gst/matroska/ebml-write.h:
13055           Make sure we send a newsegment event in BYTES format
13056           before sending buffers (#328531).
13057
13058 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13059
13060         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13061         (gst_dvdemux_sink_query):
13062         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13063         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13064         (speex_dec_src_query):
13065         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13066         (gst_speexenc_sink_query):
13067         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13068         * gst/matroska/matroska-demux.c:
13069         (gst_matroska_demux_get_src_query_types),
13070         (gst_matroska_demux_handle_src_query):
13071         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13072         (gst_wavparse_pad_query):
13073           Pass unhandled queries upstream instead of just dropping
13074           them (#326446). Update query type arrays here and there.
13075
13076 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * tests/check/elements/matroskamux.c: (setup_src_pad):
13079           Collectpads in core got changed and now also holds a
13080           reference to any pad that is part of it. Fix refcount
13081           checks in test case accordingly.
13082
13083 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13084
13085         * gst/apetag/gstapedemux.h:
13086           Fix include, for now GstTagDemux is in the apetag dir.
13087
13088 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * docs/plugins/Makefile.am:
13091         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13092         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13093         * docs/plugins/inspect/plugin-cdio.xml:
13094           Add cdio plugin to docs.
13095
13096         * ext/cdio/gstcdiocddasrc.c:
13097           Add gtk-doc blurb.
13098
13099         * ext/cdio/gstcdio.c:
13100           The plugin is called 'cdio' not 'cddio'.
13101
13102 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13103
13104         * configure.ac:
13105         * docs/plugins/Makefile.am:
13106         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13107         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13108         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13109         * docs/plugins/inspect/plugin-apetag.xml:
13110         * gst/apetag/Makefile.am:
13111         * gst/apetag/gstapedemux.c:
13112         * gst/apetag/gstapedemux.h:
13113         * gst/apetag/gsttagdemux.c:
13114         * gst/apetag/gsttagdemux.h:
13115           Add APE tag demuxer (#325649).
13116
13117 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13118
13119         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13120         (gst_gconf_get_default_video_sink),
13121         (gst_gconf_get_default_audio_src),
13122         (gst_gconf_get_default_video_src):
13123         * ext/gconf/gconf.h:
13124         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13125         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13126         (do_toggle_element):
13127         * ext/gconf/gstgconfaudiosink.h:
13128         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13129         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13130         (do_toggle_element):
13131         * ext/gconf/gstgconfaudiosrc.h:
13132         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13133         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13134         (do_toggle_element):
13135         * ext/gconf/gstgconfvideosink.h:
13136         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13137         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13138         (do_toggle_element):
13139         * ext/gconf/gstgconfvideosrc.h:
13140           Ignore changing the GConf key to "". Ignore GConf key updates
13141           that don't actually change the string.
13142           For now, ignore the GConf key when the state is > READY, as
13143           it breaks streaming. Sometime it will be nice to bring the
13144           new sink online even mid-stream, by sending NEWSEGMENT info
13145           and possibly prerolling.
13146           (Fixes #326736)
13147
13148 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13149
13150         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13151         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13152         (zoomFilterSetResolution), (zoomFilterDestroy),
13153         (zoomFilterFastRGB), (pointFilter):
13154         * gst/goom/filters.h:
13155         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13156         (goom_update), (goom_close):
13157         * gst/goom/goom_core.h:
13158         * gst/goom/goom_tools.h:
13159         * gst/goom/graphic.c:
13160         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13161         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13162         * gst/goom/gstgoom.h:
13163         * gst/goom/lines.c: (goom_lines):
13164         * gst/goom/lines.h:
13165           Make goom reentrant by moving all important static variables
13166           into instance structures.
13167           (Fixes #329181)
13168
13169 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13170
13171         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13172         (gst_avi_demux_all_source_pads_unlinked),
13173         (gst_avi_demux_process_next_entry):
13174         * gst/avi/gstavidemux.h:
13175           Third attempt, use gst_pad_is_linked() this time.
13176
13177 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13178
13179         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13180         (parse_split_strings):
13181         Adjust for data length indicators when parsing (Fixes #329810)
13182         Fix stupid bug parsing UTF-8 tag text.
13183         Output tag strings with multiple fields as multiple tags, so the
13184         app gets all the data.
13185
13186 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13187
13188         * ext/flac/gstflacenc.c:
13189         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13190         show me.
13191         
13192 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13193
13194         * ext/flac/gstflacenc.c:
13195         * gst/matroska/ebml-read.c:
13196         Just make it compile with --disable-gst-debug.
13197
13198 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13199
13200         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13201         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13202         (id3v2_genre_fields_to_taglist):
13203           Never output a tag with a null contents string.
13204
13205 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13206
13207         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13208           Only pause if all pads are unlinked AND we've tried to send data
13209           on all of them at least once.
13210
13211 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13214         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13215           Make loop function/task pause itself when all source pads are
13216           unlinked.
13217
13218 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         * configure.ac:
13221         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13222           Use new functions from core to render a bin from a
13223           string. Fixes build. Up requirements to core CVS.
13224
13225 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13226
13227         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13228           Don't push buffers into the adapter that we are going to
13229           push downstream again without framing anyway. Also, the
13230           adaptor takes ownership of buffers put into it (fixes
13231           auparse pushing invalid buffers for .au files with
13232           ADPCM contents). Finally, set caps on all outgoing buffers.
13233
13234 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13235
13236         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13237         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13238         (gst_id3demux_send_tag_event):
13239         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13240         Someone should kick my butt. Remove ID3v1 tags from the end of the
13241         file.
13242
13243         Improve error messages. Send the TAG message as soon as we complete
13244         typefinding, instead of waiting until we send the first buffer.
13245         Downstream tag event is still sent before the first buffer.
13246
13247 2006-01-27  Jan Gerber  <j@bootlab.org>
13248
13249         Reviewed by: Andy Wingo <wingo@pobox.com>
13250
13251         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13252         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13253         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13254         to not have warings flooding stderr. this is the suggested way
13255         also used in dvgrab and kino. (#328336)
13256
13257 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13258
13259         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13260         (gst_oss_sink_init), (gst_oss_sink_finalise):
13261           Free the device name string when finalised.
13262
13263 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13266           Don't put function calls in g_return_if_fail() statements,
13267           or they'll be replaced with NOOPs if someone compiles with
13268           G_DISABLE_CHECKS defined.
13269           
13270 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13271
13272         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13273         Never trust ANY information encoded in a media file, especially
13274         when it's giving you sizes. (Fixes #328452)
13275
13276 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13277
13278         * gst/rtp/gstrtpg711pay.c:
13279         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13280         bug #325148.
13281
13282 2006-01-23  Edward Hervey  <edward@fluendo.com>
13283
13284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13285         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13286         * gst/matroska/matroska-ids.h:
13287         Added recognition of Real Audio and Video streams in matroska demuxer.
13288
13289 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13290
13291         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13292           Remove errant break statement, and fix compilation with
13293           older GCC.
13294
13295 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13296
13297         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13298
13299         * sys/sunaudio/gstsunaudiomixerctrl.c:
13300         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13301           Export functions that are needed in other parts of the code,
13302           makes the mixer actually work; adjust magic minimum buffer-time
13303           value from 3ms to 5ms to work around stuttering during mp3
13304           playback (#327765).
13305
13306 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13307
13308         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13309
13310         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13311         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13312           Fix possible deadlock in matroska muxer (#327825).
13313
13314 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13317         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13318         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13319         * gst/rtsp/sdpmessage.h:
13320         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13321         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13322           C89 fixes: declare variables at the beginning of a block and
13323           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13324           <jensgr at gmx dot net>).
13325
13326 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13327
13328         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13329         * gst/id3demux/id3tags.h:
13330         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13331         (parse_comment_frame), (parse_text_identification_frame),
13332         (id3v2_tag_to_taglist), (id3v2_are_digits),
13333         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13334         (parse_split_strings), (free_tag_strings):
13335           Rewrite parsing of text tags to handle multiple NULL terminated
13336           strings. Parse numeric genre strings and ID3v2 type
13337           "(3)(6)Alternative" style genre strings.
13338           Parse dates that are only YYYY or YYYY-mm format.
13339           (Fixes #328241 and #322154)
13340
13341 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13342
13343         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13344           Don't forget to initialize liboil, otherwise our oil functions
13345           will crash (fixes #327871; patch by: Christoph Burghardt
13346           <hawkes at web dot de>).
13347
13348 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13349
13350         * configure.ac:
13351           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13352           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13353           patch by: Brian Cameron <brian dot cameron at sun dot com>
13354
13355 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13356
13357         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13358         * ext/cdio/gstcdio.h:
13359         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13360           Fix build for libcdio versions >= 76; give slightly lower rank
13361           than cdparanoia.
13362
13363 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13364
13365         * configure.ac:
13366         * ext/Makefile.am:
13367         * ext/cdio/Makefile.am:
13368         * ext/cdio/gstcdio.c:
13369         * ext/cdio/gstcdio.h:
13370         * ext/cdio/gstcdiocddasrc.c:
13371         * ext/cdio/gstcdiocddasrc.h:
13372           Port libcdio cdda source, formerly known as cddasrc, now known as
13373           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13374           but that's not tested (fixes #317658).
13375
13376 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13377
13378         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13379           Fix conversion from TIME to BYTES format (fixes #326864;
13380           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13381
13382 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13383
13384         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13385           Fix compilation of id3demux when zlib is not present.
13386           (Fixes #326602; patch by: Sergey Scobich)
13387
13388 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13389
13390         * ext/esd/Makefile.am:
13391           Add $(ESD_CFLAGS), otherwise build will fail for folks
13392           with libesd in a non-standard prefix (#327009).
13393
13394 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13395
13396         * configure.ac:
13397           back to HEAD
13398
13399 === release 0.10.1 ===
13400
13401 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13402
13403         * configure.ac:
13404           releasing 0.10.1, "Li"
13405
13406 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13407
13408           patch by: Wim Taymans
13409
13410         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13411           fix memleak.  Fixes #326618
13412
13413 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13414
13415           patch by: Mike Smith
13416
13417         * gst/level/gstlevel.c: (gst_level_message_new),
13418         (gst_level_message_append_channel):
13419           Fix memleak.  Fixes #326612
13420
13421 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13422
13423         * configure.ac:
13424           prereleasing
13425         * po/af.po:
13426         * po/az.po:
13427         * po/cs.po:
13428         * po/en_GB.po:
13429         * po/hu.po:
13430         * po/it.po:
13431         * po/nb.po:
13432         * po/nl.po:
13433         * po/or.po:
13434         * po/sq.po:
13435         * po/sr.po:
13436         * po/sv.po:
13437         * po/uk.po:
13438         * po/vi.po:
13439           update translations
13440
13441 2006-01-10  Michael Smith  <msmith@fluendo.com>
13442
13443         * gst/level/gstlevel.c: (gst_level_class_init),
13444         (gst_level_dispose):
13445           Don't leak filter arrays.
13446
13447 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13448
13449         reviewed by: Christian Schaller <uraeus@gnome.org>
13450         
13451         * configure.ac:
13452         * gst-plugins-good.spec.in:
13453         * sys/Makefile.am:
13454         * sys/sunaudio/Makefile.am:
13455         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13456         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13457         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13458         (gst_sunaudiomixer_change_state):
13459         * sys/sunaudio/gstsunaudiomixer.h:
13460         * sys/sunaudio/gstsunaudiomixerctrl.c:
13461         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13462         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13463         (gst_sunaudiomixer_ctrl_list_tracks),
13464         (gst_sunaudiomixer_ctrl_get_volume),
13465         (gst_sunaudiomixer_ctrl_set_volume),
13466         (gst_sunaudiomixer_ctrl_set_mute),
13467         (gst_sunaudiomixer_ctrl_set_record):
13468         * sys/sunaudio/gstsunaudiomixerctrl.h:
13469         * sys/sunaudio/gstsunaudiomixertrack.c:
13470         (gst_sunaudiomixer_track_class_init),
13471         (gst_sunaudiomixer_track_init), (fill_labels),
13472         (gst_sunaudiomixer_track_new):
13473         * sys/sunaudio/gstsunaudiomixertrack.h:
13474         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13475         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13476         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13477         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13478         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13479         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13480         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13481         * sys/sunaudio/gstsunaudiosink.h:
13482
13483         Add SunAudio plugin - tested to make sure it doesn't break
13484         the build under GNU/Linux.      
13485
13486 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13487
13488         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13489         * gst-plugins-good/gst/udp/gstudpsrc.c:
13490         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13491         overrides the port or multicast parameters. Fixes bugs #323021.
13492         API addition: adds GstUDPSrc::sockfd property   
13493
13494 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13495
13496         * ext/gconf/Makefile.am:
13497         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13498         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13499         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13500         (do_toggle_element), (cb_toggle_element),
13501         (gst_gconf_audio_src_change_state):
13502         * ext/gconf/gstgconfaudiosrc.h:
13503         * ext/gconf/gstgconfelements.c: (plugin_init):
13504         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13505         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13506         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13507         (do_toggle_element), (cb_toggle_element),
13508         (gst_gconf_video_src_change_state):
13509         * ext/gconf/gstgconfvideosrc.h:
13510           Add new gconfaudiosrc and gconfvideosrc elements
13511           (needed for gnome-sound-recorder).
13512
13513 2006-01-06  Edward Hervey  <edward@fluendo.com>
13514
13515         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13516         Add gst_element_no_more_pads() for proper decodebin behaviour.
13517         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13518         (parse_text_identification_frame), (parse_split_strings):
13519         Failure to decode some tags is not a GST_ERROR() but a
13520         GST_WARNING()
13521         When iterating over a chunk of text, check that we haven't gone too
13522         far.
13523
13524 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13525
13526         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13527         (plugin_init):
13528           call oil_init() when using liboil
13529
13530 2006-01-04  Wim Taymans  <wim@fluendo.com>
13531
13532         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13533         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13534         Fix leaks.
13535
13536 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13537
13538         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13541         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13542         (gst_flac_dec_change_state):
13543           Don't g_assert() where we should just return FALSE; remove
13544           unnecessary g_assert(); initialize some fields properly in
13545           state change function (fixes #325504). Also, use
13546           GST_DEBUG_OBJECT in two more places.
13547
13548 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13549
13550         * configure.ac:
13551           also remove smoothwave's Makefile.am
13552         * docs/plugins/Makefile.am:
13553           fix plugin docs
13554
13555 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13556
13557         * tests/examples/Makefile.am:
13558           added missing Makefile.am
13559
13560 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13561
13562         * configure.ac:
13563         * gst/level/Makefile.am:
13564         * gst/level/level-example.c:
13565         * tests/Makefile.am:
13566         * tests/examples/level/Makefile.am:
13567         * tests/examples/level/level-example.c: (message_handler), (main):
13568           moved level-example to tests/examples/level-example
13569         * tests/old/examples/level/demo.c: (main):
13570         * tests/old/examples/level/plot.c: (main):
13571           some initial fixes
13572
13573 2005-12-29  Michael Smith  <msmith@fluendo.com>
13574
13575         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13576         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13577         * gst/udp/gstmultiudpsink.h:
13578           Track packets sent per client in addition to bytes sent; provide
13579           this info through get-stats signal
13580
13581 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13582
13583         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13584           Can't use gst_object_unref() on a GstAdapter (#325191).
13585
13586 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13587
13588         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13589         If a broken tag has 0 bytes payload, at least still skip
13590         the 10 byte header
13591
13592 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13593
13594         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13595         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13596         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13597         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13598           Making these depayloaders (H263+ and mpeg4 video) inherit from
13599           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13600
13601 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13602
13603         * docs/plugins/gst-plugins-good-plugins.args:
13604         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13605         Regenerate the plugin hiearchy.
13606
13607 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13608
13609         * docs/plugins/Makefile.am:
13610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13612         * docs/plugins/gst-plugins-good-plugins.args:
13613         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13614         (gst_id3demux_base_init), (gst_id3demux_class_init),
13615         (gst_id3demux_chain):
13616         * gst/id3demux/gstid3demux.h:
13617           Add documentation for id3demux.
13618           Don't fail if the first buffer is not at offset 0, just
13619           attempt to typefind and do pass through
13620           Rename the gst_type function from gst_gst_id3demux..
13621
13622 2005-12-20  Michael Smith  <msmith@fluendo.com>
13623
13624         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13625         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13626         (gst_multiudpsink_get_stats):
13627         * gst/udp/gstmultiudpsink.h:
13628           Collect statistics; return them from get_stats.
13629
13630 2005-12-19  Edward Hervey  <edward@fluendo.com>
13631
13632         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13633         Stupid signedness issue...
13634
13635 2005-12-19  Edward Hervey  <edward@fluendo.com>
13636
13637         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13638         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13639         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13640         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13641         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13642         Construct index for indexless files.
13643         Make sure pad/buffers are correctly reset to NULL once we don't need
13644         them anymore, else we get lovely segfaults/assertions.
13645         * gst/wavparse/gstwavparse.c:
13646         Yes, you can have 96KHz audio and wma in wav :(
13647
13648 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13649
13650         * configure.ac:
13651           Check for optional dependency on zlib for id3demux
13652
13653         * gst/id3demux/Makefile.am:
13654         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13655         (gst_id3demux_base_init), (gst_id3demux_class_init),
13656         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13657         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13658         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13659         (gst_id3demux_set_property), (gst_id3demux_get_property),
13660         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13661         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13662         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13663         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13664         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13665         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13666         (simple_find_peek), (simple_find_suggest),
13667         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13668         (plugin_init):
13669         * gst/id3demux/gstid3demux.h:
13670         * gst/id3demux/id3tags.c: (read_synch_uint),
13671         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13672         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13673         (id3demux_id3v2_frames_to_tag_list):
13674         * gst/id3demux/id3tags.h:
13675         * gst/id3demux/id3v2.4.0-frames.txt:
13676         * gst/id3demux/id3v2.4.0-structure.txt:
13677         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13678         (parse_comment_frame), (parse_text_identification_frame),
13679         (id3v2_tag_to_taglist), (parse_split_strings):
13680           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13681           otherwise it discards them. Works on my test files. 
13682
13683         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13684           Don't send EOS to a non-existing srcpad
13685           The debug category can be static
13686
13687 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13688
13689         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13690         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13691         * gst/multipart/multipartdemux.c:
13692           change some char* into char[]
13693
13694 2005-12-16  Wim Taymans  <wim@fluendo.com>
13695
13696         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13697         (gst_wavparse_other), (gst_wavparse_perform_seek),
13698         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13699         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13700         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13701         * gst/wavparse/gstwavparse.h:
13702         Use GstSegment to implement more seeking features.
13703
13704 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13705
13706         * gst/rtsp/rtspconnection.c:
13707           Add <netinet/in.h> include and move <arpa/inet.h> include
13708           to make things work on OpenBSD as well (fixes #323717;
13709           patch by: Benjamin Pineau)
13710
13711 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13712
13713         * gst/rtp/gstrtpspeexdepay.c:
13714         * gst/rtp/gstrtpspeexpay.c:
13715         Set clock rate to be fixed in 8000. It fixes bug #324012.
13716
13717 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13718
13719         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13720         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13721         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13722         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13723         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13724         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13725         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13726         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13727         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13728         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13729         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13730         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13731         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13732         * gst-plugins-good/gst/rtp/README:
13733         Fixed payload range in payloder caps. Removed payload range completely
13734         from depayloaders as they don't require payload type in their caps.
13735         In effect, there isn't any specific payload type for any given codec,
13736         only suggestions.
13737         Fixes bug #324011.
13738
13739 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13740
13741         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13742         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13743         (gst_videomixer_collected): Code cleanup and re-enabling 
13744         queued time validity check for correct EOS handling.
13745
13746 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13747
13748         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13749         (gst_oss_mixer_element_get_property),
13750         (gst_oss_mixer_element_change_state):
13751         Add 'device-name' property and fix state change function.
13752
13753 2005-12-13  Edward Hervey  <edward@fluendo.com>
13754
13755         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13756         If the speed of the file is null in the header, set the frame_time to
13757         the default setting of GST_SECOND / 70. Which is the default
13758         frame_delay for .fli files as stated in this document :
13759         http://www.compuphase.com/flic.htm
13760         Would be nice to have the time conversion done properly too (duration =
13761         flxh->frames * flxdec->frame_time)
13762
13763 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13764
13765         * docs/plugins/Makefile.am:
13766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13768         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13769         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13770         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13771         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13772         documentation for videomixer on my way with a funny sample
13773         pipeline.
13774
13775 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13776
13777         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13778         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13779         (gst_videomixer_update_queues), (gst_videomixer_collected):
13780         Fix caps negotiation. (#323896)
13781
13782 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13783
13784         * gst/matroska/matroska-demux.c:
13785         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13786           Set correct timestamps on audio laces, fixes playback of mp3 from
13787                 matroska.
13788
13789 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13790
13791         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13792         (gst_au_parse_class_init), (gst_au_parse_init),
13793         (gst_au_parse_dispose), (gst_au_parse_chain),
13794         (gst_au_parse_change_state), (plugin_init):
13795         * gst/auparse/gstauparse.h:
13796           Use gst_object_unref() for GstObjects instead of
13797           g_object_unref() and fix a mem leak in a debug
13798           statement; while we're at it, also borgify, use
13799           boilerplate macros and clean up a little bit.
13800
13801 2005-12-11  Edward Hervey  <edward@fluendo.com>
13802
13803         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13804         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13805         Added pull mode.
13806
13807 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13808
13809         * gst/goom/gstgoom.c:
13810         * gst/level/level-example.c: (main):
13811         * gst/smoothwave/demo-osssrc.c: (main):
13812           Use audiotestsrc instead of sinesrc (#323798).
13813
13814 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13815
13816         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13817           more debug-func-ptr usage
13818
13819 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13820
13821         * gst/flx/flx_color.c: (flx_colorspace_convert):
13822         * gst/flx/flx_color.h:
13823         * gst/flx/flx_fmt.h:
13824         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13825         * gst/flx/gstflxdec.h:
13826           Now flxdec works on big-endian machines as well.
13827
13828 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13829
13830         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13831         (gst_fenced_buffer_copy):
13832           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13833           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13834           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13835           and use GST_DEBUG_FUNCPTR for pad functions.
13836
13837 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13838
13839         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13840         (gst_flac_dec_class_init), (gst_flac_dec_init),
13841         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13842         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13843         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13844         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13845         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13846         (gst_flac_dec_change_state):
13847         * ext/flac/gstflacdec.h:
13848           Rewrite flacdec a bit, so that even seeking might work now. Most
13849           importantly, don't act upon any flow return values we get, just tell
13850           the decoder everything's dandy and act on the flow return values
13851           later on in the loop function. We don't want to mess up the internal
13852           decoder state for non-fatal things like flushing pads etc. Other
13853           than that, use GstSegment (segment seeks don't work yet though, but
13854           should be easy to add), use boilerplate macros, drop the superfluous
13855           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13856           lots of other things.
13857
13858 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13859
13860         * configure.ac:
13861           Update comment in OSS includes check.
13862
13863         * sys/oss/gstossdmabuffer.c:
13864         * sys/oss/gstosshelper.c:
13865         * sys/oss/gstossmixer.c:
13866         * sys/oss/gstossmixertrack.c:
13867         * sys/oss/gstosssink.c:
13868         * sys/oss/gstosssrc.c:
13869         * sys/oss/oss_probe.c:
13870           Don't assume the OSS soundcard.h include is always in
13871           the sys/ directory. Instead, use the existing defines
13872           from config.h to include the right file. Fixes
13873           compilation on OpenBSD 3.8 (#323718).
13874
13875 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13876
13877         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13878         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13879         * docs/plugins/inspect/plugin-1394.xml:
13880         * docs/plugins/inspect/plugin-aasink.xml:
13881         * docs/plugins/inspect/plugin-alaw.xml:
13882         * docs/plugins/inspect/plugin-alpha.xml:
13883         * docs/plugins/inspect/plugin-alphacolor.xml:
13884         * docs/plugins/inspect/plugin-auparse.xml:
13885         * docs/plugins/inspect/plugin-autodetect.xml:
13886         * docs/plugins/inspect/plugin-avi.xml:
13887         * docs/plugins/inspect/plugin-cacasink.xml:
13888         * docs/plugins/inspect/plugin-cairo.xml:
13889         * docs/plugins/inspect/plugin-cutter.xml:
13890         * docs/plugins/inspect/plugin-debug.xml:
13891         * docs/plugins/inspect/plugin-dv.xml:
13892         * docs/plugins/inspect/plugin-efence.xml:
13893         * docs/plugins/inspect/plugin-effectv.xml:
13894         * docs/plugins/inspect/plugin-esdsink.xml:
13895         * docs/plugins/inspect/plugin-flac.xml:
13896         * docs/plugins/inspect/plugin-flxdec.xml:
13897         * docs/plugins/inspect/plugin-gconfelements.xml:
13898         * docs/plugins/inspect/plugin-goom.xml:
13899         * docs/plugins/inspect/plugin-jpeg.xml:
13900         * docs/plugins/inspect/plugin-level.xml:
13901         * docs/plugins/inspect/plugin-matroska.xml:
13902         * docs/plugins/inspect/plugin-mulaw.xml:
13903         * docs/plugins/inspect/plugin-multipart.xml:
13904         * docs/plugins/inspect/plugin-navigationtest.xml:
13905         * docs/plugins/inspect/plugin-ossaudio.xml:
13906         * docs/plugins/inspect/plugin-png.xml:
13907         * docs/plugins/inspect/plugin-rtp.xml:
13908         * docs/plugins/inspect/plugin-rtsp.xml:
13909         * docs/plugins/inspect/plugin-shout2send.xml:
13910         * docs/plugins/inspect/plugin-smpte.xml:
13911         * docs/plugins/inspect/plugin-speex.xml:
13912         * docs/plugins/inspect/plugin-udp.xml:
13913         * docs/plugins/inspect/plugin-videobox.xml:
13914         * docs/plugins/inspect/plugin-videoflip.xml:
13915         * docs/plugins/inspect/plugin-videomixer.xml:
13916         * docs/plugins/inspect/plugin-wavenc.xml:
13917         * docs/plugins/inspect/plugin-wavparse.xml:
13918         * ext/flac/gstflac.c: (plugin_init):
13919         * ext/flac/gstflacdec.c: (flacdec_get_type),
13920         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13921         (gst_flac_dec_init), (gst_flac_dec_finalize),
13922         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13923         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13924         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13925         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13926         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13927         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13928         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13929         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13930         * ext/flac/gstflacdec.h:
13931         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13932         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13933         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13934         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13935         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13936         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13937         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13938         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13939         (gst_flac_enc_change_state):
13940         * ext/flac/gstflacenc.h:
13941           borgify and fix up documentation
13942
13943 2005-12-09  Michael Smith  <msmith@fluendo.com>
13944
13945         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13946           Accept a wider range of flac files, more closely matching flac spec.
13947
13948 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13949
13950         * docs/plugins/Makefile.am: Add multipart elements.
13951         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13952         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13953         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13954         * gst/multipart/multipartdemux.c:
13955         * gst/multipart/multipartmux.c: Add docs.
13956
13957 2005-12-07  Edward Hervey  <edward@fluendo.com>
13958
13959         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13960         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13961         (gst_avi_demux_invert):
13962         Memleak and crasher fixes.
13963         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13964         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13965         Memleak fixes
13966
13967 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13968
13969         * ext/aalib/gstaasink.h:
13970         * ext/cairo/gsttextoverlay.h:
13971         * ext/dv/gstdvdec.h:
13972         * ext/dv/gstdvdemux.c:
13973         * ext/dv/gstdvdemux.h:
13974         * ext/esd/esdsink.h:
13975         * ext/flac/flac_compat.h:
13976         * ext/flac/gstflacdec.h:
13977         * ext/flac/gstflacenc.h:
13978         * ext/gconf/gconf.h:
13979         * ext/gconf/gstgconfaudiosink.h:
13980         * ext/gconf/gstgconfvideosink.h:
13981         * ext/gdk_pixbuf/gstgdkanimation.h:
13982         * ext/jpeg/gstjpegdec.h:
13983         * ext/jpeg/smokecodec.h:
13984         * ext/jpeg/smokeformat.h:
13985         * ext/ladspa/gstsignalprocessor.h:
13986         * ext/ladspa/search.c: (LADSPAPluginSearch):
13987         * ext/ladspa/utils.h:
13988         * ext/libmng/gstmng.c:
13989         * ext/libmng/gstmngdec.h:
13990         * ext/libmng/gstmngenc.c:
13991         * ext/libmng/gstmngenc.h:
13992         * ext/libpng/gstpng.c:
13993         * ext/libpng/gstpngenc.c:
13994         * ext/libpng/gstpngenc.h:
13995         * ext/shout2/gstshout2.h:
13996         * ext/speex/gstspeexdec.h:
13997         * ext/speex/gstspeexenc.c:
13998         * ext/speex/gstspeexenc.h:
13999         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14000         * gst/autodetect/gstautoaudiosink.h:
14001         * gst/autodetect/gstautovideosink.h:
14002         * gst/avi/gstavidemux.h:
14003         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14004         (gst_cutter_set_property), (gst_cutter_get_caps):
14005         * gst/cutter/gstcutter.h:
14006         * gst/debug/tests.c: (md5_process_block):
14007         * gst/debug/tests.h:
14008         * gst/effectv/gstwarp.c:
14009         * gst/flx/flx_fmt.h:
14010         * gst/flx/gstflxdec.h:
14011         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14012         (zoomFilterFastRGB):
14013         * gst/goom/filters.h:
14014         * gst/goom/goom_tools.h:
14015         * gst/law/alaw-encode.c:
14016         * gst/level/gstlevel.c:
14017         * gst/level/gstlevel.h:
14018         * gst/matroska/ebml-write.h:
14019         * gst/matroska/matroska-demux.h:
14020         * gst/matroska/matroska-ids.h:
14021         * gst/matroska/matroska-mux.h:
14022         * gst/monoscope/convolve.c: (convolve_match):
14023         * gst/monoscope/convolve.h:
14024         * gst/multipart/multipartmux.c:
14025         * gst/oldcore/gstaggregator.c:
14026         * gst/oldcore/gstaggregator.h:
14027         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14028         * gst/oldcore/gstmd5sink.h:
14029         * gst/oldcore/gstmultifilesrc.c:
14030         * gst/oldcore/gstmultifilesrc.h:
14031         * gst/oldcore/gstpipefilter.h:
14032         * gst/oldcore/gstshaper.h:
14033         * gst/rtp/gstrtpL16depay.h:
14034         * gst/rtp/gstrtpL16pay.h:
14035         * gst/rtp/gstrtpdepay.h:
14036         * gst/rtp/gstrtpmp4vpay.c:
14037         * gst/rtp/gstrtpmp4vpay.h:
14038         * gst/rtsp/gstrtspsrc.c:
14039         * gst/rtsp/gstrtspsrc.h:
14040         * gst/rtsp/rtspconnection.h:
14041         * gst/rtsp/rtspdefs.h:
14042         * gst/rtsp/rtspmessage.h:
14043         * gst/rtsp/rtsptransport.h:
14044         * gst/rtsp/rtspurl.c:
14045         * gst/rtsp/rtspurl.h:
14046         * gst/rtsp/sdpmessage.c:
14047         * gst/rtsp/sdpmessage.h:
14048         * gst/smpte/barboxwipes.c:
14049         * gst/smpte/gstmask.h:
14050         * gst/smpte/gstsmpte.h:
14051         * gst/smpte/paint.c:
14052         * gst/smpte/paint.h:
14053         * gst/udp/gstdynudpsink.h:
14054         * gst/udp/gstmultiudpsink.h:
14055         * gst/udp/gstudpsink.c:
14056         * gst/udp/gstudpsink.h:
14057         * gst/udp/gstudpsrc.c:
14058         * gst/videomixer/videomixer.c:
14059         * gst/wavenc/riff.h:
14060         * gst/wavparse/gstwavparse.h:
14061         * sys/oss/gstossdmabuffer.h:
14062         * sys/oss/gstossmixer.h:
14063         * sys/oss/gstossmixerelement.h:
14064         * sys/oss/gstossmixertrack.h:
14065         * sys/oss/gstosssink.c:
14066         * sys/oss/gstosssink.h:
14067         * sys/oss/gstosssrc.c:
14068         * sys/oss/gstosssrc.h:
14069         * sys/osxaudio/gstosxaudioelement.h:
14070         * sys/osxaudio/gstosxaudiosink.h:
14071         * sys/osxaudio/gstosxaudiosrc.h:
14072           expand tabs
14073
14074 === release 0.10.0 ===
14075
14076 2005-12-05   <thomas (at) apestaart (dot) org>
14077
14078         * configure.ac:
14079           releasing 0.10.0, "Abondance"
14080
14081 2005-12-05  Andy Wingo  <wingo@pobox.com>
14082
14083         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14084         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14085         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14086         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14087         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14088         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14089         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14090         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14091         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14092         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14093         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14094         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14095         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14096         * gst/goom/gstgoom.c: (gst_goom_chain):
14097         * gst/matroska/matroska-demux.c:
14098         (gst_matroska_demux_push_vorbis_codec_priv_data),
14099         (gst_matroska_demux_add_wvpk_header):
14100         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14101         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14102         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14103         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14104         alloc_buffer changes.
14105
14106 2005-12-05  Michael Smith  <msmith@fluendo.com>
14107
14108         * docs/plugins/gst-plugins-good-plugins.args:
14109           Remove args for plugins that aren't in -good.
14110
14111 === release 0.9.7 ===
14112
14113 2005-12-01   <thomas (at) apestaart (dot) org>
14114
14115         * configure.ac:
14116           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14117
14118 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14119
14120         * docs/plugins/.cvsignore:
14121         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14122         * docs/plugins/inspect/plugin-multipart.xml:
14123         * docs/plugins/inspect/plugin-rtp.xml:
14124           add multipart plugin to docs
14125
14126 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14127
14128         * configure.ac:
14129         * ext/Makefile.am:
14130         * ext/pango/Makefile.am:
14131         * ext/pango/gstclockoverlay.c:
14132         * ext/pango/gstclockoverlay.h:
14133         * ext/pango/gsttextoverlay.c:
14134         * ext/pango/gsttextoverlay.h:
14135         * ext/pango/gsttextrender.c:
14136         * ext/pango/gsttextrender.h:
14137         * ext/pango/gsttimeoverlay.c:
14138         * ext/pango/gsttimeoverlay.h:
14139           move pango to base
14140
14141 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14142
14143         * gst/rtp/Makefile.am:
14144         * gst/rtp/gstrtpL16depay.c:
14145         * gst/rtp/gstrtpL16depay.h:
14146         * gst/rtp/gstrtpL16parse.c:
14147         * gst/rtp/gstrtpL16parse.h:
14148         * gst/rtp/gstrtpgsmdepay.c:
14149         * gst/rtp/gstrtpgsmdepay.h:
14150         * gst/rtp/gstrtpgsmparse.c:
14151         * gst/rtp/gstrtpgsmparse.h:
14152           parsers are depayers
14153
14154 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14155
14156         * gst/rtp/Makefile.am:
14157         * gst/rtp/gstasteriskh263.c:
14158         * gst/rtp/gstrtp.c:
14159         * gst/rtp/gstrtpL16enc.c:
14160         * gst/rtp/gstrtpL16enc.h:
14161         * gst/rtp/gstrtpL16parse.c:
14162         * gst/rtp/gstrtpL16parse.h:
14163         * gst/rtp/gstrtpL16pay.c:
14164         * gst/rtp/gstrtpL16pay.h:
14165         * gst/rtp/gstrtpamrdec.c:
14166         * gst/rtp/gstrtpamrdec.h:
14167         * gst/rtp/gstrtpamrdepay.c:
14168         * gst/rtp/gstrtpamrdepay.h:
14169         * gst/rtp/gstrtpamrenc.c:
14170         * gst/rtp/gstrtpamrenc.h:
14171         * gst/rtp/gstrtpamrpay.c:
14172         * gst/rtp/gstrtpamrpay.h:
14173         * gst/rtp/gstrtpdec.c:
14174         * gst/rtp/gstrtpdec.h:
14175         * gst/rtp/gstrtpdepay.c:
14176         * gst/rtp/gstrtpdepay.h:
14177         * gst/rtp/gstrtpg711dec.c:
14178         * gst/rtp/gstrtpg711dec.h:
14179         * gst/rtp/gstrtpg711depay.c:
14180         * gst/rtp/gstrtpg711depay.h:
14181         * gst/rtp/gstrtpg711enc.c:
14182         * gst/rtp/gstrtpg711enc.h:
14183         * gst/rtp/gstrtpg711pay.c:
14184         * gst/rtp/gstrtpg711pay.h:
14185         * gst/rtp/gstrtpgsmenc.c:
14186         * gst/rtp/gstrtpgsmenc.h:
14187         * gst/rtp/gstrtpgsmparse.c:
14188         * gst/rtp/gstrtpgsmparse.h:
14189         * gst/rtp/gstrtpgsmpay.c:
14190         * gst/rtp/gstrtpgsmpay.h:
14191         * gst/rtp/gstrtph263enc.c:
14192         * gst/rtp/gstrtph263enc.h:
14193         * gst/rtp/gstrtph263pay.c:
14194         * gst/rtp/gstrtph263pay.h:
14195         * gst/rtp/gstrtph263pdec.c:
14196         * gst/rtp/gstrtph263pdec.h:
14197         * gst/rtp/gstrtph263pdepay.c:
14198         * gst/rtp/gstrtph263pdepay.h:
14199         * gst/rtp/gstrtph263penc.c:
14200         * gst/rtp/gstrtph263penc.h:
14201         * gst/rtp/gstrtph263ppay.c:
14202         * gst/rtp/gstrtph263ppay.h:
14203         * gst/rtp/gstrtpmp4vdec.c:
14204         * gst/rtp/gstrtpmp4vdec.h:
14205         * gst/rtp/gstrtpmp4vdepay.c:
14206         * gst/rtp/gstrtpmp4vdepay.h:
14207         * gst/rtp/gstrtpmp4venc.c:
14208         * gst/rtp/gstrtpmp4venc.h:
14209         * gst/rtp/gstrtpmp4vpay.c:
14210         * gst/rtp/gstrtpmp4vpay.h:
14211         * gst/rtp/gstrtpmpadec.c:
14212         * gst/rtp/gstrtpmpadec.h:
14213         * gst/rtp/gstrtpmpadepay.c:
14214         * gst/rtp/gstrtpmpadepay.h:
14215         * gst/rtp/gstrtpmpaenc.c:
14216         * gst/rtp/gstrtpmpaenc.h:
14217         * gst/rtp/gstrtpmpapay.c:
14218         * gst/rtp/gstrtpmpapay.h:
14219         * gst/rtp/gstrtpspeexdec.c:
14220         * gst/rtp/gstrtpspeexdec.h:
14221         * gst/rtp/gstrtpspeexdepay.c:
14222         * gst/rtp/gstrtpspeexdepay.h:
14223         * gst/rtp/gstrtpspeexenc.c:
14224         * gst/rtp/gstrtpspeexenc.h:
14225         * gst/rtp/gstrtpspeexpay.c:
14226         * gst/rtp/gstrtpspeexpay.h:
14227           Do burger's rename for rtp payloaders and depayloaders
14228
14229 2005-11-30  Wim Taymans  <wim@fluendo.com>
14230
14231         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14232         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14233         * ext/dv/gstdvdemux.h:
14234         Fix seeking in dvdemux again, add some more debug info.
14235
14236 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14237
14238         * configure.ac:
14239           fix tests
14240
14241 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14242
14243         * PORTED_09:
14244         * docs/random/PORTED_09:
14245           move
14246         * tests/Makefile.am:
14247           add
14248         * win32/gst.sln:
14249           remove
14250
14251 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14252
14253         * Makefile.am:
14254         * check/.cvsignore:
14255         * check/Makefile.am:
14256         * check/elements/.cvsignore:
14257         * check/elements/level.c:
14258         * check/elements/matroskamux.c:
14259         * configure.ac:
14260         * examples/Makefile.am:
14261         * examples/capsfilter/Makefile.am:
14262         * examples/capsfilter/capsfilter1.c:
14263         * examples/gob/Makefile.am:
14264         * examples/gob/gst-identity2.gob:
14265         * examples/gstplay/.cvsignore:
14266         * examples/gstplay/Makefile.am:
14267         * examples/gstplay/player.c:
14268         * examples/indexing/.cvsignore:
14269         * examples/indexing/Makefile.am:
14270         * examples/indexing/indexmpeg.c:
14271         * examples/level/Makefile.am:
14272         * examples/level/README:
14273         * examples/level/demo.c:
14274         * examples/level/plot.c:
14275         * examples/stats/Makefile.am:
14276         * examples/stats/mp2ogg.c:
14277         * examples/switch/.cvsignore:
14278         * examples/switch/Makefile.am:
14279         * examples/switch/switcher.c:
14280           move under tests/
14281
14282 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14283
14284         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14285         (gst_text_render_class_init), (resize_bitmap),
14286         (gst_text_render_render_text), (gst_text_render_setcaps),
14287         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14288         (gst_text_render_chain), (gst_text_render_finalize),
14289         (gst_text_render_init), (gst_text_render_set_property):
14290         * ext/pango/gsttextrender.h:
14291           Add missing files.
14292
14293 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14294
14295         * configure.ac:
14296         * ext/Makefile.am:
14297         * ext/pango/Makefile.am:
14298         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14299         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14300         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14301         * ext/pango/gstclockoverlay.h:
14302         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14303         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14304         (gst_text_overlay_finalize), (gst_text_overlay_init),
14305         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14306         (gst_text_overlay_text_pad_linked),
14307         (gst_text_overlay_text_pad_unlinked),
14308         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14309         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14310         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14311         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14312         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14313         (gst_text_overlay_change_state), (plugin_init):
14314         * ext/pango/gsttextoverlay.h:
14315         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14316         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14317         (gst_time_overlay_class_init), (gst_time_overlay_init):
14318         * ext/pango/gsttimeoverlay.h:
14319           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14320           and add background shading and text wrapping modes. Make 
14321           timoverlay derive from textoverlay. Also add new clockoverlay
14322           element.
14323
14324 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14325
14326         * gst/udp/Makefile.am: Moved to netbuffer.
14327
14328 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14329
14330         * configure.ac:
14331         * PORTED_O9:
14332         * gst/multipart/Makefile.am:
14333         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14334         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14335         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14336         (gst_multipart_demux_change_state),
14337         (gst_multipart_demux_plugin_init):
14338         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14339         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14340         (gst_multipart_mux_sinkconnect),
14341         (gst_multipart_mux_request_new_pad),
14342         (gst_multipart_mux_handle_src_event),
14343         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14344         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14345         0.9.
14346
14347 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14348
14349         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14350         * gst/debug/gstnavigationtest.h:
14351         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14352         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14353         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14354         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14355         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14356         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14357         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14358         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14359         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14360         (gst_video_flip_get_type):
14361         * gst/videofilter/gstvideoflip.h:
14362           update for symbols change
14363
14364 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14365
14366         * gst/udp/gstdynudpsink.c:
14367         * gst/udp/gstudpsrc.c:
14368           the old gstnet lib was renamed gstnetbuffer (#322257)
14369
14370 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14371
14372         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14373         (gst_text_overlay_collected):
14374           Actually render the text from the text pad.
14375
14376 2005-11-29  Edward Hervey  <edward@fluendo.com>
14377
14378         * gst/debug/gstnavseek.c: (gst_navseek_event):
14379         * gst/debug/progressreport.c: (gst_progress_report_event):
14380         Update for GstBaseTransform event virtual method
14381
14382 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14383
14384         * ext/cairo/Makefile.am:
14385           no need to link to videofilter
14386
14387 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14388
14389         * gst/debug/Makefile.am:
14390         * gst/debug/gstnavigationtest.h:
14391         * gst/effectv/Makefile.am:
14392         * gst/effectv/gstaging.c:
14393         * gst/effectv/gstdice.c:
14394         * gst/effectv/gstedge.c:
14395         * gst/effectv/gstquark.c:
14396         * gst/effectv/gstrev.c:
14397         * gst/effectv/gstshagadelic.c:
14398         * gst/effectv/gstvertigo.c:
14399         * gst/effectv/gstwarp.c:
14400         * gst/videofilter/Makefile.am:
14401         * gst/videofilter/gstvideofilter.c:
14402         * gst/videofilter/gstvideofilter.h:
14403         * gst/videofilter/gstvideoflip.h:
14404           remove the videofilter library and link to the one in base
14405
14406 2005-11-28  Edward Hervey  <edward@fluendo.com>
14407
14408         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14409         Useless check now we're setting the current entry correctly.
14410
14411 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14414         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14415         (gst_jpegenc_change_state):
14416           Don't leak input buffer in chain function (fixes #322667); make 
14417           state change function thread-safe; don't repeat the current function
14418           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14419           gst_pad_alloc_buffer(); misc. minor cleanups.
14420
14421 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14422
14423         * gst/matroska/matroska-mux.c:
14424         (gst_matroska_mux_video_pad_setcaps):
14425         Look for pixel-aspect-ratio in caps, not pixel_width and
14426         pixel_height (Fixes: #322645)
14427
14428 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14429
14430         * gst/matroska/matroska-mux.c:
14431         (gst_matroska_mux_video_pad_setcaps):
14432         From Michal Benes:
14433         frame duration should be GST_SECOND / framerate, not
14434         GST_SECOND * framerate. (Fixes: #322643)
14435
14436 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14437
14438         * configure.ac:
14439           fix up GST_PLUGIN_LDFLAGS
14440         * gst/rtsp/rtspconnection.c:
14441           fix includes (see #317043)
14442         * gst/videofilter/Makefile.am:
14443           stop installing this library
14444
14445 2005-11-26  Edward Hervey  <edward@fluendo.com>
14446
14447         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14448         Handle the case where the incoming Video dv stream doesn't have
14449         a pixel aspect ratio set.
14450
14451 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14452
14453         * docs/plugins/Makefile.am:
14454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14456         * ext/flac/gstflacdec.c:
14457           document flacdec
14458
14459 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14460
14461         * docs/plugins/Makefile.am:
14462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14464         * docs/plugins/inspect/plugin-autodetect.xml:
14465         * ext/cairo/gstcairo.c: (plugin_init):
14466         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14467         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14468         (gst_text_overlay_init), (gst_text_overlay_font_init),
14469         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14470         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14471         (gst_text_overlay_text_pad_linked),
14472         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14473         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14474         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14475         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14476         (gst_text_overlay_change_state):
14477         * ext/cairo/gsttextoverlay.h:
14478         * ext/cairo/gsttimeoverlay.c:
14479         (gst_cairo_time_overlay_update_font_height),
14480         (gst_cairo_time_overlay_set_caps),
14481         (gst_cairo_time_overlay_get_unit_size),
14482         (gst_cairo_time_overlay_print_smpte_time),
14483         (gst_cairo_time_overlay_transform),
14484         (gst_cairo_time_overlay_base_init),
14485         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14486         (gst_cairo_time_overlay_get_type):
14487         * ext/cairo/gsttimeoverlay.h:
14488           do some name borgifying
14489           document
14490
14491 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14492
14493         * docs/plugins/Makefile.am:
14494         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14495         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14496         * gst/autodetect/gstautoaudiosink.c:
14497         (gst_auto_audio_sink_base_init):
14498         * gst/autodetect/gstautovideosink.c:
14499         (gst_auto_video_sink_base_init),
14500         (gst_auto_video_sink_factory_filter):
14501           documenting auto*sink
14502           using strstr for the video sink lookup, class field is not ordered
14503         * docs/plugins/inspect/plugin-1394.xml:
14504         * docs/plugins/inspect/plugin-aasink.xml:
14505         * docs/plugins/inspect/plugin-alaw.xml:
14506         * docs/plugins/inspect/plugin-alpha.xml:
14507         * docs/plugins/inspect/plugin-alphacolor.xml:
14508         * docs/plugins/inspect/plugin-auparse.xml:
14509         * docs/plugins/inspect/plugin-autodetect.xml:
14510         * docs/plugins/inspect/plugin-avi.xml:
14511         * docs/plugins/inspect/plugin-cacasink.xml:
14512         * docs/plugins/inspect/plugin-cairo.xml:
14513         * docs/plugins/inspect/plugin-cutter.xml:
14514         * docs/plugins/inspect/plugin-debug.xml:
14515         * docs/plugins/inspect/plugin-dv.xml:
14516         * docs/plugins/inspect/plugin-efence.xml:
14517         * docs/plugins/inspect/plugin-effectv.xml:
14518         * docs/plugins/inspect/plugin-esdsink.xml:
14519         * docs/plugins/inspect/plugin-flac.xml:
14520         * docs/plugins/inspect/plugin-flxdec.xml:
14521         * docs/plugins/inspect/plugin-gconfelements.xml:
14522         * docs/plugins/inspect/plugin-goom.xml:
14523         * docs/plugins/inspect/plugin-jpeg.xml:
14524         * docs/plugins/inspect/plugin-level.xml:
14525         * docs/plugins/inspect/plugin-matroska.xml:
14526         * docs/plugins/inspect/plugin-mulaw.xml:
14527         * docs/plugins/inspect/plugin-navigationtest.xml:
14528         * docs/plugins/inspect/plugin-ossaudio.xml:
14529         * docs/plugins/inspect/plugin-png.xml:
14530         * docs/plugins/inspect/plugin-rtp.xml:
14531         * docs/plugins/inspect/plugin-rtsp.xml:
14532         * docs/plugins/inspect/plugin-shout2send.xml:
14533         * docs/plugins/inspect/plugin-smpte.xml:
14534         * docs/plugins/inspect/plugin-speex.xml:
14535         * docs/plugins/inspect/plugin-udp.xml:
14536         * docs/plugins/inspect/plugin-videobox.xml:
14537         * docs/plugins/inspect/plugin-videoflip.xml:
14538         * docs/plugins/inspect/plugin-videomixer.xml:
14539         * docs/plugins/inspect/plugin-wavenc.xml:
14540         * docs/plugins/inspect/plugin-wavparse.xml:
14541           update for HEAD version
14542
14543 2005-11-25  Michael Smith  <msmith@fluendo.com>
14544
14545         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14546           Patch from Sebastien Cote to close control sockets in udpsrc.
14547
14548 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14549
14550         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14551         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14552         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14553         (gst_quarktv_base_init), (gst_quarktv_class_init),
14554         (gst_quarktv_init): Flush the planes list on reverse caps
14555         negotiation. This was crashing because of differently sized
14556         buffers.
14557
14558 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14559
14560         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14561         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14562         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14563         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14564         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14565         (gst_videoflip_set_property), (gst_videoflip_base_init),
14566         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14567         correctly, fix identity flipping, convert navigation event 
14568         correctly again.
14569
14570 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14571
14572         * configure.ac: back to HEAD
14573
14574 === release 0.9.6 ===
14575
14576 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14577
14578         * configure.ac:
14579           releasing 0.9.6, "Everything's Not Lost"
14580
14581 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14582
14583         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14584         Oops, initialise the framerate GValue
14585
14586 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14587
14588         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14589         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14590         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14591         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14592         (gst_timeoverlay_get_type):
14593         * ext/cairo/gsttimeoverlay.h:
14594         * gst/debug/Makefile.am:
14595         * gst/debug/gstnavigationtest.c:
14596         (gst_navigationtest_handle_src_event),
14597         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14598         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14599         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14600         (gst_navigationtest_init), (gst_navigationtest_get_type),
14601         (plugin_init):
14602         * gst/debug/gstnavigationtest.h:
14603         * gst/effectv/Makefile.am:
14604         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14605         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14606         (gst_agingtv_base_init), (gst_agingtv_class_init),
14607         (gst_agingtv_init), (gst_agingtv_get_type):
14608         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14609         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14610         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14611         (gst_dicetv_get_type):
14612         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14613         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14614         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14615         (gst_edgetv_get_type):
14616         * gst/effectv/gsteffectv.c:
14617         * gst/effectv/gsteffectv.h:
14618         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14619         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14620         (gst_quarktv_change_state), (gst_quarktv_base_init),
14621         (gst_quarktv_class_init), (gst_quarktv_init),
14622         (gst_quarktv_get_type):
14623         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14624         (gst_revtv_get_unit_size), (gst_revtv_transform),
14625         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14626         (gst_revtv_get_type):
14627         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14628         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14629         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14630         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14631         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14632         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14633         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14634         (gst_vertigotv_init), (gst_vertigotv_get_type):
14635         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14636         (gst_warptv_get_unit_size), (gst_warptv_transform),
14637         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14638         (gst_warptv_get_type):
14639         * gst/videofilter/Makefile.am:
14640         * gst/videofilter/gstvideobalance.c:
14641         * gst/videofilter/gstvideobalance.h:
14642         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14643         (gst_videofilter_class_init), (gst_videofilter_init):
14644         * gst/videofilter/gstvideofilter.h:
14645         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14646         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14647         (gst_videoflip_flip), (gst_videoflip_transform),
14648         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14649         (gst_videoflip_base_init), (gst_videoflip_class_init),
14650         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14651         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14652         BaseTransform, it's just a place holder for now and every video
14653         effect plugin has been ported to use BaseTransform features 
14654         directly. QuarkTV was fixed too (was broken), navigationtest works
14655         and best for the end, videoflip converts navigation events depending
14656         on flip method ! Fixes #320953
14657
14658 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14659
14660         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14661         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14662         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14663         (gst_goom_src_negotiate), (gst_goom_chain):
14664         * gst/matroska/matroska-mux.c:
14665         (gst_matroska_mux_video_pad_setcaps):
14666         * sys/osxvideo/osxvideosink.m:
14667           Fixes for API changes
14668
14669 2005-11-23  Michael Smith <msmith@fluendo.com>
14670
14671         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14672         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14673         * ext/jpeg/gstjpegdec.h:
14674         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14675         * ext/jpeg/gstjpegenc.h:
14676         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14677         (gst_smokeenc_resync):
14678         * ext/jpeg/gstsmokeenc.h:
14679           JPEG fractiony goodness.
14680
14681 2005-11-22  Michael Smith <msmith@fluendo.com>
14682
14683         * gst/goom/filters.c:
14684         * gst/goom/graphic.h:
14685           Fix compilation by making some functions static inline instead of
14686           extern inline, matching the way they're used.
14687
14688 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14689
14690         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14691         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14692         * ext/cairo/gsttextoverlay.h:
14693         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14694         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14695         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14696         (gst_pngdec_caps_create_and_set):
14697         * ext/libpng/gstpngdec.h:
14698         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14699         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14700         * gst/avi/gstavimux.c: (gst_avimux_init),
14701         (gst_avimux_vidsinkconnect):
14702         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14703         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14704         (gst_goom_src_negotiate), (gst_goom_chain):
14705         * gst/goom/gstgoom.h:
14706         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14707         * gst/matroska/matroska-mux.c:
14708         (gst_matroska_mux_video_pad_setcaps):
14709         * sys/osxvideo/osxvideosink.h:
14710         * sys/osxvideo/osxvideosink.m:
14711           More fractional framerate conversions 
14712
14713 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14714
14715         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14716         * gst/debug/gstnavigationtest.c:
14717         (gst_navigationtest_handle_src_event):
14718         * gst/videofilter/gstvideofilter.c:
14719         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14720         (gst_videofilter_init):
14721         * gst/videofilter/gstvideofilter.h:
14722           Convert to fractional framerates.
14723
14724 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14725
14726         * ext/aalib/gstaasink.c:
14727         * ext/dv/gstdvdec.c:
14728         * ext/esd/esdmon.c:
14729         * ext/flac/gstflacenc.c:
14730         * ext/gdk_pixbuf/pixbufscale.c:
14731         * ext/libcaca/gstcacasink.c:
14732         * ext/shout2/gstshout2.c:
14733         * gst/alpha/gstalpha.c:
14734         * gst/oldcore/gstaggregator.c:
14735         * gst/oldcore/gstshaper.c:
14736         * gst/smpte/barboxwipes.c:
14737         * gst/smpte/gstsmpte.c:
14738         * gst/videobox/gstvideobox.c:
14739         * gst/videofilter/gstvideoflip.c:
14740         * gst/videomixer/videomixer.c:
14741           fix up more enums
14742
14743 2005-11-22  Michael Smith <msmith@fluendo.com>
14744
14745         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14746         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14747         (gst_videomixer_update_queues):
14748           Fractional framerates, videomixer.
14749
14750 2005-11-22  Michael Smith <msmith@fluendo.com>
14751
14752         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14753         * ext/dv/gstdvdec.h:
14754         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14755         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14756         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14757         (gst_dvdemux_flush):
14758         * ext/dv/gstdvdemux.h:
14759           Fractional framerates for DV. 
14760
14761 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         * gst/autodetect/gstautoaudiosink.c:
14764         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14765         * gst/autodetect/gstautovideosink.c:
14766         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14767           Use gst_plugin_feature_list_free() to free feature list and
14768           in the case of autovideosink free the list at all. Also
14769           miscellaneous cosmetic fixes.
14770
14771 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14772
14773         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14774         (gst_cutter_set_property), (gst_cutter_get_caps):
14775           copy calculation code from level; remove use of some audio
14776           functions
14777
14778 2005-11-22  Andy Wingo  <wingo@pobox.com>
14779
14780         * Update for gst_tag_setter API changes.
14781
14782 2005-11-22  Andy Wingo  <wingo@pobox.com>
14783
14784         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14785         (gst_dvdemux_demux_frame)
14786         * ext/flac/gstflacdec.c (gst_flacdec_write)
14787         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14788         (gst_flacenc_sink_event)
14789         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14790         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14791         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14792         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14793         * gst/auparse/gstauparse.c (gst_auparse_chain)
14794         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14795         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14796         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14797         (gst_avi_demux_handle_seek)
14798         * gst/goom/gstgoom.c (gst_goom_event)
14799         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14800         * gst/matroska/matroska-demux.c
14801         (gst_matroska_demux_handle_seek_event)
14802         (gst_matroska_demux_loop_stream_parse_id)
14803         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14804         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14805         (gst_wavparse_stream_headers): Run update-funcnames.
14806
14807 2005-11-22  Edward Hervey  <edward@fluendo.com>
14808
14809         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14810         (gst_dv1394src_init), (gst_dv1394src_dispose),
14811         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14812         (gst_dv1394src_uri_set_uri):
14813         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14814         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14815         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14816         URIHandler interface and element properties are now properly
14817         synchronized for DV1394src and UDPSrc
14818
14819 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         * ext/flac/Makefile.am:
14822         * ext/speex/Makefile.am:
14823           libgsttagedit has been renamed to libgsttag.
14824
14825 2005-11-21  Wim Taymans  <wim@fluendo.com>
14826
14827         * gst/rtsp/rtspconnection.c: (read_body):
14828         Apply patch from Sebastien Cote to fix #319184.
14829
14830 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14831
14832         * configure.ac:
14833         * gst/cutter/Makefile.am:
14834         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14835         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14836         (gst_cutter_set_property), (gst_cutter_get_property),
14837         (plugin_init), (gst_cutter_get_caps):
14838           port cutter
14839         * gst/level/gstlevel.c:
14840           fix up plugin details
14841
14842 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14843
14844         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14845         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14846         (gst_flacdec_src_event):
14847         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14848         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14849         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14850         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14851         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14852         (gst_flxdec_sink_event_handler):
14853         * gst/matroska/matroska-demux.c:
14854         (gst_matroska_demux_handle_seek_event):
14855         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14856           Update for stream lock API changes: don't take stream log
14857           in sink event handlers any longer and change GST_STREAM_LOCK
14858           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14859           functions.
14860
14861 2005-11-21  Michael Smith <msmith@fluendo.com>
14862
14863         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14864           gst_object_unref, not g_object_unref
14865
14866 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14867
14868         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14869         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14870           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14871
14872 2005-11-21  Michael Smith <msmith@fluendo.com>
14873
14874         * gst/auparse/Makefile.am:
14875         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14876         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14877         (gst_auparse_change_state):
14878         * gst/auparse/gstauparse.h:
14879           Partially fix #161712. playbin still doesn't work on these files,
14880           (on the bug report, Andy says we aren't typefinding it for some
14881           reason?) but at least auparse isn't totally busted like it was before.
14882
14883 2005-11-21  Andy Wingo  <wingo@pobox.com>
14884
14885         * *.h:
14886         * *.c: Ran scripts/update-macros. Oh yes.
14887
14888 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14889
14890         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14891           Filler events are gone for now, comment out section generating
14892           them.
14893
14894 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14895
14896         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14897         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14898         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14899         * sys/osxvideo/osxvideosink.m:
14900           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14901           (#322027)
14902
14903 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14904
14905         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14906         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14907         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14908         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14909         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14910         (gst_avi_demux_stream_data):
14911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14912         * gst/wavenc/gstwavenc.c: (write_metadata):
14913         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14914         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14915         Fixes for GST_FOURCC_FORMAT API change.
14916
14917 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14918
14919         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14920         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14921         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14922         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14923         (gst_text_overlay_change_state):
14924         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14925         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14926         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14927         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14928         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14929         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14930         (gst_videomixer_change_state):
14931           Fix for collect pads API change. Also fix textoverlay state
14932           change function.
14933
14934 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14935
14936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14937         GST_PAD_IS_USABLE by something approaching it.
14938
14939 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14940
14941         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14942         API changes.
14943         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14944         but also fix the code that was not checking return values from
14945         pad_push neither using pad_alloc_buffer.
14946
14947 2005-11-18  Edward Hervey  <edward@fluendo.com>
14948
14949         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14950         (gst_pngenc_chain):
14951         Added debug category
14952         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14953         goes to EOS.
14954
14955 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14956
14957         * gst/rtp/Makefile.am
14958         * gst/rtp/gstrtp.c
14959         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14960         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14961         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14962         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14963         * gst/rtp/gstrtpg711enc.h:
14964         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14965         * gst/rtp/gstrtpspeexenc.c:
14966         * gst/rtp/gstrtpspeexenc.h:
14967         * gst/rtp/gstrtpspeexdec.c:
14968         * gst/rtp/gstrtpspeexdec.h:
14969         Created Speex payloader and depayloader; Optimize G711 payloader to
14970         use adapter and send packets until MTU size.
14971
14972 2005-11-16  Wim Taymans  <wim@fluendo.com>
14973
14974         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14975         Fix leak in check.
14976
14977 2005-11-16  Wim Taymans  <wim@fluendo.com>
14978
14979         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14980         Fix state change.
14981
14982 2005-11-16  Andy Wingo  <wingo@pobox.com>
14983
14984         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14985         (gst_udpsrc_create): Move comment.
14986
14987 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14988
14989         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14990
14991         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14992           When seeking, seek to closest index entry at or before the requested
14993           seek position, not just the closest one (#321001).
14994
14995 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14998         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14999           Invert DIB images again (see #132341).
15000
15001 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15002
15003         * configure.ac:
15004           rework configure.ac file
15005         * ext/aalib/gstaasink.c:
15006         * ext/cairo/gstcairo.c:
15007         * ext/dv/gstdv.c:
15008         * ext/esd/gstesd.c:
15009         * ext/flac/gstflac.c:
15010         * ext/gconf/gstgconfelements.c:
15011         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15012         * ext/jpeg/gstjpeg.c:
15013         * ext/ladspa/gstladspa.c:
15014         * ext/libcaca/gstcacasink.c:
15015         * ext/libmng/gstmng.c:
15016         * ext/libpng/gstpng.c:
15017         * ext/mikmod/gstmikmod.c:
15018         * ext/pango/gsttextoverlay.c:
15019         * ext/pango/gsttimeoverlay.c:
15020         * ext/raw1394/gst1394.c:
15021         * ext/speex/gstspeex.c:
15022         * gst/alpha/Makefile.am:
15023         * gst/alpha/gstalpha.c:
15024         * gst/alpha/gstalphacolor.c:
15025         * gst/auparse/gstauparse.c:
15026         * gst/autodetect/gstautoaudiosink.c:
15027         (gst_auto_audio_sink_factory_filter),
15028         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15029         * gst/autodetect/gstautodetect.c:
15030         * gst/avi/gstavi.c:
15031         * gst/cutter/gstcutter.c:
15032         * gst/debug/efence.c:
15033         * gst/debug/gstdebug.c:
15034         * gst/debug/gstnavigationtest.c:
15035         * gst/effectv/gsteffectv.c:
15036         * gst/flx/gstflxdec.c:
15037         * gst/goom/gstgoom.c:
15038         * gst/interleave/plugin.c:
15039         * gst/law/alaw.c:
15040         * gst/law/mulaw.c:
15041         * gst/level/gstlevel.c:
15042         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15043         * gst/matroska/matroska.c:
15044         * gst/median/gstmedian.c:
15045         * gst/monoscope/gstmonoscope.c:
15046         * gst/multipart/multipart.c:
15047         * gst/oldcore/gstelements.c:
15048         * gst/rtp/gstrtp.c:
15049         * gst/rtsp/gstrtsp.c:
15050         * gst/smoothwave/gstsmoothwave.c:
15051         * gst/smpte/gstsmpte.c:
15052         * gst/udp/gstudp.c:
15053         * gst/videobox/gstvideobox.c:
15054         * gst/videofilter/gstgamma.c:
15055         * gst/videofilter/gstvideobalance.c:
15056         * gst/videofilter/gstvideoflip.c:
15057         * gst/videofilter/gstvideotemplate.c:
15058         * gst/videomixer/videomixer.c:
15059         * gst/wavenc/gstwavenc.c:
15060         * gst/wavparse/gstwavparse.c:
15061         * sys/oss/gstossaudio.c:
15062         * sys/osxaudio/gstosxaudio.c:
15063           update GST_PLUGIN_DEFINE
15064         * gst/rtp/Makefile.am:
15065         * gst/rtp/gstasteriskh263.c:
15066           check for htons/htonl headers and possibly link to winsock2 lib
15067
15068 2005-11-12  Edward Hervey  <edward@fluendo.com>
15069
15070         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15071         Only GST_DEBUG() information on the valid components.
15072
15073 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15074
15075         * configure.ac: back to HEAD
15076
15077 === release 0.9.5 ===
15078
15079 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15080
15081         * configure.ac:
15082           releasing 0.9.5, "Phone Alarm"
15083
15084 2005-11-11  Edward Hervey  <edward@fluendo.com>
15085
15086         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15087         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15088         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15089         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15090         (gst_avi_demux_loop):
15091         * gst/avi/gstavidemux.h:
15092         Yeah, implement proper seeking. Exact seeking and segment seeking.
15093         Still need to do some checks for segment_stop.
15094
15095 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15096
15097         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15098
15099         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15100           Don't try to ready buffer duration from buffer that we don't
15101           own any  longer and that might already have been unreffed.
15102           (#321136)
15103
15104 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15105
15106         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15107         (flx_decode_delta_flc), (gst_flxdec_chain):
15108         Attempting to optimize the code for embedded systems.
15109
15110 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15111
15112         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15113
15114         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15115           Don't re-use already closed file descriptor. (#320920)
15116
15117 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15118
15119         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15120         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15121         (gst_oss_sink_prepare):
15122         * sys/oss/gstosssink.h:
15123           Cache probed caps; fix debug output for SET_PARAM macros.
15124
15125 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15126
15127         * ext/cairo/Makefile.am:
15128         * ext/cairo/gstcairo.c: (plugin_init):
15129         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15130         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15131         (gst_text_overlay_init), (gst_text_overlay_font_init),
15132         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15133         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15134         (gst_text_overlay_text_pad_linked),
15135         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15136         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15137         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15138         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15139         (gst_text_overlay_change_state):
15140         * ext/cairo/gsttextoverlay.h:
15141           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15142           property and redo positioning. Doesn't handle upstream renegotiation
15143           yet though.
15144
15145 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15146
15147         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15148         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15149         (gst_avi_demux_loop):
15150           No need to take the STREAM_LOCK in the loop function. Improve
15151           some debug messages. Don't leak pad names in debug messages.
15152
15153 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15154
15155         * gst/matroska/matroska-demux.c:
15156         (gst_matroska_demux_push_vorbis_codec_priv_data),
15157         (gst_matroska_demux_add_wvpk_header):
15158           Don't error out when the source pad isn't linked.
15159
15160 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15161
15162         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15163         (gst_gconf_audio_sink_change_state):
15164         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15165         (gst_gconf_video_sink_change_state):
15166           Fix state change functions here as well and set kid
15167           to NULL state before removing it.
15168
15169 2005-11-01  Edward Hervey  <edward@fluendo.com>
15170
15171         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15172         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15173         Added proper event handlind, 
15174         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15175         ignored),
15176         and don't set a duration of 0 for buffers otherwise they are discarded
15177         by GstBaseSink.
15178
15179         GstWavEnc needs some serious loving, after going through the code I'm
15180         really wondering how this can stay in -good ...
15181
15182 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15183
15184         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15185         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15186         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15187         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15188         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15189         (gst_matroska_mux_collected):
15190           Fix leaks and invalid memory access as reported by valgrind
15191
15192 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15193
15194         Patch by: Michal Benes <michal.benes@xeris.cz>
15195
15196         * check/Makefile.am:
15197         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15198         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15199         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15200           add a unit test for matroskamux
15201           fix the bugs that the unit test exposed
15202
15203 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15204
15205         * gst/autodetect/gstautoaudiosink.c:
15206         (gst_auto_audio_sink_class_init),
15207         (gst_auto_audio_sink_change_state):
15208         * gst/autodetect/gstautovideosink.c:
15209         (gst_auto_video_sink_class_init),
15210         (gst_auto_video_sink_change_state):
15211           Fix state change function and use GST_DEBUG_FUNCPTR in
15212           class_init.
15213
15214 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15215
15216         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15217
15218         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15219         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15220         * gst/matroska/ebml-write.h:
15221         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15222           Set timestamps on outgoing ebml headers as well, so that the
15223           element after matroskamux can get the timestamp already when
15224           reading the first ebml element and doesn't have to wait for
15225           the actual data buffer for that (#320308).
15226           
15227 2005-10-31  Andy Wingo  <wingo@pobox.com>
15228
15229         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15230         (gst_videomixer_pad_link): Kill some memleaks.
15231         (gst_videomixer_pad_get_property): Style fix.
15232         (gst_videomixer_pad_set_property): Style fix.
15233         (gst_videomixer_pad_init): Style fix.
15234         (gst_videomixer_update_queues): Kill memleak.
15235         (gst_videomixer_loop): Kill memleak.
15236         (gst_videomixer_collected): Kill memleak.
15237
15238 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15239
15240         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15241         gst_auparse_change_state:
15242         Just some cleanup.
15243
15244 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15245
15246         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15247         Add checks to GST_FLOW_NOT_LINKED for values returned
15248         from gst_pad_push.
15249         
15250 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15251
15252         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15253         (gst_rtpg711dec_process):
15254         * gst/rtp/gstrtpgsmenc.c:
15255         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15256         are never set. This is important for the g711 to work with burger's rtpbin
15257         element.
15258
15259 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15260
15261         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15262         (gst_speexenc_push_buffer):
15263         Add checks for return values from gst_pad_push and
15264         gst_pad_alloc_buffer.
15265
15266 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15267
15268         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15271         (gst_matroska_demux_parse_info),
15272         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15273         (gst_matroska_demux_parse_cluster):
15274         * gst/matroska/matroska-ids.h:
15275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15276         (gst_matroska_mux_init), (gst_matroska_mux_start),
15277         (gst_matroska_mux_create_buffer_header),
15278         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15279         (gst_matroska_mux_get_property):
15280         * gst/matroska/matroska-mux.h:
15281           Add SimpleBlock support to matroska demuxer and muxer (part of
15282           Matroska v2). (#319731)
15283
15284 2005-10-28  Wim Taymans  <wim@fluendo.com>
15285
15286         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15287         (gst_jpeg_dec_change_state):
15288         * ext/jpeg/gstjpegdec.h:
15289         Cleanups. Don't create caps for every chain.
15290
15291 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15292
15293         * gst/law/alaw-encode.c: (gst_alawenc_init),
15294         (alawenc_setcaps), (gst_alawenc_chain)
15295         * gst/law/alaw-encode.h:
15296         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15297         (mulawenc_setcaps), (gst_mulawenc_chain)
15298         * gst/law/mulaw-encode.h:
15299         Set timestamp on buffer and it allows RTP G711 elements
15300         work properly.
15301
15302 2005-10-27  Wim Taymans  <wim@fluendo.com>
15303
15304         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15305         Set correct format on oss instead of a silly value. 
15306
15307 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15308
15309         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15310         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15311         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15312         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15313         I420 rendering as well, doesn't bring much for my platform.
15314         Might help on some other platforms.
15315
15316 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15317
15318         * gst/rtp/gstrtpgsmenc.c:
15319         * gst/rtp/gstrtpgsmparse.c:
15320         Declaring the padtemplate correctly.
15321
15322 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15323
15324         * gst/rtp/gstrtpg711dec.c:
15325         * gst/rtp/gstrtpg711enc.c:
15326         * gst/rtp/gstrtpgsmenc.c:
15327         * gst/rtp/gstrtpgsmparse.c:
15328         Setting the proper copyright notice.
15329
15330 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15331
15332         * gst/videobox/Makefile.am: Use liboil.
15333         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15334         (gst_video_box_set_property), (gst_video_box_transform_caps),
15335         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15336         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15337         using liboil. Will dot the same to I420 border generation
15338         tomorrow.
15339
15340 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15341
15342         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15343         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15344         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15345         * gst/rtp/gstrtpg711dec.h:
15346         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15347         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15348         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15349         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15350         (gst_rtpgsmenc_handle_buffer):
15351         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15352         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15353         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15354         * gst/rtp/gstrtpgsmparse.h:
15355         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15356         inherits from the basertpdepayloader.
15357
15358 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15359
15360         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15361         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15362         (gst_video_box_ayuv): Removing this forgotten debug.
15363
15364 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15365
15366         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15367         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15368         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15369
15370 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15371
15372         * sys/oss/gstossaudio.c:
15373         * sys/oss/gstossdmabuffer.c:
15374         * sys/oss/gstosshelper.c:
15375         * sys/oss/gstossmixer.c:
15376         * sys/oss/gstossmixerelement.c:
15377         * sys/oss/gstossmixertrack.c:
15378         * sys/oss/gstosssink.c:
15379         * sys/oss/gstosssrc.c:
15380           Actually use the 'oss' debug category we register.
15381
15382 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15383
15384         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15385         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15386         Use gst_pad_get_parent and drop the ref that was added through
15387         that call.
15388
15389 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15390
15391         * gst/rtp/gstrtpgsmenc.c:
15392           Fix compilation
15393
15394 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15395
15396         * gst/rtp/gstrtpg711dec.c
15397         Just removed a couple of lines of weird code used during
15398         development/test time.
15399
15400 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15401
15402         * gst/rtp/Makefile.am
15403         * gst/rtp/gstrtp.c
15404         * gst/rtp/gstrtpg711enc.c
15405         * gst/rtp/gstrtpg711enc.h
15406         * gst/rtp/gstrtpg711dec.c
15407         * gst/rtp/gstrtpg711dec.h
15408         Created G711 payloader and depayloader (it supports mulaw and alaw
15409         (dec)encoders)
15410
15411 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15412
15413         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15414         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15415         Doh ! I introduced wingo's bug again ! Sorry...
15416
15417 2005-10-25  Christian Schaller <christian@fluendo.com> 
15418
15419         * gst/rtp/Makefile.am: add missing header files for disting
15420
15421 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15422
15423         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15424         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15425         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15426         (gst_rtpgsmenc_handle_buffer):
15427         * gst/rtp/gstrtpgsmenc.h:
15428         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15429         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15430         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15431         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15432         * gst/rtp/gstrtpgsmparse.h:
15433         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15434
15435 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15436
15437         * ext/libpng/gstpngdec.c: (user_info_callback),
15438         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15439         a newsegment event, move some redundant code in a single place.
15440
15441 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15442
15443         * ext/libpng/gstpngdec.c: (user_info_callback),
15444         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15445         hack to get correct colors order when we have a png image with
15446         alpha channel.
15447
15448 2005-10-24  Edward Hervey  <edward@fluendo.com>
15449
15450         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15451         Call gst_element_no_more_pads when there will be no more pads.
15452
15453 2005-10-24  Wim Taymans  <wim@fluendo.com>
15454
15455         * gst/rtp/Makefile.am:
15456         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15457         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15458         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15459         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15460         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15461         (gst_asteriskh263_plugin_init):
15462         * gst/rtp/gstasteriskh263.h:
15463         * gst/rtp/gstrtp.c: (plugin_init):
15464         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15465         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15466         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15467         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15468         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15469         (gst_rtph263enc_plugin_init):
15470         * gst/rtp/gstrtph263enc.h:
15471         Added two new payloaders, an RFC 2190 payloader for h263 and
15472         a payload convertor for an asterisk server.
15473
15474 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15475
15476         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15477           Set bytes_per_sample correctly (is not always 4, but 
15478           depends on width and number of channels).
15479
15480 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15481
15482         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15483         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15484         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15485         (gst_flacenc_sink_event), (gst_flacenc_chain),
15486         (gst_flacenc_set_property), (gst_flacenc_get_property),
15487         (gst_flacenc_change_state):
15488         * ext/flac/gstflacenc.h:
15489           Fix seeking, so that flacenc can rewrite the header with the
15490           correct duration and amount of samples and all that at EOS;
15491           also set timestamps and granulepos on outgoing buffers; add
15492           debug category; fix state change function.
15493           
15494 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15495
15496         * gst/videomixer/videomixer.c: Don't restrict video geometry
15497         from 16 to 4096.
15498
15499 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15500
15501         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15502         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15503         Fix caps negotiation correctly, add debugging category.
15504
15505 2005-10-24  Christian Schaller  <christian@fluendo.com>
15506
15507         * configure.ac: Port over Thomas's change from base listing all plugins
15508
15509 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15510
15511         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15512         a sink pad.
15513
15514 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15515
15516         * configure.ac:
15517         * docs/upload.mak:
15518           back to HEAD
15519
15520 === release 0.9.4 ===
15521
15522 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15523
15524         * configure.ac:
15525           Releasing 0.9.4, "Dromiceiomimus"
15526
15527 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15528
15529         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15530         (gst_speexenc_src_query):
15531           Add position and duration query, fix query type function.
15532           
15533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15534         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15535           Let's not set non-fixed caps on source pads.
15536
15537 2005-10-21  Wim Taymans  <wim@fluendo.com>
15538
15539         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15540         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15541         (gst_avi_demux_handle_seek):
15542         Set correct stream_time in newsegment event.
15543         avi can also handle a duration query now.
15544
15545 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         * gst/matroska/matroska-demux.c:
15548         (gst_matroska_demux_handle_src_query),
15549         (gst_matroska_demux_handle_seek_event),
15550         (gst_matroska_demux_loop_stream_parse_id):
15551           Fix duration query; fix basetime in newsegment event after
15552           seek; fix duration in initial newsegment event.
15553
15554         * gst/matroska/matroska-mux.c:
15555         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15556           Extract number of channels and samplerate from vorbis headers;
15557           add some debug messages when querying the durations of the
15558           input streams.
15559
15560 2005-10-20  Wim Taymans  <wim@fluendo.com>
15561
15562         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15563         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15564         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15565         Set stream time correctly in newsegment.
15566
15567 2005-10-20  Wim Taymans  <wim@fluendo.com>
15568
15569         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15570         Correctly fill in the stream time.
15571
15572 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15573
15574         * check/elements/level.c: (GST_START_TEST):
15575         * gst/level/gstlevel.c: (gst_level_message_new):
15576         * gst/level/level-example.c: (message_handler):
15577           use ELEMENT messages instead
15578
15579 2005-10-19  Wim Taymans  <wim@fluendo.com>
15580
15581         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15582         (gst_dvdemux_src_query):
15583         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15584         (gst_flacdec_src_query):
15585         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15586         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15587         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15588         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15589         * gst/debug/progressreport.c: (gst_progress_report_report):
15590         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15591         * gst/matroska/matroska-demux.c:
15592         (gst_matroska_demux_handle_src_query):
15593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15594         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15595         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15596         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15597         (gst_wavparse_srcpad_event):
15598         API change fix.
15599
15600 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15601
15602         * gst/goom/filters.c:
15603         * gst/goom/graphic.h:
15604         * gst/goom/lines.c:
15605           Make inline functions either 'static inline' or 'extern inline',
15606           otherwise the Forte compiler apparently won't inline them (#317300).
15607
15608 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15609
15610         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15611         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15612         (user_info_callback), (user_endrow_callback), (user_end_callback),
15613         (user_read_data), (gst_pngdec_caps_create_and_set),
15614         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15615         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15616         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15617         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15618         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15619         very nice and handle push/pull based model. if you have filesrc
15620         connected to it, it will do random access to load the png file.
15621         If you have a network source that can't do _getrange, it does 
15622         progressive loading through the chain function.
15623         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15624         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15625         thanks to Master Wim Taymans ;-)
15626
15627 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15628
15629         * gst/matroska/Makefile.am:
15630         * gst/matroska/ebml-read.c:
15631         * gst/matroska/ebml-read.h:
15632         * gst/matroska/matroska-demux.c:
15633         * gst/matroska/matroska-demux.h:
15634         * gst/matroska/matroska.c: (plugin_init):
15635           Ported matroska demuxer to 0.9.
15636
15637 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15638
15639         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15640
15641         * gst/matroska/matroska-mux.c:
15642         (gst_matroska_mux_video_pad_setcaps),
15643         (gst_matroska_mux_audio_pad_setcaps):
15644           Fix mpeg4 input handling (#318847); also, while we're at it,
15645           fix media type for Motion-JPEG: should be image/jpeg.
15646
15647 2005-10-18  Wim Taymans  <wim@fluendo.com>
15648
15649         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15650         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15651         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15652         Fix for segment-start/stop API change.
15653
15654 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15655
15656         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15657         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15658         way.
15659
15660 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15661
15662         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15663         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15664         output declared in transform_caps.
15665
15666 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15667
15668         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15669
15670 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15671
15672         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15673         (gst_video_box_get_unit_size): Fix wrong size calculations and
15674         implement get_unit_size correctly.
15675
15676 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15677
15678         * configure.ac:
15679           Enable flx plugin.
15680
15681         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15682           Fix gcc4 signedness issue.
15683
15684 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15685
15686         * configure.ac: Adding videomixer.
15687         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15688         (user_read_data), (gst_pngdec_chain): More debugging.
15689         * gst/alpha/Makefile.am: Adding alphacolor
15690         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15691         (gst_alpha_color_class_init), (gst_alpha_color_init),
15692         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15693         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15694         (plugin_init): Ported to 0.9 using in place base tranform.
15695         * gst/videomixer/Makefile.am:
15696         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15697         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15698         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15699         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15700         (gst_videomixer_init), (gst_videomixer_getcaps),
15701         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15702         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15703         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15704         to 0.9 using collectpads.
15705
15706 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15707
15708         * configure.ac:
15709         * gst/flx/Makefile.am:
15710         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15711         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15712         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15713         * gst/flx/gstflxdec.h:
15714         flx plugin ported to 0.9
15715
15716 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15717
15718         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15719           use new gst_version_string()
15720
15721 2005-10-16  Andy Wingo  <wingo@pobox.com>
15722
15723         * configure.ac: GLIB_CHECK.
15724
15725 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15726
15727         * ext/libpng/Makefile.am:
15728         * ext/libpng/gstpng.c: (plugin_init):
15729         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15730         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15731         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15732
15733 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15734
15735         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15736
15737         * configure.ac:
15738         * gst/matroska/Makefile.am:
15739         * gst/matroska/ebml-ids.h:
15740         * gst/matroska/ebml-write.c:
15741         * gst/matroska/ebml-write.h:
15742         * gst/matroska/matroska-ids.h:
15743         * gst/matroska/matroska-mux.c:
15744         * gst/matroska/matroska-mux.h:
15745         * gst/matroska/matroska.c: (plugin_init):
15746           Port matroska muxer to 0.9 (#318847).
15747
15748 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15749
15750         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15751         (comment_init), (comment_add):
15752           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15753           use GST_READ_UINT32_LE() and friends rather than the private
15754           implementation of those same macros.
15755
15756 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15757
15758         * examples/stats/mp2ogg.c:
15759           more typo fixes
15760
15761 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15762
15763         * examples/indexing/indexmpeg.c: (main):
15764         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15765         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15766         * ext/esd/esdmon.h:
15767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15768         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15769         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15770         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15771         * gst/avi/gstavimux.c: (gst_avimux_init):
15772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15773         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15774         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15775         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15776         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15777         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15778         * gst/oldcore/gstmultifilesrc.h:
15779         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15780         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15781         (gst_pipefilter_change_state):
15782         * gst/oldcore/gstpipefilter.h:
15783         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15784         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15785         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15786         * sys/osxaudio/gstosxaudiosink.h:
15787         * sys/osxaudio/gstosxaudiosrc.h:
15788           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15789           moved bitshift from macro to enum definition
15790
15791 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15792
15793         * ext/Makefile.am:
15794         * ext/cairo/Makefile.am:
15795         * ext/cairo/gstcairo.c: (plugin_init):
15796         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15797         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15798         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15799         * ext/cairo/gsttimeoverlay.h:
15800           update of cairo-based timeoverlay to 1.0 Cairo API
15801           doesn't work yet for resizing of output sink
15802
15803 2005-10-11  Wim Taymans  <wim@fluendo.com>
15804
15805         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15806         newsegment API fix.
15807
15808 2005-10-11  Wim Taymans  <wim@fluendo.com>
15809
15810         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15811         (gst_dvdemux_demux_frame):
15812         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15813         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15814         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15815         (gst_avi_demux_handle_seek):
15816         * gst/goom/gstgoom.c: (gst_goom_event):
15817         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15818         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15819         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15820         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15821         (gst_wavparse_srcpad_event):
15822         newsegment API update.
15823
15824 2005-10-11  Andy Wingo  <wingo@pobox.com>
15825
15826         * ext/speex/gstspeexenc.c: Signedness cleanups.
15827
15828 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15829
15830         * PORTED_09:
15831         * ext/speex/Makefile.am:
15832         * ext/speex/gstspeex.c:
15833         * ext/speex/gstspeexenc.c:
15834         Speexenc ported to 0.9
15835
15836 2005-10-10  Wim Taymans  <wim@fluendo.com>
15837
15838         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15839         (gst_oss_sink_init), (gst_oss_sink_set_property),
15840         (gst_oss_sink_get_property), (gst_oss_sink_open),
15841         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15842         * sys/oss/gstosssink.h:
15843         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15844         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15845         (gst_oss_src_prepare):
15846         Cleanups, make device configurable in the sink, handle and report
15847         errors.
15848
15849 2005-10-10  Wim Taymans  <wim@fluendo.com>
15850
15851         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15852         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15853         Make sure element is NULL before removing from the bin.
15854
15855 2005-10-07  Andy Wingo  <wingo@pobox.com>
15856
15857         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15858         block forever in a read().
15859         (gst_dv1394src_bus_reset): Post a message when the cable is
15860         unplugged.
15861         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15862         (gst_dv1394src_bus_reset): Don't unref the message.
15863
15864         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15865         hacking. The only change should be that the state change stuff was
15866         put into basesrc's start() and stop() routines, which coalesces
15867         some steps.
15868
15869 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15870
15871         * configure.ac:
15872           Add check for mmap
15873           
15874         * gst/debug/Makefile.am:
15875           Only compile efence plugin on systems that have mmap.
15876
15877 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15878
15879         * gst/debug/Makefile.am:
15880         * gst/debug/breakmydata.c:
15881         * gst/debug/gstdebug.c:
15882         * gst/debug/gstnavigationtest.c:
15883         * gst/debug/gstnavseek.c: 
15884         * gst/debug/gstnavseek.h:
15885         * gst/debug/progressreport.c: 
15886         * gst/debug/testplugin.c:
15887           Port progressreport, navseek, navigationtest, testsink and
15888           breakmydata.
15889
15890 2005-10-05  Edward Hervey  <edward@fluendo.com>
15891
15892         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15893         (gst_dvdemux_src_query):
15894         Fixes for better conversion
15895
15896 2005-10-04  Michael Smith <msmith@fluendo.com>
15897
15898         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15899         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15900         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15901         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15902           Set state of elements to NULL before removing from bins.
15903           Set state of test element to NULL if we failed to move it to READY
15904
15905 2005-10-04  Edward Hervey  <edward@fluendo.com>
15906
15907         * ext/dv/Makefile.am:
15908         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15909         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15910         Corrected the query function for position so it doesn't forget what
15911         format was asked, and calls the conversion functions on the correct pad.
15912
15913 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15914
15915         * configure.ac:
15916           back to development
15917
15918 === release 0.9.3 ===
15919
15920 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15921
15922         * configure.ac:
15923           Releasing 0.9.3, "Aramis"
15924
15925 2005-10-03  Andy Wingo  <wingo@pobox.com>
15926
15927         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15928         error returns.
15929
15930 2005-10-02  Andy Wingo  <wingo@pobox.com>
15931
15932         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15933
15934         * ext/flac/gstflacenc.c: Ported to 0.9.
15935
15936         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15937
15938         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15939         and link to gsttagedit. Enable flacenc.
15940
15941         * ext/flac/gstflacdec.c: Re-enable tag reading.
15942
15943 2005-09-30  Wim Taymans  <wim@fluendo.com>
15944
15945         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15946         * gst/rtp/gstrtpgsmparse.c:
15947         * gst/rtp/gstrtph263penc.c:
15948         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15949         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15950         (gst_rtpmp4venc_set_property):
15951         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15952         Various class and caps fixes from Andre Magalhaes (andrunko)
15953
15954 2005-09-29  Wim Taymans  <wim@fluendo.com>
15955
15956         * gst/level/level-example.c: (main):
15957         Update for new bus API.
15958
15959 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15960
15961         * configure.ac:
15962           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15963           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15964
15965 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15966
15967         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15968           Fix playback of mono streams (bytes_per_sample should be set
15969           from the sample width and the number of channels negotiated,
15970           and not just be set to 4) (#317338)
15971
15972 2005-09-26  Wim Taymans  <wim@fluendo.com>
15973
15974         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15975         (gst_rtpmpaenc_handle_buffer):
15976         Set buffer duration correctly.
15977
15978 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15979
15980         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15981         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15982         (gst_avi_demux_change_state):
15983           Don't crash when encountering a stream with an unknown fourcc or
15984           codec id. Instead, create a pad of type video/x-avi-unknown or
15985           audio/x-avi-unknown, which as a side-effect also results in less
15986           confusing error messages in players ('no decoder' vs. 'no streams');
15987           minor fixes to state change function and class_init function.
15988
15989 2005-09-24  Wim Taymans  <wim@fluendo.com>
15990
15991         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15992         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15993         These are sinks.
15994
15995 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15996
15997         * check/elements/level.c: (GST_START_TEST):
15998           fix test for new GstClockTime use
15999         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16000         (gst_level_transform_ip):
16001         * gst/level/gstlevel.h:
16002           fix up the decay peak, ensuring the decay peak is never lower
16003           than the peak for that interval
16004
16005 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16006
16007         * docs/plugins/gst-plugins-good-plugins.args:
16008         * docs/plugins/inspect/plugin-alpha.xml:
16009         * docs/plugins/inspect/plugin-rtp.xml:
16010         * gst/level/gstlevel.c: (gst_level_set_caps),
16011         (gst_level_transform_ip):
16012           updating docs
16013
16014 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16015
16016         * Makefile.am:
16017         * check/elements/level.c: (GST_START_TEST):
16018         * gst/level/Makefile.am:
16019         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16020         (gst_level_set_property), (gst_level_get_property),
16021         (gst_level_set_caps), (gst_level_message_new),
16022         (gst_level_transform_ip):
16023         * gst/level/gstlevel.h:
16024         * gst/level/level-example.c: (message_handler), (main):
16025           convert to using GstClockTime for all time values, finally.
16026
16027 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16028
16029         * gst/auparse/Makefile.am:
16030         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16031           fix up build
16032         * configure.ac:
16033         * ext/cairo/Makefile.am:
16034         * ext/dv/Makefile.am:
16035         * ext/esd/Makefile.am:
16036         * ext/flac/Makefile.am:
16037         * ext/gconf/Makefile.am:
16038         * ext/gdk_pixbuf/Makefile.am:
16039         * ext/jpeg/Makefile.am:
16040         * ext/ladspa/Makefile.am:
16041         * ext/libcaca/Makefile.am:
16042         * ext/libmng/Makefile.am:
16043         * ext/libpng/Makefile.am:
16044         * ext/mikmod/Makefile.am:
16045         * ext/pango/Makefile.am:
16046         * ext/raw1394/Makefile.am:
16047         * ext/shout2/Makefile.am:
16048         * ext/speex/Makefile.am:
16049         * gst/alpha/Makefile.am:
16050         * gst/autodetect/Makefile.am:
16051         * gst/avi/Makefile.am:
16052         * gst/cutter/Makefile.am:
16053         * gst/debug/Makefile.am:
16054         * gst/effectv/Makefile.am:
16055         * gst/flx/Makefile.am:
16056         * gst/goom/Makefile.am:
16057         * gst/interleave/Makefile.am:
16058         * gst/law/Makefile.am:
16059         * gst/matroska/Makefile.am:
16060         * gst/median/Makefile.am:
16061         * gst/monoscope/Makefile.am:
16062         * gst/multipart/Makefile.am:
16063         * gst/oldcore/Makefile.am:
16064         * gst/rtp/Makefile.am:
16065         * gst/rtsp/Makefile.am:
16066         * gst/smoothwave/Makefile.am:
16067         * gst/smpte/Makefile.am:
16068         * gst/videobox/Makefile.am:
16069         * gst/videofilter/Makefile.am:
16070         * gst/videomixer/Makefile.am:
16071         * gst/wavenc/Makefile.am:
16072         * gst/wavparse/Makefile.am:
16073         * sys/oss/Makefile.am:
16074         * sys/osxaudio/Makefile.am:
16075         * sys/osxvideo/Makefile.am:
16076           fix up GST_LIBS use
16077
16078 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         * gst/auparse/Makefile.am:
16081         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16082           fix build of auparse
16083
16084 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16085
16086         * configure.ac:
16087         * PORTED_09:
16088         * gst/auparse/gstauparse.c:
16089         * gst/auparse/gstauparse.h:
16090         Auparse ported to 0.9.
16091
16092 2005-09-22  Wim Taymans  <wim@fluendo.com>
16093
16094         * gst/rtp/TODO:
16095         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16096         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16097         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16098         (gst_rtpmp4venc_set_property):
16099         * gst/rtp/gstrtpmp4venc.h:
16100         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16101         * gst/rtp/gstrtpmpaenc.h:
16102         Use is_filled to both check MTU and max-ptime of base class.
16103
16104 2005-09-22  Wim Taymans  <wim@fluendo.com>
16105
16106         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16107         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16108         (gst_rtpmp4venc_set_property):
16109         Don't fragment packets with multiple frames.
16110
16111 2005-09-22  Wim Taymans  <wim@fluendo.com>
16112
16113         * gst/rtp/TODO:
16114         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16115         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16116         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16117         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16118         (gst_rtpmp4venc_get_property):
16119         * gst/rtp/gstrtpmp4venc.h:
16120         Remove g_print.
16121         Update TODO
16122         Make payload encoder a bit smarter and more correct with
16123         timestamps.
16124         Added option in payloader to include config string in-band.
16125
16126 2005-09-21  Wim Taymans  <wim@fluendo.com>
16127
16128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16129         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16130         (gst_rtspsrc_send):
16131         Strip spaces for key/value pairs.
16132
16133 2005-09-21  Wim Taymans  <wim@fluendo.com>
16134
16135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16136         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16137         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16138         (gst_rtspsrc_change_state):
16139         More SDP parsing and caps setting.
16140         Do NO_PREROLL differently.
16141         add pads only after negotiated.
16142
16143         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16144         (gst_udpsrc_getcaps):
16145         Implement the getcaps function.
16146
16147 2005-09-21  Wim Taymans  <wim@fluendo.com>
16148
16149         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16150         (gst_rtpamrdec_chain):
16151         Handle multiple AMr packets per payload. Handle CRC and
16152         parse ILL/ILP.
16153
16154         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16155         Make caps params strings for easy SDP mapping.
16156         
16157         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16158         Handle capsnego better.
16159
16160         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16161         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16162         Generate and parse config string in the caps.
16163
16164 2005-09-21  Wim Taymans  <wim@fluendo.com>
16165
16166         * gst/rtp/README:
16167         Update README
16168
16169         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16170         Make extra params as strings.
16171
16172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16173         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16174         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16175         Make state change return NO_PREROLL as this is a live
16176         source.
16177
16178         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16179         Don't unref old caps when NULL.
16180
16181 2005-09-20  Wim Taymans  <wim@fluendo.com>
16182
16183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16184         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16185         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16186         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16187         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16188         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16189         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16190         * gst/rtsp/sdpmessage.h:
16191         Add URI handler.
16192         Parse SDP and create caps.
16193
16194 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16195
16196         * gst/alpha/gstalpha.c:
16197           fix element description
16198
16199 2005-09-19  Wim Taymans  <wim@fluendo.com>
16200
16201         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16202         Don't check payload for now.
16203
16204 2005-09-19  Wim Taymans  <wim@fluendo.com>
16205
16206         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16207         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16208         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16209         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16210         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16211         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16212         (gst_wavparse_change_state):
16213         * gst/wavparse/gstwavparse.h:
16214         Fix wavparse some more.
16215
16216 2005-09-19  Wim Taymans  <wim@fluendo.com>
16217
16218         * check/elements/level.c: (GST_START_TEST):
16219         Fix for bus API change.
16220
16221 2005-09-19  Wim Taymans  <wim@fluendo.com>
16222
16223         * gst/level/level-example.c: (main):
16224         Fix for new bus API.
16225
16226         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16227         Set caps on pads.
16228
16229 2005-09-15  Wim Taymans  <wim@fluendo.com>
16230
16231         * gst/rtp/Makefile.am:
16232         * gst/rtp/README:
16233         * gst/rtp/gstrtp.c: (plugin_init):
16234         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16235         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16236         (gst_rtpamrdec_change_state):
16237         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16238         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16239         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16240         * gst/rtp/gstrtpamrenc.h:
16241         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16242         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16243         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16244         * gst/rtp/gstrtpgsmenc.h:
16245         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16246         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16247         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16248         (gst_rtpgsmparse_change_state):
16249         * gst/rtp/gstrtpgsmparse.h:
16250         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16251         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16252         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16253         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16254         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16255         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16256         * gst/rtp/gstrtph263penc.h:
16257         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16258         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16259         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16260         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16261         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16262         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16263         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16264         * gst/rtp/gstrtpmp4venc.h:
16265         * gst/rtp/gstrtpmpadec.c:
16266         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16267         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16268         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16269         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16270         * gst/rtp/gstrtpmpaenc.h:
16271         Updates to payloader/depayloaders, make payloaders use
16272         the base classes.
16273         Updated README with suggested RTP caps and how to convert
16274         to/from SDP.
16275         Added config descriptor in mp4v payloader.
16276
16277 2005-09-15  Andy Wingo  <wingo@pobox.com>
16278
16279         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16280         * gst/autodetect/gstautovideosink.c
16281         (gst_auto_video_sink_find_best): Update for new registry API.
16282
16283 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16284
16285         * common/c-to-xml.py:
16286         * common/gtk-doc-plugins.mak:
16287           a simple py script to generate valid xml from a C example
16288           probably also need to strip an MIT license when we decide
16289         * docs/plugins/Makefile.am:
16290         * gst/level/Makefile.am:
16291         * gst/level/gstlevel.c: (gst_level_init):
16292         * gst/level/level-example.c: (message_handler), (main):
16293           add an example to level that will show up in the docs
16294         * gst/rtp/TODO:
16295           add a note for the future
16296
16297 2005-09-14  Michael Smith <msmith@fluendo.com>
16298
16299         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16300           Actually define the debug object being used in wavenc. Fixes #316205
16301
16302 2005-09-14  Michael Smith <msmith@fluendo.com>
16303
16304         * gst/smpte/Makefile.am:
16305           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16306           needed to build on windows (bug 316204)
16307
16308 2005-09-12  Andy Wingo  <wingo@pobox.com>
16309
16310         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16311
16312 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16313
16314         * configure.ac:
16315         * gst/fdsrc/Makefile.am:
16316         * gst/fdsrc/gstfdsrc.c:
16317         * gst/fdsrc/gstfdsrc.h:
16318           Move fdsrc back into gstreamer core elements.
16319
16320         * gst/level/gstlevel.c: (gst_level_class_init),
16321         (gst_level_transform_ip):
16322         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16323           Basetransform changes.
16324
16325 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16326
16327         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16328         * ext/jpeg/smokecodec.c: (find_best_size):
16329           fix compiler warnings
16330
16331 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16332
16333         * gst-plugins-good.spec.in:
16334           spec file fixes
16335         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16336         (gst_multiudpsink_render), (gst_multiudpsink_add),
16337         (gst_multiudpsink_clear):
16338           it actually helps to actually stream if we hook up the
16339           "add" signal to an actual implementation
16340         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16341           some debugging
16342
16343 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16344
16345         * ext/jpeg/Makefile.am:
16346         * ext/jpeg/gstjpeg.c
16347         * ext/jpeg/gstjpegenc.c:
16348         * ext/jpeg/gstsmokeenc.c:
16349
16350 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16351
16352         * ext/flac/gstflacdec.c:
16353         * ext/flac/gstflacenc.c:
16354         * ext/flac/gstflactag.c:
16355         * ext/speex/gstspeexenc.c:
16356           gsttaginterface.h -> gsttagsetter.h
16357
16358 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16359
16360         * configure.ac:
16361         * gst/debug/Makefile.am:
16362         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16363         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16364         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16365         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16366         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16367           Port to 0.9 and re-enable efence plugin.
16368
16369 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16372         (gst_flacdec_write), (gst_flacdec_convert_src):
16373         * ext/flac/gstflacdec.h:
16374           Add support for flac files with 24/32 bits per sample; and misc.
16375           minor clean-ups. Seeking is still partly broken (for me at least).
16376
16377 2005-09-06  Wim Taymans  <wim@fluendo.com>
16378
16379         * gst/rtp/Makefile.am:
16380         * gst/rtp/gstrtp.c: (plugin_init):
16381         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16382         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16383         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16384         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16385         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16386         (gst_rtpmp4vdec_plugin_init):
16387         * gst/rtp/gstrtpmp4vdec.h:
16388         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16389         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16390         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16391         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16392         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16393         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16394         * gst/rtp/gstrtpmp4venc.h:
16395         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16396         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16397         Added mpeg4 video payload encoder/decoder.
16398         Added some docs in mpa payloader.
16399
16400 === release 0.9.1 ===
16401
16402 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16403
16404         * NEWS:
16405         * README:
16406         * RELEASE:
16407         * autogen.sh:
16408         * configure.ac:
16409           releasing 0.9.1, "Blondie"
16410
16411 2005-09-05  Andy Wingo  <wingo@pobox.com>
16412
16413         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16414         here from the state change handler, so we fire signals without
16415         holding the state lock.
16416
16417 2005-09-02  Andy Wingo  <wingo@pobox.com>
16418
16419         * All plugins updated for element state changes.
16420
16421 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16422
16423         * Makefile.am:
16424         * check/.cvsignore:
16425         * check/Makefile.am:
16426         * check/elements/.cvsignore:
16427         * check/elements/level.c: (setup_level), (cleanup_level),
16428         (GST_START_TEST), (level_suite), (main):
16429           add a test for level
16430         * common/release.mak:
16431           move the enum checking to release.mak
16432         * configure.ac:
16433           add valgrind and check checking
16434         * gst/level/gstlevel.c: (gst_level_transform):
16435         * gst/level/gstlevel.h:
16436           fix Andy's cast bug
16437           convert a field to int
16438           fix the arithmetic to int when checking for emit so that a
16439           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16440
16441 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16442
16443         * Makefile.am:
16444         * configure.ac:
16445           add docs to build
16446         * common/plugins.xsl:
16447           wrap Description into a refsect2
16448         * docs/Makefile.am:
16449         * docs/plugins/Makefile.am:
16450         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16451         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16452         * gst/goom/Makefile.am:
16453         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16454         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16455         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16456         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16457         (gst_goom_change_state):
16458         * gst/goom/gstgoom.h:
16459           GstGOOM -> GstGoom
16460           add an example launch line
16461         * gst/level/gstlevel.h:
16462         * gst/monoscope/gstmonoscope.c:
16463           cleanups
16464
16465 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16466
16467         * configure.ac:
16468         * docs/plugins/Makefile.am:
16469         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16470         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16471         * docs/plugins/gst-plugins-good-plugins.types:
16472           document elements and plugins.  Shazam !
16473
16474 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16475
16476         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16477           be found under doc/random/ChangeLog-0.8