sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-18  Andy Wingo  <wingo@pobox.com>
2
3         * sys/osxvideo/osxvideosink.m
4         (gst_osx_video_sink_osxwindow_destroy)
5         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
6         task, whoopdee.
7         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
8         2 ms.
9
10 2008-03-18  Andy Wingo  <wingo@pobox.com>
11
12         * sys/osxvideo/osxvideosink.m
13         (gst_osx_video_sink_osxwindow_destroy)
14         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
15         task, whoopdee.
16         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
17         2 ms.
18         
19 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
20
21         Patch by: William M. Brack <wbrack at mmm com hk>
22
23         * sys/v4l2/v4l2src_calls.c:
24           (gst_v4l2src_probe_caps_for_format_and_size),
25           (gst_v4l2src_probe_caps_for_format):
26           Make sure the probed frame sizes are reversed in the resulting
27           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
28           highest resolution first); also remove unused variable.
29           (Partly fixes #520092)
30
31 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
32
33         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
34
35         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
36         (gst_rtspsrc_finalize):
37         Call WSAStartup() and WSACleanup before using the Winsock API.
38         See #520808.
39
40 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
41
42         * gst/avi/gstavidemux.c:
43           Erm, the buffer-size is just guint, no need for the special format
44           specifier.
45
46 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
47
48         * gst/goom/plugin_info.c:
49         * gst/goom/ppc_zoom_ultimate.h:
50           Small fixes to build more on PPC: ifdef out code that uses unknown
51           define; add newline at end of header file to avoid compiler warning.
52           Assembler code still doesn't build though.
53
54 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
55
56         * gst/avi/gstavidemux.c:
57           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
58           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
59
60 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
61
62         * gst/avi/gstavidemux.c:
63           Chunksize is uint32. Fix format specifier.
64
65 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
66
67         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
68         mistake. Return file to pure MIT text.
69
70 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
71
72         * gst/audiofx/audiofx.c:
73         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
74         of hardcoding values.
75
76 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
77
78         Patch by: Mark Nauwelaerts <manauw skynet be>
79
80         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
81           (gst_oss_src_close):
82         * sys/oss/gstosssrc.h:
83           Cache probed caps, so _get_caps() during recording doesn't cause
84           ioctl calls which may disrupt the recording (fixes #521875).
85
86 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
87
88         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
89         (gst_qtdemux_activate_segment),
90         (gst_qtdemux_prepare_current_sample),
91         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
92         Make sure we always send a DISCONT after a seek by setting the sample
93         index to an undefined value after a seek.
94
95 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
96
97         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
98           (GST_IS_AVI_SUBTITLE_CLASS):
99           Fix up IS_FOO macros, which makes gtk-doc much happier.
100
101 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
102
103         * tests/icles/Makefile.am:
104           Move the -lgstfoo where it belongs.
105
106 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
107
108         * gst/matroska/ebml-ids.h:
109         Add ID for EBML CRC32 elements.
110
111         * gst/matroska/Makefile.am:
112         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
113         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
114         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
115         (gst_ebml_read_header):
116         Support reading 80bit floats, add finalize method to clean up
117         in any case, support reading length/id elements with any length
118         as long as it's smaller than our supported maximum, don't leak
119         buffers if reading as much data as we wanted failed and some
120         smaller cleanup.
121
122 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
123
124         Patch by: Olivier Crete <tester at tester dot ca>
125
126         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
127         Check that a buffer is large enough before reading from it.
128         Fixes bug #521102.
129         
130 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
131
132         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
133         Fix compilation after removing the GstPollMode from the
134         constructor.
135
136 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
137
138         * configure.ac:
139         * gst/audiofx/Makefile.am:
140         * gst/audiofx/audiochebband.c:
141         * gst/audiofx/audiocheblimit.c:
142         * gst/audiofx/math_compat.h:
143         Check for sinh(), cosh() and asinh() and define our own
144         implementations if they're not available. Fixes bug #520880.
145
146 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
147
148         Patch by: Olivier Crete <tester at tester dot ca>
149
150         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
151         Unref the buffers only once when handling not-negotiated errors.
152         Fixes bug #520764.
153
154 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
155
156         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
157
158         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
159         (gst_udpsrc_stop):
160         Properly balance WSA_Cleanup with WSA_Startup.
161         Also make the poll controllable on windows. Fixes #520888.
162
163 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
164
165         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
166         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
167         (gst_ebml_read_element_length), (gst_ebml_peek_id),
168         (gst_ebml_read_skip), (gst_ebml_read_buffer),
169         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
170         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
171         (gst_ebml_read_date), (gst_ebml_read_master),
172         (gst_ebml_read_binary), (gst_ebml_read_header):
173         * gst/matroska/ebml-read.h:
174         * gst/matroska/matroska-demux.c:
175         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
176         (gst_matroska_demux_read_track_encodings),
177         (gst_matroska_demux_add_stream),
178         (gst_matroska_demux_handle_src_query),
179         (gst_matroska_demux_handle_seek_event),
180         (gst_matroska_demux_init_stream),
181         (gst_matroska_demux_parse_tracks),
182         (gst_matroska_demux_parse_index_cuetrack),
183         (gst_matroska_demux_parse_index_pointentry),
184         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
185         (gst_matroska_demux_parse_metadata_id_simple_tag),
186         (gst_matroska_demux_parse_metadata_id_tag),
187         (gst_matroska_demux_parse_metadata),
188         (gst_matroska_demux_sync_streams),
189         (gst_matroska_demux_push_hdr_buf),
190         (gst_matroska_demux_push_flac_codec_priv_data),
191         (gst_matroska_demux_push_xiph_codec_priv_data),
192         (gst_matroska_demux_add_wvpk_header),
193         (gst_matroska_demux_check_subtitle_buffer),
194         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
195         (gst_matroska_demux_parse_cluster),
196         (gst_matroska_demux_parse_contents_seekentry),
197         (gst_matroska_demux_parse_contents),
198         (gst_matroska_demux_loop_stream_parse_id),
199         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
200         * gst/matroska/matroska-demux.h:
201         * gst/matroska/matroska-ids.h:
202         Handle return values from pull_range in a more granular way to properly
203         shut down on seeks.
204         Combine return values from push.
205         Implement proper error handling.
206         Prepare for handling seeking correctly.
207
208 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
209
210         * gst/matroska/ebml-read.c:
211         Use GINT64 formatting constants from GLIB.
212
213         * gst/matroska/matroska-demux.c:
214         Add some guards to avoid a possible division by 0 and crashing
215         with NULL events on some systems.
216         Use gst_gdouble_to_guint64 somewhere instead of an implicit
217         conversion. 
218
219         * gst/matroska/matroska-mux.c:
220         Check for invalid timestamps in a bunch of places to avoid
221         writing bogus durations into the output file.
222         Fix some double<->gint64 conversions that weren't using
223         gst_guint64_to_gdouble
224
225 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
226
227         * configure.ac:
228         Move the checks for bison, flex and as to the program section and the
229         check for gcc inline asm to the compiler characteristics section.
230
231 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
232
233         * configure.ac:
234         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
235         plug-ins are included/excluded. (#498222)
236
237 2008-02-29  Michael Smith <msmith@fluendo.com>
238
239         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
240           Don't call gst_object_sync_values() unless we have a valid timestamp.
241
242 2008-02-28  David Schleef  <ds@schleef.org>
243
244         * gst/matroska/matroska-demux.c:
245         * gst/matroska/matroska-ids.h:
246         * gst/matroska/matroska-mux.c:
247           Fix Dirac mapping.  I had previously added a VfW-type
248           mapping, but it looks like Dirac will get a native Matroska
249           mapping, and this is the most likely method.
250
251 2008-02-28  David Schleef  <ds@schleef.org>
252
253         * gst/avi/gstavimux.c: Add Dirac encoding
254
255 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
256
257         Patch by: Peter Kjellerstedt <pkj at axis com>
258
259         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
260         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
261         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
262         * gst/udp/gstudpsrc.h:
263         Port to GstPoll. See #505417.
264
265 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
266
267         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
268         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
269         yet on the srcpad. We need rate and channels before we
270         can do any processing. Fixes bug #519088.
271
272 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
273
274         * configure.ac:
275         Detect and indicate if GCC inline assembly syntax is
276         available.
277
278         * gst/goom/Makefile.am:
279         * gst/goom/convolve_fx.c:
280         * gst/goom/flying_stars_fx.c:
281         * gst/goom/goom_config.h:
282         * gst/goom/goom_core.c:
283         * gst/goom/goomsl.c:
284         * gst/goom/ifs.c:
285         * gst/goom/mmx.c:
286         * gst/goom/plugin_info.c:
287         * gst/goom/xmmx.c:
288         Fix various GCC-isms, and only build the inline assembly
289         with compilers that support GCC inline assembly.
290
291         Fix a couple of other warnings shown with Forte.
292
293 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
294
295         * gst/goom/xmmx.c:
296           Use 'emms' instead of 'femms' to not crash on cpus that do not
297           implement this 3dnow specific instruction.
298
299 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
300
301         * gst/goom/plugin_info.c: (setOptimizedMethods):
302         Use extended MMX for draw_line() too if available, not only
303         normal MMX.
304
305 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
306
307         * ext/jpeg/gstjpeg.c: (plugin_init):
308         Remove (commented out) smoke typefinder. This is in base now.
309
310 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
311
312         * gst/goom2k1/Makefile.am:
313         * gst/goom2k1/gstgoom.c:
314
315         Rename the installed library, and don't register the same 
316         GType name as the new goom.
317
318 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
319
320         * configure.ac:
321         * ext/taglib/Makefile.am:
322           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
323           when building C++ code (#516509).
324
325 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
326
327         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
328         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
329           (setOptimizedMethods):
330           Call oil_init(), otherwise oil_get_cpu_flags() won't return
331           anything useful. Export goom debug category so we can get
332           rid of the VERBOSE define and the printfs.
333
334 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
335
336         * gst/goom/goomsl_heap.c: (align_it):
337         * gst/goom/plugin_info.c: (setOptimizedMethods):
338           Compile fixes for x86-64.
339
340 2008-02-23  Bastien Nocera  <hadess@hadess.net>
341
342         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
343         with warnings, but add other CFLAGS
344
345         * gst/goom/goomsl.c (gsl_instr_set_namespace),
346         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
347         (calculate_labels), (gsl_read_file):
348         * gst/goom/goomsl_lex.l:
349         * gst/goom/goomsl_yacc.y:
350         * gst/goom/plugin_info.c: Remove a few live printf, and
351         fprintf, replace exit() calls with g_assert_not_reached()
352         if it not optimal for a library
353
354 2008-02-23  Bastien Nocera  <hadess@hadess.net>
355
356         * gst/goom/Makefile.am: Remove the warnings being disabled,
357         fix linkage on x86, spotted by Sebastian Dröge
358         <slomo@circular-chaos.org>
359
360         * gst/goom/convolve_fx.c (convolve_init),
361         (create_output_with_brightness), (convolve_apply):
362         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
363         * gst/goom/goomsl.c:
364         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
365         * gst/goom/plugin_info.c:
366         * gst/goom/tentacle3d.c (tentacle_fx_create):
367         Fix warnings, and disable the motifs in the convolve_fx
368         plugin (they were causing warnings, and they were just
369         "Goom" in funny letterring)
370
371 2008-02-23  Bastien Nocera  <hadess@hadess.net>
372
373         * configure.ac: Add checks for Flex/Yacc/Bison and other
374         furry animals, for the new goom 2k4 based plugin
375
376         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
377         CPU optimisations (not working yet), move the old plugin to...
378
379         * gst/goom2k1/*: ... here, in case somebody is sick enough
380
381         Fixes #515073
382
383 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
384
385         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
386         Post the server response code in an error message instead of a generic
387         'error' message. Fixes #517237.
388
389 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
390
391         * tests/check/Makefile.am:
392         Ignore gconfaudiosrc for the states unit test too. It will fallback
393         to alsasrc if the gconf settings can't be read and not everybody has
394         alsa.
395
396 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
397
398         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
399         (gst_wavpack_parse_create_src_pad):
400         * ext/wavpack/gstwavpackparse.h:
401         Always report the duration if we know it in push mode and don't
402         return 0 just to make totem believe we can't seek in push mode.
403         Newer totem version use the SEEKING query which properly reports
404         if we can seek or not.
405
406 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
407
408         Patch by: Jens Granseuer <jensgr at gmx dot net>
409
410         * tests/examples/equalizer/demo.c: (main):
411         C89 fix, moving variable declarations to the beginning of
412         the block. Fixes bug #517933.
413
414 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
415
416         * configure.ac:
417         Back to development...
418
419 === release 0.10.7 ===
420
421 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
422
423         * configure.ac:
424           releasing 0.10.7, "Red Door Black"
425
426 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
427
428         * gst/alpha/Makefile.am:
429         Link alpha plugin with libgstbase. Fixes bug #517386.
430
431 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
432
433         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
434         Init values to -1 instead of the default 0 value.
435         Fixes #516524.
436
437 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
438
439         * tests/examples/spectrum/spectrum-example.c:
440         Add missing include to fix compilation when libxml usage is disabled.
441         Fixes: #516371
442
443 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
444
445         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
446         fixes: #514889
447
448         * gst/rtp/gstrtph264pay.c:
449         * gst/rtp/gstrtpmp4gdepay.c:
450         * gst/rtp/gstrtpmp4gpay.c:
451         * gst/rtp/gstrtpmp4gpay.h:
452         * gst/rtp/gstrtptheorapay.c:
453         * gst/rtp/gstrtpvorbispay.c:
454
455         Fix various leaks shown up in valgrind
456         - free sprops and buffer in error cases in H264 payloader
457         - fix leak in mp4g depayloader when construction the caps
458         - don't leak config string in the mp4g payloader
459         - don't leak buffers and headers in theora and vorbis payloaders
460
461         * tests/check/elements/rtp-payloading.c:
462
463         Fix the RTP data test
464         - Actually send valid amr data to the payloader instead of 20
465         zero-bytes
466         - The mp4g payloader expects codec_data on the caps
467
468 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
469
470         * win32/MANIFEST:
471         Add libgstpng.dsp to MANIFEST.
472         * win32/vs6/libgstaudiofx.dsp:
473         Add new source files to VS project file.
474
475 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
476
477         * sys/ximage/gstximagesrc.c:
478         Initialise variables when opening the X display rather
479         than in _start(), as the display can be opened before that.
480
481         Fixes: #515985
482
483 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
484
485         * sys/directdraw/gstdirectdrawsink.c:
486         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
487         (gst_directdraw_sink_finalize):
488         Properly chain up finalize functions. Fixes bug #515980.
489
490 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
491
492         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
493         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
494         (gst_v4l2_buffer_pool_class_init):
495         Chain up the finalize functions. Fixes bug #515984.
496
497 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
498
499         * sys/ximage/ximageutil.c:
500         Chain up in the finalize function for our custom
501         buffer sub-class.
502         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
503         Fixes: #515706
504
505 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
506
507         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
508         (gst_fenced_buffer_class_init):
509         Properly chain up finalize method. Fixes bug #515979.
510
511 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
512
513         * sys/ximage/gstximagesrc.c:
514         Free allocated Damage memory before closing our connection to the
515         X server. Partially fixes: #515706
516
517 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
518
519         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
520         * tests/check/Makefile.am:
521         * tests/check/gst-plugins-good.supp:
522         Add a few libjpeg suppressions and initialize a variable to
523         make smokeenc valgrind clean. Fixes bug #515701.
524
525 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
526
527         * gst/avi/gstavidemux.c:
528         Revert patch which sends timestamps only on keyframes, as it
529         breaks playback with current gst-ffmpeg.
530
531         Fixes: #515562
532
533 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
534
535         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
536         * tests/check/elements/multifile.c: (GST_START_TEST):
537         Close some memory leaks spotted by the unit test. Fixes bug #515697.
538
539 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
540
541         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
542         Use and unset the GError when pipeline creation fails instead of
543         simply leaking it. Fixes bug #515704.
544
545 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
546
547         * gst/audiofx/audioamplify.c:
548         * gst/audiofx/audiochebband.c:
549         * gst/audiofx/audiocheblimit.c:
550         * gst/audiofx/audiodynamic.c:
551         * gst/audiofx/audioinvert.c:
552         * gst/audiofx/audiopanorama.c:
553         * gst/audiofx/audiowsincband.c:
554         * gst/audiofx/audiowsinclimit.c:
555         Fix long description of audiofx elements. Fixes bug #515457.
556
557 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
558
559         * docs/plugins/Makefile.am:
560         * gst/spectrum/gstspectrum.c:
561         * tests/examples/spectrum/.cvsignore:
562         * tests/examples/spectrum/Makefile.am:
563         * tests/examples/spectrum/spectrum-example.c:
564
565         Add a simple example application for the spectrum element, include it
566         in the docs, and fix some documentation ambiguities.
567
568         Fixes: #348085
569
570 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
571
572         * gst/equalizer/Makefile.am:
573         * gst/spectrum/Makefile.am:
574         Fix includes order
575
576         * tests/check/Makefile.am:
577         Exclude v4l2src from the states test - it takes too long to start.
578
579         * tests/check/elements/spectrum.c:
580         Make the test run properly with CK_FORK=no
581
582 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
583
584         * gst/audiofix/Makefile.am: add missing header files 
585
586 2008-02-08  Julien Moutte  <julien@fluendo.com>
587
588         * gst/matroska/matroska-demux.c:
589         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
590         keyframe and delta units correctly when dealign with a BlockGroup.
591         Fixes: #514397
592
593 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
594
595         * tests/check/elements/.cvsignore:
596         Spell the new tests correctly in .cvsignore
597
598 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
599
600         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
601           Need to use gsize here for the size, fixes compiler warning.
602
603         * tests/examples/equalizer/.cvsignore:
604         * tests/examples/equalizer/Makefile.am:
605         * tests/examples/spectrum/.cvsignore:
606         * tests/examples/spectrum/Makefile.am:
607           Add missing files to fix the build.
608
609 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
610
611         * configure.ac:
612         * docs/plugins/Makefile.am:
613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
614         * docs/plugins/gst-plugins-good-plugins-sections.txt:
615         * docs/plugins/gst-plugins-good-plugins.args:
616         * docs/plugins/gst-plugins-good-plugins.hierarchy:
617         * docs/plugins/inspect/plugin-multifile.xml:
618         * tests/check/Makefile.am:
619         * tests/check/elements/.cvsignore:
620
621         Move multifile plugin from -bad.
622         Fixes: #490283
623
624 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
625
626         * configure.ac:
627         * docs/plugins/Makefile.am:
628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
630         * docs/plugins/gst-plugins-good-plugins.args:
631         * docs/plugins/gst-plugins-good-plugins.hierarchy:
632         * docs/plugins/inspect/plugin-spectrum.xml:
633         * gst/spectrum/Makefile.am:
634         * tests/check/Makefile.am:
635         * tests/check/elements/.cvsignore:
636         * tests/examples/Makefile.am:
637
638         Move spectrum plugin from -bad.
639         Move examples into tests/examples/spectrum.
640
641 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
642
643         * configure.ac:
644         * docs/plugins/Makefile.am:
645         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
646         * docs/plugins/gst-plugins-good-plugins-sections.txt:
647         * docs/plugins/gst-plugins-good-plugins.args:
648         * docs/plugins/gst-plugins-good-plugins.hierarchy:
649         * docs/plugins/gst-plugins-good-plugins.interfaces:
650         * docs/plugins/inspect/plugin-equalizer.xml:
651         * gst/equalizer/Makefile.am:
652         * tests/check/Makefile.am:
653         * tests/examples/Makefile.am:
654         Move the equalizer plugin across from -bad
655
656         * tests/check/elements/.cvsignore:
657         Add equalizer, audiosincwband and audiosincwlimit
658
659         * tests/check/elements/equalizer.c:
660         Fix compiler warnings
661
662         Fixes: #415627
663
664 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
665
666         * configure.ac:
667         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
668         are treated like releases and build without it.
669
670 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
671
672         * docs/plugins/Makefile.am:
673         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
674         * docs/plugins/gst-plugins-good-plugins-sections.txt:
675         * docs/plugins/gst-plugins-good-plugins.args:
676         * docs/plugins/inspect/plugin-audiofx.xml:
677         * gst/audiofx/Makefile.am:
678         * gst/audiofx/audiofx.c:
679         * gst/audiofx/audiowsincband.c:
680         * gst/audiofx/audiowsincband.h:
681         * gst/audiofx/audiowsinclimit.c:
682         * gst/audiofx/audiowsinclimit.h:
683         * tests/check/Makefile.am:
684         * tests/check/elements/audiowsincband.c:
685         * tests/check/elements/audiowsinclimit.c:
686
687         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
688         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
689         respectively.
690
691         Fixes: #467666
692
693 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
694
695         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
696         * tests/check/elements/icydemux.c:
697           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
698           caps, and add a somewhat useful debug message. Plus test.
699
700 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
701
702         * gst/rtsp/gstrtspsrc.c:
703         Include unistd.h only if HAVE_UNISTD_H is defined
704         * win32/common/config.h.in:
705         * win32/common/config.h:
706         Define socklen_t as it seems it's not defined in default 
707         Visual Studio headers.
708         * win32/vs6/libgstalpha.dsp:
709         * win32/vs6/libgstapetag.dsp:
710         * win32/vs6/libgstavi.dsp:
711         * win32/vs6/libgstrtp.dsp:
712         * win32/vs6/libgstrtsp.dsp:
713         * win32/vs6/libgstvideomixer.dsp:
714         Update project file dependencies and add new source files       
715
716 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
717
718         Patch by: Bjarne Rosengren <bjarne at axis dot com>
719
720         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
721         Don't leak buffers when we don't push them downstream.
722         Fixes bug #514965.
723
724 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
725
726         * configure.ac:
727           Bump requirements to (good) released versions to avoid
728           confusion and make implicit core requirement explicit.
729
730 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
731
732         * docs/plugins/Makefile.am:
733         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
734         * docs/plugins/gst-plugins-good-plugins-sections.txt:
735         * docs/plugins/gst-plugins-good-plugins.args:
736         * docs/plugins/inspect/plugin-audiofx.xml:
737         * gst/audiofx/Makefile.am:
738         * gst/audiofx/audiochebband.c:
739         * gst/audiofx/audiochebband.h:
740         * gst/audiofx/audiocheblimit.c:
741         * gst/audiofx/audiocheblimit.h:
742         * gst/audiofx/audiochebyshevfreqband.c:
743         * gst/audiofx/audiochebyshevfreqband.h:
744         * gst/audiofx/audiochebyshevfreqlimit.c:
745         * gst/audiofx/audiochebyshevfreqlimit.h:
746         * gst/audiofx/audiofx.c:
747         * tests/check/Makefile.am:
748         * tests/check/elements/.cvsignore:
749         * tests/check/elements/audiochebband.c:
750         * tests/check/elements/audiocheblimit.c:
751         * tests/check/elements/audiochebyshevfreqband.c:
752         * tests/check/elements/audiochebyshevfreqlimit.c:
753
754         Rename audiochebyshevfreqband -> audiochebband and
755         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
756         surgery.
757
758         Closes: #491811
759
760 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
761
762         Patch by: Orjan Friberg <orjanf at axis dot com>
763
764         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
765         Fix caps memory leak. Fixes #514573.
766
767 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
768
769         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
770         If there's no entries in the subindex, don't try to do anything stupid,
771         just return.
772
773 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
774
775         Patch by: John Millikin <jmillikin at gmail dot com>
776
777         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
778           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
779           Fix extraction of picture blocks with newer libflac versions again:
780           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
781
782 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
783
784         * tests/check/Makefile.am:
785           Add rtp-payloading test to VALGRIND_TO_FIX.
786
787         * tests/check/elements/rtp-payloading.c:
788           Add semicolons after GST_TEST_END so gst-indent gets the
789           formatting right; make test less verbose in general, but
790           more verbose in the error case (which should probably
791           make the test fail anyway).
792
793 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
794
795         * docs/plugins/Makefile.am:
796         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
797         * docs/plugins/gst-plugins-good-plugins-sections.txt:
798         * gst/avi/gstavisubtitle.c:
799         Add documentation for avisubtitle and change class to
800         Codec/Parser/Subtitle
801
802 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
803
804         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
805         Treat ENOTTY (driver does not implement ioctl) the same as
806         EINVAL since it implies there are no available standards.
807
808         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
809         (gst_v4l2src_get_nearest_size):
810         Replace gst_v4l2src_get_size_limits with 2 calls to new function
811         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
812         probe if the driver does not support VIDIOC_TRY_FMT for whatever
813         reason, and if we aren't yet actively capturing.
814
815         * sys/v4l2/v4l2src_calls.h:
816         Remove replaced function declaration.
817
818 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
819
820         * configure.ac:
821         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
822         API.
823
824 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
825
826         * configure.ac:
827         Fix typo.
828
829 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
830
831         * gst/alpha/Makefile.am:
832         * gst/alpha/gstalpha.c:
833
834         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
835         some stuff, and making buffer-alloc and resizing work automatically.
836         No longer crashes on odd frame widths and heights, although there
837         seems to be a disagreement with ffmpegcolorspace about what size
838         an AYUV frame with odd height should be.
839
840 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
841
842         Patch by: Alessandro Decina <alessandro at nnva dot org>
843
844         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
845         * ext/libpng/gstpngenc.h:
846         Preallocate the output buffer so that g_memdup() and
847         gst_buffer_merge() aren't needed anymore. This greatly improves
848         performances and fixes #512544.
849
850 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
851
852         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
853         (gst_avi_demux_stream_data):
854         GStreamer timestamps are PTS values while AVI only knows about DTS
855         timestamps. Make sure we only copy the DTS as the buffer timestamp when
856         we are dealing with a key frame.
857
858 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
859
860         * tests/check/Makefile.am:
861         * tests/check/elements/.cvsignore:
862         * tests/check/elements/rtp-payloading.c:
863           Add add testsuite for the rtp-payloader that tries simulating
864           dataflow. Needs more test data.
865
866 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
867
868         * tests/check/elements/alphacolor.c:
869           Remove two unused variables.
870
871 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
872
873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
874           Use g_ascii_strtoll() instead of atoll, which is only
875           available in C99.
876
877 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
878
879         * gst/rtp/Makefile.am:
880         * gst/rtp/gstrtp.c:
881         * gst/rtp/gstrtpmpvpay.c:
882         * gst/rtp/gstrtpmpvpay.h:
883         Add MPEG2 video payloader
884
885 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
886
887         * gst/level/gstlevel.c:
888         Use #include <math.h> instead of #include "math.h".
889
890 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
891
892         * tests/check/Makefile.am:
893         Fix up some CFLAGS sets.
894         Don't include gconfvideosrc in the states test.
895
896         * tests/check/elements/autodetect.c: (GST_START_TEST):
897         Add some error strings to fail_unless arguments to fix some weird
898         compiler errors on Solaris.
899
900 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
901
902         * configure.ac:
903         Detect video4linux headers on Solaris too.
904         * sys/v4l2/gstv4l2colorbalance.h:
905         * sys/v4l2/gstv4l2object.h:
906         * sys/v4l2/v4l2_calls.c:
907         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
908         (gst_v4l2_buffer_new):
909
910         Make v4l2 build on Solaris.
911         Patch by: Brian Cameron  <brian.cameron at sun dot com>
912         Fixes: #510505
913
914 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
915
916         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
917           Update list from (still local) scanning script.
918
919 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
920
921         Based on a patch by:
922             Victor STINNER <victor dot stinner at haypocalc dot com>
923
924         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
925         Set variable to NULL after freeing it to prevent double frees
926         or make failures by another use of it afterwards more obvious
927         and fix use of it after the freeing. Fixes bug #510592.
928
929 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
930
931         * gst/udp/gstmultiudpsink.c:
932         use GST_WARNING for logging
933
934 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
935
936         * gst/udp/gstmultiudpsink.c:
937         Don't try to leave a multicast group with an invalid socket
938
939 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
940
941         * ext/flac/gstflacdec.c:
942           Fix compilation against flac 1.1.2 (as on debian stable), where
943           the picture metadata defines and structs don't exist yet.
944           Fixes #509301.
945
946 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
947
948         Patch by: Olivier Crete <tester at tester dot ca>
949
950         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
951         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
952         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
953         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
954         * gst/udp/gstmultiudpsink.h:
955         Add property to automatically join a multicast group or not. This can be
956         useful when sharing a socket between multiple elements.
957         Fixes #509531.
958
959 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
960
961         * gst/videomixer/Makefile.am:
962           Add controller flags.
963
964 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
965
966         * gst/videomixer/videomixer.c:
967           Also commit the missing gst_object_sync_values().
968
969 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
970
971         * docs/plugins/Makefile.am:
972           Remove duplicate entry.
973
974 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
975
976         * docs/plugins/Makefile.am:
977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
978         * docs/plugins/gst-plugins-good-plugins-sections.txt:
979         * docs/plugins/inspect/plugin-gamma.xml:
980         * docs/plugins/inspect/plugin-monoscope.xml:
981         * docs/plugins/inspect/plugin-video4linux2.xml:
982           Add 3 more plugins to docs.
983
984 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
985
986         * docs/plugins/gst-plugins-good-plugins-sections.txt:
987         * sys/osxvideo/osxvideosink.h:
988           Revert previous change caused by a file that got stuck on an old
989           revision.
990
991 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
992
993         * docs/plugins/gst-plugins-good-plugins-sections.txt:
994         * gst/multipart/Makefile.am:
995         * gst/multipart/multipartdemux.c:
996         * gst/multipart/multipartdemux.h:
997         * gst/multipart/multipartmux.c:
998         * gst/multipart/multipartmux.h:
999           Re-add multipartdemux to the docs. Last round of section cleanup.
1000
1001 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1002
1003         * docs/plugins/Makefile.am:
1004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1005         * sys/osxaudio/gstosxaudiosink.h:
1006         * sys/osxvideo/osxvideosink.h:
1007           Managed to resolve most unused declarations. Filed a bug for one left.          
1008
1009 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1012           Cleanup section file.
1013
1014 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1015
1016         * docs/plugins/Makefile.am:
1017         * docs/plugins/gst-plugins-good-plugins.args:
1018         * docs/plugins/gst-plugins-good-plugins.signals:
1019         * docs/plugins/inspect/plugin-alaw.xml:
1020         * docs/plugins/inspect/plugin-alpha.xml:
1021         * docs/plugins/inspect/plugin-alphacolor.xml:
1022         * docs/plugins/inspect/plugin-annodex.xml:
1023         * docs/plugins/inspect/plugin-apetag.xml:
1024         * docs/plugins/inspect/plugin-audiofx.xml:
1025         * docs/plugins/inspect/plugin-auparse.xml:
1026         * docs/plugins/inspect/plugin-autodetect.xml:
1027         * docs/plugins/inspect/plugin-avi.xml:
1028         * docs/plugins/inspect/plugin-cairo.xml:
1029         * docs/plugins/inspect/plugin-cdio.xml:
1030         * docs/plugins/inspect/plugin-cutter.xml:
1031         * docs/plugins/inspect/plugin-debug.xml:
1032         * docs/plugins/inspect/plugin-dv.xml:
1033         * docs/plugins/inspect/plugin-efence.xml:
1034         * docs/plugins/inspect/plugin-effectv.xml:
1035         * docs/plugins/inspect/plugin-flac.xml:
1036         * docs/plugins/inspect/plugin-flxdec.xml:
1037         * docs/plugins/inspect/plugin-gconfelements.xml:
1038         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1039         * docs/plugins/inspect/plugin-goom.xml:
1040         * docs/plugins/inspect/plugin-halelements.xml:
1041         * docs/plugins/inspect/plugin-icydemux.xml:
1042         * docs/plugins/inspect/plugin-id3demux.xml:
1043         * docs/plugins/inspect/plugin-jpeg.xml:
1044         * docs/plugins/inspect/plugin-ladspa.xml:
1045         * docs/plugins/inspect/plugin-level.xml:
1046         * docs/plugins/inspect/plugin-matroska.xml:
1047         * docs/plugins/inspect/plugin-mulaw.xml:
1048         * docs/plugins/inspect/plugin-multipart.xml:
1049         * docs/plugins/inspect/plugin-navigationtest.xml:
1050         * docs/plugins/inspect/plugin-png.xml:
1051         * docs/plugins/inspect/plugin-quicktime.xml:
1052         * docs/plugins/inspect/plugin-rtp.xml:
1053         * docs/plugins/inspect/plugin-rtsp.xml:
1054         * docs/plugins/inspect/plugin-shout2send.xml:
1055         * docs/plugins/inspect/plugin-smpte.xml:
1056         * docs/plugins/inspect/plugin-speex.xml:
1057         * docs/plugins/inspect/plugin-taglib.xml:
1058         * docs/plugins/inspect/plugin-udp.xml:
1059         * docs/plugins/inspect/plugin-videobalance.xml:
1060         * docs/plugins/inspect/plugin-videobox.xml:
1061         * docs/plugins/inspect/plugin-videocrop.xml:
1062         * docs/plugins/inspect/plugin-videoflip.xml:
1063         * docs/plugins/inspect/plugin-videomixer.xml:
1064         * docs/plugins/inspect/plugin-wavenc.xml:
1065         * docs/plugins/inspect/plugin-wavpack.xml:
1066         * docs/plugins/inspect/plugin-wavparse.xml:
1067           Update plugin docs.
1068
1069         * gst/videomixer/Makefile.am:
1070         * gst/videomixer/videomixer.c:
1071         * gst/videomixer/videomixer.h:
1072         * gst/videomixer/videomixerpad.h:
1073           Split out header to fix warnings from the doc-build.
1074
1075 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1076
1077         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1078
1079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1080         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1081
1082 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1083
1084         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1086           Initialise variables to work around (false) 'foo might be used
1087           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1088
1089 2008-01-11  David Schleef  <ds@schleef.org>
1090
1091         * docs/plugins/.cvsignore:
1092         * tests/check/pipelines/.cvsignore:
1093           Ignore more files for the buildbot.
1094
1095 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1096
1097         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1098         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1099         Generate the image-type values correctly. Leave them out of the caps
1100         when outputting a "preview image" tag, since it only makes sense
1101         to have one of those - the type is irrelevant.
1102
1103         * sys/sunaudio/gstsunaudiomixerctrl.c:
1104         (gst_sunaudiomixer_ctrl_open):
1105         If we can, mark the mixer multiple open when we use it, in case
1106         (for some reason) the process wants to open it again elsewhere.
1107
1108 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1109
1110         Patch by: Olivier Crete <tester at tester dot ca>
1111
1112         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1113         * gst/rtp/gstrtptheorapay.c:
1114         Fix the clock rate to 90000 as required by the RFC.
1115         Fixes #508644.
1116
1117 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1120           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1121
1122 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1123
1124         * autogen.sh:
1125           Add -Wno-portability to the automake parameters to stop warnings
1126           about GNU make extensions being used. We require GNU make in almost
1127           every Makefile anyway.
1128           
1129         * configure.ac:
1130           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1131           at the same time is required for per target flags.
1132
1133 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1134
1135         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1136         Fix error from my last commit.
1137
1138 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1141
1142         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1143           Make sure the ISO 639-X language code in ID3v2 COMM frames
1144           is actually valid UTF-8 (or rather: ASCII), so we don't end
1145           up with non-UTF8 strings in tags if there's garbage in the
1146           language field. Also make sure the language code is always
1147           lower case. Fixes: #508291.
1148
1149 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1150
1151         * ChangeLog:
1152           Fix ChangeLog typo.
1153
1154 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1155
1156         * Makefile.am:
1157           Include lcov.mak to allow building coverage reports. Guard
1158           check-torture target like in the other packages.
1159
1160 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1161
1162         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1163
1164         * gst/videomixer/videomixer.c:
1165         (gst_videomixer_set_master_geometry), (_do_init),
1166         (gst_videomixer_child_proxy_get_child_by_index),
1167         (gst_videomixer_child_proxy_get_children_count),
1168         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1169         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1170         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1171         Implement GstChildProxy interface.
1172         Send newsegment at the right moment
1173         Fixes #488879
1174
1175 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1176
1177         * gst/alpha/Makefile.am:
1178         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1179         (gst_alpha_sink_event), (gst_alpha_chain),
1180         (gst_alpha_change_state), (plugin_init):
1181         Make the various properties of 'alpha' controllable. This allows doing
1182         niceties like fade-in/fade-out.
1183
1184 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1185
1186         * gst/rtp/gstasteriskh263.c:
1187         * gst/rtp/gstrtpL16depay.c:
1188         * gst/rtp/gstrtpac3depay.c:
1189         * gst/rtp/gstrtpamrpay.c:
1190         * gst/rtp/gstrtpdepay.c:
1191         * gst/rtp/gstrtpgsmdepay.c:
1192         * gst/rtp/gstrtph263depay.c:
1193         * gst/rtp/gstrtph263pdepay.c:
1194         * gst/rtp/gstrtph263ppay.c:
1195         * gst/rtp/gstrtph264depay.c:
1196         * gst/rtp/gstrtph264pay.c:
1197         * gst/rtp/gstrtpmp2tdepay.c:
1198         * gst/rtp/gstrtpmp4adepay.c:
1199         * gst/rtp/gstrtpmp4gdepay.c:
1200         * gst/rtp/gstrtpmp4gpay.c:
1201         * gst/rtp/gstrtpmp4vdepay.c:
1202         * gst/rtp/gstrtpmpadepay.c:
1203         * gst/rtp/gstrtpmpvdepay.c:
1204         * gst/rtp/gstrtpsv3vdepay.c:
1205         * gst/rtp/gstrtptheoradepay.c:
1206         * gst/rtp/gstrtptheorapay.c:
1207         * gst/rtp/gstrtpvorbisdepay.c:
1208         * gst/rtp/gstrtpvorbispay.c:
1209           Remove copy/paste unused code (property setters and getter) found by
1210           the coverage suite (yay, saves ~20k on disk).
1211
1212 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1213
1214         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1215           (videosink_templ):
1216           Also fix up pad templates to indicate that image/jpeg doesn't
1217           absolutely require the framerate property to be set (#504081).
1218
1219 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         Based on patch by: Wouter Cloetens  <wouter at mind be>
1222
1223         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1224           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1225           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1226         * gst/matroska/matroska-mux.h:
1227           Keep track of first and last timestamps for each incoming stream,
1228           so we can calculate the total duration for live sources and other
1229           input where we can't query the duration from the start or where
1230           there's no constant framerate from which we can deduce the
1231           duration; also use calculated/observed duration if it is bigger
1232           than the previously queried duration. Furthermore, use
1233           gst_pad_query_peer_duration() and take into account that it may
1234           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1235           screws up comparisons when using unsigned integers. Fixes #504081.
1236
1237 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1238
1239         * configure.ac:
1240         * gst/audiofx/audioamplify.c:
1241         (gst_audio_amplify_clipping_method_get_type),
1242         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1243         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1244         (gst_audio_dynamic_transform_ip):
1245         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1246         (gst_audio_invert_transform_ip):
1247         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1248         (gst_audio_panorama_transform):
1249         * gst/level/gstlevel.c: (gst_level_init):
1250         Make elements GST_BUFFER_FLAG_GAP aware and call
1251         gst_base_transform_set_gap_aware for this.
1252         Bump core requirement to CVS.
1253         
1254         * gst/audiofx/audiochebyshevfreqband.c:
1255         (gst_audio_chebyshev_freq_band_transform_ip):
1256         * gst/audiofx/audiochebyshevfreqlimit.c:
1257         (gst_audio_chebyshev_freq_limit_transform_ip):
1258         Also sync GObject properties to the controller if operating
1259         in passthrough mode.
1260
1261 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1262
1263         * sys/directdraw/gstdirectdrawsink.c:
1264           (gst_directdraw_sink_window_thread):
1265           FALSE is not a gpointer.
1266
1267 2008-01-05  Julien Moutte  <julien@fluendo.com>
1268
1269         * sys/directdraw/gstdirectdrawsink.c:
1270         (gst_directdraw_sink_set_window_id),
1271         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1272         (gst_directdraw_sink_buffer_alloc),
1273         (gst_directdraw_sink_draw_borders),
1274         (gst_directdraw_sink_show_frame),
1275         (gst_directdraw_sink_setup_ddraw),
1276         (gst_directdraw_sink_window_thread),
1277         (gst_directdraw_sink_get_ddrawcaps),
1278         (gst_directdraw_sink_surface_create): Make sure we create our
1279         internal window only when we need it. That will give a chance to
1280         the application to get the prepare-xwindow-id bus message. Draw
1281         black borders when keeping aspect ratio. Handle the case where our
1282         rendering window disappears (closed or errors) like other sinks
1283         do. Various 80 columns fixes, improve state change order. That
1284         element could need some more love.
1285
1286 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1287
1288         * ext/taglib/gstapev2mux.h:
1289         * ext/taglib/gstid3v2mux.h:
1290         Remove useless typedefs without new type name. Fixes a warning with
1291         gcc 4.3.
1292
1293 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1294
1295         Patch by: John Millikin <jmillikin at gmail dot com>
1296
1297         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1298         (gst_flac_dec_setup_stream_decoder),
1299         (gst_flac_normalize_picture_mime_type),
1300         (gst_flac_extract_picture_buffer),
1301         (gst_flac_dec_metadata_callback):
1302         Emit metadata messages when a PICTURE block is encountered.
1303         Fixes #506715.
1304
1305 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1306
1307         * gst/avi/gstavi.c:
1308         increase rank because no known issues anymore ...
1309         * gst/avi/gstavisubtitle.c:
1310         send subtitle name to the srcpad
1311
1312 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1313
1314         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1315         * gst/rtsp/gstrtspsrc.h:
1316         Implement redirect for the DESCRIBE reply. Fixes #506025.
1317
1318 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1319
1320         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1321         Fix 'xyz may be used uninitialized' compiler warnings caused
1322         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1323         abort() in any case but properly report the error.
1324
1325 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1326
1327         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1328         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1329         * sys/ximage/gstximagesrc.c: (composite_pixel):
1330           Fix 'xyz may be used uninitialized' compiler warnings caused
1331           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1332           not really nice to abort in any case). Fixes #505745.
1333
1334 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1335
1336         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1337           Small unit test fix (has no practical impact at the moment,
1338           since we're only feeding utf8 and hence just create a sub-
1339           buffer for the output).
1340
1341 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1342
1343         * gst/avi/gstavisubtitle.c:
1344         * tests/check/elements/avisubtitle.c:
1345         Add seeking support for avi subtitle
1346
1347 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1348
1349         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1350         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1351         (gst_flac_dec_write):
1352         * ext/flac/gstflacdec.h:
1353         Remove some unused vars.
1354         Do more cleanup of leftover events and tags.
1355         Output tags after the segment event. Fixes #504018.
1356
1357 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1358
1359         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1360           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1361           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1362           Detect other UTF byte order markers and convert to UTF-8 as
1363           appropriate.
1364
1365 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1366
1367         * gst/avi/gstavisubtitle.c: (src_template),
1368           (gst_avi_subtitle_extract_utf8_file),
1369           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1370           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1371           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1372         * gst/avi/gstavisubtitle.h:
1373           Refactor a bit; fix name extraction; don't assume all the data
1374           in the chunk is actually subtitle data, there may be padding at
1375           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1376           file so it's there to send again after a seek (for future use).
1377
1378 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1379
1380         * gst/avi/Makefile.am:
1381         * gst/avi/gstavi.c:
1382         * gst/avi/gstavisubtitle.c:
1383         * gst/avi/gstavisubtitle.h:
1384         * tests/check/Makefile.am:
1385         * tests/check/elements/avisubtitle.c:
1386         * win32/common/config.h:
1387                 Add avi subtitle element for bug #442034. Need seeking support
1388                 and more support for character conversion.
1389
1390 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * Makefile.am:
1393           Include common/win32.mak for CRLF check of win32 project
1394           files (see #393626).
1395
1396         * win32/vs6/libgstpng.dsp:
1397           Fix line endings and do cvs admin -kb.
1398
1399 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1400
1401         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1402         Actually drop the buffers which are outside the currently configured
1403         segment instead of just emitting a WARNING.
1404
1405 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1406
1407         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1408         (gst_flac_dec_write):
1409         * ext/flac/gstflacdec.h:
1410         Send segments from the streaming thread. Fixes #502187.
1411         Fix segment seeking and a bunch of other seeking cases.
1412
1413 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1414
1415         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1416           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1417           which is where it would end up if the same information was
1418           put in a vorbis comment (don't think it's worth adding a
1419           new URI tag for this). Fixes #488112.
1420
1421 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1422
1423         * configure.ac:
1424           We need core/base 0.10.15 or later.
1425
1426 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1427
1428         Patch by: Mark Nauwelaerts <manauw skynet be>
1429
1430         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1431         Fix regression in stream numbering. Fixes #502655.
1432
1433 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1434
1435         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1436
1437         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1438         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1439         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1440         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1441         (gst_rtp_h264_pay_handle_buffer):
1442         * gst/rtp/gstrtph264pay.h:
1443         Use higher performance start-code searching.
1444         Parse NALs and store SPS, PPS and profile in the caps so that they can
1445         be used in the SDP. Fixes #502814.
1446
1447 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1448
1449         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1450         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1451           Init some structs to zero before we pass them to ioctl, which
1452           avoids valgrind warnings.  Also fix a small memory leak.
1453
1454 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1455
1456         Patch by: Wouter Cloetens <wouter at mind dot be>
1457
1458         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1459         Copy timestamp from input to output. Not very perfect yet but better
1460         than nothing. Fixes #503023.
1461
1462 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1463
1464         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1465           Also print a useful error message with the old Wavpack API
1466           if possible.
1467
1468 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1469
1470         * ext/wavpack/gstwavpackdec.c:
1471           More build fixes for old libwavpack versions: include config.h so
1472           that WAVPACK_OLD_API is actually defined as detected; only use
1473           WavpackGetErrorMessage if it is available. This fixes the build
1474           on debian stable for me.
1475
1476 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1477
1478         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1479         * ext/wavpack/gstwavpackparse.c:
1480           (gst_wavpack_parse_create_src_pad):
1481           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1482           versions below 4.40.0.
1483
1484 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1485
1486         * configure.ac:
1487           And now do it right for real...
1488
1489 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1490
1491         * configure.ac:
1492           Correctly reset $LIBS to not contain -lm.
1493
1494 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1495
1496         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1497
1498         * configure.ac:
1499         * ext/cairo/gsttimeoverlay.c:
1500           (gst_cairo_time_overlay_print_smpte_time):
1501           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1502           and checking for rint() and implementing it ourself if it doesn't
1503           exist. Fixes #497293.
1504
1505 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1506
1507         * configure.ac:
1508           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1509
1510 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1511
1512         * sys/oss/gstosshelper.c:
1513         Verify that the format returned after the ioctl is the one
1514         we requested. It is valid for the ioctl to succeed while
1515         substituting an alternate 'supported' sample format.
1516
1517 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1518
1519         * sys/oss/gstossaudio.c: (plugin_init):
1520         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1521         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1522           Post decent (and translated) error message when we can't
1523           open the audio device for some reason.
1524
1525 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1526
1527         * sys/oss/gstosssink.c:
1528         * sys/oss/gstosssrc.c:
1529         Allow the AUDIODEV environment variable to redirect us
1530         to a different default OSS device, like sunaudiosink does
1531         on Solaris (makes audio play automatically on SunRays).
1532
1533 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1534
1535         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1536         * gst/audiofx/audiochebyshevfreqband.c:
1537         (gst_audio_chebyshev_freq_band_transform_ip):
1538         * gst/audiofx/audiochebyshevfreqlimit.c:
1539         (gst_audio_chebyshev_freq_limit_transform_ip):
1540         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1541         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1542         The transform_ip() methods should do nothing if in passthrough mode.
1543         It might get non-writable buffers in that case but the buffer might
1544         as well be writable.
1545
1546         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1547         The transform() methods won't be called in passthrough mode and
1548         otherwise the buffer is always writable so don't check here.
1549
1550 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1551
1552         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1553           Fix seeking in .wav files again (#501775).  Some people seem to think
1554           they don't need to test their changes when they're just 'reflowing'
1555           some code.
1556
1557 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1558
1559         * gst/autodetect/gstautovideosink.c:
1560         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1561         (gst_auto_video_sink_init),
1562         (gst_auto_video_sink_create_element_with_pretty_name),
1563         (gst_auto_video_sink_find_best),
1564         (gst_auto_video_sink_set_property),
1565         (gst_auto_video_sink_get_property):
1566         * gst/autodetect/gstautovideosink.h:
1567         Fix docs.
1568         Use same error reporting code as autoaudiosink.
1569         Add property to filter sinks based on caps. Only select raw video sinks
1570         by default for backwards compat.
1571         API: GstAutoVideoSink::filter-caps
1572
1573 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1574
1575         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1576
1577         * gst/autodetect/gstautoaudiosink.c:
1578         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1579         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1580         (gst_auto_audio_sink_set_property),
1581         (gst_auto_audio_sink_get_property):
1582         * gst/autodetect/gstautoaudiosink.h:
1583         Add property to filter sinks based on caps. Only select raw audio sinks
1584         by default for backwards compat.  Fixes #417420.
1585         API: GstAutoAudioSink::filter-caps
1586
1587 2007-11-29  Michael Smith <msmith@fluendo.com>
1588
1589         Patch by: Arek Korbik <arkadini@gmail.com>
1590
1591         * gst/videobox/gstvideobox.c: (plugin_init):
1592           Initialise liboil in plugin_init()
1593
1594 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1595
1596         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1597         Post error before sending EOS. Fixes #499178.
1598
1599 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1600
1601         * win32/vs6/gst_plugins_good.dsw:
1602         * win32/vs6/libgstpng.dsp:
1603         Add a project file for libgstpng
1604
1605 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1606
1607         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1608         (gst_rtp_h263_depay_process):
1609         Code beautification.
1610         Added debug statements.
1611         Don't bit-shift everything, just do operations on last/first byte
1612         instead.
1613
1614 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1615
1616         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1617
1618         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1619         Fix wrong comparison in overrun check. Fixes #499239 some more.
1620
1621 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1622
1623         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1624         (gst_rtp_h263_depay_process):
1625         * gst/rtp/gstrtph263depay.h:
1626         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1627         stream.
1628
1629 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1630
1631         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1632
1633         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1634         (gst_rtp_mp4a_depay_process):
1635         * gst/rtp/gstrtpmp4adepay.h:
1636         Fix depayloading when multiple frames are inside one RTP packet.
1637         Fixes #499239.
1638
1639 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1640
1641         * gst/level/gstlevel.c:
1642           Add GAP-flag support.
1643
1644 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1645
1646         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1647         Read the I flag for Mode A h263 rtp stream and set the
1648         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1649         Fixes #499383
1650
1651 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1652
1653         * gst/level/gstlevel.c:
1654           Remove some dead code and do cleanups.
1655
1656 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1657
1658         * tests/check/pipelines/simple-launch-lines.c:
1659           Improve the tests by allowing to set a target state.
1660
1661 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1662
1663         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1664         Don't check the caps of the output buffer if they're equal some
1665         other caps. The caps can change in a backward compatible way
1666         and did at this point.
1667
1668 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1669
1670         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1671         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1672         (gst_qtdemux_seek_to_previous_keyframe),
1673         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1674         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1675         reverse playback support.
1676
1677 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1678
1679         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1680         Also set the channel layout on the Wavpack caps if we're having
1681         a mono layout. Of course only do it for "audio/x-wavpack".
1682
1683 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1684
1685         * ext/wavpack/gstwavpackcommon.c:
1686         (gst_wavpack_get_default_channel_mask),
1687         (gst_wavpack_set_channel_layout),
1688         (gst_wavpack_get_default_channel_positions),
1689         (gst_wavpack_get_channel_mask_from_positions),
1690         (gst_wavpack_set_channel_mapping):
1691         * ext/wavpack/gstwavpackcommon.h:
1692         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1693         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1694         * ext/wavpack/gstwavpackdec.h:
1695         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1696         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1697         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1698         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1699         (gst_wavpack_enc_rewrite_first_block),
1700         (gst_wavpack_enc_sink_event):
1701         * ext/wavpack/gstwavpackenc.h:
1702         * ext/wavpack/gstwavpackparse.c:
1703         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1704         (gst_wavpack_parse_scan_to_find_sample),
1705         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1706         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1707         * ext/wavpack/gstwavpackparse.h:
1708         Add support for encoding, parsing and decoding multichannel
1709         files with up to 8 channels. This also improves the robustness
1710         of parsing quite a bit.
1711
1712         * ext/wavpack/gstwavpackstreamreader.c:
1713         (gst_wavpack_stream_reader_read_bytes),
1714         (gst_wavpack_stream_reader_get_pos),
1715         (gst_wavpack_stream_reader_set_pos_abs),
1716         (gst_wavpack_stream_reader_set_pos_rel),
1717         (gst_wavpack_stream_reader_push_back_byte),
1718         (gst_wavpack_stream_reader_get_length),
1719         (gst_wavpack_stream_reader_can_seek),
1720         (gst_wavpack_stream_reader_write_bytes):
1721         Improve debugging.
1722
1723 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1724
1725         * ext/libpng/gstpngdec.c:
1726         * ext/libpng/gstpngdec.h:
1727           Don't release the png-memory from within the callback.
1728
1729 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1730
1731         Patch by: René Stadler <mail at renestadler dot de>
1732
1733         * ext/libpng/gstpngenc.c:
1734           Don't leak buffer data memory. Fixes #498395.
1735
1736 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1737
1738         Patch by: René Stadler <mail at renestadler dot de>
1739
1740         * tests/check/pipelines/simple-launch-lines.c:
1741           Tests for #498395.
1742
1743 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1744
1745         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1746         (gst_tag_lib_mux_adjust_event_offsets):
1747         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1748         * sys/osxaudio/Makefile.am:
1749         * sys/osxvideo/cocoawindow.h:
1750         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1751
1752 2007-11-15  David Schleef  <ds@schleef.org>
1753
1754         * ext/cairo/gsttextoverlay.c:
1755           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1756
1757 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1758
1759         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1760
1761         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1762         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1763         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1764         * gst/rtp/gstrtpmp2tpay.h:
1765         Fill the MTU with as many packets as possible. Fixes #491323.
1766
1767 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1768
1769         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1770
1771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1772         Fix some more leaks. Fixes #497007.
1773
1774 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1775
1776         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1777
1778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1779         (gst_rtspsrc_stream_configure_tcp):
1780         Fix 3 pad leaks. Fixes #496983.
1781
1782 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1783
1784         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1785
1786         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1787         Fix small leak. Fixes #497017.
1788
1789 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1790
1791         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1792         (gst_qtdemux_prepare_current_sample),
1793         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1794         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1795         * gst/qtdemux/qtdemux_fourcc.h:
1796         * gst/qtdemux/qtdemux_types.c:
1797         Add suppport for theora in quicktime according to XiphQT.
1798
1799 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1800
1801         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1802         (gst_v4l2src_init), (gst_v4l2src_set_property),
1803         (gst_v4l2src_get_property):
1804         * sys/v4l2/gstv4l2src.h:
1805         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1806           Always copy buffers by default (handle safer with bugged drivers)
1807           and added a property to make it possible to use mmap effectively (no
1808           copy if possible) when application wants to. Fixes: #480557.
1809
1810 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1811
1812         * gst/id3demux/id3tags.c:
1813         * gst/id3demux/id3tags.h:
1814         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1815           We don't want the same string multiple times in a tag list for the
1816           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1817           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1818
1819 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1822           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1823           into ID3v2 TXXX frames (fixes #347848).
1824
1825 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1826
1827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1828           Don't leak sdp message contents (fixes #496773).
1829
1830         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1831           Don't leak URI string.
1832
1833 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         Patch by: Julien Puydt <julien dot puydt at laposte net>
1836
1837         * ext/raw1394/Makefile.am:
1838         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1839           (gst_1394_property_probe_get_properties),
1840           (gst_1394_property_probe_probe_property),
1841           (gst_1394_property_probe_needs_probe),
1842           (gst_1394_property_probe_get_values),
1843           (gst_1394_property_probe_interface_init),
1844           (gst_1394_type_add_property_probe_interface):
1845         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1846         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1847           (gst_dv1394src_init), (gst_dv1394src_dispose),
1848           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1849           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1850           (gst_dv1394src_update_device_name):
1851         * ext/raw1394/gstdv1394src.h:
1852           Implement GstPropertyProbe interface and add "device-name" property,
1853           so applications can use this to probe for available devices in the
1854           same way they can already with v4lsrc and v4l2src (however horrible
1855           this property probe interface may be). Fixes #358841.
1856
1857 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1858
1859         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1860
1861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1862           (gst_rtspsrc_parse_range):
1863           Don't leak event, don't leak range (fixes #496752).
1864
1865 2007-11-14  Michael Smith <msmith@fluendo.com>
1866
1867         Patch by: Arek Korbik <arkadini@gmail.com>
1868
1869         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1870           Detect RGBA/BGRA correctly on little endian systems.
1871
1872 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1873
1874         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1875           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1876           corresponding ioctl() call fails even though the driver claims to
1877           support this format, just fall back to the pre-2.6.19 kernel
1878           routine that creates caps with suitable height and width ranges
1879           (see #448278).
1880
1881 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1882
1883         Patch by: Mark Nauwelaerts <manauw skynet be>
1884
1885         * gst/matroska/matroska-demux.c:
1886           (gst_matroska_demux_push_dvd_clut_change_event),
1887           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1888           (gst_matroska_demux_subtitle_caps):
1889         * gst/matroska/matroska-ids.h:
1890           Extract palette data for dvd subpicture streams and send it
1891           downstream as custom gstreamer dvd event (fixes #453417).
1892
1893 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1896           Implement minimal parsing of the passed pango font description
1897           string, so passing a font size works the same as with the
1898           pango textoverlay plugin; fixes #455086.
1899           (Maybe we could just use pangocairo here at some point).
1900
1901 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1902
1903         * gst/avi/gstavidemux.c:
1904         * gst/wavparse/gstwavparse.c:
1905           Return the result in _activate_pull(). Don't ref element there.
1906
1907 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1908
1909         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1910         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1911         (gst_wavparse_srcpad_event):
1912           Ref the element when we should, but not when we its not needed. Reflow
1913           the event_handling to not leak the event.       
1914
1915 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1916
1917         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1918         (qtdemux_parse_samples):
1919         Properly free QTDemuxSamples array.
1920         Protect table write with a sensible check, some files apparently DO contain
1921         stts values starting with 0 :(
1922
1923 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1924
1925         * gst/avi/gstavidemux.c:
1926         * gst/qtdemux/qtdemux.c:
1927           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1928           previous commit messed up.
1929
1930 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1931
1932         * gst/avi/gstavidemux.c:
1933         * gst/qtdemux/qtdemux.c:
1934           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1935           element when we should, but not when we its not needed.
1936
1937 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1938
1939         * gst/wavparse/gstwavparse.c:
1940           Return FALSE if we can't handle a query instead of changing the
1941           format. Ignore fact when dealing with mpeg audio.
1942
1943 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1944
1945         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1946
1947         * configure.ac:
1948         * gst/udp/gstdynudpsink.c:
1949         * gst/udp/gstdynudpsink.h:
1950         * gst/udp/gstmultiudpsink.c:
1951         * gst/udp/gstmultiudpsink.h:
1952         * gst/udp/gstudpsink.c:
1953         * gst/udp/gstudpsink.h:
1954           Fix includes for MSVC and GLib-2.14.0 (#492388).
1955
1956         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1957           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1958
1959 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1960
1961         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1962         (gst_mulawdec_chain):
1963         * gst/law/mulaw-decode.h:
1964         Calculate outgoing buffer duration if incoming buffer didn't have a
1965         valid duration.
1966
1967 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1968
1969         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1970         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1971         Smarter combine_flow code that also deals with downstream elements
1972         returning UNEXPECTED when they receive data out of the segment
1973         boundaries. Fixes #491305.
1974
1975 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * sys/v4l2/v4l2src_calls.c:
1978           Fix 'unused variable' compiler warning when compiling against
1979           older kernel headers.
1980
1981 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1982
1983         * ext/taglib/gstid3v2mux.cc (add_funcs):
1984           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1985
1986 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1987
1988         * tests/check/pipelines/simple-launch-lines.c:
1989            Improve the tests a little more.
1990
1991 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1992
1993         patch by: Yun Zheng Hu
1994
1995         * sys/osxaudio/gstosxaudiosrc.c:
1996         Use default input device instead of default output device and
1997         only memcpy actual available bytes.
1998
1999 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2000
2001         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2002           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2003           early. It is temporary until we find something better.
2004
2005 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2006
2007         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2008
2009         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2010         Fix race when pausing a RTSP stream in interleaved.
2011         Fixes #475784.
2012
2013 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2014
2015         Patch by: Peter Kjellerstedt <pkj at axis com>
2016
2017         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2018         Use correct unref function for buffers. #488844.
2019
2020 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * gst/avi/gstavimux.c:
2023         * tests/check/elements/avimux.c:
2024           Add some debug and sync tests with the fix.     
2025
2026 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2027
2028         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2029
2030         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2031         When the socket is used by the app for other purposes, don't generate an
2032         error if there is activaty on the socket that is not data related.
2033         Fixes #487488.
2034
2035 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2036
2037         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2038         (gst_v4l2src_grab_frame):
2039         Add some more debug info. Generate an error when we run out of buffers
2040         for some reason. See #480557.
2041
2042 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2043
2044         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2045
2046         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2047         Set marker bit correctly.
2048
2049 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2050
2051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2052         Use allowed name for the GstStructure.
2053
2054 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2055
2056         * ext/gconf/gstswitchsink.c:
2057         * gst/autodetect/gstautoaudiosink.c:
2058           Use new gst_bus_pop_filtered().
2059
2060 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2061
2062         * sys/v4l2/gstv4l2src.c:
2063         * sys/v4l2/v4l2src_calls.c:
2064           When probing the formats and sizes a camera supports, make
2065           sure the best ones (highest resolution, prefered format)
2066           end up at the beginning of the probed caps and the less
2067           desirable ones at the end.  This is important because the
2068           order within the caps matters for things like fixation and
2069           negotiation, ie. what format is chosen in the end.
2070           With recent kernels, the current probing code will end up
2071           querying the supported sizes from lowest resolution to
2072           highest resolution, adding them to the probed caps in that
2073           order, resulting to v4l2src fixating to the lowest possible
2074           resolution if downstream does not express a size preference.
2075           Also make up a somewhat random ranking of prefered output
2076           formats for the same reason. Fixes #485828.
2077         
2078 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2079
2080         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2081
2082         * gst/id3demux/id3v2frames.c:
2083           Extract license/copyright URIs from ID3v2 WCOP frames
2084           (Fixes #447000).
2085
2086         * tests/check/elements/id3demux.c:
2087         * tests/files/Makefile.am:
2088         * tests/files/id3-447000-wcop.tag:
2089           Add simple unit test.
2090
2091 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2092
2093         * ext/taglib/gstid3v2mux.cc:
2094           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2095           Prerequisite for #447000.
2096
2097 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2098
2099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2100         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2101         a GstClockTime.
2102
2103 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2104
2105         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2106         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2107         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2108         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2109         (gst_rtspsrc_change_state):
2110         More seeking fixes, mostly passing around the new playback segment in
2111         order to configure it properly.
2112         Also reset base_time of udp sources when setting them back to PLAYING as
2113         a temporary hack until core supports seek in live sources properly.
2114
2115 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2116
2117         * gst/rtp/gstrtpmp4adepay.c:
2118         Fix caps as to not confuse autopluggers.
2119
2120 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2121
2122         * gst/id3demux/gstid3demux.c:
2123         * gst/id3demux/gstid3demux.h:
2124         * gst/id3demux/id3tags.c:
2125         * gst/id3demux/id3tags.h:
2126         * gst/id3demux/id3v2frames.c:
2127           Port ID3 tag demuxer over to the new GstTagDemux in -base
2128           (now would be a good time to test re-importing your music
2129           collection).
2130
2131 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2132
2133         * gst/apetag/Makefile.am:
2134         * gst/apetag/gstapedemux.c:
2135         * gst/apetag/gstapedemux.h:
2136         * gst/apetag/gsttagdemux.c:
2137         * gst/apetag/gsttagdemux.h:
2138           Port APE tag demuxer over to the new GstTagDemux in -base.
2139
2140 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2141
2142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2143         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2144         (gst_rtspsrc_handle_internal_src_query),
2145         (gst_rtspsrc_handle_src_query), (new_session_pad),
2146         (gst_rtspsrc_stream_configure_tcp),
2147         (gst_rtspsrc_stream_configure_transport),
2148         (gst_rtspsrc_loop_send_cmd):
2149         Improve flushing behaviour.
2150         Set state of the udp sources to PAUSE/PLAYING correctly.
2151         Handle events and queries for UDP and TCP transport now.
2152
2153 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2154
2155         * gst/rtp/gstrtpgsmdepay.c:
2156         * gst/rtp/gstrtpgsmpay.c:
2157           Add log category.
2158
2159 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2160
2161         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2162
2163         * tests/check/Makefile.am:
2164         * tests/check/pipelines/simple-launch-lines.c:
2165           Add unit tests for payloaders/depayloaders.
2166
2167 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2168
2169         * gst/avi/gstavimux.c:
2170         * gst/avi/gstavimux.h:
2171           Also save codec data for audio streams. Fixes #482495.
2172
2173 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2174
2175         * gst/avi/gstavimux.c:
2176           Fix "Index entry has invalid stream nr 1".
2177           Add support for muxing aac - work in progress (see #482495).
2178
2179 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2180
2181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2182         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2183         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2184         * gst/rtsp/gstrtspsrc.h:
2185         Parse bandwidth modifiers, they are not yet configured in the session
2186         manager because we don't have an API for that yet.
2187
2188 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2189
2190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2191         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2192         Use shiny new function in -base to get the default clock-rate.
2193         Update some docs.
2194
2195 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2196
2197         * win32/MANIFEST:
2198         Add files to win32 manifest.
2199         * win32/vs6/libgstaudiofx.dsp:
2200         * win32/vs6/libgstqtdemux.dsp:
2201         * win32/vs6/libgstrtp.dsp:
2202         * win32/vs6/libgstrtsp.dsp:
2203         Update project files.
2204
2205 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2206
2207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2208         (gst_rtspsrc_play):
2209         * gst/rtsp/gstrtspsrc.h:
2210         In TCP mode, only timestamp the first buffer. TCP is not real time and
2211         it does not make sense to try to skew compensate, also some servers send
2212         the first batch of data in a burst.
2213
2214 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2215
2216         * gst/matroska/matroska-demux.c:
2217           Fix setting the discont flag on the first buffer
2218           pushed downstream for formats with private codec
2219           data that needs to be deserialised into buffers
2220           (such as vorbis and FLAC when in a matroska container).
2221
2222 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2223
2224         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2225
2226         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2227         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2228         (gst_rtp_mp4v_pay_handle_buffer):
2229         * gst/rtp/gstrtpmp4vpay.h:
2230         Free the config string. Fixes #480707.
2231         Clean up the timestamp code a little.
2232
2233 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2234
2235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2236         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2237         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2238         * gst/rtsp/gstrtspsrc.h:
2239         Set timestamps on RTP buffers in interleaved mode.
2240         Mark first buffers with a DISCONT.
2241         Remove flush hack now that sync for live sources has been figured out.
2242
2243 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2244
2245         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2246         Update documentation.
2247
2248 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2249
2250         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2251         (gst_rtp_xqt_depay_change_state):
2252         * gst/qtdemux/gstrtpxqtdepay.h:
2253         Fail if we don't know the quicktime format.
2254
2255 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2256
2257         * ext/flac/gstflacenc.c:
2258         * ext/flac/gstflacenc.h:
2259           Save the flow return from the last gst_pad_push() and
2260           make sure we pass the right flow return value upstream
2261           in the case of failure; minor clean-ups.
2262
2263 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2264
2265         * ext/taglib/gstapev2mux.cc:
2266         * ext/taglib/gstid3v2mux.cc:
2267         * gst/apetag/gstapedemux.c:
2268           Add support for the new GST_TAG_COMPOSER (#459809).
2269
2270 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2271
2272         * gst/law/alaw-decode.c:
2273         * gst/law/alaw-decode.h:
2274         * gst/law/alaw-encode.c:
2275         * gst/law/alaw-encode.h:
2276         * gst/law/alaw.c:
2277         * gst/law/mulaw-conversion.h:
2278           Compulsive clean-ups: use boilerplate macros, add debug
2279           categories, fix up things to conform to symbol nomenklatura,
2280           etc.
2281
2282 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2283
2284         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2285
2286         * gst/law/alaw-decode.c:
2287         * gst/law/alaw-encode.c:
2288           Use static tables for A-Law decoding and encoding; this makes
2289           A-Law decoding and encoding less CPU-intensive, but increases
2290           the binary size a bit. Leaving old code around for now,
2291           selectable by a define in the code. Fixes #435435.
2292
2293 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2294
2295         * configure.ac:
2296         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2297         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2298         in configure.ac.
2299
2300 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2301
2302         Patch by: Jan Gerber <j at bootlab dot org>
2303
2304         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2305         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2306
2307 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2308
2309         * sys/oss/gstosshelper.c:
2310           Use GST_WARNING instead of a g_critical. This situation is not caused
2311           by the application.
2312
2313 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2314
2315         * po/LINGUAS:
2316         * po/nl.po:
2317           Updated translations.
2318
2319 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2320
2321         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2322
2323         * po/eu.po:
2324           Added Basque translation.
2325
2326 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2327
2328         translated by: Abel Cheung <abelcheung@gmail.com>
2329
2330         * po/zh_HK.po:
2331         * po/zh_TW.po:
2332           Added Chinese (traditional and Hong Kong) translation.
2333
2334 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2335
2336         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2337
2338         * po/pl.po:
2339           Added Polish translation.
2340
2341 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2342
2343         translated by: Ilkka Tuohela <hile@iki.fi>
2344
2345         * po/fi.po:
2346           Added Finnish translation.
2347
2348 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2349
2350         translated by: Jorge González González <aloriel@gmail.com>
2351
2352         * po/es.po:
2353           Added Spanish translation.
2354
2355 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2356
2357         translated by: Mogens Jaeger <mogens@jaeger.tf>
2358
2359         * po/da.po:
2360           Added Danish translation.
2361
2362 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2363
2364         translated by: Funda Wang <fundawang@linux.net.cn>
2365
2366         * po/zh_CN.po:
2367           Added Chinese (simplified) translation.
2368
2369 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2370
2371         translated by: Alexander Shopov <ash@contact.bg>
2372
2373         * po/bg.po:
2374           Added Bulgarian translation.
2375
2376 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2377
2378         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2379         Set outgoing packet duration because we can. Fixes #478244 some more.
2380
2381 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2382
2383         * ext/cairo/gsttextoverlay.c:
2384           Add info about static leak.
2385         
2386         * tests/check/Makefile.am:
2387         * tests/check/generic/states.c:
2388           Improved state change unit test.
2389
2390 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2391
2392         * docs/plugins/.cvsignore:
2393         * tests/check/.cvsignore:
2394           Ignore registries in any format.
2395
2396 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2397
2398         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2399         Removed some unused code.
2400
2401         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2402         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2403         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2404         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2405         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2406         (gst_rtp_theora_pay_flush_packet):
2407         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2408         Try to preserve the incomming buffer duration on the outgoing
2409         packets. Fixes #478244.
2410
2411 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2412
2413         * ext/taglib/gstapev2mux.cc:
2414         * ext/taglib/gstid3v2mux.cc:
2415           Work around compiler warnings with g++-4.2 when assigning a
2416           string constant to a gchar * (partially fixes #478092).
2417
2418 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2419
2420         * configure.ac:
2421           We require core CVS now for gst_base_src_set_do_timestamp().
2422
2423 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2424
2425         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2427         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2428         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2429         (gst_rtspsrc_handle_message):
2430         Fix compiler warnings shown with Forte.
2431
2432 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2433
2434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2435         (gst_rtspsrc_dup_printf):
2436         Give meaningfull error when all streams failed to configure for some
2437         reason.
2438
2439 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2440
2441         * gst/rtp/README:
2442         Update README with the design for synchronisation rules of RTP on
2443         sender and receiver.
2444
2445 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2446
2447         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2448         (gst_wavparse_chain):
2449         Don't push EOS from the chain function, the element
2450         driving the pipeline is responsible for this. The bug
2451         this was meant to fix seems to be queue not forwarding
2452         EOS in all cases (see #476514).
2453
2454 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2455
2456         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2457         (gst_level_transform_ip):
2458         * gst/level/gstlevel.h:
2459         Use basetransform segment so that it is correctly managed on flushes and
2460         start/stop.
2461         Report message timestamp as stream time, which is what an application
2462         can understand.
2463
2464 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2465
2466         * ext/taglib/gstapev2mux.cc:
2467         * ext/taglib/gstapev2mux.h:
2468         * ext/taglib/gsttaglibmux.c:
2469         * tests/check/elements/apev2mux.c:
2470         Update my mail address.
2471
2472 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2473
2474         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2475         (gst_wavparse_loop), (gst_wavparse_chain):
2476         Add EOS logic for the push-based mode too. Fixes #476514.
2477
2478 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2479
2480         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2481         * gst/law/alaw-encode.h:
2482         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2483         (gst_mulawenc_chain):
2484         * gst/law/mulaw-encode.h:
2485         Fix law encoder timestamps.
2486
2487 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2488
2489         * ext/gconf/gstgconfaudiosink.c:
2490           Fix warning when building without debug.
2491
2492         * sys/oss/gstossmixertrack.c:
2493           Use const like in alsamixertrack.c (fixes warnings).
2494
2495 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2496
2497         * sys/v4l2/v4l2src_calls.c:
2498         (gst_v4l2src_probe_caps_for_format_and_size):
2499         Fix framerate detection code some more.
2500         Handle the case where there is a weird step in the stepwise framerates.
2501         Don't overwrite the min interval with the framerate, use a temp variable
2502         instead.
2503         Use max in the Continuous framerate intervals instead of step, which is
2504         1 according to the docs. Fixes #475424.
2505
2506 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2507
2508         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2509         Make udpsrc timestamp outgoing buffers based on when they were received.
2510         Also make it output a segment in time.
2511
2512 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2513
2514         * gst/avi/gstavidemux.c:
2515           Plug a little leak. Little code cleanups.
2516
2517 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2518
2519         * configure.ac:
2520           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2521           flac versions, 's good for cross-compilation karma.
2522
2523 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2524
2525         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2526
2527         * gst/rtp/gstrtph263pay.c:
2528           Fix up header structure so that compilers don't add padding
2529           between the structure fields, since that would lead to us
2530           sending RTP packets with broken headers (as is currently the
2531           case when compiling with MSVC). Also see similar fixes in
2532           libgstrtp in gst-plugins-base. (#474616; #471194)
2533
2534 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2535
2536         * sys/v4l2/v4l2src_calls.c:
2537         (gst_v4l2src_probe_caps_for_format_and_size):
2538         Don't overwrite our GValue with 0 but instead use the previously
2539         computed value. Fixes #471823 some more.
2540
2541 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2542
2543         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2544           No tabs in this file please, or gtk-doc will end up documenting
2545           rather absurd class hierarchies.
2546
2547 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2548
2549         * ext/gconf/gstswitchsink.c:
2550           If the new kid element fails to change state for some reason
2551           (e.g. esdsink not being able to connect to the sound server),
2552           forward the error message it posted on the bus instead of just
2553           posting a generic 'Internal state change error: please file a
2554           bug' error message. Fixes #471364.
2555
2556 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2557
2558         * gst/qtdemux/Makefile.am:
2559         * gst/qtdemux/qtdemux.c:
2560           Don't assume tags are encoded as UTF-8 (#473670).
2561
2562 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2563
2564         * sys/v4l2/gstv4l2src.c:
2565         * sys/v4l2/gstv4l2src.h:
2566         * sys/v4l2/v4l2src_calls.c:
2567           Implement LATENCY queries in the crudest way possible so I don't
2568           have to use sync=false any longer when testing with videosinks.
2569
2570 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2571
2572         * configure.ac:
2573           Fix build.
2574
2575 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2576
2577         * sys/v4l2/v4l2src_calls.c:
2578         (gst_v4l2src_probe_caps_for_format_and_size):
2579         Add some more debugging in the framerate function.
2580         Iterate stepwise framerate up to and _including_ the max and if nothing
2581         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2582         don't end up with an empty list. Fixes #471823
2583
2584 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2585
2586         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2587         (gst_multiudpsink_set_clients_string),
2588         (gst_multiudpsink_get_clients_string),
2589         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2590         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2591         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2592         (gst_multiudpsink_clear):
2593         Add property do configure destination address/port pairs
2594         API:GstMultiUDPSink::clients
2595
2596 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2597
2598         * tests/examples/Makefile.am:
2599         * tests/examples/rtp/Makefile.am:
2600         * tests/examples/rtp/client-H263p-AMR.sh:
2601         * tests/examples/rtp/client-H263p-PCMA.sdp:
2602         * tests/examples/rtp/client-H263p-PCMA.sh:
2603         * tests/examples/rtp/client-H264-PCMA.sdp:
2604         * tests/examples/rtp/client-H264-PCMA.sh:
2605         * tests/examples/rtp/client-PCMA.sh:
2606         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2607         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2608         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2609         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2610         Added some RTP example scripts for sending and receiving RTP streams.
2611
2612 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2613
2614         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2615         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2616         Restructure the setcaps function so that we can also compute the
2617         expected GStreamer output size of the video frames.
2618         Set frame_byte_size correctly so that read-based devices have a chance
2619         of working correctly.
2620         When grabbing a frame, discard frames that are not of the expected size.
2621         Some cameras don't output the right framesize for the first buffer.
2622         Try only a couple of times to get a valid frame, else error out.
2623
2624         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2625         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2626         Add some more debug info when scanning the device.
2627
2628         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2629         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2630         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2631         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2632         Add some more debug info when dequeing a frame.
2633
2634 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2635
2636         * gst/wavparse/gstwavparse.c:
2637           More code cleanups. Add some more comment and improve debugs logs.
2638
2639 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2640
2641         * gst/wavparse/gstwavparse.c:
2642         * gst/wavparse/gstwavparse.h:
2643           Implement seek-query. Refactor duration calculations. Appropriate use
2644           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2645           out of loops.
2646
2647 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2648
2649         * gst/avi/gstavidemux.c:
2650           Implement seek-query.
2651
2652 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2653
2654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2655         (gst_rtspsrc_dup_printf):
2656         Use new basesink async property to make sparse RTCP packet not wait for
2657         preroll.
2658
2659 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2660
2661         * gst/audiofx/Makefile.am:
2662         Dist the right file.
2663
2664 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2665
2666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2667         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2668         Make sure we generate and parse floating point values in the POSIX
2669         locale instead of the current locale. 
2670
2671 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2672
2673         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2674         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2675         (gst_rtspsrc_play):
2676         * gst/rtsp/gstrtspsrc.h:
2677         Fix method detection again.
2678         Keep track of when we must send a Range header.
2679         Use segment values for Range, Speed and Scale headers.
2680         Parse Speed and Scale headers to update the segment values.
2681
2682 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2683
2684         patch by: Mark Nauwelaerts <manauw@skynet.be>
2685
2686         * sys/v4l2/v4l2src_calls.c:
2687           Handle optional v4l2 ioctls gracefully.
2688
2689 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2690
2691         * gst/rtp/Makefile.am:
2692         * gst/rtp/gstrtp.c: (plugin_init):
2693         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2694         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2695         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2696         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2697         (gst_rtp_h263_depay_get_property),
2698         (gst_rtp_h263_depay_change_state),
2699         (gst_rtp_h263_depay_plugin_init):
2700         * gst/rtp/gstrtph263depay.h:
2701         Added an H263 depayloader. Fixes #369392.
2702
2703         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2704         (gst_rtp_h263p_depay_process):
2705         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2706         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2707         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2708         payloads.
2709         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2710
2711 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2712
2713         * gst/audiofx/audiochebyshevfreqband.c:
2714         * gst/audiofx/audiochebyshevfreqlimit.c:
2715         Add small comparision with the windowed sinc filters in the docs.
2716
2717 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2718
2719         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2720         (audiochebyshevfreqband_suite):
2721         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2722         (audiochebyshevfreqlimit_suite):
2723         Also test 32 bit float mode and the type 2 variants of the filters.
2724
2725 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2726
2727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2728         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2729         (gst_rtspsrc_loop):
2730         Refactor the udp and interleaved loop function a bit.
2731
2732 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2733
2734         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2735         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2736         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2737         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2738         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2739         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2740         * gst/rtsp/gstrtspsrc.h:
2741         Protect connection activity with a new lock, avoids deadlocks when going
2742         to PAUSED. Fixes #455808.
2743
2744 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2745
2746         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2747         Fix debug statement.
2748
2749 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2750
2751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2752         Fix stray %u in debug line as spotted by Saur on IRC.
2753
2754 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2755
2756         * gst/audiofx/audiochebyshevfreqband.c:
2757         (gst_audio_chebyshev_freq_band_class_init):
2758         * gst/audiofx/audiochebyshevfreqlimit.c:
2759         (gst_audio_chebyshev_freq_limit_class_init):
2760         Use generator macros for the process functions for the different
2761         sample types, add lower upper boundaries for the GObject properties
2762         so automatically generated UIs can use sliders and add a note about
2763         the number of poles as a too high number of poles combined with
2764         very low or very high frequencies will produce only noise.
2765         * docs/plugins/gst-plugins-good-plugins.args:
2766         Regenerated for the property changes.
2767
2768 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2769
2770         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2771         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2772         (gst_rtspsrc_stream_configure_udp_sink),
2773         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2774         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2775         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2776         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2777         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2778         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2779         * gst/rtsp/gstrtspsrc.h:
2780         Improve timeout handling.
2781         Use the same socket for sending and receiving RTCP packets so that some
2782         servers can track clients better.
2783         Improve connection closed handling. Try to reconnect.
2784         Don't overwrite our content base with NULL.
2785         Improve debugging.
2786         Improve range parsing and handling.
2787         Remove flushing hack now that core does the right thing.
2788
2789 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2790
2791         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2792         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2793         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2794         (gst_multiudpsink_close), (gst_multiudpsink_add):
2795         * gst/udp/gstmultiudpsink.h:
2796         Add support for getting and setting the socket to use.
2797
2798         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2799         (gst_udpsrc_create), (gst_udpsrc_get_property):
2800         Add support for getting the currently used socket.
2801
2802 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2803
2804         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2805
2806         * gst/audiofx/Makefile.am:
2807         * gst/audiofx/audiochebyshevfreqband.c:
2808         (gst_audio_chebyshev_freq_band_mode_get_type),
2809         (gst_audio_chebyshev_freq_band_base_init),
2810         (gst_audio_chebyshev_freq_band_dispose),
2811         (gst_audio_chebyshev_freq_band_class_init),
2812         (gst_audio_chebyshev_freq_band_init),
2813         (generate_biquad_coefficients), (calculate_gain),
2814         (generate_coefficients),
2815         (gst_audio_chebyshev_freq_band_set_property),
2816         (gst_audio_chebyshev_freq_band_get_property),
2817         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2818         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2819         (gst_audio_chebyshev_freq_band_start):
2820         * gst/audiofx/audiochebyshevfreqband.h:
2821         * gst/audiofx/audiochebyshevfreqlimit.c:
2822         (gst_audio_chebyshev_freq_limit_mode_get_type),
2823         (gst_audio_chebyshev_freq_limit_base_init),
2824         (gst_audio_chebyshev_freq_limit_dispose),
2825         (gst_audio_chebyshev_freq_limit_class_init),
2826         (gst_audio_chebyshev_freq_limit_init),
2827         (generate_biquad_coefficients), (calculate_gain),
2828         (generate_coefficients),
2829         (gst_audio_chebyshev_freq_limit_set_property),
2830         (gst_audio_chebyshev_freq_limit_get_property),
2831         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2832         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2833         (gst_audio_chebyshev_freq_limit_start):
2834         * gst/audiofx/audiochebyshevfreqlimit.h:
2835         * gst/audiofx/audiofx.c: (plugin_init):
2836         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2837         Fixes #464800.
2838
2839         * tests/check/Makefile.am:
2840         * tests/check/elements/.cvsignore:
2841         * tests/check/elements/audiochebyshevfreqband.c:
2842         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2843         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2844         * tests/check/elements/audiochebyshevfreqlimit.c:
2845         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2846         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2847         Add unit tests for the chebyshev filters.
2848
2849         * docs/plugins/Makefile.am:
2850         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2851         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2852         * docs/plugins/gst-plugins-good-plugins.args:
2853         * docs/plugins/inspect/plugin-1394.xml:
2854         * docs/plugins/inspect/plugin-audiofx.xml:
2855         * docs/plugins/inspect/plugin-dv.xml:
2856         * docs/plugins/inspect/plugin-flac.xml:
2857         * docs/plugins/inspect/plugin-jpeg.xml:
2858         * docs/plugins/inspect/plugin-png.xml:
2859         * docs/plugins/inspect/plugin-rtp.xml:
2860         * docs/plugins/inspect/plugin-shout2send.xml:
2861         * docs/plugins/inspect/plugin-wavpack.xml:
2862         And add docs for the chebyshev filters. While doing
2863         that also run make update in docs/plugins.
2864
2865 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2866
2867         * ext/annodex/gstcmmltag.c:
2868         * gst/rtp/gstrtpvorbispay.c:
2869           Make ro memory to share.
2870
2871 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2872
2873         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2874         Improve UDP performance by avoiding a select() when we have data
2875         available immediatly.
2876
2877 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2878
2879         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2880         (gst_rtp_dec_class_init):
2881         * gst/rtsp/gstrtpdec.h:
2882         Add (dummy) SSRC management signals.
2883
2884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2885         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2886         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2887         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2888         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2889         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2890         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2891         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2892         * gst/rtsp/gstrtspsrc.h:
2893         Add connection-speed property.
2894         Add find_stream helper functions.
2895         Handle stream EOS based on BYE messages or SSRC timeout.
2896         Returns SUCCESS from the state change function as we hide our async
2897         elements from the parent.
2898
2899 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2900
2901         * gst/debug/rndbuffersize.c:
2902           Fix da leak.
2903
2904 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2905
2906         * gst/debug/Makefile.am:
2907         * gst/debug/breakmydata.c:
2908         * gst/debug/gstdebug.c:
2909         * gst/debug/negotiation.c:
2910         * gst/debug/progressreport.c:
2911         * gst/debug/rndbuffersize.c:
2912         * gst/debug/testplugin.c:
2913           Add new test element and clean-up the others a little.
2914
2915 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2916
2917         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2918         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2919
2920 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2921
2922         * gst/rtp/gstrtpilbcdepay.c:
2923           Include stdlib.
2924
2925 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2926
2927         * gst/rtp/gstrtpmpvdepay.c:
2928         Set the mpegversion in the caps so that autoplugging does not get
2929         confused.
2930
2931 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2932
2933         * po/hu.po:
2934         * po/uk.po:
2935         * po/vi.po:
2936           Updated translations.
2937
2938 2007-08-08  Michael Smith <msmith@fluendo.com>
2939
2940         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2941           Render right border in the correct location.
2942
2943 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2944
2945         Patch by: Olivier Crete <tester at tester dot ca>
2946
2947         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2948         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2949         Make mode property a string. Fixes #464475.
2950
2951 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2952
2953         * ext/flac/gstflacenc.c:
2954           Widen caps to match decoder a bit and add more FIXMEs.
2955
2956 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2957
2958         patch by: Mark Nauwelaerts <manauw@skynet.be>
2959
2960         * gst/avi/gstavimux.c:
2961           Fix ODML index tag numbering. Fixes #463624.
2962
2963 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2964
2965         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2966         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2967         (gst_rtspsrc_stream_configure_tcp),
2968         (gst_rtspsrc_stream_configure_udp_sink):
2969         Fix default clock-rate for realmedia.
2970         Fix parsing of transport.
2971         Don't try to link NULL pads.
2972
2973 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2974
2975         * po/POTFILES.skip:
2976           Add POTFILES.skip with list of source files that aren't disted at the
2977           moment but contain translatable strings. Should hopefully pacify
2978           broken tools and make it clearer that these files are left out
2979           intentionally (#461600).
2980
2981 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2982
2983         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2984         If the buffer was entirely clipped ... don't try sending it :)
2985
2986 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2987
2988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2989         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2990         (gst_rtspsrc_create_transports_string),
2991         (gst_rtspsrc_prepare_transports):
2992         If we don't hav a session manager, set the caps on outgoing buffers
2993         ourselves.
2994         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2995         Append final bit of the transport string even when it does not contain a
2996         placeholder.
2997
2998 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2999
3000         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3001         (gst_rtsp_ext_list_connect):
3002         * gst/rtsp/gstrtspext.h:
3003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3004         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3005         Clean up the interface list.
3006         Allow connecting to interface signals for the extensions.
3007         Remove old extension code.
3008         Free list on cleanup.
3009         Allow extensions to send additional RTSP messages.
3010
3011 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3012
3013         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3014         Handle a NULL gconf key gracefully by rendering the default element.
3015
3016 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3017
3018         * gst/rtsp/gstrtspext.h:
3019         Fix include path for extension interface.
3020
3021 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3022
3023         * gst/audiofx/audioamplify.h:
3024         Also remove a now unecessary variable here.
3025
3026 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3027
3028         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3029         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3030         * gst/audiofx/audiodynamic.c:
3031         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3032         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3033         * gst/audiofx/audiodynamic.h:
3034         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3035         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3036         * gst/audiofx/audioinvert.h:
3037         Don't save format information ourselves, this is already saved in
3038         GstAudioFilter.
3039
3040 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3041
3042         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3043         (gst_rtsp_ext_list_stream_select):
3044         * gst/rtsp/gstrtspext.h:
3045         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3046         Use rank to filter out extensions.
3047         Add url to stream_select interface call.
3048
3049 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3050
3051         * gst/rtsp/Makefile.am:
3052         * gst/rtsp/base64.c:
3053         * gst/rtsp/base64.h:
3054         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3055         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3056         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3057         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3058         (gst_rtsp_ext_list_setup_media),
3059         (gst_rtsp_ext_list_configure_stream),
3060         (gst_rtsp_ext_list_get_transports),
3061         (gst_rtsp_ext_list_stream_select):
3062         * gst/rtsp/gstrtspext.h:
3063         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3064         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3065         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3066         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3067         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3068         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3069         (gst_rtspsrc_stream_configure_tcp),
3070         (gst_rtspsrc_stream_configure_mcast),
3071         (gst_rtspsrc_stream_configure_udp),
3072         (gst_rtspsrc_stream_configure_udp_sink),
3073         (gst_rtspsrc_stream_configure_transport),
3074         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3075         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3076         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3077         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3078         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3079         (gst_rtspsrc_parse_methods),
3080         (gst_rtspsrc_create_transports_string),
3081         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3082         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3083         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3084         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3085         * gst/rtsp/gstrtspsrc.h:
3086         * gst/rtsp/rtsp.h:
3087         * gst/rtsp/rtspconnection.c:
3088         * gst/rtsp/rtspconnection.h:
3089         * gst/rtsp/rtspdefs.c:
3090         * gst/rtsp/rtspdefs.h:
3091         * gst/rtsp/rtspext.h:
3092         * gst/rtsp/rtspextwms.c:
3093         * gst/rtsp/rtspextwms.h:
3094         * gst/rtsp/rtspmessage.c:
3095         * gst/rtsp/rtspmessage.h:
3096         * gst/rtsp/rtsprange.c:
3097         * gst/rtsp/rtsprange.h:
3098         * gst/rtsp/rtsptransport.c:
3099         * gst/rtsp/rtsptransport.h:
3100         * gst/rtsp/rtspurl.c:
3101         * gst/rtsp/rtspurl.h:
3102         * gst/rtsp/sdp.h:
3103         * gst/rtsp/sdpmessage.c:
3104         * gst/rtsp/sdpmessage.h:
3105         * gst/rtsp/test.c:
3106         Use shiny new RTSP and SDP library.
3107         Implement RTSP extensions using the new interface.
3108         Remove a lot of old code.
3109
3110 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3111
3112         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3113         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3114
3115 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3116
3117         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3118         Don't unref the outgoing buffer twice when dropping it because it's
3119         outside of the segment.
3120
3121 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3122
3123         * configure.ac:
3124         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3125         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3126         Use the new buffer clipping function from gstaudio here and
3127         require gst-plugins-base CVS.
3128         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3129         For framed Wavpack buffers we require a valid timestamp.
3130
3131 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3132
3133         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3134         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3135         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3136         Clip raw audio and video when we can, keep track of current output
3137         segment.
3138         Don't leak buffers and events when there is no output pad.
3139         Improve debugging here and there.
3140
3141 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3142
3143         * configure.ac:
3144           Sync liboil check with plugins-base.
3145
3146 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3147
3148         * ext/annodex/Makefile.am:
3149           Fix CFLAGS/LIBS.
3150
3151         * ext/cdio/gstcdiocddasrc.c:
3152         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3153           Include stdlib
3154
3155         * ext/cairo/Makefile.am:
3156         * gst/videofilter/Makefile.am:
3157         * tests/examples/level/Makefile.am:
3158           Use $(LIBM) instead of -lm
3159
3160 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3161
3162         * sys/v4l2/gstv4l2src.c:
3163           Add another example pipeline.
3164
3165 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3166
3167         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3168
3169         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3170           Use define here.
3171
3172         * sys/v4l2/gstv4l2tuner.c:
3173         (gst_v4l2_tuner_set_frequency_and_notify):
3174           Don't touch the property - its still disabled.
3175
3176         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3177         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3178         * sys/v4l2/v4l2src_calls.h:
3179           Improve fallback format negotionation. Fixes #451388
3180
3181 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3182
3183         * tests/check/elements/videocrop.c: (GST_START_TEST):
3184           Fix the test.
3185
3186 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3187
3188         * docs/plugins/Makefile.am:
3189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3191         * docs/plugins/inspect/plugin-jpeg.xml:
3192         * docs/plugins/inspect/plugin-png.xml:
3193         * ext/jpeg/gstjpegdec.c:
3194         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3195         (gst_pngdec_sink_setcaps):
3196           More docs. More logs in pngdec.
3197
3198 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3199
3200         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3201           Initialize num_buffers with minimum value.
3202
3203         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3204         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3205           Handle frame-size query failure gracefully.
3206
3207 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3208
3209         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3210         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3211         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3212         of qt/aac files.
3213
3214 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3215
3216         * ext/wavpack/gstwavpackdec.c:
3217         (gst_wavpack_dec_clip_outgoing_buffer):
3218         Fix buffer clipping to correctly clip to the segment stop.
3219
3220 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3221
3222         * configure.ac:
3223         * tests/Makefile.am:
3224         Remove bogus check for libcheck, since we check for
3225         gstreamer-check and it pulls in the required info from there,
3226         and we weren't actually _using_ the information for libcheck
3227         ourselves anyway.
3228
3229 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3230
3231         * configure.ac:
3232           Use pkg-config to locate check.
3233
3234 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3235
3236         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3237         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3238         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3239         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3240         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3241         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3242         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3243         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3244         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3245         * gst/effectv/gstrev.c: (gst_revtv_transform):
3246         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3247         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3248         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3249         * gst/matroska/matroska-demux.c:
3250         (gst_matroska_demux_add_wvpk_header),
3251         (gst_matroska_demux_check_subtitle_buffer),
3252         (gst_matroska_decode_buffer):
3253         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3254           Fix build against core CVS.
3255
3256 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3257
3258         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3259         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3260         don't have enough granularity to convert that boolean into a
3261         GstFlowReturn.
3262
3263 2007-07-06  Michael Smith <msmith@fluendo.com>
3264
3265         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3266         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3267         (gst_alawdec_change_state):
3268         * gst/law/alaw-decode.h:
3269         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3270         (gst_mulawdec_class_init), (gst_mulawdec_init),
3271         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3272         * gst/law/mulaw-decode.h:
3273           Fix capsnego bogosity in *law decoders. 
3274
3275 2007-07-06  Michael Smith <msmith@fluendo.com>
3276
3277         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3278         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3279         (gst_smokeenc_change_state):
3280         * ext/jpeg/gstsmokeenc.h:
3281           Remove stupidity in get/set caps functions.
3282           Fix some refcounting problems.
3283
3284 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3285
3286         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3287         Remove endianness-flipping hack that seems to have been required
3288         only because of a bug in ffmpegcolorspace.
3289         Partially Fixes: #451908
3290
3291 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3292
3293         * docs/plugins/Makefile.am:
3294           Simplify --extra-dir as gtkdoc scans recursively.
3295
3296 2007-07-03  Wim Taymans  <wim@fluendo.com>
3297
3298         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3299
3300         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3301         Set the encoding-name in the rtp caps to all uppercase, as required by
3302         the caps spec.
3303         Some small cleanups in the error paths. Fixes #453037.
3304
3305 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3306
3307         * ext/wavpack/gstwavpackparse.c:
3308         (gst_wavpack_parse_index_get_last_entry),
3309         (gst_wavpack_parse_index_get_entry_from_sample),
3310         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3311         (gst_wavpack_parse_scan_to_find_sample):
3312         * ext/wavpack/gstwavpackparse.h:
3313         Use a GSList for the GArray that is used like a list anyway.
3314
3315 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3316
3317         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3318         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3319         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3320           Add state change function where we set 0/1 as default framerate in
3321           case our setcaps function isn't called, like it might not in a
3322           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3323           gdkpixbufdec trying to create caps with a 0/0 framerate.
3324           Also post an error message on the bus if gst_pad_push() fails when
3325           called from our sink event handler (+1 for flow returns for event
3326           functions in 0.11) instead of failing silently.
3327
3328 2007-06-27  Wim Taymans  <wim@fluendo.com>
3329
3330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3331         Cast stack args to the proper types. Fixes #451249.
3332
3333 2007-06-27  Wim Taymans  <wim@fluendo.com>
3334
3335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3336         (new_session_pad), (gst_rtspsrc_setup_streams):
3337         * gst/rtsp/gstrtspsrc.h:
3338         For container formats we only need to activate one of the streams so
3339         that we correctly signal no-more-pads. Fixes #451015.
3340
3341 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3342
3343         * docs/plugins/gst-plugins-good-plugins.args:
3344         * docs/plugins/inspect/plugin-aasink.xml:
3345         * docs/plugins/inspect/plugin-alaw.xml:
3346         * docs/plugins/inspect/plugin-alpha.xml:
3347         * docs/plugins/inspect/plugin-alphacolor.xml:
3348         * docs/plugins/inspect/plugin-annodex.xml:
3349         * docs/plugins/inspect/plugin-apetag.xml:
3350         * docs/plugins/inspect/plugin-audiofx.xml:
3351         * docs/plugins/inspect/plugin-auparse.xml:
3352         * docs/plugins/inspect/plugin-autodetect.xml:
3353         * docs/plugins/inspect/plugin-avi.xml:
3354         * docs/plugins/inspect/plugin-cacasink.xml:
3355         * docs/plugins/inspect/plugin-cairo.xml:
3356         * docs/plugins/inspect/plugin-cdio.xml:
3357         * docs/plugins/inspect/plugin-cutter.xml:
3358         * docs/plugins/inspect/plugin-debug.xml:
3359         * docs/plugins/inspect/plugin-efence.xml:
3360         * docs/plugins/inspect/plugin-effectv.xml:
3361         * docs/plugins/inspect/plugin-esdsink.xml:
3362         * docs/plugins/inspect/plugin-flac.xml:
3363         * docs/plugins/inspect/plugin-flxdec.xml:
3364         * docs/plugins/inspect/plugin-gconfelements.xml:
3365         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3366         * docs/plugins/inspect/plugin-goom.xml:
3367         * docs/plugins/inspect/plugin-halelements.xml:
3368         * docs/plugins/inspect/plugin-icydemux.xml:
3369         * docs/plugins/inspect/plugin-id3demux.xml:
3370         * docs/plugins/inspect/plugin-jpeg.xml:
3371         * docs/plugins/inspect/plugin-ladspa.xml:
3372         * docs/plugins/inspect/plugin-level.xml:
3373         * docs/plugins/inspect/plugin-matroska.xml:
3374         * docs/plugins/inspect/plugin-mulaw.xml:
3375         * docs/plugins/inspect/plugin-multipart.xml:
3376         * docs/plugins/inspect/plugin-navigationtest.xml:
3377         * docs/plugins/inspect/plugin-ossaudio.xml:
3378         * docs/plugins/inspect/plugin-png.xml:
3379         * docs/plugins/inspect/plugin-quicktime.xml:
3380         * docs/plugins/inspect/plugin-rtp.xml:
3381         * docs/plugins/inspect/plugin-rtsp.xml:
3382         * docs/plugins/inspect/plugin-smpte.xml:
3383         * docs/plugins/inspect/plugin-speex.xml:
3384         * docs/plugins/inspect/plugin-taglib.xml:
3385         * docs/plugins/inspect/plugin-udp.xml:
3386         * docs/plugins/inspect/plugin-videobalance.xml:
3387         * docs/plugins/inspect/plugin-videobox.xml:
3388         * docs/plugins/inspect/plugin-videocrop.xml:
3389         * docs/plugins/inspect/plugin-videoflip.xml:
3390         * docs/plugins/inspect/plugin-videomixer.xml:
3391         * docs/plugins/inspect/plugin-wavenc.xml:
3392         * docs/plugins/inspect/plugin-wavparse.xml:
3393         * docs/plugins/inspect/plugin-ximagesrc.xml:
3394           Update docs with caps info.
3395
3396 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3397
3398         * po/POTFILES.in:
3399           Add more files with translatable strings (#450878).
3400
3401 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3402
3403         * MAINTAINERS:
3404         Updating all the maintainers files
3405
3406 2007-06-22  Edward Hervey  <edward@fluendo.com>
3407
3408         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3409         * gst/interleave/deinterleave.c: (deinterleave_init),
3410         (deinterleave_sink_link):
3411         * gst/interleave/interleave.c: (interleave_init):
3412         * gst/median/gstmedian.c: (gst_median_init):
3413         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3414         Fix memory leaks.
3415         * tests/check/elements/id3demux.c: (pad_added_cb):
3416         Remove unused variable.
3417
3418 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3419
3420         * ext/gconf/gconf.h:
3421         Make the prototype of gst_gconf_get_key_for_sink_profile
3422         match the implementation.
3423         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3424         Fixes: #449747
3425
3426 2007-06-20  Michael Smith <msmith@fluendo.com>
3427
3428         * gst/rtp/gstrtpdepay.c:
3429           Fix description - rtpdepay is not a payloader.
3430
3431 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3432
3433         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3434         (qtdemux_video_caps):
3435         * gst/qtdemux/qtdemux_fourcc.h:
3436           Add MJPG to the variants of motion jpeg.
3437
3438 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3439
3440         * tests/check/Makefile.am:
3441         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3442         * tests/check/elements/videocrop.c: (GST_START_TEST):
3443         * tests/check/elements/videofilter.c:
3444         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3445         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3446           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3447           error flags are included and it errors out on compiler warnings
3448           for CVS builds; remove unused variables in various unit tests.
3449
3450 2007-06-19  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3453         (rtsp_connection_close), (rtsp_connection_free):
3454         Use threadsafe inet_ntop to convert an ip number to a string. 
3455         Fixes #447961.
3456         Don't leak fd (and ip) when freeing a connection without first closing
3457         it.
3458
3459 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3460
3461         * configure.ac:
3462         Back to CVS
3463
3464         * gst-plugins-good.doap:
3465         Add 0.10.6 to the doap file.
3466
3467 === release 0.10.6 ===
3468
3469 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3470
3471         * configure.ac:
3472           releasing 0.10.6, "Wobble Board"
3473
3474 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3475
3476         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3477         (rtsp_connection_free):
3478           Revert previous commit again, since we are frozen (sorry).
3479
3480 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3481
3482         Patch by: Peter Kjellerstedt <pkj at axis com>
3483
3484         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3485         (rtsp_connection_free):
3486           inet_ntoa() uses a static buffer internally, so we need to copy the
3487           returned string if we want to store it for later (#447961).
3488
3489 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3490
3491         * win32/vs6/autogen.dsp:
3492         * win32/vs6/gst_plugins_good.dsw:
3493         * win32/vs6/libgstalaw.dsp:
3494         * win32/vs6/libgstalpha.dsp:
3495         * win32/vs6/libgstalphacolor.dsp:
3496         * win32/vs6/libgstapetag.dsp:
3497         * win32/vs6/libgstaudiofx.dsp:
3498         * win32/vs6/libgstauparse.dsp:
3499         * win32/vs6/libgstautodetect.dsp:
3500         * win32/vs6/libgstavi.dsp:
3501         * win32/vs6/libgstcutter.dsp:
3502         * win32/vs6/libgstdirectdraw.dsp:
3503         * win32/vs6/libgstdirectsound.dsp:
3504         * win32/vs6/libgsteffectv.dsp:
3505         * win32/vs6/libgstflx.dsp:
3506         * win32/vs6/libgstgoom.dsp:
3507         * win32/vs6/libgsticydemux.dsp:
3508         * win32/vs6/libgstid3demux.dsp:
3509         * win32/vs6/libgstinterleave.dsp:
3510         * win32/vs6/libgstjpeg.dsp:
3511         * win32/vs6/libgstlevel.dsp:
3512         * win32/vs6/libgstmatroska.dsp:
3513         * win32/vs6/libgstmedian.dsp:
3514         * win32/vs6/libgstmonoscope.dsp:
3515         * win32/vs6/libgstmulaw.dsp:
3516         * win32/vs6/libgstmultipart.dsp:
3517         * win32/vs6/libgstqtdemux.dsp:
3518         * win32/vs6/libgstrtp.dsp:
3519         * win32/vs6/libgstrtsp.dsp:
3520         * win32/vs6/libgstsmpte.dsp:
3521         * win32/vs6/libgstspeex.dsp:
3522         * win32/vs6/libgstudp.dsp:
3523         * win32/vs6/libgstvideobalance.dsp:
3524         * win32/vs6/libgstvideobox.dsp:
3525         * win32/vs6/libgstvideocrop.dsp:
3526         * win32/vs6/libgstvideoflip.dsp:
3527         * win32/vs6/libgstvideomixer.dsp:
3528         * win32/vs6/libgstwaveform.dsp:
3529         * win32/vs6/libgstwavenc.dsp:
3530         * win32/vs6/libgstwavparse.dsp:
3531         Mark *.dsp & *.dsw as binary files and convert to DOS line
3532         endings, as they don't load into VS6 correctly otherwise.
3533
3534 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3535
3536         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3537         (rtsp_connection_connect):
3538         Fix the MingW build. 
3539         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3540         Fixes: #446981
3541
3542 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3543
3544         * tests/check/elements/.cvsignore:
3545         * tests/icles/.cvsignore:
3546         Hush the buildbots up
3547
3548 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3549
3550         * configure.ac:
3551         * sys/Makefile.am:
3552         * sys/directdraw/Makefile.am:
3553         * sys/directsound/Makefile.am:
3554         * sys/waveform/Makefile.am:
3555         Make sure to dist everything needed for win32 builds.
3556
3557 2007-06-14  Edward Hervey  <edward@fluendo.com>
3558
3559         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3560         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3561         caps.
3562         Fixes #447458
3563
3564 2007-06-13  Wim Taymans  <wim@fluendo.com>
3565
3566         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3567         Make sure we allocate enough memory for the codec_data.
3568         Fixes #447210.
3569
3570 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3571
3572         * win32/MANIFEST:
3573         Add videocrop project file to the win32 manifest.
3574         * win32/vs6/gst_plugins_good.dsw:
3575         Add qtdemux,videocrop and waveform projects to the workspace.
3576         * win32/vs6/libgstqtdemux.dsp:
3577         Add zlib to the link list of qtdemux.
3578         * win32/vs6/libgstvideocrop.dsp:
3579         Add a project file for videocrop.
3580
3581 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3582
3583         * po/POTFILES.in:
3584         Add qtdemux for translation
3585
3586 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3587
3588         * configure.ac:
3589         * docs/plugins/Makefile.am:
3590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3592         * docs/plugins/inspect/plugin-videocrop.xml:
3593         * gst-plugins-good.spec.in:
3594         * sys/Makefile.am:
3595         * tests/check/Makefile.am:
3596         * tests/icles/Makefile.am:
3597         * tests/icles/videocrop-test.c:
3598         Move videocrop and osxvideo from -bad.
3599
3600 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3601
3602         * configure.ac:
3603         * docs/plugins/Makefile.am:
3604         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3605         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3606         * docs/plugins/gst-plugins-good-plugins.args:
3607         * docs/plugins/inspect/plugin-qtdemux.xml:
3608         * docs/plugins/inspect/plugin-quicktime.xml:
3609         * win32/MANIFEST:
3610         Move qtdemux from -bad.
3611
3612         * gst-plugins-good.spec.in:
3613         Update spec file to reflect moving of qtdemux and wavpack
3614
3615 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3616         
3617         * win32/MANIFEST:
3618         * docs/plugins/Makefile.am:
3619         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3620         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3621         * docs/plugins/inspect/plugin-directdraw.xml:
3622         * docs/plugins/inspect/plugin-directsound.xml:
3623         * docs/plugins/inspect/plugin-waveform.xml:
3624         Move the waveform plugin from -bad too. Update the inspect xml
3625         files to mention Plugins Good instead of Plugins Bad.
3626
3627 2007-06-12  Andy Wingo  <wingo@pobox.com>
3628
3629         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3630         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3631         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3632         finalization and resuscitation. No longer public.
3633         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3634         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3635         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3636         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3637         miniobject semantics, and be threadsafe.
3638         (gst_v4l2src_queue_frame): Remove this function, as we just call
3639         the ioctls directly in the two places where we queue buffers.
3640         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3641         directly.
3642         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3643         to allocate the pool, which also preallocates the GstBuffers.
3644         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3645         queueing the frames directly.
3646         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3647         mmap buffers have been dequeued.
3648
3649         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3650         real MiniObject instead of rolling our own refcounting and
3651         finalizing. Give it a lock.
3652         (struct _GstV4l2Buffer): Remove one intermediary object, having
3653         the buffers hold the struct v4l2_buffer directly.
3654
3655         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3656         capture_init so that it can set them on the buffers that it will
3657         create.
3658         (gst_v4l2src_get_read): For better or for worse, include the
3659         timestamping and offsetting code here; really we should be using
3660         bufferalloc though.
3661         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3662         preallocated, mmap'd buffers.
3663
3664 2007-06-11  Wim Taymans  <wim@fluendo.com>
3665
3666         Patch by: daniel fischer <dan at f3c dot com>
3667
3668         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3669         (gst_ximage_src_get_caps):
3670         Actually use the display_name property so that we can dump any
3671         available X display. Fixes #445905.
3672
3673 2007-06-11  Wim Taymans  <wim@fluendo.com>
3674
3675         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3676
3677         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3678         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3679         Add missing rate fields to caps. Fixes #441118.
3680
3681 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3682
3683         * win32/vs6/gst_plugins_good.dsw:
3684         * win32/vs8/gst-plugins-good.sln:
3685         Add DirectSound and DirectDraw sinks project files to
3686         workspace and solution files.
3687
3688 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3689
3690         Patch by: Josh Coalson <xflac at yahoo dot com>,
3691         updated by Alexis Ballier <aballier at gentoo dot org>:
3692
3693         * configure.ac:
3694         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3695         (gst_flac_dec_setup_seekable_decoder),
3696         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3697         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3698         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3699         * ext/flac/gstflacdec.h:
3700         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3701         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3702         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3703         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3704         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3705         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3706         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3707         * ext/flac/gstflacenc.h:
3708         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3709         
3710 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3711
3712         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3713         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3714         not necessary anymore as we need at least that core version. 
3715
3716 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3717
3718         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3719         (gst_wavpack_dec_chain):
3720         * ext/wavpack/gstwavpackdec.h:
3721         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3722         (gst_wavpack_parse_push_buffer):
3723         * ext/wavpack/gstwavpackparse.h:
3724         Improve discont handling by checking if the next Wavpack block has
3725         the expected, following block index.
3726
3727 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3728
3729         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3730           Fix element description.
3731
3732 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3733
3734         * configure.ac:
3735         * docs/plugins/Makefile.am:
3736         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3738         * docs/plugins/gst-plugins-good-plugins.args:
3739         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3740         * docs/plugins/gst-plugins-good-plugins.signals:
3741         * docs/plugins/inspect/plugin-autodetect.xml:
3742         * docs/plugins/inspect/plugin-gconfelements.xml:
3743         * docs/plugins/inspect/plugin-ladspa.xml:
3744         * docs/plugins/inspect/plugin-rtp.xml:
3745         * docs/plugins/inspect/plugin-wavpack.xml:
3746         * ext/Makefile.am:
3747         * tests/check/Makefile.am:
3748           move wavpack plugin.  See #352605.
3749
3750 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3751
3752         * configure.ac:
3753         * docs/plugins/Makefile.am:
3754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3756         * docs/plugins/gst-plugins-good-plugins.args:
3757         * sys/Makefile.am:
3758         * win32/MANIFEST:
3759         Add DirectDraw & DirectSound plugins to the build and docs.
3760
3761 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3762
3763         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3764         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3765           When operating in pull mode, error out correct on not-linked.
3766
3767 2007-06-06  Andy Wingo  <wingo@pobox.com>
3768
3769         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3770         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3771         format and size if the ioctls are defined; should fix compilation
3772         on Linux < 2.16.19.
3773
3774 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3775
3776         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3777           Printf fixes in debug statements; use LOG level for debug statements
3778           that are printed for each and every frame; convert c++ comments to
3779           C-style comments; not much point using g_try_malloc() if we then not
3780           even check the return value.
3781
3782 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3783
3784         * configure.ac:
3785           Bump requirements to released versions (core and base 0.10.13).
3786
3787         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3788           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3789           own implementation.
3790
3791 2007-06-05  Andy Wingo  <wingo@pobox.com>
3792
3793         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3794         some useless comments.
3795
3796         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3797         frames before calling STREAMON, that might leave them in a state
3798         where they can't be dequeued if we go back to NULL without calling
3799         STREAMON, according to the docs.
3800         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3801         before we call STREAMON.
3802         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3803         failures. (For me this code hung.) The pool refcounting is still
3804         crack; added a note to that effect.
3805
3806 2007-06-05  Wim Taymans  <wim@fluendo.com>
3807
3808         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3809         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3810         Add support for mapping gst structure names to the MIME type equivalent.
3811         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3812
3813 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3814
3815         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3816         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3817         (gst_wavenc_chain), (gst_wavenc_change_state):
3818         * gst/wavenc/gstwavenc.h:
3819         Properly write wav files with width!=depth by having the depth most
3820         significant bytes set and all others zero. Fixes #442535.
3821
3822 2007-06-01  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst/rtsp/rtspconnection.c:
3825         Add include to make buildbot happy.
3826
3827 2007-06-01  Wim Taymans  <wim@fluendo.com>
3828
3829         Patch by: Peter Kjellerstedt  <pkj at axis com>
3830
3831         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3832         (rtsp_connection_connect), (add_date_header),
3833         (rtsp_connection_send), (parse_response_status),
3834         (parse_request_line), (parse_line), (rtsp_connection_receive):
3835         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3836         * gst/rtsp/rtspdefs.h:
3837         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3838         (rtsp_message_init_request), (rtsp_message_init_response),
3839         (rtsp_message_remove_header), (rtsp_message_append_headers),
3840         (rtsp_message_dump):
3841         * gst/rtsp/rtspmessage.h:
3842         Improves version checking, allowing an RTSP server to reply with "505
3843         RTSP Version not supported.
3844         Adds a Date header to all messages.
3845         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3846         want to be able to send a response even if something in the request was
3847         invalid. EINVAL is only used when passing wrong arguments to functions.
3848         Do not handle an invalid method in parse_request_line(). Defer this to
3849         the caller so it can respond with "405 Method Not Allowed".
3850         Improves parsing of the timeout parameter to the Session header,
3851         allowing whitespace after the semicolon. 
3852         Avoids a compiler warning due to variables shadowing a function argument.
3853
3854 2007-06-01  Wim Taymans  <wim@fluendo.com>
3855
3856         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3857
3858         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3859         (gst_rtp_amr_depay_process):
3860         * gst/rtp/gstrtpamrdepay.h:
3861         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3862         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3863         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3864         * gst/rtp/gstrtpamrpay.h:
3865         Add support for AMR-WB.
3866         Small cleanups such as using BOILERPLATE.
3867
3868 2007-05-31  Wim Taymans  <wim@fluendo.com>
3869
3870         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3871         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3872
3873 2007-05-30  Andy Wingo  <wingo@pobox.com>
3874
3875         * sys/v4l2/gstv4l2object.h: 
3876         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3877         unintended changes.
3878
3879         * sys/v4l2/v4l2src_calls.h: 
3880         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3881         the format list in the order that the driver gives it to us.
3882         (gst_v4l2src_probe_caps_for_format_and_size)
3883         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3884         based on the capabilities of the device.
3885         (gst_v4l2src_grab_frame): Update for object variable renaming.
3886         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3887         as in the set_caps below.
3888         (gst_v4l2src_capture_init): Update for object variable renaming,
3889         and reflow.
3890         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3891         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3892         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3893         (gst_v4l2src_get_fps): Remove; these functions don't have much
3894         meaning outside of an atomic set_caps method.
3895         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3896         known.
3897
3898         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3899         call to update_fps; not sure about this change.
3900         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3901         moment we don't have an update_fps_func.
3902
3903         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3904         structures in the object, just store what we need. Do store the
3905         probed caps of the device. Don't store the current frame rate.
3906
3907         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3908         update_fps_function, for now. Update for new object variable
3909         naming.
3910         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3911         new object variable naming.
3912         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3913         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3914         (gst_v4l2src_get_caps): Rework to probe the device for supported
3915         frame sizes and frame rates.
3916         (gst_v4l2src_set_caps): Rework to be strict in the given
3917         parameters: if someone asks us to have a certain size and rate,
3918         that is what we configure.
3919         (gst_v4l2src_get_read): Update for object variable naming. Don't
3920         leak buffers on short reads.
3921         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3922         comments.
3923         (gst_v4l2src_create): Update for object variable naming.
3924
3925 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3926
3927         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3928         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3929         * gst/avi/gstavidemux.h:
3930           Parse subtitle text streams instead of erroring out (#442034). Still
3931           needs a parser for the subtitles to actually show up.
3932
3933 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3934
3935         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3936         (gst_avi_demux_loop):
3937           Make _push_event() return TRUE if the event could be pushed on at
3938           least one pad and not only if it could be pushed on all pads,
3939           otherwise we'll end up posting an error message on EOS if one or
3940           more source pads are not connected.
3941
3942 2007-05-28  Wim Taymans  <wim@fluendo.com>
3943
3944         * gst/rtsp/rtsptransport.c:
3945         Use renamed RTP bin.
3946
3947 2007-05-28  Wim Taymans  <wim@fluendo.com>
3948
3949         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3950
3951         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3952         (gst_video_box_set_property), (gst_video_box_transform_caps),
3953         (video_box_recalc_transform), (gst_video_box_set_caps),
3954         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3955         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3956         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3957         (gst_video_box_i420_i420), (gst_video_box_transform),
3958         (plugin_init):
3959         Add AYUV->AYUV and AYUV->I420 formats. 
3960         Fix negotiation and I420->AYUV conversion.
3961         Fixes #429329.
3962
3963 2007-05-26  Wim Taymans  <wim@fluendo.com>
3964
3965         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3966         Use different variables for nested for loops so that the outer loop
3967         functions properly and speex files with multiple frames per buffer work
3968         properly.
3969         Fixes #441408.
3970
3971 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3972
3973         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3974           Don't leak newsegment events.
3975
3976 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3977
3978         * gst/wavparse/Makefile.am:
3979           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3980           drags it in.
3981
3982 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3983
3984         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3985         (notgst_value_array_append_buffer),
3986         (gst_flac_enc_process_stream_headers),
3987         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3988         (gst_flac_enc_change_state):
3989         * ext/flac/gstflacenc.h:
3990           Collect headers, add "streamheader" field to output caps and set
3991           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3992           produces output according to the official FLAC-to-Ogg mapping
3993           instead of completely broken files. Fixes #426044.
3994
3995 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3996
3997         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3998         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3999         (gst_id3demux_sink_event):
4000         * gst/id3demux/gstid3demux.h:
4001         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4002         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4003         (gst_tag_demux_send_new_segment):
4004         Handle and adjust new-segment events so that downstream really
4005         sees a stream with the tag pieces stripped off the front and back.
4006         Fixes strangeness in seeking when mp3 decoders use the new-segment
4007         byte position to estimate their current playback position timestamp
4008         and then the arriving buffers don't match up.
4009
4010 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4011
4012         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4013           Don't unnecessarily perform a READY->NULL->READY transition on the
4014           detected audio sink when starting up. Fixes: #440127
4015
4016 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4019         (gst_flac_enc_chain):
4020           Don't crash in chain function if setcaps hasn't been called.
4021
4022 2007-05-24  Wim Taymans  <wim@fluendo.com>
4023
4024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4025         Init value to avoid infinte loops.
4026
4027 2007-05-24  Wim Taymans  <wim@fluendo.com>
4028
4029         Patch by: Peter Kjellerstedt  <pkj at axis com>
4030
4031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4032         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4033         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4034         (gst_rtspsrc_play):
4035         (rtsp_connection_send), (rtsp_connection_receive):
4036         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4037         Fix for new API.
4038
4039         * gst/rtsp/rtspconnection.c: (add_auth_header),
4040         Only add authorisation and session headers when sending messages.
4041
4042         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4043         (rtsp_message_init_request), (rtsp_message_init_response),
4044         (rtsp_message_unset), (rtsp_message_add_header),
4045         (rtsp_message_remove_header), (rtsp_message_get_header),
4046         (rtsp_message_append_headers), (dump_key_value),
4047         (rtsp_message_dump):
4048         * gst/rtsp/rtspmessage.h:
4049         Add support for multiple headers of the same type by storing the parsed
4050         headers in a GArray instaed of a hashtable.
4051
4052 2007-05-21  Wim Taymans  <wim@fluendo.com>
4053
4054         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4055         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4056         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4057         safer shutdown.
4058
4059 2007-05-21  Wim Taymans  <wim@fluendo.com>
4060
4061         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4062         * gst/rtsp/gstrtpdec.h:
4063         Added signal for backwards compat.
4064
4065 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4066         
4067         Patch by: René Stadler <mail at renestadler dot de>
4068
4069         * configure.ac:
4070         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4071         (gst_au_parse_parse_header), (gst_au_parse_chain):
4072         * gst/auparse/gstauparse.h:
4073         Use audioconvert for converting from non-native endianness floats
4074         in auparse instead of doing it ourself. Fixes #424527.
4075         This needs the audioconvert from plugins-base CVS.
4076         
4077 2007-05-21  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4080         (gst_rtp_h263p_pay_flush):
4081         Fix enum registration.
4082
4083 2007-05-21  Wim Taymans  <wim@fluendo.com>
4084
4085         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4086
4087         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4088         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4089         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4090         (gst_rtp_h263p_pay_flush):
4091         * gst/rtp/gstrtph263ppay.h:
4092         Add new fragmentation mode base on GOB headers. Fixes #438940.
4093
4094 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4095
4096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4097           Printf format fix.
4098
4099 2007-05-18  Wim Taymans  <wim@fluendo.com>
4100
4101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4102         Don't crash when an unsupported transport error was returned by the
4103         server, just try to configure the next stream. Fixes #439255.
4104
4105 2007-05-18  Wim Taymans  <wim@fluendo.com>
4106
4107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4108         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4109         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4110         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4111         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4112         * gst/rtsp/gstrtspsrc.h:
4113         Add TCP timeout property and use it for all TCP connection.
4114
4115         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4116         (rtsp_connection_write), (rtsp_connection_next_timeout),
4117         (rtsp_connection_reset_timeout):
4118         Make connect and writes cancelable and make them use the timeout.
4119
4120 2007-05-18  Wim Taymans  <wim@fluendo.com>
4121
4122         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4123         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4124         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4125         (gst_rtspsrc_setup_streams):
4126         Refactor timeout handling.
4127         Also send keep-alive when dealing with TCP transport.
4128
4129         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4130         (rtsp_connection_free), (rtsp_connection_next_timeout),
4131         (rtsp_connection_reset_timeout):
4132         * gst/rtsp/rtspconnection.h:
4133         Use a timer to handle the session timeouts, add some methods to deal
4134         with timeouts.
4135
4136 2007-05-17  Wim Taymans  <wim@fluendo.com>
4137
4138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4139         (gst_rtspsrc_setup_streams):
4140         Ignore streams that fail the setup command, we will retry with a
4141         different transport later on.
4142
4143         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4144         (rtsp_ext_wms_configure_stream):
4145         Fix encoding name case.
4146
4147 2007-05-16  Edward Hervey  <edward@fluendo.com>
4148
4149         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4150         Fix build on macosx.
4151
4152 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4153
4154         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4155         Replace direct comparison of a string with the string literal "" with
4156         a comparison of the first character with '\0'. Fixes #438926.
4157
4158 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4159
4160         * gst/debug/breakmydata.c (gst_break_my_data_init):
4161           One more try. This should be the proper fix now.
4162
4163 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4164
4165         * gst/debug/breakmydata.c:
4166           Ooops, no // comments please.
4167
4168 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4169
4170         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4171         (gst_break_my_data_init):
4172           Fix gst_buffer_is_writable() assertion.
4173
4174 2007-05-14  David Schleef  <ds@schleef.org>
4175
4176         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4177           video/x-raw-bayer.  Fixes #314160.
4178
4179 2007-05-14  Wim Taymans  <wim@fluendo.com>
4180
4181         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4182         (gst_rtp_theora_depay_parse_configuration):
4183         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4184         (gst_rtp_theora_pay_finish_headers),
4185         (gst_rtp_theora_pay_handle_buffer):
4186         Update theora pay/depayloader in a similar to vorbis.
4187
4188         * gst/rtp/gstrtpvorbisdepay.c:
4189         (gst_rtp_vorbis_depay_parse_configuration):
4190         Update docs.
4191
4192 2007-05-14  Wim Taymans  <wim@fluendo.com>
4193
4194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4195         When we try to execute a method that is not supported by the server,
4196         don't error out but remove the method from the accepted methods so that
4197         we never try to perform this method again.
4198
4199 2007-05-14  Wim Taymans  <wim@fluendo.com>
4200
4201         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4202         Remove annoying _dump_mem.
4203
4204 2007-05-14  Wim Taymans  <wim@fluendo.com>
4205
4206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4207         Parse range correctly.
4208
4209         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4210         The baseurl now always has a '/' at the start.
4211
4212 2007-05-14  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4215         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4216         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4217         Factor out caps configuration and configure more stuff such as the time
4218         ranges and speed/scale values.
4219
4220         * gst/rtsp/rtsptransport.c:
4221         Add Copyright after non-trival fixes.
4222
4223 2007-05-12  Wim Taymans  <wim@fluendo.com>
4224
4225         Patch by: Peter Kjellerstedt  <pkj at axis com>
4226
4227         * gst/rtsp/gstrtspsrc.h:
4228         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4229         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4230         (rtsp_message_get_header):
4231         * gst/rtsp/rtspmessage.h:
4232         Make channel guint8 where possible.
4233         Make rtsp_message_init_data() take the channel as a guint8.
4234
4235         * gst/rtsp/rtspdefs.c:
4236         Fixed a typo: Timout -> Timeout
4237
4238         * gst/rtsp/rtspdefs.h:
4239         Make RTSP_CHECK() behave as a statement.
4240
4241         * gst/rtsp/sdpmessage.c:
4242         Avoid a compiler warning in INIT_ARRAY().
4243         Fixes #437692.
4244
4245 2007-05-12  Wim Taymans  <wim@fluendo.com>
4246
4247         Patch by: Peter Kjellerstedt  <pkj at axis com>
4248
4249         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4250         (rtsp_url_get_request_uri):
4251         * gst/rtsp/rtspurl.h:
4252         Add support for query parameters to RTSP URLs.
4253
4254 2007-05-12  Wim Taymans  <wim@fluendo.com>
4255
4256         Patch by: Peter Kjellerstedt  <pkj at axis com>
4257
4258         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4259         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4260         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4261         (rtsp_transport_parse), (rtsp_transport_as_text):
4262         * gst/rtsp/rtsptransport.h:
4263         Add validation to rtsp_transport_parse().
4264         Add rtsp_transport_as_text() to generate an RTSP header from an
4265         RTSPTransport.
4266         Change ssrc to guint (was a string) since that is what it is, even
4267         though it is sent as a hex string.
4268         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4269         incorrect, which can be seen when looking at the examples in the RFC).
4270         Fixes #437670.
4271
4272 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4273
4274         Patch by: Eric Anholt
4275
4276         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4277           gst_ximage_src_ximage_get):
4278         Use union of all damage between frames to make it faster.
4279         Fixes bug #342463.
4280         Also fix crasher when cursor is at bottom right of window.
4281
4282 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4285           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4286           streaming mode regression for file from #343837 with 'bext' chunk
4287           before the 'fmt' chunk.
4288
4289 2007-05-11  Wim Taymans  <wim@fluendo.com>
4290
4291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4292         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4293         (gst_rtspsrc_handle_src_event),
4294         (gst_rtspsrc_stream_configure_manager),
4295         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4296         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4297         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4298         * gst/rtsp/gstrtspsrc.h:
4299         * gst/rtsp/rtspdefs.h:
4300         Preliminary seek support.
4301         Activate internal pads so that we can receive events on them.
4302         Don't try to parse a range string when it's NULL.
4303
4304 2007-05-11  Wim Taymans  <wim@fluendo.com>
4305
4306         * gst/rtp/README:
4307         Update README with new RTP variables that will be used for
4308         synchronisation.
4309
4310         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4311         (gst_rtp_vorbis_depay_parse_configuration),
4312         (gst_rtp_vorbis_depay_process):
4313         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4314         (gst_rtp_vorbis_pay_finish_headers),
4315         (gst_rtp_vorbis_pay_handle_buffer):
4316         Update vorbis pay and depayloader to draft-04.
4317
4318 2007-05-11  Wim Taymans  <wim@fluendo.com>
4319
4320         * gst/rtsp/rtsptransport.c:
4321         UDP MCAST is actually the default for RTP/AVP.
4322 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4323
4324         * gst/level/gstlevel.c: (gst_level_transform_ip):
4325         Use guint8 * instead of gpointer then vs6 can build 
4326         in_data += (filter->width / 8).
4327
4328 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4329
4330         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4331           gst_ximage_src_ximage_get):
4332         * sys/ximage/gstximagesrc.h (last_ximage):
4333         When using Damage actually keep the last frame, and not assume
4334         that the buffer we get already has the last frame on it.
4335         Copy the cursor over if we specify a non-zero start x and
4336         start y.
4337
4338 2007-05-11  Wim Taymans  <wim@fluendo.com>
4339
4340         * gst/rtsp/rtsptransport.c:
4341         Make UDP the default transport when not specified.
4342
4343 2007-05-09  David Schleef  <ds@schleef.org>
4344
4345         * gst/level/gstlevel.c:
4346           Revert last change.
4347
4348 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4349
4350         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4351         (gst_level_transform_ip):
4352         Use guint8 * instead of gpointer then vs6 know the size of data
4353         pointed when moving the pointer.
4354         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4355         Move instructions after variables declaration.
4356         * win32/vs6/autogen.dsp:
4357         * win32/vs6/libgstrtp.dsp:
4358         * win32/vs6/libgstrtsp.dsp:
4359         Update vs6 project files.
4360
4361 2007-05-09  Wim Taymans  <wim@fluendo.com>
4362
4363         * gst/rtsp/Makefile.am:
4364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4365         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4366         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4367         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4368         (rtsp_range_free):
4369         * gst/rtsp/rtsprange.h:
4370         Add code to parse time ranges.
4371         Report DURATION on the stream when possible.
4372
4373 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4374
4375         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4376         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4377         (gst_videomixer_collected):
4378           Fix strides calculation for AYUV (it's just width*4) (#436910).
4379
4380 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4381
4382         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4383         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4384         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4385         Sync the GObject properties before each processing step to properly
4386         work with the controller.
4387
4388 2007-05-04  Wim Taymans  <wim@fluendo.com>
4389
4390         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4391         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4392         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4393         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4394         (gst_rtspsrc_change_state):
4395         Let more error state trickle down so that we can catch more error
4396         cases.
4397         Handle keep-alive a little smarter by selecting a method the server
4398         actually supports.
4399         Fix a race in UDP streaming shutdown.
4400
4401 2007-05-04  Wim Taymans  <wim@fluendo.com>
4402
4403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4404         Ignore errors when trying to use the keep-alive messages.
4405
4406 2007-05-04  Wim Taymans  <wim@fluendo.com>
4407
4408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4409         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4410         (gst_rtspsrc_stream_configure_manager),
4411         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4412         (gst_rtspsrc_stream_configure_mcast),
4413         (gst_rtspsrc_stream_configure_udp),
4414         (gst_rtspsrc_stream_configure_udp_sink),
4415         (gst_rtspsrc_stream_configure_transport):
4416         Send RTCP messages back to the server over the TCP connection.
4417
4418         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4419         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4420         (rtsp_connection_receive):
4421         * gst/rtsp/rtspconnection.h:
4422         Factor out and expose lowlevel _write and _read methods.
4423         Implement sending data messages to the server.
4424
4425 2007-05-03  Wim Taymans  <wim@fluendo.com>
4426
4427         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4428         (gst_multipart_mux_collected):
4429         Fix timestamps on outgoing buffers.
4430
4431 2007-05-03  Wim Taymans  <wim@fluendo.com>
4432
4433         * gst/multipart/multipartmux.c:
4434         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4435         (gst_multipart_mux_change_state):
4436         Emit NEWSEGMENT events before pushing the first buffer.
4437
4438 2007-05-03  Wim Taymans  <wim@fluendo.com>
4439
4440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4441         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4442         (gst_rtspsrc_handle_src_query),
4443         (gst_rtspsrc_stream_configure_manager),
4444         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4445         (gst_rtspsrc_stream_configure_mcast),
4446         (gst_rtspsrc_stream_configure_udp),
4447         (gst_rtspsrc_stream_configure_udp_sink),
4448         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4449         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4450         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4451         (gst_rtspsrc_pause):
4452         Refactor transport configuration code.
4453         Create internal pads for TCP transport so that we can implement events
4454         and queries.
4455         Handle events and queries.
4456         Parse range from the SDP.
4457         Fix race in pause handler where the connection could still be flushing.
4458
4459 2007-05-02  Wim Taymans  <wim@fluendo.com>
4460
4461         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4462         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4463         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4464         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4465         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4466         (gst_rtspsrc_change_state):
4467         * gst/rtsp/gstrtspsrc.h:
4468         Fix race when multiple udp sources post timeouts, just act on the first
4469         received timeout.
4470         Protect stream list with a recursive lock to fix some races.
4471         Flush connection when we need to do a reconnect or stop.
4472         Make state lock recursive.
4473
4474         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4475         (rtsp_connection_close):
4476         Some small cleanups.
4477
4478 2007-05-02  Wim Taymans  <wim@fluendo.com>
4479
4480         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4481         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4482         Only set DISCONT when there actually is a discont or when we just
4483         started.
4484
4485 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4486
4487         * ext/flac/gstflac.c: (plugin_init):
4488         Call bindtextdomain() to get localized strings.
4489
4490 2007-05-02  Wim Taymans  <wim@fluendo.com>
4491
4492         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4493         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4494         (gst_wavparse_stream_data):
4495         * gst/wavparse/gstwavparse.h:
4496         Be a bit more clever when dealing with VBR files with FACT tags, we
4497         don't want to timestamp buffers in that case but the estimated BPS can
4498         be used for seeking.
4499         Only send close segment in the streaming thread.
4500
4501 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4502
4503         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4504         Correctly post an error on the bus if something went wrong in the loop
4505         function. This fixes a few cases where the task was paused and nothing
4506         happened anymore.
4507
4508 2007-05-02  Wim Taymans  <wim@fluendo.com>
4509
4510         * gst/rtsp/test.c: (main):
4511         Fix compilation of deprecated test just because I'm too lazy to delete
4512         it.
4513
4514 2007-05-02  Wim Taymans  <wim@fluendo.com>
4515
4516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4517         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4518         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4519         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4520         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4521         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4522         * gst/rtsp/gstrtspsrc.h:
4523         Fix sending RTCP to the right place.
4524         Fix bug in reffing the wrong UDP element.
4525         Use new pad names for the session manager.
4526         Implement handling server requests in interleaved and UDP modes.
4527         Handle session keep-alive in UDP modes.
4528         Remove GCond for handling UDP timeouts.
4529
4530         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4531         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4532         (rtsp_connection_receive), (rtsp_connection_close):
4533         * gst/rtsp/rtspconnection.h:
4534         Store connection IP address for later.
4535         Add timeout args to all operations that might block forever.
4536         Parse session timeout.
4537         Only close sockets when not already closed.
4538
4539         * gst/rtsp/rtspdefs.c:
4540         * gst/rtsp/rtspdefs.h:
4541         Add timeout return value and error string.
4542
4543         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4544         Add small comment.
4545
4546 2007-05-01  Wim Taymans  <wim@fluendo.com>
4547
4548         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4549
4550         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4551         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4552         * gst/rtp/gstrtpmp4vpay.h:
4553         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4554
4555 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4556
4557         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4558           Remove v4l2src from docs, since it breaks the docs build, and the
4559           plugin is only built if --enable-experimental is used anyway.
4560
4561         * docs/plugins/Makefile.am:
4562           Spaces => tab.
4563
4564 2007-04-29  Wim Taymans  <wim@fluendo.com>
4565
4566         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4567         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4568         Add code to drop membership of a multicast group.
4569
4570         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4571         (gst_udpsink_set_uri):
4572         Implement URI handler.
4573
4574         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4575         (gst_rtspsrc_parse_rtpinfo):
4576         Use URI handler to make udpsink instace.
4577         Improve code to configure port and destination.
4578
4579 2007-04-29  Wim Taymans  <wim@fluendo.com>
4580
4581         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4582         Fix multicast detection.
4583         Don't try to join a multicast group if the address is not multicast.
4584
4585         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4586         Small debug improvement.
4587
4588 2007-04-27  Wim Taymans  <wim@fluendo.com>
4589
4590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4591         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4592         (gst_rtspsrc_handle_message):
4593         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4594         parent.
4595
4596 2007-04-27  Wim Taymans  <wim@fluendo.com>
4597
4598         * gst/rtp/gstrtpilbcdepay.h:
4599         Fix mode property when specified as an arg.
4600
4601 2007-04-26  Edward Hervey  <edward@fluendo.com>
4602
4603         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4604         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4605         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4606         * docs/plugins/inspect/plugin-osxaudio.xml:
4607         Add documentation for osxaudio plugin.
4608
4609 2007-04-26  Wim Taymans  <wim@fluendo.com>
4610
4611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4612         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4613         (gst_rtspsrc_open), (gst_rtspsrc_close),
4614         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4615         (gst_rtspsrc_pause):
4616         * gst/rtsp/gstrtspsrc.h:
4617         Protect state changes with a lock.
4618
4619         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4620         (parse_line):
4621         * gst/rtsp/rtspconnection.h:
4622         Remove some unused stuff.
4623
4624 2007-04-26  Wim Taymans  <wim@fluendo.com>
4625
4626         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4627         Handle the case where there are exactly 0 bytes to read and the ioctl
4628         did not report an error. Fixes #433530.
4629
4630 2007-04-26  Wim Taymans  <wim@fluendo.com>
4631
4632         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4633         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4634         * gst/wavparse/gstwavparse.h:
4635         Apply DISCONT to buffers.
4636         Only apply timestamp to the first sample after a DISCONT, too many VBR
4637         files cause random jitter in the timestamps. Fixes #433119.
4638
4639 2007-04-25  Wim Taymans  <wim@fluendo.com>
4640
4641         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4642         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4643         (gst_rtp_dec_get_property):
4644         * gst/rtsp/gstrtpdec.h:
4645         Add dummy latency property to be backwards compat with rtpbin.
4646
4647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4648         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4649         (gst_rtspsrc_stream_configure_transport),
4650         (gst_rtspsrc_parse_rtpinfo):
4651         * gst/rtsp/gstrtspsrc.h:
4652         Add latency property and configure in the session manager.
4653         Don't set invalid clock-base and seqnum-base on caps, some servers
4654         sometimes don't send them.
4655
4656 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4657
4658         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4659         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4660           Double-check that RGB input caps are really RGBA caps (apparently
4661           the core doesn't always catch it if those caps aren't a subset of
4662           our template caps, also see #421543). Fixes #429319 in a way.
4663           Also, don't leak the pad template in the transform_caps function.
4664
4665         * tests/check/Makefile.am:
4666         * tests/check/elements/.cvsignore:
4667         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4668         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4669         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4670         (GST_START_TEST), (alphacolor_suite):
4671           Add some basic unit tests for alphacolor.
4672
4673 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4676           If we get a fatal flow return in the loop function, first post the
4677           error message and only then send the EOS event downstream, otherwise
4678           applications might get an eos message before the error message and
4679           think everything was ok (related to #429319).
4680
4681 2007-04-25  Wim Taymans  <wim@fluendo.com>
4682
4683         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4684         Read the channel byte as an unsigned byte.
4685
4686 2007-04-25  Wim Taymans  <wim@fluendo.com>
4687
4688         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4689         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4690         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4691         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4692         (gst_rtp_gsm_depay_setcaps):
4693         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4694         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4695         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4696         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4697         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4698         (gst_ilbc_depay_get_property):
4699         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4700         * gst/rtp/gstrtpmp4adepay.c:
4701         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4702         (gst_rtp_pcma_depay_setcaps):
4703         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4704         (gst_rtp_pcmu_depay_setcaps):
4705         Make sure we configure the clock_rate in the baseclass in the setcaps
4706         function. Fixes #431282.
4707
4708 2007-04-25  Wim Taymans  <wim@fluendo.com>
4709
4710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4711         (gst_rtspsrc_stream_free), (request_pt_map),
4712         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4713         * gst/rtsp/gstrtspsrc.h:
4714         Parse server address from SDP.
4715         Hook up a udpsink to send RTCP back to the server.
4716
4717         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4718         * gst/rtsp/rtsptransport.h:
4719         Add some docs.
4720
4721 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4722
4723         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4724           Make header field check conditional. Fixes #433135
4725
4726 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4727
4728         * docs/plugins/Makefile.am:
4729         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4730         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4731         * docs/plugins/inspect/plugin-alphacolor.xml:
4732         * gst/alpha/Makefile.am:
4733         * gst/alpha/gstalphacolor.c:
4734         * gst/alpha/gstalphacolor.h:
4735           Add minimal docs blurb to alphacolor; split out headers into
4736           separate header file for gtk-doc.
4737
4738 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4739
4740         * gst/debug/progressreport.c: (gst_progress_report_report):
4741           Don't try to post NULL message (in case we can't query upstream
4742           position or duration).
4743
4744 2007-04-18  Michael Smith  <msmith@fluendo.com>
4745
4746         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4747         (gst_cutter_get_caps):
4748         * gst/cutter/gstcutter.h:
4749           Fix some of the most obvious bugs in cutter. Now doesn't leak
4750           everything if input is silent.
4751
4752 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4753
4754         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4755         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4756         * gst/wavenc/gstwavenc.h:
4757         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4758         else results in a invalid block align and invalid files.
4759
4760 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4761
4762         Patch by: Snaik <snaik32 gmail com>
4763
4764         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4765           Add missing break statement for BOX_HORIZONTAL case.
4766
4767 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4768
4769         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4770
4771         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4772         Use correct format strings for integer types.
4773
4774 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4775
4776         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4777         (gst_wavparse_create_sourcepad):
4778         Use gst_riff_create_audio_template_caps () instead of the local caps.
4779         This makes updates of the local caps unecessary whenever libgstriff
4780         gets support for new formats.
4781
4782 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4785
4786         * sys/sunaudio/gstsunaudio.c:
4787         * sys/sunaudio/gstsunaudiomixer.c:
4788         * sys/sunaudio/gstsunaudiomixer.h:
4789         * sys/sunaudio/gstsunaudiomixerctrl.c:
4790         * sys/sunaudio/gstsunaudiomixerctrl.h:
4791         * sys/sunaudio/gstsunaudiomixertrack.h:
4792         * sys/sunaudio/gstsunaudiosink.c:
4793         * sys/sunaudio/gstsunaudiosink.h:
4794         * sys/sunaudio/gstsunaudiosrc.c:
4795         * sys/sunaudio/gstsunaudiosrc.h:
4796           Fix and/or update copyright attributions (#430228).
4797
4798 2007-04-13  Wim Taymans  <wim@fluendo.com>
4799
4800         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4801         Fix docs.
4802
4803         * gst/rtsp/URLS:
4804         Add some more example urls.
4805
4806         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4807         (gst_rtp_dec_chain_rtp):
4808         Better debugging.
4809
4810         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4811         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4812         (gst_rtspsrc_parse_rtpinfo):
4813         Remove unused code.
4814
4815 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4816
4817         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4818         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4819         (gst_wavparse_stream_data):
4820           Relax the audio/mpeg caps again and add FIXME: comment.
4821
4822 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4823
4824         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4825         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4826         (gst_wavparse_stream_data):
4827         * gst/wavparse/gstwavparse.h:
4828           More sanity check for the header fields. Fix type for 'rate' header
4829           field.
4830
4831 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4832
4833         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4834         (gst_icydemux_unicodify):
4835           If the metadata strings we get in the stream are not UTF-8, try to
4836           interpret them according to the character encodings specified in the
4837           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4838           only fall back to locale/ISO-8859-1 if those aren't set or don't
4839           work. Should fix #428901.
4840
4841 2007-04-12  Wim Taymans  <wim@fluendo.com>
4842
4843         * gst/rtp/gstrtph264depay.c:
4844         Use the proper sync word for SPS and PPS.
4845
4846 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4847
4848         * gst/rtp/Makefile.am:
4849         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4850           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4851         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4852           Add a simple hashing implementation that we can use to generate
4853           a 24-bit ident value based on the codebooks for vorbis and theora.
4854         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4855           gst_rtp_theora_pay_handle_buffer):
4856         * gst/rtp/gstrtpvorbisdepay.c
4857           (gst_rtp_vorbis_depay_parse_configuration,
4858           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4859         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4860           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4861           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4862           Use the hashing function, ensuring that the same codebooks result
4863           in the same ident and thus the same SDP description.
4864           Various log fixes/changes.
4865
4866 2007-04-12  Wim Taymans  <wim@fluendo.com>
4867
4868         Patch by: jerry tan <jerry dot tan at sun dot com>
4869
4870         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4871         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4872         application's responsibility to make sure it open the device once.
4873         Remove a careless error if AUDIODEV is set. Fixes #392620.
4874
4875 2007-04-12  Wim Taymans  <wim@fluendo.com>
4876
4877         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4878         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4879         * gst/rtsp/gstrtpdec.h:
4880         Make backward compat with rtpbin by adding the request-pt-map signals.
4881
4882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4883         (new_session_pad), (request_pt_map),
4884         (gst_rtspsrc_stream_configure_transport),
4885         (gst_rtspsrc_stream_configure_caps),
4886         (gst_rtspsrc_activate_streams):
4887         * gst/rtsp/gstrtspsrc.h:
4888         Implement request-pt-map signals instead of setting caps on the buffers
4889         for the session manager.
4890
4891 2007-04-11  Wim Taymans  <wim@fluendo.com>
4892
4893         * gst/udp/gstudp.c: (plugin_init):
4894         Register GstNetBuffer in plugin_init so that the type can be used from
4895         multiple threads without races.
4896
4897 2007-04-10  Wim Taymans  <wim@fluendo.com>
4898
4899         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4900         (gst_rtp_amr_depay_process):
4901         Fix depayloader clock_rate and some cleanups.
4902
4903         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4904         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4905         * gst/rtp/gstrtph264depay.h:
4906         Don't push codec_data in the adapter because it might get flushed when
4907         we get a discont.
4908
4909         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4910         Handle multiple AU per packet.
4911
4912         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4913         (gst_rtp_sv3v_depay_plugin_init):
4914         Disable rank, this one does not work.
4915         Remove timestamping, base class does that.
4916
4917 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4918
4919         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4920           limit caps to the formats we announce in the template
4921
4922         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4923         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4924         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4925           fix some crashers/asserts when dealing with broken files
4926
4927 2007-04-10  Wim Taymans  <wim@fluendo.com>
4928
4929         Patch by: Peter Kjellerstedt  <pkj at axis com>
4930
4931         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4932         * gst/rtp/gstrtpL16depay.c:
4933         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4934         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4935         (gst_rtp_speex_depay_setcaps):
4936         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4937         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4938         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4939         Fix some compiler warnings. Fixes #428182.
4940
4941 2007-04-06  Wim Taymans  <wim@fluendo.com>
4942
4943         * gst/rtsp/Makefile.am:
4944         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4945         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4946         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4947         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4948         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4949         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4950         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4951         (create_rtcp), (gst_rtp_dec_request_new_pad),
4952         (gst_rtp_dec_release_pad):
4953         * gst/rtsp/gstrtpdec.h:
4954         * gst/rtsp/gstrtsp.c: (plugin_init):
4955         Morph RTPDec into something compatible with RTPBin as a fallback.
4956         Various other style fixes.
4957
4958         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4959         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4960         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4961         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4962         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4963         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4964         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4965         * gst/rtsp/gstrtspsrc.h:
4966         Implement RTPBin session manager handling.
4967         Don't try to add empty properties to caps.
4968         Implement fallback session manager, handling.
4969         Don't combine errors from RTCP streams, just ignore them.
4970
4971         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4972         * gst/rtsp/rtsptransport.h:
4973         Implement fallback session manager.
4974         Make RTPBin the default one when available.
4975
4976 2007-04-05  Wim Taymans  <wim@fluendo.com>
4977
4978         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4979         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4980         This element is ready to be autoplugged.
4981
4982 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4983
4984         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4985         Don't leave the offsets defined by upstream element on the
4986         compressed data buffer we are pushing downstream. Make them
4987         GST_BUFFER_OFFSET_NONE.
4988
4989 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4990
4991         * gst/avi/README:
4992         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4993         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4994         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4995         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4996         (gst_avi_demux_calculate_durations_from_index),
4997         (gst_avi_demux_stream_header_push),
4998         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4999         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5000           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5001
5002 2007-04-03  Wim Taymans  <wim@fluendo.com>
5003
5004         * gst/smpte/barboxwipes.c:
5005         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5006
5007 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5008
5009         * gst/wavparse/gstwavparse.c:
5010         Support audio/x-raw-float in wav files. This only works with
5011         plugins-base CVS, using an older version doesn't have any
5012         disadvantages though.
5013
5014 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5015
5016         * configure.ac:
5017         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5018         (gst_au_parse_parse_header), (gst_au_parse_chain):
5019         * gst/auparse/gstauparse.h:
5020         Revert last change as we don't want plugins-good to depend on
5021         plugins-base CVS now.
5022
5023 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5024
5025         * configure.ac:
5026         Require gst-plugins-base CVS for audioconvert with non-native
5027         float support and width/depth fix in libgstriff.
5028
5029         Patch by: René Stadler <mail at renestadler dot de>
5030
5031         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5032         (gst_au_parse_parse_header), (gst_au_parse_chain):
5033         * gst/auparse/gstauparse.h:
5034         Don't swap the floats ourself if they're not in native endianness.
5035         Instead let audioconvert handle this. Fixes #339838.
5036
5037 2007-03-29  Wim Taymans  <wim@fluendo.com>
5038
5039         * gst/rtp/gstasteriskh263.h:
5040         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5041         (gst_rtp_h263p_depay_change_state):
5042         * gst/rtp/gstrtph263pdepay.h:
5043         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5044         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5045         (gst_rtp_h264_depay_change_state):
5046         * gst/rtp/gstrtph264depay.h:
5047         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5048         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5049         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5050         Flush adapter on disconts.
5051
5052 2007-03-29  Wim Taymans  <wim@fluendo.com>
5053
5054         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5055         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5056         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5057         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5058         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5059         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5060         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5061         (gst_rtp_mp4v_depay_process):
5062         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5063         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5064         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5065         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5066         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5067         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5068         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5069         Use more efficient adapter and rtpbuffer methods when possible.
5070
5071 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5072
5073         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5074         (gst_wavenc_sink_setcaps):
5075         Correctly handle width!=depth input.
5076         * gst/wavparse/gstwavparse.c:
5077         Already export in the caps that width==8 uses unsigned samples and
5078         everything else uses signed samples.
5079
5080 2007-03-29  Wim Taymans  <wim@fluendo.com>
5081
5082         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5083
5084         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5085         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5086         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5087         (gst_dynudpsink_close):
5088         * gst/udp/gstdynudpsink.h:
5089         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5090         (gst_udpsrc_create), (gst_udpsrc_set_property),
5091         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5092         * gst/udp/gstudpsrc.h:
5093         Rework the socket allocation a bit based on the sockfd argument so that
5094         it becomes usable.
5095         Add a closefd property to instruct the udp elements to close the custom
5096         file descriptors when going to READY. Fixes #423304.
5097         API:GstUDPSrc::closefd property
5098         API:GstDynUDPSink::closefd property
5099
5100 2007-03-29  Wim Taymans  <wim@fluendo.com>
5101
5102         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5103
5104         * gst/rtp/Makefile.am:
5105         * gst/rtp/gstrtp.c: (plugin_init):
5106         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5107         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5108         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5109         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5110         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5111         (gst_rtp_h264_pay_plugin_init):
5112         * gst/rtp/gstrtph264pay.h:
5113         Added H264 payloader. Fixes #423782.
5114
5115         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5116         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5117         Small fixes.
5118
5119 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         * gst/wavparse/gstwavparse.c:
5122         Actually support depths from 1 to 32, not only 8 to 32.
5123
5124 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5125
5126         * gst/wavparse/gstwavparse.c:
5127         Add support for wav files containing audio/x-raw-int with random
5128         depths between 1 and 32 bits.
5129
5130 2007-03-28  Wim Taymans  <wim@fluendo.com>
5131
5132         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5133
5134         * gst/rtp/Makefile.am:
5135         * gst/rtp/gstrtp.c: (plugin_init):
5136         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5137         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5138         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5139         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5140         (gst_rtp_mp4a_depay_get_property),
5141         (gst_rtp_mp4a_depay_change_state),
5142         (gst_rtp_mp4a_depay_plugin_init):
5143         * gst/rtp/gstrtpmp4adepay.h:
5144         Added MP4A-LATM depayloader. Fixes #417792.
5145
5146         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5147         (gst_rtp_mp4v_depay_process):
5148         Fixup depayloader, setting codec_data, using more efficient adaptor and
5149         rtpbuffer handling.
5150
5151         * gst/rtsp/URLS:
5152         Add url to test above.
5153
5154 2007-03-25  Wim Taymans  <wim@fluendo.com>
5155
5156         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5157         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5158         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5159         (gst_rtspsrc_media_to_caps),
5160         (gst_rtspsrc_stream_configure_transport),
5161         (gst_rtspsrc_stream_configure_caps),
5162         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5163         * gst/rtsp/gstrtspsrc.h:
5164         Handle default clock-rates for static payload types, rearrange stuff so
5165         that the rtpmap field in the sdp can override the defaults.
5166         Parse RTP-Info field to get the seqnum and timebase fields that should
5167         go in the caps.
5168         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5169         the server. 
5170
5171 2007-03-22  Wim Taymans  <wim@fluendo.com>
5172
5173         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5174
5175         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5176         Accept complex pipeline descriptions as an audio profile instead of just
5177         a single element. Fixes #420658.
5178
5179 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5180
5181         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5182           Rename registered type in preparation of GstTagDemux moving to
5183           -base at some point in the future.
5184
5185 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5186
5187         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5188           Streaming mode fixes: don't unref buffer we don't own any longer;
5189           remove bogus adapter flush. Fixes #419338.
5190
5191 2007-03-17  David Schleef  <ds@schleef.org>
5192
5193         * REQUIREMENTS: Change the format to key/value, add a bunch of
5194           information, remove a bunch of requirements that are for
5195           other GStreamer packages.
5196
5197 2007-03-17  David Schleef  <ds@schleef.org>
5198
5199         * REQUIREMENTS: Fix a few things.  This file really needs a
5200         good once-over.
5201
5202 2007-03-15  Edward Hervey  <edward@fluendo.com>
5203
5204         * sys/Makefile.am:
5205         Don't forget to distribute the sys/osxaudio/ directory.
5206
5207 2007-03-15  Edward Hervey  <edward@fluendo.com>
5208
5209         * configure.ac:
5210         * sys/Makefile.am:
5211         * sys/osxaudio/Makefile.am:
5212         * sys/osxaudio/gstosxaudio.c:
5213         * sys/osxaudio/gstosxaudiosink.c:
5214         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5215         (gst_osx_audio_sink_getcaps),
5216         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5217         * sys/osxaudio/gstosxaudiosrc.c:
5218         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5219         (gst_osx_audio_src_create_ringbuffer):
5220         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5221         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5222         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5223         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5224         * sys/osxaudio/gstosxringbuffer.h:
5225         Activate osxaudio in gst-plugins-good with proper build setup.
5226         Add inlined documentation.
5227         Fix debug statements
5228         Fix ringbuffer when pausing.
5229         Fixes #323471
5230
5231 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5232         * gst/rtp/gstrtppcmapay.c:
5233         * gst/rtp/gstrtppcmapay.h:
5234         * gst/rtp/gstrtppcmupay.c:
5235         * gst/rtp/gstrtppcmupay.h:
5236         Ported mulaw and alaw payloaders to use new base class
5237
5238 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5239
5240         * po/af.po:
5241         * po/az.po:
5242         * po/cs.po:
5243         * po/en_GB.po:
5244         * po/it.po:
5245         * po/nl.po:
5246         * po/or.po:
5247         * po/sq.po:
5248         * po/sr.po:
5249         * po/sv.po:
5250         * po/uk.po:
5251         * po/vi.po:
5252           Update translations.
5253
5254 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         * configure.ac:
5257           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5258
5259 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5262           Fix handling of -1 values for start and stop values when seeking,
5263           and SEEK_CUR+SEEK_END here as well.
5264
5265 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5266
5267         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5268           Fix handling of -1 values for start and stop values when seeking, 
5269           and SEEK_CUR+SEEK_END.
5270
5271 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5272
5273         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5274           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5275           the image format a variable-length NUL-terminated string; in
5276           versions before that the image format is a fixed-length string of
5277           3 characters (see #348644 for a sample tag).
5278           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5279
5280 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5281
5282         * win32/MANIFEST:
5283         Add new project files to MANIFEST.
5284         * win32/vs6/libgstaudiofx.dsp:
5285         * win32/vs6/libgstrtp.dsp:
5286         * win32/vs6/libgstrtsp.dsp:
5287         Update project files.
5288         
5289 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5290
5291         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5292         (gst_avi_demux_parse_index):
5293         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5294         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5295           Printf format fixes; also add some missing quotes in translated
5296           strings. Fixes #416728 and #416727.
5297
5298 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5299
5300         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5301           Tim and I can't think of any reason the child audio sink needs to 
5302           be set back to NULL after successfully determining that it can 
5303           reach READY - it gets immediately set back to READY by the caller
5304           anyway, causing an unnecessary close/open of any audio devices
5305           involved.
5306
5307 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * po/LINGUAS:
5310         * po/ja.po:
5311           Add ja.po file from #377306.
5312
5313 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5316         * sys/sunaudio/gstsunaudiomixertrack.c:
5317         (gst_sunaudiomixer_track_new):
5318           Actually translate sunaudio mixer track labels instead of just
5319           marking the strings as translatable (#377306); clean up weird
5320           label string mapping code that serves no apparent purpose. Also
5321           set the 'untranslated-label' property when creating mixer tracks
5322           if the GstMixerTrack base class supports this.
5323
5324         * tests/check/Makefile.am:
5325         * tests/check/elements/.cvsignore:
5326         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5327         (sunaudio_suite):
5328           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5329           actually tested on a system where sunaudiomixer is available).
5330
5331 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5332
5333         * tests/check/Makefile.am:
5334         Re-enable the states test and see if it works on the buildbots.
5335
5336 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5337
5338         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5339         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5340         (gst_dvdec_change_state):
5341         * ext/dv/gstdvdec.h:
5342         Infer pixel-aspect-ratio from the video frame format if it isn't
5343         provided by the container, as happens when playing DV from AVI
5344         or Quicktime containers.
5345
5346         Patch by: Wim Taymans <wim@fluendo.com>
5347         Fixes #380944
5348
5349 2007-03-09  Wim Taymans  <wim@fluendo.com>
5350
5351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5352         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5353         will later be handled by the jitterbuffer.
5354
5355 2007-03-09  Wim Taymans  <wim@fluendo.com>
5356
5357         * ext/taglib/gstid3v2mux.cc:
5358         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5359         Fixes #414496.
5360         
5361         Patch by: Alex Lancaster <alexl at users sourceforge net>
5362
5363 2007-03-09  Wim Taymans  <wim@fluendo.com>
5364
5365         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5366         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5367         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5368         (gst_avi_demux_chain):
5369         Fix stream position reporting after a seek. Fixes #416445.
5370
5371 2007-03-08  Wim Taymans  <wim@fluendo.com>
5372
5373         Patch by: René Stadler <mail at renestadler dot de>
5374
5375         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5376         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5377         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5378         Make avidemux accept optional header chunks in any order.
5379         Fixes #415446.
5380
5381 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5382
5383         * tests/check/Makefile.am:
5384         Disable the states check until the remaining Valgrind errors
5385         are fixed or suppressed.
5386
5387 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5388
5389         * tests/check/elements/.cvsignore:
5390           Add audiodynamic check to .cvsignore
5391
5392 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5393
5394         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5395
5396         * gst/audiofx/Makefile.am:
5397         * gst/audiofx/audiodynamic.c:
5398         (gst_audio_dynamic_characteristics_get_type),
5399         (gst_audio_dynamic_mode_get_type),
5400         (gst_audio_dynamic_set_process_function),
5401         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5402         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5403         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5404         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5405         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5406         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5407         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5408         (gst_audio_dynamic_transform_hard_knee_expander_int),
5409         (gst_audio_dynamic_transform_hard_knee_expander_float),
5410         (gst_audio_dynamic_transform_soft_knee_expander_int),
5411         (gst_audio_dynamic_transform_soft_knee_expander_float),
5412         (gst_audio_dynamic_transform_ip):
5413         * gst/audiofx/audiodynamic.h:
5414         * gst/audiofx/audiofx.c: (plugin_init):
5415         Add new audiodynamic element which can act as a compressor or
5416         expander. Supported are hard-knee and soft-knee operation modes with
5417         user-specified ratio and threshold.
5418         Attack and release parameters are not yet implemented but will follow.
5419         * docs/plugins/Makefile.am:
5420         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5421         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5422         * docs/plugins/gst-plugins-good-plugins.args:
5423         * docs/plugins/inspect/plugin-audiofx.xml:
5424         Integrate audiodynamic into the docs.
5425         * tests/check/Makefile.am:
5426         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5427         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5428         Add unit test for audiodynamic.
5429
5430 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5431
5432         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5433         Free handles that we allocated when exiting via the error paths.
5434
5435 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5436
5437         * gst/level/gstlevel.c: (gst_level_class_init),
5438         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5439         (gst_level_transform_ip):
5440         * gst/level/gstlevel.h:
5441           Resolve message timestamps against the playback segment.
5442
5443 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5444
5445         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5446         (gst_id3demux_sink_activate):
5447           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5448           caps passed to it (previously one code path assumed it took ownership
5449           while another one assumed it didn't, while in fact it sometimes did and
5450           sometimes didn't ...).
5451
5452         * configure.ac:
5453         * tests/files/Makefile.am:
5454         * tests/files/id3-407349-1.tag:
5455         * tests/files/id3-407349-2.tag:
5456           Add directory where data for unit tests can be stored.
5457
5458         * tests/Makefile.am:
5459         * tests/check/Makefile.am:
5460         * tests/check/elements/.cvsignore:
5461         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5462         (read_tags_from_file), (run_check_for_file),
5463         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5464           Add unit test for id3demux, and in particular for bug #407349. Only
5465           testing pull-mode for now; push mode doesn't work yet because the test
5466           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5467
5468 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * tests/check/Makefile.am:
5471           Add missing backslash at end of line.
5472
5473 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5474
5475         Trigger rebuild.
5476
5477 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5480         * gst/id3demux/id3tags.h:
5481         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5482         (parse_obsolete_tdat_frame):
5483           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5484           the four-digit number will be interpreted as a year, whereas it is
5485           month and day in DDMM format. Instead, parse TDAT frames and fix up
5486           the date in the GST_TAG_DATE tag later if we also extracted a year.
5487           Fixes #407349.
5488
5489 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5490
5491         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5492         (gst_switch_commit_new_kid):
5493         Fix up the dispose logic so it doesn't leak, and fix setting of 
5494         the child state so that we don't set a child to our current state 
5495         just as we are changing it to something else.
5496
5497 2007-03-06  Wim Taymans  <wim@fluendo.com>
5498
5499         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5500         (gst_goom_chain):
5501         * gst/goom/gstgoom.h:
5502         Document, fix and improve goom adapter behaviour.
5503         Fixes #407006.
5504
5505 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5506
5507         * ext/esd/esdsink.c: (gst_esdsink_open):
5508         Unref static pad template after using it.
5509
5510 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5511
5512         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5513         (gst_switch_commit_new_kid):
5514         Fix up the reference counting of the child elements.
5515
5516 2007-03-05  Wim Taymans  <wim@fluendo.com>
5517
5518         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5519         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5520         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5521         Fix encoding-name case.
5522
5523 2007-03-05  Wim Taymans  <wim@fluendo.com>
5524
5525         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5526         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5527         (gst_rtp_speex_depay_process):
5528         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5529         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5530         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5531         (gst_rtp_speex_pay_change_state):
5532         * gst/rtp/gstrtpspeexpay.h:
5533         Fix speex (de)payloader. Fixes #358040.
5534
5535 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5536
5537         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5538         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5539         Install fakesink in NULL by fixing some broken logic. This obviates
5540         the need to manually set _IS_SINK.
5541         Add some comments and remove a little cruft while I'm at it.
5542
5543 2007-03-05  Wim Taymans  <wim@fluendo.com>
5544
5545         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5546         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5547
5548 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5549
5550         * po/POTFILES.in:
5551           Update.
5552
5553 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5554
5555         * tests/check/Makefile.am:
5556         Gah! Also disable gconfvideosink from the tests, otherwise
5557         it will instantiate autovideosink, and dfbvideosink and
5558         leak on the buildbots.
5559
5560 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5561
5562         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5563         (gst_cdio_cdda_src_finalize):
5564         Make sure we always destroy our libcdio handle.
5565
5566 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5567
5568         * tests/check/Makefile.am:
5569         Disable autovideosink so the buildbots don't barf over memory
5570         leaked in the directfb sink.
5571
5572 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5573
5574         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5575         Chain up in dispose
5576
5577 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5578
5579         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5580         (gst_multipart_find_pad_by_mime):
5581         Use gst_pad_new_from_static_template instead of
5582         static_pad_template_get+pad_new.
5583
5584 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5585
5586         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5587         Catch the case where no clock has been set.
5588
5589 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5590
5591         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5592         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5593         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5594         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5595         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5596         (gst_gconf_audio_src_finalize), (do_toggle_element):
5597         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5598         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5599         (do_toggle_element):
5600         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5601         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5602         (gst_gconf_video_src_finalize), (do_toggle_element):
5603         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5604         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5605         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5606         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5607         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5608         (gst_shout2send_init), (gst_shout2send_finalize):
5609         * gst/debug/testplugin.c: (gst_test_class_init),
5610         (gst_test_finalize):
5611         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5612         (gst_flxdec_dispose):
5613         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5614         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5616         (gst_rtspsrc_finalize):
5617         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5618         * gst/rtsp/rtspextwms.h:
5619         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5620         (gst_smpte_finalize):
5621         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5622         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5623         (gst_udpsink_finalize):
5624         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5625         (gst_wavparse_sink_activate):
5626         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5627         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5628         (gst_oss_src_finalize):
5629         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5630         * sys/v4l2/gstv4l2object.h:
5631         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5632         (gst_v4l2src_finalize):
5633         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5634
5635         Fix a bunch of leaks shown by the newly-added states test.
5636
5637 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5638
5639         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5640         Use gst_pad_new_from_static_template instead of 
5641         static_pad_template_get+pad_new.
5642
5643 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5646
5647         * ext/libcaca/Makefile.am:
5648         * gst/debug/Makefile.am:
5649           Don't mix tabs and spaces (#414168).
5650
5651 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5652
5653         * tests/check/generic/.cvsignore:
5654           Ignore files to please buildbot.
5655
5656 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5657
5658         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5659         (gst_wavparse_stream_data):
5660           Unbreak my previous commit (swapped nominator & denominator). Tim,
5661           thanks for spotting.
5662
5663 2007-03-02  Wim Taymans  <wim@fluendo.com>
5664
5665         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5666         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5667         (gst_cdio_cdda_src_finalize):
5668         Small code cleanups.
5669         Don't use pad_alloc as the base class cannot deal with the error codes.
5670
5671 2007-03-02  Wim Taymans  <wim@fluendo.com>
5672
5673         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5674         (gst_udpsrc_create):
5675         Fix doc.
5676
5677 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5678
5679         Patch by: René Stadler <mail@renestadler.de>
5680
5681         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5682         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5683         (gst_wavparse_stream_data):
5684           Handle rounding better to not drop last sample frame. Fixes #356692
5685
5686 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5687
5688         * tests/check/Makefile.am:
5689         Disable cacasink from the states check too - it also calls exit(1)
5690         on us when it can't find a terminal to talk to.
5691
5692 2007-03-02  Wim Taymans  <wim@fluendo.com>
5693
5694         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5695
5696         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5697         (gst_udpsrc_create), (gst_udpsrc_set_property),
5698         (gst_udpsrc_get_property):
5699         * gst/udp/gstudpsrc.h:
5700         Add support to strip proprietary headers. Fixes #350296.
5701
5702 2007-03-02  Wim Taymans  <wim@fluendo.com>
5703
5704         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5705         Fix compilation.
5706
5707 2007-03-02  Wim Taymans  <wim@fluendo.com>
5708
5709         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5710
5711         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5712         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5713         (gst_rtp_mp2t_depay_set_property),
5714         (gst_rtp_mp2t_depay_get_property):
5715         * gst/rtp/gstrtpmp2tdepay.h:
5716         Add support to strip off proprietary headers. Fixes #350278.
5717
5718 2007-03-02  Wim Taymans  <wim@fluendo.com>
5719
5720         * ext/hal/hal.c:
5721         Fix compilation.
5722
5723 2007-03-02  Wim Taymans  <wim@fluendo.com>
5724
5725         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5726         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5727         (gst_sunaudiosrc_open):
5728         * sys/sunaudio/gstsunaudiosrc.h:
5729         Remove device-name from GstSunAudioSrc. Fixes #412597.
5730
5731 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5732
5733         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5734         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5735         Having NULL as UDI previously selected the default sink/src. Change
5736         this back but mention it in the debug output.
5737         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5738         (gst_hal_get_oss_element), (gst_hal_get_string),
5739         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5740         (gst_hal_get_audio_src):
5741         * ext/hal/hal.h:
5742         Refactor a bit, check all error conditions, greatly improve debugging
5743         and fix some possible memory leaks. Also implement OSS support
5744         and allow specifying an UDI that points to a real device. For this the
5745         child device which supports ALSA (preferred) or OSS is used.
5746         As a side effect this makes it impossible now to get a alsasink in
5747         halaudiosrc and a alsasrc in halaudiosink.
5748
5749 2007-03-01  Wim Taymans  <wim@fluendo.com>
5750
5751         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5752         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5753         Errors from the udp sources are not fatal unless all of them are in
5754         error.
5755
5756 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5757
5758         * tests/check/Makefile.am:
5759         Disable aasink in the states test. I suspect this is the element that
5760         is calling exit(1) when it can't proceed.
5761
5762 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5763
5764         * tests/check/Makefile.am:
5765         Draw plugins in from the build tree sys/ dir, rather than picking
5766         up the already installed versions.
5767
5768 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5769
5770         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5771         Error out correctly when getting xcontext fails.
5772
5773 2007-03-01  Wim Taymans  <wim@fluendo.com>
5774
5775         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5776         Make state change to PAUSED NO_PREROLL because that's what it will be in
5777         the future and rtspsrc relies on it.
5778
5779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5780         (gst_rtspsrc_change_state):
5781         Don't error out when we don't get an error from the state change
5782         function.
5783
5784 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5785
5786         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5787         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5788           Check if the device UDI is set before trying to query HAL
5789           about it and give a useful error message if it wasn't set.
5790         * ext/hal/hal.c: (gst_hal_get_string):
5791           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5792           gives an assertion failure in D-Bus when running with
5793           DBUS_FATAL_WARNINGS=1.
5794
5795 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5796
5797         * configure.ac:
5798           Convert to new AG_GST style.
5799
5800 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5801
5802         * tests/check/Makefile.am:
5803         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5804           add test for states
5805
5806 2007-02-28  Wim Taymans  <wim@fluendo.com>
5807
5808         * tests/check/elements/.cvsignore:
5809         Add new videofilter check to .cvsignore.
5810
5811 2007-02-28  Wim Taymans  <wim@fluendo.com>
5812
5813         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5814         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5815         (gst_avi_demux_loop), (gst_avi_demux_chain):
5816         Fix combined flow return. Fixes #412608.
5817
5818 2007-02-28  Wim Taymans  <wim@fluendo.com>
5819
5820         * gst/videofilter/Makefile.am:
5821         Dist header..
5822
5823 2007-02-28  Wim Taymans  <wim@fluendo.com>
5824
5825         * gst/videofilter/gstgamma.h:
5826         Add header too.
5827
5828 2007-02-28  Wim Taymans  <wim@fluendo.com>
5829
5830         Patch by: Mark Nauwelaerts <manauw at skynet be>
5831
5832         * gst/videofilter/Makefile.am:
5833         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5834         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5835         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5836         (oil_tablelookup_u8), (gst_gamma_set_caps),
5837         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5838         Port gamma filter to 0.10. Fixes #412704.
5839
5840         * tests/check/Makefile.am:
5841         * tests/check/elements/videofilter.c: (setup_filter),
5842         (cleanup_filter), (check_filter), (GST_START_TEST),
5843         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5844         Add unit tests for videofilters.
5845
5846 2007-02-28  Wim Taymans  <wim@fluendo.com>
5847
5848         * gst/rtsp/URLS:
5849         Add another interesting test url.
5850
5851         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5852         Don't allow getting header fields from data packets.
5853
5854 2007-02-28  Michael Smith  <msmith@fluendo.com>
5855
5856         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5857         (gst_shout2send_init), (gst_shout2send_start),
5858         (gst_shout2send_set_property), (gst_shout2send_get_property):
5859         * ext/shout2/gstshout2.h:
5860           Add a property for username.
5861
5862 2007-02-27  Christian Schallerr <christian@fluendo.com>
5863
5864         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5865
5866 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5867
5868         * gst/rtsp/Makefile.am:
5869         Fix make check too.
5870
5871 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5872
5873         * gst/rtsp/base64.c: (util_base64_encode):
5874         * gst/rtsp/base64.h:
5875         Commit missing files for base64 encoding.
5876
5877 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5878
5879         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5880
5881         * configure.ac:
5882         * ext/annodex/Makefile.am:
5883         * ext/jpeg/Makefile.am:
5884         * ext/speex/Makefile.am:
5885         * gst/alpha/Makefile.am:
5886         * gst/cutter/Makefile.am:
5887         * gst/debug/Makefile.am:
5888         * gst/effectv/Makefile.am:
5889         * gst/goom/Makefile.am:
5890         * gst/level/Makefile.am:
5891         * gst/smpte/Makefile.am:
5892         * gst/videofilter/Makefile.am:
5893           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5894
5895 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5896
5897         * gst/rtsp/Makefile.am:
5898         * gst/rtsp/rtspconnection.c: (append_auth_header),
5899         (rtsp_connection_send), (rtsp_connection_set_auth):
5900         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5901         from icecast to replace it. Relicensed from GPL courtesy of Mike
5902         Smith.
5903
5904 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5905
5906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5907         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5908         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5909         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5910         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5911         (gst_rtspsrc_uri_set_uri):
5912         * gst/rtsp/gstrtspsrc.h:
5913         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5914         (append_auth_header), (rtsp_connection_send),
5915         (rtsp_connection_free), (rtsp_connection_set_auth):
5916         * gst/rtsp/rtspconnection.h:
5917         * gst/rtsp/rtspdefs.h:
5918         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5919         * gst/rtsp/rtspurl.h:
5920
5921         Implement simple Basic Authentication support so that urls like
5922         rtsp://user:pass@hostname/rtspstream work on hosts that require
5923         authentication.
5924
5925 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5926
5927         * sys/v4l2/gstv4l2object.c:
5928         * sys/v4l2/gstv4l2tuner.c:
5929         * sys/v4l2/v4l2_calls.c:
5930         Fix segfault when oppening a radio device.
5931         
5932 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5933
5934         * gst/level/gstlevel.c: (gst_level_set_caps),
5935         (gst_level_transform_ip):
5936         * sys/v4l2/README:
5937         * tests/check/elements/level.c: (GST_START_TEST):
5938           Fix level for multi-channel case.
5939
5940 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5941
5942         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5943         (gst_level_transform_ip):
5944         * gst/level/gstlevel.h:
5945           Use function pointer for process function and add process functions
5946           for float audio.
5947
5948 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5949
5950         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5951         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5952         (gst_v4l2src_capture_init):
5953           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5954           fixes #407369
5955
5956 2007-02-18  Wim Taymans  <wim@fluendo.com>
5957
5958         * gst/rtp/Makefile.am:
5959         * gst/rtp/gstrtp.c: (plugin_init):
5960         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5961         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5962         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5963         (gst_rtp_mp2t_pay_plugin_init):
5964         * gst/rtp/gstrtpmp2tpay.h:
5965         Added simple mpeg transport stream payloader.
5966
5967 2007-02-16  Wim Taymans  <wim@fluendo.com>
5968
5969         * gst/rtsp/URLS:
5970         Add example H264 rtsp url.
5971
5972         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5973         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5974         Don't convert values to lowercase or we might mess up base64 encoded
5975         properties.
5976
5977 2007-02-16  Wim Taymans  <wim@fluendo.com>
5978
5979         * gst/rtp/README:
5980         Fix case of string params.
5981
5982         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5983         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5984         Fix depayloader, support more packet types.
5985         Add sync codes to make sure the packetizer can do its job.
5986
5987         * gst/rtp/gstrtpmp4gdepay.c:
5988         * gst/rtp/gstrtpmp4gpay.c:
5989         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5990         Fix caps case again.
5991
5992 2007-02-15  Wim Taymans  <wim@fluendo.com>
5993
5994         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5995         Set right caps on output buffers.
5996
5997 2007-02-14  Wim Taymans  <wim@fluendo.com>
5998
5999         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6000         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6001         Clear stack allocated SDPMedia struct before calling _init() on it.
6002         Clarify this in the docs as well.
6003
6004 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6005
6006         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6007         (do_change_child):
6008         Don't reset the profile when going switching states, as it makes
6009         the element non-reusable.
6010
6011 2007-02-14  Wim Taymans  <wim@fluendo.com>
6012
6013         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6014         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6015         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6016         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6017         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6018         (sdp_parse_line):
6019         * gst/rtsp/sdpmessage.h:
6020         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6021         Fix memory management of SDP messages. Fixes #407793.
6022
6023 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6024
6025         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6026
6027         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6028         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6029
6030 2007-02-14  Wim Taymans  <wim@fluendo.com>
6031
6032         Patch by: jp.liu <jp_liu at astrocom dot cn>
6033
6034         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6035         Fix parsing of password field in url. Fixes #407797.
6036
6037 2007-02-14  Wim Taymans  <wim@fluendo.com>
6038
6039         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6040         (gst_wavparse_reset), (gst_wavparse_init),
6041         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6042         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6043         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6044         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6045         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6046         (gst_wavparse_loop), (gst_wavparse_chain),
6047         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6048         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6049         (plugin_init):
6050         * gst/wavparse/gstwavparse.h:
6051         Update docs.
6052         Use boilerplate.
6053         Various code cleanups.
6054         When the bitrate is not known (bps == 0 or compressed formats) let
6055         downstream element guestimate the duration and position and don't
6056         generate timestamps or durations. Fixes #405213.
6057         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6058         error flowreturn upstream.
6059
6060 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6061
6062         * ext/gconf/Makefile.am:
6063         * ext/gconf/gconf.c: (gst_gconf_get_string),
6064         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6065         (gst_gconf_render_bin_with_default):
6066         * ext/gconf/gconf.h:
6067         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6068         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6069         (gst_gconf_audio_sink_dispose), (do_change_child),
6070         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6071         (cb_change_child), (gst_gconf_audio_sink_change_state):
6072         * ext/gconf/gstgconfaudiosink.h:
6073         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6074         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6075         (gst_switch_sink_init), (gst_switch_sink_dispose),
6076         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6077         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6078         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6079         * ext/gconf/gstswitchsink.h:
6080         * gst/autodetect/gstautoaudiosink.c:
6081         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6082         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6083         (gst_auto_audio_sink_detect):
6084         * gst/autodetect/gstautovideosink.c:
6085         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6086         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6087         (gst_auto_video_sink_detect):
6088         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6089         and a child that implements the GConf key monitoring. The end goal of
6090         this is an audio sink that can be changed on the fly, but at the 
6091         moment it still only changes on the next READY transition.
6092
6093 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6094
6095         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6096         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6097         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6098         (gst_avi_demux_calculate_durations_from_index),
6099         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6100         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6101         (gst_avi_demux_loop):
6102           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6103
6104 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6105
6106         * configure.ac:
6107         * docs/plugins/Makefile.am:
6108           Add crossreferences to glib/gobject/gstream docs.
6109
6110 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6111
6112         * gst/monoscope/Makefile.am:
6113         * gst/monoscope/gstmonoscope.c:
6114           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6115           (but no LIBS, since we only use defines from the headers).
6116
6117 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6118
6119         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6120
6121         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6122         (gst_wavparse_stream_data):
6123           Fix massive memory leak when operating in streaming mode due to
6124           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6125           Fixes #407057.
6126
6127 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6128
6129         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6130         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6131         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6132         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6133         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6134         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6135         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6136         (gst_avi_demux_calculate_durations_from_index),
6137         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6138         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6139         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6140         * gst/avi/gstavidemux.h:
6141           Save some memory (8%) by repacking the index entry structure (more to
6142           come). Add more FIXMEs to questionable parts.
6143
6144 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6145
6146         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6147         (gst_v4l2src_get_caps):
6148         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6149         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6150         (gst_v4l2src_capture_init):
6151           More FIXME comments and messaging changes.
6152
6153 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6154
6155         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6156         (gst_goom_change_state):
6157         * gst/goom/gstgoom.h:
6158           Improved docs and use GST_DEBUG_FUNCPTR.
6159
6160         * gst/level/gstlevel.c: (gst_level_class_init):
6161           Use GST_DEBUG_FUNCPTR.
6162
6163         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6164         (gst_monoscope_chain), (gst_monoscope_change_state):
6165           Improved docs source cleanups.
6166
6167 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * gst/debug/Makefile.am:
6170         * gst/debug/gstdebug.c: (plugin_init):
6171         * gst/debug/gstpushfilesrc.c:
6172         * gst/debug/gstpushfilesrc.h:
6173           Add code for a pushfilesrc element that implements a pushfile:// URI
6174           handler, to make debugging push-mode operation of demuxer/decoders
6175           that support both easier in connection with seek/playbin/etc.
6176           The element isn't registered at the moment.
6177
6178 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6179
6180         * gst/avi/gstavimux.c:
6181           Comment a #if 0 in caps template definition as VS6 seems to 
6182         do not support it.
6183         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6184           Use gst_guint64_to_gdouble for conversion.
6185         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6186           Move variables declaration before the first instruction.
6187         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6188           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6189           And don't include netdb.h for G_OS_WIN32
6190         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6191           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6192           by VS6 then use an other way to initialize SDPMedia structure.
6193         * gst/udp/gstdynudpsink.h:
6194         * gst/udp/gstdynudpnetutils.h:
6195           Do not include <sys/time.h> for G_OS_WIN32
6196         * gst/udp/gstudpsrc.c:
6197           Define socklen_t as int for G_OS_WIN32
6198         * win/common/config.h.in:
6199           Undef HAVE_NETINET_IN_H
6200         * win32/vs6/gst_plugins_good.dsw:
6201         * win32/vs6/libgstrtp.dsp:
6202         * win32/vs6/libgstrtsp.dsp:
6203         * win32/vs6/libgstautogen.dsp:
6204         * win32/vs6/libgstaudiofx.dsp:
6205         * win32/vs6/libgstudp.dsp:
6206           Add and update project files.
6207         * win32/common/gstudp-enumtypes.c:
6208         * win32/common/gstudp-enumtypes.h:
6209           Add a copy of udp enumtypes to win32/common as in core 
6210           and base.
6211         
6212 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6213
6214         * configure.ac:
6215           Activate monoscope when building with --enable-experimental. Fix
6216           --enable-external configure switch description.
6217
6218         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6219         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6220           Help gst-indent.
6221
6222 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6223
6224         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6225           Explicitly cast result of pointer arithmetic to integer in order to
6226           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6227
6228 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6229
6230         * gst/debug/progressreport.c:
6231           Some more docs.
6232
6233 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6234
6235         * docs/plugins/inspect/plugin-rtp.xml:
6236           Update for new elements.
6237
6238         * gst/debug/progressreport.h:
6239           Commit newly-created header file as well.
6240
6241 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6242
6243         * docs/plugins/Makefile.am:
6244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6246         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6247         * gst/debug/Makefile.am:
6248         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6249         (gst_progress_report_do_query), (gst_progress_report_report):
6250           Make progressreport element post messages with the current progress
6251           on the bus. Also add some basic docs for it.
6252
6253 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6254
6255         * ext/hal/hal.c: (gst_hal_get_string):
6256         * ext/hal/hal.h:
6257           Some small cleanups; deal with errors when parsing the HAL ALSA
6258           capabilities a bit better.
6259
6260 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6261
6262         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6263           Let's try this again and use the right cast this time.
6264
6265 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6266
6267         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6268           Add cast to avoid compiler warnings with older GLib versions
6269           where the nick/name members in GEnumValue are not declared as
6270           constant strings.
6271
6272 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6273
6274         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6275         (gst_gconf_render_bin_from_key),
6276         (gst_gconf_get_default_audio_sink):
6277         * ext/gconf/gconf.h:
6278         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6279         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6280         (gst_gconf_audio_sink_get_property):
6281           In gconfaudiosink, get the right key as the old key in do_toggle
6282           (ie. one dependent on the profile selected). Log some more stuff so
6283           we can see what's actually going on.
6284
6285 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6286
6287         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6288         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6289         (gst_audio_amplify_set_process_function),
6290         (gst_audio_amplify_setup):
6291         * gst/audiofx/audioamplify.h:
6292         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6293         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6294         * gst/audiofx/audioinvert.h:
6295         Some small cleanups and port both elements to the new GstAudioFilter
6296         base class to save a few lines of common code.
6297         * gst/audiofx/Makefile.am:
6298         Link against libgstaudio for the above changes
6299
6300 2007-01-29  Wim Taymans  <wim@fluendo.com>
6301
6302         * tests/check/elements/.cvsignore:
6303         Some more ignores.
6304
6305 2007-01-26  Wim Taymans  <wim@fluendo.com>
6306
6307         Patch by: charles <charlesg3 at gmail dot com>
6308
6309         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6310         (set_shout_metadata), (gst_shout2send_event):
6311         * ext/shout2/gstshout2.h:
6312         Properly handle tags in shout2send. Fixes #399825.
6313
6314 2007-01-25  Wim Taymans  <wim@fluendo.com>
6315
6316         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6317         (gst_rtspsrc_activate_streams):
6318         Convert SDP fields to upper/lowercase following the rules in the SDP to
6319         caps document. 
6320
6321 2007-01-25  Wim Taymans  <wim@fluendo.com>
6322
6323         * gst/rtp/README:
6324         * gst/rtp/gstrtpilbcdepay.c:
6325         * gst/rtp/gstrtpilbcpay.c:
6326         * gst/rtp/gstrtpmp4gdepay.c:
6327         * gst/rtp/gstrtpmp4gpay.c:
6328         * gst/rtp/gstrtpspeexdepay.c:
6329         * gst/rtp/gstrtpspeexpay.c:
6330         * gst/rtp/gstrtpsv3vdepay.c:
6331         * gst/rtp/gstrtptheoradepay.c:
6332         * gst/rtp/gstrtptheorapay.c:
6333         * gst/rtp/gstrtpvorbisdepay.c:
6334         * gst/rtp/gstrtpvorbispay.c:
6335         Fix case of encoding-name and key/value pairs to match the document.
6336         This is to make interoperation with SDP case-insensitive as required by
6337         the relevant RFCs.
6338
6339 2007-01-25  Wim Taymans  <wim@fluendo.com>
6340
6341         * configure.ac:
6342         Bump required -core/-base to CVS
6343
6344 2007-01-25  Wim Taymans  <wim@fluendo.com>
6345
6346         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6347         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6348         * gst/rtp/gstrtpL16pay.h:
6349         Fill up to MTU using adapter.
6350         Timestamp rtp packets.
6351
6352 2007-01-25  Edward Hervey  <edward@fluendo.com>
6353
6354         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6355         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6356         Use G_GSIZE_FORMAT in print statements for portability.
6357         Fixes build on macosx.
6358
6359 2007-01-24  Wim Taymans  <wim@fluendo.com>
6360
6361         * gst/rtp/Makefile.am:
6362         * gst/rtp/gstrtp.c: (plugin_init):
6363         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6364         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6365         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6366         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6367         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6368         (gst_rtp_L16_depay_plugin_init):
6369         * gst/rtp/gstrtpL16depay.h:
6370         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6371         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6372         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6373         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6374         (gst_rtp_L16_pay_plugin_init):
6375         * gst/rtp/gstrtpL16pay.h:
6376         Port and enable raw audio payloader/depayloader. Needs a bit more work
6377         on the payloader side.
6378
6379 2007-01-24  Wim Taymans  <wim@fluendo.com>
6380
6381         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6382         (gst_rtspsrc_stream_configure_transport),
6383         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6384         * gst/rtsp/gstrtspsrc.h:
6385         Only unblock the udp pads when we linked and activated them all.
6386         Fixes #395688.
6387
6388 2007-01-24  Wim Taymans  <wim@fluendo.com>
6389
6390         * gst/rtp/Makefile.am:
6391         * gst/rtp/gstrtp.c: (plugin_init):
6392         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6393         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6394         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6395         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6396         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6397         * gst/rtp/gstrtpac3depay.h:
6398         Added simple AC3 depayloader (RFC 4184).
6399
6400         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6401         Fix a leak.
6402
6403 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6404
6405         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6406
6407         * gst/audiofx/Makefile.am:
6408         * gst/audiofx/audioamplify.c:
6409         (gst_audio_amplify_clipping_method_get_type),
6410         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6411         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6412         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6413         (gst_audio_amplify_set_caps),
6414         (gst_audio_amplify_transform_int_clip),
6415         (gst_audio_amplify_transform_int_wrap_negative),
6416         (gst_audio_amplify_transform_int_wrap_positive),
6417         (gst_audio_amplify_transform_float_clip),
6418         (gst_audio_amplify_transform_float_wrap_negative),
6419         (gst_audio_amplify_transform_float_wrap_positive),
6420         (gst_audio_amplify_transform_ip):
6421         * gst/audiofx/audioamplify.h:
6422         * gst/audiofx/audiofx.c: (plugin_init):
6423         Add new element "audioamplify". This allows scaling of raw audio
6424         samples, similar to the "volume" element, but provides different modes
6425         for clipping and allows unlimited amplification. It's mainly targeted
6426         for creative sound design and not as a replacement of the "volume"
6427         element. Fixes #397162
6428         * docs/plugins/Makefile.am:
6429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6431         * docs/plugins/gst-plugins-good-plugins.args:
6432         * docs/plugins/inspect/plugin-audiofx.xml:
6433         Add docs for audioamplify and integrate them into the build system
6434         * tests/check/Makefile.am:
6435         * tests/check/elements/audioamplify.c: (setup_amplify),
6436         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6437         Add fairly extensive unit test suite for audioamplify
6438
6439 2007-01-24  Wim Taymans  <wim@fluendo.com>
6440
6441         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6442         Unblock pads after adding the pads to the element so that autopluggers
6443         get a change to link something. Possibly fixes #395688.
6444
6445 2007-01-24  Wim Taymans  <wim@fluendo.com>
6446
6447         * gst/rtp/gstrtpamrdepay.c:
6448         * gst/rtp/gstrtpgsmdepay.c:
6449         * gst/rtp/gstrtph263pdepay.c:
6450         * gst/rtp/gstrtph263ppay.c:
6451         * gst/rtp/gstrtph264depay.c:
6452         * gst/rtp/gstrtpilbcdepay.c:
6453         * gst/rtp/gstrtpmp2tdepay.c:
6454         * gst/rtp/gstrtpmp4gdepay.c:
6455         * gst/rtp/gstrtpmp4gpay.c:
6456         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6457         * gst/rtp/gstrtpmp4vpay.c:
6458         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6459         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6460         (gst_rtp_mpa_depay_process):
6461         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6462         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6463         * gst/rtp/gstrtppcmadepay.c:
6464         * gst/rtp/gstrtppcmudepay.c:
6465         * gst/rtp/gstrtpspeexdepay.c:
6466         * gst/rtp/gstrtpspeexpay.c:
6467         * gst/rtp/gstrtpsv3vdepay.c:
6468         * gst/rtp/gstrtptheoradepay.c:
6469         * gst/rtp/gstrtptheorapay.c:
6470         * gst/rtp/gstrtpvorbisdepay.c:
6471         * gst/rtp/gstrtpvorbispay.c:
6472         Fix caps with payload numbers.
6473         Add some fixed payload numbers to caps when possible.
6474
6475 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6476
6477         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6478
6479         * gst/audiofx/Makefile.am:
6480         * gst/audiofx/audiofx.c: (plugin_init):
6481         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6482         (gst_audio_invert_class_init), (gst_audio_invert_init),
6483         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6484         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6485         (gst_audio_invert_transform_float),
6486         (gst_audio_invert_transform_ip):
6487         * gst/audiofx/audioinvert.h:
6488         Add new audiofx element "audioinvert". This element swaps the upper
6489         and lower half of samples and can be used for example for a
6490         wide-stereo effect. Fixes #396057
6491         * docs/plugins/Makefile.am:
6492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6493         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6494         * docs/plugins/gst-plugins-good-plugins.args:
6495         * docs/plugins/inspect/plugin-audiofx.xml:
6496         Add docs for the audioinvert element and add them to the build system.
6497         * tests/check/Makefile.am:
6498         * tests/check/elements/audioinvert.c: (setup_invert),
6499         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6500         Add unit test suite for the audioinvert element.
6501
6502 2007-01-23  Wim Taymans  <wim@fluendo.com>
6503
6504         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6505         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6506         Parse config params as string and int.
6507         Parse and use AU header length
6508
6509 2007-01-23  Wim Taymans  <wim@fluendo.com>
6510
6511         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6512         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6513         * gst/smpte/gstmask.c: (_gst_mask_register):
6514         * gst/smpte/gstmask.h:
6515         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6516         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6517         (gst_smpte_paint_triangle_clock):
6518         constify some static structs.
6519         Don't update the mask if nothing changed to the params.
6520         Make sure we never draw outside of the picture. Fixes #398325.
6521
6522 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6523
6524         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6525           Error out properly when pull_range fails while we're reading the
6526           headers, instead of just pausing the task silently. Fixes #399338.
6527
6528 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6531           Some more sanity checks to make sure the input formats match and the
6532           input pads are actually negotiated, in case someone tries to feed
6533           buffers from fakesrc or filesrc. Fixes #398299.
6534           Also const-ify an array, just because we can.
6535
6536 2007-01-19  Edward Hervey  <edward@fluendo.com>
6537
6538         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6539         Ignore previous commit, that was only valid for widths and heights
6540         that are multiples of 4.
6541         Copy over size/stride macros from jpegdec. This allows the element
6542         to work with any width,height...
6543         ... but puts in evidence that the actual transformations only work
6544         with width/height that are multiples of 4.
6545
6546 2007-01-19  Edward Hervey  <edward@fluendo.com>
6547
6548         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6549         Allocate buffers of the right size.
6550         The proper size of a I420 buffer in bytes is:
6551         
6552             width * height * 3
6553             ------------------
6554                     2
6555
6556 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6557
6558         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6559           Proxy getcaps on sink pads too, so that we either end up with the
6560           same dimensions on all pads or error out if that's not possible
6561           (seems to work even!). Fixes #398086, I think.
6562
6563 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6564
6565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6566         * docs/plugins/gst-plugins-good-plugins.args:
6567         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6568           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6569           fix integer properties with -1 as minimum value.
6570
6571         * docs/plugins/inspect/plugin-1394.xml:
6572         * docs/plugins/inspect/plugin-aasink.xml:
6573         * docs/plugins/inspect/plugin-alaw.xml:
6574         * docs/plugins/inspect/plugin-alpha.xml:
6575         * docs/plugins/inspect/plugin-alphacolor.xml:
6576         * docs/plugins/inspect/plugin-annodex.xml:
6577         * docs/plugins/inspect/plugin-apetag.xml:
6578         * docs/plugins/inspect/plugin-audiofx.xml:
6579         * docs/plugins/inspect/plugin-auparse.xml:
6580         * docs/plugins/inspect/plugin-autodetect.xml:
6581         * docs/plugins/inspect/plugin-avi.xml:
6582         * docs/plugins/inspect/plugin-cacasink.xml:
6583         * docs/plugins/inspect/plugin-cairo.xml:
6584         * docs/plugins/inspect/plugin-cdio.xml:
6585         * docs/plugins/inspect/plugin-cutter.xml:
6586         * docs/plugins/inspect/plugin-debug.xml:
6587         * docs/plugins/inspect/plugin-dv.xml:
6588         * docs/plugins/inspect/plugin-efence.xml:
6589         * docs/plugins/inspect/plugin-effectv.xml:
6590         * docs/plugins/inspect/plugin-esdsink.xml:
6591         * docs/plugins/inspect/plugin-flac.xml:
6592         * docs/plugins/inspect/plugin-flxdec.xml:
6593         * docs/plugins/inspect/plugin-gconfelements.xml:
6594         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6595         * docs/plugins/inspect/plugin-goom.xml:
6596         * docs/plugins/inspect/plugin-halelements.xml:
6597         * docs/plugins/inspect/plugin-icydemux.xml:
6598         * docs/plugins/inspect/plugin-id3demux.xml:
6599         * docs/plugins/inspect/plugin-jpeg.xml:
6600         * docs/plugins/inspect/plugin-level.xml:
6601         * docs/plugins/inspect/plugin-matroska.xml:
6602         * docs/plugins/inspect/plugin-mulaw.xml:
6603         * docs/plugins/inspect/plugin-multipart.xml:
6604         * docs/plugins/inspect/plugin-navigationtest.xml:
6605         * docs/plugins/inspect/plugin-ossaudio.xml:
6606         * docs/plugins/inspect/plugin-png.xml:
6607         * docs/plugins/inspect/plugin-rtp.xml:
6608         * docs/plugins/inspect/plugin-rtsp.xml:
6609         * docs/plugins/inspect/plugin-shout2send.xml:
6610         * docs/plugins/inspect/plugin-smpte.xml:
6611         * docs/plugins/inspect/plugin-speex.xml:
6612         * docs/plugins/inspect/plugin-taglib.xml:
6613         * docs/plugins/inspect/plugin-udp.xml:
6614         * docs/plugins/inspect/plugin-videobalance.xml:
6615         * docs/plugins/inspect/plugin-videobox.xml:
6616         * docs/plugins/inspect/plugin-videoflip.xml:
6617         * docs/plugins/inspect/plugin-videomixer.xml:
6618         * docs/plugins/inspect/plugin-wavenc.xml:
6619         * docs/plugins/inspect/plugin-wavparse.xml:
6620         * docs/plugins/inspect/plugin-ximagesrc.xml:
6621           Update to CVS.
6622
6623 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6624
6625         Patch by: Sebastian Dröge <slomo circular-chaos org>
6626
6627         * gst/audiofx/audiopanorama.c:
6628           Fix doc section name (Fixes #397946)
6629
6630 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6631
6632         * sys/v4l2/gstv4l2object.c:
6633         (gst_v4l2_object_install_properties_helper),
6634         (gst_v4l2_object_set_property_helper),
6635         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6636         * sys/v4l2/gstv4l2object.h:
6637         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6638         (gst_v4l2src_init), (gst_v4l2src_set_property),
6639         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6640         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6641         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6642         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6643         (gst_v4l2src_capture_deinit):
6644           Fix EIO handing when capturing. Add new property to specify the number of
6645           buffers to enque (and remove the borked num-buffers usage).
6646
6647 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6648
6649         Patch by: Sebastian Dröge <slomo circular-chaos org>
6650
6651         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6652         (gst_audio_panorama_set_process_function):
6653           Use a function array for process methods, add more docs and define the
6654           startindex of enums.
6655
6656 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6657
6658         Patch by: Mark Nauwelaerts <manauw at skynet be>
6659
6660         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6661         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6662         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6663         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6664         (gst_avi_mux_riff_get_avi_header),
6665         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6666         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6667         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6668         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6669         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6670         (gst_avi_mux_change_state):
6671         * gst/avi/gstavimux.h:
6672         * tests/check/elements/avimux.c: (teardown_src_pad):
6673           Add support for more than one audio stream; write better AVIX
6674           header; refactor code a bit; don't announce vorbis caps on our audio
6675           sink pads since we don't support it anyway. Closes #379298.
6676
6677 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6678
6679         Patch by: Sebastian Dröge <slomo circular-chaos org>
6680
6681         * gst/audiofx/audiopanorama.c:
6682         (gst_audio_panorama_method_get_type),
6683         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6684         (gst_audio_panorama_set_process_function),
6685         (gst_audio_panorama_set_property),
6686         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6687         (gst_audio_panorama_transform_m2s_int_simple),
6688         (gst_audio_panorama_transform_s2s_int_simple),
6689         (gst_audio_panorama_transform_m2s_float_simple),
6690         (gst_audio_panorama_transform_s2s_float_simple):
6691         * gst/audiofx/audiopanorama.h:
6692           Add 'method' property and provide a simple (non-psychoacustic)
6693           processing method (#394859).
6694
6695         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6696         (panorama_suite):
6697           Tests for new method.
6698
6699 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6700
6701         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6702         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6703           Set correct caps on outgoing pulled buffers, or things blow up
6704           after recent core changes.
6705
6706 2007-01-11  Wim Taymans  <wim@fluendo.com>
6707
6708         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6709
6710         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6711         (gst_multipart_mux_request_new_pad),
6712         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6713         (gst_multipart_mux_change_state):
6714         Return FLOW errors ASAP. Fixes #394977.
6715         Misc cleanups.
6716
6717 2007-01-11  Wim Taymans  <wim@fluendo.com>
6718
6719         Patch by: Lutz Mueller <lutz at topfrose dot de>
6720
6721         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6722         Check for stream pad before activating. 
6723
6724 2007-01-10  Wim Taymans  <wim@fluendo.com>
6725
6726         Patch by: Peter Kjellerstedt  <pkj at axis com>
6727
6728         * gst/rtsp/COPYING.MIT:
6729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6730         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6731         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6732         (gst_rtspsrc_stream_configure_transport),
6733         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6734         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6735         (gst_rtspsrc_parse_methods),
6736         (gst_rtspsrc_create_transports_string),
6737         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6738         (gst_rtspsrc_open), (gst_rtspsrc_close):
6739         * gst/rtsp/gstrtspsrc.h:
6740         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6741         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6742         (parse_request_line), (parse_line), (rtsp_connection_read),
6743         (rtsp_connection_close):
6744         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6745         (rtsp_method_as_text), (rtsp_header_as_text),
6746         (rtsp_status_as_text), (rtsp_find_header_field),
6747         (rtsp_find_method):
6748         * gst/rtsp/rtspdefs.h:
6749         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6750         (rtsp_ext_wms_configure_stream):
6751         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6752         (rtsp_message_new_request), (rtsp_message_init_request),
6753         (rtsp_message_new_response), (rtsp_message_init_response),
6754         (rtsp_message_init_data), (rtsp_message_unset),
6755         (rtsp_message_free), (rtsp_message_add_header),
6756         (rtsp_message_get_header), (rtsp_message_set_body),
6757         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6758         * gst/rtsp/rtspmessage.h:
6759         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6760         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6761         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6762         (sdp_message_dump):
6763         Allow url to be NULL to be able to use it for server connections.
6764         Can now send responses as well as requests.
6765         No longer hangs in an endless loop if EOF is received.
6766         Can now convert a status code to a text string.
6767         Return RTSP_HDR_INVALID for unknown headers.
6768         Return RTSP_INVALID for unknown methods.
6769         Copy CSeq and Session headers from the request.
6770         Only free memory corresponding to the currently set message type.
6771         Added const to function arguments as appropriate.
6772         Avoid a compiler warning when initializing nmedia.
6773         Use guint rather than gint to avoid compiler warnings.
6774         Fix crasher in wms extension.
6775         Factor out stream setup from open_connection.
6776         Delay activation of streams when actual data is received from the
6777         server, this prepares us to do proper protocol switching.
6778         Added new license.
6779         Fixes #380895.
6780
6781
6782 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6783
6784         Patch by: Sebastian Dröge <slomo ubuntu com>
6785
6786         * docs/plugins/Makefile.am:
6787         * gst/audiofx/audiopanorama.c:
6788           Some small docs fixes (#394851).
6789
6790 2007-01-09  Wim Taymans  <wim@fluendo.com>
6791
6792         * gst/avi/gstavidemux.c:
6793         Fix docs.
6794
6795 2007-01-09  Wim Taymans  <wim@fluendo.com>
6796
6797         * gst/rtp/Makefile.am:
6798         * gst/rtp/gstrtp.c: (plugin_init):
6799         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6800         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6801         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6802         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6803         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6804         * gst/rtp/gstrtpmpvdepay.h:
6805           Added RFC 2250 MPEG Video Depayloader.
6806
6807         * gst/rtp/gstrtpL16depay.h:
6808         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6809         (gst_rtp_h263p_depay_process):
6810         Fix Header file. Small cleanups.
6811
6812         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6813         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6814         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6815         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6816         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6817         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6818         (gst_rtp_mp4v_depay_change_state):
6819         Remove usused code. Remove Adapter from state Change. Added debug.
6820
6821         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6822         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6823         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6824         * gst/rtp/gstrtpmpadepay.h:
6825         Subclass base depayloader.
6826         Added debug.
6827         Support static payload type assignment as well.
6828
6829         * gst/rtp/gstrtpmpapay.c:
6830         Fix caps.
6831
6832 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6833
6834         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6835
6836         * ext/jpeg/gstjpegdec.c:
6837         * ext/jpeg/gstjpegenc.c:
6838         * ext/jpeg/smokecodec.c:
6839           These libjpeg callbacks should return a 'boolean' (unsigned char
6840           apparently) and not a 'gboolean' (which maps to gint). Fixes
6841           warnings when compiling with MingW (#393427).
6842
6843         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6844           Use ioctlsocket on win32.
6845
6846         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6847           Some printf format fixes for win32.
6848
6849 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6850
6851         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6852           Use gst_guint64_to_gdouble for conversion.
6853         * win32/vs6/libgstmatroska.dsp:
6854           Add zlib to the link.
6855         * win32/vs6/libgstvideobox.dsp:
6856           Update liboil library name (project is linked to 
6857           liboil-0.3-0.lib now).
6858           
6859 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * gst/matroska/Makefile.am:
6862           If zlib is available and used, we must link it explicitly for
6863           things to work on MingW (fixes #392855).
6864
6865 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6866
6867         * ext/esd/esdsink.c: (gst_esdsink_delay):
6868           Don't return bogus values when esd_get_delay() fails for some
6869           reason (#392189).
6870
6871 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6872
6873         * sys/ximage/gstximagesrc.c: (composite_pixel):
6874           Fix presumably copy'n'pasto for 16bpp depth.
6875
6876 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * gst/matroska/matroska-mux.c:
6879         (gst_matroska_mux_audio_pad_setcaps):
6880           The "signed" field in audio caps is of boolean type, trying to use
6881           gst_structure_get_int() to extract it will fail. Fixing this makes
6882           matroskamux accept raw audio input (#387121) (use at your own risk
6883           though, due to the matroska spec being not entirely useful in this
6884           respect).
6885           Also fix up raw audio structures in template caps so that they
6886           represent what our setcaps function will actually accept, so that
6887           converters know what to convert to.
6888           Finally, don't fail if there isn't an "endianness" field in 8-bit
6889           PCM caps.
6890
6891 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6892
6893         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6894         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6895         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6896         (teardown_cmmldec):
6897         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6898         (teardown_cmmlenc):
6899         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6900           reapply consistent pad (de)activation
6901
6902 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6903
6904         * configure.ac:
6905         Back to CVS
6906
6907         * gst-plugins-good.doap:
6908         Add 0.10.5 doap entry
6909
6910 === release 0.10.5 ===
6911
6912 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6913
6914         * configure.ac:
6915           releasing 0.10.5, "The Path of Thorns"
6916
6917 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6918
6919         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6920         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6921         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6922         (teardown_cmmldec):
6923         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6924         (teardown_cmmlenc):
6925         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6926           revert my freeze breakage
6927
6928 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6929
6930         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6931         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6932         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6933         (teardown_cmmldec):
6934         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6935         (teardown_cmmlenc):
6936         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6937           consistent pad (de)activation
6938
6939 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6940
6941         * configure.ac:
6942         * ext/Makefile.am:
6943         Disable LADPSA, as it has moved to the -bad module for the duration.
6944
6945 2006-12-18  Wim Taymans  <wim@fluendo.com>
6946
6947         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6948         (gst_signal_processor_event):
6949         Reset flow_state back to _OK after a flush stop so that we exit our
6950         error state after the flush. Fixes #374213
6951
6952 2006-12-16  David Schleef  <ds@schleef.org>
6953
6954         * sys/osxvideo/osxvideosink.h:
6955         * sys/osxvideo/osxvideosink.m:
6956           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6957
6958 2006-12-16  David Schleef  <ds@schleef.org>
6959
6960         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6961
6962         * sys/osxvideo/Makefile.am:
6963         * sys/osxvideo/osxvideosink.h:
6964         * sys/osxvideo/osxvideosink.m:
6965           Preliminary patch for porting osxvideosink
6966
6967 2006-12-16  Wim Taymans  <wim@fluendo.com>
6968
6969         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6970
6971         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6972         (gst_videomixer_set_master_geometry),
6973         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6974         (gst_videomixer_reset), (gst_videomixer_init),
6975         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6976         (gst_videomixer_release_pad), (gst_videomixer_collected),
6977         (gst_videomixer_change_state):
6978         Introduce some locking around the videomixer state so that it does not
6979         crash when adding/removing pads. Fixes #383043.
6980
6981 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6982
6983         * configure.ac:
6984           Make sure libcaca can actually be used instead of just checking for
6985           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6986           cross-compiling (fixes #384587).
6987
6988 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6989
6990         * Makefile.am:
6991         * gst-plugins-good.doap:
6992         * gst-plugins-good.spec.in:
6993           adding doap file
6994
6995 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * configure.ac:
6998           libflac-1.1.3 changed API again, but we can't build against it yet,
6999           so make sure our check doesn't use libflac-1.1.3 and add a comment
7000           to this effect.
7001
7002 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7005         (gst_quarktv_planetable_clear):
7006           Add some NULL pointer checks (possibly related to #385623).
7007
7008 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7009
7010         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7011         (gst_tag_demux_chain):
7012         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7013           In streaming mode, if the first buffer we get doesn't have an
7014           offset, fix it up to be 0, otherwise trimming won't work later on
7015           and we'll be typefinding application/x-id3, which may result in
7016           decodebin plugging an endless number of id3demux elements as a
7017           consequence. Fixes #385031.
7018           
7019 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7020
7021         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7022           Ignore the buffer_time the sound device reports. Turns out it is 
7023           sometimes completely bogus and we're better off without it.
7024
7025 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7026
7027         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7028         (gst_matroska_demux_video_caps):
7029         * gst/matroska/matroska-ids.c:
7030         (gst_matroska_track_init_video_context):
7031         * gst/matroska/matroska-ids.h:
7032           Try harder to extract the framerate for video tracks correctly and
7033           save it directly instead of converting it back and forth a few
7034           times. Mostly makes a difference for very small framerates (<1).
7035           Fixes #380199.
7036
7037 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7038
7039         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7040         (gst_gconf_audio_src_dispose), (do_toggle_element):
7041         * ext/gconf/gstgconfaudiosrc.h:
7042           Remove gconf notify hook when the gconfaudiosrc element is
7043           destroyed, otherwise the callback may be called on an
7044           already-destroyed instance and bad things happen. Should fix
7045           #378184.
7046           Also ignore gconf key changes when the source is already running.
7047
7048 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         Patch by: Sebastian Dröge  <mail at slomosnail de>
7051
7052         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7053           We need to be able to read and parse any possible floating point string
7054           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7055           will parse the former only in certain locales though, so we really need
7056           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7057           make sure we can parse either version at all times.
7058           Fixes #382982 for real.
7059
7060 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7061
7062         * sys/sunaudio/gstsunaudiomixerctrl.c:
7063         * sys/sunaudio/gstsunaudiosrc.c:
7064
7065         Use the sunaudio debug category.
7066
7067         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7068         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7069         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7070         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7071         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7072         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7073         (gst_sunaudiosink_reset):
7074         * sys/sunaudio/gstsunaudiosink.h:
7075
7076         Uses the sunaudio debug category for all debug output
7077         Implements the _delay() callback to synchronise video playback better
7078         Change the segtotal and segsize values back to the parent class 
7079           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7080           respectively)
7081         Measure the samples written to the device vs. played.
7082         Keep track of segments in the device by writing empty eof frames, and
7083         sleep using a GCond when we get too far ahead and risk overrunning the
7084         sink's ringbuffer.
7085
7086         Fixes: #360673
7087
7088 2006-12-08  Wim Taymans  <wim@fluendo.com>
7089
7090         Patch by: Sebastian Dröge  <mail at slomosnail de >
7091
7092         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7093         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7094         * gst/audiofx/audiopanorama.h:
7095         Fix audiopanorame with float samples. Fixes #383726.
7096
7097 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7098
7099         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7100         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7101         (gst_sunaudiosrc_reset):
7102
7103         Implement reset functions to unblock the src/sink more quickly on 
7104         state change requests.
7105         Patch by: Brian Cameron <brian dot cameron at sun com>
7106
7107 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7108
7109         * sys/sunaudio/gstsunaudiomixer.c:
7110         (gst_sunaudiomixer_change_state):
7111         Construct the correct mixer device name when the AUDIODEV env var
7112         is set.
7113
7114         Patch by: Jerry Tan <jerry.tan at sun dot com>
7115         Fixes: #383596
7116
7117 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7118
7119         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7120         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7121         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7122         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7123         Patch by: Jerry Tan <jerry.tan at sun dot com>
7124         Fixes: #349015
7125
7126 2006-12-07  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst/smpte/gstmask.h:
7129         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7130         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7131         (gst_smpte_collected), (gst_smpte_set_property),
7132         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7133         * gst/smpte/gstsmpte.h:
7134         Port to 0.10 some more. 
7135         Added duration property to specify the duration of the transition.
7136         Make framerate a fraction.
7137         Deprecate fps property, we only use negotiated fps.
7138         Added docs.
7139         Fix collectpad usage.
7140         Reset state in READY.
7141         Send NEWSEGMENT event.
7142         Fix racy updates of object properties.
7143         Added debug category.
7144         Fixes #383323.
7145
7146 2006-12-06  Wim Taymans  <wim@fluendo.com>
7147
7148         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7149
7150         * gst/videomixer/videomixer.c:
7151         (gst_videomixer_set_master_geometry),
7152         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7153         Don't reset xpos and ypos in the setcaps function because causes
7154         unexpected behaviour.
7155         Fixes #382179.
7156
7157 2006-12-06  Wim Taymans  <wim@fluendo.com>
7158
7159         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7160         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7161         Keep track of the buffer timestamp in the collectdata member instead
7162         of modifying the buffer without making the metadata writable first.
7163         Fixes #382277.
7164
7165 2006-12-06  Wim Taymans  <wim@fluendo.com>
7166
7167         Patch by: Rob Taylor <robtaylor at floopily dot org>
7168
7169         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7170         If using multicast in udpsrc, bind to the multicast address rather than
7171         IN_ADDR_ANY.
7172         This allows the simultanous use of multiple udpsrcs listening on
7173         different multicat addresses. Without this all udpsrcs will receive all
7174         packets from all subscribed multicast addresses.
7175         Fixes #383001.
7176
7177 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7178
7179         * ext/taglib/gstid3v2mux.cc:
7180         Don't attempt to write a NULL frame into the ID3 tag set when the 
7181         createFrame method returned NULL.
7182         Fixes: #381857
7183         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7184
7185 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7186
7187         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7188         Use g_strtod() instead of sscanf to parse doubles, so that it will
7189         try parsing in the C locale if the current locale fails.
7190         Fixes: #382982
7191         Patch by: Sebastian Dröge  <mail at slomosnail de >
7192
7193 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7194
7195         * win32/MANIFEST:
7196         Fix compilation on win32 under VS8
7197         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7198         Partially fixes #381175
7199
7200 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7201
7202         * gst/avi/gstavimux.c:
7203           accept all mpegversions,fixes #380825
7204           spotted by: Jerome Alet  
7205
7206 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7207
7208         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7209         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7210         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7211         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7212           cleanup the error message a bit more
7213
7214 2006-11-28  Wim Taymans  <wim@fluendo.com>
7215
7216         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7217         Fix width and height properties.
7218
7219         * ext/libcaca/gstcacasink.h:
7220         Fix compilation on newer libcaca that require us to include a new
7221         header. Fixes #379918.
7222
7223 2006-11-28  Wim Taymans  <wim@fluendo.com>
7224
7225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7226         * gst/rtsp/gstrtspsrc.h:
7227         * gst/rtsp/rtspext.h:
7228         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7229         (rtsp_ext_wms_get_context):
7230         Add method so that extensions can choose to disable the setup of
7231         a stream.
7232         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7233
7234 2006-11-27  Wim Taymans  <wim@fluendo.com>
7235
7236         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7237
7238         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7239         Push header in a separate buffer instead of memcpy:ing all data.
7240         Change LF => CRLF in headers.
7241         Move trailing LF to header. Fixes #379792.
7242
7243 2006-11-27  Wim Taymans  <wim@fluendo.com>
7244
7245         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7246         Small buffer overflow fix and improve debugging.
7247
7248 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7249
7250         * ext/esd/esdmon.h:
7251         * ext/esd/esdsink.h:
7252           remove obsolete _factory_init protos
7253
7254 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7255
7256         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7257         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7258         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7259         (gst_avi_demux_read_subindexes_push),
7260         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7261         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7262         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7263         (gst_avi_demux_massage_index),
7264         (gst_avi_demux_calculate_durations_from_index),
7265         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7266         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7267         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7268           remove dead code, tweak debugs statements, add comments, use
7269           _uint64_scale instead _uint64_scale_int when using guint64 values,
7270           small optimizations, reflow some error handling
7271
7272 2006-11-22  Edward Hervey  <edward@fluendo.com>
7273
7274         * po/.cvsignore:
7275         We never put .pot files in cvs. Let's ignore them all.
7276
7277 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7278
7279         * po/POTFILES.in:
7280           ... but better exclude files that aren't disted.
7281
7282 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7283
7284         * po/POTFILES.in:
7285           Add v4l2 source files to list of files with translations, so the
7286           strings are actually extracted (however bad they still may be).
7287
7288 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7289
7290         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7291           Minor clean-ups: const-ify static array, remove trailing comma from
7292           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7293
7294 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7295
7296         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7297         Make sure that g_free always gets called on the same pointer that was 
7298         returned by g_malloc.  Fixes #376594.
7299         Do not leak memory if decompressed size is wrong.
7300         Remove unneeded check of return value of g_malloc.
7301         Patch by: René Stadler <mail@renestadler.de>
7302
7303 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7304
7305         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7306           Add missing curly brackets.
7307
7308 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7309
7310         * sys/v4l2/v4l2src_calls.c:
7311         Fix capture_deinit.
7312
7313 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7316         (gst_matroska_mux_request_new_pad):
7317           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7318
7319         * tests/check/elements/matroskamux.c: (setup_src_pad),
7320         (setup_sink_pad), (GST_START_TEST):
7321         Activate pads before using them.
7322
7323 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7324
7325         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7326           Initialise variable to get rid of bogus compiler warning.
7327
7328 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7329
7330         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7331
7332         * gst/rtp/gstrtph263pay.c:
7333         * gst/rtp/gstrtph263pdepay.c:
7334         * gst/rtp/gstrtph263ppay.c:
7335           Specify H.263 variant and version in the caps (fixes #361637)
7336
7337 2006-11-15  Wim Taymans  <wim@fluendo.com>
7338
7339         * gst/rtsp/rtspconnection.c: (read_body):
7340         Don't set a data pointer to NULL and a size > 0 when we deal
7341         with empty packets.
7342
7343         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7344         (rtsp_message_init_response), (rtsp_message_init_data),
7345         (rtsp_message_unset), (rtsp_message_free),
7346         (rtsp_message_take_body):
7347         Check that we can't create invalid empty packets. 
7348
7349 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7352
7353         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7354         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7355         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7356         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7357         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7358         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7359         * gst/matroska/matroska-mux.h:
7360           Add basic tag writing support; implement releasing pads (#374658).
7361
7362 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7363
7364         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7365         (gst_matroska_demux_audio_caps):
7366           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7367
7368 2006-11-14  David Schleef  <ds@schleef.org>
7369
7370         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7371
7372 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7375
7376         * win32/vs8/gst-plugins-good.sln:
7377         * win32/vs8/libgst1394.vcproj:
7378         * win32/vs8/libgstaasink.vcproj:
7379         * win32/vs8/libgstalaw.vcproj:
7380         * win32/vs8/libgstalpha.vcproj:
7381         * win32/vs8/libgstalphacolor.vcproj:
7382         * win32/vs8/libgstannodex.vcproj:
7383         * win32/vs8/libgstapetag.vcproj:
7384         * win32/vs8/libgstaudiofx.vcproj:
7385         * win32/vs8/libgstauparse.vcproj:
7386         * win32/vs8/libgstautodetect.vcproj:
7387         * win32/vs8/libgstavi.vcproj:
7388         * win32/vs8/libgstcacasink.vcproj:
7389         * win32/vs8/libgstcdio.vcproj:
7390         * win32/vs8/libgstcutter.vcproj:
7391         * win32/vs8/libgstdv.vcproj:
7392         * win32/vs8/libgsteffectv.vcproj:
7393         * win32/vs8/libgstflac.vcproj:
7394         * win32/vs8/libgstflxdec.vcproj:
7395         * win32/vs8/libgstgoom.vcproj:
7396         * win32/vs8/libgsticydemux.vcproj:
7397         * win32/vs8/libgstid3demux.vcproj:
7398         * win32/vs8/libgstjpeg.vcproj:
7399         * win32/vs8/libgstladspa.vcproj:
7400         * win32/vs8/libgstlevel.vcproj:
7401         * win32/vs8/libgstmatroska.vcproj:
7402         * win32/vs8/libgstmikmod.vcproj:
7403         * win32/vs8/libgstmng.vcproj:
7404         * win32/vs8/libgstmonoscope.vcproj:
7405         * win32/vs8/libgstmulaw.vcproj:
7406         * win32/vs8/libgstmultipart.vcproj:
7407         * win32/vs8/libgstpng.vcproj:
7408         * win32/vs8/libgstrtp.vcproj:
7409         * win32/vs8/libgstrtsp.vcproj:
7410         * win32/vs8/libgstshout2.vcproj:
7411         * win32/vs8/libgstsmpte.vcproj:
7412         * win32/vs8/libgstspeex.vcproj:
7413         * win32/vs8/libgsttaglib.vcproj:
7414         * win32/vs8/libgstudp.vcproj:
7415         * win32/vs8/libgstvideobalance.vcproj:
7416         * win32/vs8/libgstvideobox.vcproj:
7417         * win32/vs8/libgstvideoflip.vcproj:
7418         * win32/vs8/libgstvideomixer.vcproj:
7419         * win32/vs8/libgstwavenc.vcproj:
7420         * win32/vs8/libgstwavparse.vcproj:
7421           Make end-of-line returns unixy, so that when the files are checked
7422           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7423           Hopefully fixes #366492.
7424
7425 2006-11-14  Wim Taymans  <wim@fluendo.com>
7426
7427         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7428         Disable init_frames delay timestamp adjustment, it does not
7429         seem to be needed at all. Fixes #369621.
7430
7431 2006-11-13  Wim Taymans  <wim@fluendo.com>
7432
7433         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7434
7435         * gst/videomixer/videomixer.c:
7436         (gst_videomixer_set_master_geometry),
7437         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7438         (gst_videomixer_collect_free), (gst_videomixer_reset),
7439         (gst_videomixer_init), (gst_videomixer_finalize),
7440         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7441         (gst_videomixer_collected), (gst_videomixer_change_state):
7442         Fix memleak by unref'ing collectpads instance (when finalizing)
7443         Implement releasing a request pad. Fixes #374479.
7444
7445 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7446
7447         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7448
7449         * win32/vs8/gst-plugins-good.sln:
7450         * win32/vs8/libgst1394.vcproj:
7451         * win32/vs8/libgstaasink.vcproj:
7452         * win32/vs8/libgstalaw.vcproj:
7453         * win32/vs8/libgstalpha.vcproj:
7454         * win32/vs8/libgstalphacolor.vcproj:
7455         * win32/vs8/libgstannodex.vcproj:
7456         * win32/vs8/libgstapetag.vcproj:
7457         * win32/vs8/libgstaudiofx.vcproj:
7458         * win32/vs8/libgstauparse.vcproj:
7459         * win32/vs8/libgstautodetect.vcproj:
7460         * win32/vs8/libgstavi.vcproj:
7461         * win32/vs8/libgstcacasink.vcproj:
7462         * win32/vs8/libgstcdio.vcproj:
7463         * win32/vs8/libgstcutter.vcproj:
7464         * win32/vs8/libgstdv.vcproj:
7465         * win32/vs8/libgsteffectv.vcproj:
7466         * win32/vs8/libgstflac.vcproj:
7467         * win32/vs8/libgstflxdec.vcproj:
7468         * win32/vs8/libgstgoom.vcproj:
7469         * win32/vs8/libgsticydemux.vcproj:
7470         * win32/vs8/libgstid3demux.vcproj:
7471         * win32/vs8/libgstjpeg.vcproj:
7472         * win32/vs8/libgstladspa.vcproj:
7473         * win32/vs8/libgstlevel.vcproj:
7474         * win32/vs8/libgstmatroska.vcproj:
7475         * win32/vs8/libgstmikmod.vcproj:
7476         * win32/vs8/libgstmng.vcproj:
7477         * win32/vs8/libgstmonoscope.vcproj:
7478         * win32/vs8/libgstmulaw.vcproj:
7479         * win32/vs8/libgstmultipart.vcproj:
7480         * win32/vs8/libgstpng.vcproj:
7481         * win32/vs8/libgstrtp.vcproj:
7482         * win32/vs8/libgstrtsp.vcproj:
7483         * win32/vs8/libgstshout2.vcproj:
7484         * win32/vs8/libgstsmpte.vcproj:
7485         * win32/vs8/libgstspeex.vcproj:
7486         * win32/vs8/libgsttaglib.vcproj:
7487         * win32/vs8/libgstudp.vcproj:
7488         * win32/vs8/libgstvideobalance.vcproj:
7489         * win32/vs8/libgstvideobox.vcproj:
7490         * win32/vs8/libgstvideoflip.vcproj:
7491         * win32/vs8/libgstvideomixer.vcproj:
7492         * win32/vs8/libgstwavenc.vcproj:
7493         * win32/vs8/libgstwavparse.vcproj:
7494           Add VS8 project files (note that many of the plugins in ext are
7495           disabled by default). Fixes #366492.
7496
7497 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7498
7499         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7500           we do not translate debug messages
7501
7502 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7503
7504         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7505           fix categorisation, make short desc more explicit, remove unused code
7506           Fixes #372021
7507
7508 2006-11-08  Wim Taymans  <wim@fluendo.com>
7509
7510         * gst/rtp/gstrtpL16depay.c:
7511         * gst/rtp/gstrtpamrdepay.c:
7512         * gst/rtp/gstrtpamrpay.c:
7513         * gst/rtp/gstrtpgsmdepay.c:
7514         * gst/rtp/gstrtph263pay.c:
7515         * gst/rtp/gstrtph263pdepay.c:
7516         * gst/rtp/gstrtph263ppay.c:
7517         * gst/rtp/gstrtph264depay.c:
7518         * gst/rtp/gstrtpmp2tdepay.c:
7519         * gst/rtp/gstrtpmp4gdepay.c:
7520         * gst/rtp/gstrtpmp4gpay.c:
7521         * gst/rtp/gstrtpmp4vdepay.c:
7522         * gst/rtp/gstrtpmp4vpay.c:
7523         * gst/rtp/gstrtpmpadepay.c:
7524         * gst/rtp/gstrtpmpapay.c:
7525         * gst/rtp/gstrtppcmadepay.c:
7526         * gst/rtp/gstrtppcmapay.c:
7527         * gst/rtp/gstrtppcmudepay.c:
7528         * gst/rtp/gstrtppcmupay.c:
7529         * gst/rtp/gstrtpspeexdepay.c:
7530         * gst/rtp/gstrtpspeexpay.c:
7531         * gst/rtp/gstrtpsv3vdepay.c:
7532         Fix element descriptions.
7533
7534 2006-11-08  Wim Taymans  <wim@fluendo.com>
7535
7536         * gst/rtp/gstrtpvorbisdepay.c:
7537         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7538         Fix description.
7539         Small cleanup in the payloader.
7540
7541 2006-11-08  Wim Taymans  <wim@fluendo.com>
7542
7543         * gst/rtp/Makefile.am:
7544         * gst/rtp/gstrtp.c: (plugin_init):
7545         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7546         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7547         (gst_rtp_theora_depay_finalize),
7548         (gst_rtp_theora_depay_parse_configuration),
7549         (gst_rtp_theora_depay_setcaps),
7550         (gst_rtp_theora_depay_switch_codebook),
7551         (gst_rtp_theora_depay_process),
7552         (gst_rtp_theora_depay_set_property),
7553         (gst_rtp_theora_depay_get_property),
7554         (gst_rtp_theora_depay_change_state),
7555         (gst_rtp_theora_depay_plugin_init):
7556         * gst/rtp/gstrtptheoradepay.h:
7557         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7558         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7559         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7560         (gst_rtp_theora_pay_init_packet),
7561         (gst_rtp_theora_pay_flush_packet),
7562         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7563         (gst_rtp_theora_pay_handle_buffer),
7564         (gst_rtp_theora_pay_plugin_init):
7565         * gst/rtp/gstrtptheorapay.h:
7566         Add theora pay/depayloaders.
7567
7568 2006-11-06  Wim Taymans  <wim@fluendo.com>
7569
7570         * gst/rtp/Makefile.am:
7571         We depend on gsttag to generate the vorbis comments.
7572
7573         * gst/rtp/gstrtpvorbisdepay.c:
7574         (gst_rtp_vorbis_depay_parse_configuration),
7575         (gst_rtp_vorbis_depay_setcaps),
7576         (gst_rtp_vorbis_depay_switch_codebook),
7577         (gst_rtp_vorbis_depay_process):
7578         * gst/rtp/gstrtpvorbisdepay.h:
7579         Parse configuration string in the depayloader.
7580         Implement selecting and switching to a new codebook.
7581         Receiving vorbis over RTP now works.
7582
7583         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7584         (gst_rtp_vorbis_pay_init_packet),
7585         (gst_rtp_vorbis_pay_finish_headers),
7586         (gst_rtp_vorbis_pay_handle_buffer):
7587         * gst/rtp/gstrtpvorbispay.h:
7588         Set timestamps on outgoing buffers and RTP packets.
7589         Fix configuration string, prepend number of Packet headers.
7590         Fix encoding of ident string.
7591         Add delivery-method to caps.
7592         Streaming vorbis over RTP now works.
7593
7594 2006-11-06  Wim Taymans  <wim@fluendo.com>
7595
7596         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7597         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7598         (gst_rtp_vorbis_pay_handle_buffer):
7599         * gst/rtp/gstrtpvorbispay.h:
7600         Generate a valid configuration string in the caps based on the
7601         vorbis headers.
7602
7603 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7604
7605         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7606         * ext/cdio/gstcdio.h:
7607         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7608           Move CD-TEXT utility function into common file so it can also be
7609           used by a future cdioparanoiasrc.
7610
7611 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7612         
7613         * sys/v4l2/Makefile.am:
7614         * sys/v4l2/gstv4l2object.c:
7615         * sys/v4l2/gstv4l2src.c:
7616         * sys/v4l2/gstv4l2xoverlay.c:
7617         * sys/v4l2/v4l2_calls.c:
7618         * sys/v4l2/v4l2src_calls.c:
7619         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7620         xoverlay code that is still not implemented.
7621
7622 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7623
7624         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7625           We require a -base more recent than 0.10.9, so it's safe to use
7626           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7627
7628         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7629         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7630           Use _newsegment_full() now that we depend on a recent enough core.
7631
7632         * gst/wavparse/gstwavparse.c:
7633           Remove cruft that we don't need any longer now that we depend on
7634           a recent enough -base.
7635
7636 2006-10-31  Wim Taymans  <wim@fluendo.com>
7637
7638         * gst/rtp/Makefile.am:
7639         * gst/rtp/gstrtp.c: (plugin_init):
7640         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7641         (gst_rtpilbcpay_setcaps):
7642         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7643
7644 2006-10-31  Wim Taymans  <wim@fluendo.com>
7645
7646         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7647         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7648         Some small cleanups, use _scale.
7649
7650 2006-10-31  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7653         Use higher precision scale function.
7654
7655 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         Patch by: Michal Benes  <michal dot benes at itonis tv>
7658
7659         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7660         (gst_matroska_demux_read_track_encodings),
7661         (gst_matroska_decode_buffer):
7662           Fix several issues with encoded/compressed/encrypted/signed tracks;
7663           also, remove superfluous newline characters from some debug
7664           statements. (#366155)
7665
7666 2006-10-30  Wim Taymans  <wim@fluendo.com>
7667
7668         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7669         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7670         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7671         (gst_smokedec_change_state):
7672         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7673         (gst_smokeenc_init), (gst_smokeenc_finalize),
7674         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7675         (gst_smokeenc_resync), (gst_smokeenc_chain),
7676         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7677         (gst_smokeenc_change_state):
7678         Various cleanups, capsnego and leak fixes.
7679
7680 2006-10-30  Wim Taymans  <wim@fluendo.com>
7681
7682         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7683
7684         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7685         Fix videomixer so that it can handle any combination of framerates.
7686         Fixes #367221.
7687
7688 2006-10-28  Wim Taymans  <wim@fluendo.com>
7689
7690         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7691         (gst_avi_demux_parse_file_header),
7692         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7693         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7694         (gst_avi_demux_chain):
7695         Fix position query for audio. also fixes timestamps in streaming
7696         mode and bug #364958.
7697         Small cleanups.
7698
7699 2006-10-27  Wim Taymans  <wim@fluendo.com>
7700
7701         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7702         * ext/libpng/gstpngenc.h:
7703         Fix strides. Fixes #364856.
7704         Cleanup capsnego.
7705         Set caps on outgoing buffers.
7706
7707 2006-10-18  Wim Taymans  <wim@fluendo.com>
7708
7709         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7710
7711         * gst/rtp/gstrtpgsmpay.c:
7712         * gst/rtp/gstrtph263pay.c:
7713         * gst/rtp/gstrtpmpapay.c:
7714         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7715         (gst_rtp_pcma_pay_handle_buffer):
7716         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7717         Add static payload numbers in addition to the dynamic ones.
7718         Fixes #361639.
7719
7720 2006-10-18  Wim Taymans  <wim@fluendo.com>
7721
7722         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7723         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7724         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7725         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7726         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7727         * gst/rtsp/rtspdefs.h:
7728         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7729         * gst/rtsp/rtspurl.h:
7730         Reuse already existing enum for lower transport.
7731         Add rtspt and rtspu protocols.
7732         Send redirect to rtspt when udp times out.
7733
7734 2006-10-18  Wim Taymans  <wim@fluendo.com>
7735
7736         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7737         (gst_wavparse_stream_data):
7738         Fix seeking some more, mostly for speed changes.
7739
7740 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7741
7742         Patch by: Fredrik Persson  <frepe at bredband net>
7743
7744         * sys/v4l2/gstv4l2tuner.c:
7745         * sys/v4l2/gstv4l2tuner.h:
7746           Fix _set_channel(): remove useless g_object_notify() for "channel"
7747           property that doesn't exist any longer and therefore now also
7748           useless redirect (#338818).
7749
7750 2006-10-17  Wim Taymans  <wim@fluendo.com>
7751
7752         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7753         Some drivers do not support unsetting the non-blocking flag once the
7754         device is opened. In those cases, close/open the device in
7755         non-blocking mode. Fixes #362673.
7756
7757 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7758
7759         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7760         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7761         (gst_v4l2src_get_fps):
7762           dear stefan, framespersecond is not frameperiod, reverting but adding
7763           comment
7764
7765 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7766
7767         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7768         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7769         (gst_v4l2src_get_fps):
7770           Numerator is numerator and denominator is denominator. Say that aloud
7771           5 times and retry after next beer.
7772
7773 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7774
7775         Patch by: Josep Torra Valles  <josep at fluendo com>
7776
7777         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7778         * ext/esd/esdsink.c: (gst_esdsink_write):
7779         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7780         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7781         (gst_flac_dec_send_newsegment):
7782         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7783         (gst_flac_enc_tell_callback):
7784         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7785         (smokecodec_parse_header), (smokecodec_decode):
7786         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7787         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7788         * gst/goom/Makefile.am:
7789         * gst/goom/gstgoom.c:
7790         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7791         * gst/rtsp/gstrtspsrc.c:
7792         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7793         * gst/udp/gstudpsink.c:
7794         * gst/udp/gstudpsrc.c:
7795         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7796         * sys/sunaudio/gstsunaudiomixertrack.h:
7797           Fix a bunch of problems discovered by the Forte compiler, mostly type
7798           mixups and pointer arithmetics with void pointers. Fixes #362603.
7799
7800 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7801
7802         * ext/speex/gstspeex.c: (plugin_init):
7803         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7804         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7805         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7806         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7807         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7808         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7809         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7810         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7811         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7812         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7813         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7814         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7815         * ext/speex/gstspeexenc.h:
7816           Miscellaneous clean-ups, among other things: speexenc => enc to
7817           enhance code readability; change speexenc => speex_enc; in chain
7818           function unref input buffer in case of error; take reference in
7819           event function; use boilerplate macro; use gst_pad_query_peer_*
7820           convenience functions.
7821
7822 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7825         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7826         (gst_speexenc_set_header_on_caps):
7827           Fix some mem leaks.
7828
7829 2006-10-11  Wim Taymans  <wim@fluendo.com>
7830
7831         * gst/rtsp/URLS:
7832         Added some other URL.
7833
7834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7835         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7836         (gst_rtspsrc_open), (gst_rtspsrc_play),
7837         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7838         * gst/rtsp/gstrtspsrc.h:
7839         Work on fallback to TCP connection when the UDP socket times out.
7840         Handler server requests, just reply with OK for now.
7841
7842         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7843         * gst/rtsp/rtspdefs.h:
7844         Added some more Real extension headers.
7845
7846         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7847         Fix parsing of urls with a ':' that is not part of the hostname:port
7848         part of the url.
7849
7850 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7853         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7854         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7855           Activate pad before adding it to the already-running element.
7856
7857         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7858           Activate newly-created pad too.
7859
7860 2006-10-11  Wim Taymans  <wim@fluendo.com>
7861
7862         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7863
7864         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7865         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7866         (gst_udpsrc_start):
7867         Fix some leaks in caps and uris. Fixes #361252.
7868
7869 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7870
7871         * gst/wavparse/Makefile.am:
7872           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7873
7874 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7875
7876         * sys/v4l2/gstv4l2xoverlay.c:
7877         * sys/v4l2/gstv4l2xoverlay.h:
7878         Fix build as per the patch in #338818 comment 36.
7879
7880 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7881
7882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7883           Activate pads before adding them to the source.
7884
7885 2006-10-06  Wim Taymans  <wim@fluendo.com>
7886
7887         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7888         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7889         Activate pads before adding.
7890
7891 2006-10-06  Wim Taymans  <wim@fluendo.com>
7892
7893         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7894         (gst_multipart_find_pad_by_mime):
7895         Activate pads before adding.
7896
7897         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7898         BOILERPLATE sets parent_class for us.
7899
7900 2006-10-06  Wim Taymans  <wim@fluendo.com>
7901
7902         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7903         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7904         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7905         (gst_rtspsrc_alloc_udp_ports),
7906         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7907         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7908         (gst_rtspsrc_create_transports_string),
7909         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7910         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7911         * gst/rtsp/gstrtspsrc.h:
7912         Rework how the transport string is constructed, try to share channels
7913         and udp ports.
7914         Make most of the stuff less dependant on RTP as we are also going to use
7915         it for RDT.
7916         Add support for transport specific session managers.
7917
7918         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7919         Implement _flush().
7920
7921         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7922         * gst/rtsp/rtspdefs.h:
7923         Add generic error return code.
7924
7925         * gst/rtsp/rtspext.h:
7926         Add support for pluggable tranport strings.
7927
7928         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7929         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7930         (rtsp_ext_wms_get_context):
7931         Detect WMServer and activate the extension.
7932
7933         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7934         (rtsp_transport_get_manager), (rtsp_transport_parse):
7935         * gst/rtsp/rtsptransport.h:
7936         Added methods to get mime/manager for certain transports.
7937
7938 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7939
7940         * ext/cairo/gsttimeoverlay.c:
7941         (gst_cairo_time_overlay_update_font_height):
7942         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7943         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7944         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7945         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7946         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7947         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7948         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7949         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7950         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7951         (gst_avi_demux_stream_data):
7952         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7953         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7954         (gst_fenced_buffer_copy):
7955         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7957         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7959         (gst_rtspsrc_handle_message):
7960         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7961         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7962           Printf format fixes.
7963
7964 2006-10-04  Wim Taymans  <wim@fluendo.com>
7965
7966         * gst/rtsp/Makefile.am:
7967         Dist new .h file too.
7968
7969 2006-10-04  Wim Taymans  <wim@fluendo.com>
7970
7971         * gst/rtsp/Makefile.am:
7972         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7973         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7975         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7976         (gst_rtspsrc_parse_rtpmap),
7977         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7978         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7979         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7980         * gst/rtsp/gstrtspsrc.h:
7981         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7982         * gst/rtsp/rtspdefs.h:
7983         * gst/rtsp/rtspext.h:
7984         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7985         (rtsp_ext_wms_get_context):
7986         * gst/rtsp/rtspextwms.h:
7987         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7988         (rtsp_transport_parse):
7989         * gst/rtsp/rtsptransport.h:
7990         Factor out extension in separate module.
7991         Fix getcaps to filter against the padtemplate.
7992         Use Content-Base if the server gives one.
7993         Rework the transport parsing a bit for future extensions.
7994         Added some Real Header field definitions.
7995
7996 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7997
7998         * docs/plugins/Makefile.am:
7999         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8000         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8001           added v4l2 stubs
8002         * gst-plugins-good.spec.in:
8003           add v4l2
8004
8005 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8006
8007         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8008           Extract disc/album/medium number and count and try harder
8009           to extract track number/count.
8010
8011 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8012
8013         * configure.ac:
8014         * sys/Makefile.am:
8015           add build stuff for v4l2, needs --enable-experimental until
8016           the last bits are resolved
8017
8018 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8019
8020         * tests/check/Makefile.am:
8021           Disable autodetect test temporarily, so that the build bots
8022           update -bad and the ranks of unreliable video sinks in there.
8023
8024         * tests/check/elements/autodetect.c: (GST_START_TEST):
8025           Skip test if no usable videosink is found.
8026
8027 2006-09-29  Wim Taymans  <wim@fluendo.com>
8028
8029         * gst/rtsp/URLS:
8030         Add some more URLs.
8031
8032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8033         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8034         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8035         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8036         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8037         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8038         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8039         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8040         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8041         * gst/rtsp/gstrtspsrc.h:
8042         Add timeout property to control UDP timeouts.
8043         Fix error messages.
8044         Also start a loop function when operating in UDP mode so that we can
8045         do some more stuff async.
8046         Handle element messages from udpsrc to detect timeouts. If a timeout
8047         happens we currently generate an error.
8048         API: rtspsrc::timeout property.
8049
8050         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8051         (gst_udpsrc_create):
8052         Really implement the timeout in microseconds and not milliseconds.
8053
8054 2006-09-29  Wim Taymans  <wim@fluendo.com>
8055
8056         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8057         (gst_udpsrc_create), (gst_udpsrc_set_property),
8058         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8059         * gst/udp/gstudpsrc.h:
8060         Added property to post a message on timeout.
8061         Updated docs.
8062         When restarting the select, initialize the fdsets again.
8063         Init control sockets so we don't accidentally close a random socket.
8064         API: GstUDPSrc::timeout property
8065
8066 2006-09-29  Wim Taymans  <wim@fluendo.com>
8067
8068         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8069         Fix flag registration.
8070
8071         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8072         Reading 0 also means 'no more commands'
8073
8074 2006-09-29  Wim Taymans  <wim@fluendo.com>
8075
8076         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8077
8078         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8079         Fix possible infinite loop when shutting down, a read can also return
8080         0 to indicate no more messages are available. Fixes #358156.
8081
8082 2006-09-25  Wim Taymans  <wim@fluendo.com>
8083
8084         * gst/autodetect/gstautoaudiosink.c:
8085         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8086         (gst_auto_audio_sink_find_best):
8087         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8088         Small cleanups.
8089         don't try to set "sync" property when it is not available.
8090
8091 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8092
8093         Patch by: Peter Kjellerstedt  <pkj at axis com>
8094
8095         * gst/alpha/gstalpha.c:
8096         * gst/rtp/gstrtpamrdepay.c:
8097         * gst/rtsp/gstrtspsrc.c:
8098         * gst/udp/gstudpsrc.c:
8099         * gst/videomixer/videomixer.c:
8100           Include stdlib.h in some more places, makes things compile
8101           with uClibc and -Werror (#357592).
8102
8103 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         * ext/jpeg/gstjpegdec.c:
8106           Set minimum height to 8 (from 16), our code should handle
8107           that fine. Some of the buttons on the apple trailer site
8108           are apparently only 15 pixels high (see #357470).
8109
8110 2006-09-23  Wim Taymans  <wim@fluendo.com>
8111
8112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8113         (gst_rtspsrc_open):
8114         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8115         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8116         (rtsp_connection_receive):
8117         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8118         * gst/rtsp/rtspdefs.h:
8119         Improve error reporting.
8120
8121 2006-09-23  Wim Taymans  <wim@fluendo.com>
8122
8123         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8124         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8125         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8126         * gst/rtp/gstrtpdepay.c:
8127         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8128         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8129         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8130         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8131         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8132         (gst_rtp_mp2t_depay_plugin_init):
8133         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8134         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8135         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8136         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8137         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8138         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8139         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8140         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8141         Fix klass typos.
8142         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8143
8144 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8145
8146         * configure.ac:
8147           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8148
8149 2006-09-22  Wim Taymans  <wim@fluendo.com>
8150
8151         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8152         Don't check for a tag that is never there and check if we read the
8153         correct tag. Fixes seeking again.
8154         We must post an error when all pads are unlinked.
8155
8156 2006-09-22  Wim Taymans  <wim@fluendo.com>
8157
8158         * gst/rtp/Makefile.am:
8159         * gst/rtp/gstrtp.c: (plugin_init):
8160         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8161         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8162         (gst_rtp_vorbis_pay_reset_packet),
8163         (gst_rtp_vorbis_pay_init_packet),
8164         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8165         (gst_rtp_vorbis_pay_handle_buffer):
8166         More fixage, set endoder-params correctly in the payloader.
8167
8168 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8169
8170         * gst/autodetect/gstautoaudiosink.c:
8171         (gst_auto_audio_sink_base_init):
8172         * gst/autodetect/gstautovideosink.c:
8173         (gst_auto_video_sink_base_init):
8174           Make static pad templates static to appease valgrind's leak
8175           detector.
8176
8177         * tests/check/Makefile.am:
8178         * tests/check/elements/.cvsignore:
8179         * tests/check/elements/autodetect.c: (GST_START_TEST),
8180         (autodetect_suite):
8181           Add simple test for the ghostpad lockup on shutdown fixed in core
8182           CVS (audio bit disabled because it would need dozens of alsa
8183           suppressions and I'm too lazy to add those now).
8184
8185 2006-09-22  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8188         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8189         Small cleanups.
8190
8191         * gst/rtp/Makefile.am:
8192         * gst/rtp/gstrtp.c: (plugin_init):
8193         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8194         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8195         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8196         (gst_rtp_vorbis_depay_process),
8197         (gst_rtp_vorbis_depay_set_property),
8198         (gst_rtp_vorbis_depay_get_property),
8199         (gst_rtp_vorbis_depay_change_state),
8200         (gst_rtp_vorbis_depay_plugin_init):
8201         * gst/rtp/gstrtpvorbisdepay.h:
8202         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8203         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8204         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8205         (gst_rtp_vorbis_pay_flush_packet),
8206         (gst_rtp_vorbis_pay_append_buffer),
8207         (gst_rtp_vorbis_pay_handle_buffer),
8208         (gst_rtp_vorbis_pay_plugin_init):
8209         * gst/rtp/gstrtpvorbispay.h:
8210         Add experimental vorbis pay and depayloaders.
8211
8212 2006-09-21  Wim Taymans  <wim@fluendo.com>
8213
8214         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8215         Fix profile-level-id parsing and setup.
8216
8217 2006-09-21  Wim Taymans  <wim@fluendo.com>
8218
8219         * gst/udp/README:
8220         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8221         Update README, simple cleanup.
8222
8223 2006-09-21  Wim Taymans  <wim@fluendo.com>
8224
8225         * gst/rtp/README:
8226         Update README with some examples.
8227
8228         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8229         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8230         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8231         (gst_rtp_mp4g_pay_setcaps):
8232         * gst/rtp/gstrtpmp4gpay.h:
8233         Make optional RTP parameters of type STRING, as required by the
8234         application/x-rtp caps specification.
8235
8236 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8237
8238         * gst/rtp/gstrtph263pdepay.c:
8239         * gst/rtp/gstrtph263ppay.c:
8240         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8241         RTP header.
8242
8243 2006-09-20  Wim Taymans  <wim@fluendo.com>
8244
8245         * gst/rtp/Makefile.am:
8246         And makefile too.
8247
8248 2006-09-20  Wim Taymans  <wim@fluendo.com>
8249
8250         * gst/rtp/gstrtp.c: (plugin_init):
8251         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8252         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8253         (decode_base64), (gst_rtp_asf_depay_setcaps),
8254         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8255         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8256         (gst_rtp_asf_depay_plugin_init):
8257         * gst/rtp/gstrtpasfdepay.h:
8258         Added preliminary ASF depayloader.
8259
8260         * gst/rtp/gstrtph264depay.c: (decode_base64):
8261         Fix base64 decoding.
8262
8263 2006-09-20  Wim Taymans  <wim@fluendo.com>
8264
8265         * gst/rtsp/URLS:
8266         Added some test URLS.
8267
8268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8269         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8270         * gst/rtsp/gstrtspsrc.h:
8271         When creating streams, give access to the complete SDP.
8272         Fix some leaks.
8273         Collect and merge global stream properties in stream caps.
8274         Preliminary support for WMServer.
8275
8276         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8277         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8278         (rtsp_connection_receive):
8279         * gst/rtsp/rtspconnection.h:
8280         Make connection interruptable.
8281         Refactor to make it reconnectable.
8282         Don't fail on short reads when reading data packets.
8283
8284         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8285         (rtsp_url_get_port):
8286         * gst/rtsp/rtspurl.h:
8287         Add methods for getting/setting the port.
8288
8289         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8290         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8291         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8292         (sdp_media_get_format), (sdp_parse_line),
8293         (sdp_message_parse_buffer):
8294         Fix headers. 
8295         Add methods for getting multiple attributes with the same name.
8296         Increase buffer size when parsing.
8297         Fix parsing of a=foo fields.
8298
8299         * gst/rtsp/test.c: (main):
8300         Update to new connection API.
8301
8302         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8303         (rtsp_message_init_response), (rtsp_message_init_data),
8304         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8305         * gst/rtsp/rtspmessage.h:
8306         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8307         * gst/rtsp/rtsptransport.h:
8308         * gst/rtsp/sdp.h:
8309         * gst/rtsp/sdpmessage.h:
8310         * gst/rtsp/gstrtsp.c:
8311         * gst/rtsp/gstrtsp.h:
8312         * gst/rtsp/gstrtpdec.c:
8313         * gst/rtsp/gstrtpdec.h:
8314         * gst/rtsp/rtsp.h:
8315         * gst/rtsp/rtspdefs.c:
8316         * gst/rtsp/rtspdefs.h:
8317         Dual licensed under MIT and LGPL now.
8318
8319 2006-09-19  Wim Taymans  <wim@fluendo.com>
8320
8321         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8322         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8323         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8324         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8325         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8326         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8327         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8328         * gst/rtsp/gstrtspsrc.h:
8329         Reorganize stream parsing and creation.
8330         Detect container formats in interleaved mode.
8331         Keep more state about the streams.
8332         Assume a server also supports PLAY if it does not say.
8333         Add unicast and interleaved properties to TCP transport requests to make
8334         some servers happy (WMServer).
8335
8336         * gst/rtsp/sdpmessage.h:
8337         Add some defines for the standard Bandwidth types.
8338
8339 2006-09-19  Wim Taymans  <wim@fluendo.com>
8340
8341         * gst/rtsp/test.c: (main):
8342         Fix build.
8343
8344 2006-09-19  Wim Taymans  <wim@fluendo.com>
8345
8346         * gst/wavparse/gstwavparse.c:
8347         Add ms-gsm to the src template.
8348
8349 2006-09-18  Wim Taymans  <wim@fluendo.com>
8350
8351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8352         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8353         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8354         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8355         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8356         * gst/rtsp/gstrtspsrc.h:
8357         Small cleanups, added documentation.
8358         Try to clean up the requests and responses.
8359         Refactor parsing the supported methods.
8360
8361         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8362         (rtsp_connection_create), (rtsp_connection_send),
8363         (parse_response_status), (parse_request_line),
8364         (rtsp_connection_receive), (rtsp_connection_close),
8365         (rtsp_connection_free):
8366         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8367         (rtsp_transport_init), (rtsp_transport_parse),
8368         (rtsp_transport_free):
8369         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8370         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8371         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8372         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8373         Use g_return_val some more.
8374
8375         * gst/rtsp/rtspdefs.h:
8376         Add more enum values to track initial states.
8377
8378         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8379         (rtsp_message_init_request), (rtsp_message_new_response),
8380         (rtsp_message_init_response), (rtsp_message_init_data),
8381         (rtsp_message_unset), (rtsp_message_free),
8382         (rtsp_message_add_header), (rtsp_message_remove_header),
8383         (rtsp_message_get_header), (rtsp_message_set_body),
8384         (rtsp_message_take_body), (rtsp_message_get_body),
8385         (rtsp_message_steal_body), (rtsp_message_dump):
8386         * gst/rtsp/rtspmessage.h:
8387         Reorder arguments, object goes as the first one.
8388         Use g_return_val some more.
8389
8390 2006-09-18  Wim Taymans  <wim@fluendo.com>
8391
8392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8393         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8394         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8395         * gst/rtsp/gstrtspsrc.h:
8396         Export sometimes source pad with correct caps on the template, create
8397         the ghostpad from the template.
8398         Remove RTCP template as we never expose RTCP.
8399         Protect against invalid body size.
8400         Avoid memcpy when creating the output buffer.
8401         Properly post an error and send EOS when the loop function is shut down.
8402
8403 2006-09-18  Wim Taymans  <wim@fluendo.com>
8404
8405         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8406
8407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8408         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8409         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8410         * gst/rtsp/gstrtspsrc.h:
8411         Make sure we can never set an invalid location.
8412
8413         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8414         * gst/rtsp/rtspmessage.h:
8415         Added _steal_body method for future use.
8416
8417         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8418         Make freeing of NULL url return immediatly.
8419
8420 2006-09-18  Wim Taymans  <wim@fluendo.com>
8421
8422         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8423
8424         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8425         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8426         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8427         (gst_rtspsrc_change_state):
8428         * gst/rtsp/gstrtspsrc.h:
8429         Use boilerplate.
8430         Make rtspsrc subclass GstBin to make state changes easier.
8431         Add Range header field on the PLAY request.
8432
8433 2006-09-18  Wim Taymans  <wim@fluendo.com>
8434
8435         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8436
8437         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8438         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8439         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8440         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8441         * gst/rtsp/rtspconnection.c: (inet_aton):
8442         Small cleanups.
8443         when multicast is selected as the transport, create UDP sources and
8444         connect to the multicast group.
8445         Move parsing and setting of caps to a common place.
8446         Fixes #349894.
8447
8448 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8449
8450         * ext/flac/gstflactag.c:
8451         * gst/alpha/gstalpha.c:
8452         * gst/debug/breakmydata.c:
8453         * gst/debug/negotiation.c:
8454         * gst/debug/testplugin.c:
8455         * gst/effectv/gstaging.c:
8456         * gst/effectv/gstdice.c:
8457         * gst/effectv/gstedge.c:
8458         * gst/effectv/gstquark.c:
8459         * gst/effectv/gstrev.c:
8460         * gst/effectv/gstshagadelic.c:
8461         * gst/effectv/gstvertigo.c:
8462         * gst/effectv/gstwarp.c:
8463         * gst/multipart/multipartdemux.c:
8464         * gst/multipart/multipartmux.c:
8465         * gst/videobox/gstvideobox.c:
8466         * gst/videofilter/gstgamma.c:
8467         * gst/videofilter/gstvideotemplate.c:
8468         * gst/videomixer/videomixer.c:
8469         * sys/sunaudio/gstsunaudiosrc.h:
8470         More G_OBJECT macro fixing.
8471
8472 2006-09-16  Wim Taymans  <wim@fluendo.com>
8473
8474         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8475
8476         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8477         Correctly set the dwLength in strh.
8478         With this patch, the file duration is now displayed correctly in window
8479         media player and the AVI plays completely. Fixes #356147
8480
8481 2006-09-15  Wim Taymans  <wim@fluendo.com>
8482
8483         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8484
8485         * sys/sunaudio/gstsunaudiomixerctrl.c:
8486         (gst_sunaudiomixer_ctrl_build_list):
8487         Set the output track as the MASTER so that the gnome-settings-daemon
8488         keybindings for changing the volume using the keyboard works.
8489         Fixes #356142.
8490
8491 2006-09-15  Wim Taymans  <wim@fluendo.com>
8492
8493         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8494         Fix documentation, it is not possible to control the framerate of jpegdec
8495         using filtered caps yet. Fixes #355210.
8496         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8497         stop when there is an error.
8498
8499 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8500
8501         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8502         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8503           Don't interpret a first buffer with an offset of NONE as
8504           'from the middle of the stream', but only a first buffer
8505           that has a valid buffer offset that's non-zero (see #345449).
8506
8507 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8508
8509         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8510         (gst_icydemux_typefind_or_forward):
8511         * gst/icydemux/gsticydemux.h:
8512           When we merge/collect multiple incoming buffers for typefinding
8513           purposes, keep an initial 0 offset on the first outgoing buffer
8514           as well (otherwise id3demux won't work right). Fixes #345449.
8515           Also Make buffer metadata writable before setting buffer caps.
8516
8517         * tests/check/elements/icydemux.c: (typefind_succeed),
8518         (cleanup_icydemux), (push_data), (GST_START_TEST),
8519         (icydemux_suite):
8520           Small test case for the above.
8521
8522 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8523
8524         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8525         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8526         (gst_avi_demux_stream_header_push),
8527         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8528         (gst_avi_demux_loop):
8529           More code reuse and better logging in _peek_chunk(). Reintroduce check
8530           for chunk sizes before reading them (avoid oom). Better handling for 
8531           invalid chunksizes when streaming.
8532
8533 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8534
8535         * gst/level/gstlevel.c: (gst_level_set_property):
8536         * gst/level/gstlevel.h:
8537           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8538           René Stadler
8539
8540 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8541
8542         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8543         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8544         (gst_avi_demux_stream_data):
8545           Revert one change to fix streaming avi (adapter size != data size).
8546
8547 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8548
8549         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8550
8551         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8552         (gst_matroska_demux_reset),
8553         (gst_matroska_demux_read_track_encodings),
8554         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8555         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8556         (gst_matroska_demux_subtitle_caps):
8557         * gst/matroska/matroska-ids.h:
8558           Add support for VOBSUB subtitle tracks and zlib-compressed
8559           tracks. Make sure we start on a keyframe after a seek. (#343348)
8560
8561 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8562
8563         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8564         (gst_matroska_demux_push_flac_codec_priv_data),
8565         (gst_matroska_demux_push_xiph_codec_priv_data),
8566         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8567         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8568         * gst/matroska/matroska-ids.h:
8569           Add basic FLAC support (#311586), not perfect yet though, needs some
8570           tweaking in flacdec; also, seeking could be better.
8571           Do better bounds checking when deserialising vorbis stream headers
8572           to make sure we don't read beyond the end of the buffer on bad input.
8573
8574 2006-09-04  Wim Taymans  <wim@fluendo.com>
8575
8576         Patch by: Alessandro Decina <alessandro at nnva dot org>
8577
8578         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8579         Seeking back in a file containing a CMML stream errors out if the seek
8580         goes back up to the CMML headers. This is because after the seek the xml
8581         processing instruction <?xml ...?> is submitted to the xml parser again, 
8582         which results in an error. The attached patch fixes the problem. 
8583         Fixes #353908.
8584
8585         * ext/annodex/gstcmmlenc.h:
8586         Fix authors name.
8587
8588
8589 2006-08-28  Andy Wingo  <wingo@pobox.com>
8590
8591         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8592         New helper function to lessen the ifdefs.
8593         (GST_INFO_OBJECT): 
8594         (gst_dv1394src_iso_receive): Use it.
8595         (gst_dv1394src_create): Also use the control sockets in iec61883
8596         mode.
8597         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8598         handle for AVC operations; fixes #348233.
8599
8600 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8601
8602         * configure.ac:
8603         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8604         * docs/plugins/inspect/plugin-audiofx.xml:
8605         * docs/plugins/inspect/plugin-audiofxgood.xml:
8606         * gst/audiofx/Makefile.am:
8607         * gst/audiofx/audiofx.c:
8608         * gst/audiofxgood/.cvsignore:
8609         * gst/audiofxgood/Makefile.am:
8610         * gst/audiofxgood/audiofx.c:
8611         * gst/audiofxgood/audiopanorama.c:
8612         * gst/audiofxgood/audiopanorama.h:
8613           Rename again (audiofxgood -> audiofx).
8614
8615 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8616
8617         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8618         (gst_avi_demux_stream_scan):
8619           Initialze variables.
8620
8621 2006-08-25  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8624         (gst_avi_demux_init), (gst_avi_demux_finalize),
8625         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8626         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8627         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8628         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8629         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8630         (gst_avi_demux_massage_index),
8631         (gst_avi_demux_calculate_durations_from_index),
8632         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8633         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8634         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8635         (gst_avi_demux_change_state):
8636         * gst/avi/gstavidemux.h:
8637         More attempts to turn this into readable code.
8638         Don't leak adapters.
8639         Calculate duration according to index more efficiently.
8640         Don't try to act like we drive the pipeline in chain mode.
8641
8642 2006-08-25  Wim Taymans  <wim@fluendo.com>
8643
8644         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8645         Fix build.
8646
8647 2006-08-25  Wim Taymans  <wim@fluendo.com>
8648
8649         Patch by: Alessandro Decina <alessandro at nnva dot org>
8650
8651         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8652         Do some extra sanity checks.
8653         Fixes #350340.
8654
8655         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8656         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8657         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8658         Check if clip->start_time is valid before adding the clip to the
8659         track list.
8660         Reset enc->preamble going from PAUSED to READY.
8661         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8662         only used for EOS.
8663         Only post an error message if we were the one that created the fatal
8664         GstFlowReturn value.
8665
8666         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8667         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8668         Parse the seconds field of the npt-sec time format using %llu rather than
8669         %d and check that the value scaled by GST_SECOND doesn't overflow.
8670         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8671         Lookup a clip's track with clip->track rather than clip->id which
8672         makes no sense.
8673         Identify a clip by its track and start time and not its xml id.
8674         do some more input checking and make sure we don't do undefined shifts.
8675
8676         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8677         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8678         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8679         (push_clip), (push_empty_clip), (check_output_clip),
8680         (GST_START_TEST), (cmmldec_suite):
8681         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8682         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8683         (check_headers), (push_clip), (check_clip_times), (check_clip),
8684         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8685         Added some more checks.
8686
8687 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8688
8689         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8690         (gst_audio_panorama_set_property),
8691         (gst_audio_panorama_get_property),
8692         (gst_audio_panorama_transform_m2s_int),
8693         (gst_audio_panorama_transform_s2s_int),
8694         (gst_audio_panorama_transform_m2s_float),
8695         (gst_audio_panorama_transform_s2s_float):
8696         * gst/audiofxgood/audiopanorama.h:
8697         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8698           Make also the pan-property float (saves scaling and yields better
8699           resolution)
8700
8701 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8702
8703         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8704         (gst_audio_panorama_transform_m2s_float),
8705         (gst_audio_panorama_transform_s2s_float):
8706           ChangeLog surgery to add cymax's real name
8707
8708
8709 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8710
8711         Patch by: René Stadler <mail@renestadler.de>
8712
8713         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8714         (gst_audio_panorama_transform_m2s_int),
8715         (gst_audio_panorama_transform_s2s_int),
8716         (gst_audio_panorama_transform_m2s_float),
8717         (gst_audio_panorama_transform_s2s_float),
8718         (gst_audio_panorama_transform):
8719         * gst/audiofxgood/audiopanorama.h:
8720           Added float support
8721
8722 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8723
8724         * gst/audiofxgood/audiopanorama.c:
8725         (gst_audio_panorama_transform_m2s):
8726           Fix docs & debug category. Add Fixme for volume pan levels.
8727
8728 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8729
8730         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8731         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8732         (gst_avi_demux_stream_header_pull),
8733         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8734         (gst_avi_demux_chain):
8735           unbreak AVI index handling, some more debug, remove an obsolete
8736           adapter_flush that caused streaming to wander off in the wild
8737
8738 2006-08-24  Wim Taymans  <wim@fluendo.com>
8739
8740         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8741         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8742         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8743         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8744         (gst_avi_demux_calculate_durations_from_index),
8745         (gst_avi_demux_stream_header_push),
8746         (gst_avi_demux_stream_header_pull):
8747         * gst/avi/gstavidemux.h:
8748         Some more cleanups. 
8749         Fix totalFrames parsing in ODML.
8750         Disable use of index for length calculation in case of ODML as this is
8751         broken now.
8752
8753 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8754
8755         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8756           Use libgsttag helper function here too.
8757
8758 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8759
8760         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8761         (gst_avi_demux_init), (gst_avi_demux_dispose),
8762         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8763         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8764         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8765         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8766         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8767         (gst_avi_demux_parse_subindex),
8768         (gst_avi_demux_read_subindexes_push),
8769         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8770         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8771         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8772         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8773         (gst_avi_demux_stream_header_pull),
8774         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8775         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8776         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8777         (gst_avi_demux_change_state):
8778         * gst/avi/gstavidemux.h:
8779           Initial streaming support for avidemux (fixes #336465)
8780
8781 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8782
8783         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8784           There is no taglibmux element ...
8785
8786         * gst/rtsp/gstrtspsrc.c:
8787           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8788           was complaining about unknown entity here.
8789
8790 2006-08-22  Wim Taymans  <wim@fluendo.com>
8791
8792         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8793         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8794         (gst_avi_demux_process_next_entry):
8795         * gst/avi/gstavidemux.h:
8796         Mark DISCONT.
8797         Remove old unused fields and reorder the struct a bit.
8798
8799 2006-08-22  Wim Taymans  <wim@fluendo.com>
8800
8801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8802         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8803         (gst_rtspsrc_pause):
8804         * gst/rtsp/gstrtspsrc.h:
8805         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8806         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8807         Small documentation updates.
8808
8809 2006-08-22  Wim Taymans  <wim@fluendo.com>
8810
8811         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8812         (gst_avi_demux_index_entry_for_time),
8813         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8814         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8815         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8816         (gst_avi_demux_next_data_buffer),
8817         (gst_avi_demux_calculate_durations_from_index),
8818         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8819         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8820         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8821         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8822         * gst/avi/gstavidemux.h:
8823         Precalc most of the duration query for each stream.
8824         Make seeking more correct.
8825         Use GstSegment to track position and duration.
8826         Code cleanups and leak fixes.
8827         Calculate correct total duration based on index length.
8828
8829 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8830
8831         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8832         (parse_insert_string_field):
8833           If strings in text fields are marked ISO8859-1, but contain
8834           valid UTF-8 already, then handle them as UTF-8 and ignore
8835           the encoding. (#351794)
8836
8837 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8840         (gst_flac_dec_write), (gst_flac_dec_loop),
8841         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8842         (gst_flac_dec_src_query):
8843         * ext/flac/gstflacdec.h:
8844           Make flac-in-ogg work (#352100).
8845
8846 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8847
8848         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8849           Don't unref buffers of which we've already given away
8850           ownership to the adapter.
8851
8852 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8853
8854         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8855           Make metadata extraction actually work.
8856
8857         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8858         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8859         (gst_speexenc_chain):
8860           Fix metadata writing: replace old code which wrote completely
8861           broken tags with libgsttag-based code. Plus miscellaneous
8862           code cleanups (use static pad templates etc.) and a bunch
8863           of leak fixes.
8864
8865 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8866
8867         * gst/audiopanorama/.cvsignore:
8868         * gst/audiopanorama/Makefile.am:
8869         * gst/audiopanorama/audiofx.c:
8870         * gst/audiopanorama/audiopanorama.c:
8871         * gst/audiopanorama/audiopanorama.h:
8872           die! die! die! you should never have been there
8873
8874 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8875
8876         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8877         Fix invalid memory access in audiopanorama test suite.
8878
8879 2006-08-21  Edward Hervey  <edward@fluendo.com>
8880
8881         * tests/check/elements/.cvsignore:
8882         ignore built file
8883
8884 2006-08-21  Wim Taymans  <wim@fluendo.com>
8885
8886         * gst/rtp/Makefile.am:
8887         Fix the build again.
8888
8889 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8890
8891         * gst/audiofxgood/.cvsignore:
8892         * gst/audiofxgood/Makefile.am:
8893         * gst/audiofxgood/audiofx.c: (plugin_init):
8894         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8895         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8896         (gst_audio_panorama_set_property),
8897         (gst_audio_panorama_get_property),
8898         (gst_audio_panorama_get_unit_size),
8899         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8900         (gst_audio_panorama_transform_m2s),
8901         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8902         * gst/audiofxgood/audiopanorama.h:
8903           resubmit with the desired name *again*
8904
8905 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8906
8907         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8908         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8909           use g_assert in _get_unit_size
8910
8911 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8912
8913         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8914         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8915         * docs/plugins/inspect/plugin-audiofxgood.xml:
8916           cleanup -unused.txt to make it useful, add previously missing docs
8917
8918         * ext/Makefile.am:
8919           Quietly (accidentally) enable LADSPA for building by default, 
8920           despite the fact that it doesn't meet the plugin checklist.
8921             -- Added by Jan Schmidt 18 Dec 2006
8922
8923         * ext/esd/esdmon.c:
8924         * ext/esd/esdsink.c:
8925         * ext/esd/gstesd.c: (plugin_init):
8926           reflow to get rid of two external symbols
8927
8928         * gst/audiofxgood/audiofx.c: (plugin_init):
8929           re-add
8930
8931 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8932
8933         * configure.ac:
8934         * gst/audiofxgood/.cvsignore:
8935         * gst/audiofxgood/Makefile.am:
8936         * gst/audiofxgood/audiofx.c
8937         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8938         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8939         (gst_audio_panorama_set_property),
8940         (gst_audio_panorama_get_property),
8941         (gst_audio_panorama_get_unit_size),
8942         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8943         (gst_audio_panorama_transform_m2s),
8944         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8945         * gst/audiofxgood/audiopanorama.h:
8946         * tests/check/Makefile.am:
8947         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8948         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8949         (panorama_suite), (main):
8950         Add audiofxgood plugin with audiopanorama element
8951
8952 2006-08-18  Wim Taymans  <wim@fluendo.com>
8953
8954         * docs/plugins/Makefile.am:
8955         More Oss docs fixage. 
8956
8957 2006-08-18  Wim Taymans  <wim@fluendo.com>
8958
8959         * gst/rtp/Makefile.am:
8960         * gst/rtp/gstrtp.c: (plugin_init):
8961         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8962         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8963         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8964         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8965         (gst_rtp_sv3v_depay_get_property),
8966         (gst_rtp_sv3v_depay_change_state),
8967         (gst_rtp_sv3v_depay_plugin_init):
8968         * gst/rtp/gstrtpsv3vdepay.h:
8969         Added experimental SVQ3 depayloader.
8970
8971 2006-08-18  Edward Hervey  <edward@fluendo.com>
8972
8973         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8974         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8975         * ext/dv/gstdvdemux.h:
8976         When handling seek requests, don't send the newsegment event from the
8977         calling thread. Instead save it so it can be sent from the streaming
8978         thread.
8979
8980 2006-08-17  Wim Taymans  <wim@fluendo.com>
8981
8982         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8983
8984         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8985         Accept leading whitespace before the boundary
8986         This patch makes the demuxer allow some whitespace before the actual
8987         boundary. This makes the demuxer work with the ``old'' gstreamer
8988         multipartmuxer again (which placed an extra \n before the start
8989         of the stream) Fixes #349068.
8990
8991 2006-08-17  Wim Taymans  <wim@fluendo.com>
8992
8993         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8994         Error out on non-implemented stuff.
8995
8996 2006-08-16  Wim Taymans  <wim@fluendo.com>
8997
8998         Patch by: Andy Wingo <wingo at pobox dot com>
8999
9000         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9001         (gst_signal_processor_start), (gst_signal_processor_stop),
9002         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9003         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9004         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9005         (gst_signal_processor_change_state):
9006         Make ladspa elements reusable. Fixes #350006.
9007
9008 2006-08-16  Wim Taymans  <wim@fluendo.com>
9009
9010         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9011         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9012         names as possible. Fixes #349901.
9013
9014 2006-08-16  Wim Taymans  <wim@fluendo.com>
9015
9016         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9017         (gst_signal_processor_do_pushes):
9018         A push() gives away our refcount so we should not use the buffer on the
9019         pen anymore.
9020
9021 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9022
9023         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9024         (gst_oss_mixer_element_finalize):
9025           Don't leak device string.
9026
9027 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9028
9029         * configure.ac:
9030           Require CVS of GStreamer core and -base (for
9031           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9032
9033         * ext/taglib/gstid3v2mux.cc:
9034           Write extended comment tags properly (#348762).
9035
9036         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9037         (parse_comment_frame):
9038           Extract COMM frames into extended comments, which makes it
9039           easier to properly retain the description bit of the tag
9040           and maintain this information when re-tagging (#348762).
9041
9042 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * tests/check/Makefile.am:
9045           Don't try to run annodex unit tests if the annodex
9046           plugin has not been built (Fixes #351116).
9047
9048 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9049
9050         * gst/autodetect/gstautoaudiosink.c:
9051         (gst_auto_audio_sink_find_best):
9052           When we can't find a usable audiosink, don't error out,
9053           but use a fake sink instead and post a warning message
9054           on the bus (#341278).
9055
9056 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9057
9058         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9059         * sys/oss/gstosssink.c:
9060         * sys/oss/gstosssrc.c:
9061           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9062           ossmixer's new device property.
9063
9064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9066           Add docs for OSS elements.
9067
9068         * docs/plugins/inspect/plugin-aasink.xml:
9069         * docs/plugins/inspect/plugin-alaw.xml:
9070         * docs/plugins/inspect/plugin-alpha.xml:
9071         * docs/plugins/inspect/plugin-alphacolor.xml:
9072         * docs/plugins/inspect/plugin-annodex.xml:
9073         * docs/plugins/inspect/plugin-apetag.xml:
9074         * docs/plugins/inspect/plugin-auparse.xml:
9075         * docs/plugins/inspect/plugin-autodetect.xml:
9076         * docs/plugins/inspect/plugin-avi.xml:
9077         * docs/plugins/inspect/plugin-cacasink.xml:
9078         * docs/plugins/inspect/plugin-cairo.xml:
9079         * docs/plugins/inspect/plugin-cdio.xml:
9080         * docs/plugins/inspect/plugin-cutter.xml:
9081         * docs/plugins/inspect/plugin-debug.xml:
9082         * docs/plugins/inspect/plugin-dv.xml:
9083         * docs/plugins/inspect/plugin-efence.xml:
9084         * docs/plugins/inspect/plugin-effectv.xml:
9085         * docs/plugins/inspect/plugin-esdsink.xml:
9086         * docs/plugins/inspect/plugin-flac.xml:
9087         * docs/plugins/inspect/plugin-flxdec.xml:
9088         * docs/plugins/inspect/plugin-gconfelements.xml:
9089         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9090         * docs/plugins/inspect/plugin-goom.xml:
9091         * docs/plugins/inspect/plugin-halelements.xml:
9092         * docs/plugins/inspect/plugin-icydemux.xml:
9093         * docs/plugins/inspect/plugin-id3demux.xml:
9094         * docs/plugins/inspect/plugin-jpeg.xml:
9095         * docs/plugins/inspect/plugin-level.xml:
9096         * docs/plugins/inspect/plugin-matroska.xml:
9097         * docs/plugins/inspect/plugin-mulaw.xml:
9098         * docs/plugins/inspect/plugin-multipart.xml:
9099         * docs/plugins/inspect/plugin-navigationtest.xml:
9100         * docs/plugins/inspect/plugin-ossaudio.xml:
9101         * docs/plugins/inspect/plugin-png.xml:
9102         * docs/plugins/inspect/plugin-rtp.xml:
9103         * docs/plugins/inspect/plugin-rtsp.xml:
9104         * docs/plugins/inspect/plugin-shout2send.xml:
9105         * docs/plugins/inspect/plugin-smpte.xml:
9106         * docs/plugins/inspect/plugin-speex.xml:
9107         * docs/plugins/inspect/plugin-taglib.xml:
9108         * docs/plugins/inspect/plugin-udp.xml:
9109         * docs/plugins/inspect/plugin-videobalance.xml:
9110         * docs/plugins/inspect/plugin-videobox.xml:
9111         * docs/plugins/inspect/plugin-videoflip.xml:
9112         * docs/plugins/inspect/plugin-videomixer.xml:
9113         * docs/plugins/inspect/plugin-wavenc.xml:
9114         * docs/plugins/inspect/plugin-wavparse.xml:
9115         * docs/plugins/inspect/plugin-ximagesrc.xml:
9116           Update to CVS version.
9117           
9118 2006-08-16  Wim Taymans  <wim@fluendo.com>
9119
9120         * gst/rtp/gstrtpamrdepay.c:
9121         * gst/rtp/gstrtpmp4gdepay.c:
9122         Caps extra properties must be defined as strings for
9123         depayloaders because they are generated from an SDP.
9124
9125         * gst/rtp/Makefile.am:
9126         * gst/rtp/gstrtp.c: (plugin_init):
9127         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9128         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9129         (gst_rtp_h264_depay_finalize), (decode_base64),
9130         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9131         (gst_rtp_h264_depay_set_property),
9132         (gst_rtp_h264_depay_get_property),
9133         (gst_rtp_h264_depay_change_state),
9134         (gst_rtp_h264_depay_plugin_init):
9135         * gst/rtp/gstrtph264depay.h:
9136         Added basic, not completely functional RFC 3984 H264 depayloader.
9137
9138 2006-08-16  Wim Taymans  <wim@fluendo.com>
9139
9140         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9141         Add pads after setting them up.
9142
9143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9144         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9145         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9146         (gst_rtspsrc_stream_setup_rtp),
9147         (gst_rtspsrc_stream_configure_transport),
9148         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9149         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9150         (gst_rtspsrc_pause):
9151         * gst/rtsp/gstrtspsrc.h:
9152         Fix interleaved mode.
9153          - Protect streaming with lock.
9154          - Combine flows
9155          - set caps on outgoing buffers.
9156          - strip trailing \0 from data packets.
9157          - Configure RTP/RTCP in stream.
9158         Use DEBUG_OBJECT more.
9159
9160 2006-08-16  Wim Taymans  <wim@fluendo.com>
9161
9162         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9163         Turn a g_print into a DEBUG line.
9164
9165 2006-08-13  Wim Taymans  <wim@fluendo.com>
9166
9167         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9168         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9169         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9170         (gst_oss_mixer_element_get_property),
9171         (gst_oss_mixer_element_change_state):
9172         * sys/oss/gstossmixerelement.h:
9173         Small cleanups. Better error reporting.
9174         Add device property for the mixer instead of the hardcoded
9175         /dev/mixer. Fixes #350785.
9176         API: GstOssMixerElement::device property
9177
9178 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9179
9180         Patch by: Jens Granseuer <jensgr at gmx net>
9181
9182         * gconf/Makefile.am:
9183           Make --disable-schemas work right (they still need
9184           to be copied to the installation directory, just not
9185           applied). Fixes #351347 (also #344100).
9186           
9187 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9188
9189         * configure.ac: back to HEAD
9190
9191 === release 0.10.4 ===
9192
9193 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9194
9195         * configure.ac:
9196           releasing 0.10.4, "Dear Leader"
9197
9198 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9199
9200         Patch by: Edward Hervey <edward@fluendo.com>
9201
9202         * configure.ac:
9203         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9204         (gst_wavparse_stream_data):
9205         Send the newsegment event in the streaming thread.
9206         Fixes #347529
9207
9208 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9209
9210         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9211         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9212         (gst_smokeenc_resync), (gst_smokeenc_chain):
9213           Refuse sink caps in the encoder if width or height is not a
9214           multiple of 16, the encoder does not support that yet (#349939);
9215           along the same lines, check the return value of the encoder
9216           setup function; also remove some debug log clutter.
9217
9218 2006-08-04  Andy Wingo  <wingo@pobox.com>
9219
9220         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9221         whether a processor can work in place or not, and for keeping
9222         track of its state. Change the FlowReturn instance variable from
9223         "state" to "flow_state", all callers changed.
9224
9225         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9226         (gst_signal_processor_start, gst_signal_processor_stop)
9227         (gst_signal_processor_cleanup): New functions to manage the
9228         processor's state.
9229         (gst_signal_processor_setcaps): start() as well as setup() here.
9230         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9231         (gst_signal_processor_change_state): Stop and cleanup the
9232         processor as we go to NULL.
9233
9234         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9235         INPLACE_BROKEN is not set.
9236
9237         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9238         Do the alloc_buffer in bytes, not frames.
9239         
9240 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9241
9242         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9243         Fix rgb masks when recording in < 24bpp.
9244
9245 2006-08-04  Andy Wingo  <wingo@pobox.com>
9246
9247         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9248         (gst_signal_processor_prepare)
9249         (gst_signal_processor_update_inputs)
9250         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9251         (gst_signal_processor_flush)
9252         (gst_signal_processor_sink_activate_push)
9253         (gst_signal_processor_src_activate_pull)
9254         (gst_signal_processor_change_state): Remove the last of the code
9255         that assumes that we process whole buffers at a time. Fix some
9256         debugging. Seems to work now in some cases.
9257         (gst_signal_processor_src_activate_pull): BPB
9258
9259 2006-08-01  Andy Wingo  <wingo@pobox.com>
9260
9261         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9262         Fix nframes-choosing.
9263         (gst_signal_processor_init): Init pending_in and pending_out.
9264
9265         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9266         more default sample rate, although we never check that the sample
9267         rate actually gets set. Something for the future.
9268         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9269         (gst_signal_processor_event): Refcount fixen.
9270         (gst_signal_processor_process): Pull the number of frames to
9271         process from the sizes of the buffers in the input pens.
9272         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9273         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9274         it instead of buffer_frames.
9275         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9276         to do_pulls.
9277         (gst_signal_processor_chain)
9278         (gst_signal_processor_sink_activate_push)
9279         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9280
9281         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9282
9283 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9284
9285         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9286         (gst_signal_processor_process):
9287           don't query buffer-frames from caps, add lots of debug-log,
9288           try fix for assert (#349189)
9289
9290 2006-07-31  Wim Taymans  <wim@fluendo.com>
9291
9292         * gst/udp/gstudpsrc.c:
9293         Fix docs.
9294
9295 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9296
9297         * ext/ladspa/gstsignalprocessor.c:
9298         (gst_signal_processor_add_pad_from_template),
9299         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9300         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9301         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9302         (gst_signal_processor_sink_activate_push),
9303         (gst_signal_processor_src_activate_pull),
9304         (gst_signal_processor_change_state):
9305          Add debugs logs here and there, add more error handling, add some
9306          FIXME comments, filed #349189
9307
9308 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9309
9310         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9311         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9312         Set caps on buffer correctly.  Fixes bug #349155.
9313
9314 2006-07-28  Wim Taymans  <wim@fluendo.com>
9315
9316         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9317
9318         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9319         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9320         (gst_multipart_demux_finalize), (get_line_end),
9321         (multipart_parse_header), (multipart_find_boundary),
9322         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9323         (gst_multipart_set_property), (gst_multipart_get_property):
9324         Uses GstAdapter instead of own buffering.
9325         Actually parses the mime-type correctly (In tests the mime-type was
9326         always "" with the old version).
9327         Uses the Content-length header if available to speed up things.
9328         Reliably autoscans the boundary name by default.
9329         Fixes #349068.
9330
9331         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9332         Don't start the stream with a \n.
9333
9334 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9335
9336         Patch by: Brian Cameron <brian dot cameron at sun com>
9337
9338         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9339           Open source with O_NONBLOCK (#349015).
9340
9341 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9342
9343         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9344         (gst_avi_demux_massage_index):
9345         * gst/avi/gstavidemux.h:
9346           Whitespace fixes and more debug
9347
9348 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9349
9350         * gst/autodetect/gstautoaudiosink.c:
9351         (gst_auto_audio_sink_create_element_with_pretty_name),
9352         (gst_auto_audio_sink_find_best),
9353         (gst_auto_audio_sink_change_state):
9354           Get rid of old and unused magic sound-server properties stuff.
9355           Add suffix to child sink's name that makes it easy to see from
9356           the name alone which type it actually is (alsa, oss, esd, etc.).
9357
9358 2006-07-27  Wim Taymans  <wim@fluendo.com>
9359
9360         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9361         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9362         (gst_udpsrc_start):
9363         * gst/udp/gstudpsrc.h:
9364         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9365         not some sort of feature we enable.
9366
9367 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9368
9369         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9370           Use CLOSE_SOCKET() here instead of close() to maintain
9371           win32 workiness.
9372
9373 2006-07-27  Wim Taymans  <wim@fluendo.com>
9374
9375         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9376
9377         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9378         (gst_udpsrc_create), (gst_udpsrc_set_property),
9379         (gst_udpsrc_get_property), (gst_udpsrc_start):
9380         * gst/udp/gstudpsrc.h:
9381         Added "buffer-size" property to control the kernel receive buffer size.
9382         Update documentation.
9383         Small cleanups. Fixes #348752.
9384         API: buffer-size property
9385
9386 2006-07-26  Wim Taymans  <wim@fluendo.com>
9387
9388         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9389
9390         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9391         (gst_rtp_pcma_pay_handle_buffer):
9392         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9393         (gst_rtp_pcmu_pay_handle_buffer):
9394         Fix timestamp calculation on outgoing RTP packets.
9395         Fixes #348675.
9396
9397 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9398
9399         * ext/taglib/gstid3v2mux.cc:
9400           Fix writing of comment frames (should be COMM not TCOM),
9401           is still sub-optimal though, since we don't retain or
9402           extract the comment descriptions properly (#334375,
9403           also see #334375).
9404
9405 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * gst/wavparse/gstwavparse.c:
9408           #define 'fact' RIFF chunk if we are not compiling against
9409           -base CVS (we don't want to depend on -base CVS for this
9410           one define only, and also not for release order reasons).
9411
9412 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9413
9414         * ext/taglib/gstid3v2mux.cc:
9415           Handle multiple tags of the same type properly. Re-inject
9416           unparsed ID3v2 frames that we get as binary blobs from
9417           id3demux into the tag again so we don't lose information
9418           when retagging (#334375).
9419
9420 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9421
9422         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9423           Document newly-added properties properly, so that there is a
9424           'Since: 0.10.4' in the plugin docs. Convert some property
9425           names into canonical GObject style (GObject will do that
9426           internally anyway).
9427
9428 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9429
9430         * gst/id3demux/id3tags.c:
9431         (id3demux_add_id3v2_frame_blob_to_taglist):
9432           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9433           well, and add the version to the blob's buffer caps, since that
9434           information will be needed for deserialisation later on (#348644).
9435
9436 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9437
9438         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9439         (gst_avi_demux_parse_stream):
9440          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9441          indentation and spacing.
9442
9443 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9444
9445         * docs/plugins/Makefile.am:
9446         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9447         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9448         * docs/plugins/gst-plugins-good-plugins.args:
9449         * docs/plugins/inspect/plugin-1394.xml:
9450         * docs/plugins/inspect/plugin-aasink.xml:
9451         * docs/plugins/inspect/plugin-alaw.xml:
9452         * docs/plugins/inspect/plugin-alpha.xml:
9453         * docs/plugins/inspect/plugin-alphacolor.xml:
9454         * docs/plugins/inspect/plugin-annodex.xml:
9455         * docs/plugins/inspect/plugin-apetag.xml:
9456         * docs/plugins/inspect/plugin-auparse.xml:
9457         * docs/plugins/inspect/plugin-autodetect.xml:
9458         * docs/plugins/inspect/plugin-avi.xml:
9459         * docs/plugins/inspect/plugin-cacasink.xml:
9460         * docs/plugins/inspect/plugin-cairo.xml:
9461         * docs/plugins/inspect/plugin-cdio.xml:
9462         * docs/plugins/inspect/plugin-cutter.xml:
9463         * docs/plugins/inspect/plugin-debug.xml:
9464         * docs/plugins/inspect/plugin-dv.xml:
9465         * docs/plugins/inspect/plugin-efence.xml:
9466         * docs/plugins/inspect/plugin-effectv.xml:
9467         * docs/plugins/inspect/plugin-esdsink.xml:
9468         * docs/plugins/inspect/plugin-flac.xml:
9469         * docs/plugins/inspect/plugin-flxdec.xml:
9470         * docs/plugins/inspect/plugin-gconfelements.xml:
9471         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9472         * docs/plugins/inspect/plugin-goom.xml:
9473         * docs/plugins/inspect/plugin-halelements.xml:
9474         * docs/plugins/inspect/plugin-icydemux.xml:
9475         * docs/plugins/inspect/plugin-id3demux.xml:
9476         * docs/plugins/inspect/plugin-jpeg.xml:
9477         * docs/plugins/inspect/plugin-level.xml:
9478         * docs/plugins/inspect/plugin-matroska.xml:
9479         * docs/plugins/inspect/plugin-mulaw.xml:
9480         * docs/plugins/inspect/plugin-multipart.xml:
9481         * docs/plugins/inspect/plugin-navigationtest.xml:
9482         * docs/plugins/inspect/plugin-ossaudio.xml:
9483         * docs/plugins/inspect/plugin-png.xml:
9484         * docs/plugins/inspect/plugin-rtp.xml:
9485         * docs/plugins/inspect/plugin-rtsp.xml:
9486         * docs/plugins/inspect/plugin-shout2send.xml:
9487         * docs/plugins/inspect/plugin-smpte.xml:
9488         * docs/plugins/inspect/plugin-speex.xml:
9489         * docs/plugins/inspect/plugin-udp.xml:
9490         * docs/plugins/inspect/plugin-videobalance.xml:
9491         * docs/plugins/inspect/plugin-videobox.xml:
9492         * docs/plugins/inspect/plugin-videoflip.xml:
9493         * docs/plugins/inspect/plugin-videomixer.xml:
9494         * docs/plugins/inspect/plugin-wavenc.xml:
9495         * docs/plugins/inspect/plugin-wavparse.xml:
9496         * docs/plugins/inspect/plugin-ximagesrc.xml:
9497           Update files to CVS/Prerelease version, add esdsink docs.
9498
9499         * ext/esd/esdsink.c:
9500           Add gtk-doc blurb.
9501
9502         * gst/rtp/gstrtpmp4vpay.c:
9503           Fix typo in element description.
9504
9505 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9506
9507         * ext/esd/esdsink.c: (gst_esdsink_open),
9508         (gst_esdsink_factory_init):
9509           Prevent libesd from auto-spawning a sound daemon if it
9510           is not already running. Now that we don't do evil stuff
9511           like that any longer we can give esdsink a rank so that
9512           autoaudiosink will try it as well if all other audio
9513           sinks fail (#343051).
9514
9515 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9516
9517         * ext/esd/Makefile.am:
9518           Oops, need to remove README from EXTRA_DIST as well.
9519
9520 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         * ext/esd/README:
9523           Remove, it contains nothing useful anyway.
9524
9525         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9526         (gst_esdsink_delay):
9527           Some small clean-ups; use GST_BOILERPLATE etc.
9528
9529 2006-07-24  Wim Taymans  <wim@fluendo.com>
9530
9531         * gst/law/alaw-decode.c: (alawdec_getcaps):
9532         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9533         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9534         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9535         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9536
9537 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9538
9539         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9540         (gst_wavparse_other), (gst_wavparse_perform_seek),
9541         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9542         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9543         (gst_wavparse_pad_query):
9544         * gst/wavparse/gstwavparse.h:
9545           Use information from 'fact' chunk for length calculation of compressed
9546           samples. Calculate bps if bogus value is found in wav header (embeded
9547           mp2/mp3).
9548           
9549
9550 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9551
9552         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9553
9554         * configure.ac:
9555         * gst/udp/Makefile.am:
9556         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9557         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9558         * gst/udp/gstdynudpsink.h:
9559         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9560         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9561         * gst/udp/gstmultiudpsink.h:
9562         * gst/udp/gstudp.c: (plugin_init):
9563         * gst/udp/gstudpsink.h:
9564         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9565         (gst_udpsrc_start), (gst_udpsrc_stop):
9566         * gst/udp/gstudpsrc.h:
9567         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9568         (gst_udp_net_utils_win32_wsa_startup):
9569         * gst/udp/gstudpnetutils.h:
9570           Port udp plugin to win32 (#345288).
9571
9572 2006-07-24  Wim Taymans  <wim@fluendo.com>
9573
9574         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9575         Remove unwanted DEBUG line.
9576
9577 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9578
9579         * gst/id3demux/gstid3demux.c: (plugin_init):
9580         * gst/id3demux/id3tags.c:
9581         (id3demux_add_id3v2_frame_blob_to_taglist):
9582         * gst/id3demux/id3tags.h:
9583           On second thought, it might be wiser and more efficient
9584           not to do tag registration from a streaming thread.
9585
9586 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9587
9588         * gst/id3demux/id3tags.c:
9589         (id3demux_add_id3v2_frame_blob_to_taglist),
9590         (id3demux_id3v2_frames_to_tag_list):
9591           Put ID3v2 frames we can't parse as binary blobs into private
9592           tags, so that they are not lost when retagging, at least once
9593           id3v2mux has been taught to re-inject those frames again.
9594           See bug #334375.
9595
9596 2006-07-21  Wim Taymans  <wim@fluendo.com>
9597
9598         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9599         (gst_avi_demux_process_next_entry):
9600         Fix some leaks.
9601
9602         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9603         Don't use \n in debug lines.
9604
9605 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9606
9607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9609           Add annodex and icydemux, cleanup the sections a bit
9610
9611 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9612
9613         Patch by: Alex Lancaster <alexl at users sourceforge net>
9614
9615         * ext/taglib/gstid3v2mux.cc:
9616           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9617           ID3v2 TSSE frames (#347898).
9618
9619 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9620
9621         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9622           Respect mpegversion for "video/mpeg" and give message in case of
9623           unhandled versions.
9624
9625 2006-07-17  Wim Taymans  <wim@fluendo.com>
9626
9627         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9628         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9629         (gst_pngdec_chain), (gst_pngdec_sink_event),
9630         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9631         (gst_pngdec_sink_activate_push):
9632         * ext/libpng/gstpngdec.h:
9633         Use statically allocated segment instead of leaking.
9634         Various cleanups.
9635         Fix flush and seek handling.
9636
9637 2006-07-16  Wim Taymans  <wim@fluendo.com>
9638
9639         * gst/rtp/Makefile.am:
9640         * gst/rtp/gstrtp.c: (plugin_init):
9641         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9642         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9643         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9644         (gst_rtp_mp4g_depay_set_property),
9645         (gst_rtp_mp4g_depay_get_property),
9646         (gst_rtp_mp4g_depay_change_state),
9647         (gst_rtp_mp4g_depay_plugin_init):
9648         * gst/rtp/gstrtpmp4gdepay.h:
9649         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9650         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9651         (gst_rtp_mp4g_pay_flush):
9652         Added simple generic mpeg4 depayloader.
9653         Fix generic mpeg4 payloader.
9654
9655 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9656
9657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9658           Don't try doing state changes on a NULL pointer.
9659
9660 2006-07-14  Wim Taymans  <wim@fluendo.com>
9661
9662         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9663
9664         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9665         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9666         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9667         * gst/rtp/gstrtpamrdepay.h:
9668         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9669         Fixes #321191
9670
9671 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9672
9673         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9674         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9675         Fix segfault when moving mouse pointer to the bottom right corner.
9676
9677 2006-07-12  Wim Taymans  <wim@fluendo.com>
9678
9679         * gst/rtp/Makefile.am:
9680         * gst/rtp/gstrtp.c: (plugin_init):
9681         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9682         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9683         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9684         (gst_rtp_mp2t_depay_set_property),
9685         (gst_rtp_mp2t_depay_get_property),
9686         (gst_rtp_mp2t_depay_change_state),
9687         (gst_rtp_mp2t_depay_plugin_init):
9688         * gst/rtp/gstrtpmp2tdepay.h:
9689         Added mpeg2 TS depayloader. Closing #347234.
9690
9691 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9692
9693         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9694           Remove g_assert that shouldn't be there and was triggered
9695           after trying to open a device that doesn't exist or can't
9696           be opened for some other reason (#347972).
9697
9698 2006-07-10  Edward Hervey  <edward@fluendo.com>
9699
9700         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9701         (gst_avi_demux_stream_header), (push_tag_lists):
9702         * gst/avi/gstavidemux.h:
9703         Don't push tag events found by gst_riff_parse_info() before outputting
9704         GST_EVENT_NEWSEGMENT.
9705
9706 2006-07-10  Wim Taymans  <wim@fluendo.com>
9707
9708         * gst/rtsp/Makefile.am:
9709         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9710         (rtsp_connection_close):
9711         * gst/rtsp/rtspdefs.h:
9712         replaced closesocket and close in code with one CLOSE_SOCKET. 
9713         Some more cleanups. Fixes #345301.
9714
9715 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9716
9717         * gst/autodetect/gstautoaudiosink.c:
9718           Fix example pipeline in docs.
9719
9720 2006-07-10  Wim Taymans  <wim@fluendo.com>
9721
9722         Patch by: Rob Taylor <robtaylor at floopily dot org>
9723
9724         * gst/udp/gstmultiudpsink.c: (join_multicast),
9725         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9726         If a destination is added before the stream is set to PAUSED, the
9727         multicast group is not joined as the socket is not created yet. 
9728         Also TTL and LOOP should also be set. Fixes #346921.
9729
9730 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9731
9732         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9733         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9734         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9735         (gst_ximage_src_init):
9736         * sys/ximage/gstximagesrc.h:
9737         Fix use-damage property to actually work :)
9738         Add startx, starty, endx, endy properties so screencasts other than full
9739         screen ones can work.
9740
9741 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9742
9743         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9744         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9745         (gst_ximage_src_class_init), (gst_ximage_src_init):
9746         * sys/ximage/gstximagesrc.h:
9747         Add use_damage property to offer ability to choose whether to use
9748         XDamage or not.
9749
9750 2006-07-07  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/goom/filters.c: (zoomFilterSetResolution):
9753         Avoid goom coredumping by clearing memory. 
9754         Fixes 345679.
9755
9756 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9757
9758         * win32/vs6/libgstid3demux.dsp:
9759         Add a link to libgsttag-0.10.lib.
9760
9761 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9764         (gst_tag_demux_read_range):
9765         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9766         (gst_id3demux_read_range):
9767           Don't return FLOW_UNEXPECTED when a buffer is before
9768           the start of the stream (which might happen with
9769           large ID3v2 tags if the tag reading was done pullrange
9770           based and we then switched to push mode later on).
9771           Fixes regression introduced by commit from June 29th.
9772
9773 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * ext/taglib/gstid3v2mux.cc:
9776           Make UTF-8 the default encoding when writing string
9777           tags (before, our UTF-8 strings would automatically
9778           be converted to ISO-8859-1 by taglib and written as
9779           ISO-8859-1 fields if that was possible).
9780
9781         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9782         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9783         (test_taglib_id3mux_with_tags):
9784           Add test case that makes sure our UTF-8 strings have
9785           actually been written into the tag as UTF-8.
9786
9787 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9788
9789         * configure.ac:
9790           Let's try that again.
9791
9792 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9793
9794         * configure.ac:
9795           Disable monoscope plugin for now until it fulfills
9796           all the requirements.
9797
9798 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9799
9800         * configure.ac:
9801         * gst/monoscope/Makefile.am:
9802         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9803         (gst_monoscope_class_init), (gst_monoscope_init),
9804         (gst_monoscope_finalize), (gst_monoscope_reset),
9805         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9806         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9807         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9808         (gst_monoscope_change_state), (plugin_init):
9809         * gst/monoscope/gstmonoscope.h:
9810           Port monoscope visualisation to 0.10.
9811
9812 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9813
9814         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9815         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9816           Return FLOW_UNEXPECTED when at the end of the file, not
9817           FLOW_ERROR. Fixes 'internal stream error' errors that
9818           would sometimes occur in totem when scrubbing to the
9819           end of an ID3v1 tagged mp3 file.
9820
9821 2006-07-03  Edward Hervey  <edward@fluendo.com>
9822
9823         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9824         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9825         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9826         * ext/libpng/gstpngdec.h:
9827         Implement buffer clipping/dropping using GstSegment.
9828         This provides accurate seeking.
9829
9830 2006-07-03  Edward Hervey  <edward@fluendo.com>
9831
9832         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9833         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9834         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9835         (gst_avi_demux_process_next_entry), (push_tag_lists),
9836         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9837         * gst/avi/gstavidemux.h:
9838         Proper aggregation of each stream's GstFlowReturn in order to figure out
9839         whether the task should stop or not.
9840         Don't send inline events before pushing out a NEW_SEGMENT, more
9841         specifically for GST_TAG_EVENT.
9842         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9843         sub-indexes.
9844
9845 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9846
9847         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9848
9849         * sys/sunaudio/gstsunaudiomixerctrl.c:
9850         (gst_sunaudiomixer_ctrl_build_list):
9851           Move "Monitor" slider to input tab so it works more like
9852           sdtaudiocontrol, which is what people on Solaris are used
9853           to using for their mixer program (#346259).
9854
9855 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9856
9857         * tests/check/elements/level.c: (GST_START_TEST):
9858           fix a leak, clean up at the end
9859
9860 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9861
9862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9863         (gst_matroska_demux_send_event),
9864         (gst_matroska_demux_loop_stream_parse_id):
9865         * gst/matroska/matroska-ids.h:
9866           Send tag event after newsegment event.
9867
9868 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9871         (gst_id3demux_read_range):
9872           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9873           certain cases where a read beyond the end of the file is
9874           requested. Fixes #345930.
9875
9876         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9877         (gst_tag_demux_read_range):
9878           Fix same issue here as well.
9879
9880 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9881
9882         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9883         
9884         Fix hypothetical crash.
9885
9886 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9889
9890         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9891           Do not modify the ports value. If the user has turned off the
9892           built-in speakers, then we should not reset it in the prepare
9893           function, since this causes the built-in speakers to turn
9894           back on anytime the user changes a track in totem, rhythmbox,
9895           etc. (#346066).
9896
9897 2006-06-23  Wim Taymans  <wim@fluendo.com>
9898
9899         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9900         Fix double caps unref when negotiation fails.
9901
9902 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9903
9904         * ext/annodex/gstcmmldec.c:
9905         * ext/annodex/gstcmmlenc.c:
9906         * ext/annodex/gstcmmlparser.c:
9907         * ext/dv/gstdvdec.c:
9908         * ext/dv/gstdvdemux.c:
9909         * ext/gdk_pixbuf/pixbufscale.c:
9910         * ext/jpeg/gstjpegenc.c:
9911         * ext/jpeg/gstsmokedec.c:
9912         * ext/jpeg/gstsmokeenc.c:
9913         * ext/libpng/gstpngdec.c:
9914         * ext/libpng/gstpngenc.c:
9915         * ext/speex/gstspeexenc.c:
9916         * gst/alpha/gstalphacolor.c:
9917         * gst/cutter/gstcutter.c:
9918         * gst/debug/gstnavigationtest.c:
9919         * gst/icydemux/gsticydemux.c:
9920         * gst/level/gstlevel.c:
9921         * gst/multipart/multipart.c:
9922         * gst/rtp/gstrtpamrpay.c:
9923         * gst/rtp/gstrtpdepay.c:
9924         * gst/rtp/gstrtpilbcpay.c:
9925         * gst/rtp/gstrtpmp4gpay.c:
9926         * gst/rtp/gstrtpmp4vpay.c:
9927         * gst/rtsp/gstrtpdec.c:
9928         * gst/rtsp/gstrtspsrc.c:
9929         * gst/udp/gstdynudpsink.c:
9930         * gst/udp/gstmultiudpsink.c:
9931         * gst/udp/gstudpsrc.c:
9932         * gst/videobox/gstvideobox.c:
9933         * gst/videofilter/gstvideoflip.c:
9934           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9935           plus two minor macro fixes.
9936
9937 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9938
9939         * gst/matroska/matroska-demux.c:
9940         (gst_matroska_demux_check_subtitle_buffer),
9941         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9942         (gst_matroska_demux_subtitle_caps):
9943         * gst/matroska/matroska-ids.c:
9944         (gst_matroska_track_init_subtitle_context):
9945         * gst/matroska/matroska-ids.h:
9946           Try to fix up broken matroska files containing subtitle
9947           streams with non-UTF8 character encodings (courtesy of
9948           mkvmerge) using either the encoding specified in the
9949           GST_SUBTITLE_ENCODING environment variable or the
9950           current locale's character set if it is non-UTF8.
9951           Fixes #337076.
9952
9953 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9954
9955         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9956           Set image type from APIC frame as "image-type" field
9957           of GST_TAG_IMAGE buffer caps (#344605).
9958
9959 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9960
9961         * ext/flac/Makefile.am:
9962         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9963         (gst_flac_dec_reset_decoders),
9964         (gst_flac_dec_setup_seekable_decoder),
9965         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9966         (gst_flac_dec_metadata_callback),
9967         (gst_flac_dec_metadata_callback_seekable),
9968         (gst_flac_dec_metadata_callback_stream),
9969         (gst_flac_dec_error_callback),
9970         (gst_flac_dec_error_callback_seekable),
9971         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9972         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9973         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9974         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9975         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9976         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9977         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9978         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9979         (gst_flac_dec_sink_activate_push),
9980         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9981         * ext/flac/gstflacdec.h:
9982           Support chain-based operation, should make flac-over-DAAP
9983           work (#340492).
9984
9985 2006-06-20  Wim Taymans  <wim@fluendo.com>
9986
9987         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9988         Doc updates, merge some unused symbols.
9989
9990 2006-06-20  Wim Taymans  <wim@fluendo.com>
9991
9992         * docs/plugins/Makefile.am:
9993         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9994         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9995         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9996         * gst/rtsp/gstrtspsrc.c:
9997         * gst/rtsp/gstrtspsrc.h:
9998         Added documentation for the rtsp plugin. Fixes #345393.
9999
10000 2006-06-20  Wim Taymans  <wim@fluendo.com>
10001
10002         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10003         (rtsp_connection_close), (rtsp_connection_free):
10004         Use better G_OS_* macros. Fixes #345301 some more.
10005
10006 2006-06-20  Wim Taymans  <wim@fluendo.com>
10007
10008         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10009
10010         * sys/sunaudio/Makefile.am:
10011         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10012         * sys/sunaudio/gstsunaudiomixerctrl.c:
10013         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10014         (gst_sunaudiomixer_ctrl_list_tracks),
10015         (gst_sunaudiomixer_ctrl_get_volume),
10016         (gst_sunaudiomixer_ctrl_set_volume),
10017         (gst_sunaudiomixer_ctrl_set_mute),
10018         (gst_sunaudiomixer_ctrl_set_record):
10019         * sys/sunaudio/gstsunaudiomixerctrl.h:
10020         * sys/sunaudio/gstsunaudiomixertrack.c:
10021         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10022         * sys/sunaudio/gstsunaudiomixertrack.h:
10023         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10024         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10025         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10026         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10027         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10028         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10029         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10030         (gst_sunaudiosrc_reset):
10031         * sys/sunaudio/gstsunaudiosrc.h:
10032         Add a SunAudio source plugin.
10033         Support stereo and right/left channel gain in the mixer plugin.
10034         Support the RECORD flag so that you can switch between line-input and
10035         microphone in gnome-volume-control.
10036         Code cleanups like using an enumerator for track number instead of an 
10037         integer. Fixes #344923.
10038
10039 2006-06-20  Wim Taymans  <wim@fluendo.com>
10040
10041         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10042
10043         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10044         (rtsp_connection_close):
10045         Make RTSP plugin compile on windows. Fixes #345301.
10046         Some changes to original patch to catch errors better.
10047         use ifdef WIN32 instead of ifndef.
10048
10049 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10050
10051         * configure.ac:
10052         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10053
10054 2006-06-18  Edward Hervey  <edward@fluendo.com>
10055
10056         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10057         After a failed buffer alloc, we need to abort the jpeg decoding (it
10058         started when parsing headers to figure out how many bytes we need
10059         to request downstream).
10060
10061 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10064
10065         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10066           Make sure we don't read beyond the end of the file (#345232).
10067
10068 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10069
10070         * configure.ac:
10071           Fix --disable-external (can't set conditionals conditionally,
10072           #343602).
10073
10074 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10075
10076         * autogen.sh:
10077         * configure.ac:
10078         * docs/Makefile.am:
10079           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10080
10081         * docs/plugins/Makefile.am:
10082         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10083         * docs/plugins/inspect/plugin-taglib.xml:
10084           Add/fix apev2mux docs.
10085
10086 2006-06-14  Wim Taymans  <wim@fluendo.com>
10087
10088         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10089         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10090         (gst_dvdec_change_state):
10091         Reset segment info on flush.
10092         Alloc segment in _init, free in _finalize.
10093
10094         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10095         Don't send segments twice.
10096
10097 2006-06-14  Wim Taymans  <wim@fluendo.com>
10098
10099         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10100         Respect segment.stop. Fixes #342592.
10101
10102 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10103
10104         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10105           No language specified means the implied language is English
10106           according to the matroska spec (partially fixes #344708);
10107           add some more debug output.
10108
10109 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10110
10111         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10112         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10113         (gst_wavparse_chain):
10114           When operating chain-based, don't make any assumptions about the
10115           chunking of the incoming data and make streaming work on days other
10116           than the second Thursday after a full moon. Also fix up debug
10117           messages here and there and make use of the most excellent new
10118           gst_pad_query_peer_duration() utility function.
10119           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10120
10121         * gst/wavparse/gstwavparse.h:
10122           Remove trailing comma after last enum value, some compilers don't
10123           like that.
10124
10125 2006-06-13  Wim Taymans  <wim@fluendo.com>
10126
10127         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10128         Handle premature EOS gracefully.
10129
10130 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10133           Prevent out of bounds array access when scrubbing towards
10134           the end of the file between the last index entry and the
10135           end. Fixes occasional 'start <= stop' newsegment event
10136           assertions when scrubbing in MJPEG files.
10137
10138 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         * tests/check/elements/.cvsignore:
10141           And another one.
10142
10143 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10144
10145         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10146         (scan_encoded_string), (parse_picture_frame):
10147           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10148
10149         * configure.ac:
10150           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10151           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10152
10153 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10154
10155         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10156           gratuitous comment changes
10157         * tests/check/elements/level.c: (GST_START_TEST):
10158           fix level test leaks
10159
10160 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10161
10162         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10163         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10164           Use gst_pad_query_peer_duration() utility function here.
10165
10166 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10167
10168         * autogen.sh:
10169           require am17
10170         * configure.ac:
10171         * ext/annodex/Makefile.am:
10172         * ext/cdio/Makefile.am:
10173         * ext/dv/Makefile.am:
10174         * ext/esd/Makefile.am:
10175         * ext/flac/Makefile.am:
10176         * ext/gdk_pixbuf/Makefile.am:
10177         * ext/ladspa/Makefile.am:
10178         * ext/libcaca/Makefile.am:
10179         * ext/speex/Makefile.am:
10180         * ext/taglib/Makefile.am:
10181         * sys/oss/Makefile.am:
10182         * sys/sunaudio/Makefile.am:
10183         * sys/ximage/Makefile.am:
10184           clean up build further
10185
10186 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gconf/Makefile.am:
10189           Honour --disable-schemas-install configure option. Fixes #344100.
10190
10191 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * tests/examples/level/Makefile.am:
10194           Add -lm to LIBS for pow() function, don't assume one of our
10195           dependencies (such as libxml-2.0) drags it in automatically
10196           (#343603).
10197
10198 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10199
10200         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10201
10202         * configure.ac:
10203           We should use $SED and not $(SED) in configure.ac (#343678).
10204
10205 2006-06-09  Wim Taymans  <wim@fluendo.com>
10206
10207         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10208
10209         * sys/sunaudio/gstsunaudiomixerctrl.c:
10210         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10211         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10212         (gst_sunaudiomixer_ctrl_set_mute):
10213         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10214         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10215         (gst_sunaudiosink_write):
10216         Attached find a patch that fixes a number of bugs with the SunAudio
10217         mixer plugin and fixes #344101:
10218         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10219            tracks onto the tracklist causing gnome-volume-control's preferences
10220            dialog to be messed up and would core dump if you checked/unchecked
10221            any item.
10222         2. We weren't previously setting the MUTE flag properly.  Fixing this
10223            makes gnome-volume-control work better.
10224         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10225            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10226            gnome-volume-control look better.
10227         Also some minor cleanup in gstsunaudiosink.c.
10228
10229 2006-06-09  Wim Taymans  <wim@fluendo.com>
10230
10231         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10232         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10233         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10234         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10235         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10236         * ext/jpeg/gstjpegdec.h:
10237         API: Added IDCT method property
10238         Small cleanups.
10239         Avoid dynamic allocation of trivial fixed structure.
10240         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10241
10242 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10243
10244         * configure.ac:
10245         We now require libraw1394 >= 1.1.0 and that version onwards all
10246         have .pc files.
10247
10248 2006-06-02  Edward Hervey  <edward@fluendo.com>
10249
10250         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10251         Trying to get items from an ANY or EMPTY caps is ... stupid.
10252
10253 2006-06-02  Edward Hervey  <edward@fluendo.com>
10254
10255         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10256         (gst_dvdec_chain), (gst_dvdec_change_state):
10257         * ext/dv/gstdvdec.h:
10258         Added GstSegment handling, now implements dropping/clipping.
10259
10260 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10261
10262         * ext/aalib/gstaasink.h:
10263         * ext/annodex/gstcmmldec.h:
10264         * ext/cairo/gsttimeoverlay.h:
10265         * ext/dv/gstdvdec.h:
10266         * ext/dv/gstdvdemux.h:
10267         * ext/esd/esdmon.h:
10268         * ext/esd/esdsink.h:
10269         * ext/flac/gstflacenc.h:
10270         * ext/gconf/gstgconfaudiosink.h:
10271         * ext/gconf/gstgconfaudiosrc.h:
10272         * ext/gconf/gstgconfvideosink.h:
10273         * ext/gconf/gstgconfvideosrc.h:
10274         * ext/gdk_pixbuf/gstgdkanimation.h:
10275         * ext/gdk_pixbuf/pixbufscale.h:
10276         * ext/hal/gsthalaudiosink.h:
10277         * ext/hal/gsthalaudiosrc.h:
10278         * ext/jpeg/gstjpegenc.h:
10279         * ext/jpeg/gstsmokedec.h:
10280         * ext/jpeg/gstsmokeenc.h:
10281         * ext/libcaca/gstcacasink.h:
10282         * ext/libmng/gstmngdec.h:
10283         * ext/libmng/gstmngenc.h:
10284         * ext/libpng/gstpngdec.h:
10285         * ext/libpng/gstpngenc.h:
10286         * ext/raw1394/gstdv1394src.h:
10287         * ext/speex/gstspeexenc.h:
10288         * gst/autodetect/gstautoaudiosink.h:
10289         * gst/autodetect/gstautovideosink.h:
10290         * gst/avi/gstavidemux.h:
10291         * gst/cutter/gstcutter.h:
10292         * gst/debug/efence.h:
10293         * gst/debug/gstnavigationtest.h:
10294         * gst/debug/gstnavseek.h:
10295         * gst/flx/gstflxdec.h:
10296         * gst/goom/gstgoom.h:
10297         * gst/icydemux/gsticydemux.h:
10298         * gst/id3demux/gstid3demux.h:
10299         * gst/law/alaw-decode.h:
10300         * gst/law/alaw-encode.h:
10301         * gst/law/mulaw-decode.h:
10302         * gst/law/mulaw-encode.h:
10303         * gst/matroska/matroska-mux.h:
10304         * gst/median/gstmedian.h:
10305         * gst/oldcore/gstaggregator.h:
10306         * gst/oldcore/gstfdsink.h:
10307         * gst/oldcore/gstmd5sink.h:
10308         * gst/oldcore/gstmultifilesrc.h:
10309         * gst/oldcore/gstpipefilter.h:
10310         * gst/oldcore/gstshaper.h:
10311         * gst/oldcore/gststatistics.h:
10312         * gst/rtp/gstasteriskh263.h:
10313         * gst/rtp/gstrtpL16depay.h:
10314         * gst/rtp/gstrtpL16pay.h:
10315         * gst/rtp/gstrtpamrdepay.h:
10316         * gst/rtp/gstrtpamrpay.h:
10317         * gst/rtp/gstrtpdepay.h:
10318         * gst/rtp/gstrtpgsmdepay.h:
10319         * gst/rtp/gstrtpgsmpay.h:
10320         * gst/rtp/gstrtph263pay.h:
10321         * gst/rtp/gstrtph263pdepay.h:
10322         * gst/rtp/gstrtph263ppay.h:
10323         * gst/rtp/gstrtpmp4gpay.h:
10324         * gst/rtp/gstrtpmp4vdepay.h:
10325         * gst/rtp/gstrtpmp4vpay.h:
10326         * gst/rtp/gstrtpmpadepay.h:
10327         * gst/rtp/gstrtpmpapay.h:
10328         * gst/rtp/gstrtppcmadepay.h:
10329         * gst/rtp/gstrtppcmapay.h:
10330         * gst/rtp/gstrtppcmudepay.h:
10331         * gst/rtp/gstrtppcmupay.h:
10332         * gst/rtp/gstrtpspeexdepay.h:
10333         * gst/rtp/gstrtpspeexpay.h:
10334         * gst/rtsp/gstrtpdec.h:
10335         * gst/rtsp/gstrtspsrc.h:
10336         * gst/smpte/gstsmpte.h:
10337         * gst/udp/gstdynudpsink.h:
10338         * gst/udp/gstmultiudpsink.h:
10339         * gst/udp/gstudpsink.h:
10340         * gst/udp/gstudpsrc.h:
10341         * gst/videofilter/gstvideobalance.h:
10342         * gst/videofilter/gstvideoflip.h:
10343         * sys/oss/gstossdmabuffer.h:
10344         * sys/oss/gstossmixerelement.h:
10345         * sys/oss/gstosssink.h:
10346         * sys/oss/gstosssrc.h:
10347         * sys/osxvideo/osxvideosink.h:
10348         * sys/sunaudio/gstsunaudiomixer.h:
10349         * sys/sunaudio/gstsunaudiosink.h:
10350         * sys/ximage/gstximagesrc.h:
10351         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10352
10353 2006-05-31  Wim Taymans  <wim@fluendo.com>
10354
10355         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10356         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10357         (gst_goom_src_setcaps), (gst_goom_src_event),
10358         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10359         (gst_goom_change_state):
10360         * gst/goom/gstgoom.h:
10361         Handle QoS.
10362         Handle flushing, discont and events.
10363         Fix timestamps and various other cleanups.
10364
10365 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10366
10367         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10368         Fix bus reset when using libiec61883
10369
10370 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10371
10372         * configure.ac:
10373         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10374         * ext/raw1394/Makefile.am:
10375         Add CFLAGS.
10376         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10377         New method, to receive using libiec61883.
10378         (gst_dv1394src_iso_receive),
10379         #ifdef'd out if libiec61883 is present.
10380         (gst_dv1394src_bus_reset),
10381         Get userdata correctly if using libiec61883. 
10382         (gst_dv1394src_create),
10383         When using libiec61883, only poll one fd and no need to read.
10384         (gst_dv1394src_discover_avc_node),
10385         Replace g_warnings.
10386         (gst_dv1394src_start),
10387         Create new handle when we know which dv port.  More reliable
10388         than setting port on an existing handle.  Initialise libiec61883.
10389         (gst_dv1394src_stop):
10390         If using libiec61883, then cleanup its handle properly.
10391         * ext/raw1394/gstdv1394src.h:
10392         Add libiec61883 handle.
10393
10394 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10395
10396         * gst/avi/gstavidemux.c:
10397           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10398         * win32/MANIFEST:
10399           sort file listing
10400         * win32/vs6/libgstavi.dsp:
10401           add gstavimux.c to the project
10402         * win32/vs6/libgstid3demux.dsp:
10403           add link to zlib library
10404         * win32/vs6/libgstmatroska.dsp:
10405           add matroska-ids.c to the project
10406
10407 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         Patch by: Sebastian Dröge  <mail at slomosnail de >
10410
10411         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10413         * ext/taglib/Makefile.am:
10414         * ext/taglib/gstapev2mux.cc:
10415         * ext/taglib/gstapev2mux.h:
10416         * ext/taglib/gstid3v2mux.cc:
10417         * ext/taglib/gsttaglibmux.c: (plugin_init):
10418         * ext/taglib/gsttaglibmux.h:
10419           Add apev2mux element (#343122).
10420         
10421         * tests/check/Makefile.am:
10422         * tests/check/elements/apev2mux.c:
10423         (test_taglib_apev2mux_create_tags),
10424         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10425         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10426         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10427         (apev2mux_suite), (main):
10428           Add unit test for apev2mux element.
10429
10430 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10431
10432         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10433         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10434         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10435           GST_PTR_FORMAT should be used to print caps in debug statements.
10436
10437 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10438
10439         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10440
10441         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10442         (ape_demux_parse_tags):
10443           Some clean-ups and additions: map APE 'file' tag to
10444           GST_TAG_LOCATION (#343123); add support for extracting
10445           the track count and clean up parsing a bit (#343127).
10446
10447 2006-05-28  Edward Hervey  <edward@fluendo.com>
10448
10449         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10450         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10451
10452 2006-05-28  Edward Hervey  <edward@fluendo.com>
10453
10454         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10455         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10456         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10457         * ext/jpeg/gstjpegdec.h:
10458         Clip outgoing buffers according to currently configured segment.
10459
10460 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10461
10462         * ext/taglib/gstid3v2mux.cc:
10463           Handle  writing of track-count or album-volume-count without
10464           track-number or albume-volume-number (in this case the number
10465           will just be set to 0).
10466
10467         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10468           It would be nice if we actually checked the values received for
10469           track/album-volume number/count in  _check_tags(), rather than
10470           setting them again ...
10471
10472 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10475           A track/volume number or count of 0 does not make sense,
10476           just ignore it along with negative numbers (a tag might
10477           only contain a track count without a track number).
10478
10479 2006-05-27  Edward Hervey  <edward@fluendo.com>
10480
10481         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10482         (gst_jpeg_dec_sink_event):
10483         Abort decompression when receiving FLUSH_STOP. This should avoid
10484         issues when interrupting decoding with flushes.
10485
10486 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * ext/flac/gstflac.c:
10489           Don't #include file we don't dist any longer.
10490
10491 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10492
10493         * README:
10494           Replace current README (containing the release notes from
10495           some 0.9.x version) with a proper README taken from the core.
10496
10497 2006-05-24  Wim Taymans  <wim@fluendo.com>
10498
10499         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10500         Implement EOS correctly by either posting
10501         SEGMENT_DONE or pushing an EOS message depending
10502         on the seek type. Fixes #342592
10503
10504 2006-05-24  Wim Taymans  <wim@fluendo.com>
10505
10506         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10507         * gst/law/alaw-decode.h:
10508         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10509         * gst/law/alaw-encode.h:
10510         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10511         * gst/law/mulaw-decode.h:
10512         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10513         * gst/law/mulaw-encode.h:
10514         Some cleanups in the chain functions.
10515         Remove some GStreamer 0.0.2 bits.
10516
10517 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10518
10519         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10520
10521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10522           gst_collect_pads_stop() needs to be called before chaining up
10523           to the parent class (#342734).
10524
10525 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * ext/flac/Makefile.am:
10528         * ext/flac/flac_compat.h:
10529         * ext/flac/gstflac.c:
10530         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10531         * ext/flac/gstflacenc.c:
10532           Remove backwards compatibility cruft for dealing with FLAC API
10533           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10534
10535 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10538         (gst_matroska_demux_push_xiph_codec_priv_data),
10539         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10540         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10541         * gst/matroska/matroska-ids.h:
10542         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10543         (gst_matroska_mux_video_pad_setcaps),
10544         (xiph3_streamheader_to_codecdata),
10545         (vorbis_streamheader_to_codecdata),
10546         (theora_streamheader_to_codecdata),
10547         (gst_matroska_mux_audio_pad_setcaps),
10548         (gst_matroska_mux_write_data):
10549           Add support for muxing/demuxing theora video (#342448; too bad
10550           none of the usual linux players can actually play this). Playback
10551           in GStreamer will require additional changes to theoradec in -base.
10552           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10553           cleanups.
10554
10555 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10556
10557         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10558         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10559           Fix crashes when the horizontal subsampling is 1.
10560           Fixes #342097.
10561
10562 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10563
10564         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10565
10566         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10567         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10568         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10569         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10570         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10571         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10572         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10573         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10574         (gst_avi_mux_change_state):
10575         * gst/avi/gstavimux.h:
10576           Some enhancements for avimux (#342526):
10577            - add odml (large file) index support
10578            - store codec init data (e.g. huffyuv)
10579            - miscellaneous other fixes/cleanups
10580
10581 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10582
10583         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10584         Don't output any tag when we encounter a negative track number - the
10585         tag type is uint, so we end up outputting huge positive numbers
10586         instead. (Fixes: #342029)
10587
10588 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10589
10590         * configure.ac:
10591           update for new GSTPB_PLUGINS_DIR
10592
10593 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10594
10595         * rtp/gst/gstrtph263pay.c:
10596         Properly set static caps for H263 at 34.
10597
10598 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10601
10602         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10603           Merge event tags and tag setter tags correctly (#339918). Also,
10604           don't leak taglist in case of an error.
10605           
10606 2006-05-17  Edward Hervey  <edward@fluendo.com>
10607
10608         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10609         We can only do caps intersection if the othercaps are non-empty and not
10610         ANY. Else we return the pad template (base_caps).
10611
10612 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10613
10614         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10615           Fix crash when outputting debugging information for certain
10616           pictures (always good to use the right struct member for
10617           the number of records in an array).
10618
10619 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10620
10621         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10622
10623         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10624         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10625         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10626         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10627         (gst_ebml_read_float), (gst_ebml_read_ascii),
10628         (gst_ebml_read_binary):
10629           Don't create unnecessary sub-buffers all the time. Dramatically
10630           improves performance with multiple concurrently running
10631           matroskademux instances (#341818) (and avoids doing
10632           unnecessarily inefficient things in the general case).
10633
10634 2006-05-16  Edward Hervey  <edward@fluendo.com>
10635
10636         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10637         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10638         return value of gst_pad_push_event().
10639
10640 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10641
10642         * gst/autodetect/gstautoaudiosink.c:
10643         (gst_auto_audio_sink_find_best):
10644         * gst/autodetect/gstautovideosink.c:
10645         (gst_auto_video_sink_find_best):
10646         Make the name of the child element be based on the name of the
10647         parent, so that debug output is more useful.
10648         
10649         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10650         (parse_insert_string_field), (parse_split_strings):
10651         Rework string parsing to always walk over BOM markers in UTF16
10652         strings, using the endianness indicated by the innermost one,
10653         then trying the opposite endianness if that fails to convert
10654         to valid UTF-8. Fixes #341774
10655
10656 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10657
10658         Patch from: Matthieu <matthieu at fluendo dot com>
10659
10660         * ext/libpng/Makefile.am:
10661         Add LIBPNG_CFLAGS.
10662
10663 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10664
10665         * ext/taglib/gstid3v2mux.cc:
10666           Add support for writing images (APIC frames) into ID3v2
10667           tags (picture type always set to 'other' for now though).
10668
10669 2006-05-14  Michael Smith  <msmith@fluendo.com>
10670
10671         * gst/wavparse/gstwavparse.c:
10672           Update docs; wavparse implements push and pull modes.
10673
10674 2006-05-12  Wim Taymans  <wim@fluendo.com>
10675
10676         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10677         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10678         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10679         Ooops, bitten by the copy-and-paste design paradigm, fixes
10680         seek again.
10681
10682 2006-05-12  Wim Taymans  <wim@fluendo.com>
10683
10684         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10685         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10686         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10687         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10688         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10689         (gst_avi_demux_massage_index),
10690         (gst_avi_demux_calculate_durations_from_index),
10691         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10692         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10693         (gst_avi_demux_loop):
10694         * gst/avi/gstavidemux.h:
10695         Some cleanups, prepare to use GstSegment.
10696         Fix error in entry walking code.
10697         Fix VBR detection.
10698         Smarter timestamp calculation code.
10699         Uniform error/eos handling.
10700
10701 2006-05-12  Michael Smith  <msmith@fluendo.com>
10702
10703         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10704         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10705           Fix use of uninitialised values if we're NOT seeking in ready.
10706           Fix typos.
10707
10708 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         * gst/wavparse/Makefile.am:
10711           Add CFLAGS and LIBS for libgstbase, fixes build on
10712           Cygwin (#341489).
10713
10714 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10715
10716         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10717           Some more debug info. No need to check whether the string
10718           returned by g_convert() is really UTF-8 - either it is or
10719           we get NULL returned.
10720
10721 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10722
10723         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10724           Fix parsing of numeric genre strings some more, by ensuring that
10725           we only try and parse strings that a) Start with '(' and b) Consist
10726           only of digits.
10727           Also, when finding an escaping '((' sequence, bust it back to '(' by
10728           swallowing the first parenthesis
10729
10730 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10731
10732         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10733         (gst_esdsink_open), (gst_esdsink_close):
10734         * ext/esd/esdsink.h:
10735           Move the esd_get_server_info() into gst_esdsink_open() and fail
10736           with a decent error message on errors.
10737
10738 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10739
10740         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10741         (gst_esdmon_channels_get_type):
10742         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10743         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10744         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10745         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10746         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10747         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10748         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10749         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10750         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10751         * gst/videomixer/videomixer.c:
10752         (gst_video_mixer_background_get_type):
10753           Const-ify GEnumValue arrays.
10754
10755 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10756
10757         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10758
10759         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10760         (gst_avi_mux_do_video_buffer):
10761           Work around gst_buffer_make_metadata_writable() bug that
10762           results in avimux marking all frames in the index as
10763           keyframes (#340859).
10764           
10765 2006-05-08  Wim Taymans  <wim@fluendo.com>
10766
10767         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10768         Make parsing of urls suck slightly less.
10769
10770 2006-05-08  Edward Hervey  <edward@fluendo.com>
10771
10772         * autogen.sh: (CONFIGURE_DEF_OPT): 
10773         libtoolize on Darwin/MacOSX is called glibtoolize.
10774
10775 2006-05-08  Wim Taymans  <wim@fluendo.com>
10776
10777         Patch by: Jens Granseuer <jensgr at gmx dot net>
10778
10779         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10780         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10781         C89 compliance fixes. Fixes #340980
10782
10783 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10784
10785         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10786         * ext/flac/gstflacdec.h:
10787           Handle segment seeks that include the end of the file as stop point
10788           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10789           message instead of an EOS event in case we're in segment seek
10790           mode (fixes #340699).
10791           
10792 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10793
10794         * ext/cairo/gsttextoverlay.c:
10795         * ext/flac/gstflacdec.c:
10796         * ext/gdk_pixbuf/pixbufscale.c:
10797         * gst/apetag/gstapedemux.c:
10798         * gst/debug/breakmydata.c:
10799         * gst/debug/testplugin.c:
10800         * gst/matroska/ebml-write.c:
10801         * gst/multipart/multipartdemux.c:
10802         * sys/osxaudio/gstosxaudiosink.c:
10803         * sys/osxaudio/gstosxaudiosrc.c:
10804         Add semicolons after GST_BOILERPLATE[_FULL] so that
10805         indent doesn't mess up following lines.
10806
10807 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10810
10811         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10812           Don't leak caps when freeing the stream context (#340623).
10813
10814 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10815
10816         * configure.ac:
10817           Back to CVS
10818
10819 === release 0.10.3 ===
10820
10821 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10822
10823         * configure.ac:
10824           releasing 0.10.3, "Desplazado"
10825
10826 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10827
10828         * gst/matroska/matroska-mux.c:
10829         (gst_matroska_mux_stream_is_vorbis_header),
10830         (gst_matroska_mux_write_data):
10831           Don't strcmp() NULL strings.
10832           Only start new clusters on video keyframes, not on any
10833           random audio buffer that doesn't have the DELTA_UNIT
10834           flag set (fixes 'make check' again).
10835
10836 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10839
10840         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10841         (gst_matroska_mux_stream_is_vorbis_header),
10842         (gst_matroska_mux_write_data):
10843           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10844           value and then dead-lock when muxing vorbis audio streams
10845           (the three vorbis header buffers carry no timestamp, and it
10846           would try to mux these after all video buffers). Fixes #340346.
10847
10848           Improve clustering: start a new cluster also whenever we get
10849           a keyframe.     
10850
10851 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10852
10853         * win32/common/config.h:
10854         * win32/MANIFEST
10855           add the generated file as well
10856
10857 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10858
10859         * Makefile.am:
10860         * configure.ac:
10861         * win32/common/config.h.in:
10862           add win32 stuff
10863
10864 2006-05-03  Michael Smith  <msmith@fluendo.com>
10865
10866         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10867           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10868           SUCKS.
10869
10870 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10871
10872         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10873         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10874         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10875           don't leak caps-string
10876
10877 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10878
10879         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10880         (gst_id3demux_sink_activate):
10881           Let core insert default error message for TYPE_NOT_FOUND
10882           errors, it's just as good as our own and has the added
10883           bonus of being translated.
10884
10885 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10888         (gst_tag_demux_sink_event):
10889         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10890         (gst_id3demux_sink_event):
10891           Post an error message when we get an EOS event and were not
10892           able to find out the type of stream.
10893
10894         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10895         (test_taglib_id3mux_with_tags):
10896           Decrease num-buffers to 16 per iteration again, otherwise the
10897           many memcpy()s and reallocations in the test will hammer slow
10898           CPUs completely and make the test timeout.
10899
10900 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10901
10902         * configure.ac:
10903           figure out where plugins-base plugins are
10904         * tests/check/Makefile.am:
10905           use plugins-base plugins, so we have typefind functions
10906         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10907           increase num-buffers, this makes sure the test errors out instead
10908           of timing out when no typefind functions are present
10909
10910 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10911
10912         * docs/plugins/Makefile.am:
10913           also check .cc files for gtk-doc markup
10914         * configure.ac:
10915         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10917         * tests/check/Makefile.am:
10918         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10919         * ext/Makefile.am:
10920         * ext/taglib/Makefile.am:
10921         * ext/taglib/gstid3v2mux.h:
10922         * ext/taglib/gsttaglibmux.c:
10923         * ext/taglib/gsttaglibmux.h:
10924           move taglib-based id3v2muxer to -good.  Fixes #336110.
10925
10926 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10927
10928         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10929           ... and fix multichannel/WAVFORMATEX support again.
10930
10931 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10932
10933         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10934         (gst_wavparse_class_init), (gst_wavparse_dispose),
10935         (gst_wavparse_reset), (gst_wavparse_init),
10936         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10937         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10938         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10939         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10940         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10941         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10942         (gst_wavparse_stream_data), (gst_wavparse_loop),
10943         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10944         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10945         (gst_wavparse_change_state), (plugin_init):
10946         * gst/wavparse/gstwavparse.h:
10947           Add push (streaming) mode to wavparse (fixes #337625)
10948
10949 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10950
10951         * configure.ac:
10952         * tests/Makefile.am:
10953           add ximagesrc icles test
10954
10955 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10956
10957         * configure.ac:
10958         * docs/plugins/Makefile.am:
10959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10960         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10961         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10962         (gst_cmml_enc_push_clip):
10963         * sys/Makefile.am:
10964         * sys/ximage/Makefile.am:
10965         * sys/ximage/gstximagesrc.c:
10966           Move ximagesrc plug-in to good after review.  Fixes #336756.
10967
10968 2006-04-28  Michael Smith  <msmith@fluendo.com>
10969
10970         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10971         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10972         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10973         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10974         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10975         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10976         * gst/icydemux/gsticydemux.h:
10977           Fix event handling: cache events when typefinding and forward later.
10978
10979 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10980
10981         * sys/osxaudio/gstosxaudiosink.c:
10982         (plugin_init):
10983          Register osxaudiosrc to the plugin.
10984         * sys/osxaudio/gstosxaudiosrc.c:
10985         (gst_osx_audio_src_osxelement_do_init),
10986         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10987         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10988         (gst_osx_audio_src_get_property),
10989         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10990         (gst_osx_audio_src_osxelement_init):
10991         * sys/osxaudio/gstosxaudiosrc.h:
10992           Port of osxaudiosrc to 0.10.
10993         * sys/osxaudio/Makefile.am:
10994           Add osxaudiosrc
10995
10996 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10997
10998         * sys/osxaudio/gstosxringbuffer.c:
10999         * sys/osxaudio/gstosxringbuffer.h:
11000           Forgot to commit earlier, part of the OSX audio plugin port
11001
11002 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11005         (parse_split_strings):
11006           Recognise and skip any byte order marker (BOM) in
11007           UTF-16 strings.
11008
11009 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11010
11011         * docs/plugins/Makefile.am:
11012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11014         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11015         * docs/plugins/inspect/plugin-avi.xml:
11016         * gst/avi/gstavidemux.c:
11017         * gst/avi/gstavimux.c:
11018           Add docs for both avidemux and avimux.
11019
11020 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11023
11024         * gst/avi/Makefile.am:
11025         * gst/avi/gstavi.c: (plugin_init):
11026         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11027         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11028         (gst_avi_mux_class_init), (gst_avi_mux_init),
11029         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11030         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11031         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11032         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11033         (gst_avi_mux_riff_get_avix_header),
11034         (gst_avi_mux_riff_get_video_header),
11035         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11036         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11037         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11038         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11039         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11040         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11041         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11042         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11043         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11044         (gst_avi_mux_change_state):
11045         * gst/avi/gstavimux.h:
11046           Port AVI muxer to GStreamer-0.10 (#332031).
11047
11048         * tests/check/Makefile.am:
11049         * tests/check/elements/avimux.c:
11050         * tests/check/elements/.cvsignore:
11051           Add unit test for AVI muxer.
11052
11053 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11054
11055         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11056         (gst_wavparse_class_init), (gst_wavparse_reset),
11057         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11058         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11059         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11060         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11061         (gst_wavparse_stream_data), (gst_wavparse_loop),
11062         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11063         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11064         (plugin_init):
11065         * gst/wavparse/gstwavparse.h:
11066           reverted patch #337625 for the price of 1 hour sleep
11067
11068 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11069
11070         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11071         (gst_wavparse_class_init), (gst_wavparse_reset),
11072         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11073         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11074         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11075         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11076         (gst_wavparse_stream_data), (gst_wavparse_loop),
11077         (gst_wavparse_chain), (plugin_init):
11078         * gst/wavparse/gstwavparse.h:
11079           correct partial implementation of push mode
11080           (from my last commit)
11081
11082 2006-04-26  Wim Taymans  <wim@fluendo.com>
11083
11084         * ext/esd/esdsink.c:
11085         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11086         it is not in esd.h
11087
11088 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11091         (gst_au_parse_class_init), (gst_au_parse_init),
11092         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11093         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11094         (gst_au_parse_chain), (gst_au_parse_src_convert),
11095         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11096         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11097         (gst_au_parse_change_state):
11098         * gst/auparse/gstauparse.h:
11099           Rewrite auparse to suck a little bit less: make source pad
11100           dynamic, so decodebin/playbin work with non-raw formats
11101           like alaw/mulaw; add query function for duration/position
11102           queries; check whether we have enough data before attempting
11103           to parse the header (instead of crashing when that is not the
11104           case); work around audioconvert sucking by swapping endianness
11105           to the native endianness ourselves for float formats; send
11106           initial newsegment event. Fixes #161712.
11107
11108 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11109
11110         * sys/osxaudio/Makefile.am:
11111         * sys/osxaudio/gstosxaudioelement.c:
11112         (gst_osx_audio_element_get_type),
11113         (gst_osx_audio_element_class_init):
11114         * sys/osxaudio/gstosxaudioelement.h:
11115         * sys/osxaudio/gstosxaudiosink.c:
11116         (gst_osx_audio_sink_osxelement_do_init),
11117         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11118         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11119         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11120         (gst_osx_audio_sink_create_ringbuffer),
11121         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11122         (plugin_init):
11123         * sys/osxaudio/gstosxaudiosink.h:
11124         Port of osxaudiosink to 0.10
11125
11126 2006-04-26  Wim Taymans  <wim@fluendo.com>
11127
11128         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11129         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11130         the size of the ringbuffer. This should fix hangs with older 
11131         esd sound servers.
11132
11133 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11134
11135         * ext/aalib/gstaasink.c:
11136         * ext/annodex/gstcmmldec.c:
11137         * ext/annodex/gstcmmlenc.c:
11138         * ext/cairo/gsttextoverlay.c:
11139         * ext/cairo/gsttimeoverlay.c:
11140         * ext/cdio/gstcdiocddasrc.c:
11141         * ext/dv/gstdvdec.c:
11142         * ext/dv/gstdvdemux.c:
11143         * ext/esd/esdmon.c:
11144         * ext/esd/esdsink.c:
11145         * ext/flac/gstflacenc.c:
11146         * ext/flac/gstflactag.c:
11147         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11148         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11149         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11150         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11151         * ext/gdk_pixbuf/pixbufscale.c:
11152         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11153         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11154         * ext/jpeg/gstjpegdec.c:
11155         * ext/jpeg/gstjpegenc.c:
11156         * ext/jpeg/gstsmokedec.c:
11157         * ext/jpeg/gstsmokeenc.c:
11158         * ext/libcaca/gstcacasink.c:
11159         * ext/libmng/gstmngdec.c:
11160         * ext/libmng/gstmngenc.c:
11161         * ext/libpng/gstpngdec.c:
11162         * ext/libpng/gstpngenc.c:
11163         * ext/mikmod/gstmikmod.c:
11164         * ext/raw1394/gstdv1394src.c:
11165         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11166         * ext/shout2/gstshout2.h:
11167         * ext/speex/gstspeexdec.c:
11168         * ext/speex/gstspeexenc.c:
11169         * gst/alpha/gstalpha.c:
11170         * gst/alpha/gstalphacolor.c:
11171         * gst/apetag/gstapedemux.c:
11172         * gst/auparse/gstauparse.c:
11173         * gst/autodetect/gstautoaudiosink.c:
11174         (gst_auto_audio_sink_base_init):
11175         * gst/autodetect/gstautovideosink.c:
11176         (gst_auto_video_sink_base_init):
11177         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11178         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11179         * gst/cutter/gstcutter.c:
11180         * gst/debug/breakmydata.c:
11181         * gst/debug/efence.c:
11182         * gst/debug/gstnavigationtest.c:
11183         * gst/debug/gstnavseek.c:
11184         * gst/debug/negotiation.c:
11185         * gst/debug/progressreport.c:
11186         * gst/debug/testplugin.c:
11187         * gst/effectv/gstaging.c:
11188         * gst/effectv/gstdice.c:
11189         * gst/effectv/gstedge.c:
11190         * gst/effectv/gstquark.c:
11191         * gst/effectv/gstrev.c:
11192         * gst/effectv/gstshagadelic.c:
11193         * gst/effectv/gstvertigo.c:
11194         * gst/effectv/gstwarp.c:
11195         * gst/flx/gstflxdec.c:
11196         * gst/goom/gstgoom.c:
11197         * gst/icydemux/gsticydemux.c:
11198         * gst/id3demux/gstid3demux.c:
11199         * gst/interleave/deinterleave.c:
11200         * gst/interleave/interleave.c:
11201         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11202         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11203         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11204         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11205         * gst/level/gstlevel.c:
11206         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11207         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11208         * gst/median/gstmedian.c:
11209         * gst/monoscope/gstmonoscope.c:
11210         * gst/multipart/multipartdemux.c:
11211         * gst/multipart/multipartmux.c:
11212         * gst/oldcore/gstaggregator.c:
11213         * gst/oldcore/gstfdsink.c:
11214         * gst/oldcore/gstmd5sink.c:
11215         * gst/oldcore/gstmultifilesrc.c:
11216         * gst/oldcore/gstpipefilter.c:
11217         * gst/oldcore/gstshaper.c:
11218         * gst/oldcore/gststatistics.c:
11219         * gst/rtp/gstasteriskh263.c:
11220         * gst/rtp/gstrtpL16depay.c:
11221         * gst/rtp/gstrtpL16pay.c:
11222         * gst/rtp/gstrtpamrdepay.c:
11223         * gst/rtp/gstrtpamrpay.c:
11224         * gst/rtp/gstrtpdepay.c:
11225         * gst/rtp/gstrtpgsmpay.c:
11226         * gst/rtp/gstrtph263pay.c:
11227         * gst/rtp/gstrtph263pdepay.c:
11228         * gst/rtp/gstrtph263ppay.c:
11229         * gst/rtp/gstrtpilbcdepay.c:
11230         * gst/rtp/gstrtpmp4gpay.c:
11231         * gst/rtp/gstrtpmp4vdepay.c:
11232         * gst/rtp/gstrtpmp4vpay.c:
11233         * gst/rtp/gstrtpmpadepay.c:
11234         * gst/rtp/gstrtpmpapay.c:
11235         * gst/rtp/gstrtppcmadepay.c:
11236         * gst/rtp/gstrtppcmapay.c:
11237         * gst/rtp/gstrtppcmudepay.c:
11238         * gst/rtp/gstrtppcmupay.c:
11239         * gst/rtp/gstrtpspeexdepay.c:
11240         * gst/rtp/gstrtpspeexpay.c:
11241         * gst/rtsp/gstrtpdec.c:
11242         * gst/rtsp/gstrtspsrc.c:
11243         * gst/smpte/gstsmpte.c:
11244         * gst/udp/gstdynudpsink.c:
11245         * gst/udp/gstmultiudpsink.c:
11246         * gst/udp/gstudpsink.c:
11247         * gst/udp/gstudpsrc.c:
11248         * gst/videobox/gstvideobox.c:
11249         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11250         * gst/videofilter/gstvideobalance.c:
11251         * gst/videofilter/gstvideoflip.c:
11252         * gst/videofilter/gstvideotemplate.c:
11253         (gst_videotemplate_base_init):
11254         * gst/videomixer/videomixer.c:
11255         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11256         (gst_wavparse_class_init), (gst_wavparse_dispose),
11257         (gst_wavparse_reset), (gst_wavparse_init),
11258         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11259         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11260         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11261         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11262         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11263         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11264         (gst_wavparse_change_state):
11265         * gst/wavparse/gstwavparse.h:
11266         * sys/oss/gstossmixerelement.c:
11267         * sys/oss/gstosssink.c:
11268         * sys/oss/gstosssrc.c:
11269         * sys/osxaudio/gstosxaudioelement.c:
11270         * sys/osxaudio/gstosxaudiosink.c:
11271         * sys/osxaudio/gstosxaudiosrc.c:
11272         * sys/sunaudio/gstsunaudiomixer.c:
11273         * sys/sunaudio/gstsunaudiosink.c:
11274           Define GstElementDetails as const and also static (when defined as
11275           global)
11276
11277 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11278
11279         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11280           Source pad has fixed caps. If we don't set this, bad
11281           things happen when the window is resized.
11282
11283 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         * gst/matroska/Makefile.am:
11286         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11287         (gst_matroska_demux_handle_src_event):
11288         * gst/matroska/matroska-ids.c:
11289         (gst_matroska_track_init_video_context),
11290         (gst_matroska_track_init_audio_context),
11291         (gst_matroska_track_init_subtitle_context),
11292         (gst_matroska_track_init_complex_context):
11293         * gst/matroska/matroska-ids.h:
11294           Handle case where the TrackType ebml chunk does not come before the
11295           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11296           events.
11297
11298 2006-04-25  Wim Taymans  <wim@fluendo.com>
11299
11300         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11301         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11302         It's codec_data, not codec_info.
11303
11304 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11305
11306         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11307
11308         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11309           Handle codec_data for VfW compatibility codec IDs (#339451)
11310
11311         * gst/matroska/matroska-mux.c:
11312         (gst_matroska_mux_video_pad_setcaps):
11313           Same here, handle codec_data and add additional caps we can handle
11314           now to the pad template (huffyuv, dv and h263 video) (#339451)
11315
11316 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11317
11318         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11319
11320         * gst/matroska/matroska-mux.c:
11321         (gst_matroska_mux_create_buffer_header),
11322         (gst_matroska_mux_write_data):
11323           Fix timestamping of B-frames, use signed integers, do
11324           some rounding (#339678).
11325
11326 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11327
11328         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11329         just make it compile with --disable-gst-debug.
11330
11331 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11332
11333         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11334         Fix a bad conversion using gst_guint64_to_gdouble.
11335         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11336         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11337         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11338     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11339         mistake.
11340
11341 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11342
11343         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11344         Use gst_guint64_to_gdouble for conversions
11345         * win32/vs6/gst_plugins_good.dsw:
11346         * win32/vs6/libgsticydemux.dsp:
11347         Add a project file for icydemux
11348
11349 2006-04-21  Wim Taymans  <wim@fluendo.com>
11350
11351         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11352
11353         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11354         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11355         When splitting audio chunks, the block alignment is not taken in
11356         consideration, so the smaller chunks could be of size which is 
11357         not a multiple of the block alignment. Fixes #336904
11358
11359 2006-04-21  Wim Taymans  <wim@fluendo.com>
11360
11361         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11362         Use scale functions
11363
11364 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         * ext/dv/gstdv.c: (plugin_init):
11367           Fix build.
11368
11369 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11372         (gst_progress_report_class_init), (gst_progress_report_init),
11373         (gst_progress_report_do_query), (gst_progress_report_report),
11374         (gst_progress_report_set_property),
11375         (gst_progress_report_get_property):
11376           Add 'format' property to force querying to a particular format.
11377
11378 2006-04-21  Andy Wingo  <wingo@pobox.com>
11379
11380         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11381         best, on big endian systems. Drop its rank in that case. OTOH on
11382         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11383
11384 2006-04-21  Michael Smith  <msmith@fluendo.com>
11385
11386         * configure.ac:
11387         * gst/icydemux/Makefile.am:
11388         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11389         (gst_icydemux_base_init), (gst_icydemux_class_init),
11390         (gst_icydemux_reset), (gst_icydemux_init),
11391         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11392         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11393         (unicodify), (gst_icydemux_unicodify),
11394         (gst_icydemux_parse_and_send_tags),
11395         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11396         (gst_icydemux_chain), (gst_icydemux_change_state),
11397         (gst_icydemux_send_tag_event), (plugin_init):
11398         * gst/icydemux/gsticydemux.h:
11399         * tests/check/Makefile.am:
11400         * tests/check/elements/icydemux.c: (typefind_succeed),
11401         (plugin_init), (icydemux_found_pad), (create_icydemux),
11402         (cleanup_icydemux), (push_data), (GST_START_TEST),
11403         (icydemux_suite), (main):
11404           Add icydemux, and tests.
11405
11406 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11407
11408         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11409           Post SEGMENT_DONE message in TIME format.
11410
11411 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11414
11415         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11416         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11417           Fix index creation when we have to scan the file to create
11418           an index. There may be other types of RIFF 'LIST' chunks than
11419           'movi' and we need to skip them properly as well or we'll end up
11420           reading garbage (#336889). Some other cosmetic changes.
11421           
11422 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11425         (gst_flac_dec_handle_seek_event):
11426           Add support for segment seeks (fixes #338290). Also demote
11427           some recurring debug message from DEBUG to LOG level.
11428
11429 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11432         (gst_matroskademux_do_index_seek),
11433         (gst_matroska_demux_handle_seek_event),
11434         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11435         * gst/matroska/matroska-ids.h:
11436           Set DISCONT flag on first buffer after a discontinuity.
11437           Fix newsegment events sent when seeking and honour KEY_UNIT
11438           seek flag. Create pad with bogus caps if we don't recognise
11439           the stream codec id.
11440
11441         * gst/matroska/matroska-demux.h:
11442           Fix GObject macros.
11443
11444 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11445
11446         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11447
11448         * gst/matroska/matroska-demux.c:
11449         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11450           Handle end of segment properly when set; don't dead-lock when
11451           posting start of segment message when doing a segment seek.
11452           Fixes #338810.
11453
11454 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11455
11456         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11457         (gst_matroska_demux_plugin_init):
11458           Make mpeg2 aac audio work: create artificial private codec data
11459           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11460           Also call gst_riff_init(). Partially fixes #338767.
11461
11462 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11465         (gst_wavenc_class_init), (gst_wavenc_init),
11466         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11467         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11468         (gst_wavenc_chain), (gst_wavenc_change_state):
11469         * gst/wavenc/gstwavenc.h:
11470           Set caps on first outgoing buffer, so that it doesn't error out
11471           immediately with a non-negotiated error (#338716). Rewrite and
11472           clean up a bit; fix setcaps function to parse things properly;
11473           fix sink caps (8bit audio is unsigned and doesn't have depth);
11474           use boilerplate macros; remove unused properties stuff.
11475
11476 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11477
11478         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11479           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11480           handle MJPEG streams and might be autoplugged for those if the
11481           user doesn't have jpegdec installed (resulting in a cryptic error
11482           message about huffman tables). Better to disable JPEG decoding here
11483           and let the user figure out that she needs to install jpegdec.
11484
11485 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11486
11487         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11488         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11489         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11490         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11491           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11492           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11493           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11494           debug messages. Fix boilerplate macros.
11495
11496 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11497
11498         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11499         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11500           No need to special-case for Gdk-2.0 any longer, we require
11501           Gdk 2.2 or newer; minor clean-ups.
11502
11503 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11506         (gst_shout2send_class_init), (gst_shout2send_init),
11507         (set_shout_metadata), (gst_shout2send_set_metadata),
11508         (gst_shout2send_event), (gst_shout2send_start),
11509         (gst_shout2send_connect), (gst_shout2send_stop),
11510         (gst_shout2send_render), (gst_shout2send_set_property),
11511         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11512         (plugin_init):
11513         * ext/shout2/gstshout2.h:
11514         * po/POTFILES.in:
11515           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11516           change function; use GST_ELEMENT_ERROR for error reporting, not
11517           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11518           will cause crashes or assertion failures; remove (unused) "sync"
11519           property, basesink already has such a property; misc. other
11520           minor fixes and cleanups.
11521
11522 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11523
11524         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11525         * ext/esd/gstesd.c: (plugin_init):
11526         * po/POTFILES.in:
11527           Add translatable error message for when we cannot
11528           connect to the sound server, as "Cannot open resource
11529           for writing" isn't really an acceptable message to show
11530           to the user in this case.
11531
11532 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11533
11534         * sys/oss/gst-i18n-plugin.h:
11535           Remove bogus file that doesn't belong here.
11536
11537 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         Patch by: Philippe Valembois
11540
11541         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11542         (gst_shout2send_set_metadata), (gst_shout2send_event),
11543         (gst_shout2send_render), (gst_shout2send_change_state):
11544         * ext/shout2/gstshout2.h:
11545           Handle tags being received before the connection to
11546           the server is established properly (see #338636).
11547
11548 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11551           Don't crash in case the connection to the server fails:
11552           don't set pointer to NULL by assigning FALSE; error out
11553           properly by using GST_ELEMENT_ERROR and returning
11554           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11555           before resetting the pointer.
11556
11557 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11558
11559         * gst/id3demux/id3tags.c:
11560         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11561         (Fixes #338713)
11562
11563 2006-04-12  Wim Taymans  <wim@fluendo.com>
11564
11565         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11566         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11567         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11568         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11569         (gst_gdk_pixbuf_chain):
11570         Some cleanups.
11571         Added RGBA as a possible output format.
11572         Correctly free the supported mimetypes.
11573         deprecate silent arg, it's not used.
11574         Return result from _alloc_buffer to peer.
11575
11576 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11577
11578         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11579           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11580           overwriting GST_BUFFER_MALLOCDATA.
11581
11582 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11585         (user_endrow_callback), (user_end_callback),
11586         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11587         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11588         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11589         * ext/libpng/gstpngdec.h:
11590           Handle more than one frame if the content is framed,
11591           like with png-in-quicktime (#331917).
11592
11593 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11594
11595         * sys/oss/Makefile.am:
11596         * sys/oss/common.h:
11597         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11598         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11599         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11600         (gst_oss_src_unprepare):
11601           - the user-visible error strings were in the wrong category
11602           - and the messages were not marked for translation
11603           - which is actually a good thing, because they were exactly
11604             the kind of message you would never want anyone to see
11605           - the macros were using variables that didn't exist in the macro
11606             arguments
11607           - and they were obviously copied from each other and then modified
11608           - so a common header makes sense
11609
11610 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11611
11612         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11613           Don't try to modify read-only data.
11614
11615         * gst/matroska/matroska-demux.c:
11616         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11617           Fix comment (won't crash any longer now).
11618
11619 2006-04-10  Michael Smith  <msmith@fluendo.com>
11620
11621         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11622           Use copies of header buffers for caps to avoid circular refcounting
11623           problems (as in theoradec, vorbisdec).
11624
11625         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11626           Fix a typo in test that meant it was testing the wrong thing.
11627
11628         * tests/check/elements/cmmlenc.c: (check_headers):
11629           Fix refcount checks now that we use buffer-copies for caps.
11630
11631 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11632
11633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11634         (gst_matroska_demux_handle_seek_event),
11635         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11636         (gst_matroska_demux_subtitle_caps),
11637         (gst_matroska_demux_plugin_init):
11638           Use static pad templates with ANY caps for audio and video
11639           source pads and get rid of a lot of unnecessary (and partially
11640           broken) code for the template caps. Clean up caps finding
11641           functions. Fixes playback of audio files/streams that do not
11642           contain the sample rate and/or number of channels in the audio
11643           context (happens a lot with vorbis/mp3 .mka files it seems).
11644           Fixes #337183.
11645           Also add myself to copyright holders.
11646
11647 2006-04-10  Michael Smith  <msmith@fluendo.com>
11648
11649         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11650           Use g_list_delete_link () instead of g_list_remove_link () so that
11651           we free the link as well as the contained data.
11652
11653 2006-04-10  Wim Taymans  <wim@fluendo.com>
11654
11655         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11656
11657         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11658         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11659         (gst_avi_demux_stream_header):
11660         Fix some crashers with empty chunks. (Fixes #337749)
11661
11662 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11663
11664         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11665           use G_GINT64_CONSTANT for INT64 constants
11666         * gst/videofilter/gstvideobalance.c:
11667           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11668         * win32/vs6/libgstavi.dsp:
11669          add missing libraries for the link and remove avimux.c from
11670          the project as it isn't ported to 0.10 yet
11671         
11672 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11673
11674         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11675           Even better would be if we actually did the right thing
11676           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11677
11678 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11681           Can't just replace 1LL with 1L here just because MSVC doesn't
11682           support it, as it might lead to incorrect results when doing the
11683           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11684           force a 64-bit constant in a way that all compilers are happy with.
11685
11686 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11687
11688         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11689         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11690         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11691         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11692         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11693         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11694         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11695         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11696         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11697         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11698         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11699         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11700         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11701         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11702         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11703         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11704         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11705         * gst/debug/efence.c: (gst_efence_class_init):
11706         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11707         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11708         * gst/goom/gstgoom.c: (gst_goom_class_init):
11709         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11710         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11711         * gst/interleave/interleave.c: (interleave_class_init):
11712         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11713         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11714         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11715         * gst/median/gstmedian.c: (gst_median_class_init):
11716         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11717         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11718         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11719         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11720         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11721         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11722         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11723         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11724         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11725         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11726         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11727         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11728         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11729         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11730         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11731         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11732         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11733         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11734         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11735         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11736         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11737         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11738         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11739         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11740         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11742         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11743         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11744         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11745         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11746         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11747         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11748         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11749         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11750         * sys/osxaudio/gstosxaudioelement.c:
11751         (gst_osxaudioelement_class_init):
11752         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11753         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11754         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11755         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11756
11757 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11758
11759         * ext/mikmod/gstmikmod.h:
11760         * gst/level/gstlevel.h:
11761         Fix more broken GObject macros
11762
11763 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11764
11765         * ext/annodex/gstcmmldec.h:
11766         * ext/annodex/gstcmmlenc.h:
11767         * ext/annodex/gstcmmltag.h:
11768         * ext/cairo/gsttextoverlay.h:
11769         * ext/ladspa/gstsignalprocessor.h:
11770         * gst/matroska/ebml-read.h:
11771         * gst/matroska/ebml-write.h:
11772         * sys/osxaudio/gstosxaudioelement.h:
11773         Fix broken GObject macros
11774
11775 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11776
11777         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11778           Don't try to seek beyond the end of the file (would
11779           occasionally display error dialogs in totem when seeking
11780           to the end) (#335869). Will still throw an error though
11781           if the file is truncated and the total_samples value in
11782           the stream header is wrong.
11783
11784 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11787         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11788         (gst_flac_dec_metadata_callback):
11789         * ext/flac/gstflacdec.h:
11790           If the stream header doesn't contain the total number of samples,
11791           search for the last flac frame at the end of the file and calculate
11792           the total duration from that frame's offset (fixes #337609).
11793
11794 2006-04-07  Edward Hervey  <edward@fluendo.com>
11795
11796         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11797         Don't unref the GstPadTemplate returned by
11798         gst_element_class_get_pad_template().
11799
11800 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11801
11802         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11803
11804         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11805         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11806         * sys/sunaudio/gstsunaudiosink.h:
11807           Use spec->segsize and spec->segtotal in the prepare function
11808           to initialise the ring buffer instead of using the buffer-time
11809           property (#337421).
11810
11811 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11812
11813         * configure.ac:
11814           Bump core requirements to CVS for gst_pad_query_peer_duration()
11815           which is used by speexdec.
11816
11817 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11818
11819         * ext/speex/gstspeex.c: (plugin_init):
11820         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11821         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11822         (speex_get_sink_query_types), (speex_dec_sink_query),
11823         (speex_get_src_query_types), (speex_dec_src_query),
11824         (speex_dec_src_event), (speex_dec_sink_event),
11825         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11826         (speex_dec_chain_parse_data), (speex_dec_chain),
11827         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11828         (speex_dec_change_state):
11829         * ext/speex/gstspeexdec.h:
11830           Fix seeking and duration queries (#337033); clean up and
11831           refactor a bit.
11832
11833 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11834
11835         * ext/raw1394/gstdv1394src.c:
11836           distinguish between device not found and could not open for
11837           reading
11838
11839 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11840
11841         * Makefile.am:
11842         * configure.ac:
11843         * pkgconfig/.cvsignore:
11844         * pkgconfig/Makefile.am:
11845         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11846           add a .pc file so other modules can use good plugins in tests
11847
11848 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11849
11850         * configure.ac:
11851           clean up, use AS_VERSION and AS_NANO
11852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11853           use PACKAGE_VERSION define
11854         * po/af.po:
11855         * po/az.po:
11856         * po/cs.po:
11857         * po/en_GB.po:
11858         * po/hu.po:
11859         * po/it.po:
11860         * po/nb.po:
11861         * po/nl.po:
11862         * po/or.po:
11863         * po/sq.po:
11864         * po/sr.po:
11865         * po/sv.po:
11866         * po/uk.po:
11867         * po/vi.po:
11868           updated
11869
11870 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11871
11872         * ext\jpeg\smokecodec.c:
11873           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11874         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11875           move first instruction after all variables declarations
11876         * gst\alpha\gstalpha.c:
11877         * gst\effectv\gstshagadelic.c:
11878         * gst\smpte\paint.c:
11879         * gst\videofilter\gstvideobalance.c:
11880           define M_PI if it's not defined (it's not defined on WIN32)
11881         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11882         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11883         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11884         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11885         (gst_matroska_demux_video_caps):
11886         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11887         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11888           use gst_guint64_to_gdouble for conversions
11889         * gst\goom\filters.c: (setPixelRGB_):
11890           fix a debug which was using undefined variable
11891         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11892         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11893           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11894         * win32/vs6:
11895           add vs6 projects files for most of plugins-good
11896         
11897 2006-03-30  j^  <j@bootlab.org>
11898
11899         * ext/aalib/gstaasink.c:
11900         * ext/annodex/gstcmmldec.c:
11901         * ext/annodex/gstcmmlenc.c:
11902         * ext/cairo/gsttextoverlay.c:
11903         * ext/cairo/gsttimeoverlay.c:
11904         * ext/cdio/gstcdiocddasrc.c:
11905         * ext/dv/gstdvdec.c:
11906         * ext/esd/esdmon.c:
11907         * ext/esd/esdsink.c:
11908         * ext/flac/gstflacdec.c:
11909         * ext/flac/gstflacenc.c:
11910         * ext/flac/gstflactag.c:
11911         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11912         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11913         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11914         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11915         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11916         * ext/gdk_pixbuf/pixbufscale.c:
11917         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11918         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11919         * ext/jpeg/gstjpegdec.c:
11920         * ext/jpeg/gstjpegenc.c:
11921         * ext/jpeg/gstsmokedec.c:
11922         * ext/jpeg/gstsmokeenc.c:
11923         * ext/libcaca/gstcacasink.c:
11924         * ext/libmng/gstmngdec.c:
11925         * ext/libmng/gstmngenc.c:
11926         * ext/libpng/gstpngdec.c:
11927         * ext/libpng/gstpngenc.c:
11928         * ext/mikmod/gstmikmod.c:
11929         * ext/raw1394/gstdv1394src.c:
11930         * ext/shout2/gstshout2.c:
11931         * ext/speex/gstspeexdec.c:
11932         * ext/speex/gstspeexenc.c:
11933         * gst/alpha/gstalpha.c:
11934         * gst/alpha/gstalphacolor.c:
11935         * gst/auparse/gstauparse.c:
11936         * gst/autodetect/gstautoaudiosink.c:
11937         (gst_auto_audio_sink_base_init):
11938         * gst/autodetect/gstautovideosink.c:
11939         (gst_auto_video_sink_base_init):
11940         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11941         * gst/cutter/gstcutter.c:
11942         * gst/debug/breakmydata.c:
11943         * gst/debug/efence.c:
11944         * gst/debug/gstnavigationtest.c:
11945         * gst/debug/negotiation.c:
11946         * gst/debug/progressreport.c:
11947         * gst/debug/testplugin.c:
11948         * gst/effectv/gstaging.c:
11949         * gst/effectv/gstdice.c:
11950         * gst/effectv/gstedge.c:
11951         * gst/effectv/gstquark.c:
11952         * gst/effectv/gstrev.c:
11953         * gst/effectv/gstvertigo.c:
11954         * gst/effectv/gstwarp.c:
11955         * gst/flx/gstflxdec.c:
11956         * gst/goom/gstgoom.c:
11957         * gst/interleave/deinterleave.c:
11958         * gst/interleave/interleave.c:
11959         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11960         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11961         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11962         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11963         * gst/level/gstlevel.c:
11964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11965         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11966         * gst/median/gstmedian.c:
11967         * gst/monoscope/gstmonoscope.c:
11968         * gst/multipart/multipartdemux.c:
11969         * gst/multipart/multipartmux.c:
11970         * gst/oldcore/gstmd5sink.c:
11971         * gst/oldcore/gstmultifilesrc.c:
11972         * gst/oldcore/gstpipefilter.c:
11973         * gst/oldcore/gstshaper.c:
11974         * gst/oldcore/gststatistics.c:
11975         * gst/rtp/gstasteriskh263.c:
11976         * gst/rtp/gstrtpL16depay.c:
11977         * gst/rtp/gstrtpL16pay.c:
11978         * gst/rtp/gstrtpamrdepay.c:
11979         * gst/rtp/gstrtpamrpay.c:
11980         * gst/rtp/gstrtpdepay.c:
11981         * gst/rtp/gstrtpgsmpay.c:
11982         * gst/rtp/gstrtph263pay.c:
11983         * gst/rtp/gstrtph263pdepay.c:
11984         * gst/rtp/gstrtph263ppay.c:
11985         * gst/rtp/gstrtpmp4gpay.c:
11986         * gst/rtp/gstrtpmp4vdepay.c:
11987         * gst/rtp/gstrtpmp4vpay.c:
11988         * gst/rtp/gstrtpmpadepay.c:
11989         * gst/rtp/gstrtpmpapay.c:
11990         * gst/rtp/gstrtppcmadepay.c:
11991         * gst/rtp/gstrtppcmapay.c:
11992         * gst/rtp/gstrtppcmudepay.c:
11993         * gst/rtp/gstrtppcmupay.c:
11994         * gst/rtp/gstrtpspeexdepay.c:
11995         * gst/rtp/gstrtpspeexpay.c:
11996         * gst/rtsp/gstrtpdec.c:
11997         * gst/smpte/gstsmpte.c:
11998         * gst/videobox/gstvideobox.c:
11999         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12000         * gst/videofilter/gstvideobalance.c:
12001         * gst/videofilter/gstvideoflip.c:
12002         * gst/videofilter/gstvideotemplate.c:
12003         (gst_videotemplate_base_init):
12004         * gst/videomixer/videomixer.c:
12005         * gst/wavenc/gstwavenc.c:
12006         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12007          better/unified long descriptions
12008          Fixed #336602
12009          Some cleanups to auparse, don't send multiple newsegments.
12010
12011 2006-03-29  Wim Taymans  <wim@fluendo.com>
12012
12013         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12014
12015         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12016         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12017         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12018         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12019         * ext/dv/gstdvdemux.h:
12020         Seek in READY patch. Only works for pull based mode.
12021         Fixes #323880
12022
12023 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12026         (gst_gdk_pixbuf_event):
12027           Fix two crashers: don't unref the same caps twice, and
12028           set pixbuf loader to NULL after freeing it.
12029
12030 2006-03-27  Wim Taymans  <wim@fluendo.com>
12031
12032         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12033         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12034         (gst_speexenc_chain):
12035         * ext/speex/gstspeexenc.h:
12036         Don't leak adapter.
12037         A push *always* takes ownership of the buffer, even on
12038         errors.
12039         Small cleanups.
12040
12041 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12044           Create source pad without leaking.
12045
12046 2006-03-24  Wim Taymans  <wim@fluendo.com>
12047
12048         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12049         * ext/flac/gstflacdec.h:
12050         * ext/flac/gstflacenc.h:
12051         Spifify a bit.
12052         Fix deadly lock order error in seeking code, STREAM_LOCK
12053         cannot be taken within LOCK and the streaming variables are
12054         protected with the STREAM_LOCK anyway.
12055
12056 2006-03-24  Wim Taymans  <wim@fluendo.com>
12057
12058         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12059         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12060         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12061         this patch combines the global init_frames with the stream
12062         init_frames. Rationale being that the global delay should 
12063         be subtracted from any stream delay.
12064         Fixes #335858.
12065
12066 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12067
12068         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12069         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12070         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12071         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12072         use DEBUG_FUNCPTR for collectpads
12073
12074 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12077           Don't crash when encoding images where the number of rows isn't
12078           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12079
12080 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12081
12082         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12083         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12084         * gst/interleave/interleave.c: (interleave_change_state):
12085         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12086           More state change function fixes.
12087
12088 2006-03-23  Wim Taymans  <wim@fluendo.com>
12089
12090         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12091         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12092         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12093         (gst_esdsink_delay), (gst_esdsink_reset):
12094         * ext/esd/esdsink.h:
12095         Fix esd choppy playback by configuring audiosink
12096         correctly. Fixes #325191
12097
12098 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12099
12100         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12101           Make state change function thread-safe.
12102
12103 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12104
12105         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12106         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12107           Don't try to read beyond the end of the file just because
12108           the header claims a bigger size (like with truncated files).
12109
12110 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12113         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12114         (gst_wavparse_stream_data), (gst_wavparse_loop):
12115         * gst/wavparse/gstwavparse.h:
12116           Delay source pad creation until we have the first chunk of
12117           media data, so the we can examine the data and adjust the
12118           caps accordingly if required. This makes playback of .wav
12119           files with DTS-declared-as-PCM content work (#313266).
12120
12121 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12122
12123         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12124         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12125         Don't attempt typefinding on too-short buffers that have been
12126         completely trimmed away. (Fixes #330239)
12127
12128         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12129         Improve the debug output
12130
12131 2006-03-21  Wim Taymans  <wim@fluendo.com>
12132
12133         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12134         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12135         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12136         (gst_esdsink_set_property), (gst_esdsink_get_property):
12137         Some cleanups.
12138         Reset fd to -1 when we close them.
12139
12140 2006-03-21  Wim Taymans  <wim@fluendo.com>
12141
12142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12143         the OPTIONS request result is optional so don't
12144         fail on it.
12145
12146 2006-03-21  Edward Hervey  <edward@fluendo.com>
12147
12148         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12149         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12150         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12151         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12152         (gst_wavparse_change_state):
12153         gcc 4.1 unreferenced pointer fixes.
12154
12155 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12156
12157         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12158
12159         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12160           Fix block alignment calculation. Alignment should be done before
12161           adding the byte offset where the data starts (#335231).
12162
12163 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12164
12165         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12166           Ensure that we set correct caps on buffers that are transferred
12167           direct from the input.
12168
12169 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12170
12171         * gst/goom/filters.c: (zoomFilterDestroy):
12172         * gst/goom/goom_core.c: (goom_close):
12173           Free filter data when cleaning up. (Fixes: #334995)
12174
12175 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         * configure.ac:
12178           Don't compile udp and rtsp plugins on win32 (mingw) or other
12179           systems that don't have <sys/socket.h> for some reason (#316203).
12180
12181 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12182
12183         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12184         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12185         * ext/raw1394/gstdv1394src.h:
12186           Change bus reset handler so it reports useful information such as
12187           whether the device being used connected or disconnected
12188
12189 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12190
12191         * gst/id3demux/id3v2frames.c:
12192         (parse_relative_volume_adjustment_two):
12193           We only care about gain and peak data for the master volume.
12194
12195 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12196
12197         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12198         (parse_id_string), (parse_unique_file_identifier),
12199         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12200           Read replay gain tags (#323721).
12201
12202 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12203
12204         * configure.ac:
12205           Bump requirements to gst-plugins-base CVS because
12206           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12207
12208 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12209
12210         * rtp/gst/gstrtppcmadepay.c:
12211         Fixed one of the caps in the code from mulaw to alaw.
12212
12213 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12214
12215         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12216           Ensure that we set caps on the buffers we pass.
12217
12218         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12219         (gst_id3demux_sink_activate):
12220           Ensure that we set caps on the buffers we pass.
12221
12222           Use STREAM, TYPE_NOT_FOUND as the error class when
12223           typefinding fails.
12224
12225 2006-03-15  Edward Hervey  <edward@fluendo.com>
12226
12227         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12228         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12229         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12230         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12231         (gst_jpeg_dec_setcaps):
12232         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12233         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12234         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12235         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12236         (gst_mngdec_src_getcaps):
12237         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12238         (gst_pngdec_caps_create_and_set):
12239         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12240         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12241         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12242         * gst/alpha/gstalpha.c: (gst_alpha_init):
12243         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12244         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12245         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12246         * gst/cutter/gstcutter.c: (gst_cutter_init):
12247         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12248         (gst_efence_checkgetrange):
12249         * gst/debug/negotiation.c: (gst_negotiation_init):
12250         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12251         * gst/goom/gstgoom.c: (gst_goom_init):
12252         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12253         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12254         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12255         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12256         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12257         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12258         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12259         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12260         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12261         (gst_wavparse_create_sourcepad):
12262         Fix memleak with gst_static_pad_template_get().
12263         This uses gst_pad_new_from_static_template() instead.
12264         Fixes #333512
12265
12266 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * configure.ac:
12269           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12270           used by id3demux.
12271
12272         * gst/id3demux/gstid3demux.c: (plugin_init):
12273         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12274         (parse_user_text_identification_frame),
12275         (parse_unique_file_identifier):
12276           Add support for UFID and TXXX frames and extract musicbrainz tags.
12277
12278 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12281           Catch short reads, like they might happen with truncated
12282           files (see #305279); remove unnecessary indentation.
12283
12284 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12287           Fix DIB image inversion for pictures with a
12288           depth != 8 (#305279).
12289
12290 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12291
12292         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12293         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12294         * ext/jpeg/gstjpegdec.h:
12295           Fix durations on outgoing buffers after seeking
12296           in MJPEG files (#334083); some minor clean-ups.
12297
12298 2006-03-13  Wim Taymans  <wim@fluendo.com>
12299
12300         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12301         (gst_wavparse_change_state):
12302         Implement seek in READY (re-fixes #327658)
12303
12304 2006-03-13  Wim Taymans  <wim@fluendo.com>
12305
12306         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12307         * ext/esd/esdmon.c: (gst_esdmon_get):
12308         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12309         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12310         (gst_gdk_pixbuf_sink_getcaps):
12311         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12312         (gst_jpegenc_setcaps):
12313         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12314         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12315         (gst_smokeenc_setcaps):
12316         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12317         (gst_mngdec_src_getcaps):
12318         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12319         (gst_mngenc_chain):
12320         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12321         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12322         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12323         (speex_dec_src_event), (speex_dec_chain):
12324         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12325         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12326         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12327         (gst_negotiation_pad_link), (gst_negotiation_chain):
12328         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12329         (gst_flxdec_chain):
12330         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12331         (deinterleave_chain):
12332         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12333         * gst/median/gstmedian.c: (gst_median_link):
12334         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12335         (gst_monoscope_chain):
12336         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12337         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12338         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12339         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12340         close #333784 unref the result of gst_pad_get_parent()
12341         by: Christophe Fergeau.
12342
12343 2006-03-09  Wim Taymans  <wim@fluendo.com>
12344
12345         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12346         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12347         Handle events in push mode better, can now do non-flushing
12348         seeks in push mode as well.
12349
12350 2006-03-07  Wim Taymans  <wim@fluendo.com>
12351
12352         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12353         Applied patch from Kai Vehmanen, fixes #333624.
12354
12355 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12356
12357         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12358         Implement paletted and grayscale png files handling.
12359         (#150363).
12360
12361 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12362
12363         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12364         (gst_speexenc_chain):
12365           fix a tag list assert
12366           follow gst-plugins-base/ext/ogg/README; set OFFSET
12367           and OFFSET_END.  Muxes correctly with gst-plugins-base
12368           > 0.9.3
12369
12370 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12371
12372         * gst/id3demux/Makefile.am:
12373         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12374         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12375           Use new typefind helper functions here as well, and
12376           do typefinding in pull-mode if upstream supports that.
12377
12378 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12379
12380         * sys/sunaudio/gstsunaudiomixerctrl.c:
12381         (gst_sunaudiomixer_ctrl_get_volume),
12382         (gst_sunaudiomixer_ctrl_set_volume):
12383         * sys/sunaudio/gstsunaudiomixertrack.c:
12384         (gst_sunaudiomixer_track_new):
12385           Remove unused variables, breaks build from CVS
12386           with -Werror (#333392, patch by: Benjamin Pineau)
12387
12388 2006-03-03  Wim Taymans  <wim@fluendo.com>
12389
12390         * docs/plugins/Makefile.am:
12391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12393         Added wavparse docs.
12394
12395         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12396         (gst_wavparse_reset), (gst_wavparse_init),
12397         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12398         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12399         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12400         (gst_wavparse_stream_data), (gst_wavparse_loop),
12401         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12402         (gst_wavparse_change_state):
12403         * gst/wavparse/gstwavparse.h:
12404         Implement seek in READY (fixes #327658)
12405         Added docs and did some cleanups.
12406
12407 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12410         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12411         (gst_avi_demux_calculate_durations_from_index),
12412         (gst_avi_demux_stream_header):
12413         * gst/avi/gstavidemux.h:
12414           If we have an index, use a duration based on the index instead
12415           of blindly trusting the information in the stream headers
12416           (fixes #331817).
12417
12418 2006-03-03  Wim Taymans  <wim@fluendo.com>
12419
12420         * docs/plugins/Makefile.am:
12421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12423         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12424         Added smoke and jpeg to the docs.
12425
12426         * ext/jpeg/Makefile.am:
12427         * ext/jpeg/gstjpeg.c: (plugin_init):
12428         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12429         * ext/jpeg/gstjpegenc.h:
12430         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12431         (gst_smokedec_chain):
12432         * ext/jpeg/gstsmokedec.h:
12433         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12434         * ext/jpeg/gstsmokeenc.h:
12435         * ext/jpeg/smokecodec.h:
12436         Port smokedec (fixes #331905).
12437         Added some docs.
12438         Some cleanups.
12439
12440 2006-03-03  Wim Taymans  <wim@fluendo.com>
12441
12442         * docs/plugins/Makefile.am:
12443         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12444         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12445         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12446         Added videobalance and videoflip to the docs.
12447
12448         * gst/videofilter/Makefile.am:
12449         * gst/videofilter/gstvideobalance.c:
12450         (gst_video_balance_update_tables_planar411),
12451         (gst_video_balance_is_passthrough),
12452         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12453         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12454         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12455         (gst_video_balance_finalize), (gst_video_balance_class_init),
12456         (gst_video_balance_init), (gst_video_balance_interface_supported),
12457         (gst_video_balance_interface_init),
12458         (gst_video_balance_colorbalance_list_channels),
12459         (gst_video_balance_colorbalance_set_value),
12460         (gst_video_balance_colorbalance_get_value),
12461         (gst_video_balance_colorbalance_init),
12462         (gst_video_balance_set_property), (gst_video_balance_get_property),
12463         (gst_video_balance_get_type), (plugin_init):
12464         * gst/videofilter/gstvideobalance.h:
12465         Ported to 0.10. (Fixes #326160)
12466         Added docs.
12467
12468         * gst/videofilter/gstvideoflip.c:
12469         * gst/videofilter/gstvideoflip.h:
12470         Added docs.
12471
12472 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12473
12474         * configure.ac:
12475           Bump requirements to current core and -base CVS
12476           (core for new typefind helper API, and -base for the
12477           WAVFORMATEX support that was added to libgstriff and
12478           is needed by wavparse).
12479         
12480         * gst/apetag/Makefile.am:
12481         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12482         (gst_tag_demux_sink_activate):
12483           Use new typefind helpers for typefinding instead of our
12484           home-grown stuff; also, do typefinding in pull-mode if
12485           upstream supports that.
12486
12487 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12488
12489         Reviewed by: Christian Schaller <christian@fluendo.com>
12490
12491         This patch fixes bug: 329107
12492
12493         This Changelog entry is for a commit done on February 17
12494
12495         * ext/gconf/gconf.c
12496         * ext/gconf/gconf.h
12497         * ext/gconf/gstgconfaudiosink.c
12498         * ext/gconf/gstgconfaudiosink.h
12499         * gconf/gstreamer.schemas.in
12500
12501 2006-02-28  Wim Taymans  <wim@fluendo.com>
12502
12503         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12504         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12505         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12506         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12507         Use DEBUG_OBJECT more.
12508
12509 2006-02-28  Wim Taymans  <wim@fluendo.com>
12510
12511         * docs/plugins/Makefile.am:
12512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12513         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12514         Added dvdec and dvdemux to docs.
12515
12516         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12517         Added docs.
12518         Check frame sizes so we don't crash when don't have enough
12519         data.
12520         Send nice error messages on error.
12521
12522         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12523         (gst_dvdemux_class_init), (gst_dvdemux_init),
12524         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12525         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12526         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12527         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12528         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12529         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12530         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12531         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12532         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12533         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12534         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12535         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12536         * ext/dv/gstdvdemux.h:
12537         Added docs.
12538         Implement pull mode.
12539         Fix memleaks.
12540         Reduce memcpy for the video demuxing.
12541
12542 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12543
12544         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12545         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12546         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12547         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12548           Add a little extra debug. Make the decoder not return NOT_LINKED,
12549           as we want to continue decoding all CMML and emitting tags.
12550
12551 2006-02-27  Michael Smith  <msmith@fluendo.com>
12552
12553         * ext/annodex/gstskeltag.c:
12554         * ext/annodex/gstskeltag.h:
12555           Deleted; these files aren't used any more either.
12556
12557 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12558
12559         * ext/Makefile.am: Fix dist-check.
12560
12561 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12562
12563         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12564         memleak.
12565
12566 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12567
12568         * ext/annodex/Makefile.am:
12569         * ext/annodex/gstannodex.c:
12570         * ext/annodex/gstcmmldec.c:
12571         * ext/annodex/gstcmmlenc.c:
12572         * ext/annodex/gstcmmlparser.c:
12573         * ext/annodex/gstcmmlparser.h:
12574         * ext/annodex/gstcmmlutils.c:
12575         * tests/check/elements/cmmldec.c:
12576         * tests/check/elements/cmmlenc.c:
12577           Fix a memleak in gst_cmml_track_list_add_clip.
12578           Handle overflows in clip's start and end times.
12579           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12580           Do not parse junk at the end of a CMML preamble buffer.
12581           Register a libxml error handler to not print stuff on stderr.
12582           Check for bad clip start and end times in the testsuites.
12583
12584 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12585
12586         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12587         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12588         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12589         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12590         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12591         possible memleaks.
12592
12593 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12594
12595         * tests/check/Makefile.am:
12596         * tests/check/elements/cmmldec.c:
12597         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12598         the plugins-base tags.
12599
12600 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12601
12602         * ext/Makefile.am: Re-enable module.
12603
12604 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12605
12606         * tests/check/Makefile.am: Forgot to remove that test.
12607
12608 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12609
12610         * ext/annodex/Makefile.am:
12611         * ext/annodex/gstannodex.c: (plugin_init):
12612         * ext/annodex/gstcmmldec.c:
12613         * ext/annodex/gstskeldec.c:
12614         * ext/annodex/gstskeldec.h:
12615         * tests/check/Makefile.am:
12616         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12617
12618 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12619
12620         * tests/check/Makefile.am: Disable those checks as well.
12621
12622 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12623
12624         * ext/Makefile.am: Disable annodex for now until we figure out
12625         how to make it build.
12626         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12627         Add a rule to your checklist : "please try to at least build 
12628         what you are going to commit into -good, or if you are too lazy
12629         to do that, please check that the buildbots are not crying because
12630         of your commit."
12631
12632 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12633
12634         * configure.ac:
12635         * ext/Makefile.am:
12636         * ext/gdk_pixbuf/Makefile.am:
12637         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12638         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12639         * ext/gdk_pixbuf/pixbufscale.c:
12640         * ext/gdk_pixbuf/pixbufscale.h:
12641           Gdkpixbuf ported from 0.8 to 0.10 by
12642           Renato Filho <renato.filho@indt.org.br>.
12643           gst_loader and gdkpixbufanimation still need port.
12644
12645 2006-02-24  Michael Smith  <msmith@fluendo.com>
12646
12647         * configure.ac:
12648         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12649         * ext/Makefile.am:
12650         * ext/annodex/Makefile.am:
12651         * ext/annodex/gstannodex.c:
12652         * ext/annodex/gstannodex.h:
12653         * ext/annodex/gstcmmldec.c:
12654         * ext/annodex/gstcmmldec.h:
12655         * ext/annodex/gstcmmlenc.c:
12656         * ext/annodex/gstcmmlenc.h:
12657         * ext/annodex/gstcmmlparser.c:
12658         * ext/annodex/gstcmmlparser.h:
12659         * ext/annodex/gstcmmltag.c:
12660         * ext/annodex/gstcmmltag.h:
12661         * ext/annodex/gstcmmlutils.c:
12662         * ext/annodex/gstcmmlutils.h:
12663         * ext/annodex/gstskeldec.c:
12664         * ext/annodex/gstskeldec.h:
12665         * ext/annodex/gstskeltag.c:
12666         * ext/annodex/gstskeltag.h:
12667         * tests/check/Makefile.am:
12668         * tests/check/elements/cmmldec.c:
12669         * tests/check/elements/cmmlenc.c:
12670         * tests/check/elements/skeldec.c:
12671           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12672           Includes tests & docs, oh my! Passes Thomas's -good checklist
12673           entirely. Wow.
12674
12675 2006-02-24  Michael Smith  <msmith@fluendo.com>
12676
12677         * autogen.sh:
12678           Check for automake 1.9 as well.
12679
12680 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12681
12682         * ext/flac/gstflacenc.c:
12683           Change min. sample rate to 8kHz to match flacdec's.
12684           
12685 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12686
12687         * ext/cdio/Makefile.am:
12688           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12689           required for Cygwin, see #317048)
12690
12691         * gst/rtp/gstasteriskh263.c:
12692           Cygwin has includes for both the unix network socket API
12693           and the windows API, but only one can be included, so fix
12694           includes to only use one or the other, prefering the unxi
12695           one (#317048).
12696
12697 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12698
12699         * rtp/gst/gstrtppcmadepay.c:
12700         * rtp/gst/gstrtppcmadepay.h:
12701         * rtp/gst/gstgstrtppcmapay.c:
12702         * rtp/gst/gstgstrtppcmapay.h:
12703         * rtp/gst/gstrtppcmudepay.c:
12704         * rtp/gst/gstrtppcmudepay.h:
12705         * rtp/gst/gstrtppcmupay.c:
12706         * rtp/gst/gstrtppcmupay.h:
12707         * rtp/gst/Makefile.am:
12708         * rtp/gst/gstrtp.c:
12709         * rtp/gst/README:
12710         Separated the G711 payloaders/depayloaders into separate elements for
12711         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12712
12713 2006-02-22  Wim Taymans  <wim@fluendo.com>
12714
12715         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12716         (gst_dvdec_change_state):
12717         * ext/dv/gstdvdec.h:
12718         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12719         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12720         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12721         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12722         (gst_dvdemux_flush), (gst_dvdemux_chain),
12723         (gst_dvdemux_change_state):
12724         * ext/dv/gstdvdemux.h:
12725         Ueber spiffify some more, added debug category.
12726         Use _scale.
12727         Use segments, respect playback rate from newsegment.
12728         Fix refcount issue.
12729
12730 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12731
12732         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12733         (gst_signal_processor_process):
12734         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12735         enabled for the build, but it helps me win the feature-count
12736         competitions ooh yeah.
12737
12738 2006-02-19  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12741         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12742         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12743         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12744         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12745         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12746         Use scaling code for added precission and more correct stop
12747         position in case scale==0.
12748
12749 2006-02-19  Wim Taymans  <wim@fluendo.com>
12750
12751         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12752         (gst_flxdec_chain):
12753         * gst/flx/gstflxdec.h:
12754         Implement DURATION query.
12755
12756 2006-02-19  Wim Taymans  <wim@fluendo.com>
12757
12758         * gst/flx/flx_color.h:
12759         * gst/flx/flx_fmt.h:
12760         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12761         (gst_flxdec_src_query_handler), (flx_decode_color),
12762         (gst_flxdec_chain):
12763         * gst/flx/gstflxdec.h:
12764         Set MALLOCDATA for the temp buffers so we don't leak.
12765         Some debug cleanups.
12766         Consume all data in the adapter before leaving the chain
12767         function. Fixes #330678.
12768
12769 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12770
12771         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12772         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12773          Handle 0 data size in otherwise valid frames.
12774          Handle numeric strings in 2.4.0 even when not in parentheses 
12775
12776 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         * gst/matroska/matroska-demux.c:
12779         (gst_matroska_demux_subtitle_caps),
12780         (gst_matroska_demux_plugin_init):
12781         * gst/matroska/matroska-ids.h:
12782           Recognise SSA/ASS and USF subtitle formats and
12783           set proper caps when they are found.
12784
12785 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12786
12787         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12788         (gst_jpeg_dec_chain):
12789           Fix invalid memory access for some odd-sized images
12790           (see image contained in quicktime stream in #327083);
12791           use g_malloc() instead of g_alloca().
12792
12793 2006-02-17  Wim Taymans  <wim@fluendo.com>
12794
12795         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12796         Patch from Sebastien Cote, fixes #319884
12797
12798 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12799
12800         * ext/cdio/gstcdio.c: (plugin_init):
12801           Init debug category (#331253).
12802
12803 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12806           Pass extra_data to gst_riff_create_audio_caps(), so that
12807           WAVEFORMATEX stuff works. Post audio codec name and post
12808           it as taglist on the bus. Allow up to 8 channesl for raw
12809           PCM in the source pad template caps.
12810
12811 2006-02-16  Wim Taymans  <wim@fluendo.com>
12812
12813         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12814         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12815         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12816         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12817         (gst_multipart_set_property), (gst_multipart_get_property):
12818         Applied #318663. Gives quite a few false positives in
12819         autoscan mode, but it's better than nothing. Not closing yet.
12820
12821 2006-02-16  Wim Taymans  <wim@fluendo.com>
12822
12823         * docs/plugins/Makefile.am:
12824         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12825         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12826         * docs/plugins/gst-plugins-good-plugins.args:
12827         * docs/plugins/inspect/plugin-udp.xml:
12828         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12829         (gst_udpsrc_start):
12830         Update documentation.
12831         Fix args.
12832
12833 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12834
12835         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12836         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12837         frame size. (Fixes #331368)
12838
12839 2006-02-16  Wim Taymans  <wim@fluendo.com>
12840
12841         * gst/rtsp/README:
12842         Updated README.
12843
12844         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12845         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12846         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12847         * gst/rtsp/gstrtspsrc.h:
12848         Make sure the RTP port is an even port an try to allocate 
12849         another if not.
12850         Added retry property to control max retries for port allocation.
12851         Make sure RTCP port is RTP port+1.
12852         Cleanup when port allocation fails.
12853         Fixes #319183.
12854         
12855 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12856
12857         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12858           Don't ignore return value of the parent class's state
12859           change function (#331385, patch by: Wouter Paesen).
12860
12861 2006-02-15  Wim Taymans  <wim@fluendo.com>
12862
12863         * configure.ac:
12864         * docs/plugins/Makefile.am:
12865         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12866         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12867         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12868         * ext/Makefile.am:
12869         * ext/hal/Makefile.am:
12870         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12871         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12872         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12873         (do_toggle_element), (gst_hal_audio_sink_set_property),
12874         (gst_hal_audio_sink_get_property),
12875         (gst_hal_audio_sink_change_state):
12876         * ext/hal/gsthalaudiosink.h:
12877         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12878         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12879         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12880         (do_toggle_element), (gst_hal_audio_src_set_property),
12881         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12882         * ext/hal/gsthalaudiosrc.h:
12883         * ext/hal/gsthalelements.c: (plugin_init):
12884         * ext/hal/gsthalelements.h:
12885         * ext/hal/hal.c: (gst_hal_get_string),
12886         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12887         (gst_hal_get_audio_src):
12888         * ext/hal/hal.h:
12889         Add HAL sound device wrapper plugins. Closes #329106
12890
12891 2006-02-15  Wim Taymans  <wim@fluendo.com>
12892
12893         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12894         Add comment in a fultile attempt to stop the copy-and-paste 
12895         paradigm leading to duplication of bad code.
12896
12897         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12898         Mime parameters have to be checked case insensitive
12899
12900 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12901
12902         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12903           Advance stream time for lagging subtitle streams by sending
12904           newsegment events with the update flag set.
12905
12906 2006-02-14  Edward Hervey  <edward@fluendo.com>
12907
12908         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12909         There can be bogus data before the hdrl LIST tag in the RIFF header.
12910         It's hard to say if it's not respecting the AVI specifications or not,
12911         but since Google Video is producing AVIs like that and the other player
12912         don't seem to complain, I guess we should do the same.
12913
12914 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12915
12916         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12917         (parse_split_strings):
12918         Add more validation to ensure that a char encoding conversion
12919         produced a valid UTF-8 string.
12920
12921 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12922
12923         Reviewed by: Edward Hervey  <edward@fluendo.com>
12924
12925         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12926         Properly handle end of segment. Closes #330885.
12927
12928 2006-02-13  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst/rtp/gstrtpmp4gpay.h:
12931         For got to commit this one.
12932
12933 2006-02-12  Wim Taymans  <wim@fluendo.com>
12934
12935         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12936         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12937         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12938         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12939         * gst/rtp/gstrtpmp4gpay.h:
12940         Make more things work.
12941         Handle ACC config strings.
12942
12943 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12946           set timestamps if no incoming timestamps set
12947
12948 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12949
12950         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12951         (gst_tag_demux_do_typefind):
12952           ... and fix the very same leaks in GstTagDemux.
12953
12954 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12955
12956         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12957         (gst_id3demux_do_typefind):
12958         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12959         <jonathan at kaolin dot wh9 dot net>)
12960
12961 2006-02-10  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12964         First set options, then set caps or else the baseclass
12965         will not know about the options, duh.
12966
12967 2006-02-10  Wim Taymans  <wim@fluendo.com>
12968
12969         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12970         (gst_rtp_mp4v_pay_setcaps):
12971         Don't waste time looking for a config string if we have codec_info
12972         on the incomming caps.
12973
12974 2006-02-10  Wim Taymans  <wim@fluendo.com>
12975
12976         * gst/rtp/README:
12977         Say something about case-sensitivity of caps vs mime-attributes.
12978
12979         * gst/rtp/Makefile.am:
12980         * gst/rtp/gstrtp.c: (plugin_init):
12981         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12982         (gst_rtp_amr_pay_handle_buffer):
12983         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12984         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12985         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12986         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12987         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12988         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12989         (gst_rtp_mp4g_pay_plugin_init):
12990         * gst/rtp/gstrtpmp4gpay.h:
12991         Added beginnings of mpeg4-generic payloader (RFC 3640)
12992
12993 2006-02-09  Wim Taymans  <wim@fluendo.com>
12994
12995         * gst/rtsp/Makefile.am:
12996         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12997         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12998         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12999         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13000         (gst_rtpdec_change_state):
13001         * gst/rtsp/gstrtpdec.h:
13002         * gst/rtsp/gstrtsp.c: (plugin_init):
13003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13004         * gst/rtsp/rtspconnection.c: (read_body),
13005         (rtsp_connection_receive):
13006         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13007         Resurected rtpdec to make rtspsrc happy again.
13008         Skip attributes from the session id.
13009         Don't crash when dumping a message with an empty body.
13010
13011
13012 2006-02-09  Wim Taymans  <wim@fluendo.com>
13013
13014         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13015         Added more meaningfull warnings when something goes wrong.
13016         Clear F bit on outgoing AMR packets.
13017
13018         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13019         (gst_rtp_amr_pay_handle_buffer):
13020         Added debugging category
13021         Support payloading of multiple AMR frames.
13022
13023         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13024         Added some debugging.
13025
13026 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13027
13028         * configure.ac:
13029           Back to CVS
13030
13031 === release 0.10.2 ===
13032
13033 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13034
13035         * configure.ac:
13036           releasing 0.10.2, "Papa was a rolling stone"
13037
13038 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13039
13040         * configure.ac:
13041           Bump core and plugins-base requirement to 0.10.2.2
13042           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13043
13044 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * ext/flac/gstflac.c: (plugin_init):
13047         * ext/speex/gstspeex.c: (plugin_init):
13048           Register musicbrainz tags.
13049
13050 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13051
13052         * ext/gconf/gconf.h:
13053           Remove declaration of function that no longer exists.
13054
13055 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13056
13057         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13058         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13059         Make shout2 work for non ogg streams
13060
13061 2006-02-06  Wim Taymans  <wim@fluendo.com>
13062
13063         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13064         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13065         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13066         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13067         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13068         * gst/udp/gstmultiudpsink.h:
13069         Updated docs.
13070         Added properties bytes-served, bytes_to_serve.
13071         Post proper error messages,
13072         Emit client added signal too.
13073
13074 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13075
13076         * docs/plugins/Makefile.am:
13077         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13078         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13079         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13080         (gst_multiudpsink_get_stats):
13081           adding docs for multiudpsink
13082
13083 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13084
13085         * gst/level/gstlevel.c: (gst_level_transform_ip):
13086           peak below decay is not necessarily an error, so don't ERROR log
13087
13088 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13091         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13092         (gst_ebml_write_seek):
13093         * gst/matroska/ebml-write.h:
13094           Make sure we send a newsegment event in BYTES format
13095           before sending buffers (#328531).
13096
13097 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13100         (gst_dvdemux_sink_query):
13101         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13102         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13103         (speex_dec_src_query):
13104         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13105         (gst_speexenc_sink_query):
13106         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13107         * gst/matroska/matroska-demux.c:
13108         (gst_matroska_demux_get_src_query_types),
13109         (gst_matroska_demux_handle_src_query):
13110         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13111         (gst_wavparse_pad_query):
13112           Pass unhandled queries upstream instead of just dropping
13113           them (#326446). Update query type arrays here and there.
13114
13115 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * tests/check/elements/matroskamux.c: (setup_src_pad):
13118           Collectpads in core got changed and now also holds a
13119           reference to any pad that is part of it. Fix refcount
13120           checks in test case accordingly.
13121
13122 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13123
13124         * gst/apetag/gstapedemux.h:
13125           Fix include, for now GstTagDemux is in the apetag dir.
13126
13127 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13128
13129         * docs/plugins/Makefile.am:
13130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13132         * docs/plugins/inspect/plugin-cdio.xml:
13133           Add cdio plugin to docs.
13134
13135         * ext/cdio/gstcdiocddasrc.c:
13136           Add gtk-doc blurb.
13137
13138         * ext/cdio/gstcdio.c:
13139           The plugin is called 'cdio' not 'cddio'.
13140
13141 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13142
13143         * configure.ac:
13144         * docs/plugins/Makefile.am:
13145         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13146         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13147         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13148         * docs/plugins/inspect/plugin-apetag.xml:
13149         * gst/apetag/Makefile.am:
13150         * gst/apetag/gstapedemux.c:
13151         * gst/apetag/gstapedemux.h:
13152         * gst/apetag/gsttagdemux.c:
13153         * gst/apetag/gsttagdemux.h:
13154           Add APE tag demuxer (#325649).
13155
13156 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13157
13158         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13159         (gst_gconf_get_default_video_sink),
13160         (gst_gconf_get_default_audio_src),
13161         (gst_gconf_get_default_video_src):
13162         * ext/gconf/gconf.h:
13163         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13164         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13165         (do_toggle_element):
13166         * ext/gconf/gstgconfaudiosink.h:
13167         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13168         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13169         (do_toggle_element):
13170         * ext/gconf/gstgconfaudiosrc.h:
13171         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13172         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13173         (do_toggle_element):
13174         * ext/gconf/gstgconfvideosink.h:
13175         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13176         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13177         (do_toggle_element):
13178         * ext/gconf/gstgconfvideosrc.h:
13179           Ignore changing the GConf key to "". Ignore GConf key updates
13180           that don't actually change the string.
13181           For now, ignore the GConf key when the state is > READY, as
13182           it breaks streaming. Sometime it will be nice to bring the
13183           new sink online even mid-stream, by sending NEWSEGMENT info
13184           and possibly prerolling.
13185           (Fixes #326736)
13186
13187 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13188
13189         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13190         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13191         (zoomFilterSetResolution), (zoomFilterDestroy),
13192         (zoomFilterFastRGB), (pointFilter):
13193         * gst/goom/filters.h:
13194         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13195         (goom_update), (goom_close):
13196         * gst/goom/goom_core.h:
13197         * gst/goom/goom_tools.h:
13198         * gst/goom/graphic.c:
13199         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13200         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13201         * gst/goom/gstgoom.h:
13202         * gst/goom/lines.c: (goom_lines):
13203         * gst/goom/lines.h:
13204           Make goom reentrant by moving all important static variables
13205           into instance structures.
13206           (Fixes #329181)
13207
13208 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13209
13210         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13211         (gst_avi_demux_all_source_pads_unlinked),
13212         (gst_avi_demux_process_next_entry):
13213         * gst/avi/gstavidemux.h:
13214           Third attempt, use gst_pad_is_linked() this time.
13215
13216 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13217
13218         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13219         (parse_split_strings):
13220         Adjust for data length indicators when parsing (Fixes #329810)
13221         Fix stupid bug parsing UTF-8 tag text.
13222         Output tag strings with multiple fields as multiple tags, so the
13223         app gets all the data.
13224
13225 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13226
13227         * ext/flac/gstflacenc.c:
13228         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13229         show me.
13230         
13231 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13232
13233         * ext/flac/gstflacenc.c:
13234         * gst/matroska/ebml-read.c:
13235         Just make it compile with --disable-gst-debug.
13236
13237 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13238
13239         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13240         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13241         (id3v2_genre_fields_to_taglist):
13242           Never output a tag with a null contents string.
13243
13244 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13245
13246         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13247           Only pause if all pads are unlinked AND we've tried to send data
13248           on all of them at least once.
13249
13250 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13253         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13254           Make loop function/task pause itself when all source pads are
13255           unlinked.
13256
13257 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13258
13259         * configure.ac:
13260         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13261           Use new functions from core to render a bin from a
13262           string. Fixes build. Up requirements to core CVS.
13263
13264 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13267           Don't push buffers into the adapter that we are going to
13268           push downstream again without framing anyway. Also, the
13269           adaptor takes ownership of buffers put into it (fixes
13270           auparse pushing invalid buffers for .au files with
13271           ADPCM contents). Finally, set caps on all outgoing buffers.
13272
13273 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13274
13275         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13276         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13277         (gst_id3demux_send_tag_event):
13278         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13279         Someone should kick my butt. Remove ID3v1 tags from the end of the
13280         file.
13281
13282         Improve error messages. Send the TAG message as soon as we complete
13283         typefinding, instead of waiting until we send the first buffer.
13284         Downstream tag event is still sent before the first buffer.
13285
13286 2006-01-27  Jan Gerber  <j@bootlab.org>
13287
13288         Reviewed by: Andy Wingo <wingo@pobox.com>
13289
13290         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13291         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13292         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13293         to not have warings flooding stderr. this is the suggested way
13294         also used in dvgrab and kino. (#328336)
13295
13296 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13297
13298         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13299         (gst_oss_sink_init), (gst_oss_sink_finalise):
13300           Free the device name string when finalised.
13301
13302 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13303
13304         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13305           Don't put function calls in g_return_if_fail() statements,
13306           or they'll be replaced with NOOPs if someone compiles with
13307           G_DISABLE_CHECKS defined.
13308           
13309 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13310
13311         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13312         Never trust ANY information encoded in a media file, especially
13313         when it's giving you sizes. (Fixes #328452)
13314
13315 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13316
13317         * gst/rtp/gstrtpg711pay.c:
13318         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13319         bug #325148.
13320
13321 2006-01-23  Edward Hervey  <edward@fluendo.com>
13322
13323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13324         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13325         * gst/matroska/matroska-ids.h:
13326         Added recognition of Real Audio and Video streams in matroska demuxer.
13327
13328 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13329
13330         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13331           Remove errant break statement, and fix compilation with
13332           older GCC.
13333
13334 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13335
13336         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13337
13338         * sys/sunaudio/gstsunaudiomixerctrl.c:
13339         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13340           Export functions that are needed in other parts of the code,
13341           makes the mixer actually work; adjust magic minimum buffer-time
13342           value from 3ms to 5ms to work around stuttering during mp3
13343           playback (#327765).
13344
13345 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13346
13347         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13348
13349         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13350         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13351           Fix possible deadlock in matroska muxer (#327825).
13352
13353 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13354
13355         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13356         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13357         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13358         * gst/rtsp/sdpmessage.h:
13359         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13360         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13361           C89 fixes: declare variables at the beginning of a block and
13362           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13363           <jensgr at gmx dot net>).
13364
13365 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13366
13367         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13368         * gst/id3demux/id3tags.h:
13369         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13370         (parse_comment_frame), (parse_text_identification_frame),
13371         (id3v2_tag_to_taglist), (id3v2_are_digits),
13372         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13373         (parse_split_strings), (free_tag_strings):
13374           Rewrite parsing of text tags to handle multiple NULL terminated
13375           strings. Parse numeric genre strings and ID3v2 type
13376           "(3)(6)Alternative" style genre strings.
13377           Parse dates that are only YYYY or YYYY-mm format.
13378           (Fixes #328241 and #322154)
13379
13380 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13381
13382         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13383           Don't forget to initialize liboil, otherwise our oil functions
13384           will crash (fixes #327871; patch by: Christoph Burghardt
13385           <hawkes at web dot de>).
13386
13387 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * configure.ac:
13390           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13391           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13392           patch by: Brian Cameron <brian dot cameron at sun dot com>
13393
13394 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13395
13396         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13397         * ext/cdio/gstcdio.h:
13398         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13399           Fix build for libcdio versions >= 76; give slightly lower rank
13400           than cdparanoia.
13401
13402 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13403
13404         * configure.ac:
13405         * ext/Makefile.am:
13406         * ext/cdio/Makefile.am:
13407         * ext/cdio/gstcdio.c:
13408         * ext/cdio/gstcdio.h:
13409         * ext/cdio/gstcdiocddasrc.c:
13410         * ext/cdio/gstcdiocddasrc.h:
13411           Port libcdio cdda source, formerly known as cddasrc, now known as
13412           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13413           but that's not tested (fixes #317658).
13414
13415 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13416
13417         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13418           Fix conversion from TIME to BYTES format (fixes #326864;
13419           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13420
13421 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13422
13423         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13424           Fix compilation of id3demux when zlib is not present.
13425           (Fixes #326602; patch by: Sergey Scobich)
13426
13427 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13428
13429         * ext/esd/Makefile.am:
13430           Add $(ESD_CFLAGS), otherwise build will fail for folks
13431           with libesd in a non-standard prefix (#327009).
13432
13433 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13434
13435         * configure.ac:
13436           back to HEAD
13437
13438 === release 0.10.1 ===
13439
13440 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13441
13442         * configure.ac:
13443           releasing 0.10.1, "Li"
13444
13445 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13446
13447           patch by: Wim Taymans
13448
13449         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13450           fix memleak.  Fixes #326618
13451
13452 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13453
13454           patch by: Mike Smith
13455
13456         * gst/level/gstlevel.c: (gst_level_message_new),
13457         (gst_level_message_append_channel):
13458           Fix memleak.  Fixes #326612
13459
13460 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13461
13462         * configure.ac:
13463           prereleasing
13464         * po/af.po:
13465         * po/az.po:
13466         * po/cs.po:
13467         * po/en_GB.po:
13468         * po/hu.po:
13469         * po/it.po:
13470         * po/nb.po:
13471         * po/nl.po:
13472         * po/or.po:
13473         * po/sq.po:
13474         * po/sr.po:
13475         * po/sv.po:
13476         * po/uk.po:
13477         * po/vi.po:
13478           update translations
13479
13480 2006-01-10  Michael Smith  <msmith@fluendo.com>
13481
13482         * gst/level/gstlevel.c: (gst_level_class_init),
13483         (gst_level_dispose):
13484           Don't leak filter arrays.
13485
13486 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13487
13488         reviewed by: Christian Schaller <uraeus@gnome.org>
13489         
13490         * configure.ac:
13491         * gst-plugins-good.spec.in:
13492         * sys/Makefile.am:
13493         * sys/sunaudio/Makefile.am:
13494         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13495         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13496         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13497         (gst_sunaudiomixer_change_state):
13498         * sys/sunaudio/gstsunaudiomixer.h:
13499         * sys/sunaudio/gstsunaudiomixerctrl.c:
13500         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13501         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13502         (gst_sunaudiomixer_ctrl_list_tracks),
13503         (gst_sunaudiomixer_ctrl_get_volume),
13504         (gst_sunaudiomixer_ctrl_set_volume),
13505         (gst_sunaudiomixer_ctrl_set_mute),
13506         (gst_sunaudiomixer_ctrl_set_record):
13507         * sys/sunaudio/gstsunaudiomixerctrl.h:
13508         * sys/sunaudio/gstsunaudiomixertrack.c:
13509         (gst_sunaudiomixer_track_class_init),
13510         (gst_sunaudiomixer_track_init), (fill_labels),
13511         (gst_sunaudiomixer_track_new):
13512         * sys/sunaudio/gstsunaudiomixertrack.h:
13513         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13514         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13515         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13516         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13517         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13518         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13519         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13520         * sys/sunaudio/gstsunaudiosink.h:
13521
13522         Add SunAudio plugin - tested to make sure it doesn't break
13523         the build under GNU/Linux.      
13524
13525 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13526
13527         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13528         * gst-plugins-good/gst/udp/gstudpsrc.c:
13529         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13530         overrides the port or multicast parameters. Fixes bugs #323021.
13531         API addition: adds GstUDPSrc::sockfd property   
13532
13533 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13534
13535         * ext/gconf/Makefile.am:
13536         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13537         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13538         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13539         (do_toggle_element), (cb_toggle_element),
13540         (gst_gconf_audio_src_change_state):
13541         * ext/gconf/gstgconfaudiosrc.h:
13542         * ext/gconf/gstgconfelements.c: (plugin_init):
13543         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13544         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13545         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13546         (do_toggle_element), (cb_toggle_element),
13547         (gst_gconf_video_src_change_state):
13548         * ext/gconf/gstgconfvideosrc.h:
13549           Add new gconfaudiosrc and gconfvideosrc elements
13550           (needed for gnome-sound-recorder).
13551
13552 2006-01-06  Edward Hervey  <edward@fluendo.com>
13553
13554         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13555         Add gst_element_no_more_pads() for proper decodebin behaviour.
13556         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13557         (parse_text_identification_frame), (parse_split_strings):
13558         Failure to decode some tags is not a GST_ERROR() but a
13559         GST_WARNING()
13560         When iterating over a chunk of text, check that we haven't gone too
13561         far.
13562
13563 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13564
13565         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13566         (plugin_init):
13567           call oil_init() when using liboil
13568
13569 2006-01-04  Wim Taymans  <wim@fluendo.com>
13570
13571         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13572         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13573         Fix leaks.
13574
13575 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13576
13577         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13578
13579         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13580         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13581         (gst_flac_dec_change_state):
13582           Don't g_assert() where we should just return FALSE; remove
13583           unnecessary g_assert(); initialize some fields properly in
13584           state change function (fixes #325504). Also, use
13585           GST_DEBUG_OBJECT in two more places.
13586
13587 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13588
13589         * configure.ac:
13590           also remove smoothwave's Makefile.am
13591         * docs/plugins/Makefile.am:
13592           fix plugin docs
13593
13594 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13595
13596         * tests/examples/Makefile.am:
13597           added missing Makefile.am
13598
13599 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13600
13601         * configure.ac:
13602         * gst/level/Makefile.am:
13603         * gst/level/level-example.c:
13604         * tests/Makefile.am:
13605         * tests/examples/level/Makefile.am:
13606         * tests/examples/level/level-example.c: (message_handler), (main):
13607           moved level-example to tests/examples/level-example
13608         * tests/old/examples/level/demo.c: (main):
13609         * tests/old/examples/level/plot.c: (main):
13610           some initial fixes
13611
13612 2005-12-29  Michael Smith  <msmith@fluendo.com>
13613
13614         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13615         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13616         * gst/udp/gstmultiudpsink.h:
13617           Track packets sent per client in addition to bytes sent; provide
13618           this info through get-stats signal
13619
13620 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13621
13622         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13623           Can't use gst_object_unref() on a GstAdapter (#325191).
13624
13625 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13626
13627         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13628         If a broken tag has 0 bytes payload, at least still skip
13629         the 10 byte header
13630
13631 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13632
13633         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13634         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13635         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13636         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13637           Making these depayloaders (H263+ and mpeg4 video) inherit from
13638           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13639
13640 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13641
13642         * docs/plugins/gst-plugins-good-plugins.args:
13643         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13644         Regenerate the plugin hiearchy.
13645
13646 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13647
13648         * docs/plugins/Makefile.am:
13649         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13650         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13651         * docs/plugins/gst-plugins-good-plugins.args:
13652         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13653         (gst_id3demux_base_init), (gst_id3demux_class_init),
13654         (gst_id3demux_chain):
13655         * gst/id3demux/gstid3demux.h:
13656           Add documentation for id3demux.
13657           Don't fail if the first buffer is not at offset 0, just
13658           attempt to typefind and do pass through
13659           Rename the gst_type function from gst_gst_id3demux..
13660
13661 2005-12-20  Michael Smith  <msmith@fluendo.com>
13662
13663         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13664         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13665         (gst_multiudpsink_get_stats):
13666         * gst/udp/gstmultiudpsink.h:
13667           Collect statistics; return them from get_stats.
13668
13669 2005-12-19  Edward Hervey  <edward@fluendo.com>
13670
13671         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13672         Stupid signedness issue...
13673
13674 2005-12-19  Edward Hervey  <edward@fluendo.com>
13675
13676         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13677         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13678         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13679         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13680         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13681         Construct index for indexless files.
13682         Make sure pad/buffers are correctly reset to NULL once we don't need
13683         them anymore, else we get lovely segfaults/assertions.
13684         * gst/wavparse/gstwavparse.c:
13685         Yes, you can have 96KHz audio and wma in wav :(
13686
13687 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13688
13689         * configure.ac:
13690           Check for optional dependency on zlib for id3demux
13691
13692         * gst/id3demux/Makefile.am:
13693         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13694         (gst_id3demux_base_init), (gst_id3demux_class_init),
13695         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13696         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13697         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13698         (gst_id3demux_set_property), (gst_id3demux_get_property),
13699         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13700         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13701         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13702         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13703         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13704         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13705         (simple_find_peek), (simple_find_suggest),
13706         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13707         (plugin_init):
13708         * gst/id3demux/gstid3demux.h:
13709         * gst/id3demux/id3tags.c: (read_synch_uint),
13710         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13711         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13712         (id3demux_id3v2_frames_to_tag_list):
13713         * gst/id3demux/id3tags.h:
13714         * gst/id3demux/id3v2.4.0-frames.txt:
13715         * gst/id3demux/id3v2.4.0-structure.txt:
13716         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13717         (parse_comment_frame), (parse_text_identification_frame),
13718         (id3v2_tag_to_taglist), (parse_split_strings):
13719           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13720           otherwise it discards them. Works on my test files. 
13721
13722         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13723           Don't send EOS to a non-existing srcpad
13724           The debug category can be static
13725
13726 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13727
13728         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13729         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13730         * gst/multipart/multipartdemux.c:
13731           change some char* into char[]
13732
13733 2005-12-16  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13736         (gst_wavparse_other), (gst_wavparse_perform_seek),
13737         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13738         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13739         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13740         * gst/wavparse/gstwavparse.h:
13741         Use GstSegment to implement more seeking features.
13742
13743 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13744
13745         * gst/rtsp/rtspconnection.c:
13746           Add <netinet/in.h> include and move <arpa/inet.h> include
13747           to make things work on OpenBSD as well (fixes #323717;
13748           patch by: Benjamin Pineau)
13749
13750 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13751
13752         * gst/rtp/gstrtpspeexdepay.c:
13753         * gst/rtp/gstrtpspeexpay.c:
13754         Set clock rate to be fixed in 8000. It fixes bug #324012.
13755
13756 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13757
13758         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13759         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13760         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13761         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13762         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13763         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13764         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13765         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13766         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13767         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13768         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13769         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13770         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13771         * gst-plugins-good/gst/rtp/README:
13772         Fixed payload range in payloder caps. Removed payload range completely
13773         from depayloaders as they don't require payload type in their caps.
13774         In effect, there isn't any specific payload type for any given codec,
13775         only suggestions.
13776         Fixes bug #324011.
13777
13778 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13779
13780         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13781         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13782         (gst_videomixer_collected): Code cleanup and re-enabling 
13783         queued time validity check for correct EOS handling.
13784
13785 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13786
13787         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13788         (gst_oss_mixer_element_get_property),
13789         (gst_oss_mixer_element_change_state):
13790         Add 'device-name' property and fix state change function.
13791
13792 2005-12-13  Edward Hervey  <edward@fluendo.com>
13793
13794         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13795         If the speed of the file is null in the header, set the frame_time to
13796         the default setting of GST_SECOND / 70. Which is the default
13797         frame_delay for .fli files as stated in this document :
13798         http://www.compuphase.com/flic.htm
13799         Would be nice to have the time conversion done properly too (duration =
13800         flxh->frames * flxdec->frame_time)
13801
13802 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13803
13804         * docs/plugins/Makefile.am:
13805         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13806         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13807         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13808         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13809         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13810         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13811         documentation for videomixer on my way with a funny sample
13812         pipeline.
13813
13814 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13815
13816         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13817         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13818         (gst_videomixer_update_queues), (gst_videomixer_collected):
13819         Fix caps negotiation. (#323896)
13820
13821 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13822
13823         * gst/matroska/matroska-demux.c:
13824         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13825           Set correct timestamps on audio laces, fixes playback of mp3 from
13826                 matroska.
13827
13828 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13829
13830         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13831         (gst_au_parse_class_init), (gst_au_parse_init),
13832         (gst_au_parse_dispose), (gst_au_parse_chain),
13833         (gst_au_parse_change_state), (plugin_init):
13834         * gst/auparse/gstauparse.h:
13835           Use gst_object_unref() for GstObjects instead of
13836           g_object_unref() and fix a mem leak in a debug
13837           statement; while we're at it, also borgify, use
13838           boilerplate macros and clean up a little bit.
13839
13840 2005-12-11  Edward Hervey  <edward@fluendo.com>
13841
13842         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13843         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13844         Added pull mode.
13845
13846 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         * gst/goom/gstgoom.c:
13849         * gst/level/level-example.c: (main):
13850         * gst/smoothwave/demo-osssrc.c: (main):
13851           Use audiotestsrc instead of sinesrc (#323798).
13852
13853 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13854
13855         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13856           more debug-func-ptr usage
13857
13858 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13859
13860         * gst/flx/flx_color.c: (flx_colorspace_convert):
13861         * gst/flx/flx_color.h:
13862         * gst/flx/flx_fmt.h:
13863         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13864         * gst/flx/gstflxdec.h:
13865           Now flxdec works on big-endian machines as well.
13866
13867 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13868
13869         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13870         (gst_fenced_buffer_copy):
13871           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13872           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13873           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13874           and use GST_DEBUG_FUNCPTR for pad functions.
13875
13876 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13877
13878         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13879         (gst_flac_dec_class_init), (gst_flac_dec_init),
13880         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13881         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13882         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13883         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13884         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13885         (gst_flac_dec_change_state):
13886         * ext/flac/gstflacdec.h:
13887           Rewrite flacdec a bit, so that even seeking might work now. Most
13888           importantly, don't act upon any flow return values we get, just tell
13889           the decoder everything's dandy and act on the flow return values
13890           later on in the loop function. We don't want to mess up the internal
13891           decoder state for non-fatal things like flushing pads etc. Other
13892           than that, use GstSegment (segment seeks don't work yet though, but
13893           should be easy to add), use boilerplate macros, drop the superfluous
13894           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13895           lots of other things.
13896
13897 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13898
13899         * configure.ac:
13900           Update comment in OSS includes check.
13901
13902         * sys/oss/gstossdmabuffer.c:
13903         * sys/oss/gstosshelper.c:
13904         * sys/oss/gstossmixer.c:
13905         * sys/oss/gstossmixertrack.c:
13906         * sys/oss/gstosssink.c:
13907         * sys/oss/gstosssrc.c:
13908         * sys/oss/oss_probe.c:
13909           Don't assume the OSS soundcard.h include is always in
13910           the sys/ directory. Instead, use the existing defines
13911           from config.h to include the right file. Fixes
13912           compilation on OpenBSD 3.8 (#323718).
13913
13914 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13915
13916         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13917         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13918         * docs/plugins/inspect/plugin-1394.xml:
13919         * docs/plugins/inspect/plugin-aasink.xml:
13920         * docs/plugins/inspect/plugin-alaw.xml:
13921         * docs/plugins/inspect/plugin-alpha.xml:
13922         * docs/plugins/inspect/plugin-alphacolor.xml:
13923         * docs/plugins/inspect/plugin-auparse.xml:
13924         * docs/plugins/inspect/plugin-autodetect.xml:
13925         * docs/plugins/inspect/plugin-avi.xml:
13926         * docs/plugins/inspect/plugin-cacasink.xml:
13927         * docs/plugins/inspect/plugin-cairo.xml:
13928         * docs/plugins/inspect/plugin-cutter.xml:
13929         * docs/plugins/inspect/plugin-debug.xml:
13930         * docs/plugins/inspect/plugin-dv.xml:
13931         * docs/plugins/inspect/plugin-efence.xml:
13932         * docs/plugins/inspect/plugin-effectv.xml:
13933         * docs/plugins/inspect/plugin-esdsink.xml:
13934         * docs/plugins/inspect/plugin-flac.xml:
13935         * docs/plugins/inspect/plugin-flxdec.xml:
13936         * docs/plugins/inspect/plugin-gconfelements.xml:
13937         * docs/plugins/inspect/plugin-goom.xml:
13938         * docs/plugins/inspect/plugin-jpeg.xml:
13939         * docs/plugins/inspect/plugin-level.xml:
13940         * docs/plugins/inspect/plugin-matroska.xml:
13941         * docs/plugins/inspect/plugin-mulaw.xml:
13942         * docs/plugins/inspect/plugin-multipart.xml:
13943         * docs/plugins/inspect/plugin-navigationtest.xml:
13944         * docs/plugins/inspect/plugin-ossaudio.xml:
13945         * docs/plugins/inspect/plugin-png.xml:
13946         * docs/plugins/inspect/plugin-rtp.xml:
13947         * docs/plugins/inspect/plugin-rtsp.xml:
13948         * docs/plugins/inspect/plugin-shout2send.xml:
13949         * docs/plugins/inspect/plugin-smpte.xml:
13950         * docs/plugins/inspect/plugin-speex.xml:
13951         * docs/plugins/inspect/plugin-udp.xml:
13952         * docs/plugins/inspect/plugin-videobox.xml:
13953         * docs/plugins/inspect/plugin-videoflip.xml:
13954         * docs/plugins/inspect/plugin-videomixer.xml:
13955         * docs/plugins/inspect/plugin-wavenc.xml:
13956         * docs/plugins/inspect/plugin-wavparse.xml:
13957         * ext/flac/gstflac.c: (plugin_init):
13958         * ext/flac/gstflacdec.c: (flacdec_get_type),
13959         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13960         (gst_flac_dec_init), (gst_flac_dec_finalize),
13961         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13962         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13963         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13964         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13965         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13966         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13967         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13968         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13969         * ext/flac/gstflacdec.h:
13970         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13971         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13972         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13973         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13974         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13975         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13976         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13977         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13978         (gst_flac_enc_change_state):
13979         * ext/flac/gstflacenc.h:
13980           borgify and fix up documentation
13981
13982 2005-12-09  Michael Smith  <msmith@fluendo.com>
13983
13984         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13985           Accept a wider range of flac files, more closely matching flac spec.
13986
13987 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13988
13989         * docs/plugins/Makefile.am: Add multipart elements.
13990         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13991         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13992         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13993         * gst/multipart/multipartdemux.c:
13994         * gst/multipart/multipartmux.c: Add docs.
13995
13996 2005-12-07  Edward Hervey  <edward@fluendo.com>
13997
13998         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13999         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14000         (gst_avi_demux_invert):
14001         Memleak and crasher fixes.
14002         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14003         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14004         Memleak fixes
14005
14006 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14007
14008         * ext/aalib/gstaasink.h:
14009         * ext/cairo/gsttextoverlay.h:
14010         * ext/dv/gstdvdec.h:
14011         * ext/dv/gstdvdemux.c:
14012         * ext/dv/gstdvdemux.h:
14013         * ext/esd/esdsink.h:
14014         * ext/flac/flac_compat.h:
14015         * ext/flac/gstflacdec.h:
14016         * ext/flac/gstflacenc.h:
14017         * ext/gconf/gconf.h:
14018         * ext/gconf/gstgconfaudiosink.h:
14019         * ext/gconf/gstgconfvideosink.h:
14020         * ext/gdk_pixbuf/gstgdkanimation.h:
14021         * ext/jpeg/gstjpegdec.h:
14022         * ext/jpeg/smokecodec.h:
14023         * ext/jpeg/smokeformat.h:
14024         * ext/ladspa/gstsignalprocessor.h:
14025         * ext/ladspa/search.c: (LADSPAPluginSearch):
14026         * ext/ladspa/utils.h:
14027         * ext/libmng/gstmng.c:
14028         * ext/libmng/gstmngdec.h:
14029         * ext/libmng/gstmngenc.c:
14030         * ext/libmng/gstmngenc.h:
14031         * ext/libpng/gstpng.c:
14032         * ext/libpng/gstpngenc.c:
14033         * ext/libpng/gstpngenc.h:
14034         * ext/shout2/gstshout2.h:
14035         * ext/speex/gstspeexdec.h:
14036         * ext/speex/gstspeexenc.c:
14037         * ext/speex/gstspeexenc.h:
14038         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14039         * gst/autodetect/gstautoaudiosink.h:
14040         * gst/autodetect/gstautovideosink.h:
14041         * gst/avi/gstavidemux.h:
14042         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14043         (gst_cutter_set_property), (gst_cutter_get_caps):
14044         * gst/cutter/gstcutter.h:
14045         * gst/debug/tests.c: (md5_process_block):
14046         * gst/debug/tests.h:
14047         * gst/effectv/gstwarp.c:
14048         * gst/flx/flx_fmt.h:
14049         * gst/flx/gstflxdec.h:
14050         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14051         (zoomFilterFastRGB):
14052         * gst/goom/filters.h:
14053         * gst/goom/goom_tools.h:
14054         * gst/law/alaw-encode.c:
14055         * gst/level/gstlevel.c:
14056         * gst/level/gstlevel.h:
14057         * gst/matroska/ebml-write.h:
14058         * gst/matroska/matroska-demux.h:
14059         * gst/matroska/matroska-ids.h:
14060         * gst/matroska/matroska-mux.h:
14061         * gst/monoscope/convolve.c: (convolve_match):
14062         * gst/monoscope/convolve.h:
14063         * gst/multipart/multipartmux.c:
14064         * gst/oldcore/gstaggregator.c:
14065         * gst/oldcore/gstaggregator.h:
14066         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14067         * gst/oldcore/gstmd5sink.h:
14068         * gst/oldcore/gstmultifilesrc.c:
14069         * gst/oldcore/gstmultifilesrc.h:
14070         * gst/oldcore/gstpipefilter.h:
14071         * gst/oldcore/gstshaper.h:
14072         * gst/rtp/gstrtpL16depay.h:
14073         * gst/rtp/gstrtpL16pay.h:
14074         * gst/rtp/gstrtpdepay.h:
14075         * gst/rtp/gstrtpmp4vpay.c:
14076         * gst/rtp/gstrtpmp4vpay.h:
14077         * gst/rtsp/gstrtspsrc.c:
14078         * gst/rtsp/gstrtspsrc.h:
14079         * gst/rtsp/rtspconnection.h:
14080         * gst/rtsp/rtspdefs.h:
14081         * gst/rtsp/rtspmessage.h:
14082         * gst/rtsp/rtsptransport.h:
14083         * gst/rtsp/rtspurl.c:
14084         * gst/rtsp/rtspurl.h:
14085         * gst/rtsp/sdpmessage.c:
14086         * gst/rtsp/sdpmessage.h:
14087         * gst/smpte/barboxwipes.c:
14088         * gst/smpte/gstmask.h:
14089         * gst/smpte/gstsmpte.h:
14090         * gst/smpte/paint.c:
14091         * gst/smpte/paint.h:
14092         * gst/udp/gstdynudpsink.h:
14093         * gst/udp/gstmultiudpsink.h:
14094         * gst/udp/gstudpsink.c:
14095         * gst/udp/gstudpsink.h:
14096         * gst/udp/gstudpsrc.c:
14097         * gst/videomixer/videomixer.c:
14098         * gst/wavenc/riff.h:
14099         * gst/wavparse/gstwavparse.h:
14100         * sys/oss/gstossdmabuffer.h:
14101         * sys/oss/gstossmixer.h:
14102         * sys/oss/gstossmixerelement.h:
14103         * sys/oss/gstossmixertrack.h:
14104         * sys/oss/gstosssink.c:
14105         * sys/oss/gstosssink.h:
14106         * sys/oss/gstosssrc.c:
14107         * sys/oss/gstosssrc.h:
14108         * sys/osxaudio/gstosxaudioelement.h:
14109         * sys/osxaudio/gstosxaudiosink.h:
14110         * sys/osxaudio/gstosxaudiosrc.h:
14111           expand tabs
14112
14113 === release 0.10.0 ===
14114
14115 2005-12-05   <thomas (at) apestaart (dot) org>
14116
14117         * configure.ac:
14118           releasing 0.10.0, "Abondance"
14119
14120 2005-12-05  Andy Wingo  <wingo@pobox.com>
14121
14122         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14123         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14124         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14125         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14126         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14127         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14128         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14129         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14130         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14131         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14132         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14133         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14134         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14135         * gst/goom/gstgoom.c: (gst_goom_chain):
14136         * gst/matroska/matroska-demux.c:
14137         (gst_matroska_demux_push_vorbis_codec_priv_data),
14138         (gst_matroska_demux_add_wvpk_header):
14139         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14140         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14141         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14142         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14143         alloc_buffer changes.
14144
14145 2005-12-05  Michael Smith  <msmith@fluendo.com>
14146
14147         * docs/plugins/gst-plugins-good-plugins.args:
14148           Remove args for plugins that aren't in -good.
14149
14150 === release 0.9.7 ===
14151
14152 2005-12-01   <thomas (at) apestaart (dot) org>
14153
14154         * configure.ac:
14155           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14156
14157 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14158
14159         * docs/plugins/.cvsignore:
14160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14161         * docs/plugins/inspect/plugin-multipart.xml:
14162         * docs/plugins/inspect/plugin-rtp.xml:
14163           add multipart plugin to docs
14164
14165 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14166
14167         * configure.ac:
14168         * ext/Makefile.am:
14169         * ext/pango/Makefile.am:
14170         * ext/pango/gstclockoverlay.c:
14171         * ext/pango/gstclockoverlay.h:
14172         * ext/pango/gsttextoverlay.c:
14173         * ext/pango/gsttextoverlay.h:
14174         * ext/pango/gsttextrender.c:
14175         * ext/pango/gsttextrender.h:
14176         * ext/pango/gsttimeoverlay.c:
14177         * ext/pango/gsttimeoverlay.h:
14178           move pango to base
14179
14180 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14181
14182         * gst/rtp/Makefile.am:
14183         * gst/rtp/gstrtpL16depay.c:
14184         * gst/rtp/gstrtpL16depay.h:
14185         * gst/rtp/gstrtpL16parse.c:
14186         * gst/rtp/gstrtpL16parse.h:
14187         * gst/rtp/gstrtpgsmdepay.c:
14188         * gst/rtp/gstrtpgsmdepay.h:
14189         * gst/rtp/gstrtpgsmparse.c:
14190         * gst/rtp/gstrtpgsmparse.h:
14191           parsers are depayers
14192
14193 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14194
14195         * gst/rtp/Makefile.am:
14196         * gst/rtp/gstasteriskh263.c:
14197         * gst/rtp/gstrtp.c:
14198         * gst/rtp/gstrtpL16enc.c:
14199         * gst/rtp/gstrtpL16enc.h:
14200         * gst/rtp/gstrtpL16parse.c:
14201         * gst/rtp/gstrtpL16parse.h:
14202         * gst/rtp/gstrtpL16pay.c:
14203         * gst/rtp/gstrtpL16pay.h:
14204         * gst/rtp/gstrtpamrdec.c:
14205         * gst/rtp/gstrtpamrdec.h:
14206         * gst/rtp/gstrtpamrdepay.c:
14207         * gst/rtp/gstrtpamrdepay.h:
14208         * gst/rtp/gstrtpamrenc.c:
14209         * gst/rtp/gstrtpamrenc.h:
14210         * gst/rtp/gstrtpamrpay.c:
14211         * gst/rtp/gstrtpamrpay.h:
14212         * gst/rtp/gstrtpdec.c:
14213         * gst/rtp/gstrtpdec.h:
14214         * gst/rtp/gstrtpdepay.c:
14215         * gst/rtp/gstrtpdepay.h:
14216         * gst/rtp/gstrtpg711dec.c:
14217         * gst/rtp/gstrtpg711dec.h:
14218         * gst/rtp/gstrtpg711depay.c:
14219         * gst/rtp/gstrtpg711depay.h:
14220         * gst/rtp/gstrtpg711enc.c:
14221         * gst/rtp/gstrtpg711enc.h:
14222         * gst/rtp/gstrtpg711pay.c:
14223         * gst/rtp/gstrtpg711pay.h:
14224         * gst/rtp/gstrtpgsmenc.c:
14225         * gst/rtp/gstrtpgsmenc.h:
14226         * gst/rtp/gstrtpgsmparse.c:
14227         * gst/rtp/gstrtpgsmparse.h:
14228         * gst/rtp/gstrtpgsmpay.c:
14229         * gst/rtp/gstrtpgsmpay.h:
14230         * gst/rtp/gstrtph263enc.c:
14231         * gst/rtp/gstrtph263enc.h:
14232         * gst/rtp/gstrtph263pay.c:
14233         * gst/rtp/gstrtph263pay.h:
14234         * gst/rtp/gstrtph263pdec.c:
14235         * gst/rtp/gstrtph263pdec.h:
14236         * gst/rtp/gstrtph263pdepay.c:
14237         * gst/rtp/gstrtph263pdepay.h:
14238         * gst/rtp/gstrtph263penc.c:
14239         * gst/rtp/gstrtph263penc.h:
14240         * gst/rtp/gstrtph263ppay.c:
14241         * gst/rtp/gstrtph263ppay.h:
14242         * gst/rtp/gstrtpmp4vdec.c:
14243         * gst/rtp/gstrtpmp4vdec.h:
14244         * gst/rtp/gstrtpmp4vdepay.c:
14245         * gst/rtp/gstrtpmp4vdepay.h:
14246         * gst/rtp/gstrtpmp4venc.c:
14247         * gst/rtp/gstrtpmp4venc.h:
14248         * gst/rtp/gstrtpmp4vpay.c:
14249         * gst/rtp/gstrtpmp4vpay.h:
14250         * gst/rtp/gstrtpmpadec.c:
14251         * gst/rtp/gstrtpmpadec.h:
14252         * gst/rtp/gstrtpmpadepay.c:
14253         * gst/rtp/gstrtpmpadepay.h:
14254         * gst/rtp/gstrtpmpaenc.c:
14255         * gst/rtp/gstrtpmpaenc.h:
14256         * gst/rtp/gstrtpmpapay.c:
14257         * gst/rtp/gstrtpmpapay.h:
14258         * gst/rtp/gstrtpspeexdec.c:
14259         * gst/rtp/gstrtpspeexdec.h:
14260         * gst/rtp/gstrtpspeexdepay.c:
14261         * gst/rtp/gstrtpspeexdepay.h:
14262         * gst/rtp/gstrtpspeexenc.c:
14263         * gst/rtp/gstrtpspeexenc.h:
14264         * gst/rtp/gstrtpspeexpay.c:
14265         * gst/rtp/gstrtpspeexpay.h:
14266           Do burger's rename for rtp payloaders and depayloaders
14267
14268 2005-11-30  Wim Taymans  <wim@fluendo.com>
14269
14270         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14271         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14272         * ext/dv/gstdvdemux.h:
14273         Fix seeking in dvdemux again, add some more debug info.
14274
14275 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14276
14277         * configure.ac:
14278           fix tests
14279
14280 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14281
14282         * PORTED_09:
14283         * docs/random/PORTED_09:
14284           move
14285         * tests/Makefile.am:
14286           add
14287         * win32/gst.sln:
14288           remove
14289
14290 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14291
14292         * Makefile.am:
14293         * check/.cvsignore:
14294         * check/Makefile.am:
14295         * check/elements/.cvsignore:
14296         * check/elements/level.c:
14297         * check/elements/matroskamux.c:
14298         * configure.ac:
14299         * examples/Makefile.am:
14300         * examples/capsfilter/Makefile.am:
14301         * examples/capsfilter/capsfilter1.c:
14302         * examples/gob/Makefile.am:
14303         * examples/gob/gst-identity2.gob:
14304         * examples/gstplay/.cvsignore:
14305         * examples/gstplay/Makefile.am:
14306         * examples/gstplay/player.c:
14307         * examples/indexing/.cvsignore:
14308         * examples/indexing/Makefile.am:
14309         * examples/indexing/indexmpeg.c:
14310         * examples/level/Makefile.am:
14311         * examples/level/README:
14312         * examples/level/demo.c:
14313         * examples/level/plot.c:
14314         * examples/stats/Makefile.am:
14315         * examples/stats/mp2ogg.c:
14316         * examples/switch/.cvsignore:
14317         * examples/switch/Makefile.am:
14318         * examples/switch/switcher.c:
14319           move under tests/
14320
14321 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14322
14323         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14324         (gst_text_render_class_init), (resize_bitmap),
14325         (gst_text_render_render_text), (gst_text_render_setcaps),
14326         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14327         (gst_text_render_chain), (gst_text_render_finalize),
14328         (gst_text_render_init), (gst_text_render_set_property):
14329         * ext/pango/gsttextrender.h:
14330           Add missing files.
14331
14332 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14333
14334         * configure.ac:
14335         * ext/Makefile.am:
14336         * ext/pango/Makefile.am:
14337         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14338         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14339         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14340         * ext/pango/gstclockoverlay.h:
14341         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14342         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14343         (gst_text_overlay_finalize), (gst_text_overlay_init),
14344         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14345         (gst_text_overlay_text_pad_linked),
14346         (gst_text_overlay_text_pad_unlinked),
14347         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14348         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14349         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14350         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14351         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14352         (gst_text_overlay_change_state), (plugin_init):
14353         * ext/pango/gsttextoverlay.h:
14354         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14355         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14356         (gst_time_overlay_class_init), (gst_time_overlay_init):
14357         * ext/pango/gsttimeoverlay.h:
14358           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14359           and add background shading and text wrapping modes. Make 
14360           timoverlay derive from textoverlay. Also add new clockoverlay
14361           element.
14362
14363 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14364
14365         * gst/udp/Makefile.am: Moved to netbuffer.
14366
14367 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14368
14369         * configure.ac:
14370         * PORTED_O9:
14371         * gst/multipart/Makefile.am:
14372         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14373         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14374         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14375         (gst_multipart_demux_change_state),
14376         (gst_multipart_demux_plugin_init):
14377         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14378         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14379         (gst_multipart_mux_sinkconnect),
14380         (gst_multipart_mux_request_new_pad),
14381         (gst_multipart_mux_handle_src_event),
14382         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14383         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14384         0.9.
14385
14386 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14387
14388         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14389         * gst/debug/gstnavigationtest.h:
14390         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14391         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14392         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14393         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14394         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14395         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14396         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14397         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14398         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14399         (gst_video_flip_get_type):
14400         * gst/videofilter/gstvideoflip.h:
14401           update for symbols change
14402
14403 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14404
14405         * gst/udp/gstdynudpsink.c:
14406         * gst/udp/gstudpsrc.c:
14407           the old gstnet lib was renamed gstnetbuffer (#322257)
14408
14409 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14410
14411         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14412         (gst_text_overlay_collected):
14413           Actually render the text from the text pad.
14414
14415 2005-11-29  Edward Hervey  <edward@fluendo.com>
14416
14417         * gst/debug/gstnavseek.c: (gst_navseek_event):
14418         * gst/debug/progressreport.c: (gst_progress_report_event):
14419         Update for GstBaseTransform event virtual method
14420
14421 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14422
14423         * ext/cairo/Makefile.am:
14424           no need to link to videofilter
14425
14426 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14427
14428         * gst/debug/Makefile.am:
14429         * gst/debug/gstnavigationtest.h:
14430         * gst/effectv/Makefile.am:
14431         * gst/effectv/gstaging.c:
14432         * gst/effectv/gstdice.c:
14433         * gst/effectv/gstedge.c:
14434         * gst/effectv/gstquark.c:
14435         * gst/effectv/gstrev.c:
14436         * gst/effectv/gstshagadelic.c:
14437         * gst/effectv/gstvertigo.c:
14438         * gst/effectv/gstwarp.c:
14439         * gst/videofilter/Makefile.am:
14440         * gst/videofilter/gstvideofilter.c:
14441         * gst/videofilter/gstvideofilter.h:
14442         * gst/videofilter/gstvideoflip.h:
14443           remove the videofilter library and link to the one in base
14444
14445 2005-11-28  Edward Hervey  <edward@fluendo.com>
14446
14447         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14448         Useless check now we're setting the current entry correctly.
14449
14450 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14451
14452         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14453         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14454         (gst_jpegenc_change_state):
14455           Don't leak input buffer in chain function (fixes #322667); make 
14456           state change function thread-safe; don't repeat the current function
14457           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14458           gst_pad_alloc_buffer(); misc. minor cleanups.
14459
14460 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14461
14462         * gst/matroska/matroska-mux.c:
14463         (gst_matroska_mux_video_pad_setcaps):
14464         Look for pixel-aspect-ratio in caps, not pixel_width and
14465         pixel_height (Fixes: #322645)
14466
14467 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14468
14469         * gst/matroska/matroska-mux.c:
14470         (gst_matroska_mux_video_pad_setcaps):
14471         From Michal Benes:
14472         frame duration should be GST_SECOND / framerate, not
14473         GST_SECOND * framerate. (Fixes: #322643)
14474
14475 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14476
14477         * configure.ac:
14478           fix up GST_PLUGIN_LDFLAGS
14479         * gst/rtsp/rtspconnection.c:
14480           fix includes (see #317043)
14481         * gst/videofilter/Makefile.am:
14482           stop installing this library
14483
14484 2005-11-26  Edward Hervey  <edward@fluendo.com>
14485
14486         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14487         Handle the case where the incoming Video dv stream doesn't have
14488         a pixel aspect ratio set.
14489
14490 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14491
14492         * docs/plugins/Makefile.am:
14493         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14494         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14495         * ext/flac/gstflacdec.c:
14496           document flacdec
14497
14498 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14499
14500         * docs/plugins/Makefile.am:
14501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14503         * docs/plugins/inspect/plugin-autodetect.xml:
14504         * ext/cairo/gstcairo.c: (plugin_init):
14505         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14506         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14507         (gst_text_overlay_init), (gst_text_overlay_font_init),
14508         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14509         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14510         (gst_text_overlay_text_pad_linked),
14511         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14512         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14513         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14514         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14515         (gst_text_overlay_change_state):
14516         * ext/cairo/gsttextoverlay.h:
14517         * ext/cairo/gsttimeoverlay.c:
14518         (gst_cairo_time_overlay_update_font_height),
14519         (gst_cairo_time_overlay_set_caps),
14520         (gst_cairo_time_overlay_get_unit_size),
14521         (gst_cairo_time_overlay_print_smpte_time),
14522         (gst_cairo_time_overlay_transform),
14523         (gst_cairo_time_overlay_base_init),
14524         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14525         (gst_cairo_time_overlay_get_type):
14526         * ext/cairo/gsttimeoverlay.h:
14527           do some name borgifying
14528           document
14529
14530 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14531
14532         * docs/plugins/Makefile.am:
14533         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14534         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14535         * gst/autodetect/gstautoaudiosink.c:
14536         (gst_auto_audio_sink_base_init):
14537         * gst/autodetect/gstautovideosink.c:
14538         (gst_auto_video_sink_base_init),
14539         (gst_auto_video_sink_factory_filter):
14540           documenting auto*sink
14541           using strstr for the video sink lookup, class field is not ordered
14542         * docs/plugins/inspect/plugin-1394.xml:
14543         * docs/plugins/inspect/plugin-aasink.xml:
14544         * docs/plugins/inspect/plugin-alaw.xml:
14545         * docs/plugins/inspect/plugin-alpha.xml:
14546         * docs/plugins/inspect/plugin-alphacolor.xml:
14547         * docs/plugins/inspect/plugin-auparse.xml:
14548         * docs/plugins/inspect/plugin-autodetect.xml:
14549         * docs/plugins/inspect/plugin-avi.xml:
14550         * docs/plugins/inspect/plugin-cacasink.xml:
14551         * docs/plugins/inspect/plugin-cairo.xml:
14552         * docs/plugins/inspect/plugin-cutter.xml:
14553         * docs/plugins/inspect/plugin-debug.xml:
14554         * docs/plugins/inspect/plugin-dv.xml:
14555         * docs/plugins/inspect/plugin-efence.xml:
14556         * docs/plugins/inspect/plugin-effectv.xml:
14557         * docs/plugins/inspect/plugin-esdsink.xml:
14558         * docs/plugins/inspect/plugin-flac.xml:
14559         * docs/plugins/inspect/plugin-flxdec.xml:
14560         * docs/plugins/inspect/plugin-gconfelements.xml:
14561         * docs/plugins/inspect/plugin-goom.xml:
14562         * docs/plugins/inspect/plugin-jpeg.xml:
14563         * docs/plugins/inspect/plugin-level.xml:
14564         * docs/plugins/inspect/plugin-matroska.xml:
14565         * docs/plugins/inspect/plugin-mulaw.xml:
14566         * docs/plugins/inspect/plugin-navigationtest.xml:
14567         * docs/plugins/inspect/plugin-ossaudio.xml:
14568         * docs/plugins/inspect/plugin-png.xml:
14569         * docs/plugins/inspect/plugin-rtp.xml:
14570         * docs/plugins/inspect/plugin-rtsp.xml:
14571         * docs/plugins/inspect/plugin-shout2send.xml:
14572         * docs/plugins/inspect/plugin-smpte.xml:
14573         * docs/plugins/inspect/plugin-speex.xml:
14574         * docs/plugins/inspect/plugin-udp.xml:
14575         * docs/plugins/inspect/plugin-videobox.xml:
14576         * docs/plugins/inspect/plugin-videoflip.xml:
14577         * docs/plugins/inspect/plugin-videomixer.xml:
14578         * docs/plugins/inspect/plugin-wavenc.xml:
14579         * docs/plugins/inspect/plugin-wavparse.xml:
14580           update for HEAD version
14581
14582 2005-11-25  Michael Smith  <msmith@fluendo.com>
14583
14584         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14585           Patch from Sebastien Cote to close control sockets in udpsrc.
14586
14587 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14588
14589         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14590         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14591         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14592         (gst_quarktv_base_init), (gst_quarktv_class_init),
14593         (gst_quarktv_init): Flush the planes list on reverse caps
14594         negotiation. This was crashing because of differently sized
14595         buffers.
14596
14597 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14598
14599         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14600         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14601         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14602         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14603         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14604         (gst_videoflip_set_property), (gst_videoflip_base_init),
14605         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14606         correctly, fix identity flipping, convert navigation event 
14607         correctly again.
14608
14609 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14610
14611         * configure.ac: back to HEAD
14612
14613 === release 0.9.6 ===
14614
14615 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14616
14617         * configure.ac:
14618           releasing 0.9.6, "Everything's Not Lost"
14619
14620 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14621
14622         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14623         Oops, initialise the framerate GValue
14624
14625 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14626
14627         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14628         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14629         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14630         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14631         (gst_timeoverlay_get_type):
14632         * ext/cairo/gsttimeoverlay.h:
14633         * gst/debug/Makefile.am:
14634         * gst/debug/gstnavigationtest.c:
14635         (gst_navigationtest_handle_src_event),
14636         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14637         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14638         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14639         (gst_navigationtest_init), (gst_navigationtest_get_type),
14640         (plugin_init):
14641         * gst/debug/gstnavigationtest.h:
14642         * gst/effectv/Makefile.am:
14643         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14644         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14645         (gst_agingtv_base_init), (gst_agingtv_class_init),
14646         (gst_agingtv_init), (gst_agingtv_get_type):
14647         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14648         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14649         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14650         (gst_dicetv_get_type):
14651         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14652         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14653         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14654         (gst_edgetv_get_type):
14655         * gst/effectv/gsteffectv.c:
14656         * gst/effectv/gsteffectv.h:
14657         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14658         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14659         (gst_quarktv_change_state), (gst_quarktv_base_init),
14660         (gst_quarktv_class_init), (gst_quarktv_init),
14661         (gst_quarktv_get_type):
14662         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14663         (gst_revtv_get_unit_size), (gst_revtv_transform),
14664         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14665         (gst_revtv_get_type):
14666         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14667         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14668         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14669         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14670         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14671         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14672         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14673         (gst_vertigotv_init), (gst_vertigotv_get_type):
14674         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14675         (gst_warptv_get_unit_size), (gst_warptv_transform),
14676         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14677         (gst_warptv_get_type):
14678         * gst/videofilter/Makefile.am:
14679         * gst/videofilter/gstvideobalance.c:
14680         * gst/videofilter/gstvideobalance.h:
14681         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14682         (gst_videofilter_class_init), (gst_videofilter_init):
14683         * gst/videofilter/gstvideofilter.h:
14684         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14685         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14686         (gst_videoflip_flip), (gst_videoflip_transform),
14687         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14688         (gst_videoflip_base_init), (gst_videoflip_class_init),
14689         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14690         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14691         BaseTransform, it's just a place holder for now and every video
14692         effect plugin has been ported to use BaseTransform features 
14693         directly. QuarkTV was fixed too (was broken), navigationtest works
14694         and best for the end, videoflip converts navigation events depending
14695         on flip method ! Fixes #320953
14696
14697 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14698
14699         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14700         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14701         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14702         (gst_goom_src_negotiate), (gst_goom_chain):
14703         * gst/matroska/matroska-mux.c:
14704         (gst_matroska_mux_video_pad_setcaps):
14705         * sys/osxvideo/osxvideosink.m:
14706           Fixes for API changes
14707
14708 2005-11-23  Michael Smith <msmith@fluendo.com>
14709
14710         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14711         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14712         * ext/jpeg/gstjpegdec.h:
14713         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14714         * ext/jpeg/gstjpegenc.h:
14715         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14716         (gst_smokeenc_resync):
14717         * ext/jpeg/gstsmokeenc.h:
14718           JPEG fractiony goodness.
14719
14720 2005-11-22  Michael Smith <msmith@fluendo.com>
14721
14722         * gst/goom/filters.c:
14723         * gst/goom/graphic.h:
14724           Fix compilation by making some functions static inline instead of
14725           extern inline, matching the way they're used.
14726
14727 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14728
14729         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14730         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14731         * ext/cairo/gsttextoverlay.h:
14732         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14733         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14734         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14735         (gst_pngdec_caps_create_and_set):
14736         * ext/libpng/gstpngdec.h:
14737         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14738         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14739         * gst/avi/gstavimux.c: (gst_avimux_init),
14740         (gst_avimux_vidsinkconnect):
14741         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14742         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14743         (gst_goom_src_negotiate), (gst_goom_chain):
14744         * gst/goom/gstgoom.h:
14745         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14746         * gst/matroska/matroska-mux.c:
14747         (gst_matroska_mux_video_pad_setcaps):
14748         * sys/osxvideo/osxvideosink.h:
14749         * sys/osxvideo/osxvideosink.m:
14750           More fractional framerate conversions 
14751
14752 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14753
14754         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14755         * gst/debug/gstnavigationtest.c:
14756         (gst_navigationtest_handle_src_event):
14757         * gst/videofilter/gstvideofilter.c:
14758         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14759         (gst_videofilter_init):
14760         * gst/videofilter/gstvideofilter.h:
14761           Convert to fractional framerates.
14762
14763 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14764
14765         * ext/aalib/gstaasink.c:
14766         * ext/dv/gstdvdec.c:
14767         * ext/esd/esdmon.c:
14768         * ext/flac/gstflacenc.c:
14769         * ext/gdk_pixbuf/pixbufscale.c:
14770         * ext/libcaca/gstcacasink.c:
14771         * ext/shout2/gstshout2.c:
14772         * gst/alpha/gstalpha.c:
14773         * gst/oldcore/gstaggregator.c:
14774         * gst/oldcore/gstshaper.c:
14775         * gst/smpte/barboxwipes.c:
14776         * gst/smpte/gstsmpte.c:
14777         * gst/videobox/gstvideobox.c:
14778         * gst/videofilter/gstvideoflip.c:
14779         * gst/videomixer/videomixer.c:
14780           fix up more enums
14781
14782 2005-11-22  Michael Smith <msmith@fluendo.com>
14783
14784         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14785         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14786         (gst_videomixer_update_queues):
14787           Fractional framerates, videomixer.
14788
14789 2005-11-22  Michael Smith <msmith@fluendo.com>
14790
14791         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14792         * ext/dv/gstdvdec.h:
14793         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14794         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14795         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14796         (gst_dvdemux_flush):
14797         * ext/dv/gstdvdemux.h:
14798           Fractional framerates for DV. 
14799
14800 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * gst/autodetect/gstautoaudiosink.c:
14803         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14804         * gst/autodetect/gstautovideosink.c:
14805         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14806           Use gst_plugin_feature_list_free() to free feature list and
14807           in the case of autovideosink free the list at all. Also
14808           miscellaneous cosmetic fixes.
14809
14810 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14811
14812         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14813         (gst_cutter_set_property), (gst_cutter_get_caps):
14814           copy calculation code from level; remove use of some audio
14815           functions
14816
14817 2005-11-22  Andy Wingo  <wingo@pobox.com>
14818
14819         * Update for gst_tag_setter API changes.
14820
14821 2005-11-22  Andy Wingo  <wingo@pobox.com>
14822
14823         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14824         (gst_dvdemux_demux_frame)
14825         * ext/flac/gstflacdec.c (gst_flacdec_write)
14826         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14827         (gst_flacenc_sink_event)
14828         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14829         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14830         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14831         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14832         * gst/auparse/gstauparse.c (gst_auparse_chain)
14833         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14834         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14835         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14836         (gst_avi_demux_handle_seek)
14837         * gst/goom/gstgoom.c (gst_goom_event)
14838         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14839         * gst/matroska/matroska-demux.c
14840         (gst_matroska_demux_handle_seek_event)
14841         (gst_matroska_demux_loop_stream_parse_id)
14842         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14843         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14844         (gst_wavparse_stream_headers): Run update-funcnames.
14845
14846 2005-11-22  Edward Hervey  <edward@fluendo.com>
14847
14848         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14849         (gst_dv1394src_init), (gst_dv1394src_dispose),
14850         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14851         (gst_dv1394src_uri_set_uri):
14852         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14853         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14854         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14855         URIHandler interface and element properties are now properly
14856         synchronized for DV1394src and UDPSrc
14857
14858 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14859
14860         * ext/flac/Makefile.am:
14861         * ext/speex/Makefile.am:
14862           libgsttagedit has been renamed to libgsttag.
14863
14864 2005-11-21  Wim Taymans  <wim@fluendo.com>
14865
14866         * gst/rtsp/rtspconnection.c: (read_body):
14867         Apply patch from Sebastien Cote to fix #319184.
14868
14869 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14870
14871         * configure.ac:
14872         * gst/cutter/Makefile.am:
14873         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14874         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14875         (gst_cutter_set_property), (gst_cutter_get_property),
14876         (plugin_init), (gst_cutter_get_caps):
14877           port cutter
14878         * gst/level/gstlevel.c:
14879           fix up plugin details
14880
14881 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14882
14883         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14884         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14885         (gst_flacdec_src_event):
14886         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14887         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14888         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14889         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14890         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14891         (gst_flxdec_sink_event_handler):
14892         * gst/matroska/matroska-demux.c:
14893         (gst_matroska_demux_handle_seek_event):
14894         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14895           Update for stream lock API changes: don't take stream log
14896           in sink event handlers any longer and change GST_STREAM_LOCK
14897           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14898           functions.
14899
14900 2005-11-21  Michael Smith <msmith@fluendo.com>
14901
14902         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14903           gst_object_unref, not g_object_unref
14904
14905 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14906
14907         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14908         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14909           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14910
14911 2005-11-21  Michael Smith <msmith@fluendo.com>
14912
14913         * gst/auparse/Makefile.am:
14914         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14915         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14916         (gst_auparse_change_state):
14917         * gst/auparse/gstauparse.h:
14918           Partially fix #161712. playbin still doesn't work on these files,
14919           (on the bug report, Andy says we aren't typefinding it for some
14920           reason?) but at least auparse isn't totally busted like it was before.
14921
14922 2005-11-21  Andy Wingo  <wingo@pobox.com>
14923
14924         * *.h:
14925         * *.c: Ran scripts/update-macros. Oh yes.
14926
14927 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14928
14929         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14930           Filler events are gone for now, comment out section generating
14931           them.
14932
14933 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14934
14935         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14936         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14937         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14938         * sys/osxvideo/osxvideosink.m:
14939           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14940           (#322027)
14941
14942 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14945         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14946         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14947         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14948         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14949         (gst_avi_demux_stream_data):
14950         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14951         * gst/wavenc/gstwavenc.c: (write_metadata):
14952         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14953         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14954         Fixes for GST_FOURCC_FORMAT API change.
14955
14956 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14957
14958         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14959         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14960         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14961         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14962         (gst_text_overlay_change_state):
14963         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14964         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14965         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14966         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14967         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14968         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14969         (gst_videomixer_change_state):
14970           Fix for collect pads API change. Also fix textoverlay state
14971           change function.
14972
14973 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14974
14975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14976         GST_PAD_IS_USABLE by something approaching it.
14977
14978 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14979
14980         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14981         API changes.
14982         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14983         but also fix the code that was not checking return values from
14984         pad_push neither using pad_alloc_buffer.
14985
14986 2005-11-18  Edward Hervey  <edward@fluendo.com>
14987
14988         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14989         (gst_pngenc_chain):
14990         Added debug category
14991         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14992         goes to EOS.
14993
14994 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14995
14996         * gst/rtp/Makefile.am
14997         * gst/rtp/gstrtp.c
14998         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14999         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15000         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15001         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15002         * gst/rtp/gstrtpg711enc.h:
15003         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15004         * gst/rtp/gstrtpspeexenc.c:
15005         * gst/rtp/gstrtpspeexenc.h:
15006         * gst/rtp/gstrtpspeexdec.c:
15007         * gst/rtp/gstrtpspeexdec.h:
15008         Created Speex payloader and depayloader; Optimize G711 payloader to
15009         use adapter and send packets until MTU size.
15010
15011 2005-11-16  Wim Taymans  <wim@fluendo.com>
15012
15013         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15014         Fix leak in check.
15015
15016 2005-11-16  Wim Taymans  <wim@fluendo.com>
15017
15018         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15019         Fix state change.
15020
15021 2005-11-16  Andy Wingo  <wingo@pobox.com>
15022
15023         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15024         (gst_udpsrc_create): Move comment.
15025
15026 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15027
15028         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15031           When seeking, seek to closest index entry at or before the requested
15032           seek position, not just the closest one (#321001).
15033
15034 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15035
15036         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15037         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15038           Invert DIB images again (see #132341).
15039
15040 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15041
15042         * configure.ac:
15043           rework configure.ac file
15044         * ext/aalib/gstaasink.c:
15045         * ext/cairo/gstcairo.c:
15046         * ext/dv/gstdv.c:
15047         * ext/esd/gstesd.c:
15048         * ext/flac/gstflac.c:
15049         * ext/gconf/gstgconfelements.c:
15050         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15051         * ext/jpeg/gstjpeg.c:
15052         * ext/ladspa/gstladspa.c:
15053         * ext/libcaca/gstcacasink.c:
15054         * ext/libmng/gstmng.c:
15055         * ext/libpng/gstpng.c:
15056         * ext/mikmod/gstmikmod.c:
15057         * ext/pango/gsttextoverlay.c:
15058         * ext/pango/gsttimeoverlay.c:
15059         * ext/raw1394/gst1394.c:
15060         * ext/speex/gstspeex.c:
15061         * gst/alpha/Makefile.am:
15062         * gst/alpha/gstalpha.c:
15063         * gst/alpha/gstalphacolor.c:
15064         * gst/auparse/gstauparse.c:
15065         * gst/autodetect/gstautoaudiosink.c:
15066         (gst_auto_audio_sink_factory_filter),
15067         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15068         * gst/autodetect/gstautodetect.c:
15069         * gst/avi/gstavi.c:
15070         * gst/cutter/gstcutter.c:
15071         * gst/debug/efence.c:
15072         * gst/debug/gstdebug.c:
15073         * gst/debug/gstnavigationtest.c:
15074         * gst/effectv/gsteffectv.c:
15075         * gst/flx/gstflxdec.c:
15076         * gst/goom/gstgoom.c:
15077         * gst/interleave/plugin.c:
15078         * gst/law/alaw.c:
15079         * gst/law/mulaw.c:
15080         * gst/level/gstlevel.c:
15081         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15082         * gst/matroska/matroska.c:
15083         * gst/median/gstmedian.c:
15084         * gst/monoscope/gstmonoscope.c:
15085         * gst/multipart/multipart.c:
15086         * gst/oldcore/gstelements.c:
15087         * gst/rtp/gstrtp.c:
15088         * gst/rtsp/gstrtsp.c:
15089         * gst/smoothwave/gstsmoothwave.c:
15090         * gst/smpte/gstsmpte.c:
15091         * gst/udp/gstudp.c:
15092         * gst/videobox/gstvideobox.c:
15093         * gst/videofilter/gstgamma.c:
15094         * gst/videofilter/gstvideobalance.c:
15095         * gst/videofilter/gstvideoflip.c:
15096         * gst/videofilter/gstvideotemplate.c:
15097         * gst/videomixer/videomixer.c:
15098         * gst/wavenc/gstwavenc.c:
15099         * gst/wavparse/gstwavparse.c:
15100         * sys/oss/gstossaudio.c:
15101         * sys/osxaudio/gstosxaudio.c:
15102           update GST_PLUGIN_DEFINE
15103         * gst/rtp/Makefile.am:
15104         * gst/rtp/gstasteriskh263.c:
15105           check for htons/htonl headers and possibly link to winsock2 lib
15106
15107 2005-11-12  Edward Hervey  <edward@fluendo.com>
15108
15109         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15110         Only GST_DEBUG() information on the valid components.
15111
15112 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15113
15114         * configure.ac: back to HEAD
15115
15116 === release 0.9.5 ===
15117
15118 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15119
15120         * configure.ac:
15121           releasing 0.9.5, "Phone Alarm"
15122
15123 2005-11-11  Edward Hervey  <edward@fluendo.com>
15124
15125         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15126         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15127         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15128         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15129         (gst_avi_demux_loop):
15130         * gst/avi/gstavidemux.h:
15131         Yeah, implement proper seeking. Exact seeking and segment seeking.
15132         Still need to do some checks for segment_stop.
15133
15134 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15135
15136         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15137
15138         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15139           Don't try to ready buffer duration from buffer that we don't
15140           own any  longer and that might already have been unreffed.
15141           (#321136)
15142
15143 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15144
15145         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15146         (flx_decode_delta_flc), (gst_flxdec_chain):
15147         Attempting to optimize the code for embedded systems.
15148
15149 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15150
15151         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15152
15153         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15154           Don't re-use already closed file descriptor. (#320920)
15155
15156 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15157
15158         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15159         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15160         (gst_oss_sink_prepare):
15161         * sys/oss/gstosssink.h:
15162           Cache probed caps; fix debug output for SET_PARAM macros.
15163
15164 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15165
15166         * ext/cairo/Makefile.am:
15167         * ext/cairo/gstcairo.c: (plugin_init):
15168         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15169         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15170         (gst_text_overlay_init), (gst_text_overlay_font_init),
15171         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15172         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15173         (gst_text_overlay_text_pad_linked),
15174         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15175         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15176         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15177         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15178         (gst_text_overlay_change_state):
15179         * ext/cairo/gsttextoverlay.h:
15180           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15181           property and redo positioning. Doesn't handle upstream renegotiation
15182           yet though.
15183
15184 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15185
15186         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15187         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15188         (gst_avi_demux_loop):
15189           No need to take the STREAM_LOCK in the loop function. Improve
15190           some debug messages. Don't leak pad names in debug messages.
15191
15192 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15193
15194         * gst/matroska/matroska-demux.c:
15195         (gst_matroska_demux_push_vorbis_codec_priv_data),
15196         (gst_matroska_demux_add_wvpk_header):
15197           Don't error out when the source pad isn't linked.
15198
15199 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15200
15201         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15202         (gst_gconf_audio_sink_change_state):
15203         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15204         (gst_gconf_video_sink_change_state):
15205           Fix state change functions here as well and set kid
15206           to NULL state before removing it.
15207
15208 2005-11-01  Edward Hervey  <edward@fluendo.com>
15209
15210         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15211         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15212         Added proper event handlind, 
15213         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15214         ignored),
15215         and don't set a duration of 0 for buffers otherwise they are discarded
15216         by GstBaseSink.
15217
15218         GstWavEnc needs some serious loving, after going through the code I'm
15219         really wondering how this can stay in -good ...
15220
15221 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15222
15223         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15224         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15225         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15226         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15227         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15228         (gst_matroska_mux_collected):
15229           Fix leaks and invalid memory access as reported by valgrind
15230
15231 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15232
15233         Patch by: Michal Benes <michal.benes@xeris.cz>
15234
15235         * check/Makefile.am:
15236         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15237         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15238         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15239           add a unit test for matroskamux
15240           fix the bugs that the unit test exposed
15241
15242 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15243
15244         * gst/autodetect/gstautoaudiosink.c:
15245         (gst_auto_audio_sink_class_init),
15246         (gst_auto_audio_sink_change_state):
15247         * gst/autodetect/gstautovideosink.c:
15248         (gst_auto_video_sink_class_init),
15249         (gst_auto_video_sink_change_state):
15250           Fix state change function and use GST_DEBUG_FUNCPTR in
15251           class_init.
15252
15253 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15254
15255         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15256
15257         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15258         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15259         * gst/matroska/ebml-write.h:
15260         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15261           Set timestamps on outgoing ebml headers as well, so that the
15262           element after matroskamux can get the timestamp already when
15263           reading the first ebml element and doesn't have to wait for
15264           the actual data buffer for that (#320308).
15265           
15266 2005-10-31  Andy Wingo  <wingo@pobox.com>
15267
15268         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15269         (gst_videomixer_pad_link): Kill some memleaks.
15270         (gst_videomixer_pad_get_property): Style fix.
15271         (gst_videomixer_pad_set_property): Style fix.
15272         (gst_videomixer_pad_init): Style fix.
15273         (gst_videomixer_update_queues): Kill memleak.
15274         (gst_videomixer_loop): Kill memleak.
15275         (gst_videomixer_collected): Kill memleak.
15276
15277 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15278
15279         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15280         gst_auparse_change_state:
15281         Just some cleanup.
15282
15283 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15284
15285         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15286         Add checks to GST_FLOW_NOT_LINKED for values returned
15287         from gst_pad_push.
15288         
15289 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15290
15291         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15292         (gst_rtpg711dec_process):
15293         * gst/rtp/gstrtpgsmenc.c:
15294         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15295         are never set. This is important for the g711 to work with burger's rtpbin
15296         element.
15297
15298 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15299
15300         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15301         (gst_speexenc_push_buffer):
15302         Add checks for return values from gst_pad_push and
15303         gst_pad_alloc_buffer.
15304
15305 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15306
15307         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15308
15309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15310         (gst_matroska_demux_parse_info),
15311         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15312         (gst_matroska_demux_parse_cluster):
15313         * gst/matroska/matroska-ids.h:
15314         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15315         (gst_matroska_mux_init), (gst_matroska_mux_start),
15316         (gst_matroska_mux_create_buffer_header),
15317         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15318         (gst_matroska_mux_get_property):
15319         * gst/matroska/matroska-mux.h:
15320           Add SimpleBlock support to matroska demuxer and muxer (part of
15321           Matroska v2). (#319731)
15322
15323 2005-10-28  Wim Taymans  <wim@fluendo.com>
15324
15325         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15326         (gst_jpeg_dec_change_state):
15327         * ext/jpeg/gstjpegdec.h:
15328         Cleanups. Don't create caps for every chain.
15329
15330 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15331
15332         * gst/law/alaw-encode.c: (gst_alawenc_init),
15333         (alawenc_setcaps), (gst_alawenc_chain)
15334         * gst/law/alaw-encode.h:
15335         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15336         (mulawenc_setcaps), (gst_mulawenc_chain)
15337         * gst/law/mulaw-encode.h:
15338         Set timestamp on buffer and it allows RTP G711 elements
15339         work properly.
15340
15341 2005-10-27  Wim Taymans  <wim@fluendo.com>
15342
15343         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15344         Set correct format on oss instead of a silly value. 
15345
15346 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15347
15348         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15349         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15350         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15351         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15352         I420 rendering as well, doesn't bring much for my platform.
15353         Might help on some other platforms.
15354
15355 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15356
15357         * gst/rtp/gstrtpgsmenc.c:
15358         * gst/rtp/gstrtpgsmparse.c:
15359         Declaring the padtemplate correctly.
15360
15361 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15362
15363         * gst/rtp/gstrtpg711dec.c:
15364         * gst/rtp/gstrtpg711enc.c:
15365         * gst/rtp/gstrtpgsmenc.c:
15366         * gst/rtp/gstrtpgsmparse.c:
15367         Setting the proper copyright notice.
15368
15369 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15370
15371         * gst/videobox/Makefile.am: Use liboil.
15372         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15373         (gst_video_box_set_property), (gst_video_box_transform_caps),
15374         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15375         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15376         using liboil. Will dot the same to I420 border generation
15377         tomorrow.
15378
15379 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15380
15381         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15382         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15383         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15384         * gst/rtp/gstrtpg711dec.h:
15385         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15386         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15387         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15388         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15389         (gst_rtpgsmenc_handle_buffer):
15390         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15391         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15392         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15393         * gst/rtp/gstrtpgsmparse.h:
15394         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15395         inherits from the basertpdepayloader.
15396
15397 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15398
15399         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15400         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15401         (gst_video_box_ayuv): Removing this forgotten debug.
15402
15403 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15404
15405         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15406         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15407         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15408
15409 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15410
15411         * sys/oss/gstossaudio.c:
15412         * sys/oss/gstossdmabuffer.c:
15413         * sys/oss/gstosshelper.c:
15414         * sys/oss/gstossmixer.c:
15415         * sys/oss/gstossmixerelement.c:
15416         * sys/oss/gstossmixertrack.c:
15417         * sys/oss/gstosssink.c:
15418         * sys/oss/gstosssrc.c:
15419           Actually use the 'oss' debug category we register.
15420
15421 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15422
15423         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15424         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15425         Use gst_pad_get_parent and drop the ref that was added through
15426         that call.
15427
15428 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15429
15430         * gst/rtp/gstrtpgsmenc.c:
15431           Fix compilation
15432
15433 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15434
15435         * gst/rtp/gstrtpg711dec.c
15436         Just removed a couple of lines of weird code used during
15437         development/test time.
15438
15439 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15440
15441         * gst/rtp/Makefile.am
15442         * gst/rtp/gstrtp.c
15443         * gst/rtp/gstrtpg711enc.c
15444         * gst/rtp/gstrtpg711enc.h
15445         * gst/rtp/gstrtpg711dec.c
15446         * gst/rtp/gstrtpg711dec.h
15447         Created G711 payloader and depayloader (it supports mulaw and alaw
15448         (dec)encoders)
15449
15450 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15451
15452         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15453         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15454         Doh ! I introduced wingo's bug again ! Sorry...
15455
15456 2005-10-25  Christian Schaller <christian@fluendo.com> 
15457
15458         * gst/rtp/Makefile.am: add missing header files for disting
15459
15460 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15461
15462         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15463         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15464         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15465         (gst_rtpgsmenc_handle_buffer):
15466         * gst/rtp/gstrtpgsmenc.h:
15467         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15468         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15469         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15470         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15471         * gst/rtp/gstrtpgsmparse.h:
15472         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15473
15474 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15475
15476         * ext/libpng/gstpngdec.c: (user_info_callback),
15477         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15478         a newsegment event, move some redundant code in a single place.
15479
15480 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15481
15482         * ext/libpng/gstpngdec.c: (user_info_callback),
15483         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15484         hack to get correct colors order when we have a png image with
15485         alpha channel.
15486
15487 2005-10-24  Edward Hervey  <edward@fluendo.com>
15488
15489         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15490         Call gst_element_no_more_pads when there will be no more pads.
15491
15492 2005-10-24  Wim Taymans  <wim@fluendo.com>
15493
15494         * gst/rtp/Makefile.am:
15495         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15496         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15497         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15498         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15499         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15500         (gst_asteriskh263_plugin_init):
15501         * gst/rtp/gstasteriskh263.h:
15502         * gst/rtp/gstrtp.c: (plugin_init):
15503         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15504         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15505         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15506         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15507         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15508         (gst_rtph263enc_plugin_init):
15509         * gst/rtp/gstrtph263enc.h:
15510         Added two new payloaders, an RFC 2190 payloader for h263 and
15511         a payload convertor for an asterisk server.
15512
15513 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15514
15515         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15516           Set bytes_per_sample correctly (is not always 4, but 
15517           depends on width and number of channels).
15518
15519 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15520
15521         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15522         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15523         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15524         (gst_flacenc_sink_event), (gst_flacenc_chain),
15525         (gst_flacenc_set_property), (gst_flacenc_get_property),
15526         (gst_flacenc_change_state):
15527         * ext/flac/gstflacenc.h:
15528           Fix seeking, so that flacenc can rewrite the header with the
15529           correct duration and amount of samples and all that at EOS;
15530           also set timestamps and granulepos on outgoing buffers; add
15531           debug category; fix state change function.
15532           
15533 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15534
15535         * gst/videomixer/videomixer.c: Don't restrict video geometry
15536         from 16 to 4096.
15537
15538 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15539
15540         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15541         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15542         Fix caps negotiation correctly, add debugging category.
15543
15544 2005-10-24  Christian Schaller  <christian@fluendo.com>
15545
15546         * configure.ac: Port over Thomas's change from base listing all plugins
15547
15548 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15549
15550         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15551         a sink pad.
15552
15553 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15554
15555         * configure.ac:
15556         * docs/upload.mak:
15557           back to HEAD
15558
15559 === release 0.9.4 ===
15560
15561 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15562
15563         * configure.ac:
15564           Releasing 0.9.4, "Dromiceiomimus"
15565
15566 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15567
15568         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15569         (gst_speexenc_src_query):
15570           Add position and duration query, fix query type function.
15571           
15572         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15573         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15574           Let's not set non-fixed caps on source pads.
15575
15576 2005-10-21  Wim Taymans  <wim@fluendo.com>
15577
15578         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15579         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15580         (gst_avi_demux_handle_seek):
15581         Set correct stream_time in newsegment event.
15582         avi can also handle a duration query now.
15583
15584 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * gst/matroska/matroska-demux.c:
15587         (gst_matroska_demux_handle_src_query),
15588         (gst_matroska_demux_handle_seek_event),
15589         (gst_matroska_demux_loop_stream_parse_id):
15590           Fix duration query; fix basetime in newsegment event after
15591           seek; fix duration in initial newsegment event.
15592
15593         * gst/matroska/matroska-mux.c:
15594         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15595           Extract number of channels and samplerate from vorbis headers;
15596           add some debug messages when querying the durations of the
15597           input streams.
15598
15599 2005-10-20  Wim Taymans  <wim@fluendo.com>
15600
15601         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15602         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15603         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15604         Set stream time correctly in newsegment.
15605
15606 2005-10-20  Wim Taymans  <wim@fluendo.com>
15607
15608         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15609         Correctly fill in the stream time.
15610
15611 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15612
15613         * check/elements/level.c: (GST_START_TEST):
15614         * gst/level/gstlevel.c: (gst_level_message_new):
15615         * gst/level/level-example.c: (message_handler):
15616           use ELEMENT messages instead
15617
15618 2005-10-19  Wim Taymans  <wim@fluendo.com>
15619
15620         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15621         (gst_dvdemux_src_query):
15622         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15623         (gst_flacdec_src_query):
15624         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15625         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15626         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15627         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15628         * gst/debug/progressreport.c: (gst_progress_report_report):
15629         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15630         * gst/matroska/matroska-demux.c:
15631         (gst_matroska_demux_handle_src_query):
15632         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15633         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15634         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15635         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15636         (gst_wavparse_srcpad_event):
15637         API change fix.
15638
15639 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15640
15641         * gst/goom/filters.c:
15642         * gst/goom/graphic.h:
15643         * gst/goom/lines.c:
15644           Make inline functions either 'static inline' or 'extern inline',
15645           otherwise the Forte compiler apparently won't inline them (#317300).
15646
15647 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15648
15649         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15650         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15651         (user_info_callback), (user_endrow_callback), (user_end_callback),
15652         (user_read_data), (gst_pngdec_caps_create_and_set),
15653         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15654         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15655         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15656         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15657         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15658         very nice and handle push/pull based model. if you have filesrc
15659         connected to it, it will do random access to load the png file.
15660         If you have a network source that can't do _getrange, it does 
15661         progressive loading through the chain function.
15662         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15663         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15664         thanks to Master Wim Taymans ;-)
15665
15666 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15667
15668         * gst/matroska/Makefile.am:
15669         * gst/matroska/ebml-read.c:
15670         * gst/matroska/ebml-read.h:
15671         * gst/matroska/matroska-demux.c:
15672         * gst/matroska/matroska-demux.h:
15673         * gst/matroska/matroska.c: (plugin_init):
15674           Ported matroska demuxer to 0.9.
15675
15676 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15677
15678         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         * gst/matroska/matroska-mux.c:
15681         (gst_matroska_mux_video_pad_setcaps),
15682         (gst_matroska_mux_audio_pad_setcaps):
15683           Fix mpeg4 input handling (#318847); also, while we're at it,
15684           fix media type for Motion-JPEG: should be image/jpeg.
15685
15686 2005-10-18  Wim Taymans  <wim@fluendo.com>
15687
15688         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15689         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15690         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15691         Fix for segment-start/stop API change.
15692
15693 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15694
15695         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15696         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15697         way.
15698
15699 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15700
15701         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15702         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15703         output declared in transform_caps.
15704
15705 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15706
15707         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15708
15709 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15710
15711         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15712         (gst_video_box_get_unit_size): Fix wrong size calculations and
15713         implement get_unit_size correctly.
15714
15715 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15716
15717         * configure.ac:
15718           Enable flx plugin.
15719
15720         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15721           Fix gcc4 signedness issue.
15722
15723 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15724
15725         * configure.ac: Adding videomixer.
15726         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15727         (user_read_data), (gst_pngdec_chain): More debugging.
15728         * gst/alpha/Makefile.am: Adding alphacolor
15729         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15730         (gst_alpha_color_class_init), (gst_alpha_color_init),
15731         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15732         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15733         (plugin_init): Ported to 0.9 using in place base tranform.
15734         * gst/videomixer/Makefile.am:
15735         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15736         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15737         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15738         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15739         (gst_videomixer_init), (gst_videomixer_getcaps),
15740         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15741         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15742         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15743         to 0.9 using collectpads.
15744
15745 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15746
15747         * configure.ac:
15748         * gst/flx/Makefile.am:
15749         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15750         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15751         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15752         * gst/flx/gstflxdec.h:
15753         flx plugin ported to 0.9
15754
15755 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15756
15757         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15758           use new gst_version_string()
15759
15760 2005-10-16  Andy Wingo  <wingo@pobox.com>
15761
15762         * configure.ac: GLIB_CHECK.
15763
15764 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15765
15766         * ext/libpng/Makefile.am:
15767         * ext/libpng/gstpng.c: (plugin_init):
15768         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15769         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15770         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15771
15772 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15773
15774         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15775
15776         * configure.ac:
15777         * gst/matroska/Makefile.am:
15778         * gst/matroska/ebml-ids.h:
15779         * gst/matroska/ebml-write.c:
15780         * gst/matroska/ebml-write.h:
15781         * gst/matroska/matroska-ids.h:
15782         * gst/matroska/matroska-mux.c:
15783         * gst/matroska/matroska-mux.h:
15784         * gst/matroska/matroska.c: (plugin_init):
15785           Port matroska muxer to 0.9 (#318847).
15786
15787 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15788
15789         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15790         (comment_init), (comment_add):
15791           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15792           use GST_READ_UINT32_LE() and friends rather than the private
15793           implementation of those same macros.
15794
15795 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15796
15797         * examples/stats/mp2ogg.c:
15798           more typo fixes
15799
15800 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15801
15802         * examples/indexing/indexmpeg.c: (main):
15803         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15804         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15805         * ext/esd/esdmon.h:
15806         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15807         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15808         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15809         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15810         * gst/avi/gstavimux.c: (gst_avimux_init):
15811         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15812         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15813         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15814         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15815         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15816         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15817         * gst/oldcore/gstmultifilesrc.h:
15818         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15819         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15820         (gst_pipefilter_change_state):
15821         * gst/oldcore/gstpipefilter.h:
15822         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15823         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15824         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15825         * sys/osxaudio/gstosxaudiosink.h:
15826         * sys/osxaudio/gstosxaudiosrc.h:
15827           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15828           moved bitshift from macro to enum definition
15829
15830 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15831
15832         * ext/Makefile.am:
15833         * ext/cairo/Makefile.am:
15834         * ext/cairo/gstcairo.c: (plugin_init):
15835         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15836         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15837         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15838         * ext/cairo/gsttimeoverlay.h:
15839           update of cairo-based timeoverlay to 1.0 Cairo API
15840           doesn't work yet for resizing of output sink
15841
15842 2005-10-11  Wim Taymans  <wim@fluendo.com>
15843
15844         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15845         newsegment API fix.
15846
15847 2005-10-11  Wim Taymans  <wim@fluendo.com>
15848
15849         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15850         (gst_dvdemux_demux_frame):
15851         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15852         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15853         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15854         (gst_avi_demux_handle_seek):
15855         * gst/goom/gstgoom.c: (gst_goom_event):
15856         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15857         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15858         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15859         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15860         (gst_wavparse_srcpad_event):
15861         newsegment API update.
15862
15863 2005-10-11  Andy Wingo  <wingo@pobox.com>
15864
15865         * ext/speex/gstspeexenc.c: Signedness cleanups.
15866
15867 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15868
15869         * PORTED_09:
15870         * ext/speex/Makefile.am:
15871         * ext/speex/gstspeex.c:
15872         * ext/speex/gstspeexenc.c:
15873         Speexenc ported to 0.9
15874
15875 2005-10-10  Wim Taymans  <wim@fluendo.com>
15876
15877         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15878         (gst_oss_sink_init), (gst_oss_sink_set_property),
15879         (gst_oss_sink_get_property), (gst_oss_sink_open),
15880         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15881         * sys/oss/gstosssink.h:
15882         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15883         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15884         (gst_oss_src_prepare):
15885         Cleanups, make device configurable in the sink, handle and report
15886         errors.
15887
15888 2005-10-10  Wim Taymans  <wim@fluendo.com>
15889
15890         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15891         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15892         Make sure element is NULL before removing from the bin.
15893
15894 2005-10-07  Andy Wingo  <wingo@pobox.com>
15895
15896         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15897         block forever in a read().
15898         (gst_dv1394src_bus_reset): Post a message when the cable is
15899         unplugged.
15900         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15901         (gst_dv1394src_bus_reset): Don't unref the message.
15902
15903         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15904         hacking. The only change should be that the state change stuff was
15905         put into basesrc's start() and stop() routines, which coalesces
15906         some steps.
15907
15908 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15909
15910         * configure.ac:
15911           Add check for mmap
15912           
15913         * gst/debug/Makefile.am:
15914           Only compile efence plugin on systems that have mmap.
15915
15916 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15917
15918         * gst/debug/Makefile.am:
15919         * gst/debug/breakmydata.c:
15920         * gst/debug/gstdebug.c:
15921         * gst/debug/gstnavigationtest.c:
15922         * gst/debug/gstnavseek.c: 
15923         * gst/debug/gstnavseek.h:
15924         * gst/debug/progressreport.c: 
15925         * gst/debug/testplugin.c:
15926           Port progressreport, navseek, navigationtest, testsink and
15927           breakmydata.
15928
15929 2005-10-05  Edward Hervey  <edward@fluendo.com>
15930
15931         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15932         (gst_dvdemux_src_query):
15933         Fixes for better conversion
15934
15935 2005-10-04  Michael Smith <msmith@fluendo.com>
15936
15937         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15938         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15939         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15940         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15941           Set state of elements to NULL before removing from bins.
15942           Set state of test element to NULL if we failed to move it to READY
15943
15944 2005-10-04  Edward Hervey  <edward@fluendo.com>
15945
15946         * ext/dv/Makefile.am:
15947         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15948         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15949         Corrected the query function for position so it doesn't forget what
15950         format was asked, and calls the conversion functions on the correct pad.
15951
15952 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * configure.ac:
15955           back to development
15956
15957 === release 0.9.3 ===
15958
15959 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15960
15961         * configure.ac:
15962           Releasing 0.9.3, "Aramis"
15963
15964 2005-10-03  Andy Wingo  <wingo@pobox.com>
15965
15966         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15967         error returns.
15968
15969 2005-10-02  Andy Wingo  <wingo@pobox.com>
15970
15971         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15972
15973         * ext/flac/gstflacenc.c: Ported to 0.9.
15974
15975         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15976
15977         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15978         and link to gsttagedit. Enable flacenc.
15979
15980         * ext/flac/gstflacdec.c: Re-enable tag reading.
15981
15982 2005-09-30  Wim Taymans  <wim@fluendo.com>
15983
15984         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15985         * gst/rtp/gstrtpgsmparse.c:
15986         * gst/rtp/gstrtph263penc.c:
15987         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15988         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15989         (gst_rtpmp4venc_set_property):
15990         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15991         Various class and caps fixes from Andre Magalhaes (andrunko)
15992
15993 2005-09-29  Wim Taymans  <wim@fluendo.com>
15994
15995         * gst/level/level-example.c: (main):
15996         Update for new bus API.
15997
15998 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15999
16000         * configure.ac:
16001           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16002           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16003
16004 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16005
16006         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16007           Fix playback of mono streams (bytes_per_sample should be set
16008           from the sample width and the number of channels negotiated,
16009           and not just be set to 4) (#317338)
16010
16011 2005-09-26  Wim Taymans  <wim@fluendo.com>
16012
16013         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16014         (gst_rtpmpaenc_handle_buffer):
16015         Set buffer duration correctly.
16016
16017 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16018
16019         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16020         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16021         (gst_avi_demux_change_state):
16022           Don't crash when encountering a stream with an unknown fourcc or
16023           codec id. Instead, create a pad of type video/x-avi-unknown or
16024           audio/x-avi-unknown, which as a side-effect also results in less
16025           confusing error messages in players ('no decoder' vs. 'no streams');
16026           minor fixes to state change function and class_init function.
16027
16028 2005-09-24  Wim Taymans  <wim@fluendo.com>
16029
16030         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16031         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16032         These are sinks.
16033
16034 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16035
16036         * check/elements/level.c: (GST_START_TEST):
16037           fix test for new GstClockTime use
16038         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16039         (gst_level_transform_ip):
16040         * gst/level/gstlevel.h:
16041           fix up the decay peak, ensuring the decay peak is never lower
16042           than the peak for that interval
16043
16044 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16045
16046         * docs/plugins/gst-plugins-good-plugins.args:
16047         * docs/plugins/inspect/plugin-alpha.xml:
16048         * docs/plugins/inspect/plugin-rtp.xml:
16049         * gst/level/gstlevel.c: (gst_level_set_caps),
16050         (gst_level_transform_ip):
16051           updating docs
16052
16053 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16054
16055         * Makefile.am:
16056         * check/elements/level.c: (GST_START_TEST):
16057         * gst/level/Makefile.am:
16058         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16059         (gst_level_set_property), (gst_level_get_property),
16060         (gst_level_set_caps), (gst_level_message_new),
16061         (gst_level_transform_ip):
16062         * gst/level/gstlevel.h:
16063         * gst/level/level-example.c: (message_handler), (main):
16064           convert to using GstClockTime for all time values, finally.
16065
16066 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16067
16068         * gst/auparse/Makefile.am:
16069         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16070           fix up build
16071         * configure.ac:
16072         * ext/cairo/Makefile.am:
16073         * ext/dv/Makefile.am:
16074         * ext/esd/Makefile.am:
16075         * ext/flac/Makefile.am:
16076         * ext/gconf/Makefile.am:
16077         * ext/gdk_pixbuf/Makefile.am:
16078         * ext/jpeg/Makefile.am:
16079         * ext/ladspa/Makefile.am:
16080         * ext/libcaca/Makefile.am:
16081         * ext/libmng/Makefile.am:
16082         * ext/libpng/Makefile.am:
16083         * ext/mikmod/Makefile.am:
16084         * ext/pango/Makefile.am:
16085         * ext/raw1394/Makefile.am:
16086         * ext/shout2/Makefile.am:
16087         * ext/speex/Makefile.am:
16088         * gst/alpha/Makefile.am:
16089         * gst/autodetect/Makefile.am:
16090         * gst/avi/Makefile.am:
16091         * gst/cutter/Makefile.am:
16092         * gst/debug/Makefile.am:
16093         * gst/effectv/Makefile.am:
16094         * gst/flx/Makefile.am:
16095         * gst/goom/Makefile.am:
16096         * gst/interleave/Makefile.am:
16097         * gst/law/Makefile.am:
16098         * gst/matroska/Makefile.am:
16099         * gst/median/Makefile.am:
16100         * gst/monoscope/Makefile.am:
16101         * gst/multipart/Makefile.am:
16102         * gst/oldcore/Makefile.am:
16103         * gst/rtp/Makefile.am:
16104         * gst/rtsp/Makefile.am:
16105         * gst/smoothwave/Makefile.am:
16106         * gst/smpte/Makefile.am:
16107         * gst/videobox/Makefile.am:
16108         * gst/videofilter/Makefile.am:
16109         * gst/videomixer/Makefile.am:
16110         * gst/wavenc/Makefile.am:
16111         * gst/wavparse/Makefile.am:
16112         * sys/oss/Makefile.am:
16113         * sys/osxaudio/Makefile.am:
16114         * sys/osxvideo/Makefile.am:
16115           fix up GST_LIBS use
16116
16117 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16118
16119         * gst/auparse/Makefile.am:
16120         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16121           fix build of auparse
16122
16123 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16124
16125         * configure.ac:
16126         * PORTED_09:
16127         * gst/auparse/gstauparse.c:
16128         * gst/auparse/gstauparse.h:
16129         Auparse ported to 0.9.
16130
16131 2005-09-22  Wim Taymans  <wim@fluendo.com>
16132
16133         * gst/rtp/TODO:
16134         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16135         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16136         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16137         (gst_rtpmp4venc_set_property):
16138         * gst/rtp/gstrtpmp4venc.h:
16139         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16140         * gst/rtp/gstrtpmpaenc.h:
16141         Use is_filled to both check MTU and max-ptime of base class.
16142
16143 2005-09-22  Wim Taymans  <wim@fluendo.com>
16144
16145         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16146         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16147         (gst_rtpmp4venc_set_property):
16148         Don't fragment packets with multiple frames.
16149
16150 2005-09-22  Wim Taymans  <wim@fluendo.com>
16151
16152         * gst/rtp/TODO:
16153         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16154         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16155         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16156         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16157         (gst_rtpmp4venc_get_property):
16158         * gst/rtp/gstrtpmp4venc.h:
16159         Remove g_print.
16160         Update TODO
16161         Make payload encoder a bit smarter and more correct with
16162         timestamps.
16163         Added option in payloader to include config string in-band.
16164
16165 2005-09-21  Wim Taymans  <wim@fluendo.com>
16166
16167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16168         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16169         (gst_rtspsrc_send):
16170         Strip spaces for key/value pairs.
16171
16172 2005-09-21  Wim Taymans  <wim@fluendo.com>
16173
16174         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16175         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16176         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16177         (gst_rtspsrc_change_state):
16178         More SDP parsing and caps setting.
16179         Do NO_PREROLL differently.
16180         add pads only after negotiated.
16181
16182         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16183         (gst_udpsrc_getcaps):
16184         Implement the getcaps function.
16185
16186 2005-09-21  Wim Taymans  <wim@fluendo.com>
16187
16188         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16189         (gst_rtpamrdec_chain):
16190         Handle multiple AMr packets per payload. Handle CRC and
16191         parse ILL/ILP.
16192
16193         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16194         Make caps params strings for easy SDP mapping.
16195         
16196         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16197         Handle capsnego better.
16198
16199         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16200         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16201         Generate and parse config string in the caps.
16202
16203 2005-09-21  Wim Taymans  <wim@fluendo.com>
16204
16205         * gst/rtp/README:
16206         Update README
16207
16208         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16209         Make extra params as strings.
16210
16211         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16212         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16213         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16214         Make state change return NO_PREROLL as this is a live
16215         source.
16216
16217         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16218         Don't unref old caps when NULL.
16219
16220 2005-09-20  Wim Taymans  <wim@fluendo.com>
16221
16222         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16223         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16224         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16225         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16226         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16227         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16228         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16229         * gst/rtsp/sdpmessage.h:
16230         Add URI handler.
16231         Parse SDP and create caps.
16232
16233 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16234
16235         * gst/alpha/gstalpha.c:
16236           fix element description
16237
16238 2005-09-19  Wim Taymans  <wim@fluendo.com>
16239
16240         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16241         Don't check payload for now.
16242
16243 2005-09-19  Wim Taymans  <wim@fluendo.com>
16244
16245         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16246         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16247         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16248         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16249         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16250         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16251         (gst_wavparse_change_state):
16252         * gst/wavparse/gstwavparse.h:
16253         Fix wavparse some more.
16254
16255 2005-09-19  Wim Taymans  <wim@fluendo.com>
16256
16257         * check/elements/level.c: (GST_START_TEST):
16258         Fix for bus API change.
16259
16260 2005-09-19  Wim Taymans  <wim@fluendo.com>
16261
16262         * gst/level/level-example.c: (main):
16263         Fix for new bus API.
16264
16265         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16266         Set caps on pads.
16267
16268 2005-09-15  Wim Taymans  <wim@fluendo.com>
16269
16270         * gst/rtp/Makefile.am:
16271         * gst/rtp/README:
16272         * gst/rtp/gstrtp.c: (plugin_init):
16273         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16274         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16275         (gst_rtpamrdec_change_state):
16276         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16277         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16278         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16279         * gst/rtp/gstrtpamrenc.h:
16280         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16281         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16282         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16283         * gst/rtp/gstrtpgsmenc.h:
16284         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16285         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16286         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16287         (gst_rtpgsmparse_change_state):
16288         * gst/rtp/gstrtpgsmparse.h:
16289         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16290         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16291         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16292         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16293         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16294         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16295         * gst/rtp/gstrtph263penc.h:
16296         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16297         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16298         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16299         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16300         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16301         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16302         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16303         * gst/rtp/gstrtpmp4venc.h:
16304         * gst/rtp/gstrtpmpadec.c:
16305         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16306         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16307         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16308         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16309         * gst/rtp/gstrtpmpaenc.h:
16310         Updates to payloader/depayloaders, make payloaders use
16311         the base classes.
16312         Updated README with suggested RTP caps and how to convert
16313         to/from SDP.
16314         Added config descriptor in mp4v payloader.
16315
16316 2005-09-15  Andy Wingo  <wingo@pobox.com>
16317
16318         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16319         * gst/autodetect/gstautovideosink.c
16320         (gst_auto_video_sink_find_best): Update for new registry API.
16321
16322 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16323
16324         * common/c-to-xml.py:
16325         * common/gtk-doc-plugins.mak:
16326           a simple py script to generate valid xml from a C example
16327           probably also need to strip an MIT license when we decide
16328         * docs/plugins/Makefile.am:
16329         * gst/level/Makefile.am:
16330         * gst/level/gstlevel.c: (gst_level_init):
16331         * gst/level/level-example.c: (message_handler), (main):
16332           add an example to level that will show up in the docs
16333         * gst/rtp/TODO:
16334           add a note for the future
16335
16336 2005-09-14  Michael Smith <msmith@fluendo.com>
16337
16338         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16339           Actually define the debug object being used in wavenc. Fixes #316205
16340
16341 2005-09-14  Michael Smith <msmith@fluendo.com>
16342
16343         * gst/smpte/Makefile.am:
16344           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16345           needed to build on windows (bug 316204)
16346
16347 2005-09-12  Andy Wingo  <wingo@pobox.com>
16348
16349         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16350
16351 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16352
16353         * configure.ac:
16354         * gst/fdsrc/Makefile.am:
16355         * gst/fdsrc/gstfdsrc.c:
16356         * gst/fdsrc/gstfdsrc.h:
16357           Move fdsrc back into gstreamer core elements.
16358
16359         * gst/level/gstlevel.c: (gst_level_class_init),
16360         (gst_level_transform_ip):
16361         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16362           Basetransform changes.
16363
16364 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16365
16366         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16367         * ext/jpeg/smokecodec.c: (find_best_size):
16368           fix compiler warnings
16369
16370 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16371
16372         * gst-plugins-good.spec.in:
16373           spec file fixes
16374         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16375         (gst_multiudpsink_render), (gst_multiudpsink_add),
16376         (gst_multiudpsink_clear):
16377           it actually helps to actually stream if we hook up the
16378           "add" signal to an actual implementation
16379         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16380           some debugging
16381
16382 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16383
16384         * ext/jpeg/Makefile.am:
16385         * ext/jpeg/gstjpeg.c
16386         * ext/jpeg/gstjpegenc.c:
16387         * ext/jpeg/gstsmokeenc.c:
16388
16389 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16390
16391         * ext/flac/gstflacdec.c:
16392         * ext/flac/gstflacenc.c:
16393         * ext/flac/gstflactag.c:
16394         * ext/speex/gstspeexenc.c:
16395           gsttaginterface.h -> gsttagsetter.h
16396
16397 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16398
16399         * configure.ac:
16400         * gst/debug/Makefile.am:
16401         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16402         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16403         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16404         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16405         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16406           Port to 0.9 and re-enable efence plugin.
16407
16408 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16409
16410         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16411         (gst_flacdec_write), (gst_flacdec_convert_src):
16412         * ext/flac/gstflacdec.h:
16413           Add support for flac files with 24/32 bits per sample; and misc.
16414           minor clean-ups. Seeking is still partly broken (for me at least).
16415
16416 2005-09-06  Wim Taymans  <wim@fluendo.com>
16417
16418         * gst/rtp/Makefile.am:
16419         * gst/rtp/gstrtp.c: (plugin_init):
16420         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16421         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16422         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16423         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16424         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16425         (gst_rtpmp4vdec_plugin_init):
16426         * gst/rtp/gstrtpmp4vdec.h:
16427         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16428         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16429         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16430         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16431         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16432         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16433         * gst/rtp/gstrtpmp4venc.h:
16434         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16435         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16436         Added mpeg4 video payload encoder/decoder.
16437         Added some docs in mpa payloader.
16438
16439 === release 0.9.1 ===
16440
16441 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16442
16443         * NEWS:
16444         * README:
16445         * RELEASE:
16446         * autogen.sh:
16447         * configure.ac:
16448           releasing 0.9.1, "Blondie"
16449
16450 2005-09-05  Andy Wingo  <wingo@pobox.com>
16451
16452         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16453         here from the state change handler, so we fire signals without
16454         holding the state lock.
16455
16456 2005-09-02  Andy Wingo  <wingo@pobox.com>
16457
16458         * All plugins updated for element state changes.
16459
16460 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16461
16462         * Makefile.am:
16463         * check/.cvsignore:
16464         * check/Makefile.am:
16465         * check/elements/.cvsignore:
16466         * check/elements/level.c: (setup_level), (cleanup_level),
16467         (GST_START_TEST), (level_suite), (main):
16468           add a test for level
16469         * common/release.mak:
16470           move the enum checking to release.mak
16471         * configure.ac:
16472           add valgrind and check checking
16473         * gst/level/gstlevel.c: (gst_level_transform):
16474         * gst/level/gstlevel.h:
16475           fix Andy's cast bug
16476           convert a field to int
16477           fix the arithmetic to int when checking for emit so that a
16478           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16479
16480 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16481
16482         * Makefile.am:
16483         * configure.ac:
16484           add docs to build
16485         * common/plugins.xsl:
16486           wrap Description into a refsect2
16487         * docs/Makefile.am:
16488         * docs/plugins/Makefile.am:
16489         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16490         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16491         * gst/goom/Makefile.am:
16492         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16493         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16494         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16495         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16496         (gst_goom_change_state):
16497         * gst/goom/gstgoom.h:
16498           GstGOOM -> GstGoom
16499           add an example launch line
16500         * gst/level/gstlevel.h:
16501         * gst/monoscope/gstmonoscope.c:
16502           cleanups
16503
16504 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16505
16506         * configure.ac:
16507         * docs/plugins/Makefile.am:
16508         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16509         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16510         * docs/plugins/gst-plugins-good-plugins.types:
16511           document elements and plugins.  Shazam !
16512
16513 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16514
16515         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16516           be found under doc/random/ChangeLog-0.8