sys/v4l2/v4l2src_calls.c: Remove superfluous DEBUG macro.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
4           Remove superfluous DEBUG macro.
5
6 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
7
8         Based on patch by: William M. Brack <wbrack at mmm com hk>
9
10         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
11           (gst_v4l2src_set_capture):
12           Check whether the device supports setting the framerate before
13           trying to set it and then posting a warning or error if it doesn't
14           work (#516649, #520092). Also compare fractions more correctly.
15
16 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17
18         * gst/goom/Makefile.am:
19           Remove ppc assembler optimisations from the build until they
20           actually build (they also seem to have GPL headers).
21
22 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
23
24         * m4/Makefile.am:
25           Better not dist files that don't exist any longer (lrint*m4).
26
27 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
28
29         * configure.ac:
30         * m4/lrint.m4:
31         * m4/lrintf.m4:
32         Remove lrint/lrintf checks. We don't use it anywhere.
33
34 2008-03-18  Andy Wingo  <wingo@pobox.com>
35
36         * sys/osxvideo/osxvideosink.m
37         (gst_osx_video_sink_osxwindow_destroy)
38         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
39         task, whoopdee.
40         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
41         2 ms.
42
43 2008-03-18  Andy Wingo  <wingo@pobox.com>
44
45         * sys/osxvideo/osxvideosink.m
46         (gst_osx_video_sink_osxwindow_destroy)
47         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
48         task, whoopdee.
49         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
50         2 ms.
51         
52 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
53
54         Patch by: William M. Brack <wbrack at mmm com hk>
55
56         * sys/v4l2/v4l2src_calls.c:
57           (gst_v4l2src_probe_caps_for_format_and_size),
58           (gst_v4l2src_probe_caps_for_format):
59           Make sure the probed frame sizes are reversed in the resulting
60           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
61           highest resolution first); also remove unused variable.
62           (Partly fixes #520092)
63
64 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
65
66         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
67
68         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
69         (gst_rtspsrc_finalize):
70         Call WSAStartup() and WSACleanup before using the Winsock API.
71         See #520808.
72
73 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
74
75         * gst/avi/gstavidemux.c:
76           Erm, the buffer-size is just guint, no need for the special format
77           specifier.
78
79 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
80
81         * gst/goom/plugin_info.c:
82         * gst/goom/ppc_zoom_ultimate.h:
83           Small fixes to build more on PPC: ifdef out code that uses unknown
84           define; add newline at end of header file to avoid compiler warning.
85           Assembler code still doesn't build though.
86
87 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
88
89         * gst/avi/gstavidemux.c:
90           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
91           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
92
93 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
94
95         * gst/avi/gstavidemux.c:
96           Chunksize is uint32. Fix format specifier.
97
98 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
99
100         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
101         mistake. Return file to pure MIT text.
102
103 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
104
105         * gst/audiofx/audiofx.c:
106         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
107         of hardcoding values.
108
109 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
110
111         Patch by: Mark Nauwelaerts <manauw skynet be>
112
113         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
114           (gst_oss_src_close):
115         * sys/oss/gstosssrc.h:
116           Cache probed caps, so _get_caps() during recording doesn't cause
117           ioctl calls which may disrupt the recording (fixes #521875).
118
119 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
122         (gst_qtdemux_activate_segment),
123         (gst_qtdemux_prepare_current_sample),
124         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
125         Make sure we always send a DISCONT after a seek by setting the sample
126         index to an undefined value after a seek.
127
128 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
129
130         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
131           (GST_IS_AVI_SUBTITLE_CLASS):
132           Fix up IS_FOO macros, which makes gtk-doc much happier.
133
134 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
135
136         * tests/icles/Makefile.am:
137           Move the -lgstfoo where it belongs.
138
139 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
140
141         * gst/matroska/ebml-ids.h:
142         Add ID for EBML CRC32 elements.
143
144         * gst/matroska/Makefile.am:
145         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
146         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
147         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
148         (gst_ebml_read_header):
149         Support reading 80bit floats, add finalize method to clean up
150         in any case, support reading length/id elements with any length
151         as long as it's smaller than our supported maximum, don't leak
152         buffers if reading as much data as we wanted failed and some
153         smaller cleanup.
154
155 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
156
157         Patch by: Olivier Crete <tester at tester dot ca>
158
159         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
160         Check that a buffer is large enough before reading from it.
161         Fixes bug #521102.
162         
163 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
164
165         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
166         Fix compilation after removing the GstPollMode from the
167         constructor.
168
169 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
170
171         * configure.ac:
172         * gst/audiofx/Makefile.am:
173         * gst/audiofx/audiochebband.c:
174         * gst/audiofx/audiocheblimit.c:
175         * gst/audiofx/math_compat.h:
176         Check for sinh(), cosh() and asinh() and define our own
177         implementations if they're not available. Fixes bug #520880.
178
179 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
180
181         Patch by: Olivier Crete <tester at tester dot ca>
182
183         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
184         Unref the buffers only once when handling not-negotiated errors.
185         Fixes bug #520764.
186
187 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
188
189         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
190
191         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
192         (gst_udpsrc_stop):
193         Properly balance WSA_Cleanup with WSA_Startup.
194         Also make the poll controllable on windows. Fixes #520888.
195
196 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
197
198         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
199         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
200         (gst_ebml_read_element_length), (gst_ebml_peek_id),
201         (gst_ebml_read_skip), (gst_ebml_read_buffer),
202         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
203         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
204         (gst_ebml_read_date), (gst_ebml_read_master),
205         (gst_ebml_read_binary), (gst_ebml_read_header):
206         * gst/matroska/ebml-read.h:
207         * gst/matroska/matroska-demux.c:
208         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
209         (gst_matroska_demux_read_track_encodings),
210         (gst_matroska_demux_add_stream),
211         (gst_matroska_demux_handle_src_query),
212         (gst_matroska_demux_handle_seek_event),
213         (gst_matroska_demux_init_stream),
214         (gst_matroska_demux_parse_tracks),
215         (gst_matroska_demux_parse_index_cuetrack),
216         (gst_matroska_demux_parse_index_pointentry),
217         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
218         (gst_matroska_demux_parse_metadata_id_simple_tag),
219         (gst_matroska_demux_parse_metadata_id_tag),
220         (gst_matroska_demux_parse_metadata),
221         (gst_matroska_demux_sync_streams),
222         (gst_matroska_demux_push_hdr_buf),
223         (gst_matroska_demux_push_flac_codec_priv_data),
224         (gst_matroska_demux_push_xiph_codec_priv_data),
225         (gst_matroska_demux_add_wvpk_header),
226         (gst_matroska_demux_check_subtitle_buffer),
227         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
228         (gst_matroska_demux_parse_cluster),
229         (gst_matroska_demux_parse_contents_seekentry),
230         (gst_matroska_demux_parse_contents),
231         (gst_matroska_demux_loop_stream_parse_id),
232         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
233         * gst/matroska/matroska-demux.h:
234         * gst/matroska/matroska-ids.h:
235         Handle return values from pull_range in a more granular way to properly
236         shut down on seeks.
237         Combine return values from push.
238         Implement proper error handling.
239         Prepare for handling seeking correctly.
240
241 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
242
243         * gst/matroska/ebml-read.c:
244         Use GINT64 formatting constants from GLIB.
245
246         * gst/matroska/matroska-demux.c:
247         Add some guards to avoid a possible division by 0 and crashing
248         with NULL events on some systems.
249         Use gst_gdouble_to_guint64 somewhere instead of an implicit
250         conversion. 
251
252         * gst/matroska/matroska-mux.c:
253         Check for invalid timestamps in a bunch of places to avoid
254         writing bogus durations into the output file.
255         Fix some double<->gint64 conversions that weren't using
256         gst_guint64_to_gdouble
257
258 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
259
260         * configure.ac:
261         Move the checks for bison, flex and as to the program section and the
262         check for gcc inline asm to the compiler characteristics section.
263
264 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
265
266         * configure.ac:
267         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
268         plug-ins are included/excluded. (#498222)
269
270 2008-02-29  Michael Smith <msmith@fluendo.com>
271
272         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
273           Don't call gst_object_sync_values() unless we have a valid timestamp.
274
275 2008-02-28  David Schleef  <ds@schleef.org>
276
277         * gst/matroska/matroska-demux.c:
278         * gst/matroska/matroska-ids.h:
279         * gst/matroska/matroska-mux.c:
280           Fix Dirac mapping.  I had previously added a VfW-type
281           mapping, but it looks like Dirac will get a native Matroska
282           mapping, and this is the most likely method.
283
284 2008-02-28  David Schleef  <ds@schleef.org>
285
286         * gst/avi/gstavimux.c: Add Dirac encoding
287
288 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
289
290         Patch by: Peter Kjellerstedt <pkj at axis com>
291
292         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
293         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
294         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
295         * gst/udp/gstudpsrc.h:
296         Port to GstPoll. See #505417.
297
298 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
299
300         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
301         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
302         yet on the srcpad. We need rate and channels before we
303         can do any processing. Fixes bug #519088.
304
305 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
306
307         * configure.ac:
308         Detect and indicate if GCC inline assembly syntax is
309         available.
310
311         * gst/goom/Makefile.am:
312         * gst/goom/convolve_fx.c:
313         * gst/goom/flying_stars_fx.c:
314         * gst/goom/goom_config.h:
315         * gst/goom/goom_core.c:
316         * gst/goom/goomsl.c:
317         * gst/goom/ifs.c:
318         * gst/goom/mmx.c:
319         * gst/goom/plugin_info.c:
320         * gst/goom/xmmx.c:
321         Fix various GCC-isms, and only build the inline assembly
322         with compilers that support GCC inline assembly.
323
324         Fix a couple of other warnings shown with Forte.
325
326 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
327
328         * gst/goom/xmmx.c:
329           Use 'emms' instead of 'femms' to not crash on cpus that do not
330           implement this 3dnow specific instruction.
331
332 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
333
334         * gst/goom/plugin_info.c: (setOptimizedMethods):
335         Use extended MMX for draw_line() too if available, not only
336         normal MMX.
337
338 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
339
340         * ext/jpeg/gstjpeg.c: (plugin_init):
341         Remove (commented out) smoke typefinder. This is in base now.
342
343 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
344
345         * gst/goom2k1/Makefile.am:
346         * gst/goom2k1/gstgoom.c:
347
348         Rename the installed library, and don't register the same 
349         GType name as the new goom.
350
351 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
352
353         * configure.ac:
354         * ext/taglib/Makefile.am:
355           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
356           when building C++ code (#516509).
357
358 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
359
360         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
361         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
362           (setOptimizedMethods):
363           Call oil_init(), otherwise oil_get_cpu_flags() won't return
364           anything useful. Export goom debug category so we can get
365           rid of the VERBOSE define and the printfs.
366
367 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
368
369         * gst/goom/goomsl_heap.c: (align_it):
370         * gst/goom/plugin_info.c: (setOptimizedMethods):
371           Compile fixes for x86-64.
372
373 2008-02-23  Bastien Nocera  <hadess@hadess.net>
374
375         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
376         with warnings, but add other CFLAGS
377
378         * gst/goom/goomsl.c (gsl_instr_set_namespace),
379         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
380         (calculate_labels), (gsl_read_file):
381         * gst/goom/goomsl_lex.l:
382         * gst/goom/goomsl_yacc.y:
383         * gst/goom/plugin_info.c: Remove a few live printf, and
384         fprintf, replace exit() calls with g_assert_not_reached()
385         if it not optimal for a library
386
387 2008-02-23  Bastien Nocera  <hadess@hadess.net>
388
389         * gst/goom/Makefile.am: Remove the warnings being disabled,
390         fix linkage on x86, spotted by Sebastian Dröge
391         <slomo@circular-chaos.org>
392
393         * gst/goom/convolve_fx.c (convolve_init),
394         (create_output_with_brightness), (convolve_apply):
395         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
396         * gst/goom/goomsl.c:
397         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
398         * gst/goom/plugin_info.c:
399         * gst/goom/tentacle3d.c (tentacle_fx_create):
400         Fix warnings, and disable the motifs in the convolve_fx
401         plugin (they were causing warnings, and they were just
402         "Goom" in funny letterring)
403
404 2008-02-23  Bastien Nocera  <hadess@hadess.net>
405
406         * configure.ac: Add checks for Flex/Yacc/Bison and other
407         furry animals, for the new goom 2k4 based plugin
408
409         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
410         CPU optimisations (not working yet), move the old plugin to...
411
412         * gst/goom2k1/*: ... here, in case somebody is sick enough
413
414         Fixes #515073
415
416 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
419         Post the server response code in an error message instead of a generic
420         'error' message. Fixes #517237.
421
422 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
423
424         * tests/check/Makefile.am:
425         Ignore gconfaudiosrc for the states unit test too. It will fallback
426         to alsasrc if the gconf settings can't be read and not everybody has
427         alsa.
428
429 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
430
431         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
432         (gst_wavpack_parse_create_src_pad):
433         * ext/wavpack/gstwavpackparse.h:
434         Always report the duration if we know it in push mode and don't
435         return 0 just to make totem believe we can't seek in push mode.
436         Newer totem version use the SEEKING query which properly reports
437         if we can seek or not.
438
439 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
440
441         Patch by: Jens Granseuer <jensgr at gmx dot net>
442
443         * tests/examples/equalizer/demo.c: (main):
444         C89 fix, moving variable declarations to the beginning of
445         the block. Fixes bug #517933.
446
447 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
448
449         * configure.ac:
450         Back to development...
451
452 === release 0.10.7 ===
453
454 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
455
456         * configure.ac:
457           releasing 0.10.7, "Red Door Black"
458
459 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
460
461         * gst/alpha/Makefile.am:
462         Link alpha plugin with libgstbase. Fixes bug #517386.
463
464 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
465
466         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
467         Init values to -1 instead of the default 0 value.
468         Fixes #516524.
469
470 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
471
472         * tests/examples/spectrum/spectrum-example.c:
473         Add missing include to fix compilation when libxml usage is disabled.
474         Fixes: #516371
475
476 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
477
478         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
479         fixes: #514889
480
481         * gst/rtp/gstrtph264pay.c:
482         * gst/rtp/gstrtpmp4gdepay.c:
483         * gst/rtp/gstrtpmp4gpay.c:
484         * gst/rtp/gstrtpmp4gpay.h:
485         * gst/rtp/gstrtptheorapay.c:
486         * gst/rtp/gstrtpvorbispay.c:
487
488         Fix various leaks shown up in valgrind
489         - free sprops and buffer in error cases in H264 payloader
490         - fix leak in mp4g depayloader when construction the caps
491         - don't leak config string in the mp4g payloader
492         - don't leak buffers and headers in theora and vorbis payloaders
493
494         * tests/check/elements/rtp-payloading.c:
495
496         Fix the RTP data test
497         - Actually send valid amr data to the payloader instead of 20
498         zero-bytes
499         - The mp4g payloader expects codec_data on the caps
500
501 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
502
503         * win32/MANIFEST:
504         Add libgstpng.dsp to MANIFEST.
505         * win32/vs6/libgstaudiofx.dsp:
506         Add new source files to VS project file.
507
508 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
509
510         * sys/ximage/gstximagesrc.c:
511         Initialise variables when opening the X display rather
512         than in _start(), as the display can be opened before that.
513
514         Fixes: #515985
515
516 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
517
518         * sys/directdraw/gstdirectdrawsink.c:
519         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
520         (gst_directdraw_sink_finalize):
521         Properly chain up finalize functions. Fixes bug #515980.
522
523 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
524
525         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
526         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
527         (gst_v4l2_buffer_pool_class_init):
528         Chain up the finalize functions. Fixes bug #515984.
529
530 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
531
532         * sys/ximage/ximageutil.c:
533         Chain up in the finalize function for our custom
534         buffer sub-class.
535         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
536         Fixes: #515706
537
538 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
539
540         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
541         (gst_fenced_buffer_class_init):
542         Properly chain up finalize method. Fixes bug #515979.
543
544 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
545
546         * sys/ximage/gstximagesrc.c:
547         Free allocated Damage memory before closing our connection to the
548         X server. Partially fixes: #515706
549
550 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
551
552         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
553         * tests/check/Makefile.am:
554         * tests/check/gst-plugins-good.supp:
555         Add a few libjpeg suppressions and initialize a variable to
556         make smokeenc valgrind clean. Fixes bug #515701.
557
558 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
559
560         * gst/avi/gstavidemux.c:
561         Revert patch which sends timestamps only on keyframes, as it
562         breaks playback with current gst-ffmpeg.
563
564         Fixes: #515562
565
566 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
567
568         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
569         * tests/check/elements/multifile.c: (GST_START_TEST):
570         Close some memory leaks spotted by the unit test. Fixes bug #515697.
571
572 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
573
574         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
575         Use and unset the GError when pipeline creation fails instead of
576         simply leaking it. Fixes bug #515704.
577
578 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
579
580         * gst/audiofx/audioamplify.c:
581         * gst/audiofx/audiochebband.c:
582         * gst/audiofx/audiocheblimit.c:
583         * gst/audiofx/audiodynamic.c:
584         * gst/audiofx/audioinvert.c:
585         * gst/audiofx/audiopanorama.c:
586         * gst/audiofx/audiowsincband.c:
587         * gst/audiofx/audiowsinclimit.c:
588         Fix long description of audiofx elements. Fixes bug #515457.
589
590 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
591
592         * docs/plugins/Makefile.am:
593         * gst/spectrum/gstspectrum.c:
594         * tests/examples/spectrum/.cvsignore:
595         * tests/examples/spectrum/Makefile.am:
596         * tests/examples/spectrum/spectrum-example.c:
597
598         Add a simple example application for the spectrum element, include it
599         in the docs, and fix some documentation ambiguities.
600
601         Fixes: #348085
602
603 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
604
605         * gst/equalizer/Makefile.am:
606         * gst/spectrum/Makefile.am:
607         Fix includes order
608
609         * tests/check/Makefile.am:
610         Exclude v4l2src from the states test - it takes too long to start.
611
612         * tests/check/elements/spectrum.c:
613         Make the test run properly with CK_FORK=no
614
615 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
616
617         * gst/audiofix/Makefile.am: add missing header files 
618
619 2008-02-08  Julien Moutte  <julien@fluendo.com>
620
621         * gst/matroska/matroska-demux.c:
622         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
623         keyframe and delta units correctly when dealign with a BlockGroup.
624         Fixes: #514397
625
626 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
627
628         * tests/check/elements/.cvsignore:
629         Spell the new tests correctly in .cvsignore
630
631 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
632
633         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
634           Need to use gsize here for the size, fixes compiler warning.
635
636         * tests/examples/equalizer/.cvsignore:
637         * tests/examples/equalizer/Makefile.am:
638         * tests/examples/spectrum/.cvsignore:
639         * tests/examples/spectrum/Makefile.am:
640           Add missing files to fix the build.
641
642 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
643
644         * configure.ac:
645         * docs/plugins/Makefile.am:
646         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
647         * docs/plugins/gst-plugins-good-plugins-sections.txt:
648         * docs/plugins/gst-plugins-good-plugins.args:
649         * docs/plugins/gst-plugins-good-plugins.hierarchy:
650         * docs/plugins/inspect/plugin-multifile.xml:
651         * tests/check/Makefile.am:
652         * tests/check/elements/.cvsignore:
653
654         Move multifile plugin from -bad.
655         Fixes: #490283
656
657 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
658
659         * configure.ac:
660         * docs/plugins/Makefile.am:
661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
663         * docs/plugins/gst-plugins-good-plugins.args:
664         * docs/plugins/gst-plugins-good-plugins.hierarchy:
665         * docs/plugins/inspect/plugin-spectrum.xml:
666         * gst/spectrum/Makefile.am:
667         * tests/check/Makefile.am:
668         * tests/check/elements/.cvsignore:
669         * tests/examples/Makefile.am:
670
671         Move spectrum plugin from -bad.
672         Move examples into tests/examples/spectrum.
673
674 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
675
676         * configure.ac:
677         * docs/plugins/Makefile.am:
678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
680         * docs/plugins/gst-plugins-good-plugins.args:
681         * docs/plugins/gst-plugins-good-plugins.hierarchy:
682         * docs/plugins/gst-plugins-good-plugins.interfaces:
683         * docs/plugins/inspect/plugin-equalizer.xml:
684         * gst/equalizer/Makefile.am:
685         * tests/check/Makefile.am:
686         * tests/examples/Makefile.am:
687         Move the equalizer plugin across from -bad
688
689         * tests/check/elements/.cvsignore:
690         Add equalizer, audiosincwband and audiosincwlimit
691
692         * tests/check/elements/equalizer.c:
693         Fix compiler warnings
694
695         Fixes: #415627
696
697 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
698
699         * configure.ac:
700         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
701         are treated like releases and build without it.
702
703 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
704
705         * docs/plugins/Makefile.am:
706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
708         * docs/plugins/gst-plugins-good-plugins.args:
709         * docs/plugins/inspect/plugin-audiofx.xml:
710         * gst/audiofx/Makefile.am:
711         * gst/audiofx/audiofx.c:
712         * gst/audiofx/audiowsincband.c:
713         * gst/audiofx/audiowsincband.h:
714         * gst/audiofx/audiowsinclimit.c:
715         * gst/audiofx/audiowsinclimit.h:
716         * tests/check/Makefile.am:
717         * tests/check/elements/audiowsincband.c:
718         * tests/check/elements/audiowsinclimit.c:
719
720         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
721         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
722         respectively.
723
724         Fixes: #467666
725
726 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
727
728         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
729         * tests/check/elements/icydemux.c:
730           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
731           caps, and add a somewhat useful debug message. Plus test.
732
733 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
734
735         * gst/rtsp/gstrtspsrc.c:
736         Include unistd.h only if HAVE_UNISTD_H is defined
737         * win32/common/config.h.in:
738         * win32/common/config.h:
739         Define socklen_t as it seems it's not defined in default 
740         Visual Studio headers.
741         * win32/vs6/libgstalpha.dsp:
742         * win32/vs6/libgstapetag.dsp:
743         * win32/vs6/libgstavi.dsp:
744         * win32/vs6/libgstrtp.dsp:
745         * win32/vs6/libgstrtsp.dsp:
746         * win32/vs6/libgstvideomixer.dsp:
747         Update project file dependencies and add new source files       
748
749 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
750
751         Patch by: Bjarne Rosengren <bjarne at axis dot com>
752
753         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
754         Don't leak buffers when we don't push them downstream.
755         Fixes bug #514965.
756
757 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
758
759         * configure.ac:
760           Bump requirements to (good) released versions to avoid
761           confusion and make implicit core requirement explicit.
762
763 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
764
765         * docs/plugins/Makefile.am:
766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
768         * docs/plugins/gst-plugins-good-plugins.args:
769         * docs/plugins/inspect/plugin-audiofx.xml:
770         * gst/audiofx/Makefile.am:
771         * gst/audiofx/audiochebband.c:
772         * gst/audiofx/audiochebband.h:
773         * gst/audiofx/audiocheblimit.c:
774         * gst/audiofx/audiocheblimit.h:
775         * gst/audiofx/audiochebyshevfreqband.c:
776         * gst/audiofx/audiochebyshevfreqband.h:
777         * gst/audiofx/audiochebyshevfreqlimit.c:
778         * gst/audiofx/audiochebyshevfreqlimit.h:
779         * gst/audiofx/audiofx.c:
780         * tests/check/Makefile.am:
781         * tests/check/elements/.cvsignore:
782         * tests/check/elements/audiochebband.c:
783         * tests/check/elements/audiocheblimit.c:
784         * tests/check/elements/audiochebyshevfreqband.c:
785         * tests/check/elements/audiochebyshevfreqlimit.c:
786
787         Rename audiochebyshevfreqband -> audiochebband and
788         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
789         surgery.
790
791         Closes: #491811
792
793 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
794
795         Patch by: Orjan Friberg <orjanf at axis dot com>
796
797         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
798         Fix caps memory leak. Fixes #514573.
799
800 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
801
802         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
803         If there's no entries in the subindex, don't try to do anything stupid,
804         just return.
805
806 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
807
808         Patch by: John Millikin <jmillikin at gmail dot com>
809
810         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
811           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
812           Fix extraction of picture blocks with newer libflac versions again:
813           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
814
815 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
816
817         * tests/check/Makefile.am:
818           Add rtp-payloading test to VALGRIND_TO_FIX.
819
820         * tests/check/elements/rtp-payloading.c:
821           Add semicolons after GST_TEST_END so gst-indent gets the
822           formatting right; make test less verbose in general, but
823           more verbose in the error case (which should probably
824           make the test fail anyway).
825
826 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
827
828         * docs/plugins/Makefile.am:
829         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
830         * docs/plugins/gst-plugins-good-plugins-sections.txt:
831         * gst/avi/gstavisubtitle.c:
832         Add documentation for avisubtitle and change class to
833         Codec/Parser/Subtitle
834
835 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
836
837         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
838         Treat ENOTTY (driver does not implement ioctl) the same as
839         EINVAL since it implies there are no available standards.
840
841         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
842         (gst_v4l2src_get_nearest_size):
843         Replace gst_v4l2src_get_size_limits with 2 calls to new function
844         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
845         probe if the driver does not support VIDIOC_TRY_FMT for whatever
846         reason, and if we aren't yet actively capturing.
847
848         * sys/v4l2/v4l2src_calls.h:
849         Remove replaced function declaration.
850
851 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
852
853         * configure.ac:
854         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
855         API.
856
857 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
858
859         * configure.ac:
860         Fix typo.
861
862 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
863
864         * gst/alpha/Makefile.am:
865         * gst/alpha/gstalpha.c:
866
867         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
868         some stuff, and making buffer-alloc and resizing work automatically.
869         No longer crashes on odd frame widths and heights, although there
870         seems to be a disagreement with ffmpegcolorspace about what size
871         an AYUV frame with odd height should be.
872
873 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
874
875         Patch by: Alessandro Decina <alessandro at nnva dot org>
876
877         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
878         * ext/libpng/gstpngenc.h:
879         Preallocate the output buffer so that g_memdup() and
880         gst_buffer_merge() aren't needed anymore. This greatly improves
881         performances and fixes #512544.
882
883 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
884
885         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
886         (gst_avi_demux_stream_data):
887         GStreamer timestamps are PTS values while AVI only knows about DTS
888         timestamps. Make sure we only copy the DTS as the buffer timestamp when
889         we are dealing with a key frame.
890
891 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
892
893         * tests/check/Makefile.am:
894         * tests/check/elements/.cvsignore:
895         * tests/check/elements/rtp-payloading.c:
896           Add add testsuite for the rtp-payloader that tries simulating
897           dataflow. Needs more test data.
898
899 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
900
901         * tests/check/elements/alphacolor.c:
902           Remove two unused variables.
903
904 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
905
906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
907           Use g_ascii_strtoll() instead of atoll, which is only
908           available in C99.
909
910 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
911
912         * gst/rtp/Makefile.am:
913         * gst/rtp/gstrtp.c:
914         * gst/rtp/gstrtpmpvpay.c:
915         * gst/rtp/gstrtpmpvpay.h:
916         Add MPEG2 video payloader
917
918 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
919
920         * gst/level/gstlevel.c:
921         Use #include <math.h> instead of #include "math.h".
922
923 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
924
925         * tests/check/Makefile.am:
926         Fix up some CFLAGS sets.
927         Don't include gconfvideosrc in the states test.
928
929         * tests/check/elements/autodetect.c: (GST_START_TEST):
930         Add some error strings to fail_unless arguments to fix some weird
931         compiler errors on Solaris.
932
933 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
934
935         * configure.ac:
936         Detect video4linux headers on Solaris too.
937         * sys/v4l2/gstv4l2colorbalance.h:
938         * sys/v4l2/gstv4l2object.h:
939         * sys/v4l2/v4l2_calls.c:
940         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
941         (gst_v4l2_buffer_new):
942
943         Make v4l2 build on Solaris.
944         Patch by: Brian Cameron  <brian.cameron at sun dot com>
945         Fixes: #510505
946
947 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
948
949         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
950           Update list from (still local) scanning script.
951
952 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
953
954         Based on a patch by:
955             Victor STINNER <victor dot stinner at haypocalc dot com>
956
957         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
958         Set variable to NULL after freeing it to prevent double frees
959         or make failures by another use of it afterwards more obvious
960         and fix use of it after the freeing. Fixes bug #510592.
961
962 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
963
964         * gst/udp/gstmultiudpsink.c:
965         use GST_WARNING for logging
966
967 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
968
969         * gst/udp/gstmultiudpsink.c:
970         Don't try to leave a multicast group with an invalid socket
971
972 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
973
974         * ext/flac/gstflacdec.c:
975           Fix compilation against flac 1.1.2 (as on debian stable), where
976           the picture metadata defines and structs don't exist yet.
977           Fixes #509301.
978
979 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
980
981         Patch by: Olivier Crete <tester at tester dot ca>
982
983         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
984         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
985         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
986         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
987         * gst/udp/gstmultiudpsink.h:
988         Add property to automatically join a multicast group or not. This can be
989         useful when sharing a socket between multiple elements.
990         Fixes #509531.
991
992 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
993
994         * gst/videomixer/Makefile.am:
995           Add controller flags.
996
997 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
998
999         * gst/videomixer/videomixer.c:
1000           Also commit the missing gst_object_sync_values().
1001
1002 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1003
1004         * docs/plugins/Makefile.am:
1005           Remove duplicate entry.
1006
1007 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1008
1009         * docs/plugins/Makefile.am:
1010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1012         * docs/plugins/inspect/plugin-gamma.xml:
1013         * docs/plugins/inspect/plugin-monoscope.xml:
1014         * docs/plugins/inspect/plugin-video4linux2.xml:
1015           Add 3 more plugins to docs.
1016
1017 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1018
1019         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1020         * sys/osxvideo/osxvideosink.h:
1021           Revert previous change caused by a file that got stuck on an old
1022           revision.
1023
1024 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1025
1026         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1027         * gst/multipart/Makefile.am:
1028         * gst/multipart/multipartdemux.c:
1029         * gst/multipart/multipartdemux.h:
1030         * gst/multipart/multipartmux.c:
1031         * gst/multipart/multipartmux.h:
1032           Re-add multipartdemux to the docs. Last round of section cleanup.
1033
1034 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1035
1036         * docs/plugins/Makefile.am:
1037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1038         * sys/osxaudio/gstosxaudiosink.h:
1039         * sys/osxvideo/osxvideosink.h:
1040           Managed to resolve most unused declarations. Filed a bug for one left.          
1041
1042 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1043
1044         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1045           Cleanup section file.
1046
1047 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * docs/plugins/Makefile.am:
1050         * docs/plugins/gst-plugins-good-plugins.args:
1051         * docs/plugins/gst-plugins-good-plugins.signals:
1052         * docs/plugins/inspect/plugin-alaw.xml:
1053         * docs/plugins/inspect/plugin-alpha.xml:
1054         * docs/plugins/inspect/plugin-alphacolor.xml:
1055         * docs/plugins/inspect/plugin-annodex.xml:
1056         * docs/plugins/inspect/plugin-apetag.xml:
1057         * docs/plugins/inspect/plugin-audiofx.xml:
1058         * docs/plugins/inspect/plugin-auparse.xml:
1059         * docs/plugins/inspect/plugin-autodetect.xml:
1060         * docs/plugins/inspect/plugin-avi.xml:
1061         * docs/plugins/inspect/plugin-cairo.xml:
1062         * docs/plugins/inspect/plugin-cdio.xml:
1063         * docs/plugins/inspect/plugin-cutter.xml:
1064         * docs/plugins/inspect/plugin-debug.xml:
1065         * docs/plugins/inspect/plugin-dv.xml:
1066         * docs/plugins/inspect/plugin-efence.xml:
1067         * docs/plugins/inspect/plugin-effectv.xml:
1068         * docs/plugins/inspect/plugin-flac.xml:
1069         * docs/plugins/inspect/plugin-flxdec.xml:
1070         * docs/plugins/inspect/plugin-gconfelements.xml:
1071         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1072         * docs/plugins/inspect/plugin-goom.xml:
1073         * docs/plugins/inspect/plugin-halelements.xml:
1074         * docs/plugins/inspect/plugin-icydemux.xml:
1075         * docs/plugins/inspect/plugin-id3demux.xml:
1076         * docs/plugins/inspect/plugin-jpeg.xml:
1077         * docs/plugins/inspect/plugin-ladspa.xml:
1078         * docs/plugins/inspect/plugin-level.xml:
1079         * docs/plugins/inspect/plugin-matroska.xml:
1080         * docs/plugins/inspect/plugin-mulaw.xml:
1081         * docs/plugins/inspect/plugin-multipart.xml:
1082         * docs/plugins/inspect/plugin-navigationtest.xml:
1083         * docs/plugins/inspect/plugin-png.xml:
1084         * docs/plugins/inspect/plugin-quicktime.xml:
1085         * docs/plugins/inspect/plugin-rtp.xml:
1086         * docs/plugins/inspect/plugin-rtsp.xml:
1087         * docs/plugins/inspect/plugin-shout2send.xml:
1088         * docs/plugins/inspect/plugin-smpte.xml:
1089         * docs/plugins/inspect/plugin-speex.xml:
1090         * docs/plugins/inspect/plugin-taglib.xml:
1091         * docs/plugins/inspect/plugin-udp.xml:
1092         * docs/plugins/inspect/plugin-videobalance.xml:
1093         * docs/plugins/inspect/plugin-videobox.xml:
1094         * docs/plugins/inspect/plugin-videocrop.xml:
1095         * docs/plugins/inspect/plugin-videoflip.xml:
1096         * docs/plugins/inspect/plugin-videomixer.xml:
1097         * docs/plugins/inspect/plugin-wavenc.xml:
1098         * docs/plugins/inspect/plugin-wavpack.xml:
1099         * docs/plugins/inspect/plugin-wavparse.xml:
1100           Update plugin docs.
1101
1102         * gst/videomixer/Makefile.am:
1103         * gst/videomixer/videomixer.c:
1104         * gst/videomixer/videomixer.h:
1105         * gst/videomixer/videomixerpad.h:
1106           Split out header to fix warnings from the doc-build.
1107
1108 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1109
1110         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1111
1112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1113         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1114
1115 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1116
1117         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1118         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1119           Initialise variables to work around (false) 'foo might be used
1120           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1121
1122 2008-01-11  David Schleef  <ds@schleef.org>
1123
1124         * docs/plugins/.cvsignore:
1125         * tests/check/pipelines/.cvsignore:
1126           Ignore more files for the buildbot.
1127
1128 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1129
1130         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1131         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1132         Generate the image-type values correctly. Leave them out of the caps
1133         when outputting a "preview image" tag, since it only makes sense
1134         to have one of those - the type is irrelevant.
1135
1136         * sys/sunaudio/gstsunaudiomixerctrl.c:
1137         (gst_sunaudiomixer_ctrl_open):
1138         If we can, mark the mixer multiple open when we use it, in case
1139         (for some reason) the process wants to open it again elsewhere.
1140
1141 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1142
1143         Patch by: Olivier Crete <tester at tester dot ca>
1144
1145         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1146         * gst/rtp/gstrtptheorapay.c:
1147         Fix the clock rate to 90000 as required by the RFC.
1148         Fixes #508644.
1149
1150 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1153           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1154
1155 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1156
1157         * autogen.sh:
1158           Add -Wno-portability to the automake parameters to stop warnings
1159           about GNU make extensions being used. We require GNU make in almost
1160           every Makefile anyway.
1161           
1162         * configure.ac:
1163           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1164           at the same time is required for per target flags.
1165
1166 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1167
1168         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1169         Fix error from my last commit.
1170
1171 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1174
1175         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1176           Make sure the ISO 639-X language code in ID3v2 COMM frames
1177           is actually valid UTF-8 (or rather: ASCII), so we don't end
1178           up with non-UTF8 strings in tags if there's garbage in the
1179           language field. Also make sure the language code is always
1180           lower case. Fixes: #508291.
1181
1182 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1183
1184         * ChangeLog:
1185           Fix ChangeLog typo.
1186
1187 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1188
1189         * Makefile.am:
1190           Include lcov.mak to allow building coverage reports. Guard
1191           check-torture target like in the other packages.
1192
1193 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1194
1195         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1196
1197         * gst/videomixer/videomixer.c:
1198         (gst_videomixer_set_master_geometry), (_do_init),
1199         (gst_videomixer_child_proxy_get_child_by_index),
1200         (gst_videomixer_child_proxy_get_children_count),
1201         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1202         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1203         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1204         Implement GstChildProxy interface.
1205         Send newsegment at the right moment
1206         Fixes #488879
1207
1208 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1209
1210         * gst/alpha/Makefile.am:
1211         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1212         (gst_alpha_sink_event), (gst_alpha_chain),
1213         (gst_alpha_change_state), (plugin_init):
1214         Make the various properties of 'alpha' controllable. This allows doing
1215         niceties like fade-in/fade-out.
1216
1217 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1218
1219         * gst/rtp/gstasteriskh263.c:
1220         * gst/rtp/gstrtpL16depay.c:
1221         * gst/rtp/gstrtpac3depay.c:
1222         * gst/rtp/gstrtpamrpay.c:
1223         * gst/rtp/gstrtpdepay.c:
1224         * gst/rtp/gstrtpgsmdepay.c:
1225         * gst/rtp/gstrtph263depay.c:
1226         * gst/rtp/gstrtph263pdepay.c:
1227         * gst/rtp/gstrtph263ppay.c:
1228         * gst/rtp/gstrtph264depay.c:
1229         * gst/rtp/gstrtph264pay.c:
1230         * gst/rtp/gstrtpmp2tdepay.c:
1231         * gst/rtp/gstrtpmp4adepay.c:
1232         * gst/rtp/gstrtpmp4gdepay.c:
1233         * gst/rtp/gstrtpmp4gpay.c:
1234         * gst/rtp/gstrtpmp4vdepay.c:
1235         * gst/rtp/gstrtpmpadepay.c:
1236         * gst/rtp/gstrtpmpvdepay.c:
1237         * gst/rtp/gstrtpsv3vdepay.c:
1238         * gst/rtp/gstrtptheoradepay.c:
1239         * gst/rtp/gstrtptheorapay.c:
1240         * gst/rtp/gstrtpvorbisdepay.c:
1241         * gst/rtp/gstrtpvorbispay.c:
1242           Remove copy/paste unused code (property setters and getter) found by
1243           the coverage suite (yay, saves ~20k on disk).
1244
1245 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1246
1247         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1248           (videosink_templ):
1249           Also fix up pad templates to indicate that image/jpeg doesn't
1250           absolutely require the framerate property to be set (#504081).
1251
1252 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         Based on patch by: Wouter Cloetens  <wouter at mind be>
1255
1256         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1257           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1258           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1259         * gst/matroska/matroska-mux.h:
1260           Keep track of first and last timestamps for each incoming stream,
1261           so we can calculate the total duration for live sources and other
1262           input where we can't query the duration from the start or where
1263           there's no constant framerate from which we can deduce the
1264           duration; also use calculated/observed duration if it is bigger
1265           than the previously queried duration. Furthermore, use
1266           gst_pad_query_peer_duration() and take into account that it may
1267           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1268           screws up comparisons when using unsigned integers. Fixes #504081.
1269
1270 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1271
1272         * configure.ac:
1273         * gst/audiofx/audioamplify.c:
1274         (gst_audio_amplify_clipping_method_get_type),
1275         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1276         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1277         (gst_audio_dynamic_transform_ip):
1278         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1279         (gst_audio_invert_transform_ip):
1280         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1281         (gst_audio_panorama_transform):
1282         * gst/level/gstlevel.c: (gst_level_init):
1283         Make elements GST_BUFFER_FLAG_GAP aware and call
1284         gst_base_transform_set_gap_aware for this.
1285         Bump core requirement to CVS.
1286         
1287         * gst/audiofx/audiochebyshevfreqband.c:
1288         (gst_audio_chebyshev_freq_band_transform_ip):
1289         * gst/audiofx/audiochebyshevfreqlimit.c:
1290         (gst_audio_chebyshev_freq_limit_transform_ip):
1291         Also sync GObject properties to the controller if operating
1292         in passthrough mode.
1293
1294 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1295
1296         * sys/directdraw/gstdirectdrawsink.c:
1297           (gst_directdraw_sink_window_thread):
1298           FALSE is not a gpointer.
1299
1300 2008-01-05  Julien Moutte  <julien@fluendo.com>
1301
1302         * sys/directdraw/gstdirectdrawsink.c:
1303         (gst_directdraw_sink_set_window_id),
1304         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1305         (gst_directdraw_sink_buffer_alloc),
1306         (gst_directdraw_sink_draw_borders),
1307         (gst_directdraw_sink_show_frame),
1308         (gst_directdraw_sink_setup_ddraw),
1309         (gst_directdraw_sink_window_thread),
1310         (gst_directdraw_sink_get_ddrawcaps),
1311         (gst_directdraw_sink_surface_create): Make sure we create our
1312         internal window only when we need it. That will give a chance to
1313         the application to get the prepare-xwindow-id bus message. Draw
1314         black borders when keeping aspect ratio. Handle the case where our
1315         rendering window disappears (closed or errors) like other sinks
1316         do. Various 80 columns fixes, improve state change order. That
1317         element could need some more love.
1318
1319 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1320
1321         * ext/taglib/gstapev2mux.h:
1322         * ext/taglib/gstid3v2mux.h:
1323         Remove useless typedefs without new type name. Fixes a warning with
1324         gcc 4.3.
1325
1326 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1327
1328         Patch by: John Millikin <jmillikin at gmail dot com>
1329
1330         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1331         (gst_flac_dec_setup_stream_decoder),
1332         (gst_flac_normalize_picture_mime_type),
1333         (gst_flac_extract_picture_buffer),
1334         (gst_flac_dec_metadata_callback):
1335         Emit metadata messages when a PICTURE block is encountered.
1336         Fixes #506715.
1337
1338 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1339
1340         * gst/avi/gstavi.c:
1341         increase rank because no known issues anymore ...
1342         * gst/avi/gstavisubtitle.c:
1343         send subtitle name to the srcpad
1344
1345 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1346
1347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1348         * gst/rtsp/gstrtspsrc.h:
1349         Implement redirect for the DESCRIBE reply. Fixes #506025.
1350
1351 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1352
1353         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1354         Fix 'xyz may be used uninitialized' compiler warnings caused
1355         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1356         abort() in any case but properly report the error.
1357
1358 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1359
1360         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1361         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1362         * sys/ximage/gstximagesrc.c: (composite_pixel):
1363           Fix 'xyz may be used uninitialized' compiler warnings caused
1364           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1365           not really nice to abort in any case). Fixes #505745.
1366
1367 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1368
1369         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1370           Small unit test fix (has no practical impact at the moment,
1371           since we're only feeding utf8 and hence just create a sub-
1372           buffer for the output).
1373
1374 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1375
1376         * gst/avi/gstavisubtitle.c:
1377         * tests/check/elements/avisubtitle.c:
1378         Add seeking support for avi subtitle
1379
1380 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1381
1382         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1383         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1384         (gst_flac_dec_write):
1385         * ext/flac/gstflacdec.h:
1386         Remove some unused vars.
1387         Do more cleanup of leftover events and tags.
1388         Output tags after the segment event. Fixes #504018.
1389
1390 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1393           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1394           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1395           Detect other UTF byte order markers and convert to UTF-8 as
1396           appropriate.
1397
1398 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1399
1400         * gst/avi/gstavisubtitle.c: (src_template),
1401           (gst_avi_subtitle_extract_utf8_file),
1402           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1403           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1404           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1405         * gst/avi/gstavisubtitle.h:
1406           Refactor a bit; fix name extraction; don't assume all the data
1407           in the chunk is actually subtitle data, there may be padding at
1408           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1409           file so it's there to send again after a seek (for future use).
1410
1411 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1412
1413         * gst/avi/Makefile.am:
1414         * gst/avi/gstavi.c:
1415         * gst/avi/gstavisubtitle.c:
1416         * gst/avi/gstavisubtitle.h:
1417         * tests/check/Makefile.am:
1418         * tests/check/elements/avisubtitle.c:
1419         * win32/common/config.h:
1420                 Add avi subtitle element for bug #442034. Need seeking support
1421                 and more support for character conversion.
1422
1423 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1424
1425         * Makefile.am:
1426           Include common/win32.mak for CRLF check of win32 project
1427           files (see #393626).
1428
1429         * win32/vs6/libgstpng.dsp:
1430           Fix line endings and do cvs admin -kb.
1431
1432 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1433
1434         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1435         Actually drop the buffers which are outside the currently configured
1436         segment instead of just emitting a WARNING.
1437
1438 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1439
1440         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1441         (gst_flac_dec_write):
1442         * ext/flac/gstflacdec.h:
1443         Send segments from the streaming thread. Fixes #502187.
1444         Fix segment seeking and a bunch of other seeking cases.
1445
1446 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1447
1448         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1449           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1450           which is where it would end up if the same information was
1451           put in a vorbis comment (don't think it's worth adding a
1452           new URI tag for this). Fixes #488112.
1453
1454 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1455
1456         * configure.ac:
1457           We need core/base 0.10.15 or later.
1458
1459 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1460
1461         Patch by: Mark Nauwelaerts <manauw skynet be>
1462
1463         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1464         Fix regression in stream numbering. Fixes #502655.
1465
1466 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1467
1468         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1469
1470         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1471         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1472         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1473         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1474         (gst_rtp_h264_pay_handle_buffer):
1475         * gst/rtp/gstrtph264pay.h:
1476         Use higher performance start-code searching.
1477         Parse NALs and store SPS, PPS and profile in the caps so that they can
1478         be used in the SDP. Fixes #502814.
1479
1480 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1483         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1484           Init some structs to zero before we pass them to ioctl, which
1485           avoids valgrind warnings.  Also fix a small memory leak.
1486
1487 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1488
1489         Patch by: Wouter Cloetens <wouter at mind dot be>
1490
1491         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1492         Copy timestamp from input to output. Not very perfect yet but better
1493         than nothing. Fixes #503023.
1494
1495 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1496
1497         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1498           Also print a useful error message with the old Wavpack API
1499           if possible.
1500
1501 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1502
1503         * ext/wavpack/gstwavpackdec.c:
1504           More build fixes for old libwavpack versions: include config.h so
1505           that WAVPACK_OLD_API is actually defined as detected; only use
1506           WavpackGetErrorMessage if it is available. This fixes the build
1507           on debian stable for me.
1508
1509 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1510
1511         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1512         * ext/wavpack/gstwavpackparse.c:
1513           (gst_wavpack_parse_create_src_pad):
1514           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1515           versions below 4.40.0.
1516
1517 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1518
1519         * configure.ac:
1520           And now do it right for real...
1521
1522 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1523
1524         * configure.ac:
1525           Correctly reset $LIBS to not contain -lm.
1526
1527 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1528
1529         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1530
1531         * configure.ac:
1532         * ext/cairo/gsttimeoverlay.c:
1533           (gst_cairo_time_overlay_print_smpte_time):
1534           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1535           and checking for rint() and implementing it ourself if it doesn't
1536           exist. Fixes #497293.
1537
1538 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1539
1540         * configure.ac:
1541           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1542
1543 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1544
1545         * sys/oss/gstosshelper.c:
1546         Verify that the format returned after the ioctl is the one
1547         we requested. It is valid for the ioctl to succeed while
1548         substituting an alternate 'supported' sample format.
1549
1550 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1551
1552         * sys/oss/gstossaudio.c: (plugin_init):
1553         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1554         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1555           Post decent (and translated) error message when we can't
1556           open the audio device for some reason.
1557
1558 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1559
1560         * sys/oss/gstosssink.c:
1561         * sys/oss/gstosssrc.c:
1562         Allow the AUDIODEV environment variable to redirect us
1563         to a different default OSS device, like sunaudiosink does
1564         on Solaris (makes audio play automatically on SunRays).
1565
1566 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1567
1568         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1569         * gst/audiofx/audiochebyshevfreqband.c:
1570         (gst_audio_chebyshev_freq_band_transform_ip):
1571         * gst/audiofx/audiochebyshevfreqlimit.c:
1572         (gst_audio_chebyshev_freq_limit_transform_ip):
1573         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1574         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1575         The transform_ip() methods should do nothing if in passthrough mode.
1576         It might get non-writable buffers in that case but the buffer might
1577         as well be writable.
1578
1579         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1580         The transform() methods won't be called in passthrough mode and
1581         otherwise the buffer is always writable so don't check here.
1582
1583 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1584
1585         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1586           Fix seeking in .wav files again (#501775).  Some people seem to think
1587           they don't need to test their changes when they're just 'reflowing'
1588           some code.
1589
1590 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1591
1592         * gst/autodetect/gstautovideosink.c:
1593         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1594         (gst_auto_video_sink_init),
1595         (gst_auto_video_sink_create_element_with_pretty_name),
1596         (gst_auto_video_sink_find_best),
1597         (gst_auto_video_sink_set_property),
1598         (gst_auto_video_sink_get_property):
1599         * gst/autodetect/gstautovideosink.h:
1600         Fix docs.
1601         Use same error reporting code as autoaudiosink.
1602         Add property to filter sinks based on caps. Only select raw video sinks
1603         by default for backwards compat.
1604         API: GstAutoVideoSink::filter-caps
1605
1606 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1607
1608         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1609
1610         * gst/autodetect/gstautoaudiosink.c:
1611         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1612         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1613         (gst_auto_audio_sink_set_property),
1614         (gst_auto_audio_sink_get_property):
1615         * gst/autodetect/gstautoaudiosink.h:
1616         Add property to filter sinks based on caps. Only select raw audio sinks
1617         by default for backwards compat.  Fixes #417420.
1618         API: GstAutoAudioSink::filter-caps
1619
1620 2007-11-29  Michael Smith <msmith@fluendo.com>
1621
1622         Patch by: Arek Korbik <arkadini@gmail.com>
1623
1624         * gst/videobox/gstvideobox.c: (plugin_init):
1625           Initialise liboil in plugin_init()
1626
1627 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1628
1629         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1630         Post error before sending EOS. Fixes #499178.
1631
1632 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1633
1634         * win32/vs6/gst_plugins_good.dsw:
1635         * win32/vs6/libgstpng.dsp:
1636         Add a project file for libgstpng
1637
1638 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1639
1640         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1641         (gst_rtp_h263_depay_process):
1642         Code beautification.
1643         Added debug statements.
1644         Don't bit-shift everything, just do operations on last/first byte
1645         instead.
1646
1647 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1648
1649         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1650
1651         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1652         Fix wrong comparison in overrun check. Fixes #499239 some more.
1653
1654 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1655
1656         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1657         (gst_rtp_h263_depay_process):
1658         * gst/rtp/gstrtph263depay.h:
1659         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1660         stream.
1661
1662 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1663
1664         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1665
1666         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1667         (gst_rtp_mp4a_depay_process):
1668         * gst/rtp/gstrtpmp4adepay.h:
1669         Fix depayloading when multiple frames are inside one RTP packet.
1670         Fixes #499239.
1671
1672 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1673
1674         * gst/level/gstlevel.c:
1675           Add GAP-flag support.
1676
1677 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1678
1679         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1680         Read the I flag for Mode A h263 rtp stream and set the
1681         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1682         Fixes #499383
1683
1684 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1685
1686         * gst/level/gstlevel.c:
1687           Remove some dead code and do cleanups.
1688
1689 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1690
1691         * tests/check/pipelines/simple-launch-lines.c:
1692           Improve the tests by allowing to set a target state.
1693
1694 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1695
1696         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1697         Don't check the caps of the output buffer if they're equal some
1698         other caps. The caps can change in a backward compatible way
1699         and did at this point.
1700
1701 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1702
1703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1704         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1705         (gst_qtdemux_seek_to_previous_keyframe),
1706         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1707         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1708         reverse playback support.
1709
1710 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1711
1712         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1713         Also set the channel layout on the Wavpack caps if we're having
1714         a mono layout. Of course only do it for "audio/x-wavpack".
1715
1716 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1717
1718         * ext/wavpack/gstwavpackcommon.c:
1719         (gst_wavpack_get_default_channel_mask),
1720         (gst_wavpack_set_channel_layout),
1721         (gst_wavpack_get_default_channel_positions),
1722         (gst_wavpack_get_channel_mask_from_positions),
1723         (gst_wavpack_set_channel_mapping):
1724         * ext/wavpack/gstwavpackcommon.h:
1725         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1726         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1727         * ext/wavpack/gstwavpackdec.h:
1728         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1729         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1730         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1731         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1732         (gst_wavpack_enc_rewrite_first_block),
1733         (gst_wavpack_enc_sink_event):
1734         * ext/wavpack/gstwavpackenc.h:
1735         * ext/wavpack/gstwavpackparse.c:
1736         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1737         (gst_wavpack_parse_scan_to_find_sample),
1738         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1739         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1740         * ext/wavpack/gstwavpackparse.h:
1741         Add support for encoding, parsing and decoding multichannel
1742         files with up to 8 channels. This also improves the robustness
1743         of parsing quite a bit.
1744
1745         * ext/wavpack/gstwavpackstreamreader.c:
1746         (gst_wavpack_stream_reader_read_bytes),
1747         (gst_wavpack_stream_reader_get_pos),
1748         (gst_wavpack_stream_reader_set_pos_abs),
1749         (gst_wavpack_stream_reader_set_pos_rel),
1750         (gst_wavpack_stream_reader_push_back_byte),
1751         (gst_wavpack_stream_reader_get_length),
1752         (gst_wavpack_stream_reader_can_seek),
1753         (gst_wavpack_stream_reader_write_bytes):
1754         Improve debugging.
1755
1756 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1757
1758         * ext/libpng/gstpngdec.c:
1759         * ext/libpng/gstpngdec.h:
1760           Don't release the png-memory from within the callback.
1761
1762 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1763
1764         Patch by: René Stadler <mail at renestadler dot de>
1765
1766         * ext/libpng/gstpngenc.c:
1767           Don't leak buffer data memory. Fixes #498395.
1768
1769 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1770
1771         Patch by: René Stadler <mail at renestadler dot de>
1772
1773         * tests/check/pipelines/simple-launch-lines.c:
1774           Tests for #498395.
1775
1776 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1777
1778         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1779         (gst_tag_lib_mux_adjust_event_offsets):
1780         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1781         * sys/osxaudio/Makefile.am:
1782         * sys/osxvideo/cocoawindow.h:
1783         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1784
1785 2007-11-15  David Schleef  <ds@schleef.org>
1786
1787         * ext/cairo/gsttextoverlay.c:
1788           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1789
1790 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1791
1792         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1793
1794         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1795         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1796         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1797         * gst/rtp/gstrtpmp2tpay.h:
1798         Fill the MTU with as many packets as possible. Fixes #491323.
1799
1800 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1801
1802         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1803
1804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1805         Fix some more leaks. Fixes #497007.
1806
1807 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1808
1809         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1810
1811         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1812         (gst_rtspsrc_stream_configure_tcp):
1813         Fix 3 pad leaks. Fixes #496983.
1814
1815 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1816
1817         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1818
1819         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1820         Fix small leak. Fixes #497017.
1821
1822 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1823
1824         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1825         (gst_qtdemux_prepare_current_sample),
1826         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1827         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1828         * gst/qtdemux/qtdemux_fourcc.h:
1829         * gst/qtdemux/qtdemux_types.c:
1830         Add suppport for theora in quicktime according to XiphQT.
1831
1832 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1833
1834         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1835         (gst_v4l2src_init), (gst_v4l2src_set_property),
1836         (gst_v4l2src_get_property):
1837         * sys/v4l2/gstv4l2src.h:
1838         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1839           Always copy buffers by default (handle safer with bugged drivers)
1840           and added a property to make it possible to use mmap effectively (no
1841           copy if possible) when application wants to. Fixes: #480557.
1842
1843 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1844
1845         * gst/id3demux/id3tags.c:
1846         * gst/id3demux/id3tags.h:
1847         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1848           We don't want the same string multiple times in a tag list for the
1849           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1850           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1851
1852 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1853
1854         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1855           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1856           into ID3v2 TXXX frames (fixes #347848).
1857
1858 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1861           Don't leak sdp message contents (fixes #496773).
1862
1863         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1864           Don't leak URI string.
1865
1866 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1867
1868         Patch by: Julien Puydt <julien dot puydt at laposte net>
1869
1870         * ext/raw1394/Makefile.am:
1871         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1872           (gst_1394_property_probe_get_properties),
1873           (gst_1394_property_probe_probe_property),
1874           (gst_1394_property_probe_needs_probe),
1875           (gst_1394_property_probe_get_values),
1876           (gst_1394_property_probe_interface_init),
1877           (gst_1394_type_add_property_probe_interface):
1878         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1879         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1880           (gst_dv1394src_init), (gst_dv1394src_dispose),
1881           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1882           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1883           (gst_dv1394src_update_device_name):
1884         * ext/raw1394/gstdv1394src.h:
1885           Implement GstPropertyProbe interface and add "device-name" property,
1886           so applications can use this to probe for available devices in the
1887           same way they can already with v4lsrc and v4l2src (however horrible
1888           this property probe interface may be). Fixes #358841.
1889
1890 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1893
1894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1895           (gst_rtspsrc_parse_range):
1896           Don't leak event, don't leak range (fixes #496752).
1897
1898 2007-11-14  Michael Smith <msmith@fluendo.com>
1899
1900         Patch by: Arek Korbik <arkadini@gmail.com>
1901
1902         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1903           Detect RGBA/BGRA correctly on little endian systems.
1904
1905 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1906
1907         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1908           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1909           corresponding ioctl() call fails even though the driver claims to
1910           support this format, just fall back to the pre-2.6.19 kernel
1911           routine that creates caps with suitable height and width ranges
1912           (see #448278).
1913
1914 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1915
1916         Patch by: Mark Nauwelaerts <manauw skynet be>
1917
1918         * gst/matroska/matroska-demux.c:
1919           (gst_matroska_demux_push_dvd_clut_change_event),
1920           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1921           (gst_matroska_demux_subtitle_caps):
1922         * gst/matroska/matroska-ids.h:
1923           Extract palette data for dvd subpicture streams and send it
1924           downstream as custom gstreamer dvd event (fixes #453417).
1925
1926 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1927
1928         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1929           Implement minimal parsing of the passed pango font description
1930           string, so passing a font size works the same as with the
1931           pango textoverlay plugin; fixes #455086.
1932           (Maybe we could just use pangocairo here at some point).
1933
1934 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1935
1936         * gst/avi/gstavidemux.c:
1937         * gst/wavparse/gstwavparse.c:
1938           Return the result in _activate_pull(). Don't ref element there.
1939
1940 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1941
1942         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1943         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1944         (gst_wavparse_srcpad_event):
1945           Ref the element when we should, but not when we its not needed. Reflow
1946           the event_handling to not leak the event.       
1947
1948 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1949
1950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1951         (qtdemux_parse_samples):
1952         Properly free QTDemuxSamples array.
1953         Protect table write with a sensible check, some files apparently DO contain
1954         stts values starting with 0 :(
1955
1956 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1957
1958         * gst/avi/gstavidemux.c:
1959         * gst/qtdemux/qtdemux.c:
1960           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1961           previous commit messed up.
1962
1963 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1964
1965         * gst/avi/gstavidemux.c:
1966         * gst/qtdemux/qtdemux.c:
1967           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1968           element when we should, but not when we its not needed.
1969
1970 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1971
1972         * gst/wavparse/gstwavparse.c:
1973           Return FALSE if we can't handle a query instead of changing the
1974           format. Ignore fact when dealing with mpeg audio.
1975
1976 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1977
1978         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1979
1980         * configure.ac:
1981         * gst/udp/gstdynudpsink.c:
1982         * gst/udp/gstdynudpsink.h:
1983         * gst/udp/gstmultiudpsink.c:
1984         * gst/udp/gstmultiudpsink.h:
1985         * gst/udp/gstudpsink.c:
1986         * gst/udp/gstudpsink.h:
1987           Fix includes for MSVC and GLib-2.14.0 (#492388).
1988
1989         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1990           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1991
1992 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1993
1994         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1995         (gst_mulawdec_chain):
1996         * gst/law/mulaw-decode.h:
1997         Calculate outgoing buffer duration if incoming buffer didn't have a
1998         valid duration.
1999
2000 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
2001
2002         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2003         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
2004         Smarter combine_flow code that also deals with downstream elements
2005         returning UNEXPECTED when they receive data out of the segment
2006         boundaries. Fixes #491305.
2007
2008 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2009
2010         * sys/v4l2/v4l2src_calls.c:
2011           Fix 'unused variable' compiler warning when compiling against
2012           older kernel headers.
2013
2014 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
2015
2016         * ext/taglib/gstid3v2mux.cc (add_funcs):
2017           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
2018
2019 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
2020
2021         * tests/check/pipelines/simple-launch-lines.c:
2022            Improve the tests a little more.
2023
2024 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
2025
2026         patch by: Yun Zheng Hu
2027
2028         * sys/osxaudio/gstosxaudiosrc.c:
2029         Use default input device instead of default output device and
2030         only memcpy actual available bytes.
2031
2032 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2033
2034         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2035           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2036           early. It is temporary until we find something better.
2037
2038 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2039
2040         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2041
2042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2043         Fix race when pausing a RTSP stream in interleaved.
2044         Fixes #475784.
2045
2046 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2047
2048         Patch by: Peter Kjellerstedt <pkj at axis com>
2049
2050         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2051         Use correct unref function for buffers. #488844.
2052
2053 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2054
2055         * gst/avi/gstavimux.c:
2056         * tests/check/elements/avimux.c:
2057           Add some debug and sync tests with the fix.     
2058
2059 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2060
2061         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2062
2063         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2064         When the socket is used by the app for other purposes, don't generate an
2065         error if there is activaty on the socket that is not data related.
2066         Fixes #487488.
2067
2068 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2069
2070         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2071         (gst_v4l2src_grab_frame):
2072         Add some more debug info. Generate an error when we run out of buffers
2073         for some reason. See #480557.
2074
2075 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2076
2077         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2078
2079         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2080         Set marker bit correctly.
2081
2082 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2083
2084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2085         Use allowed name for the GstStructure.
2086
2087 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         * ext/gconf/gstswitchsink.c:
2090         * gst/autodetect/gstautoaudiosink.c:
2091           Use new gst_bus_pop_filtered().
2092
2093 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * sys/v4l2/gstv4l2src.c:
2096         * sys/v4l2/v4l2src_calls.c:
2097           When probing the formats and sizes a camera supports, make
2098           sure the best ones (highest resolution, prefered format)
2099           end up at the beginning of the probed caps and the less
2100           desirable ones at the end.  This is important because the
2101           order within the caps matters for things like fixation and
2102           negotiation, ie. what format is chosen in the end.
2103           With recent kernels, the current probing code will end up
2104           querying the supported sizes from lowest resolution to
2105           highest resolution, adding them to the probed caps in that
2106           order, resulting to v4l2src fixating to the lowest possible
2107           resolution if downstream does not express a size preference.
2108           Also make up a somewhat random ranking of prefered output
2109           formats for the same reason. Fixes #485828.
2110         
2111 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2112
2113         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2114
2115         * gst/id3demux/id3v2frames.c:
2116           Extract license/copyright URIs from ID3v2 WCOP frames
2117           (Fixes #447000).
2118
2119         * tests/check/elements/id3demux.c:
2120         * tests/files/Makefile.am:
2121         * tests/files/id3-447000-wcop.tag:
2122           Add simple unit test.
2123
2124 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2125
2126         * ext/taglib/gstid3v2mux.cc:
2127           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2128           Prerequisite for #447000.
2129
2130 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2131
2132         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2133         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2134         a GstClockTime.
2135
2136 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2137
2138         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2139         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2140         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2141         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2142         (gst_rtspsrc_change_state):
2143         More seeking fixes, mostly passing around the new playback segment in
2144         order to configure it properly.
2145         Also reset base_time of udp sources when setting them back to PLAYING as
2146         a temporary hack until core supports seek in live sources properly.
2147
2148 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2149
2150         * gst/rtp/gstrtpmp4adepay.c:
2151         Fix caps as to not confuse autopluggers.
2152
2153 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2154
2155         * gst/id3demux/gstid3demux.c:
2156         * gst/id3demux/gstid3demux.h:
2157         * gst/id3demux/id3tags.c:
2158         * gst/id3demux/id3tags.h:
2159         * gst/id3demux/id3v2frames.c:
2160           Port ID3 tag demuxer over to the new GstTagDemux in -base
2161           (now would be a good time to test re-importing your music
2162           collection).
2163
2164 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2165
2166         * gst/apetag/Makefile.am:
2167         * gst/apetag/gstapedemux.c:
2168         * gst/apetag/gstapedemux.h:
2169         * gst/apetag/gsttagdemux.c:
2170         * gst/apetag/gsttagdemux.h:
2171           Port APE tag demuxer over to the new GstTagDemux in -base.
2172
2173 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2174
2175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2176         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2177         (gst_rtspsrc_handle_internal_src_query),
2178         (gst_rtspsrc_handle_src_query), (new_session_pad),
2179         (gst_rtspsrc_stream_configure_tcp),
2180         (gst_rtspsrc_stream_configure_transport),
2181         (gst_rtspsrc_loop_send_cmd):
2182         Improve flushing behaviour.
2183         Set state of the udp sources to PAUSE/PLAYING correctly.
2184         Handle events and queries for UDP and TCP transport now.
2185
2186 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2187
2188         * gst/rtp/gstrtpgsmdepay.c:
2189         * gst/rtp/gstrtpgsmpay.c:
2190           Add log category.
2191
2192 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2193
2194         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2195
2196         * tests/check/Makefile.am:
2197         * tests/check/pipelines/simple-launch-lines.c:
2198           Add unit tests for payloaders/depayloaders.
2199
2200 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2201
2202         * gst/avi/gstavimux.c:
2203         * gst/avi/gstavimux.h:
2204           Also save codec data for audio streams. Fixes #482495.
2205
2206 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2207
2208         * gst/avi/gstavimux.c:
2209           Fix "Index entry has invalid stream nr 1".
2210           Add support for muxing aac - work in progress (see #482495).
2211
2212 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2213
2214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2215         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2216         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2217         * gst/rtsp/gstrtspsrc.h:
2218         Parse bandwidth modifiers, they are not yet configured in the session
2219         manager because we don't have an API for that yet.
2220
2221 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2222
2223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2224         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2225         Use shiny new function in -base to get the default clock-rate.
2226         Update some docs.
2227
2228 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2229
2230         * win32/MANIFEST:
2231         Add files to win32 manifest.
2232         * win32/vs6/libgstaudiofx.dsp:
2233         * win32/vs6/libgstqtdemux.dsp:
2234         * win32/vs6/libgstrtp.dsp:
2235         * win32/vs6/libgstrtsp.dsp:
2236         Update project files.
2237
2238 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2239
2240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2241         (gst_rtspsrc_play):
2242         * gst/rtsp/gstrtspsrc.h:
2243         In TCP mode, only timestamp the first buffer. TCP is not real time and
2244         it does not make sense to try to skew compensate, also some servers send
2245         the first batch of data in a burst.
2246
2247 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2248
2249         * gst/matroska/matroska-demux.c:
2250           Fix setting the discont flag on the first buffer
2251           pushed downstream for formats with private codec
2252           data that needs to be deserialised into buffers
2253           (such as vorbis and FLAC when in a matroska container).
2254
2255 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2256
2257         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2258
2259         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2260         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2261         (gst_rtp_mp4v_pay_handle_buffer):
2262         * gst/rtp/gstrtpmp4vpay.h:
2263         Free the config string. Fixes #480707.
2264         Clean up the timestamp code a little.
2265
2266 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2267
2268         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2269         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2270         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2271         * gst/rtsp/gstrtspsrc.h:
2272         Set timestamps on RTP buffers in interleaved mode.
2273         Mark first buffers with a DISCONT.
2274         Remove flush hack now that sync for live sources has been figured out.
2275
2276 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2277
2278         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2279         Update documentation.
2280
2281 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2282
2283         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2284         (gst_rtp_xqt_depay_change_state):
2285         * gst/qtdemux/gstrtpxqtdepay.h:
2286         Fail if we don't know the quicktime format.
2287
2288 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2289
2290         * ext/flac/gstflacenc.c:
2291         * ext/flac/gstflacenc.h:
2292           Save the flow return from the last gst_pad_push() and
2293           make sure we pass the right flow return value upstream
2294           in the case of failure; minor clean-ups.
2295
2296 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2297
2298         * ext/taglib/gstapev2mux.cc:
2299         * ext/taglib/gstid3v2mux.cc:
2300         * gst/apetag/gstapedemux.c:
2301           Add support for the new GST_TAG_COMPOSER (#459809).
2302
2303 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * gst/law/alaw-decode.c:
2306         * gst/law/alaw-decode.h:
2307         * gst/law/alaw-encode.c:
2308         * gst/law/alaw-encode.h:
2309         * gst/law/alaw.c:
2310         * gst/law/mulaw-conversion.h:
2311           Compulsive clean-ups: use boilerplate macros, add debug
2312           categories, fix up things to conform to symbol nomenklatura,
2313           etc.
2314
2315 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2318
2319         * gst/law/alaw-decode.c:
2320         * gst/law/alaw-encode.c:
2321           Use static tables for A-Law decoding and encoding; this makes
2322           A-Law decoding and encoding less CPU-intensive, but increases
2323           the binary size a bit. Leaving old code around for now,
2324           selectable by a define in the code. Fixes #435435.
2325
2326 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2327
2328         * configure.ac:
2329         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2330         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2331         in configure.ac.
2332
2333 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2334
2335         Patch by: Jan Gerber <j at bootlab dot org>
2336
2337         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2338         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2339
2340 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2341
2342         * sys/oss/gstosshelper.c:
2343           Use GST_WARNING instead of a g_critical. This situation is not caused
2344           by the application.
2345
2346 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2347
2348         * po/LINGUAS:
2349         * po/nl.po:
2350           Updated translations.
2351
2352 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2353
2354         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2355
2356         * po/eu.po:
2357           Added Basque translation.
2358
2359 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2360
2361         translated by: Abel Cheung <abelcheung@gmail.com>
2362
2363         * po/zh_HK.po:
2364         * po/zh_TW.po:
2365           Added Chinese (traditional and Hong Kong) translation.
2366
2367 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2368
2369         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2370
2371         * po/pl.po:
2372           Added Polish translation.
2373
2374 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2375
2376         translated by: Ilkka Tuohela <hile@iki.fi>
2377
2378         * po/fi.po:
2379           Added Finnish translation.
2380
2381 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2382
2383         translated by: Jorge González González <aloriel@gmail.com>
2384
2385         * po/es.po:
2386           Added Spanish translation.
2387
2388 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2389
2390         translated by: Mogens Jaeger <mogens@jaeger.tf>
2391
2392         * po/da.po:
2393           Added Danish translation.
2394
2395 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2396
2397         translated by: Funda Wang <fundawang@linux.net.cn>
2398
2399         * po/zh_CN.po:
2400           Added Chinese (simplified) translation.
2401
2402 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2403
2404         translated by: Alexander Shopov <ash@contact.bg>
2405
2406         * po/bg.po:
2407           Added Bulgarian translation.
2408
2409 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2410
2411         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2412         Set outgoing packet duration because we can. Fixes #478244 some more.
2413
2414 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2415
2416         * ext/cairo/gsttextoverlay.c:
2417           Add info about static leak.
2418         
2419         * tests/check/Makefile.am:
2420         * tests/check/generic/states.c:
2421           Improved state change unit test.
2422
2423 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2424
2425         * docs/plugins/.cvsignore:
2426         * tests/check/.cvsignore:
2427           Ignore registries in any format.
2428
2429 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2430
2431         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2432         Removed some unused code.
2433
2434         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2435         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2436         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2437         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2438         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2439         (gst_rtp_theora_pay_flush_packet):
2440         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2441         Try to preserve the incomming buffer duration on the outgoing
2442         packets. Fixes #478244.
2443
2444 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2445
2446         * ext/taglib/gstapev2mux.cc:
2447         * ext/taglib/gstid3v2mux.cc:
2448           Work around compiler warnings with g++-4.2 when assigning a
2449           string constant to a gchar * (partially fixes #478092).
2450
2451 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2452
2453         * configure.ac:
2454           We require core CVS now for gst_base_src_set_do_timestamp().
2455
2456 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2457
2458         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2460         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2461         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2462         (gst_rtspsrc_handle_message):
2463         Fix compiler warnings shown with Forte.
2464
2465 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2466
2467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2468         (gst_rtspsrc_dup_printf):
2469         Give meaningfull error when all streams failed to configure for some
2470         reason.
2471
2472 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2473
2474         * gst/rtp/README:
2475         Update README with the design for synchronisation rules of RTP on
2476         sender and receiver.
2477
2478 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2479
2480         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2481         (gst_wavparse_chain):
2482         Don't push EOS from the chain function, the element
2483         driving the pipeline is responsible for this. The bug
2484         this was meant to fix seems to be queue not forwarding
2485         EOS in all cases (see #476514).
2486
2487 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2488
2489         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2490         (gst_level_transform_ip):
2491         * gst/level/gstlevel.h:
2492         Use basetransform segment so that it is correctly managed on flushes and
2493         start/stop.
2494         Report message timestamp as stream time, which is what an application
2495         can understand.
2496
2497 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2498
2499         * ext/taglib/gstapev2mux.cc:
2500         * ext/taglib/gstapev2mux.h:
2501         * ext/taglib/gsttaglibmux.c:
2502         * tests/check/elements/apev2mux.c:
2503         Update my mail address.
2504
2505 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2506
2507         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2508         (gst_wavparse_loop), (gst_wavparse_chain):
2509         Add EOS logic for the push-based mode too. Fixes #476514.
2510
2511 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2512
2513         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2514         * gst/law/alaw-encode.h:
2515         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2516         (gst_mulawenc_chain):
2517         * gst/law/mulaw-encode.h:
2518         Fix law encoder timestamps.
2519
2520 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2521
2522         * ext/gconf/gstgconfaudiosink.c:
2523           Fix warning when building without debug.
2524
2525         * sys/oss/gstossmixertrack.c:
2526           Use const like in alsamixertrack.c (fixes warnings).
2527
2528 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2529
2530         * sys/v4l2/v4l2src_calls.c:
2531         (gst_v4l2src_probe_caps_for_format_and_size):
2532         Fix framerate detection code some more.
2533         Handle the case where there is a weird step in the stepwise framerates.
2534         Don't overwrite the min interval with the framerate, use a temp variable
2535         instead.
2536         Use max in the Continuous framerate intervals instead of step, which is
2537         1 according to the docs. Fixes #475424.
2538
2539 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2540
2541         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2542         Make udpsrc timestamp outgoing buffers based on when they were received.
2543         Also make it output a segment in time.
2544
2545 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2546
2547         * gst/avi/gstavidemux.c:
2548           Plug a little leak. Little code cleanups.
2549
2550 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2551
2552         * configure.ac:
2553           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2554           flac versions, 's good for cross-compilation karma.
2555
2556 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2557
2558         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2559
2560         * gst/rtp/gstrtph263pay.c:
2561           Fix up header structure so that compilers don't add padding
2562           between the structure fields, since that would lead to us
2563           sending RTP packets with broken headers (as is currently the
2564           case when compiling with MSVC). Also see similar fixes in
2565           libgstrtp in gst-plugins-base. (#474616; #471194)
2566
2567 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2568
2569         * sys/v4l2/v4l2src_calls.c:
2570         (gst_v4l2src_probe_caps_for_format_and_size):
2571         Don't overwrite our GValue with 0 but instead use the previously
2572         computed value. Fixes #471823 some more.
2573
2574 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2575
2576         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2577           No tabs in this file please, or gtk-doc will end up documenting
2578           rather absurd class hierarchies.
2579
2580 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2581
2582         * ext/gconf/gstswitchsink.c:
2583           If the new kid element fails to change state for some reason
2584           (e.g. esdsink not being able to connect to the sound server),
2585           forward the error message it posted on the bus instead of just
2586           posting a generic 'Internal state change error: please file a
2587           bug' error message. Fixes #471364.
2588
2589 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2590
2591         * gst/qtdemux/Makefile.am:
2592         * gst/qtdemux/qtdemux.c:
2593           Don't assume tags are encoded as UTF-8 (#473670).
2594
2595 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2596
2597         * sys/v4l2/gstv4l2src.c:
2598         * sys/v4l2/gstv4l2src.h:
2599         * sys/v4l2/v4l2src_calls.c:
2600           Implement LATENCY queries in the crudest way possible so I don't
2601           have to use sync=false any longer when testing with videosinks.
2602
2603 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         * configure.ac:
2606           Fix build.
2607
2608 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2609
2610         * sys/v4l2/v4l2src_calls.c:
2611         (gst_v4l2src_probe_caps_for_format_and_size):
2612         Add some more debugging in the framerate function.
2613         Iterate stepwise framerate up to and _including_ the max and if nothing
2614         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2615         don't end up with an empty list. Fixes #471823
2616
2617 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2618
2619         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2620         (gst_multiudpsink_set_clients_string),
2621         (gst_multiudpsink_get_clients_string),
2622         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2623         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2624         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2625         (gst_multiudpsink_clear):
2626         Add property do configure destination address/port pairs
2627         API:GstMultiUDPSink::clients
2628
2629 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2630
2631         * tests/examples/Makefile.am:
2632         * tests/examples/rtp/Makefile.am:
2633         * tests/examples/rtp/client-H263p-AMR.sh:
2634         * tests/examples/rtp/client-H263p-PCMA.sdp:
2635         * tests/examples/rtp/client-H263p-PCMA.sh:
2636         * tests/examples/rtp/client-H264-PCMA.sdp:
2637         * tests/examples/rtp/client-H264-PCMA.sh:
2638         * tests/examples/rtp/client-PCMA.sh:
2639         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2640         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2641         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2642         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2643         Added some RTP example scripts for sending and receiving RTP streams.
2644
2645 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2646
2647         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2648         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2649         Restructure the setcaps function so that we can also compute the
2650         expected GStreamer output size of the video frames.
2651         Set frame_byte_size correctly so that read-based devices have a chance
2652         of working correctly.
2653         When grabbing a frame, discard frames that are not of the expected size.
2654         Some cameras don't output the right framesize for the first buffer.
2655         Try only a couple of times to get a valid frame, else error out.
2656
2657         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2658         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2659         Add some more debug info when scanning the device.
2660
2661         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2662         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2663         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2664         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2665         Add some more debug info when dequeing a frame.
2666
2667 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2668
2669         * gst/wavparse/gstwavparse.c:
2670           More code cleanups. Add some more comment and improve debugs logs.
2671
2672 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2673
2674         * gst/wavparse/gstwavparse.c:
2675         * gst/wavparse/gstwavparse.h:
2676           Implement seek-query. Refactor duration calculations. Appropriate use
2677           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2678           out of loops.
2679
2680 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2681
2682         * gst/avi/gstavidemux.c:
2683           Implement seek-query.
2684
2685 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2686
2687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2688         (gst_rtspsrc_dup_printf):
2689         Use new basesink async property to make sparse RTCP packet not wait for
2690         preroll.
2691
2692 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2693
2694         * gst/audiofx/Makefile.am:
2695         Dist the right file.
2696
2697 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2698
2699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2700         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2701         Make sure we generate and parse floating point values in the POSIX
2702         locale instead of the current locale. 
2703
2704 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2705
2706         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2707         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2708         (gst_rtspsrc_play):
2709         * gst/rtsp/gstrtspsrc.h:
2710         Fix method detection again.
2711         Keep track of when we must send a Range header.
2712         Use segment values for Range, Speed and Scale headers.
2713         Parse Speed and Scale headers to update the segment values.
2714
2715 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2716
2717         patch by: Mark Nauwelaerts <manauw@skynet.be>
2718
2719         * sys/v4l2/v4l2src_calls.c:
2720           Handle optional v4l2 ioctls gracefully.
2721
2722 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2723
2724         * gst/rtp/Makefile.am:
2725         * gst/rtp/gstrtp.c: (plugin_init):
2726         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2727         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2728         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2729         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2730         (gst_rtp_h263_depay_get_property),
2731         (gst_rtp_h263_depay_change_state),
2732         (gst_rtp_h263_depay_plugin_init):
2733         * gst/rtp/gstrtph263depay.h:
2734         Added an H263 depayloader. Fixes #369392.
2735
2736         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2737         (gst_rtp_h263p_depay_process):
2738         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2739         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2740         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2741         payloads.
2742         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2743
2744 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2745
2746         * gst/audiofx/audiochebyshevfreqband.c:
2747         * gst/audiofx/audiochebyshevfreqlimit.c:
2748         Add small comparision with the windowed sinc filters in the docs.
2749
2750 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2751
2752         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2753         (audiochebyshevfreqband_suite):
2754         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2755         (audiochebyshevfreqlimit_suite):
2756         Also test 32 bit float mode and the type 2 variants of the filters.
2757
2758 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2759
2760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2761         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2762         (gst_rtspsrc_loop):
2763         Refactor the udp and interleaved loop function a bit.
2764
2765 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2766
2767         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2768         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2769         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2770         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2771         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2772         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2773         * gst/rtsp/gstrtspsrc.h:
2774         Protect connection activity with a new lock, avoids deadlocks when going
2775         to PAUSED. Fixes #455808.
2776
2777 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2778
2779         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2780         Fix debug statement.
2781
2782 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2783
2784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2785         Fix stray %u in debug line as spotted by Saur on IRC.
2786
2787 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2788
2789         * gst/audiofx/audiochebyshevfreqband.c:
2790         (gst_audio_chebyshev_freq_band_class_init):
2791         * gst/audiofx/audiochebyshevfreqlimit.c:
2792         (gst_audio_chebyshev_freq_limit_class_init):
2793         Use generator macros for the process functions for the different
2794         sample types, add lower upper boundaries for the GObject properties
2795         so automatically generated UIs can use sliders and add a note about
2796         the number of poles as a too high number of poles combined with
2797         very low or very high frequencies will produce only noise.
2798         * docs/plugins/gst-plugins-good-plugins.args:
2799         Regenerated for the property changes.
2800
2801 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2802
2803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2804         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2805         (gst_rtspsrc_stream_configure_udp_sink),
2806         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2807         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2808         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2809         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2810         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2811         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2812         * gst/rtsp/gstrtspsrc.h:
2813         Improve timeout handling.
2814         Use the same socket for sending and receiving RTCP packets so that some
2815         servers can track clients better.
2816         Improve connection closed handling. Try to reconnect.
2817         Don't overwrite our content base with NULL.
2818         Improve debugging.
2819         Improve range parsing and handling.
2820         Remove flushing hack now that core does the right thing.
2821
2822 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2823
2824         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2825         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2826         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2827         (gst_multiudpsink_close), (gst_multiudpsink_add):
2828         * gst/udp/gstmultiudpsink.h:
2829         Add support for getting and setting the socket to use.
2830
2831         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2832         (gst_udpsrc_create), (gst_udpsrc_get_property):
2833         Add support for getting the currently used socket.
2834
2835 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2836
2837         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2838
2839         * gst/audiofx/Makefile.am:
2840         * gst/audiofx/audiochebyshevfreqband.c:
2841         (gst_audio_chebyshev_freq_band_mode_get_type),
2842         (gst_audio_chebyshev_freq_band_base_init),
2843         (gst_audio_chebyshev_freq_band_dispose),
2844         (gst_audio_chebyshev_freq_band_class_init),
2845         (gst_audio_chebyshev_freq_band_init),
2846         (generate_biquad_coefficients), (calculate_gain),
2847         (generate_coefficients),
2848         (gst_audio_chebyshev_freq_band_set_property),
2849         (gst_audio_chebyshev_freq_band_get_property),
2850         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2851         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2852         (gst_audio_chebyshev_freq_band_start):
2853         * gst/audiofx/audiochebyshevfreqband.h:
2854         * gst/audiofx/audiochebyshevfreqlimit.c:
2855         (gst_audio_chebyshev_freq_limit_mode_get_type),
2856         (gst_audio_chebyshev_freq_limit_base_init),
2857         (gst_audio_chebyshev_freq_limit_dispose),
2858         (gst_audio_chebyshev_freq_limit_class_init),
2859         (gst_audio_chebyshev_freq_limit_init),
2860         (generate_biquad_coefficients), (calculate_gain),
2861         (generate_coefficients),
2862         (gst_audio_chebyshev_freq_limit_set_property),
2863         (gst_audio_chebyshev_freq_limit_get_property),
2864         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2865         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2866         (gst_audio_chebyshev_freq_limit_start):
2867         * gst/audiofx/audiochebyshevfreqlimit.h:
2868         * gst/audiofx/audiofx.c: (plugin_init):
2869         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2870         Fixes #464800.
2871
2872         * tests/check/Makefile.am:
2873         * tests/check/elements/.cvsignore:
2874         * tests/check/elements/audiochebyshevfreqband.c:
2875         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2876         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2877         * tests/check/elements/audiochebyshevfreqlimit.c:
2878         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2879         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2880         Add unit tests for the chebyshev filters.
2881
2882         * docs/plugins/Makefile.am:
2883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2884         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2885         * docs/plugins/gst-plugins-good-plugins.args:
2886         * docs/plugins/inspect/plugin-1394.xml:
2887         * docs/plugins/inspect/plugin-audiofx.xml:
2888         * docs/plugins/inspect/plugin-dv.xml:
2889         * docs/plugins/inspect/plugin-flac.xml:
2890         * docs/plugins/inspect/plugin-jpeg.xml:
2891         * docs/plugins/inspect/plugin-png.xml:
2892         * docs/plugins/inspect/plugin-rtp.xml:
2893         * docs/plugins/inspect/plugin-shout2send.xml:
2894         * docs/plugins/inspect/plugin-wavpack.xml:
2895         And add docs for the chebyshev filters. While doing
2896         that also run make update in docs/plugins.
2897
2898 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2899
2900         * ext/annodex/gstcmmltag.c:
2901         * gst/rtp/gstrtpvorbispay.c:
2902           Make ro memory to share.
2903
2904 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2905
2906         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2907         Improve UDP performance by avoiding a select() when we have data
2908         available immediatly.
2909
2910 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2911
2912         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2913         (gst_rtp_dec_class_init):
2914         * gst/rtsp/gstrtpdec.h:
2915         Add (dummy) SSRC management signals.
2916
2917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2918         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2919         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2920         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2921         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2922         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2923         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2924         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2925         * gst/rtsp/gstrtspsrc.h:
2926         Add connection-speed property.
2927         Add find_stream helper functions.
2928         Handle stream EOS based on BYE messages or SSRC timeout.
2929         Returns SUCCESS from the state change function as we hide our async
2930         elements from the parent.
2931
2932 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2933
2934         * gst/debug/rndbuffersize.c:
2935           Fix da leak.
2936
2937 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2938
2939         * gst/debug/Makefile.am:
2940         * gst/debug/breakmydata.c:
2941         * gst/debug/gstdebug.c:
2942         * gst/debug/negotiation.c:
2943         * gst/debug/progressreport.c:
2944         * gst/debug/rndbuffersize.c:
2945         * gst/debug/testplugin.c:
2946           Add new test element and clean-up the others a little.
2947
2948 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2949
2950         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2951         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2952
2953 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2954
2955         * gst/rtp/gstrtpilbcdepay.c:
2956           Include stdlib.
2957
2958 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2959
2960         * gst/rtp/gstrtpmpvdepay.c:
2961         Set the mpegversion in the caps so that autoplugging does not get
2962         confused.
2963
2964 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2965
2966         * po/hu.po:
2967         * po/uk.po:
2968         * po/vi.po:
2969           Updated translations.
2970
2971 2007-08-08  Michael Smith <msmith@fluendo.com>
2972
2973         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2974           Render right border in the correct location.
2975
2976 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2977
2978         Patch by: Olivier Crete <tester at tester dot ca>
2979
2980         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2981         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2982         Make mode property a string. Fixes #464475.
2983
2984 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2985
2986         * ext/flac/gstflacenc.c:
2987           Widen caps to match decoder a bit and add more FIXMEs.
2988
2989 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2990
2991         patch by: Mark Nauwelaerts <manauw@skynet.be>
2992
2993         * gst/avi/gstavimux.c:
2994           Fix ODML index tag numbering. Fixes #463624.
2995
2996 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2997
2998         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2999         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3000         (gst_rtspsrc_stream_configure_tcp),
3001         (gst_rtspsrc_stream_configure_udp_sink):
3002         Fix default clock-rate for realmedia.
3003         Fix parsing of transport.
3004         Don't try to link NULL pads.
3005
3006 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
3007
3008         * po/POTFILES.skip:
3009           Add POTFILES.skip with list of source files that aren't disted at the
3010           moment but contain translatable strings. Should hopefully pacify
3011           broken tools and make it clearer that these files are left out
3012           intentionally (#461600).
3013
3014 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
3015
3016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
3017         If the buffer was entirely clipped ... don't try sending it :)
3018
3019 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3020
3021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
3022         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
3023         (gst_rtspsrc_create_transports_string),
3024         (gst_rtspsrc_prepare_transports):
3025         If we don't hav a session manager, set the caps on outgoing buffers
3026         ourselves.
3027         Force PAUSE/PLAY methods for now until the extensions can overwrite.
3028         Append final bit of the transport string even when it does not contain a
3029         placeholder.
3030
3031 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3032
3033         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3034         (gst_rtsp_ext_list_connect):
3035         * gst/rtsp/gstrtspext.h:
3036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3037         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3038         Clean up the interface list.
3039         Allow connecting to interface signals for the extensions.
3040         Remove old extension code.
3041         Free list on cleanup.
3042         Allow extensions to send additional RTSP messages.
3043
3044 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3045
3046         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3047         Handle a NULL gconf key gracefully by rendering the default element.
3048
3049 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3050
3051         * gst/rtsp/gstrtspext.h:
3052         Fix include path for extension interface.
3053
3054 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3055
3056         * gst/audiofx/audioamplify.h:
3057         Also remove a now unecessary variable here.
3058
3059 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3060
3061         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3062         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3063         * gst/audiofx/audiodynamic.c:
3064         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3065         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3066         * gst/audiofx/audiodynamic.h:
3067         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3068         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3069         * gst/audiofx/audioinvert.h:
3070         Don't save format information ourselves, this is already saved in
3071         GstAudioFilter.
3072
3073 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3074
3075         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3076         (gst_rtsp_ext_list_stream_select):
3077         * gst/rtsp/gstrtspext.h:
3078         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3079         Use rank to filter out extensions.
3080         Add url to stream_select interface call.
3081
3082 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3083
3084         * gst/rtsp/Makefile.am:
3085         * gst/rtsp/base64.c:
3086         * gst/rtsp/base64.h:
3087         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3088         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3089         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3090         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3091         (gst_rtsp_ext_list_setup_media),
3092         (gst_rtsp_ext_list_configure_stream),
3093         (gst_rtsp_ext_list_get_transports),
3094         (gst_rtsp_ext_list_stream_select):
3095         * gst/rtsp/gstrtspext.h:
3096         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3097         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3098         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3099         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3100         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3101         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3102         (gst_rtspsrc_stream_configure_tcp),
3103         (gst_rtspsrc_stream_configure_mcast),
3104         (gst_rtspsrc_stream_configure_udp),
3105         (gst_rtspsrc_stream_configure_udp_sink),
3106         (gst_rtspsrc_stream_configure_transport),
3107         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3108         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3109         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3110         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3111         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3112         (gst_rtspsrc_parse_methods),
3113         (gst_rtspsrc_create_transports_string),
3114         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3115         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3116         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3117         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3118         * gst/rtsp/gstrtspsrc.h:
3119         * gst/rtsp/rtsp.h:
3120         * gst/rtsp/rtspconnection.c:
3121         * gst/rtsp/rtspconnection.h:
3122         * gst/rtsp/rtspdefs.c:
3123         * gst/rtsp/rtspdefs.h:
3124         * gst/rtsp/rtspext.h:
3125         * gst/rtsp/rtspextwms.c:
3126         * gst/rtsp/rtspextwms.h:
3127         * gst/rtsp/rtspmessage.c:
3128         * gst/rtsp/rtspmessage.h:
3129         * gst/rtsp/rtsprange.c:
3130         * gst/rtsp/rtsprange.h:
3131         * gst/rtsp/rtsptransport.c:
3132         * gst/rtsp/rtsptransport.h:
3133         * gst/rtsp/rtspurl.c:
3134         * gst/rtsp/rtspurl.h:
3135         * gst/rtsp/sdp.h:
3136         * gst/rtsp/sdpmessage.c:
3137         * gst/rtsp/sdpmessage.h:
3138         * gst/rtsp/test.c:
3139         Use shiny new RTSP and SDP library.
3140         Implement RTSP extensions using the new interface.
3141         Remove a lot of old code.
3142
3143 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3144
3145         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3146         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3147
3148 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3149
3150         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3151         Don't unref the outgoing buffer twice when dropping it because it's
3152         outside of the segment.
3153
3154 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3155
3156         * configure.ac:
3157         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3158         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3159         Use the new buffer clipping function from gstaudio here and
3160         require gst-plugins-base CVS.
3161         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3162         For framed Wavpack buffers we require a valid timestamp.
3163
3164 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3165
3166         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3167         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3168         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3169         Clip raw audio and video when we can, keep track of current output
3170         segment.
3171         Don't leak buffers and events when there is no output pad.
3172         Improve debugging here and there.
3173
3174 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3175
3176         * configure.ac:
3177           Sync liboil check with plugins-base.
3178
3179 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3180
3181         * ext/annodex/Makefile.am:
3182           Fix CFLAGS/LIBS.
3183
3184         * ext/cdio/gstcdiocddasrc.c:
3185         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3186           Include stdlib
3187
3188         * ext/cairo/Makefile.am:
3189         * gst/videofilter/Makefile.am:
3190         * tests/examples/level/Makefile.am:
3191           Use $(LIBM) instead of -lm
3192
3193 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3194
3195         * sys/v4l2/gstv4l2src.c:
3196           Add another example pipeline.
3197
3198 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3199
3200         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3201
3202         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3203           Use define here.
3204
3205         * sys/v4l2/gstv4l2tuner.c:
3206         (gst_v4l2_tuner_set_frequency_and_notify):
3207           Don't touch the property - its still disabled.
3208
3209         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3210         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3211         * sys/v4l2/v4l2src_calls.h:
3212           Improve fallback format negotionation. Fixes #451388
3213
3214 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3215
3216         * tests/check/elements/videocrop.c: (GST_START_TEST):
3217           Fix the test.
3218
3219 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3220
3221         * docs/plugins/Makefile.am:
3222         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3223         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3224         * docs/plugins/inspect/plugin-jpeg.xml:
3225         * docs/plugins/inspect/plugin-png.xml:
3226         * ext/jpeg/gstjpegdec.c:
3227         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3228         (gst_pngdec_sink_setcaps):
3229           More docs. More logs in pngdec.
3230
3231 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3232
3233         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3234           Initialize num_buffers with minimum value.
3235
3236         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3237         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3238           Handle frame-size query failure gracefully.
3239
3240 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3241
3242         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3243         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3244         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3245         of qt/aac files.
3246
3247 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3248
3249         * ext/wavpack/gstwavpackdec.c:
3250         (gst_wavpack_dec_clip_outgoing_buffer):
3251         Fix buffer clipping to correctly clip to the segment stop.
3252
3253 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3254
3255         * configure.ac:
3256         * tests/Makefile.am:
3257         Remove bogus check for libcheck, since we check for
3258         gstreamer-check and it pulls in the required info from there,
3259         and we weren't actually _using_ the information for libcheck
3260         ourselves anyway.
3261
3262 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3263
3264         * configure.ac:
3265           Use pkg-config to locate check.
3266
3267 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3268
3269         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3270         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3271         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3272         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3273         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3274         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3275         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3276         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3277         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3278         * gst/effectv/gstrev.c: (gst_revtv_transform):
3279         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3280         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3281         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3282         * gst/matroska/matroska-demux.c:
3283         (gst_matroska_demux_add_wvpk_header),
3284         (gst_matroska_demux_check_subtitle_buffer),
3285         (gst_matroska_decode_buffer):
3286         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3287           Fix build against core CVS.
3288
3289 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3290
3291         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3292         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3293         don't have enough granularity to convert that boolean into a
3294         GstFlowReturn.
3295
3296 2007-07-06  Michael Smith <msmith@fluendo.com>
3297
3298         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3299         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3300         (gst_alawdec_change_state):
3301         * gst/law/alaw-decode.h:
3302         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3303         (gst_mulawdec_class_init), (gst_mulawdec_init),
3304         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3305         * gst/law/mulaw-decode.h:
3306           Fix capsnego bogosity in *law decoders. 
3307
3308 2007-07-06  Michael Smith <msmith@fluendo.com>
3309
3310         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3311         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3312         (gst_smokeenc_change_state):
3313         * ext/jpeg/gstsmokeenc.h:
3314           Remove stupidity in get/set caps functions.
3315           Fix some refcounting problems.
3316
3317 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3318
3319         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3320         Remove endianness-flipping hack that seems to have been required
3321         only because of a bug in ffmpegcolorspace.
3322         Partially Fixes: #451908
3323
3324 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3325
3326         * docs/plugins/Makefile.am:
3327           Simplify --extra-dir as gtkdoc scans recursively.
3328
3329 2007-07-03  Wim Taymans  <wim@fluendo.com>
3330
3331         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3332
3333         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3334         Set the encoding-name in the rtp caps to all uppercase, as required by
3335         the caps spec.
3336         Some small cleanups in the error paths. Fixes #453037.
3337
3338 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3339
3340         * ext/wavpack/gstwavpackparse.c:
3341         (gst_wavpack_parse_index_get_last_entry),
3342         (gst_wavpack_parse_index_get_entry_from_sample),
3343         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3344         (gst_wavpack_parse_scan_to_find_sample):
3345         * ext/wavpack/gstwavpackparse.h:
3346         Use a GSList for the GArray that is used like a list anyway.
3347
3348 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3351         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3352         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3353           Add state change function where we set 0/1 as default framerate in
3354           case our setcaps function isn't called, like it might not in a
3355           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3356           gdkpixbufdec trying to create caps with a 0/0 framerate.
3357           Also post an error message on the bus if gst_pad_push() fails when
3358           called from our sink event handler (+1 for flow returns for event
3359           functions in 0.11) instead of failing silently.
3360
3361 2007-06-27  Wim Taymans  <wim@fluendo.com>
3362
3363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3364         Cast stack args to the proper types. Fixes #451249.
3365
3366 2007-06-27  Wim Taymans  <wim@fluendo.com>
3367
3368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3369         (new_session_pad), (gst_rtspsrc_setup_streams):
3370         * gst/rtsp/gstrtspsrc.h:
3371         For container formats we only need to activate one of the streams so
3372         that we correctly signal no-more-pads. Fixes #451015.
3373
3374 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3375
3376         * docs/plugins/gst-plugins-good-plugins.args:
3377         * docs/plugins/inspect/plugin-aasink.xml:
3378         * docs/plugins/inspect/plugin-alaw.xml:
3379         * docs/plugins/inspect/plugin-alpha.xml:
3380         * docs/plugins/inspect/plugin-alphacolor.xml:
3381         * docs/plugins/inspect/plugin-annodex.xml:
3382         * docs/plugins/inspect/plugin-apetag.xml:
3383         * docs/plugins/inspect/plugin-audiofx.xml:
3384         * docs/plugins/inspect/plugin-auparse.xml:
3385         * docs/plugins/inspect/plugin-autodetect.xml:
3386         * docs/plugins/inspect/plugin-avi.xml:
3387         * docs/plugins/inspect/plugin-cacasink.xml:
3388         * docs/plugins/inspect/plugin-cairo.xml:
3389         * docs/plugins/inspect/plugin-cdio.xml:
3390         * docs/plugins/inspect/plugin-cutter.xml:
3391         * docs/plugins/inspect/plugin-debug.xml:
3392         * docs/plugins/inspect/plugin-efence.xml:
3393         * docs/plugins/inspect/plugin-effectv.xml:
3394         * docs/plugins/inspect/plugin-esdsink.xml:
3395         * docs/plugins/inspect/plugin-flac.xml:
3396         * docs/plugins/inspect/plugin-flxdec.xml:
3397         * docs/plugins/inspect/plugin-gconfelements.xml:
3398         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3399         * docs/plugins/inspect/plugin-goom.xml:
3400         * docs/plugins/inspect/plugin-halelements.xml:
3401         * docs/plugins/inspect/plugin-icydemux.xml:
3402         * docs/plugins/inspect/plugin-id3demux.xml:
3403         * docs/plugins/inspect/plugin-jpeg.xml:
3404         * docs/plugins/inspect/plugin-ladspa.xml:
3405         * docs/plugins/inspect/plugin-level.xml:
3406         * docs/plugins/inspect/plugin-matroska.xml:
3407         * docs/plugins/inspect/plugin-mulaw.xml:
3408         * docs/plugins/inspect/plugin-multipart.xml:
3409         * docs/plugins/inspect/plugin-navigationtest.xml:
3410         * docs/plugins/inspect/plugin-ossaudio.xml:
3411         * docs/plugins/inspect/plugin-png.xml:
3412         * docs/plugins/inspect/plugin-quicktime.xml:
3413         * docs/plugins/inspect/plugin-rtp.xml:
3414         * docs/plugins/inspect/plugin-rtsp.xml:
3415         * docs/plugins/inspect/plugin-smpte.xml:
3416         * docs/plugins/inspect/plugin-speex.xml:
3417         * docs/plugins/inspect/plugin-taglib.xml:
3418         * docs/plugins/inspect/plugin-udp.xml:
3419         * docs/plugins/inspect/plugin-videobalance.xml:
3420         * docs/plugins/inspect/plugin-videobox.xml:
3421         * docs/plugins/inspect/plugin-videocrop.xml:
3422         * docs/plugins/inspect/plugin-videoflip.xml:
3423         * docs/plugins/inspect/plugin-videomixer.xml:
3424         * docs/plugins/inspect/plugin-wavenc.xml:
3425         * docs/plugins/inspect/plugin-wavparse.xml:
3426         * docs/plugins/inspect/plugin-ximagesrc.xml:
3427           Update docs with caps info.
3428
3429 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3430
3431         * po/POTFILES.in:
3432           Add more files with translatable strings (#450878).
3433
3434 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3435
3436         * MAINTAINERS:
3437         Updating all the maintainers files
3438
3439 2007-06-22  Edward Hervey  <edward@fluendo.com>
3440
3441         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3442         * gst/interleave/deinterleave.c: (deinterleave_init),
3443         (deinterleave_sink_link):
3444         * gst/interleave/interleave.c: (interleave_init):
3445         * gst/median/gstmedian.c: (gst_median_init):
3446         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3447         Fix memory leaks.
3448         * tests/check/elements/id3demux.c: (pad_added_cb):
3449         Remove unused variable.
3450
3451 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3452
3453         * ext/gconf/gconf.h:
3454         Make the prototype of gst_gconf_get_key_for_sink_profile
3455         match the implementation.
3456         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3457         Fixes: #449747
3458
3459 2007-06-20  Michael Smith <msmith@fluendo.com>
3460
3461         * gst/rtp/gstrtpdepay.c:
3462           Fix description - rtpdepay is not a payloader.
3463
3464 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3465
3466         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3467         (qtdemux_video_caps):
3468         * gst/qtdemux/qtdemux_fourcc.h:
3469           Add MJPG to the variants of motion jpeg.
3470
3471 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3472
3473         * tests/check/Makefile.am:
3474         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3475         * tests/check/elements/videocrop.c: (GST_START_TEST):
3476         * tests/check/elements/videofilter.c:
3477         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3478         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3479           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3480           error flags are included and it errors out on compiler warnings
3481           for CVS builds; remove unused variables in various unit tests.
3482
3483 2007-06-19  Wim Taymans  <wim@fluendo.com>
3484
3485         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3486         (rtsp_connection_close), (rtsp_connection_free):
3487         Use threadsafe inet_ntop to convert an ip number to a string. 
3488         Fixes #447961.
3489         Don't leak fd (and ip) when freeing a connection without first closing
3490         it.
3491
3492 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3493
3494         * configure.ac:
3495         Back to CVS
3496
3497         * gst-plugins-good.doap:
3498         Add 0.10.6 to the doap file.
3499
3500 === release 0.10.6 ===
3501
3502 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3503
3504         * configure.ac:
3505           releasing 0.10.6, "Wobble Board"
3506
3507 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3508
3509         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3510         (rtsp_connection_free):
3511           Revert previous commit again, since we are frozen (sorry).
3512
3513 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3514
3515         Patch by: Peter Kjellerstedt <pkj at axis com>
3516
3517         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3518         (rtsp_connection_free):
3519           inet_ntoa() uses a static buffer internally, so we need to copy the
3520           returned string if we want to store it for later (#447961).
3521
3522 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3523
3524         * win32/vs6/autogen.dsp:
3525         * win32/vs6/gst_plugins_good.dsw:
3526         * win32/vs6/libgstalaw.dsp:
3527         * win32/vs6/libgstalpha.dsp:
3528         * win32/vs6/libgstalphacolor.dsp:
3529         * win32/vs6/libgstapetag.dsp:
3530         * win32/vs6/libgstaudiofx.dsp:
3531         * win32/vs6/libgstauparse.dsp:
3532         * win32/vs6/libgstautodetect.dsp:
3533         * win32/vs6/libgstavi.dsp:
3534         * win32/vs6/libgstcutter.dsp:
3535         * win32/vs6/libgstdirectdraw.dsp:
3536         * win32/vs6/libgstdirectsound.dsp:
3537         * win32/vs6/libgsteffectv.dsp:
3538         * win32/vs6/libgstflx.dsp:
3539         * win32/vs6/libgstgoom.dsp:
3540         * win32/vs6/libgsticydemux.dsp:
3541         * win32/vs6/libgstid3demux.dsp:
3542         * win32/vs6/libgstinterleave.dsp:
3543         * win32/vs6/libgstjpeg.dsp:
3544         * win32/vs6/libgstlevel.dsp:
3545         * win32/vs6/libgstmatroska.dsp:
3546         * win32/vs6/libgstmedian.dsp:
3547         * win32/vs6/libgstmonoscope.dsp:
3548         * win32/vs6/libgstmulaw.dsp:
3549         * win32/vs6/libgstmultipart.dsp:
3550         * win32/vs6/libgstqtdemux.dsp:
3551         * win32/vs6/libgstrtp.dsp:
3552         * win32/vs6/libgstrtsp.dsp:
3553         * win32/vs6/libgstsmpte.dsp:
3554         * win32/vs6/libgstspeex.dsp:
3555         * win32/vs6/libgstudp.dsp:
3556         * win32/vs6/libgstvideobalance.dsp:
3557         * win32/vs6/libgstvideobox.dsp:
3558         * win32/vs6/libgstvideocrop.dsp:
3559         * win32/vs6/libgstvideoflip.dsp:
3560         * win32/vs6/libgstvideomixer.dsp:
3561         * win32/vs6/libgstwaveform.dsp:
3562         * win32/vs6/libgstwavenc.dsp:
3563         * win32/vs6/libgstwavparse.dsp:
3564         Mark *.dsp & *.dsw as binary files and convert to DOS line
3565         endings, as they don't load into VS6 correctly otherwise.
3566
3567 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3568
3569         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3570         (rtsp_connection_connect):
3571         Fix the MingW build. 
3572         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3573         Fixes: #446981
3574
3575 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3576
3577         * tests/check/elements/.cvsignore:
3578         * tests/icles/.cvsignore:
3579         Hush the buildbots up
3580
3581 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3582
3583         * configure.ac:
3584         * sys/Makefile.am:
3585         * sys/directdraw/Makefile.am:
3586         * sys/directsound/Makefile.am:
3587         * sys/waveform/Makefile.am:
3588         Make sure to dist everything needed for win32 builds.
3589
3590 2007-06-14  Edward Hervey  <edward@fluendo.com>
3591
3592         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3593         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3594         caps.
3595         Fixes #447458
3596
3597 2007-06-13  Wim Taymans  <wim@fluendo.com>
3598
3599         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3600         Make sure we allocate enough memory for the codec_data.
3601         Fixes #447210.
3602
3603 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3604
3605         * win32/MANIFEST:
3606         Add videocrop project file to the win32 manifest.
3607         * win32/vs6/gst_plugins_good.dsw:
3608         Add qtdemux,videocrop and waveform projects to the workspace.
3609         * win32/vs6/libgstqtdemux.dsp:
3610         Add zlib to the link list of qtdemux.
3611         * win32/vs6/libgstvideocrop.dsp:
3612         Add a project file for videocrop.
3613
3614 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3615
3616         * po/POTFILES.in:
3617         Add qtdemux for translation
3618
3619 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3620
3621         * configure.ac:
3622         * docs/plugins/Makefile.am:
3623         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3624         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3625         * docs/plugins/inspect/plugin-videocrop.xml:
3626         * gst-plugins-good.spec.in:
3627         * sys/Makefile.am:
3628         * tests/check/Makefile.am:
3629         * tests/icles/Makefile.am:
3630         * tests/icles/videocrop-test.c:
3631         Move videocrop and osxvideo from -bad.
3632
3633 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3634
3635         * configure.ac:
3636         * docs/plugins/Makefile.am:
3637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3639         * docs/plugins/gst-plugins-good-plugins.args:
3640         * docs/plugins/inspect/plugin-qtdemux.xml:
3641         * docs/plugins/inspect/plugin-quicktime.xml:
3642         * win32/MANIFEST:
3643         Move qtdemux from -bad.
3644
3645         * gst-plugins-good.spec.in:
3646         Update spec file to reflect moving of qtdemux and wavpack
3647
3648 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3649         
3650         * win32/MANIFEST:
3651         * docs/plugins/Makefile.am:
3652         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3653         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3654         * docs/plugins/inspect/plugin-directdraw.xml:
3655         * docs/plugins/inspect/plugin-directsound.xml:
3656         * docs/plugins/inspect/plugin-waveform.xml:
3657         Move the waveform plugin from -bad too. Update the inspect xml
3658         files to mention Plugins Good instead of Plugins Bad.
3659
3660 2007-06-12  Andy Wingo  <wingo@pobox.com>
3661
3662         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3663         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3664         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3665         finalization and resuscitation. No longer public.
3666         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3667         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3668         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3669         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3670         miniobject semantics, and be threadsafe.
3671         (gst_v4l2src_queue_frame): Remove this function, as we just call
3672         the ioctls directly in the two places where we queue buffers.
3673         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3674         directly.
3675         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3676         to allocate the pool, which also preallocates the GstBuffers.
3677         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3678         queueing the frames directly.
3679         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3680         mmap buffers have been dequeued.
3681
3682         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3683         real MiniObject instead of rolling our own refcounting and
3684         finalizing. Give it a lock.
3685         (struct _GstV4l2Buffer): Remove one intermediary object, having
3686         the buffers hold the struct v4l2_buffer directly.
3687
3688         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3689         capture_init so that it can set them on the buffers that it will
3690         create.
3691         (gst_v4l2src_get_read): For better or for worse, include the
3692         timestamping and offsetting code here; really we should be using
3693         bufferalloc though.
3694         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3695         preallocated, mmap'd buffers.
3696
3697 2007-06-11  Wim Taymans  <wim@fluendo.com>
3698
3699         Patch by: daniel fischer <dan at f3c dot com>
3700
3701         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3702         (gst_ximage_src_get_caps):
3703         Actually use the display_name property so that we can dump any
3704         available X display. Fixes #445905.
3705
3706 2007-06-11  Wim Taymans  <wim@fluendo.com>
3707
3708         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3709
3710         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3711         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3712         Add missing rate fields to caps. Fixes #441118.
3713
3714 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3715
3716         * win32/vs6/gst_plugins_good.dsw:
3717         * win32/vs8/gst-plugins-good.sln:
3718         Add DirectSound and DirectDraw sinks project files to
3719         workspace and solution files.
3720
3721 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3722
3723         Patch by: Josh Coalson <xflac at yahoo dot com>,
3724         updated by Alexis Ballier <aballier at gentoo dot org>:
3725
3726         * configure.ac:
3727         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3728         (gst_flac_dec_setup_seekable_decoder),
3729         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3730         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3731         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3732         * ext/flac/gstflacdec.h:
3733         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3734         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3735         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3736         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3737         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3738         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3739         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3740         * ext/flac/gstflacenc.h:
3741         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3742         
3743 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3744
3745         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3746         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3747         not necessary anymore as we need at least that core version. 
3748
3749 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3750
3751         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3752         (gst_wavpack_dec_chain):
3753         * ext/wavpack/gstwavpackdec.h:
3754         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3755         (gst_wavpack_parse_push_buffer):
3756         * ext/wavpack/gstwavpackparse.h:
3757         Improve discont handling by checking if the next Wavpack block has
3758         the expected, following block index.
3759
3760 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3761
3762         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3763           Fix element description.
3764
3765 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3766
3767         * configure.ac:
3768         * docs/plugins/Makefile.am:
3769         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3771         * docs/plugins/gst-plugins-good-plugins.args:
3772         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3773         * docs/plugins/gst-plugins-good-plugins.signals:
3774         * docs/plugins/inspect/plugin-autodetect.xml:
3775         * docs/plugins/inspect/plugin-gconfelements.xml:
3776         * docs/plugins/inspect/plugin-ladspa.xml:
3777         * docs/plugins/inspect/plugin-rtp.xml:
3778         * docs/plugins/inspect/plugin-wavpack.xml:
3779         * ext/Makefile.am:
3780         * tests/check/Makefile.am:
3781           move wavpack plugin.  See #352605.
3782
3783 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3784
3785         * configure.ac:
3786         * docs/plugins/Makefile.am:
3787         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3788         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3789         * docs/plugins/gst-plugins-good-plugins.args:
3790         * sys/Makefile.am:
3791         * win32/MANIFEST:
3792         Add DirectDraw & DirectSound plugins to the build and docs.
3793
3794 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3797         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3798           When operating in pull mode, error out correct on not-linked.
3799
3800 2007-06-06  Andy Wingo  <wingo@pobox.com>
3801
3802         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3803         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3804         format and size if the ioctls are defined; should fix compilation
3805         on Linux < 2.16.19.
3806
3807 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3808
3809         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3810           Printf fixes in debug statements; use LOG level for debug statements
3811           that are printed for each and every frame; convert c++ comments to
3812           C-style comments; not much point using g_try_malloc() if we then not
3813           even check the return value.
3814
3815 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3816
3817         * configure.ac:
3818           Bump requirements to released versions (core and base 0.10.13).
3819
3820         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3821           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3822           own implementation.
3823
3824 2007-06-05  Andy Wingo  <wingo@pobox.com>
3825
3826         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3827         some useless comments.
3828
3829         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3830         frames before calling STREAMON, that might leave them in a state
3831         where they can't be dequeued if we go back to NULL without calling
3832         STREAMON, according to the docs.
3833         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3834         before we call STREAMON.
3835         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3836         failures. (For me this code hung.) The pool refcounting is still
3837         crack; added a note to that effect.
3838
3839 2007-06-05  Wim Taymans  <wim@fluendo.com>
3840
3841         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3842         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3843         Add support for mapping gst structure names to the MIME type equivalent.
3844         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3845
3846 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3847
3848         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3849         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3850         (gst_wavenc_chain), (gst_wavenc_change_state):
3851         * gst/wavenc/gstwavenc.h:
3852         Properly write wav files with width!=depth by having the depth most
3853         significant bytes set and all others zero. Fixes #442535.
3854
3855 2007-06-01  Wim Taymans  <wim@fluendo.com>
3856
3857         * gst/rtsp/rtspconnection.c:
3858         Add include to make buildbot happy.
3859
3860 2007-06-01  Wim Taymans  <wim@fluendo.com>
3861
3862         Patch by: Peter Kjellerstedt  <pkj at axis com>
3863
3864         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3865         (rtsp_connection_connect), (add_date_header),
3866         (rtsp_connection_send), (parse_response_status),
3867         (parse_request_line), (parse_line), (rtsp_connection_receive):
3868         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3869         * gst/rtsp/rtspdefs.h:
3870         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3871         (rtsp_message_init_request), (rtsp_message_init_response),
3872         (rtsp_message_remove_header), (rtsp_message_append_headers),
3873         (rtsp_message_dump):
3874         * gst/rtsp/rtspmessage.h:
3875         Improves version checking, allowing an RTSP server to reply with "505
3876         RTSP Version not supported.
3877         Adds a Date header to all messages.
3878         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3879         want to be able to send a response even if something in the request was
3880         invalid. EINVAL is only used when passing wrong arguments to functions.
3881         Do not handle an invalid method in parse_request_line(). Defer this to
3882         the caller so it can respond with "405 Method Not Allowed".
3883         Improves parsing of the timeout parameter to the Session header,
3884         allowing whitespace after the semicolon. 
3885         Avoids a compiler warning due to variables shadowing a function argument.
3886
3887 2007-06-01  Wim Taymans  <wim@fluendo.com>
3888
3889         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3890
3891         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3892         (gst_rtp_amr_depay_process):
3893         * gst/rtp/gstrtpamrdepay.h:
3894         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3895         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3896         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3897         * gst/rtp/gstrtpamrpay.h:
3898         Add support for AMR-WB.
3899         Small cleanups such as using BOILERPLATE.
3900
3901 2007-05-31  Wim Taymans  <wim@fluendo.com>
3902
3903         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3904         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3905
3906 2007-05-30  Andy Wingo  <wingo@pobox.com>
3907
3908         * sys/v4l2/gstv4l2object.h: 
3909         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3910         unintended changes.
3911
3912         * sys/v4l2/v4l2src_calls.h: 
3913         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3914         the format list in the order that the driver gives it to us.
3915         (gst_v4l2src_probe_caps_for_format_and_size)
3916         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3917         based on the capabilities of the device.
3918         (gst_v4l2src_grab_frame): Update for object variable renaming.
3919         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3920         as in the set_caps below.
3921         (gst_v4l2src_capture_init): Update for object variable renaming,
3922         and reflow.
3923         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3924         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3925         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3926         (gst_v4l2src_get_fps): Remove; these functions don't have much
3927         meaning outside of an atomic set_caps method.
3928         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3929         known.
3930
3931         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3932         call to update_fps; not sure about this change.
3933         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3934         moment we don't have an update_fps_func.
3935
3936         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3937         structures in the object, just store what we need. Do store the
3938         probed caps of the device. Don't store the current frame rate.
3939
3940         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3941         update_fps_function, for now. Update for new object variable
3942         naming.
3943         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3944         new object variable naming.
3945         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3946         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3947         (gst_v4l2src_get_caps): Rework to probe the device for supported
3948         frame sizes and frame rates.
3949         (gst_v4l2src_set_caps): Rework to be strict in the given
3950         parameters: if someone asks us to have a certain size and rate,
3951         that is what we configure.
3952         (gst_v4l2src_get_read): Update for object variable naming. Don't
3953         leak buffers on short reads.
3954         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3955         comments.
3956         (gst_v4l2src_create): Update for object variable naming.
3957
3958 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3959
3960         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3961         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3962         * gst/avi/gstavidemux.h:
3963           Parse subtitle text streams instead of erroring out (#442034). Still
3964           needs a parser for the subtitles to actually show up.
3965
3966 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3967
3968         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3969         (gst_avi_demux_loop):
3970           Make _push_event() return TRUE if the event could be pushed on at
3971           least one pad and not only if it could be pushed on all pads,
3972           otherwise we'll end up posting an error message on EOS if one or
3973           more source pads are not connected.
3974
3975 2007-05-28  Wim Taymans  <wim@fluendo.com>
3976
3977         * gst/rtsp/rtsptransport.c:
3978         Use renamed RTP bin.
3979
3980 2007-05-28  Wim Taymans  <wim@fluendo.com>
3981
3982         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3983
3984         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3985         (gst_video_box_set_property), (gst_video_box_transform_caps),
3986         (video_box_recalc_transform), (gst_video_box_set_caps),
3987         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3988         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3989         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3990         (gst_video_box_i420_i420), (gst_video_box_transform),
3991         (plugin_init):
3992         Add AYUV->AYUV and AYUV->I420 formats. 
3993         Fix negotiation and I420->AYUV conversion.
3994         Fixes #429329.
3995
3996 2007-05-26  Wim Taymans  <wim@fluendo.com>
3997
3998         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3999         Use different variables for nested for loops so that the outer loop
4000         functions properly and speex files with multiple frames per buffer work
4001         properly.
4002         Fixes #441408.
4003
4004 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4005
4006         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
4007           Don't leak newsegment events.
4008
4009 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4010
4011         * gst/wavparse/Makefile.am:
4012           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
4013           drags it in.
4014
4015 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4016
4017         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4018         (notgst_value_array_append_buffer),
4019         (gst_flac_enc_process_stream_headers),
4020         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
4021         (gst_flac_enc_change_state):
4022         * ext/flac/gstflacenc.h:
4023           Collect headers, add "streamheader" field to output caps and set
4024           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
4025           produces output according to the official FLAC-to-Ogg mapping
4026           instead of completely broken files. Fixes #426044.
4027
4028 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4029
4030         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
4031         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
4032         (gst_id3demux_sink_event):
4033         * gst/id3demux/gstid3demux.h:
4034         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4035         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4036         (gst_tag_demux_send_new_segment):
4037         Handle and adjust new-segment events so that downstream really
4038         sees a stream with the tag pieces stripped off the front and back.
4039         Fixes strangeness in seeking when mp3 decoders use the new-segment
4040         byte position to estimate their current playback position timestamp
4041         and then the arriving buffers don't match up.
4042
4043 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4044
4045         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4046           Don't unnecessarily perform a READY->NULL->READY transition on the
4047           detected audio sink when starting up. Fixes: #440127
4048
4049 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4050
4051         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4052         (gst_flac_enc_chain):
4053           Don't crash in chain function if setcaps hasn't been called.
4054
4055 2007-05-24  Wim Taymans  <wim@fluendo.com>
4056
4057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4058         Init value to avoid infinte loops.
4059
4060 2007-05-24  Wim Taymans  <wim@fluendo.com>
4061
4062         Patch by: Peter Kjellerstedt  <pkj at axis com>
4063
4064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4065         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4066         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4067         (gst_rtspsrc_play):
4068         (rtsp_connection_send), (rtsp_connection_receive):
4069         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4070         Fix for new API.
4071
4072         * gst/rtsp/rtspconnection.c: (add_auth_header),
4073         Only add authorisation and session headers when sending messages.
4074
4075         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4076         (rtsp_message_init_request), (rtsp_message_init_response),
4077         (rtsp_message_unset), (rtsp_message_add_header),
4078         (rtsp_message_remove_header), (rtsp_message_get_header),
4079         (rtsp_message_append_headers), (dump_key_value),
4080         (rtsp_message_dump):
4081         * gst/rtsp/rtspmessage.h:
4082         Add support for multiple headers of the same type by storing the parsed
4083         headers in a GArray instaed of a hashtable.
4084
4085 2007-05-21  Wim Taymans  <wim@fluendo.com>
4086
4087         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4088         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4089         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4090         safer shutdown.
4091
4092 2007-05-21  Wim Taymans  <wim@fluendo.com>
4093
4094         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4095         * gst/rtsp/gstrtpdec.h:
4096         Added signal for backwards compat.
4097
4098 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4099         
4100         Patch by: René Stadler <mail at renestadler dot de>
4101
4102         * configure.ac:
4103         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4104         (gst_au_parse_parse_header), (gst_au_parse_chain):
4105         * gst/auparse/gstauparse.h:
4106         Use audioconvert for converting from non-native endianness floats
4107         in auparse instead of doing it ourself. Fixes #424527.
4108         This needs the audioconvert from plugins-base CVS.
4109         
4110 2007-05-21  Wim Taymans  <wim@fluendo.com>
4111
4112         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4113         (gst_rtp_h263p_pay_flush):
4114         Fix enum registration.
4115
4116 2007-05-21  Wim Taymans  <wim@fluendo.com>
4117
4118         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4119
4120         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4121         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4122         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4123         (gst_rtp_h263p_pay_flush):
4124         * gst/rtp/gstrtph263ppay.h:
4125         Add new fragmentation mode base on GOB headers. Fixes #438940.
4126
4127 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4130           Printf format fix.
4131
4132 2007-05-18  Wim Taymans  <wim@fluendo.com>
4133
4134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4135         Don't crash when an unsupported transport error was returned by the
4136         server, just try to configure the next stream. Fixes #439255.
4137
4138 2007-05-18  Wim Taymans  <wim@fluendo.com>
4139
4140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4141         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4142         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4143         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4144         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4145         * gst/rtsp/gstrtspsrc.h:
4146         Add TCP timeout property and use it for all TCP connection.
4147
4148         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4149         (rtsp_connection_write), (rtsp_connection_next_timeout),
4150         (rtsp_connection_reset_timeout):
4151         Make connect and writes cancelable and make them use the timeout.
4152
4153 2007-05-18  Wim Taymans  <wim@fluendo.com>
4154
4155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4156         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4157         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4158         (gst_rtspsrc_setup_streams):
4159         Refactor timeout handling.
4160         Also send keep-alive when dealing with TCP transport.
4161
4162         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4163         (rtsp_connection_free), (rtsp_connection_next_timeout),
4164         (rtsp_connection_reset_timeout):
4165         * gst/rtsp/rtspconnection.h:
4166         Use a timer to handle the session timeouts, add some methods to deal
4167         with timeouts.
4168
4169 2007-05-17  Wim Taymans  <wim@fluendo.com>
4170
4171         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4172         (gst_rtspsrc_setup_streams):
4173         Ignore streams that fail the setup command, we will retry with a
4174         different transport later on.
4175
4176         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4177         (rtsp_ext_wms_configure_stream):
4178         Fix encoding name case.
4179
4180 2007-05-16  Edward Hervey  <edward@fluendo.com>
4181
4182         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4183         Fix build on macosx.
4184
4185 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4186
4187         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4188         Replace direct comparison of a string with the string literal "" with
4189         a comparison of the first character with '\0'. Fixes #438926.
4190
4191 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4192
4193         * gst/debug/breakmydata.c (gst_break_my_data_init):
4194           One more try. This should be the proper fix now.
4195
4196 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4197
4198         * gst/debug/breakmydata.c:
4199           Ooops, no // comments please.
4200
4201 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4202
4203         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4204         (gst_break_my_data_init):
4205           Fix gst_buffer_is_writable() assertion.
4206
4207 2007-05-14  David Schleef  <ds@schleef.org>
4208
4209         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4210           video/x-raw-bayer.  Fixes #314160.
4211
4212 2007-05-14  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4215         (gst_rtp_theora_depay_parse_configuration):
4216         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4217         (gst_rtp_theora_pay_finish_headers),
4218         (gst_rtp_theora_pay_handle_buffer):
4219         Update theora pay/depayloader in a similar to vorbis.
4220
4221         * gst/rtp/gstrtpvorbisdepay.c:
4222         (gst_rtp_vorbis_depay_parse_configuration):
4223         Update docs.
4224
4225 2007-05-14  Wim Taymans  <wim@fluendo.com>
4226
4227         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4228         When we try to execute a method that is not supported by the server,
4229         don't error out but remove the method from the accepted methods so that
4230         we never try to perform this method again.
4231
4232 2007-05-14  Wim Taymans  <wim@fluendo.com>
4233
4234         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4235         Remove annoying _dump_mem.
4236
4237 2007-05-14  Wim Taymans  <wim@fluendo.com>
4238
4239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4240         Parse range correctly.
4241
4242         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4243         The baseurl now always has a '/' at the start.
4244
4245 2007-05-14  Wim Taymans  <wim@fluendo.com>
4246
4247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4248         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4249         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4250         Factor out caps configuration and configure more stuff such as the time
4251         ranges and speed/scale values.
4252
4253         * gst/rtsp/rtsptransport.c:
4254         Add Copyright after non-trival fixes.
4255
4256 2007-05-12  Wim Taymans  <wim@fluendo.com>
4257
4258         Patch by: Peter Kjellerstedt  <pkj at axis com>
4259
4260         * gst/rtsp/gstrtspsrc.h:
4261         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4262         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4263         (rtsp_message_get_header):
4264         * gst/rtsp/rtspmessage.h:
4265         Make channel guint8 where possible.
4266         Make rtsp_message_init_data() take the channel as a guint8.
4267
4268         * gst/rtsp/rtspdefs.c:
4269         Fixed a typo: Timout -> Timeout
4270
4271         * gst/rtsp/rtspdefs.h:
4272         Make RTSP_CHECK() behave as a statement.
4273
4274         * gst/rtsp/sdpmessage.c:
4275         Avoid a compiler warning in INIT_ARRAY().
4276         Fixes #437692.
4277
4278 2007-05-12  Wim Taymans  <wim@fluendo.com>
4279
4280         Patch by: Peter Kjellerstedt  <pkj at axis com>
4281
4282         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4283         (rtsp_url_get_request_uri):
4284         * gst/rtsp/rtspurl.h:
4285         Add support for query parameters to RTSP URLs.
4286
4287 2007-05-12  Wim Taymans  <wim@fluendo.com>
4288
4289         Patch by: Peter Kjellerstedt  <pkj at axis com>
4290
4291         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4292         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4293         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4294         (rtsp_transport_parse), (rtsp_transport_as_text):
4295         * gst/rtsp/rtsptransport.h:
4296         Add validation to rtsp_transport_parse().
4297         Add rtsp_transport_as_text() to generate an RTSP header from an
4298         RTSPTransport.
4299         Change ssrc to guint (was a string) since that is what it is, even
4300         though it is sent as a hex string.
4301         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4302         incorrect, which can be seen when looking at the examples in the RFC).
4303         Fixes #437670.
4304
4305 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4306
4307         Patch by: Eric Anholt
4308
4309         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4310           gst_ximage_src_ximage_get):
4311         Use union of all damage between frames to make it faster.
4312         Fixes bug #342463.
4313         Also fix crasher when cursor is at bottom right of window.
4314
4315 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4316
4317         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4318           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4319           streaming mode regression for file from #343837 with 'bext' chunk
4320           before the 'fmt' chunk.
4321
4322 2007-05-11  Wim Taymans  <wim@fluendo.com>
4323
4324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4325         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4326         (gst_rtspsrc_handle_src_event),
4327         (gst_rtspsrc_stream_configure_manager),
4328         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4329         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4330         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4331         * gst/rtsp/gstrtspsrc.h:
4332         * gst/rtsp/rtspdefs.h:
4333         Preliminary seek support.
4334         Activate internal pads so that we can receive events on them.
4335         Don't try to parse a range string when it's NULL.
4336
4337 2007-05-11  Wim Taymans  <wim@fluendo.com>
4338
4339         * gst/rtp/README:
4340         Update README with new RTP variables that will be used for
4341         synchronisation.
4342
4343         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4344         (gst_rtp_vorbis_depay_parse_configuration),
4345         (gst_rtp_vorbis_depay_process):
4346         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4347         (gst_rtp_vorbis_pay_finish_headers),
4348         (gst_rtp_vorbis_pay_handle_buffer):
4349         Update vorbis pay and depayloader to draft-04.
4350
4351 2007-05-11  Wim Taymans  <wim@fluendo.com>
4352
4353         * gst/rtsp/rtsptransport.c:
4354         UDP MCAST is actually the default for RTP/AVP.
4355 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4356
4357         * gst/level/gstlevel.c: (gst_level_transform_ip):
4358         Use guint8 * instead of gpointer then vs6 can build 
4359         in_data += (filter->width / 8).
4360
4361 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4362
4363         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4364           gst_ximage_src_ximage_get):
4365         * sys/ximage/gstximagesrc.h (last_ximage):
4366         When using Damage actually keep the last frame, and not assume
4367         that the buffer we get already has the last frame on it.
4368         Copy the cursor over if we specify a non-zero start x and
4369         start y.
4370
4371 2007-05-11  Wim Taymans  <wim@fluendo.com>
4372
4373         * gst/rtsp/rtsptransport.c:
4374         Make UDP the default transport when not specified.
4375
4376 2007-05-09  David Schleef  <ds@schleef.org>
4377
4378         * gst/level/gstlevel.c:
4379           Revert last change.
4380
4381 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4382
4383         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4384         (gst_level_transform_ip):
4385         Use guint8 * instead of gpointer then vs6 know the size of data
4386         pointed when moving the pointer.
4387         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4388         Move instructions after variables declaration.
4389         * win32/vs6/autogen.dsp:
4390         * win32/vs6/libgstrtp.dsp:
4391         * win32/vs6/libgstrtsp.dsp:
4392         Update vs6 project files.
4393
4394 2007-05-09  Wim Taymans  <wim@fluendo.com>
4395
4396         * gst/rtsp/Makefile.am:
4397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4398         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4399         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4400         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4401         (rtsp_range_free):
4402         * gst/rtsp/rtsprange.h:
4403         Add code to parse time ranges.
4404         Report DURATION on the stream when possible.
4405
4406 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4409         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4410         (gst_videomixer_collected):
4411           Fix strides calculation for AYUV (it's just width*4) (#436910).
4412
4413 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4414
4415         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4416         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4417         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4418         Sync the GObject properties before each processing step to properly
4419         work with the controller.
4420
4421 2007-05-04  Wim Taymans  <wim@fluendo.com>
4422
4423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4424         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4425         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4426         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4427         (gst_rtspsrc_change_state):
4428         Let more error state trickle down so that we can catch more error
4429         cases.
4430         Handle keep-alive a little smarter by selecting a method the server
4431         actually supports.
4432         Fix a race in UDP streaming shutdown.
4433
4434 2007-05-04  Wim Taymans  <wim@fluendo.com>
4435
4436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4437         Ignore errors when trying to use the keep-alive messages.
4438
4439 2007-05-04  Wim Taymans  <wim@fluendo.com>
4440
4441         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4442         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
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):
4449         Send RTCP messages back to the server over the TCP connection.
4450
4451         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4452         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4453         (rtsp_connection_receive):
4454         * gst/rtsp/rtspconnection.h:
4455         Factor out and expose lowlevel _write and _read methods.
4456         Implement sending data messages to the server.
4457
4458 2007-05-03  Wim Taymans  <wim@fluendo.com>
4459
4460         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4461         (gst_multipart_mux_collected):
4462         Fix timestamps on outgoing buffers.
4463
4464 2007-05-03  Wim Taymans  <wim@fluendo.com>
4465
4466         * gst/multipart/multipartmux.c:
4467         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4468         (gst_multipart_mux_change_state):
4469         Emit NEWSEGMENT events before pushing the first buffer.
4470
4471 2007-05-03  Wim Taymans  <wim@fluendo.com>
4472
4473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4474         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4475         (gst_rtspsrc_handle_src_query),
4476         (gst_rtspsrc_stream_configure_manager),
4477         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4478         (gst_rtspsrc_stream_configure_mcast),
4479         (gst_rtspsrc_stream_configure_udp),
4480         (gst_rtspsrc_stream_configure_udp_sink),
4481         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4482         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4483         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4484         (gst_rtspsrc_pause):
4485         Refactor transport configuration code.
4486         Create internal pads for TCP transport so that we can implement events
4487         and queries.
4488         Handle events and queries.
4489         Parse range from the SDP.
4490         Fix race in pause handler where the connection could still be flushing.
4491
4492 2007-05-02  Wim Taymans  <wim@fluendo.com>
4493
4494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4495         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4496         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4497         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4498         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4499         (gst_rtspsrc_change_state):
4500         * gst/rtsp/gstrtspsrc.h:
4501         Fix race when multiple udp sources post timeouts, just act on the first
4502         received timeout.
4503         Protect stream list with a recursive lock to fix some races.
4504         Flush connection when we need to do a reconnect or stop.
4505         Make state lock recursive.
4506
4507         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4508         (rtsp_connection_close):
4509         Some small cleanups.
4510
4511 2007-05-02  Wim Taymans  <wim@fluendo.com>
4512
4513         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4514         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4515         Only set DISCONT when there actually is a discont or when we just
4516         started.
4517
4518 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4519
4520         * ext/flac/gstflac.c: (plugin_init):
4521         Call bindtextdomain() to get localized strings.
4522
4523 2007-05-02  Wim Taymans  <wim@fluendo.com>
4524
4525         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4526         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4527         (gst_wavparse_stream_data):
4528         * gst/wavparse/gstwavparse.h:
4529         Be a bit more clever when dealing with VBR files with FACT tags, we
4530         don't want to timestamp buffers in that case but the estimated BPS can
4531         be used for seeking.
4532         Only send close segment in the streaming thread.
4533
4534 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4535
4536         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4537         Correctly post an error on the bus if something went wrong in the loop
4538         function. This fixes a few cases where the task was paused and nothing
4539         happened anymore.
4540
4541 2007-05-02  Wim Taymans  <wim@fluendo.com>
4542
4543         * gst/rtsp/test.c: (main):
4544         Fix compilation of deprecated test just because I'm too lazy to delete
4545         it.
4546
4547 2007-05-02  Wim Taymans  <wim@fluendo.com>
4548
4549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4550         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4551         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4552         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4553         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4554         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4555         * gst/rtsp/gstrtspsrc.h:
4556         Fix sending RTCP to the right place.
4557         Fix bug in reffing the wrong UDP element.
4558         Use new pad names for the session manager.
4559         Implement handling server requests in interleaved and UDP modes.
4560         Handle session keep-alive in UDP modes.
4561         Remove GCond for handling UDP timeouts.
4562
4563         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4564         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4565         (rtsp_connection_receive), (rtsp_connection_close):
4566         * gst/rtsp/rtspconnection.h:
4567         Store connection IP address for later.
4568         Add timeout args to all operations that might block forever.
4569         Parse session timeout.
4570         Only close sockets when not already closed.
4571
4572         * gst/rtsp/rtspdefs.c:
4573         * gst/rtsp/rtspdefs.h:
4574         Add timeout return value and error string.
4575
4576         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4577         Add small comment.
4578
4579 2007-05-01  Wim Taymans  <wim@fluendo.com>
4580
4581         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4582
4583         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4584         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4585         * gst/rtp/gstrtpmp4vpay.h:
4586         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4587
4588 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4589
4590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4591           Remove v4l2src from docs, since it breaks the docs build, and the
4592           plugin is only built if --enable-experimental is used anyway.
4593
4594         * docs/plugins/Makefile.am:
4595           Spaces => tab.
4596
4597 2007-04-29  Wim Taymans  <wim@fluendo.com>
4598
4599         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4600         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4601         Add code to drop membership of a multicast group.
4602
4603         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4604         (gst_udpsink_set_uri):
4605         Implement URI handler.
4606
4607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4608         (gst_rtspsrc_parse_rtpinfo):
4609         Use URI handler to make udpsink instace.
4610         Improve code to configure port and destination.
4611
4612 2007-04-29  Wim Taymans  <wim@fluendo.com>
4613
4614         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4615         Fix multicast detection.
4616         Don't try to join a multicast group if the address is not multicast.
4617
4618         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4619         Small debug improvement.
4620
4621 2007-04-27  Wim Taymans  <wim@fluendo.com>
4622
4623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4624         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4625         (gst_rtspsrc_handle_message):
4626         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4627         parent.
4628
4629 2007-04-27  Wim Taymans  <wim@fluendo.com>
4630
4631         * gst/rtp/gstrtpilbcdepay.h:
4632         Fix mode property when specified as an arg.
4633
4634 2007-04-26  Edward Hervey  <edward@fluendo.com>
4635
4636         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4637         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4638         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4639         * docs/plugins/inspect/plugin-osxaudio.xml:
4640         Add documentation for osxaudio plugin.
4641
4642 2007-04-26  Wim Taymans  <wim@fluendo.com>
4643
4644         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4645         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4646         (gst_rtspsrc_open), (gst_rtspsrc_close),
4647         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4648         (gst_rtspsrc_pause):
4649         * gst/rtsp/gstrtspsrc.h:
4650         Protect state changes with a lock.
4651
4652         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4653         (parse_line):
4654         * gst/rtsp/rtspconnection.h:
4655         Remove some unused stuff.
4656
4657 2007-04-26  Wim Taymans  <wim@fluendo.com>
4658
4659         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4660         Handle the case where there are exactly 0 bytes to read and the ioctl
4661         did not report an error. Fixes #433530.
4662
4663 2007-04-26  Wim Taymans  <wim@fluendo.com>
4664
4665         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4666         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4667         * gst/wavparse/gstwavparse.h:
4668         Apply DISCONT to buffers.
4669         Only apply timestamp to the first sample after a DISCONT, too many VBR
4670         files cause random jitter in the timestamps. Fixes #433119.
4671
4672 2007-04-25  Wim Taymans  <wim@fluendo.com>
4673
4674         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4675         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4676         (gst_rtp_dec_get_property):
4677         * gst/rtsp/gstrtpdec.h:
4678         Add dummy latency property to be backwards compat with rtpbin.
4679
4680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4681         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4682         (gst_rtspsrc_stream_configure_transport),
4683         (gst_rtspsrc_parse_rtpinfo):
4684         * gst/rtsp/gstrtspsrc.h:
4685         Add latency property and configure in the session manager.
4686         Don't set invalid clock-base and seqnum-base on caps, some servers
4687         sometimes don't send them.
4688
4689 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4692         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4693           Double-check that RGB input caps are really RGBA caps (apparently
4694           the core doesn't always catch it if those caps aren't a subset of
4695           our template caps, also see #421543). Fixes #429319 in a way.
4696           Also, don't leak the pad template in the transform_caps function.
4697
4698         * tests/check/Makefile.am:
4699         * tests/check/elements/.cvsignore:
4700         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4701         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4702         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4703         (GST_START_TEST), (alphacolor_suite):
4704           Add some basic unit tests for alphacolor.
4705
4706 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4707
4708         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4709           If we get a fatal flow return in the loop function, first post the
4710           error message and only then send the EOS event downstream, otherwise
4711           applications might get an eos message before the error message and
4712           think everything was ok (related to #429319).
4713
4714 2007-04-25  Wim Taymans  <wim@fluendo.com>
4715
4716         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4717         Read the channel byte as an unsigned byte.
4718
4719 2007-04-25  Wim Taymans  <wim@fluendo.com>
4720
4721         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4722         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4723         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4724         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4725         (gst_rtp_gsm_depay_setcaps):
4726         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4727         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4728         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4729         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4730         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4731         (gst_ilbc_depay_get_property):
4732         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4733         * gst/rtp/gstrtpmp4adepay.c:
4734         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4735         (gst_rtp_pcma_depay_setcaps):
4736         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4737         (gst_rtp_pcmu_depay_setcaps):
4738         Make sure we configure the clock_rate in the baseclass in the setcaps
4739         function. Fixes #431282.
4740
4741 2007-04-25  Wim Taymans  <wim@fluendo.com>
4742
4743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4744         (gst_rtspsrc_stream_free), (request_pt_map),
4745         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4746         * gst/rtsp/gstrtspsrc.h:
4747         Parse server address from SDP.
4748         Hook up a udpsink to send RTCP back to the server.
4749
4750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4751         * gst/rtsp/rtsptransport.h:
4752         Add some docs.
4753
4754 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4755
4756         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4757           Make header field check conditional. Fixes #433135
4758
4759 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4760
4761         * docs/plugins/Makefile.am:
4762         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4763         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4764         * docs/plugins/inspect/plugin-alphacolor.xml:
4765         * gst/alpha/Makefile.am:
4766         * gst/alpha/gstalphacolor.c:
4767         * gst/alpha/gstalphacolor.h:
4768           Add minimal docs blurb to alphacolor; split out headers into
4769           separate header file for gtk-doc.
4770
4771 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4772
4773         * gst/debug/progressreport.c: (gst_progress_report_report):
4774           Don't try to post NULL message (in case we can't query upstream
4775           position or duration).
4776
4777 2007-04-18  Michael Smith  <msmith@fluendo.com>
4778
4779         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4780         (gst_cutter_get_caps):
4781         * gst/cutter/gstcutter.h:
4782           Fix some of the most obvious bugs in cutter. Now doesn't leak
4783           everything if input is silent.
4784
4785 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4786
4787         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4788         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4789         * gst/wavenc/gstwavenc.h:
4790         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4791         else results in a invalid block align and invalid files.
4792
4793 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4794
4795         Patch by: Snaik <snaik32 gmail com>
4796
4797         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4798           Add missing break statement for BOX_HORIZONTAL case.
4799
4800 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4801
4802         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4803
4804         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4805         Use correct format strings for integer types.
4806
4807 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4808
4809         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4810         (gst_wavparse_create_sourcepad):
4811         Use gst_riff_create_audio_template_caps () instead of the local caps.
4812         This makes updates of the local caps unecessary whenever libgstriff
4813         gets support for new formats.
4814
4815 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4818
4819         * sys/sunaudio/gstsunaudio.c:
4820         * sys/sunaudio/gstsunaudiomixer.c:
4821         * sys/sunaudio/gstsunaudiomixer.h:
4822         * sys/sunaudio/gstsunaudiomixerctrl.c:
4823         * sys/sunaudio/gstsunaudiomixerctrl.h:
4824         * sys/sunaudio/gstsunaudiomixertrack.h:
4825         * sys/sunaudio/gstsunaudiosink.c:
4826         * sys/sunaudio/gstsunaudiosink.h:
4827         * sys/sunaudio/gstsunaudiosrc.c:
4828         * sys/sunaudio/gstsunaudiosrc.h:
4829           Fix and/or update copyright attributions (#430228).
4830
4831 2007-04-13  Wim Taymans  <wim@fluendo.com>
4832
4833         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4834         Fix docs.
4835
4836         * gst/rtsp/URLS:
4837         Add some more example urls.
4838
4839         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4840         (gst_rtp_dec_chain_rtp):
4841         Better debugging.
4842
4843         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4844         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4845         (gst_rtspsrc_parse_rtpinfo):
4846         Remove unused code.
4847
4848 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4849
4850         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4851         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4852         (gst_wavparse_stream_data):
4853           Relax the audio/mpeg caps again and add FIXME: comment.
4854
4855 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4856
4857         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4858         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4859         (gst_wavparse_stream_data):
4860         * gst/wavparse/gstwavparse.h:
4861           More sanity check for the header fields. Fix type for 'rate' header
4862           field.
4863
4864 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4865
4866         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4867         (gst_icydemux_unicodify):
4868           If the metadata strings we get in the stream are not UTF-8, try to
4869           interpret them according to the character encodings specified in the
4870           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4871           only fall back to locale/ISO-8859-1 if those aren't set or don't
4872           work. Should fix #428901.
4873
4874 2007-04-12  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst/rtp/gstrtph264depay.c:
4877         Use the proper sync word for SPS and PPS.
4878
4879 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4880
4881         * gst/rtp/Makefile.am:
4882         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4883           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4884         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4885           Add a simple hashing implementation that we can use to generate
4886           a 24-bit ident value based on the codebooks for vorbis and theora.
4887         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4888           gst_rtp_theora_pay_handle_buffer):
4889         * gst/rtp/gstrtpvorbisdepay.c
4890           (gst_rtp_vorbis_depay_parse_configuration,
4891           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4892         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4893           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4894           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4895           Use the hashing function, ensuring that the same codebooks result
4896           in the same ident and thus the same SDP description.
4897           Various log fixes/changes.
4898
4899 2007-04-12  Wim Taymans  <wim@fluendo.com>
4900
4901         Patch by: jerry tan <jerry dot tan at sun dot com>
4902
4903         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4904         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4905         application's responsibility to make sure it open the device once.
4906         Remove a careless error if AUDIODEV is set. Fixes #392620.
4907
4908 2007-04-12  Wim Taymans  <wim@fluendo.com>
4909
4910         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4911         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4912         * gst/rtsp/gstrtpdec.h:
4913         Make backward compat with rtpbin by adding the request-pt-map signals.
4914
4915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4916         (new_session_pad), (request_pt_map),
4917         (gst_rtspsrc_stream_configure_transport),
4918         (gst_rtspsrc_stream_configure_caps),
4919         (gst_rtspsrc_activate_streams):
4920         * gst/rtsp/gstrtspsrc.h:
4921         Implement request-pt-map signals instead of setting caps on the buffers
4922         for the session manager.
4923
4924 2007-04-11  Wim Taymans  <wim@fluendo.com>
4925
4926         * gst/udp/gstudp.c: (plugin_init):
4927         Register GstNetBuffer in plugin_init so that the type can be used from
4928         multiple threads without races.
4929
4930 2007-04-10  Wim Taymans  <wim@fluendo.com>
4931
4932         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4933         (gst_rtp_amr_depay_process):
4934         Fix depayloader clock_rate and some cleanups.
4935
4936         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4937         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4938         * gst/rtp/gstrtph264depay.h:
4939         Don't push codec_data in the adapter because it might get flushed when
4940         we get a discont.
4941
4942         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4943         Handle multiple AU per packet.
4944
4945         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4946         (gst_rtp_sv3v_depay_plugin_init):
4947         Disable rank, this one does not work.
4948         Remove timestamping, base class does that.
4949
4950 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4951
4952         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4953           limit caps to the formats we announce in the template
4954
4955         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4956         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4957         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4958           fix some crashers/asserts when dealing with broken files
4959
4960 2007-04-10  Wim Taymans  <wim@fluendo.com>
4961
4962         Patch by: Peter Kjellerstedt  <pkj at axis com>
4963
4964         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4965         * gst/rtp/gstrtpL16depay.c:
4966         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4967         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4968         (gst_rtp_speex_depay_setcaps):
4969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4970         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4971         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4972         Fix some compiler warnings. Fixes #428182.
4973
4974 2007-04-06  Wim Taymans  <wim@fluendo.com>
4975
4976         * gst/rtsp/Makefile.am:
4977         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4978         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4979         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4980         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4981         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4982         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4983         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4984         (create_rtcp), (gst_rtp_dec_request_new_pad),
4985         (gst_rtp_dec_release_pad):
4986         * gst/rtsp/gstrtpdec.h:
4987         * gst/rtsp/gstrtsp.c: (plugin_init):
4988         Morph RTPDec into something compatible with RTPBin as a fallback.
4989         Various other style fixes.
4990
4991         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4992         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4993         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4994         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4995         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4996         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4997         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4998         * gst/rtsp/gstrtspsrc.h:
4999         Implement RTPBin session manager handling.
5000         Don't try to add empty properties to caps.
5001         Implement fallback session manager, handling.
5002         Don't combine errors from RTCP streams, just ignore them.
5003
5004         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
5005         * gst/rtsp/rtsptransport.h:
5006         Implement fallback session manager.
5007         Make RTPBin the default one when available.
5008
5009 2007-04-05  Wim Taymans  <wim@fluendo.com>
5010
5011         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5012         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
5013         This element is ready to be autoplugged.
5014
5015 2007-04-05  Julien MOUTTE  <julien@moutte.net>
5016
5017         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5018         Don't leave the offsets defined by upstream element on the
5019         compressed data buffer we are pushing downstream. Make them
5020         GST_BUFFER_OFFSET_NONE.
5021
5022 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
5023
5024         * gst/avi/README:
5025         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5026         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5027         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5028         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5029         (gst_avi_demux_calculate_durations_from_index),
5030         (gst_avi_demux_stream_header_push),
5031         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
5032         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5033           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5034
5035 2007-04-03  Wim Taymans  <wim@fluendo.com>
5036
5037         * gst/smpte/barboxwipes.c:
5038         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5039
5040 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5041
5042         * gst/wavparse/gstwavparse.c:
5043         Support audio/x-raw-float in wav files. This only works with
5044         plugins-base CVS, using an older version doesn't have any
5045         disadvantages though.
5046
5047 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5048
5049         * configure.ac:
5050         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5051         (gst_au_parse_parse_header), (gst_au_parse_chain):
5052         * gst/auparse/gstauparse.h:
5053         Revert last change as we don't want plugins-good to depend on
5054         plugins-base CVS now.
5055
5056 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5057
5058         * configure.ac:
5059         Require gst-plugins-base CVS for audioconvert with non-native
5060         float support and width/depth fix in libgstriff.
5061
5062         Patch by: René Stadler <mail at renestadler dot de>
5063
5064         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5065         (gst_au_parse_parse_header), (gst_au_parse_chain):
5066         * gst/auparse/gstauparse.h:
5067         Don't swap the floats ourself if they're not in native endianness.
5068         Instead let audioconvert handle this. Fixes #339838.
5069
5070 2007-03-29  Wim Taymans  <wim@fluendo.com>
5071
5072         * gst/rtp/gstasteriskh263.h:
5073         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5074         (gst_rtp_h263p_depay_change_state):
5075         * gst/rtp/gstrtph263pdepay.h:
5076         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5077         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5078         (gst_rtp_h264_depay_change_state):
5079         * gst/rtp/gstrtph264depay.h:
5080         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5081         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5082         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5083         Flush adapter on disconts.
5084
5085 2007-03-29  Wim Taymans  <wim@fluendo.com>
5086
5087         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5088         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5089         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5090         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5091         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5092         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5093         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5094         (gst_rtp_mp4v_depay_process):
5095         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5096         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5097         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5098         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5099         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5100         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5101         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5102         Use more efficient adapter and rtpbuffer methods when possible.
5103
5104 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5105
5106         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5107         (gst_wavenc_sink_setcaps):
5108         Correctly handle width!=depth input.
5109         * gst/wavparse/gstwavparse.c:
5110         Already export in the caps that width==8 uses unsigned samples and
5111         everything else uses signed samples.
5112
5113 2007-03-29  Wim Taymans  <wim@fluendo.com>
5114
5115         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5116
5117         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5118         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5119         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5120         (gst_dynudpsink_close):
5121         * gst/udp/gstdynudpsink.h:
5122         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5123         (gst_udpsrc_create), (gst_udpsrc_set_property),
5124         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5125         * gst/udp/gstudpsrc.h:
5126         Rework the socket allocation a bit based on the sockfd argument so that
5127         it becomes usable.
5128         Add a closefd property to instruct the udp elements to close the custom
5129         file descriptors when going to READY. Fixes #423304.
5130         API:GstUDPSrc::closefd property
5131         API:GstDynUDPSink::closefd property
5132
5133 2007-03-29  Wim Taymans  <wim@fluendo.com>
5134
5135         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5136
5137         * gst/rtp/Makefile.am:
5138         * gst/rtp/gstrtp.c: (plugin_init):
5139         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5140         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5141         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5142         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5143         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5144         (gst_rtp_h264_pay_plugin_init):
5145         * gst/rtp/gstrtph264pay.h:
5146         Added H264 payloader. Fixes #423782.
5147
5148         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5149         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5150         Small fixes.
5151
5152 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5153
5154         * gst/wavparse/gstwavparse.c:
5155         Actually support depths from 1 to 32, not only 8 to 32.
5156
5157 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5158
5159         * gst/wavparse/gstwavparse.c:
5160         Add support for wav files containing audio/x-raw-int with random
5161         depths between 1 and 32 bits.
5162
5163 2007-03-28  Wim Taymans  <wim@fluendo.com>
5164
5165         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5166
5167         * gst/rtp/Makefile.am:
5168         * gst/rtp/gstrtp.c: (plugin_init):
5169         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5170         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5171         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5172         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5173         (gst_rtp_mp4a_depay_get_property),
5174         (gst_rtp_mp4a_depay_change_state),
5175         (gst_rtp_mp4a_depay_plugin_init):
5176         * gst/rtp/gstrtpmp4adepay.h:
5177         Added MP4A-LATM depayloader. Fixes #417792.
5178
5179         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5180         (gst_rtp_mp4v_depay_process):
5181         Fixup depayloader, setting codec_data, using more efficient adaptor and
5182         rtpbuffer handling.
5183
5184         * gst/rtsp/URLS:
5185         Add url to test above.
5186
5187 2007-03-25  Wim Taymans  <wim@fluendo.com>
5188
5189         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5190         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5191         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5192         (gst_rtspsrc_media_to_caps),
5193         (gst_rtspsrc_stream_configure_transport),
5194         (gst_rtspsrc_stream_configure_caps),
5195         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5196         * gst/rtsp/gstrtspsrc.h:
5197         Handle default clock-rates for static payload types, rearrange stuff so
5198         that the rtpmap field in the sdp can override the defaults.
5199         Parse RTP-Info field to get the seqnum and timebase fields that should
5200         go in the caps.
5201         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5202         the server. 
5203
5204 2007-03-22  Wim Taymans  <wim@fluendo.com>
5205
5206         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5207
5208         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5209         Accept complex pipeline descriptions as an audio profile instead of just
5210         a single element. Fixes #420658.
5211
5212 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5215           Rename registered type in preparation of GstTagDemux moving to
5216           -base at some point in the future.
5217
5218 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5221           Streaming mode fixes: don't unref buffer we don't own any longer;
5222           remove bogus adapter flush. Fixes #419338.
5223
5224 2007-03-17  David Schleef  <ds@schleef.org>
5225
5226         * REQUIREMENTS: Change the format to key/value, add a bunch of
5227           information, remove a bunch of requirements that are for
5228           other GStreamer packages.
5229
5230 2007-03-17  David Schleef  <ds@schleef.org>
5231
5232         * REQUIREMENTS: Fix a few things.  This file really needs a
5233         good once-over.
5234
5235 2007-03-15  Edward Hervey  <edward@fluendo.com>
5236
5237         * sys/Makefile.am:
5238         Don't forget to distribute the sys/osxaudio/ directory.
5239
5240 2007-03-15  Edward Hervey  <edward@fluendo.com>
5241
5242         * configure.ac:
5243         * sys/Makefile.am:
5244         * sys/osxaudio/Makefile.am:
5245         * sys/osxaudio/gstosxaudio.c:
5246         * sys/osxaudio/gstosxaudiosink.c:
5247         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5248         (gst_osx_audio_sink_getcaps),
5249         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5250         * sys/osxaudio/gstosxaudiosrc.c:
5251         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5252         (gst_osx_audio_src_create_ringbuffer):
5253         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5254         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5255         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5256         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5257         * sys/osxaudio/gstosxringbuffer.h:
5258         Activate osxaudio in gst-plugins-good with proper build setup.
5259         Add inlined documentation.
5260         Fix debug statements
5261         Fix ringbuffer when pausing.
5262         Fixes #323471
5263
5264 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5265         * gst/rtp/gstrtppcmapay.c:
5266         * gst/rtp/gstrtppcmapay.h:
5267         * gst/rtp/gstrtppcmupay.c:
5268         * gst/rtp/gstrtppcmupay.h:
5269         Ported mulaw and alaw payloaders to use new base class
5270
5271 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5272
5273         * po/af.po:
5274         * po/az.po:
5275         * po/cs.po:
5276         * po/en_GB.po:
5277         * po/it.po:
5278         * po/nl.po:
5279         * po/or.po:
5280         * po/sq.po:
5281         * po/sr.po:
5282         * po/sv.po:
5283         * po/uk.po:
5284         * po/vi.po:
5285           Update translations.
5286
5287 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5288
5289         * configure.ac:
5290           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5291
5292 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5293
5294         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5295           Fix handling of -1 values for start and stop values when seeking,
5296           and SEEK_CUR+SEEK_END here as well.
5297
5298 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5299
5300         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5301           Fix handling of -1 values for start and stop values when seeking, 
5302           and SEEK_CUR+SEEK_END.
5303
5304 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5305
5306         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5307           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5308           the image format a variable-length NUL-terminated string; in
5309           versions before that the image format is a fixed-length string of
5310           3 characters (see #348644 for a sample tag).
5311           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5312
5313 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5314
5315         * win32/MANIFEST:
5316         Add new project files to MANIFEST.
5317         * win32/vs6/libgstaudiofx.dsp:
5318         * win32/vs6/libgstrtp.dsp:
5319         * win32/vs6/libgstrtsp.dsp:
5320         Update project files.
5321         
5322 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5323
5324         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5325         (gst_avi_demux_parse_index):
5326         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5327         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5328           Printf format fixes; also add some missing quotes in translated
5329           strings. Fixes #416728 and #416727.
5330
5331 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5332
5333         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5334           Tim and I can't think of any reason the child audio sink needs to 
5335           be set back to NULL after successfully determining that it can 
5336           reach READY - it gets immediately set back to READY by the caller
5337           anyway, causing an unnecessary close/open of any audio devices
5338           involved.
5339
5340 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5341
5342         * po/LINGUAS:
5343         * po/ja.po:
5344           Add ja.po file from #377306.
5345
5346 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5349         * sys/sunaudio/gstsunaudiomixertrack.c:
5350         (gst_sunaudiomixer_track_new):
5351           Actually translate sunaudio mixer track labels instead of just
5352           marking the strings as translatable (#377306); clean up weird
5353           label string mapping code that serves no apparent purpose. Also
5354           set the 'untranslated-label' property when creating mixer tracks
5355           if the GstMixerTrack base class supports this.
5356
5357         * tests/check/Makefile.am:
5358         * tests/check/elements/.cvsignore:
5359         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5360         (sunaudio_suite):
5361           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5362           actually tested on a system where sunaudiomixer is available).
5363
5364 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5365
5366         * tests/check/Makefile.am:
5367         Re-enable the states test and see if it works on the buildbots.
5368
5369 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5370
5371         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5372         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5373         (gst_dvdec_change_state):
5374         * ext/dv/gstdvdec.h:
5375         Infer pixel-aspect-ratio from the video frame format if it isn't
5376         provided by the container, as happens when playing DV from AVI
5377         or Quicktime containers.
5378
5379         Patch by: Wim Taymans <wim@fluendo.com>
5380         Fixes #380944
5381
5382 2007-03-09  Wim Taymans  <wim@fluendo.com>
5383
5384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5385         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5386         will later be handled by the jitterbuffer.
5387
5388 2007-03-09  Wim Taymans  <wim@fluendo.com>
5389
5390         * ext/taglib/gstid3v2mux.cc:
5391         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5392         Fixes #414496.
5393         
5394         Patch by: Alex Lancaster <alexl at users sourceforge net>
5395
5396 2007-03-09  Wim Taymans  <wim@fluendo.com>
5397
5398         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5399         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5400         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5401         (gst_avi_demux_chain):
5402         Fix stream position reporting after a seek. Fixes #416445.
5403
5404 2007-03-08  Wim Taymans  <wim@fluendo.com>
5405
5406         Patch by: René Stadler <mail at renestadler dot de>
5407
5408         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5409         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5410         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5411         Make avidemux accept optional header chunks in any order.
5412         Fixes #415446.
5413
5414 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5415
5416         * tests/check/Makefile.am:
5417         Disable the states check until the remaining Valgrind errors
5418         are fixed or suppressed.
5419
5420 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5421
5422         * tests/check/elements/.cvsignore:
5423           Add audiodynamic check to .cvsignore
5424
5425 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5426
5427         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5428
5429         * gst/audiofx/Makefile.am:
5430         * gst/audiofx/audiodynamic.c:
5431         (gst_audio_dynamic_characteristics_get_type),
5432         (gst_audio_dynamic_mode_get_type),
5433         (gst_audio_dynamic_set_process_function),
5434         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5435         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5436         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5437         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5438         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5439         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5440         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5441         (gst_audio_dynamic_transform_hard_knee_expander_int),
5442         (gst_audio_dynamic_transform_hard_knee_expander_float),
5443         (gst_audio_dynamic_transform_soft_knee_expander_int),
5444         (gst_audio_dynamic_transform_soft_knee_expander_float),
5445         (gst_audio_dynamic_transform_ip):
5446         * gst/audiofx/audiodynamic.h:
5447         * gst/audiofx/audiofx.c: (plugin_init):
5448         Add new audiodynamic element which can act as a compressor or
5449         expander. Supported are hard-knee and soft-knee operation modes with
5450         user-specified ratio and threshold.
5451         Attack and release parameters are not yet implemented but will follow.
5452         * docs/plugins/Makefile.am:
5453         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5454         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5455         * docs/plugins/gst-plugins-good-plugins.args:
5456         * docs/plugins/inspect/plugin-audiofx.xml:
5457         Integrate audiodynamic into the docs.
5458         * tests/check/Makefile.am:
5459         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5460         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5461         Add unit test for audiodynamic.
5462
5463 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5464
5465         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5466         Free handles that we allocated when exiting via the error paths.
5467
5468 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5469
5470         * gst/level/gstlevel.c: (gst_level_class_init),
5471         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5472         (gst_level_transform_ip):
5473         * gst/level/gstlevel.h:
5474           Resolve message timestamps against the playback segment.
5475
5476 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5477
5478         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5479         (gst_id3demux_sink_activate):
5480           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5481           caps passed to it (previously one code path assumed it took ownership
5482           while another one assumed it didn't, while in fact it sometimes did and
5483           sometimes didn't ...).
5484
5485         * configure.ac:
5486         * tests/files/Makefile.am:
5487         * tests/files/id3-407349-1.tag:
5488         * tests/files/id3-407349-2.tag:
5489           Add directory where data for unit tests can be stored.
5490
5491         * tests/Makefile.am:
5492         * tests/check/Makefile.am:
5493         * tests/check/elements/.cvsignore:
5494         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5495         (read_tags_from_file), (run_check_for_file),
5496         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5497           Add unit test for id3demux, and in particular for bug #407349. Only
5498           testing pull-mode for now; push mode doesn't work yet because the test
5499           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5500
5501 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         * tests/check/Makefile.am:
5504           Add missing backslash at end of line.
5505
5506 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5507
5508         Trigger rebuild.
5509
5510 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5511
5512         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5513         * gst/id3demux/id3tags.h:
5514         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5515         (parse_obsolete_tdat_frame):
5516           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5517           the four-digit number will be interpreted as a year, whereas it is
5518           month and day in DDMM format. Instead, parse TDAT frames and fix up
5519           the date in the GST_TAG_DATE tag later if we also extracted a year.
5520           Fixes #407349.
5521
5522 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5523
5524         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5525         (gst_switch_commit_new_kid):
5526         Fix up the dispose logic so it doesn't leak, and fix setting of 
5527         the child state so that we don't set a child to our current state 
5528         just as we are changing it to something else.
5529
5530 2007-03-06  Wim Taymans  <wim@fluendo.com>
5531
5532         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5533         (gst_goom_chain):
5534         * gst/goom/gstgoom.h:
5535         Document, fix and improve goom adapter behaviour.
5536         Fixes #407006.
5537
5538 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5539
5540         * ext/esd/esdsink.c: (gst_esdsink_open):
5541         Unref static pad template after using it.
5542
5543 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5544
5545         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5546         (gst_switch_commit_new_kid):
5547         Fix up the reference counting of the child elements.
5548
5549 2007-03-05  Wim Taymans  <wim@fluendo.com>
5550
5551         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5552         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5553         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5554         Fix encoding-name case.
5555
5556 2007-03-05  Wim Taymans  <wim@fluendo.com>
5557
5558         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5559         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5560         (gst_rtp_speex_depay_process):
5561         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5562         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5563         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5564         (gst_rtp_speex_pay_change_state):
5565         * gst/rtp/gstrtpspeexpay.h:
5566         Fix speex (de)payloader. Fixes #358040.
5567
5568 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5569
5570         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5571         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5572         Install fakesink in NULL by fixing some broken logic. This obviates
5573         the need to manually set _IS_SINK.
5574         Add some comments and remove a little cruft while I'm at it.
5575
5576 2007-03-05  Wim Taymans  <wim@fluendo.com>
5577
5578         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5579         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5580
5581 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5582
5583         * po/POTFILES.in:
5584           Update.
5585
5586 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5587
5588         * tests/check/Makefile.am:
5589         Gah! Also disable gconfvideosink from the tests, otherwise
5590         it will instantiate autovideosink, and dfbvideosink and
5591         leak on the buildbots.
5592
5593 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5594
5595         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5596         (gst_cdio_cdda_src_finalize):
5597         Make sure we always destroy our libcdio handle.
5598
5599 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5600
5601         * tests/check/Makefile.am:
5602         Disable autovideosink so the buildbots don't barf over memory
5603         leaked in the directfb sink.
5604
5605 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5606
5607         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5608         Chain up in dispose
5609
5610 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5611
5612         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5613         (gst_multipart_find_pad_by_mime):
5614         Use gst_pad_new_from_static_template instead of
5615         static_pad_template_get+pad_new.
5616
5617 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5618
5619         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5620         Catch the case where no clock has been set.
5621
5622 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5623
5624         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5625         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5626         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5627         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5628         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5629         (gst_gconf_audio_src_finalize), (do_toggle_element):
5630         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5631         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5632         (do_toggle_element):
5633         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5634         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5635         (gst_gconf_video_src_finalize), (do_toggle_element):
5636         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5637         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5638         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5639         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5640         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5641         (gst_shout2send_init), (gst_shout2send_finalize):
5642         * gst/debug/testplugin.c: (gst_test_class_init),
5643         (gst_test_finalize):
5644         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5645         (gst_flxdec_dispose):
5646         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5647         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5648         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5649         (gst_rtspsrc_finalize):
5650         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5651         * gst/rtsp/rtspextwms.h:
5652         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5653         (gst_smpte_finalize):
5654         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5655         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5656         (gst_udpsink_finalize):
5657         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5658         (gst_wavparse_sink_activate):
5659         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5660         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5661         (gst_oss_src_finalize):
5662         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5663         * sys/v4l2/gstv4l2object.h:
5664         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5665         (gst_v4l2src_finalize):
5666         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5667
5668         Fix a bunch of leaks shown by the newly-added states test.
5669
5670 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5671
5672         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5673         Use gst_pad_new_from_static_template instead of 
5674         static_pad_template_get+pad_new.
5675
5676 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5677
5678         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5679
5680         * ext/libcaca/Makefile.am:
5681         * gst/debug/Makefile.am:
5682           Don't mix tabs and spaces (#414168).
5683
5684 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5685
5686         * tests/check/generic/.cvsignore:
5687           Ignore files to please buildbot.
5688
5689 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5690
5691         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5692         (gst_wavparse_stream_data):
5693           Unbreak my previous commit (swapped nominator & denominator). Tim,
5694           thanks for spotting.
5695
5696 2007-03-02  Wim Taymans  <wim@fluendo.com>
5697
5698         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5699         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5700         (gst_cdio_cdda_src_finalize):
5701         Small code cleanups.
5702         Don't use pad_alloc as the base class cannot deal with the error codes.
5703
5704 2007-03-02  Wim Taymans  <wim@fluendo.com>
5705
5706         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5707         (gst_udpsrc_create):
5708         Fix doc.
5709
5710 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5711
5712         Patch by: René Stadler <mail@renestadler.de>
5713
5714         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5715         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5716         (gst_wavparse_stream_data):
5717           Handle rounding better to not drop last sample frame. Fixes #356692
5718
5719 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5720
5721         * tests/check/Makefile.am:
5722         Disable cacasink from the states check too - it also calls exit(1)
5723         on us when it can't find a terminal to talk to.
5724
5725 2007-03-02  Wim Taymans  <wim@fluendo.com>
5726
5727         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5728
5729         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5730         (gst_udpsrc_create), (gst_udpsrc_set_property),
5731         (gst_udpsrc_get_property):
5732         * gst/udp/gstudpsrc.h:
5733         Add support to strip proprietary headers. Fixes #350296.
5734
5735 2007-03-02  Wim Taymans  <wim@fluendo.com>
5736
5737         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5738         Fix compilation.
5739
5740 2007-03-02  Wim Taymans  <wim@fluendo.com>
5741
5742         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5743
5744         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5745         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5746         (gst_rtp_mp2t_depay_set_property),
5747         (gst_rtp_mp2t_depay_get_property):
5748         * gst/rtp/gstrtpmp2tdepay.h:
5749         Add support to strip off proprietary headers. Fixes #350278.
5750
5751 2007-03-02  Wim Taymans  <wim@fluendo.com>
5752
5753         * ext/hal/hal.c:
5754         Fix compilation.
5755
5756 2007-03-02  Wim Taymans  <wim@fluendo.com>
5757
5758         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5759         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5760         (gst_sunaudiosrc_open):
5761         * sys/sunaudio/gstsunaudiosrc.h:
5762         Remove device-name from GstSunAudioSrc. Fixes #412597.
5763
5764 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5765
5766         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5767         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5768         Having NULL as UDI previously selected the default sink/src. Change
5769         this back but mention it in the debug output.
5770         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5771         (gst_hal_get_oss_element), (gst_hal_get_string),
5772         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5773         (gst_hal_get_audio_src):
5774         * ext/hal/hal.h:
5775         Refactor a bit, check all error conditions, greatly improve debugging
5776         and fix some possible memory leaks. Also implement OSS support
5777         and allow specifying an UDI that points to a real device. For this the
5778         child device which supports ALSA (preferred) or OSS is used.
5779         As a side effect this makes it impossible now to get a alsasink in
5780         halaudiosrc and a alsasrc in halaudiosink.
5781
5782 2007-03-01  Wim Taymans  <wim@fluendo.com>
5783
5784         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5785         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5786         Errors from the udp sources are not fatal unless all of them are in
5787         error.
5788
5789 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5790
5791         * tests/check/Makefile.am:
5792         Disable aasink in the states test. I suspect this is the element that
5793         is calling exit(1) when it can't proceed.
5794
5795 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5796
5797         * tests/check/Makefile.am:
5798         Draw plugins in from the build tree sys/ dir, rather than picking
5799         up the already installed versions.
5800
5801 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5802
5803         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5804         Error out correctly when getting xcontext fails.
5805
5806 2007-03-01  Wim Taymans  <wim@fluendo.com>
5807
5808         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5809         Make state change to PAUSED NO_PREROLL because that's what it will be in
5810         the future and rtspsrc relies on it.
5811
5812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5813         (gst_rtspsrc_change_state):
5814         Don't error out when we don't get an error from the state change
5815         function.
5816
5817 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5818
5819         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5820         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5821           Check if the device UDI is set before trying to query HAL
5822           about it and give a useful error message if it wasn't set.
5823         * ext/hal/hal.c: (gst_hal_get_string):
5824           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5825           gives an assertion failure in D-Bus when running with
5826           DBUS_FATAL_WARNINGS=1.
5827
5828 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5829
5830         * configure.ac:
5831           Convert to new AG_GST style.
5832
5833 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5834
5835         * tests/check/Makefile.am:
5836         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5837           add test for states
5838
5839 2007-02-28  Wim Taymans  <wim@fluendo.com>
5840
5841         * tests/check/elements/.cvsignore:
5842         Add new videofilter check to .cvsignore.
5843
5844 2007-02-28  Wim Taymans  <wim@fluendo.com>
5845
5846         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5847         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5848         (gst_avi_demux_loop), (gst_avi_demux_chain):
5849         Fix combined flow return. Fixes #412608.
5850
5851 2007-02-28  Wim Taymans  <wim@fluendo.com>
5852
5853         * gst/videofilter/Makefile.am:
5854         Dist header..
5855
5856 2007-02-28  Wim Taymans  <wim@fluendo.com>
5857
5858         * gst/videofilter/gstgamma.h:
5859         Add header too.
5860
5861 2007-02-28  Wim Taymans  <wim@fluendo.com>
5862
5863         Patch by: Mark Nauwelaerts <manauw at skynet be>
5864
5865         * gst/videofilter/Makefile.am:
5866         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5867         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5868         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5869         (oil_tablelookup_u8), (gst_gamma_set_caps),
5870         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5871         Port gamma filter to 0.10. Fixes #412704.
5872
5873         * tests/check/Makefile.am:
5874         * tests/check/elements/videofilter.c: (setup_filter),
5875         (cleanup_filter), (check_filter), (GST_START_TEST),
5876         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5877         Add unit tests for videofilters.
5878
5879 2007-02-28  Wim Taymans  <wim@fluendo.com>
5880
5881         * gst/rtsp/URLS:
5882         Add another interesting test url.
5883
5884         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5885         Don't allow getting header fields from data packets.
5886
5887 2007-02-28  Michael Smith  <msmith@fluendo.com>
5888
5889         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5890         (gst_shout2send_init), (gst_shout2send_start),
5891         (gst_shout2send_set_property), (gst_shout2send_get_property):
5892         * ext/shout2/gstshout2.h:
5893           Add a property for username.
5894
5895 2007-02-27  Christian Schallerr <christian@fluendo.com>
5896
5897         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5898
5899 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5900
5901         * gst/rtsp/Makefile.am:
5902         Fix make check too.
5903
5904 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5905
5906         * gst/rtsp/base64.c: (util_base64_encode):
5907         * gst/rtsp/base64.h:
5908         Commit missing files for base64 encoding.
5909
5910 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5911
5912         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5913
5914         * configure.ac:
5915         * ext/annodex/Makefile.am:
5916         * ext/jpeg/Makefile.am:
5917         * ext/speex/Makefile.am:
5918         * gst/alpha/Makefile.am:
5919         * gst/cutter/Makefile.am:
5920         * gst/debug/Makefile.am:
5921         * gst/effectv/Makefile.am:
5922         * gst/goom/Makefile.am:
5923         * gst/level/Makefile.am:
5924         * gst/smpte/Makefile.am:
5925         * gst/videofilter/Makefile.am:
5926           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5927
5928 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5929
5930         * gst/rtsp/Makefile.am:
5931         * gst/rtsp/rtspconnection.c: (append_auth_header),
5932         (rtsp_connection_send), (rtsp_connection_set_auth):
5933         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5934         from icecast to replace it. Relicensed from GPL courtesy of Mike
5935         Smith.
5936
5937 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5938
5939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5940         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5941         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5942         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5943         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5944         (gst_rtspsrc_uri_set_uri):
5945         * gst/rtsp/gstrtspsrc.h:
5946         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5947         (append_auth_header), (rtsp_connection_send),
5948         (rtsp_connection_free), (rtsp_connection_set_auth):
5949         * gst/rtsp/rtspconnection.h:
5950         * gst/rtsp/rtspdefs.h:
5951         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5952         * gst/rtsp/rtspurl.h:
5953
5954         Implement simple Basic Authentication support so that urls like
5955         rtsp://user:pass@hostname/rtspstream work on hosts that require
5956         authentication.
5957
5958 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5959
5960         * sys/v4l2/gstv4l2object.c:
5961         * sys/v4l2/gstv4l2tuner.c:
5962         * sys/v4l2/v4l2_calls.c:
5963         Fix segfault when oppening a radio device.
5964         
5965 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5966
5967         * gst/level/gstlevel.c: (gst_level_set_caps),
5968         (gst_level_transform_ip):
5969         * sys/v4l2/README:
5970         * tests/check/elements/level.c: (GST_START_TEST):
5971           Fix level for multi-channel case.
5972
5973 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5974
5975         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5976         (gst_level_transform_ip):
5977         * gst/level/gstlevel.h:
5978           Use function pointer for process function and add process functions
5979           for float audio.
5980
5981 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5982
5983         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5984         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5985         (gst_v4l2src_capture_init):
5986           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5987           fixes #407369
5988
5989 2007-02-18  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst/rtp/Makefile.am:
5992         * gst/rtp/gstrtp.c: (plugin_init):
5993         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5994         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5995         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5996         (gst_rtp_mp2t_pay_plugin_init):
5997         * gst/rtp/gstrtpmp2tpay.h:
5998         Added simple mpeg transport stream payloader.
5999
6000 2007-02-16  Wim Taymans  <wim@fluendo.com>
6001
6002         * gst/rtsp/URLS:
6003         Add example H264 rtsp url.
6004
6005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6006         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6007         Don't convert values to lowercase or we might mess up base64 encoded
6008         properties.
6009
6010 2007-02-16  Wim Taymans  <wim@fluendo.com>
6011
6012         * gst/rtp/README:
6013         Fix case of string params.
6014
6015         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6016         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6017         Fix depayloader, support more packet types.
6018         Add sync codes to make sure the packetizer can do its job.
6019
6020         * gst/rtp/gstrtpmp4gdepay.c:
6021         * gst/rtp/gstrtpmp4gpay.c:
6022         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6023         Fix caps case again.
6024
6025 2007-02-15  Wim Taymans  <wim@fluendo.com>
6026
6027         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
6028         Set right caps on output buffers.
6029
6030 2007-02-14  Wim Taymans  <wim@fluendo.com>
6031
6032         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6033         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6034         Clear stack allocated SDPMedia struct before calling _init() on it.
6035         Clarify this in the docs as well.
6036
6037 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6038
6039         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6040         (do_change_child):
6041         Don't reset the profile when going switching states, as it makes
6042         the element non-reusable.
6043
6044 2007-02-14  Wim Taymans  <wim@fluendo.com>
6045
6046         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6047         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6048         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6049         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6050         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6051         (sdp_parse_line):
6052         * gst/rtsp/sdpmessage.h:
6053         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6054         Fix memory management of SDP messages. Fixes #407793.
6055
6056 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6057
6058         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6059
6060         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6061         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6062
6063 2007-02-14  Wim Taymans  <wim@fluendo.com>
6064
6065         Patch by: jp.liu <jp_liu at astrocom dot cn>
6066
6067         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6068         Fix parsing of password field in url. Fixes #407797.
6069
6070 2007-02-14  Wim Taymans  <wim@fluendo.com>
6071
6072         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6073         (gst_wavparse_reset), (gst_wavparse_init),
6074         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6075         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6076         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6077         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6078         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6079         (gst_wavparse_loop), (gst_wavparse_chain),
6080         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6081         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6082         (plugin_init):
6083         * gst/wavparse/gstwavparse.h:
6084         Update docs.
6085         Use boilerplate.
6086         Various code cleanups.
6087         When the bitrate is not known (bps == 0 or compressed formats) let
6088         downstream element guestimate the duration and position and don't
6089         generate timestamps or durations. Fixes #405213.
6090         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6091         error flowreturn upstream.
6092
6093 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6094
6095         * ext/gconf/Makefile.am:
6096         * ext/gconf/gconf.c: (gst_gconf_get_string),
6097         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6098         (gst_gconf_render_bin_with_default):
6099         * ext/gconf/gconf.h:
6100         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6101         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6102         (gst_gconf_audio_sink_dispose), (do_change_child),
6103         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6104         (cb_change_child), (gst_gconf_audio_sink_change_state):
6105         * ext/gconf/gstgconfaudiosink.h:
6106         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6107         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6108         (gst_switch_sink_init), (gst_switch_sink_dispose),
6109         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6110         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6111         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6112         * ext/gconf/gstswitchsink.h:
6113         * gst/autodetect/gstautoaudiosink.c:
6114         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6115         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6116         (gst_auto_audio_sink_detect):
6117         * gst/autodetect/gstautovideosink.c:
6118         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6119         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6120         (gst_auto_video_sink_detect):
6121         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6122         and a child that implements the GConf key monitoring. The end goal of
6123         this is an audio sink that can be changed on the fly, but at the 
6124         moment it still only changes on the next READY transition.
6125
6126 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6127
6128         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6129         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6130         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6131         (gst_avi_demux_calculate_durations_from_index),
6132         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6133         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6134         (gst_avi_demux_loop):
6135           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6136
6137 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6138
6139         * configure.ac:
6140         * docs/plugins/Makefile.am:
6141           Add crossreferences to glib/gobject/gstream docs.
6142
6143 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * gst/monoscope/Makefile.am:
6146         * gst/monoscope/gstmonoscope.c:
6147           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6148           (but no LIBS, since we only use defines from the headers).
6149
6150 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6151
6152         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6153
6154         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6155         (gst_wavparse_stream_data):
6156           Fix massive memory leak when operating in streaming mode due to
6157           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6158           Fixes #407057.
6159
6160 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6161
6162         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6163         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6164         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6165         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6166         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6167         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6168         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6169         (gst_avi_demux_calculate_durations_from_index),
6170         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6171         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6172         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6173         * gst/avi/gstavidemux.h:
6174           Save some memory (8%) by repacking the index entry structure (more to
6175           come). Add more FIXMEs to questionable parts.
6176
6177 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6178
6179         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6180         (gst_v4l2src_get_caps):
6181         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6182         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6183         (gst_v4l2src_capture_init):
6184           More FIXME comments and messaging changes.
6185
6186 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6187
6188         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6189         (gst_goom_change_state):
6190         * gst/goom/gstgoom.h:
6191           Improved docs and use GST_DEBUG_FUNCPTR.
6192
6193         * gst/level/gstlevel.c: (gst_level_class_init):
6194           Use GST_DEBUG_FUNCPTR.
6195
6196         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6197         (gst_monoscope_chain), (gst_monoscope_change_state):
6198           Improved docs source cleanups.
6199
6200 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         * gst/debug/Makefile.am:
6203         * gst/debug/gstdebug.c: (plugin_init):
6204         * gst/debug/gstpushfilesrc.c:
6205         * gst/debug/gstpushfilesrc.h:
6206           Add code for a pushfilesrc element that implements a pushfile:// URI
6207           handler, to make debugging push-mode operation of demuxer/decoders
6208           that support both easier in connection with seek/playbin/etc.
6209           The element isn't registered at the moment.
6210
6211 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6212
6213         * gst/avi/gstavimux.c:
6214           Comment a #if 0 in caps template definition as VS6 seems to 
6215         do not support it.
6216         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6217           Use gst_guint64_to_gdouble for conversion.
6218         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6219           Move variables declaration before the first instruction.
6220         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6221           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6222           And don't include netdb.h for G_OS_WIN32
6223         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6224           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6225           by VS6 then use an other way to initialize SDPMedia structure.
6226         * gst/udp/gstdynudpsink.h:
6227         * gst/udp/gstdynudpnetutils.h:
6228           Do not include <sys/time.h> for G_OS_WIN32
6229         * gst/udp/gstudpsrc.c:
6230           Define socklen_t as int for G_OS_WIN32
6231         * win/common/config.h.in:
6232           Undef HAVE_NETINET_IN_H
6233         * win32/vs6/gst_plugins_good.dsw:
6234         * win32/vs6/libgstrtp.dsp:
6235         * win32/vs6/libgstrtsp.dsp:
6236         * win32/vs6/libgstautogen.dsp:
6237         * win32/vs6/libgstaudiofx.dsp:
6238         * win32/vs6/libgstudp.dsp:
6239           Add and update project files.
6240         * win32/common/gstudp-enumtypes.c:
6241         * win32/common/gstudp-enumtypes.h:
6242           Add a copy of udp enumtypes to win32/common as in core 
6243           and base.
6244         
6245 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6246
6247         * configure.ac:
6248           Activate monoscope when building with --enable-experimental. Fix
6249           --enable-external configure switch description.
6250
6251         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6252         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6253           Help gst-indent.
6254
6255 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6256
6257         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6258           Explicitly cast result of pointer arithmetic to integer in order to
6259           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6260
6261 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6262
6263         * gst/debug/progressreport.c:
6264           Some more docs.
6265
6266 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6267
6268         * docs/plugins/inspect/plugin-rtp.xml:
6269           Update for new elements.
6270
6271         * gst/debug/progressreport.h:
6272           Commit newly-created header file as well.
6273
6274 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6275
6276         * docs/plugins/Makefile.am:
6277         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6278         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6279         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6280         * gst/debug/Makefile.am:
6281         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6282         (gst_progress_report_do_query), (gst_progress_report_report):
6283           Make progressreport element post messages with the current progress
6284           on the bus. Also add some basic docs for it.
6285
6286 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6287
6288         * ext/hal/hal.c: (gst_hal_get_string):
6289         * ext/hal/hal.h:
6290           Some small cleanups; deal with errors when parsing the HAL ALSA
6291           capabilities a bit better.
6292
6293 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6294
6295         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6296           Let's try this again and use the right cast this time.
6297
6298 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6299
6300         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6301           Add cast to avoid compiler warnings with older GLib versions
6302           where the nick/name members in GEnumValue are not declared as
6303           constant strings.
6304
6305 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6306
6307         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6308         (gst_gconf_render_bin_from_key),
6309         (gst_gconf_get_default_audio_sink):
6310         * ext/gconf/gconf.h:
6311         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6312         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6313         (gst_gconf_audio_sink_get_property):
6314           In gconfaudiosink, get the right key as the old key in do_toggle
6315           (ie. one dependent on the profile selected). Log some more stuff so
6316           we can see what's actually going on.
6317
6318 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6319
6320         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6321         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6322         (gst_audio_amplify_set_process_function),
6323         (gst_audio_amplify_setup):
6324         * gst/audiofx/audioamplify.h:
6325         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6326         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6327         * gst/audiofx/audioinvert.h:
6328         Some small cleanups and port both elements to the new GstAudioFilter
6329         base class to save a few lines of common code.
6330         * gst/audiofx/Makefile.am:
6331         Link against libgstaudio for the above changes
6332
6333 2007-01-29  Wim Taymans  <wim@fluendo.com>
6334
6335         * tests/check/elements/.cvsignore:
6336         Some more ignores.
6337
6338 2007-01-26  Wim Taymans  <wim@fluendo.com>
6339
6340         Patch by: charles <charlesg3 at gmail dot com>
6341
6342         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6343         (set_shout_metadata), (gst_shout2send_event):
6344         * ext/shout2/gstshout2.h:
6345         Properly handle tags in shout2send. Fixes #399825.
6346
6347 2007-01-25  Wim Taymans  <wim@fluendo.com>
6348
6349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6350         (gst_rtspsrc_activate_streams):
6351         Convert SDP fields to upper/lowercase following the rules in the SDP to
6352         caps document. 
6353
6354 2007-01-25  Wim Taymans  <wim@fluendo.com>
6355
6356         * gst/rtp/README:
6357         * gst/rtp/gstrtpilbcdepay.c:
6358         * gst/rtp/gstrtpilbcpay.c:
6359         * gst/rtp/gstrtpmp4gdepay.c:
6360         * gst/rtp/gstrtpmp4gpay.c:
6361         * gst/rtp/gstrtpspeexdepay.c:
6362         * gst/rtp/gstrtpspeexpay.c:
6363         * gst/rtp/gstrtpsv3vdepay.c:
6364         * gst/rtp/gstrtptheoradepay.c:
6365         * gst/rtp/gstrtptheorapay.c:
6366         * gst/rtp/gstrtpvorbisdepay.c:
6367         * gst/rtp/gstrtpvorbispay.c:
6368         Fix case of encoding-name and key/value pairs to match the document.
6369         This is to make interoperation with SDP case-insensitive as required by
6370         the relevant RFCs.
6371
6372 2007-01-25  Wim Taymans  <wim@fluendo.com>
6373
6374         * configure.ac:
6375         Bump required -core/-base to CVS
6376
6377 2007-01-25  Wim Taymans  <wim@fluendo.com>
6378
6379         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6380         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6381         * gst/rtp/gstrtpL16pay.h:
6382         Fill up to MTU using adapter.
6383         Timestamp rtp packets.
6384
6385 2007-01-25  Edward Hervey  <edward@fluendo.com>
6386
6387         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6388         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6389         Use G_GSIZE_FORMAT in print statements for portability.
6390         Fixes build on macosx.
6391
6392 2007-01-24  Wim Taymans  <wim@fluendo.com>
6393
6394         * gst/rtp/Makefile.am:
6395         * gst/rtp/gstrtp.c: (plugin_init):
6396         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6397         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6398         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6399         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6400         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6401         (gst_rtp_L16_depay_plugin_init):
6402         * gst/rtp/gstrtpL16depay.h:
6403         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6404         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6405         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6406         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6407         (gst_rtp_L16_pay_plugin_init):
6408         * gst/rtp/gstrtpL16pay.h:
6409         Port and enable raw audio payloader/depayloader. Needs a bit more work
6410         on the payloader side.
6411
6412 2007-01-24  Wim Taymans  <wim@fluendo.com>
6413
6414         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6415         (gst_rtspsrc_stream_configure_transport),
6416         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6417         * gst/rtsp/gstrtspsrc.h:
6418         Only unblock the udp pads when we linked and activated them all.
6419         Fixes #395688.
6420
6421 2007-01-24  Wim Taymans  <wim@fluendo.com>
6422
6423         * gst/rtp/Makefile.am:
6424         * gst/rtp/gstrtp.c: (plugin_init):
6425         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6426         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6427         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6428         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6429         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6430         * gst/rtp/gstrtpac3depay.h:
6431         Added simple AC3 depayloader (RFC 4184).
6432
6433         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6434         Fix a leak.
6435
6436 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6437
6438         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6439
6440         * gst/audiofx/Makefile.am:
6441         * gst/audiofx/audioamplify.c:
6442         (gst_audio_amplify_clipping_method_get_type),
6443         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6444         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6445         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6446         (gst_audio_amplify_set_caps),
6447         (gst_audio_amplify_transform_int_clip),
6448         (gst_audio_amplify_transform_int_wrap_negative),
6449         (gst_audio_amplify_transform_int_wrap_positive),
6450         (gst_audio_amplify_transform_float_clip),
6451         (gst_audio_amplify_transform_float_wrap_negative),
6452         (gst_audio_amplify_transform_float_wrap_positive),
6453         (gst_audio_amplify_transform_ip):
6454         * gst/audiofx/audioamplify.h:
6455         * gst/audiofx/audiofx.c: (plugin_init):
6456         Add new element "audioamplify". This allows scaling of raw audio
6457         samples, similar to the "volume" element, but provides different modes
6458         for clipping and allows unlimited amplification. It's mainly targeted
6459         for creative sound design and not as a replacement of the "volume"
6460         element. Fixes #397162
6461         * docs/plugins/Makefile.am:
6462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6464         * docs/plugins/gst-plugins-good-plugins.args:
6465         * docs/plugins/inspect/plugin-audiofx.xml:
6466         Add docs for audioamplify and integrate them into the build system
6467         * tests/check/Makefile.am:
6468         * tests/check/elements/audioamplify.c: (setup_amplify),
6469         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6470         Add fairly extensive unit test suite for audioamplify
6471
6472 2007-01-24  Wim Taymans  <wim@fluendo.com>
6473
6474         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6475         Unblock pads after adding the pads to the element so that autopluggers
6476         get a change to link something. Possibly fixes #395688.
6477
6478 2007-01-24  Wim Taymans  <wim@fluendo.com>
6479
6480         * gst/rtp/gstrtpamrdepay.c:
6481         * gst/rtp/gstrtpgsmdepay.c:
6482         * gst/rtp/gstrtph263pdepay.c:
6483         * gst/rtp/gstrtph263ppay.c:
6484         * gst/rtp/gstrtph264depay.c:
6485         * gst/rtp/gstrtpilbcdepay.c:
6486         * gst/rtp/gstrtpmp2tdepay.c:
6487         * gst/rtp/gstrtpmp4gdepay.c:
6488         * gst/rtp/gstrtpmp4gpay.c:
6489         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6490         * gst/rtp/gstrtpmp4vpay.c:
6491         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6492         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6493         (gst_rtp_mpa_depay_process):
6494         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6495         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6496         * gst/rtp/gstrtppcmadepay.c:
6497         * gst/rtp/gstrtppcmudepay.c:
6498         * gst/rtp/gstrtpspeexdepay.c:
6499         * gst/rtp/gstrtpspeexpay.c:
6500         * gst/rtp/gstrtpsv3vdepay.c:
6501         * gst/rtp/gstrtptheoradepay.c:
6502         * gst/rtp/gstrtptheorapay.c:
6503         * gst/rtp/gstrtpvorbisdepay.c:
6504         * gst/rtp/gstrtpvorbispay.c:
6505         Fix caps with payload numbers.
6506         Add some fixed payload numbers to caps when possible.
6507
6508 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6509
6510         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6511
6512         * gst/audiofx/Makefile.am:
6513         * gst/audiofx/audiofx.c: (plugin_init):
6514         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6515         (gst_audio_invert_class_init), (gst_audio_invert_init),
6516         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6517         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6518         (gst_audio_invert_transform_float),
6519         (gst_audio_invert_transform_ip):
6520         * gst/audiofx/audioinvert.h:
6521         Add new audiofx element "audioinvert". This element swaps the upper
6522         and lower half of samples and can be used for example for a
6523         wide-stereo effect. Fixes #396057
6524         * docs/plugins/Makefile.am:
6525         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6526         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6527         * docs/plugins/gst-plugins-good-plugins.args:
6528         * docs/plugins/inspect/plugin-audiofx.xml:
6529         Add docs for the audioinvert element and add them to the build system.
6530         * tests/check/Makefile.am:
6531         * tests/check/elements/audioinvert.c: (setup_invert),
6532         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6533         Add unit test suite for the audioinvert element.
6534
6535 2007-01-23  Wim Taymans  <wim@fluendo.com>
6536
6537         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6538         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6539         Parse config params as string and int.
6540         Parse and use AU header length
6541
6542 2007-01-23  Wim Taymans  <wim@fluendo.com>
6543
6544         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6545         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6546         * gst/smpte/gstmask.c: (_gst_mask_register):
6547         * gst/smpte/gstmask.h:
6548         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6549         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6550         (gst_smpte_paint_triangle_clock):
6551         constify some static structs.
6552         Don't update the mask if nothing changed to the params.
6553         Make sure we never draw outside of the picture. Fixes #398325.
6554
6555 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6556
6557         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6558           Error out properly when pull_range fails while we're reading the
6559           headers, instead of just pausing the task silently. Fixes #399338.
6560
6561 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6562
6563         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6564           Some more sanity checks to make sure the input formats match and the
6565           input pads are actually negotiated, in case someone tries to feed
6566           buffers from fakesrc or filesrc. Fixes #398299.
6567           Also const-ify an array, just because we can.
6568
6569 2007-01-19  Edward Hervey  <edward@fluendo.com>
6570
6571         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6572         Ignore previous commit, that was only valid for widths and heights
6573         that are multiples of 4.
6574         Copy over size/stride macros from jpegdec. This allows the element
6575         to work with any width,height...
6576         ... but puts in evidence that the actual transformations only work
6577         with width/height that are multiples of 4.
6578
6579 2007-01-19  Edward Hervey  <edward@fluendo.com>
6580
6581         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6582         Allocate buffers of the right size.
6583         The proper size of a I420 buffer in bytes is:
6584         
6585             width * height * 3
6586             ------------------
6587                     2
6588
6589 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6592           Proxy getcaps on sink pads too, so that we either end up with the
6593           same dimensions on all pads or error out if that's not possible
6594           (seems to work even!). Fixes #398086, I think.
6595
6596 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6597
6598         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6599         * docs/plugins/gst-plugins-good-plugins.args:
6600         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6601           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6602           fix integer properties with -1 as minimum value.
6603
6604         * docs/plugins/inspect/plugin-1394.xml:
6605         * docs/plugins/inspect/plugin-aasink.xml:
6606         * docs/plugins/inspect/plugin-alaw.xml:
6607         * docs/plugins/inspect/plugin-alpha.xml:
6608         * docs/plugins/inspect/plugin-alphacolor.xml:
6609         * docs/plugins/inspect/plugin-annodex.xml:
6610         * docs/plugins/inspect/plugin-apetag.xml:
6611         * docs/plugins/inspect/plugin-audiofx.xml:
6612         * docs/plugins/inspect/plugin-auparse.xml:
6613         * docs/plugins/inspect/plugin-autodetect.xml:
6614         * docs/plugins/inspect/plugin-avi.xml:
6615         * docs/plugins/inspect/plugin-cacasink.xml:
6616         * docs/plugins/inspect/plugin-cairo.xml:
6617         * docs/plugins/inspect/plugin-cdio.xml:
6618         * docs/plugins/inspect/plugin-cutter.xml:
6619         * docs/plugins/inspect/plugin-debug.xml:
6620         * docs/plugins/inspect/plugin-dv.xml:
6621         * docs/plugins/inspect/plugin-efence.xml:
6622         * docs/plugins/inspect/plugin-effectv.xml:
6623         * docs/plugins/inspect/plugin-esdsink.xml:
6624         * docs/plugins/inspect/plugin-flac.xml:
6625         * docs/plugins/inspect/plugin-flxdec.xml:
6626         * docs/plugins/inspect/plugin-gconfelements.xml:
6627         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6628         * docs/plugins/inspect/plugin-goom.xml:
6629         * docs/plugins/inspect/plugin-halelements.xml:
6630         * docs/plugins/inspect/plugin-icydemux.xml:
6631         * docs/plugins/inspect/plugin-id3demux.xml:
6632         * docs/plugins/inspect/plugin-jpeg.xml:
6633         * docs/plugins/inspect/plugin-level.xml:
6634         * docs/plugins/inspect/plugin-matroska.xml:
6635         * docs/plugins/inspect/plugin-mulaw.xml:
6636         * docs/plugins/inspect/plugin-multipart.xml:
6637         * docs/plugins/inspect/plugin-navigationtest.xml:
6638         * docs/plugins/inspect/plugin-ossaudio.xml:
6639         * docs/plugins/inspect/plugin-png.xml:
6640         * docs/plugins/inspect/plugin-rtp.xml:
6641         * docs/plugins/inspect/plugin-rtsp.xml:
6642         * docs/plugins/inspect/plugin-shout2send.xml:
6643         * docs/plugins/inspect/plugin-smpte.xml:
6644         * docs/plugins/inspect/plugin-speex.xml:
6645         * docs/plugins/inspect/plugin-taglib.xml:
6646         * docs/plugins/inspect/plugin-udp.xml:
6647         * docs/plugins/inspect/plugin-videobalance.xml:
6648         * docs/plugins/inspect/plugin-videobox.xml:
6649         * docs/plugins/inspect/plugin-videoflip.xml:
6650         * docs/plugins/inspect/plugin-videomixer.xml:
6651         * docs/plugins/inspect/plugin-wavenc.xml:
6652         * docs/plugins/inspect/plugin-wavparse.xml:
6653         * docs/plugins/inspect/plugin-ximagesrc.xml:
6654           Update to CVS.
6655
6656 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6657
6658         Patch by: Sebastian Dröge <slomo circular-chaos org>
6659
6660         * gst/audiofx/audiopanorama.c:
6661           Fix doc section name (Fixes #397946)
6662
6663 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6664
6665         * sys/v4l2/gstv4l2object.c:
6666         (gst_v4l2_object_install_properties_helper),
6667         (gst_v4l2_object_set_property_helper),
6668         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6669         * sys/v4l2/gstv4l2object.h:
6670         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6671         (gst_v4l2src_init), (gst_v4l2src_set_property),
6672         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6673         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6674         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6675         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6676         (gst_v4l2src_capture_deinit):
6677           Fix EIO handing when capturing. Add new property to specify the number of
6678           buffers to enque (and remove the borked num-buffers usage).
6679
6680 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6681
6682         Patch by: Sebastian Dröge <slomo circular-chaos org>
6683
6684         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6685         (gst_audio_panorama_set_process_function):
6686           Use a function array for process methods, add more docs and define the
6687           startindex of enums.
6688
6689 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6690
6691         Patch by: Mark Nauwelaerts <manauw at skynet be>
6692
6693         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6694         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6695         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6696         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6697         (gst_avi_mux_riff_get_avi_header),
6698         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6699         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6700         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6701         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6702         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6703         (gst_avi_mux_change_state):
6704         * gst/avi/gstavimux.h:
6705         * tests/check/elements/avimux.c: (teardown_src_pad):
6706           Add support for more than one audio stream; write better AVIX
6707           header; refactor code a bit; don't announce vorbis caps on our audio
6708           sink pads since we don't support it anyway. Closes #379298.
6709
6710 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6711
6712         Patch by: Sebastian Dröge <slomo circular-chaos org>
6713
6714         * gst/audiofx/audiopanorama.c:
6715         (gst_audio_panorama_method_get_type),
6716         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6717         (gst_audio_panorama_set_process_function),
6718         (gst_audio_panorama_set_property),
6719         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6720         (gst_audio_panorama_transform_m2s_int_simple),
6721         (gst_audio_panorama_transform_s2s_int_simple),
6722         (gst_audio_panorama_transform_m2s_float_simple),
6723         (gst_audio_panorama_transform_s2s_float_simple):
6724         * gst/audiofx/audiopanorama.h:
6725           Add 'method' property and provide a simple (non-psychoacustic)
6726           processing method (#394859).
6727
6728         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6729         (panorama_suite):
6730           Tests for new method.
6731
6732 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6733
6734         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6735         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6736           Set correct caps on outgoing pulled buffers, or things blow up
6737           after recent core changes.
6738
6739 2007-01-11  Wim Taymans  <wim@fluendo.com>
6740
6741         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6742
6743         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6744         (gst_multipart_mux_request_new_pad),
6745         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6746         (gst_multipart_mux_change_state):
6747         Return FLOW errors ASAP. Fixes #394977.
6748         Misc cleanups.
6749
6750 2007-01-11  Wim Taymans  <wim@fluendo.com>
6751
6752         Patch by: Lutz Mueller <lutz at topfrose dot de>
6753
6754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6755         Check for stream pad before activating. 
6756
6757 2007-01-10  Wim Taymans  <wim@fluendo.com>
6758
6759         Patch by: Peter Kjellerstedt  <pkj at axis com>
6760
6761         * gst/rtsp/COPYING.MIT:
6762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6763         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6764         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6765         (gst_rtspsrc_stream_configure_transport),
6766         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6767         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6768         (gst_rtspsrc_parse_methods),
6769         (gst_rtspsrc_create_transports_string),
6770         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6771         (gst_rtspsrc_open), (gst_rtspsrc_close):
6772         * gst/rtsp/gstrtspsrc.h:
6773         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6774         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6775         (parse_request_line), (parse_line), (rtsp_connection_read),
6776         (rtsp_connection_close):
6777         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6778         (rtsp_method_as_text), (rtsp_header_as_text),
6779         (rtsp_status_as_text), (rtsp_find_header_field),
6780         (rtsp_find_method):
6781         * gst/rtsp/rtspdefs.h:
6782         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6783         (rtsp_ext_wms_configure_stream):
6784         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6785         (rtsp_message_new_request), (rtsp_message_init_request),
6786         (rtsp_message_new_response), (rtsp_message_init_response),
6787         (rtsp_message_init_data), (rtsp_message_unset),
6788         (rtsp_message_free), (rtsp_message_add_header),
6789         (rtsp_message_get_header), (rtsp_message_set_body),
6790         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6791         * gst/rtsp/rtspmessage.h:
6792         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6793         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6794         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6795         (sdp_message_dump):
6796         Allow url to be NULL to be able to use it for server connections.
6797         Can now send responses as well as requests.
6798         No longer hangs in an endless loop if EOF is received.
6799         Can now convert a status code to a text string.
6800         Return RTSP_HDR_INVALID for unknown headers.
6801         Return RTSP_INVALID for unknown methods.
6802         Copy CSeq and Session headers from the request.
6803         Only free memory corresponding to the currently set message type.
6804         Added const to function arguments as appropriate.
6805         Avoid a compiler warning when initializing nmedia.
6806         Use guint rather than gint to avoid compiler warnings.
6807         Fix crasher in wms extension.
6808         Factor out stream setup from open_connection.
6809         Delay activation of streams when actual data is received from the
6810         server, this prepares us to do proper protocol switching.
6811         Added new license.
6812         Fixes #380895.
6813
6814
6815 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         Patch by: Sebastian Dröge <slomo ubuntu com>
6818
6819         * docs/plugins/Makefile.am:
6820         * gst/audiofx/audiopanorama.c:
6821           Some small docs fixes (#394851).
6822
6823 2007-01-09  Wim Taymans  <wim@fluendo.com>
6824
6825         * gst/avi/gstavidemux.c:
6826         Fix docs.
6827
6828 2007-01-09  Wim Taymans  <wim@fluendo.com>
6829
6830         * gst/rtp/Makefile.am:
6831         * gst/rtp/gstrtp.c: (plugin_init):
6832         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6833         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6834         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6835         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6836         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6837         * gst/rtp/gstrtpmpvdepay.h:
6838           Added RFC 2250 MPEG Video Depayloader.
6839
6840         * gst/rtp/gstrtpL16depay.h:
6841         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6842         (gst_rtp_h263p_depay_process):
6843         Fix Header file. Small cleanups.
6844
6845         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6846         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6847         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6848         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6849         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6850         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6851         (gst_rtp_mp4v_depay_change_state):
6852         Remove usused code. Remove Adapter from state Change. Added debug.
6853
6854         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6855         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6856         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6857         * gst/rtp/gstrtpmpadepay.h:
6858         Subclass base depayloader.
6859         Added debug.
6860         Support static payload type assignment as well.
6861
6862         * gst/rtp/gstrtpmpapay.c:
6863         Fix caps.
6864
6865 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6866
6867         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6868
6869         * ext/jpeg/gstjpegdec.c:
6870         * ext/jpeg/gstjpegenc.c:
6871         * ext/jpeg/smokecodec.c:
6872           These libjpeg callbacks should return a 'boolean' (unsigned char
6873           apparently) and not a 'gboolean' (which maps to gint). Fixes
6874           warnings when compiling with MingW (#393427).
6875
6876         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6877           Use ioctlsocket on win32.
6878
6879         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6880           Some printf format fixes for win32.
6881
6882 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6883
6884         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6885           Use gst_guint64_to_gdouble for conversion.
6886         * win32/vs6/libgstmatroska.dsp:
6887           Add zlib to the link.
6888         * win32/vs6/libgstvideobox.dsp:
6889           Update liboil library name (project is linked to 
6890           liboil-0.3-0.lib now).
6891           
6892 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * gst/matroska/Makefile.am:
6895           If zlib is available and used, we must link it explicitly for
6896           things to work on MingW (fixes #392855).
6897
6898 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * ext/esd/esdsink.c: (gst_esdsink_delay):
6901           Don't return bogus values when esd_get_delay() fails for some
6902           reason (#392189).
6903
6904 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         * sys/ximage/gstximagesrc.c: (composite_pixel):
6907           Fix presumably copy'n'pasto for 16bpp depth.
6908
6909 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         * gst/matroska/matroska-mux.c:
6912         (gst_matroska_mux_audio_pad_setcaps):
6913           The "signed" field in audio caps is of boolean type, trying to use
6914           gst_structure_get_int() to extract it will fail. Fixing this makes
6915           matroskamux accept raw audio input (#387121) (use at your own risk
6916           though, due to the matroska spec being not entirely useful in this
6917           respect).
6918           Also fix up raw audio structures in template caps so that they
6919           represent what our setcaps function will actually accept, so that
6920           converters know what to convert to.
6921           Finally, don't fail if there isn't an "endianness" field in 8-bit
6922           PCM caps.
6923
6924 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6925
6926         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6927         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6928         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6929         (teardown_cmmldec):
6930         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6931         (teardown_cmmlenc):
6932         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6933           reapply consistent pad (de)activation
6934
6935 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6936
6937         * configure.ac:
6938         Back to CVS
6939
6940         * gst-plugins-good.doap:
6941         Add 0.10.5 doap entry
6942
6943 === release 0.10.5 ===
6944
6945 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6946
6947         * configure.ac:
6948           releasing 0.10.5, "The Path of Thorns"
6949
6950 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6951
6952         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6953         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6954         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6955         (teardown_cmmldec):
6956         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6957         (teardown_cmmlenc):
6958         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6959           revert my freeze breakage
6960
6961 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6962
6963         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6964         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6965         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6966         (teardown_cmmldec):
6967         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6968         (teardown_cmmlenc):
6969         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6970           consistent pad (de)activation
6971
6972 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6973
6974         * configure.ac:
6975         * ext/Makefile.am:
6976         Disable LADPSA, as it has moved to the -bad module for the duration.
6977
6978 2006-12-18  Wim Taymans  <wim@fluendo.com>
6979
6980         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6981         (gst_signal_processor_event):
6982         Reset flow_state back to _OK after a flush stop so that we exit our
6983         error state after the flush. Fixes #374213
6984
6985 2006-12-16  David Schleef  <ds@schleef.org>
6986
6987         * sys/osxvideo/osxvideosink.h:
6988         * sys/osxvideo/osxvideosink.m:
6989           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6990
6991 2006-12-16  David Schleef  <ds@schleef.org>
6992
6993         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6994
6995         * sys/osxvideo/Makefile.am:
6996         * sys/osxvideo/osxvideosink.h:
6997         * sys/osxvideo/osxvideosink.m:
6998           Preliminary patch for porting osxvideosink
6999
7000 2006-12-16  Wim Taymans  <wim@fluendo.com>
7001
7002         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7003
7004         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
7005         (gst_videomixer_set_master_geometry),
7006         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
7007         (gst_videomixer_reset), (gst_videomixer_init),
7008         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
7009         (gst_videomixer_release_pad), (gst_videomixer_collected),
7010         (gst_videomixer_change_state):
7011         Introduce some locking around the videomixer state so that it does not
7012         crash when adding/removing pads. Fixes #383043.
7013
7014 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * configure.ac:
7017           Make sure libcaca can actually be used instead of just checking for
7018           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
7019           cross-compiling (fixes #384587).
7020
7021 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7022
7023         * Makefile.am:
7024         * gst-plugins-good.doap:
7025         * gst-plugins-good.spec.in:
7026           adding doap file
7027
7028 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7029
7030         * configure.ac:
7031           libflac-1.1.3 changed API again, but we can't build against it yet,
7032           so make sure our check doesn't use libflac-1.1.3 and add a comment
7033           to this effect.
7034
7035 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7036
7037         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7038         (gst_quarktv_planetable_clear):
7039           Add some NULL pointer checks (possibly related to #385623).
7040
7041 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7042
7043         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7044         (gst_tag_demux_chain):
7045         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7046           In streaming mode, if the first buffer we get doesn't have an
7047           offset, fix it up to be 0, otherwise trimming won't work later on
7048           and we'll be typefinding application/x-id3, which may result in
7049           decodebin plugging an endless number of id3demux elements as a
7050           consequence. Fixes #385031.
7051           
7052 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7053
7054         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7055           Ignore the buffer_time the sound device reports. Turns out it is 
7056           sometimes completely bogus and we're better off without it.
7057
7058 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7059
7060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7061         (gst_matroska_demux_video_caps):
7062         * gst/matroska/matroska-ids.c:
7063         (gst_matroska_track_init_video_context):
7064         * gst/matroska/matroska-ids.h:
7065           Try harder to extract the framerate for video tracks correctly and
7066           save it directly instead of converting it back and forth a few
7067           times. Mostly makes a difference for very small framerates (<1).
7068           Fixes #380199.
7069
7070 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7071
7072         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7073         (gst_gconf_audio_src_dispose), (do_toggle_element):
7074         * ext/gconf/gstgconfaudiosrc.h:
7075           Remove gconf notify hook when the gconfaudiosrc element is
7076           destroyed, otherwise the callback may be called on an
7077           already-destroyed instance and bad things happen. Should fix
7078           #378184.
7079           Also ignore gconf key changes when the source is already running.
7080
7081 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         Patch by: Sebastian Dröge  <mail at slomosnail de>
7084
7085         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7086           We need to be able to read and parse any possible floating point string
7087           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7088           will parse the former only in certain locales though, so we really need
7089           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7090           make sure we can parse either version at all times.
7091           Fixes #382982 for real.
7092
7093 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7094
7095         * sys/sunaudio/gstsunaudiomixerctrl.c:
7096         * sys/sunaudio/gstsunaudiosrc.c:
7097
7098         Use the sunaudio debug category.
7099
7100         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7101         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7102         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7103         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7104         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7105         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7106         (gst_sunaudiosink_reset):
7107         * sys/sunaudio/gstsunaudiosink.h:
7108
7109         Uses the sunaudio debug category for all debug output
7110         Implements the _delay() callback to synchronise video playback better
7111         Change the segtotal and segsize values back to the parent class 
7112           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7113           respectively)
7114         Measure the samples written to the device vs. played.
7115         Keep track of segments in the device by writing empty eof frames, and
7116         sleep using a GCond when we get too far ahead and risk overrunning the
7117         sink's ringbuffer.
7118
7119         Fixes: #360673
7120
7121 2006-12-08  Wim Taymans  <wim@fluendo.com>
7122
7123         Patch by: Sebastian Dröge  <mail at slomosnail de >
7124
7125         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7126         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7127         * gst/audiofx/audiopanorama.h:
7128         Fix audiopanorame with float samples. Fixes #383726.
7129
7130 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7131
7132         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7133         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7134         (gst_sunaudiosrc_reset):
7135
7136         Implement reset functions to unblock the src/sink more quickly on 
7137         state change requests.
7138         Patch by: Brian Cameron <brian dot cameron at sun com>
7139
7140 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7141
7142         * sys/sunaudio/gstsunaudiomixer.c:
7143         (gst_sunaudiomixer_change_state):
7144         Construct the correct mixer device name when the AUDIODEV env var
7145         is set.
7146
7147         Patch by: Jerry Tan <jerry.tan at sun dot com>
7148         Fixes: #383596
7149
7150 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7151
7152         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7153         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7154         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7155         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7156         Patch by: Jerry Tan <jerry.tan at sun dot com>
7157         Fixes: #349015
7158
7159 2006-12-07  Wim Taymans  <wim@fluendo.com>
7160
7161         * gst/smpte/gstmask.h:
7162         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7163         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7164         (gst_smpte_collected), (gst_smpte_set_property),
7165         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7166         * gst/smpte/gstsmpte.h:
7167         Port to 0.10 some more. 
7168         Added duration property to specify the duration of the transition.
7169         Make framerate a fraction.
7170         Deprecate fps property, we only use negotiated fps.
7171         Added docs.
7172         Fix collectpad usage.
7173         Reset state in READY.
7174         Send NEWSEGMENT event.
7175         Fix racy updates of object properties.
7176         Added debug category.
7177         Fixes #383323.
7178
7179 2006-12-06  Wim Taymans  <wim@fluendo.com>
7180
7181         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7182
7183         * gst/videomixer/videomixer.c:
7184         (gst_videomixer_set_master_geometry),
7185         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7186         Don't reset xpos and ypos in the setcaps function because causes
7187         unexpected behaviour.
7188         Fixes #382179.
7189
7190 2006-12-06  Wim Taymans  <wim@fluendo.com>
7191
7192         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7193         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7194         Keep track of the buffer timestamp in the collectdata member instead
7195         of modifying the buffer without making the metadata writable first.
7196         Fixes #382277.
7197
7198 2006-12-06  Wim Taymans  <wim@fluendo.com>
7199
7200         Patch by: Rob Taylor <robtaylor at floopily dot org>
7201
7202         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7203         If using multicast in udpsrc, bind to the multicast address rather than
7204         IN_ADDR_ANY.
7205         This allows the simultanous use of multiple udpsrcs listening on
7206         different multicat addresses. Without this all udpsrcs will receive all
7207         packets from all subscribed multicast addresses.
7208         Fixes #383001.
7209
7210 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7211
7212         * ext/taglib/gstid3v2mux.cc:
7213         Don't attempt to write a NULL frame into the ID3 tag set when the 
7214         createFrame method returned NULL.
7215         Fixes: #381857
7216         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7217
7218 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7219
7220         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7221         Use g_strtod() instead of sscanf to parse doubles, so that it will
7222         try parsing in the C locale if the current locale fails.
7223         Fixes: #382982
7224         Patch by: Sebastian Dröge  <mail at slomosnail de >
7225
7226 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7227
7228         * win32/MANIFEST:
7229         Fix compilation on win32 under VS8
7230         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7231         Partially fixes #381175
7232
7233 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7234
7235         * gst/avi/gstavimux.c:
7236           accept all mpegversions,fixes #380825
7237           spotted by: Jerome Alet  
7238
7239 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7240
7241         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7242         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7243         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7244         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7245           cleanup the error message a bit more
7246
7247 2006-11-28  Wim Taymans  <wim@fluendo.com>
7248
7249         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7250         Fix width and height properties.
7251
7252         * ext/libcaca/gstcacasink.h:
7253         Fix compilation on newer libcaca that require us to include a new
7254         header. Fixes #379918.
7255
7256 2006-11-28  Wim Taymans  <wim@fluendo.com>
7257
7258         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7259         * gst/rtsp/gstrtspsrc.h:
7260         * gst/rtsp/rtspext.h:
7261         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7262         (rtsp_ext_wms_get_context):
7263         Add method so that extensions can choose to disable the setup of
7264         a stream.
7265         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7266
7267 2006-11-27  Wim Taymans  <wim@fluendo.com>
7268
7269         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7270
7271         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7272         Push header in a separate buffer instead of memcpy:ing all data.
7273         Change LF => CRLF in headers.
7274         Move trailing LF to header. Fixes #379792.
7275
7276 2006-11-27  Wim Taymans  <wim@fluendo.com>
7277
7278         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7279         Small buffer overflow fix and improve debugging.
7280
7281 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7282
7283         * ext/esd/esdmon.h:
7284         * ext/esd/esdsink.h:
7285           remove obsolete _factory_init protos
7286
7287 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7288
7289         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7290         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7291         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7292         (gst_avi_demux_read_subindexes_push),
7293         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7294         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7295         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7296         (gst_avi_demux_massage_index),
7297         (gst_avi_demux_calculate_durations_from_index),
7298         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7299         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7300         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7301           remove dead code, tweak debugs statements, add comments, use
7302           _uint64_scale instead _uint64_scale_int when using guint64 values,
7303           small optimizations, reflow some error handling
7304
7305 2006-11-22  Edward Hervey  <edward@fluendo.com>
7306
7307         * po/.cvsignore:
7308         We never put .pot files in cvs. Let's ignore them all.
7309
7310 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7311
7312         * po/POTFILES.in:
7313           ... but better exclude files that aren't disted.
7314
7315 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         * po/POTFILES.in:
7318           Add v4l2 source files to list of files with translations, so the
7319           strings are actually extracted (however bad they still may be).
7320
7321 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7324           Minor clean-ups: const-ify static array, remove trailing comma from
7325           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7326
7327 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7328
7329         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7330         Make sure that g_free always gets called on the same pointer that was 
7331         returned by g_malloc.  Fixes #376594.
7332         Do not leak memory if decompressed size is wrong.
7333         Remove unneeded check of return value of g_malloc.
7334         Patch by: René Stadler <mail@renestadler.de>
7335
7336 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7339           Add missing curly brackets.
7340
7341 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7342
7343         * sys/v4l2/v4l2src_calls.c:
7344         Fix capture_deinit.
7345
7346 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7347
7348         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7349         (gst_matroska_mux_request_new_pad):
7350           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7351
7352         * tests/check/elements/matroskamux.c: (setup_src_pad),
7353         (setup_sink_pad), (GST_START_TEST):
7354         Activate pads before using them.
7355
7356 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7357
7358         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7359           Initialise variable to get rid of bogus compiler warning.
7360
7361 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7362
7363         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7364
7365         * gst/rtp/gstrtph263pay.c:
7366         * gst/rtp/gstrtph263pdepay.c:
7367         * gst/rtp/gstrtph263ppay.c:
7368           Specify H.263 variant and version in the caps (fixes #361637)
7369
7370 2006-11-15  Wim Taymans  <wim@fluendo.com>
7371
7372         * gst/rtsp/rtspconnection.c: (read_body):
7373         Don't set a data pointer to NULL and a size > 0 when we deal
7374         with empty packets.
7375
7376         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7377         (rtsp_message_init_response), (rtsp_message_init_data),
7378         (rtsp_message_unset), (rtsp_message_free),
7379         (rtsp_message_take_body):
7380         Check that we can't create invalid empty packets. 
7381
7382 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7383
7384         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7385
7386         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7387         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7388         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7389         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7390         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7391         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7392         * gst/matroska/matroska-mux.h:
7393           Add basic tag writing support; implement releasing pads (#374658).
7394
7395 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7398         (gst_matroska_demux_audio_caps):
7399           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7400
7401 2006-11-14  David Schleef  <ds@schleef.org>
7402
7403         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7404
7405 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7408
7409         * win32/vs8/gst-plugins-good.sln:
7410         * win32/vs8/libgst1394.vcproj:
7411         * win32/vs8/libgstaasink.vcproj:
7412         * win32/vs8/libgstalaw.vcproj:
7413         * win32/vs8/libgstalpha.vcproj:
7414         * win32/vs8/libgstalphacolor.vcproj:
7415         * win32/vs8/libgstannodex.vcproj:
7416         * win32/vs8/libgstapetag.vcproj:
7417         * win32/vs8/libgstaudiofx.vcproj:
7418         * win32/vs8/libgstauparse.vcproj:
7419         * win32/vs8/libgstautodetect.vcproj:
7420         * win32/vs8/libgstavi.vcproj:
7421         * win32/vs8/libgstcacasink.vcproj:
7422         * win32/vs8/libgstcdio.vcproj:
7423         * win32/vs8/libgstcutter.vcproj:
7424         * win32/vs8/libgstdv.vcproj:
7425         * win32/vs8/libgsteffectv.vcproj:
7426         * win32/vs8/libgstflac.vcproj:
7427         * win32/vs8/libgstflxdec.vcproj:
7428         * win32/vs8/libgstgoom.vcproj:
7429         * win32/vs8/libgsticydemux.vcproj:
7430         * win32/vs8/libgstid3demux.vcproj:
7431         * win32/vs8/libgstjpeg.vcproj:
7432         * win32/vs8/libgstladspa.vcproj:
7433         * win32/vs8/libgstlevel.vcproj:
7434         * win32/vs8/libgstmatroska.vcproj:
7435         * win32/vs8/libgstmikmod.vcproj:
7436         * win32/vs8/libgstmng.vcproj:
7437         * win32/vs8/libgstmonoscope.vcproj:
7438         * win32/vs8/libgstmulaw.vcproj:
7439         * win32/vs8/libgstmultipart.vcproj:
7440         * win32/vs8/libgstpng.vcproj:
7441         * win32/vs8/libgstrtp.vcproj:
7442         * win32/vs8/libgstrtsp.vcproj:
7443         * win32/vs8/libgstshout2.vcproj:
7444         * win32/vs8/libgstsmpte.vcproj:
7445         * win32/vs8/libgstspeex.vcproj:
7446         * win32/vs8/libgsttaglib.vcproj:
7447         * win32/vs8/libgstudp.vcproj:
7448         * win32/vs8/libgstvideobalance.vcproj:
7449         * win32/vs8/libgstvideobox.vcproj:
7450         * win32/vs8/libgstvideoflip.vcproj:
7451         * win32/vs8/libgstvideomixer.vcproj:
7452         * win32/vs8/libgstwavenc.vcproj:
7453         * win32/vs8/libgstwavparse.vcproj:
7454           Make end-of-line returns unixy, so that when the files are checked
7455           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7456           Hopefully fixes #366492.
7457
7458 2006-11-14  Wim Taymans  <wim@fluendo.com>
7459
7460         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7461         Disable init_frames delay timestamp adjustment, it does not
7462         seem to be needed at all. Fixes #369621.
7463
7464 2006-11-13  Wim Taymans  <wim@fluendo.com>
7465
7466         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7467
7468         * gst/videomixer/videomixer.c:
7469         (gst_videomixer_set_master_geometry),
7470         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7471         (gst_videomixer_collect_free), (gst_videomixer_reset),
7472         (gst_videomixer_init), (gst_videomixer_finalize),
7473         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7474         (gst_videomixer_collected), (gst_videomixer_change_state):
7475         Fix memleak by unref'ing collectpads instance (when finalizing)
7476         Implement releasing a request pad. Fixes #374479.
7477
7478 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7479
7480         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7481
7482         * win32/vs8/gst-plugins-good.sln:
7483         * win32/vs8/libgst1394.vcproj:
7484         * win32/vs8/libgstaasink.vcproj:
7485         * win32/vs8/libgstalaw.vcproj:
7486         * win32/vs8/libgstalpha.vcproj:
7487         * win32/vs8/libgstalphacolor.vcproj:
7488         * win32/vs8/libgstannodex.vcproj:
7489         * win32/vs8/libgstapetag.vcproj:
7490         * win32/vs8/libgstaudiofx.vcproj:
7491         * win32/vs8/libgstauparse.vcproj:
7492         * win32/vs8/libgstautodetect.vcproj:
7493         * win32/vs8/libgstavi.vcproj:
7494         * win32/vs8/libgstcacasink.vcproj:
7495         * win32/vs8/libgstcdio.vcproj:
7496         * win32/vs8/libgstcutter.vcproj:
7497         * win32/vs8/libgstdv.vcproj:
7498         * win32/vs8/libgsteffectv.vcproj:
7499         * win32/vs8/libgstflac.vcproj:
7500         * win32/vs8/libgstflxdec.vcproj:
7501         * win32/vs8/libgstgoom.vcproj:
7502         * win32/vs8/libgsticydemux.vcproj:
7503         * win32/vs8/libgstid3demux.vcproj:
7504         * win32/vs8/libgstjpeg.vcproj:
7505         * win32/vs8/libgstladspa.vcproj:
7506         * win32/vs8/libgstlevel.vcproj:
7507         * win32/vs8/libgstmatroska.vcproj:
7508         * win32/vs8/libgstmikmod.vcproj:
7509         * win32/vs8/libgstmng.vcproj:
7510         * win32/vs8/libgstmonoscope.vcproj:
7511         * win32/vs8/libgstmulaw.vcproj:
7512         * win32/vs8/libgstmultipart.vcproj:
7513         * win32/vs8/libgstpng.vcproj:
7514         * win32/vs8/libgstrtp.vcproj:
7515         * win32/vs8/libgstrtsp.vcproj:
7516         * win32/vs8/libgstshout2.vcproj:
7517         * win32/vs8/libgstsmpte.vcproj:
7518         * win32/vs8/libgstspeex.vcproj:
7519         * win32/vs8/libgsttaglib.vcproj:
7520         * win32/vs8/libgstudp.vcproj:
7521         * win32/vs8/libgstvideobalance.vcproj:
7522         * win32/vs8/libgstvideobox.vcproj:
7523         * win32/vs8/libgstvideoflip.vcproj:
7524         * win32/vs8/libgstvideomixer.vcproj:
7525         * win32/vs8/libgstwavenc.vcproj:
7526         * win32/vs8/libgstwavparse.vcproj:
7527           Add VS8 project files (note that many of the plugins in ext are
7528           disabled by default). Fixes #366492.
7529
7530 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7531
7532         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7533           we do not translate debug messages
7534
7535 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7536
7537         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7538           fix categorisation, make short desc more explicit, remove unused code
7539           Fixes #372021
7540
7541 2006-11-08  Wim Taymans  <wim@fluendo.com>
7542
7543         * gst/rtp/gstrtpL16depay.c:
7544         * gst/rtp/gstrtpamrdepay.c:
7545         * gst/rtp/gstrtpamrpay.c:
7546         * gst/rtp/gstrtpgsmdepay.c:
7547         * gst/rtp/gstrtph263pay.c:
7548         * gst/rtp/gstrtph263pdepay.c:
7549         * gst/rtp/gstrtph263ppay.c:
7550         * gst/rtp/gstrtph264depay.c:
7551         * gst/rtp/gstrtpmp2tdepay.c:
7552         * gst/rtp/gstrtpmp4gdepay.c:
7553         * gst/rtp/gstrtpmp4gpay.c:
7554         * gst/rtp/gstrtpmp4vdepay.c:
7555         * gst/rtp/gstrtpmp4vpay.c:
7556         * gst/rtp/gstrtpmpadepay.c:
7557         * gst/rtp/gstrtpmpapay.c:
7558         * gst/rtp/gstrtppcmadepay.c:
7559         * gst/rtp/gstrtppcmapay.c:
7560         * gst/rtp/gstrtppcmudepay.c:
7561         * gst/rtp/gstrtppcmupay.c:
7562         * gst/rtp/gstrtpspeexdepay.c:
7563         * gst/rtp/gstrtpspeexpay.c:
7564         * gst/rtp/gstrtpsv3vdepay.c:
7565         Fix element descriptions.
7566
7567 2006-11-08  Wim Taymans  <wim@fluendo.com>
7568
7569         * gst/rtp/gstrtpvorbisdepay.c:
7570         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7571         Fix description.
7572         Small cleanup in the payloader.
7573
7574 2006-11-08  Wim Taymans  <wim@fluendo.com>
7575
7576         * gst/rtp/Makefile.am:
7577         * gst/rtp/gstrtp.c: (plugin_init):
7578         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7579         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7580         (gst_rtp_theora_depay_finalize),
7581         (gst_rtp_theora_depay_parse_configuration),
7582         (gst_rtp_theora_depay_setcaps),
7583         (gst_rtp_theora_depay_switch_codebook),
7584         (gst_rtp_theora_depay_process),
7585         (gst_rtp_theora_depay_set_property),
7586         (gst_rtp_theora_depay_get_property),
7587         (gst_rtp_theora_depay_change_state),
7588         (gst_rtp_theora_depay_plugin_init):
7589         * gst/rtp/gstrtptheoradepay.h:
7590         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7591         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7592         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7593         (gst_rtp_theora_pay_init_packet),
7594         (gst_rtp_theora_pay_flush_packet),
7595         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7596         (gst_rtp_theora_pay_handle_buffer),
7597         (gst_rtp_theora_pay_plugin_init):
7598         * gst/rtp/gstrtptheorapay.h:
7599         Add theora pay/depayloaders.
7600
7601 2006-11-06  Wim Taymans  <wim@fluendo.com>
7602
7603         * gst/rtp/Makefile.am:
7604         We depend on gsttag to generate the vorbis comments.
7605
7606         * gst/rtp/gstrtpvorbisdepay.c:
7607         (gst_rtp_vorbis_depay_parse_configuration),
7608         (gst_rtp_vorbis_depay_setcaps),
7609         (gst_rtp_vorbis_depay_switch_codebook),
7610         (gst_rtp_vorbis_depay_process):
7611         * gst/rtp/gstrtpvorbisdepay.h:
7612         Parse configuration string in the depayloader.
7613         Implement selecting and switching to a new codebook.
7614         Receiving vorbis over RTP now works.
7615
7616         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7617         (gst_rtp_vorbis_pay_init_packet),
7618         (gst_rtp_vorbis_pay_finish_headers),
7619         (gst_rtp_vorbis_pay_handle_buffer):
7620         * gst/rtp/gstrtpvorbispay.h:
7621         Set timestamps on outgoing buffers and RTP packets.
7622         Fix configuration string, prepend number of Packet headers.
7623         Fix encoding of ident string.
7624         Add delivery-method to caps.
7625         Streaming vorbis over RTP now works.
7626
7627 2006-11-06  Wim Taymans  <wim@fluendo.com>
7628
7629         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7630         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7631         (gst_rtp_vorbis_pay_handle_buffer):
7632         * gst/rtp/gstrtpvorbispay.h:
7633         Generate a valid configuration string in the caps based on the
7634         vorbis headers.
7635
7636 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7637
7638         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7639         * ext/cdio/gstcdio.h:
7640         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7641           Move CD-TEXT utility function into common file so it can also be
7642           used by a future cdioparanoiasrc.
7643
7644 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7645         
7646         * sys/v4l2/Makefile.am:
7647         * sys/v4l2/gstv4l2object.c:
7648         * sys/v4l2/gstv4l2src.c:
7649         * sys/v4l2/gstv4l2xoverlay.c:
7650         * sys/v4l2/v4l2_calls.c:
7651         * sys/v4l2/v4l2src_calls.c:
7652         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7653         xoverlay code that is still not implemented.
7654
7655 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7656
7657         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7658           We require a -base more recent than 0.10.9, so it's safe to use
7659           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7660
7661         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7662         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7663           Use _newsegment_full() now that we depend on a recent enough core.
7664
7665         * gst/wavparse/gstwavparse.c:
7666           Remove cruft that we don't need any longer now that we depend on
7667           a recent enough -base.
7668
7669 2006-10-31  Wim Taymans  <wim@fluendo.com>
7670
7671         * gst/rtp/Makefile.am:
7672         * gst/rtp/gstrtp.c: (plugin_init):
7673         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7674         (gst_rtpilbcpay_setcaps):
7675         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7676
7677 2006-10-31  Wim Taymans  <wim@fluendo.com>
7678
7679         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7680         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7681         Some small cleanups, use _scale.
7682
7683 2006-10-31  Wim Taymans  <wim@fluendo.com>
7684
7685         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7686         Use higher precision scale function.
7687
7688 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7689
7690         Patch by: Michal Benes  <michal dot benes at itonis tv>
7691
7692         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7693         (gst_matroska_demux_read_track_encodings),
7694         (gst_matroska_decode_buffer):
7695           Fix several issues with encoded/compressed/encrypted/signed tracks;
7696           also, remove superfluous newline characters from some debug
7697           statements. (#366155)
7698
7699 2006-10-30  Wim Taymans  <wim@fluendo.com>
7700
7701         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7702         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7703         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7704         (gst_smokedec_change_state):
7705         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7706         (gst_smokeenc_init), (gst_smokeenc_finalize),
7707         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7708         (gst_smokeenc_resync), (gst_smokeenc_chain),
7709         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7710         (gst_smokeenc_change_state):
7711         Various cleanups, capsnego and leak fixes.
7712
7713 2006-10-30  Wim Taymans  <wim@fluendo.com>
7714
7715         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7716
7717         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7718         Fix videomixer so that it can handle any combination of framerates.
7719         Fixes #367221.
7720
7721 2006-10-28  Wim Taymans  <wim@fluendo.com>
7722
7723         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7724         (gst_avi_demux_parse_file_header),
7725         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7726         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7727         (gst_avi_demux_chain):
7728         Fix position query for audio. also fixes timestamps in streaming
7729         mode and bug #364958.
7730         Small cleanups.
7731
7732 2006-10-27  Wim Taymans  <wim@fluendo.com>
7733
7734         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7735         * ext/libpng/gstpngenc.h:
7736         Fix strides. Fixes #364856.
7737         Cleanup capsnego.
7738         Set caps on outgoing buffers.
7739
7740 2006-10-18  Wim Taymans  <wim@fluendo.com>
7741
7742         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7743
7744         * gst/rtp/gstrtpgsmpay.c:
7745         * gst/rtp/gstrtph263pay.c:
7746         * gst/rtp/gstrtpmpapay.c:
7747         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7748         (gst_rtp_pcma_pay_handle_buffer):
7749         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7750         Add static payload numbers in addition to the dynamic ones.
7751         Fixes #361639.
7752
7753 2006-10-18  Wim Taymans  <wim@fluendo.com>
7754
7755         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7756         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7757         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7758         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7759         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7760         * gst/rtsp/rtspdefs.h:
7761         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7762         * gst/rtsp/rtspurl.h:
7763         Reuse already existing enum for lower transport.
7764         Add rtspt and rtspu protocols.
7765         Send redirect to rtspt when udp times out.
7766
7767 2006-10-18  Wim Taymans  <wim@fluendo.com>
7768
7769         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7770         (gst_wavparse_stream_data):
7771         Fix seeking some more, mostly for speed changes.
7772
7773 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7774
7775         Patch by: Fredrik Persson  <frepe at bredband net>
7776
7777         * sys/v4l2/gstv4l2tuner.c:
7778         * sys/v4l2/gstv4l2tuner.h:
7779           Fix _set_channel(): remove useless g_object_notify() for "channel"
7780           property that doesn't exist any longer and therefore now also
7781           useless redirect (#338818).
7782
7783 2006-10-17  Wim Taymans  <wim@fluendo.com>
7784
7785         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7786         Some drivers do not support unsetting the non-blocking flag once the
7787         device is opened. In those cases, close/open the device in
7788         non-blocking mode. Fixes #362673.
7789
7790 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7791
7792         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7793         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7794         (gst_v4l2src_get_fps):
7795           dear stefan, framespersecond is not frameperiod, reverting but adding
7796           comment
7797
7798 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7799
7800         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7801         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7802         (gst_v4l2src_get_fps):
7803           Numerator is numerator and denominator is denominator. Say that aloud
7804           5 times and retry after next beer.
7805
7806 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7807
7808         Patch by: Josep Torra Valles  <josep at fluendo com>
7809
7810         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7811         * ext/esd/esdsink.c: (gst_esdsink_write):
7812         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7813         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7814         (gst_flac_dec_send_newsegment):
7815         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7816         (gst_flac_enc_tell_callback):
7817         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7818         (smokecodec_parse_header), (smokecodec_decode):
7819         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7820         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7821         * gst/goom/Makefile.am:
7822         * gst/goom/gstgoom.c:
7823         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7824         * gst/rtsp/gstrtspsrc.c:
7825         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7826         * gst/udp/gstudpsink.c:
7827         * gst/udp/gstudpsrc.c:
7828         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7829         * sys/sunaudio/gstsunaudiomixertrack.h:
7830           Fix a bunch of problems discovered by the Forte compiler, mostly type
7831           mixups and pointer arithmetics with void pointers. Fixes #362603.
7832
7833 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7834
7835         * ext/speex/gstspeex.c: (plugin_init):
7836         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7837         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7838         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7839         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7840         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7841         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7842         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7843         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7844         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7845         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7846         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7847         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7848         * ext/speex/gstspeexenc.h:
7849           Miscellaneous clean-ups, among other things: speexenc => enc to
7850           enhance code readability; change speexenc => speex_enc; in chain
7851           function unref input buffer in case of error; take reference in
7852           event function; use boilerplate macro; use gst_pad_query_peer_*
7853           convenience functions.
7854
7855 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7856
7857         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7858         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7859         (gst_speexenc_set_header_on_caps):
7860           Fix some mem leaks.
7861
7862 2006-10-11  Wim Taymans  <wim@fluendo.com>
7863
7864         * gst/rtsp/URLS:
7865         Added some other URL.
7866
7867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7868         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7869         (gst_rtspsrc_open), (gst_rtspsrc_play),
7870         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7871         * gst/rtsp/gstrtspsrc.h:
7872         Work on fallback to TCP connection when the UDP socket times out.
7873         Handler server requests, just reply with OK for now.
7874
7875         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7876         * gst/rtsp/rtspdefs.h:
7877         Added some more Real extension headers.
7878
7879         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7880         Fix parsing of urls with a ':' that is not part of the hostname:port
7881         part of the url.
7882
7883 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7884
7885         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7886         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7887         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7888           Activate pad before adding it to the already-running element.
7889
7890         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7891           Activate newly-created pad too.
7892
7893 2006-10-11  Wim Taymans  <wim@fluendo.com>
7894
7895         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7896
7897         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7898         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7899         (gst_udpsrc_start):
7900         Fix some leaks in caps and uris. Fixes #361252.
7901
7902 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7903
7904         * gst/wavparse/Makefile.am:
7905           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7906
7907 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7908
7909         * sys/v4l2/gstv4l2xoverlay.c:
7910         * sys/v4l2/gstv4l2xoverlay.h:
7911         Fix build as per the patch in #338818 comment 36.
7912
7913 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7914
7915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7916           Activate pads before adding them to the source.
7917
7918 2006-10-06  Wim Taymans  <wim@fluendo.com>
7919
7920         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7921         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7922         Activate pads before adding.
7923
7924 2006-10-06  Wim Taymans  <wim@fluendo.com>
7925
7926         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7927         (gst_multipart_find_pad_by_mime):
7928         Activate pads before adding.
7929
7930         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7931         BOILERPLATE sets parent_class for us.
7932
7933 2006-10-06  Wim Taymans  <wim@fluendo.com>
7934
7935         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7936         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7937         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7938         (gst_rtspsrc_alloc_udp_ports),
7939         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7940         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7941         (gst_rtspsrc_create_transports_string),
7942         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7943         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7944         * gst/rtsp/gstrtspsrc.h:
7945         Rework how the transport string is constructed, try to share channels
7946         and udp ports.
7947         Make most of the stuff less dependant on RTP as we are also going to use
7948         it for RDT.
7949         Add support for transport specific session managers.
7950
7951         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7952         Implement _flush().
7953
7954         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7955         * gst/rtsp/rtspdefs.h:
7956         Add generic error return code.
7957
7958         * gst/rtsp/rtspext.h:
7959         Add support for pluggable tranport strings.
7960
7961         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7962         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7963         (rtsp_ext_wms_get_context):
7964         Detect WMServer and activate the extension.
7965
7966         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7967         (rtsp_transport_get_manager), (rtsp_transport_parse):
7968         * gst/rtsp/rtsptransport.h:
7969         Added methods to get mime/manager for certain transports.
7970
7971 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7972
7973         * ext/cairo/gsttimeoverlay.c:
7974         (gst_cairo_time_overlay_update_font_height):
7975         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7976         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7977         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7978         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7979         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7980         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7981         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7982         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7983         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7984         (gst_avi_demux_stream_data):
7985         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7986         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7987         (gst_fenced_buffer_copy):
7988         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7990         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7991         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7992         (gst_rtspsrc_handle_message):
7993         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7994         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7995           Printf format fixes.
7996
7997 2006-10-04  Wim Taymans  <wim@fluendo.com>
7998
7999         * gst/rtsp/Makefile.am:
8000         Dist new .h file too.
8001
8002 2006-10-04  Wim Taymans  <wim@fluendo.com>
8003
8004         * gst/rtsp/Makefile.am:
8005         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
8006         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
8007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8008         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8009         (gst_rtspsrc_parse_rtpmap),
8010         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
8011         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8012         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
8013         * gst/rtsp/gstrtspsrc.h:
8014         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8015         * gst/rtsp/rtspdefs.h:
8016         * gst/rtsp/rtspext.h:
8017         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8018         (rtsp_ext_wms_get_context):
8019         * gst/rtsp/rtspextwms.h:
8020         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8021         (rtsp_transport_parse):
8022         * gst/rtsp/rtsptransport.h:
8023         Factor out extension in separate module.
8024         Fix getcaps to filter against the padtemplate.
8025         Use Content-Base if the server gives one.
8026         Rework the transport parsing a bit for future extensions.
8027         Added some Real Header field definitions.
8028
8029 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8030
8031         * docs/plugins/Makefile.am:
8032         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8033         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8034           added v4l2 stubs
8035         * gst-plugins-good.spec.in:
8036           add v4l2
8037
8038 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8039
8040         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8041           Extract disc/album/medium number and count and try harder
8042           to extract track number/count.
8043
8044 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8045
8046         * configure.ac:
8047         * sys/Makefile.am:
8048           add build stuff for v4l2, needs --enable-experimental until
8049           the last bits are resolved
8050
8051 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8052
8053         * tests/check/Makefile.am:
8054           Disable autodetect test temporarily, so that the build bots
8055           update -bad and the ranks of unreliable video sinks in there.
8056
8057         * tests/check/elements/autodetect.c: (GST_START_TEST):
8058           Skip test if no usable videosink is found.
8059
8060 2006-09-29  Wim Taymans  <wim@fluendo.com>
8061
8062         * gst/rtsp/URLS:
8063         Add some more URLs.
8064
8065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8066         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8067         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8068         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8069         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8070         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8071         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8072         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8073         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8074         * gst/rtsp/gstrtspsrc.h:
8075         Add timeout property to control UDP timeouts.
8076         Fix error messages.
8077         Also start a loop function when operating in UDP mode so that we can
8078         do some more stuff async.
8079         Handle element messages from udpsrc to detect timeouts. If a timeout
8080         happens we currently generate an error.
8081         API: rtspsrc::timeout property.
8082
8083         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8084         (gst_udpsrc_create):
8085         Really implement the timeout in microseconds and not milliseconds.
8086
8087 2006-09-29  Wim Taymans  <wim@fluendo.com>
8088
8089         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8090         (gst_udpsrc_create), (gst_udpsrc_set_property),
8091         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8092         * gst/udp/gstudpsrc.h:
8093         Added property to post a message on timeout.
8094         Updated docs.
8095         When restarting the select, initialize the fdsets again.
8096         Init control sockets so we don't accidentally close a random socket.
8097         API: GstUDPSrc::timeout property
8098
8099 2006-09-29  Wim Taymans  <wim@fluendo.com>
8100
8101         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8102         Fix flag registration.
8103
8104         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8105         Reading 0 also means 'no more commands'
8106
8107 2006-09-29  Wim Taymans  <wim@fluendo.com>
8108
8109         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8110
8111         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8112         Fix possible infinite loop when shutting down, a read can also return
8113         0 to indicate no more messages are available. Fixes #358156.
8114
8115 2006-09-25  Wim Taymans  <wim@fluendo.com>
8116
8117         * gst/autodetect/gstautoaudiosink.c:
8118         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8119         (gst_auto_audio_sink_find_best):
8120         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8121         Small cleanups.
8122         don't try to set "sync" property when it is not available.
8123
8124 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8125
8126         Patch by: Peter Kjellerstedt  <pkj at axis com>
8127
8128         * gst/alpha/gstalpha.c:
8129         * gst/rtp/gstrtpamrdepay.c:
8130         * gst/rtsp/gstrtspsrc.c:
8131         * gst/udp/gstudpsrc.c:
8132         * gst/videomixer/videomixer.c:
8133           Include stdlib.h in some more places, makes things compile
8134           with uClibc and -Werror (#357592).
8135
8136 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8137
8138         * ext/jpeg/gstjpegdec.c:
8139           Set minimum height to 8 (from 16), our code should handle
8140           that fine. Some of the buttons on the apple trailer site
8141           are apparently only 15 pixels high (see #357470).
8142
8143 2006-09-23  Wim Taymans  <wim@fluendo.com>
8144
8145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8146         (gst_rtspsrc_open):
8147         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8148         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8149         (rtsp_connection_receive):
8150         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8151         * gst/rtsp/rtspdefs.h:
8152         Improve error reporting.
8153
8154 2006-09-23  Wim Taymans  <wim@fluendo.com>
8155
8156         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8157         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8158         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8159         * gst/rtp/gstrtpdepay.c:
8160         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8161         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8162         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8163         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8164         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8165         (gst_rtp_mp2t_depay_plugin_init):
8166         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8167         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8168         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8169         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8170         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8171         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8172         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8173         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8174         Fix klass typos.
8175         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8176
8177 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8178
8179         * configure.ac:
8180           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8181
8182 2006-09-22  Wim Taymans  <wim@fluendo.com>
8183
8184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8185         Don't check for a tag that is never there and check if we read the
8186         correct tag. Fixes seeking again.
8187         We must post an error when all pads are unlinked.
8188
8189 2006-09-22  Wim Taymans  <wim@fluendo.com>
8190
8191         * gst/rtp/Makefile.am:
8192         * gst/rtp/gstrtp.c: (plugin_init):
8193         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8194         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8195         (gst_rtp_vorbis_pay_reset_packet),
8196         (gst_rtp_vorbis_pay_init_packet),
8197         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8198         (gst_rtp_vorbis_pay_handle_buffer):
8199         More fixage, set endoder-params correctly in the payloader.
8200
8201 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8202
8203         * gst/autodetect/gstautoaudiosink.c:
8204         (gst_auto_audio_sink_base_init):
8205         * gst/autodetect/gstautovideosink.c:
8206         (gst_auto_video_sink_base_init):
8207           Make static pad templates static to appease valgrind's leak
8208           detector.
8209
8210         * tests/check/Makefile.am:
8211         * tests/check/elements/.cvsignore:
8212         * tests/check/elements/autodetect.c: (GST_START_TEST),
8213         (autodetect_suite):
8214           Add simple test for the ghostpad lockup on shutdown fixed in core
8215           CVS (audio bit disabled because it would need dozens of alsa
8216           suppressions and I'm too lazy to add those now).
8217
8218 2006-09-22  Wim Taymans  <wim@fluendo.com>
8219
8220         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8221         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8222         Small cleanups.
8223
8224         * gst/rtp/Makefile.am:
8225         * gst/rtp/gstrtp.c: (plugin_init):
8226         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8227         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8228         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8229         (gst_rtp_vorbis_depay_process),
8230         (gst_rtp_vorbis_depay_set_property),
8231         (gst_rtp_vorbis_depay_get_property),
8232         (gst_rtp_vorbis_depay_change_state),
8233         (gst_rtp_vorbis_depay_plugin_init):
8234         * gst/rtp/gstrtpvorbisdepay.h:
8235         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8236         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8237         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8238         (gst_rtp_vorbis_pay_flush_packet),
8239         (gst_rtp_vorbis_pay_append_buffer),
8240         (gst_rtp_vorbis_pay_handle_buffer),
8241         (gst_rtp_vorbis_pay_plugin_init):
8242         * gst/rtp/gstrtpvorbispay.h:
8243         Add experimental vorbis pay and depayloaders.
8244
8245 2006-09-21  Wim Taymans  <wim@fluendo.com>
8246
8247         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8248         Fix profile-level-id parsing and setup.
8249
8250 2006-09-21  Wim Taymans  <wim@fluendo.com>
8251
8252         * gst/udp/README:
8253         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8254         Update README, simple cleanup.
8255
8256 2006-09-21  Wim Taymans  <wim@fluendo.com>
8257
8258         * gst/rtp/README:
8259         Update README with some examples.
8260
8261         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8262         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8263         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8264         (gst_rtp_mp4g_pay_setcaps):
8265         * gst/rtp/gstrtpmp4gpay.h:
8266         Make optional RTP parameters of type STRING, as required by the
8267         application/x-rtp caps specification.
8268
8269 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8270
8271         * gst/rtp/gstrtph263pdepay.c:
8272         * gst/rtp/gstrtph263ppay.c:
8273         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8274         RTP header.
8275
8276 2006-09-20  Wim Taymans  <wim@fluendo.com>
8277
8278         * gst/rtp/Makefile.am:
8279         And makefile too.
8280
8281 2006-09-20  Wim Taymans  <wim@fluendo.com>
8282
8283         * gst/rtp/gstrtp.c: (plugin_init):
8284         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8285         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8286         (decode_base64), (gst_rtp_asf_depay_setcaps),
8287         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8288         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8289         (gst_rtp_asf_depay_plugin_init):
8290         * gst/rtp/gstrtpasfdepay.h:
8291         Added preliminary ASF depayloader.
8292
8293         * gst/rtp/gstrtph264depay.c: (decode_base64):
8294         Fix base64 decoding.
8295
8296 2006-09-20  Wim Taymans  <wim@fluendo.com>
8297
8298         * gst/rtsp/URLS:
8299         Added some test URLS.
8300
8301         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8302         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8303         * gst/rtsp/gstrtspsrc.h:
8304         When creating streams, give access to the complete SDP.
8305         Fix some leaks.
8306         Collect and merge global stream properties in stream caps.
8307         Preliminary support for WMServer.
8308
8309         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8310         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8311         (rtsp_connection_receive):
8312         * gst/rtsp/rtspconnection.h:
8313         Make connection interruptable.
8314         Refactor to make it reconnectable.
8315         Don't fail on short reads when reading data packets.
8316
8317         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8318         (rtsp_url_get_port):
8319         * gst/rtsp/rtspurl.h:
8320         Add methods for getting/setting the port.
8321
8322         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8323         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8324         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8325         (sdp_media_get_format), (sdp_parse_line),
8326         (sdp_message_parse_buffer):
8327         Fix headers. 
8328         Add methods for getting multiple attributes with the same name.
8329         Increase buffer size when parsing.
8330         Fix parsing of a=foo fields.
8331
8332         * gst/rtsp/test.c: (main):
8333         Update to new connection API.
8334
8335         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8336         (rtsp_message_init_response), (rtsp_message_init_data),
8337         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8338         * gst/rtsp/rtspmessage.h:
8339         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8340         * gst/rtsp/rtsptransport.h:
8341         * gst/rtsp/sdp.h:
8342         * gst/rtsp/sdpmessage.h:
8343         * gst/rtsp/gstrtsp.c:
8344         * gst/rtsp/gstrtsp.h:
8345         * gst/rtsp/gstrtpdec.c:
8346         * gst/rtsp/gstrtpdec.h:
8347         * gst/rtsp/rtsp.h:
8348         * gst/rtsp/rtspdefs.c:
8349         * gst/rtsp/rtspdefs.h:
8350         Dual licensed under MIT and LGPL now.
8351
8352 2006-09-19  Wim Taymans  <wim@fluendo.com>
8353
8354         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8355         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8356         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8357         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8358         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8359         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8360         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8361         * gst/rtsp/gstrtspsrc.h:
8362         Reorganize stream parsing and creation.
8363         Detect container formats in interleaved mode.
8364         Keep more state about the streams.
8365         Assume a server also supports PLAY if it does not say.
8366         Add unicast and interleaved properties to TCP transport requests to make
8367         some servers happy (WMServer).
8368
8369         * gst/rtsp/sdpmessage.h:
8370         Add some defines for the standard Bandwidth types.
8371
8372 2006-09-19  Wim Taymans  <wim@fluendo.com>
8373
8374         * gst/rtsp/test.c: (main):
8375         Fix build.
8376
8377 2006-09-19  Wim Taymans  <wim@fluendo.com>
8378
8379         * gst/wavparse/gstwavparse.c:
8380         Add ms-gsm to the src template.
8381
8382 2006-09-18  Wim Taymans  <wim@fluendo.com>
8383
8384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8385         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8386         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8387         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8388         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8389         * gst/rtsp/gstrtspsrc.h:
8390         Small cleanups, added documentation.
8391         Try to clean up the requests and responses.
8392         Refactor parsing the supported methods.
8393
8394         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8395         (rtsp_connection_create), (rtsp_connection_send),
8396         (parse_response_status), (parse_request_line),
8397         (rtsp_connection_receive), (rtsp_connection_close),
8398         (rtsp_connection_free):
8399         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8400         (rtsp_transport_init), (rtsp_transport_parse),
8401         (rtsp_transport_free):
8402         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8403         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8404         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8405         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8406         Use g_return_val some more.
8407
8408         * gst/rtsp/rtspdefs.h:
8409         Add more enum values to track initial states.
8410
8411         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8412         (rtsp_message_init_request), (rtsp_message_new_response),
8413         (rtsp_message_init_response), (rtsp_message_init_data),
8414         (rtsp_message_unset), (rtsp_message_free),
8415         (rtsp_message_add_header), (rtsp_message_remove_header),
8416         (rtsp_message_get_header), (rtsp_message_set_body),
8417         (rtsp_message_take_body), (rtsp_message_get_body),
8418         (rtsp_message_steal_body), (rtsp_message_dump):
8419         * gst/rtsp/rtspmessage.h:
8420         Reorder arguments, object goes as the first one.
8421         Use g_return_val some more.
8422
8423 2006-09-18  Wim Taymans  <wim@fluendo.com>
8424
8425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8426         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8427         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8428         * gst/rtsp/gstrtspsrc.h:
8429         Export sometimes source pad with correct caps on the template, create
8430         the ghostpad from the template.
8431         Remove RTCP template as we never expose RTCP.
8432         Protect against invalid body size.
8433         Avoid memcpy when creating the output buffer.
8434         Properly post an error and send EOS when the loop function is shut down.
8435
8436 2006-09-18  Wim Taymans  <wim@fluendo.com>
8437
8438         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8439
8440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8441         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8442         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8443         * gst/rtsp/gstrtspsrc.h:
8444         Make sure we can never set an invalid location.
8445
8446         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8447         * gst/rtsp/rtspmessage.h:
8448         Added _steal_body method for future use.
8449
8450         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8451         Make freeing of NULL url return immediatly.
8452
8453 2006-09-18  Wim Taymans  <wim@fluendo.com>
8454
8455         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8456
8457         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8458         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8459         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8460         (gst_rtspsrc_change_state):
8461         * gst/rtsp/gstrtspsrc.h:
8462         Use boilerplate.
8463         Make rtspsrc subclass GstBin to make state changes easier.
8464         Add Range header field on the PLAY request.
8465
8466 2006-09-18  Wim Taymans  <wim@fluendo.com>
8467
8468         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8469
8470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8471         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8472         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8473         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8474         * gst/rtsp/rtspconnection.c: (inet_aton):
8475         Small cleanups.
8476         when multicast is selected as the transport, create UDP sources and
8477         connect to the multicast group.
8478         Move parsing and setting of caps to a common place.
8479         Fixes #349894.
8480
8481 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8482
8483         * ext/flac/gstflactag.c:
8484         * gst/alpha/gstalpha.c:
8485         * gst/debug/breakmydata.c:
8486         * gst/debug/negotiation.c:
8487         * gst/debug/testplugin.c:
8488         * gst/effectv/gstaging.c:
8489         * gst/effectv/gstdice.c:
8490         * gst/effectv/gstedge.c:
8491         * gst/effectv/gstquark.c:
8492         * gst/effectv/gstrev.c:
8493         * gst/effectv/gstshagadelic.c:
8494         * gst/effectv/gstvertigo.c:
8495         * gst/effectv/gstwarp.c:
8496         * gst/multipart/multipartdemux.c:
8497         * gst/multipart/multipartmux.c:
8498         * gst/videobox/gstvideobox.c:
8499         * gst/videofilter/gstgamma.c:
8500         * gst/videofilter/gstvideotemplate.c:
8501         * gst/videomixer/videomixer.c:
8502         * sys/sunaudio/gstsunaudiosrc.h:
8503         More G_OBJECT macro fixing.
8504
8505 2006-09-16  Wim Taymans  <wim@fluendo.com>
8506
8507         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8508
8509         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8510         Correctly set the dwLength in strh.
8511         With this patch, the file duration is now displayed correctly in window
8512         media player and the AVI plays completely. Fixes #356147
8513
8514 2006-09-15  Wim Taymans  <wim@fluendo.com>
8515
8516         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8517
8518         * sys/sunaudio/gstsunaudiomixerctrl.c:
8519         (gst_sunaudiomixer_ctrl_build_list):
8520         Set the output track as the MASTER so that the gnome-settings-daemon
8521         keybindings for changing the volume using the keyboard works.
8522         Fixes #356142.
8523
8524 2006-09-15  Wim Taymans  <wim@fluendo.com>
8525
8526         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8527         Fix documentation, it is not possible to control the framerate of jpegdec
8528         using filtered caps yet. Fixes #355210.
8529         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8530         stop when there is an error.
8531
8532 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8535         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8536           Don't interpret a first buffer with an offset of NONE as
8537           'from the middle of the stream', but only a first buffer
8538           that has a valid buffer offset that's non-zero (see #345449).
8539
8540 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8541
8542         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8543         (gst_icydemux_typefind_or_forward):
8544         * gst/icydemux/gsticydemux.h:
8545           When we merge/collect multiple incoming buffers for typefinding
8546           purposes, keep an initial 0 offset on the first outgoing buffer
8547           as well (otherwise id3demux won't work right). Fixes #345449.
8548           Also Make buffer metadata writable before setting buffer caps.
8549
8550         * tests/check/elements/icydemux.c: (typefind_succeed),
8551         (cleanup_icydemux), (push_data), (GST_START_TEST),
8552         (icydemux_suite):
8553           Small test case for the above.
8554
8555 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8556
8557         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8558         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8559         (gst_avi_demux_stream_header_push),
8560         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8561         (gst_avi_demux_loop):
8562           More code reuse and better logging in _peek_chunk(). Reintroduce check
8563           for chunk sizes before reading them (avoid oom). Better handling for 
8564           invalid chunksizes when streaming.
8565
8566 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8567
8568         * gst/level/gstlevel.c: (gst_level_set_property):
8569         * gst/level/gstlevel.h:
8570           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8571           René Stadler
8572
8573 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8574
8575         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8576         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8577         (gst_avi_demux_stream_data):
8578           Revert one change to fix streaming avi (adapter size != data size).
8579
8580 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8581
8582         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8583
8584         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8585         (gst_matroska_demux_reset),
8586         (gst_matroska_demux_read_track_encodings),
8587         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8588         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8589         (gst_matroska_demux_subtitle_caps):
8590         * gst/matroska/matroska-ids.h:
8591           Add support for VOBSUB subtitle tracks and zlib-compressed
8592           tracks. Make sure we start on a keyframe after a seek. (#343348)
8593
8594 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8595
8596         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8597         (gst_matroska_demux_push_flac_codec_priv_data),
8598         (gst_matroska_demux_push_xiph_codec_priv_data),
8599         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8600         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8601         * gst/matroska/matroska-ids.h:
8602           Add basic FLAC support (#311586), not perfect yet though, needs some
8603           tweaking in flacdec; also, seeking could be better.
8604           Do better bounds checking when deserialising vorbis stream headers
8605           to make sure we don't read beyond the end of the buffer on bad input.
8606
8607 2006-09-04  Wim Taymans  <wim@fluendo.com>
8608
8609         Patch by: Alessandro Decina <alessandro at nnva dot org>
8610
8611         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8612         Seeking back in a file containing a CMML stream errors out if the seek
8613         goes back up to the CMML headers. This is because after the seek the xml
8614         processing instruction <?xml ...?> is submitted to the xml parser again, 
8615         which results in an error. The attached patch fixes the problem. 
8616         Fixes #353908.
8617
8618         * ext/annodex/gstcmmlenc.h:
8619         Fix authors name.
8620
8621
8622 2006-08-28  Andy Wingo  <wingo@pobox.com>
8623
8624         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8625         New helper function to lessen the ifdefs.
8626         (GST_INFO_OBJECT): 
8627         (gst_dv1394src_iso_receive): Use it.
8628         (gst_dv1394src_create): Also use the control sockets in iec61883
8629         mode.
8630         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8631         handle for AVC operations; fixes #348233.
8632
8633 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8634
8635         * configure.ac:
8636         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8637         * docs/plugins/inspect/plugin-audiofx.xml:
8638         * docs/plugins/inspect/plugin-audiofxgood.xml:
8639         * gst/audiofx/Makefile.am:
8640         * gst/audiofx/audiofx.c:
8641         * gst/audiofxgood/.cvsignore:
8642         * gst/audiofxgood/Makefile.am:
8643         * gst/audiofxgood/audiofx.c:
8644         * gst/audiofxgood/audiopanorama.c:
8645         * gst/audiofxgood/audiopanorama.h:
8646           Rename again (audiofxgood -> audiofx).
8647
8648 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8649
8650         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8651         (gst_avi_demux_stream_scan):
8652           Initialze variables.
8653
8654 2006-08-25  Wim Taymans  <wim@fluendo.com>
8655
8656         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8657         (gst_avi_demux_init), (gst_avi_demux_finalize),
8658         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8659         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8660         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8661         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8662         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8663         (gst_avi_demux_massage_index),
8664         (gst_avi_demux_calculate_durations_from_index),
8665         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8666         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8667         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8668         (gst_avi_demux_change_state):
8669         * gst/avi/gstavidemux.h:
8670         More attempts to turn this into readable code.
8671         Don't leak adapters.
8672         Calculate duration according to index more efficiently.
8673         Don't try to act like we drive the pipeline in chain mode.
8674
8675 2006-08-25  Wim Taymans  <wim@fluendo.com>
8676
8677         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8678         Fix build.
8679
8680 2006-08-25  Wim Taymans  <wim@fluendo.com>
8681
8682         Patch by: Alessandro Decina <alessandro at nnva dot org>
8683
8684         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8685         Do some extra sanity checks.
8686         Fixes #350340.
8687
8688         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8689         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8690         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8691         Check if clip->start_time is valid before adding the clip to the
8692         track list.
8693         Reset enc->preamble going from PAUSED to READY.
8694         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8695         only used for EOS.
8696         Only post an error message if we were the one that created the fatal
8697         GstFlowReturn value.
8698
8699         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8700         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8701         Parse the seconds field of the npt-sec time format using %llu rather than
8702         %d and check that the value scaled by GST_SECOND doesn't overflow.
8703         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8704         Lookup a clip's track with clip->track rather than clip->id which
8705         makes no sense.
8706         Identify a clip by its track and start time and not its xml id.
8707         do some more input checking and make sure we don't do undefined shifts.
8708
8709         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8710         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8711         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8712         (push_clip), (push_empty_clip), (check_output_clip),
8713         (GST_START_TEST), (cmmldec_suite):
8714         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8715         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8716         (check_headers), (push_clip), (check_clip_times), (check_clip),
8717         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8718         Added some more checks.
8719
8720 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8721
8722         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8723         (gst_audio_panorama_set_property),
8724         (gst_audio_panorama_get_property),
8725         (gst_audio_panorama_transform_m2s_int),
8726         (gst_audio_panorama_transform_s2s_int),
8727         (gst_audio_panorama_transform_m2s_float),
8728         (gst_audio_panorama_transform_s2s_float):
8729         * gst/audiofxgood/audiopanorama.h:
8730         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8731           Make also the pan-property float (saves scaling and yields better
8732           resolution)
8733
8734 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8735
8736         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8737         (gst_audio_panorama_transform_m2s_float),
8738         (gst_audio_panorama_transform_s2s_float):
8739           ChangeLog surgery to add cymax's real name
8740
8741
8742 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8743
8744         Patch by: René Stadler <mail@renestadler.de>
8745
8746         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8747         (gst_audio_panorama_transform_m2s_int),
8748         (gst_audio_panorama_transform_s2s_int),
8749         (gst_audio_panorama_transform_m2s_float),
8750         (gst_audio_panorama_transform_s2s_float),
8751         (gst_audio_panorama_transform):
8752         * gst/audiofxgood/audiopanorama.h:
8753           Added float support
8754
8755 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8756
8757         * gst/audiofxgood/audiopanorama.c:
8758         (gst_audio_panorama_transform_m2s):
8759           Fix docs & debug category. Add Fixme for volume pan levels.
8760
8761 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8762
8763         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8764         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8765         (gst_avi_demux_stream_header_pull),
8766         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8767         (gst_avi_demux_chain):
8768           unbreak AVI index handling, some more debug, remove an obsolete
8769           adapter_flush that caused streaming to wander off in the wild
8770
8771 2006-08-24  Wim Taymans  <wim@fluendo.com>
8772
8773         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8774         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8775         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8776         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8777         (gst_avi_demux_calculate_durations_from_index),
8778         (gst_avi_demux_stream_header_push),
8779         (gst_avi_demux_stream_header_pull):
8780         * gst/avi/gstavidemux.h:
8781         Some more cleanups. 
8782         Fix totalFrames parsing in ODML.
8783         Disable use of index for length calculation in case of ODML as this is
8784         broken now.
8785
8786 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8789           Use libgsttag helper function here too.
8790
8791 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8792
8793         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8794         (gst_avi_demux_init), (gst_avi_demux_dispose),
8795         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8796         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8797         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8798         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8799         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8800         (gst_avi_demux_parse_subindex),
8801         (gst_avi_demux_read_subindexes_push),
8802         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8803         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8804         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8805         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8806         (gst_avi_demux_stream_header_pull),
8807         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8808         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8809         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8810         (gst_avi_demux_change_state):
8811         * gst/avi/gstavidemux.h:
8812           Initial streaming support for avidemux (fixes #336465)
8813
8814 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8815
8816         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8817           There is no taglibmux element ...
8818
8819         * gst/rtsp/gstrtspsrc.c:
8820           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8821           was complaining about unknown entity here.
8822
8823 2006-08-22  Wim Taymans  <wim@fluendo.com>
8824
8825         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8826         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8827         (gst_avi_demux_process_next_entry):
8828         * gst/avi/gstavidemux.h:
8829         Mark DISCONT.
8830         Remove old unused fields and reorder the struct a bit.
8831
8832 2006-08-22  Wim Taymans  <wim@fluendo.com>
8833
8834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8835         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8836         (gst_rtspsrc_pause):
8837         * gst/rtsp/gstrtspsrc.h:
8838         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8839         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8840         Small documentation updates.
8841
8842 2006-08-22  Wim Taymans  <wim@fluendo.com>
8843
8844         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8845         (gst_avi_demux_index_entry_for_time),
8846         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8847         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8848         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8849         (gst_avi_demux_next_data_buffer),
8850         (gst_avi_demux_calculate_durations_from_index),
8851         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8852         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8853         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8854         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8855         * gst/avi/gstavidemux.h:
8856         Precalc most of the duration query for each stream.
8857         Make seeking more correct.
8858         Use GstSegment to track position and duration.
8859         Code cleanups and leak fixes.
8860         Calculate correct total duration based on index length.
8861
8862 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8863
8864         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8865         (parse_insert_string_field):
8866           If strings in text fields are marked ISO8859-1, but contain
8867           valid UTF-8 already, then handle them as UTF-8 and ignore
8868           the encoding. (#351794)
8869
8870 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8871
8872         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8873         (gst_flac_dec_write), (gst_flac_dec_loop),
8874         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8875         (gst_flac_dec_src_query):
8876         * ext/flac/gstflacdec.h:
8877           Make flac-in-ogg work (#352100).
8878
8879 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8880
8881         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8882           Don't unref buffers of which we've already given away
8883           ownership to the adapter.
8884
8885 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8888           Make metadata extraction actually work.
8889
8890         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8891         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8892         (gst_speexenc_chain):
8893           Fix metadata writing: replace old code which wrote completely
8894           broken tags with libgsttag-based code. Plus miscellaneous
8895           code cleanups (use static pad templates etc.) and a bunch
8896           of leak fixes.
8897
8898 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8899
8900         * gst/audiopanorama/.cvsignore:
8901         * gst/audiopanorama/Makefile.am:
8902         * gst/audiopanorama/audiofx.c:
8903         * gst/audiopanorama/audiopanorama.c:
8904         * gst/audiopanorama/audiopanorama.h:
8905           die! die! die! you should never have been there
8906
8907 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8908
8909         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8910         Fix invalid memory access in audiopanorama test suite.
8911
8912 2006-08-21  Edward Hervey  <edward@fluendo.com>
8913
8914         * tests/check/elements/.cvsignore:
8915         ignore built file
8916
8917 2006-08-21  Wim Taymans  <wim@fluendo.com>
8918
8919         * gst/rtp/Makefile.am:
8920         Fix the build again.
8921
8922 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8923
8924         * gst/audiofxgood/.cvsignore:
8925         * gst/audiofxgood/Makefile.am:
8926         * gst/audiofxgood/audiofx.c: (plugin_init):
8927         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8928         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8929         (gst_audio_panorama_set_property),
8930         (gst_audio_panorama_get_property),
8931         (gst_audio_panorama_get_unit_size),
8932         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8933         (gst_audio_panorama_transform_m2s),
8934         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8935         * gst/audiofxgood/audiopanorama.h:
8936           resubmit with the desired name *again*
8937
8938 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8939
8940         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8941         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8942           use g_assert in _get_unit_size
8943
8944 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8945
8946         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8948         * docs/plugins/inspect/plugin-audiofxgood.xml:
8949           cleanup -unused.txt to make it useful, add previously missing docs
8950
8951         * ext/Makefile.am:
8952           Quietly (accidentally) enable LADSPA for building by default, 
8953           despite the fact that it doesn't meet the plugin checklist.
8954             -- Added by Jan Schmidt 18 Dec 2006
8955
8956         * ext/esd/esdmon.c:
8957         * ext/esd/esdsink.c:
8958         * ext/esd/gstesd.c: (plugin_init):
8959           reflow to get rid of two external symbols
8960
8961         * gst/audiofxgood/audiofx.c: (plugin_init):
8962           re-add
8963
8964 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8965
8966         * configure.ac:
8967         * gst/audiofxgood/.cvsignore:
8968         * gst/audiofxgood/Makefile.am:
8969         * gst/audiofxgood/audiofx.c
8970         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8971         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8972         (gst_audio_panorama_set_property),
8973         (gst_audio_panorama_get_property),
8974         (gst_audio_panorama_get_unit_size),
8975         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8976         (gst_audio_panorama_transform_m2s),
8977         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8978         * gst/audiofxgood/audiopanorama.h:
8979         * tests/check/Makefile.am:
8980         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8981         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8982         (panorama_suite), (main):
8983         Add audiofxgood plugin with audiopanorama element
8984
8985 2006-08-18  Wim Taymans  <wim@fluendo.com>
8986
8987         * docs/plugins/Makefile.am:
8988         More Oss docs fixage. 
8989
8990 2006-08-18  Wim Taymans  <wim@fluendo.com>
8991
8992         * gst/rtp/Makefile.am:
8993         * gst/rtp/gstrtp.c: (plugin_init):
8994         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8995         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8996         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8997         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8998         (gst_rtp_sv3v_depay_get_property),
8999         (gst_rtp_sv3v_depay_change_state),
9000         (gst_rtp_sv3v_depay_plugin_init):
9001         * gst/rtp/gstrtpsv3vdepay.h:
9002         Added experimental SVQ3 depayloader.
9003
9004 2006-08-18  Edward Hervey  <edward@fluendo.com>
9005
9006         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
9007         (gst_dvdemux_loop), (gst_dvdemux_change_state):
9008         * ext/dv/gstdvdemux.h:
9009         When handling seek requests, don't send the newsegment event from the
9010         calling thread. Instead save it so it can be sent from the streaming
9011         thread.
9012
9013 2006-08-17  Wim Taymans  <wim@fluendo.com>
9014
9015         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9016
9017         * gst/multipart/multipartdemux.c: (multipart_parse_header):
9018         Accept leading whitespace before the boundary
9019         This patch makes the demuxer allow some whitespace before the actual
9020         boundary. This makes the demuxer work with the ``old'' gstreamer
9021         multipartmuxer again (which placed an extra \n before the start
9022         of the stream) Fixes #349068.
9023
9024 2006-08-17  Wim Taymans  <wim@fluendo.com>
9025
9026         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9027         Error out on non-implemented stuff.
9028
9029 2006-08-16  Wim Taymans  <wim@fluendo.com>
9030
9031         Patch by: Andy Wingo <wingo at pobox dot com>
9032
9033         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9034         (gst_signal_processor_start), (gst_signal_processor_stop),
9035         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9036         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9037         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9038         (gst_signal_processor_change_state):
9039         Make ladspa elements reusable. Fixes #350006.
9040
9041 2006-08-16  Wim Taymans  <wim@fluendo.com>
9042
9043         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9044         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9045         names as possible. Fixes #349901.
9046
9047 2006-08-16  Wim Taymans  <wim@fluendo.com>
9048
9049         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9050         (gst_signal_processor_do_pushes):
9051         A push() gives away our refcount so we should not use the buffer on the
9052         pen anymore.
9053
9054 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9057         (gst_oss_mixer_element_finalize):
9058           Don't leak device string.
9059
9060 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         * configure.ac:
9063           Require CVS of GStreamer core and -base (for
9064           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9065
9066         * ext/taglib/gstid3v2mux.cc:
9067           Write extended comment tags properly (#348762).
9068
9069         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9070         (parse_comment_frame):
9071           Extract COMM frames into extended comments, which makes it
9072           easier to properly retain the description bit of the tag
9073           and maintain this information when re-tagging (#348762).
9074
9075 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * tests/check/Makefile.am:
9078           Don't try to run annodex unit tests if the annodex
9079           plugin has not been built (Fixes #351116).
9080
9081 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * gst/autodetect/gstautoaudiosink.c:
9084         (gst_auto_audio_sink_find_best):
9085           When we can't find a usable audiosink, don't error out,
9086           but use a fake sink instead and post a warning message
9087           on the bus (#341278).
9088
9089 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9092         * sys/oss/gstosssink.c:
9093         * sys/oss/gstosssrc.c:
9094           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9095           ossmixer's new device property.
9096
9097         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9098         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9099           Add docs for OSS elements.
9100
9101         * docs/plugins/inspect/plugin-aasink.xml:
9102         * docs/plugins/inspect/plugin-alaw.xml:
9103         * docs/plugins/inspect/plugin-alpha.xml:
9104         * docs/plugins/inspect/plugin-alphacolor.xml:
9105         * docs/plugins/inspect/plugin-annodex.xml:
9106         * docs/plugins/inspect/plugin-apetag.xml:
9107         * docs/plugins/inspect/plugin-auparse.xml:
9108         * docs/plugins/inspect/plugin-autodetect.xml:
9109         * docs/plugins/inspect/plugin-avi.xml:
9110         * docs/plugins/inspect/plugin-cacasink.xml:
9111         * docs/plugins/inspect/plugin-cairo.xml:
9112         * docs/plugins/inspect/plugin-cdio.xml:
9113         * docs/plugins/inspect/plugin-cutter.xml:
9114         * docs/plugins/inspect/plugin-debug.xml:
9115         * docs/plugins/inspect/plugin-dv.xml:
9116         * docs/plugins/inspect/plugin-efence.xml:
9117         * docs/plugins/inspect/plugin-effectv.xml:
9118         * docs/plugins/inspect/plugin-esdsink.xml:
9119         * docs/plugins/inspect/plugin-flac.xml:
9120         * docs/plugins/inspect/plugin-flxdec.xml:
9121         * docs/plugins/inspect/plugin-gconfelements.xml:
9122         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9123         * docs/plugins/inspect/plugin-goom.xml:
9124         * docs/plugins/inspect/plugin-halelements.xml:
9125         * docs/plugins/inspect/plugin-icydemux.xml:
9126         * docs/plugins/inspect/plugin-id3demux.xml:
9127         * docs/plugins/inspect/plugin-jpeg.xml:
9128         * docs/plugins/inspect/plugin-level.xml:
9129         * docs/plugins/inspect/plugin-matroska.xml:
9130         * docs/plugins/inspect/plugin-mulaw.xml:
9131         * docs/plugins/inspect/plugin-multipart.xml:
9132         * docs/plugins/inspect/plugin-navigationtest.xml:
9133         * docs/plugins/inspect/plugin-ossaudio.xml:
9134         * docs/plugins/inspect/plugin-png.xml:
9135         * docs/plugins/inspect/plugin-rtp.xml:
9136         * docs/plugins/inspect/plugin-rtsp.xml:
9137         * docs/plugins/inspect/plugin-shout2send.xml:
9138         * docs/plugins/inspect/plugin-smpte.xml:
9139         * docs/plugins/inspect/plugin-speex.xml:
9140         * docs/plugins/inspect/plugin-taglib.xml:
9141         * docs/plugins/inspect/plugin-udp.xml:
9142         * docs/plugins/inspect/plugin-videobalance.xml:
9143         * docs/plugins/inspect/plugin-videobox.xml:
9144         * docs/plugins/inspect/plugin-videoflip.xml:
9145         * docs/plugins/inspect/plugin-videomixer.xml:
9146         * docs/plugins/inspect/plugin-wavenc.xml:
9147         * docs/plugins/inspect/plugin-wavparse.xml:
9148         * docs/plugins/inspect/plugin-ximagesrc.xml:
9149           Update to CVS version.
9150           
9151 2006-08-16  Wim Taymans  <wim@fluendo.com>
9152
9153         * gst/rtp/gstrtpamrdepay.c:
9154         * gst/rtp/gstrtpmp4gdepay.c:
9155         Caps extra properties must be defined as strings for
9156         depayloaders because they are generated from an SDP.
9157
9158         * gst/rtp/Makefile.am:
9159         * gst/rtp/gstrtp.c: (plugin_init):
9160         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9161         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9162         (gst_rtp_h264_depay_finalize), (decode_base64),
9163         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9164         (gst_rtp_h264_depay_set_property),
9165         (gst_rtp_h264_depay_get_property),
9166         (gst_rtp_h264_depay_change_state),
9167         (gst_rtp_h264_depay_plugin_init):
9168         * gst/rtp/gstrtph264depay.h:
9169         Added basic, not completely functional RFC 3984 H264 depayloader.
9170
9171 2006-08-16  Wim Taymans  <wim@fluendo.com>
9172
9173         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9174         Add pads after setting them up.
9175
9176         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9177         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9178         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9179         (gst_rtspsrc_stream_setup_rtp),
9180         (gst_rtspsrc_stream_configure_transport),
9181         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9182         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9183         (gst_rtspsrc_pause):
9184         * gst/rtsp/gstrtspsrc.h:
9185         Fix interleaved mode.
9186          - Protect streaming with lock.
9187          - Combine flows
9188          - set caps on outgoing buffers.
9189          - strip trailing \0 from data packets.
9190          - Configure RTP/RTCP in stream.
9191         Use DEBUG_OBJECT more.
9192
9193 2006-08-16  Wim Taymans  <wim@fluendo.com>
9194
9195         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9196         Turn a g_print into a DEBUG line.
9197
9198 2006-08-13  Wim Taymans  <wim@fluendo.com>
9199
9200         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9201         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9202         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9203         (gst_oss_mixer_element_get_property),
9204         (gst_oss_mixer_element_change_state):
9205         * sys/oss/gstossmixerelement.h:
9206         Small cleanups. Better error reporting.
9207         Add device property for the mixer instead of the hardcoded
9208         /dev/mixer. Fixes #350785.
9209         API: GstOssMixerElement::device property
9210
9211 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9212
9213         Patch by: Jens Granseuer <jensgr at gmx net>
9214
9215         * gconf/Makefile.am:
9216           Make --disable-schemas work right (they still need
9217           to be copied to the installation directory, just not
9218           applied). Fixes #351347 (also #344100).
9219           
9220 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9221
9222         * configure.ac: back to HEAD
9223
9224 === release 0.10.4 ===
9225
9226 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9227
9228         * configure.ac:
9229           releasing 0.10.4, "Dear Leader"
9230
9231 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9232
9233         Patch by: Edward Hervey <edward@fluendo.com>
9234
9235         * configure.ac:
9236         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9237         (gst_wavparse_stream_data):
9238         Send the newsegment event in the streaming thread.
9239         Fixes #347529
9240
9241 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9244         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9245         (gst_smokeenc_resync), (gst_smokeenc_chain):
9246           Refuse sink caps in the encoder if width or height is not a
9247           multiple of 16, the encoder does not support that yet (#349939);
9248           along the same lines, check the return value of the encoder
9249           setup function; also remove some debug log clutter.
9250
9251 2006-08-04  Andy Wingo  <wingo@pobox.com>
9252
9253         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9254         whether a processor can work in place or not, and for keeping
9255         track of its state. Change the FlowReturn instance variable from
9256         "state" to "flow_state", all callers changed.
9257
9258         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9259         (gst_signal_processor_start, gst_signal_processor_stop)
9260         (gst_signal_processor_cleanup): New functions to manage the
9261         processor's state.
9262         (gst_signal_processor_setcaps): start() as well as setup() here.
9263         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9264         (gst_signal_processor_change_state): Stop and cleanup the
9265         processor as we go to NULL.
9266
9267         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9268         INPLACE_BROKEN is not set.
9269
9270         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9271         Do the alloc_buffer in bytes, not frames.
9272         
9273 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9274
9275         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9276         Fix rgb masks when recording in < 24bpp.
9277
9278 2006-08-04  Andy Wingo  <wingo@pobox.com>
9279
9280         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9281         (gst_signal_processor_prepare)
9282         (gst_signal_processor_update_inputs)
9283         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9284         (gst_signal_processor_flush)
9285         (gst_signal_processor_sink_activate_push)
9286         (gst_signal_processor_src_activate_pull)
9287         (gst_signal_processor_change_state): Remove the last of the code
9288         that assumes that we process whole buffers at a time. Fix some
9289         debugging. Seems to work now in some cases.
9290         (gst_signal_processor_src_activate_pull): BPB
9291
9292 2006-08-01  Andy Wingo  <wingo@pobox.com>
9293
9294         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9295         Fix nframes-choosing.
9296         (gst_signal_processor_init): Init pending_in and pending_out.
9297
9298         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9299         more default sample rate, although we never check that the sample
9300         rate actually gets set. Something for the future.
9301         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9302         (gst_signal_processor_event): Refcount fixen.
9303         (gst_signal_processor_process): Pull the number of frames to
9304         process from the sizes of the buffers in the input pens.
9305         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9306         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9307         it instead of buffer_frames.
9308         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9309         to do_pulls.
9310         (gst_signal_processor_chain)
9311         (gst_signal_processor_sink_activate_push)
9312         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9313
9314         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9315
9316 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9317
9318         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9319         (gst_signal_processor_process):
9320           don't query buffer-frames from caps, add lots of debug-log,
9321           try fix for assert (#349189)
9322
9323 2006-07-31  Wim Taymans  <wim@fluendo.com>
9324
9325         * gst/udp/gstudpsrc.c:
9326         Fix docs.
9327
9328 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9329
9330         * ext/ladspa/gstsignalprocessor.c:
9331         (gst_signal_processor_add_pad_from_template),
9332         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9333         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9334         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9335         (gst_signal_processor_sink_activate_push),
9336         (gst_signal_processor_src_activate_pull),
9337         (gst_signal_processor_change_state):
9338          Add debugs logs here and there, add more error handling, add some
9339          FIXME comments, filed #349189
9340
9341 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9342
9343         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9344         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9345         Set caps on buffer correctly.  Fixes bug #349155.
9346
9347 2006-07-28  Wim Taymans  <wim@fluendo.com>
9348
9349         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9350
9351         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9352         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9353         (gst_multipart_demux_finalize), (get_line_end),
9354         (multipart_parse_header), (multipart_find_boundary),
9355         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9356         (gst_multipart_set_property), (gst_multipart_get_property):
9357         Uses GstAdapter instead of own buffering.
9358         Actually parses the mime-type correctly (In tests the mime-type was
9359         always "" with the old version).
9360         Uses the Content-length header if available to speed up things.
9361         Reliably autoscans the boundary name by default.
9362         Fixes #349068.
9363
9364         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9365         Don't start the stream with a \n.
9366
9367 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9368
9369         Patch by: Brian Cameron <brian dot cameron at sun com>
9370
9371         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9372           Open source with O_NONBLOCK (#349015).
9373
9374 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9375
9376         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9377         (gst_avi_demux_massage_index):
9378         * gst/avi/gstavidemux.h:
9379           Whitespace fixes and more debug
9380
9381 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9382
9383         * gst/autodetect/gstautoaudiosink.c:
9384         (gst_auto_audio_sink_create_element_with_pretty_name),
9385         (gst_auto_audio_sink_find_best),
9386         (gst_auto_audio_sink_change_state):
9387           Get rid of old and unused magic sound-server properties stuff.
9388           Add suffix to child sink's name that makes it easy to see from
9389           the name alone which type it actually is (alsa, oss, esd, etc.).
9390
9391 2006-07-27  Wim Taymans  <wim@fluendo.com>
9392
9393         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9394         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9395         (gst_udpsrc_start):
9396         * gst/udp/gstudpsrc.h:
9397         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9398         not some sort of feature we enable.
9399
9400 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9401
9402         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9403           Use CLOSE_SOCKET() here instead of close() to maintain
9404           win32 workiness.
9405
9406 2006-07-27  Wim Taymans  <wim@fluendo.com>
9407
9408         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9409
9410         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9411         (gst_udpsrc_create), (gst_udpsrc_set_property),
9412         (gst_udpsrc_get_property), (gst_udpsrc_start):
9413         * gst/udp/gstudpsrc.h:
9414         Added "buffer-size" property to control the kernel receive buffer size.
9415         Update documentation.
9416         Small cleanups. Fixes #348752.
9417         API: buffer-size property
9418
9419 2006-07-26  Wim Taymans  <wim@fluendo.com>
9420
9421         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9422
9423         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9424         (gst_rtp_pcma_pay_handle_buffer):
9425         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9426         (gst_rtp_pcmu_pay_handle_buffer):
9427         Fix timestamp calculation on outgoing RTP packets.
9428         Fixes #348675.
9429
9430 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9431
9432         * ext/taglib/gstid3v2mux.cc:
9433           Fix writing of comment frames (should be COMM not TCOM),
9434           is still sub-optimal though, since we don't retain or
9435           extract the comment descriptions properly (#334375,
9436           also see #334375).
9437
9438 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9439
9440         * gst/wavparse/gstwavparse.c:
9441           #define 'fact' RIFF chunk if we are not compiling against
9442           -base CVS (we don't want to depend on -base CVS for this
9443           one define only, and also not for release order reasons).
9444
9445 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9446
9447         * ext/taglib/gstid3v2mux.cc:
9448           Handle multiple tags of the same type properly. Re-inject
9449           unparsed ID3v2 frames that we get as binary blobs from
9450           id3demux into the tag again so we don't lose information
9451           when retagging (#334375).
9452
9453 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9454
9455         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9456           Document newly-added properties properly, so that there is a
9457           'Since: 0.10.4' in the plugin docs. Convert some property
9458           names into canonical GObject style (GObject will do that
9459           internally anyway).
9460
9461 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * gst/id3demux/id3tags.c:
9464         (id3demux_add_id3v2_frame_blob_to_taglist):
9465           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9466           well, and add the version to the blob's buffer caps, since that
9467           information will be needed for deserialisation later on (#348644).
9468
9469 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9470
9471         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9472         (gst_avi_demux_parse_stream):
9473          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9474          indentation and spacing.
9475
9476 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9477
9478         * docs/plugins/Makefile.am:
9479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9481         * docs/plugins/gst-plugins-good-plugins.args:
9482         * docs/plugins/inspect/plugin-1394.xml:
9483         * docs/plugins/inspect/plugin-aasink.xml:
9484         * docs/plugins/inspect/plugin-alaw.xml:
9485         * docs/plugins/inspect/plugin-alpha.xml:
9486         * docs/plugins/inspect/plugin-alphacolor.xml:
9487         * docs/plugins/inspect/plugin-annodex.xml:
9488         * docs/plugins/inspect/plugin-apetag.xml:
9489         * docs/plugins/inspect/plugin-auparse.xml:
9490         * docs/plugins/inspect/plugin-autodetect.xml:
9491         * docs/plugins/inspect/plugin-avi.xml:
9492         * docs/plugins/inspect/plugin-cacasink.xml:
9493         * docs/plugins/inspect/plugin-cairo.xml:
9494         * docs/plugins/inspect/plugin-cdio.xml:
9495         * docs/plugins/inspect/plugin-cutter.xml:
9496         * docs/plugins/inspect/plugin-debug.xml:
9497         * docs/plugins/inspect/plugin-dv.xml:
9498         * docs/plugins/inspect/plugin-efence.xml:
9499         * docs/plugins/inspect/plugin-effectv.xml:
9500         * docs/plugins/inspect/plugin-esdsink.xml:
9501         * docs/plugins/inspect/plugin-flac.xml:
9502         * docs/plugins/inspect/plugin-flxdec.xml:
9503         * docs/plugins/inspect/plugin-gconfelements.xml:
9504         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9505         * docs/plugins/inspect/plugin-goom.xml:
9506         * docs/plugins/inspect/plugin-halelements.xml:
9507         * docs/plugins/inspect/plugin-icydemux.xml:
9508         * docs/plugins/inspect/plugin-id3demux.xml:
9509         * docs/plugins/inspect/plugin-jpeg.xml:
9510         * docs/plugins/inspect/plugin-level.xml:
9511         * docs/plugins/inspect/plugin-matroska.xml:
9512         * docs/plugins/inspect/plugin-mulaw.xml:
9513         * docs/plugins/inspect/plugin-multipart.xml:
9514         * docs/plugins/inspect/plugin-navigationtest.xml:
9515         * docs/plugins/inspect/plugin-ossaudio.xml:
9516         * docs/plugins/inspect/plugin-png.xml:
9517         * docs/plugins/inspect/plugin-rtp.xml:
9518         * docs/plugins/inspect/plugin-rtsp.xml:
9519         * docs/plugins/inspect/plugin-shout2send.xml:
9520         * docs/plugins/inspect/plugin-smpte.xml:
9521         * docs/plugins/inspect/plugin-speex.xml:
9522         * docs/plugins/inspect/plugin-udp.xml:
9523         * docs/plugins/inspect/plugin-videobalance.xml:
9524         * docs/plugins/inspect/plugin-videobox.xml:
9525         * docs/plugins/inspect/plugin-videoflip.xml:
9526         * docs/plugins/inspect/plugin-videomixer.xml:
9527         * docs/plugins/inspect/plugin-wavenc.xml:
9528         * docs/plugins/inspect/plugin-wavparse.xml:
9529         * docs/plugins/inspect/plugin-ximagesrc.xml:
9530           Update files to CVS/Prerelease version, add esdsink docs.
9531
9532         * ext/esd/esdsink.c:
9533           Add gtk-doc blurb.
9534
9535         * gst/rtp/gstrtpmp4vpay.c:
9536           Fix typo in element description.
9537
9538 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9539
9540         * ext/esd/esdsink.c: (gst_esdsink_open),
9541         (gst_esdsink_factory_init):
9542           Prevent libesd from auto-spawning a sound daemon if it
9543           is not already running. Now that we don't do evil stuff
9544           like that any longer we can give esdsink a rank so that
9545           autoaudiosink will try it as well if all other audio
9546           sinks fail (#343051).
9547
9548 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * ext/esd/Makefile.am:
9551           Oops, need to remove README from EXTRA_DIST as well.
9552
9553 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9554
9555         * ext/esd/README:
9556           Remove, it contains nothing useful anyway.
9557
9558         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9559         (gst_esdsink_delay):
9560           Some small clean-ups; use GST_BOILERPLATE etc.
9561
9562 2006-07-24  Wim Taymans  <wim@fluendo.com>
9563
9564         * gst/law/alaw-decode.c: (alawdec_getcaps):
9565         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9566         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9567         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9568         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9569
9570 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9571
9572         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9573         (gst_wavparse_other), (gst_wavparse_perform_seek),
9574         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9575         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9576         (gst_wavparse_pad_query):
9577         * gst/wavparse/gstwavparse.h:
9578           Use information from 'fact' chunk for length calculation of compressed
9579           samples. Calculate bps if bogus value is found in wav header (embeded
9580           mp2/mp3).
9581           
9582
9583 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9584
9585         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9586
9587         * configure.ac:
9588         * gst/udp/Makefile.am:
9589         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9590         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9591         * gst/udp/gstdynudpsink.h:
9592         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9593         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9594         * gst/udp/gstmultiudpsink.h:
9595         * gst/udp/gstudp.c: (plugin_init):
9596         * gst/udp/gstudpsink.h:
9597         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9598         (gst_udpsrc_start), (gst_udpsrc_stop):
9599         * gst/udp/gstudpsrc.h:
9600         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9601         (gst_udp_net_utils_win32_wsa_startup):
9602         * gst/udp/gstudpnetutils.h:
9603           Port udp plugin to win32 (#345288).
9604
9605 2006-07-24  Wim Taymans  <wim@fluendo.com>
9606
9607         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9608         Remove unwanted DEBUG line.
9609
9610 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9611
9612         * gst/id3demux/gstid3demux.c: (plugin_init):
9613         * gst/id3demux/id3tags.c:
9614         (id3demux_add_id3v2_frame_blob_to_taglist):
9615         * gst/id3demux/id3tags.h:
9616           On second thought, it might be wiser and more efficient
9617           not to do tag registration from a streaming thread.
9618
9619 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9620
9621         * gst/id3demux/id3tags.c:
9622         (id3demux_add_id3v2_frame_blob_to_taglist),
9623         (id3demux_id3v2_frames_to_tag_list):
9624           Put ID3v2 frames we can't parse as binary blobs into private
9625           tags, so that they are not lost when retagging, at least once
9626           id3v2mux has been taught to re-inject those frames again.
9627           See bug #334375.
9628
9629 2006-07-21  Wim Taymans  <wim@fluendo.com>
9630
9631         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9632         (gst_avi_demux_process_next_entry):
9633         Fix some leaks.
9634
9635         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9636         Don't use \n in debug lines.
9637
9638 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9639
9640         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9641         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9642           Add annodex and icydemux, cleanup the sections a bit
9643
9644 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9645
9646         Patch by: Alex Lancaster <alexl at users sourceforge net>
9647
9648         * ext/taglib/gstid3v2mux.cc:
9649           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9650           ID3v2 TSSE frames (#347898).
9651
9652 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9653
9654         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9655           Respect mpegversion for "video/mpeg" and give message in case of
9656           unhandled versions.
9657
9658 2006-07-17  Wim Taymans  <wim@fluendo.com>
9659
9660         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9661         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9662         (gst_pngdec_chain), (gst_pngdec_sink_event),
9663         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9664         (gst_pngdec_sink_activate_push):
9665         * ext/libpng/gstpngdec.h:
9666         Use statically allocated segment instead of leaking.
9667         Various cleanups.
9668         Fix flush and seek handling.
9669
9670 2006-07-16  Wim Taymans  <wim@fluendo.com>
9671
9672         * gst/rtp/Makefile.am:
9673         * gst/rtp/gstrtp.c: (plugin_init):
9674         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9675         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9676         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9677         (gst_rtp_mp4g_depay_set_property),
9678         (gst_rtp_mp4g_depay_get_property),
9679         (gst_rtp_mp4g_depay_change_state),
9680         (gst_rtp_mp4g_depay_plugin_init):
9681         * gst/rtp/gstrtpmp4gdepay.h:
9682         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9683         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9684         (gst_rtp_mp4g_pay_flush):
9685         Added simple generic mpeg4 depayloader.
9686         Fix generic mpeg4 payloader.
9687
9688 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9691           Don't try doing state changes on a NULL pointer.
9692
9693 2006-07-14  Wim Taymans  <wim@fluendo.com>
9694
9695         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9696
9697         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9698         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9699         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9700         * gst/rtp/gstrtpamrdepay.h:
9701         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9702         Fixes #321191
9703
9704 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9705
9706         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9707         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9708         Fix segfault when moving mouse pointer to the bottom right corner.
9709
9710 2006-07-12  Wim Taymans  <wim@fluendo.com>
9711
9712         * gst/rtp/Makefile.am:
9713         * gst/rtp/gstrtp.c: (plugin_init):
9714         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9715         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9716         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9717         (gst_rtp_mp2t_depay_set_property),
9718         (gst_rtp_mp2t_depay_get_property),
9719         (gst_rtp_mp2t_depay_change_state),
9720         (gst_rtp_mp2t_depay_plugin_init):
9721         * gst/rtp/gstrtpmp2tdepay.h:
9722         Added mpeg2 TS depayloader. Closing #347234.
9723
9724 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9725
9726         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9727           Remove g_assert that shouldn't be there and was triggered
9728           after trying to open a device that doesn't exist or can't
9729           be opened for some other reason (#347972).
9730
9731 2006-07-10  Edward Hervey  <edward@fluendo.com>
9732
9733         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9734         (gst_avi_demux_stream_header), (push_tag_lists):
9735         * gst/avi/gstavidemux.h:
9736         Don't push tag events found by gst_riff_parse_info() before outputting
9737         GST_EVENT_NEWSEGMENT.
9738
9739 2006-07-10  Wim Taymans  <wim@fluendo.com>
9740
9741         * gst/rtsp/Makefile.am:
9742         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9743         (rtsp_connection_close):
9744         * gst/rtsp/rtspdefs.h:
9745         replaced closesocket and close in code with one CLOSE_SOCKET. 
9746         Some more cleanups. Fixes #345301.
9747
9748 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         * gst/autodetect/gstautoaudiosink.c:
9751           Fix example pipeline in docs.
9752
9753 2006-07-10  Wim Taymans  <wim@fluendo.com>
9754
9755         Patch by: Rob Taylor <robtaylor at floopily dot org>
9756
9757         * gst/udp/gstmultiudpsink.c: (join_multicast),
9758         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9759         If a destination is added before the stream is set to PAUSED, the
9760         multicast group is not joined as the socket is not created yet. 
9761         Also TTL and LOOP should also be set. Fixes #346921.
9762
9763 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9764
9765         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9766         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9767         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9768         (gst_ximage_src_init):
9769         * sys/ximage/gstximagesrc.h:
9770         Fix use-damage property to actually work :)
9771         Add startx, starty, endx, endy properties so screencasts other than full
9772         screen ones can work.
9773
9774 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9775
9776         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9777         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9778         (gst_ximage_src_class_init), (gst_ximage_src_init):
9779         * sys/ximage/gstximagesrc.h:
9780         Add use_damage property to offer ability to choose whether to use
9781         XDamage or not.
9782
9783 2006-07-07  Wim Taymans  <wim@fluendo.com>
9784
9785         * gst/goom/filters.c: (zoomFilterSetResolution):
9786         Avoid goom coredumping by clearing memory. 
9787         Fixes 345679.
9788
9789 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9790
9791         * win32/vs6/libgstid3demux.dsp:
9792         Add a link to libgsttag-0.10.lib.
9793
9794 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9795
9796         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9797         (gst_tag_demux_read_range):
9798         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9799         (gst_id3demux_read_range):
9800           Don't return FLOW_UNEXPECTED when a buffer is before
9801           the start of the stream (which might happen with
9802           large ID3v2 tags if the tag reading was done pullrange
9803           based and we then switched to push mode later on).
9804           Fixes regression introduced by commit from June 29th.
9805
9806 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9807
9808         * ext/taglib/gstid3v2mux.cc:
9809           Make UTF-8 the default encoding when writing string
9810           tags (before, our UTF-8 strings would automatically
9811           be converted to ISO-8859-1 by taglib and written as
9812           ISO-8859-1 fields if that was possible).
9813
9814         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9815         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9816         (test_taglib_id3mux_with_tags):
9817           Add test case that makes sure our UTF-8 strings have
9818           actually been written into the tag as UTF-8.
9819
9820 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9821
9822         * configure.ac:
9823           Let's try that again.
9824
9825 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9826
9827         * configure.ac:
9828           Disable monoscope plugin for now until it fulfills
9829           all the requirements.
9830
9831 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9832
9833         * configure.ac:
9834         * gst/monoscope/Makefile.am:
9835         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9836         (gst_monoscope_class_init), (gst_monoscope_init),
9837         (gst_monoscope_finalize), (gst_monoscope_reset),
9838         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9839         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9840         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9841         (gst_monoscope_change_state), (plugin_init):
9842         * gst/monoscope/gstmonoscope.h:
9843           Port monoscope visualisation to 0.10.
9844
9845 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9846
9847         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9848         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9849           Return FLOW_UNEXPECTED when at the end of the file, not
9850           FLOW_ERROR. Fixes 'internal stream error' errors that
9851           would sometimes occur in totem when scrubbing to the
9852           end of an ID3v1 tagged mp3 file.
9853
9854 2006-07-03  Edward Hervey  <edward@fluendo.com>
9855
9856         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9857         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9858         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9859         * ext/libpng/gstpngdec.h:
9860         Implement buffer clipping/dropping using GstSegment.
9861         This provides accurate seeking.
9862
9863 2006-07-03  Edward Hervey  <edward@fluendo.com>
9864
9865         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9866         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9867         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9868         (gst_avi_demux_process_next_entry), (push_tag_lists),
9869         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9870         * gst/avi/gstavidemux.h:
9871         Proper aggregation of each stream's GstFlowReturn in order to figure out
9872         whether the task should stop or not.
9873         Don't send inline events before pushing out a NEW_SEGMENT, more
9874         specifically for GST_TAG_EVENT.
9875         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9876         sub-indexes.
9877
9878 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9879
9880         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9881
9882         * sys/sunaudio/gstsunaudiomixerctrl.c:
9883         (gst_sunaudiomixer_ctrl_build_list):
9884           Move "Monitor" slider to input tab so it works more like
9885           sdtaudiocontrol, which is what people on Solaris are used
9886           to using for their mixer program (#346259).
9887
9888 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9889
9890         * tests/check/elements/level.c: (GST_START_TEST):
9891           fix a leak, clean up at the end
9892
9893 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9894
9895         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9896         (gst_matroska_demux_send_event),
9897         (gst_matroska_demux_loop_stream_parse_id):
9898         * gst/matroska/matroska-ids.h:
9899           Send tag event after newsegment event.
9900
9901 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9902
9903         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9904         (gst_id3demux_read_range):
9905           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9906           certain cases where a read beyond the end of the file is
9907           requested. Fixes #345930.
9908
9909         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9910         (gst_tag_demux_read_range):
9911           Fix same issue here as well.
9912
9913 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9914
9915         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9916         
9917         Fix hypothetical crash.
9918
9919 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9920
9921         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9922
9923         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9924           Do not modify the ports value. If the user has turned off the
9925           built-in speakers, then we should not reset it in the prepare
9926           function, since this causes the built-in speakers to turn
9927           back on anytime the user changes a track in totem, rhythmbox,
9928           etc. (#346066).
9929
9930 2006-06-23  Wim Taymans  <wim@fluendo.com>
9931
9932         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9933         Fix double caps unref when negotiation fails.
9934
9935 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9936
9937         * ext/annodex/gstcmmldec.c:
9938         * ext/annodex/gstcmmlenc.c:
9939         * ext/annodex/gstcmmlparser.c:
9940         * ext/dv/gstdvdec.c:
9941         * ext/dv/gstdvdemux.c:
9942         * ext/gdk_pixbuf/pixbufscale.c:
9943         * ext/jpeg/gstjpegenc.c:
9944         * ext/jpeg/gstsmokedec.c:
9945         * ext/jpeg/gstsmokeenc.c:
9946         * ext/libpng/gstpngdec.c:
9947         * ext/libpng/gstpngenc.c:
9948         * ext/speex/gstspeexenc.c:
9949         * gst/alpha/gstalphacolor.c:
9950         * gst/cutter/gstcutter.c:
9951         * gst/debug/gstnavigationtest.c:
9952         * gst/icydemux/gsticydemux.c:
9953         * gst/level/gstlevel.c:
9954         * gst/multipart/multipart.c:
9955         * gst/rtp/gstrtpamrpay.c:
9956         * gst/rtp/gstrtpdepay.c:
9957         * gst/rtp/gstrtpilbcpay.c:
9958         * gst/rtp/gstrtpmp4gpay.c:
9959         * gst/rtp/gstrtpmp4vpay.c:
9960         * gst/rtsp/gstrtpdec.c:
9961         * gst/rtsp/gstrtspsrc.c:
9962         * gst/udp/gstdynudpsink.c:
9963         * gst/udp/gstmultiudpsink.c:
9964         * gst/udp/gstudpsrc.c:
9965         * gst/videobox/gstvideobox.c:
9966         * gst/videofilter/gstvideoflip.c:
9967           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9968           plus two minor macro fixes.
9969
9970 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9971
9972         * gst/matroska/matroska-demux.c:
9973         (gst_matroska_demux_check_subtitle_buffer),
9974         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9975         (gst_matroska_demux_subtitle_caps):
9976         * gst/matroska/matroska-ids.c:
9977         (gst_matroska_track_init_subtitle_context):
9978         * gst/matroska/matroska-ids.h:
9979           Try to fix up broken matroska files containing subtitle
9980           streams with non-UTF8 character encodings (courtesy of
9981           mkvmerge) using either the encoding specified in the
9982           GST_SUBTITLE_ENCODING environment variable or the
9983           current locale's character set if it is non-UTF8.
9984           Fixes #337076.
9985
9986 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9987
9988         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9989           Set image type from APIC frame as "image-type" field
9990           of GST_TAG_IMAGE buffer caps (#344605).
9991
9992 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9993
9994         * ext/flac/Makefile.am:
9995         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9996         (gst_flac_dec_reset_decoders),
9997         (gst_flac_dec_setup_seekable_decoder),
9998         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9999         (gst_flac_dec_metadata_callback),
10000         (gst_flac_dec_metadata_callback_seekable),
10001         (gst_flac_dec_metadata_callback_stream),
10002         (gst_flac_dec_error_callback),
10003         (gst_flac_dec_error_callback_seekable),
10004         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
10005         (gst_flac_dec_read_stream), (gst_flac_dec_write),
10006         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
10007         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
10008         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
10009         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
10010         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10011         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
10012         (gst_flac_dec_sink_activate_push),
10013         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10014         * ext/flac/gstflacdec.h:
10015           Support chain-based operation, should make flac-over-DAAP
10016           work (#340492).
10017
10018 2006-06-20  Wim Taymans  <wim@fluendo.com>
10019
10020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10021         Doc updates, merge some unused symbols.
10022
10023 2006-06-20  Wim Taymans  <wim@fluendo.com>
10024
10025         * docs/plugins/Makefile.am:
10026         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10027         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10028         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10029         * gst/rtsp/gstrtspsrc.c:
10030         * gst/rtsp/gstrtspsrc.h:
10031         Added documentation for the rtsp plugin. Fixes #345393.
10032
10033 2006-06-20  Wim Taymans  <wim@fluendo.com>
10034
10035         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10036         (rtsp_connection_close), (rtsp_connection_free):
10037         Use better G_OS_* macros. Fixes #345301 some more.
10038
10039 2006-06-20  Wim Taymans  <wim@fluendo.com>
10040
10041         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10042
10043         * sys/sunaudio/Makefile.am:
10044         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10045         * sys/sunaudio/gstsunaudiomixerctrl.c:
10046         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10047         (gst_sunaudiomixer_ctrl_list_tracks),
10048         (gst_sunaudiomixer_ctrl_get_volume),
10049         (gst_sunaudiomixer_ctrl_set_volume),
10050         (gst_sunaudiomixer_ctrl_set_mute),
10051         (gst_sunaudiomixer_ctrl_set_record):
10052         * sys/sunaudio/gstsunaudiomixerctrl.h:
10053         * sys/sunaudio/gstsunaudiomixertrack.c:
10054         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10055         * sys/sunaudio/gstsunaudiomixertrack.h:
10056         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10057         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10058         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10059         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10060         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10061         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10062         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10063         (gst_sunaudiosrc_reset):
10064         * sys/sunaudio/gstsunaudiosrc.h:
10065         Add a SunAudio source plugin.
10066         Support stereo and right/left channel gain in the mixer plugin.
10067         Support the RECORD flag so that you can switch between line-input and
10068         microphone in gnome-volume-control.
10069         Code cleanups like using an enumerator for track number instead of an 
10070         integer. Fixes #344923.
10071
10072 2006-06-20  Wim Taymans  <wim@fluendo.com>
10073
10074         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10075
10076         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10077         (rtsp_connection_close):
10078         Make RTSP plugin compile on windows. Fixes #345301.
10079         Some changes to original patch to catch errors better.
10080         use ifdef WIN32 instead of ifndef.
10081
10082 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10083
10084         * configure.ac:
10085         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10086
10087 2006-06-18  Edward Hervey  <edward@fluendo.com>
10088
10089         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10090         After a failed buffer alloc, we need to abort the jpeg decoding (it
10091         started when parsing headers to figure out how many bytes we need
10092         to request downstream).
10093
10094 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10095
10096         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10097
10098         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10099           Make sure we don't read beyond the end of the file (#345232).
10100
10101 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * configure.ac:
10104           Fix --disable-external (can't set conditionals conditionally,
10105           #343602).
10106
10107 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * autogen.sh:
10110         * configure.ac:
10111         * docs/Makefile.am:
10112           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10113
10114         * docs/plugins/Makefile.am:
10115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10116         * docs/plugins/inspect/plugin-taglib.xml:
10117           Add/fix apev2mux docs.
10118
10119 2006-06-14  Wim Taymans  <wim@fluendo.com>
10120
10121         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10122         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10123         (gst_dvdec_change_state):
10124         Reset segment info on flush.
10125         Alloc segment in _init, free in _finalize.
10126
10127         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10128         Don't send segments twice.
10129
10130 2006-06-14  Wim Taymans  <wim@fluendo.com>
10131
10132         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10133         Respect segment.stop. Fixes #342592.
10134
10135 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10136
10137         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10138           No language specified means the implied language is English
10139           according to the matroska spec (partially fixes #344708);
10140           add some more debug output.
10141
10142 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10143
10144         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10145         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10146         (gst_wavparse_chain):
10147           When operating chain-based, don't make any assumptions about the
10148           chunking of the incoming data and make streaming work on days other
10149           than the second Thursday after a full moon. Also fix up debug
10150           messages here and there and make use of the most excellent new
10151           gst_pad_query_peer_duration() utility function.
10152           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10153
10154         * gst/wavparse/gstwavparse.h:
10155           Remove trailing comma after last enum value, some compilers don't
10156           like that.
10157
10158 2006-06-13  Wim Taymans  <wim@fluendo.com>
10159
10160         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10161         Handle premature EOS gracefully.
10162
10163 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10164
10165         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10166           Prevent out of bounds array access when scrubbing towards
10167           the end of the file between the last index entry and the
10168           end. Fixes occasional 'start <= stop' newsegment event
10169           assertions when scrubbing in MJPEG files.
10170
10171 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10172
10173         * tests/check/elements/.cvsignore:
10174           And another one.
10175
10176 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10179         (scan_encoded_string), (parse_picture_frame):
10180           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10181
10182         * configure.ac:
10183           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10184           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10185
10186 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10187
10188         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10189           gratuitous comment changes
10190         * tests/check/elements/level.c: (GST_START_TEST):
10191           fix level test leaks
10192
10193 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10194
10195         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10196         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10197           Use gst_pad_query_peer_duration() utility function here.
10198
10199 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10200
10201         * autogen.sh:
10202           require am17
10203         * configure.ac:
10204         * ext/annodex/Makefile.am:
10205         * ext/cdio/Makefile.am:
10206         * ext/dv/Makefile.am:
10207         * ext/esd/Makefile.am:
10208         * ext/flac/Makefile.am:
10209         * ext/gdk_pixbuf/Makefile.am:
10210         * ext/ladspa/Makefile.am:
10211         * ext/libcaca/Makefile.am:
10212         * ext/speex/Makefile.am:
10213         * ext/taglib/Makefile.am:
10214         * sys/oss/Makefile.am:
10215         * sys/sunaudio/Makefile.am:
10216         * sys/ximage/Makefile.am:
10217           clean up build further
10218
10219 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * gconf/Makefile.am:
10222           Honour --disable-schemas-install configure option. Fixes #344100.
10223
10224 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10225
10226         * tests/examples/level/Makefile.am:
10227           Add -lm to LIBS for pow() function, don't assume one of our
10228           dependencies (such as libxml-2.0) drags it in automatically
10229           (#343603).
10230
10231 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10234
10235         * configure.ac:
10236           We should use $SED and not $(SED) in configure.ac (#343678).
10237
10238 2006-06-09  Wim Taymans  <wim@fluendo.com>
10239
10240         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10241
10242         * sys/sunaudio/gstsunaudiomixerctrl.c:
10243         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10244         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10245         (gst_sunaudiomixer_ctrl_set_mute):
10246         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10247         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10248         (gst_sunaudiosink_write):
10249         Attached find a patch that fixes a number of bugs with the SunAudio
10250         mixer plugin and fixes #344101:
10251         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10252            tracks onto the tracklist causing gnome-volume-control's preferences
10253            dialog to be messed up and would core dump if you checked/unchecked
10254            any item.
10255         2. We weren't previously setting the MUTE flag properly.  Fixing this
10256            makes gnome-volume-control work better.
10257         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10258            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10259            gnome-volume-control look better.
10260         Also some minor cleanup in gstsunaudiosink.c.
10261
10262 2006-06-09  Wim Taymans  <wim@fluendo.com>
10263
10264         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10265         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10266         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10267         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10268         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10269         * ext/jpeg/gstjpegdec.h:
10270         API: Added IDCT method property
10271         Small cleanups.
10272         Avoid dynamic allocation of trivial fixed structure.
10273         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10274
10275 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10276
10277         * configure.ac:
10278         We now require libraw1394 >= 1.1.0 and that version onwards all
10279         have .pc files.
10280
10281 2006-06-02  Edward Hervey  <edward@fluendo.com>
10282
10283         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10284         Trying to get items from an ANY or EMPTY caps is ... stupid.
10285
10286 2006-06-02  Edward Hervey  <edward@fluendo.com>
10287
10288         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10289         (gst_dvdec_chain), (gst_dvdec_change_state):
10290         * ext/dv/gstdvdec.h:
10291         Added GstSegment handling, now implements dropping/clipping.
10292
10293 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10294
10295         * ext/aalib/gstaasink.h:
10296         * ext/annodex/gstcmmldec.h:
10297         * ext/cairo/gsttimeoverlay.h:
10298         * ext/dv/gstdvdec.h:
10299         * ext/dv/gstdvdemux.h:
10300         * ext/esd/esdmon.h:
10301         * ext/esd/esdsink.h:
10302         * ext/flac/gstflacenc.h:
10303         * ext/gconf/gstgconfaudiosink.h:
10304         * ext/gconf/gstgconfaudiosrc.h:
10305         * ext/gconf/gstgconfvideosink.h:
10306         * ext/gconf/gstgconfvideosrc.h:
10307         * ext/gdk_pixbuf/gstgdkanimation.h:
10308         * ext/gdk_pixbuf/pixbufscale.h:
10309         * ext/hal/gsthalaudiosink.h:
10310         * ext/hal/gsthalaudiosrc.h:
10311         * ext/jpeg/gstjpegenc.h:
10312         * ext/jpeg/gstsmokedec.h:
10313         * ext/jpeg/gstsmokeenc.h:
10314         * ext/libcaca/gstcacasink.h:
10315         * ext/libmng/gstmngdec.h:
10316         * ext/libmng/gstmngenc.h:
10317         * ext/libpng/gstpngdec.h:
10318         * ext/libpng/gstpngenc.h:
10319         * ext/raw1394/gstdv1394src.h:
10320         * ext/speex/gstspeexenc.h:
10321         * gst/autodetect/gstautoaudiosink.h:
10322         * gst/autodetect/gstautovideosink.h:
10323         * gst/avi/gstavidemux.h:
10324         * gst/cutter/gstcutter.h:
10325         * gst/debug/efence.h:
10326         * gst/debug/gstnavigationtest.h:
10327         * gst/debug/gstnavseek.h:
10328         * gst/flx/gstflxdec.h:
10329         * gst/goom/gstgoom.h:
10330         * gst/icydemux/gsticydemux.h:
10331         * gst/id3demux/gstid3demux.h:
10332         * gst/law/alaw-decode.h:
10333         * gst/law/alaw-encode.h:
10334         * gst/law/mulaw-decode.h:
10335         * gst/law/mulaw-encode.h:
10336         * gst/matroska/matroska-mux.h:
10337         * gst/median/gstmedian.h:
10338         * gst/oldcore/gstaggregator.h:
10339         * gst/oldcore/gstfdsink.h:
10340         * gst/oldcore/gstmd5sink.h:
10341         * gst/oldcore/gstmultifilesrc.h:
10342         * gst/oldcore/gstpipefilter.h:
10343         * gst/oldcore/gstshaper.h:
10344         * gst/oldcore/gststatistics.h:
10345         * gst/rtp/gstasteriskh263.h:
10346         * gst/rtp/gstrtpL16depay.h:
10347         * gst/rtp/gstrtpL16pay.h:
10348         * gst/rtp/gstrtpamrdepay.h:
10349         * gst/rtp/gstrtpamrpay.h:
10350         * gst/rtp/gstrtpdepay.h:
10351         * gst/rtp/gstrtpgsmdepay.h:
10352         * gst/rtp/gstrtpgsmpay.h:
10353         * gst/rtp/gstrtph263pay.h:
10354         * gst/rtp/gstrtph263pdepay.h:
10355         * gst/rtp/gstrtph263ppay.h:
10356         * gst/rtp/gstrtpmp4gpay.h:
10357         * gst/rtp/gstrtpmp4vdepay.h:
10358         * gst/rtp/gstrtpmp4vpay.h:
10359         * gst/rtp/gstrtpmpadepay.h:
10360         * gst/rtp/gstrtpmpapay.h:
10361         * gst/rtp/gstrtppcmadepay.h:
10362         * gst/rtp/gstrtppcmapay.h:
10363         * gst/rtp/gstrtppcmudepay.h:
10364         * gst/rtp/gstrtppcmupay.h:
10365         * gst/rtp/gstrtpspeexdepay.h:
10366         * gst/rtp/gstrtpspeexpay.h:
10367         * gst/rtsp/gstrtpdec.h:
10368         * gst/rtsp/gstrtspsrc.h:
10369         * gst/smpte/gstsmpte.h:
10370         * gst/udp/gstdynudpsink.h:
10371         * gst/udp/gstmultiudpsink.h:
10372         * gst/udp/gstudpsink.h:
10373         * gst/udp/gstudpsrc.h:
10374         * gst/videofilter/gstvideobalance.h:
10375         * gst/videofilter/gstvideoflip.h:
10376         * sys/oss/gstossdmabuffer.h:
10377         * sys/oss/gstossmixerelement.h:
10378         * sys/oss/gstosssink.h:
10379         * sys/oss/gstosssrc.h:
10380         * sys/osxvideo/osxvideosink.h:
10381         * sys/sunaudio/gstsunaudiomixer.h:
10382         * sys/sunaudio/gstsunaudiosink.h:
10383         * sys/ximage/gstximagesrc.h:
10384         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10385
10386 2006-05-31  Wim Taymans  <wim@fluendo.com>
10387
10388         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10389         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10390         (gst_goom_src_setcaps), (gst_goom_src_event),
10391         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10392         (gst_goom_change_state):
10393         * gst/goom/gstgoom.h:
10394         Handle QoS.
10395         Handle flushing, discont and events.
10396         Fix timestamps and various other cleanups.
10397
10398 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10399
10400         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10401         Fix bus reset when using libiec61883
10402
10403 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10404
10405         * configure.ac:
10406         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10407         * ext/raw1394/Makefile.am:
10408         Add CFLAGS.
10409         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10410         New method, to receive using libiec61883.
10411         (gst_dv1394src_iso_receive),
10412         #ifdef'd out if libiec61883 is present.
10413         (gst_dv1394src_bus_reset),
10414         Get userdata correctly if using libiec61883. 
10415         (gst_dv1394src_create),
10416         When using libiec61883, only poll one fd and no need to read.
10417         (gst_dv1394src_discover_avc_node),
10418         Replace g_warnings.
10419         (gst_dv1394src_start),
10420         Create new handle when we know which dv port.  More reliable
10421         than setting port on an existing handle.  Initialise libiec61883.
10422         (gst_dv1394src_stop):
10423         If using libiec61883, then cleanup its handle properly.
10424         * ext/raw1394/gstdv1394src.h:
10425         Add libiec61883 handle.
10426
10427 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10428
10429         * gst/avi/gstavidemux.c:
10430           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10431         * win32/MANIFEST:
10432           sort file listing
10433         * win32/vs6/libgstavi.dsp:
10434           add gstavimux.c to the project
10435         * win32/vs6/libgstid3demux.dsp:
10436           add link to zlib library
10437         * win32/vs6/libgstmatroska.dsp:
10438           add matroska-ids.c to the project
10439
10440 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         Patch by: Sebastian Dröge  <mail at slomosnail de >
10443
10444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10445         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10446         * ext/taglib/Makefile.am:
10447         * ext/taglib/gstapev2mux.cc:
10448         * ext/taglib/gstapev2mux.h:
10449         * ext/taglib/gstid3v2mux.cc:
10450         * ext/taglib/gsttaglibmux.c: (plugin_init):
10451         * ext/taglib/gsttaglibmux.h:
10452           Add apev2mux element (#343122).
10453         
10454         * tests/check/Makefile.am:
10455         * tests/check/elements/apev2mux.c:
10456         (test_taglib_apev2mux_create_tags),
10457         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10458         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10459         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10460         (apev2mux_suite), (main):
10461           Add unit test for apev2mux element.
10462
10463 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10466         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10467         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10468           GST_PTR_FORMAT should be used to print caps in debug statements.
10469
10470 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10473
10474         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10475         (ape_demux_parse_tags):
10476           Some clean-ups and additions: map APE 'file' tag to
10477           GST_TAG_LOCATION (#343123); add support for extracting
10478           the track count and clean up parsing a bit (#343127).
10479
10480 2006-05-28  Edward Hervey  <edward@fluendo.com>
10481
10482         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10483         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10484
10485 2006-05-28  Edward Hervey  <edward@fluendo.com>
10486
10487         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10488         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10489         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10490         * ext/jpeg/gstjpegdec.h:
10491         Clip outgoing buffers according to currently configured segment.
10492
10493 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         * ext/taglib/gstid3v2mux.cc:
10496           Handle  writing of track-count or album-volume-count without
10497           track-number or albume-volume-number (in this case the number
10498           will just be set to 0).
10499
10500         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10501           It would be nice if we actually checked the values received for
10502           track/album-volume number/count in  _check_tags(), rather than
10503           setting them again ...
10504
10505 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10508           A track/volume number or count of 0 does not make sense,
10509           just ignore it along with negative numbers (a tag might
10510           only contain a track count without a track number).
10511
10512 2006-05-27  Edward Hervey  <edward@fluendo.com>
10513
10514         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10515         (gst_jpeg_dec_sink_event):
10516         Abort decompression when receiving FLUSH_STOP. This should avoid
10517         issues when interrupting decoding with flushes.
10518
10519 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         * ext/flac/gstflac.c:
10522           Don't #include file we don't dist any longer.
10523
10524 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10525
10526         * README:
10527           Replace current README (containing the release notes from
10528           some 0.9.x version) with a proper README taken from the core.
10529
10530 2006-05-24  Wim Taymans  <wim@fluendo.com>
10531
10532         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10533         Implement EOS correctly by either posting
10534         SEGMENT_DONE or pushing an EOS message depending
10535         on the seek type. Fixes #342592
10536
10537 2006-05-24  Wim Taymans  <wim@fluendo.com>
10538
10539         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10540         * gst/law/alaw-decode.h:
10541         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10542         * gst/law/alaw-encode.h:
10543         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10544         * gst/law/mulaw-decode.h:
10545         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10546         * gst/law/mulaw-encode.h:
10547         Some cleanups in the chain functions.
10548         Remove some GStreamer 0.0.2 bits.
10549
10550 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10551
10552         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10553
10554         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10555           gst_collect_pads_stop() needs to be called before chaining up
10556           to the parent class (#342734).
10557
10558 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10559
10560         * ext/flac/Makefile.am:
10561         * ext/flac/flac_compat.h:
10562         * ext/flac/gstflac.c:
10563         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10564         * ext/flac/gstflacenc.c:
10565           Remove backwards compatibility cruft for dealing with FLAC API
10566           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10567
10568 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10569
10570         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10571         (gst_matroska_demux_push_xiph_codec_priv_data),
10572         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10573         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10574         * gst/matroska/matroska-ids.h:
10575         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10576         (gst_matroska_mux_video_pad_setcaps),
10577         (xiph3_streamheader_to_codecdata),
10578         (vorbis_streamheader_to_codecdata),
10579         (theora_streamheader_to_codecdata),
10580         (gst_matroska_mux_audio_pad_setcaps),
10581         (gst_matroska_mux_write_data):
10582           Add support for muxing/demuxing theora video (#342448; too bad
10583           none of the usual linux players can actually play this). Playback
10584           in GStreamer will require additional changes to theoradec in -base.
10585           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10586           cleanups.
10587
10588 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10591         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10592           Fix crashes when the horizontal subsampling is 1.
10593           Fixes #342097.
10594
10595 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10596
10597         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10598
10599         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10600         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10601         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10602         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10603         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10604         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10605         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10606         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10607         (gst_avi_mux_change_state):
10608         * gst/avi/gstavimux.h:
10609           Some enhancements for avimux (#342526):
10610            - add odml (large file) index support
10611            - store codec init data (e.g. huffyuv)
10612            - miscellaneous other fixes/cleanups
10613
10614 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10615
10616         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10617         Don't output any tag when we encounter a negative track number - the
10618         tag type is uint, so we end up outputting huge positive numbers
10619         instead. (Fixes: #342029)
10620
10621 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10622
10623         * configure.ac:
10624           update for new GSTPB_PLUGINS_DIR
10625
10626 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10627
10628         * rtp/gst/gstrtph263pay.c:
10629         Properly set static caps for H263 at 34.
10630
10631 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10634
10635         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10636           Merge event tags and tag setter tags correctly (#339918). Also,
10637           don't leak taglist in case of an error.
10638           
10639 2006-05-17  Edward Hervey  <edward@fluendo.com>
10640
10641         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10642         We can only do caps intersection if the othercaps are non-empty and not
10643         ANY. Else we return the pad template (base_caps).
10644
10645 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10648           Fix crash when outputting debugging information for certain
10649           pictures (always good to use the right struct member for
10650           the number of records in an array).
10651
10652 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10655
10656         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10657         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10658         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10659         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10660         (gst_ebml_read_float), (gst_ebml_read_ascii),
10661         (gst_ebml_read_binary):
10662           Don't create unnecessary sub-buffers all the time. Dramatically
10663           improves performance with multiple concurrently running
10664           matroskademux instances (#341818) (and avoids doing
10665           unnecessarily inefficient things in the general case).
10666
10667 2006-05-16  Edward Hervey  <edward@fluendo.com>
10668
10669         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10670         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10671         return value of gst_pad_push_event().
10672
10673 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10674
10675         * gst/autodetect/gstautoaudiosink.c:
10676         (gst_auto_audio_sink_find_best):
10677         * gst/autodetect/gstautovideosink.c:
10678         (gst_auto_video_sink_find_best):
10679         Make the name of the child element be based on the name of the
10680         parent, so that debug output is more useful.
10681         
10682         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10683         (parse_insert_string_field), (parse_split_strings):
10684         Rework string parsing to always walk over BOM markers in UTF16
10685         strings, using the endianness indicated by the innermost one,
10686         then trying the opposite endianness if that fails to convert
10687         to valid UTF-8. Fixes #341774
10688
10689 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10690
10691         Patch from: Matthieu <matthieu at fluendo dot com>
10692
10693         * ext/libpng/Makefile.am:
10694         Add LIBPNG_CFLAGS.
10695
10696 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * ext/taglib/gstid3v2mux.cc:
10699           Add support for writing images (APIC frames) into ID3v2
10700           tags (picture type always set to 'other' for now though).
10701
10702 2006-05-14  Michael Smith  <msmith@fluendo.com>
10703
10704         * gst/wavparse/gstwavparse.c:
10705           Update docs; wavparse implements push and pull modes.
10706
10707 2006-05-12  Wim Taymans  <wim@fluendo.com>
10708
10709         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10710         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10711         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10712         Ooops, bitten by the copy-and-paste design paradigm, fixes
10713         seek again.
10714
10715 2006-05-12  Wim Taymans  <wim@fluendo.com>
10716
10717         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10718         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10719         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10720         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10721         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10722         (gst_avi_demux_massage_index),
10723         (gst_avi_demux_calculate_durations_from_index),
10724         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10725         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10726         (gst_avi_demux_loop):
10727         * gst/avi/gstavidemux.h:
10728         Some cleanups, prepare to use GstSegment.
10729         Fix error in entry walking code.
10730         Fix VBR detection.
10731         Smarter timestamp calculation code.
10732         Uniform error/eos handling.
10733
10734 2006-05-12  Michael Smith  <msmith@fluendo.com>
10735
10736         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10737         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10738           Fix use of uninitialised values if we're NOT seeking in ready.
10739           Fix typos.
10740
10741 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * gst/wavparse/Makefile.am:
10744           Add CFLAGS and LIBS for libgstbase, fixes build on
10745           Cygwin (#341489).
10746
10747 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10750           Some more debug info. No need to check whether the string
10751           returned by g_convert() is really UTF-8 - either it is or
10752           we get NULL returned.
10753
10754 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10755
10756         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10757           Fix parsing of numeric genre strings some more, by ensuring that
10758           we only try and parse strings that a) Start with '(' and b) Consist
10759           only of digits.
10760           Also, when finding an escaping '((' sequence, bust it back to '(' by
10761           swallowing the first parenthesis
10762
10763 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10764
10765         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10766         (gst_esdsink_open), (gst_esdsink_close):
10767         * ext/esd/esdsink.h:
10768           Move the esd_get_server_info() into gst_esdsink_open() and fail
10769           with a decent error message on errors.
10770
10771 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10772
10773         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10774         (gst_esdmon_channels_get_type):
10775         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10776         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10777         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10778         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10779         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10780         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10781         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10782         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10783         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10784         * gst/videomixer/videomixer.c:
10785         (gst_video_mixer_background_get_type):
10786           Const-ify GEnumValue arrays.
10787
10788 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10789
10790         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10791
10792         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10793         (gst_avi_mux_do_video_buffer):
10794           Work around gst_buffer_make_metadata_writable() bug that
10795           results in avimux marking all frames in the index as
10796           keyframes (#340859).
10797           
10798 2006-05-08  Wim Taymans  <wim@fluendo.com>
10799
10800         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10801         Make parsing of urls suck slightly less.
10802
10803 2006-05-08  Edward Hervey  <edward@fluendo.com>
10804
10805         * autogen.sh: (CONFIGURE_DEF_OPT): 
10806         libtoolize on Darwin/MacOSX is called glibtoolize.
10807
10808 2006-05-08  Wim Taymans  <wim@fluendo.com>
10809
10810         Patch by: Jens Granseuer <jensgr at gmx dot net>
10811
10812         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10813         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10814         C89 compliance fixes. Fixes #340980
10815
10816 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10817
10818         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10819         * ext/flac/gstflacdec.h:
10820           Handle segment seeks that include the end of the file as stop point
10821           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10822           message instead of an EOS event in case we're in segment seek
10823           mode (fixes #340699).
10824           
10825 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10826
10827         * ext/cairo/gsttextoverlay.c:
10828         * ext/flac/gstflacdec.c:
10829         * ext/gdk_pixbuf/pixbufscale.c:
10830         * gst/apetag/gstapedemux.c:
10831         * gst/debug/breakmydata.c:
10832         * gst/debug/testplugin.c:
10833         * gst/matroska/ebml-write.c:
10834         * gst/multipart/multipartdemux.c:
10835         * sys/osxaudio/gstosxaudiosink.c:
10836         * sys/osxaudio/gstosxaudiosrc.c:
10837         Add semicolons after GST_BOILERPLATE[_FULL] so that
10838         indent doesn't mess up following lines.
10839
10840 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10843
10844         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10845           Don't leak caps when freeing the stream context (#340623).
10846
10847 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10848
10849         * configure.ac:
10850           Back to CVS
10851
10852 === release 0.10.3 ===
10853
10854 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10855
10856         * configure.ac:
10857           releasing 0.10.3, "Desplazado"
10858
10859 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * gst/matroska/matroska-mux.c:
10862         (gst_matroska_mux_stream_is_vorbis_header),
10863         (gst_matroska_mux_write_data):
10864           Don't strcmp() NULL strings.
10865           Only start new clusters on video keyframes, not on any
10866           random audio buffer that doesn't have the DELTA_UNIT
10867           flag set (fixes 'make check' again).
10868
10869 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10870
10871         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10872
10873         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10874         (gst_matroska_mux_stream_is_vorbis_header),
10875         (gst_matroska_mux_write_data):
10876           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10877           value and then dead-lock when muxing vorbis audio streams
10878           (the three vorbis header buffers carry no timestamp, and it
10879           would try to mux these after all video buffers). Fixes #340346.
10880
10881           Improve clustering: start a new cluster also whenever we get
10882           a keyframe.     
10883
10884 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10885
10886         * win32/common/config.h:
10887         * win32/MANIFEST
10888           add the generated file as well
10889
10890 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10891
10892         * Makefile.am:
10893         * configure.ac:
10894         * win32/common/config.h.in:
10895           add win32 stuff
10896
10897 2006-05-03  Michael Smith  <msmith@fluendo.com>
10898
10899         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10900           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10901           SUCKS.
10902
10903 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10904
10905         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10906         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10907         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10908           don't leak caps-string
10909
10910 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10913         (gst_id3demux_sink_activate):
10914           Let core insert default error message for TYPE_NOT_FOUND
10915           errors, it's just as good as our own and has the added
10916           bonus of being translated.
10917
10918 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10919
10920         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10921         (gst_tag_demux_sink_event):
10922         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10923         (gst_id3demux_sink_event):
10924           Post an error message when we get an EOS event and were not
10925           able to find out the type of stream.
10926
10927         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10928         (test_taglib_id3mux_with_tags):
10929           Decrease num-buffers to 16 per iteration again, otherwise the
10930           many memcpy()s and reallocations in the test will hammer slow
10931           CPUs completely and make the test timeout.
10932
10933 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10934
10935         * configure.ac:
10936           figure out where plugins-base plugins are
10937         * tests/check/Makefile.am:
10938           use plugins-base plugins, so we have typefind functions
10939         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10940           increase num-buffers, this makes sure the test errors out instead
10941           of timing out when no typefind functions are present
10942
10943 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10944
10945         * docs/plugins/Makefile.am:
10946           also check .cc files for gtk-doc markup
10947         * configure.ac:
10948         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10950         * tests/check/Makefile.am:
10951         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10952         * ext/Makefile.am:
10953         * ext/taglib/Makefile.am:
10954         * ext/taglib/gstid3v2mux.h:
10955         * ext/taglib/gsttaglibmux.c:
10956         * ext/taglib/gsttaglibmux.h:
10957           move taglib-based id3v2muxer to -good.  Fixes #336110.
10958
10959 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10962           ... and fix multichannel/WAVFORMATEX support again.
10963
10964 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10965
10966         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10967         (gst_wavparse_class_init), (gst_wavparse_dispose),
10968         (gst_wavparse_reset), (gst_wavparse_init),
10969         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10970         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10971         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10972         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10973         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10974         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10975         (gst_wavparse_stream_data), (gst_wavparse_loop),
10976         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10977         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10978         (gst_wavparse_change_state), (plugin_init):
10979         * gst/wavparse/gstwavparse.h:
10980           Add push (streaming) mode to wavparse (fixes #337625)
10981
10982 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10983
10984         * configure.ac:
10985         * tests/Makefile.am:
10986           add ximagesrc icles test
10987
10988 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10989
10990         * configure.ac:
10991         * docs/plugins/Makefile.am:
10992         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10993         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10994         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10995         (gst_cmml_enc_push_clip):
10996         * sys/Makefile.am:
10997         * sys/ximage/Makefile.am:
10998         * sys/ximage/gstximagesrc.c:
10999           Move ximagesrc plug-in to good after review.  Fixes #336756.
11000
11001 2006-04-28  Michael Smith  <msmith@fluendo.com>
11002
11003         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
11004         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
11005         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
11006         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
11007         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11008         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
11009         * gst/icydemux/gsticydemux.h:
11010           Fix event handling: cache events when typefinding and forward later.
11011
11012 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11013
11014         * sys/osxaudio/gstosxaudiosink.c:
11015         (plugin_init):
11016          Register osxaudiosrc to the plugin.
11017         * sys/osxaudio/gstosxaudiosrc.c:
11018         (gst_osx_audio_src_osxelement_do_init),
11019         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
11020         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
11021         (gst_osx_audio_src_get_property),
11022         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
11023         (gst_osx_audio_src_osxelement_init):
11024         * sys/osxaudio/gstosxaudiosrc.h:
11025           Port of osxaudiosrc to 0.10.
11026         * sys/osxaudio/Makefile.am:
11027           Add osxaudiosrc
11028
11029 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11030
11031         * sys/osxaudio/gstosxringbuffer.c:
11032         * sys/osxaudio/gstosxringbuffer.h:
11033           Forgot to commit earlier, part of the OSX audio plugin port
11034
11035 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11038         (parse_split_strings):
11039           Recognise and skip any byte order marker (BOM) in
11040           UTF-16 strings.
11041
11042 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         * docs/plugins/Makefile.am:
11045         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11046         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11047         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11048         * docs/plugins/inspect/plugin-avi.xml:
11049         * gst/avi/gstavidemux.c:
11050         * gst/avi/gstavimux.c:
11051           Add docs for both avidemux and avimux.
11052
11053 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11054
11055         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11056
11057         * gst/avi/Makefile.am:
11058         * gst/avi/gstavi.c: (plugin_init):
11059         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11060         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11061         (gst_avi_mux_class_init), (gst_avi_mux_init),
11062         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11063         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11064         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11065         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11066         (gst_avi_mux_riff_get_avix_header),
11067         (gst_avi_mux_riff_get_video_header),
11068         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11069         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11070         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11071         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11072         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11073         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11074         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11075         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11076         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11077         (gst_avi_mux_change_state):
11078         * gst/avi/gstavimux.h:
11079           Port AVI muxer to GStreamer-0.10 (#332031).
11080
11081         * tests/check/Makefile.am:
11082         * tests/check/elements/avimux.c:
11083         * tests/check/elements/.cvsignore:
11084           Add unit test for AVI muxer.
11085
11086 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11087
11088         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11089         (gst_wavparse_class_init), (gst_wavparse_reset),
11090         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11091         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11092         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11093         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11094         (gst_wavparse_stream_data), (gst_wavparse_loop),
11095         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11096         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11097         (plugin_init):
11098         * gst/wavparse/gstwavparse.h:
11099           reverted patch #337625 for the price of 1 hour sleep
11100
11101 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11102
11103         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11104         (gst_wavparse_class_init), (gst_wavparse_reset),
11105         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11106         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11107         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11108         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11109         (gst_wavparse_stream_data), (gst_wavparse_loop),
11110         (gst_wavparse_chain), (plugin_init):
11111         * gst/wavparse/gstwavparse.h:
11112           correct partial implementation of push mode
11113           (from my last commit)
11114
11115 2006-04-26  Wim Taymans  <wim@fluendo.com>
11116
11117         * ext/esd/esdsink.c:
11118         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11119         it is not in esd.h
11120
11121 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11122
11123         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11124         (gst_au_parse_class_init), (gst_au_parse_init),
11125         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11126         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11127         (gst_au_parse_chain), (gst_au_parse_src_convert),
11128         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11129         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11130         (gst_au_parse_change_state):
11131         * gst/auparse/gstauparse.h:
11132           Rewrite auparse to suck a little bit less: make source pad
11133           dynamic, so decodebin/playbin work with non-raw formats
11134           like alaw/mulaw; add query function for duration/position
11135           queries; check whether we have enough data before attempting
11136           to parse the header (instead of crashing when that is not the
11137           case); work around audioconvert sucking by swapping endianness
11138           to the native endianness ourselves for float formats; send
11139           initial newsegment event. Fixes #161712.
11140
11141 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11142
11143         * sys/osxaudio/Makefile.am:
11144         * sys/osxaudio/gstosxaudioelement.c:
11145         (gst_osx_audio_element_get_type),
11146         (gst_osx_audio_element_class_init):
11147         * sys/osxaudio/gstosxaudioelement.h:
11148         * sys/osxaudio/gstosxaudiosink.c:
11149         (gst_osx_audio_sink_osxelement_do_init),
11150         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11151         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11152         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11153         (gst_osx_audio_sink_create_ringbuffer),
11154         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11155         (plugin_init):
11156         * sys/osxaudio/gstosxaudiosink.h:
11157         Port of osxaudiosink to 0.10
11158
11159 2006-04-26  Wim Taymans  <wim@fluendo.com>
11160
11161         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11162         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11163         the size of the ringbuffer. This should fix hangs with older 
11164         esd sound servers.
11165
11166 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11167
11168         * ext/aalib/gstaasink.c:
11169         * ext/annodex/gstcmmldec.c:
11170         * ext/annodex/gstcmmlenc.c:
11171         * ext/cairo/gsttextoverlay.c:
11172         * ext/cairo/gsttimeoverlay.c:
11173         * ext/cdio/gstcdiocddasrc.c:
11174         * ext/dv/gstdvdec.c:
11175         * ext/dv/gstdvdemux.c:
11176         * ext/esd/esdmon.c:
11177         * ext/esd/esdsink.c:
11178         * ext/flac/gstflacenc.c:
11179         * ext/flac/gstflactag.c:
11180         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11181         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11182         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11183         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11184         * ext/gdk_pixbuf/pixbufscale.c:
11185         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11186         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11187         * ext/jpeg/gstjpegdec.c:
11188         * ext/jpeg/gstjpegenc.c:
11189         * ext/jpeg/gstsmokedec.c:
11190         * ext/jpeg/gstsmokeenc.c:
11191         * ext/libcaca/gstcacasink.c:
11192         * ext/libmng/gstmngdec.c:
11193         * ext/libmng/gstmngenc.c:
11194         * ext/libpng/gstpngdec.c:
11195         * ext/libpng/gstpngenc.c:
11196         * ext/mikmod/gstmikmod.c:
11197         * ext/raw1394/gstdv1394src.c:
11198         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11199         * ext/shout2/gstshout2.h:
11200         * ext/speex/gstspeexdec.c:
11201         * ext/speex/gstspeexenc.c:
11202         * gst/alpha/gstalpha.c:
11203         * gst/alpha/gstalphacolor.c:
11204         * gst/apetag/gstapedemux.c:
11205         * gst/auparse/gstauparse.c:
11206         * gst/autodetect/gstautoaudiosink.c:
11207         (gst_auto_audio_sink_base_init):
11208         * gst/autodetect/gstautovideosink.c:
11209         (gst_auto_video_sink_base_init):
11210         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11211         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11212         * gst/cutter/gstcutter.c:
11213         * gst/debug/breakmydata.c:
11214         * gst/debug/efence.c:
11215         * gst/debug/gstnavigationtest.c:
11216         * gst/debug/gstnavseek.c:
11217         * gst/debug/negotiation.c:
11218         * gst/debug/progressreport.c:
11219         * gst/debug/testplugin.c:
11220         * gst/effectv/gstaging.c:
11221         * gst/effectv/gstdice.c:
11222         * gst/effectv/gstedge.c:
11223         * gst/effectv/gstquark.c:
11224         * gst/effectv/gstrev.c:
11225         * gst/effectv/gstshagadelic.c:
11226         * gst/effectv/gstvertigo.c:
11227         * gst/effectv/gstwarp.c:
11228         * gst/flx/gstflxdec.c:
11229         * gst/goom/gstgoom.c:
11230         * gst/icydemux/gsticydemux.c:
11231         * gst/id3demux/gstid3demux.c:
11232         * gst/interleave/deinterleave.c:
11233         * gst/interleave/interleave.c:
11234         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11235         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11236         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11237         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11238         * gst/level/gstlevel.c:
11239         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11240         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11241         * gst/median/gstmedian.c:
11242         * gst/monoscope/gstmonoscope.c:
11243         * gst/multipart/multipartdemux.c:
11244         * gst/multipart/multipartmux.c:
11245         * gst/oldcore/gstaggregator.c:
11246         * gst/oldcore/gstfdsink.c:
11247         * gst/oldcore/gstmd5sink.c:
11248         * gst/oldcore/gstmultifilesrc.c:
11249         * gst/oldcore/gstpipefilter.c:
11250         * gst/oldcore/gstshaper.c:
11251         * gst/oldcore/gststatistics.c:
11252         * gst/rtp/gstasteriskh263.c:
11253         * gst/rtp/gstrtpL16depay.c:
11254         * gst/rtp/gstrtpL16pay.c:
11255         * gst/rtp/gstrtpamrdepay.c:
11256         * gst/rtp/gstrtpamrpay.c:
11257         * gst/rtp/gstrtpdepay.c:
11258         * gst/rtp/gstrtpgsmpay.c:
11259         * gst/rtp/gstrtph263pay.c:
11260         * gst/rtp/gstrtph263pdepay.c:
11261         * gst/rtp/gstrtph263ppay.c:
11262         * gst/rtp/gstrtpilbcdepay.c:
11263         * gst/rtp/gstrtpmp4gpay.c:
11264         * gst/rtp/gstrtpmp4vdepay.c:
11265         * gst/rtp/gstrtpmp4vpay.c:
11266         * gst/rtp/gstrtpmpadepay.c:
11267         * gst/rtp/gstrtpmpapay.c:
11268         * gst/rtp/gstrtppcmadepay.c:
11269         * gst/rtp/gstrtppcmapay.c:
11270         * gst/rtp/gstrtppcmudepay.c:
11271         * gst/rtp/gstrtppcmupay.c:
11272         * gst/rtp/gstrtpspeexdepay.c:
11273         * gst/rtp/gstrtpspeexpay.c:
11274         * gst/rtsp/gstrtpdec.c:
11275         * gst/rtsp/gstrtspsrc.c:
11276         * gst/smpte/gstsmpte.c:
11277         * gst/udp/gstdynudpsink.c:
11278         * gst/udp/gstmultiudpsink.c:
11279         * gst/udp/gstudpsink.c:
11280         * gst/udp/gstudpsrc.c:
11281         * gst/videobox/gstvideobox.c:
11282         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11283         * gst/videofilter/gstvideobalance.c:
11284         * gst/videofilter/gstvideoflip.c:
11285         * gst/videofilter/gstvideotemplate.c:
11286         (gst_videotemplate_base_init):
11287         * gst/videomixer/videomixer.c:
11288         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11289         (gst_wavparse_class_init), (gst_wavparse_dispose),
11290         (gst_wavparse_reset), (gst_wavparse_init),
11291         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11292         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11293         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11294         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11295         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11296         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11297         (gst_wavparse_change_state):
11298         * gst/wavparse/gstwavparse.h:
11299         * sys/oss/gstossmixerelement.c:
11300         * sys/oss/gstosssink.c:
11301         * sys/oss/gstosssrc.c:
11302         * sys/osxaudio/gstosxaudioelement.c:
11303         * sys/osxaudio/gstosxaudiosink.c:
11304         * sys/osxaudio/gstosxaudiosrc.c:
11305         * sys/sunaudio/gstsunaudiomixer.c:
11306         * sys/sunaudio/gstsunaudiosink.c:
11307           Define GstElementDetails as const and also static (when defined as
11308           global)
11309
11310 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11311
11312         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11313           Source pad has fixed caps. If we don't set this, bad
11314           things happen when the window is resized.
11315
11316 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11317
11318         * gst/matroska/Makefile.am:
11319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11320         (gst_matroska_demux_handle_src_event):
11321         * gst/matroska/matroska-ids.c:
11322         (gst_matroska_track_init_video_context),
11323         (gst_matroska_track_init_audio_context),
11324         (gst_matroska_track_init_subtitle_context),
11325         (gst_matroska_track_init_complex_context):
11326         * gst/matroska/matroska-ids.h:
11327           Handle case where the TrackType ebml chunk does not come before the
11328           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11329           events.
11330
11331 2006-04-25  Wim Taymans  <wim@fluendo.com>
11332
11333         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11334         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11335         It's codec_data, not codec_info.
11336
11337 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11338
11339         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11340
11341         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11342           Handle codec_data for VfW compatibility codec IDs (#339451)
11343
11344         * gst/matroska/matroska-mux.c:
11345         (gst_matroska_mux_video_pad_setcaps):
11346           Same here, handle codec_data and add additional caps we can handle
11347           now to the pad template (huffyuv, dv and h263 video) (#339451)
11348
11349 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11350
11351         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11352
11353         * gst/matroska/matroska-mux.c:
11354         (gst_matroska_mux_create_buffer_header),
11355         (gst_matroska_mux_write_data):
11356           Fix timestamping of B-frames, use signed integers, do
11357           some rounding (#339678).
11358
11359 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11360
11361         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11362         just make it compile with --disable-gst-debug.
11363
11364 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11365
11366         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11367         Fix a bad conversion using gst_guint64_to_gdouble.
11368         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11369         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11370         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11371     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11372         mistake.
11373
11374 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11375
11376         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11377         Use gst_guint64_to_gdouble for conversions
11378         * win32/vs6/gst_plugins_good.dsw:
11379         * win32/vs6/libgsticydemux.dsp:
11380         Add a project file for icydemux
11381
11382 2006-04-21  Wim Taymans  <wim@fluendo.com>
11383
11384         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11385
11386         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11387         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11388         When splitting audio chunks, the block alignment is not taken in
11389         consideration, so the smaller chunks could be of size which is 
11390         not a multiple of the block alignment. Fixes #336904
11391
11392 2006-04-21  Wim Taymans  <wim@fluendo.com>
11393
11394         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11395         Use scale functions
11396
11397 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11398
11399         * ext/dv/gstdv.c: (plugin_init):
11400           Fix build.
11401
11402 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11403
11404         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11405         (gst_progress_report_class_init), (gst_progress_report_init),
11406         (gst_progress_report_do_query), (gst_progress_report_report),
11407         (gst_progress_report_set_property),
11408         (gst_progress_report_get_property):
11409           Add 'format' property to force querying to a particular format.
11410
11411 2006-04-21  Andy Wingo  <wingo@pobox.com>
11412
11413         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11414         best, on big endian systems. Drop its rank in that case. OTOH on
11415         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11416
11417 2006-04-21  Michael Smith  <msmith@fluendo.com>
11418
11419         * configure.ac:
11420         * gst/icydemux/Makefile.am:
11421         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11422         (gst_icydemux_base_init), (gst_icydemux_class_init),
11423         (gst_icydemux_reset), (gst_icydemux_init),
11424         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11425         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11426         (unicodify), (gst_icydemux_unicodify),
11427         (gst_icydemux_parse_and_send_tags),
11428         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11429         (gst_icydemux_chain), (gst_icydemux_change_state),
11430         (gst_icydemux_send_tag_event), (plugin_init):
11431         * gst/icydemux/gsticydemux.h:
11432         * tests/check/Makefile.am:
11433         * tests/check/elements/icydemux.c: (typefind_succeed),
11434         (plugin_init), (icydemux_found_pad), (create_icydemux),
11435         (cleanup_icydemux), (push_data), (GST_START_TEST),
11436         (icydemux_suite), (main):
11437           Add icydemux, and tests.
11438
11439 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11440
11441         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11442           Post SEGMENT_DONE message in TIME format.
11443
11444 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11445
11446         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11447
11448         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11449         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11450           Fix index creation when we have to scan the file to create
11451           an index. There may be other types of RIFF 'LIST' chunks than
11452           'movi' and we need to skip them properly as well or we'll end up
11453           reading garbage (#336889). Some other cosmetic changes.
11454           
11455 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11458         (gst_flac_dec_handle_seek_event):
11459           Add support for segment seeks (fixes #338290). Also demote
11460           some recurring debug message from DEBUG to LOG level.
11461
11462 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11465         (gst_matroskademux_do_index_seek),
11466         (gst_matroska_demux_handle_seek_event),
11467         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11468         * gst/matroska/matroska-ids.h:
11469           Set DISCONT flag on first buffer after a discontinuity.
11470           Fix newsegment events sent when seeking and honour KEY_UNIT
11471           seek flag. Create pad with bogus caps if we don't recognise
11472           the stream codec id.
11473
11474         * gst/matroska/matroska-demux.h:
11475           Fix GObject macros.
11476
11477 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11478
11479         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11480
11481         * gst/matroska/matroska-demux.c:
11482         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11483           Handle end of segment properly when set; don't dead-lock when
11484           posting start of segment message when doing a segment seek.
11485           Fixes #338810.
11486
11487 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11490         (gst_matroska_demux_plugin_init):
11491           Make mpeg2 aac audio work: create artificial private codec data
11492           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11493           Also call gst_riff_init(). Partially fixes #338767.
11494
11495 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11498         (gst_wavenc_class_init), (gst_wavenc_init),
11499         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11500         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11501         (gst_wavenc_chain), (gst_wavenc_change_state):
11502         * gst/wavenc/gstwavenc.h:
11503           Set caps on first outgoing buffer, so that it doesn't error out
11504           immediately with a non-negotiated error (#338716). Rewrite and
11505           clean up a bit; fix setcaps function to parse things properly;
11506           fix sink caps (8bit audio is unsigned and doesn't have depth);
11507           use boilerplate macros; remove unused properties stuff.
11508
11509 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11512           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11513           handle MJPEG streams and might be autoplugged for those if the
11514           user doesn't have jpegdec installed (resulting in a cryptic error
11515           message about huffman tables). Better to disable JPEG decoding here
11516           and let the user figure out that she needs to install jpegdec.
11517
11518 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11521         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11522         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11523         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11524           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11525           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11526           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11527           debug messages. Fix boilerplate macros.
11528
11529 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11530
11531         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11532         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11533           No need to special-case for Gdk-2.0 any longer, we require
11534           Gdk 2.2 or newer; minor clean-ups.
11535
11536 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11537
11538         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11539         (gst_shout2send_class_init), (gst_shout2send_init),
11540         (set_shout_metadata), (gst_shout2send_set_metadata),
11541         (gst_shout2send_event), (gst_shout2send_start),
11542         (gst_shout2send_connect), (gst_shout2send_stop),
11543         (gst_shout2send_render), (gst_shout2send_set_property),
11544         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11545         (plugin_init):
11546         * ext/shout2/gstshout2.h:
11547         * po/POTFILES.in:
11548           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11549           change function; use GST_ELEMENT_ERROR for error reporting, not
11550           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11551           will cause crashes or assertion failures; remove (unused) "sync"
11552           property, basesink already has such a property; misc. other
11553           minor fixes and cleanups.
11554
11555 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11558         * ext/esd/gstesd.c: (plugin_init):
11559         * po/POTFILES.in:
11560           Add translatable error message for when we cannot
11561           connect to the sound server, as "Cannot open resource
11562           for writing" isn't really an acceptable message to show
11563           to the user in this case.
11564
11565 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         * sys/oss/gst-i18n-plugin.h:
11568           Remove bogus file that doesn't belong here.
11569
11570 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         Patch by: Philippe Valembois
11573
11574         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11575         (gst_shout2send_set_metadata), (gst_shout2send_event),
11576         (gst_shout2send_render), (gst_shout2send_change_state):
11577         * ext/shout2/gstshout2.h:
11578           Handle tags being received before the connection to
11579           the server is established properly (see #338636).
11580
11581 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11582
11583         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11584           Don't crash in case the connection to the server fails:
11585           don't set pointer to NULL by assigning FALSE; error out
11586           properly by using GST_ELEMENT_ERROR and returning
11587           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11588           before resetting the pointer.
11589
11590 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11591
11592         * gst/id3demux/id3tags.c:
11593         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11594         (Fixes #338713)
11595
11596 2006-04-12  Wim Taymans  <wim@fluendo.com>
11597
11598         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11599         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11600         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11601         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11602         (gst_gdk_pixbuf_chain):
11603         Some cleanups.
11604         Added RGBA as a possible output format.
11605         Correctly free the supported mimetypes.
11606         deprecate silent arg, it's not used.
11607         Return result from _alloc_buffer to peer.
11608
11609 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11610
11611         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11612           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11613           overwriting GST_BUFFER_MALLOCDATA.
11614
11615 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11618         (user_endrow_callback), (user_end_callback),
11619         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11620         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11621         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11622         * ext/libpng/gstpngdec.h:
11623           Handle more than one frame if the content is framed,
11624           like with png-in-quicktime (#331917).
11625
11626 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11627
11628         * sys/oss/Makefile.am:
11629         * sys/oss/common.h:
11630         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11631         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11632         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11633         (gst_oss_src_unprepare):
11634           - the user-visible error strings were in the wrong category
11635           - and the messages were not marked for translation
11636           - which is actually a good thing, because they were exactly
11637             the kind of message you would never want anyone to see
11638           - the macros were using variables that didn't exist in the macro
11639             arguments
11640           - and they were obviously copied from each other and then modified
11641           - so a common header makes sense
11642
11643 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11646           Don't try to modify read-only data.
11647
11648         * gst/matroska/matroska-demux.c:
11649         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11650           Fix comment (won't crash any longer now).
11651
11652 2006-04-10  Michael Smith  <msmith@fluendo.com>
11653
11654         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11655           Use copies of header buffers for caps to avoid circular refcounting
11656           problems (as in theoradec, vorbisdec).
11657
11658         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11659           Fix a typo in test that meant it was testing the wrong thing.
11660
11661         * tests/check/elements/cmmlenc.c: (check_headers):
11662           Fix refcount checks now that we use buffer-copies for caps.
11663
11664 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11665
11666         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11667         (gst_matroska_demux_handle_seek_event),
11668         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11669         (gst_matroska_demux_subtitle_caps),
11670         (gst_matroska_demux_plugin_init):
11671           Use static pad templates with ANY caps for audio and video
11672           source pads and get rid of a lot of unnecessary (and partially
11673           broken) code for the template caps. Clean up caps finding
11674           functions. Fixes playback of audio files/streams that do not
11675           contain the sample rate and/or number of channels in the audio
11676           context (happens a lot with vorbis/mp3 .mka files it seems).
11677           Fixes #337183.
11678           Also add myself to copyright holders.
11679
11680 2006-04-10  Michael Smith  <msmith@fluendo.com>
11681
11682         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11683           Use g_list_delete_link () instead of g_list_remove_link () so that
11684           we free the link as well as the contained data.
11685
11686 2006-04-10  Wim Taymans  <wim@fluendo.com>
11687
11688         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11689
11690         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11691         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11692         (gst_avi_demux_stream_header):
11693         Fix some crashers with empty chunks. (Fixes #337749)
11694
11695 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11696
11697         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11698           use G_GINT64_CONSTANT for INT64 constants
11699         * gst/videofilter/gstvideobalance.c:
11700           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11701         * win32/vs6/libgstavi.dsp:
11702          add missing libraries for the link and remove avimux.c from
11703          the project as it isn't ported to 0.10 yet
11704         
11705 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11706
11707         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11708           Even better would be if we actually did the right thing
11709           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11710
11711 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11712
11713         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11714           Can't just replace 1LL with 1L here just because MSVC doesn't
11715           support it, as it might lead to incorrect results when doing the
11716           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11717           force a 64-bit constant in a way that all compilers are happy with.
11718
11719 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11720
11721         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11722         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11723         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11724         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11725         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11726         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11727         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11728         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11729         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11730         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11731         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11732         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11733         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11734         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11735         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11736         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11737         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11738         * gst/debug/efence.c: (gst_efence_class_init):
11739         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11740         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11741         * gst/goom/gstgoom.c: (gst_goom_class_init):
11742         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11743         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11744         * gst/interleave/interleave.c: (interleave_class_init):
11745         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11746         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11747         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11748         * gst/median/gstmedian.c: (gst_median_class_init):
11749         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11750         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11751         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11752         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11753         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11754         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11755         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11756         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11757         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11758         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11759         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11760         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11761         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11762         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11763         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11764         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11765         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11766         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11767         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11768         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11769         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11770         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11771         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11772         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11773         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11775         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11776         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11777         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11778         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11779         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11780         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11781         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11782         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11783         * sys/osxaudio/gstosxaudioelement.c:
11784         (gst_osxaudioelement_class_init):
11785         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11786         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11787         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11788         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11789
11790 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11791
11792         * ext/mikmod/gstmikmod.h:
11793         * gst/level/gstlevel.h:
11794         Fix more broken GObject macros
11795
11796 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11797
11798         * ext/annodex/gstcmmldec.h:
11799         * ext/annodex/gstcmmlenc.h:
11800         * ext/annodex/gstcmmltag.h:
11801         * ext/cairo/gsttextoverlay.h:
11802         * ext/ladspa/gstsignalprocessor.h:
11803         * gst/matroska/ebml-read.h:
11804         * gst/matroska/ebml-write.h:
11805         * sys/osxaudio/gstosxaudioelement.h:
11806         Fix broken GObject macros
11807
11808 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11809
11810         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11811           Don't try to seek beyond the end of the file (would
11812           occasionally display error dialogs in totem when seeking
11813           to the end) (#335869). Will still throw an error though
11814           if the file is truncated and the total_samples value in
11815           the stream header is wrong.
11816
11817 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11818
11819         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11820         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11821         (gst_flac_dec_metadata_callback):
11822         * ext/flac/gstflacdec.h:
11823           If the stream header doesn't contain the total number of samples,
11824           search for the last flac frame at the end of the file and calculate
11825           the total duration from that frame's offset (fixes #337609).
11826
11827 2006-04-07  Edward Hervey  <edward@fluendo.com>
11828
11829         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11830         Don't unref the GstPadTemplate returned by
11831         gst_element_class_get_pad_template().
11832
11833 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11836
11837         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11838         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11839         * sys/sunaudio/gstsunaudiosink.h:
11840           Use spec->segsize and spec->segtotal in the prepare function
11841           to initialise the ring buffer instead of using the buffer-time
11842           property (#337421).
11843
11844 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * configure.ac:
11847           Bump core requirements to CVS for gst_pad_query_peer_duration()
11848           which is used by speexdec.
11849
11850 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11851
11852         * ext/speex/gstspeex.c: (plugin_init):
11853         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11854         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11855         (speex_get_sink_query_types), (speex_dec_sink_query),
11856         (speex_get_src_query_types), (speex_dec_src_query),
11857         (speex_dec_src_event), (speex_dec_sink_event),
11858         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11859         (speex_dec_chain_parse_data), (speex_dec_chain),
11860         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11861         (speex_dec_change_state):
11862         * ext/speex/gstspeexdec.h:
11863           Fix seeking and duration queries (#337033); clean up and
11864           refactor a bit.
11865
11866 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11867
11868         * ext/raw1394/gstdv1394src.c:
11869           distinguish between device not found and could not open for
11870           reading
11871
11872 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11873
11874         * Makefile.am:
11875         * configure.ac:
11876         * pkgconfig/.cvsignore:
11877         * pkgconfig/Makefile.am:
11878         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11879           add a .pc file so other modules can use good plugins in tests
11880
11881 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11882
11883         * configure.ac:
11884           clean up, use AS_VERSION and AS_NANO
11885         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11886           use PACKAGE_VERSION define
11887         * po/af.po:
11888         * po/az.po:
11889         * po/cs.po:
11890         * po/en_GB.po:
11891         * po/hu.po:
11892         * po/it.po:
11893         * po/nb.po:
11894         * po/nl.po:
11895         * po/or.po:
11896         * po/sq.po:
11897         * po/sr.po:
11898         * po/sv.po:
11899         * po/uk.po:
11900         * po/vi.po:
11901           updated
11902
11903 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11904
11905         * ext\jpeg\smokecodec.c:
11906           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11907         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11908           move first instruction after all variables declarations
11909         * gst\alpha\gstalpha.c:
11910         * gst\effectv\gstshagadelic.c:
11911         * gst\smpte\paint.c:
11912         * gst\videofilter\gstvideobalance.c:
11913           define M_PI if it's not defined (it's not defined on WIN32)
11914         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11915         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11916         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11917         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11918         (gst_matroska_demux_video_caps):
11919         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11920         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11921           use gst_guint64_to_gdouble for conversions
11922         * gst\goom\filters.c: (setPixelRGB_):
11923           fix a debug which was using undefined variable
11924         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11925         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11926           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11927         * win32/vs6:
11928           add vs6 projects files for most of plugins-good
11929         
11930 2006-03-30  j^  <j@bootlab.org>
11931
11932         * ext/aalib/gstaasink.c:
11933         * ext/annodex/gstcmmldec.c:
11934         * ext/annodex/gstcmmlenc.c:
11935         * ext/cairo/gsttextoverlay.c:
11936         * ext/cairo/gsttimeoverlay.c:
11937         * ext/cdio/gstcdiocddasrc.c:
11938         * ext/dv/gstdvdec.c:
11939         * ext/esd/esdmon.c:
11940         * ext/esd/esdsink.c:
11941         * ext/flac/gstflacdec.c:
11942         * ext/flac/gstflacenc.c:
11943         * ext/flac/gstflactag.c:
11944         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11945         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11946         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11947         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11948         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11949         * ext/gdk_pixbuf/pixbufscale.c:
11950         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11951         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11952         * ext/jpeg/gstjpegdec.c:
11953         * ext/jpeg/gstjpegenc.c:
11954         * ext/jpeg/gstsmokedec.c:
11955         * ext/jpeg/gstsmokeenc.c:
11956         * ext/libcaca/gstcacasink.c:
11957         * ext/libmng/gstmngdec.c:
11958         * ext/libmng/gstmngenc.c:
11959         * ext/libpng/gstpngdec.c:
11960         * ext/libpng/gstpngenc.c:
11961         * ext/mikmod/gstmikmod.c:
11962         * ext/raw1394/gstdv1394src.c:
11963         * ext/shout2/gstshout2.c:
11964         * ext/speex/gstspeexdec.c:
11965         * ext/speex/gstspeexenc.c:
11966         * gst/alpha/gstalpha.c:
11967         * gst/alpha/gstalphacolor.c:
11968         * gst/auparse/gstauparse.c:
11969         * gst/autodetect/gstautoaudiosink.c:
11970         (gst_auto_audio_sink_base_init):
11971         * gst/autodetect/gstautovideosink.c:
11972         (gst_auto_video_sink_base_init):
11973         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11974         * gst/cutter/gstcutter.c:
11975         * gst/debug/breakmydata.c:
11976         * gst/debug/efence.c:
11977         * gst/debug/gstnavigationtest.c:
11978         * gst/debug/negotiation.c:
11979         * gst/debug/progressreport.c:
11980         * gst/debug/testplugin.c:
11981         * gst/effectv/gstaging.c:
11982         * gst/effectv/gstdice.c:
11983         * gst/effectv/gstedge.c:
11984         * gst/effectv/gstquark.c:
11985         * gst/effectv/gstrev.c:
11986         * gst/effectv/gstvertigo.c:
11987         * gst/effectv/gstwarp.c:
11988         * gst/flx/gstflxdec.c:
11989         * gst/goom/gstgoom.c:
11990         * gst/interleave/deinterleave.c:
11991         * gst/interleave/interleave.c:
11992         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11993         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11994         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11995         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11996         * gst/level/gstlevel.c:
11997         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11999         * gst/median/gstmedian.c:
12000         * gst/monoscope/gstmonoscope.c:
12001         * gst/multipart/multipartdemux.c:
12002         * gst/multipart/multipartmux.c:
12003         * gst/oldcore/gstmd5sink.c:
12004         * gst/oldcore/gstmultifilesrc.c:
12005         * gst/oldcore/gstpipefilter.c:
12006         * gst/oldcore/gstshaper.c:
12007         * gst/oldcore/gststatistics.c:
12008         * gst/rtp/gstasteriskh263.c:
12009         * gst/rtp/gstrtpL16depay.c:
12010         * gst/rtp/gstrtpL16pay.c:
12011         * gst/rtp/gstrtpamrdepay.c:
12012         * gst/rtp/gstrtpamrpay.c:
12013         * gst/rtp/gstrtpdepay.c:
12014         * gst/rtp/gstrtpgsmpay.c:
12015         * gst/rtp/gstrtph263pay.c:
12016         * gst/rtp/gstrtph263pdepay.c:
12017         * gst/rtp/gstrtph263ppay.c:
12018         * gst/rtp/gstrtpmp4gpay.c:
12019         * gst/rtp/gstrtpmp4vdepay.c:
12020         * gst/rtp/gstrtpmp4vpay.c:
12021         * gst/rtp/gstrtpmpadepay.c:
12022         * gst/rtp/gstrtpmpapay.c:
12023         * gst/rtp/gstrtppcmadepay.c:
12024         * gst/rtp/gstrtppcmapay.c:
12025         * gst/rtp/gstrtppcmudepay.c:
12026         * gst/rtp/gstrtppcmupay.c:
12027         * gst/rtp/gstrtpspeexdepay.c:
12028         * gst/rtp/gstrtpspeexpay.c:
12029         * gst/rtsp/gstrtpdec.c:
12030         * gst/smpte/gstsmpte.c:
12031         * gst/videobox/gstvideobox.c:
12032         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12033         * gst/videofilter/gstvideobalance.c:
12034         * gst/videofilter/gstvideoflip.c:
12035         * gst/videofilter/gstvideotemplate.c:
12036         (gst_videotemplate_base_init):
12037         * gst/videomixer/videomixer.c:
12038         * gst/wavenc/gstwavenc.c:
12039         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12040          better/unified long descriptions
12041          Fixed #336602
12042          Some cleanups to auparse, don't send multiple newsegments.
12043
12044 2006-03-29  Wim Taymans  <wim@fluendo.com>
12045
12046         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12047
12048         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12049         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12050         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12051         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12052         * ext/dv/gstdvdemux.h:
12053         Seek in READY patch. Only works for pull based mode.
12054         Fixes #323880
12055
12056 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12057
12058         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12059         (gst_gdk_pixbuf_event):
12060           Fix two crashers: don't unref the same caps twice, and
12061           set pixbuf loader to NULL after freeing it.
12062
12063 2006-03-27  Wim Taymans  <wim@fluendo.com>
12064
12065         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12066         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12067         (gst_speexenc_chain):
12068         * ext/speex/gstspeexenc.h:
12069         Don't leak adapter.
12070         A push *always* takes ownership of the buffer, even on
12071         errors.
12072         Small cleanups.
12073
12074 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12075
12076         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12077           Create source pad without leaking.
12078
12079 2006-03-24  Wim Taymans  <wim@fluendo.com>
12080
12081         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12082         * ext/flac/gstflacdec.h:
12083         * ext/flac/gstflacenc.h:
12084         Spifify a bit.
12085         Fix deadly lock order error in seeking code, STREAM_LOCK
12086         cannot be taken within LOCK and the streaming variables are
12087         protected with the STREAM_LOCK anyway.
12088
12089 2006-03-24  Wim Taymans  <wim@fluendo.com>
12090
12091         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12092         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12093         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12094         this patch combines the global init_frames with the stream
12095         init_frames. Rationale being that the global delay should 
12096         be subtracted from any stream delay.
12097         Fixes #335858.
12098
12099 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12100
12101         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12102         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12103         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12104         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12105         use DEBUG_FUNCPTR for collectpads
12106
12107 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12110           Don't crash when encoding images where the number of rows isn't
12111           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12112
12113 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12116         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12117         * gst/interleave/interleave.c: (interleave_change_state):
12118         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12119           More state change function fixes.
12120
12121 2006-03-23  Wim Taymans  <wim@fluendo.com>
12122
12123         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12124         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12125         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12126         (gst_esdsink_delay), (gst_esdsink_reset):
12127         * ext/esd/esdsink.h:
12128         Fix esd choppy playback by configuring audiosink
12129         correctly. Fixes #325191
12130
12131 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12132
12133         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12134           Make state change function thread-safe.
12135
12136 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12139         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12140           Don't try to read beyond the end of the file just because
12141           the header claims a bigger size (like with truncated files).
12142
12143 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12144
12145         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12146         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12147         (gst_wavparse_stream_data), (gst_wavparse_loop):
12148         * gst/wavparse/gstwavparse.h:
12149           Delay source pad creation until we have the first chunk of
12150           media data, so the we can examine the data and adjust the
12151           caps accordingly if required. This makes playback of .wav
12152           files with DTS-declared-as-PCM content work (#313266).
12153
12154 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12155
12156         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12157         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12158         Don't attempt typefinding on too-short buffers that have been
12159         completely trimmed away. (Fixes #330239)
12160
12161         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12162         Improve the debug output
12163
12164 2006-03-21  Wim Taymans  <wim@fluendo.com>
12165
12166         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12167         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12168         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12169         (gst_esdsink_set_property), (gst_esdsink_get_property):
12170         Some cleanups.
12171         Reset fd to -1 when we close them.
12172
12173 2006-03-21  Wim Taymans  <wim@fluendo.com>
12174
12175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12176         the OPTIONS request result is optional so don't
12177         fail on it.
12178
12179 2006-03-21  Edward Hervey  <edward@fluendo.com>
12180
12181         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12182         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12183         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12184         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12185         (gst_wavparse_change_state):
12186         gcc 4.1 unreferenced pointer fixes.
12187
12188 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12189
12190         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12191
12192         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12193           Fix block alignment calculation. Alignment should be done before
12194           adding the byte offset where the data starts (#335231).
12195
12196 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12197
12198         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12199           Ensure that we set correct caps on buffers that are transferred
12200           direct from the input.
12201
12202 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12203
12204         * gst/goom/filters.c: (zoomFilterDestroy):
12205         * gst/goom/goom_core.c: (goom_close):
12206           Free filter data when cleaning up. (Fixes: #334995)
12207
12208 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * configure.ac:
12211           Don't compile udp and rtsp plugins on win32 (mingw) or other
12212           systems that don't have <sys/socket.h> for some reason (#316203).
12213
12214 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12215
12216         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12217         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12218         * ext/raw1394/gstdv1394src.h:
12219           Change bus reset handler so it reports useful information such as
12220           whether the device being used connected or disconnected
12221
12222 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12223
12224         * gst/id3demux/id3v2frames.c:
12225         (parse_relative_volume_adjustment_two):
12226           We only care about gain and peak data for the master volume.
12227
12228 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12231         (parse_id_string), (parse_unique_file_identifier),
12232         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12233           Read replay gain tags (#323721).
12234
12235 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12236
12237         * configure.ac:
12238           Bump requirements to gst-plugins-base CVS because
12239           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12240
12241 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12242
12243         * rtp/gst/gstrtppcmadepay.c:
12244         Fixed one of the caps in the code from mulaw to alaw.
12245
12246 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12247
12248         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12249           Ensure that we set caps on the buffers we pass.
12250
12251         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12252         (gst_id3demux_sink_activate):
12253           Ensure that we set caps on the buffers we pass.
12254
12255           Use STREAM, TYPE_NOT_FOUND as the error class when
12256           typefinding fails.
12257
12258 2006-03-15  Edward Hervey  <edward@fluendo.com>
12259
12260         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12261         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12263         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12264         (gst_jpeg_dec_setcaps):
12265         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12266         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12267         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12268         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12269         (gst_mngdec_src_getcaps):
12270         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12271         (gst_pngdec_caps_create_and_set):
12272         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12273         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12274         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12275         * gst/alpha/gstalpha.c: (gst_alpha_init):
12276         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12277         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12278         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12279         * gst/cutter/gstcutter.c: (gst_cutter_init):
12280         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12281         (gst_efence_checkgetrange):
12282         * gst/debug/negotiation.c: (gst_negotiation_init):
12283         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12284         * gst/goom/gstgoom.c: (gst_goom_init):
12285         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12286         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12287         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12288         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12289         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12290         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12291         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12292         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12293         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12294         (gst_wavparse_create_sourcepad):
12295         Fix memleak with gst_static_pad_template_get().
12296         This uses gst_pad_new_from_static_template() instead.
12297         Fixes #333512
12298
12299 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         * configure.ac:
12302           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12303           used by id3demux.
12304
12305         * gst/id3demux/gstid3demux.c: (plugin_init):
12306         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12307         (parse_user_text_identification_frame),
12308         (parse_unique_file_identifier):
12309           Add support for UFID and TXXX frames and extract musicbrainz tags.
12310
12311 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12312
12313         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12314           Catch short reads, like they might happen with truncated
12315           files (see #305279); remove unnecessary indentation.
12316
12317 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12318
12319         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12320           Fix DIB image inversion for pictures with a
12321           depth != 8 (#305279).
12322
12323 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12324
12325         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12326         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12327         * ext/jpeg/gstjpegdec.h:
12328           Fix durations on outgoing buffers after seeking
12329           in MJPEG files (#334083); some minor clean-ups.
12330
12331 2006-03-13  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12334         (gst_wavparse_change_state):
12335         Implement seek in READY (re-fixes #327658)
12336
12337 2006-03-13  Wim Taymans  <wim@fluendo.com>
12338
12339         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12340         * ext/esd/esdmon.c: (gst_esdmon_get):
12341         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12342         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12343         (gst_gdk_pixbuf_sink_getcaps):
12344         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12345         (gst_jpegenc_setcaps):
12346         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12347         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12348         (gst_smokeenc_setcaps):
12349         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12350         (gst_mngdec_src_getcaps):
12351         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12352         (gst_mngenc_chain):
12353         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12354         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12355         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12356         (speex_dec_src_event), (speex_dec_chain):
12357         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12358         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12359         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12360         (gst_negotiation_pad_link), (gst_negotiation_chain):
12361         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12362         (gst_flxdec_chain):
12363         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12364         (deinterleave_chain):
12365         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12366         * gst/median/gstmedian.c: (gst_median_link):
12367         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12368         (gst_monoscope_chain):
12369         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12370         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12371         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12372         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12373         close #333784 unref the result of gst_pad_get_parent()
12374         by: Christophe Fergeau.
12375
12376 2006-03-09  Wim Taymans  <wim@fluendo.com>
12377
12378         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12379         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12380         Handle events in push mode better, can now do non-flushing
12381         seeks in push mode as well.
12382
12383 2006-03-07  Wim Taymans  <wim@fluendo.com>
12384
12385         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12386         Applied patch from Kai Vehmanen, fixes #333624.
12387
12388 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12389
12390         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12391         Implement paletted and grayscale png files handling.
12392         (#150363).
12393
12394 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12395
12396         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12397         (gst_speexenc_chain):
12398           fix a tag list assert
12399           follow gst-plugins-base/ext/ogg/README; set OFFSET
12400           and OFFSET_END.  Muxes correctly with gst-plugins-base
12401           > 0.9.3
12402
12403 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12404
12405         * gst/id3demux/Makefile.am:
12406         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12407         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12408           Use new typefind helper functions here as well, and
12409           do typefinding in pull-mode if upstream supports that.
12410
12411 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12412
12413         * sys/sunaudio/gstsunaudiomixerctrl.c:
12414         (gst_sunaudiomixer_ctrl_get_volume),
12415         (gst_sunaudiomixer_ctrl_set_volume):
12416         * sys/sunaudio/gstsunaudiomixertrack.c:
12417         (gst_sunaudiomixer_track_new):
12418           Remove unused variables, breaks build from CVS
12419           with -Werror (#333392, patch by: Benjamin Pineau)
12420
12421 2006-03-03  Wim Taymans  <wim@fluendo.com>
12422
12423         * docs/plugins/Makefile.am:
12424         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12425         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12426         Added wavparse docs.
12427
12428         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12429         (gst_wavparse_reset), (gst_wavparse_init),
12430         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12431         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12432         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12433         (gst_wavparse_stream_data), (gst_wavparse_loop),
12434         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12435         (gst_wavparse_change_state):
12436         * gst/wavparse/gstwavparse.h:
12437         Implement seek in READY (fixes #327658)
12438         Added docs and did some cleanups.
12439
12440 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12441
12442         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12443         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12444         (gst_avi_demux_calculate_durations_from_index),
12445         (gst_avi_demux_stream_header):
12446         * gst/avi/gstavidemux.h:
12447           If we have an index, use a duration based on the index instead
12448           of blindly trusting the information in the stream headers
12449           (fixes #331817).
12450
12451 2006-03-03  Wim Taymans  <wim@fluendo.com>
12452
12453         * docs/plugins/Makefile.am:
12454         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12455         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12456         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12457         Added smoke and jpeg to the docs.
12458
12459         * ext/jpeg/Makefile.am:
12460         * ext/jpeg/gstjpeg.c: (plugin_init):
12461         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12462         * ext/jpeg/gstjpegenc.h:
12463         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12464         (gst_smokedec_chain):
12465         * ext/jpeg/gstsmokedec.h:
12466         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12467         * ext/jpeg/gstsmokeenc.h:
12468         * ext/jpeg/smokecodec.h:
12469         Port smokedec (fixes #331905).
12470         Added some docs.
12471         Some cleanups.
12472
12473 2006-03-03  Wim Taymans  <wim@fluendo.com>
12474
12475         * docs/plugins/Makefile.am:
12476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12478         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12479         Added videobalance and videoflip to the docs.
12480
12481         * gst/videofilter/Makefile.am:
12482         * gst/videofilter/gstvideobalance.c:
12483         (gst_video_balance_update_tables_planar411),
12484         (gst_video_balance_is_passthrough),
12485         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12486         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12487         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12488         (gst_video_balance_finalize), (gst_video_balance_class_init),
12489         (gst_video_balance_init), (gst_video_balance_interface_supported),
12490         (gst_video_balance_interface_init),
12491         (gst_video_balance_colorbalance_list_channels),
12492         (gst_video_balance_colorbalance_set_value),
12493         (gst_video_balance_colorbalance_get_value),
12494         (gst_video_balance_colorbalance_init),
12495         (gst_video_balance_set_property), (gst_video_balance_get_property),
12496         (gst_video_balance_get_type), (plugin_init):
12497         * gst/videofilter/gstvideobalance.h:
12498         Ported to 0.10. (Fixes #326160)
12499         Added docs.
12500
12501         * gst/videofilter/gstvideoflip.c:
12502         * gst/videofilter/gstvideoflip.h:
12503         Added docs.
12504
12505 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12506
12507         * configure.ac:
12508           Bump requirements to current core and -base CVS
12509           (core for new typefind helper API, and -base for the
12510           WAVFORMATEX support that was added to libgstriff and
12511           is needed by wavparse).
12512         
12513         * gst/apetag/Makefile.am:
12514         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12515         (gst_tag_demux_sink_activate):
12516           Use new typefind helpers for typefinding instead of our
12517           home-grown stuff; also, do typefinding in pull-mode if
12518           upstream supports that.
12519
12520 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12521
12522         Reviewed by: Christian Schaller <christian@fluendo.com>
12523
12524         This patch fixes bug: 329107
12525
12526         This Changelog entry is for a commit done on February 17
12527
12528         * ext/gconf/gconf.c
12529         * ext/gconf/gconf.h
12530         * ext/gconf/gstgconfaudiosink.c
12531         * ext/gconf/gstgconfaudiosink.h
12532         * gconf/gstreamer.schemas.in
12533
12534 2006-02-28  Wim Taymans  <wim@fluendo.com>
12535
12536         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12537         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12538         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12539         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12540         Use DEBUG_OBJECT more.
12541
12542 2006-02-28  Wim Taymans  <wim@fluendo.com>
12543
12544         * docs/plugins/Makefile.am:
12545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12547         Added dvdec and dvdemux to docs.
12548
12549         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12550         Added docs.
12551         Check frame sizes so we don't crash when don't have enough
12552         data.
12553         Send nice error messages on error.
12554
12555         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12556         (gst_dvdemux_class_init), (gst_dvdemux_init),
12557         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12558         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12559         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12560         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12561         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12562         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12563         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12564         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12565         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12566         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12567         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12568         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12569         * ext/dv/gstdvdemux.h:
12570         Added docs.
12571         Implement pull mode.
12572         Fix memleaks.
12573         Reduce memcpy for the video demuxing.
12574
12575 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12576
12577         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12578         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12579         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12580         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12581           Add a little extra debug. Make the decoder not return NOT_LINKED,
12582           as we want to continue decoding all CMML and emitting tags.
12583
12584 2006-02-27  Michael Smith  <msmith@fluendo.com>
12585
12586         * ext/annodex/gstskeltag.c:
12587         * ext/annodex/gstskeltag.h:
12588           Deleted; these files aren't used any more either.
12589
12590 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12591
12592         * ext/Makefile.am: Fix dist-check.
12593
12594 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12595
12596         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12597         memleak.
12598
12599 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12600
12601         * ext/annodex/Makefile.am:
12602         * ext/annodex/gstannodex.c:
12603         * ext/annodex/gstcmmldec.c:
12604         * ext/annodex/gstcmmlenc.c:
12605         * ext/annodex/gstcmmlparser.c:
12606         * ext/annodex/gstcmmlparser.h:
12607         * ext/annodex/gstcmmlutils.c:
12608         * tests/check/elements/cmmldec.c:
12609         * tests/check/elements/cmmlenc.c:
12610           Fix a memleak in gst_cmml_track_list_add_clip.
12611           Handle overflows in clip's start and end times.
12612           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12613           Do not parse junk at the end of a CMML preamble buffer.
12614           Register a libxml error handler to not print stuff on stderr.
12615           Check for bad clip start and end times in the testsuites.
12616
12617 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12618
12619         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12620         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12621         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12622         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12623         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12624         possible memleaks.
12625
12626 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12627
12628         * tests/check/Makefile.am:
12629         * tests/check/elements/cmmldec.c:
12630         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12631         the plugins-base tags.
12632
12633 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12634
12635         * ext/Makefile.am: Re-enable module.
12636
12637 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12638
12639         * tests/check/Makefile.am: Forgot to remove that test.
12640
12641 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12642
12643         * ext/annodex/Makefile.am:
12644         * ext/annodex/gstannodex.c: (plugin_init):
12645         * ext/annodex/gstcmmldec.c:
12646         * ext/annodex/gstskeldec.c:
12647         * ext/annodex/gstskeldec.h:
12648         * tests/check/Makefile.am:
12649         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12650
12651 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12652
12653         * tests/check/Makefile.am: Disable those checks as well.
12654
12655 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12656
12657         * ext/Makefile.am: Disable annodex for now until we figure out
12658         how to make it build.
12659         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12660         Add a rule to your checklist : "please try to at least build 
12661         what you are going to commit into -good, or if you are too lazy
12662         to do that, please check that the buildbots are not crying because
12663         of your commit."
12664
12665 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12666
12667         * configure.ac:
12668         * ext/Makefile.am:
12669         * ext/gdk_pixbuf/Makefile.am:
12670         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12671         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12672         * ext/gdk_pixbuf/pixbufscale.c:
12673         * ext/gdk_pixbuf/pixbufscale.h:
12674           Gdkpixbuf ported from 0.8 to 0.10 by
12675           Renato Filho <renato.filho@indt.org.br>.
12676           gst_loader and gdkpixbufanimation still need port.
12677
12678 2006-02-24  Michael Smith  <msmith@fluendo.com>
12679
12680         * configure.ac:
12681         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12682         * ext/Makefile.am:
12683         * ext/annodex/Makefile.am:
12684         * ext/annodex/gstannodex.c:
12685         * ext/annodex/gstannodex.h:
12686         * ext/annodex/gstcmmldec.c:
12687         * ext/annodex/gstcmmldec.h:
12688         * ext/annodex/gstcmmlenc.c:
12689         * ext/annodex/gstcmmlenc.h:
12690         * ext/annodex/gstcmmlparser.c:
12691         * ext/annodex/gstcmmlparser.h:
12692         * ext/annodex/gstcmmltag.c:
12693         * ext/annodex/gstcmmltag.h:
12694         * ext/annodex/gstcmmlutils.c:
12695         * ext/annodex/gstcmmlutils.h:
12696         * ext/annodex/gstskeldec.c:
12697         * ext/annodex/gstskeldec.h:
12698         * ext/annodex/gstskeltag.c:
12699         * ext/annodex/gstskeltag.h:
12700         * tests/check/Makefile.am:
12701         * tests/check/elements/cmmldec.c:
12702         * tests/check/elements/cmmlenc.c:
12703         * tests/check/elements/skeldec.c:
12704           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12705           Includes tests & docs, oh my! Passes Thomas's -good checklist
12706           entirely. Wow.
12707
12708 2006-02-24  Michael Smith  <msmith@fluendo.com>
12709
12710         * autogen.sh:
12711           Check for automake 1.9 as well.
12712
12713 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12714
12715         * ext/flac/gstflacenc.c:
12716           Change min. sample rate to 8kHz to match flacdec's.
12717           
12718 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         * ext/cdio/Makefile.am:
12721           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12722           required for Cygwin, see #317048)
12723
12724         * gst/rtp/gstasteriskh263.c:
12725           Cygwin has includes for both the unix network socket API
12726           and the windows API, but only one can be included, so fix
12727           includes to only use one or the other, prefering the unxi
12728           one (#317048).
12729
12730 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12731
12732         * rtp/gst/gstrtppcmadepay.c:
12733         * rtp/gst/gstrtppcmadepay.h:
12734         * rtp/gst/gstgstrtppcmapay.c:
12735         * rtp/gst/gstgstrtppcmapay.h:
12736         * rtp/gst/gstrtppcmudepay.c:
12737         * rtp/gst/gstrtppcmudepay.h:
12738         * rtp/gst/gstrtppcmupay.c:
12739         * rtp/gst/gstrtppcmupay.h:
12740         * rtp/gst/Makefile.am:
12741         * rtp/gst/gstrtp.c:
12742         * rtp/gst/README:
12743         Separated the G711 payloaders/depayloaders into separate elements for
12744         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12745
12746 2006-02-22  Wim Taymans  <wim@fluendo.com>
12747
12748         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12749         (gst_dvdec_change_state):
12750         * ext/dv/gstdvdec.h:
12751         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12752         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12753         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12754         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12755         (gst_dvdemux_flush), (gst_dvdemux_chain),
12756         (gst_dvdemux_change_state):
12757         * ext/dv/gstdvdemux.h:
12758         Ueber spiffify some more, added debug category.
12759         Use _scale.
12760         Use segments, respect playback rate from newsegment.
12761         Fix refcount issue.
12762
12763 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12764
12765         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12766         (gst_signal_processor_process):
12767         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12768         enabled for the build, but it helps me win the feature-count
12769         competitions ooh yeah.
12770
12771 2006-02-19  Wim Taymans  <wim@fluendo.com>
12772
12773         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12774         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12775         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12776         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12777         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12778         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12779         Use scaling code for added precission and more correct stop
12780         position in case scale==0.
12781
12782 2006-02-19  Wim Taymans  <wim@fluendo.com>
12783
12784         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12785         (gst_flxdec_chain):
12786         * gst/flx/gstflxdec.h:
12787         Implement DURATION query.
12788
12789 2006-02-19  Wim Taymans  <wim@fluendo.com>
12790
12791         * gst/flx/flx_color.h:
12792         * gst/flx/flx_fmt.h:
12793         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12794         (gst_flxdec_src_query_handler), (flx_decode_color),
12795         (gst_flxdec_chain):
12796         * gst/flx/gstflxdec.h:
12797         Set MALLOCDATA for the temp buffers so we don't leak.
12798         Some debug cleanups.
12799         Consume all data in the adapter before leaving the chain
12800         function. Fixes #330678.
12801
12802 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12803
12804         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12805         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12806          Handle 0 data size in otherwise valid frames.
12807          Handle numeric strings in 2.4.0 even when not in parentheses 
12808
12809 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12810
12811         * gst/matroska/matroska-demux.c:
12812         (gst_matroska_demux_subtitle_caps),
12813         (gst_matroska_demux_plugin_init):
12814         * gst/matroska/matroska-ids.h:
12815           Recognise SSA/ASS and USF subtitle formats and
12816           set proper caps when they are found.
12817
12818 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12819
12820         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12821         (gst_jpeg_dec_chain):
12822           Fix invalid memory access for some odd-sized images
12823           (see image contained in quicktime stream in #327083);
12824           use g_malloc() instead of g_alloca().
12825
12826 2006-02-17  Wim Taymans  <wim@fluendo.com>
12827
12828         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12829         Patch from Sebastien Cote, fixes #319884
12830
12831 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12832
12833         * ext/cdio/gstcdio.c: (plugin_init):
12834           Init debug category (#331253).
12835
12836 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12837
12838         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12839           Pass extra_data to gst_riff_create_audio_caps(), so that
12840           WAVEFORMATEX stuff works. Post audio codec name and post
12841           it as taglist on the bus. Allow up to 8 channesl for raw
12842           PCM in the source pad template caps.
12843
12844 2006-02-16  Wim Taymans  <wim@fluendo.com>
12845
12846         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12847         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12848         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12849         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12850         (gst_multipart_set_property), (gst_multipart_get_property):
12851         Applied #318663. Gives quite a few false positives in
12852         autoscan mode, but it's better than nothing. Not closing yet.
12853
12854 2006-02-16  Wim Taymans  <wim@fluendo.com>
12855
12856         * docs/plugins/Makefile.am:
12857         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12859         * docs/plugins/gst-plugins-good-plugins.args:
12860         * docs/plugins/inspect/plugin-udp.xml:
12861         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12862         (gst_udpsrc_start):
12863         Update documentation.
12864         Fix args.
12865
12866 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12867
12868         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12869         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12870         frame size. (Fixes #331368)
12871
12872 2006-02-16  Wim Taymans  <wim@fluendo.com>
12873
12874         * gst/rtsp/README:
12875         Updated README.
12876
12877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12878         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12879         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12880         * gst/rtsp/gstrtspsrc.h:
12881         Make sure the RTP port is an even port an try to allocate 
12882         another if not.
12883         Added retry property to control max retries for port allocation.
12884         Make sure RTCP port is RTP port+1.
12885         Cleanup when port allocation fails.
12886         Fixes #319183.
12887         
12888 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12889
12890         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12891           Don't ignore return value of the parent class's state
12892           change function (#331385, patch by: Wouter Paesen).
12893
12894 2006-02-15  Wim Taymans  <wim@fluendo.com>
12895
12896         * configure.ac:
12897         * docs/plugins/Makefile.am:
12898         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12899         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12900         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12901         * ext/Makefile.am:
12902         * ext/hal/Makefile.am:
12903         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12904         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12905         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12906         (do_toggle_element), (gst_hal_audio_sink_set_property),
12907         (gst_hal_audio_sink_get_property),
12908         (gst_hal_audio_sink_change_state):
12909         * ext/hal/gsthalaudiosink.h:
12910         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12911         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12912         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12913         (do_toggle_element), (gst_hal_audio_src_set_property),
12914         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12915         * ext/hal/gsthalaudiosrc.h:
12916         * ext/hal/gsthalelements.c: (plugin_init):
12917         * ext/hal/gsthalelements.h:
12918         * ext/hal/hal.c: (gst_hal_get_string),
12919         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12920         (gst_hal_get_audio_src):
12921         * ext/hal/hal.h:
12922         Add HAL sound device wrapper plugins. Closes #329106
12923
12924 2006-02-15  Wim Taymans  <wim@fluendo.com>
12925
12926         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12927         Add comment in a fultile attempt to stop the copy-and-paste 
12928         paradigm leading to duplication of bad code.
12929
12930         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12931         Mime parameters have to be checked case insensitive
12932
12933 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12934
12935         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12936           Advance stream time for lagging subtitle streams by sending
12937           newsegment events with the update flag set.
12938
12939 2006-02-14  Edward Hervey  <edward@fluendo.com>
12940
12941         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12942         There can be bogus data before the hdrl LIST tag in the RIFF header.
12943         It's hard to say if it's not respecting the AVI specifications or not,
12944         but since Google Video is producing AVIs like that and the other player
12945         don't seem to complain, I guess we should do the same.
12946
12947 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12948
12949         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12950         (parse_split_strings):
12951         Add more validation to ensure that a char encoding conversion
12952         produced a valid UTF-8 string.
12953
12954 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12955
12956         Reviewed by: Edward Hervey  <edward@fluendo.com>
12957
12958         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12959         Properly handle end of segment. Closes #330885.
12960
12961 2006-02-13  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/rtp/gstrtpmp4gpay.h:
12964         For got to commit this one.
12965
12966 2006-02-12  Wim Taymans  <wim@fluendo.com>
12967
12968         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12969         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12970         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12971         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12972         * gst/rtp/gstrtpmp4gpay.h:
12973         Make more things work.
12974         Handle ACC config strings.
12975
12976 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12977
12978         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12979           set timestamps if no incoming timestamps set
12980
12981 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12982
12983         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12984         (gst_tag_demux_do_typefind):
12985           ... and fix the very same leaks in GstTagDemux.
12986
12987 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12988
12989         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12990         (gst_id3demux_do_typefind):
12991         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12992         <jonathan at kaolin dot wh9 dot net>)
12993
12994 2006-02-10  Wim Taymans  <wim@fluendo.com>
12995
12996         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12997         First set options, then set caps or else the baseclass
12998         will not know about the options, duh.
12999
13000 2006-02-10  Wim Taymans  <wim@fluendo.com>
13001
13002         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
13003         (gst_rtp_mp4v_pay_setcaps):
13004         Don't waste time looking for a config string if we have codec_info
13005         on the incomming caps.
13006
13007 2006-02-10  Wim Taymans  <wim@fluendo.com>
13008
13009         * gst/rtp/README:
13010         Say something about case-sensitivity of caps vs mime-attributes.
13011
13012         * gst/rtp/Makefile.am:
13013         * gst/rtp/gstrtp.c: (plugin_init):
13014         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13015         (gst_rtp_amr_pay_handle_buffer):
13016         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
13017         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
13018         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
13019         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
13020         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
13021         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
13022         (gst_rtp_mp4g_pay_plugin_init):
13023         * gst/rtp/gstrtpmp4gpay.h:
13024         Added beginnings of mpeg4-generic payloader (RFC 3640)
13025
13026 2006-02-09  Wim Taymans  <wim@fluendo.com>
13027
13028         * gst/rtsp/Makefile.am:
13029         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
13030         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
13031         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
13032         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13033         (gst_rtpdec_change_state):
13034         * gst/rtsp/gstrtpdec.h:
13035         * gst/rtsp/gstrtsp.c: (plugin_init):
13036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13037         * gst/rtsp/rtspconnection.c: (read_body),
13038         (rtsp_connection_receive):
13039         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13040         Resurected rtpdec to make rtspsrc happy again.
13041         Skip attributes from the session id.
13042         Don't crash when dumping a message with an empty body.
13043
13044
13045 2006-02-09  Wim Taymans  <wim@fluendo.com>
13046
13047         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13048         Added more meaningfull warnings when something goes wrong.
13049         Clear F bit on outgoing AMR packets.
13050
13051         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13052         (gst_rtp_amr_pay_handle_buffer):
13053         Added debugging category
13054         Support payloading of multiple AMR frames.
13055
13056         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13057         Added some debugging.
13058
13059 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13060
13061         * configure.ac:
13062           Back to CVS
13063
13064 === release 0.10.2 ===
13065
13066 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13067
13068         * configure.ac:
13069           releasing 0.10.2, "Papa was a rolling stone"
13070
13071 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13072
13073         * configure.ac:
13074           Bump core and plugins-base requirement to 0.10.2.2
13075           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13076
13077 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13078
13079         * ext/flac/gstflac.c: (plugin_init):
13080         * ext/speex/gstspeex.c: (plugin_init):
13081           Register musicbrainz tags.
13082
13083 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13084
13085         * ext/gconf/gconf.h:
13086           Remove declaration of function that no longer exists.
13087
13088 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13089
13090         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13091         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13092         Make shout2 work for non ogg streams
13093
13094 2006-02-06  Wim Taymans  <wim@fluendo.com>
13095
13096         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13097         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13098         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13099         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13100         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13101         * gst/udp/gstmultiudpsink.h:
13102         Updated docs.
13103         Added properties bytes-served, bytes_to_serve.
13104         Post proper error messages,
13105         Emit client added signal too.
13106
13107 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13108
13109         * docs/plugins/Makefile.am:
13110         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13111         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13112         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13113         (gst_multiudpsink_get_stats):
13114           adding docs for multiudpsink
13115
13116 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13117
13118         * gst/level/gstlevel.c: (gst_level_transform_ip):
13119           peak below decay is not necessarily an error, so don't ERROR log
13120
13121 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13122
13123         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13124         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13125         (gst_ebml_write_seek):
13126         * gst/matroska/ebml-write.h:
13127           Make sure we send a newsegment event in BYTES format
13128           before sending buffers (#328531).
13129
13130 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13131
13132         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13133         (gst_dvdemux_sink_query):
13134         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13135         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13136         (speex_dec_src_query):
13137         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13138         (gst_speexenc_sink_query):
13139         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13140         * gst/matroska/matroska-demux.c:
13141         (gst_matroska_demux_get_src_query_types),
13142         (gst_matroska_demux_handle_src_query):
13143         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13144         (gst_wavparse_pad_query):
13145           Pass unhandled queries upstream instead of just dropping
13146           them (#326446). Update query type arrays here and there.
13147
13148 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13149
13150         * tests/check/elements/matroskamux.c: (setup_src_pad):
13151           Collectpads in core got changed and now also holds a
13152           reference to any pad that is part of it. Fix refcount
13153           checks in test case accordingly.
13154
13155 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13156
13157         * gst/apetag/gstapedemux.h:
13158           Fix include, for now GstTagDemux is in the apetag dir.
13159
13160 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13161
13162         * docs/plugins/Makefile.am:
13163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13165         * docs/plugins/inspect/plugin-cdio.xml:
13166           Add cdio plugin to docs.
13167
13168         * ext/cdio/gstcdiocddasrc.c:
13169           Add gtk-doc blurb.
13170
13171         * ext/cdio/gstcdio.c:
13172           The plugin is called 'cdio' not 'cddio'.
13173
13174 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * configure.ac:
13177         * docs/plugins/Makefile.am:
13178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13180         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13181         * docs/plugins/inspect/plugin-apetag.xml:
13182         * gst/apetag/Makefile.am:
13183         * gst/apetag/gstapedemux.c:
13184         * gst/apetag/gstapedemux.h:
13185         * gst/apetag/gsttagdemux.c:
13186         * gst/apetag/gsttagdemux.h:
13187           Add APE tag demuxer (#325649).
13188
13189 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13190
13191         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13192         (gst_gconf_get_default_video_sink),
13193         (gst_gconf_get_default_audio_src),
13194         (gst_gconf_get_default_video_src):
13195         * ext/gconf/gconf.h:
13196         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13197         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13198         (do_toggle_element):
13199         * ext/gconf/gstgconfaudiosink.h:
13200         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13201         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13202         (do_toggle_element):
13203         * ext/gconf/gstgconfaudiosrc.h:
13204         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13205         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13206         (do_toggle_element):
13207         * ext/gconf/gstgconfvideosink.h:
13208         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13209         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13210         (do_toggle_element):
13211         * ext/gconf/gstgconfvideosrc.h:
13212           Ignore changing the GConf key to "". Ignore GConf key updates
13213           that don't actually change the string.
13214           For now, ignore the GConf key when the state is > READY, as
13215           it breaks streaming. Sometime it will be nice to bring the
13216           new sink online even mid-stream, by sending NEWSEGMENT info
13217           and possibly prerolling.
13218           (Fixes #326736)
13219
13220 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13221
13222         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13223         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13224         (zoomFilterSetResolution), (zoomFilterDestroy),
13225         (zoomFilterFastRGB), (pointFilter):
13226         * gst/goom/filters.h:
13227         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13228         (goom_update), (goom_close):
13229         * gst/goom/goom_core.h:
13230         * gst/goom/goom_tools.h:
13231         * gst/goom/graphic.c:
13232         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13233         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13234         * gst/goom/gstgoom.h:
13235         * gst/goom/lines.c: (goom_lines):
13236         * gst/goom/lines.h:
13237           Make goom reentrant by moving all important static variables
13238           into instance structures.
13239           (Fixes #329181)
13240
13241 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13242
13243         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13244         (gst_avi_demux_all_source_pads_unlinked),
13245         (gst_avi_demux_process_next_entry):
13246         * gst/avi/gstavidemux.h:
13247           Third attempt, use gst_pad_is_linked() this time.
13248
13249 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13250
13251         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13252         (parse_split_strings):
13253         Adjust for data length indicators when parsing (Fixes #329810)
13254         Fix stupid bug parsing UTF-8 tag text.
13255         Output tag strings with multiple fields as multiple tags, so the
13256         app gets all the data.
13257
13258 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13259
13260         * ext/flac/gstflacenc.c:
13261         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13262         show me.
13263         
13264 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13265
13266         * ext/flac/gstflacenc.c:
13267         * gst/matroska/ebml-read.c:
13268         Just make it compile with --disable-gst-debug.
13269
13270 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13271
13272         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13273         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13274         (id3v2_genre_fields_to_taglist):
13275           Never output a tag with a null contents string.
13276
13277 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13278
13279         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13280           Only pause if all pads are unlinked AND we've tried to send data
13281           on all of them at least once.
13282
13283 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13284
13285         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13286         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13287           Make loop function/task pause itself when all source pads are
13288           unlinked.
13289
13290 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13291
13292         * configure.ac:
13293         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13294           Use new functions from core to render a bin from a
13295           string. Fixes build. Up requirements to core CVS.
13296
13297 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13298
13299         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13300           Don't push buffers into the adapter that we are going to
13301           push downstream again without framing anyway. Also, the
13302           adaptor takes ownership of buffers put into it (fixes
13303           auparse pushing invalid buffers for .au files with
13304           ADPCM contents). Finally, set caps on all outgoing buffers.
13305
13306 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13307
13308         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13309         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13310         (gst_id3demux_send_tag_event):
13311         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13312         Someone should kick my butt. Remove ID3v1 tags from the end of the
13313         file.
13314
13315         Improve error messages. Send the TAG message as soon as we complete
13316         typefinding, instead of waiting until we send the first buffer.
13317         Downstream tag event is still sent before the first buffer.
13318
13319 2006-01-27  Jan Gerber  <j@bootlab.org>
13320
13321         Reviewed by: Andy Wingo <wingo@pobox.com>
13322
13323         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13324         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13325         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13326         to not have warings flooding stderr. this is the suggested way
13327         also used in dvgrab and kino. (#328336)
13328
13329 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13330
13331         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13332         (gst_oss_sink_init), (gst_oss_sink_finalise):
13333           Free the device name string when finalised.
13334
13335 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13336
13337         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13338           Don't put function calls in g_return_if_fail() statements,
13339           or they'll be replaced with NOOPs if someone compiles with
13340           G_DISABLE_CHECKS defined.
13341           
13342 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13343
13344         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13345         Never trust ANY information encoded in a media file, especially
13346         when it's giving you sizes. (Fixes #328452)
13347
13348 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13349
13350         * gst/rtp/gstrtpg711pay.c:
13351         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13352         bug #325148.
13353
13354 2006-01-23  Edward Hervey  <edward@fluendo.com>
13355
13356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13357         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13358         * gst/matroska/matroska-ids.h:
13359         Added recognition of Real Audio and Video streams in matroska demuxer.
13360
13361 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13362
13363         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13364           Remove errant break statement, and fix compilation with
13365           older GCC.
13366
13367 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13368
13369         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13370
13371         * sys/sunaudio/gstsunaudiomixerctrl.c:
13372         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13373           Export functions that are needed in other parts of the code,
13374           makes the mixer actually work; adjust magic minimum buffer-time
13375           value from 3ms to 5ms to work around stuttering during mp3
13376           playback (#327765).
13377
13378 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13379
13380         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13381
13382         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13383         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13384           Fix possible deadlock in matroska muxer (#327825).
13385
13386 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13387
13388         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13389         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13390         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13391         * gst/rtsp/sdpmessage.h:
13392         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13393         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13394           C89 fixes: declare variables at the beginning of a block and
13395           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13396           <jensgr at gmx dot net>).
13397
13398 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13399
13400         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13401         * gst/id3demux/id3tags.h:
13402         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13403         (parse_comment_frame), (parse_text_identification_frame),
13404         (id3v2_tag_to_taglist), (id3v2_are_digits),
13405         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13406         (parse_split_strings), (free_tag_strings):
13407           Rewrite parsing of text tags to handle multiple NULL terminated
13408           strings. Parse numeric genre strings and ID3v2 type
13409           "(3)(6)Alternative" style genre strings.
13410           Parse dates that are only YYYY or YYYY-mm format.
13411           (Fixes #328241 and #322154)
13412
13413 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13414
13415         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13416           Don't forget to initialize liboil, otherwise our oil functions
13417           will crash (fixes #327871; patch by: Christoph Burghardt
13418           <hawkes at web dot de>).
13419
13420 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13421
13422         * configure.ac:
13423           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13424           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13425           patch by: Brian Cameron <brian dot cameron at sun dot com>
13426
13427 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13428
13429         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13430         * ext/cdio/gstcdio.h:
13431         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13432           Fix build for libcdio versions >= 76; give slightly lower rank
13433           than cdparanoia.
13434
13435 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13436
13437         * configure.ac:
13438         * ext/Makefile.am:
13439         * ext/cdio/Makefile.am:
13440         * ext/cdio/gstcdio.c:
13441         * ext/cdio/gstcdio.h:
13442         * ext/cdio/gstcdiocddasrc.c:
13443         * ext/cdio/gstcdiocddasrc.h:
13444           Port libcdio cdda source, formerly known as cddasrc, now known as
13445           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13446           but that's not tested (fixes #317658).
13447
13448 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13449
13450         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13451           Fix conversion from TIME to BYTES format (fixes #326864;
13452           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13453
13454 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13455
13456         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13457           Fix compilation of id3demux when zlib is not present.
13458           (Fixes #326602; patch by: Sergey Scobich)
13459
13460 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13461
13462         * ext/esd/Makefile.am:
13463           Add $(ESD_CFLAGS), otherwise build will fail for folks
13464           with libesd in a non-standard prefix (#327009).
13465
13466 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13467
13468         * configure.ac:
13469           back to HEAD
13470
13471 === release 0.10.1 ===
13472
13473 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13474
13475         * configure.ac:
13476           releasing 0.10.1, "Li"
13477
13478 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13479
13480           patch by: Wim Taymans
13481
13482         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13483           fix memleak.  Fixes #326618
13484
13485 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13486
13487           patch by: Mike Smith
13488
13489         * gst/level/gstlevel.c: (gst_level_message_new),
13490         (gst_level_message_append_channel):
13491           Fix memleak.  Fixes #326612
13492
13493 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13494
13495         * configure.ac:
13496           prereleasing
13497         * po/af.po:
13498         * po/az.po:
13499         * po/cs.po:
13500         * po/en_GB.po:
13501         * po/hu.po:
13502         * po/it.po:
13503         * po/nb.po:
13504         * po/nl.po:
13505         * po/or.po:
13506         * po/sq.po:
13507         * po/sr.po:
13508         * po/sv.po:
13509         * po/uk.po:
13510         * po/vi.po:
13511           update translations
13512
13513 2006-01-10  Michael Smith  <msmith@fluendo.com>
13514
13515         * gst/level/gstlevel.c: (gst_level_class_init),
13516         (gst_level_dispose):
13517           Don't leak filter arrays.
13518
13519 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13520
13521         reviewed by: Christian Schaller <uraeus@gnome.org>
13522         
13523         * configure.ac:
13524         * gst-plugins-good.spec.in:
13525         * sys/Makefile.am:
13526         * sys/sunaudio/Makefile.am:
13527         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13528         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13529         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13530         (gst_sunaudiomixer_change_state):
13531         * sys/sunaudio/gstsunaudiomixer.h:
13532         * sys/sunaudio/gstsunaudiomixerctrl.c:
13533         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13534         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13535         (gst_sunaudiomixer_ctrl_list_tracks),
13536         (gst_sunaudiomixer_ctrl_get_volume),
13537         (gst_sunaudiomixer_ctrl_set_volume),
13538         (gst_sunaudiomixer_ctrl_set_mute),
13539         (gst_sunaudiomixer_ctrl_set_record):
13540         * sys/sunaudio/gstsunaudiomixerctrl.h:
13541         * sys/sunaudio/gstsunaudiomixertrack.c:
13542         (gst_sunaudiomixer_track_class_init),
13543         (gst_sunaudiomixer_track_init), (fill_labels),
13544         (gst_sunaudiomixer_track_new):
13545         * sys/sunaudio/gstsunaudiomixertrack.h:
13546         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13547         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13548         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13549         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13550         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13551         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13552         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13553         * sys/sunaudio/gstsunaudiosink.h:
13554
13555         Add SunAudio plugin - tested to make sure it doesn't break
13556         the build under GNU/Linux.      
13557
13558 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13559
13560         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13561         * gst-plugins-good/gst/udp/gstudpsrc.c:
13562         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13563         overrides the port or multicast parameters. Fixes bugs #323021.
13564         API addition: adds GstUDPSrc::sockfd property   
13565
13566 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         * ext/gconf/Makefile.am:
13569         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13570         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13571         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13572         (do_toggle_element), (cb_toggle_element),
13573         (gst_gconf_audio_src_change_state):
13574         * ext/gconf/gstgconfaudiosrc.h:
13575         * ext/gconf/gstgconfelements.c: (plugin_init):
13576         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13577         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13578         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13579         (do_toggle_element), (cb_toggle_element),
13580         (gst_gconf_video_src_change_state):
13581         * ext/gconf/gstgconfvideosrc.h:
13582           Add new gconfaudiosrc and gconfvideosrc elements
13583           (needed for gnome-sound-recorder).
13584
13585 2006-01-06  Edward Hervey  <edward@fluendo.com>
13586
13587         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13588         Add gst_element_no_more_pads() for proper decodebin behaviour.
13589         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13590         (parse_text_identification_frame), (parse_split_strings):
13591         Failure to decode some tags is not a GST_ERROR() but a
13592         GST_WARNING()
13593         When iterating over a chunk of text, check that we haven't gone too
13594         far.
13595
13596 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13597
13598         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13599         (plugin_init):
13600           call oil_init() when using liboil
13601
13602 2006-01-04  Wim Taymans  <wim@fluendo.com>
13603
13604         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13605         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13606         Fix leaks.
13607
13608 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13609
13610         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13611
13612         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13613         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13614         (gst_flac_dec_change_state):
13615           Don't g_assert() where we should just return FALSE; remove
13616           unnecessary g_assert(); initialize some fields properly in
13617           state change function (fixes #325504). Also, use
13618           GST_DEBUG_OBJECT in two more places.
13619
13620 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13621
13622         * configure.ac:
13623           also remove smoothwave's Makefile.am
13624         * docs/plugins/Makefile.am:
13625           fix plugin docs
13626
13627 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13628
13629         * tests/examples/Makefile.am:
13630           added missing Makefile.am
13631
13632 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13633
13634         * configure.ac:
13635         * gst/level/Makefile.am:
13636         * gst/level/level-example.c:
13637         * tests/Makefile.am:
13638         * tests/examples/level/Makefile.am:
13639         * tests/examples/level/level-example.c: (message_handler), (main):
13640           moved level-example to tests/examples/level-example
13641         * tests/old/examples/level/demo.c: (main):
13642         * tests/old/examples/level/plot.c: (main):
13643           some initial fixes
13644
13645 2005-12-29  Michael Smith  <msmith@fluendo.com>
13646
13647         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13648         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13649         * gst/udp/gstmultiudpsink.h:
13650           Track packets sent per client in addition to bytes sent; provide
13651           this info through get-stats signal
13652
13653 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13656           Can't use gst_object_unref() on a GstAdapter (#325191).
13657
13658 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13659
13660         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13661         If a broken tag has 0 bytes payload, at least still skip
13662         the 10 byte header
13663
13664 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13665
13666         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13667         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13668         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13669         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13670           Making these depayloaders (H263+ and mpeg4 video) inherit from
13671           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13672
13673 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13674
13675         * docs/plugins/gst-plugins-good-plugins.args:
13676         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13677         Regenerate the plugin hiearchy.
13678
13679 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13680
13681         * docs/plugins/Makefile.am:
13682         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13683         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13684         * docs/plugins/gst-plugins-good-plugins.args:
13685         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13686         (gst_id3demux_base_init), (gst_id3demux_class_init),
13687         (gst_id3demux_chain):
13688         * gst/id3demux/gstid3demux.h:
13689           Add documentation for id3demux.
13690           Don't fail if the first buffer is not at offset 0, just
13691           attempt to typefind and do pass through
13692           Rename the gst_type function from gst_gst_id3demux..
13693
13694 2005-12-20  Michael Smith  <msmith@fluendo.com>
13695
13696         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13697         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13698         (gst_multiudpsink_get_stats):
13699         * gst/udp/gstmultiudpsink.h:
13700           Collect statistics; return them from get_stats.
13701
13702 2005-12-19  Edward Hervey  <edward@fluendo.com>
13703
13704         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13705         Stupid signedness issue...
13706
13707 2005-12-19  Edward Hervey  <edward@fluendo.com>
13708
13709         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13710         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13711         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13712         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13713         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13714         Construct index for indexless files.
13715         Make sure pad/buffers are correctly reset to NULL once we don't need
13716         them anymore, else we get lovely segfaults/assertions.
13717         * gst/wavparse/gstwavparse.c:
13718         Yes, you can have 96KHz audio and wma in wav :(
13719
13720 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13721
13722         * configure.ac:
13723           Check for optional dependency on zlib for id3demux
13724
13725         * gst/id3demux/Makefile.am:
13726         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13727         (gst_id3demux_base_init), (gst_id3demux_class_init),
13728         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13729         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13730         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13731         (gst_id3demux_set_property), (gst_id3demux_get_property),
13732         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13733         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13734         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13735         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13736         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13737         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13738         (simple_find_peek), (simple_find_suggest),
13739         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13740         (plugin_init):
13741         * gst/id3demux/gstid3demux.h:
13742         * gst/id3demux/id3tags.c: (read_synch_uint),
13743         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13744         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13745         (id3demux_id3v2_frames_to_tag_list):
13746         * gst/id3demux/id3tags.h:
13747         * gst/id3demux/id3v2.4.0-frames.txt:
13748         * gst/id3demux/id3v2.4.0-structure.txt:
13749         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13750         (parse_comment_frame), (parse_text_identification_frame),
13751         (id3v2_tag_to_taglist), (parse_split_strings):
13752           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13753           otherwise it discards them. Works on my test files. 
13754
13755         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13756           Don't send EOS to a non-existing srcpad
13757           The debug category can be static
13758
13759 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13760
13761         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13762         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13763         * gst/multipart/multipartdemux.c:
13764           change some char* into char[]
13765
13766 2005-12-16  Wim Taymans  <wim@fluendo.com>
13767
13768         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13769         (gst_wavparse_other), (gst_wavparse_perform_seek),
13770         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13771         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13772         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13773         * gst/wavparse/gstwavparse.h:
13774         Use GstSegment to implement more seeking features.
13775
13776 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13777
13778         * gst/rtsp/rtspconnection.c:
13779           Add <netinet/in.h> include and move <arpa/inet.h> include
13780           to make things work on OpenBSD as well (fixes #323717;
13781           patch by: Benjamin Pineau)
13782
13783 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13784
13785         * gst/rtp/gstrtpspeexdepay.c:
13786         * gst/rtp/gstrtpspeexpay.c:
13787         Set clock rate to be fixed in 8000. It fixes bug #324012.
13788
13789 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13790
13791         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13792         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13793         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13794         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13795         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13796         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13797         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13798         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13799         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13800         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13801         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13802         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13803         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13804         * gst-plugins-good/gst/rtp/README:
13805         Fixed payload range in payloder caps. Removed payload range completely
13806         from depayloaders as they don't require payload type in their caps.
13807         In effect, there isn't any specific payload type for any given codec,
13808         only suggestions.
13809         Fixes bug #324011.
13810
13811 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13812
13813         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13814         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13815         (gst_videomixer_collected): Code cleanup and re-enabling 
13816         queued time validity check for correct EOS handling.
13817
13818 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13819
13820         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13821         (gst_oss_mixer_element_get_property),
13822         (gst_oss_mixer_element_change_state):
13823         Add 'device-name' property and fix state change function.
13824
13825 2005-12-13  Edward Hervey  <edward@fluendo.com>
13826
13827         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13828         If the speed of the file is null in the header, set the frame_time to
13829         the default setting of GST_SECOND / 70. Which is the default
13830         frame_delay for .fli files as stated in this document :
13831         http://www.compuphase.com/flic.htm
13832         Would be nice to have the time conversion done properly too (duration =
13833         flxh->frames * flxdec->frame_time)
13834
13835 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13836
13837         * docs/plugins/Makefile.am:
13838         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13839         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13840         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13841         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13842         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13843         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13844         documentation for videomixer on my way with a funny sample
13845         pipeline.
13846
13847 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13848
13849         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13850         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13851         (gst_videomixer_update_queues), (gst_videomixer_collected):
13852         Fix caps negotiation. (#323896)
13853
13854 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13855
13856         * gst/matroska/matroska-demux.c:
13857         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13858           Set correct timestamps on audio laces, fixes playback of mp3 from
13859                 matroska.
13860
13861 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13862
13863         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13864         (gst_au_parse_class_init), (gst_au_parse_init),
13865         (gst_au_parse_dispose), (gst_au_parse_chain),
13866         (gst_au_parse_change_state), (plugin_init):
13867         * gst/auparse/gstauparse.h:
13868           Use gst_object_unref() for GstObjects instead of
13869           g_object_unref() and fix a mem leak in a debug
13870           statement; while we're at it, also borgify, use
13871           boilerplate macros and clean up a little bit.
13872
13873 2005-12-11  Edward Hervey  <edward@fluendo.com>
13874
13875         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13876         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13877         Added pull mode.
13878
13879 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * gst/goom/gstgoom.c:
13882         * gst/level/level-example.c: (main):
13883         * gst/smoothwave/demo-osssrc.c: (main):
13884           Use audiotestsrc instead of sinesrc (#323798).
13885
13886 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13887
13888         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13889           more debug-func-ptr usage
13890
13891 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13892
13893         * gst/flx/flx_color.c: (flx_colorspace_convert):
13894         * gst/flx/flx_color.h:
13895         * gst/flx/flx_fmt.h:
13896         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13897         * gst/flx/gstflxdec.h:
13898           Now flxdec works on big-endian machines as well.
13899
13900 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13901
13902         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13903         (gst_fenced_buffer_copy):
13904           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13905           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13906           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13907           and use GST_DEBUG_FUNCPTR for pad functions.
13908
13909 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13910
13911         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13912         (gst_flac_dec_class_init), (gst_flac_dec_init),
13913         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13914         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13915         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13916         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13917         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13918         (gst_flac_dec_change_state):
13919         * ext/flac/gstflacdec.h:
13920           Rewrite flacdec a bit, so that even seeking might work now. Most
13921           importantly, don't act upon any flow return values we get, just tell
13922           the decoder everything's dandy and act on the flow return values
13923           later on in the loop function. We don't want to mess up the internal
13924           decoder state for non-fatal things like flushing pads etc. Other
13925           than that, use GstSegment (segment seeks don't work yet though, but
13926           should be easy to add), use boilerplate macros, drop the superfluous
13927           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13928           lots of other things.
13929
13930 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * configure.ac:
13933           Update comment in OSS includes check.
13934
13935         * sys/oss/gstossdmabuffer.c:
13936         * sys/oss/gstosshelper.c:
13937         * sys/oss/gstossmixer.c:
13938         * sys/oss/gstossmixertrack.c:
13939         * sys/oss/gstosssink.c:
13940         * sys/oss/gstosssrc.c:
13941         * sys/oss/oss_probe.c:
13942           Don't assume the OSS soundcard.h include is always in
13943           the sys/ directory. Instead, use the existing defines
13944           from config.h to include the right file. Fixes
13945           compilation on OpenBSD 3.8 (#323718).
13946
13947 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13948
13949         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13950         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13951         * docs/plugins/inspect/plugin-1394.xml:
13952         * docs/plugins/inspect/plugin-aasink.xml:
13953         * docs/plugins/inspect/plugin-alaw.xml:
13954         * docs/plugins/inspect/plugin-alpha.xml:
13955         * docs/plugins/inspect/plugin-alphacolor.xml:
13956         * docs/plugins/inspect/plugin-auparse.xml:
13957         * docs/plugins/inspect/plugin-autodetect.xml:
13958         * docs/plugins/inspect/plugin-avi.xml:
13959         * docs/plugins/inspect/plugin-cacasink.xml:
13960         * docs/plugins/inspect/plugin-cairo.xml:
13961         * docs/plugins/inspect/plugin-cutter.xml:
13962         * docs/plugins/inspect/plugin-debug.xml:
13963         * docs/plugins/inspect/plugin-dv.xml:
13964         * docs/plugins/inspect/plugin-efence.xml:
13965         * docs/plugins/inspect/plugin-effectv.xml:
13966         * docs/plugins/inspect/plugin-esdsink.xml:
13967         * docs/plugins/inspect/plugin-flac.xml:
13968         * docs/plugins/inspect/plugin-flxdec.xml:
13969         * docs/plugins/inspect/plugin-gconfelements.xml:
13970         * docs/plugins/inspect/plugin-goom.xml:
13971         * docs/plugins/inspect/plugin-jpeg.xml:
13972         * docs/plugins/inspect/plugin-level.xml:
13973         * docs/plugins/inspect/plugin-matroska.xml:
13974         * docs/plugins/inspect/plugin-mulaw.xml:
13975         * docs/plugins/inspect/plugin-multipart.xml:
13976         * docs/plugins/inspect/plugin-navigationtest.xml:
13977         * docs/plugins/inspect/plugin-ossaudio.xml:
13978         * docs/plugins/inspect/plugin-png.xml:
13979         * docs/plugins/inspect/plugin-rtp.xml:
13980         * docs/plugins/inspect/plugin-rtsp.xml:
13981         * docs/plugins/inspect/plugin-shout2send.xml:
13982         * docs/plugins/inspect/plugin-smpte.xml:
13983         * docs/plugins/inspect/plugin-speex.xml:
13984         * docs/plugins/inspect/plugin-udp.xml:
13985         * docs/plugins/inspect/plugin-videobox.xml:
13986         * docs/plugins/inspect/plugin-videoflip.xml:
13987         * docs/plugins/inspect/plugin-videomixer.xml:
13988         * docs/plugins/inspect/plugin-wavenc.xml:
13989         * docs/plugins/inspect/plugin-wavparse.xml:
13990         * ext/flac/gstflac.c: (plugin_init):
13991         * ext/flac/gstflacdec.c: (flacdec_get_type),
13992         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13993         (gst_flac_dec_init), (gst_flac_dec_finalize),
13994         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13995         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13996         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13997         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13998         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13999         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14000         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
14001         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14002         * ext/flac/gstflacdec.h:
14003         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
14004         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
14005         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
14006         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
14007         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
14008         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
14009         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
14010         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
14011         (gst_flac_enc_change_state):
14012         * ext/flac/gstflacenc.h:
14013           borgify and fix up documentation
14014
14015 2005-12-09  Michael Smith  <msmith@fluendo.com>
14016
14017         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
14018           Accept a wider range of flac files, more closely matching flac spec.
14019
14020 2005-12-08  Julien MOUTTE  <julien@moutte.net>
14021
14022         * docs/plugins/Makefile.am: Add multipart elements.
14023         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14024         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
14025         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14026         * gst/multipart/multipartdemux.c:
14027         * gst/multipart/multipartmux.c: Add docs.
14028
14029 2005-12-07  Edward Hervey  <edward@fluendo.com>
14030
14031         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
14032         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14033         (gst_avi_demux_invert):
14034         Memleak and crasher fixes.
14035         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14036         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14037         Memleak fixes
14038
14039 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14040
14041         * ext/aalib/gstaasink.h:
14042         * ext/cairo/gsttextoverlay.h:
14043         * ext/dv/gstdvdec.h:
14044         * ext/dv/gstdvdemux.c:
14045         * ext/dv/gstdvdemux.h:
14046         * ext/esd/esdsink.h:
14047         * ext/flac/flac_compat.h:
14048         * ext/flac/gstflacdec.h:
14049         * ext/flac/gstflacenc.h:
14050         * ext/gconf/gconf.h:
14051         * ext/gconf/gstgconfaudiosink.h:
14052         * ext/gconf/gstgconfvideosink.h:
14053         * ext/gdk_pixbuf/gstgdkanimation.h:
14054         * ext/jpeg/gstjpegdec.h:
14055         * ext/jpeg/smokecodec.h:
14056         * ext/jpeg/smokeformat.h:
14057         * ext/ladspa/gstsignalprocessor.h:
14058         * ext/ladspa/search.c: (LADSPAPluginSearch):
14059         * ext/ladspa/utils.h:
14060         * ext/libmng/gstmng.c:
14061         * ext/libmng/gstmngdec.h:
14062         * ext/libmng/gstmngenc.c:
14063         * ext/libmng/gstmngenc.h:
14064         * ext/libpng/gstpng.c:
14065         * ext/libpng/gstpngenc.c:
14066         * ext/libpng/gstpngenc.h:
14067         * ext/shout2/gstshout2.h:
14068         * ext/speex/gstspeexdec.h:
14069         * ext/speex/gstspeexenc.c:
14070         * ext/speex/gstspeexenc.h:
14071         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14072         * gst/autodetect/gstautoaudiosink.h:
14073         * gst/autodetect/gstautovideosink.h:
14074         * gst/avi/gstavidemux.h:
14075         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14076         (gst_cutter_set_property), (gst_cutter_get_caps):
14077         * gst/cutter/gstcutter.h:
14078         * gst/debug/tests.c: (md5_process_block):
14079         * gst/debug/tests.h:
14080         * gst/effectv/gstwarp.c:
14081         * gst/flx/flx_fmt.h:
14082         * gst/flx/gstflxdec.h:
14083         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14084         (zoomFilterFastRGB):
14085         * gst/goom/filters.h:
14086         * gst/goom/goom_tools.h:
14087         * gst/law/alaw-encode.c:
14088         * gst/level/gstlevel.c:
14089         * gst/level/gstlevel.h:
14090         * gst/matroska/ebml-write.h:
14091         * gst/matroska/matroska-demux.h:
14092         * gst/matroska/matroska-ids.h:
14093         * gst/matroska/matroska-mux.h:
14094         * gst/monoscope/convolve.c: (convolve_match):
14095         * gst/monoscope/convolve.h:
14096         * gst/multipart/multipartmux.c:
14097         * gst/oldcore/gstaggregator.c:
14098         * gst/oldcore/gstaggregator.h:
14099         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14100         * gst/oldcore/gstmd5sink.h:
14101         * gst/oldcore/gstmultifilesrc.c:
14102         * gst/oldcore/gstmultifilesrc.h:
14103         * gst/oldcore/gstpipefilter.h:
14104         * gst/oldcore/gstshaper.h:
14105         * gst/rtp/gstrtpL16depay.h:
14106         * gst/rtp/gstrtpL16pay.h:
14107         * gst/rtp/gstrtpdepay.h:
14108         * gst/rtp/gstrtpmp4vpay.c:
14109         * gst/rtp/gstrtpmp4vpay.h:
14110         * gst/rtsp/gstrtspsrc.c:
14111         * gst/rtsp/gstrtspsrc.h:
14112         * gst/rtsp/rtspconnection.h:
14113         * gst/rtsp/rtspdefs.h:
14114         * gst/rtsp/rtspmessage.h:
14115         * gst/rtsp/rtsptransport.h:
14116         * gst/rtsp/rtspurl.c:
14117         * gst/rtsp/rtspurl.h:
14118         * gst/rtsp/sdpmessage.c:
14119         * gst/rtsp/sdpmessage.h:
14120         * gst/smpte/barboxwipes.c:
14121         * gst/smpte/gstmask.h:
14122         * gst/smpte/gstsmpte.h:
14123         * gst/smpte/paint.c:
14124         * gst/smpte/paint.h:
14125         * gst/udp/gstdynudpsink.h:
14126         * gst/udp/gstmultiudpsink.h:
14127         * gst/udp/gstudpsink.c:
14128         * gst/udp/gstudpsink.h:
14129         * gst/udp/gstudpsrc.c:
14130         * gst/videomixer/videomixer.c:
14131         * gst/wavenc/riff.h:
14132         * gst/wavparse/gstwavparse.h:
14133         * sys/oss/gstossdmabuffer.h:
14134         * sys/oss/gstossmixer.h:
14135         * sys/oss/gstossmixerelement.h:
14136         * sys/oss/gstossmixertrack.h:
14137         * sys/oss/gstosssink.c:
14138         * sys/oss/gstosssink.h:
14139         * sys/oss/gstosssrc.c:
14140         * sys/oss/gstosssrc.h:
14141         * sys/osxaudio/gstosxaudioelement.h:
14142         * sys/osxaudio/gstosxaudiosink.h:
14143         * sys/osxaudio/gstosxaudiosrc.h:
14144           expand tabs
14145
14146 === release 0.10.0 ===
14147
14148 2005-12-05   <thomas (at) apestaart (dot) org>
14149
14150         * configure.ac:
14151           releasing 0.10.0, "Abondance"
14152
14153 2005-12-05  Andy Wingo  <wingo@pobox.com>
14154
14155         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14156         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14157         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14158         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14159         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14160         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14161         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14162         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14163         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14164         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14165         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14166         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14167         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14168         * gst/goom/gstgoom.c: (gst_goom_chain):
14169         * gst/matroska/matroska-demux.c:
14170         (gst_matroska_demux_push_vorbis_codec_priv_data),
14171         (gst_matroska_demux_add_wvpk_header):
14172         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14173         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14174         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14175         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14176         alloc_buffer changes.
14177
14178 2005-12-05  Michael Smith  <msmith@fluendo.com>
14179
14180         * docs/plugins/gst-plugins-good-plugins.args:
14181           Remove args for plugins that aren't in -good.
14182
14183 === release 0.9.7 ===
14184
14185 2005-12-01   <thomas (at) apestaart (dot) org>
14186
14187         * configure.ac:
14188           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14189
14190 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14191
14192         * docs/plugins/.cvsignore:
14193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14194         * docs/plugins/inspect/plugin-multipart.xml:
14195         * docs/plugins/inspect/plugin-rtp.xml:
14196           add multipart plugin to docs
14197
14198 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14199
14200         * configure.ac:
14201         * ext/Makefile.am:
14202         * ext/pango/Makefile.am:
14203         * ext/pango/gstclockoverlay.c:
14204         * ext/pango/gstclockoverlay.h:
14205         * ext/pango/gsttextoverlay.c:
14206         * ext/pango/gsttextoverlay.h:
14207         * ext/pango/gsttextrender.c:
14208         * ext/pango/gsttextrender.h:
14209         * ext/pango/gsttimeoverlay.c:
14210         * ext/pango/gsttimeoverlay.h:
14211           move pango to base
14212
14213 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14214
14215         * gst/rtp/Makefile.am:
14216         * gst/rtp/gstrtpL16depay.c:
14217         * gst/rtp/gstrtpL16depay.h:
14218         * gst/rtp/gstrtpL16parse.c:
14219         * gst/rtp/gstrtpL16parse.h:
14220         * gst/rtp/gstrtpgsmdepay.c:
14221         * gst/rtp/gstrtpgsmdepay.h:
14222         * gst/rtp/gstrtpgsmparse.c:
14223         * gst/rtp/gstrtpgsmparse.h:
14224           parsers are depayers
14225
14226 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14227
14228         * gst/rtp/Makefile.am:
14229         * gst/rtp/gstasteriskh263.c:
14230         * gst/rtp/gstrtp.c:
14231         * gst/rtp/gstrtpL16enc.c:
14232         * gst/rtp/gstrtpL16enc.h:
14233         * gst/rtp/gstrtpL16parse.c:
14234         * gst/rtp/gstrtpL16parse.h:
14235         * gst/rtp/gstrtpL16pay.c:
14236         * gst/rtp/gstrtpL16pay.h:
14237         * gst/rtp/gstrtpamrdec.c:
14238         * gst/rtp/gstrtpamrdec.h:
14239         * gst/rtp/gstrtpamrdepay.c:
14240         * gst/rtp/gstrtpamrdepay.h:
14241         * gst/rtp/gstrtpamrenc.c:
14242         * gst/rtp/gstrtpamrenc.h:
14243         * gst/rtp/gstrtpamrpay.c:
14244         * gst/rtp/gstrtpamrpay.h:
14245         * gst/rtp/gstrtpdec.c:
14246         * gst/rtp/gstrtpdec.h:
14247         * gst/rtp/gstrtpdepay.c:
14248         * gst/rtp/gstrtpdepay.h:
14249         * gst/rtp/gstrtpg711dec.c:
14250         * gst/rtp/gstrtpg711dec.h:
14251         * gst/rtp/gstrtpg711depay.c:
14252         * gst/rtp/gstrtpg711depay.h:
14253         * gst/rtp/gstrtpg711enc.c:
14254         * gst/rtp/gstrtpg711enc.h:
14255         * gst/rtp/gstrtpg711pay.c:
14256         * gst/rtp/gstrtpg711pay.h:
14257         * gst/rtp/gstrtpgsmenc.c:
14258         * gst/rtp/gstrtpgsmenc.h:
14259         * gst/rtp/gstrtpgsmparse.c:
14260         * gst/rtp/gstrtpgsmparse.h:
14261         * gst/rtp/gstrtpgsmpay.c:
14262         * gst/rtp/gstrtpgsmpay.h:
14263         * gst/rtp/gstrtph263enc.c:
14264         * gst/rtp/gstrtph263enc.h:
14265         * gst/rtp/gstrtph263pay.c:
14266         * gst/rtp/gstrtph263pay.h:
14267         * gst/rtp/gstrtph263pdec.c:
14268         * gst/rtp/gstrtph263pdec.h:
14269         * gst/rtp/gstrtph263pdepay.c:
14270         * gst/rtp/gstrtph263pdepay.h:
14271         * gst/rtp/gstrtph263penc.c:
14272         * gst/rtp/gstrtph263penc.h:
14273         * gst/rtp/gstrtph263ppay.c:
14274         * gst/rtp/gstrtph263ppay.h:
14275         * gst/rtp/gstrtpmp4vdec.c:
14276         * gst/rtp/gstrtpmp4vdec.h:
14277         * gst/rtp/gstrtpmp4vdepay.c:
14278         * gst/rtp/gstrtpmp4vdepay.h:
14279         * gst/rtp/gstrtpmp4venc.c:
14280         * gst/rtp/gstrtpmp4venc.h:
14281         * gst/rtp/gstrtpmp4vpay.c:
14282         * gst/rtp/gstrtpmp4vpay.h:
14283         * gst/rtp/gstrtpmpadec.c:
14284         * gst/rtp/gstrtpmpadec.h:
14285         * gst/rtp/gstrtpmpadepay.c:
14286         * gst/rtp/gstrtpmpadepay.h:
14287         * gst/rtp/gstrtpmpaenc.c:
14288         * gst/rtp/gstrtpmpaenc.h:
14289         * gst/rtp/gstrtpmpapay.c:
14290         * gst/rtp/gstrtpmpapay.h:
14291         * gst/rtp/gstrtpspeexdec.c:
14292         * gst/rtp/gstrtpspeexdec.h:
14293         * gst/rtp/gstrtpspeexdepay.c:
14294         * gst/rtp/gstrtpspeexdepay.h:
14295         * gst/rtp/gstrtpspeexenc.c:
14296         * gst/rtp/gstrtpspeexenc.h:
14297         * gst/rtp/gstrtpspeexpay.c:
14298         * gst/rtp/gstrtpspeexpay.h:
14299           Do burger's rename for rtp payloaders and depayloaders
14300
14301 2005-11-30  Wim Taymans  <wim@fluendo.com>
14302
14303         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14304         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14305         * ext/dv/gstdvdemux.h:
14306         Fix seeking in dvdemux again, add some more debug info.
14307
14308 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14309
14310         * configure.ac:
14311           fix tests
14312
14313 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14314
14315         * PORTED_09:
14316         * docs/random/PORTED_09:
14317           move
14318         * tests/Makefile.am:
14319           add
14320         * win32/gst.sln:
14321           remove
14322
14323 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14324
14325         * Makefile.am:
14326         * check/.cvsignore:
14327         * check/Makefile.am:
14328         * check/elements/.cvsignore:
14329         * check/elements/level.c:
14330         * check/elements/matroskamux.c:
14331         * configure.ac:
14332         * examples/Makefile.am:
14333         * examples/capsfilter/Makefile.am:
14334         * examples/capsfilter/capsfilter1.c:
14335         * examples/gob/Makefile.am:
14336         * examples/gob/gst-identity2.gob:
14337         * examples/gstplay/.cvsignore:
14338         * examples/gstplay/Makefile.am:
14339         * examples/gstplay/player.c:
14340         * examples/indexing/.cvsignore:
14341         * examples/indexing/Makefile.am:
14342         * examples/indexing/indexmpeg.c:
14343         * examples/level/Makefile.am:
14344         * examples/level/README:
14345         * examples/level/demo.c:
14346         * examples/level/plot.c:
14347         * examples/stats/Makefile.am:
14348         * examples/stats/mp2ogg.c:
14349         * examples/switch/.cvsignore:
14350         * examples/switch/Makefile.am:
14351         * examples/switch/switcher.c:
14352           move under tests/
14353
14354 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14355
14356         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14357         (gst_text_render_class_init), (resize_bitmap),
14358         (gst_text_render_render_text), (gst_text_render_setcaps),
14359         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14360         (gst_text_render_chain), (gst_text_render_finalize),
14361         (gst_text_render_init), (gst_text_render_set_property):
14362         * ext/pango/gsttextrender.h:
14363           Add missing files.
14364
14365 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14366
14367         * configure.ac:
14368         * ext/Makefile.am:
14369         * ext/pango/Makefile.am:
14370         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14371         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14372         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14373         * ext/pango/gstclockoverlay.h:
14374         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14375         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14376         (gst_text_overlay_finalize), (gst_text_overlay_init),
14377         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14378         (gst_text_overlay_text_pad_linked),
14379         (gst_text_overlay_text_pad_unlinked),
14380         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14381         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14382         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14383         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14384         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14385         (gst_text_overlay_change_state), (plugin_init):
14386         * ext/pango/gsttextoverlay.h:
14387         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14388         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14389         (gst_time_overlay_class_init), (gst_time_overlay_init):
14390         * ext/pango/gsttimeoverlay.h:
14391           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14392           and add background shading and text wrapping modes. Make 
14393           timoverlay derive from textoverlay. Also add new clockoverlay
14394           element.
14395
14396 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14397
14398         * gst/udp/Makefile.am: Moved to netbuffer.
14399
14400 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14401
14402         * configure.ac:
14403         * PORTED_O9:
14404         * gst/multipart/Makefile.am:
14405         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14406         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14407         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14408         (gst_multipart_demux_change_state),
14409         (gst_multipart_demux_plugin_init):
14410         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14411         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14412         (gst_multipart_mux_sinkconnect),
14413         (gst_multipart_mux_request_new_pad),
14414         (gst_multipart_mux_handle_src_event),
14415         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14416         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14417         0.9.
14418
14419 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14420
14421         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14422         * gst/debug/gstnavigationtest.h:
14423         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14424         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14425         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14426         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14427         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14428         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14429         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14430         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14431         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14432         (gst_video_flip_get_type):
14433         * gst/videofilter/gstvideoflip.h:
14434           update for symbols change
14435
14436 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14437
14438         * gst/udp/gstdynudpsink.c:
14439         * gst/udp/gstudpsrc.c:
14440           the old gstnet lib was renamed gstnetbuffer (#322257)
14441
14442 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14443
14444         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14445         (gst_text_overlay_collected):
14446           Actually render the text from the text pad.
14447
14448 2005-11-29  Edward Hervey  <edward@fluendo.com>
14449
14450         * gst/debug/gstnavseek.c: (gst_navseek_event):
14451         * gst/debug/progressreport.c: (gst_progress_report_event):
14452         Update for GstBaseTransform event virtual method
14453
14454 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14455
14456         * ext/cairo/Makefile.am:
14457           no need to link to videofilter
14458
14459 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14460
14461         * gst/debug/Makefile.am:
14462         * gst/debug/gstnavigationtest.h:
14463         * gst/effectv/Makefile.am:
14464         * gst/effectv/gstaging.c:
14465         * gst/effectv/gstdice.c:
14466         * gst/effectv/gstedge.c:
14467         * gst/effectv/gstquark.c:
14468         * gst/effectv/gstrev.c:
14469         * gst/effectv/gstshagadelic.c:
14470         * gst/effectv/gstvertigo.c:
14471         * gst/effectv/gstwarp.c:
14472         * gst/videofilter/Makefile.am:
14473         * gst/videofilter/gstvideofilter.c:
14474         * gst/videofilter/gstvideofilter.h:
14475         * gst/videofilter/gstvideoflip.h:
14476           remove the videofilter library and link to the one in base
14477
14478 2005-11-28  Edward Hervey  <edward@fluendo.com>
14479
14480         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14481         Useless check now we're setting the current entry correctly.
14482
14483 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14484
14485         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14486         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14487         (gst_jpegenc_change_state):
14488           Don't leak input buffer in chain function (fixes #322667); make 
14489           state change function thread-safe; don't repeat the current function
14490           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14491           gst_pad_alloc_buffer(); misc. minor cleanups.
14492
14493 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14494
14495         * gst/matroska/matroska-mux.c:
14496         (gst_matroska_mux_video_pad_setcaps):
14497         Look for pixel-aspect-ratio in caps, not pixel_width and
14498         pixel_height (Fixes: #322645)
14499
14500 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14501
14502         * gst/matroska/matroska-mux.c:
14503         (gst_matroska_mux_video_pad_setcaps):
14504         From Michal Benes:
14505         frame duration should be GST_SECOND / framerate, not
14506         GST_SECOND * framerate. (Fixes: #322643)
14507
14508 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14509
14510         * configure.ac:
14511           fix up GST_PLUGIN_LDFLAGS
14512         * gst/rtsp/rtspconnection.c:
14513           fix includes (see #317043)
14514         * gst/videofilter/Makefile.am:
14515           stop installing this library
14516
14517 2005-11-26  Edward Hervey  <edward@fluendo.com>
14518
14519         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14520         Handle the case where the incoming Video dv stream doesn't have
14521         a pixel aspect ratio set.
14522
14523 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14524
14525         * docs/plugins/Makefile.am:
14526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14528         * ext/flac/gstflacdec.c:
14529           document flacdec
14530
14531 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14532
14533         * docs/plugins/Makefile.am:
14534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14536         * docs/plugins/inspect/plugin-autodetect.xml:
14537         * ext/cairo/gstcairo.c: (plugin_init):
14538         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14539         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14540         (gst_text_overlay_init), (gst_text_overlay_font_init),
14541         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14542         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14543         (gst_text_overlay_text_pad_linked),
14544         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14545         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14546         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14547         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14548         (gst_text_overlay_change_state):
14549         * ext/cairo/gsttextoverlay.h:
14550         * ext/cairo/gsttimeoverlay.c:
14551         (gst_cairo_time_overlay_update_font_height),
14552         (gst_cairo_time_overlay_set_caps),
14553         (gst_cairo_time_overlay_get_unit_size),
14554         (gst_cairo_time_overlay_print_smpte_time),
14555         (gst_cairo_time_overlay_transform),
14556         (gst_cairo_time_overlay_base_init),
14557         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14558         (gst_cairo_time_overlay_get_type):
14559         * ext/cairo/gsttimeoverlay.h:
14560           do some name borgifying
14561           document
14562
14563 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14564
14565         * docs/plugins/Makefile.am:
14566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14568         * gst/autodetect/gstautoaudiosink.c:
14569         (gst_auto_audio_sink_base_init):
14570         * gst/autodetect/gstautovideosink.c:
14571         (gst_auto_video_sink_base_init),
14572         (gst_auto_video_sink_factory_filter):
14573           documenting auto*sink
14574           using strstr for the video sink lookup, class field is not ordered
14575         * docs/plugins/inspect/plugin-1394.xml:
14576         * docs/plugins/inspect/plugin-aasink.xml:
14577         * docs/plugins/inspect/plugin-alaw.xml:
14578         * docs/plugins/inspect/plugin-alpha.xml:
14579         * docs/plugins/inspect/plugin-alphacolor.xml:
14580         * docs/plugins/inspect/plugin-auparse.xml:
14581         * docs/plugins/inspect/plugin-autodetect.xml:
14582         * docs/plugins/inspect/plugin-avi.xml:
14583         * docs/plugins/inspect/plugin-cacasink.xml:
14584         * docs/plugins/inspect/plugin-cairo.xml:
14585         * docs/plugins/inspect/plugin-cutter.xml:
14586         * docs/plugins/inspect/plugin-debug.xml:
14587         * docs/plugins/inspect/plugin-dv.xml:
14588         * docs/plugins/inspect/plugin-efence.xml:
14589         * docs/plugins/inspect/plugin-effectv.xml:
14590         * docs/plugins/inspect/plugin-esdsink.xml:
14591         * docs/plugins/inspect/plugin-flac.xml:
14592         * docs/plugins/inspect/plugin-flxdec.xml:
14593         * docs/plugins/inspect/plugin-gconfelements.xml:
14594         * docs/plugins/inspect/plugin-goom.xml:
14595         * docs/plugins/inspect/plugin-jpeg.xml:
14596         * docs/plugins/inspect/plugin-level.xml:
14597         * docs/plugins/inspect/plugin-matroska.xml:
14598         * docs/plugins/inspect/plugin-mulaw.xml:
14599         * docs/plugins/inspect/plugin-navigationtest.xml:
14600         * docs/plugins/inspect/plugin-ossaudio.xml:
14601         * docs/plugins/inspect/plugin-png.xml:
14602         * docs/plugins/inspect/plugin-rtp.xml:
14603         * docs/plugins/inspect/plugin-rtsp.xml:
14604         * docs/plugins/inspect/plugin-shout2send.xml:
14605         * docs/plugins/inspect/plugin-smpte.xml:
14606         * docs/plugins/inspect/plugin-speex.xml:
14607         * docs/plugins/inspect/plugin-udp.xml:
14608         * docs/plugins/inspect/plugin-videobox.xml:
14609         * docs/plugins/inspect/plugin-videoflip.xml:
14610         * docs/plugins/inspect/plugin-videomixer.xml:
14611         * docs/plugins/inspect/plugin-wavenc.xml:
14612         * docs/plugins/inspect/plugin-wavparse.xml:
14613           update for HEAD version
14614
14615 2005-11-25  Michael Smith  <msmith@fluendo.com>
14616
14617         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14618           Patch from Sebastien Cote to close control sockets in udpsrc.
14619
14620 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14621
14622         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14623         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14624         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14625         (gst_quarktv_base_init), (gst_quarktv_class_init),
14626         (gst_quarktv_init): Flush the planes list on reverse caps
14627         negotiation. This was crashing because of differently sized
14628         buffers.
14629
14630 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14631
14632         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14633         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14634         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14635         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14636         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14637         (gst_videoflip_set_property), (gst_videoflip_base_init),
14638         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14639         correctly, fix identity flipping, convert navigation event 
14640         correctly again.
14641
14642 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14643
14644         * configure.ac: back to HEAD
14645
14646 === release 0.9.6 ===
14647
14648 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14649
14650         * configure.ac:
14651           releasing 0.9.6, "Everything's Not Lost"
14652
14653 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14654
14655         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14656         Oops, initialise the framerate GValue
14657
14658 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14659
14660         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14661         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14662         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14663         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14664         (gst_timeoverlay_get_type):
14665         * ext/cairo/gsttimeoverlay.h:
14666         * gst/debug/Makefile.am:
14667         * gst/debug/gstnavigationtest.c:
14668         (gst_navigationtest_handle_src_event),
14669         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14670         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14671         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14672         (gst_navigationtest_init), (gst_navigationtest_get_type),
14673         (plugin_init):
14674         * gst/debug/gstnavigationtest.h:
14675         * gst/effectv/Makefile.am:
14676         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14677         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14678         (gst_agingtv_base_init), (gst_agingtv_class_init),
14679         (gst_agingtv_init), (gst_agingtv_get_type):
14680         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14681         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14682         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14683         (gst_dicetv_get_type):
14684         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14685         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14686         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14687         (gst_edgetv_get_type):
14688         * gst/effectv/gsteffectv.c:
14689         * gst/effectv/gsteffectv.h:
14690         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14691         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14692         (gst_quarktv_change_state), (gst_quarktv_base_init),
14693         (gst_quarktv_class_init), (gst_quarktv_init),
14694         (gst_quarktv_get_type):
14695         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14696         (gst_revtv_get_unit_size), (gst_revtv_transform),
14697         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14698         (gst_revtv_get_type):
14699         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14700         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14701         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14702         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14703         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14704         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14705         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14706         (gst_vertigotv_init), (gst_vertigotv_get_type):
14707         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14708         (gst_warptv_get_unit_size), (gst_warptv_transform),
14709         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14710         (gst_warptv_get_type):
14711         * gst/videofilter/Makefile.am:
14712         * gst/videofilter/gstvideobalance.c:
14713         * gst/videofilter/gstvideobalance.h:
14714         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14715         (gst_videofilter_class_init), (gst_videofilter_init):
14716         * gst/videofilter/gstvideofilter.h:
14717         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14718         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14719         (gst_videoflip_flip), (gst_videoflip_transform),
14720         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14721         (gst_videoflip_base_init), (gst_videoflip_class_init),
14722         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14723         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14724         BaseTransform, it's just a place holder for now and every video
14725         effect plugin has been ported to use BaseTransform features 
14726         directly. QuarkTV was fixed too (was broken), navigationtest works
14727         and best for the end, videoflip converts navigation events depending
14728         on flip method ! Fixes #320953
14729
14730 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14731
14732         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14733         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14734         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14735         (gst_goom_src_negotiate), (gst_goom_chain):
14736         * gst/matroska/matroska-mux.c:
14737         (gst_matroska_mux_video_pad_setcaps):
14738         * sys/osxvideo/osxvideosink.m:
14739           Fixes for API changes
14740
14741 2005-11-23  Michael Smith <msmith@fluendo.com>
14742
14743         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14744         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14745         * ext/jpeg/gstjpegdec.h:
14746         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14747         * ext/jpeg/gstjpegenc.h:
14748         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14749         (gst_smokeenc_resync):
14750         * ext/jpeg/gstsmokeenc.h:
14751           JPEG fractiony goodness.
14752
14753 2005-11-22  Michael Smith <msmith@fluendo.com>
14754
14755         * gst/goom/filters.c:
14756         * gst/goom/graphic.h:
14757           Fix compilation by making some functions static inline instead of
14758           extern inline, matching the way they're used.
14759
14760 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14761
14762         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14763         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14764         * ext/cairo/gsttextoverlay.h:
14765         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14766         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14767         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14768         (gst_pngdec_caps_create_and_set):
14769         * ext/libpng/gstpngdec.h:
14770         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14771         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14772         * gst/avi/gstavimux.c: (gst_avimux_init),
14773         (gst_avimux_vidsinkconnect):
14774         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14775         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14776         (gst_goom_src_negotiate), (gst_goom_chain):
14777         * gst/goom/gstgoom.h:
14778         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14779         * gst/matroska/matroska-mux.c:
14780         (gst_matroska_mux_video_pad_setcaps):
14781         * sys/osxvideo/osxvideosink.h:
14782         * sys/osxvideo/osxvideosink.m:
14783           More fractional framerate conversions 
14784
14785 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14786
14787         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14788         * gst/debug/gstnavigationtest.c:
14789         (gst_navigationtest_handle_src_event):
14790         * gst/videofilter/gstvideofilter.c:
14791         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14792         (gst_videofilter_init):
14793         * gst/videofilter/gstvideofilter.h:
14794           Convert to fractional framerates.
14795
14796 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14797
14798         * ext/aalib/gstaasink.c:
14799         * ext/dv/gstdvdec.c:
14800         * ext/esd/esdmon.c:
14801         * ext/flac/gstflacenc.c:
14802         * ext/gdk_pixbuf/pixbufscale.c:
14803         * ext/libcaca/gstcacasink.c:
14804         * ext/shout2/gstshout2.c:
14805         * gst/alpha/gstalpha.c:
14806         * gst/oldcore/gstaggregator.c:
14807         * gst/oldcore/gstshaper.c:
14808         * gst/smpte/barboxwipes.c:
14809         * gst/smpte/gstsmpte.c:
14810         * gst/videobox/gstvideobox.c:
14811         * gst/videofilter/gstvideoflip.c:
14812         * gst/videomixer/videomixer.c:
14813           fix up more enums
14814
14815 2005-11-22  Michael Smith <msmith@fluendo.com>
14816
14817         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14818         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14819         (gst_videomixer_update_queues):
14820           Fractional framerates, videomixer.
14821
14822 2005-11-22  Michael Smith <msmith@fluendo.com>
14823
14824         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14825         * ext/dv/gstdvdec.h:
14826         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14827         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14828         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14829         (gst_dvdemux_flush):
14830         * ext/dv/gstdvdemux.h:
14831           Fractional framerates for DV. 
14832
14833 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14834
14835         * gst/autodetect/gstautoaudiosink.c:
14836         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14837         * gst/autodetect/gstautovideosink.c:
14838         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14839           Use gst_plugin_feature_list_free() to free feature list and
14840           in the case of autovideosink free the list at all. Also
14841           miscellaneous cosmetic fixes.
14842
14843 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14844
14845         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14846         (gst_cutter_set_property), (gst_cutter_get_caps):
14847           copy calculation code from level; remove use of some audio
14848           functions
14849
14850 2005-11-22  Andy Wingo  <wingo@pobox.com>
14851
14852         * Update for gst_tag_setter API changes.
14853
14854 2005-11-22  Andy Wingo  <wingo@pobox.com>
14855
14856         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14857         (gst_dvdemux_demux_frame)
14858         * ext/flac/gstflacdec.c (gst_flacdec_write)
14859         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14860         (gst_flacenc_sink_event)
14861         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14862         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14863         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14864         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14865         * gst/auparse/gstauparse.c (gst_auparse_chain)
14866         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14867         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14868         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14869         (gst_avi_demux_handle_seek)
14870         * gst/goom/gstgoom.c (gst_goom_event)
14871         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14872         * gst/matroska/matroska-demux.c
14873         (gst_matroska_demux_handle_seek_event)
14874         (gst_matroska_demux_loop_stream_parse_id)
14875         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14876         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14877         (gst_wavparse_stream_headers): Run update-funcnames.
14878
14879 2005-11-22  Edward Hervey  <edward@fluendo.com>
14880
14881         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14882         (gst_dv1394src_init), (gst_dv1394src_dispose),
14883         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14884         (gst_dv1394src_uri_set_uri):
14885         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14886         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14887         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14888         URIHandler interface and element properties are now properly
14889         synchronized for DV1394src and UDPSrc
14890
14891 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14892
14893         * ext/flac/Makefile.am:
14894         * ext/speex/Makefile.am:
14895           libgsttagedit has been renamed to libgsttag.
14896
14897 2005-11-21  Wim Taymans  <wim@fluendo.com>
14898
14899         * gst/rtsp/rtspconnection.c: (read_body):
14900         Apply patch from Sebastien Cote to fix #319184.
14901
14902 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14903
14904         * configure.ac:
14905         * gst/cutter/Makefile.am:
14906         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14907         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14908         (gst_cutter_set_property), (gst_cutter_get_property),
14909         (plugin_init), (gst_cutter_get_caps):
14910           port cutter
14911         * gst/level/gstlevel.c:
14912           fix up plugin details
14913
14914 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14917         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14918         (gst_flacdec_src_event):
14919         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14920         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14921         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14922         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14923         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14924         (gst_flxdec_sink_event_handler):
14925         * gst/matroska/matroska-demux.c:
14926         (gst_matroska_demux_handle_seek_event):
14927         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14928           Update for stream lock API changes: don't take stream log
14929           in sink event handlers any longer and change GST_STREAM_LOCK
14930           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14931           functions.
14932
14933 2005-11-21  Michael Smith <msmith@fluendo.com>
14934
14935         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14936           gst_object_unref, not g_object_unref
14937
14938 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14939
14940         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14941         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14942           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14943
14944 2005-11-21  Michael Smith <msmith@fluendo.com>
14945
14946         * gst/auparse/Makefile.am:
14947         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14948         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14949         (gst_auparse_change_state):
14950         * gst/auparse/gstauparse.h:
14951           Partially fix #161712. playbin still doesn't work on these files,
14952           (on the bug report, Andy says we aren't typefinding it for some
14953           reason?) but at least auparse isn't totally busted like it was before.
14954
14955 2005-11-21  Andy Wingo  <wingo@pobox.com>
14956
14957         * *.h:
14958         * *.c: Ran scripts/update-macros. Oh yes.
14959
14960 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14961
14962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14963           Filler events are gone for now, comment out section generating
14964           them.
14965
14966 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14967
14968         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14969         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14970         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14971         * sys/osxvideo/osxvideosink.m:
14972           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14973           (#322027)
14974
14975 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14976
14977         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14978         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14979         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14980         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14981         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14982         (gst_avi_demux_stream_data):
14983         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14984         * gst/wavenc/gstwavenc.c: (write_metadata):
14985         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14986         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14987         Fixes for GST_FOURCC_FORMAT API change.
14988
14989 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14990
14991         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14992         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14993         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14994         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14995         (gst_text_overlay_change_state):
14996         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14997         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14998         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14999         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
15000         * gst/videomixer/videomixer.c: (gst_videomixer_init),
15001         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15002         (gst_videomixer_change_state):
15003           Fix for collect pads API change. Also fix textoverlay state
15004           change function.
15005
15006 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15007
15008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
15009         GST_PAD_IS_USABLE by something approaching it.
15010
15011 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15012
15013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
15014         API changes.
15015         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
15016         but also fix the code that was not checking return values from
15017         pad_push neither using pad_alloc_buffer.
15018
15019 2005-11-18  Edward Hervey  <edward@fluendo.com>
15020
15021         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15022         (gst_pngenc_chain):
15023         Added debug category
15024         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
15025         goes to EOS.
15026
15027 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
15028
15029         * gst/rtp/Makefile.am
15030         * gst/rtp/gstrtp.c
15031         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
15032         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15033         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15034         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15035         * gst/rtp/gstrtpg711enc.h:
15036         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15037         * gst/rtp/gstrtpspeexenc.c:
15038         * gst/rtp/gstrtpspeexenc.h:
15039         * gst/rtp/gstrtpspeexdec.c:
15040         * gst/rtp/gstrtpspeexdec.h:
15041         Created Speex payloader and depayloader; Optimize G711 payloader to
15042         use adapter and send packets until MTU size.
15043
15044 2005-11-16  Wim Taymans  <wim@fluendo.com>
15045
15046         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15047         Fix leak in check.
15048
15049 2005-11-16  Wim Taymans  <wim@fluendo.com>
15050
15051         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15052         Fix state change.
15053
15054 2005-11-16  Andy Wingo  <wingo@pobox.com>
15055
15056         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15057         (gst_udpsrc_create): Move comment.
15058
15059 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15060
15061         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15062
15063         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15064           When seeking, seek to closest index entry at or before the requested
15065           seek position, not just the closest one (#321001).
15066
15067 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15068
15069         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15070         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15071           Invert DIB images again (see #132341).
15072
15073 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15074
15075         * configure.ac:
15076           rework configure.ac file
15077         * ext/aalib/gstaasink.c:
15078         * ext/cairo/gstcairo.c:
15079         * ext/dv/gstdv.c:
15080         * ext/esd/gstesd.c:
15081         * ext/flac/gstflac.c:
15082         * ext/gconf/gstgconfelements.c:
15083         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15084         * ext/jpeg/gstjpeg.c:
15085         * ext/ladspa/gstladspa.c:
15086         * ext/libcaca/gstcacasink.c:
15087         * ext/libmng/gstmng.c:
15088         * ext/libpng/gstpng.c:
15089         * ext/mikmod/gstmikmod.c:
15090         * ext/pango/gsttextoverlay.c:
15091         * ext/pango/gsttimeoverlay.c:
15092         * ext/raw1394/gst1394.c:
15093         * ext/speex/gstspeex.c:
15094         * gst/alpha/Makefile.am:
15095         * gst/alpha/gstalpha.c:
15096         * gst/alpha/gstalphacolor.c:
15097         * gst/auparse/gstauparse.c:
15098         * gst/autodetect/gstautoaudiosink.c:
15099         (gst_auto_audio_sink_factory_filter),
15100         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15101         * gst/autodetect/gstautodetect.c:
15102         * gst/avi/gstavi.c:
15103         * gst/cutter/gstcutter.c:
15104         * gst/debug/efence.c:
15105         * gst/debug/gstdebug.c:
15106         * gst/debug/gstnavigationtest.c:
15107         * gst/effectv/gsteffectv.c:
15108         * gst/flx/gstflxdec.c:
15109         * gst/goom/gstgoom.c:
15110         * gst/interleave/plugin.c:
15111         * gst/law/alaw.c:
15112         * gst/law/mulaw.c:
15113         * gst/level/gstlevel.c:
15114         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15115         * gst/matroska/matroska.c:
15116         * gst/median/gstmedian.c:
15117         * gst/monoscope/gstmonoscope.c:
15118         * gst/multipart/multipart.c:
15119         * gst/oldcore/gstelements.c:
15120         * gst/rtp/gstrtp.c:
15121         * gst/rtsp/gstrtsp.c:
15122         * gst/smoothwave/gstsmoothwave.c:
15123         * gst/smpte/gstsmpte.c:
15124         * gst/udp/gstudp.c:
15125         * gst/videobox/gstvideobox.c:
15126         * gst/videofilter/gstgamma.c:
15127         * gst/videofilter/gstvideobalance.c:
15128         * gst/videofilter/gstvideoflip.c:
15129         * gst/videofilter/gstvideotemplate.c:
15130         * gst/videomixer/videomixer.c:
15131         * gst/wavenc/gstwavenc.c:
15132         * gst/wavparse/gstwavparse.c:
15133         * sys/oss/gstossaudio.c:
15134         * sys/osxaudio/gstosxaudio.c:
15135           update GST_PLUGIN_DEFINE
15136         * gst/rtp/Makefile.am:
15137         * gst/rtp/gstasteriskh263.c:
15138           check for htons/htonl headers and possibly link to winsock2 lib
15139
15140 2005-11-12  Edward Hervey  <edward@fluendo.com>
15141
15142         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15143         Only GST_DEBUG() information on the valid components.
15144
15145 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15146
15147         * configure.ac: back to HEAD
15148
15149 === release 0.9.5 ===
15150
15151 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15152
15153         * configure.ac:
15154           releasing 0.9.5, "Phone Alarm"
15155
15156 2005-11-11  Edward Hervey  <edward@fluendo.com>
15157
15158         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15159         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15160         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15161         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15162         (gst_avi_demux_loop):
15163         * gst/avi/gstavidemux.h:
15164         Yeah, implement proper seeking. Exact seeking and segment seeking.
15165         Still need to do some checks for segment_stop.
15166
15167 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15168
15169         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15170
15171         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15172           Don't try to ready buffer duration from buffer that we don't
15173           own any  longer and that might already have been unreffed.
15174           (#321136)
15175
15176 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15177
15178         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15179         (flx_decode_delta_flc), (gst_flxdec_chain):
15180         Attempting to optimize the code for embedded systems.
15181
15182 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15183
15184         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15185
15186         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15187           Don't re-use already closed file descriptor. (#320920)
15188
15189 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15192         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15193         (gst_oss_sink_prepare):
15194         * sys/oss/gstosssink.h:
15195           Cache probed caps; fix debug output for SET_PARAM macros.
15196
15197 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15198
15199         * ext/cairo/Makefile.am:
15200         * ext/cairo/gstcairo.c: (plugin_init):
15201         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15202         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15203         (gst_text_overlay_init), (gst_text_overlay_font_init),
15204         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15205         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15206         (gst_text_overlay_text_pad_linked),
15207         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15208         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15209         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15210         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15211         (gst_text_overlay_change_state):
15212         * ext/cairo/gsttextoverlay.h:
15213           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15214           property and redo positioning. Doesn't handle upstream renegotiation
15215           yet though.
15216
15217 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15218
15219         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15220         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15221         (gst_avi_demux_loop):
15222           No need to take the STREAM_LOCK in the loop function. Improve
15223           some debug messages. Don't leak pad names in debug messages.
15224
15225 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15226
15227         * gst/matroska/matroska-demux.c:
15228         (gst_matroska_demux_push_vorbis_codec_priv_data),
15229         (gst_matroska_demux_add_wvpk_header):
15230           Don't error out when the source pad isn't linked.
15231
15232 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15233
15234         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15235         (gst_gconf_audio_sink_change_state):
15236         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15237         (gst_gconf_video_sink_change_state):
15238           Fix state change functions here as well and set kid
15239           to NULL state before removing it.
15240
15241 2005-11-01  Edward Hervey  <edward@fluendo.com>
15242
15243         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15244         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15245         Added proper event handlind, 
15246         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15247         ignored),
15248         and don't set a duration of 0 for buffers otherwise they are discarded
15249         by GstBaseSink.
15250
15251         GstWavEnc needs some serious loving, after going through the code I'm
15252         really wondering how this can stay in -good ...
15253
15254 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15255
15256         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15257         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15258         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15259         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15260         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15261         (gst_matroska_mux_collected):
15262           Fix leaks and invalid memory access as reported by valgrind
15263
15264 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15265
15266         Patch by: Michal Benes <michal.benes@xeris.cz>
15267
15268         * check/Makefile.am:
15269         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15270         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15271         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15272           add a unit test for matroskamux
15273           fix the bugs that the unit test exposed
15274
15275 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         * gst/autodetect/gstautoaudiosink.c:
15278         (gst_auto_audio_sink_class_init),
15279         (gst_auto_audio_sink_change_state):
15280         * gst/autodetect/gstautovideosink.c:
15281         (gst_auto_video_sink_class_init),
15282         (gst_auto_video_sink_change_state):
15283           Fix state change function and use GST_DEBUG_FUNCPTR in
15284           class_init.
15285
15286 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15287
15288         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15289
15290         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15291         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15292         * gst/matroska/ebml-write.h:
15293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15294           Set timestamps on outgoing ebml headers as well, so that the
15295           element after matroskamux can get the timestamp already when
15296           reading the first ebml element and doesn't have to wait for
15297           the actual data buffer for that (#320308).
15298           
15299 2005-10-31  Andy Wingo  <wingo@pobox.com>
15300
15301         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15302         (gst_videomixer_pad_link): Kill some memleaks.
15303         (gst_videomixer_pad_get_property): Style fix.
15304         (gst_videomixer_pad_set_property): Style fix.
15305         (gst_videomixer_pad_init): Style fix.
15306         (gst_videomixer_update_queues): Kill memleak.
15307         (gst_videomixer_loop): Kill memleak.
15308         (gst_videomixer_collected): Kill memleak.
15309
15310 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15311
15312         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15313         gst_auparse_change_state:
15314         Just some cleanup.
15315
15316 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15317
15318         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15319         Add checks to GST_FLOW_NOT_LINKED for values returned
15320         from gst_pad_push.
15321         
15322 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15323
15324         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15325         (gst_rtpg711dec_process):
15326         * gst/rtp/gstrtpgsmenc.c:
15327         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15328         are never set. This is important for the g711 to work with burger's rtpbin
15329         element.
15330
15331 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15332
15333         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15334         (gst_speexenc_push_buffer):
15335         Add checks for return values from gst_pad_push and
15336         gst_pad_alloc_buffer.
15337
15338 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15339
15340         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15341
15342         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15343         (gst_matroska_demux_parse_info),
15344         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15345         (gst_matroska_demux_parse_cluster):
15346         * gst/matroska/matroska-ids.h:
15347         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15348         (gst_matroska_mux_init), (gst_matroska_mux_start),
15349         (gst_matroska_mux_create_buffer_header),
15350         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15351         (gst_matroska_mux_get_property):
15352         * gst/matroska/matroska-mux.h:
15353           Add SimpleBlock support to matroska demuxer and muxer (part of
15354           Matroska v2). (#319731)
15355
15356 2005-10-28  Wim Taymans  <wim@fluendo.com>
15357
15358         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15359         (gst_jpeg_dec_change_state):
15360         * ext/jpeg/gstjpegdec.h:
15361         Cleanups. Don't create caps for every chain.
15362
15363 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15364
15365         * gst/law/alaw-encode.c: (gst_alawenc_init),
15366         (alawenc_setcaps), (gst_alawenc_chain)
15367         * gst/law/alaw-encode.h:
15368         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15369         (mulawenc_setcaps), (gst_mulawenc_chain)
15370         * gst/law/mulaw-encode.h:
15371         Set timestamp on buffer and it allows RTP G711 elements
15372         work properly.
15373
15374 2005-10-27  Wim Taymans  <wim@fluendo.com>
15375
15376         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15377         Set correct format on oss instead of a silly value. 
15378
15379 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15380
15381         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15382         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15383         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15384         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15385         I420 rendering as well, doesn't bring much for my platform.
15386         Might help on some other platforms.
15387
15388 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15389
15390         * gst/rtp/gstrtpgsmenc.c:
15391         * gst/rtp/gstrtpgsmparse.c:
15392         Declaring the padtemplate correctly.
15393
15394 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15395
15396         * gst/rtp/gstrtpg711dec.c:
15397         * gst/rtp/gstrtpg711enc.c:
15398         * gst/rtp/gstrtpgsmenc.c:
15399         * gst/rtp/gstrtpgsmparse.c:
15400         Setting the proper copyright notice.
15401
15402 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15403
15404         * gst/videobox/Makefile.am: Use liboil.
15405         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15406         (gst_video_box_set_property), (gst_video_box_transform_caps),
15407         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15408         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15409         using liboil. Will dot the same to I420 border generation
15410         tomorrow.
15411
15412 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15413
15414         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15415         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15416         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15417         * gst/rtp/gstrtpg711dec.h:
15418         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15419         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15420         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15421         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15422         (gst_rtpgsmenc_handle_buffer):
15423         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15424         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15425         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15426         * gst/rtp/gstrtpgsmparse.h:
15427         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15428         inherits from the basertpdepayloader.
15429
15430 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15431
15432         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15433         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15434         (gst_video_box_ayuv): Removing this forgotten debug.
15435
15436 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15437
15438         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15439         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15440         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15441
15442 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15443
15444         * sys/oss/gstossaudio.c:
15445         * sys/oss/gstossdmabuffer.c:
15446         * sys/oss/gstosshelper.c:
15447         * sys/oss/gstossmixer.c:
15448         * sys/oss/gstossmixerelement.c:
15449         * sys/oss/gstossmixertrack.c:
15450         * sys/oss/gstosssink.c:
15451         * sys/oss/gstosssrc.c:
15452           Actually use the 'oss' debug category we register.
15453
15454 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15455
15456         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15457         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15458         Use gst_pad_get_parent and drop the ref that was added through
15459         that call.
15460
15461 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15462
15463         * gst/rtp/gstrtpgsmenc.c:
15464           Fix compilation
15465
15466 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15467
15468         * gst/rtp/gstrtpg711dec.c
15469         Just removed a couple of lines of weird code used during
15470         development/test time.
15471
15472 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15473
15474         * gst/rtp/Makefile.am
15475         * gst/rtp/gstrtp.c
15476         * gst/rtp/gstrtpg711enc.c
15477         * gst/rtp/gstrtpg711enc.h
15478         * gst/rtp/gstrtpg711dec.c
15479         * gst/rtp/gstrtpg711dec.h
15480         Created G711 payloader and depayloader (it supports mulaw and alaw
15481         (dec)encoders)
15482
15483 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15484
15485         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15486         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15487         Doh ! I introduced wingo's bug again ! Sorry...
15488
15489 2005-10-25  Christian Schaller <christian@fluendo.com> 
15490
15491         * gst/rtp/Makefile.am: add missing header files for disting
15492
15493 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15494
15495         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15496         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15497         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15498         (gst_rtpgsmenc_handle_buffer):
15499         * gst/rtp/gstrtpgsmenc.h:
15500         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15501         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15502         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15503         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15504         * gst/rtp/gstrtpgsmparse.h:
15505         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15506
15507 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15508
15509         * ext/libpng/gstpngdec.c: (user_info_callback),
15510         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15511         a newsegment event, move some redundant code in a single place.
15512
15513 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15514
15515         * ext/libpng/gstpngdec.c: (user_info_callback),
15516         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15517         hack to get correct colors order when we have a png image with
15518         alpha channel.
15519
15520 2005-10-24  Edward Hervey  <edward@fluendo.com>
15521
15522         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15523         Call gst_element_no_more_pads when there will be no more pads.
15524
15525 2005-10-24  Wim Taymans  <wim@fluendo.com>
15526
15527         * gst/rtp/Makefile.am:
15528         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15529         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15530         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15531         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15532         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15533         (gst_asteriskh263_plugin_init):
15534         * gst/rtp/gstasteriskh263.h:
15535         * gst/rtp/gstrtp.c: (plugin_init):
15536         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15537         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15538         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15539         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15540         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15541         (gst_rtph263enc_plugin_init):
15542         * gst/rtp/gstrtph263enc.h:
15543         Added two new payloaders, an RFC 2190 payloader for h263 and
15544         a payload convertor for an asterisk server.
15545
15546 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15549           Set bytes_per_sample correctly (is not always 4, but 
15550           depends on width and number of channels).
15551
15552 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15553
15554         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15555         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15556         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15557         (gst_flacenc_sink_event), (gst_flacenc_chain),
15558         (gst_flacenc_set_property), (gst_flacenc_get_property),
15559         (gst_flacenc_change_state):
15560         * ext/flac/gstflacenc.h:
15561           Fix seeking, so that flacenc can rewrite the header with the
15562           correct duration and amount of samples and all that at EOS;
15563           also set timestamps and granulepos on outgoing buffers; add
15564           debug category; fix state change function.
15565           
15566 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15567
15568         * gst/videomixer/videomixer.c: Don't restrict video geometry
15569         from 16 to 4096.
15570
15571 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15572
15573         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15574         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15575         Fix caps negotiation correctly, add debugging category.
15576
15577 2005-10-24  Christian Schaller  <christian@fluendo.com>
15578
15579         * configure.ac: Port over Thomas's change from base listing all plugins
15580
15581 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15582
15583         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15584         a sink pad.
15585
15586 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * configure.ac:
15589         * docs/upload.mak:
15590           back to HEAD
15591
15592 === release 0.9.4 ===
15593
15594 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15595
15596         * configure.ac:
15597           Releasing 0.9.4, "Dromiceiomimus"
15598
15599 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15600
15601         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15602         (gst_speexenc_src_query):
15603           Add position and duration query, fix query type function.
15604           
15605         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15606         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15607           Let's not set non-fixed caps on source pads.
15608
15609 2005-10-21  Wim Taymans  <wim@fluendo.com>
15610
15611         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15612         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15613         (gst_avi_demux_handle_seek):
15614         Set correct stream_time in newsegment event.
15615         avi can also handle a duration query now.
15616
15617 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         * gst/matroska/matroska-demux.c:
15620         (gst_matroska_demux_handle_src_query),
15621         (gst_matroska_demux_handle_seek_event),
15622         (gst_matroska_demux_loop_stream_parse_id):
15623           Fix duration query; fix basetime in newsegment event after
15624           seek; fix duration in initial newsegment event.
15625
15626         * gst/matroska/matroska-mux.c:
15627         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15628           Extract number of channels and samplerate from vorbis headers;
15629           add some debug messages when querying the durations of the
15630           input streams.
15631
15632 2005-10-20  Wim Taymans  <wim@fluendo.com>
15633
15634         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15635         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15636         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15637         Set stream time correctly in newsegment.
15638
15639 2005-10-20  Wim Taymans  <wim@fluendo.com>
15640
15641         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15642         Correctly fill in the stream time.
15643
15644 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15645
15646         * check/elements/level.c: (GST_START_TEST):
15647         * gst/level/gstlevel.c: (gst_level_message_new):
15648         * gst/level/level-example.c: (message_handler):
15649           use ELEMENT messages instead
15650
15651 2005-10-19  Wim Taymans  <wim@fluendo.com>
15652
15653         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15654         (gst_dvdemux_src_query):
15655         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15656         (gst_flacdec_src_query):
15657         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15658         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15659         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15660         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15661         * gst/debug/progressreport.c: (gst_progress_report_report):
15662         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15663         * gst/matroska/matroska-demux.c:
15664         (gst_matroska_demux_handle_src_query):
15665         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15666         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15667         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15668         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15669         (gst_wavparse_srcpad_event):
15670         API change fix.
15671
15672 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15673
15674         * gst/goom/filters.c:
15675         * gst/goom/graphic.h:
15676         * gst/goom/lines.c:
15677           Make inline functions either 'static inline' or 'extern inline',
15678           otherwise the Forte compiler apparently won't inline them (#317300).
15679
15680 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15681
15682         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15683         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15684         (user_info_callback), (user_endrow_callback), (user_end_callback),
15685         (user_read_data), (gst_pngdec_caps_create_and_set),
15686         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15687         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15688         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15689         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15690         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15691         very nice and handle push/pull based model. if you have filesrc
15692         connected to it, it will do random access to load the png file.
15693         If you have a network source that can't do _getrange, it does 
15694         progressive loading through the chain function.
15695         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15696         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15697         thanks to Master Wim Taymans ;-)
15698
15699 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15700
15701         * gst/matroska/Makefile.am:
15702         * gst/matroska/ebml-read.c:
15703         * gst/matroska/ebml-read.h:
15704         * gst/matroska/matroska-demux.c:
15705         * gst/matroska/matroska-demux.h:
15706         * gst/matroska/matroska.c: (plugin_init):
15707           Ported matroska demuxer to 0.9.
15708
15709 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15710
15711         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15712
15713         * gst/matroska/matroska-mux.c:
15714         (gst_matroska_mux_video_pad_setcaps),
15715         (gst_matroska_mux_audio_pad_setcaps):
15716           Fix mpeg4 input handling (#318847); also, while we're at it,
15717           fix media type for Motion-JPEG: should be image/jpeg.
15718
15719 2005-10-18  Wim Taymans  <wim@fluendo.com>
15720
15721         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15722         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15723         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15724         Fix for segment-start/stop API change.
15725
15726 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15727
15728         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15729         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15730         way.
15731
15732 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15733
15734         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15735         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15736         output declared in transform_caps.
15737
15738 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15739
15740         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15741
15742 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15743
15744         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15745         (gst_video_box_get_unit_size): Fix wrong size calculations and
15746         implement get_unit_size correctly.
15747
15748 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15749
15750         * configure.ac:
15751           Enable flx plugin.
15752
15753         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15754           Fix gcc4 signedness issue.
15755
15756 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15757
15758         * configure.ac: Adding videomixer.
15759         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15760         (user_read_data), (gst_pngdec_chain): More debugging.
15761         * gst/alpha/Makefile.am: Adding alphacolor
15762         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15763         (gst_alpha_color_class_init), (gst_alpha_color_init),
15764         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15765         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15766         (plugin_init): Ported to 0.9 using in place base tranform.
15767         * gst/videomixer/Makefile.am:
15768         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15769         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15770         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15771         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15772         (gst_videomixer_init), (gst_videomixer_getcaps),
15773         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15774         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15775         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15776         to 0.9 using collectpads.
15777
15778 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15779
15780         * configure.ac:
15781         * gst/flx/Makefile.am:
15782         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15783         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15784         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15785         * gst/flx/gstflxdec.h:
15786         flx plugin ported to 0.9
15787
15788 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15789
15790         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15791           use new gst_version_string()
15792
15793 2005-10-16  Andy Wingo  <wingo@pobox.com>
15794
15795         * configure.ac: GLIB_CHECK.
15796
15797 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15798
15799         * ext/libpng/Makefile.am:
15800         * ext/libpng/gstpng.c: (plugin_init):
15801         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15802         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15803         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15804
15805 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15806
15807         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15808
15809         * configure.ac:
15810         * gst/matroska/Makefile.am:
15811         * gst/matroska/ebml-ids.h:
15812         * gst/matroska/ebml-write.c:
15813         * gst/matroska/ebml-write.h:
15814         * gst/matroska/matroska-ids.h:
15815         * gst/matroska/matroska-mux.c:
15816         * gst/matroska/matroska-mux.h:
15817         * gst/matroska/matroska.c: (plugin_init):
15818           Port matroska muxer to 0.9 (#318847).
15819
15820 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15821
15822         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15823         (comment_init), (comment_add):
15824           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15825           use GST_READ_UINT32_LE() and friends rather than the private
15826           implementation of those same macros.
15827
15828 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15829
15830         * examples/stats/mp2ogg.c:
15831           more typo fixes
15832
15833 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15834
15835         * examples/indexing/indexmpeg.c: (main):
15836         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15837         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15838         * ext/esd/esdmon.h:
15839         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15840         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15841         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15842         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15843         * gst/avi/gstavimux.c: (gst_avimux_init):
15844         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15845         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15846         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15847         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15848         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15849         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15850         * gst/oldcore/gstmultifilesrc.h:
15851         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15852         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15853         (gst_pipefilter_change_state):
15854         * gst/oldcore/gstpipefilter.h:
15855         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15856         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15857         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15858         * sys/osxaudio/gstosxaudiosink.h:
15859         * sys/osxaudio/gstosxaudiosrc.h:
15860           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15861           moved bitshift from macro to enum definition
15862
15863 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15864
15865         * ext/Makefile.am:
15866         * ext/cairo/Makefile.am:
15867         * ext/cairo/gstcairo.c: (plugin_init):
15868         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15869         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15870         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15871         * ext/cairo/gsttimeoverlay.h:
15872           update of cairo-based timeoverlay to 1.0 Cairo API
15873           doesn't work yet for resizing of output sink
15874
15875 2005-10-11  Wim Taymans  <wim@fluendo.com>
15876
15877         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15878         newsegment API fix.
15879
15880 2005-10-11  Wim Taymans  <wim@fluendo.com>
15881
15882         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15883         (gst_dvdemux_demux_frame):
15884         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15885         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15886         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15887         (gst_avi_demux_handle_seek):
15888         * gst/goom/gstgoom.c: (gst_goom_event):
15889         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15890         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15891         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15892         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15893         (gst_wavparse_srcpad_event):
15894         newsegment API update.
15895
15896 2005-10-11  Andy Wingo  <wingo@pobox.com>
15897
15898         * ext/speex/gstspeexenc.c: Signedness cleanups.
15899
15900 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15901
15902         * PORTED_09:
15903         * ext/speex/Makefile.am:
15904         * ext/speex/gstspeex.c:
15905         * ext/speex/gstspeexenc.c:
15906         Speexenc ported to 0.9
15907
15908 2005-10-10  Wim Taymans  <wim@fluendo.com>
15909
15910         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15911         (gst_oss_sink_init), (gst_oss_sink_set_property),
15912         (gst_oss_sink_get_property), (gst_oss_sink_open),
15913         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15914         * sys/oss/gstosssink.h:
15915         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15916         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15917         (gst_oss_src_prepare):
15918         Cleanups, make device configurable in the sink, handle and report
15919         errors.
15920
15921 2005-10-10  Wim Taymans  <wim@fluendo.com>
15922
15923         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15924         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15925         Make sure element is NULL before removing from the bin.
15926
15927 2005-10-07  Andy Wingo  <wingo@pobox.com>
15928
15929         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15930         block forever in a read().
15931         (gst_dv1394src_bus_reset): Post a message when the cable is
15932         unplugged.
15933         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15934         (gst_dv1394src_bus_reset): Don't unref the message.
15935
15936         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15937         hacking. The only change should be that the state change stuff was
15938         put into basesrc's start() and stop() routines, which coalesces
15939         some steps.
15940
15941 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15942
15943         * configure.ac:
15944           Add check for mmap
15945           
15946         * gst/debug/Makefile.am:
15947           Only compile efence plugin on systems that have mmap.
15948
15949 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15950
15951         * gst/debug/Makefile.am:
15952         * gst/debug/breakmydata.c:
15953         * gst/debug/gstdebug.c:
15954         * gst/debug/gstnavigationtest.c:
15955         * gst/debug/gstnavseek.c: 
15956         * gst/debug/gstnavseek.h:
15957         * gst/debug/progressreport.c: 
15958         * gst/debug/testplugin.c:
15959           Port progressreport, navseek, navigationtest, testsink and
15960           breakmydata.
15961
15962 2005-10-05  Edward Hervey  <edward@fluendo.com>
15963
15964         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15965         (gst_dvdemux_src_query):
15966         Fixes for better conversion
15967
15968 2005-10-04  Michael Smith <msmith@fluendo.com>
15969
15970         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15971         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15972         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15973         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15974           Set state of elements to NULL before removing from bins.
15975           Set state of test element to NULL if we failed to move it to READY
15976
15977 2005-10-04  Edward Hervey  <edward@fluendo.com>
15978
15979         * ext/dv/Makefile.am:
15980         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15981         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15982         Corrected the query function for position so it doesn't forget what
15983         format was asked, and calls the conversion functions on the correct pad.
15984
15985 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15986
15987         * configure.ac:
15988           back to development
15989
15990 === release 0.9.3 ===
15991
15992 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15993
15994         * configure.ac:
15995           Releasing 0.9.3, "Aramis"
15996
15997 2005-10-03  Andy Wingo  <wingo@pobox.com>
15998
15999         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
16000         error returns.
16001
16002 2005-10-02  Andy Wingo  <wingo@pobox.com>
16003
16004         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
16005
16006         * ext/flac/gstflacenc.c: Ported to 0.9.
16007
16008         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
16009
16010         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
16011         and link to gsttagedit. Enable flacenc.
16012
16013         * ext/flac/gstflacdec.c: Re-enable tag reading.
16014
16015 2005-09-30  Wim Taymans  <wim@fluendo.com>
16016
16017         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16018         * gst/rtp/gstrtpgsmparse.c:
16019         * gst/rtp/gstrtph263penc.c:
16020         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16021         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16022         (gst_rtpmp4venc_set_property):
16023         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16024         Various class and caps fixes from Andre Magalhaes (andrunko)
16025
16026 2005-09-29  Wim Taymans  <wim@fluendo.com>
16027
16028         * gst/level/level-example.c: (main):
16029         Update for new bus API.
16030
16031 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
16032
16033         * configure.ac:
16034           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16035           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16036
16037 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16038
16039         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16040           Fix playback of mono streams (bytes_per_sample should be set
16041           from the sample width and the number of channels negotiated,
16042           and not just be set to 4) (#317338)
16043
16044 2005-09-26  Wim Taymans  <wim@fluendo.com>
16045
16046         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16047         (gst_rtpmpaenc_handle_buffer):
16048         Set buffer duration correctly.
16049
16050 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16053         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16054         (gst_avi_demux_change_state):
16055           Don't crash when encountering a stream with an unknown fourcc or
16056           codec id. Instead, create a pad of type video/x-avi-unknown or
16057           audio/x-avi-unknown, which as a side-effect also results in less
16058           confusing error messages in players ('no decoder' vs. 'no streams');
16059           minor fixes to state change function and class_init function.
16060
16061 2005-09-24  Wim Taymans  <wim@fluendo.com>
16062
16063         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16064         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16065         These are sinks.
16066
16067 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16068
16069         * check/elements/level.c: (GST_START_TEST):
16070           fix test for new GstClockTime use
16071         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16072         (gst_level_transform_ip):
16073         * gst/level/gstlevel.h:
16074           fix up the decay peak, ensuring the decay peak is never lower
16075           than the peak for that interval
16076
16077 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16078
16079         * docs/plugins/gst-plugins-good-plugins.args:
16080         * docs/plugins/inspect/plugin-alpha.xml:
16081         * docs/plugins/inspect/plugin-rtp.xml:
16082         * gst/level/gstlevel.c: (gst_level_set_caps),
16083         (gst_level_transform_ip):
16084           updating docs
16085
16086 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16087
16088         * Makefile.am:
16089         * check/elements/level.c: (GST_START_TEST):
16090         * gst/level/Makefile.am:
16091         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16092         (gst_level_set_property), (gst_level_get_property),
16093         (gst_level_set_caps), (gst_level_message_new),
16094         (gst_level_transform_ip):
16095         * gst/level/gstlevel.h:
16096         * gst/level/level-example.c: (message_handler), (main):
16097           convert to using GstClockTime for all time values, finally.
16098
16099 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16100
16101         * gst/auparse/Makefile.am:
16102         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16103           fix up build
16104         * configure.ac:
16105         * ext/cairo/Makefile.am:
16106         * ext/dv/Makefile.am:
16107         * ext/esd/Makefile.am:
16108         * ext/flac/Makefile.am:
16109         * ext/gconf/Makefile.am:
16110         * ext/gdk_pixbuf/Makefile.am:
16111         * ext/jpeg/Makefile.am:
16112         * ext/ladspa/Makefile.am:
16113         * ext/libcaca/Makefile.am:
16114         * ext/libmng/Makefile.am:
16115         * ext/libpng/Makefile.am:
16116         * ext/mikmod/Makefile.am:
16117         * ext/pango/Makefile.am:
16118         * ext/raw1394/Makefile.am:
16119         * ext/shout2/Makefile.am:
16120         * ext/speex/Makefile.am:
16121         * gst/alpha/Makefile.am:
16122         * gst/autodetect/Makefile.am:
16123         * gst/avi/Makefile.am:
16124         * gst/cutter/Makefile.am:
16125         * gst/debug/Makefile.am:
16126         * gst/effectv/Makefile.am:
16127         * gst/flx/Makefile.am:
16128         * gst/goom/Makefile.am:
16129         * gst/interleave/Makefile.am:
16130         * gst/law/Makefile.am:
16131         * gst/matroska/Makefile.am:
16132         * gst/median/Makefile.am:
16133         * gst/monoscope/Makefile.am:
16134         * gst/multipart/Makefile.am:
16135         * gst/oldcore/Makefile.am:
16136         * gst/rtp/Makefile.am:
16137         * gst/rtsp/Makefile.am:
16138         * gst/smoothwave/Makefile.am:
16139         * gst/smpte/Makefile.am:
16140         * gst/videobox/Makefile.am:
16141         * gst/videofilter/Makefile.am:
16142         * gst/videomixer/Makefile.am:
16143         * gst/wavenc/Makefile.am:
16144         * gst/wavparse/Makefile.am:
16145         * sys/oss/Makefile.am:
16146         * sys/osxaudio/Makefile.am:
16147         * sys/osxvideo/Makefile.am:
16148           fix up GST_LIBS use
16149
16150 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16151
16152         * gst/auparse/Makefile.am:
16153         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16154           fix build of auparse
16155
16156 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16157
16158         * configure.ac:
16159         * PORTED_09:
16160         * gst/auparse/gstauparse.c:
16161         * gst/auparse/gstauparse.h:
16162         Auparse ported to 0.9.
16163
16164 2005-09-22  Wim Taymans  <wim@fluendo.com>
16165
16166         * gst/rtp/TODO:
16167         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16168         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16169         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16170         (gst_rtpmp4venc_set_property):
16171         * gst/rtp/gstrtpmp4venc.h:
16172         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16173         * gst/rtp/gstrtpmpaenc.h:
16174         Use is_filled to both check MTU and max-ptime of base class.
16175
16176 2005-09-22  Wim Taymans  <wim@fluendo.com>
16177
16178         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16179         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16180         (gst_rtpmp4venc_set_property):
16181         Don't fragment packets with multiple frames.
16182
16183 2005-09-22  Wim Taymans  <wim@fluendo.com>
16184
16185         * gst/rtp/TODO:
16186         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16187         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16188         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16189         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16190         (gst_rtpmp4venc_get_property):
16191         * gst/rtp/gstrtpmp4venc.h:
16192         Remove g_print.
16193         Update TODO
16194         Make payload encoder a bit smarter and more correct with
16195         timestamps.
16196         Added option in payloader to include config string in-band.
16197
16198 2005-09-21  Wim Taymans  <wim@fluendo.com>
16199
16200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16201         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16202         (gst_rtspsrc_send):
16203         Strip spaces for key/value pairs.
16204
16205 2005-09-21  Wim Taymans  <wim@fluendo.com>
16206
16207         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16208         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16209         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16210         (gst_rtspsrc_change_state):
16211         More SDP parsing and caps setting.
16212         Do NO_PREROLL differently.
16213         add pads only after negotiated.
16214
16215         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16216         (gst_udpsrc_getcaps):
16217         Implement the getcaps function.
16218
16219 2005-09-21  Wim Taymans  <wim@fluendo.com>
16220
16221         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16222         (gst_rtpamrdec_chain):
16223         Handle multiple AMr packets per payload. Handle CRC and
16224         parse ILL/ILP.
16225
16226         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16227         Make caps params strings for easy SDP mapping.
16228         
16229         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16230         Handle capsnego better.
16231
16232         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16233         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16234         Generate and parse config string in the caps.
16235
16236 2005-09-21  Wim Taymans  <wim@fluendo.com>
16237
16238         * gst/rtp/README:
16239         Update README
16240
16241         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16242         Make extra params as strings.
16243
16244         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16245         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16246         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16247         Make state change return NO_PREROLL as this is a live
16248         source.
16249
16250         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16251         Don't unref old caps when NULL.
16252
16253 2005-09-20  Wim Taymans  <wim@fluendo.com>
16254
16255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16256         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16257         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16258         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16259         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16260         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16261         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16262         * gst/rtsp/sdpmessage.h:
16263         Add URI handler.
16264         Parse SDP and create caps.
16265
16266 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16267
16268         * gst/alpha/gstalpha.c:
16269           fix element description
16270
16271 2005-09-19  Wim Taymans  <wim@fluendo.com>
16272
16273         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16274         Don't check payload for now.
16275
16276 2005-09-19  Wim Taymans  <wim@fluendo.com>
16277
16278         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16279         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16280         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16281         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16282         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16283         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16284         (gst_wavparse_change_state):
16285         * gst/wavparse/gstwavparse.h:
16286         Fix wavparse some more.
16287
16288 2005-09-19  Wim Taymans  <wim@fluendo.com>
16289
16290         * check/elements/level.c: (GST_START_TEST):
16291         Fix for bus API change.
16292
16293 2005-09-19  Wim Taymans  <wim@fluendo.com>
16294
16295         * gst/level/level-example.c: (main):
16296         Fix for new bus API.
16297
16298         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16299         Set caps on pads.
16300
16301 2005-09-15  Wim Taymans  <wim@fluendo.com>
16302
16303         * gst/rtp/Makefile.am:
16304         * gst/rtp/README:
16305         * gst/rtp/gstrtp.c: (plugin_init):
16306         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16307         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16308         (gst_rtpamrdec_change_state):
16309         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16310         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16311         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16312         * gst/rtp/gstrtpamrenc.h:
16313         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16314         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16315         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16316         * gst/rtp/gstrtpgsmenc.h:
16317         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16318         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16319         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16320         (gst_rtpgsmparse_change_state):
16321         * gst/rtp/gstrtpgsmparse.h:
16322         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16323         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16324         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16325         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16326         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16327         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16328         * gst/rtp/gstrtph263penc.h:
16329         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16330         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16331         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16332         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16333         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16334         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16335         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16336         * gst/rtp/gstrtpmp4venc.h:
16337         * gst/rtp/gstrtpmpadec.c:
16338         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16339         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16340         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16341         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16342         * gst/rtp/gstrtpmpaenc.h:
16343         Updates to payloader/depayloaders, make payloaders use
16344         the base classes.
16345         Updated README with suggested RTP caps and how to convert
16346         to/from SDP.
16347         Added config descriptor in mp4v payloader.
16348
16349 2005-09-15  Andy Wingo  <wingo@pobox.com>
16350
16351         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16352         * gst/autodetect/gstautovideosink.c
16353         (gst_auto_video_sink_find_best): Update for new registry API.
16354
16355 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16356
16357         * common/c-to-xml.py:
16358         * common/gtk-doc-plugins.mak:
16359           a simple py script to generate valid xml from a C example
16360           probably also need to strip an MIT license when we decide
16361         * docs/plugins/Makefile.am:
16362         * gst/level/Makefile.am:
16363         * gst/level/gstlevel.c: (gst_level_init):
16364         * gst/level/level-example.c: (message_handler), (main):
16365           add an example to level that will show up in the docs
16366         * gst/rtp/TODO:
16367           add a note for the future
16368
16369 2005-09-14  Michael Smith <msmith@fluendo.com>
16370
16371         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16372           Actually define the debug object being used in wavenc. Fixes #316205
16373
16374 2005-09-14  Michael Smith <msmith@fluendo.com>
16375
16376         * gst/smpte/Makefile.am:
16377           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16378           needed to build on windows (bug 316204)
16379
16380 2005-09-12  Andy Wingo  <wingo@pobox.com>
16381
16382         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16383
16384 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16385
16386         * configure.ac:
16387         * gst/fdsrc/Makefile.am:
16388         * gst/fdsrc/gstfdsrc.c:
16389         * gst/fdsrc/gstfdsrc.h:
16390           Move fdsrc back into gstreamer core elements.
16391
16392         * gst/level/gstlevel.c: (gst_level_class_init),
16393         (gst_level_transform_ip):
16394         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16395           Basetransform changes.
16396
16397 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16398
16399         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16400         * ext/jpeg/smokecodec.c: (find_best_size):
16401           fix compiler warnings
16402
16403 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16404
16405         * gst-plugins-good.spec.in:
16406           spec file fixes
16407         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16408         (gst_multiudpsink_render), (gst_multiudpsink_add),
16409         (gst_multiudpsink_clear):
16410           it actually helps to actually stream if we hook up the
16411           "add" signal to an actual implementation
16412         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16413           some debugging
16414
16415 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16416
16417         * ext/jpeg/Makefile.am:
16418         * ext/jpeg/gstjpeg.c
16419         * ext/jpeg/gstjpegenc.c:
16420         * ext/jpeg/gstsmokeenc.c:
16421
16422 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16423
16424         * ext/flac/gstflacdec.c:
16425         * ext/flac/gstflacenc.c:
16426         * ext/flac/gstflactag.c:
16427         * ext/speex/gstspeexenc.c:
16428           gsttaginterface.h -> gsttagsetter.h
16429
16430 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16431
16432         * configure.ac:
16433         * gst/debug/Makefile.am:
16434         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16435         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16436         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16437         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16438         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16439           Port to 0.9 and re-enable efence plugin.
16440
16441 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16442
16443         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16444         (gst_flacdec_write), (gst_flacdec_convert_src):
16445         * ext/flac/gstflacdec.h:
16446           Add support for flac files with 24/32 bits per sample; and misc.
16447           minor clean-ups. Seeking is still partly broken (for me at least).
16448
16449 2005-09-06  Wim Taymans  <wim@fluendo.com>
16450
16451         * gst/rtp/Makefile.am:
16452         * gst/rtp/gstrtp.c: (plugin_init):
16453         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16454         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16455         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16456         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16457         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16458         (gst_rtpmp4vdec_plugin_init):
16459         * gst/rtp/gstrtpmp4vdec.h:
16460         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16461         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16462         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16463         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16464         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16465         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16466         * gst/rtp/gstrtpmp4venc.h:
16467         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16468         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16469         Added mpeg4 video payload encoder/decoder.
16470         Added some docs in mpa payloader.
16471
16472 === release 0.9.1 ===
16473
16474 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16475
16476         * NEWS:
16477         * README:
16478         * RELEASE:
16479         * autogen.sh:
16480         * configure.ac:
16481           releasing 0.9.1, "Blondie"
16482
16483 2005-09-05  Andy Wingo  <wingo@pobox.com>
16484
16485         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16486         here from the state change handler, so we fire signals without
16487         holding the state lock.
16488
16489 2005-09-02  Andy Wingo  <wingo@pobox.com>
16490
16491         * All plugins updated for element state changes.
16492
16493 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16494
16495         * Makefile.am:
16496         * check/.cvsignore:
16497         * check/Makefile.am:
16498         * check/elements/.cvsignore:
16499         * check/elements/level.c: (setup_level), (cleanup_level),
16500         (GST_START_TEST), (level_suite), (main):
16501           add a test for level
16502         * common/release.mak:
16503           move the enum checking to release.mak
16504         * configure.ac:
16505           add valgrind and check checking
16506         * gst/level/gstlevel.c: (gst_level_transform):
16507         * gst/level/gstlevel.h:
16508           fix Andy's cast bug
16509           convert a field to int
16510           fix the arithmetic to int when checking for emit so that a
16511           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16512
16513 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16514
16515         * Makefile.am:
16516         * configure.ac:
16517           add docs to build
16518         * common/plugins.xsl:
16519           wrap Description into a refsect2
16520         * docs/Makefile.am:
16521         * docs/plugins/Makefile.am:
16522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16524         * gst/goom/Makefile.am:
16525         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16526         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16527         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16528         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16529         (gst_goom_change_state):
16530         * gst/goom/gstgoom.h:
16531           GstGOOM -> GstGoom
16532           add an example launch line
16533         * gst/level/gstlevel.h:
16534         * gst/monoscope/gstmonoscope.c:
16535           cleanups
16536
16537 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16538
16539         * configure.ac:
16540         * docs/plugins/Makefile.am:
16541         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16542         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16543         * docs/plugins/gst-plugins-good-plugins.types:
16544           document elements and plugins.  Shazam !
16545
16546 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16547
16548         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16549           be found under doc/random/ChangeLog-0.8