sys/sunaudio/: Fix up the mixer tracks to use a volume range of 0-255, which is what...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
2
3         Patch by: Brian Cameron <brian.cameron at sun dot com>
4
5         * sys/sunaudio/gstsunaudiomixerctrl.c:
6           (gst_sunaudiomixer_ctrl_get_volume),
7           (gst_sunaudiomixer_ctrl_set_volume):
8         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
9           Fix up the mixer tracks to use a volume range of 0-255, which is what
10           the sun audio API uses. This simplifies the code and avoids rounding
11           errors. Fixes #524593.
12
13 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
14
15         * sys/v4l2/gstv4l2object.c:
16         * sys/v4l2/gstv4l2object.h:
17         Add device-fd property to make it possible to apps to call ioctl's.
18
19 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
20
21         * gst/qtdemux/qtdemux.c: (next_entry_size):
22         Unbreak streaming mode again.
23
24 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
25
26         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
27           Remove superfluous DEBUG macro.
28
29 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
30
31         Based on patch by: William M. Brack <wbrack at mmm com hk>
32
33         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
34           (gst_v4l2src_set_capture):
35           Check whether the device supports setting the framerate before
36           trying to set it and then posting a warning or error if it doesn't
37           work (#516649, #520092). Also compare fractions more correctly.
38
39 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
40
41         * gst/goom/Makefile.am:
42           Remove ppc assembler optimisations from the build until they
43           actually build (they also seem to have GPL headers).
44
45 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
46
47         * m4/Makefile.am:
48           Better not dist files that don't exist any longer (lrint*m4).
49
50 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
51
52         * configure.ac:
53         * m4/lrint.m4:
54         * m4/lrintf.m4:
55         Remove lrint/lrintf checks. We don't use it anywhere.
56
57 2008-03-18  Andy Wingo  <wingo@pobox.com>
58
59         * sys/osxvideo/osxvideosink.m
60         (gst_osx_video_sink_osxwindow_destroy)
61         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
62         task, whoopdee.
63         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
64         2 ms.
65
66 2008-03-18  Andy Wingo  <wingo@pobox.com>
67
68         * sys/osxvideo/osxvideosink.m
69         (gst_osx_video_sink_osxwindow_destroy)
70         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
71         task, whoopdee.
72         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
73         2 ms.
74         
75 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
76
77         Patch by: William M. Brack <wbrack at mmm com hk>
78
79         * sys/v4l2/v4l2src_calls.c:
80           (gst_v4l2src_probe_caps_for_format_and_size),
81           (gst_v4l2src_probe_caps_for_format):
82           Make sure the probed frame sizes are reversed in the resulting
83           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
84           highest resolution first); also remove unused variable.
85           (Partly fixes #520092)
86
87 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
88
89         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
90
91         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
92         (gst_rtspsrc_finalize):
93         Call WSAStartup() and WSACleanup before using the Winsock API.
94         See #520808.
95
96 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
97
98         * gst/avi/gstavidemux.c:
99           Erm, the buffer-size is just guint, no need for the special format
100           specifier.
101
102 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
103
104         * gst/goom/plugin_info.c:
105         * gst/goom/ppc_zoom_ultimate.h:
106           Small fixes to build more on PPC: ifdef out code that uses unknown
107           define; add newline at end of header file to avoid compiler warning.
108           Assembler code still doesn't build though.
109
110 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
111
112         * gst/avi/gstavidemux.c:
113           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
114           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
115
116 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
117
118         * gst/avi/gstavidemux.c:
119           Chunksize is uint32. Fix format specifier.
120
121 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
122
123         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
124         mistake. Return file to pure MIT text.
125
126 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
127
128         * gst/audiofx/audiofx.c:
129         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
130         of hardcoding values.
131
132 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
133
134         Patch by: Mark Nauwelaerts <manauw skynet be>
135
136         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
137           (gst_oss_src_close):
138         * sys/oss/gstosssrc.h:
139           Cache probed caps, so _get_caps() during recording doesn't cause
140           ioctl calls which may disrupt the recording (fixes #521875).
141
142 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
143
144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
145         (gst_qtdemux_activate_segment),
146         (gst_qtdemux_prepare_current_sample),
147         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
148         Make sure we always send a DISCONT after a seek by setting the sample
149         index to an undefined value after a seek.
150
151 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
152
153         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
154           (GST_IS_AVI_SUBTITLE_CLASS):
155           Fix up IS_FOO macros, which makes gtk-doc much happier.
156
157 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
158
159         * tests/icles/Makefile.am:
160           Move the -lgstfoo where it belongs.
161
162 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
163
164         * gst/matroska/ebml-ids.h:
165         Add ID for EBML CRC32 elements.
166
167         * gst/matroska/Makefile.am:
168         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
169         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
170         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
171         (gst_ebml_read_header):
172         Support reading 80bit floats, add finalize method to clean up
173         in any case, support reading length/id elements with any length
174         as long as it's smaller than our supported maximum, don't leak
175         buffers if reading as much data as we wanted failed and some
176         smaller cleanup.
177
178 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
179
180         Patch by: Olivier Crete <tester at tester dot ca>
181
182         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
183         Check that a buffer is large enough before reading from it.
184         Fixes bug #521102.
185         
186 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
187
188         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
189         Fix compilation after removing the GstPollMode from the
190         constructor.
191
192 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
193
194         * configure.ac:
195         * gst/audiofx/Makefile.am:
196         * gst/audiofx/audiochebband.c:
197         * gst/audiofx/audiocheblimit.c:
198         * gst/audiofx/math_compat.h:
199         Check for sinh(), cosh() and asinh() and define our own
200         implementations if they're not available. Fixes bug #520880.
201
202 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
203
204         Patch by: Olivier Crete <tester at tester dot ca>
205
206         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
207         Unref the buffers only once when handling not-negotiated errors.
208         Fixes bug #520764.
209
210 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
211
212         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
213
214         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
215         (gst_udpsrc_stop):
216         Properly balance WSA_Cleanup with WSA_Startup.
217         Also make the poll controllable on windows. Fixes #520888.
218
219 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
220
221         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
222         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
223         (gst_ebml_read_element_length), (gst_ebml_peek_id),
224         (gst_ebml_read_skip), (gst_ebml_read_buffer),
225         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
226         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
227         (gst_ebml_read_date), (gst_ebml_read_master),
228         (gst_ebml_read_binary), (gst_ebml_read_header):
229         * gst/matroska/ebml-read.h:
230         * gst/matroska/matroska-demux.c:
231         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
232         (gst_matroska_demux_read_track_encodings),
233         (gst_matroska_demux_add_stream),
234         (gst_matroska_demux_handle_src_query),
235         (gst_matroska_demux_handle_seek_event),
236         (gst_matroska_demux_init_stream),
237         (gst_matroska_demux_parse_tracks),
238         (gst_matroska_demux_parse_index_cuetrack),
239         (gst_matroska_demux_parse_index_pointentry),
240         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
241         (gst_matroska_demux_parse_metadata_id_simple_tag),
242         (gst_matroska_demux_parse_metadata_id_tag),
243         (gst_matroska_demux_parse_metadata),
244         (gst_matroska_demux_sync_streams),
245         (gst_matroska_demux_push_hdr_buf),
246         (gst_matroska_demux_push_flac_codec_priv_data),
247         (gst_matroska_demux_push_xiph_codec_priv_data),
248         (gst_matroska_demux_add_wvpk_header),
249         (gst_matroska_demux_check_subtitle_buffer),
250         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
251         (gst_matroska_demux_parse_cluster),
252         (gst_matroska_demux_parse_contents_seekentry),
253         (gst_matroska_demux_parse_contents),
254         (gst_matroska_demux_loop_stream_parse_id),
255         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
256         * gst/matroska/matroska-demux.h:
257         * gst/matroska/matroska-ids.h:
258         Handle return values from pull_range in a more granular way to properly
259         shut down on seeks.
260         Combine return values from push.
261         Implement proper error handling.
262         Prepare for handling seeking correctly.
263
264 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
265
266         * gst/matroska/ebml-read.c:
267         Use GINT64 formatting constants from GLIB.
268
269         * gst/matroska/matroska-demux.c:
270         Add some guards to avoid a possible division by 0 and crashing
271         with NULL events on some systems.
272         Use gst_gdouble_to_guint64 somewhere instead of an implicit
273         conversion. 
274
275         * gst/matroska/matroska-mux.c:
276         Check for invalid timestamps in a bunch of places to avoid
277         writing bogus durations into the output file.
278         Fix some double<->gint64 conversions that weren't using
279         gst_guint64_to_gdouble
280
281 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
282
283         * configure.ac:
284         Move the checks for bison, flex and as to the program section and the
285         check for gcc inline asm to the compiler characteristics section.
286
287 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
288
289         * configure.ac:
290         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
291         plug-ins are included/excluded. (#498222)
292
293 2008-02-29  Michael Smith <msmith@fluendo.com>
294
295         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
296           Don't call gst_object_sync_values() unless we have a valid timestamp.
297
298 2008-02-28  David Schleef  <ds@schleef.org>
299
300         * gst/matroska/matroska-demux.c:
301         * gst/matroska/matroska-ids.h:
302         * gst/matroska/matroska-mux.c:
303           Fix Dirac mapping.  I had previously added a VfW-type
304           mapping, but it looks like Dirac will get a native Matroska
305           mapping, and this is the most likely method.
306
307 2008-02-28  David Schleef  <ds@schleef.org>
308
309         * gst/avi/gstavimux.c: Add Dirac encoding
310
311 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
312
313         Patch by: Peter Kjellerstedt <pkj at axis com>
314
315         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
316         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
317         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
318         * gst/udp/gstudpsrc.h:
319         Port to GstPoll. See #505417.
320
321 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
322
323         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
324         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
325         yet on the srcpad. We need rate and channels before we
326         can do any processing. Fixes bug #519088.
327
328 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
329
330         * configure.ac:
331         Detect and indicate if GCC inline assembly syntax is
332         available.
333
334         * gst/goom/Makefile.am:
335         * gst/goom/convolve_fx.c:
336         * gst/goom/flying_stars_fx.c:
337         * gst/goom/goom_config.h:
338         * gst/goom/goom_core.c:
339         * gst/goom/goomsl.c:
340         * gst/goom/ifs.c:
341         * gst/goom/mmx.c:
342         * gst/goom/plugin_info.c:
343         * gst/goom/xmmx.c:
344         Fix various GCC-isms, and only build the inline assembly
345         with compilers that support GCC inline assembly.
346
347         Fix a couple of other warnings shown with Forte.
348
349 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
350
351         * gst/goom/xmmx.c:
352           Use 'emms' instead of 'femms' to not crash on cpus that do not
353           implement this 3dnow specific instruction.
354
355 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
356
357         * gst/goom/plugin_info.c: (setOptimizedMethods):
358         Use extended MMX for draw_line() too if available, not only
359         normal MMX.
360
361 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
362
363         * ext/jpeg/gstjpeg.c: (plugin_init):
364         Remove (commented out) smoke typefinder. This is in base now.
365
366 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
367
368         * gst/goom2k1/Makefile.am:
369         * gst/goom2k1/gstgoom.c:
370
371         Rename the installed library, and don't register the same 
372         GType name as the new goom.
373
374 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
375
376         * configure.ac:
377         * ext/taglib/Makefile.am:
378           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
379           when building C++ code (#516509).
380
381 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
384         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
385           (setOptimizedMethods):
386           Call oil_init(), otherwise oil_get_cpu_flags() won't return
387           anything useful. Export goom debug category so we can get
388           rid of the VERBOSE define and the printfs.
389
390 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
391
392         * gst/goom/goomsl_heap.c: (align_it):
393         * gst/goom/plugin_info.c: (setOptimizedMethods):
394           Compile fixes for x86-64.
395
396 2008-02-23  Bastien Nocera  <hadess@hadess.net>
397
398         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
399         with warnings, but add other CFLAGS
400
401         * gst/goom/goomsl.c (gsl_instr_set_namespace),
402         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
403         (calculate_labels), (gsl_read_file):
404         * gst/goom/goomsl_lex.l:
405         * gst/goom/goomsl_yacc.y:
406         * gst/goom/plugin_info.c: Remove a few live printf, and
407         fprintf, replace exit() calls with g_assert_not_reached()
408         if it not optimal for a library
409
410 2008-02-23  Bastien Nocera  <hadess@hadess.net>
411
412         * gst/goom/Makefile.am: Remove the warnings being disabled,
413         fix linkage on x86, spotted by Sebastian Dröge
414         <slomo@circular-chaos.org>
415
416         * gst/goom/convolve_fx.c (convolve_init),
417         (create_output_with_brightness), (convolve_apply):
418         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
419         * gst/goom/goomsl.c:
420         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
421         * gst/goom/plugin_info.c:
422         * gst/goom/tentacle3d.c (tentacle_fx_create):
423         Fix warnings, and disable the motifs in the convolve_fx
424         plugin (they were causing warnings, and they were just
425         "Goom" in funny letterring)
426
427 2008-02-23  Bastien Nocera  <hadess@hadess.net>
428
429         * configure.ac: Add checks for Flex/Yacc/Bison and other
430         furry animals, for the new goom 2k4 based plugin
431
432         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
433         CPU optimisations (not working yet), move the old plugin to...
434
435         * gst/goom2k1/*: ... here, in case somebody is sick enough
436
437         Fixes #515073
438
439 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
440
441         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
442         Post the server response code in an error message instead of a generic
443         'error' message. Fixes #517237.
444
445 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
446
447         * tests/check/Makefile.am:
448         Ignore gconfaudiosrc for the states unit test too. It will fallback
449         to alsasrc if the gconf settings can't be read and not everybody has
450         alsa.
451
452 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
453
454         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
455         (gst_wavpack_parse_create_src_pad):
456         * ext/wavpack/gstwavpackparse.h:
457         Always report the duration if we know it in push mode and don't
458         return 0 just to make totem believe we can't seek in push mode.
459         Newer totem version use the SEEKING query which properly reports
460         if we can seek or not.
461
462 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
463
464         Patch by: Jens Granseuer <jensgr at gmx dot net>
465
466         * tests/examples/equalizer/demo.c: (main):
467         C89 fix, moving variable declarations to the beginning of
468         the block. Fixes bug #517933.
469
470 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
471
472         * configure.ac:
473         Back to development...
474
475 === release 0.10.7 ===
476
477 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
478
479         * configure.ac:
480           releasing 0.10.7, "Red Door Black"
481
482 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
483
484         * gst/alpha/Makefile.am:
485         Link alpha plugin with libgstbase. Fixes bug #517386.
486
487 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
488
489         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
490         Init values to -1 instead of the default 0 value.
491         Fixes #516524.
492
493 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
494
495         * tests/examples/spectrum/spectrum-example.c:
496         Add missing include to fix compilation when libxml usage is disabled.
497         Fixes: #516371
498
499 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
500
501         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
502         fixes: #514889
503
504         * gst/rtp/gstrtph264pay.c:
505         * gst/rtp/gstrtpmp4gdepay.c:
506         * gst/rtp/gstrtpmp4gpay.c:
507         * gst/rtp/gstrtpmp4gpay.h:
508         * gst/rtp/gstrtptheorapay.c:
509         * gst/rtp/gstrtpvorbispay.c:
510
511         Fix various leaks shown up in valgrind
512         - free sprops and buffer in error cases in H264 payloader
513         - fix leak in mp4g depayloader when construction the caps
514         - don't leak config string in the mp4g payloader
515         - don't leak buffers and headers in theora and vorbis payloaders
516
517         * tests/check/elements/rtp-payloading.c:
518
519         Fix the RTP data test
520         - Actually send valid amr data to the payloader instead of 20
521         zero-bytes
522         - The mp4g payloader expects codec_data on the caps
523
524 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
525
526         * win32/MANIFEST:
527         Add libgstpng.dsp to MANIFEST.
528         * win32/vs6/libgstaudiofx.dsp:
529         Add new source files to VS project file.
530
531 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
532
533         * sys/ximage/gstximagesrc.c:
534         Initialise variables when opening the X display rather
535         than in _start(), as the display can be opened before that.
536
537         Fixes: #515985
538
539 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
540
541         * sys/directdraw/gstdirectdrawsink.c:
542         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
543         (gst_directdraw_sink_finalize):
544         Properly chain up finalize functions. Fixes bug #515980.
545
546 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
547
548         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
549         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
550         (gst_v4l2_buffer_pool_class_init):
551         Chain up the finalize functions. Fixes bug #515984.
552
553 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
554
555         * sys/ximage/ximageutil.c:
556         Chain up in the finalize function for our custom
557         buffer sub-class.
558         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
559         Fixes: #515706
560
561 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
562
563         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
564         (gst_fenced_buffer_class_init):
565         Properly chain up finalize method. Fixes bug #515979.
566
567 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
568
569         * sys/ximage/gstximagesrc.c:
570         Free allocated Damage memory before closing our connection to the
571         X server. Partially fixes: #515706
572
573 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
574
575         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
576         * tests/check/Makefile.am:
577         * tests/check/gst-plugins-good.supp:
578         Add a few libjpeg suppressions and initialize a variable to
579         make smokeenc valgrind clean. Fixes bug #515701.
580
581 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
582
583         * gst/avi/gstavidemux.c:
584         Revert patch which sends timestamps only on keyframes, as it
585         breaks playback with current gst-ffmpeg.
586
587         Fixes: #515562
588
589 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
590
591         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
592         * tests/check/elements/multifile.c: (GST_START_TEST):
593         Close some memory leaks spotted by the unit test. Fixes bug #515697.
594
595 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
596
597         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
598         Use and unset the GError when pipeline creation fails instead of
599         simply leaking it. Fixes bug #515704.
600
601 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
602
603         * gst/audiofx/audioamplify.c:
604         * gst/audiofx/audiochebband.c:
605         * gst/audiofx/audiocheblimit.c:
606         * gst/audiofx/audiodynamic.c:
607         * gst/audiofx/audioinvert.c:
608         * gst/audiofx/audiopanorama.c:
609         * gst/audiofx/audiowsincband.c:
610         * gst/audiofx/audiowsinclimit.c:
611         Fix long description of audiofx elements. Fixes bug #515457.
612
613 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
614
615         * docs/plugins/Makefile.am:
616         * gst/spectrum/gstspectrum.c:
617         * tests/examples/spectrum/.cvsignore:
618         * tests/examples/spectrum/Makefile.am:
619         * tests/examples/spectrum/spectrum-example.c:
620
621         Add a simple example application for the spectrum element, include it
622         in the docs, and fix some documentation ambiguities.
623
624         Fixes: #348085
625
626 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
627
628         * gst/equalizer/Makefile.am:
629         * gst/spectrum/Makefile.am:
630         Fix includes order
631
632         * tests/check/Makefile.am:
633         Exclude v4l2src from the states test - it takes too long to start.
634
635         * tests/check/elements/spectrum.c:
636         Make the test run properly with CK_FORK=no
637
638 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
639
640         * gst/audiofix/Makefile.am: add missing header files 
641
642 2008-02-08  Julien Moutte  <julien@fluendo.com>
643
644         * gst/matroska/matroska-demux.c:
645         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
646         keyframe and delta units correctly when dealign with a BlockGroup.
647         Fixes: #514397
648
649 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
650
651         * tests/check/elements/.cvsignore:
652         Spell the new tests correctly in .cvsignore
653
654 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
655
656         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
657           Need to use gsize here for the size, fixes compiler warning.
658
659         * tests/examples/equalizer/.cvsignore:
660         * tests/examples/equalizer/Makefile.am:
661         * tests/examples/spectrum/.cvsignore:
662         * tests/examples/spectrum/Makefile.am:
663           Add missing files to fix the build.
664
665 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
666
667         * configure.ac:
668         * docs/plugins/Makefile.am:
669         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
670         * docs/plugins/gst-plugins-good-plugins-sections.txt:
671         * docs/plugins/gst-plugins-good-plugins.args:
672         * docs/plugins/gst-plugins-good-plugins.hierarchy:
673         * docs/plugins/inspect/plugin-multifile.xml:
674         * tests/check/Makefile.am:
675         * tests/check/elements/.cvsignore:
676
677         Move multifile plugin from -bad.
678         Fixes: #490283
679
680 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
681
682         * configure.ac:
683         * docs/plugins/Makefile.am:
684         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
685         * docs/plugins/gst-plugins-good-plugins-sections.txt:
686         * docs/plugins/gst-plugins-good-plugins.args:
687         * docs/plugins/gst-plugins-good-plugins.hierarchy:
688         * docs/plugins/inspect/plugin-spectrum.xml:
689         * gst/spectrum/Makefile.am:
690         * tests/check/Makefile.am:
691         * tests/check/elements/.cvsignore:
692         * tests/examples/Makefile.am:
693
694         Move spectrum plugin from -bad.
695         Move examples into tests/examples/spectrum.
696
697 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
698
699         * configure.ac:
700         * docs/plugins/Makefile.am:
701         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
702         * docs/plugins/gst-plugins-good-plugins-sections.txt:
703         * docs/plugins/gst-plugins-good-plugins.args:
704         * docs/plugins/gst-plugins-good-plugins.hierarchy:
705         * docs/plugins/gst-plugins-good-plugins.interfaces:
706         * docs/plugins/inspect/plugin-equalizer.xml:
707         * gst/equalizer/Makefile.am:
708         * tests/check/Makefile.am:
709         * tests/examples/Makefile.am:
710         Move the equalizer plugin across from -bad
711
712         * tests/check/elements/.cvsignore:
713         Add equalizer, audiosincwband and audiosincwlimit
714
715         * tests/check/elements/equalizer.c:
716         Fix compiler warnings
717
718         Fixes: #415627
719
720 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
721
722         * configure.ac:
723         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
724         are treated like releases and build without it.
725
726 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
727
728         * docs/plugins/Makefile.am:
729         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
730         * docs/plugins/gst-plugins-good-plugins-sections.txt:
731         * docs/plugins/gst-plugins-good-plugins.args:
732         * docs/plugins/inspect/plugin-audiofx.xml:
733         * gst/audiofx/Makefile.am:
734         * gst/audiofx/audiofx.c:
735         * gst/audiofx/audiowsincband.c:
736         * gst/audiofx/audiowsincband.h:
737         * gst/audiofx/audiowsinclimit.c:
738         * gst/audiofx/audiowsinclimit.h:
739         * tests/check/Makefile.am:
740         * tests/check/elements/audiowsincband.c:
741         * tests/check/elements/audiowsinclimit.c:
742
743         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
744         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
745         respectively.
746
747         Fixes: #467666
748
749 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
750
751         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
752         * tests/check/elements/icydemux.c:
753           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
754           caps, and add a somewhat useful debug message. Plus test.
755
756 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
757
758         * gst/rtsp/gstrtspsrc.c:
759         Include unistd.h only if HAVE_UNISTD_H is defined
760         * win32/common/config.h.in:
761         * win32/common/config.h:
762         Define socklen_t as it seems it's not defined in default 
763         Visual Studio headers.
764         * win32/vs6/libgstalpha.dsp:
765         * win32/vs6/libgstapetag.dsp:
766         * win32/vs6/libgstavi.dsp:
767         * win32/vs6/libgstrtp.dsp:
768         * win32/vs6/libgstrtsp.dsp:
769         * win32/vs6/libgstvideomixer.dsp:
770         Update project file dependencies and add new source files       
771
772 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
773
774         Patch by: Bjarne Rosengren <bjarne at axis dot com>
775
776         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
777         Don't leak buffers when we don't push them downstream.
778         Fixes bug #514965.
779
780 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
781
782         * configure.ac:
783           Bump requirements to (good) released versions to avoid
784           confusion and make implicit core requirement explicit.
785
786 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
787
788         * docs/plugins/Makefile.am:
789         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
790         * docs/plugins/gst-plugins-good-plugins-sections.txt:
791         * docs/plugins/gst-plugins-good-plugins.args:
792         * docs/plugins/inspect/plugin-audiofx.xml:
793         * gst/audiofx/Makefile.am:
794         * gst/audiofx/audiochebband.c:
795         * gst/audiofx/audiochebband.h:
796         * gst/audiofx/audiocheblimit.c:
797         * gst/audiofx/audiocheblimit.h:
798         * gst/audiofx/audiochebyshevfreqband.c:
799         * gst/audiofx/audiochebyshevfreqband.h:
800         * gst/audiofx/audiochebyshevfreqlimit.c:
801         * gst/audiofx/audiochebyshevfreqlimit.h:
802         * gst/audiofx/audiofx.c:
803         * tests/check/Makefile.am:
804         * tests/check/elements/.cvsignore:
805         * tests/check/elements/audiochebband.c:
806         * tests/check/elements/audiocheblimit.c:
807         * tests/check/elements/audiochebyshevfreqband.c:
808         * tests/check/elements/audiochebyshevfreqlimit.c:
809
810         Rename audiochebyshevfreqband -> audiochebband and
811         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
812         surgery.
813
814         Closes: #491811
815
816 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
817
818         Patch by: Orjan Friberg <orjanf at axis dot com>
819
820         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
821         Fix caps memory leak. Fixes #514573.
822
823 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
824
825         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
826         If there's no entries in the subindex, don't try to do anything stupid,
827         just return.
828
829 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
830
831         Patch by: John Millikin <jmillikin at gmail dot com>
832
833         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
834           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
835           Fix extraction of picture blocks with newer libflac versions again:
836           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
837
838 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
839
840         * tests/check/Makefile.am:
841           Add rtp-payloading test to VALGRIND_TO_FIX.
842
843         * tests/check/elements/rtp-payloading.c:
844           Add semicolons after GST_TEST_END so gst-indent gets the
845           formatting right; make test less verbose in general, but
846           more verbose in the error case (which should probably
847           make the test fail anyway).
848
849 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
850
851         * docs/plugins/Makefile.am:
852         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
853         * docs/plugins/gst-plugins-good-plugins-sections.txt:
854         * gst/avi/gstavisubtitle.c:
855         Add documentation for avisubtitle and change class to
856         Codec/Parser/Subtitle
857
858 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
859
860         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
861         Treat ENOTTY (driver does not implement ioctl) the same as
862         EINVAL since it implies there are no available standards.
863
864         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
865         (gst_v4l2src_get_nearest_size):
866         Replace gst_v4l2src_get_size_limits with 2 calls to new function
867         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
868         probe if the driver does not support VIDIOC_TRY_FMT for whatever
869         reason, and if we aren't yet actively capturing.
870
871         * sys/v4l2/v4l2src_calls.h:
872         Remove replaced function declaration.
873
874 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
875
876         * configure.ac:
877         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
878         API.
879
880 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
881
882         * configure.ac:
883         Fix typo.
884
885 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
886
887         * gst/alpha/Makefile.am:
888         * gst/alpha/gstalpha.c:
889
890         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
891         some stuff, and making buffer-alloc and resizing work automatically.
892         No longer crashes on odd frame widths and heights, although there
893         seems to be a disagreement with ffmpegcolorspace about what size
894         an AYUV frame with odd height should be.
895
896 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
897
898         Patch by: Alessandro Decina <alessandro at nnva dot org>
899
900         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
901         * ext/libpng/gstpngenc.h:
902         Preallocate the output buffer so that g_memdup() and
903         gst_buffer_merge() aren't needed anymore. This greatly improves
904         performances and fixes #512544.
905
906 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
907
908         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
909         (gst_avi_demux_stream_data):
910         GStreamer timestamps are PTS values while AVI only knows about DTS
911         timestamps. Make sure we only copy the DTS as the buffer timestamp when
912         we are dealing with a key frame.
913
914 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
915
916         * tests/check/Makefile.am:
917         * tests/check/elements/.cvsignore:
918         * tests/check/elements/rtp-payloading.c:
919           Add add testsuite for the rtp-payloader that tries simulating
920           dataflow. Needs more test data.
921
922 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
923
924         * tests/check/elements/alphacolor.c:
925           Remove two unused variables.
926
927 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
930           Use g_ascii_strtoll() instead of atoll, which is only
931           available in C99.
932
933 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
934
935         * gst/rtp/Makefile.am:
936         * gst/rtp/gstrtp.c:
937         * gst/rtp/gstrtpmpvpay.c:
938         * gst/rtp/gstrtpmpvpay.h:
939         Add MPEG2 video payloader
940
941 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
942
943         * gst/level/gstlevel.c:
944         Use #include <math.h> instead of #include "math.h".
945
946 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
947
948         * tests/check/Makefile.am:
949         Fix up some CFLAGS sets.
950         Don't include gconfvideosrc in the states test.
951
952         * tests/check/elements/autodetect.c: (GST_START_TEST):
953         Add some error strings to fail_unless arguments to fix some weird
954         compiler errors on Solaris.
955
956 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
957
958         * configure.ac:
959         Detect video4linux headers on Solaris too.
960         * sys/v4l2/gstv4l2colorbalance.h:
961         * sys/v4l2/gstv4l2object.h:
962         * sys/v4l2/v4l2_calls.c:
963         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
964         (gst_v4l2_buffer_new):
965
966         Make v4l2 build on Solaris.
967         Patch by: Brian Cameron  <brian.cameron at sun dot com>
968         Fixes: #510505
969
970 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
971
972         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
973           Update list from (still local) scanning script.
974
975 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
976
977         Based on a patch by:
978             Victor STINNER <victor dot stinner at haypocalc dot com>
979
980         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
981         Set variable to NULL after freeing it to prevent double frees
982         or make failures by another use of it afterwards more obvious
983         and fix use of it after the freeing. Fixes bug #510592.
984
985 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
986
987         * gst/udp/gstmultiudpsink.c:
988         use GST_WARNING for logging
989
990 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
991
992         * gst/udp/gstmultiudpsink.c:
993         Don't try to leave a multicast group with an invalid socket
994
995 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
996
997         * ext/flac/gstflacdec.c:
998           Fix compilation against flac 1.1.2 (as on debian stable), where
999           the picture metadata defines and structs don't exist yet.
1000           Fixes #509301.
1001
1002 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1003
1004         Patch by: Olivier Crete <tester at tester dot ca>
1005
1006         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1007         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1008         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1009         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
1010         * gst/udp/gstmultiudpsink.h:
1011         Add property to automatically join a multicast group or not. This can be
1012         useful when sharing a socket between multiple elements.
1013         Fixes #509531.
1014
1015 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1016
1017         * gst/videomixer/Makefile.am:
1018           Add controller flags.
1019
1020 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1021
1022         * gst/videomixer/videomixer.c:
1023           Also commit the missing gst_object_sync_values().
1024
1025 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1026
1027         * docs/plugins/Makefile.am:
1028           Remove duplicate entry.
1029
1030 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1031
1032         * docs/plugins/Makefile.am:
1033         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1034         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1035         * docs/plugins/inspect/plugin-gamma.xml:
1036         * docs/plugins/inspect/plugin-monoscope.xml:
1037         * docs/plugins/inspect/plugin-video4linux2.xml:
1038           Add 3 more plugins to docs.
1039
1040 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1041
1042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1043         * sys/osxvideo/osxvideosink.h:
1044           Revert previous change caused by a file that got stuck on an old
1045           revision.
1046
1047 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1050         * gst/multipart/Makefile.am:
1051         * gst/multipart/multipartdemux.c:
1052         * gst/multipart/multipartdemux.h:
1053         * gst/multipart/multipartmux.c:
1054         * gst/multipart/multipartmux.h:
1055           Re-add multipartdemux to the docs. Last round of section cleanup.
1056
1057 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1058
1059         * docs/plugins/Makefile.am:
1060         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1061         * sys/osxaudio/gstosxaudiosink.h:
1062         * sys/osxvideo/osxvideosink.h:
1063           Managed to resolve most unused declarations. Filed a bug for one left.          
1064
1065 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1066
1067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1068           Cleanup section file.
1069
1070 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1071
1072         * docs/plugins/Makefile.am:
1073         * docs/plugins/gst-plugins-good-plugins.args:
1074         * docs/plugins/gst-plugins-good-plugins.signals:
1075         * docs/plugins/inspect/plugin-alaw.xml:
1076         * docs/plugins/inspect/plugin-alpha.xml:
1077         * docs/plugins/inspect/plugin-alphacolor.xml:
1078         * docs/plugins/inspect/plugin-annodex.xml:
1079         * docs/plugins/inspect/plugin-apetag.xml:
1080         * docs/plugins/inspect/plugin-audiofx.xml:
1081         * docs/plugins/inspect/plugin-auparse.xml:
1082         * docs/plugins/inspect/plugin-autodetect.xml:
1083         * docs/plugins/inspect/plugin-avi.xml:
1084         * docs/plugins/inspect/plugin-cairo.xml:
1085         * docs/plugins/inspect/plugin-cdio.xml:
1086         * docs/plugins/inspect/plugin-cutter.xml:
1087         * docs/plugins/inspect/plugin-debug.xml:
1088         * docs/plugins/inspect/plugin-dv.xml:
1089         * docs/plugins/inspect/plugin-efence.xml:
1090         * docs/plugins/inspect/plugin-effectv.xml:
1091         * docs/plugins/inspect/plugin-flac.xml:
1092         * docs/plugins/inspect/plugin-flxdec.xml:
1093         * docs/plugins/inspect/plugin-gconfelements.xml:
1094         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1095         * docs/plugins/inspect/plugin-goom.xml:
1096         * docs/plugins/inspect/plugin-halelements.xml:
1097         * docs/plugins/inspect/plugin-icydemux.xml:
1098         * docs/plugins/inspect/plugin-id3demux.xml:
1099         * docs/plugins/inspect/plugin-jpeg.xml:
1100         * docs/plugins/inspect/plugin-ladspa.xml:
1101         * docs/plugins/inspect/plugin-level.xml:
1102         * docs/plugins/inspect/plugin-matroska.xml:
1103         * docs/plugins/inspect/plugin-mulaw.xml:
1104         * docs/plugins/inspect/plugin-multipart.xml:
1105         * docs/plugins/inspect/plugin-navigationtest.xml:
1106         * docs/plugins/inspect/plugin-png.xml:
1107         * docs/plugins/inspect/plugin-quicktime.xml:
1108         * docs/plugins/inspect/plugin-rtp.xml:
1109         * docs/plugins/inspect/plugin-rtsp.xml:
1110         * docs/plugins/inspect/plugin-shout2send.xml:
1111         * docs/plugins/inspect/plugin-smpte.xml:
1112         * docs/plugins/inspect/plugin-speex.xml:
1113         * docs/plugins/inspect/plugin-taglib.xml:
1114         * docs/plugins/inspect/plugin-udp.xml:
1115         * docs/plugins/inspect/plugin-videobalance.xml:
1116         * docs/plugins/inspect/plugin-videobox.xml:
1117         * docs/plugins/inspect/plugin-videocrop.xml:
1118         * docs/plugins/inspect/plugin-videoflip.xml:
1119         * docs/plugins/inspect/plugin-videomixer.xml:
1120         * docs/plugins/inspect/plugin-wavenc.xml:
1121         * docs/plugins/inspect/plugin-wavpack.xml:
1122         * docs/plugins/inspect/plugin-wavparse.xml:
1123           Update plugin docs.
1124
1125         * gst/videomixer/Makefile.am:
1126         * gst/videomixer/videomixer.c:
1127         * gst/videomixer/videomixer.h:
1128         * gst/videomixer/videomixerpad.h:
1129           Split out header to fix warnings from the doc-build.
1130
1131 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1132
1133         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1134
1135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1136         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1137
1138 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1142           Initialise variables to work around (false) 'foo might be used
1143           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1144
1145 2008-01-11  David Schleef  <ds@schleef.org>
1146
1147         * docs/plugins/.cvsignore:
1148         * tests/check/pipelines/.cvsignore:
1149           Ignore more files for the buildbot.
1150
1151 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1152
1153         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1154         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1155         Generate the image-type values correctly. Leave them out of the caps
1156         when outputting a "preview image" tag, since it only makes sense
1157         to have one of those - the type is irrelevant.
1158
1159         * sys/sunaudio/gstsunaudiomixerctrl.c:
1160         (gst_sunaudiomixer_ctrl_open):
1161         If we can, mark the mixer multiple open when we use it, in case
1162         (for some reason) the process wants to open it again elsewhere.
1163
1164 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1165
1166         Patch by: Olivier Crete <tester at tester dot ca>
1167
1168         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1169         * gst/rtp/gstrtptheorapay.c:
1170         Fix the clock rate to 90000 as required by the RFC.
1171         Fixes #508644.
1172
1173 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1174
1175         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1176           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1177
1178 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1179
1180         * autogen.sh:
1181           Add -Wno-portability to the automake parameters to stop warnings
1182           about GNU make extensions being used. We require GNU make in almost
1183           every Makefile anyway.
1184           
1185         * configure.ac:
1186           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1187           at the same time is required for per target flags.
1188
1189 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1190
1191         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1192         Fix error from my last commit.
1193
1194 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1195
1196         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1197
1198         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1199           Make sure the ISO 639-X language code in ID3v2 COMM frames
1200           is actually valid UTF-8 (or rather: ASCII), so we don't end
1201           up with non-UTF8 strings in tags if there's garbage in the
1202           language field. Also make sure the language code is always
1203           lower case. Fixes: #508291.
1204
1205 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * ChangeLog:
1208           Fix ChangeLog typo.
1209
1210 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1211
1212         * Makefile.am:
1213           Include lcov.mak to allow building coverage reports. Guard
1214           check-torture target like in the other packages.
1215
1216 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1217
1218         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1219
1220         * gst/videomixer/videomixer.c:
1221         (gst_videomixer_set_master_geometry), (_do_init),
1222         (gst_videomixer_child_proxy_get_child_by_index),
1223         (gst_videomixer_child_proxy_get_children_count),
1224         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1225         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1226         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1227         Implement GstChildProxy interface.
1228         Send newsegment at the right moment
1229         Fixes #488879
1230
1231 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1232
1233         * gst/alpha/Makefile.am:
1234         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1235         (gst_alpha_sink_event), (gst_alpha_chain),
1236         (gst_alpha_change_state), (plugin_init):
1237         Make the various properties of 'alpha' controllable. This allows doing
1238         niceties like fade-in/fade-out.
1239
1240 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1241
1242         * gst/rtp/gstasteriskh263.c:
1243         * gst/rtp/gstrtpL16depay.c:
1244         * gst/rtp/gstrtpac3depay.c:
1245         * gst/rtp/gstrtpamrpay.c:
1246         * gst/rtp/gstrtpdepay.c:
1247         * gst/rtp/gstrtpgsmdepay.c:
1248         * gst/rtp/gstrtph263depay.c:
1249         * gst/rtp/gstrtph263pdepay.c:
1250         * gst/rtp/gstrtph263ppay.c:
1251         * gst/rtp/gstrtph264depay.c:
1252         * gst/rtp/gstrtph264pay.c:
1253         * gst/rtp/gstrtpmp2tdepay.c:
1254         * gst/rtp/gstrtpmp4adepay.c:
1255         * gst/rtp/gstrtpmp4gdepay.c:
1256         * gst/rtp/gstrtpmp4gpay.c:
1257         * gst/rtp/gstrtpmp4vdepay.c:
1258         * gst/rtp/gstrtpmpadepay.c:
1259         * gst/rtp/gstrtpmpvdepay.c:
1260         * gst/rtp/gstrtpsv3vdepay.c:
1261         * gst/rtp/gstrtptheoradepay.c:
1262         * gst/rtp/gstrtptheorapay.c:
1263         * gst/rtp/gstrtpvorbisdepay.c:
1264         * gst/rtp/gstrtpvorbispay.c:
1265           Remove copy/paste unused code (property setters and getter) found by
1266           the coverage suite (yay, saves ~20k on disk).
1267
1268 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1269
1270         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1271           (videosink_templ):
1272           Also fix up pad templates to indicate that image/jpeg doesn't
1273           absolutely require the framerate property to be set (#504081).
1274
1275 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1276
1277         Based on patch by: Wouter Cloetens  <wouter at mind be>
1278
1279         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1280           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1281           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1282         * gst/matroska/matroska-mux.h:
1283           Keep track of first and last timestamps for each incoming stream,
1284           so we can calculate the total duration for live sources and other
1285           input where we can't query the duration from the start or where
1286           there's no constant framerate from which we can deduce the
1287           duration; also use calculated/observed duration if it is bigger
1288           than the previously queried duration. Furthermore, use
1289           gst_pad_query_peer_duration() and take into account that it may
1290           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1291           screws up comparisons when using unsigned integers. Fixes #504081.
1292
1293 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1294
1295         * configure.ac:
1296         * gst/audiofx/audioamplify.c:
1297         (gst_audio_amplify_clipping_method_get_type),
1298         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1299         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1300         (gst_audio_dynamic_transform_ip):
1301         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1302         (gst_audio_invert_transform_ip):
1303         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1304         (gst_audio_panorama_transform):
1305         * gst/level/gstlevel.c: (gst_level_init):
1306         Make elements GST_BUFFER_FLAG_GAP aware and call
1307         gst_base_transform_set_gap_aware for this.
1308         Bump core requirement to CVS.
1309         
1310         * gst/audiofx/audiochebyshevfreqband.c:
1311         (gst_audio_chebyshev_freq_band_transform_ip):
1312         * gst/audiofx/audiochebyshevfreqlimit.c:
1313         (gst_audio_chebyshev_freq_limit_transform_ip):
1314         Also sync GObject properties to the controller if operating
1315         in passthrough mode.
1316
1317 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1318
1319         * sys/directdraw/gstdirectdrawsink.c:
1320           (gst_directdraw_sink_window_thread):
1321           FALSE is not a gpointer.
1322
1323 2008-01-05  Julien Moutte  <julien@fluendo.com>
1324
1325         * sys/directdraw/gstdirectdrawsink.c:
1326         (gst_directdraw_sink_set_window_id),
1327         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1328         (gst_directdraw_sink_buffer_alloc),
1329         (gst_directdraw_sink_draw_borders),
1330         (gst_directdraw_sink_show_frame),
1331         (gst_directdraw_sink_setup_ddraw),
1332         (gst_directdraw_sink_window_thread),
1333         (gst_directdraw_sink_get_ddrawcaps),
1334         (gst_directdraw_sink_surface_create): Make sure we create our
1335         internal window only when we need it. That will give a chance to
1336         the application to get the prepare-xwindow-id bus message. Draw
1337         black borders when keeping aspect ratio. Handle the case where our
1338         rendering window disappears (closed or errors) like other sinks
1339         do. Various 80 columns fixes, improve state change order. That
1340         element could need some more love.
1341
1342 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1343
1344         * ext/taglib/gstapev2mux.h:
1345         * ext/taglib/gstid3v2mux.h:
1346         Remove useless typedefs without new type name. Fixes a warning with
1347         gcc 4.3.
1348
1349 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1350
1351         Patch by: John Millikin <jmillikin at gmail dot com>
1352
1353         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1354         (gst_flac_dec_setup_stream_decoder),
1355         (gst_flac_normalize_picture_mime_type),
1356         (gst_flac_extract_picture_buffer),
1357         (gst_flac_dec_metadata_callback):
1358         Emit metadata messages when a PICTURE block is encountered.
1359         Fixes #506715.
1360
1361 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1362
1363         * gst/avi/gstavi.c:
1364         increase rank because no known issues anymore ...
1365         * gst/avi/gstavisubtitle.c:
1366         send subtitle name to the srcpad
1367
1368 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1369
1370         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1371         * gst/rtsp/gstrtspsrc.h:
1372         Implement redirect for the DESCRIBE reply. Fixes #506025.
1373
1374 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1375
1376         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1377         Fix 'xyz may be used uninitialized' compiler warnings caused
1378         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1379         abort() in any case but properly report the error.
1380
1381 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1382
1383         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1384         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1385         * sys/ximage/gstximagesrc.c: (composite_pixel):
1386           Fix 'xyz may be used uninitialized' compiler warnings caused
1387           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1388           not really nice to abort in any case). Fixes #505745.
1389
1390 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1391
1392         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1393           Small unit test fix (has no practical impact at the moment,
1394           since we're only feeding utf8 and hence just create a sub-
1395           buffer for the output).
1396
1397 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1398
1399         * gst/avi/gstavisubtitle.c:
1400         * tests/check/elements/avisubtitle.c:
1401         Add seeking support for avi subtitle
1402
1403 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1404
1405         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1406         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1407         (gst_flac_dec_write):
1408         * ext/flac/gstflacdec.h:
1409         Remove some unused vars.
1410         Do more cleanup of leftover events and tags.
1411         Output tags after the segment event. Fixes #504018.
1412
1413 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1414
1415         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1416           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1417           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1418           Detect other UTF byte order markers and convert to UTF-8 as
1419           appropriate.
1420
1421 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1422
1423         * gst/avi/gstavisubtitle.c: (src_template),
1424           (gst_avi_subtitle_extract_utf8_file),
1425           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1426           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1427           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1428         * gst/avi/gstavisubtitle.h:
1429           Refactor a bit; fix name extraction; don't assume all the data
1430           in the chunk is actually subtitle data, there may be padding at
1431           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1432           file so it's there to send again after a seek (for future use).
1433
1434 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1435
1436         * gst/avi/Makefile.am:
1437         * gst/avi/gstavi.c:
1438         * gst/avi/gstavisubtitle.c:
1439         * gst/avi/gstavisubtitle.h:
1440         * tests/check/Makefile.am:
1441         * tests/check/elements/avisubtitle.c:
1442         * win32/common/config.h:
1443                 Add avi subtitle element for bug #442034. Need seeking support
1444                 and more support for character conversion.
1445
1446 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1447
1448         * Makefile.am:
1449           Include common/win32.mak for CRLF check of win32 project
1450           files (see #393626).
1451
1452         * win32/vs6/libgstpng.dsp:
1453           Fix line endings and do cvs admin -kb.
1454
1455 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1456
1457         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1458         Actually drop the buffers which are outside the currently configured
1459         segment instead of just emitting a WARNING.
1460
1461 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1462
1463         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1464         (gst_flac_dec_write):
1465         * ext/flac/gstflacdec.h:
1466         Send segments from the streaming thread. Fixes #502187.
1467         Fix segment seeking and a bunch of other seeking cases.
1468
1469 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1470
1471         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1472           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1473           which is where it would end up if the same information was
1474           put in a vorbis comment (don't think it's worth adding a
1475           new URI tag for this). Fixes #488112.
1476
1477 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1478
1479         * configure.ac:
1480           We need core/base 0.10.15 or later.
1481
1482 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1483
1484         Patch by: Mark Nauwelaerts <manauw skynet be>
1485
1486         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1487         Fix regression in stream numbering. Fixes #502655.
1488
1489 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1490
1491         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1492
1493         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1494         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1495         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1496         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1497         (gst_rtp_h264_pay_handle_buffer):
1498         * gst/rtp/gstrtph264pay.h:
1499         Use higher performance start-code searching.
1500         Parse NALs and store SPS, PPS and profile in the caps so that they can
1501         be used in the SDP. Fixes #502814.
1502
1503 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1504
1505         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1506         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1507           Init some structs to zero before we pass them to ioctl, which
1508           avoids valgrind warnings.  Also fix a small memory leak.
1509
1510 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1511
1512         Patch by: Wouter Cloetens <wouter at mind dot be>
1513
1514         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1515         Copy timestamp from input to output. Not very perfect yet but better
1516         than nothing. Fixes #503023.
1517
1518 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1519
1520         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1521           Also print a useful error message with the old Wavpack API
1522           if possible.
1523
1524 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1525
1526         * ext/wavpack/gstwavpackdec.c:
1527           More build fixes for old libwavpack versions: include config.h so
1528           that WAVPACK_OLD_API is actually defined as detected; only use
1529           WavpackGetErrorMessage if it is available. This fixes the build
1530           on debian stable for me.
1531
1532 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1533
1534         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1535         * ext/wavpack/gstwavpackparse.c:
1536           (gst_wavpack_parse_create_src_pad):
1537           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1538           versions below 4.40.0.
1539
1540 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1541
1542         * configure.ac:
1543           And now do it right for real...
1544
1545 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1546
1547         * configure.ac:
1548           Correctly reset $LIBS to not contain -lm.
1549
1550 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1551
1552         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1553
1554         * configure.ac:
1555         * ext/cairo/gsttimeoverlay.c:
1556           (gst_cairo_time_overlay_print_smpte_time):
1557           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1558           and checking for rint() and implementing it ourself if it doesn't
1559           exist. Fixes #497293.
1560
1561 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1562
1563         * configure.ac:
1564           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1565
1566 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1567
1568         * sys/oss/gstosshelper.c:
1569         Verify that the format returned after the ioctl is the one
1570         we requested. It is valid for the ioctl to succeed while
1571         substituting an alternate 'supported' sample format.
1572
1573 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         * sys/oss/gstossaudio.c: (plugin_init):
1576         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1577         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1578           Post decent (and translated) error message when we can't
1579           open the audio device for some reason.
1580
1581 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1582
1583         * sys/oss/gstosssink.c:
1584         * sys/oss/gstosssrc.c:
1585         Allow the AUDIODEV environment variable to redirect us
1586         to a different default OSS device, like sunaudiosink does
1587         on Solaris (makes audio play automatically on SunRays).
1588
1589 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1590
1591         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1592         * gst/audiofx/audiochebyshevfreqband.c:
1593         (gst_audio_chebyshev_freq_band_transform_ip):
1594         * gst/audiofx/audiochebyshevfreqlimit.c:
1595         (gst_audio_chebyshev_freq_limit_transform_ip):
1596         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1597         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1598         The transform_ip() methods should do nothing if in passthrough mode.
1599         It might get non-writable buffers in that case but the buffer might
1600         as well be writable.
1601
1602         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1603         The transform() methods won't be called in passthrough mode and
1604         otherwise the buffer is always writable so don't check here.
1605
1606 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1607
1608         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1609           Fix seeking in .wav files again (#501775).  Some people seem to think
1610           they don't need to test their changes when they're just 'reflowing'
1611           some code.
1612
1613 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1614
1615         * gst/autodetect/gstautovideosink.c:
1616         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1617         (gst_auto_video_sink_init),
1618         (gst_auto_video_sink_create_element_with_pretty_name),
1619         (gst_auto_video_sink_find_best),
1620         (gst_auto_video_sink_set_property),
1621         (gst_auto_video_sink_get_property):
1622         * gst/autodetect/gstautovideosink.h:
1623         Fix docs.
1624         Use same error reporting code as autoaudiosink.
1625         Add property to filter sinks based on caps. Only select raw video sinks
1626         by default for backwards compat.
1627         API: GstAutoVideoSink::filter-caps
1628
1629 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1630
1631         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1632
1633         * gst/autodetect/gstautoaudiosink.c:
1634         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1635         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1636         (gst_auto_audio_sink_set_property),
1637         (gst_auto_audio_sink_get_property):
1638         * gst/autodetect/gstautoaudiosink.h:
1639         Add property to filter sinks based on caps. Only select raw audio sinks
1640         by default for backwards compat.  Fixes #417420.
1641         API: GstAutoAudioSink::filter-caps
1642
1643 2007-11-29  Michael Smith <msmith@fluendo.com>
1644
1645         Patch by: Arek Korbik <arkadini@gmail.com>
1646
1647         * gst/videobox/gstvideobox.c: (plugin_init):
1648           Initialise liboil in plugin_init()
1649
1650 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1651
1652         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1653         Post error before sending EOS. Fixes #499178.
1654
1655 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1656
1657         * win32/vs6/gst_plugins_good.dsw:
1658         * win32/vs6/libgstpng.dsp:
1659         Add a project file for libgstpng
1660
1661 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1662
1663         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1664         (gst_rtp_h263_depay_process):
1665         Code beautification.
1666         Added debug statements.
1667         Don't bit-shift everything, just do operations on last/first byte
1668         instead.
1669
1670 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1671
1672         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1673
1674         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1675         Fix wrong comparison in overrun check. Fixes #499239 some more.
1676
1677 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1678
1679         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1680         (gst_rtp_h263_depay_process):
1681         * gst/rtp/gstrtph263depay.h:
1682         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1683         stream.
1684
1685 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1686
1687         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1688
1689         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1690         (gst_rtp_mp4a_depay_process):
1691         * gst/rtp/gstrtpmp4adepay.h:
1692         Fix depayloading when multiple frames are inside one RTP packet.
1693         Fixes #499239.
1694
1695 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1696
1697         * gst/level/gstlevel.c:
1698           Add GAP-flag support.
1699
1700 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1701
1702         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1703         Read the I flag for Mode A h263 rtp stream and set the
1704         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1705         Fixes #499383
1706
1707 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1708
1709         * gst/level/gstlevel.c:
1710           Remove some dead code and do cleanups.
1711
1712 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1713
1714         * tests/check/pipelines/simple-launch-lines.c:
1715           Improve the tests by allowing to set a target state.
1716
1717 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1718
1719         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1720         Don't check the caps of the output buffer if they're equal some
1721         other caps. The caps can change in a backward compatible way
1722         and did at this point.
1723
1724 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1725
1726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1727         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1728         (gst_qtdemux_seek_to_previous_keyframe),
1729         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1730         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1731         reverse playback support.
1732
1733 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1734
1735         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1736         Also set the channel layout on the Wavpack caps if we're having
1737         a mono layout. Of course only do it for "audio/x-wavpack".
1738
1739 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1740
1741         * ext/wavpack/gstwavpackcommon.c:
1742         (gst_wavpack_get_default_channel_mask),
1743         (gst_wavpack_set_channel_layout),
1744         (gst_wavpack_get_default_channel_positions),
1745         (gst_wavpack_get_channel_mask_from_positions),
1746         (gst_wavpack_set_channel_mapping):
1747         * ext/wavpack/gstwavpackcommon.h:
1748         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1749         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1750         * ext/wavpack/gstwavpackdec.h:
1751         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1752         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1753         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1754         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1755         (gst_wavpack_enc_rewrite_first_block),
1756         (gst_wavpack_enc_sink_event):
1757         * ext/wavpack/gstwavpackenc.h:
1758         * ext/wavpack/gstwavpackparse.c:
1759         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1760         (gst_wavpack_parse_scan_to_find_sample),
1761         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1762         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1763         * ext/wavpack/gstwavpackparse.h:
1764         Add support for encoding, parsing and decoding multichannel
1765         files with up to 8 channels. This also improves the robustness
1766         of parsing quite a bit.
1767
1768         * ext/wavpack/gstwavpackstreamreader.c:
1769         (gst_wavpack_stream_reader_read_bytes),
1770         (gst_wavpack_stream_reader_get_pos),
1771         (gst_wavpack_stream_reader_set_pos_abs),
1772         (gst_wavpack_stream_reader_set_pos_rel),
1773         (gst_wavpack_stream_reader_push_back_byte),
1774         (gst_wavpack_stream_reader_get_length),
1775         (gst_wavpack_stream_reader_can_seek),
1776         (gst_wavpack_stream_reader_write_bytes):
1777         Improve debugging.
1778
1779 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1780
1781         * ext/libpng/gstpngdec.c:
1782         * ext/libpng/gstpngdec.h:
1783           Don't release the png-memory from within the callback.
1784
1785 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1786
1787         Patch by: René Stadler <mail at renestadler dot de>
1788
1789         * ext/libpng/gstpngenc.c:
1790           Don't leak buffer data memory. Fixes #498395.
1791
1792 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1793
1794         Patch by: René Stadler <mail at renestadler dot de>
1795
1796         * tests/check/pipelines/simple-launch-lines.c:
1797           Tests for #498395.
1798
1799 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1800
1801         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1802         (gst_tag_lib_mux_adjust_event_offsets):
1803         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1804         * sys/osxaudio/Makefile.am:
1805         * sys/osxvideo/cocoawindow.h:
1806         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1807
1808 2007-11-15  David Schleef  <ds@schleef.org>
1809
1810         * ext/cairo/gsttextoverlay.c:
1811           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1812
1813 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1814
1815         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1816
1817         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1818         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1819         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1820         * gst/rtp/gstrtpmp2tpay.h:
1821         Fill the MTU with as many packets as possible. Fixes #491323.
1822
1823 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1824
1825         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1826
1827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1828         Fix some more leaks. Fixes #497007.
1829
1830 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1831
1832         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1833
1834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1835         (gst_rtspsrc_stream_configure_tcp):
1836         Fix 3 pad leaks. Fixes #496983.
1837
1838 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1839
1840         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1841
1842         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1843         Fix small leak. Fixes #497017.
1844
1845 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1846
1847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1848         (gst_qtdemux_prepare_current_sample),
1849         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1850         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1851         * gst/qtdemux/qtdemux_fourcc.h:
1852         * gst/qtdemux/qtdemux_types.c:
1853         Add suppport for theora in quicktime according to XiphQT.
1854
1855 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1856
1857         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1858         (gst_v4l2src_init), (gst_v4l2src_set_property),
1859         (gst_v4l2src_get_property):
1860         * sys/v4l2/gstv4l2src.h:
1861         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1862           Always copy buffers by default (handle safer with bugged drivers)
1863           and added a property to make it possible to use mmap effectively (no
1864           copy if possible) when application wants to. Fixes: #480557.
1865
1866 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1867
1868         * gst/id3demux/id3tags.c:
1869         * gst/id3demux/id3tags.h:
1870         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1871           We don't want the same string multiple times in a tag list for the
1872           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1873           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1874
1875 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1878           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1879           into ID3v2 TXXX frames (fixes #347848).
1880
1881 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1882
1883         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1884           Don't leak sdp message contents (fixes #496773).
1885
1886         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1887           Don't leak URI string.
1888
1889 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1890
1891         Patch by: Julien Puydt <julien dot puydt at laposte net>
1892
1893         * ext/raw1394/Makefile.am:
1894         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1895           (gst_1394_property_probe_get_properties),
1896           (gst_1394_property_probe_probe_property),
1897           (gst_1394_property_probe_needs_probe),
1898           (gst_1394_property_probe_get_values),
1899           (gst_1394_property_probe_interface_init),
1900           (gst_1394_type_add_property_probe_interface):
1901         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1902         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1903           (gst_dv1394src_init), (gst_dv1394src_dispose),
1904           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1905           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1906           (gst_dv1394src_update_device_name):
1907         * ext/raw1394/gstdv1394src.h:
1908           Implement GstPropertyProbe interface and add "device-name" property,
1909           so applications can use this to probe for available devices in the
1910           same way they can already with v4lsrc and v4l2src (however horrible
1911           this property probe interface may be). Fixes #358841.
1912
1913 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1914
1915         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1916
1917         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1918           (gst_rtspsrc_parse_range):
1919           Don't leak event, don't leak range (fixes #496752).
1920
1921 2007-11-14  Michael Smith <msmith@fluendo.com>
1922
1923         Patch by: Arek Korbik <arkadini@gmail.com>
1924
1925         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1926           Detect RGBA/BGRA correctly on little endian systems.
1927
1928 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1929
1930         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1931           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1932           corresponding ioctl() call fails even though the driver claims to
1933           support this format, just fall back to the pre-2.6.19 kernel
1934           routine that creates caps with suitable height and width ranges
1935           (see #448278).
1936
1937 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1938
1939         Patch by: Mark Nauwelaerts <manauw skynet be>
1940
1941         * gst/matroska/matroska-demux.c:
1942           (gst_matroska_demux_push_dvd_clut_change_event),
1943           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1944           (gst_matroska_demux_subtitle_caps):
1945         * gst/matroska/matroska-ids.h:
1946           Extract palette data for dvd subpicture streams and send it
1947           downstream as custom gstreamer dvd event (fixes #453417).
1948
1949 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1950
1951         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1952           Implement minimal parsing of the passed pango font description
1953           string, so passing a font size works the same as with the
1954           pango textoverlay plugin; fixes #455086.
1955           (Maybe we could just use pangocairo here at some point).
1956
1957 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1958
1959         * gst/avi/gstavidemux.c:
1960         * gst/wavparse/gstwavparse.c:
1961           Return the result in _activate_pull(). Don't ref element there.
1962
1963 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1964
1965         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1966         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1967         (gst_wavparse_srcpad_event):
1968           Ref the element when we should, but not when we its not needed. Reflow
1969           the event_handling to not leak the event.       
1970
1971 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1972
1973         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1974         (qtdemux_parse_samples):
1975         Properly free QTDemuxSamples array.
1976         Protect table write with a sensible check, some files apparently DO contain
1977         stts values starting with 0 :(
1978
1979 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1980
1981         * gst/avi/gstavidemux.c:
1982         * gst/qtdemux/qtdemux.c:
1983           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1984           previous commit messed up.
1985
1986 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1987
1988         * gst/avi/gstavidemux.c:
1989         * gst/qtdemux/qtdemux.c:
1990           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1991           element when we should, but not when we its not needed.
1992
1993 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1994
1995         * gst/wavparse/gstwavparse.c:
1996           Return FALSE if we can't handle a query instead of changing the
1997           format. Ignore fact when dealing with mpeg audio.
1998
1999 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2000
2001         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2002
2003         * configure.ac:
2004         * gst/udp/gstdynudpsink.c:
2005         * gst/udp/gstdynudpsink.h:
2006         * gst/udp/gstmultiudpsink.c:
2007         * gst/udp/gstmultiudpsink.h:
2008         * gst/udp/gstudpsink.c:
2009         * gst/udp/gstudpsink.h:
2010           Fix includes for MSVC and GLib-2.14.0 (#492388).
2011
2012         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2013           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
2014
2015 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
2016
2017         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2018         (gst_mulawdec_chain):
2019         * gst/law/mulaw-decode.h:
2020         Calculate outgoing buffer duration if incoming buffer didn't have a
2021         valid duration.
2022
2023 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
2024
2025         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2026         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
2027         Smarter combine_flow code that also deals with downstream elements
2028         returning UNEXPECTED when they receive data out of the segment
2029         boundaries. Fixes #491305.
2030
2031 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2032
2033         * sys/v4l2/v4l2src_calls.c:
2034           Fix 'unused variable' compiler warning when compiling against
2035           older kernel headers.
2036
2037 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
2038
2039         * ext/taglib/gstid3v2mux.cc (add_funcs):
2040           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
2041
2042 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
2043
2044         * tests/check/pipelines/simple-launch-lines.c:
2045            Improve the tests a little more.
2046
2047 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
2048
2049         patch by: Yun Zheng Hu
2050
2051         * sys/osxaudio/gstosxaudiosrc.c:
2052         Use default input device instead of default output device and
2053         only memcpy actual available bytes.
2054
2055 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2056
2057         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2058           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2059           early. It is temporary until we find something better.
2060
2061 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2062
2063         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2064
2065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2066         Fix race when pausing a RTSP stream in interleaved.
2067         Fixes #475784.
2068
2069 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2070
2071         Patch by: Peter Kjellerstedt <pkj at axis com>
2072
2073         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2074         Use correct unref function for buffers. #488844.
2075
2076 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2077
2078         * gst/avi/gstavimux.c:
2079         * tests/check/elements/avimux.c:
2080           Add some debug and sync tests with the fix.     
2081
2082 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2083
2084         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2085
2086         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2087         When the socket is used by the app for other purposes, don't generate an
2088         error if there is activaty on the socket that is not data related.
2089         Fixes #487488.
2090
2091 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2092
2093         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2094         (gst_v4l2src_grab_frame):
2095         Add some more debug info. Generate an error when we run out of buffers
2096         for some reason. See #480557.
2097
2098 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2099
2100         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2101
2102         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2103         Set marker bit correctly.
2104
2105 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2106
2107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2108         Use allowed name for the GstStructure.
2109
2110 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2111
2112         * ext/gconf/gstswitchsink.c:
2113         * gst/autodetect/gstautoaudiosink.c:
2114           Use new gst_bus_pop_filtered().
2115
2116 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2117
2118         * sys/v4l2/gstv4l2src.c:
2119         * sys/v4l2/v4l2src_calls.c:
2120           When probing the formats and sizes a camera supports, make
2121           sure the best ones (highest resolution, prefered format)
2122           end up at the beginning of the probed caps and the less
2123           desirable ones at the end.  This is important because the
2124           order within the caps matters for things like fixation and
2125           negotiation, ie. what format is chosen in the end.
2126           With recent kernels, the current probing code will end up
2127           querying the supported sizes from lowest resolution to
2128           highest resolution, adding them to the probed caps in that
2129           order, resulting to v4l2src fixating to the lowest possible
2130           resolution if downstream does not express a size preference.
2131           Also make up a somewhat random ranking of prefered output
2132           formats for the same reason. Fixes #485828.
2133         
2134 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2135
2136         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2137
2138         * gst/id3demux/id3v2frames.c:
2139           Extract license/copyright URIs from ID3v2 WCOP frames
2140           (Fixes #447000).
2141
2142         * tests/check/elements/id3demux.c:
2143         * tests/files/Makefile.am:
2144         * tests/files/id3-447000-wcop.tag:
2145           Add simple unit test.
2146
2147 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2148
2149         * ext/taglib/gstid3v2mux.cc:
2150           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2151           Prerequisite for #447000.
2152
2153 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2154
2155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2156         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2157         a GstClockTime.
2158
2159 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2160
2161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2162         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2163         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2164         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2165         (gst_rtspsrc_change_state):
2166         More seeking fixes, mostly passing around the new playback segment in
2167         order to configure it properly.
2168         Also reset base_time of udp sources when setting them back to PLAYING as
2169         a temporary hack until core supports seek in live sources properly.
2170
2171 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2172
2173         * gst/rtp/gstrtpmp4adepay.c:
2174         Fix caps as to not confuse autopluggers.
2175
2176 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2177
2178         * gst/id3demux/gstid3demux.c:
2179         * gst/id3demux/gstid3demux.h:
2180         * gst/id3demux/id3tags.c:
2181         * gst/id3demux/id3tags.h:
2182         * gst/id3demux/id3v2frames.c:
2183           Port ID3 tag demuxer over to the new GstTagDemux in -base
2184           (now would be a good time to test re-importing your music
2185           collection).
2186
2187 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2188
2189         * gst/apetag/Makefile.am:
2190         * gst/apetag/gstapedemux.c:
2191         * gst/apetag/gstapedemux.h:
2192         * gst/apetag/gsttagdemux.c:
2193         * gst/apetag/gsttagdemux.h:
2194           Port APE tag demuxer over to the new GstTagDemux in -base.
2195
2196 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2197
2198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2199         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2200         (gst_rtspsrc_handle_internal_src_query),
2201         (gst_rtspsrc_handle_src_query), (new_session_pad),
2202         (gst_rtspsrc_stream_configure_tcp),
2203         (gst_rtspsrc_stream_configure_transport),
2204         (gst_rtspsrc_loop_send_cmd):
2205         Improve flushing behaviour.
2206         Set state of the udp sources to PAUSE/PLAYING correctly.
2207         Handle events and queries for UDP and TCP transport now.
2208
2209 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2210
2211         * gst/rtp/gstrtpgsmdepay.c:
2212         * gst/rtp/gstrtpgsmpay.c:
2213           Add log category.
2214
2215 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2216
2217         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2218
2219         * tests/check/Makefile.am:
2220         * tests/check/pipelines/simple-launch-lines.c:
2221           Add unit tests for payloaders/depayloaders.
2222
2223 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2224
2225         * gst/avi/gstavimux.c:
2226         * gst/avi/gstavimux.h:
2227           Also save codec data for audio streams. Fixes #482495.
2228
2229 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2230
2231         * gst/avi/gstavimux.c:
2232           Fix "Index entry has invalid stream nr 1".
2233           Add support for muxing aac - work in progress (see #482495).
2234
2235 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2236
2237         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2238         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2239         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2240         * gst/rtsp/gstrtspsrc.h:
2241         Parse bandwidth modifiers, they are not yet configured in the session
2242         manager because we don't have an API for that yet.
2243
2244 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2245
2246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2247         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2248         Use shiny new function in -base to get the default clock-rate.
2249         Update some docs.
2250
2251 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2252
2253         * win32/MANIFEST:
2254         Add files to win32 manifest.
2255         * win32/vs6/libgstaudiofx.dsp:
2256         * win32/vs6/libgstqtdemux.dsp:
2257         * win32/vs6/libgstrtp.dsp:
2258         * win32/vs6/libgstrtsp.dsp:
2259         Update project files.
2260
2261 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2262
2263         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2264         (gst_rtspsrc_play):
2265         * gst/rtsp/gstrtspsrc.h:
2266         In TCP mode, only timestamp the first buffer. TCP is not real time and
2267         it does not make sense to try to skew compensate, also some servers send
2268         the first batch of data in a burst.
2269
2270 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2271
2272         * gst/matroska/matroska-demux.c:
2273           Fix setting the discont flag on the first buffer
2274           pushed downstream for formats with private codec
2275           data that needs to be deserialised into buffers
2276           (such as vorbis and FLAC when in a matroska container).
2277
2278 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2279
2280         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2281
2282         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2283         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2284         (gst_rtp_mp4v_pay_handle_buffer):
2285         * gst/rtp/gstrtpmp4vpay.h:
2286         Free the config string. Fixes #480707.
2287         Clean up the timestamp code a little.
2288
2289 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2290
2291         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2292         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2293         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2294         * gst/rtsp/gstrtspsrc.h:
2295         Set timestamps on RTP buffers in interleaved mode.
2296         Mark first buffers with a DISCONT.
2297         Remove flush hack now that sync for live sources has been figured out.
2298
2299 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2300
2301         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2302         Update documentation.
2303
2304 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2305
2306         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2307         (gst_rtp_xqt_depay_change_state):
2308         * gst/qtdemux/gstrtpxqtdepay.h:
2309         Fail if we don't know the quicktime format.
2310
2311 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2312
2313         * ext/flac/gstflacenc.c:
2314         * ext/flac/gstflacenc.h:
2315           Save the flow return from the last gst_pad_push() and
2316           make sure we pass the right flow return value upstream
2317           in the case of failure; minor clean-ups.
2318
2319 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2320
2321         * ext/taglib/gstapev2mux.cc:
2322         * ext/taglib/gstid3v2mux.cc:
2323         * gst/apetag/gstapedemux.c:
2324           Add support for the new GST_TAG_COMPOSER (#459809).
2325
2326 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2327
2328         * gst/law/alaw-decode.c:
2329         * gst/law/alaw-decode.h:
2330         * gst/law/alaw-encode.c:
2331         * gst/law/alaw-encode.h:
2332         * gst/law/alaw.c:
2333         * gst/law/mulaw-conversion.h:
2334           Compulsive clean-ups: use boilerplate macros, add debug
2335           categories, fix up things to conform to symbol nomenklatura,
2336           etc.
2337
2338 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2339
2340         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2341
2342         * gst/law/alaw-decode.c:
2343         * gst/law/alaw-encode.c:
2344           Use static tables for A-Law decoding and encoding; this makes
2345           A-Law decoding and encoding less CPU-intensive, but increases
2346           the binary size a bit. Leaving old code around for now,
2347           selectable by a define in the code. Fixes #435435.
2348
2349 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2350
2351         * configure.ac:
2352         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2353         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2354         in configure.ac.
2355
2356 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2357
2358         Patch by: Jan Gerber <j at bootlab dot org>
2359
2360         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2361         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2362
2363 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2364
2365         * sys/oss/gstosshelper.c:
2366           Use GST_WARNING instead of a g_critical. This situation is not caused
2367           by the application.
2368
2369 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2370
2371         * po/LINGUAS:
2372         * po/nl.po:
2373           Updated translations.
2374
2375 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2376
2377         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2378
2379         * po/eu.po:
2380           Added Basque translation.
2381
2382 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2383
2384         translated by: Abel Cheung <abelcheung@gmail.com>
2385
2386         * po/zh_HK.po:
2387         * po/zh_TW.po:
2388           Added Chinese (traditional and Hong Kong) translation.
2389
2390 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2391
2392         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2393
2394         * po/pl.po:
2395           Added Polish translation.
2396
2397 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2398
2399         translated by: Ilkka Tuohela <hile@iki.fi>
2400
2401         * po/fi.po:
2402           Added Finnish translation.
2403
2404 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2405
2406         translated by: Jorge González González <aloriel@gmail.com>
2407
2408         * po/es.po:
2409           Added Spanish translation.
2410
2411 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2412
2413         translated by: Mogens Jaeger <mogens@jaeger.tf>
2414
2415         * po/da.po:
2416           Added Danish translation.
2417
2418 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2419
2420         translated by: Funda Wang <fundawang@linux.net.cn>
2421
2422         * po/zh_CN.po:
2423           Added Chinese (simplified) translation.
2424
2425 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2426
2427         translated by: Alexander Shopov <ash@contact.bg>
2428
2429         * po/bg.po:
2430           Added Bulgarian translation.
2431
2432 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2433
2434         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2435         Set outgoing packet duration because we can. Fixes #478244 some more.
2436
2437 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2438
2439         * ext/cairo/gsttextoverlay.c:
2440           Add info about static leak.
2441         
2442         * tests/check/Makefile.am:
2443         * tests/check/generic/states.c:
2444           Improved state change unit test.
2445
2446 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2447
2448         * docs/plugins/.cvsignore:
2449         * tests/check/.cvsignore:
2450           Ignore registries in any format.
2451
2452 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2453
2454         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2455         Removed some unused code.
2456
2457         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2458         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2459         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2460         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2461         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2462         (gst_rtp_theora_pay_flush_packet):
2463         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2464         Try to preserve the incomming buffer duration on the outgoing
2465         packets. Fixes #478244.
2466
2467 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2468
2469         * ext/taglib/gstapev2mux.cc:
2470         * ext/taglib/gstid3v2mux.cc:
2471           Work around compiler warnings with g++-4.2 when assigning a
2472           string constant to a gchar * (partially fixes #478092).
2473
2474 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2475
2476         * configure.ac:
2477           We require core CVS now for gst_base_src_set_do_timestamp().
2478
2479 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2480
2481         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2483         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2484         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2485         (gst_rtspsrc_handle_message):
2486         Fix compiler warnings shown with Forte.
2487
2488 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2489
2490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2491         (gst_rtspsrc_dup_printf):
2492         Give meaningfull error when all streams failed to configure for some
2493         reason.
2494
2495 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2496
2497         * gst/rtp/README:
2498         Update README with the design for synchronisation rules of RTP on
2499         sender and receiver.
2500
2501 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2502
2503         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2504         (gst_wavparse_chain):
2505         Don't push EOS from the chain function, the element
2506         driving the pipeline is responsible for this. The bug
2507         this was meant to fix seems to be queue not forwarding
2508         EOS in all cases (see #476514).
2509
2510 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2511
2512         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2513         (gst_level_transform_ip):
2514         * gst/level/gstlevel.h:
2515         Use basetransform segment so that it is correctly managed on flushes and
2516         start/stop.
2517         Report message timestamp as stream time, which is what an application
2518         can understand.
2519
2520 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2521
2522         * ext/taglib/gstapev2mux.cc:
2523         * ext/taglib/gstapev2mux.h:
2524         * ext/taglib/gsttaglibmux.c:
2525         * tests/check/elements/apev2mux.c:
2526         Update my mail address.
2527
2528 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2529
2530         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2531         (gst_wavparse_loop), (gst_wavparse_chain):
2532         Add EOS logic for the push-based mode too. Fixes #476514.
2533
2534 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2535
2536         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2537         * gst/law/alaw-encode.h:
2538         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2539         (gst_mulawenc_chain):
2540         * gst/law/mulaw-encode.h:
2541         Fix law encoder timestamps.
2542
2543 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2544
2545         * ext/gconf/gstgconfaudiosink.c:
2546           Fix warning when building without debug.
2547
2548         * sys/oss/gstossmixertrack.c:
2549           Use const like in alsamixertrack.c (fixes warnings).
2550
2551 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2552
2553         * sys/v4l2/v4l2src_calls.c:
2554         (gst_v4l2src_probe_caps_for_format_and_size):
2555         Fix framerate detection code some more.
2556         Handle the case where there is a weird step in the stepwise framerates.
2557         Don't overwrite the min interval with the framerate, use a temp variable
2558         instead.
2559         Use max in the Continuous framerate intervals instead of step, which is
2560         1 according to the docs. Fixes #475424.
2561
2562 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2563
2564         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2565         Make udpsrc timestamp outgoing buffers based on when they were received.
2566         Also make it output a segment in time.
2567
2568 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2569
2570         * gst/avi/gstavidemux.c:
2571           Plug a little leak. Little code cleanups.
2572
2573 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2574
2575         * configure.ac:
2576           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2577           flac versions, 's good for cross-compilation karma.
2578
2579 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2580
2581         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2582
2583         * gst/rtp/gstrtph263pay.c:
2584           Fix up header structure so that compilers don't add padding
2585           between the structure fields, since that would lead to us
2586           sending RTP packets with broken headers (as is currently the
2587           case when compiling with MSVC). Also see similar fixes in
2588           libgstrtp in gst-plugins-base. (#474616; #471194)
2589
2590 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2591
2592         * sys/v4l2/v4l2src_calls.c:
2593         (gst_v4l2src_probe_caps_for_format_and_size):
2594         Don't overwrite our GValue with 0 but instead use the previously
2595         computed value. Fixes #471823 some more.
2596
2597 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2598
2599         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2600           No tabs in this file please, or gtk-doc will end up documenting
2601           rather absurd class hierarchies.
2602
2603 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         * ext/gconf/gstswitchsink.c:
2606           If the new kid element fails to change state for some reason
2607           (e.g. esdsink not being able to connect to the sound server),
2608           forward the error message it posted on the bus instead of just
2609           posting a generic 'Internal state change error: please file a
2610           bug' error message. Fixes #471364.
2611
2612 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2613
2614         * gst/qtdemux/Makefile.am:
2615         * gst/qtdemux/qtdemux.c:
2616           Don't assume tags are encoded as UTF-8 (#473670).
2617
2618 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2619
2620         * sys/v4l2/gstv4l2src.c:
2621         * sys/v4l2/gstv4l2src.h:
2622         * sys/v4l2/v4l2src_calls.c:
2623           Implement LATENCY queries in the crudest way possible so I don't
2624           have to use sync=false any longer when testing with videosinks.
2625
2626 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2627
2628         * configure.ac:
2629           Fix build.
2630
2631 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2632
2633         * sys/v4l2/v4l2src_calls.c:
2634         (gst_v4l2src_probe_caps_for_format_and_size):
2635         Add some more debugging in the framerate function.
2636         Iterate stepwise framerate up to and _including_ the max and if nothing
2637         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2638         don't end up with an empty list. Fixes #471823
2639
2640 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2641
2642         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2643         (gst_multiudpsink_set_clients_string),
2644         (gst_multiudpsink_get_clients_string),
2645         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2646         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2647         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2648         (gst_multiudpsink_clear):
2649         Add property do configure destination address/port pairs
2650         API:GstMultiUDPSink::clients
2651
2652 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2653
2654         * tests/examples/Makefile.am:
2655         * tests/examples/rtp/Makefile.am:
2656         * tests/examples/rtp/client-H263p-AMR.sh:
2657         * tests/examples/rtp/client-H263p-PCMA.sdp:
2658         * tests/examples/rtp/client-H263p-PCMA.sh:
2659         * tests/examples/rtp/client-H264-PCMA.sdp:
2660         * tests/examples/rtp/client-H264-PCMA.sh:
2661         * tests/examples/rtp/client-PCMA.sh:
2662         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2663         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2664         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2665         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2666         Added some RTP example scripts for sending and receiving RTP streams.
2667
2668 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2669
2670         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2671         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2672         Restructure the setcaps function so that we can also compute the
2673         expected GStreamer output size of the video frames.
2674         Set frame_byte_size correctly so that read-based devices have a chance
2675         of working correctly.
2676         When grabbing a frame, discard frames that are not of the expected size.
2677         Some cameras don't output the right framesize for the first buffer.
2678         Try only a couple of times to get a valid frame, else error out.
2679
2680         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2681         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2682         Add some more debug info when scanning the device.
2683
2684         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2685         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2686         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2687         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2688         Add some more debug info when dequeing a frame.
2689
2690 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2691
2692         * gst/wavparse/gstwavparse.c:
2693           More code cleanups. Add some more comment and improve debugs logs.
2694
2695 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2696
2697         * gst/wavparse/gstwavparse.c:
2698         * gst/wavparse/gstwavparse.h:
2699           Implement seek-query. Refactor duration calculations. Appropriate use
2700           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2701           out of loops.
2702
2703 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2704
2705         * gst/avi/gstavidemux.c:
2706           Implement seek-query.
2707
2708 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2709
2710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2711         (gst_rtspsrc_dup_printf):
2712         Use new basesink async property to make sparse RTCP packet not wait for
2713         preroll.
2714
2715 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2716
2717         * gst/audiofx/Makefile.am:
2718         Dist the right file.
2719
2720 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2721
2722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2723         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2724         Make sure we generate and parse floating point values in the POSIX
2725         locale instead of the current locale. 
2726
2727 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2728
2729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2730         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2731         (gst_rtspsrc_play):
2732         * gst/rtsp/gstrtspsrc.h:
2733         Fix method detection again.
2734         Keep track of when we must send a Range header.
2735         Use segment values for Range, Speed and Scale headers.
2736         Parse Speed and Scale headers to update the segment values.
2737
2738 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2739
2740         patch by: Mark Nauwelaerts <manauw@skynet.be>
2741
2742         * sys/v4l2/v4l2src_calls.c:
2743           Handle optional v4l2 ioctls gracefully.
2744
2745 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2746
2747         * gst/rtp/Makefile.am:
2748         * gst/rtp/gstrtp.c: (plugin_init):
2749         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2750         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2751         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2752         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2753         (gst_rtp_h263_depay_get_property),
2754         (gst_rtp_h263_depay_change_state),
2755         (gst_rtp_h263_depay_plugin_init):
2756         * gst/rtp/gstrtph263depay.h:
2757         Added an H263 depayloader. Fixes #369392.
2758
2759         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2760         (gst_rtp_h263p_depay_process):
2761         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2762         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2763         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2764         payloads.
2765         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2766
2767 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2768
2769         * gst/audiofx/audiochebyshevfreqband.c:
2770         * gst/audiofx/audiochebyshevfreqlimit.c:
2771         Add small comparision with the windowed sinc filters in the docs.
2772
2773 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2774
2775         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2776         (audiochebyshevfreqband_suite):
2777         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2778         (audiochebyshevfreqlimit_suite):
2779         Also test 32 bit float mode and the type 2 variants of the filters.
2780
2781 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2782
2783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2784         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2785         (gst_rtspsrc_loop):
2786         Refactor the udp and interleaved loop function a bit.
2787
2788 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2789
2790         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2791         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2792         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2793         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2794         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2795         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2796         * gst/rtsp/gstrtspsrc.h:
2797         Protect connection activity with a new lock, avoids deadlocks when going
2798         to PAUSED. Fixes #455808.
2799
2800 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2801
2802         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2803         Fix debug statement.
2804
2805 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2806
2807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2808         Fix stray %u in debug line as spotted by Saur on IRC.
2809
2810 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2811
2812         * gst/audiofx/audiochebyshevfreqband.c:
2813         (gst_audio_chebyshev_freq_band_class_init):
2814         * gst/audiofx/audiochebyshevfreqlimit.c:
2815         (gst_audio_chebyshev_freq_limit_class_init):
2816         Use generator macros for the process functions for the different
2817         sample types, add lower upper boundaries for the GObject properties
2818         so automatically generated UIs can use sliders and add a note about
2819         the number of poles as a too high number of poles combined with
2820         very low or very high frequencies will produce only noise.
2821         * docs/plugins/gst-plugins-good-plugins.args:
2822         Regenerated for the property changes.
2823
2824 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2825
2826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2827         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2828         (gst_rtspsrc_stream_configure_udp_sink),
2829         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2830         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2831         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2832         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2833         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2834         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2835         * gst/rtsp/gstrtspsrc.h:
2836         Improve timeout handling.
2837         Use the same socket for sending and receiving RTCP packets so that some
2838         servers can track clients better.
2839         Improve connection closed handling. Try to reconnect.
2840         Don't overwrite our content base with NULL.
2841         Improve debugging.
2842         Improve range parsing and handling.
2843         Remove flushing hack now that core does the right thing.
2844
2845 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2846
2847         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2848         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2849         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2850         (gst_multiudpsink_close), (gst_multiudpsink_add):
2851         * gst/udp/gstmultiudpsink.h:
2852         Add support for getting and setting the socket to use.
2853
2854         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2855         (gst_udpsrc_create), (gst_udpsrc_get_property):
2856         Add support for getting the currently used socket.
2857
2858 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2859
2860         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2861
2862         * gst/audiofx/Makefile.am:
2863         * gst/audiofx/audiochebyshevfreqband.c:
2864         (gst_audio_chebyshev_freq_band_mode_get_type),
2865         (gst_audio_chebyshev_freq_band_base_init),
2866         (gst_audio_chebyshev_freq_band_dispose),
2867         (gst_audio_chebyshev_freq_band_class_init),
2868         (gst_audio_chebyshev_freq_band_init),
2869         (generate_biquad_coefficients), (calculate_gain),
2870         (generate_coefficients),
2871         (gst_audio_chebyshev_freq_band_set_property),
2872         (gst_audio_chebyshev_freq_band_get_property),
2873         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2874         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2875         (gst_audio_chebyshev_freq_band_start):
2876         * gst/audiofx/audiochebyshevfreqband.h:
2877         * gst/audiofx/audiochebyshevfreqlimit.c:
2878         (gst_audio_chebyshev_freq_limit_mode_get_type),
2879         (gst_audio_chebyshev_freq_limit_base_init),
2880         (gst_audio_chebyshev_freq_limit_dispose),
2881         (gst_audio_chebyshev_freq_limit_class_init),
2882         (gst_audio_chebyshev_freq_limit_init),
2883         (generate_biquad_coefficients), (calculate_gain),
2884         (generate_coefficients),
2885         (gst_audio_chebyshev_freq_limit_set_property),
2886         (gst_audio_chebyshev_freq_limit_get_property),
2887         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2888         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2889         (gst_audio_chebyshev_freq_limit_start):
2890         * gst/audiofx/audiochebyshevfreqlimit.h:
2891         * gst/audiofx/audiofx.c: (plugin_init):
2892         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2893         Fixes #464800.
2894
2895         * tests/check/Makefile.am:
2896         * tests/check/elements/.cvsignore:
2897         * tests/check/elements/audiochebyshevfreqband.c:
2898         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2899         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2900         * tests/check/elements/audiochebyshevfreqlimit.c:
2901         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2902         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2903         Add unit tests for the chebyshev filters.
2904
2905         * docs/plugins/Makefile.am:
2906         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2907         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2908         * docs/plugins/gst-plugins-good-plugins.args:
2909         * docs/plugins/inspect/plugin-1394.xml:
2910         * docs/plugins/inspect/plugin-audiofx.xml:
2911         * docs/plugins/inspect/plugin-dv.xml:
2912         * docs/plugins/inspect/plugin-flac.xml:
2913         * docs/plugins/inspect/plugin-jpeg.xml:
2914         * docs/plugins/inspect/plugin-png.xml:
2915         * docs/plugins/inspect/plugin-rtp.xml:
2916         * docs/plugins/inspect/plugin-shout2send.xml:
2917         * docs/plugins/inspect/plugin-wavpack.xml:
2918         And add docs for the chebyshev filters. While doing
2919         that also run make update in docs/plugins.
2920
2921 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2922
2923         * ext/annodex/gstcmmltag.c:
2924         * gst/rtp/gstrtpvorbispay.c:
2925           Make ro memory to share.
2926
2927 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2928
2929         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2930         Improve UDP performance by avoiding a select() when we have data
2931         available immediatly.
2932
2933 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2934
2935         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2936         (gst_rtp_dec_class_init):
2937         * gst/rtsp/gstrtpdec.h:
2938         Add (dummy) SSRC management signals.
2939
2940         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2941         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2942         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2943         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2944         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2945         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2946         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2947         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2948         * gst/rtsp/gstrtspsrc.h:
2949         Add connection-speed property.
2950         Add find_stream helper functions.
2951         Handle stream EOS based on BYE messages or SSRC timeout.
2952         Returns SUCCESS from the state change function as we hide our async
2953         elements from the parent.
2954
2955 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2956
2957         * gst/debug/rndbuffersize.c:
2958           Fix da leak.
2959
2960 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2961
2962         * gst/debug/Makefile.am:
2963         * gst/debug/breakmydata.c:
2964         * gst/debug/gstdebug.c:
2965         * gst/debug/negotiation.c:
2966         * gst/debug/progressreport.c:
2967         * gst/debug/rndbuffersize.c:
2968         * gst/debug/testplugin.c:
2969           Add new test element and clean-up the others a little.
2970
2971 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2972
2973         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2974         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2975
2976 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2977
2978         * gst/rtp/gstrtpilbcdepay.c:
2979           Include stdlib.
2980
2981 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2982
2983         * gst/rtp/gstrtpmpvdepay.c:
2984         Set the mpegversion in the caps so that autoplugging does not get
2985         confused.
2986
2987 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2988
2989         * po/hu.po:
2990         * po/uk.po:
2991         * po/vi.po:
2992           Updated translations.
2993
2994 2007-08-08  Michael Smith <msmith@fluendo.com>
2995
2996         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2997           Render right border in the correct location.
2998
2999 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
3000
3001         Patch by: Olivier Crete <tester at tester dot ca>
3002
3003         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
3004         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3005         Make mode property a string. Fixes #464475.
3006
3007 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3008
3009         * ext/flac/gstflacenc.c:
3010           Widen caps to match decoder a bit and add more FIXMEs.
3011
3012 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3013
3014         patch by: Mark Nauwelaerts <manauw@skynet.be>
3015
3016         * gst/avi/gstavimux.c:
3017           Fix ODML index tag numbering. Fixes #463624.
3018
3019 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
3020
3021         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
3022         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3023         (gst_rtspsrc_stream_configure_tcp),
3024         (gst_rtspsrc_stream_configure_udp_sink):
3025         Fix default clock-rate for realmedia.
3026         Fix parsing of transport.
3027         Don't try to link NULL pads.
3028
3029 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
3030
3031         * po/POTFILES.skip:
3032           Add POTFILES.skip with list of source files that aren't disted at the
3033           moment but contain translatable strings. Should hopefully pacify
3034           broken tools and make it clearer that these files are left out
3035           intentionally (#461600).
3036
3037 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
3038
3039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
3040         If the buffer was entirely clipped ... don't try sending it :)
3041
3042 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3043
3044         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
3045         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
3046         (gst_rtspsrc_create_transports_string),
3047         (gst_rtspsrc_prepare_transports):
3048         If we don't hav a session manager, set the caps on outgoing buffers
3049         ourselves.
3050         Force PAUSE/PLAY methods for now until the extensions can overwrite.
3051         Append final bit of the transport string even when it does not contain a
3052         placeholder.
3053
3054 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3055
3056         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3057         (gst_rtsp_ext_list_connect):
3058         * gst/rtsp/gstrtspext.h:
3059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3060         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3061         Clean up the interface list.
3062         Allow connecting to interface signals for the extensions.
3063         Remove old extension code.
3064         Free list on cleanup.
3065         Allow extensions to send additional RTSP messages.
3066
3067 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3068
3069         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3070         Handle a NULL gconf key gracefully by rendering the default element.
3071
3072 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3073
3074         * gst/rtsp/gstrtspext.h:
3075         Fix include path for extension interface.
3076
3077 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3078
3079         * gst/audiofx/audioamplify.h:
3080         Also remove a now unecessary variable here.
3081
3082 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3083
3084         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3085         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3086         * gst/audiofx/audiodynamic.c:
3087         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3088         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3089         * gst/audiofx/audiodynamic.h:
3090         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3091         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3092         * gst/audiofx/audioinvert.h:
3093         Don't save format information ourselves, this is already saved in
3094         GstAudioFilter.
3095
3096 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3097
3098         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3099         (gst_rtsp_ext_list_stream_select):
3100         * gst/rtsp/gstrtspext.h:
3101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3102         Use rank to filter out extensions.
3103         Add url to stream_select interface call.
3104
3105 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3106
3107         * gst/rtsp/Makefile.am:
3108         * gst/rtsp/base64.c:
3109         * gst/rtsp/base64.h:
3110         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3111         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3112         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3113         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3114         (gst_rtsp_ext_list_setup_media),
3115         (gst_rtsp_ext_list_configure_stream),
3116         (gst_rtsp_ext_list_get_transports),
3117         (gst_rtsp_ext_list_stream_select):
3118         * gst/rtsp/gstrtspext.h:
3119         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3120         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3121         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3122         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3123         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3124         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3125         (gst_rtspsrc_stream_configure_tcp),
3126         (gst_rtspsrc_stream_configure_mcast),
3127         (gst_rtspsrc_stream_configure_udp),
3128         (gst_rtspsrc_stream_configure_udp_sink),
3129         (gst_rtspsrc_stream_configure_transport),
3130         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3131         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3132         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3133         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3134         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3135         (gst_rtspsrc_parse_methods),
3136         (gst_rtspsrc_create_transports_string),
3137         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3138         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3139         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3140         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3141         * gst/rtsp/gstrtspsrc.h:
3142         * gst/rtsp/rtsp.h:
3143         * gst/rtsp/rtspconnection.c:
3144         * gst/rtsp/rtspconnection.h:
3145         * gst/rtsp/rtspdefs.c:
3146         * gst/rtsp/rtspdefs.h:
3147         * gst/rtsp/rtspext.h:
3148         * gst/rtsp/rtspextwms.c:
3149         * gst/rtsp/rtspextwms.h:
3150         * gst/rtsp/rtspmessage.c:
3151         * gst/rtsp/rtspmessage.h:
3152         * gst/rtsp/rtsprange.c:
3153         * gst/rtsp/rtsprange.h:
3154         * gst/rtsp/rtsptransport.c:
3155         * gst/rtsp/rtsptransport.h:
3156         * gst/rtsp/rtspurl.c:
3157         * gst/rtsp/rtspurl.h:
3158         * gst/rtsp/sdp.h:
3159         * gst/rtsp/sdpmessage.c:
3160         * gst/rtsp/sdpmessage.h:
3161         * gst/rtsp/test.c:
3162         Use shiny new RTSP and SDP library.
3163         Implement RTSP extensions using the new interface.
3164         Remove a lot of old code.
3165
3166 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3167
3168         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3169         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3170
3171 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3172
3173         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3174         Don't unref the outgoing buffer twice when dropping it because it's
3175         outside of the segment.
3176
3177 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3178
3179         * configure.ac:
3180         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3181         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3182         Use the new buffer clipping function from gstaudio here and
3183         require gst-plugins-base CVS.
3184         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3185         For framed Wavpack buffers we require a valid timestamp.
3186
3187 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3188
3189         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3190         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3191         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3192         Clip raw audio and video when we can, keep track of current output
3193         segment.
3194         Don't leak buffers and events when there is no output pad.
3195         Improve debugging here and there.
3196
3197 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3198
3199         * configure.ac:
3200           Sync liboil check with plugins-base.
3201
3202 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3203
3204         * ext/annodex/Makefile.am:
3205           Fix CFLAGS/LIBS.
3206
3207         * ext/cdio/gstcdiocddasrc.c:
3208         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3209           Include stdlib
3210
3211         * ext/cairo/Makefile.am:
3212         * gst/videofilter/Makefile.am:
3213         * tests/examples/level/Makefile.am:
3214           Use $(LIBM) instead of -lm
3215
3216 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3217
3218         * sys/v4l2/gstv4l2src.c:
3219           Add another example pipeline.
3220
3221 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3222
3223         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3224
3225         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3226           Use define here.
3227
3228         * sys/v4l2/gstv4l2tuner.c:
3229         (gst_v4l2_tuner_set_frequency_and_notify):
3230           Don't touch the property - its still disabled.
3231
3232         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3233         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3234         * sys/v4l2/v4l2src_calls.h:
3235           Improve fallback format negotionation. Fixes #451388
3236
3237 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3238
3239         * tests/check/elements/videocrop.c: (GST_START_TEST):
3240           Fix the test.
3241
3242 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3243
3244         * docs/plugins/Makefile.am:
3245         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3246         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3247         * docs/plugins/inspect/plugin-jpeg.xml:
3248         * docs/plugins/inspect/plugin-png.xml:
3249         * ext/jpeg/gstjpegdec.c:
3250         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3251         (gst_pngdec_sink_setcaps):
3252           More docs. More logs in pngdec.
3253
3254 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3255
3256         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3257           Initialize num_buffers with minimum value.
3258
3259         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3260         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3261           Handle frame-size query failure gracefully.
3262
3263 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3264
3265         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3266         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3267         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3268         of qt/aac files.
3269
3270 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3271
3272         * ext/wavpack/gstwavpackdec.c:
3273         (gst_wavpack_dec_clip_outgoing_buffer):
3274         Fix buffer clipping to correctly clip to the segment stop.
3275
3276 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3277
3278         * configure.ac:
3279         * tests/Makefile.am:
3280         Remove bogus check for libcheck, since we check for
3281         gstreamer-check and it pulls in the required info from there,
3282         and we weren't actually _using_ the information for libcheck
3283         ourselves anyway.
3284
3285 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3286
3287         * configure.ac:
3288           Use pkg-config to locate check.
3289
3290 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3291
3292         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3293         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3294         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3295         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3296         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3297         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3298         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3299         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3300         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3301         * gst/effectv/gstrev.c: (gst_revtv_transform):
3302         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3303         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3304         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3305         * gst/matroska/matroska-demux.c:
3306         (gst_matroska_demux_add_wvpk_header),
3307         (gst_matroska_demux_check_subtitle_buffer),
3308         (gst_matroska_decode_buffer):
3309         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3310           Fix build against core CVS.
3311
3312 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3313
3314         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3315         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3316         don't have enough granularity to convert that boolean into a
3317         GstFlowReturn.
3318
3319 2007-07-06  Michael Smith <msmith@fluendo.com>
3320
3321         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3322         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3323         (gst_alawdec_change_state):
3324         * gst/law/alaw-decode.h:
3325         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3326         (gst_mulawdec_class_init), (gst_mulawdec_init),
3327         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3328         * gst/law/mulaw-decode.h:
3329           Fix capsnego bogosity in *law decoders. 
3330
3331 2007-07-06  Michael Smith <msmith@fluendo.com>
3332
3333         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3334         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3335         (gst_smokeenc_change_state):
3336         * ext/jpeg/gstsmokeenc.h:
3337           Remove stupidity in get/set caps functions.
3338           Fix some refcounting problems.
3339
3340 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3341
3342         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3343         Remove endianness-flipping hack that seems to have been required
3344         only because of a bug in ffmpegcolorspace.
3345         Partially Fixes: #451908
3346
3347 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3348
3349         * docs/plugins/Makefile.am:
3350           Simplify --extra-dir as gtkdoc scans recursively.
3351
3352 2007-07-03  Wim Taymans  <wim@fluendo.com>
3353
3354         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3355
3356         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3357         Set the encoding-name in the rtp caps to all uppercase, as required by
3358         the caps spec.
3359         Some small cleanups in the error paths. Fixes #453037.
3360
3361 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3362
3363         * ext/wavpack/gstwavpackparse.c:
3364         (gst_wavpack_parse_index_get_last_entry),
3365         (gst_wavpack_parse_index_get_entry_from_sample),
3366         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3367         (gst_wavpack_parse_scan_to_find_sample):
3368         * ext/wavpack/gstwavpackparse.h:
3369         Use a GSList for the GArray that is used like a list anyway.
3370
3371 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3372
3373         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3374         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3375         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3376           Add state change function where we set 0/1 as default framerate in
3377           case our setcaps function isn't called, like it might not in a
3378           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3379           gdkpixbufdec trying to create caps with a 0/0 framerate.
3380           Also post an error message on the bus if gst_pad_push() fails when
3381           called from our sink event handler (+1 for flow returns for event
3382           functions in 0.11) instead of failing silently.
3383
3384 2007-06-27  Wim Taymans  <wim@fluendo.com>
3385
3386         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3387         Cast stack args to the proper types. Fixes #451249.
3388
3389 2007-06-27  Wim Taymans  <wim@fluendo.com>
3390
3391         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3392         (new_session_pad), (gst_rtspsrc_setup_streams):
3393         * gst/rtsp/gstrtspsrc.h:
3394         For container formats we only need to activate one of the streams so
3395         that we correctly signal no-more-pads. Fixes #451015.
3396
3397 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3398
3399         * docs/plugins/gst-plugins-good-plugins.args:
3400         * docs/plugins/inspect/plugin-aasink.xml:
3401         * docs/plugins/inspect/plugin-alaw.xml:
3402         * docs/plugins/inspect/plugin-alpha.xml:
3403         * docs/plugins/inspect/plugin-alphacolor.xml:
3404         * docs/plugins/inspect/plugin-annodex.xml:
3405         * docs/plugins/inspect/plugin-apetag.xml:
3406         * docs/plugins/inspect/plugin-audiofx.xml:
3407         * docs/plugins/inspect/plugin-auparse.xml:
3408         * docs/plugins/inspect/plugin-autodetect.xml:
3409         * docs/plugins/inspect/plugin-avi.xml:
3410         * docs/plugins/inspect/plugin-cacasink.xml:
3411         * docs/plugins/inspect/plugin-cairo.xml:
3412         * docs/plugins/inspect/plugin-cdio.xml:
3413         * docs/plugins/inspect/plugin-cutter.xml:
3414         * docs/plugins/inspect/plugin-debug.xml:
3415         * docs/plugins/inspect/plugin-efence.xml:
3416         * docs/plugins/inspect/plugin-effectv.xml:
3417         * docs/plugins/inspect/plugin-esdsink.xml:
3418         * docs/plugins/inspect/plugin-flac.xml:
3419         * docs/plugins/inspect/plugin-flxdec.xml:
3420         * docs/plugins/inspect/plugin-gconfelements.xml:
3421         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3422         * docs/plugins/inspect/plugin-goom.xml:
3423         * docs/plugins/inspect/plugin-halelements.xml:
3424         * docs/plugins/inspect/plugin-icydemux.xml:
3425         * docs/plugins/inspect/plugin-id3demux.xml:
3426         * docs/plugins/inspect/plugin-jpeg.xml:
3427         * docs/plugins/inspect/plugin-ladspa.xml:
3428         * docs/plugins/inspect/plugin-level.xml:
3429         * docs/plugins/inspect/plugin-matroska.xml:
3430         * docs/plugins/inspect/plugin-mulaw.xml:
3431         * docs/plugins/inspect/plugin-multipart.xml:
3432         * docs/plugins/inspect/plugin-navigationtest.xml:
3433         * docs/plugins/inspect/plugin-ossaudio.xml:
3434         * docs/plugins/inspect/plugin-png.xml:
3435         * docs/plugins/inspect/plugin-quicktime.xml:
3436         * docs/plugins/inspect/plugin-rtp.xml:
3437         * docs/plugins/inspect/plugin-rtsp.xml:
3438         * docs/plugins/inspect/plugin-smpte.xml:
3439         * docs/plugins/inspect/plugin-speex.xml:
3440         * docs/plugins/inspect/plugin-taglib.xml:
3441         * docs/plugins/inspect/plugin-udp.xml:
3442         * docs/plugins/inspect/plugin-videobalance.xml:
3443         * docs/plugins/inspect/plugin-videobox.xml:
3444         * docs/plugins/inspect/plugin-videocrop.xml:
3445         * docs/plugins/inspect/plugin-videoflip.xml:
3446         * docs/plugins/inspect/plugin-videomixer.xml:
3447         * docs/plugins/inspect/plugin-wavenc.xml:
3448         * docs/plugins/inspect/plugin-wavparse.xml:
3449         * docs/plugins/inspect/plugin-ximagesrc.xml:
3450           Update docs with caps info.
3451
3452 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3453
3454         * po/POTFILES.in:
3455           Add more files with translatable strings (#450878).
3456
3457 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3458
3459         * MAINTAINERS:
3460         Updating all the maintainers files
3461
3462 2007-06-22  Edward Hervey  <edward@fluendo.com>
3463
3464         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3465         * gst/interleave/deinterleave.c: (deinterleave_init),
3466         (deinterleave_sink_link):
3467         * gst/interleave/interleave.c: (interleave_init):
3468         * gst/median/gstmedian.c: (gst_median_init):
3469         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3470         Fix memory leaks.
3471         * tests/check/elements/id3demux.c: (pad_added_cb):
3472         Remove unused variable.
3473
3474 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3475
3476         * ext/gconf/gconf.h:
3477         Make the prototype of gst_gconf_get_key_for_sink_profile
3478         match the implementation.
3479         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3480         Fixes: #449747
3481
3482 2007-06-20  Michael Smith <msmith@fluendo.com>
3483
3484         * gst/rtp/gstrtpdepay.c:
3485           Fix description - rtpdepay is not a payloader.
3486
3487 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3488
3489         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3490         (qtdemux_video_caps):
3491         * gst/qtdemux/qtdemux_fourcc.h:
3492           Add MJPG to the variants of motion jpeg.
3493
3494 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3495
3496         * tests/check/Makefile.am:
3497         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3498         * tests/check/elements/videocrop.c: (GST_START_TEST):
3499         * tests/check/elements/videofilter.c:
3500         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3501         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3502           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3503           error flags are included and it errors out on compiler warnings
3504           for CVS builds; remove unused variables in various unit tests.
3505
3506 2007-06-19  Wim Taymans  <wim@fluendo.com>
3507
3508         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3509         (rtsp_connection_close), (rtsp_connection_free):
3510         Use threadsafe inet_ntop to convert an ip number to a string. 
3511         Fixes #447961.
3512         Don't leak fd (and ip) when freeing a connection without first closing
3513         it.
3514
3515 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3516
3517         * configure.ac:
3518         Back to CVS
3519
3520         * gst-plugins-good.doap:
3521         Add 0.10.6 to the doap file.
3522
3523 === release 0.10.6 ===
3524
3525 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3526
3527         * configure.ac:
3528           releasing 0.10.6, "Wobble Board"
3529
3530 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3531
3532         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3533         (rtsp_connection_free):
3534           Revert previous commit again, since we are frozen (sorry).
3535
3536 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3537
3538         Patch by: Peter Kjellerstedt <pkj at axis com>
3539
3540         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3541         (rtsp_connection_free):
3542           inet_ntoa() uses a static buffer internally, so we need to copy the
3543           returned string if we want to store it for later (#447961).
3544
3545 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3546
3547         * win32/vs6/autogen.dsp:
3548         * win32/vs6/gst_plugins_good.dsw:
3549         * win32/vs6/libgstalaw.dsp:
3550         * win32/vs6/libgstalpha.dsp:
3551         * win32/vs6/libgstalphacolor.dsp:
3552         * win32/vs6/libgstapetag.dsp:
3553         * win32/vs6/libgstaudiofx.dsp:
3554         * win32/vs6/libgstauparse.dsp:
3555         * win32/vs6/libgstautodetect.dsp:
3556         * win32/vs6/libgstavi.dsp:
3557         * win32/vs6/libgstcutter.dsp:
3558         * win32/vs6/libgstdirectdraw.dsp:
3559         * win32/vs6/libgstdirectsound.dsp:
3560         * win32/vs6/libgsteffectv.dsp:
3561         * win32/vs6/libgstflx.dsp:
3562         * win32/vs6/libgstgoom.dsp:
3563         * win32/vs6/libgsticydemux.dsp:
3564         * win32/vs6/libgstid3demux.dsp:
3565         * win32/vs6/libgstinterleave.dsp:
3566         * win32/vs6/libgstjpeg.dsp:
3567         * win32/vs6/libgstlevel.dsp:
3568         * win32/vs6/libgstmatroska.dsp:
3569         * win32/vs6/libgstmedian.dsp:
3570         * win32/vs6/libgstmonoscope.dsp:
3571         * win32/vs6/libgstmulaw.dsp:
3572         * win32/vs6/libgstmultipart.dsp:
3573         * win32/vs6/libgstqtdemux.dsp:
3574         * win32/vs6/libgstrtp.dsp:
3575         * win32/vs6/libgstrtsp.dsp:
3576         * win32/vs6/libgstsmpte.dsp:
3577         * win32/vs6/libgstspeex.dsp:
3578         * win32/vs6/libgstudp.dsp:
3579         * win32/vs6/libgstvideobalance.dsp:
3580         * win32/vs6/libgstvideobox.dsp:
3581         * win32/vs6/libgstvideocrop.dsp:
3582         * win32/vs6/libgstvideoflip.dsp:
3583         * win32/vs6/libgstvideomixer.dsp:
3584         * win32/vs6/libgstwaveform.dsp:
3585         * win32/vs6/libgstwavenc.dsp:
3586         * win32/vs6/libgstwavparse.dsp:
3587         Mark *.dsp & *.dsw as binary files and convert to DOS line
3588         endings, as they don't load into VS6 correctly otherwise.
3589
3590 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3591
3592         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3593         (rtsp_connection_connect):
3594         Fix the MingW build. 
3595         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3596         Fixes: #446981
3597
3598 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3599
3600         * tests/check/elements/.cvsignore:
3601         * tests/icles/.cvsignore:
3602         Hush the buildbots up
3603
3604 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3605
3606         * configure.ac:
3607         * sys/Makefile.am:
3608         * sys/directdraw/Makefile.am:
3609         * sys/directsound/Makefile.am:
3610         * sys/waveform/Makefile.am:
3611         Make sure to dist everything needed for win32 builds.
3612
3613 2007-06-14  Edward Hervey  <edward@fluendo.com>
3614
3615         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3616         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3617         caps.
3618         Fixes #447458
3619
3620 2007-06-13  Wim Taymans  <wim@fluendo.com>
3621
3622         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3623         Make sure we allocate enough memory for the codec_data.
3624         Fixes #447210.
3625
3626 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3627
3628         * win32/MANIFEST:
3629         Add videocrop project file to the win32 manifest.
3630         * win32/vs6/gst_plugins_good.dsw:
3631         Add qtdemux,videocrop and waveform projects to the workspace.
3632         * win32/vs6/libgstqtdemux.dsp:
3633         Add zlib to the link list of qtdemux.
3634         * win32/vs6/libgstvideocrop.dsp:
3635         Add a project file for videocrop.
3636
3637 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3638
3639         * po/POTFILES.in:
3640         Add qtdemux for translation
3641
3642 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3643
3644         * configure.ac:
3645         * docs/plugins/Makefile.am:
3646         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3647         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3648         * docs/plugins/inspect/plugin-videocrop.xml:
3649         * gst-plugins-good.spec.in:
3650         * sys/Makefile.am:
3651         * tests/check/Makefile.am:
3652         * tests/icles/Makefile.am:
3653         * tests/icles/videocrop-test.c:
3654         Move videocrop and osxvideo from -bad.
3655
3656 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3657
3658         * configure.ac:
3659         * docs/plugins/Makefile.am:
3660         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3661         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3662         * docs/plugins/gst-plugins-good-plugins.args:
3663         * docs/plugins/inspect/plugin-qtdemux.xml:
3664         * docs/plugins/inspect/plugin-quicktime.xml:
3665         * win32/MANIFEST:
3666         Move qtdemux from -bad.
3667
3668         * gst-plugins-good.spec.in:
3669         Update spec file to reflect moving of qtdemux and wavpack
3670
3671 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3672         
3673         * win32/MANIFEST:
3674         * docs/plugins/Makefile.am:
3675         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3676         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3677         * docs/plugins/inspect/plugin-directdraw.xml:
3678         * docs/plugins/inspect/plugin-directsound.xml:
3679         * docs/plugins/inspect/plugin-waveform.xml:
3680         Move the waveform plugin from -bad too. Update the inspect xml
3681         files to mention Plugins Good instead of Plugins Bad.
3682
3683 2007-06-12  Andy Wingo  <wingo@pobox.com>
3684
3685         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3686         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3687         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3688         finalization and resuscitation. No longer public.
3689         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3690         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3691         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3692         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3693         miniobject semantics, and be threadsafe.
3694         (gst_v4l2src_queue_frame): Remove this function, as we just call
3695         the ioctls directly in the two places where we queue buffers.
3696         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3697         directly.
3698         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3699         to allocate the pool, which also preallocates the GstBuffers.
3700         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3701         queueing the frames directly.
3702         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3703         mmap buffers have been dequeued.
3704
3705         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3706         real MiniObject instead of rolling our own refcounting and
3707         finalizing. Give it a lock.
3708         (struct _GstV4l2Buffer): Remove one intermediary object, having
3709         the buffers hold the struct v4l2_buffer directly.
3710
3711         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3712         capture_init so that it can set them on the buffers that it will
3713         create.
3714         (gst_v4l2src_get_read): For better or for worse, include the
3715         timestamping and offsetting code here; really we should be using
3716         bufferalloc though.
3717         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3718         preallocated, mmap'd buffers.
3719
3720 2007-06-11  Wim Taymans  <wim@fluendo.com>
3721
3722         Patch by: daniel fischer <dan at f3c dot com>
3723
3724         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3725         (gst_ximage_src_get_caps):
3726         Actually use the display_name property so that we can dump any
3727         available X display. Fixes #445905.
3728
3729 2007-06-11  Wim Taymans  <wim@fluendo.com>
3730
3731         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3732
3733         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3734         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3735         Add missing rate fields to caps. Fixes #441118.
3736
3737 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3738
3739         * win32/vs6/gst_plugins_good.dsw:
3740         * win32/vs8/gst-plugins-good.sln:
3741         Add DirectSound and DirectDraw sinks project files to
3742         workspace and solution files.
3743
3744 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3745
3746         Patch by: Josh Coalson <xflac at yahoo dot com>,
3747         updated by Alexis Ballier <aballier at gentoo dot org>:
3748
3749         * configure.ac:
3750         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3751         (gst_flac_dec_setup_seekable_decoder),
3752         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3753         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3754         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3755         * ext/flac/gstflacdec.h:
3756         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3757         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3758         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3759         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3760         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3761         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3762         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3763         * ext/flac/gstflacenc.h:
3764         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3765         
3766 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3767
3768         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3769         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3770         not necessary anymore as we need at least that core version. 
3771
3772 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3775         (gst_wavpack_dec_chain):
3776         * ext/wavpack/gstwavpackdec.h:
3777         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3778         (gst_wavpack_parse_push_buffer):
3779         * ext/wavpack/gstwavpackparse.h:
3780         Improve discont handling by checking if the next Wavpack block has
3781         the expected, following block index.
3782
3783 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3784
3785         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3786           Fix element description.
3787
3788 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3789
3790         * configure.ac:
3791         * docs/plugins/Makefile.am:
3792         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3793         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3794         * docs/plugins/gst-plugins-good-plugins.args:
3795         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3796         * docs/plugins/gst-plugins-good-plugins.signals:
3797         * docs/plugins/inspect/plugin-autodetect.xml:
3798         * docs/plugins/inspect/plugin-gconfelements.xml:
3799         * docs/plugins/inspect/plugin-ladspa.xml:
3800         * docs/plugins/inspect/plugin-rtp.xml:
3801         * docs/plugins/inspect/plugin-wavpack.xml:
3802         * ext/Makefile.am:
3803         * tests/check/Makefile.am:
3804           move wavpack plugin.  See #352605.
3805
3806 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3807
3808         * configure.ac:
3809         * docs/plugins/Makefile.am:
3810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3812         * docs/plugins/gst-plugins-good-plugins.args:
3813         * sys/Makefile.am:
3814         * win32/MANIFEST:
3815         Add DirectDraw & DirectSound plugins to the build and docs.
3816
3817 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3818
3819         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3820         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3821           When operating in pull mode, error out correct on not-linked.
3822
3823 2007-06-06  Andy Wingo  <wingo@pobox.com>
3824
3825         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3826         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3827         format and size if the ioctls are defined; should fix compilation
3828         on Linux < 2.16.19.
3829
3830 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3831
3832         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3833           Printf fixes in debug statements; use LOG level for debug statements
3834           that are printed for each and every frame; convert c++ comments to
3835           C-style comments; not much point using g_try_malloc() if we then not
3836           even check the return value.
3837
3838 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3839
3840         * configure.ac:
3841           Bump requirements to released versions (core and base 0.10.13).
3842
3843         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3844           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3845           own implementation.
3846
3847 2007-06-05  Andy Wingo  <wingo@pobox.com>
3848
3849         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3850         some useless comments.
3851
3852         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3853         frames before calling STREAMON, that might leave them in a state
3854         where they can't be dequeued if we go back to NULL without calling
3855         STREAMON, according to the docs.
3856         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3857         before we call STREAMON.
3858         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3859         failures. (For me this code hung.) The pool refcounting is still
3860         crack; added a note to that effect.
3861
3862 2007-06-05  Wim Taymans  <wim@fluendo.com>
3863
3864         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3865         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3866         Add support for mapping gst structure names to the MIME type equivalent.
3867         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3868
3869 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3870
3871         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3872         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3873         (gst_wavenc_chain), (gst_wavenc_change_state):
3874         * gst/wavenc/gstwavenc.h:
3875         Properly write wav files with width!=depth by having the depth most
3876         significant bytes set and all others zero. Fixes #442535.
3877
3878 2007-06-01  Wim Taymans  <wim@fluendo.com>
3879
3880         * gst/rtsp/rtspconnection.c:
3881         Add include to make buildbot happy.
3882
3883 2007-06-01  Wim Taymans  <wim@fluendo.com>
3884
3885         Patch by: Peter Kjellerstedt  <pkj at axis com>
3886
3887         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3888         (rtsp_connection_connect), (add_date_header),
3889         (rtsp_connection_send), (parse_response_status),
3890         (parse_request_line), (parse_line), (rtsp_connection_receive):
3891         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3892         * gst/rtsp/rtspdefs.h:
3893         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3894         (rtsp_message_init_request), (rtsp_message_init_response),
3895         (rtsp_message_remove_header), (rtsp_message_append_headers),
3896         (rtsp_message_dump):
3897         * gst/rtsp/rtspmessage.h:
3898         Improves version checking, allowing an RTSP server to reply with "505
3899         RTSP Version not supported.
3900         Adds a Date header to all messages.
3901         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3902         want to be able to send a response even if something in the request was
3903         invalid. EINVAL is only used when passing wrong arguments to functions.
3904         Do not handle an invalid method in parse_request_line(). Defer this to
3905         the caller so it can respond with "405 Method Not Allowed".
3906         Improves parsing of the timeout parameter to the Session header,
3907         allowing whitespace after the semicolon. 
3908         Avoids a compiler warning due to variables shadowing a function argument.
3909
3910 2007-06-01  Wim Taymans  <wim@fluendo.com>
3911
3912         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3913
3914         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3915         (gst_rtp_amr_depay_process):
3916         * gst/rtp/gstrtpamrdepay.h:
3917         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3918         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3919         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3920         * gst/rtp/gstrtpamrpay.h:
3921         Add support for AMR-WB.
3922         Small cleanups such as using BOILERPLATE.
3923
3924 2007-05-31  Wim Taymans  <wim@fluendo.com>
3925
3926         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3927         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3928
3929 2007-05-30  Andy Wingo  <wingo@pobox.com>
3930
3931         * sys/v4l2/gstv4l2object.h: 
3932         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3933         unintended changes.
3934
3935         * sys/v4l2/v4l2src_calls.h: 
3936         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3937         the format list in the order that the driver gives it to us.
3938         (gst_v4l2src_probe_caps_for_format_and_size)
3939         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3940         based on the capabilities of the device.
3941         (gst_v4l2src_grab_frame): Update for object variable renaming.
3942         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3943         as in the set_caps below.
3944         (gst_v4l2src_capture_init): Update for object variable renaming,
3945         and reflow.
3946         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3947         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3948         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3949         (gst_v4l2src_get_fps): Remove; these functions don't have much
3950         meaning outside of an atomic set_caps method.
3951         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3952         known.
3953
3954         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3955         call to update_fps; not sure about this change.
3956         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3957         moment we don't have an update_fps_func.
3958
3959         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3960         structures in the object, just store what we need. Do store the
3961         probed caps of the device. Don't store the current frame rate.
3962
3963         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3964         update_fps_function, for now. Update for new object variable
3965         naming.
3966         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3967         new object variable naming.
3968         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3969         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3970         (gst_v4l2src_get_caps): Rework to probe the device for supported
3971         frame sizes and frame rates.
3972         (gst_v4l2src_set_caps): Rework to be strict in the given
3973         parameters: if someone asks us to have a certain size and rate,
3974         that is what we configure.
3975         (gst_v4l2src_get_read): Update for object variable naming. Don't
3976         leak buffers on short reads.
3977         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3978         comments.
3979         (gst_v4l2src_create): Update for object variable naming.
3980
3981 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3982
3983         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3984         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3985         * gst/avi/gstavidemux.h:
3986           Parse subtitle text streams instead of erroring out (#442034). Still
3987           needs a parser for the subtitles to actually show up.
3988
3989 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3990
3991         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3992         (gst_avi_demux_loop):
3993           Make _push_event() return TRUE if the event could be pushed on at
3994           least one pad and not only if it could be pushed on all pads,
3995           otherwise we'll end up posting an error message on EOS if one or
3996           more source pads are not connected.
3997
3998 2007-05-28  Wim Taymans  <wim@fluendo.com>
3999
4000         * gst/rtsp/rtsptransport.c:
4001         Use renamed RTP bin.
4002
4003 2007-05-28  Wim Taymans  <wim@fluendo.com>
4004
4005         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
4006
4007         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
4008         (gst_video_box_set_property), (gst_video_box_transform_caps),
4009         (video_box_recalc_transform), (gst_video_box_set_caps),
4010         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
4011         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
4012         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
4013         (gst_video_box_i420_i420), (gst_video_box_transform),
4014         (plugin_init):
4015         Add AYUV->AYUV and AYUV->I420 formats. 
4016         Fix negotiation and I420->AYUV conversion.
4017         Fixes #429329.
4018
4019 2007-05-26  Wim Taymans  <wim@fluendo.com>
4020
4021         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
4022         Use different variables for nested for loops so that the outer loop
4023         functions properly and speex files with multiple frames per buffer work
4024         properly.
4025         Fixes #441408.
4026
4027 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4028
4029         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
4030           Don't leak newsegment events.
4031
4032 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4033
4034         * gst/wavparse/Makefile.am:
4035           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
4036           drags it in.
4037
4038 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4039
4040         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4041         (notgst_value_array_append_buffer),
4042         (gst_flac_enc_process_stream_headers),
4043         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
4044         (gst_flac_enc_change_state):
4045         * ext/flac/gstflacenc.h:
4046           Collect headers, add "streamheader" field to output caps and set
4047           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
4048           produces output according to the official FLAC-to-Ogg mapping
4049           instead of completely broken files. Fixes #426044.
4050
4051 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4052
4053         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
4054         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
4055         (gst_id3demux_sink_event):
4056         * gst/id3demux/gstid3demux.h:
4057         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4058         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4059         (gst_tag_demux_send_new_segment):
4060         Handle and adjust new-segment events so that downstream really
4061         sees a stream with the tag pieces stripped off the front and back.
4062         Fixes strangeness in seeking when mp3 decoders use the new-segment
4063         byte position to estimate their current playback position timestamp
4064         and then the arriving buffers don't match up.
4065
4066 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4067
4068         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4069           Don't unnecessarily perform a READY->NULL->READY transition on the
4070           detected audio sink when starting up. Fixes: #440127
4071
4072 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4073
4074         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4075         (gst_flac_enc_chain):
4076           Don't crash in chain function if setcaps hasn't been called.
4077
4078 2007-05-24  Wim Taymans  <wim@fluendo.com>
4079
4080         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4081         Init value to avoid infinte loops.
4082
4083 2007-05-24  Wim Taymans  <wim@fluendo.com>
4084
4085         Patch by: Peter Kjellerstedt  <pkj at axis com>
4086
4087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4088         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4089         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4090         (gst_rtspsrc_play):
4091         (rtsp_connection_send), (rtsp_connection_receive):
4092         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4093         Fix for new API.
4094
4095         * gst/rtsp/rtspconnection.c: (add_auth_header),
4096         Only add authorisation and session headers when sending messages.
4097
4098         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4099         (rtsp_message_init_request), (rtsp_message_init_response),
4100         (rtsp_message_unset), (rtsp_message_add_header),
4101         (rtsp_message_remove_header), (rtsp_message_get_header),
4102         (rtsp_message_append_headers), (dump_key_value),
4103         (rtsp_message_dump):
4104         * gst/rtsp/rtspmessage.h:
4105         Add support for multiple headers of the same type by storing the parsed
4106         headers in a GArray instaed of a hashtable.
4107
4108 2007-05-21  Wim Taymans  <wim@fluendo.com>
4109
4110         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4111         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4112         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4113         safer shutdown.
4114
4115 2007-05-21  Wim Taymans  <wim@fluendo.com>
4116
4117         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4118         * gst/rtsp/gstrtpdec.h:
4119         Added signal for backwards compat.
4120
4121 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4122         
4123         Patch by: René Stadler <mail at renestadler dot de>
4124
4125         * configure.ac:
4126         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4127         (gst_au_parse_parse_header), (gst_au_parse_chain):
4128         * gst/auparse/gstauparse.h:
4129         Use audioconvert for converting from non-native endianness floats
4130         in auparse instead of doing it ourself. Fixes #424527.
4131         This needs the audioconvert from plugins-base CVS.
4132         
4133 2007-05-21  Wim Taymans  <wim@fluendo.com>
4134
4135         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4136         (gst_rtp_h263p_pay_flush):
4137         Fix enum registration.
4138
4139 2007-05-21  Wim Taymans  <wim@fluendo.com>
4140
4141         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4142
4143         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4144         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4145         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4146         (gst_rtp_h263p_pay_flush):
4147         * gst/rtp/gstrtph263ppay.h:
4148         Add new fragmentation mode base on GOB headers. Fixes #438940.
4149
4150 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4153           Printf format fix.
4154
4155 2007-05-18  Wim Taymans  <wim@fluendo.com>
4156
4157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4158         Don't crash when an unsupported transport error was returned by the
4159         server, just try to configure the next stream. Fixes #439255.
4160
4161 2007-05-18  Wim Taymans  <wim@fluendo.com>
4162
4163         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4164         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4165         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4166         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4167         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4168         * gst/rtsp/gstrtspsrc.h:
4169         Add TCP timeout property and use it for all TCP connection.
4170
4171         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4172         (rtsp_connection_write), (rtsp_connection_next_timeout),
4173         (rtsp_connection_reset_timeout):
4174         Make connect and writes cancelable and make them use the timeout.
4175
4176 2007-05-18  Wim Taymans  <wim@fluendo.com>
4177
4178         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4179         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4180         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4181         (gst_rtspsrc_setup_streams):
4182         Refactor timeout handling.
4183         Also send keep-alive when dealing with TCP transport.
4184
4185         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4186         (rtsp_connection_free), (rtsp_connection_next_timeout),
4187         (rtsp_connection_reset_timeout):
4188         * gst/rtsp/rtspconnection.h:
4189         Use a timer to handle the session timeouts, add some methods to deal
4190         with timeouts.
4191
4192 2007-05-17  Wim Taymans  <wim@fluendo.com>
4193
4194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4195         (gst_rtspsrc_setup_streams):
4196         Ignore streams that fail the setup command, we will retry with a
4197         different transport later on.
4198
4199         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4200         (rtsp_ext_wms_configure_stream):
4201         Fix encoding name case.
4202
4203 2007-05-16  Edward Hervey  <edward@fluendo.com>
4204
4205         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4206         Fix build on macosx.
4207
4208 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4209
4210         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4211         Replace direct comparison of a string with the string literal "" with
4212         a comparison of the first character with '\0'. Fixes #438926.
4213
4214 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4215
4216         * gst/debug/breakmydata.c (gst_break_my_data_init):
4217           One more try. This should be the proper fix now.
4218
4219 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4220
4221         * gst/debug/breakmydata.c:
4222           Ooops, no // comments please.
4223
4224 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4225
4226         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4227         (gst_break_my_data_init):
4228           Fix gst_buffer_is_writable() assertion.
4229
4230 2007-05-14  David Schleef  <ds@schleef.org>
4231
4232         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4233           video/x-raw-bayer.  Fixes #314160.
4234
4235 2007-05-14  Wim Taymans  <wim@fluendo.com>
4236
4237         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4238         (gst_rtp_theora_depay_parse_configuration):
4239         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4240         (gst_rtp_theora_pay_finish_headers),
4241         (gst_rtp_theora_pay_handle_buffer):
4242         Update theora pay/depayloader in a similar to vorbis.
4243
4244         * gst/rtp/gstrtpvorbisdepay.c:
4245         (gst_rtp_vorbis_depay_parse_configuration):
4246         Update docs.
4247
4248 2007-05-14  Wim Taymans  <wim@fluendo.com>
4249
4250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4251         When we try to execute a method that is not supported by the server,
4252         don't error out but remove the method from the accepted methods so that
4253         we never try to perform this method again.
4254
4255 2007-05-14  Wim Taymans  <wim@fluendo.com>
4256
4257         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4258         Remove annoying _dump_mem.
4259
4260 2007-05-14  Wim Taymans  <wim@fluendo.com>
4261
4262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4263         Parse range correctly.
4264
4265         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4266         The baseurl now always has a '/' at the start.
4267
4268 2007-05-14  Wim Taymans  <wim@fluendo.com>
4269
4270         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4271         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4272         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4273         Factor out caps configuration and configure more stuff such as the time
4274         ranges and speed/scale values.
4275
4276         * gst/rtsp/rtsptransport.c:
4277         Add Copyright after non-trival fixes.
4278
4279 2007-05-12  Wim Taymans  <wim@fluendo.com>
4280
4281         Patch by: Peter Kjellerstedt  <pkj at axis com>
4282
4283         * gst/rtsp/gstrtspsrc.h:
4284         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4285         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4286         (rtsp_message_get_header):
4287         * gst/rtsp/rtspmessage.h:
4288         Make channel guint8 where possible.
4289         Make rtsp_message_init_data() take the channel as a guint8.
4290
4291         * gst/rtsp/rtspdefs.c:
4292         Fixed a typo: Timout -> Timeout
4293
4294         * gst/rtsp/rtspdefs.h:
4295         Make RTSP_CHECK() behave as a statement.
4296
4297         * gst/rtsp/sdpmessage.c:
4298         Avoid a compiler warning in INIT_ARRAY().
4299         Fixes #437692.
4300
4301 2007-05-12  Wim Taymans  <wim@fluendo.com>
4302
4303         Patch by: Peter Kjellerstedt  <pkj at axis com>
4304
4305         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4306         (rtsp_url_get_request_uri):
4307         * gst/rtsp/rtspurl.h:
4308         Add support for query parameters to RTSP URLs.
4309
4310 2007-05-12  Wim Taymans  <wim@fluendo.com>
4311
4312         Patch by: Peter Kjellerstedt  <pkj at axis com>
4313
4314         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4315         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4316         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4317         (rtsp_transport_parse), (rtsp_transport_as_text):
4318         * gst/rtsp/rtsptransport.h:
4319         Add validation to rtsp_transport_parse().
4320         Add rtsp_transport_as_text() to generate an RTSP header from an
4321         RTSPTransport.
4322         Change ssrc to guint (was a string) since that is what it is, even
4323         though it is sent as a hex string.
4324         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4325         incorrect, which can be seen when looking at the examples in the RFC).
4326         Fixes #437670.
4327
4328 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4329
4330         Patch by: Eric Anholt
4331
4332         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4333           gst_ximage_src_ximage_get):
4334         Use union of all damage between frames to make it faster.
4335         Fixes bug #342463.
4336         Also fix crasher when cursor is at bottom right of window.
4337
4338 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4339
4340         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4341           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4342           streaming mode regression for file from #343837 with 'bext' chunk
4343           before the 'fmt' chunk.
4344
4345 2007-05-11  Wim Taymans  <wim@fluendo.com>
4346
4347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4348         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4349         (gst_rtspsrc_handle_src_event),
4350         (gst_rtspsrc_stream_configure_manager),
4351         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4352         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4353         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4354         * gst/rtsp/gstrtspsrc.h:
4355         * gst/rtsp/rtspdefs.h:
4356         Preliminary seek support.
4357         Activate internal pads so that we can receive events on them.
4358         Don't try to parse a range string when it's NULL.
4359
4360 2007-05-11  Wim Taymans  <wim@fluendo.com>
4361
4362         * gst/rtp/README:
4363         Update README with new RTP variables that will be used for
4364         synchronisation.
4365
4366         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4367         (gst_rtp_vorbis_depay_parse_configuration),
4368         (gst_rtp_vorbis_depay_process):
4369         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4370         (gst_rtp_vorbis_pay_finish_headers),
4371         (gst_rtp_vorbis_pay_handle_buffer):
4372         Update vorbis pay and depayloader to draft-04.
4373
4374 2007-05-11  Wim Taymans  <wim@fluendo.com>
4375
4376         * gst/rtsp/rtsptransport.c:
4377         UDP MCAST is actually the default for RTP/AVP.
4378 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4379
4380         * gst/level/gstlevel.c: (gst_level_transform_ip):
4381         Use guint8 * instead of gpointer then vs6 can build 
4382         in_data += (filter->width / 8).
4383
4384 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4385
4386         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4387           gst_ximage_src_ximage_get):
4388         * sys/ximage/gstximagesrc.h (last_ximage):
4389         When using Damage actually keep the last frame, and not assume
4390         that the buffer we get already has the last frame on it.
4391         Copy the cursor over if we specify a non-zero start x and
4392         start y.
4393
4394 2007-05-11  Wim Taymans  <wim@fluendo.com>
4395
4396         * gst/rtsp/rtsptransport.c:
4397         Make UDP the default transport when not specified.
4398
4399 2007-05-09  David Schleef  <ds@schleef.org>
4400
4401         * gst/level/gstlevel.c:
4402           Revert last change.
4403
4404 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4405
4406         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4407         (gst_level_transform_ip):
4408         Use guint8 * instead of gpointer then vs6 know the size of data
4409         pointed when moving the pointer.
4410         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4411         Move instructions after variables declaration.
4412         * win32/vs6/autogen.dsp:
4413         * win32/vs6/libgstrtp.dsp:
4414         * win32/vs6/libgstrtsp.dsp:
4415         Update vs6 project files.
4416
4417 2007-05-09  Wim Taymans  <wim@fluendo.com>
4418
4419         * gst/rtsp/Makefile.am:
4420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4421         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4422         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4423         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4424         (rtsp_range_free):
4425         * gst/rtsp/rtsprange.h:
4426         Add code to parse time ranges.
4427         Report DURATION on the stream when possible.
4428
4429 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4430
4431         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4432         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4433         (gst_videomixer_collected):
4434           Fix strides calculation for AYUV (it's just width*4) (#436910).
4435
4436 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4437
4438         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4439         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4440         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4441         Sync the GObject properties before each processing step to properly
4442         work with the controller.
4443
4444 2007-05-04  Wim Taymans  <wim@fluendo.com>
4445
4446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4447         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4448         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4449         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4450         (gst_rtspsrc_change_state):
4451         Let more error state trickle down so that we can catch more error
4452         cases.
4453         Handle keep-alive a little smarter by selecting a method the server
4454         actually supports.
4455         Fix a race in UDP streaming shutdown.
4456
4457 2007-05-04  Wim Taymans  <wim@fluendo.com>
4458
4459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4460         Ignore errors when trying to use the keep-alive messages.
4461
4462 2007-05-04  Wim Taymans  <wim@fluendo.com>
4463
4464         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4465         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4466         (gst_rtspsrc_stream_configure_manager),
4467         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4468         (gst_rtspsrc_stream_configure_mcast),
4469         (gst_rtspsrc_stream_configure_udp),
4470         (gst_rtspsrc_stream_configure_udp_sink),
4471         (gst_rtspsrc_stream_configure_transport):
4472         Send RTCP messages back to the server over the TCP connection.
4473
4474         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4475         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4476         (rtsp_connection_receive):
4477         * gst/rtsp/rtspconnection.h:
4478         Factor out and expose lowlevel _write and _read methods.
4479         Implement sending data messages to the server.
4480
4481 2007-05-03  Wim Taymans  <wim@fluendo.com>
4482
4483         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4484         (gst_multipart_mux_collected):
4485         Fix timestamps on outgoing buffers.
4486
4487 2007-05-03  Wim Taymans  <wim@fluendo.com>
4488
4489         * gst/multipart/multipartmux.c:
4490         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4491         (gst_multipart_mux_change_state):
4492         Emit NEWSEGMENT events before pushing the first buffer.
4493
4494 2007-05-03  Wim Taymans  <wim@fluendo.com>
4495
4496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4497         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4498         (gst_rtspsrc_handle_src_query),
4499         (gst_rtspsrc_stream_configure_manager),
4500         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4501         (gst_rtspsrc_stream_configure_mcast),
4502         (gst_rtspsrc_stream_configure_udp),
4503         (gst_rtspsrc_stream_configure_udp_sink),
4504         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4505         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4506         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4507         (gst_rtspsrc_pause):
4508         Refactor transport configuration code.
4509         Create internal pads for TCP transport so that we can implement events
4510         and queries.
4511         Handle events and queries.
4512         Parse range from the SDP.
4513         Fix race in pause handler where the connection could still be flushing.
4514
4515 2007-05-02  Wim Taymans  <wim@fluendo.com>
4516
4517         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4518         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4519         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4520         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4521         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4522         (gst_rtspsrc_change_state):
4523         * gst/rtsp/gstrtspsrc.h:
4524         Fix race when multiple udp sources post timeouts, just act on the first
4525         received timeout.
4526         Protect stream list with a recursive lock to fix some races.
4527         Flush connection when we need to do a reconnect or stop.
4528         Make state lock recursive.
4529
4530         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4531         (rtsp_connection_close):
4532         Some small cleanups.
4533
4534 2007-05-02  Wim Taymans  <wim@fluendo.com>
4535
4536         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4537         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4538         Only set DISCONT when there actually is a discont or when we just
4539         started.
4540
4541 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4542
4543         * ext/flac/gstflac.c: (plugin_init):
4544         Call bindtextdomain() to get localized strings.
4545
4546 2007-05-02  Wim Taymans  <wim@fluendo.com>
4547
4548         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4549         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4550         (gst_wavparse_stream_data):
4551         * gst/wavparse/gstwavparse.h:
4552         Be a bit more clever when dealing with VBR files with FACT tags, we
4553         don't want to timestamp buffers in that case but the estimated BPS can
4554         be used for seeking.
4555         Only send close segment in the streaming thread.
4556
4557 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4558
4559         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4560         Correctly post an error on the bus if something went wrong in the loop
4561         function. This fixes a few cases where the task was paused and nothing
4562         happened anymore.
4563
4564 2007-05-02  Wim Taymans  <wim@fluendo.com>
4565
4566         * gst/rtsp/test.c: (main):
4567         Fix compilation of deprecated test just because I'm too lazy to delete
4568         it.
4569
4570 2007-05-02  Wim Taymans  <wim@fluendo.com>
4571
4572         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4573         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4574         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4575         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4576         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4577         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4578         * gst/rtsp/gstrtspsrc.h:
4579         Fix sending RTCP to the right place.
4580         Fix bug in reffing the wrong UDP element.
4581         Use new pad names for the session manager.
4582         Implement handling server requests in interleaved and UDP modes.
4583         Handle session keep-alive in UDP modes.
4584         Remove GCond for handling UDP timeouts.
4585
4586         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4587         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4588         (rtsp_connection_receive), (rtsp_connection_close):
4589         * gst/rtsp/rtspconnection.h:
4590         Store connection IP address for later.
4591         Add timeout args to all operations that might block forever.
4592         Parse session timeout.
4593         Only close sockets when not already closed.
4594
4595         * gst/rtsp/rtspdefs.c:
4596         * gst/rtsp/rtspdefs.h:
4597         Add timeout return value and error string.
4598
4599         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4600         Add small comment.
4601
4602 2007-05-01  Wim Taymans  <wim@fluendo.com>
4603
4604         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4605
4606         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4607         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4608         * gst/rtp/gstrtpmp4vpay.h:
4609         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4610
4611 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4612
4613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4614           Remove v4l2src from docs, since it breaks the docs build, and the
4615           plugin is only built if --enable-experimental is used anyway.
4616
4617         * docs/plugins/Makefile.am:
4618           Spaces => tab.
4619
4620 2007-04-29  Wim Taymans  <wim@fluendo.com>
4621
4622         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4623         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4624         Add code to drop membership of a multicast group.
4625
4626         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4627         (gst_udpsink_set_uri):
4628         Implement URI handler.
4629
4630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4631         (gst_rtspsrc_parse_rtpinfo):
4632         Use URI handler to make udpsink instace.
4633         Improve code to configure port and destination.
4634
4635 2007-04-29  Wim Taymans  <wim@fluendo.com>
4636
4637         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4638         Fix multicast detection.
4639         Don't try to join a multicast group if the address is not multicast.
4640
4641         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4642         Small debug improvement.
4643
4644 2007-04-27  Wim Taymans  <wim@fluendo.com>
4645
4646         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4647         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4648         (gst_rtspsrc_handle_message):
4649         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4650         parent.
4651
4652 2007-04-27  Wim Taymans  <wim@fluendo.com>
4653
4654         * gst/rtp/gstrtpilbcdepay.h:
4655         Fix mode property when specified as an arg.
4656
4657 2007-04-26  Edward Hervey  <edward@fluendo.com>
4658
4659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4661         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4662         * docs/plugins/inspect/plugin-osxaudio.xml:
4663         Add documentation for osxaudio plugin.
4664
4665 2007-04-26  Wim Taymans  <wim@fluendo.com>
4666
4667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4668         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4669         (gst_rtspsrc_open), (gst_rtspsrc_close),
4670         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4671         (gst_rtspsrc_pause):
4672         * gst/rtsp/gstrtspsrc.h:
4673         Protect state changes with a lock.
4674
4675         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4676         (parse_line):
4677         * gst/rtsp/rtspconnection.h:
4678         Remove some unused stuff.
4679
4680 2007-04-26  Wim Taymans  <wim@fluendo.com>
4681
4682         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4683         Handle the case where there are exactly 0 bytes to read and the ioctl
4684         did not report an error. Fixes #433530.
4685
4686 2007-04-26  Wim Taymans  <wim@fluendo.com>
4687
4688         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4689         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4690         * gst/wavparse/gstwavparse.h:
4691         Apply DISCONT to buffers.
4692         Only apply timestamp to the first sample after a DISCONT, too many VBR
4693         files cause random jitter in the timestamps. Fixes #433119.
4694
4695 2007-04-25  Wim Taymans  <wim@fluendo.com>
4696
4697         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4698         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4699         (gst_rtp_dec_get_property):
4700         * gst/rtsp/gstrtpdec.h:
4701         Add dummy latency property to be backwards compat with rtpbin.
4702
4703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4704         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4705         (gst_rtspsrc_stream_configure_transport),
4706         (gst_rtspsrc_parse_rtpinfo):
4707         * gst/rtsp/gstrtspsrc.h:
4708         Add latency property and configure in the session manager.
4709         Don't set invalid clock-base and seqnum-base on caps, some servers
4710         sometimes don't send them.
4711
4712 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4713
4714         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4715         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4716           Double-check that RGB input caps are really RGBA caps (apparently
4717           the core doesn't always catch it if those caps aren't a subset of
4718           our template caps, also see #421543). Fixes #429319 in a way.
4719           Also, don't leak the pad template in the transform_caps function.
4720
4721         * tests/check/Makefile.am:
4722         * tests/check/elements/.cvsignore:
4723         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4724         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4725         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4726         (GST_START_TEST), (alphacolor_suite):
4727           Add some basic unit tests for alphacolor.
4728
4729 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4732           If we get a fatal flow return in the loop function, first post the
4733           error message and only then send the EOS event downstream, otherwise
4734           applications might get an eos message before the error message and
4735           think everything was ok (related to #429319).
4736
4737 2007-04-25  Wim Taymans  <wim@fluendo.com>
4738
4739         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4740         Read the channel byte as an unsigned byte.
4741
4742 2007-04-25  Wim Taymans  <wim@fluendo.com>
4743
4744         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4745         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4746         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4747         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4748         (gst_rtp_gsm_depay_setcaps):
4749         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4750         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4751         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4752         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4753         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4754         (gst_ilbc_depay_get_property):
4755         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4756         * gst/rtp/gstrtpmp4adepay.c:
4757         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4758         (gst_rtp_pcma_depay_setcaps):
4759         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4760         (gst_rtp_pcmu_depay_setcaps):
4761         Make sure we configure the clock_rate in the baseclass in the setcaps
4762         function. Fixes #431282.
4763
4764 2007-04-25  Wim Taymans  <wim@fluendo.com>
4765
4766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4767         (gst_rtspsrc_stream_free), (request_pt_map),
4768         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4769         * gst/rtsp/gstrtspsrc.h:
4770         Parse server address from SDP.
4771         Hook up a udpsink to send RTCP back to the server.
4772
4773         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4774         * gst/rtsp/rtsptransport.h:
4775         Add some docs.
4776
4777 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4778
4779         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4780           Make header field check conditional. Fixes #433135
4781
4782 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4783
4784         * docs/plugins/Makefile.am:
4785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4787         * docs/plugins/inspect/plugin-alphacolor.xml:
4788         * gst/alpha/Makefile.am:
4789         * gst/alpha/gstalphacolor.c:
4790         * gst/alpha/gstalphacolor.h:
4791           Add minimal docs blurb to alphacolor; split out headers into
4792           separate header file for gtk-doc.
4793
4794 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4795
4796         * gst/debug/progressreport.c: (gst_progress_report_report):
4797           Don't try to post NULL message (in case we can't query upstream
4798           position or duration).
4799
4800 2007-04-18  Michael Smith  <msmith@fluendo.com>
4801
4802         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4803         (gst_cutter_get_caps):
4804         * gst/cutter/gstcutter.h:
4805           Fix some of the most obvious bugs in cutter. Now doesn't leak
4806           everything if input is silent.
4807
4808 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4809
4810         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4811         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4812         * gst/wavenc/gstwavenc.h:
4813         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4814         else results in a invalid block align and invalid files.
4815
4816 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4817
4818         Patch by: Snaik <snaik32 gmail com>
4819
4820         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4821           Add missing break statement for BOX_HORIZONTAL case.
4822
4823 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4824
4825         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4826
4827         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4828         Use correct format strings for integer types.
4829
4830 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4831
4832         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4833         (gst_wavparse_create_sourcepad):
4834         Use gst_riff_create_audio_template_caps () instead of the local caps.
4835         This makes updates of the local caps unecessary whenever libgstriff
4836         gets support for new formats.
4837
4838 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4839
4840         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4841
4842         * sys/sunaudio/gstsunaudio.c:
4843         * sys/sunaudio/gstsunaudiomixer.c:
4844         * sys/sunaudio/gstsunaudiomixer.h:
4845         * sys/sunaudio/gstsunaudiomixerctrl.c:
4846         * sys/sunaudio/gstsunaudiomixerctrl.h:
4847         * sys/sunaudio/gstsunaudiomixertrack.h:
4848         * sys/sunaudio/gstsunaudiosink.c:
4849         * sys/sunaudio/gstsunaudiosink.h:
4850         * sys/sunaudio/gstsunaudiosrc.c:
4851         * sys/sunaudio/gstsunaudiosrc.h:
4852           Fix and/or update copyright attributions (#430228).
4853
4854 2007-04-13  Wim Taymans  <wim@fluendo.com>
4855
4856         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4857         Fix docs.
4858
4859         * gst/rtsp/URLS:
4860         Add some more example urls.
4861
4862         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4863         (gst_rtp_dec_chain_rtp):
4864         Better debugging.
4865
4866         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4867         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4868         (gst_rtspsrc_parse_rtpinfo):
4869         Remove unused code.
4870
4871 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4872
4873         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4874         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4875         (gst_wavparse_stream_data):
4876           Relax the audio/mpeg caps again and add FIXME: comment.
4877
4878 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4879
4880         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4881         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4882         (gst_wavparse_stream_data):
4883         * gst/wavparse/gstwavparse.h:
4884           More sanity check for the header fields. Fix type for 'rate' header
4885           field.
4886
4887 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4888
4889         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4890         (gst_icydemux_unicodify):
4891           If the metadata strings we get in the stream are not UTF-8, try to
4892           interpret them according to the character encodings specified in the
4893           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4894           only fall back to locale/ISO-8859-1 if those aren't set or don't
4895           work. Should fix #428901.
4896
4897 2007-04-12  Wim Taymans  <wim@fluendo.com>
4898
4899         * gst/rtp/gstrtph264depay.c:
4900         Use the proper sync word for SPS and PPS.
4901
4902 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4903
4904         * gst/rtp/Makefile.am:
4905         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4906           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4907         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4908           Add a simple hashing implementation that we can use to generate
4909           a 24-bit ident value based on the codebooks for vorbis and theora.
4910         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4911           gst_rtp_theora_pay_handle_buffer):
4912         * gst/rtp/gstrtpvorbisdepay.c
4913           (gst_rtp_vorbis_depay_parse_configuration,
4914           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4915         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4916           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4917           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4918           Use the hashing function, ensuring that the same codebooks result
4919           in the same ident and thus the same SDP description.
4920           Various log fixes/changes.
4921
4922 2007-04-12  Wim Taymans  <wim@fluendo.com>
4923
4924         Patch by: jerry tan <jerry dot tan at sun dot com>
4925
4926         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4927         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4928         application's responsibility to make sure it open the device once.
4929         Remove a careless error if AUDIODEV is set. Fixes #392620.
4930
4931 2007-04-12  Wim Taymans  <wim@fluendo.com>
4932
4933         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4934         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4935         * gst/rtsp/gstrtpdec.h:
4936         Make backward compat with rtpbin by adding the request-pt-map signals.
4937
4938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4939         (new_session_pad), (request_pt_map),
4940         (gst_rtspsrc_stream_configure_transport),
4941         (gst_rtspsrc_stream_configure_caps),
4942         (gst_rtspsrc_activate_streams):
4943         * gst/rtsp/gstrtspsrc.h:
4944         Implement request-pt-map signals instead of setting caps on the buffers
4945         for the session manager.
4946
4947 2007-04-11  Wim Taymans  <wim@fluendo.com>
4948
4949         * gst/udp/gstudp.c: (plugin_init):
4950         Register GstNetBuffer in plugin_init so that the type can be used from
4951         multiple threads without races.
4952
4953 2007-04-10  Wim Taymans  <wim@fluendo.com>
4954
4955         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4956         (gst_rtp_amr_depay_process):
4957         Fix depayloader clock_rate and some cleanups.
4958
4959         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4960         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4961         * gst/rtp/gstrtph264depay.h:
4962         Don't push codec_data in the adapter because it might get flushed when
4963         we get a discont.
4964
4965         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4966         Handle multiple AU per packet.
4967
4968         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4969         (gst_rtp_sv3v_depay_plugin_init):
4970         Disable rank, this one does not work.
4971         Remove timestamping, base class does that.
4972
4973 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4974
4975         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4976           limit caps to the formats we announce in the template
4977
4978         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4979         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4980         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4981           fix some crashers/asserts when dealing with broken files
4982
4983 2007-04-10  Wim Taymans  <wim@fluendo.com>
4984
4985         Patch by: Peter Kjellerstedt  <pkj at axis com>
4986
4987         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4988         * gst/rtp/gstrtpL16depay.c:
4989         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4990         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4991         (gst_rtp_speex_depay_setcaps):
4992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4993         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4994         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4995         Fix some compiler warnings. Fixes #428182.
4996
4997 2007-04-06  Wim Taymans  <wim@fluendo.com>
4998
4999         * gst/rtsp/Makefile.am:
5000         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
5001         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
5002         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
5003         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
5004         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
5005         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
5006         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
5007         (create_rtcp), (gst_rtp_dec_request_new_pad),
5008         (gst_rtp_dec_release_pad):
5009         * gst/rtsp/gstrtpdec.h:
5010         * gst/rtsp/gstrtsp.c: (plugin_init):
5011         Morph RTPDec into something compatible with RTPBin as a fallback.
5012         Various other style fixes.
5013
5014         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
5015         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
5016         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
5017         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
5018         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5019         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
5020         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5021         * gst/rtsp/gstrtspsrc.h:
5022         Implement RTPBin session manager handling.
5023         Don't try to add empty properties to caps.
5024         Implement fallback session manager, handling.
5025         Don't combine errors from RTCP streams, just ignore them.
5026
5027         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
5028         * gst/rtsp/rtsptransport.h:
5029         Implement fallback session manager.
5030         Make RTPBin the default one when available.
5031
5032 2007-04-05  Wim Taymans  <wim@fluendo.com>
5033
5034         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5035         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
5036         This element is ready to be autoplugged.
5037
5038 2007-04-05  Julien MOUTTE  <julien@moutte.net>
5039
5040         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5041         Don't leave the offsets defined by upstream element on the
5042         compressed data buffer we are pushing downstream. Make them
5043         GST_BUFFER_OFFSET_NONE.
5044
5045 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
5046
5047         * gst/avi/README:
5048         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5049         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5050         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5051         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5052         (gst_avi_demux_calculate_durations_from_index),
5053         (gst_avi_demux_stream_header_push),
5054         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
5055         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5056           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5057
5058 2007-04-03  Wim Taymans  <wim@fluendo.com>
5059
5060         * gst/smpte/barboxwipes.c:
5061         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5062
5063 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5064
5065         * gst/wavparse/gstwavparse.c:
5066         Support audio/x-raw-float in wav files. This only works with
5067         plugins-base CVS, using an older version doesn't have any
5068         disadvantages though.
5069
5070 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5071
5072         * configure.ac:
5073         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5074         (gst_au_parse_parse_header), (gst_au_parse_chain):
5075         * gst/auparse/gstauparse.h:
5076         Revert last change as we don't want plugins-good to depend on
5077         plugins-base CVS now.
5078
5079 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5080
5081         * configure.ac:
5082         Require gst-plugins-base CVS for audioconvert with non-native
5083         float support and width/depth fix in libgstriff.
5084
5085         Patch by: René Stadler <mail at renestadler dot de>
5086
5087         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5088         (gst_au_parse_parse_header), (gst_au_parse_chain):
5089         * gst/auparse/gstauparse.h:
5090         Don't swap the floats ourself if they're not in native endianness.
5091         Instead let audioconvert handle this. Fixes #339838.
5092
5093 2007-03-29  Wim Taymans  <wim@fluendo.com>
5094
5095         * gst/rtp/gstasteriskh263.h:
5096         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5097         (gst_rtp_h263p_depay_change_state):
5098         * gst/rtp/gstrtph263pdepay.h:
5099         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5100         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5101         (gst_rtp_h264_depay_change_state):
5102         * gst/rtp/gstrtph264depay.h:
5103         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5104         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5105         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5106         Flush adapter on disconts.
5107
5108 2007-03-29  Wim Taymans  <wim@fluendo.com>
5109
5110         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5111         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5112         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5113         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5114         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5115         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5116         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5117         (gst_rtp_mp4v_depay_process):
5118         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5119         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5120         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5121         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5122         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5123         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5124         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5125         Use more efficient adapter and rtpbuffer methods when possible.
5126
5127 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5128
5129         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5130         (gst_wavenc_sink_setcaps):
5131         Correctly handle width!=depth input.
5132         * gst/wavparse/gstwavparse.c:
5133         Already export in the caps that width==8 uses unsigned samples and
5134         everything else uses signed samples.
5135
5136 2007-03-29  Wim Taymans  <wim@fluendo.com>
5137
5138         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5139
5140         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5141         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5142         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5143         (gst_dynudpsink_close):
5144         * gst/udp/gstdynudpsink.h:
5145         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5146         (gst_udpsrc_create), (gst_udpsrc_set_property),
5147         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5148         * gst/udp/gstudpsrc.h:
5149         Rework the socket allocation a bit based on the sockfd argument so that
5150         it becomes usable.
5151         Add a closefd property to instruct the udp elements to close the custom
5152         file descriptors when going to READY. Fixes #423304.
5153         API:GstUDPSrc::closefd property
5154         API:GstDynUDPSink::closefd property
5155
5156 2007-03-29  Wim Taymans  <wim@fluendo.com>
5157
5158         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5159
5160         * gst/rtp/Makefile.am:
5161         * gst/rtp/gstrtp.c: (plugin_init):
5162         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5163         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5164         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5165         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5166         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5167         (gst_rtp_h264_pay_plugin_init):
5168         * gst/rtp/gstrtph264pay.h:
5169         Added H264 payloader. Fixes #423782.
5170
5171         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5172         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5173         Small fixes.
5174
5175 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5176
5177         * gst/wavparse/gstwavparse.c:
5178         Actually support depths from 1 to 32, not only 8 to 32.
5179
5180 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5181
5182         * gst/wavparse/gstwavparse.c:
5183         Add support for wav files containing audio/x-raw-int with random
5184         depths between 1 and 32 bits.
5185
5186 2007-03-28  Wim Taymans  <wim@fluendo.com>
5187
5188         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5189
5190         * gst/rtp/Makefile.am:
5191         * gst/rtp/gstrtp.c: (plugin_init):
5192         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5193         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5194         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5195         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5196         (gst_rtp_mp4a_depay_get_property),
5197         (gst_rtp_mp4a_depay_change_state),
5198         (gst_rtp_mp4a_depay_plugin_init):
5199         * gst/rtp/gstrtpmp4adepay.h:
5200         Added MP4A-LATM depayloader. Fixes #417792.
5201
5202         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5203         (gst_rtp_mp4v_depay_process):
5204         Fixup depayloader, setting codec_data, using more efficient adaptor and
5205         rtpbuffer handling.
5206
5207         * gst/rtsp/URLS:
5208         Add url to test above.
5209
5210 2007-03-25  Wim Taymans  <wim@fluendo.com>
5211
5212         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5213         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5214         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5215         (gst_rtspsrc_media_to_caps),
5216         (gst_rtspsrc_stream_configure_transport),
5217         (gst_rtspsrc_stream_configure_caps),
5218         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5219         * gst/rtsp/gstrtspsrc.h:
5220         Handle default clock-rates for static payload types, rearrange stuff so
5221         that the rtpmap field in the sdp can override the defaults.
5222         Parse RTP-Info field to get the seqnum and timebase fields that should
5223         go in the caps.
5224         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5225         the server. 
5226
5227 2007-03-22  Wim Taymans  <wim@fluendo.com>
5228
5229         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5230
5231         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5232         Accept complex pipeline descriptions as an audio profile instead of just
5233         a single element. Fixes #420658.
5234
5235 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5236
5237         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5238           Rename registered type in preparation of GstTagDemux moving to
5239           -base at some point in the future.
5240
5241 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5242
5243         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5244           Streaming mode fixes: don't unref buffer we don't own any longer;
5245           remove bogus adapter flush. Fixes #419338.
5246
5247 2007-03-17  David Schleef  <ds@schleef.org>
5248
5249         * REQUIREMENTS: Change the format to key/value, add a bunch of
5250           information, remove a bunch of requirements that are for
5251           other GStreamer packages.
5252
5253 2007-03-17  David Schleef  <ds@schleef.org>
5254
5255         * REQUIREMENTS: Fix a few things.  This file really needs a
5256         good once-over.
5257
5258 2007-03-15  Edward Hervey  <edward@fluendo.com>
5259
5260         * sys/Makefile.am:
5261         Don't forget to distribute the sys/osxaudio/ directory.
5262
5263 2007-03-15  Edward Hervey  <edward@fluendo.com>
5264
5265         * configure.ac:
5266         * sys/Makefile.am:
5267         * sys/osxaudio/Makefile.am:
5268         * sys/osxaudio/gstosxaudio.c:
5269         * sys/osxaudio/gstosxaudiosink.c:
5270         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5271         (gst_osx_audio_sink_getcaps),
5272         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5273         * sys/osxaudio/gstosxaudiosrc.c:
5274         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5275         (gst_osx_audio_src_create_ringbuffer):
5276         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5277         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5278         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5279         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5280         * sys/osxaudio/gstosxringbuffer.h:
5281         Activate osxaudio in gst-plugins-good with proper build setup.
5282         Add inlined documentation.
5283         Fix debug statements
5284         Fix ringbuffer when pausing.
5285         Fixes #323471
5286
5287 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5288         * gst/rtp/gstrtppcmapay.c:
5289         * gst/rtp/gstrtppcmapay.h:
5290         * gst/rtp/gstrtppcmupay.c:
5291         * gst/rtp/gstrtppcmupay.h:
5292         Ported mulaw and alaw payloaders to use new base class
5293
5294 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5295
5296         * po/af.po:
5297         * po/az.po:
5298         * po/cs.po:
5299         * po/en_GB.po:
5300         * po/it.po:
5301         * po/nl.po:
5302         * po/or.po:
5303         * po/sq.po:
5304         * po/sr.po:
5305         * po/sv.po:
5306         * po/uk.po:
5307         * po/vi.po:
5308           Update translations.
5309
5310 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5311
5312         * configure.ac:
5313           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5314
5315 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5318           Fix handling of -1 values for start and stop values when seeking,
5319           and SEEK_CUR+SEEK_END here as well.
5320
5321 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5322
5323         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5324           Fix handling of -1 values for start and stop values when seeking, 
5325           and SEEK_CUR+SEEK_END.
5326
5327 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5328
5329         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5330           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5331           the image format a variable-length NUL-terminated string; in
5332           versions before that the image format is a fixed-length string of
5333           3 characters (see #348644 for a sample tag).
5334           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5335
5336 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5337
5338         * win32/MANIFEST:
5339         Add new project files to MANIFEST.
5340         * win32/vs6/libgstaudiofx.dsp:
5341         * win32/vs6/libgstrtp.dsp:
5342         * win32/vs6/libgstrtsp.dsp:
5343         Update project files.
5344         
5345 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5348         (gst_avi_demux_parse_index):
5349         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5350         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5351           Printf format fixes; also add some missing quotes in translated
5352           strings. Fixes #416728 and #416727.
5353
5354 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5355
5356         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5357           Tim and I can't think of any reason the child audio sink needs to 
5358           be set back to NULL after successfully determining that it can 
5359           reach READY - it gets immediately set back to READY by the caller
5360           anyway, causing an unnecessary close/open of any audio devices
5361           involved.
5362
5363 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5364
5365         * po/LINGUAS:
5366         * po/ja.po:
5367           Add ja.po file from #377306.
5368
5369 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5370
5371         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5372         * sys/sunaudio/gstsunaudiomixertrack.c:
5373         (gst_sunaudiomixer_track_new):
5374           Actually translate sunaudio mixer track labels instead of just
5375           marking the strings as translatable (#377306); clean up weird
5376           label string mapping code that serves no apparent purpose. Also
5377           set the 'untranslated-label' property when creating mixer tracks
5378           if the GstMixerTrack base class supports this.
5379
5380         * tests/check/Makefile.am:
5381         * tests/check/elements/.cvsignore:
5382         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5383         (sunaudio_suite):
5384           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5385           actually tested on a system where sunaudiomixer is available).
5386
5387 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5388
5389         * tests/check/Makefile.am:
5390         Re-enable the states test and see if it works on the buildbots.
5391
5392 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5393
5394         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5395         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5396         (gst_dvdec_change_state):
5397         * ext/dv/gstdvdec.h:
5398         Infer pixel-aspect-ratio from the video frame format if it isn't
5399         provided by the container, as happens when playing DV from AVI
5400         or Quicktime containers.
5401
5402         Patch by: Wim Taymans <wim@fluendo.com>
5403         Fixes #380944
5404
5405 2007-03-09  Wim Taymans  <wim@fluendo.com>
5406
5407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5408         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5409         will later be handled by the jitterbuffer.
5410
5411 2007-03-09  Wim Taymans  <wim@fluendo.com>
5412
5413         * ext/taglib/gstid3v2mux.cc:
5414         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5415         Fixes #414496.
5416         
5417         Patch by: Alex Lancaster <alexl at users sourceforge net>
5418
5419 2007-03-09  Wim Taymans  <wim@fluendo.com>
5420
5421         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5422         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5423         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5424         (gst_avi_demux_chain):
5425         Fix stream position reporting after a seek. Fixes #416445.
5426
5427 2007-03-08  Wim Taymans  <wim@fluendo.com>
5428
5429         Patch by: René Stadler <mail at renestadler dot de>
5430
5431         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5432         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5433         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5434         Make avidemux accept optional header chunks in any order.
5435         Fixes #415446.
5436
5437 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5438
5439         * tests/check/Makefile.am:
5440         Disable the states check until the remaining Valgrind errors
5441         are fixed or suppressed.
5442
5443 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5444
5445         * tests/check/elements/.cvsignore:
5446           Add audiodynamic check to .cvsignore
5447
5448 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5449
5450         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5451
5452         * gst/audiofx/Makefile.am:
5453         * gst/audiofx/audiodynamic.c:
5454         (gst_audio_dynamic_characteristics_get_type),
5455         (gst_audio_dynamic_mode_get_type),
5456         (gst_audio_dynamic_set_process_function),
5457         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5458         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5459         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5460         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5461         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5462         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5463         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5464         (gst_audio_dynamic_transform_hard_knee_expander_int),
5465         (gst_audio_dynamic_transform_hard_knee_expander_float),
5466         (gst_audio_dynamic_transform_soft_knee_expander_int),
5467         (gst_audio_dynamic_transform_soft_knee_expander_float),
5468         (gst_audio_dynamic_transform_ip):
5469         * gst/audiofx/audiodynamic.h:
5470         * gst/audiofx/audiofx.c: (plugin_init):
5471         Add new audiodynamic element which can act as a compressor or
5472         expander. Supported are hard-knee and soft-knee operation modes with
5473         user-specified ratio and threshold.
5474         Attack and release parameters are not yet implemented but will follow.
5475         * docs/plugins/Makefile.am:
5476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5478         * docs/plugins/gst-plugins-good-plugins.args:
5479         * docs/plugins/inspect/plugin-audiofx.xml:
5480         Integrate audiodynamic into the docs.
5481         * tests/check/Makefile.am:
5482         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5483         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5484         Add unit test for audiodynamic.
5485
5486 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5487
5488         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5489         Free handles that we allocated when exiting via the error paths.
5490
5491 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5492
5493         * gst/level/gstlevel.c: (gst_level_class_init),
5494         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5495         (gst_level_transform_ip):
5496         * gst/level/gstlevel.h:
5497           Resolve message timestamps against the playback segment.
5498
5499 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5500
5501         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5502         (gst_id3demux_sink_activate):
5503           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5504           caps passed to it (previously one code path assumed it took ownership
5505           while another one assumed it didn't, while in fact it sometimes did and
5506           sometimes didn't ...).
5507
5508         * configure.ac:
5509         * tests/files/Makefile.am:
5510         * tests/files/id3-407349-1.tag:
5511         * tests/files/id3-407349-2.tag:
5512           Add directory where data for unit tests can be stored.
5513
5514         * tests/Makefile.am:
5515         * tests/check/Makefile.am:
5516         * tests/check/elements/.cvsignore:
5517         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5518         (read_tags_from_file), (run_check_for_file),
5519         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5520           Add unit test for id3demux, and in particular for bug #407349. Only
5521           testing pull-mode for now; push mode doesn't work yet because the test
5522           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5523
5524 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * tests/check/Makefile.am:
5527           Add missing backslash at end of line.
5528
5529 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5530
5531         Trigger rebuild.
5532
5533 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5534
5535         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5536         * gst/id3demux/id3tags.h:
5537         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5538         (parse_obsolete_tdat_frame):
5539           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5540           the four-digit number will be interpreted as a year, whereas it is
5541           month and day in DDMM format. Instead, parse TDAT frames and fix up
5542           the date in the GST_TAG_DATE tag later if we also extracted a year.
5543           Fixes #407349.
5544
5545 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5546
5547         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5548         (gst_switch_commit_new_kid):
5549         Fix up the dispose logic so it doesn't leak, and fix setting of 
5550         the child state so that we don't set a child to our current state 
5551         just as we are changing it to something else.
5552
5553 2007-03-06  Wim Taymans  <wim@fluendo.com>
5554
5555         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5556         (gst_goom_chain):
5557         * gst/goom/gstgoom.h:
5558         Document, fix and improve goom adapter behaviour.
5559         Fixes #407006.
5560
5561 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5562
5563         * ext/esd/esdsink.c: (gst_esdsink_open):
5564         Unref static pad template after using it.
5565
5566 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5567
5568         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5569         (gst_switch_commit_new_kid):
5570         Fix up the reference counting of the child elements.
5571
5572 2007-03-05  Wim Taymans  <wim@fluendo.com>
5573
5574         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5575         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5576         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5577         Fix encoding-name case.
5578
5579 2007-03-05  Wim Taymans  <wim@fluendo.com>
5580
5581         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5582         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5583         (gst_rtp_speex_depay_process):
5584         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5585         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5586         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5587         (gst_rtp_speex_pay_change_state):
5588         * gst/rtp/gstrtpspeexpay.h:
5589         Fix speex (de)payloader. Fixes #358040.
5590
5591 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5592
5593         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5594         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5595         Install fakesink in NULL by fixing some broken logic. This obviates
5596         the need to manually set _IS_SINK.
5597         Add some comments and remove a little cruft while I'm at it.
5598
5599 2007-03-05  Wim Taymans  <wim@fluendo.com>
5600
5601         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5602         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5603
5604 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         * po/POTFILES.in:
5607           Update.
5608
5609 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5610
5611         * tests/check/Makefile.am:
5612         Gah! Also disable gconfvideosink from the tests, otherwise
5613         it will instantiate autovideosink, and dfbvideosink and
5614         leak on the buildbots.
5615
5616 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5617
5618         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5619         (gst_cdio_cdda_src_finalize):
5620         Make sure we always destroy our libcdio handle.
5621
5622 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5623
5624         * tests/check/Makefile.am:
5625         Disable autovideosink so the buildbots don't barf over memory
5626         leaked in the directfb sink.
5627
5628 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5629
5630         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5631         Chain up in dispose
5632
5633 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5634
5635         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5636         (gst_multipart_find_pad_by_mime):
5637         Use gst_pad_new_from_static_template instead of
5638         static_pad_template_get+pad_new.
5639
5640 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5641
5642         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5643         Catch the case where no clock has been set.
5644
5645 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5646
5647         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5648         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5649         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5650         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5651         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5652         (gst_gconf_audio_src_finalize), (do_toggle_element):
5653         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5654         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5655         (do_toggle_element):
5656         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5657         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5658         (gst_gconf_video_src_finalize), (do_toggle_element):
5659         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5660         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5661         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5662         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5663         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5664         (gst_shout2send_init), (gst_shout2send_finalize):
5665         * gst/debug/testplugin.c: (gst_test_class_init),
5666         (gst_test_finalize):
5667         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5668         (gst_flxdec_dispose):
5669         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5670         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5671         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5672         (gst_rtspsrc_finalize):
5673         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5674         * gst/rtsp/rtspextwms.h:
5675         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5676         (gst_smpte_finalize):
5677         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5678         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5679         (gst_udpsink_finalize):
5680         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5681         (gst_wavparse_sink_activate):
5682         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5683         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5684         (gst_oss_src_finalize):
5685         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5686         * sys/v4l2/gstv4l2object.h:
5687         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5688         (gst_v4l2src_finalize):
5689         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5690
5691         Fix a bunch of leaks shown by the newly-added states test.
5692
5693 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5694
5695         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5696         Use gst_pad_new_from_static_template instead of 
5697         static_pad_template_get+pad_new.
5698
5699 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5702
5703         * ext/libcaca/Makefile.am:
5704         * gst/debug/Makefile.am:
5705           Don't mix tabs and spaces (#414168).
5706
5707 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5708
5709         * tests/check/generic/.cvsignore:
5710           Ignore files to please buildbot.
5711
5712 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5713
5714         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5715         (gst_wavparse_stream_data):
5716           Unbreak my previous commit (swapped nominator & denominator). Tim,
5717           thanks for spotting.
5718
5719 2007-03-02  Wim Taymans  <wim@fluendo.com>
5720
5721         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5722         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5723         (gst_cdio_cdda_src_finalize):
5724         Small code cleanups.
5725         Don't use pad_alloc as the base class cannot deal with the error codes.
5726
5727 2007-03-02  Wim Taymans  <wim@fluendo.com>
5728
5729         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5730         (gst_udpsrc_create):
5731         Fix doc.
5732
5733 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5734
5735         Patch by: René Stadler <mail@renestadler.de>
5736
5737         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5738         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5739         (gst_wavparse_stream_data):
5740           Handle rounding better to not drop last sample frame. Fixes #356692
5741
5742 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5743
5744         * tests/check/Makefile.am:
5745         Disable cacasink from the states check too - it also calls exit(1)
5746         on us when it can't find a terminal to talk to.
5747
5748 2007-03-02  Wim Taymans  <wim@fluendo.com>
5749
5750         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5751
5752         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5753         (gst_udpsrc_create), (gst_udpsrc_set_property),
5754         (gst_udpsrc_get_property):
5755         * gst/udp/gstudpsrc.h:
5756         Add support to strip proprietary headers. Fixes #350296.
5757
5758 2007-03-02  Wim Taymans  <wim@fluendo.com>
5759
5760         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5761         Fix compilation.
5762
5763 2007-03-02  Wim Taymans  <wim@fluendo.com>
5764
5765         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5766
5767         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5768         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5769         (gst_rtp_mp2t_depay_set_property),
5770         (gst_rtp_mp2t_depay_get_property):
5771         * gst/rtp/gstrtpmp2tdepay.h:
5772         Add support to strip off proprietary headers. Fixes #350278.
5773
5774 2007-03-02  Wim Taymans  <wim@fluendo.com>
5775
5776         * ext/hal/hal.c:
5777         Fix compilation.
5778
5779 2007-03-02  Wim Taymans  <wim@fluendo.com>
5780
5781         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5782         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5783         (gst_sunaudiosrc_open):
5784         * sys/sunaudio/gstsunaudiosrc.h:
5785         Remove device-name from GstSunAudioSrc. Fixes #412597.
5786
5787 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5788
5789         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5790         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5791         Having NULL as UDI previously selected the default sink/src. Change
5792         this back but mention it in the debug output.
5793         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5794         (gst_hal_get_oss_element), (gst_hal_get_string),
5795         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5796         (gst_hal_get_audio_src):
5797         * ext/hal/hal.h:
5798         Refactor a bit, check all error conditions, greatly improve debugging
5799         and fix some possible memory leaks. Also implement OSS support
5800         and allow specifying an UDI that points to a real device. For this the
5801         child device which supports ALSA (preferred) or OSS is used.
5802         As a side effect this makes it impossible now to get a alsasink in
5803         halaudiosrc and a alsasrc in halaudiosink.
5804
5805 2007-03-01  Wim Taymans  <wim@fluendo.com>
5806
5807         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5808         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5809         Errors from the udp sources are not fatal unless all of them are in
5810         error.
5811
5812 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5813
5814         * tests/check/Makefile.am:
5815         Disable aasink in the states test. I suspect this is the element that
5816         is calling exit(1) when it can't proceed.
5817
5818 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5819
5820         * tests/check/Makefile.am:
5821         Draw plugins in from the build tree sys/ dir, rather than picking
5822         up the already installed versions.
5823
5824 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5825
5826         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5827         Error out correctly when getting xcontext fails.
5828
5829 2007-03-01  Wim Taymans  <wim@fluendo.com>
5830
5831         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5832         Make state change to PAUSED NO_PREROLL because that's what it will be in
5833         the future and rtspsrc relies on it.
5834
5835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5836         (gst_rtspsrc_change_state):
5837         Don't error out when we don't get an error from the state change
5838         function.
5839
5840 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5841
5842         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5843         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5844           Check if the device UDI is set before trying to query HAL
5845           about it and give a useful error message if it wasn't set.
5846         * ext/hal/hal.c: (gst_hal_get_string):
5847           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5848           gives an assertion failure in D-Bus when running with
5849           DBUS_FATAL_WARNINGS=1.
5850
5851 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5852
5853         * configure.ac:
5854           Convert to new AG_GST style.
5855
5856 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5857
5858         * tests/check/Makefile.am:
5859         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5860           add test for states
5861
5862 2007-02-28  Wim Taymans  <wim@fluendo.com>
5863
5864         * tests/check/elements/.cvsignore:
5865         Add new videofilter check to .cvsignore.
5866
5867 2007-02-28  Wim Taymans  <wim@fluendo.com>
5868
5869         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5870         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5871         (gst_avi_demux_loop), (gst_avi_demux_chain):
5872         Fix combined flow return. Fixes #412608.
5873
5874 2007-02-28  Wim Taymans  <wim@fluendo.com>
5875
5876         * gst/videofilter/Makefile.am:
5877         Dist header..
5878
5879 2007-02-28  Wim Taymans  <wim@fluendo.com>
5880
5881         * gst/videofilter/gstgamma.h:
5882         Add header too.
5883
5884 2007-02-28  Wim Taymans  <wim@fluendo.com>
5885
5886         Patch by: Mark Nauwelaerts <manauw at skynet be>
5887
5888         * gst/videofilter/Makefile.am:
5889         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5890         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5891         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5892         (oil_tablelookup_u8), (gst_gamma_set_caps),
5893         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5894         Port gamma filter to 0.10. Fixes #412704.
5895
5896         * tests/check/Makefile.am:
5897         * tests/check/elements/videofilter.c: (setup_filter),
5898         (cleanup_filter), (check_filter), (GST_START_TEST),
5899         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5900         Add unit tests for videofilters.
5901
5902 2007-02-28  Wim Taymans  <wim@fluendo.com>
5903
5904         * gst/rtsp/URLS:
5905         Add another interesting test url.
5906
5907         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5908         Don't allow getting header fields from data packets.
5909
5910 2007-02-28  Michael Smith  <msmith@fluendo.com>
5911
5912         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5913         (gst_shout2send_init), (gst_shout2send_start),
5914         (gst_shout2send_set_property), (gst_shout2send_get_property):
5915         * ext/shout2/gstshout2.h:
5916           Add a property for username.
5917
5918 2007-02-27  Christian Schallerr <christian@fluendo.com>
5919
5920         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5921
5922 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5923
5924         * gst/rtsp/Makefile.am:
5925         Fix make check too.
5926
5927 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5928
5929         * gst/rtsp/base64.c: (util_base64_encode):
5930         * gst/rtsp/base64.h:
5931         Commit missing files for base64 encoding.
5932
5933 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5934
5935         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5936
5937         * configure.ac:
5938         * ext/annodex/Makefile.am:
5939         * ext/jpeg/Makefile.am:
5940         * ext/speex/Makefile.am:
5941         * gst/alpha/Makefile.am:
5942         * gst/cutter/Makefile.am:
5943         * gst/debug/Makefile.am:
5944         * gst/effectv/Makefile.am:
5945         * gst/goom/Makefile.am:
5946         * gst/level/Makefile.am:
5947         * gst/smpte/Makefile.am:
5948         * gst/videofilter/Makefile.am:
5949           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5950
5951 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5952
5953         * gst/rtsp/Makefile.am:
5954         * gst/rtsp/rtspconnection.c: (append_auth_header),
5955         (rtsp_connection_send), (rtsp_connection_set_auth):
5956         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5957         from icecast to replace it. Relicensed from GPL courtesy of Mike
5958         Smith.
5959
5960 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5961
5962         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5963         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5964         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5965         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5966         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5967         (gst_rtspsrc_uri_set_uri):
5968         * gst/rtsp/gstrtspsrc.h:
5969         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5970         (append_auth_header), (rtsp_connection_send),
5971         (rtsp_connection_free), (rtsp_connection_set_auth):
5972         * gst/rtsp/rtspconnection.h:
5973         * gst/rtsp/rtspdefs.h:
5974         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5975         * gst/rtsp/rtspurl.h:
5976
5977         Implement simple Basic Authentication support so that urls like
5978         rtsp://user:pass@hostname/rtspstream work on hosts that require
5979         authentication.
5980
5981 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5982
5983         * sys/v4l2/gstv4l2object.c:
5984         * sys/v4l2/gstv4l2tuner.c:
5985         * sys/v4l2/v4l2_calls.c:
5986         Fix segfault when oppening a radio device.
5987         
5988 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5989
5990         * gst/level/gstlevel.c: (gst_level_set_caps),
5991         (gst_level_transform_ip):
5992         * sys/v4l2/README:
5993         * tests/check/elements/level.c: (GST_START_TEST):
5994           Fix level for multi-channel case.
5995
5996 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5997
5998         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5999         (gst_level_transform_ip):
6000         * gst/level/gstlevel.h:
6001           Use function pointer for process function and add process functions
6002           for float audio.
6003
6004 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
6005
6006         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6007         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6008         (gst_v4l2src_capture_init):
6009           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
6010           fixes #407369
6011
6012 2007-02-18  Wim Taymans  <wim@fluendo.com>
6013
6014         * gst/rtp/Makefile.am:
6015         * gst/rtp/gstrtp.c: (plugin_init):
6016         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
6017         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
6018         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
6019         (gst_rtp_mp2t_pay_plugin_init):
6020         * gst/rtp/gstrtpmp2tpay.h:
6021         Added simple mpeg transport stream payloader.
6022
6023 2007-02-16  Wim Taymans  <wim@fluendo.com>
6024
6025         * gst/rtsp/URLS:
6026         Add example H264 rtsp url.
6027
6028         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6029         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6030         Don't convert values to lowercase or we might mess up base64 encoded
6031         properties.
6032
6033 2007-02-16  Wim Taymans  <wim@fluendo.com>
6034
6035         * gst/rtp/README:
6036         Fix case of string params.
6037
6038         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6039         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6040         Fix depayloader, support more packet types.
6041         Add sync codes to make sure the packetizer can do its job.
6042
6043         * gst/rtp/gstrtpmp4gdepay.c:
6044         * gst/rtp/gstrtpmp4gpay.c:
6045         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6046         Fix caps case again.
6047
6048 2007-02-15  Wim Taymans  <wim@fluendo.com>
6049
6050         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
6051         Set right caps on output buffers.
6052
6053 2007-02-14  Wim Taymans  <wim@fluendo.com>
6054
6055         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6056         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6057         Clear stack allocated SDPMedia struct before calling _init() on it.
6058         Clarify this in the docs as well.
6059
6060 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6061
6062         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6063         (do_change_child):
6064         Don't reset the profile when going switching states, as it makes
6065         the element non-reusable.
6066
6067 2007-02-14  Wim Taymans  <wim@fluendo.com>
6068
6069         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6070         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6071         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6072         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6073         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6074         (sdp_parse_line):
6075         * gst/rtsp/sdpmessage.h:
6076         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6077         Fix memory management of SDP messages. Fixes #407793.
6078
6079 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6080
6081         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6082
6083         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6084         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6085
6086 2007-02-14  Wim Taymans  <wim@fluendo.com>
6087
6088         Patch by: jp.liu <jp_liu at astrocom dot cn>
6089
6090         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6091         Fix parsing of password field in url. Fixes #407797.
6092
6093 2007-02-14  Wim Taymans  <wim@fluendo.com>
6094
6095         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6096         (gst_wavparse_reset), (gst_wavparse_init),
6097         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6098         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6099         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6100         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6101         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6102         (gst_wavparse_loop), (gst_wavparse_chain),
6103         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6104         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6105         (plugin_init):
6106         * gst/wavparse/gstwavparse.h:
6107         Update docs.
6108         Use boilerplate.
6109         Various code cleanups.
6110         When the bitrate is not known (bps == 0 or compressed formats) let
6111         downstream element guestimate the duration and position and don't
6112         generate timestamps or durations. Fixes #405213.
6113         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6114         error flowreturn upstream.
6115
6116 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6117
6118         * ext/gconf/Makefile.am:
6119         * ext/gconf/gconf.c: (gst_gconf_get_string),
6120         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6121         (gst_gconf_render_bin_with_default):
6122         * ext/gconf/gconf.h:
6123         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6124         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6125         (gst_gconf_audio_sink_dispose), (do_change_child),
6126         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6127         (cb_change_child), (gst_gconf_audio_sink_change_state):
6128         * ext/gconf/gstgconfaudiosink.h:
6129         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6130         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6131         (gst_switch_sink_init), (gst_switch_sink_dispose),
6132         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6133         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6134         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6135         * ext/gconf/gstswitchsink.h:
6136         * gst/autodetect/gstautoaudiosink.c:
6137         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6138         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6139         (gst_auto_audio_sink_detect):
6140         * gst/autodetect/gstautovideosink.c:
6141         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6142         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6143         (gst_auto_video_sink_detect):
6144         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6145         and a child that implements the GConf key monitoring. The end goal of
6146         this is an audio sink that can be changed on the fly, but at the 
6147         moment it still only changes on the next READY transition.
6148
6149 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6150
6151         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6152         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6153         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6154         (gst_avi_demux_calculate_durations_from_index),
6155         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6156         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6157         (gst_avi_demux_loop):
6158           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6159
6160 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6161
6162         * configure.ac:
6163         * docs/plugins/Makefile.am:
6164           Add crossreferences to glib/gobject/gstream docs.
6165
6166 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6167
6168         * gst/monoscope/Makefile.am:
6169         * gst/monoscope/gstmonoscope.c:
6170           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6171           (but no LIBS, since we only use defines from the headers).
6172
6173 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6174
6175         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6176
6177         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6178         (gst_wavparse_stream_data):
6179           Fix massive memory leak when operating in streaming mode due to
6180           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6181           Fixes #407057.
6182
6183 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6184
6185         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6186         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6187         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6188         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6189         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6190         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6191         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6192         (gst_avi_demux_calculate_durations_from_index),
6193         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6194         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6195         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6196         * gst/avi/gstavidemux.h:
6197           Save some memory (8%) by repacking the index entry structure (more to
6198           come). Add more FIXMEs to questionable parts.
6199
6200 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6201
6202         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6203         (gst_v4l2src_get_caps):
6204         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6205         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6206         (gst_v4l2src_capture_init):
6207           More FIXME comments and messaging changes.
6208
6209 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6210
6211         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6212         (gst_goom_change_state):
6213         * gst/goom/gstgoom.h:
6214           Improved docs and use GST_DEBUG_FUNCPTR.
6215
6216         * gst/level/gstlevel.c: (gst_level_class_init):
6217           Use GST_DEBUG_FUNCPTR.
6218
6219         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6220         (gst_monoscope_chain), (gst_monoscope_change_state):
6221           Improved docs source cleanups.
6222
6223 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * gst/debug/Makefile.am:
6226         * gst/debug/gstdebug.c: (plugin_init):
6227         * gst/debug/gstpushfilesrc.c:
6228         * gst/debug/gstpushfilesrc.h:
6229           Add code for a pushfilesrc element that implements a pushfile:// URI
6230           handler, to make debugging push-mode operation of demuxer/decoders
6231           that support both easier in connection with seek/playbin/etc.
6232           The element isn't registered at the moment.
6233
6234 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6235
6236         * gst/avi/gstavimux.c:
6237           Comment a #if 0 in caps template definition as VS6 seems to 
6238         do not support it.
6239         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6240           Use gst_guint64_to_gdouble for conversion.
6241         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6242           Move variables declaration before the first instruction.
6243         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6244           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6245           And don't include netdb.h for G_OS_WIN32
6246         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6247           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6248           by VS6 then use an other way to initialize SDPMedia structure.
6249         * gst/udp/gstdynudpsink.h:
6250         * gst/udp/gstdynudpnetutils.h:
6251           Do not include <sys/time.h> for G_OS_WIN32
6252         * gst/udp/gstudpsrc.c:
6253           Define socklen_t as int for G_OS_WIN32
6254         * win/common/config.h.in:
6255           Undef HAVE_NETINET_IN_H
6256         * win32/vs6/gst_plugins_good.dsw:
6257         * win32/vs6/libgstrtp.dsp:
6258         * win32/vs6/libgstrtsp.dsp:
6259         * win32/vs6/libgstautogen.dsp:
6260         * win32/vs6/libgstaudiofx.dsp:
6261         * win32/vs6/libgstudp.dsp:
6262           Add and update project files.
6263         * win32/common/gstudp-enumtypes.c:
6264         * win32/common/gstudp-enumtypes.h:
6265           Add a copy of udp enumtypes to win32/common as in core 
6266           and base.
6267         
6268 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6269
6270         * configure.ac:
6271           Activate monoscope when building with --enable-experimental. Fix
6272           --enable-external configure switch description.
6273
6274         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6275         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6276           Help gst-indent.
6277
6278 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6281           Explicitly cast result of pointer arithmetic to integer in order to
6282           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6283
6284 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6285
6286         * gst/debug/progressreport.c:
6287           Some more docs.
6288
6289 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6290
6291         * docs/plugins/inspect/plugin-rtp.xml:
6292           Update for new elements.
6293
6294         * gst/debug/progressreport.h:
6295           Commit newly-created header file as well.
6296
6297 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         * docs/plugins/Makefile.am:
6300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6302         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6303         * gst/debug/Makefile.am:
6304         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6305         (gst_progress_report_do_query), (gst_progress_report_report):
6306           Make progressreport element post messages with the current progress
6307           on the bus. Also add some basic docs for it.
6308
6309 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * ext/hal/hal.c: (gst_hal_get_string):
6312         * ext/hal/hal.h:
6313           Some small cleanups; deal with errors when parsing the HAL ALSA
6314           capabilities a bit better.
6315
6316 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6319           Let's try this again and use the right cast this time.
6320
6321 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6322
6323         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6324           Add cast to avoid compiler warnings with older GLib versions
6325           where the nick/name members in GEnumValue are not declared as
6326           constant strings.
6327
6328 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6331         (gst_gconf_render_bin_from_key),
6332         (gst_gconf_get_default_audio_sink):
6333         * ext/gconf/gconf.h:
6334         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6335         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6336         (gst_gconf_audio_sink_get_property):
6337           In gconfaudiosink, get the right key as the old key in do_toggle
6338           (ie. one dependent on the profile selected). Log some more stuff so
6339           we can see what's actually going on.
6340
6341 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6342
6343         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6344         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6345         (gst_audio_amplify_set_process_function),
6346         (gst_audio_amplify_setup):
6347         * gst/audiofx/audioamplify.h:
6348         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6349         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6350         * gst/audiofx/audioinvert.h:
6351         Some small cleanups and port both elements to the new GstAudioFilter
6352         base class to save a few lines of common code.
6353         * gst/audiofx/Makefile.am:
6354         Link against libgstaudio for the above changes
6355
6356 2007-01-29  Wim Taymans  <wim@fluendo.com>
6357
6358         * tests/check/elements/.cvsignore:
6359         Some more ignores.
6360
6361 2007-01-26  Wim Taymans  <wim@fluendo.com>
6362
6363         Patch by: charles <charlesg3 at gmail dot com>
6364
6365         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6366         (set_shout_metadata), (gst_shout2send_event):
6367         * ext/shout2/gstshout2.h:
6368         Properly handle tags in shout2send. Fixes #399825.
6369
6370 2007-01-25  Wim Taymans  <wim@fluendo.com>
6371
6372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6373         (gst_rtspsrc_activate_streams):
6374         Convert SDP fields to upper/lowercase following the rules in the SDP to
6375         caps document. 
6376
6377 2007-01-25  Wim Taymans  <wim@fluendo.com>
6378
6379         * gst/rtp/README:
6380         * gst/rtp/gstrtpilbcdepay.c:
6381         * gst/rtp/gstrtpilbcpay.c:
6382         * gst/rtp/gstrtpmp4gdepay.c:
6383         * gst/rtp/gstrtpmp4gpay.c:
6384         * gst/rtp/gstrtpspeexdepay.c:
6385         * gst/rtp/gstrtpspeexpay.c:
6386         * gst/rtp/gstrtpsv3vdepay.c:
6387         * gst/rtp/gstrtptheoradepay.c:
6388         * gst/rtp/gstrtptheorapay.c:
6389         * gst/rtp/gstrtpvorbisdepay.c:
6390         * gst/rtp/gstrtpvorbispay.c:
6391         Fix case of encoding-name and key/value pairs to match the document.
6392         This is to make interoperation with SDP case-insensitive as required by
6393         the relevant RFCs.
6394
6395 2007-01-25  Wim Taymans  <wim@fluendo.com>
6396
6397         * configure.ac:
6398         Bump required -core/-base to CVS
6399
6400 2007-01-25  Wim Taymans  <wim@fluendo.com>
6401
6402         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6403         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6404         * gst/rtp/gstrtpL16pay.h:
6405         Fill up to MTU using adapter.
6406         Timestamp rtp packets.
6407
6408 2007-01-25  Edward Hervey  <edward@fluendo.com>
6409
6410         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6411         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6412         Use G_GSIZE_FORMAT in print statements for portability.
6413         Fixes build on macosx.
6414
6415 2007-01-24  Wim Taymans  <wim@fluendo.com>
6416
6417         * gst/rtp/Makefile.am:
6418         * gst/rtp/gstrtp.c: (plugin_init):
6419         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6420         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6421         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6422         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6423         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6424         (gst_rtp_L16_depay_plugin_init):
6425         * gst/rtp/gstrtpL16depay.h:
6426         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6427         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6428         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6429         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6430         (gst_rtp_L16_pay_plugin_init):
6431         * gst/rtp/gstrtpL16pay.h:
6432         Port and enable raw audio payloader/depayloader. Needs a bit more work
6433         on the payloader side.
6434
6435 2007-01-24  Wim Taymans  <wim@fluendo.com>
6436
6437         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6438         (gst_rtspsrc_stream_configure_transport),
6439         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6440         * gst/rtsp/gstrtspsrc.h:
6441         Only unblock the udp pads when we linked and activated them all.
6442         Fixes #395688.
6443
6444 2007-01-24  Wim Taymans  <wim@fluendo.com>
6445
6446         * gst/rtp/Makefile.am:
6447         * gst/rtp/gstrtp.c: (plugin_init):
6448         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6449         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6450         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6451         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6452         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6453         * gst/rtp/gstrtpac3depay.h:
6454         Added simple AC3 depayloader (RFC 4184).
6455
6456         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6457         Fix a leak.
6458
6459 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6460
6461         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6462
6463         * gst/audiofx/Makefile.am:
6464         * gst/audiofx/audioamplify.c:
6465         (gst_audio_amplify_clipping_method_get_type),
6466         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6467         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6468         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6469         (gst_audio_amplify_set_caps),
6470         (gst_audio_amplify_transform_int_clip),
6471         (gst_audio_amplify_transform_int_wrap_negative),
6472         (gst_audio_amplify_transform_int_wrap_positive),
6473         (gst_audio_amplify_transform_float_clip),
6474         (gst_audio_amplify_transform_float_wrap_negative),
6475         (gst_audio_amplify_transform_float_wrap_positive),
6476         (gst_audio_amplify_transform_ip):
6477         * gst/audiofx/audioamplify.h:
6478         * gst/audiofx/audiofx.c: (plugin_init):
6479         Add new element "audioamplify". This allows scaling of raw audio
6480         samples, similar to the "volume" element, but provides different modes
6481         for clipping and allows unlimited amplification. It's mainly targeted
6482         for creative sound design and not as a replacement of the "volume"
6483         element. Fixes #397162
6484         * docs/plugins/Makefile.am:
6485         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6486         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6487         * docs/plugins/gst-plugins-good-plugins.args:
6488         * docs/plugins/inspect/plugin-audiofx.xml:
6489         Add docs for audioamplify and integrate them into the build system
6490         * tests/check/Makefile.am:
6491         * tests/check/elements/audioamplify.c: (setup_amplify),
6492         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6493         Add fairly extensive unit test suite for audioamplify
6494
6495 2007-01-24  Wim Taymans  <wim@fluendo.com>
6496
6497         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6498         Unblock pads after adding the pads to the element so that autopluggers
6499         get a change to link something. Possibly fixes #395688.
6500
6501 2007-01-24  Wim Taymans  <wim@fluendo.com>
6502
6503         * gst/rtp/gstrtpamrdepay.c:
6504         * gst/rtp/gstrtpgsmdepay.c:
6505         * gst/rtp/gstrtph263pdepay.c:
6506         * gst/rtp/gstrtph263ppay.c:
6507         * gst/rtp/gstrtph264depay.c:
6508         * gst/rtp/gstrtpilbcdepay.c:
6509         * gst/rtp/gstrtpmp2tdepay.c:
6510         * gst/rtp/gstrtpmp4gdepay.c:
6511         * gst/rtp/gstrtpmp4gpay.c:
6512         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6513         * gst/rtp/gstrtpmp4vpay.c:
6514         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6515         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6516         (gst_rtp_mpa_depay_process):
6517         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6518         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6519         * gst/rtp/gstrtppcmadepay.c:
6520         * gst/rtp/gstrtppcmudepay.c:
6521         * gst/rtp/gstrtpspeexdepay.c:
6522         * gst/rtp/gstrtpspeexpay.c:
6523         * gst/rtp/gstrtpsv3vdepay.c:
6524         * gst/rtp/gstrtptheoradepay.c:
6525         * gst/rtp/gstrtptheorapay.c:
6526         * gst/rtp/gstrtpvorbisdepay.c:
6527         * gst/rtp/gstrtpvorbispay.c:
6528         Fix caps with payload numbers.
6529         Add some fixed payload numbers to caps when possible.
6530
6531 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6532
6533         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6534
6535         * gst/audiofx/Makefile.am:
6536         * gst/audiofx/audiofx.c: (plugin_init):
6537         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6538         (gst_audio_invert_class_init), (gst_audio_invert_init),
6539         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6540         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6541         (gst_audio_invert_transform_float),
6542         (gst_audio_invert_transform_ip):
6543         * gst/audiofx/audioinvert.h:
6544         Add new audiofx element "audioinvert". This element swaps the upper
6545         and lower half of samples and can be used for example for a
6546         wide-stereo effect. Fixes #396057
6547         * docs/plugins/Makefile.am:
6548         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6549         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6550         * docs/plugins/gst-plugins-good-plugins.args:
6551         * docs/plugins/inspect/plugin-audiofx.xml:
6552         Add docs for the audioinvert element and add them to the build system.
6553         * tests/check/Makefile.am:
6554         * tests/check/elements/audioinvert.c: (setup_invert),
6555         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6556         Add unit test suite for the audioinvert element.
6557
6558 2007-01-23  Wim Taymans  <wim@fluendo.com>
6559
6560         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6561         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6562         Parse config params as string and int.
6563         Parse and use AU header length
6564
6565 2007-01-23  Wim Taymans  <wim@fluendo.com>
6566
6567         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6568         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6569         * gst/smpte/gstmask.c: (_gst_mask_register):
6570         * gst/smpte/gstmask.h:
6571         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6572         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6573         (gst_smpte_paint_triangle_clock):
6574         constify some static structs.
6575         Don't update the mask if nothing changed to the params.
6576         Make sure we never draw outside of the picture. Fixes #398325.
6577
6578 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6579
6580         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6581           Error out properly when pull_range fails while we're reading the
6582           headers, instead of just pausing the task silently. Fixes #399338.
6583
6584 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6585
6586         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6587           Some more sanity checks to make sure the input formats match and the
6588           input pads are actually negotiated, in case someone tries to feed
6589           buffers from fakesrc or filesrc. Fixes #398299.
6590           Also const-ify an array, just because we can.
6591
6592 2007-01-19  Edward Hervey  <edward@fluendo.com>
6593
6594         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6595         Ignore previous commit, that was only valid for widths and heights
6596         that are multiples of 4.
6597         Copy over size/stride macros from jpegdec. This allows the element
6598         to work with any width,height...
6599         ... but puts in evidence that the actual transformations only work
6600         with width/height that are multiples of 4.
6601
6602 2007-01-19  Edward Hervey  <edward@fluendo.com>
6603
6604         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6605         Allocate buffers of the right size.
6606         The proper size of a I420 buffer in bytes is:
6607         
6608             width * height * 3
6609             ------------------
6610                     2
6611
6612 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6613
6614         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6615           Proxy getcaps on sink pads too, so that we either end up with the
6616           same dimensions on all pads or error out if that's not possible
6617           (seems to work even!). Fixes #398086, I think.
6618
6619 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6620
6621         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6622         * docs/plugins/gst-plugins-good-plugins.args:
6623         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6624           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6625           fix integer properties with -1 as minimum value.
6626
6627         * docs/plugins/inspect/plugin-1394.xml:
6628         * docs/plugins/inspect/plugin-aasink.xml:
6629         * docs/plugins/inspect/plugin-alaw.xml:
6630         * docs/plugins/inspect/plugin-alpha.xml:
6631         * docs/plugins/inspect/plugin-alphacolor.xml:
6632         * docs/plugins/inspect/plugin-annodex.xml:
6633         * docs/plugins/inspect/plugin-apetag.xml:
6634         * docs/plugins/inspect/plugin-audiofx.xml:
6635         * docs/plugins/inspect/plugin-auparse.xml:
6636         * docs/plugins/inspect/plugin-autodetect.xml:
6637         * docs/plugins/inspect/plugin-avi.xml:
6638         * docs/plugins/inspect/plugin-cacasink.xml:
6639         * docs/plugins/inspect/plugin-cairo.xml:
6640         * docs/plugins/inspect/plugin-cdio.xml:
6641         * docs/plugins/inspect/plugin-cutter.xml:
6642         * docs/plugins/inspect/plugin-debug.xml:
6643         * docs/plugins/inspect/plugin-dv.xml:
6644         * docs/plugins/inspect/plugin-efence.xml:
6645         * docs/plugins/inspect/plugin-effectv.xml:
6646         * docs/plugins/inspect/plugin-esdsink.xml:
6647         * docs/plugins/inspect/plugin-flac.xml:
6648         * docs/plugins/inspect/plugin-flxdec.xml:
6649         * docs/plugins/inspect/plugin-gconfelements.xml:
6650         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6651         * docs/plugins/inspect/plugin-goom.xml:
6652         * docs/plugins/inspect/plugin-halelements.xml:
6653         * docs/plugins/inspect/plugin-icydemux.xml:
6654         * docs/plugins/inspect/plugin-id3demux.xml:
6655         * docs/plugins/inspect/plugin-jpeg.xml:
6656         * docs/plugins/inspect/plugin-level.xml:
6657         * docs/plugins/inspect/plugin-matroska.xml:
6658         * docs/plugins/inspect/plugin-mulaw.xml:
6659         * docs/plugins/inspect/plugin-multipart.xml:
6660         * docs/plugins/inspect/plugin-navigationtest.xml:
6661         * docs/plugins/inspect/plugin-ossaudio.xml:
6662         * docs/plugins/inspect/plugin-png.xml:
6663         * docs/plugins/inspect/plugin-rtp.xml:
6664         * docs/plugins/inspect/plugin-rtsp.xml:
6665         * docs/plugins/inspect/plugin-shout2send.xml:
6666         * docs/plugins/inspect/plugin-smpte.xml:
6667         * docs/plugins/inspect/plugin-speex.xml:
6668         * docs/plugins/inspect/plugin-taglib.xml:
6669         * docs/plugins/inspect/plugin-udp.xml:
6670         * docs/plugins/inspect/plugin-videobalance.xml:
6671         * docs/plugins/inspect/plugin-videobox.xml:
6672         * docs/plugins/inspect/plugin-videoflip.xml:
6673         * docs/plugins/inspect/plugin-videomixer.xml:
6674         * docs/plugins/inspect/plugin-wavenc.xml:
6675         * docs/plugins/inspect/plugin-wavparse.xml:
6676         * docs/plugins/inspect/plugin-ximagesrc.xml:
6677           Update to CVS.
6678
6679 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6680
6681         Patch by: Sebastian Dröge <slomo circular-chaos org>
6682
6683         * gst/audiofx/audiopanorama.c:
6684           Fix doc section name (Fixes #397946)
6685
6686 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6687
6688         * sys/v4l2/gstv4l2object.c:
6689         (gst_v4l2_object_install_properties_helper),
6690         (gst_v4l2_object_set_property_helper),
6691         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6692         * sys/v4l2/gstv4l2object.h:
6693         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6694         (gst_v4l2src_init), (gst_v4l2src_set_property),
6695         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6696         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6697         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6698         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6699         (gst_v4l2src_capture_deinit):
6700           Fix EIO handing when capturing. Add new property to specify the number of
6701           buffers to enque (and remove the borked num-buffers usage).
6702
6703 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6704
6705         Patch by: Sebastian Dröge <slomo circular-chaos org>
6706
6707         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6708         (gst_audio_panorama_set_process_function):
6709           Use a function array for process methods, add more docs and define the
6710           startindex of enums.
6711
6712 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         Patch by: Mark Nauwelaerts <manauw at skynet be>
6715
6716         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6717         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6718         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6719         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6720         (gst_avi_mux_riff_get_avi_header),
6721         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6722         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6723         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6724         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6725         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6726         (gst_avi_mux_change_state):
6727         * gst/avi/gstavimux.h:
6728         * tests/check/elements/avimux.c: (teardown_src_pad):
6729           Add support for more than one audio stream; write better AVIX
6730           header; refactor code a bit; don't announce vorbis caps on our audio
6731           sink pads since we don't support it anyway. Closes #379298.
6732
6733 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         Patch by: Sebastian Dröge <slomo circular-chaos org>
6736
6737         * gst/audiofx/audiopanorama.c:
6738         (gst_audio_panorama_method_get_type),
6739         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6740         (gst_audio_panorama_set_process_function),
6741         (gst_audio_panorama_set_property),
6742         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6743         (gst_audio_panorama_transform_m2s_int_simple),
6744         (gst_audio_panorama_transform_s2s_int_simple),
6745         (gst_audio_panorama_transform_m2s_float_simple),
6746         (gst_audio_panorama_transform_s2s_float_simple):
6747         * gst/audiofx/audiopanorama.h:
6748           Add 'method' property and provide a simple (non-psychoacustic)
6749           processing method (#394859).
6750
6751         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6752         (panorama_suite):
6753           Tests for new method.
6754
6755 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6756
6757         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6758         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6759           Set correct caps on outgoing pulled buffers, or things blow up
6760           after recent core changes.
6761
6762 2007-01-11  Wim Taymans  <wim@fluendo.com>
6763
6764         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6765
6766         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6767         (gst_multipart_mux_request_new_pad),
6768         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6769         (gst_multipart_mux_change_state):
6770         Return FLOW errors ASAP. Fixes #394977.
6771         Misc cleanups.
6772
6773 2007-01-11  Wim Taymans  <wim@fluendo.com>
6774
6775         Patch by: Lutz Mueller <lutz at topfrose dot de>
6776
6777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6778         Check for stream pad before activating. 
6779
6780 2007-01-10  Wim Taymans  <wim@fluendo.com>
6781
6782         Patch by: Peter Kjellerstedt  <pkj at axis com>
6783
6784         * gst/rtsp/COPYING.MIT:
6785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6786         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6787         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6788         (gst_rtspsrc_stream_configure_transport),
6789         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6790         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6791         (gst_rtspsrc_parse_methods),
6792         (gst_rtspsrc_create_transports_string),
6793         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6794         (gst_rtspsrc_open), (gst_rtspsrc_close):
6795         * gst/rtsp/gstrtspsrc.h:
6796         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6797         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6798         (parse_request_line), (parse_line), (rtsp_connection_read),
6799         (rtsp_connection_close):
6800         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6801         (rtsp_method_as_text), (rtsp_header_as_text),
6802         (rtsp_status_as_text), (rtsp_find_header_field),
6803         (rtsp_find_method):
6804         * gst/rtsp/rtspdefs.h:
6805         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6806         (rtsp_ext_wms_configure_stream):
6807         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6808         (rtsp_message_new_request), (rtsp_message_init_request),
6809         (rtsp_message_new_response), (rtsp_message_init_response),
6810         (rtsp_message_init_data), (rtsp_message_unset),
6811         (rtsp_message_free), (rtsp_message_add_header),
6812         (rtsp_message_get_header), (rtsp_message_set_body),
6813         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6814         * gst/rtsp/rtspmessage.h:
6815         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6816         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6817         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6818         (sdp_message_dump):
6819         Allow url to be NULL to be able to use it for server connections.
6820         Can now send responses as well as requests.
6821         No longer hangs in an endless loop if EOF is received.
6822         Can now convert a status code to a text string.
6823         Return RTSP_HDR_INVALID for unknown headers.
6824         Return RTSP_INVALID for unknown methods.
6825         Copy CSeq and Session headers from the request.
6826         Only free memory corresponding to the currently set message type.
6827         Added const to function arguments as appropriate.
6828         Avoid a compiler warning when initializing nmedia.
6829         Use guint rather than gint to avoid compiler warnings.
6830         Fix crasher in wms extension.
6831         Factor out stream setup from open_connection.
6832         Delay activation of streams when actual data is received from the
6833         server, this prepares us to do proper protocol switching.
6834         Added new license.
6835         Fixes #380895.
6836
6837
6838 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6839
6840         Patch by: Sebastian Dröge <slomo ubuntu com>
6841
6842         * docs/plugins/Makefile.am:
6843         * gst/audiofx/audiopanorama.c:
6844           Some small docs fixes (#394851).
6845
6846 2007-01-09  Wim Taymans  <wim@fluendo.com>
6847
6848         * gst/avi/gstavidemux.c:
6849         Fix docs.
6850
6851 2007-01-09  Wim Taymans  <wim@fluendo.com>
6852
6853         * gst/rtp/Makefile.am:
6854         * gst/rtp/gstrtp.c: (plugin_init):
6855         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6856         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6857         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6858         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6859         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6860         * gst/rtp/gstrtpmpvdepay.h:
6861           Added RFC 2250 MPEG Video Depayloader.
6862
6863         * gst/rtp/gstrtpL16depay.h:
6864         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6865         (gst_rtp_h263p_depay_process):
6866         Fix Header file. Small cleanups.
6867
6868         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6869         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6870         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6871         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6872         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6873         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6874         (gst_rtp_mp4v_depay_change_state):
6875         Remove usused code. Remove Adapter from state Change. Added debug.
6876
6877         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6878         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6879         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6880         * gst/rtp/gstrtpmpadepay.h:
6881         Subclass base depayloader.
6882         Added debug.
6883         Support static payload type assignment as well.
6884
6885         * gst/rtp/gstrtpmpapay.c:
6886         Fix caps.
6887
6888 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6891
6892         * ext/jpeg/gstjpegdec.c:
6893         * ext/jpeg/gstjpegenc.c:
6894         * ext/jpeg/smokecodec.c:
6895           These libjpeg callbacks should return a 'boolean' (unsigned char
6896           apparently) and not a 'gboolean' (which maps to gint). Fixes
6897           warnings when compiling with MingW (#393427).
6898
6899         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6900           Use ioctlsocket on win32.
6901
6902         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6903           Some printf format fixes for win32.
6904
6905 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6906
6907         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6908           Use gst_guint64_to_gdouble for conversion.
6909         * win32/vs6/libgstmatroska.dsp:
6910           Add zlib to the link.
6911         * win32/vs6/libgstvideobox.dsp:
6912           Update liboil library name (project is linked to 
6913           liboil-0.3-0.lib now).
6914           
6915 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6916
6917         * gst/matroska/Makefile.am:
6918           If zlib is available and used, we must link it explicitly for
6919           things to work on MingW (fixes #392855).
6920
6921 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6922
6923         * ext/esd/esdsink.c: (gst_esdsink_delay):
6924           Don't return bogus values when esd_get_delay() fails for some
6925           reason (#392189).
6926
6927 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6928
6929         * sys/ximage/gstximagesrc.c: (composite_pixel):
6930           Fix presumably copy'n'pasto for 16bpp depth.
6931
6932 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6933
6934         * gst/matroska/matroska-mux.c:
6935         (gst_matroska_mux_audio_pad_setcaps):
6936           The "signed" field in audio caps is of boolean type, trying to use
6937           gst_structure_get_int() to extract it will fail. Fixing this makes
6938           matroskamux accept raw audio input (#387121) (use at your own risk
6939           though, due to the matroska spec being not entirely useful in this
6940           respect).
6941           Also fix up raw audio structures in template caps so that they
6942           represent what our setcaps function will actually accept, so that
6943           converters know what to convert to.
6944           Finally, don't fail if there isn't an "endianness" field in 8-bit
6945           PCM caps.
6946
6947 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6948
6949         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6950         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6951         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6952         (teardown_cmmldec):
6953         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6954         (teardown_cmmlenc):
6955         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6956           reapply consistent pad (de)activation
6957
6958 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6959
6960         * configure.ac:
6961         Back to CVS
6962
6963         * gst-plugins-good.doap:
6964         Add 0.10.5 doap entry
6965
6966 === release 0.10.5 ===
6967
6968 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6969
6970         * configure.ac:
6971           releasing 0.10.5, "The Path of Thorns"
6972
6973 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6974
6975         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6976         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6977         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6978         (teardown_cmmldec):
6979         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6980         (teardown_cmmlenc):
6981         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6982           revert my freeze breakage
6983
6984 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6985
6986         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6987         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6988         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6989         (teardown_cmmldec):
6990         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6991         (teardown_cmmlenc):
6992         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6993           consistent pad (de)activation
6994
6995 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6996
6997         * configure.ac:
6998         * ext/Makefile.am:
6999         Disable LADPSA, as it has moved to the -bad module for the duration.
7000
7001 2006-12-18  Wim Taymans  <wim@fluendo.com>
7002
7003         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7004         (gst_signal_processor_event):
7005         Reset flow_state back to _OK after a flush stop so that we exit our
7006         error state after the flush. Fixes #374213
7007
7008 2006-12-16  David Schleef  <ds@schleef.org>
7009
7010         * sys/osxvideo/osxvideosink.h:
7011         * sys/osxvideo/osxvideosink.m:
7012           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
7013
7014 2006-12-16  David Schleef  <ds@schleef.org>
7015
7016         Patch by: Vijay Santhanam <vijay santhanam gmail com>
7017
7018         * sys/osxvideo/Makefile.am:
7019         * sys/osxvideo/osxvideosink.h:
7020         * sys/osxvideo/osxvideosink.m:
7021           Preliminary patch for porting osxvideosink
7022
7023 2006-12-16  Wim Taymans  <wim@fluendo.com>
7024
7025         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7026
7027         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
7028         (gst_videomixer_set_master_geometry),
7029         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
7030         (gst_videomixer_reset), (gst_videomixer_init),
7031         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
7032         (gst_videomixer_release_pad), (gst_videomixer_collected),
7033         (gst_videomixer_change_state):
7034         Introduce some locking around the videomixer state so that it does not
7035         crash when adding/removing pads. Fixes #383043.
7036
7037 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7038
7039         * configure.ac:
7040           Make sure libcaca can actually be used instead of just checking for
7041           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
7042           cross-compiling (fixes #384587).
7043
7044 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7045
7046         * Makefile.am:
7047         * gst-plugins-good.doap:
7048         * gst-plugins-good.spec.in:
7049           adding doap file
7050
7051 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7052
7053         * configure.ac:
7054           libflac-1.1.3 changed API again, but we can't build against it yet,
7055           so make sure our check doesn't use libflac-1.1.3 and add a comment
7056           to this effect.
7057
7058 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7059
7060         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7061         (gst_quarktv_planetable_clear):
7062           Add some NULL pointer checks (possibly related to #385623).
7063
7064 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7065
7066         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7067         (gst_tag_demux_chain):
7068         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7069           In streaming mode, if the first buffer we get doesn't have an
7070           offset, fix it up to be 0, otherwise trimming won't work later on
7071           and we'll be typefinding application/x-id3, which may result in
7072           decodebin plugging an endless number of id3demux elements as a
7073           consequence. Fixes #385031.
7074           
7075 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7076
7077         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7078           Ignore the buffer_time the sound device reports. Turns out it is 
7079           sometimes completely bogus and we're better off without it.
7080
7081 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7084         (gst_matroska_demux_video_caps):
7085         * gst/matroska/matroska-ids.c:
7086         (gst_matroska_track_init_video_context):
7087         * gst/matroska/matroska-ids.h:
7088           Try harder to extract the framerate for video tracks correctly and
7089           save it directly instead of converting it back and forth a few
7090           times. Mostly makes a difference for very small framerates (<1).
7091           Fixes #380199.
7092
7093 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7094
7095         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7096         (gst_gconf_audio_src_dispose), (do_toggle_element):
7097         * ext/gconf/gstgconfaudiosrc.h:
7098           Remove gconf notify hook when the gconfaudiosrc element is
7099           destroyed, otherwise the callback may be called on an
7100           already-destroyed instance and bad things happen. Should fix
7101           #378184.
7102           Also ignore gconf key changes when the source is already running.
7103
7104 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7105
7106         Patch by: Sebastian Dröge  <mail at slomosnail de>
7107
7108         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7109           We need to be able to read and parse any possible floating point string
7110           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7111           will parse the former only in certain locales though, so we really need
7112           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7113           make sure we can parse either version at all times.
7114           Fixes #382982 for real.
7115
7116 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7117
7118         * sys/sunaudio/gstsunaudiomixerctrl.c:
7119         * sys/sunaudio/gstsunaudiosrc.c:
7120
7121         Use the sunaudio debug category.
7122
7123         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7124         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7125         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7126         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7127         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7128         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7129         (gst_sunaudiosink_reset):
7130         * sys/sunaudio/gstsunaudiosink.h:
7131
7132         Uses the sunaudio debug category for all debug output
7133         Implements the _delay() callback to synchronise video playback better
7134         Change the segtotal and segsize values back to the parent class 
7135           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7136           respectively)
7137         Measure the samples written to the device vs. played.
7138         Keep track of segments in the device by writing empty eof frames, and
7139         sleep using a GCond when we get too far ahead and risk overrunning the
7140         sink's ringbuffer.
7141
7142         Fixes: #360673
7143
7144 2006-12-08  Wim Taymans  <wim@fluendo.com>
7145
7146         Patch by: Sebastian Dröge  <mail at slomosnail de >
7147
7148         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7149         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7150         * gst/audiofx/audiopanorama.h:
7151         Fix audiopanorame with float samples. Fixes #383726.
7152
7153 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7154
7155         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7156         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7157         (gst_sunaudiosrc_reset):
7158
7159         Implement reset functions to unblock the src/sink more quickly on 
7160         state change requests.
7161         Patch by: Brian Cameron <brian dot cameron at sun com>
7162
7163 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7164
7165         * sys/sunaudio/gstsunaudiomixer.c:
7166         (gst_sunaudiomixer_change_state):
7167         Construct the correct mixer device name when the AUDIODEV env var
7168         is set.
7169
7170         Patch by: Jerry Tan <jerry.tan at sun dot com>
7171         Fixes: #383596
7172
7173 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7174
7175         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7176         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7177         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7178         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7179         Patch by: Jerry Tan <jerry.tan at sun dot com>
7180         Fixes: #349015
7181
7182 2006-12-07  Wim Taymans  <wim@fluendo.com>
7183
7184         * gst/smpte/gstmask.h:
7185         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7186         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7187         (gst_smpte_collected), (gst_smpte_set_property),
7188         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7189         * gst/smpte/gstsmpte.h:
7190         Port to 0.10 some more. 
7191         Added duration property to specify the duration of the transition.
7192         Make framerate a fraction.
7193         Deprecate fps property, we only use negotiated fps.
7194         Added docs.
7195         Fix collectpad usage.
7196         Reset state in READY.
7197         Send NEWSEGMENT event.
7198         Fix racy updates of object properties.
7199         Added debug category.
7200         Fixes #383323.
7201
7202 2006-12-06  Wim Taymans  <wim@fluendo.com>
7203
7204         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7205
7206         * gst/videomixer/videomixer.c:
7207         (gst_videomixer_set_master_geometry),
7208         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7209         Don't reset xpos and ypos in the setcaps function because causes
7210         unexpected behaviour.
7211         Fixes #382179.
7212
7213 2006-12-06  Wim Taymans  <wim@fluendo.com>
7214
7215         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7216         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7217         Keep track of the buffer timestamp in the collectdata member instead
7218         of modifying the buffer without making the metadata writable first.
7219         Fixes #382277.
7220
7221 2006-12-06  Wim Taymans  <wim@fluendo.com>
7222
7223         Patch by: Rob Taylor <robtaylor at floopily dot org>
7224
7225         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7226         If using multicast in udpsrc, bind to the multicast address rather than
7227         IN_ADDR_ANY.
7228         This allows the simultanous use of multiple udpsrcs listening on
7229         different multicat addresses. Without this all udpsrcs will receive all
7230         packets from all subscribed multicast addresses.
7231         Fixes #383001.
7232
7233 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7234
7235         * ext/taglib/gstid3v2mux.cc:
7236         Don't attempt to write a NULL frame into the ID3 tag set when the 
7237         createFrame method returned NULL.
7238         Fixes: #381857
7239         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7240
7241 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7242
7243         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7244         Use g_strtod() instead of sscanf to parse doubles, so that it will
7245         try parsing in the C locale if the current locale fails.
7246         Fixes: #382982
7247         Patch by: Sebastian Dröge  <mail at slomosnail de >
7248
7249 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7250
7251         * win32/MANIFEST:
7252         Fix compilation on win32 under VS8
7253         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7254         Partially fixes #381175
7255
7256 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7257
7258         * gst/avi/gstavimux.c:
7259           accept all mpegversions,fixes #380825
7260           spotted by: Jerome Alet  
7261
7262 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7263
7264         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7265         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7266         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7267         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7268           cleanup the error message a bit more
7269
7270 2006-11-28  Wim Taymans  <wim@fluendo.com>
7271
7272         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7273         Fix width and height properties.
7274
7275         * ext/libcaca/gstcacasink.h:
7276         Fix compilation on newer libcaca that require us to include a new
7277         header. Fixes #379918.
7278
7279 2006-11-28  Wim Taymans  <wim@fluendo.com>
7280
7281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7282         * gst/rtsp/gstrtspsrc.h:
7283         * gst/rtsp/rtspext.h:
7284         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7285         (rtsp_ext_wms_get_context):
7286         Add method so that extensions can choose to disable the setup of
7287         a stream.
7288         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7289
7290 2006-11-27  Wim Taymans  <wim@fluendo.com>
7291
7292         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7293
7294         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7295         Push header in a separate buffer instead of memcpy:ing all data.
7296         Change LF => CRLF in headers.
7297         Move trailing LF to header. Fixes #379792.
7298
7299 2006-11-27  Wim Taymans  <wim@fluendo.com>
7300
7301         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7302         Small buffer overflow fix and improve debugging.
7303
7304 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7305
7306         * ext/esd/esdmon.h:
7307         * ext/esd/esdsink.h:
7308           remove obsolete _factory_init protos
7309
7310 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7311
7312         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7313         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7314         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7315         (gst_avi_demux_read_subindexes_push),
7316         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7317         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7318         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7319         (gst_avi_demux_massage_index),
7320         (gst_avi_demux_calculate_durations_from_index),
7321         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7322         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7323         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7324           remove dead code, tweak debugs statements, add comments, use
7325           _uint64_scale instead _uint64_scale_int when using guint64 values,
7326           small optimizations, reflow some error handling
7327
7328 2006-11-22  Edward Hervey  <edward@fluendo.com>
7329
7330         * po/.cvsignore:
7331         We never put .pot files in cvs. Let's ignore them all.
7332
7333 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         * po/POTFILES.in:
7336           ... but better exclude files that aren't disted.
7337
7338 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7339
7340         * po/POTFILES.in:
7341           Add v4l2 source files to list of files with translations, so the
7342           strings are actually extracted (however bad they still may be).
7343
7344 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7345
7346         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7347           Minor clean-ups: const-ify static array, remove trailing comma from
7348           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7349
7350 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7351
7352         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7353         Make sure that g_free always gets called on the same pointer that was 
7354         returned by g_malloc.  Fixes #376594.
7355         Do not leak memory if decompressed size is wrong.
7356         Remove unneeded check of return value of g_malloc.
7357         Patch by: René Stadler <mail@renestadler.de>
7358
7359 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7360
7361         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7362           Add missing curly brackets.
7363
7364 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7365
7366         * sys/v4l2/v4l2src_calls.c:
7367         Fix capture_deinit.
7368
7369 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7372         (gst_matroska_mux_request_new_pad):
7373           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7374
7375         * tests/check/elements/matroskamux.c: (setup_src_pad),
7376         (setup_sink_pad), (GST_START_TEST):
7377         Activate pads before using them.
7378
7379 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7380
7381         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7382           Initialise variable to get rid of bogus compiler warning.
7383
7384 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7385
7386         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7387
7388         * gst/rtp/gstrtph263pay.c:
7389         * gst/rtp/gstrtph263pdepay.c:
7390         * gst/rtp/gstrtph263ppay.c:
7391           Specify H.263 variant and version in the caps (fixes #361637)
7392
7393 2006-11-15  Wim Taymans  <wim@fluendo.com>
7394
7395         * gst/rtsp/rtspconnection.c: (read_body):
7396         Don't set a data pointer to NULL and a size > 0 when we deal
7397         with empty packets.
7398
7399         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7400         (rtsp_message_init_response), (rtsp_message_init_data),
7401         (rtsp_message_unset), (rtsp_message_free),
7402         (rtsp_message_take_body):
7403         Check that we can't create invalid empty packets. 
7404
7405 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7406
7407         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7408
7409         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7410         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7411         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7412         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7413         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7414         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7415         * gst/matroska/matroska-mux.h:
7416           Add basic tag writing support; implement releasing pads (#374658).
7417
7418 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7419
7420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7421         (gst_matroska_demux_audio_caps):
7422           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7423
7424 2006-11-14  David Schleef  <ds@schleef.org>
7425
7426         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7427
7428 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7429
7430         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7431
7432         * win32/vs8/gst-plugins-good.sln:
7433         * win32/vs8/libgst1394.vcproj:
7434         * win32/vs8/libgstaasink.vcproj:
7435         * win32/vs8/libgstalaw.vcproj:
7436         * win32/vs8/libgstalpha.vcproj:
7437         * win32/vs8/libgstalphacolor.vcproj:
7438         * win32/vs8/libgstannodex.vcproj:
7439         * win32/vs8/libgstapetag.vcproj:
7440         * win32/vs8/libgstaudiofx.vcproj:
7441         * win32/vs8/libgstauparse.vcproj:
7442         * win32/vs8/libgstautodetect.vcproj:
7443         * win32/vs8/libgstavi.vcproj:
7444         * win32/vs8/libgstcacasink.vcproj:
7445         * win32/vs8/libgstcdio.vcproj:
7446         * win32/vs8/libgstcutter.vcproj:
7447         * win32/vs8/libgstdv.vcproj:
7448         * win32/vs8/libgsteffectv.vcproj:
7449         * win32/vs8/libgstflac.vcproj:
7450         * win32/vs8/libgstflxdec.vcproj:
7451         * win32/vs8/libgstgoom.vcproj:
7452         * win32/vs8/libgsticydemux.vcproj:
7453         * win32/vs8/libgstid3demux.vcproj:
7454         * win32/vs8/libgstjpeg.vcproj:
7455         * win32/vs8/libgstladspa.vcproj:
7456         * win32/vs8/libgstlevel.vcproj:
7457         * win32/vs8/libgstmatroska.vcproj:
7458         * win32/vs8/libgstmikmod.vcproj:
7459         * win32/vs8/libgstmng.vcproj:
7460         * win32/vs8/libgstmonoscope.vcproj:
7461         * win32/vs8/libgstmulaw.vcproj:
7462         * win32/vs8/libgstmultipart.vcproj:
7463         * win32/vs8/libgstpng.vcproj:
7464         * win32/vs8/libgstrtp.vcproj:
7465         * win32/vs8/libgstrtsp.vcproj:
7466         * win32/vs8/libgstshout2.vcproj:
7467         * win32/vs8/libgstsmpte.vcproj:
7468         * win32/vs8/libgstspeex.vcproj:
7469         * win32/vs8/libgsttaglib.vcproj:
7470         * win32/vs8/libgstudp.vcproj:
7471         * win32/vs8/libgstvideobalance.vcproj:
7472         * win32/vs8/libgstvideobox.vcproj:
7473         * win32/vs8/libgstvideoflip.vcproj:
7474         * win32/vs8/libgstvideomixer.vcproj:
7475         * win32/vs8/libgstwavenc.vcproj:
7476         * win32/vs8/libgstwavparse.vcproj:
7477           Make end-of-line returns unixy, so that when the files are checked
7478           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7479           Hopefully fixes #366492.
7480
7481 2006-11-14  Wim Taymans  <wim@fluendo.com>
7482
7483         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7484         Disable init_frames delay timestamp adjustment, it does not
7485         seem to be needed at all. Fixes #369621.
7486
7487 2006-11-13  Wim Taymans  <wim@fluendo.com>
7488
7489         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7490
7491         * gst/videomixer/videomixer.c:
7492         (gst_videomixer_set_master_geometry),
7493         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7494         (gst_videomixer_collect_free), (gst_videomixer_reset),
7495         (gst_videomixer_init), (gst_videomixer_finalize),
7496         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7497         (gst_videomixer_collected), (gst_videomixer_change_state):
7498         Fix memleak by unref'ing collectpads instance (when finalizing)
7499         Implement releasing a request pad. Fixes #374479.
7500
7501 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7502
7503         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7504
7505         * win32/vs8/gst-plugins-good.sln:
7506         * win32/vs8/libgst1394.vcproj:
7507         * win32/vs8/libgstaasink.vcproj:
7508         * win32/vs8/libgstalaw.vcproj:
7509         * win32/vs8/libgstalpha.vcproj:
7510         * win32/vs8/libgstalphacolor.vcproj:
7511         * win32/vs8/libgstannodex.vcproj:
7512         * win32/vs8/libgstapetag.vcproj:
7513         * win32/vs8/libgstaudiofx.vcproj:
7514         * win32/vs8/libgstauparse.vcproj:
7515         * win32/vs8/libgstautodetect.vcproj:
7516         * win32/vs8/libgstavi.vcproj:
7517         * win32/vs8/libgstcacasink.vcproj:
7518         * win32/vs8/libgstcdio.vcproj:
7519         * win32/vs8/libgstcutter.vcproj:
7520         * win32/vs8/libgstdv.vcproj:
7521         * win32/vs8/libgsteffectv.vcproj:
7522         * win32/vs8/libgstflac.vcproj:
7523         * win32/vs8/libgstflxdec.vcproj:
7524         * win32/vs8/libgstgoom.vcproj:
7525         * win32/vs8/libgsticydemux.vcproj:
7526         * win32/vs8/libgstid3demux.vcproj:
7527         * win32/vs8/libgstjpeg.vcproj:
7528         * win32/vs8/libgstladspa.vcproj:
7529         * win32/vs8/libgstlevel.vcproj:
7530         * win32/vs8/libgstmatroska.vcproj:
7531         * win32/vs8/libgstmikmod.vcproj:
7532         * win32/vs8/libgstmng.vcproj:
7533         * win32/vs8/libgstmonoscope.vcproj:
7534         * win32/vs8/libgstmulaw.vcproj:
7535         * win32/vs8/libgstmultipart.vcproj:
7536         * win32/vs8/libgstpng.vcproj:
7537         * win32/vs8/libgstrtp.vcproj:
7538         * win32/vs8/libgstrtsp.vcproj:
7539         * win32/vs8/libgstshout2.vcproj:
7540         * win32/vs8/libgstsmpte.vcproj:
7541         * win32/vs8/libgstspeex.vcproj:
7542         * win32/vs8/libgsttaglib.vcproj:
7543         * win32/vs8/libgstudp.vcproj:
7544         * win32/vs8/libgstvideobalance.vcproj:
7545         * win32/vs8/libgstvideobox.vcproj:
7546         * win32/vs8/libgstvideoflip.vcproj:
7547         * win32/vs8/libgstvideomixer.vcproj:
7548         * win32/vs8/libgstwavenc.vcproj:
7549         * win32/vs8/libgstwavparse.vcproj:
7550           Add VS8 project files (note that many of the plugins in ext are
7551           disabled by default). Fixes #366492.
7552
7553 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7554
7555         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7556           we do not translate debug messages
7557
7558 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7559
7560         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7561           fix categorisation, make short desc more explicit, remove unused code
7562           Fixes #372021
7563
7564 2006-11-08  Wim Taymans  <wim@fluendo.com>
7565
7566         * gst/rtp/gstrtpL16depay.c:
7567         * gst/rtp/gstrtpamrdepay.c:
7568         * gst/rtp/gstrtpamrpay.c:
7569         * gst/rtp/gstrtpgsmdepay.c:
7570         * gst/rtp/gstrtph263pay.c:
7571         * gst/rtp/gstrtph263pdepay.c:
7572         * gst/rtp/gstrtph263ppay.c:
7573         * gst/rtp/gstrtph264depay.c:
7574         * gst/rtp/gstrtpmp2tdepay.c:
7575         * gst/rtp/gstrtpmp4gdepay.c:
7576         * gst/rtp/gstrtpmp4gpay.c:
7577         * gst/rtp/gstrtpmp4vdepay.c:
7578         * gst/rtp/gstrtpmp4vpay.c:
7579         * gst/rtp/gstrtpmpadepay.c:
7580         * gst/rtp/gstrtpmpapay.c:
7581         * gst/rtp/gstrtppcmadepay.c:
7582         * gst/rtp/gstrtppcmapay.c:
7583         * gst/rtp/gstrtppcmudepay.c:
7584         * gst/rtp/gstrtppcmupay.c:
7585         * gst/rtp/gstrtpspeexdepay.c:
7586         * gst/rtp/gstrtpspeexpay.c:
7587         * gst/rtp/gstrtpsv3vdepay.c:
7588         Fix element descriptions.
7589
7590 2006-11-08  Wim Taymans  <wim@fluendo.com>
7591
7592         * gst/rtp/gstrtpvorbisdepay.c:
7593         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7594         Fix description.
7595         Small cleanup in the payloader.
7596
7597 2006-11-08  Wim Taymans  <wim@fluendo.com>
7598
7599         * gst/rtp/Makefile.am:
7600         * gst/rtp/gstrtp.c: (plugin_init):
7601         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7602         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7603         (gst_rtp_theora_depay_finalize),
7604         (gst_rtp_theora_depay_parse_configuration),
7605         (gst_rtp_theora_depay_setcaps),
7606         (gst_rtp_theora_depay_switch_codebook),
7607         (gst_rtp_theora_depay_process),
7608         (gst_rtp_theora_depay_set_property),
7609         (gst_rtp_theora_depay_get_property),
7610         (gst_rtp_theora_depay_change_state),
7611         (gst_rtp_theora_depay_plugin_init):
7612         * gst/rtp/gstrtptheoradepay.h:
7613         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7614         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7615         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7616         (gst_rtp_theora_pay_init_packet),
7617         (gst_rtp_theora_pay_flush_packet),
7618         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7619         (gst_rtp_theora_pay_handle_buffer),
7620         (gst_rtp_theora_pay_plugin_init):
7621         * gst/rtp/gstrtptheorapay.h:
7622         Add theora pay/depayloaders.
7623
7624 2006-11-06  Wim Taymans  <wim@fluendo.com>
7625
7626         * gst/rtp/Makefile.am:
7627         We depend on gsttag to generate the vorbis comments.
7628
7629         * gst/rtp/gstrtpvorbisdepay.c:
7630         (gst_rtp_vorbis_depay_parse_configuration),
7631         (gst_rtp_vorbis_depay_setcaps),
7632         (gst_rtp_vorbis_depay_switch_codebook),
7633         (gst_rtp_vorbis_depay_process):
7634         * gst/rtp/gstrtpvorbisdepay.h:
7635         Parse configuration string in the depayloader.
7636         Implement selecting and switching to a new codebook.
7637         Receiving vorbis over RTP now works.
7638
7639         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7640         (gst_rtp_vorbis_pay_init_packet),
7641         (gst_rtp_vorbis_pay_finish_headers),
7642         (gst_rtp_vorbis_pay_handle_buffer):
7643         * gst/rtp/gstrtpvorbispay.h:
7644         Set timestamps on outgoing buffers and RTP packets.
7645         Fix configuration string, prepend number of Packet headers.
7646         Fix encoding of ident string.
7647         Add delivery-method to caps.
7648         Streaming vorbis over RTP now works.
7649
7650 2006-11-06  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7653         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7654         (gst_rtp_vorbis_pay_handle_buffer):
7655         * gst/rtp/gstrtpvorbispay.h:
7656         Generate a valid configuration string in the caps based on the
7657         vorbis headers.
7658
7659 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7660
7661         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7662         * ext/cdio/gstcdio.h:
7663         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7664           Move CD-TEXT utility function into common file so it can also be
7665           used by a future cdioparanoiasrc.
7666
7667 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7668         
7669         * sys/v4l2/Makefile.am:
7670         * sys/v4l2/gstv4l2object.c:
7671         * sys/v4l2/gstv4l2src.c:
7672         * sys/v4l2/gstv4l2xoverlay.c:
7673         * sys/v4l2/v4l2_calls.c:
7674         * sys/v4l2/v4l2src_calls.c:
7675         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7676         xoverlay code that is still not implemented.
7677
7678 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7679
7680         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7681           We require a -base more recent than 0.10.9, so it's safe to use
7682           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7683
7684         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7685         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7686           Use _newsegment_full() now that we depend on a recent enough core.
7687
7688         * gst/wavparse/gstwavparse.c:
7689           Remove cruft that we don't need any longer now that we depend on
7690           a recent enough -base.
7691
7692 2006-10-31  Wim Taymans  <wim@fluendo.com>
7693
7694         * gst/rtp/Makefile.am:
7695         * gst/rtp/gstrtp.c: (plugin_init):
7696         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7697         (gst_rtpilbcpay_setcaps):
7698         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7699
7700 2006-10-31  Wim Taymans  <wim@fluendo.com>
7701
7702         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7703         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7704         Some small cleanups, use _scale.
7705
7706 2006-10-31  Wim Taymans  <wim@fluendo.com>
7707
7708         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7709         Use higher precision scale function.
7710
7711 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7712
7713         Patch by: Michal Benes  <michal dot benes at itonis tv>
7714
7715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7716         (gst_matroska_demux_read_track_encodings),
7717         (gst_matroska_decode_buffer):
7718           Fix several issues with encoded/compressed/encrypted/signed tracks;
7719           also, remove superfluous newline characters from some debug
7720           statements. (#366155)
7721
7722 2006-10-30  Wim Taymans  <wim@fluendo.com>
7723
7724         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7725         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7726         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7727         (gst_smokedec_change_state):
7728         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7729         (gst_smokeenc_init), (gst_smokeenc_finalize),
7730         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7731         (gst_smokeenc_resync), (gst_smokeenc_chain),
7732         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7733         (gst_smokeenc_change_state):
7734         Various cleanups, capsnego and leak fixes.
7735
7736 2006-10-30  Wim Taymans  <wim@fluendo.com>
7737
7738         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7739
7740         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7741         Fix videomixer so that it can handle any combination of framerates.
7742         Fixes #367221.
7743
7744 2006-10-28  Wim Taymans  <wim@fluendo.com>
7745
7746         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7747         (gst_avi_demux_parse_file_header),
7748         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7749         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7750         (gst_avi_demux_chain):
7751         Fix position query for audio. also fixes timestamps in streaming
7752         mode and bug #364958.
7753         Small cleanups.
7754
7755 2006-10-27  Wim Taymans  <wim@fluendo.com>
7756
7757         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7758         * ext/libpng/gstpngenc.h:
7759         Fix strides. Fixes #364856.
7760         Cleanup capsnego.
7761         Set caps on outgoing buffers.
7762
7763 2006-10-18  Wim Taymans  <wim@fluendo.com>
7764
7765         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7766
7767         * gst/rtp/gstrtpgsmpay.c:
7768         * gst/rtp/gstrtph263pay.c:
7769         * gst/rtp/gstrtpmpapay.c:
7770         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7771         (gst_rtp_pcma_pay_handle_buffer):
7772         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7773         Add static payload numbers in addition to the dynamic ones.
7774         Fixes #361639.
7775
7776 2006-10-18  Wim Taymans  <wim@fluendo.com>
7777
7778         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7779         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7780         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7781         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7782         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7783         * gst/rtsp/rtspdefs.h:
7784         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7785         * gst/rtsp/rtspurl.h:
7786         Reuse already existing enum for lower transport.
7787         Add rtspt and rtspu protocols.
7788         Send redirect to rtspt when udp times out.
7789
7790 2006-10-18  Wim Taymans  <wim@fluendo.com>
7791
7792         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7793         (gst_wavparse_stream_data):
7794         Fix seeking some more, mostly for speed changes.
7795
7796 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7797
7798         Patch by: Fredrik Persson  <frepe at bredband net>
7799
7800         * sys/v4l2/gstv4l2tuner.c:
7801         * sys/v4l2/gstv4l2tuner.h:
7802           Fix _set_channel(): remove useless g_object_notify() for "channel"
7803           property that doesn't exist any longer and therefore now also
7804           useless redirect (#338818).
7805
7806 2006-10-17  Wim Taymans  <wim@fluendo.com>
7807
7808         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7809         Some drivers do not support unsetting the non-blocking flag once the
7810         device is opened. In those cases, close/open the device in
7811         non-blocking mode. Fixes #362673.
7812
7813 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7814
7815         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7816         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7817         (gst_v4l2src_get_fps):
7818           dear stefan, framespersecond is not frameperiod, reverting but adding
7819           comment
7820
7821 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7822
7823         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7824         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7825         (gst_v4l2src_get_fps):
7826           Numerator is numerator and denominator is denominator. Say that aloud
7827           5 times and retry after next beer.
7828
7829 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         Patch by: Josep Torra Valles  <josep at fluendo com>
7832
7833         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7834         * ext/esd/esdsink.c: (gst_esdsink_write):
7835         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7836         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7837         (gst_flac_dec_send_newsegment):
7838         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7839         (gst_flac_enc_tell_callback):
7840         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7841         (smokecodec_parse_header), (smokecodec_decode):
7842         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7843         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7844         * gst/goom/Makefile.am:
7845         * gst/goom/gstgoom.c:
7846         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7847         * gst/rtsp/gstrtspsrc.c:
7848         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7849         * gst/udp/gstudpsink.c:
7850         * gst/udp/gstudpsrc.c:
7851         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7852         * sys/sunaudio/gstsunaudiomixertrack.h:
7853           Fix a bunch of problems discovered by the Forte compiler, mostly type
7854           mixups and pointer arithmetics with void pointers. Fixes #362603.
7855
7856 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7857
7858         * ext/speex/gstspeex.c: (plugin_init):
7859         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7860         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7861         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7862         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7863         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7864         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7865         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7866         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7867         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7868         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7869         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7870         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7871         * ext/speex/gstspeexenc.h:
7872           Miscellaneous clean-ups, among other things: speexenc => enc to
7873           enhance code readability; change speexenc => speex_enc; in chain
7874           function unref input buffer in case of error; take reference in
7875           event function; use boilerplate macro; use gst_pad_query_peer_*
7876           convenience functions.
7877
7878 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7881         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7882         (gst_speexenc_set_header_on_caps):
7883           Fix some mem leaks.
7884
7885 2006-10-11  Wim Taymans  <wim@fluendo.com>
7886
7887         * gst/rtsp/URLS:
7888         Added some other URL.
7889
7890         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7891         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7892         (gst_rtspsrc_open), (gst_rtspsrc_play),
7893         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7894         * gst/rtsp/gstrtspsrc.h:
7895         Work on fallback to TCP connection when the UDP socket times out.
7896         Handler server requests, just reply with OK for now.
7897
7898         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7899         * gst/rtsp/rtspdefs.h:
7900         Added some more Real extension headers.
7901
7902         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7903         Fix parsing of urls with a ':' that is not part of the hostname:port
7904         part of the url.
7905
7906 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7907
7908         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7909         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7910         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7911           Activate pad before adding it to the already-running element.
7912
7913         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7914           Activate newly-created pad too.
7915
7916 2006-10-11  Wim Taymans  <wim@fluendo.com>
7917
7918         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7919
7920         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7921         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7922         (gst_udpsrc_start):
7923         Fix some leaks in caps and uris. Fixes #361252.
7924
7925 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7926
7927         * gst/wavparse/Makefile.am:
7928           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7929
7930 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7931
7932         * sys/v4l2/gstv4l2xoverlay.c:
7933         * sys/v4l2/gstv4l2xoverlay.h:
7934         Fix build as per the patch in #338818 comment 36.
7935
7936 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7937
7938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7939           Activate pads before adding them to the source.
7940
7941 2006-10-06  Wim Taymans  <wim@fluendo.com>
7942
7943         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7944         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7945         Activate pads before adding.
7946
7947 2006-10-06  Wim Taymans  <wim@fluendo.com>
7948
7949         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7950         (gst_multipart_find_pad_by_mime):
7951         Activate pads before adding.
7952
7953         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7954         BOILERPLATE sets parent_class for us.
7955
7956 2006-10-06  Wim Taymans  <wim@fluendo.com>
7957
7958         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7959         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7960         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7961         (gst_rtspsrc_alloc_udp_ports),
7962         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7963         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7964         (gst_rtspsrc_create_transports_string),
7965         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7966         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7967         * gst/rtsp/gstrtspsrc.h:
7968         Rework how the transport string is constructed, try to share channels
7969         and udp ports.
7970         Make most of the stuff less dependant on RTP as we are also going to use
7971         it for RDT.
7972         Add support for transport specific session managers.
7973
7974         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7975         Implement _flush().
7976
7977         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7978         * gst/rtsp/rtspdefs.h:
7979         Add generic error return code.
7980
7981         * gst/rtsp/rtspext.h:
7982         Add support for pluggable tranport strings.
7983
7984         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7985         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7986         (rtsp_ext_wms_get_context):
7987         Detect WMServer and activate the extension.
7988
7989         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7990         (rtsp_transport_get_manager), (rtsp_transport_parse):
7991         * gst/rtsp/rtsptransport.h:
7992         Added methods to get mime/manager for certain transports.
7993
7994 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7995
7996         * ext/cairo/gsttimeoverlay.c:
7997         (gst_cairo_time_overlay_update_font_height):
7998         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7999         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
8000         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8001         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8002         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8003         * ext/libpng/gstpngdec.c: (user_endrow_callback):
8004         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8005         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
8006         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
8007         (gst_avi_demux_stream_data):
8008         * gst/cutter/gstcutter.c: (gst_cutter_chain):
8009         * gst/debug/efence.c: (gst_efence_buffer_alloc),
8010         (gst_fenced_buffer_copy):
8011         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8012         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
8014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8015         (gst_rtspsrc_handle_message):
8016         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8017         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8018           Printf format fixes.
8019
8020 2006-10-04  Wim Taymans  <wim@fluendo.com>
8021
8022         * gst/rtsp/Makefile.am:
8023         Dist new .h file too.
8024
8025 2006-10-04  Wim Taymans  <wim@fluendo.com>
8026
8027         * gst/rtsp/Makefile.am:
8028         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
8029         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
8030         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8031         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8032         (gst_rtspsrc_parse_rtpmap),
8033         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
8034         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8035         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
8036         * gst/rtsp/gstrtspsrc.h:
8037         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8038         * gst/rtsp/rtspdefs.h:
8039         * gst/rtsp/rtspext.h:
8040         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8041         (rtsp_ext_wms_get_context):
8042         * gst/rtsp/rtspextwms.h:
8043         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8044         (rtsp_transport_parse):
8045         * gst/rtsp/rtsptransport.h:
8046         Factor out extension in separate module.
8047         Fix getcaps to filter against the padtemplate.
8048         Use Content-Base if the server gives one.
8049         Rework the transport parsing a bit for future extensions.
8050         Added some Real Header field definitions.
8051
8052 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8053
8054         * docs/plugins/Makefile.am:
8055         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8056         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8057           added v4l2 stubs
8058         * gst-plugins-good.spec.in:
8059           add v4l2
8060
8061 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8062
8063         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8064           Extract disc/album/medium number and count and try harder
8065           to extract track number/count.
8066
8067 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8068
8069         * configure.ac:
8070         * sys/Makefile.am:
8071           add build stuff for v4l2, needs --enable-experimental until
8072           the last bits are resolved
8073
8074 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8075
8076         * tests/check/Makefile.am:
8077           Disable autodetect test temporarily, so that the build bots
8078           update -bad and the ranks of unreliable video sinks in there.
8079
8080         * tests/check/elements/autodetect.c: (GST_START_TEST):
8081           Skip test if no usable videosink is found.
8082
8083 2006-09-29  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst/rtsp/URLS:
8086         Add some more URLs.
8087
8088         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8089         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8090         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8091         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8092         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8093         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8094         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8095         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8096         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8097         * gst/rtsp/gstrtspsrc.h:
8098         Add timeout property to control UDP timeouts.
8099         Fix error messages.
8100         Also start a loop function when operating in UDP mode so that we can
8101         do some more stuff async.
8102         Handle element messages from udpsrc to detect timeouts. If a timeout
8103         happens we currently generate an error.
8104         API: rtspsrc::timeout property.
8105
8106         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8107         (gst_udpsrc_create):
8108         Really implement the timeout in microseconds and not milliseconds.
8109
8110 2006-09-29  Wim Taymans  <wim@fluendo.com>
8111
8112         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8113         (gst_udpsrc_create), (gst_udpsrc_set_property),
8114         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8115         * gst/udp/gstudpsrc.h:
8116         Added property to post a message on timeout.
8117         Updated docs.
8118         When restarting the select, initialize the fdsets again.
8119         Init control sockets so we don't accidentally close a random socket.
8120         API: GstUDPSrc::timeout property
8121
8122 2006-09-29  Wim Taymans  <wim@fluendo.com>
8123
8124         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8125         Fix flag registration.
8126
8127         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8128         Reading 0 also means 'no more commands'
8129
8130 2006-09-29  Wim Taymans  <wim@fluendo.com>
8131
8132         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8133
8134         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8135         Fix possible infinite loop when shutting down, a read can also return
8136         0 to indicate no more messages are available. Fixes #358156.
8137
8138 2006-09-25  Wim Taymans  <wim@fluendo.com>
8139
8140         * gst/autodetect/gstautoaudiosink.c:
8141         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8142         (gst_auto_audio_sink_find_best):
8143         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8144         Small cleanups.
8145         don't try to set "sync" property when it is not available.
8146
8147 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8148
8149         Patch by: Peter Kjellerstedt  <pkj at axis com>
8150
8151         * gst/alpha/gstalpha.c:
8152         * gst/rtp/gstrtpamrdepay.c:
8153         * gst/rtsp/gstrtspsrc.c:
8154         * gst/udp/gstudpsrc.c:
8155         * gst/videomixer/videomixer.c:
8156           Include stdlib.h in some more places, makes things compile
8157           with uClibc and -Werror (#357592).
8158
8159 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8160
8161         * ext/jpeg/gstjpegdec.c:
8162           Set minimum height to 8 (from 16), our code should handle
8163           that fine. Some of the buttons on the apple trailer site
8164           are apparently only 15 pixels high (see #357470).
8165
8166 2006-09-23  Wim Taymans  <wim@fluendo.com>
8167
8168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8169         (gst_rtspsrc_open):
8170         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8171         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8172         (rtsp_connection_receive):
8173         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8174         * gst/rtsp/rtspdefs.h:
8175         Improve error reporting.
8176
8177 2006-09-23  Wim Taymans  <wim@fluendo.com>
8178
8179         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8180         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8181         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8182         * gst/rtp/gstrtpdepay.c:
8183         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8184         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8185         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8186         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8187         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8188         (gst_rtp_mp2t_depay_plugin_init):
8189         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8190         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8191         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8192         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8193         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8194         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8195         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8196         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8197         Fix klass typos.
8198         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8199
8200 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8201
8202         * configure.ac:
8203           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8204
8205 2006-09-22  Wim Taymans  <wim@fluendo.com>
8206
8207         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8208         Don't check for a tag that is never there and check if we read the
8209         correct tag. Fixes seeking again.
8210         We must post an error when all pads are unlinked.
8211
8212 2006-09-22  Wim Taymans  <wim@fluendo.com>
8213
8214         * gst/rtp/Makefile.am:
8215         * gst/rtp/gstrtp.c: (plugin_init):
8216         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8217         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8218         (gst_rtp_vorbis_pay_reset_packet),
8219         (gst_rtp_vorbis_pay_init_packet),
8220         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8221         (gst_rtp_vorbis_pay_handle_buffer):
8222         More fixage, set endoder-params correctly in the payloader.
8223
8224 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8225
8226         * gst/autodetect/gstautoaudiosink.c:
8227         (gst_auto_audio_sink_base_init):
8228         * gst/autodetect/gstautovideosink.c:
8229         (gst_auto_video_sink_base_init):
8230           Make static pad templates static to appease valgrind's leak
8231           detector.
8232
8233         * tests/check/Makefile.am:
8234         * tests/check/elements/.cvsignore:
8235         * tests/check/elements/autodetect.c: (GST_START_TEST),
8236         (autodetect_suite):
8237           Add simple test for the ghostpad lockup on shutdown fixed in core
8238           CVS (audio bit disabled because it would need dozens of alsa
8239           suppressions and I'm too lazy to add those now).
8240
8241 2006-09-22  Wim Taymans  <wim@fluendo.com>
8242
8243         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8244         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8245         Small cleanups.
8246
8247         * gst/rtp/Makefile.am:
8248         * gst/rtp/gstrtp.c: (plugin_init):
8249         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8250         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8251         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8252         (gst_rtp_vorbis_depay_process),
8253         (gst_rtp_vorbis_depay_set_property),
8254         (gst_rtp_vorbis_depay_get_property),
8255         (gst_rtp_vorbis_depay_change_state),
8256         (gst_rtp_vorbis_depay_plugin_init):
8257         * gst/rtp/gstrtpvorbisdepay.h:
8258         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8259         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8260         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8261         (gst_rtp_vorbis_pay_flush_packet),
8262         (gst_rtp_vorbis_pay_append_buffer),
8263         (gst_rtp_vorbis_pay_handle_buffer),
8264         (gst_rtp_vorbis_pay_plugin_init):
8265         * gst/rtp/gstrtpvorbispay.h:
8266         Add experimental vorbis pay and depayloaders.
8267
8268 2006-09-21  Wim Taymans  <wim@fluendo.com>
8269
8270         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8271         Fix profile-level-id parsing and setup.
8272
8273 2006-09-21  Wim Taymans  <wim@fluendo.com>
8274
8275         * gst/udp/README:
8276         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8277         Update README, simple cleanup.
8278
8279 2006-09-21  Wim Taymans  <wim@fluendo.com>
8280
8281         * gst/rtp/README:
8282         Update README with some examples.
8283
8284         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8285         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8286         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8287         (gst_rtp_mp4g_pay_setcaps):
8288         * gst/rtp/gstrtpmp4gpay.h:
8289         Make optional RTP parameters of type STRING, as required by the
8290         application/x-rtp caps specification.
8291
8292 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8293
8294         * gst/rtp/gstrtph263pdepay.c:
8295         * gst/rtp/gstrtph263ppay.c:
8296         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8297         RTP header.
8298
8299 2006-09-20  Wim Taymans  <wim@fluendo.com>
8300
8301         * gst/rtp/Makefile.am:
8302         And makefile too.
8303
8304 2006-09-20  Wim Taymans  <wim@fluendo.com>
8305
8306         * gst/rtp/gstrtp.c: (plugin_init):
8307         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8308         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8309         (decode_base64), (gst_rtp_asf_depay_setcaps),
8310         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8311         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8312         (gst_rtp_asf_depay_plugin_init):
8313         * gst/rtp/gstrtpasfdepay.h:
8314         Added preliminary ASF depayloader.
8315
8316         * gst/rtp/gstrtph264depay.c: (decode_base64):
8317         Fix base64 decoding.
8318
8319 2006-09-20  Wim Taymans  <wim@fluendo.com>
8320
8321         * gst/rtsp/URLS:
8322         Added some test URLS.
8323
8324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8325         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8326         * gst/rtsp/gstrtspsrc.h:
8327         When creating streams, give access to the complete SDP.
8328         Fix some leaks.
8329         Collect and merge global stream properties in stream caps.
8330         Preliminary support for WMServer.
8331
8332         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8333         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8334         (rtsp_connection_receive):
8335         * gst/rtsp/rtspconnection.h:
8336         Make connection interruptable.
8337         Refactor to make it reconnectable.
8338         Don't fail on short reads when reading data packets.
8339
8340         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8341         (rtsp_url_get_port):
8342         * gst/rtsp/rtspurl.h:
8343         Add methods for getting/setting the port.
8344
8345         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8346         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8347         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8348         (sdp_media_get_format), (sdp_parse_line),
8349         (sdp_message_parse_buffer):
8350         Fix headers. 
8351         Add methods for getting multiple attributes with the same name.
8352         Increase buffer size when parsing.
8353         Fix parsing of a=foo fields.
8354
8355         * gst/rtsp/test.c: (main):
8356         Update to new connection API.
8357
8358         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8359         (rtsp_message_init_response), (rtsp_message_init_data),
8360         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8361         * gst/rtsp/rtspmessage.h:
8362         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8363         * gst/rtsp/rtsptransport.h:
8364         * gst/rtsp/sdp.h:
8365         * gst/rtsp/sdpmessage.h:
8366         * gst/rtsp/gstrtsp.c:
8367         * gst/rtsp/gstrtsp.h:
8368         * gst/rtsp/gstrtpdec.c:
8369         * gst/rtsp/gstrtpdec.h:
8370         * gst/rtsp/rtsp.h:
8371         * gst/rtsp/rtspdefs.c:
8372         * gst/rtsp/rtspdefs.h:
8373         Dual licensed under MIT and LGPL now.
8374
8375 2006-09-19  Wim Taymans  <wim@fluendo.com>
8376
8377         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8378         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8379         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8380         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8381         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8382         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8383         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8384         * gst/rtsp/gstrtspsrc.h:
8385         Reorganize stream parsing and creation.
8386         Detect container formats in interleaved mode.
8387         Keep more state about the streams.
8388         Assume a server also supports PLAY if it does not say.
8389         Add unicast and interleaved properties to TCP transport requests to make
8390         some servers happy (WMServer).
8391
8392         * gst/rtsp/sdpmessage.h:
8393         Add some defines for the standard Bandwidth types.
8394
8395 2006-09-19  Wim Taymans  <wim@fluendo.com>
8396
8397         * gst/rtsp/test.c: (main):
8398         Fix build.
8399
8400 2006-09-19  Wim Taymans  <wim@fluendo.com>
8401
8402         * gst/wavparse/gstwavparse.c:
8403         Add ms-gsm to the src template.
8404
8405 2006-09-18  Wim Taymans  <wim@fluendo.com>
8406
8407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8408         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8409         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8410         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8411         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8412         * gst/rtsp/gstrtspsrc.h:
8413         Small cleanups, added documentation.
8414         Try to clean up the requests and responses.
8415         Refactor parsing the supported methods.
8416
8417         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8418         (rtsp_connection_create), (rtsp_connection_send),
8419         (parse_response_status), (parse_request_line),
8420         (rtsp_connection_receive), (rtsp_connection_close),
8421         (rtsp_connection_free):
8422         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8423         (rtsp_transport_init), (rtsp_transport_parse),
8424         (rtsp_transport_free):
8425         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8426         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8427         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8428         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8429         Use g_return_val some more.
8430
8431         * gst/rtsp/rtspdefs.h:
8432         Add more enum values to track initial states.
8433
8434         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8435         (rtsp_message_init_request), (rtsp_message_new_response),
8436         (rtsp_message_init_response), (rtsp_message_init_data),
8437         (rtsp_message_unset), (rtsp_message_free),
8438         (rtsp_message_add_header), (rtsp_message_remove_header),
8439         (rtsp_message_get_header), (rtsp_message_set_body),
8440         (rtsp_message_take_body), (rtsp_message_get_body),
8441         (rtsp_message_steal_body), (rtsp_message_dump):
8442         * gst/rtsp/rtspmessage.h:
8443         Reorder arguments, object goes as the first one.
8444         Use g_return_val some more.
8445
8446 2006-09-18  Wim Taymans  <wim@fluendo.com>
8447
8448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8449         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8450         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8451         * gst/rtsp/gstrtspsrc.h:
8452         Export sometimes source pad with correct caps on the template, create
8453         the ghostpad from the template.
8454         Remove RTCP template as we never expose RTCP.
8455         Protect against invalid body size.
8456         Avoid memcpy when creating the output buffer.
8457         Properly post an error and send EOS when the loop function is shut down.
8458
8459 2006-09-18  Wim Taymans  <wim@fluendo.com>
8460
8461         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8462
8463         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8464         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8465         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8466         * gst/rtsp/gstrtspsrc.h:
8467         Make sure we can never set an invalid location.
8468
8469         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8470         * gst/rtsp/rtspmessage.h:
8471         Added _steal_body method for future use.
8472
8473         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8474         Make freeing of NULL url return immediatly.
8475
8476 2006-09-18  Wim Taymans  <wim@fluendo.com>
8477
8478         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8479
8480         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8481         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8482         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8483         (gst_rtspsrc_change_state):
8484         * gst/rtsp/gstrtspsrc.h:
8485         Use boilerplate.
8486         Make rtspsrc subclass GstBin to make state changes easier.
8487         Add Range header field on the PLAY request.
8488
8489 2006-09-18  Wim Taymans  <wim@fluendo.com>
8490
8491         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8492
8493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8494         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8495         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8496         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8497         * gst/rtsp/rtspconnection.c: (inet_aton):
8498         Small cleanups.
8499         when multicast is selected as the transport, create UDP sources and
8500         connect to the multicast group.
8501         Move parsing and setting of caps to a common place.
8502         Fixes #349894.
8503
8504 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8505
8506         * ext/flac/gstflactag.c:
8507         * gst/alpha/gstalpha.c:
8508         * gst/debug/breakmydata.c:
8509         * gst/debug/negotiation.c:
8510         * gst/debug/testplugin.c:
8511         * gst/effectv/gstaging.c:
8512         * gst/effectv/gstdice.c:
8513         * gst/effectv/gstedge.c:
8514         * gst/effectv/gstquark.c:
8515         * gst/effectv/gstrev.c:
8516         * gst/effectv/gstshagadelic.c:
8517         * gst/effectv/gstvertigo.c:
8518         * gst/effectv/gstwarp.c:
8519         * gst/multipart/multipartdemux.c:
8520         * gst/multipart/multipartmux.c:
8521         * gst/videobox/gstvideobox.c:
8522         * gst/videofilter/gstgamma.c:
8523         * gst/videofilter/gstvideotemplate.c:
8524         * gst/videomixer/videomixer.c:
8525         * sys/sunaudio/gstsunaudiosrc.h:
8526         More G_OBJECT macro fixing.
8527
8528 2006-09-16  Wim Taymans  <wim@fluendo.com>
8529
8530         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8531
8532         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8533         Correctly set the dwLength in strh.
8534         With this patch, the file duration is now displayed correctly in window
8535         media player and the AVI plays completely. Fixes #356147
8536
8537 2006-09-15  Wim Taymans  <wim@fluendo.com>
8538
8539         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8540
8541         * sys/sunaudio/gstsunaudiomixerctrl.c:
8542         (gst_sunaudiomixer_ctrl_build_list):
8543         Set the output track as the MASTER so that the gnome-settings-daemon
8544         keybindings for changing the volume using the keyboard works.
8545         Fixes #356142.
8546
8547 2006-09-15  Wim Taymans  <wim@fluendo.com>
8548
8549         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8550         Fix documentation, it is not possible to control the framerate of jpegdec
8551         using filtered caps yet. Fixes #355210.
8552         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8553         stop when there is an error.
8554
8555 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8556
8557         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8558         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8559           Don't interpret a first buffer with an offset of NONE as
8560           'from the middle of the stream', but only a first buffer
8561           that has a valid buffer offset that's non-zero (see #345449).
8562
8563 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8564
8565         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8566         (gst_icydemux_typefind_or_forward):
8567         * gst/icydemux/gsticydemux.h:
8568           When we merge/collect multiple incoming buffers for typefinding
8569           purposes, keep an initial 0 offset on the first outgoing buffer
8570           as well (otherwise id3demux won't work right). Fixes #345449.
8571           Also Make buffer metadata writable before setting buffer caps.
8572
8573         * tests/check/elements/icydemux.c: (typefind_succeed),
8574         (cleanup_icydemux), (push_data), (GST_START_TEST),
8575         (icydemux_suite):
8576           Small test case for the above.
8577
8578 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8579
8580         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8581         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8582         (gst_avi_demux_stream_header_push),
8583         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8584         (gst_avi_demux_loop):
8585           More code reuse and better logging in _peek_chunk(). Reintroduce check
8586           for chunk sizes before reading them (avoid oom). Better handling for 
8587           invalid chunksizes when streaming.
8588
8589 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8590
8591         * gst/level/gstlevel.c: (gst_level_set_property):
8592         * gst/level/gstlevel.h:
8593           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8594           René Stadler
8595
8596 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8597
8598         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8599         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8600         (gst_avi_demux_stream_data):
8601           Revert one change to fix streaming avi (adapter size != data size).
8602
8603 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8604
8605         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8606
8607         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8608         (gst_matroska_demux_reset),
8609         (gst_matroska_demux_read_track_encodings),
8610         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8611         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8612         (gst_matroska_demux_subtitle_caps):
8613         * gst/matroska/matroska-ids.h:
8614           Add support for VOBSUB subtitle tracks and zlib-compressed
8615           tracks. Make sure we start on a keyframe after a seek. (#343348)
8616
8617 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8618
8619         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8620         (gst_matroska_demux_push_flac_codec_priv_data),
8621         (gst_matroska_demux_push_xiph_codec_priv_data),
8622         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8623         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8624         * gst/matroska/matroska-ids.h:
8625           Add basic FLAC support (#311586), not perfect yet though, needs some
8626           tweaking in flacdec; also, seeking could be better.
8627           Do better bounds checking when deserialising vorbis stream headers
8628           to make sure we don't read beyond the end of the buffer on bad input.
8629
8630 2006-09-04  Wim Taymans  <wim@fluendo.com>
8631
8632         Patch by: Alessandro Decina <alessandro at nnva dot org>
8633
8634         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8635         Seeking back in a file containing a CMML stream errors out if the seek
8636         goes back up to the CMML headers. This is because after the seek the xml
8637         processing instruction <?xml ...?> is submitted to the xml parser again, 
8638         which results in an error. The attached patch fixes the problem. 
8639         Fixes #353908.
8640
8641         * ext/annodex/gstcmmlenc.h:
8642         Fix authors name.
8643
8644
8645 2006-08-28  Andy Wingo  <wingo@pobox.com>
8646
8647         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8648         New helper function to lessen the ifdefs.
8649         (GST_INFO_OBJECT): 
8650         (gst_dv1394src_iso_receive): Use it.
8651         (gst_dv1394src_create): Also use the control sockets in iec61883
8652         mode.
8653         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8654         handle for AVC operations; fixes #348233.
8655
8656 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8657
8658         * configure.ac:
8659         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8660         * docs/plugins/inspect/plugin-audiofx.xml:
8661         * docs/plugins/inspect/plugin-audiofxgood.xml:
8662         * gst/audiofx/Makefile.am:
8663         * gst/audiofx/audiofx.c:
8664         * gst/audiofxgood/.cvsignore:
8665         * gst/audiofxgood/Makefile.am:
8666         * gst/audiofxgood/audiofx.c:
8667         * gst/audiofxgood/audiopanorama.c:
8668         * gst/audiofxgood/audiopanorama.h:
8669           Rename again (audiofxgood -> audiofx).
8670
8671 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8672
8673         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8674         (gst_avi_demux_stream_scan):
8675           Initialze variables.
8676
8677 2006-08-25  Wim Taymans  <wim@fluendo.com>
8678
8679         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8680         (gst_avi_demux_init), (gst_avi_demux_finalize),
8681         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8682         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8683         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8684         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8685         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8686         (gst_avi_demux_massage_index),
8687         (gst_avi_demux_calculate_durations_from_index),
8688         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8689         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8690         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8691         (gst_avi_demux_change_state):
8692         * gst/avi/gstavidemux.h:
8693         More attempts to turn this into readable code.
8694         Don't leak adapters.
8695         Calculate duration according to index more efficiently.
8696         Don't try to act like we drive the pipeline in chain mode.
8697
8698 2006-08-25  Wim Taymans  <wim@fluendo.com>
8699
8700         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8701         Fix build.
8702
8703 2006-08-25  Wim Taymans  <wim@fluendo.com>
8704
8705         Patch by: Alessandro Decina <alessandro at nnva dot org>
8706
8707         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8708         Do some extra sanity checks.
8709         Fixes #350340.
8710
8711         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8712         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8713         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8714         Check if clip->start_time is valid before adding the clip to the
8715         track list.
8716         Reset enc->preamble going from PAUSED to READY.
8717         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8718         only used for EOS.
8719         Only post an error message if we were the one that created the fatal
8720         GstFlowReturn value.
8721
8722         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8723         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8724         Parse the seconds field of the npt-sec time format using %llu rather than
8725         %d and check that the value scaled by GST_SECOND doesn't overflow.
8726         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8727         Lookup a clip's track with clip->track rather than clip->id which
8728         makes no sense.
8729         Identify a clip by its track and start time and not its xml id.
8730         do some more input checking and make sure we don't do undefined shifts.
8731
8732         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8733         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8734         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8735         (push_clip), (push_empty_clip), (check_output_clip),
8736         (GST_START_TEST), (cmmldec_suite):
8737         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8738         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8739         (check_headers), (push_clip), (check_clip_times), (check_clip),
8740         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8741         Added some more checks.
8742
8743 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8744
8745         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8746         (gst_audio_panorama_set_property),
8747         (gst_audio_panorama_get_property),
8748         (gst_audio_panorama_transform_m2s_int),
8749         (gst_audio_panorama_transform_s2s_int),
8750         (gst_audio_panorama_transform_m2s_float),
8751         (gst_audio_panorama_transform_s2s_float):
8752         * gst/audiofxgood/audiopanorama.h:
8753         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8754           Make also the pan-property float (saves scaling and yields better
8755           resolution)
8756
8757 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8758
8759         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8760         (gst_audio_panorama_transform_m2s_float),
8761         (gst_audio_panorama_transform_s2s_float):
8762           ChangeLog surgery to add cymax's real name
8763
8764
8765 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8766
8767         Patch by: René Stadler <mail@renestadler.de>
8768
8769         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8770         (gst_audio_panorama_transform_m2s_int),
8771         (gst_audio_panorama_transform_s2s_int),
8772         (gst_audio_panorama_transform_m2s_float),
8773         (gst_audio_panorama_transform_s2s_float),
8774         (gst_audio_panorama_transform):
8775         * gst/audiofxgood/audiopanorama.h:
8776           Added float support
8777
8778 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8779
8780         * gst/audiofxgood/audiopanorama.c:
8781         (gst_audio_panorama_transform_m2s):
8782           Fix docs & debug category. Add Fixme for volume pan levels.
8783
8784 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8785
8786         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8787         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8788         (gst_avi_demux_stream_header_pull),
8789         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8790         (gst_avi_demux_chain):
8791           unbreak AVI index handling, some more debug, remove an obsolete
8792           adapter_flush that caused streaming to wander off in the wild
8793
8794 2006-08-24  Wim Taymans  <wim@fluendo.com>
8795
8796         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8797         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8798         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8799         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8800         (gst_avi_demux_calculate_durations_from_index),
8801         (gst_avi_demux_stream_header_push),
8802         (gst_avi_demux_stream_header_pull):
8803         * gst/avi/gstavidemux.h:
8804         Some more cleanups. 
8805         Fix totalFrames parsing in ODML.
8806         Disable use of index for length calculation in case of ODML as this is
8807         broken now.
8808
8809 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8810
8811         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8812           Use libgsttag helper function here too.
8813
8814 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8815
8816         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8817         (gst_avi_demux_init), (gst_avi_demux_dispose),
8818         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8819         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8820         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8821         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8822         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8823         (gst_avi_demux_parse_subindex),
8824         (gst_avi_demux_read_subindexes_push),
8825         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8826         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8827         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8828         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8829         (gst_avi_demux_stream_header_pull),
8830         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8831         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8832         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8833         (gst_avi_demux_change_state):
8834         * gst/avi/gstavidemux.h:
8835           Initial streaming support for avidemux (fixes #336465)
8836
8837 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8840           There is no taglibmux element ...
8841
8842         * gst/rtsp/gstrtspsrc.c:
8843           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8844           was complaining about unknown entity here.
8845
8846 2006-08-22  Wim Taymans  <wim@fluendo.com>
8847
8848         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8849         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8850         (gst_avi_demux_process_next_entry):
8851         * gst/avi/gstavidemux.h:
8852         Mark DISCONT.
8853         Remove old unused fields and reorder the struct a bit.
8854
8855 2006-08-22  Wim Taymans  <wim@fluendo.com>
8856
8857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8858         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8859         (gst_rtspsrc_pause):
8860         * gst/rtsp/gstrtspsrc.h:
8861         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8862         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8863         Small documentation updates.
8864
8865 2006-08-22  Wim Taymans  <wim@fluendo.com>
8866
8867         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8868         (gst_avi_demux_index_entry_for_time),
8869         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8870         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8871         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8872         (gst_avi_demux_next_data_buffer),
8873         (gst_avi_demux_calculate_durations_from_index),
8874         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8875         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8876         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8877         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8878         * gst/avi/gstavidemux.h:
8879         Precalc most of the duration query for each stream.
8880         Make seeking more correct.
8881         Use GstSegment to track position and duration.
8882         Code cleanups and leak fixes.
8883         Calculate correct total duration based on index length.
8884
8885 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8886
8887         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8888         (parse_insert_string_field):
8889           If strings in text fields are marked ISO8859-1, but contain
8890           valid UTF-8 already, then handle them as UTF-8 and ignore
8891           the encoding. (#351794)
8892
8893 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8894
8895         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8896         (gst_flac_dec_write), (gst_flac_dec_loop),
8897         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8898         (gst_flac_dec_src_query):
8899         * ext/flac/gstflacdec.h:
8900           Make flac-in-ogg work (#352100).
8901
8902 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8905           Don't unref buffers of which we've already given away
8906           ownership to the adapter.
8907
8908 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8909
8910         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8911           Make metadata extraction actually work.
8912
8913         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8914         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8915         (gst_speexenc_chain):
8916           Fix metadata writing: replace old code which wrote completely
8917           broken tags with libgsttag-based code. Plus miscellaneous
8918           code cleanups (use static pad templates etc.) and a bunch
8919           of leak fixes.
8920
8921 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8922
8923         * gst/audiopanorama/.cvsignore:
8924         * gst/audiopanorama/Makefile.am:
8925         * gst/audiopanorama/audiofx.c:
8926         * gst/audiopanorama/audiopanorama.c:
8927         * gst/audiopanorama/audiopanorama.h:
8928           die! die! die! you should never have been there
8929
8930 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8931
8932         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8933         Fix invalid memory access in audiopanorama test suite.
8934
8935 2006-08-21  Edward Hervey  <edward@fluendo.com>
8936
8937         * tests/check/elements/.cvsignore:
8938         ignore built file
8939
8940 2006-08-21  Wim Taymans  <wim@fluendo.com>
8941
8942         * gst/rtp/Makefile.am:
8943         Fix the build again.
8944
8945 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8946
8947         * gst/audiofxgood/.cvsignore:
8948         * gst/audiofxgood/Makefile.am:
8949         * gst/audiofxgood/audiofx.c: (plugin_init):
8950         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8951         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8952         (gst_audio_panorama_set_property),
8953         (gst_audio_panorama_get_property),
8954         (gst_audio_panorama_get_unit_size),
8955         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8956         (gst_audio_panorama_transform_m2s),
8957         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8958         * gst/audiofxgood/audiopanorama.h:
8959           resubmit with the desired name *again*
8960
8961 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8962
8963         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8964         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8965           use g_assert in _get_unit_size
8966
8967 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8968
8969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8970         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8971         * docs/plugins/inspect/plugin-audiofxgood.xml:
8972           cleanup -unused.txt to make it useful, add previously missing docs
8973
8974         * ext/Makefile.am:
8975           Quietly (accidentally) enable LADSPA for building by default, 
8976           despite the fact that it doesn't meet the plugin checklist.
8977             -- Added by Jan Schmidt 18 Dec 2006
8978
8979         * ext/esd/esdmon.c:
8980         * ext/esd/esdsink.c:
8981         * ext/esd/gstesd.c: (plugin_init):
8982           reflow to get rid of two external symbols
8983
8984         * gst/audiofxgood/audiofx.c: (plugin_init):
8985           re-add
8986
8987 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8988
8989         * configure.ac:
8990         * gst/audiofxgood/.cvsignore:
8991         * gst/audiofxgood/Makefile.am:
8992         * gst/audiofxgood/audiofx.c
8993         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8994         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8995         (gst_audio_panorama_set_property),
8996         (gst_audio_panorama_get_property),
8997         (gst_audio_panorama_get_unit_size),
8998         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8999         (gst_audio_panorama_transform_m2s),
9000         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
9001         * gst/audiofxgood/audiopanorama.h:
9002         * tests/check/Makefile.am:
9003         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
9004         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
9005         (panorama_suite), (main):
9006         Add audiofxgood plugin with audiopanorama element
9007
9008 2006-08-18  Wim Taymans  <wim@fluendo.com>
9009
9010         * docs/plugins/Makefile.am:
9011         More Oss docs fixage. 
9012
9013 2006-08-18  Wim Taymans  <wim@fluendo.com>
9014
9015         * gst/rtp/Makefile.am:
9016         * gst/rtp/gstrtp.c: (plugin_init):
9017         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
9018         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
9019         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
9020         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
9021         (gst_rtp_sv3v_depay_get_property),
9022         (gst_rtp_sv3v_depay_change_state),
9023         (gst_rtp_sv3v_depay_plugin_init):
9024         * gst/rtp/gstrtpsv3vdepay.h:
9025         Added experimental SVQ3 depayloader.
9026
9027 2006-08-18  Edward Hervey  <edward@fluendo.com>
9028
9029         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
9030         (gst_dvdemux_loop), (gst_dvdemux_change_state):
9031         * ext/dv/gstdvdemux.h:
9032         When handling seek requests, don't send the newsegment event from the
9033         calling thread. Instead save it so it can be sent from the streaming
9034         thread.
9035
9036 2006-08-17  Wim Taymans  <wim@fluendo.com>
9037
9038         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9039
9040         * gst/multipart/multipartdemux.c: (multipart_parse_header):
9041         Accept leading whitespace before the boundary
9042         This patch makes the demuxer allow some whitespace before the actual
9043         boundary. This makes the demuxer work with the ``old'' gstreamer
9044         multipartmuxer again (which placed an extra \n before the start
9045         of the stream) Fixes #349068.
9046
9047 2006-08-17  Wim Taymans  <wim@fluendo.com>
9048
9049         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9050         Error out on non-implemented stuff.
9051
9052 2006-08-16  Wim Taymans  <wim@fluendo.com>
9053
9054         Patch by: Andy Wingo <wingo at pobox dot com>
9055
9056         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9057         (gst_signal_processor_start), (gst_signal_processor_stop),
9058         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9059         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9060         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9061         (gst_signal_processor_change_state):
9062         Make ladspa elements reusable. Fixes #350006.
9063
9064 2006-08-16  Wim Taymans  <wim@fluendo.com>
9065
9066         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9067         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9068         names as possible. Fixes #349901.
9069
9070 2006-08-16  Wim Taymans  <wim@fluendo.com>
9071
9072         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9073         (gst_signal_processor_do_pushes):
9074         A push() gives away our refcount so we should not use the buffer on the
9075         pen anymore.
9076
9077 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9078
9079         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9080         (gst_oss_mixer_element_finalize):
9081           Don't leak device string.
9082
9083 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9084
9085         * configure.ac:
9086           Require CVS of GStreamer core and -base (for
9087           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9088
9089         * ext/taglib/gstid3v2mux.cc:
9090           Write extended comment tags properly (#348762).
9091
9092         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9093         (parse_comment_frame):
9094           Extract COMM frames into extended comments, which makes it
9095           easier to properly retain the description bit of the tag
9096           and maintain this information when re-tagging (#348762).
9097
9098 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9099
9100         * tests/check/Makefile.am:
9101           Don't try to run annodex unit tests if the annodex
9102           plugin has not been built (Fixes #351116).
9103
9104 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9105
9106         * gst/autodetect/gstautoaudiosink.c:
9107         (gst_auto_audio_sink_find_best):
9108           When we can't find a usable audiosink, don't error out,
9109           but use a fake sink instead and post a warning message
9110           on the bus (#341278).
9111
9112 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9113
9114         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9115         * sys/oss/gstosssink.c:
9116         * sys/oss/gstosssrc.c:
9117           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9118           ossmixer's new device property.
9119
9120         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9121         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9122           Add docs for OSS elements.
9123
9124         * docs/plugins/inspect/plugin-aasink.xml:
9125         * docs/plugins/inspect/plugin-alaw.xml:
9126         * docs/plugins/inspect/plugin-alpha.xml:
9127         * docs/plugins/inspect/plugin-alphacolor.xml:
9128         * docs/plugins/inspect/plugin-annodex.xml:
9129         * docs/plugins/inspect/plugin-apetag.xml:
9130         * docs/plugins/inspect/plugin-auparse.xml:
9131         * docs/plugins/inspect/plugin-autodetect.xml:
9132         * docs/plugins/inspect/plugin-avi.xml:
9133         * docs/plugins/inspect/plugin-cacasink.xml:
9134         * docs/plugins/inspect/plugin-cairo.xml:
9135         * docs/plugins/inspect/plugin-cdio.xml:
9136         * docs/plugins/inspect/plugin-cutter.xml:
9137         * docs/plugins/inspect/plugin-debug.xml:
9138         * docs/plugins/inspect/plugin-dv.xml:
9139         * docs/plugins/inspect/plugin-efence.xml:
9140         * docs/plugins/inspect/plugin-effectv.xml:
9141         * docs/plugins/inspect/plugin-esdsink.xml:
9142         * docs/plugins/inspect/plugin-flac.xml:
9143         * docs/plugins/inspect/plugin-flxdec.xml:
9144         * docs/plugins/inspect/plugin-gconfelements.xml:
9145         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9146         * docs/plugins/inspect/plugin-goom.xml:
9147         * docs/plugins/inspect/plugin-halelements.xml:
9148         * docs/plugins/inspect/plugin-icydemux.xml:
9149         * docs/plugins/inspect/plugin-id3demux.xml:
9150         * docs/plugins/inspect/plugin-jpeg.xml:
9151         * docs/plugins/inspect/plugin-level.xml:
9152         * docs/plugins/inspect/plugin-matroska.xml:
9153         * docs/plugins/inspect/plugin-mulaw.xml:
9154         * docs/plugins/inspect/plugin-multipart.xml:
9155         * docs/plugins/inspect/plugin-navigationtest.xml:
9156         * docs/plugins/inspect/plugin-ossaudio.xml:
9157         * docs/plugins/inspect/plugin-png.xml:
9158         * docs/plugins/inspect/plugin-rtp.xml:
9159         * docs/plugins/inspect/plugin-rtsp.xml:
9160         * docs/plugins/inspect/plugin-shout2send.xml:
9161         * docs/plugins/inspect/plugin-smpte.xml:
9162         * docs/plugins/inspect/plugin-speex.xml:
9163         * docs/plugins/inspect/plugin-taglib.xml:
9164         * docs/plugins/inspect/plugin-udp.xml:
9165         * docs/plugins/inspect/plugin-videobalance.xml:
9166         * docs/plugins/inspect/plugin-videobox.xml:
9167         * docs/plugins/inspect/plugin-videoflip.xml:
9168         * docs/plugins/inspect/plugin-videomixer.xml:
9169         * docs/plugins/inspect/plugin-wavenc.xml:
9170         * docs/plugins/inspect/plugin-wavparse.xml:
9171         * docs/plugins/inspect/plugin-ximagesrc.xml:
9172           Update to CVS version.
9173           
9174 2006-08-16  Wim Taymans  <wim@fluendo.com>
9175
9176         * gst/rtp/gstrtpamrdepay.c:
9177         * gst/rtp/gstrtpmp4gdepay.c:
9178         Caps extra properties must be defined as strings for
9179         depayloaders because they are generated from an SDP.
9180
9181         * gst/rtp/Makefile.am:
9182         * gst/rtp/gstrtp.c: (plugin_init):
9183         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9184         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9185         (gst_rtp_h264_depay_finalize), (decode_base64),
9186         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9187         (gst_rtp_h264_depay_set_property),
9188         (gst_rtp_h264_depay_get_property),
9189         (gst_rtp_h264_depay_change_state),
9190         (gst_rtp_h264_depay_plugin_init):
9191         * gst/rtp/gstrtph264depay.h:
9192         Added basic, not completely functional RFC 3984 H264 depayloader.
9193
9194 2006-08-16  Wim Taymans  <wim@fluendo.com>
9195
9196         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9197         Add pads after setting them up.
9198
9199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9200         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9201         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9202         (gst_rtspsrc_stream_setup_rtp),
9203         (gst_rtspsrc_stream_configure_transport),
9204         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9205         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9206         (gst_rtspsrc_pause):
9207         * gst/rtsp/gstrtspsrc.h:
9208         Fix interleaved mode.
9209          - Protect streaming with lock.
9210          - Combine flows
9211          - set caps on outgoing buffers.
9212          - strip trailing \0 from data packets.
9213          - Configure RTP/RTCP in stream.
9214         Use DEBUG_OBJECT more.
9215
9216 2006-08-16  Wim Taymans  <wim@fluendo.com>
9217
9218         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9219         Turn a g_print into a DEBUG line.
9220
9221 2006-08-13  Wim Taymans  <wim@fluendo.com>
9222
9223         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9224         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9225         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9226         (gst_oss_mixer_element_get_property),
9227         (gst_oss_mixer_element_change_state):
9228         * sys/oss/gstossmixerelement.h:
9229         Small cleanups. Better error reporting.
9230         Add device property for the mixer instead of the hardcoded
9231         /dev/mixer. Fixes #350785.
9232         API: GstOssMixerElement::device property
9233
9234 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9235
9236         Patch by: Jens Granseuer <jensgr at gmx net>
9237
9238         * gconf/Makefile.am:
9239           Make --disable-schemas work right (they still need
9240           to be copied to the installation directory, just not
9241           applied). Fixes #351347 (also #344100).
9242           
9243 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9244
9245         * configure.ac: back to HEAD
9246
9247 === release 0.10.4 ===
9248
9249 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9250
9251         * configure.ac:
9252           releasing 0.10.4, "Dear Leader"
9253
9254 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9255
9256         Patch by: Edward Hervey <edward@fluendo.com>
9257
9258         * configure.ac:
9259         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9260         (gst_wavparse_stream_data):
9261         Send the newsegment event in the streaming thread.
9262         Fixes #347529
9263
9264 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9265
9266         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9267         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9268         (gst_smokeenc_resync), (gst_smokeenc_chain):
9269           Refuse sink caps in the encoder if width or height is not a
9270           multiple of 16, the encoder does not support that yet (#349939);
9271           along the same lines, check the return value of the encoder
9272           setup function; also remove some debug log clutter.
9273
9274 2006-08-04  Andy Wingo  <wingo@pobox.com>
9275
9276         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9277         whether a processor can work in place or not, and for keeping
9278         track of its state. Change the FlowReturn instance variable from
9279         "state" to "flow_state", all callers changed.
9280
9281         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9282         (gst_signal_processor_start, gst_signal_processor_stop)
9283         (gst_signal_processor_cleanup): New functions to manage the
9284         processor's state.
9285         (gst_signal_processor_setcaps): start() as well as setup() here.
9286         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9287         (gst_signal_processor_change_state): Stop and cleanup the
9288         processor as we go to NULL.
9289
9290         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9291         INPLACE_BROKEN is not set.
9292
9293         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9294         Do the alloc_buffer in bytes, not frames.
9295         
9296 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9297
9298         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9299         Fix rgb masks when recording in < 24bpp.
9300
9301 2006-08-04  Andy Wingo  <wingo@pobox.com>
9302
9303         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9304         (gst_signal_processor_prepare)
9305         (gst_signal_processor_update_inputs)
9306         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9307         (gst_signal_processor_flush)
9308         (gst_signal_processor_sink_activate_push)
9309         (gst_signal_processor_src_activate_pull)
9310         (gst_signal_processor_change_state): Remove the last of the code
9311         that assumes that we process whole buffers at a time. Fix some
9312         debugging. Seems to work now in some cases.
9313         (gst_signal_processor_src_activate_pull): BPB
9314
9315 2006-08-01  Andy Wingo  <wingo@pobox.com>
9316
9317         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9318         Fix nframes-choosing.
9319         (gst_signal_processor_init): Init pending_in and pending_out.
9320
9321         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9322         more default sample rate, although we never check that the sample
9323         rate actually gets set. Something for the future.
9324         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9325         (gst_signal_processor_event): Refcount fixen.
9326         (gst_signal_processor_process): Pull the number of frames to
9327         process from the sizes of the buffers in the input pens.
9328         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9329         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9330         it instead of buffer_frames.
9331         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9332         to do_pulls.
9333         (gst_signal_processor_chain)
9334         (gst_signal_processor_sink_activate_push)
9335         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9336
9337         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9338
9339 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9340
9341         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9342         (gst_signal_processor_process):
9343           don't query buffer-frames from caps, add lots of debug-log,
9344           try fix for assert (#349189)
9345
9346 2006-07-31  Wim Taymans  <wim@fluendo.com>
9347
9348         * gst/udp/gstudpsrc.c:
9349         Fix docs.
9350
9351 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9352
9353         * ext/ladspa/gstsignalprocessor.c:
9354         (gst_signal_processor_add_pad_from_template),
9355         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9356         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9357         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9358         (gst_signal_processor_sink_activate_push),
9359         (gst_signal_processor_src_activate_pull),
9360         (gst_signal_processor_change_state):
9361          Add debugs logs here and there, add more error handling, add some
9362          FIXME comments, filed #349189
9363
9364 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9365
9366         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9367         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9368         Set caps on buffer correctly.  Fixes bug #349155.
9369
9370 2006-07-28  Wim Taymans  <wim@fluendo.com>
9371
9372         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9373
9374         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9375         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9376         (gst_multipart_demux_finalize), (get_line_end),
9377         (multipart_parse_header), (multipart_find_boundary),
9378         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9379         (gst_multipart_set_property), (gst_multipart_get_property):
9380         Uses GstAdapter instead of own buffering.
9381         Actually parses the mime-type correctly (In tests the mime-type was
9382         always "" with the old version).
9383         Uses the Content-length header if available to speed up things.
9384         Reliably autoscans the boundary name by default.
9385         Fixes #349068.
9386
9387         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9388         Don't start the stream with a \n.
9389
9390 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9391
9392         Patch by: Brian Cameron <brian dot cameron at sun com>
9393
9394         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9395           Open source with O_NONBLOCK (#349015).
9396
9397 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9398
9399         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9400         (gst_avi_demux_massage_index):
9401         * gst/avi/gstavidemux.h:
9402           Whitespace fixes and more debug
9403
9404 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9405
9406         * gst/autodetect/gstautoaudiosink.c:
9407         (gst_auto_audio_sink_create_element_with_pretty_name),
9408         (gst_auto_audio_sink_find_best),
9409         (gst_auto_audio_sink_change_state):
9410           Get rid of old and unused magic sound-server properties stuff.
9411           Add suffix to child sink's name that makes it easy to see from
9412           the name alone which type it actually is (alsa, oss, esd, etc.).
9413
9414 2006-07-27  Wim Taymans  <wim@fluendo.com>
9415
9416         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9417         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9418         (gst_udpsrc_start):
9419         * gst/udp/gstudpsrc.h:
9420         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9421         not some sort of feature we enable.
9422
9423 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9424
9425         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9426           Use CLOSE_SOCKET() here instead of close() to maintain
9427           win32 workiness.
9428
9429 2006-07-27  Wim Taymans  <wim@fluendo.com>
9430
9431         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9432
9433         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9434         (gst_udpsrc_create), (gst_udpsrc_set_property),
9435         (gst_udpsrc_get_property), (gst_udpsrc_start):
9436         * gst/udp/gstudpsrc.h:
9437         Added "buffer-size" property to control the kernel receive buffer size.
9438         Update documentation.
9439         Small cleanups. Fixes #348752.
9440         API: buffer-size property
9441
9442 2006-07-26  Wim Taymans  <wim@fluendo.com>
9443
9444         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9445
9446         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9447         (gst_rtp_pcma_pay_handle_buffer):
9448         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9449         (gst_rtp_pcmu_pay_handle_buffer):
9450         Fix timestamp calculation on outgoing RTP packets.
9451         Fixes #348675.
9452
9453 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9454
9455         * ext/taglib/gstid3v2mux.cc:
9456           Fix writing of comment frames (should be COMM not TCOM),
9457           is still sub-optimal though, since we don't retain or
9458           extract the comment descriptions properly (#334375,
9459           also see #334375).
9460
9461 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * gst/wavparse/gstwavparse.c:
9464           #define 'fact' RIFF chunk if we are not compiling against
9465           -base CVS (we don't want to depend on -base CVS for this
9466           one define only, and also not for release order reasons).
9467
9468 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9469
9470         * ext/taglib/gstid3v2mux.cc:
9471           Handle multiple tags of the same type properly. Re-inject
9472           unparsed ID3v2 frames that we get as binary blobs from
9473           id3demux into the tag again so we don't lose information
9474           when retagging (#334375).
9475
9476 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9477
9478         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9479           Document newly-added properties properly, so that there is a
9480           'Since: 0.10.4' in the plugin docs. Convert some property
9481           names into canonical GObject style (GObject will do that
9482           internally anyway).
9483
9484 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9485
9486         * gst/id3demux/id3tags.c:
9487         (id3demux_add_id3v2_frame_blob_to_taglist):
9488           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9489           well, and add the version to the blob's buffer caps, since that
9490           information will be needed for deserialisation later on (#348644).
9491
9492 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9493
9494         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9495         (gst_avi_demux_parse_stream):
9496          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9497          indentation and spacing.
9498
9499 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9500
9501         * docs/plugins/Makefile.am:
9502         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9503         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9504         * docs/plugins/gst-plugins-good-plugins.args:
9505         * docs/plugins/inspect/plugin-1394.xml:
9506         * docs/plugins/inspect/plugin-aasink.xml:
9507         * docs/plugins/inspect/plugin-alaw.xml:
9508         * docs/plugins/inspect/plugin-alpha.xml:
9509         * docs/plugins/inspect/plugin-alphacolor.xml:
9510         * docs/plugins/inspect/plugin-annodex.xml:
9511         * docs/plugins/inspect/plugin-apetag.xml:
9512         * docs/plugins/inspect/plugin-auparse.xml:
9513         * docs/plugins/inspect/plugin-autodetect.xml:
9514         * docs/plugins/inspect/plugin-avi.xml:
9515         * docs/plugins/inspect/plugin-cacasink.xml:
9516         * docs/plugins/inspect/plugin-cairo.xml:
9517         * docs/plugins/inspect/plugin-cdio.xml:
9518         * docs/plugins/inspect/plugin-cutter.xml:
9519         * docs/plugins/inspect/plugin-debug.xml:
9520         * docs/plugins/inspect/plugin-dv.xml:
9521         * docs/plugins/inspect/plugin-efence.xml:
9522         * docs/plugins/inspect/plugin-effectv.xml:
9523         * docs/plugins/inspect/plugin-esdsink.xml:
9524         * docs/plugins/inspect/plugin-flac.xml:
9525         * docs/plugins/inspect/plugin-flxdec.xml:
9526         * docs/plugins/inspect/plugin-gconfelements.xml:
9527         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9528         * docs/plugins/inspect/plugin-goom.xml:
9529         * docs/plugins/inspect/plugin-halelements.xml:
9530         * docs/plugins/inspect/plugin-icydemux.xml:
9531         * docs/plugins/inspect/plugin-id3demux.xml:
9532         * docs/plugins/inspect/plugin-jpeg.xml:
9533         * docs/plugins/inspect/plugin-level.xml:
9534         * docs/plugins/inspect/plugin-matroska.xml:
9535         * docs/plugins/inspect/plugin-mulaw.xml:
9536         * docs/plugins/inspect/plugin-multipart.xml:
9537         * docs/plugins/inspect/plugin-navigationtest.xml:
9538         * docs/plugins/inspect/plugin-ossaudio.xml:
9539         * docs/plugins/inspect/plugin-png.xml:
9540         * docs/plugins/inspect/plugin-rtp.xml:
9541         * docs/plugins/inspect/plugin-rtsp.xml:
9542         * docs/plugins/inspect/plugin-shout2send.xml:
9543         * docs/plugins/inspect/plugin-smpte.xml:
9544         * docs/plugins/inspect/plugin-speex.xml:
9545         * docs/plugins/inspect/plugin-udp.xml:
9546         * docs/plugins/inspect/plugin-videobalance.xml:
9547         * docs/plugins/inspect/plugin-videobox.xml:
9548         * docs/plugins/inspect/plugin-videoflip.xml:
9549         * docs/plugins/inspect/plugin-videomixer.xml:
9550         * docs/plugins/inspect/plugin-wavenc.xml:
9551         * docs/plugins/inspect/plugin-wavparse.xml:
9552         * docs/plugins/inspect/plugin-ximagesrc.xml:
9553           Update files to CVS/Prerelease version, add esdsink docs.
9554
9555         * ext/esd/esdsink.c:
9556           Add gtk-doc blurb.
9557
9558         * gst/rtp/gstrtpmp4vpay.c:
9559           Fix typo in element description.
9560
9561 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9562
9563         * ext/esd/esdsink.c: (gst_esdsink_open),
9564         (gst_esdsink_factory_init):
9565           Prevent libesd from auto-spawning a sound daemon if it
9566           is not already running. Now that we don't do evil stuff
9567           like that any longer we can give esdsink a rank so that
9568           autoaudiosink will try it as well if all other audio
9569           sinks fail (#343051).
9570
9571 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9572
9573         * ext/esd/Makefile.am:
9574           Oops, need to remove README from EXTRA_DIST as well.
9575
9576 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9577
9578         * ext/esd/README:
9579           Remove, it contains nothing useful anyway.
9580
9581         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9582         (gst_esdsink_delay):
9583           Some small clean-ups; use GST_BOILERPLATE etc.
9584
9585 2006-07-24  Wim Taymans  <wim@fluendo.com>
9586
9587         * gst/law/alaw-decode.c: (alawdec_getcaps):
9588         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9589         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9590         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9591         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9592
9593 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9594
9595         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9596         (gst_wavparse_other), (gst_wavparse_perform_seek),
9597         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9598         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9599         (gst_wavparse_pad_query):
9600         * gst/wavparse/gstwavparse.h:
9601           Use information from 'fact' chunk for length calculation of compressed
9602           samples. Calculate bps if bogus value is found in wav header (embeded
9603           mp2/mp3).
9604           
9605
9606 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9607
9608         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9609
9610         * configure.ac:
9611         * gst/udp/Makefile.am:
9612         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9613         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9614         * gst/udp/gstdynudpsink.h:
9615         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9616         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9617         * gst/udp/gstmultiudpsink.h:
9618         * gst/udp/gstudp.c: (plugin_init):
9619         * gst/udp/gstudpsink.h:
9620         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9621         (gst_udpsrc_start), (gst_udpsrc_stop):
9622         * gst/udp/gstudpsrc.h:
9623         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9624         (gst_udp_net_utils_win32_wsa_startup):
9625         * gst/udp/gstudpnetutils.h:
9626           Port udp plugin to win32 (#345288).
9627
9628 2006-07-24  Wim Taymans  <wim@fluendo.com>
9629
9630         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9631         Remove unwanted DEBUG line.
9632
9633 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9634
9635         * gst/id3demux/gstid3demux.c: (plugin_init):
9636         * gst/id3demux/id3tags.c:
9637         (id3demux_add_id3v2_frame_blob_to_taglist):
9638         * gst/id3demux/id3tags.h:
9639           On second thought, it might be wiser and more efficient
9640           not to do tag registration from a streaming thread.
9641
9642 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9643
9644         * gst/id3demux/id3tags.c:
9645         (id3demux_add_id3v2_frame_blob_to_taglist),
9646         (id3demux_id3v2_frames_to_tag_list):
9647           Put ID3v2 frames we can't parse as binary blobs into private
9648           tags, so that they are not lost when retagging, at least once
9649           id3v2mux has been taught to re-inject those frames again.
9650           See bug #334375.
9651
9652 2006-07-21  Wim Taymans  <wim@fluendo.com>
9653
9654         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9655         (gst_avi_demux_process_next_entry):
9656         Fix some leaks.
9657
9658         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9659         Don't use \n in debug lines.
9660
9661 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9662
9663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9665           Add annodex and icydemux, cleanup the sections a bit
9666
9667 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         Patch by: Alex Lancaster <alexl at users sourceforge net>
9670
9671         * ext/taglib/gstid3v2mux.cc:
9672           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9673           ID3v2 TSSE frames (#347898).
9674
9675 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9676
9677         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9678           Respect mpegversion for "video/mpeg" and give message in case of
9679           unhandled versions.
9680
9681 2006-07-17  Wim Taymans  <wim@fluendo.com>
9682
9683         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9684         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9685         (gst_pngdec_chain), (gst_pngdec_sink_event),
9686         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9687         (gst_pngdec_sink_activate_push):
9688         * ext/libpng/gstpngdec.h:
9689         Use statically allocated segment instead of leaking.
9690         Various cleanups.
9691         Fix flush and seek handling.
9692
9693 2006-07-16  Wim Taymans  <wim@fluendo.com>
9694
9695         * gst/rtp/Makefile.am:
9696         * gst/rtp/gstrtp.c: (plugin_init):
9697         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9698         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9699         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9700         (gst_rtp_mp4g_depay_set_property),
9701         (gst_rtp_mp4g_depay_get_property),
9702         (gst_rtp_mp4g_depay_change_state),
9703         (gst_rtp_mp4g_depay_plugin_init):
9704         * gst/rtp/gstrtpmp4gdepay.h:
9705         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9706         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9707         (gst_rtp_mp4g_pay_flush):
9708         Added simple generic mpeg4 depayloader.
9709         Fix generic mpeg4 payloader.
9710
9711 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9712
9713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9714           Don't try doing state changes on a NULL pointer.
9715
9716 2006-07-14  Wim Taymans  <wim@fluendo.com>
9717
9718         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9719
9720         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9721         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9722         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9723         * gst/rtp/gstrtpamrdepay.h:
9724         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9725         Fixes #321191
9726
9727 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9728
9729         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9730         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9731         Fix segfault when moving mouse pointer to the bottom right corner.
9732
9733 2006-07-12  Wim Taymans  <wim@fluendo.com>
9734
9735         * gst/rtp/Makefile.am:
9736         * gst/rtp/gstrtp.c: (plugin_init):
9737         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9738         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9739         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9740         (gst_rtp_mp2t_depay_set_property),
9741         (gst_rtp_mp2t_depay_get_property),
9742         (gst_rtp_mp2t_depay_change_state),
9743         (gst_rtp_mp2t_depay_plugin_init):
9744         * gst/rtp/gstrtpmp2tdepay.h:
9745         Added mpeg2 TS depayloader. Closing #347234.
9746
9747 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9748
9749         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9750           Remove g_assert that shouldn't be there and was triggered
9751           after trying to open a device that doesn't exist or can't
9752           be opened for some other reason (#347972).
9753
9754 2006-07-10  Edward Hervey  <edward@fluendo.com>
9755
9756         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9757         (gst_avi_demux_stream_header), (push_tag_lists):
9758         * gst/avi/gstavidemux.h:
9759         Don't push tag events found by gst_riff_parse_info() before outputting
9760         GST_EVENT_NEWSEGMENT.
9761
9762 2006-07-10  Wim Taymans  <wim@fluendo.com>
9763
9764         * gst/rtsp/Makefile.am:
9765         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9766         (rtsp_connection_close):
9767         * gst/rtsp/rtspdefs.h:
9768         replaced closesocket and close in code with one CLOSE_SOCKET. 
9769         Some more cleanups. Fixes #345301.
9770
9771 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9772
9773         * gst/autodetect/gstautoaudiosink.c:
9774           Fix example pipeline in docs.
9775
9776 2006-07-10  Wim Taymans  <wim@fluendo.com>
9777
9778         Patch by: Rob Taylor <robtaylor at floopily dot org>
9779
9780         * gst/udp/gstmultiudpsink.c: (join_multicast),
9781         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9782         If a destination is added before the stream is set to PAUSED, the
9783         multicast group is not joined as the socket is not created yet. 
9784         Also TTL and LOOP should also be set. Fixes #346921.
9785
9786 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9787
9788         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9789         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9790         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9791         (gst_ximage_src_init):
9792         * sys/ximage/gstximagesrc.h:
9793         Fix use-damage property to actually work :)
9794         Add startx, starty, endx, endy properties so screencasts other than full
9795         screen ones can work.
9796
9797 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9798
9799         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9800         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9801         (gst_ximage_src_class_init), (gst_ximage_src_init):
9802         * sys/ximage/gstximagesrc.h:
9803         Add use_damage property to offer ability to choose whether to use
9804         XDamage or not.
9805
9806 2006-07-07  Wim Taymans  <wim@fluendo.com>
9807
9808         * gst/goom/filters.c: (zoomFilterSetResolution):
9809         Avoid goom coredumping by clearing memory. 
9810         Fixes 345679.
9811
9812 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9813
9814         * win32/vs6/libgstid3demux.dsp:
9815         Add a link to libgsttag-0.10.lib.
9816
9817 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9820         (gst_tag_demux_read_range):
9821         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9822         (gst_id3demux_read_range):
9823           Don't return FLOW_UNEXPECTED when a buffer is before
9824           the start of the stream (which might happen with
9825           large ID3v2 tags if the tag reading was done pullrange
9826           based and we then switched to push mode later on).
9827           Fixes regression introduced by commit from June 29th.
9828
9829 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9830
9831         * ext/taglib/gstid3v2mux.cc:
9832           Make UTF-8 the default encoding when writing string
9833           tags (before, our UTF-8 strings would automatically
9834           be converted to ISO-8859-1 by taglib and written as
9835           ISO-8859-1 fields if that was possible).
9836
9837         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9838         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9839         (test_taglib_id3mux_with_tags):
9840           Add test case that makes sure our UTF-8 strings have
9841           actually been written into the tag as UTF-8.
9842
9843 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9844
9845         * configure.ac:
9846           Let's try that again.
9847
9848 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9849
9850         * configure.ac:
9851           Disable monoscope plugin for now until it fulfills
9852           all the requirements.
9853
9854 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9855
9856         * configure.ac:
9857         * gst/monoscope/Makefile.am:
9858         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9859         (gst_monoscope_class_init), (gst_monoscope_init),
9860         (gst_monoscope_finalize), (gst_monoscope_reset),
9861         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9862         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9863         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9864         (gst_monoscope_change_state), (plugin_init):
9865         * gst/monoscope/gstmonoscope.h:
9866           Port monoscope visualisation to 0.10.
9867
9868 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9871         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9872           Return FLOW_UNEXPECTED when at the end of the file, not
9873           FLOW_ERROR. Fixes 'internal stream error' errors that
9874           would sometimes occur in totem when scrubbing to the
9875           end of an ID3v1 tagged mp3 file.
9876
9877 2006-07-03  Edward Hervey  <edward@fluendo.com>
9878
9879         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9880         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9881         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9882         * ext/libpng/gstpngdec.h:
9883         Implement buffer clipping/dropping using GstSegment.
9884         This provides accurate seeking.
9885
9886 2006-07-03  Edward Hervey  <edward@fluendo.com>
9887
9888         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9889         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9890         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9891         (gst_avi_demux_process_next_entry), (push_tag_lists),
9892         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9893         * gst/avi/gstavidemux.h:
9894         Proper aggregation of each stream's GstFlowReturn in order to figure out
9895         whether the task should stop or not.
9896         Don't send inline events before pushing out a NEW_SEGMENT, more
9897         specifically for GST_TAG_EVENT.
9898         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9899         sub-indexes.
9900
9901 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9902
9903         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9904
9905         * sys/sunaudio/gstsunaudiomixerctrl.c:
9906         (gst_sunaudiomixer_ctrl_build_list):
9907           Move "Monitor" slider to input tab so it works more like
9908           sdtaudiocontrol, which is what people on Solaris are used
9909           to using for their mixer program (#346259).
9910
9911 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9912
9913         * tests/check/elements/level.c: (GST_START_TEST):
9914           fix a leak, clean up at the end
9915
9916 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9917
9918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9919         (gst_matroska_demux_send_event),
9920         (gst_matroska_demux_loop_stream_parse_id):
9921         * gst/matroska/matroska-ids.h:
9922           Send tag event after newsegment event.
9923
9924 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9925
9926         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9927         (gst_id3demux_read_range):
9928           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9929           certain cases where a read beyond the end of the file is
9930           requested. Fixes #345930.
9931
9932         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9933         (gst_tag_demux_read_range):
9934           Fix same issue here as well.
9935
9936 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9937
9938         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9939         
9940         Fix hypothetical crash.
9941
9942 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9943
9944         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9945
9946         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9947           Do not modify the ports value. If the user has turned off the
9948           built-in speakers, then we should not reset it in the prepare
9949           function, since this causes the built-in speakers to turn
9950           back on anytime the user changes a track in totem, rhythmbox,
9951           etc. (#346066).
9952
9953 2006-06-23  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9956         Fix double caps unref when negotiation fails.
9957
9958 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9959
9960         * ext/annodex/gstcmmldec.c:
9961         * ext/annodex/gstcmmlenc.c:
9962         * ext/annodex/gstcmmlparser.c:
9963         * ext/dv/gstdvdec.c:
9964         * ext/dv/gstdvdemux.c:
9965         * ext/gdk_pixbuf/pixbufscale.c:
9966         * ext/jpeg/gstjpegenc.c:
9967         * ext/jpeg/gstsmokedec.c:
9968         * ext/jpeg/gstsmokeenc.c:
9969         * ext/libpng/gstpngdec.c:
9970         * ext/libpng/gstpngenc.c:
9971         * ext/speex/gstspeexenc.c:
9972         * gst/alpha/gstalphacolor.c:
9973         * gst/cutter/gstcutter.c:
9974         * gst/debug/gstnavigationtest.c:
9975         * gst/icydemux/gsticydemux.c:
9976         * gst/level/gstlevel.c:
9977         * gst/multipart/multipart.c:
9978         * gst/rtp/gstrtpamrpay.c:
9979         * gst/rtp/gstrtpdepay.c:
9980         * gst/rtp/gstrtpilbcpay.c:
9981         * gst/rtp/gstrtpmp4gpay.c:
9982         * gst/rtp/gstrtpmp4vpay.c:
9983         * gst/rtsp/gstrtpdec.c:
9984         * gst/rtsp/gstrtspsrc.c:
9985         * gst/udp/gstdynudpsink.c:
9986         * gst/udp/gstmultiudpsink.c:
9987         * gst/udp/gstudpsrc.c:
9988         * gst/videobox/gstvideobox.c:
9989         * gst/videofilter/gstvideoflip.c:
9990           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9991           plus two minor macro fixes.
9992
9993 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9994
9995         * gst/matroska/matroska-demux.c:
9996         (gst_matroska_demux_check_subtitle_buffer),
9997         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9998         (gst_matroska_demux_subtitle_caps):
9999         * gst/matroska/matroska-ids.c:
10000         (gst_matroska_track_init_subtitle_context):
10001         * gst/matroska/matroska-ids.h:
10002           Try to fix up broken matroska files containing subtitle
10003           streams with non-UTF8 character encodings (courtesy of
10004           mkvmerge) using either the encoding specified in the
10005           GST_SUBTITLE_ENCODING environment variable or the
10006           current locale's character set if it is non-UTF8.
10007           Fixes #337076.
10008
10009 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10010
10011         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10012           Set image type from APIC frame as "image-type" field
10013           of GST_TAG_IMAGE buffer caps (#344605).
10014
10015 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
10016
10017         * ext/flac/Makefile.am:
10018         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
10019         (gst_flac_dec_reset_decoders),
10020         (gst_flac_dec_setup_seekable_decoder),
10021         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
10022         (gst_flac_dec_metadata_callback),
10023         (gst_flac_dec_metadata_callback_seekable),
10024         (gst_flac_dec_metadata_callback_stream),
10025         (gst_flac_dec_error_callback),
10026         (gst_flac_dec_error_callback_seekable),
10027         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
10028         (gst_flac_dec_read_stream), (gst_flac_dec_write),
10029         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
10030         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
10031         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
10032         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
10033         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10034         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
10035         (gst_flac_dec_sink_activate_push),
10036         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10037         * ext/flac/gstflacdec.h:
10038           Support chain-based operation, should make flac-over-DAAP
10039           work (#340492).
10040
10041 2006-06-20  Wim Taymans  <wim@fluendo.com>
10042
10043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10044         Doc updates, merge some unused symbols.
10045
10046 2006-06-20  Wim Taymans  <wim@fluendo.com>
10047
10048         * docs/plugins/Makefile.am:
10049         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10050         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10051         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10052         * gst/rtsp/gstrtspsrc.c:
10053         * gst/rtsp/gstrtspsrc.h:
10054         Added documentation for the rtsp plugin. Fixes #345393.
10055
10056 2006-06-20  Wim Taymans  <wim@fluendo.com>
10057
10058         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10059         (rtsp_connection_close), (rtsp_connection_free):
10060         Use better G_OS_* macros. Fixes #345301 some more.
10061
10062 2006-06-20  Wim Taymans  <wim@fluendo.com>
10063
10064         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10065
10066         * sys/sunaudio/Makefile.am:
10067         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10068         * sys/sunaudio/gstsunaudiomixerctrl.c:
10069         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10070         (gst_sunaudiomixer_ctrl_list_tracks),
10071         (gst_sunaudiomixer_ctrl_get_volume),
10072         (gst_sunaudiomixer_ctrl_set_volume),
10073         (gst_sunaudiomixer_ctrl_set_mute),
10074         (gst_sunaudiomixer_ctrl_set_record):
10075         * sys/sunaudio/gstsunaudiomixerctrl.h:
10076         * sys/sunaudio/gstsunaudiomixertrack.c:
10077         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10078         * sys/sunaudio/gstsunaudiomixertrack.h:
10079         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10080         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10081         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10082         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10083         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10084         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10085         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10086         (gst_sunaudiosrc_reset):
10087         * sys/sunaudio/gstsunaudiosrc.h:
10088         Add a SunAudio source plugin.
10089         Support stereo and right/left channel gain in the mixer plugin.
10090         Support the RECORD flag so that you can switch between line-input and
10091         microphone in gnome-volume-control.
10092         Code cleanups like using an enumerator for track number instead of an 
10093         integer. Fixes #344923.
10094
10095 2006-06-20  Wim Taymans  <wim@fluendo.com>
10096
10097         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10098
10099         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10100         (rtsp_connection_close):
10101         Make RTSP plugin compile on windows. Fixes #345301.
10102         Some changes to original patch to catch errors better.
10103         use ifdef WIN32 instead of ifndef.
10104
10105 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10106
10107         * configure.ac:
10108         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10109
10110 2006-06-18  Edward Hervey  <edward@fluendo.com>
10111
10112         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10113         After a failed buffer alloc, we need to abort the jpeg decoding (it
10114         started when parsing headers to figure out how many bytes we need
10115         to request downstream).
10116
10117 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10118
10119         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10120
10121         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10122           Make sure we don't read beyond the end of the file (#345232).
10123
10124 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10125
10126         * configure.ac:
10127           Fix --disable-external (can't set conditionals conditionally,
10128           #343602).
10129
10130 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * autogen.sh:
10133         * configure.ac:
10134         * docs/Makefile.am:
10135           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10136
10137         * docs/plugins/Makefile.am:
10138         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10139         * docs/plugins/inspect/plugin-taglib.xml:
10140           Add/fix apev2mux docs.
10141
10142 2006-06-14  Wim Taymans  <wim@fluendo.com>
10143
10144         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10145         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10146         (gst_dvdec_change_state):
10147         Reset segment info on flush.
10148         Alloc segment in _init, free in _finalize.
10149
10150         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10151         Don't send segments twice.
10152
10153 2006-06-14  Wim Taymans  <wim@fluendo.com>
10154
10155         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10156         Respect segment.stop. Fixes #342592.
10157
10158 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10159
10160         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10161           No language specified means the implied language is English
10162           according to the matroska spec (partially fixes #344708);
10163           add some more debug output.
10164
10165 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10166
10167         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10168         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10169         (gst_wavparse_chain):
10170           When operating chain-based, don't make any assumptions about the
10171           chunking of the incoming data and make streaming work on days other
10172           than the second Thursday after a full moon. Also fix up debug
10173           messages here and there and make use of the most excellent new
10174           gst_pad_query_peer_duration() utility function.
10175           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10176
10177         * gst/wavparse/gstwavparse.h:
10178           Remove trailing comma after last enum value, some compilers don't
10179           like that.
10180
10181 2006-06-13  Wim Taymans  <wim@fluendo.com>
10182
10183         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10184         Handle premature EOS gracefully.
10185
10186 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10189           Prevent out of bounds array access when scrubbing towards
10190           the end of the file between the last index entry and the
10191           end. Fixes occasional 'start <= stop' newsegment event
10192           assertions when scrubbing in MJPEG files.
10193
10194 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10195
10196         * tests/check/elements/.cvsignore:
10197           And another one.
10198
10199 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10200
10201         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10202         (scan_encoded_string), (parse_picture_frame):
10203           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10204
10205         * configure.ac:
10206           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10207           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10208
10209 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10210
10211         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10212           gratuitous comment changes
10213         * tests/check/elements/level.c: (GST_START_TEST):
10214           fix level test leaks
10215
10216 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10219         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10220           Use gst_pad_query_peer_duration() utility function here.
10221
10222 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10223
10224         * autogen.sh:
10225           require am17
10226         * configure.ac:
10227         * ext/annodex/Makefile.am:
10228         * ext/cdio/Makefile.am:
10229         * ext/dv/Makefile.am:
10230         * ext/esd/Makefile.am:
10231         * ext/flac/Makefile.am:
10232         * ext/gdk_pixbuf/Makefile.am:
10233         * ext/ladspa/Makefile.am:
10234         * ext/libcaca/Makefile.am:
10235         * ext/speex/Makefile.am:
10236         * ext/taglib/Makefile.am:
10237         * sys/oss/Makefile.am:
10238         * sys/sunaudio/Makefile.am:
10239         * sys/ximage/Makefile.am:
10240           clean up build further
10241
10242 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10243
10244         * gconf/Makefile.am:
10245           Honour --disable-schemas-install configure option. Fixes #344100.
10246
10247 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10248
10249         * tests/examples/level/Makefile.am:
10250           Add -lm to LIBS for pow() function, don't assume one of our
10251           dependencies (such as libxml-2.0) drags it in automatically
10252           (#343603).
10253
10254 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10255
10256         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10257
10258         * configure.ac:
10259           We should use $SED and not $(SED) in configure.ac (#343678).
10260
10261 2006-06-09  Wim Taymans  <wim@fluendo.com>
10262
10263         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10264
10265         * sys/sunaudio/gstsunaudiomixerctrl.c:
10266         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10267         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10268         (gst_sunaudiomixer_ctrl_set_mute):
10269         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10270         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10271         (gst_sunaudiosink_write):
10272         Attached find a patch that fixes a number of bugs with the SunAudio
10273         mixer plugin and fixes #344101:
10274         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10275            tracks onto the tracklist causing gnome-volume-control's preferences
10276            dialog to be messed up and would core dump if you checked/unchecked
10277            any item.
10278         2. We weren't previously setting the MUTE flag properly.  Fixing this
10279            makes gnome-volume-control work better.
10280         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10281            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10282            gnome-volume-control look better.
10283         Also some minor cleanup in gstsunaudiosink.c.
10284
10285 2006-06-09  Wim Taymans  <wim@fluendo.com>
10286
10287         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10288         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10289         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10290         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10291         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10292         * ext/jpeg/gstjpegdec.h:
10293         API: Added IDCT method property
10294         Small cleanups.
10295         Avoid dynamic allocation of trivial fixed structure.
10296         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10297
10298 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10299
10300         * configure.ac:
10301         We now require libraw1394 >= 1.1.0 and that version onwards all
10302         have .pc files.
10303
10304 2006-06-02  Edward Hervey  <edward@fluendo.com>
10305
10306         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10307         Trying to get items from an ANY or EMPTY caps is ... stupid.
10308
10309 2006-06-02  Edward Hervey  <edward@fluendo.com>
10310
10311         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10312         (gst_dvdec_chain), (gst_dvdec_change_state):
10313         * ext/dv/gstdvdec.h:
10314         Added GstSegment handling, now implements dropping/clipping.
10315
10316 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10317
10318         * ext/aalib/gstaasink.h:
10319         * ext/annodex/gstcmmldec.h:
10320         * ext/cairo/gsttimeoverlay.h:
10321         * ext/dv/gstdvdec.h:
10322         * ext/dv/gstdvdemux.h:
10323         * ext/esd/esdmon.h:
10324         * ext/esd/esdsink.h:
10325         * ext/flac/gstflacenc.h:
10326         * ext/gconf/gstgconfaudiosink.h:
10327         * ext/gconf/gstgconfaudiosrc.h:
10328         * ext/gconf/gstgconfvideosink.h:
10329         * ext/gconf/gstgconfvideosrc.h:
10330         * ext/gdk_pixbuf/gstgdkanimation.h:
10331         * ext/gdk_pixbuf/pixbufscale.h:
10332         * ext/hal/gsthalaudiosink.h:
10333         * ext/hal/gsthalaudiosrc.h:
10334         * ext/jpeg/gstjpegenc.h:
10335         * ext/jpeg/gstsmokedec.h:
10336         * ext/jpeg/gstsmokeenc.h:
10337         * ext/libcaca/gstcacasink.h:
10338         * ext/libmng/gstmngdec.h:
10339         * ext/libmng/gstmngenc.h:
10340         * ext/libpng/gstpngdec.h:
10341         * ext/libpng/gstpngenc.h:
10342         * ext/raw1394/gstdv1394src.h:
10343         * ext/speex/gstspeexenc.h:
10344         * gst/autodetect/gstautoaudiosink.h:
10345         * gst/autodetect/gstautovideosink.h:
10346         * gst/avi/gstavidemux.h:
10347         * gst/cutter/gstcutter.h:
10348         * gst/debug/efence.h:
10349         * gst/debug/gstnavigationtest.h:
10350         * gst/debug/gstnavseek.h:
10351         * gst/flx/gstflxdec.h:
10352         * gst/goom/gstgoom.h:
10353         * gst/icydemux/gsticydemux.h:
10354         * gst/id3demux/gstid3demux.h:
10355         * gst/law/alaw-decode.h:
10356         * gst/law/alaw-encode.h:
10357         * gst/law/mulaw-decode.h:
10358         * gst/law/mulaw-encode.h:
10359         * gst/matroska/matroska-mux.h:
10360         * gst/median/gstmedian.h:
10361         * gst/oldcore/gstaggregator.h:
10362         * gst/oldcore/gstfdsink.h:
10363         * gst/oldcore/gstmd5sink.h:
10364         * gst/oldcore/gstmultifilesrc.h:
10365         * gst/oldcore/gstpipefilter.h:
10366         * gst/oldcore/gstshaper.h:
10367         * gst/oldcore/gststatistics.h:
10368         * gst/rtp/gstasteriskh263.h:
10369         * gst/rtp/gstrtpL16depay.h:
10370         * gst/rtp/gstrtpL16pay.h:
10371         * gst/rtp/gstrtpamrdepay.h:
10372         * gst/rtp/gstrtpamrpay.h:
10373         * gst/rtp/gstrtpdepay.h:
10374         * gst/rtp/gstrtpgsmdepay.h:
10375         * gst/rtp/gstrtpgsmpay.h:
10376         * gst/rtp/gstrtph263pay.h:
10377         * gst/rtp/gstrtph263pdepay.h:
10378         * gst/rtp/gstrtph263ppay.h:
10379         * gst/rtp/gstrtpmp4gpay.h:
10380         * gst/rtp/gstrtpmp4vdepay.h:
10381         * gst/rtp/gstrtpmp4vpay.h:
10382         * gst/rtp/gstrtpmpadepay.h:
10383         * gst/rtp/gstrtpmpapay.h:
10384         * gst/rtp/gstrtppcmadepay.h:
10385         * gst/rtp/gstrtppcmapay.h:
10386         * gst/rtp/gstrtppcmudepay.h:
10387         * gst/rtp/gstrtppcmupay.h:
10388         * gst/rtp/gstrtpspeexdepay.h:
10389         * gst/rtp/gstrtpspeexpay.h:
10390         * gst/rtsp/gstrtpdec.h:
10391         * gst/rtsp/gstrtspsrc.h:
10392         * gst/smpte/gstsmpte.h:
10393         * gst/udp/gstdynudpsink.h:
10394         * gst/udp/gstmultiudpsink.h:
10395         * gst/udp/gstudpsink.h:
10396         * gst/udp/gstudpsrc.h:
10397         * gst/videofilter/gstvideobalance.h:
10398         * gst/videofilter/gstvideoflip.h:
10399         * sys/oss/gstossdmabuffer.h:
10400         * sys/oss/gstossmixerelement.h:
10401         * sys/oss/gstosssink.h:
10402         * sys/oss/gstosssrc.h:
10403         * sys/osxvideo/osxvideosink.h:
10404         * sys/sunaudio/gstsunaudiomixer.h:
10405         * sys/sunaudio/gstsunaudiosink.h:
10406         * sys/ximage/gstximagesrc.h:
10407         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10408
10409 2006-05-31  Wim Taymans  <wim@fluendo.com>
10410
10411         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10412         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10413         (gst_goom_src_setcaps), (gst_goom_src_event),
10414         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10415         (gst_goom_change_state):
10416         * gst/goom/gstgoom.h:
10417         Handle QoS.
10418         Handle flushing, discont and events.
10419         Fix timestamps and various other cleanups.
10420
10421 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10422
10423         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10424         Fix bus reset when using libiec61883
10425
10426 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10427
10428         * configure.ac:
10429         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10430         * ext/raw1394/Makefile.am:
10431         Add CFLAGS.
10432         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10433         New method, to receive using libiec61883.
10434         (gst_dv1394src_iso_receive),
10435         #ifdef'd out if libiec61883 is present.
10436         (gst_dv1394src_bus_reset),
10437         Get userdata correctly if using libiec61883. 
10438         (gst_dv1394src_create),
10439         When using libiec61883, only poll one fd and no need to read.
10440         (gst_dv1394src_discover_avc_node),
10441         Replace g_warnings.
10442         (gst_dv1394src_start),
10443         Create new handle when we know which dv port.  More reliable
10444         than setting port on an existing handle.  Initialise libiec61883.
10445         (gst_dv1394src_stop):
10446         If using libiec61883, then cleanup its handle properly.
10447         * ext/raw1394/gstdv1394src.h:
10448         Add libiec61883 handle.
10449
10450 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10451
10452         * gst/avi/gstavidemux.c:
10453           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10454         * win32/MANIFEST:
10455           sort file listing
10456         * win32/vs6/libgstavi.dsp:
10457           add gstavimux.c to the project
10458         * win32/vs6/libgstid3demux.dsp:
10459           add link to zlib library
10460         * win32/vs6/libgstmatroska.dsp:
10461           add matroska-ids.c to the project
10462
10463 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10464
10465         Patch by: Sebastian Dröge  <mail at slomosnail de >
10466
10467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10469         * ext/taglib/Makefile.am:
10470         * ext/taglib/gstapev2mux.cc:
10471         * ext/taglib/gstapev2mux.h:
10472         * ext/taglib/gstid3v2mux.cc:
10473         * ext/taglib/gsttaglibmux.c: (plugin_init):
10474         * ext/taglib/gsttaglibmux.h:
10475           Add apev2mux element (#343122).
10476         
10477         * tests/check/Makefile.am:
10478         * tests/check/elements/apev2mux.c:
10479         (test_taglib_apev2mux_create_tags),
10480         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10481         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10482         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10483         (apev2mux_suite), (main):
10484           Add unit test for apev2mux element.
10485
10486 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10489         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10490         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10491           GST_PTR_FORMAT should be used to print caps in debug statements.
10492
10493 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10494
10495         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10496
10497         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10498         (ape_demux_parse_tags):
10499           Some clean-ups and additions: map APE 'file' tag to
10500           GST_TAG_LOCATION (#343123); add support for extracting
10501           the track count and clean up parsing a bit (#343127).
10502
10503 2006-05-28  Edward Hervey  <edward@fluendo.com>
10504
10505         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10506         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10507
10508 2006-05-28  Edward Hervey  <edward@fluendo.com>
10509
10510         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10511         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10512         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10513         * ext/jpeg/gstjpegdec.h:
10514         Clip outgoing buffers according to currently configured segment.
10515
10516 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10517
10518         * ext/taglib/gstid3v2mux.cc:
10519           Handle  writing of track-count or album-volume-count without
10520           track-number or albume-volume-number (in this case the number
10521           will just be set to 0).
10522
10523         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10524           It would be nice if we actually checked the values received for
10525           track/album-volume number/count in  _check_tags(), rather than
10526           setting them again ...
10527
10528 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10529
10530         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10531           A track/volume number or count of 0 does not make sense,
10532           just ignore it along with negative numbers (a tag might
10533           only contain a track count without a track number).
10534
10535 2006-05-27  Edward Hervey  <edward@fluendo.com>
10536
10537         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10538         (gst_jpeg_dec_sink_event):
10539         Abort decompression when receiving FLUSH_STOP. This should avoid
10540         issues when interrupting decoding with flushes.
10541
10542 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10543
10544         * ext/flac/gstflac.c:
10545           Don't #include file we don't dist any longer.
10546
10547 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10548
10549         * README:
10550           Replace current README (containing the release notes from
10551           some 0.9.x version) with a proper README taken from the core.
10552
10553 2006-05-24  Wim Taymans  <wim@fluendo.com>
10554
10555         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10556         Implement EOS correctly by either posting
10557         SEGMENT_DONE or pushing an EOS message depending
10558         on the seek type. Fixes #342592
10559
10560 2006-05-24  Wim Taymans  <wim@fluendo.com>
10561
10562         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10563         * gst/law/alaw-decode.h:
10564         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10565         * gst/law/alaw-encode.h:
10566         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10567         * gst/law/mulaw-decode.h:
10568         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10569         * gst/law/mulaw-encode.h:
10570         Some cleanups in the chain functions.
10571         Remove some GStreamer 0.0.2 bits.
10572
10573 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10576
10577         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10578           gst_collect_pads_stop() needs to be called before chaining up
10579           to the parent class (#342734).
10580
10581 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10582
10583         * ext/flac/Makefile.am:
10584         * ext/flac/flac_compat.h:
10585         * ext/flac/gstflac.c:
10586         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10587         * ext/flac/gstflacenc.c:
10588           Remove backwards compatibility cruft for dealing with FLAC API
10589           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10590
10591 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10594         (gst_matroska_demux_push_xiph_codec_priv_data),
10595         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10596         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10597         * gst/matroska/matroska-ids.h:
10598         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10599         (gst_matroska_mux_video_pad_setcaps),
10600         (xiph3_streamheader_to_codecdata),
10601         (vorbis_streamheader_to_codecdata),
10602         (theora_streamheader_to_codecdata),
10603         (gst_matroska_mux_audio_pad_setcaps),
10604         (gst_matroska_mux_write_data):
10605           Add support for muxing/demuxing theora video (#342448; too bad
10606           none of the usual linux players can actually play this). Playback
10607           in GStreamer will require additional changes to theoradec in -base.
10608           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10609           cleanups.
10610
10611 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10612
10613         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10614         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10615           Fix crashes when the horizontal subsampling is 1.
10616           Fixes #342097.
10617
10618 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10619
10620         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10621
10622         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10623         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10624         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10625         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10626         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10627         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10628         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10629         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10630         (gst_avi_mux_change_state):
10631         * gst/avi/gstavimux.h:
10632           Some enhancements for avimux (#342526):
10633            - add odml (large file) index support
10634            - store codec init data (e.g. huffyuv)
10635            - miscellaneous other fixes/cleanups
10636
10637 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10638
10639         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10640         Don't output any tag when we encounter a negative track number - the
10641         tag type is uint, so we end up outputting huge positive numbers
10642         instead. (Fixes: #342029)
10643
10644 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10645
10646         * configure.ac:
10647           update for new GSTPB_PLUGINS_DIR
10648
10649 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10650
10651         * rtp/gst/gstrtph263pay.c:
10652         Properly set static caps for H263 at 34.
10653
10654 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10655
10656         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10657
10658         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10659           Merge event tags and tag setter tags correctly (#339918). Also,
10660           don't leak taglist in case of an error.
10661           
10662 2006-05-17  Edward Hervey  <edward@fluendo.com>
10663
10664         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10665         We can only do caps intersection if the othercaps are non-empty and not
10666         ANY. Else we return the pad template (base_caps).
10667
10668 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10669
10670         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10671           Fix crash when outputting debugging information for certain
10672           pictures (always good to use the right struct member for
10673           the number of records in an array).
10674
10675 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10678
10679         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10680         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10681         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10682         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10683         (gst_ebml_read_float), (gst_ebml_read_ascii),
10684         (gst_ebml_read_binary):
10685           Don't create unnecessary sub-buffers all the time. Dramatically
10686           improves performance with multiple concurrently running
10687           matroskademux instances (#341818) (and avoids doing
10688           unnecessarily inefficient things in the general case).
10689
10690 2006-05-16  Edward Hervey  <edward@fluendo.com>
10691
10692         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10693         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10694         return value of gst_pad_push_event().
10695
10696 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10697
10698         * gst/autodetect/gstautoaudiosink.c:
10699         (gst_auto_audio_sink_find_best):
10700         * gst/autodetect/gstautovideosink.c:
10701         (gst_auto_video_sink_find_best):
10702         Make the name of the child element be based on the name of the
10703         parent, so that debug output is more useful.
10704         
10705         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10706         (parse_insert_string_field), (parse_split_strings):
10707         Rework string parsing to always walk over BOM markers in UTF16
10708         strings, using the endianness indicated by the innermost one,
10709         then trying the opposite endianness if that fails to convert
10710         to valid UTF-8. Fixes #341774
10711
10712 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10713
10714         Patch from: Matthieu <matthieu at fluendo dot com>
10715
10716         * ext/libpng/Makefile.am:
10717         Add LIBPNG_CFLAGS.
10718
10719 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10720
10721         * ext/taglib/gstid3v2mux.cc:
10722           Add support for writing images (APIC frames) into ID3v2
10723           tags (picture type always set to 'other' for now though).
10724
10725 2006-05-14  Michael Smith  <msmith@fluendo.com>
10726
10727         * gst/wavparse/gstwavparse.c:
10728           Update docs; wavparse implements push and pull modes.
10729
10730 2006-05-12  Wim Taymans  <wim@fluendo.com>
10731
10732         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10733         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10734         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10735         Ooops, bitten by the copy-and-paste design paradigm, fixes
10736         seek again.
10737
10738 2006-05-12  Wim Taymans  <wim@fluendo.com>
10739
10740         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10741         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10742         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10743         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10744         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10745         (gst_avi_demux_massage_index),
10746         (gst_avi_demux_calculate_durations_from_index),
10747         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10748         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10749         (gst_avi_demux_loop):
10750         * gst/avi/gstavidemux.h:
10751         Some cleanups, prepare to use GstSegment.
10752         Fix error in entry walking code.
10753         Fix VBR detection.
10754         Smarter timestamp calculation code.
10755         Uniform error/eos handling.
10756
10757 2006-05-12  Michael Smith  <msmith@fluendo.com>
10758
10759         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10760         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10761           Fix use of uninitialised values if we're NOT seeking in ready.
10762           Fix typos.
10763
10764 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10765
10766         * gst/wavparse/Makefile.am:
10767           Add CFLAGS and LIBS for libgstbase, fixes build on
10768           Cygwin (#341489).
10769
10770 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10773           Some more debug info. No need to check whether the string
10774           returned by g_convert() is really UTF-8 - either it is or
10775           we get NULL returned.
10776
10777 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10778
10779         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10780           Fix parsing of numeric genre strings some more, by ensuring that
10781           we only try and parse strings that a) Start with '(' and b) Consist
10782           only of digits.
10783           Also, when finding an escaping '((' sequence, bust it back to '(' by
10784           swallowing the first parenthesis
10785
10786 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10787
10788         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10789         (gst_esdsink_open), (gst_esdsink_close):
10790         * ext/esd/esdsink.h:
10791           Move the esd_get_server_info() into gst_esdsink_open() and fail
10792           with a decent error message on errors.
10793
10794 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10795
10796         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10797         (gst_esdmon_channels_get_type):
10798         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10799         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10800         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10801         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10802         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10803         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10804         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10805         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10806         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10807         * gst/videomixer/videomixer.c:
10808         (gst_video_mixer_background_get_type):
10809           Const-ify GEnumValue arrays.
10810
10811 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10812
10813         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10814
10815         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10816         (gst_avi_mux_do_video_buffer):
10817           Work around gst_buffer_make_metadata_writable() bug that
10818           results in avimux marking all frames in the index as
10819           keyframes (#340859).
10820           
10821 2006-05-08  Wim Taymans  <wim@fluendo.com>
10822
10823         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10824         Make parsing of urls suck slightly less.
10825
10826 2006-05-08  Edward Hervey  <edward@fluendo.com>
10827
10828         * autogen.sh: (CONFIGURE_DEF_OPT): 
10829         libtoolize on Darwin/MacOSX is called glibtoolize.
10830
10831 2006-05-08  Wim Taymans  <wim@fluendo.com>
10832
10833         Patch by: Jens Granseuer <jensgr at gmx dot net>
10834
10835         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10836         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10837         C89 compliance fixes. Fixes #340980
10838
10839 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10842         * ext/flac/gstflacdec.h:
10843           Handle segment seeks that include the end of the file as stop point
10844           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10845           message instead of an EOS event in case we're in segment seek
10846           mode (fixes #340699).
10847           
10848 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10849
10850         * ext/cairo/gsttextoverlay.c:
10851         * ext/flac/gstflacdec.c:
10852         * ext/gdk_pixbuf/pixbufscale.c:
10853         * gst/apetag/gstapedemux.c:
10854         * gst/debug/breakmydata.c:
10855         * gst/debug/testplugin.c:
10856         * gst/matroska/ebml-write.c:
10857         * gst/multipart/multipartdemux.c:
10858         * sys/osxaudio/gstosxaudiosink.c:
10859         * sys/osxaudio/gstosxaudiosrc.c:
10860         Add semicolons after GST_BOILERPLATE[_FULL] so that
10861         indent doesn't mess up following lines.
10862
10863 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10864
10865         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10866
10867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10868           Don't leak caps when freeing the stream context (#340623).
10869
10870 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10871
10872         * configure.ac:
10873           Back to CVS
10874
10875 === release 0.10.3 ===
10876
10877 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10878
10879         * configure.ac:
10880           releasing 0.10.3, "Desplazado"
10881
10882 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * gst/matroska/matroska-mux.c:
10885         (gst_matroska_mux_stream_is_vorbis_header),
10886         (gst_matroska_mux_write_data):
10887           Don't strcmp() NULL strings.
10888           Only start new clusters on video keyframes, not on any
10889           random audio buffer that doesn't have the DELTA_UNIT
10890           flag set (fixes 'make check' again).
10891
10892 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10893
10894         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10895
10896         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10897         (gst_matroska_mux_stream_is_vorbis_header),
10898         (gst_matroska_mux_write_data):
10899           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10900           value and then dead-lock when muxing vorbis audio streams
10901           (the three vorbis header buffers carry no timestamp, and it
10902           would try to mux these after all video buffers). Fixes #340346.
10903
10904           Improve clustering: start a new cluster also whenever we get
10905           a keyframe.     
10906
10907 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10908
10909         * win32/common/config.h:
10910         * win32/MANIFEST
10911           add the generated file as well
10912
10913 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10914
10915         * Makefile.am:
10916         * configure.ac:
10917         * win32/common/config.h.in:
10918           add win32 stuff
10919
10920 2006-05-03  Michael Smith  <msmith@fluendo.com>
10921
10922         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10923           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10924           SUCKS.
10925
10926 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10927
10928         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10929         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10930         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10931           don't leak caps-string
10932
10933 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10936         (gst_id3demux_sink_activate):
10937           Let core insert default error message for TYPE_NOT_FOUND
10938           errors, it's just as good as our own and has the added
10939           bonus of being translated.
10940
10941 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10942
10943         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10944         (gst_tag_demux_sink_event):
10945         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10946         (gst_id3demux_sink_event):
10947           Post an error message when we get an EOS event and were not
10948           able to find out the type of stream.
10949
10950         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10951         (test_taglib_id3mux_with_tags):
10952           Decrease num-buffers to 16 per iteration again, otherwise the
10953           many memcpy()s and reallocations in the test will hammer slow
10954           CPUs completely and make the test timeout.
10955
10956 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10957
10958         * configure.ac:
10959           figure out where plugins-base plugins are
10960         * tests/check/Makefile.am:
10961           use plugins-base plugins, so we have typefind functions
10962         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10963           increase num-buffers, this makes sure the test errors out instead
10964           of timing out when no typefind functions are present
10965
10966 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10967
10968         * docs/plugins/Makefile.am:
10969           also check .cc files for gtk-doc markup
10970         * configure.ac:
10971         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10973         * tests/check/Makefile.am:
10974         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10975         * ext/Makefile.am:
10976         * ext/taglib/Makefile.am:
10977         * ext/taglib/gstid3v2mux.h:
10978         * ext/taglib/gsttaglibmux.c:
10979         * ext/taglib/gsttaglibmux.h:
10980           move taglib-based id3v2muxer to -good.  Fixes #336110.
10981
10982 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10983
10984         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10985           ... and fix multichannel/WAVFORMATEX support again.
10986
10987 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10988
10989         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10990         (gst_wavparse_class_init), (gst_wavparse_dispose),
10991         (gst_wavparse_reset), (gst_wavparse_init),
10992         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10993         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10994         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10995         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10996         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10997         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10998         (gst_wavparse_stream_data), (gst_wavparse_loop),
10999         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11000         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11001         (gst_wavparse_change_state), (plugin_init):
11002         * gst/wavparse/gstwavparse.h:
11003           Add push (streaming) mode to wavparse (fixes #337625)
11004
11005 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11006
11007         * configure.ac:
11008         * tests/Makefile.am:
11009           add ximagesrc icles test
11010
11011 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11012
11013         * configure.ac:
11014         * docs/plugins/Makefile.am:
11015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11017         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11018         (gst_cmml_enc_push_clip):
11019         * sys/Makefile.am:
11020         * sys/ximage/Makefile.am:
11021         * sys/ximage/gstximagesrc.c:
11022           Move ximagesrc plug-in to good after review.  Fixes #336756.
11023
11024 2006-04-28  Michael Smith  <msmith@fluendo.com>
11025
11026         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
11027         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
11028         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
11029         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
11030         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11031         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
11032         * gst/icydemux/gsticydemux.h:
11033           Fix event handling: cache events when typefinding and forward later.
11034
11035 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11036
11037         * sys/osxaudio/gstosxaudiosink.c:
11038         (plugin_init):
11039          Register osxaudiosrc to the plugin.
11040         * sys/osxaudio/gstosxaudiosrc.c:
11041         (gst_osx_audio_src_osxelement_do_init),
11042         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
11043         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
11044         (gst_osx_audio_src_get_property),
11045         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
11046         (gst_osx_audio_src_osxelement_init):
11047         * sys/osxaudio/gstosxaudiosrc.h:
11048           Port of osxaudiosrc to 0.10.
11049         * sys/osxaudio/Makefile.am:
11050           Add osxaudiosrc
11051
11052 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11053
11054         * sys/osxaudio/gstosxringbuffer.c:
11055         * sys/osxaudio/gstosxringbuffer.h:
11056           Forgot to commit earlier, part of the OSX audio plugin port
11057
11058 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11061         (parse_split_strings):
11062           Recognise and skip any byte order marker (BOM) in
11063           UTF-16 strings.
11064
11065 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11066
11067         * docs/plugins/Makefile.am:
11068         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11069         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11070         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11071         * docs/plugins/inspect/plugin-avi.xml:
11072         * gst/avi/gstavidemux.c:
11073         * gst/avi/gstavimux.c:
11074           Add docs for both avidemux and avimux.
11075
11076 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11079
11080         * gst/avi/Makefile.am:
11081         * gst/avi/gstavi.c: (plugin_init):
11082         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11083         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11084         (gst_avi_mux_class_init), (gst_avi_mux_init),
11085         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11086         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11087         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11088         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11089         (gst_avi_mux_riff_get_avix_header),
11090         (gst_avi_mux_riff_get_video_header),
11091         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11092         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11093         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11094         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11095         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11096         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11097         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11098         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11099         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11100         (gst_avi_mux_change_state):
11101         * gst/avi/gstavimux.h:
11102           Port AVI muxer to GStreamer-0.10 (#332031).
11103
11104         * tests/check/Makefile.am:
11105         * tests/check/elements/avimux.c:
11106         * tests/check/elements/.cvsignore:
11107           Add unit test for AVI muxer.
11108
11109 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11110
11111         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11112         (gst_wavparse_class_init), (gst_wavparse_reset),
11113         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11114         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11115         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11116         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11117         (gst_wavparse_stream_data), (gst_wavparse_loop),
11118         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11119         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11120         (plugin_init):
11121         * gst/wavparse/gstwavparse.h:
11122           reverted patch #337625 for the price of 1 hour sleep
11123
11124 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11125
11126         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11127         (gst_wavparse_class_init), (gst_wavparse_reset),
11128         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11129         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11130         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11131         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11132         (gst_wavparse_stream_data), (gst_wavparse_loop),
11133         (gst_wavparse_chain), (plugin_init):
11134         * gst/wavparse/gstwavparse.h:
11135           correct partial implementation of push mode
11136           (from my last commit)
11137
11138 2006-04-26  Wim Taymans  <wim@fluendo.com>
11139
11140         * ext/esd/esdsink.c:
11141         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11142         it is not in esd.h
11143
11144 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11145
11146         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11147         (gst_au_parse_class_init), (gst_au_parse_init),
11148         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11149         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11150         (gst_au_parse_chain), (gst_au_parse_src_convert),
11151         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11152         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11153         (gst_au_parse_change_state):
11154         * gst/auparse/gstauparse.h:
11155           Rewrite auparse to suck a little bit less: make source pad
11156           dynamic, so decodebin/playbin work with non-raw formats
11157           like alaw/mulaw; add query function for duration/position
11158           queries; check whether we have enough data before attempting
11159           to parse the header (instead of crashing when that is not the
11160           case); work around audioconvert sucking by swapping endianness
11161           to the native endianness ourselves for float formats; send
11162           initial newsegment event. Fixes #161712.
11163
11164 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11165
11166         * sys/osxaudio/Makefile.am:
11167         * sys/osxaudio/gstosxaudioelement.c:
11168         (gst_osx_audio_element_get_type),
11169         (gst_osx_audio_element_class_init):
11170         * sys/osxaudio/gstosxaudioelement.h:
11171         * sys/osxaudio/gstosxaudiosink.c:
11172         (gst_osx_audio_sink_osxelement_do_init),
11173         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11174         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11175         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11176         (gst_osx_audio_sink_create_ringbuffer),
11177         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11178         (plugin_init):
11179         * sys/osxaudio/gstosxaudiosink.h:
11180         Port of osxaudiosink to 0.10
11181
11182 2006-04-26  Wim Taymans  <wim@fluendo.com>
11183
11184         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11185         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11186         the size of the ringbuffer. This should fix hangs with older 
11187         esd sound servers.
11188
11189 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11190
11191         * ext/aalib/gstaasink.c:
11192         * ext/annodex/gstcmmldec.c:
11193         * ext/annodex/gstcmmlenc.c:
11194         * ext/cairo/gsttextoverlay.c:
11195         * ext/cairo/gsttimeoverlay.c:
11196         * ext/cdio/gstcdiocddasrc.c:
11197         * ext/dv/gstdvdec.c:
11198         * ext/dv/gstdvdemux.c:
11199         * ext/esd/esdmon.c:
11200         * ext/esd/esdsink.c:
11201         * ext/flac/gstflacenc.c:
11202         * ext/flac/gstflactag.c:
11203         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11204         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11205         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11206         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11207         * ext/gdk_pixbuf/pixbufscale.c:
11208         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11209         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11210         * ext/jpeg/gstjpegdec.c:
11211         * ext/jpeg/gstjpegenc.c:
11212         * ext/jpeg/gstsmokedec.c:
11213         * ext/jpeg/gstsmokeenc.c:
11214         * ext/libcaca/gstcacasink.c:
11215         * ext/libmng/gstmngdec.c:
11216         * ext/libmng/gstmngenc.c:
11217         * ext/libpng/gstpngdec.c:
11218         * ext/libpng/gstpngenc.c:
11219         * ext/mikmod/gstmikmod.c:
11220         * ext/raw1394/gstdv1394src.c:
11221         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11222         * ext/shout2/gstshout2.h:
11223         * ext/speex/gstspeexdec.c:
11224         * ext/speex/gstspeexenc.c:
11225         * gst/alpha/gstalpha.c:
11226         * gst/alpha/gstalphacolor.c:
11227         * gst/apetag/gstapedemux.c:
11228         * gst/auparse/gstauparse.c:
11229         * gst/autodetect/gstautoaudiosink.c:
11230         (gst_auto_audio_sink_base_init):
11231         * gst/autodetect/gstautovideosink.c:
11232         (gst_auto_video_sink_base_init):
11233         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11234         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11235         * gst/cutter/gstcutter.c:
11236         * gst/debug/breakmydata.c:
11237         * gst/debug/efence.c:
11238         * gst/debug/gstnavigationtest.c:
11239         * gst/debug/gstnavseek.c:
11240         * gst/debug/negotiation.c:
11241         * gst/debug/progressreport.c:
11242         * gst/debug/testplugin.c:
11243         * gst/effectv/gstaging.c:
11244         * gst/effectv/gstdice.c:
11245         * gst/effectv/gstedge.c:
11246         * gst/effectv/gstquark.c:
11247         * gst/effectv/gstrev.c:
11248         * gst/effectv/gstshagadelic.c:
11249         * gst/effectv/gstvertigo.c:
11250         * gst/effectv/gstwarp.c:
11251         * gst/flx/gstflxdec.c:
11252         * gst/goom/gstgoom.c:
11253         * gst/icydemux/gsticydemux.c:
11254         * gst/id3demux/gstid3demux.c:
11255         * gst/interleave/deinterleave.c:
11256         * gst/interleave/interleave.c:
11257         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11258         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11259         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11260         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11261         * gst/level/gstlevel.c:
11262         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11263         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11264         * gst/median/gstmedian.c:
11265         * gst/monoscope/gstmonoscope.c:
11266         * gst/multipart/multipartdemux.c:
11267         * gst/multipart/multipartmux.c:
11268         * gst/oldcore/gstaggregator.c:
11269         * gst/oldcore/gstfdsink.c:
11270         * gst/oldcore/gstmd5sink.c:
11271         * gst/oldcore/gstmultifilesrc.c:
11272         * gst/oldcore/gstpipefilter.c:
11273         * gst/oldcore/gstshaper.c:
11274         * gst/oldcore/gststatistics.c:
11275         * gst/rtp/gstasteriskh263.c:
11276         * gst/rtp/gstrtpL16depay.c:
11277         * gst/rtp/gstrtpL16pay.c:
11278         * gst/rtp/gstrtpamrdepay.c:
11279         * gst/rtp/gstrtpamrpay.c:
11280         * gst/rtp/gstrtpdepay.c:
11281         * gst/rtp/gstrtpgsmpay.c:
11282         * gst/rtp/gstrtph263pay.c:
11283         * gst/rtp/gstrtph263pdepay.c:
11284         * gst/rtp/gstrtph263ppay.c:
11285         * gst/rtp/gstrtpilbcdepay.c:
11286         * gst/rtp/gstrtpmp4gpay.c:
11287         * gst/rtp/gstrtpmp4vdepay.c:
11288         * gst/rtp/gstrtpmp4vpay.c:
11289         * gst/rtp/gstrtpmpadepay.c:
11290         * gst/rtp/gstrtpmpapay.c:
11291         * gst/rtp/gstrtppcmadepay.c:
11292         * gst/rtp/gstrtppcmapay.c:
11293         * gst/rtp/gstrtppcmudepay.c:
11294         * gst/rtp/gstrtppcmupay.c:
11295         * gst/rtp/gstrtpspeexdepay.c:
11296         * gst/rtp/gstrtpspeexpay.c:
11297         * gst/rtsp/gstrtpdec.c:
11298         * gst/rtsp/gstrtspsrc.c:
11299         * gst/smpte/gstsmpte.c:
11300         * gst/udp/gstdynudpsink.c:
11301         * gst/udp/gstmultiudpsink.c:
11302         * gst/udp/gstudpsink.c:
11303         * gst/udp/gstudpsrc.c:
11304         * gst/videobox/gstvideobox.c:
11305         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11306         * gst/videofilter/gstvideobalance.c:
11307         * gst/videofilter/gstvideoflip.c:
11308         * gst/videofilter/gstvideotemplate.c:
11309         (gst_videotemplate_base_init):
11310         * gst/videomixer/videomixer.c:
11311         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11312         (gst_wavparse_class_init), (gst_wavparse_dispose),
11313         (gst_wavparse_reset), (gst_wavparse_init),
11314         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11315         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11316         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11317         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11318         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11319         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11320         (gst_wavparse_change_state):
11321         * gst/wavparse/gstwavparse.h:
11322         * sys/oss/gstossmixerelement.c:
11323         * sys/oss/gstosssink.c:
11324         * sys/oss/gstosssrc.c:
11325         * sys/osxaudio/gstosxaudioelement.c:
11326         * sys/osxaudio/gstosxaudiosink.c:
11327         * sys/osxaudio/gstosxaudiosrc.c:
11328         * sys/sunaudio/gstsunaudiomixer.c:
11329         * sys/sunaudio/gstsunaudiosink.c:
11330           Define GstElementDetails as const and also static (when defined as
11331           global)
11332
11333 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11334
11335         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11336           Source pad has fixed caps. If we don't set this, bad
11337           things happen when the window is resized.
11338
11339 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/matroska/Makefile.am:
11342         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11343         (gst_matroska_demux_handle_src_event):
11344         * gst/matroska/matroska-ids.c:
11345         (gst_matroska_track_init_video_context),
11346         (gst_matroska_track_init_audio_context),
11347         (gst_matroska_track_init_subtitle_context),
11348         (gst_matroska_track_init_complex_context):
11349         * gst/matroska/matroska-ids.h:
11350           Handle case where the TrackType ebml chunk does not come before the
11351           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11352           events.
11353
11354 2006-04-25  Wim Taymans  <wim@fluendo.com>
11355
11356         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11357         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11358         It's codec_data, not codec_info.
11359
11360 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11361
11362         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11363
11364         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11365           Handle codec_data for VfW compatibility codec IDs (#339451)
11366
11367         * gst/matroska/matroska-mux.c:
11368         (gst_matroska_mux_video_pad_setcaps):
11369           Same here, handle codec_data and add additional caps we can handle
11370           now to the pad template (huffyuv, dv and h263 video) (#339451)
11371
11372 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11375
11376         * gst/matroska/matroska-mux.c:
11377         (gst_matroska_mux_create_buffer_header),
11378         (gst_matroska_mux_write_data):
11379           Fix timestamping of B-frames, use signed integers, do
11380           some rounding (#339678).
11381
11382 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11383
11384         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11385         just make it compile with --disable-gst-debug.
11386
11387 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11388
11389         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11390         Fix a bad conversion using gst_guint64_to_gdouble.
11391         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11392         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11393         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11394     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11395         mistake.
11396
11397 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11398
11399         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11400         Use gst_guint64_to_gdouble for conversions
11401         * win32/vs6/gst_plugins_good.dsw:
11402         * win32/vs6/libgsticydemux.dsp:
11403         Add a project file for icydemux
11404
11405 2006-04-21  Wim Taymans  <wim@fluendo.com>
11406
11407         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11408
11409         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11410         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11411         When splitting audio chunks, the block alignment is not taken in
11412         consideration, so the smaller chunks could be of size which is 
11413         not a multiple of the block alignment. Fixes #336904
11414
11415 2006-04-21  Wim Taymans  <wim@fluendo.com>
11416
11417         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11418         Use scale functions
11419
11420 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11421
11422         * ext/dv/gstdv.c: (plugin_init):
11423           Fix build.
11424
11425 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11428         (gst_progress_report_class_init), (gst_progress_report_init),
11429         (gst_progress_report_do_query), (gst_progress_report_report),
11430         (gst_progress_report_set_property),
11431         (gst_progress_report_get_property):
11432           Add 'format' property to force querying to a particular format.
11433
11434 2006-04-21  Andy Wingo  <wingo@pobox.com>
11435
11436         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11437         best, on big endian systems. Drop its rank in that case. OTOH on
11438         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11439
11440 2006-04-21  Michael Smith  <msmith@fluendo.com>
11441
11442         * configure.ac:
11443         * gst/icydemux/Makefile.am:
11444         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11445         (gst_icydemux_base_init), (gst_icydemux_class_init),
11446         (gst_icydemux_reset), (gst_icydemux_init),
11447         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11448         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11449         (unicodify), (gst_icydemux_unicodify),
11450         (gst_icydemux_parse_and_send_tags),
11451         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11452         (gst_icydemux_chain), (gst_icydemux_change_state),
11453         (gst_icydemux_send_tag_event), (plugin_init):
11454         * gst/icydemux/gsticydemux.h:
11455         * tests/check/Makefile.am:
11456         * tests/check/elements/icydemux.c: (typefind_succeed),
11457         (plugin_init), (icydemux_found_pad), (create_icydemux),
11458         (cleanup_icydemux), (push_data), (GST_START_TEST),
11459         (icydemux_suite), (main):
11460           Add icydemux, and tests.
11461
11462 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11465           Post SEGMENT_DONE message in TIME format.
11466
11467 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11470
11471         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11472         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11473           Fix index creation when we have to scan the file to create
11474           an index. There may be other types of RIFF 'LIST' chunks than
11475           'movi' and we need to skip them properly as well or we'll end up
11476           reading garbage (#336889). Some other cosmetic changes.
11477           
11478 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11479
11480         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11481         (gst_flac_dec_handle_seek_event):
11482           Add support for segment seeks (fixes #338290). Also demote
11483           some recurring debug message from DEBUG to LOG level.
11484
11485 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11486
11487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11488         (gst_matroskademux_do_index_seek),
11489         (gst_matroska_demux_handle_seek_event),
11490         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11491         * gst/matroska/matroska-ids.h:
11492           Set DISCONT flag on first buffer after a discontinuity.
11493           Fix newsegment events sent when seeking and honour KEY_UNIT
11494           seek flag. Create pad with bogus caps if we don't recognise
11495           the stream codec id.
11496
11497         * gst/matroska/matroska-demux.h:
11498           Fix GObject macros.
11499
11500 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11501
11502         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11503
11504         * gst/matroska/matroska-demux.c:
11505         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11506           Handle end of segment properly when set; don't dead-lock when
11507           posting start of segment message when doing a segment seek.
11508           Fixes #338810.
11509
11510 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11511
11512         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11513         (gst_matroska_demux_plugin_init):
11514           Make mpeg2 aac audio work: create artificial private codec data
11515           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11516           Also call gst_riff_init(). Partially fixes #338767.
11517
11518 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11521         (gst_wavenc_class_init), (gst_wavenc_init),
11522         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11523         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11524         (gst_wavenc_chain), (gst_wavenc_change_state):
11525         * gst/wavenc/gstwavenc.h:
11526           Set caps on first outgoing buffer, so that it doesn't error out
11527           immediately with a non-negotiated error (#338716). Rewrite and
11528           clean up a bit; fix setcaps function to parse things properly;
11529           fix sink caps (8bit audio is unsigned and doesn't have depth);
11530           use boilerplate macros; remove unused properties stuff.
11531
11532 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11533
11534         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11535           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11536           handle MJPEG streams and might be autoplugged for those if the
11537           user doesn't have jpegdec installed (resulting in a cryptic error
11538           message about huffman tables). Better to disable JPEG decoding here
11539           and let the user figure out that she needs to install jpegdec.
11540
11541 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11542
11543         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11544         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11545         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11546         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11547           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11548           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11549           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11550           debug messages. Fix boilerplate macros.
11551
11552 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11553
11554         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11555         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11556           No need to special-case for Gdk-2.0 any longer, we require
11557           Gdk 2.2 or newer; minor clean-ups.
11558
11559 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11562         (gst_shout2send_class_init), (gst_shout2send_init),
11563         (set_shout_metadata), (gst_shout2send_set_metadata),
11564         (gst_shout2send_event), (gst_shout2send_start),
11565         (gst_shout2send_connect), (gst_shout2send_stop),
11566         (gst_shout2send_render), (gst_shout2send_set_property),
11567         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11568         (plugin_init):
11569         * ext/shout2/gstshout2.h:
11570         * po/POTFILES.in:
11571           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11572           change function; use GST_ELEMENT_ERROR for error reporting, not
11573           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11574           will cause crashes or assertion failures; remove (unused) "sync"
11575           property, basesink already has such a property; misc. other
11576           minor fixes and cleanups.
11577
11578 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11581         * ext/esd/gstesd.c: (plugin_init):
11582         * po/POTFILES.in:
11583           Add translatable error message for when we cannot
11584           connect to the sound server, as "Cannot open resource
11585           for writing" isn't really an acceptable message to show
11586           to the user in this case.
11587
11588 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         * sys/oss/gst-i18n-plugin.h:
11591           Remove bogus file that doesn't belong here.
11592
11593 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11594
11595         Patch by: Philippe Valembois
11596
11597         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11598         (gst_shout2send_set_metadata), (gst_shout2send_event),
11599         (gst_shout2send_render), (gst_shout2send_change_state):
11600         * ext/shout2/gstshout2.h:
11601           Handle tags being received before the connection to
11602           the server is established properly (see #338636).
11603
11604 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11605
11606         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11607           Don't crash in case the connection to the server fails:
11608           don't set pointer to NULL by assigning FALSE; error out
11609           properly by using GST_ELEMENT_ERROR and returning
11610           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11611           before resetting the pointer.
11612
11613 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11614
11615         * gst/id3demux/id3tags.c:
11616         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11617         (Fixes #338713)
11618
11619 2006-04-12  Wim Taymans  <wim@fluendo.com>
11620
11621         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11622         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11623         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11624         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11625         (gst_gdk_pixbuf_chain):
11626         Some cleanups.
11627         Added RGBA as a possible output format.
11628         Correctly free the supported mimetypes.
11629         deprecate silent arg, it's not used.
11630         Return result from _alloc_buffer to peer.
11631
11632 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11633
11634         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11635           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11636           overwriting GST_BUFFER_MALLOCDATA.
11637
11638 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11641         (user_endrow_callback), (user_end_callback),
11642         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11643         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11644         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11645         * ext/libpng/gstpngdec.h:
11646           Handle more than one frame if the content is framed,
11647           like with png-in-quicktime (#331917).
11648
11649 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11650
11651         * sys/oss/Makefile.am:
11652         * sys/oss/common.h:
11653         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11654         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11655         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11656         (gst_oss_src_unprepare):
11657           - the user-visible error strings were in the wrong category
11658           - and the messages were not marked for translation
11659           - which is actually a good thing, because they were exactly
11660             the kind of message you would never want anyone to see
11661           - the macros were using variables that didn't exist in the macro
11662             arguments
11663           - and they were obviously copied from each other and then modified
11664           - so a common header makes sense
11665
11666 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11667
11668         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11669           Don't try to modify read-only data.
11670
11671         * gst/matroska/matroska-demux.c:
11672         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11673           Fix comment (won't crash any longer now).
11674
11675 2006-04-10  Michael Smith  <msmith@fluendo.com>
11676
11677         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11678           Use copies of header buffers for caps to avoid circular refcounting
11679           problems (as in theoradec, vorbisdec).
11680
11681         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11682           Fix a typo in test that meant it was testing the wrong thing.
11683
11684         * tests/check/elements/cmmlenc.c: (check_headers):
11685           Fix refcount checks now that we use buffer-copies for caps.
11686
11687 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11688
11689         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11690         (gst_matroska_demux_handle_seek_event),
11691         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11692         (gst_matroska_demux_subtitle_caps),
11693         (gst_matroska_demux_plugin_init):
11694           Use static pad templates with ANY caps for audio and video
11695           source pads and get rid of a lot of unnecessary (and partially
11696           broken) code for the template caps. Clean up caps finding
11697           functions. Fixes playback of audio files/streams that do not
11698           contain the sample rate and/or number of channels in the audio
11699           context (happens a lot with vorbis/mp3 .mka files it seems).
11700           Fixes #337183.
11701           Also add myself to copyright holders.
11702
11703 2006-04-10  Michael Smith  <msmith@fluendo.com>
11704
11705         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11706           Use g_list_delete_link () instead of g_list_remove_link () so that
11707           we free the link as well as the contained data.
11708
11709 2006-04-10  Wim Taymans  <wim@fluendo.com>
11710
11711         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11712
11713         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11714         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11715         (gst_avi_demux_stream_header):
11716         Fix some crashers with empty chunks. (Fixes #337749)
11717
11718 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11719
11720         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11721           use G_GINT64_CONSTANT for INT64 constants
11722         * gst/videofilter/gstvideobalance.c:
11723           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11724         * win32/vs6/libgstavi.dsp:
11725          add missing libraries for the link and remove avimux.c from
11726          the project as it isn't ported to 0.10 yet
11727         
11728 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11729
11730         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11731           Even better would be if we actually did the right thing
11732           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11733
11734 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11737           Can't just replace 1LL with 1L here just because MSVC doesn't
11738           support it, as it might lead to incorrect results when doing the
11739           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11740           force a 64-bit constant in a way that all compilers are happy with.
11741
11742 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11743
11744         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11745         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11746         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11747         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11748         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11749         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11750         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11751         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11752         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11753         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11754         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11755         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11756         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11757         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11758         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11759         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11760         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11761         * gst/debug/efence.c: (gst_efence_class_init):
11762         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11763         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11764         * gst/goom/gstgoom.c: (gst_goom_class_init):
11765         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11766         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11767         * gst/interleave/interleave.c: (interleave_class_init):
11768         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11769         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11770         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11771         * gst/median/gstmedian.c: (gst_median_class_init):
11772         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11773         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11774         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11775         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11776         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11777         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11778         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11779         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11780         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11781         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11782         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11783         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11784         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11785         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11786         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11787         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11788         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11789         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11790         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11791         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11792         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11793         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11794         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11795         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11796         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11798         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11799         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11800         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11801         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11802         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11803         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11804         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11805         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11806         * sys/osxaudio/gstosxaudioelement.c:
11807         (gst_osxaudioelement_class_init):
11808         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11809         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11810         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11811         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11812
11813 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11814
11815         * ext/mikmod/gstmikmod.h:
11816         * gst/level/gstlevel.h:
11817         Fix more broken GObject macros
11818
11819 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11820
11821         * ext/annodex/gstcmmldec.h:
11822         * ext/annodex/gstcmmlenc.h:
11823         * ext/annodex/gstcmmltag.h:
11824         * ext/cairo/gsttextoverlay.h:
11825         * ext/ladspa/gstsignalprocessor.h:
11826         * gst/matroska/ebml-read.h:
11827         * gst/matroska/ebml-write.h:
11828         * sys/osxaudio/gstosxaudioelement.h:
11829         Fix broken GObject macros
11830
11831 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11832
11833         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11834           Don't try to seek beyond the end of the file (would
11835           occasionally display error dialogs in totem when seeking
11836           to the end) (#335869). Will still throw an error though
11837           if the file is truncated and the total_samples value in
11838           the stream header is wrong.
11839
11840 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11841
11842         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11843         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11844         (gst_flac_dec_metadata_callback):
11845         * ext/flac/gstflacdec.h:
11846           If the stream header doesn't contain the total number of samples,
11847           search for the last flac frame at the end of the file and calculate
11848           the total duration from that frame's offset (fixes #337609).
11849
11850 2006-04-07  Edward Hervey  <edward@fluendo.com>
11851
11852         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11853         Don't unref the GstPadTemplate returned by
11854         gst_element_class_get_pad_template().
11855
11856 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11857
11858         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11859
11860         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11861         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11862         * sys/sunaudio/gstsunaudiosink.h:
11863           Use spec->segsize and spec->segtotal in the prepare function
11864           to initialise the ring buffer instead of using the buffer-time
11865           property (#337421).
11866
11867 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11868
11869         * configure.ac:
11870           Bump core requirements to CVS for gst_pad_query_peer_duration()
11871           which is used by speexdec.
11872
11873 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * ext/speex/gstspeex.c: (plugin_init):
11876         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11877         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11878         (speex_get_sink_query_types), (speex_dec_sink_query),
11879         (speex_get_src_query_types), (speex_dec_src_query),
11880         (speex_dec_src_event), (speex_dec_sink_event),
11881         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11882         (speex_dec_chain_parse_data), (speex_dec_chain),
11883         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11884         (speex_dec_change_state):
11885         * ext/speex/gstspeexdec.h:
11886           Fix seeking and duration queries (#337033); clean up and
11887           refactor a bit.
11888
11889 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11890
11891         * ext/raw1394/gstdv1394src.c:
11892           distinguish between device not found and could not open for
11893           reading
11894
11895 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11896
11897         * Makefile.am:
11898         * configure.ac:
11899         * pkgconfig/.cvsignore:
11900         * pkgconfig/Makefile.am:
11901         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11902           add a .pc file so other modules can use good plugins in tests
11903
11904 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11905
11906         * configure.ac:
11907           clean up, use AS_VERSION and AS_NANO
11908         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11909           use PACKAGE_VERSION define
11910         * po/af.po:
11911         * po/az.po:
11912         * po/cs.po:
11913         * po/en_GB.po:
11914         * po/hu.po:
11915         * po/it.po:
11916         * po/nb.po:
11917         * po/nl.po:
11918         * po/or.po:
11919         * po/sq.po:
11920         * po/sr.po:
11921         * po/sv.po:
11922         * po/uk.po:
11923         * po/vi.po:
11924           updated
11925
11926 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11927
11928         * ext\jpeg\smokecodec.c:
11929           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11930         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11931           move first instruction after all variables declarations
11932         * gst\alpha\gstalpha.c:
11933         * gst\effectv\gstshagadelic.c:
11934         * gst\smpte\paint.c:
11935         * gst\videofilter\gstvideobalance.c:
11936           define M_PI if it's not defined (it's not defined on WIN32)
11937         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11938         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11939         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11940         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11941         (gst_matroska_demux_video_caps):
11942         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11943         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11944           use gst_guint64_to_gdouble for conversions
11945         * gst\goom\filters.c: (setPixelRGB_):
11946           fix a debug which was using undefined variable
11947         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11948         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11949           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11950         * win32/vs6:
11951           add vs6 projects files for most of plugins-good
11952         
11953 2006-03-30  j^  <j@bootlab.org>
11954
11955         * ext/aalib/gstaasink.c:
11956         * ext/annodex/gstcmmldec.c:
11957         * ext/annodex/gstcmmlenc.c:
11958         * ext/cairo/gsttextoverlay.c:
11959         * ext/cairo/gsttimeoverlay.c:
11960         * ext/cdio/gstcdiocddasrc.c:
11961         * ext/dv/gstdvdec.c:
11962         * ext/esd/esdmon.c:
11963         * ext/esd/esdsink.c:
11964         * ext/flac/gstflacdec.c:
11965         * ext/flac/gstflacenc.c:
11966         * ext/flac/gstflactag.c:
11967         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11968         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11969         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11970         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11971         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11972         * ext/gdk_pixbuf/pixbufscale.c:
11973         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11974         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11975         * ext/jpeg/gstjpegdec.c:
11976         * ext/jpeg/gstjpegenc.c:
11977         * ext/jpeg/gstsmokedec.c:
11978         * ext/jpeg/gstsmokeenc.c:
11979         * ext/libcaca/gstcacasink.c:
11980         * ext/libmng/gstmngdec.c:
11981         * ext/libmng/gstmngenc.c:
11982         * ext/libpng/gstpngdec.c:
11983         * ext/libpng/gstpngenc.c:
11984         * ext/mikmod/gstmikmod.c:
11985         * ext/raw1394/gstdv1394src.c:
11986         * ext/shout2/gstshout2.c:
11987         * ext/speex/gstspeexdec.c:
11988         * ext/speex/gstspeexenc.c:
11989         * gst/alpha/gstalpha.c:
11990         * gst/alpha/gstalphacolor.c:
11991         * gst/auparse/gstauparse.c:
11992         * gst/autodetect/gstautoaudiosink.c:
11993         (gst_auto_audio_sink_base_init):
11994         * gst/autodetect/gstautovideosink.c:
11995         (gst_auto_video_sink_base_init):
11996         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11997         * gst/cutter/gstcutter.c:
11998         * gst/debug/breakmydata.c:
11999         * gst/debug/efence.c:
12000         * gst/debug/gstnavigationtest.c:
12001         * gst/debug/negotiation.c:
12002         * gst/debug/progressreport.c:
12003         * gst/debug/testplugin.c:
12004         * gst/effectv/gstaging.c:
12005         * gst/effectv/gstdice.c:
12006         * gst/effectv/gstedge.c:
12007         * gst/effectv/gstquark.c:
12008         * gst/effectv/gstrev.c:
12009         * gst/effectv/gstvertigo.c:
12010         * gst/effectv/gstwarp.c:
12011         * gst/flx/gstflxdec.c:
12012         * gst/goom/gstgoom.c:
12013         * gst/interleave/deinterleave.c:
12014         * gst/interleave/interleave.c:
12015         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
12016         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
12017         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
12018         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
12019         * gst/level/gstlevel.c:
12020         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
12021         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
12022         * gst/median/gstmedian.c:
12023         * gst/monoscope/gstmonoscope.c:
12024         * gst/multipart/multipartdemux.c:
12025         * gst/multipart/multipartmux.c:
12026         * gst/oldcore/gstmd5sink.c:
12027         * gst/oldcore/gstmultifilesrc.c:
12028         * gst/oldcore/gstpipefilter.c:
12029         * gst/oldcore/gstshaper.c:
12030         * gst/oldcore/gststatistics.c:
12031         * gst/rtp/gstasteriskh263.c:
12032         * gst/rtp/gstrtpL16depay.c:
12033         * gst/rtp/gstrtpL16pay.c:
12034         * gst/rtp/gstrtpamrdepay.c:
12035         * gst/rtp/gstrtpamrpay.c:
12036         * gst/rtp/gstrtpdepay.c:
12037         * gst/rtp/gstrtpgsmpay.c:
12038         * gst/rtp/gstrtph263pay.c:
12039         * gst/rtp/gstrtph263pdepay.c:
12040         * gst/rtp/gstrtph263ppay.c:
12041         * gst/rtp/gstrtpmp4gpay.c:
12042         * gst/rtp/gstrtpmp4vdepay.c:
12043         * gst/rtp/gstrtpmp4vpay.c:
12044         * gst/rtp/gstrtpmpadepay.c:
12045         * gst/rtp/gstrtpmpapay.c:
12046         * gst/rtp/gstrtppcmadepay.c:
12047         * gst/rtp/gstrtppcmapay.c:
12048         * gst/rtp/gstrtppcmudepay.c:
12049         * gst/rtp/gstrtppcmupay.c:
12050         * gst/rtp/gstrtpspeexdepay.c:
12051         * gst/rtp/gstrtpspeexpay.c:
12052         * gst/rtsp/gstrtpdec.c:
12053         * gst/smpte/gstsmpte.c:
12054         * gst/videobox/gstvideobox.c:
12055         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12056         * gst/videofilter/gstvideobalance.c:
12057         * gst/videofilter/gstvideoflip.c:
12058         * gst/videofilter/gstvideotemplate.c:
12059         (gst_videotemplate_base_init):
12060         * gst/videomixer/videomixer.c:
12061         * gst/wavenc/gstwavenc.c:
12062         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12063          better/unified long descriptions
12064          Fixed #336602
12065          Some cleanups to auparse, don't send multiple newsegments.
12066
12067 2006-03-29  Wim Taymans  <wim@fluendo.com>
12068
12069         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12070
12071         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12072         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12073         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12074         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12075         * ext/dv/gstdvdemux.h:
12076         Seek in READY patch. Only works for pull based mode.
12077         Fixes #323880
12078
12079 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12080
12081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12082         (gst_gdk_pixbuf_event):
12083           Fix two crashers: don't unref the same caps twice, and
12084           set pixbuf loader to NULL after freeing it.
12085
12086 2006-03-27  Wim Taymans  <wim@fluendo.com>
12087
12088         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12089         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12090         (gst_speexenc_chain):
12091         * ext/speex/gstspeexenc.h:
12092         Don't leak adapter.
12093         A push *always* takes ownership of the buffer, even on
12094         errors.
12095         Small cleanups.
12096
12097 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12098
12099         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12100           Create source pad without leaking.
12101
12102 2006-03-24  Wim Taymans  <wim@fluendo.com>
12103
12104         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12105         * ext/flac/gstflacdec.h:
12106         * ext/flac/gstflacenc.h:
12107         Spifify a bit.
12108         Fix deadly lock order error in seeking code, STREAM_LOCK
12109         cannot be taken within LOCK and the streaming variables are
12110         protected with the STREAM_LOCK anyway.
12111
12112 2006-03-24  Wim Taymans  <wim@fluendo.com>
12113
12114         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12115         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12116         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12117         this patch combines the global init_frames with the stream
12118         init_frames. Rationale being that the global delay should 
12119         be subtracted from any stream delay.
12120         Fixes #335858.
12121
12122 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12123
12124         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12125         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12126         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12127         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12128         use DEBUG_FUNCPTR for collectpads
12129
12130 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12131
12132         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12133           Don't crash when encoding images where the number of rows isn't
12134           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12135
12136 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12139         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12140         * gst/interleave/interleave.c: (interleave_change_state):
12141         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12142           More state change function fixes.
12143
12144 2006-03-23  Wim Taymans  <wim@fluendo.com>
12145
12146         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12147         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12148         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12149         (gst_esdsink_delay), (gst_esdsink_reset):
12150         * ext/esd/esdsink.h:
12151         Fix esd choppy playback by configuring audiosink
12152         correctly. Fixes #325191
12153
12154 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12155
12156         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12157           Make state change function thread-safe.
12158
12159 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12160
12161         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12162         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12163           Don't try to read beyond the end of the file just because
12164           the header claims a bigger size (like with truncated files).
12165
12166 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12167
12168         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12169         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12170         (gst_wavparse_stream_data), (gst_wavparse_loop):
12171         * gst/wavparse/gstwavparse.h:
12172           Delay source pad creation until we have the first chunk of
12173           media data, so the we can examine the data and adjust the
12174           caps accordingly if required. This makes playback of .wav
12175           files with DTS-declared-as-PCM content work (#313266).
12176
12177 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12178
12179         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12180         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12181         Don't attempt typefinding on too-short buffers that have been
12182         completely trimmed away. (Fixes #330239)
12183
12184         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12185         Improve the debug output
12186
12187 2006-03-21  Wim Taymans  <wim@fluendo.com>
12188
12189         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12190         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12191         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12192         (gst_esdsink_set_property), (gst_esdsink_get_property):
12193         Some cleanups.
12194         Reset fd to -1 when we close them.
12195
12196 2006-03-21  Wim Taymans  <wim@fluendo.com>
12197
12198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12199         the OPTIONS request result is optional so don't
12200         fail on it.
12201
12202 2006-03-21  Edward Hervey  <edward@fluendo.com>
12203
12204         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12205         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12206         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12207         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12208         (gst_wavparse_change_state):
12209         gcc 4.1 unreferenced pointer fixes.
12210
12211 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12212
12213         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12214
12215         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12216           Fix block alignment calculation. Alignment should be done before
12217           adding the byte offset where the data starts (#335231).
12218
12219 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12220
12221         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12222           Ensure that we set correct caps on buffers that are transferred
12223           direct from the input.
12224
12225 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12226
12227         * gst/goom/filters.c: (zoomFilterDestroy):
12228         * gst/goom/goom_core.c: (goom_close):
12229           Free filter data when cleaning up. (Fixes: #334995)
12230
12231 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         * configure.ac:
12234           Don't compile udp and rtsp plugins on win32 (mingw) or other
12235           systems that don't have <sys/socket.h> for some reason (#316203).
12236
12237 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12238
12239         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12240         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12241         * ext/raw1394/gstdv1394src.h:
12242           Change bus reset handler so it reports useful information such as
12243           whether the device being used connected or disconnected
12244
12245 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * gst/id3demux/id3v2frames.c:
12248         (parse_relative_volume_adjustment_two):
12249           We only care about gain and peak data for the master volume.
12250
12251 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12254         (parse_id_string), (parse_unique_file_identifier),
12255         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12256           Read replay gain tags (#323721).
12257
12258 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         * configure.ac:
12261           Bump requirements to gst-plugins-base CVS because
12262           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12263
12264 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12265
12266         * rtp/gst/gstrtppcmadepay.c:
12267         Fixed one of the caps in the code from mulaw to alaw.
12268
12269 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12270
12271         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12272           Ensure that we set caps on the buffers we pass.
12273
12274         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12275         (gst_id3demux_sink_activate):
12276           Ensure that we set caps on the buffers we pass.
12277
12278           Use STREAM, TYPE_NOT_FOUND as the error class when
12279           typefinding fails.
12280
12281 2006-03-15  Edward Hervey  <edward@fluendo.com>
12282
12283         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12284         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12285         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12286         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12287         (gst_jpeg_dec_setcaps):
12288         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12289         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12290         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12291         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12292         (gst_mngdec_src_getcaps):
12293         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12294         (gst_pngdec_caps_create_and_set):
12295         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12296         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12297         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12298         * gst/alpha/gstalpha.c: (gst_alpha_init):
12299         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12300         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12301         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12302         * gst/cutter/gstcutter.c: (gst_cutter_init):
12303         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12304         (gst_efence_checkgetrange):
12305         * gst/debug/negotiation.c: (gst_negotiation_init):
12306         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12307         * gst/goom/gstgoom.c: (gst_goom_init):
12308         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12309         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12310         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12311         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12312         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12313         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12314         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12315         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12316         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12317         (gst_wavparse_create_sourcepad):
12318         Fix memleak with gst_static_pad_template_get().
12319         This uses gst_pad_new_from_static_template() instead.
12320         Fixes #333512
12321
12322 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12323
12324         * configure.ac:
12325           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12326           used by id3demux.
12327
12328         * gst/id3demux/gstid3demux.c: (plugin_init):
12329         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12330         (parse_user_text_identification_frame),
12331         (parse_unique_file_identifier):
12332           Add support for UFID and TXXX frames and extract musicbrainz tags.
12333
12334 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12335
12336         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12337           Catch short reads, like they might happen with truncated
12338           files (see #305279); remove unnecessary indentation.
12339
12340 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12341
12342         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12343           Fix DIB image inversion for pictures with a
12344           depth != 8 (#305279).
12345
12346 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12347
12348         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12349         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12350         * ext/jpeg/gstjpegdec.h:
12351           Fix durations on outgoing buffers after seeking
12352           in MJPEG files (#334083); some minor clean-ups.
12353
12354 2006-03-13  Wim Taymans  <wim@fluendo.com>
12355
12356         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12357         (gst_wavparse_change_state):
12358         Implement seek in READY (re-fixes #327658)
12359
12360 2006-03-13  Wim Taymans  <wim@fluendo.com>
12361
12362         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12363         * ext/esd/esdmon.c: (gst_esdmon_get):
12364         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12365         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12366         (gst_gdk_pixbuf_sink_getcaps):
12367         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12368         (gst_jpegenc_setcaps):
12369         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12370         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12371         (gst_smokeenc_setcaps):
12372         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12373         (gst_mngdec_src_getcaps):
12374         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12375         (gst_mngenc_chain):
12376         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12377         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12378         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12379         (speex_dec_src_event), (speex_dec_chain):
12380         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12381         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12382         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12383         (gst_negotiation_pad_link), (gst_negotiation_chain):
12384         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12385         (gst_flxdec_chain):
12386         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12387         (deinterleave_chain):
12388         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12389         * gst/median/gstmedian.c: (gst_median_link):
12390         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12391         (gst_monoscope_chain):
12392         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12393         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12394         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12395         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12396         close #333784 unref the result of gst_pad_get_parent()
12397         by: Christophe Fergeau.
12398
12399 2006-03-09  Wim Taymans  <wim@fluendo.com>
12400
12401         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12402         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12403         Handle events in push mode better, can now do non-flushing
12404         seeks in push mode as well.
12405
12406 2006-03-07  Wim Taymans  <wim@fluendo.com>
12407
12408         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12409         Applied patch from Kai Vehmanen, fixes #333624.
12410
12411 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12412
12413         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12414         Implement paletted and grayscale png files handling.
12415         (#150363).
12416
12417 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12418
12419         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12420         (gst_speexenc_chain):
12421           fix a tag list assert
12422           follow gst-plugins-base/ext/ogg/README; set OFFSET
12423           and OFFSET_END.  Muxes correctly with gst-plugins-base
12424           > 0.9.3
12425
12426 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * gst/id3demux/Makefile.am:
12429         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12430         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12431           Use new typefind helper functions here as well, and
12432           do typefinding in pull-mode if upstream supports that.
12433
12434 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12435
12436         * sys/sunaudio/gstsunaudiomixerctrl.c:
12437         (gst_sunaudiomixer_ctrl_get_volume),
12438         (gst_sunaudiomixer_ctrl_set_volume):
12439         * sys/sunaudio/gstsunaudiomixertrack.c:
12440         (gst_sunaudiomixer_track_new):
12441           Remove unused variables, breaks build from CVS
12442           with -Werror (#333392, patch by: Benjamin Pineau)
12443
12444 2006-03-03  Wim Taymans  <wim@fluendo.com>
12445
12446         * docs/plugins/Makefile.am:
12447         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12449         Added wavparse docs.
12450
12451         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12452         (gst_wavparse_reset), (gst_wavparse_init),
12453         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12454         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12455         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12456         (gst_wavparse_stream_data), (gst_wavparse_loop),
12457         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12458         (gst_wavparse_change_state):
12459         * gst/wavparse/gstwavparse.h:
12460         Implement seek in READY (fixes #327658)
12461         Added docs and did some cleanups.
12462
12463 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12466         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12467         (gst_avi_demux_calculate_durations_from_index),
12468         (gst_avi_demux_stream_header):
12469         * gst/avi/gstavidemux.h:
12470           If we have an index, use a duration based on the index instead
12471           of blindly trusting the information in the stream headers
12472           (fixes #331817).
12473
12474 2006-03-03  Wim Taymans  <wim@fluendo.com>
12475
12476         * docs/plugins/Makefile.am:
12477         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12478         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12479         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12480         Added smoke and jpeg to the docs.
12481
12482         * ext/jpeg/Makefile.am:
12483         * ext/jpeg/gstjpeg.c: (plugin_init):
12484         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12485         * ext/jpeg/gstjpegenc.h:
12486         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12487         (gst_smokedec_chain):
12488         * ext/jpeg/gstsmokedec.h:
12489         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12490         * ext/jpeg/gstsmokeenc.h:
12491         * ext/jpeg/smokecodec.h:
12492         Port smokedec (fixes #331905).
12493         Added some docs.
12494         Some cleanups.
12495
12496 2006-03-03  Wim Taymans  <wim@fluendo.com>
12497
12498         * docs/plugins/Makefile.am:
12499         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12501         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12502         Added videobalance and videoflip to the docs.
12503
12504         * gst/videofilter/Makefile.am:
12505         * gst/videofilter/gstvideobalance.c:
12506         (gst_video_balance_update_tables_planar411),
12507         (gst_video_balance_is_passthrough),
12508         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12509         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12510         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12511         (gst_video_balance_finalize), (gst_video_balance_class_init),
12512         (gst_video_balance_init), (gst_video_balance_interface_supported),
12513         (gst_video_balance_interface_init),
12514         (gst_video_balance_colorbalance_list_channels),
12515         (gst_video_balance_colorbalance_set_value),
12516         (gst_video_balance_colorbalance_get_value),
12517         (gst_video_balance_colorbalance_init),
12518         (gst_video_balance_set_property), (gst_video_balance_get_property),
12519         (gst_video_balance_get_type), (plugin_init):
12520         * gst/videofilter/gstvideobalance.h:
12521         Ported to 0.10. (Fixes #326160)
12522         Added docs.
12523
12524         * gst/videofilter/gstvideoflip.c:
12525         * gst/videofilter/gstvideoflip.h:
12526         Added docs.
12527
12528 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * configure.ac:
12531           Bump requirements to current core and -base CVS
12532           (core for new typefind helper API, and -base for the
12533           WAVFORMATEX support that was added to libgstriff and
12534           is needed by wavparse).
12535         
12536         * gst/apetag/Makefile.am:
12537         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12538         (gst_tag_demux_sink_activate):
12539           Use new typefind helpers for typefinding instead of our
12540           home-grown stuff; also, do typefinding in pull-mode if
12541           upstream supports that.
12542
12543 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12544
12545         Reviewed by: Christian Schaller <christian@fluendo.com>
12546
12547         This patch fixes bug: 329107
12548
12549         This Changelog entry is for a commit done on February 17
12550
12551         * ext/gconf/gconf.c
12552         * ext/gconf/gconf.h
12553         * ext/gconf/gstgconfaudiosink.c
12554         * ext/gconf/gstgconfaudiosink.h
12555         * gconf/gstreamer.schemas.in
12556
12557 2006-02-28  Wim Taymans  <wim@fluendo.com>
12558
12559         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12560         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12561         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12562         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12563         Use DEBUG_OBJECT more.
12564
12565 2006-02-28  Wim Taymans  <wim@fluendo.com>
12566
12567         * docs/plugins/Makefile.am:
12568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12570         Added dvdec and dvdemux to docs.
12571
12572         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12573         Added docs.
12574         Check frame sizes so we don't crash when don't have enough
12575         data.
12576         Send nice error messages on error.
12577
12578         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12579         (gst_dvdemux_class_init), (gst_dvdemux_init),
12580         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12581         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12582         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12583         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12584         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12585         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12586         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12587         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12588         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12589         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12590         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12591         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12592         * ext/dv/gstdvdemux.h:
12593         Added docs.
12594         Implement pull mode.
12595         Fix memleaks.
12596         Reduce memcpy for the video demuxing.
12597
12598 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12599
12600         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12601         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12602         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12603         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12604           Add a little extra debug. Make the decoder not return NOT_LINKED,
12605           as we want to continue decoding all CMML and emitting tags.
12606
12607 2006-02-27  Michael Smith  <msmith@fluendo.com>
12608
12609         * ext/annodex/gstskeltag.c:
12610         * ext/annodex/gstskeltag.h:
12611           Deleted; these files aren't used any more either.
12612
12613 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12614
12615         * ext/Makefile.am: Fix dist-check.
12616
12617 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12618
12619         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12620         memleak.
12621
12622 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12623
12624         * ext/annodex/Makefile.am:
12625         * ext/annodex/gstannodex.c:
12626         * ext/annodex/gstcmmldec.c:
12627         * ext/annodex/gstcmmlenc.c:
12628         * ext/annodex/gstcmmlparser.c:
12629         * ext/annodex/gstcmmlparser.h:
12630         * ext/annodex/gstcmmlutils.c:
12631         * tests/check/elements/cmmldec.c:
12632         * tests/check/elements/cmmlenc.c:
12633           Fix a memleak in gst_cmml_track_list_add_clip.
12634           Handle overflows in clip's start and end times.
12635           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12636           Do not parse junk at the end of a CMML preamble buffer.
12637           Register a libxml error handler to not print stuff on stderr.
12638           Check for bad clip start and end times in the testsuites.
12639
12640 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12641
12642         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12643         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12644         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12645         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12646         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12647         possible memleaks.
12648
12649 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12650
12651         * tests/check/Makefile.am:
12652         * tests/check/elements/cmmldec.c:
12653         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12654         the plugins-base tags.
12655
12656 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12657
12658         * ext/Makefile.am: Re-enable module.
12659
12660 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12661
12662         * tests/check/Makefile.am: Forgot to remove that test.
12663
12664 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12665
12666         * ext/annodex/Makefile.am:
12667         * ext/annodex/gstannodex.c: (plugin_init):
12668         * ext/annodex/gstcmmldec.c:
12669         * ext/annodex/gstskeldec.c:
12670         * ext/annodex/gstskeldec.h:
12671         * tests/check/Makefile.am:
12672         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12673
12674 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12675
12676         * tests/check/Makefile.am: Disable those checks as well.
12677
12678 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12679
12680         * ext/Makefile.am: Disable annodex for now until we figure out
12681         how to make it build.
12682         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12683         Add a rule to your checklist : "please try to at least build 
12684         what you are going to commit into -good, or if you are too lazy
12685         to do that, please check that the buildbots are not crying because
12686         of your commit."
12687
12688 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12689
12690         * configure.ac:
12691         * ext/Makefile.am:
12692         * ext/gdk_pixbuf/Makefile.am:
12693         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12694         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12695         * ext/gdk_pixbuf/pixbufscale.c:
12696         * ext/gdk_pixbuf/pixbufscale.h:
12697           Gdkpixbuf ported from 0.8 to 0.10 by
12698           Renato Filho <renato.filho@indt.org.br>.
12699           gst_loader and gdkpixbufanimation still need port.
12700
12701 2006-02-24  Michael Smith  <msmith@fluendo.com>
12702
12703         * configure.ac:
12704         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12705         * ext/Makefile.am:
12706         * ext/annodex/Makefile.am:
12707         * ext/annodex/gstannodex.c:
12708         * ext/annodex/gstannodex.h:
12709         * ext/annodex/gstcmmldec.c:
12710         * ext/annodex/gstcmmldec.h:
12711         * ext/annodex/gstcmmlenc.c:
12712         * ext/annodex/gstcmmlenc.h:
12713         * ext/annodex/gstcmmlparser.c:
12714         * ext/annodex/gstcmmlparser.h:
12715         * ext/annodex/gstcmmltag.c:
12716         * ext/annodex/gstcmmltag.h:
12717         * ext/annodex/gstcmmlutils.c:
12718         * ext/annodex/gstcmmlutils.h:
12719         * ext/annodex/gstskeldec.c:
12720         * ext/annodex/gstskeldec.h:
12721         * ext/annodex/gstskeltag.c:
12722         * ext/annodex/gstskeltag.h:
12723         * tests/check/Makefile.am:
12724         * tests/check/elements/cmmldec.c:
12725         * tests/check/elements/cmmlenc.c:
12726         * tests/check/elements/skeldec.c:
12727           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12728           Includes tests & docs, oh my! Passes Thomas's -good checklist
12729           entirely. Wow.
12730
12731 2006-02-24  Michael Smith  <msmith@fluendo.com>
12732
12733         * autogen.sh:
12734           Check for automake 1.9 as well.
12735
12736 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12737
12738         * ext/flac/gstflacenc.c:
12739           Change min. sample rate to 8kHz to match flacdec's.
12740           
12741 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12742
12743         * ext/cdio/Makefile.am:
12744           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12745           required for Cygwin, see #317048)
12746
12747         * gst/rtp/gstasteriskh263.c:
12748           Cygwin has includes for both the unix network socket API
12749           and the windows API, but only one can be included, so fix
12750           includes to only use one or the other, prefering the unxi
12751           one (#317048).
12752
12753 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12754
12755         * rtp/gst/gstrtppcmadepay.c:
12756         * rtp/gst/gstrtppcmadepay.h:
12757         * rtp/gst/gstgstrtppcmapay.c:
12758         * rtp/gst/gstgstrtppcmapay.h:
12759         * rtp/gst/gstrtppcmudepay.c:
12760         * rtp/gst/gstrtppcmudepay.h:
12761         * rtp/gst/gstrtppcmupay.c:
12762         * rtp/gst/gstrtppcmupay.h:
12763         * rtp/gst/Makefile.am:
12764         * rtp/gst/gstrtp.c:
12765         * rtp/gst/README:
12766         Separated the G711 payloaders/depayloaders into separate elements for
12767         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12768
12769 2006-02-22  Wim Taymans  <wim@fluendo.com>
12770
12771         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12772         (gst_dvdec_change_state):
12773         * ext/dv/gstdvdec.h:
12774         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12775         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12776         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12777         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12778         (gst_dvdemux_flush), (gst_dvdemux_chain),
12779         (gst_dvdemux_change_state):
12780         * ext/dv/gstdvdemux.h:
12781         Ueber spiffify some more, added debug category.
12782         Use _scale.
12783         Use segments, respect playback rate from newsegment.
12784         Fix refcount issue.
12785
12786 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12787
12788         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12789         (gst_signal_processor_process):
12790         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12791         enabled for the build, but it helps me win the feature-count
12792         competitions ooh yeah.
12793
12794 2006-02-19  Wim Taymans  <wim@fluendo.com>
12795
12796         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12797         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12798         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12799         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12800         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12801         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12802         Use scaling code for added precission and more correct stop
12803         position in case scale==0.
12804
12805 2006-02-19  Wim Taymans  <wim@fluendo.com>
12806
12807         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12808         (gst_flxdec_chain):
12809         * gst/flx/gstflxdec.h:
12810         Implement DURATION query.
12811
12812 2006-02-19  Wim Taymans  <wim@fluendo.com>
12813
12814         * gst/flx/flx_color.h:
12815         * gst/flx/flx_fmt.h:
12816         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12817         (gst_flxdec_src_query_handler), (flx_decode_color),
12818         (gst_flxdec_chain):
12819         * gst/flx/gstflxdec.h:
12820         Set MALLOCDATA for the temp buffers so we don't leak.
12821         Some debug cleanups.
12822         Consume all data in the adapter before leaving the chain
12823         function. Fixes #330678.
12824
12825 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12826
12827         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12828         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12829          Handle 0 data size in otherwise valid frames.
12830          Handle numeric strings in 2.4.0 even when not in parentheses 
12831
12832 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12833
12834         * gst/matroska/matroska-demux.c:
12835         (gst_matroska_demux_subtitle_caps),
12836         (gst_matroska_demux_plugin_init):
12837         * gst/matroska/matroska-ids.h:
12838           Recognise SSA/ASS and USF subtitle formats and
12839           set proper caps when they are found.
12840
12841 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12842
12843         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12844         (gst_jpeg_dec_chain):
12845           Fix invalid memory access for some odd-sized images
12846           (see image contained in quicktime stream in #327083);
12847           use g_malloc() instead of g_alloca().
12848
12849 2006-02-17  Wim Taymans  <wim@fluendo.com>
12850
12851         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12852         Patch from Sebastien Cote, fixes #319884
12853
12854 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12855
12856         * ext/cdio/gstcdio.c: (plugin_init):
12857           Init debug category (#331253).
12858
12859 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12860
12861         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12862           Pass extra_data to gst_riff_create_audio_caps(), so that
12863           WAVEFORMATEX stuff works. Post audio codec name and post
12864           it as taglist on the bus. Allow up to 8 channesl for raw
12865           PCM in the source pad template caps.
12866
12867 2006-02-16  Wim Taymans  <wim@fluendo.com>
12868
12869         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12870         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12871         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12872         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12873         (gst_multipart_set_property), (gst_multipart_get_property):
12874         Applied #318663. Gives quite a few false positives in
12875         autoscan mode, but it's better than nothing. Not closing yet.
12876
12877 2006-02-16  Wim Taymans  <wim@fluendo.com>
12878
12879         * docs/plugins/Makefile.am:
12880         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12881         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12882         * docs/plugins/gst-plugins-good-plugins.args:
12883         * docs/plugins/inspect/plugin-udp.xml:
12884         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12885         (gst_udpsrc_start):
12886         Update documentation.
12887         Fix args.
12888
12889 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12890
12891         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12892         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12893         frame size. (Fixes #331368)
12894
12895 2006-02-16  Wim Taymans  <wim@fluendo.com>
12896
12897         * gst/rtsp/README:
12898         Updated README.
12899
12900         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12901         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12902         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12903         * gst/rtsp/gstrtspsrc.h:
12904         Make sure the RTP port is an even port an try to allocate 
12905         another if not.
12906         Added retry property to control max retries for port allocation.
12907         Make sure RTCP port is RTP port+1.
12908         Cleanup when port allocation fails.
12909         Fixes #319183.
12910         
12911 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12912
12913         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12914           Don't ignore return value of the parent class's state
12915           change function (#331385, patch by: Wouter Paesen).
12916
12917 2006-02-15  Wim Taymans  <wim@fluendo.com>
12918
12919         * configure.ac:
12920         * docs/plugins/Makefile.am:
12921         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12922         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12923         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12924         * ext/Makefile.am:
12925         * ext/hal/Makefile.am:
12926         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12927         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12928         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12929         (do_toggle_element), (gst_hal_audio_sink_set_property),
12930         (gst_hal_audio_sink_get_property),
12931         (gst_hal_audio_sink_change_state):
12932         * ext/hal/gsthalaudiosink.h:
12933         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12934         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12935         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12936         (do_toggle_element), (gst_hal_audio_src_set_property),
12937         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12938         * ext/hal/gsthalaudiosrc.h:
12939         * ext/hal/gsthalelements.c: (plugin_init):
12940         * ext/hal/gsthalelements.h:
12941         * ext/hal/hal.c: (gst_hal_get_string),
12942         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12943         (gst_hal_get_audio_src):
12944         * ext/hal/hal.h:
12945         Add HAL sound device wrapper plugins. Closes #329106
12946
12947 2006-02-15  Wim Taymans  <wim@fluendo.com>
12948
12949         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12950         Add comment in a fultile attempt to stop the copy-and-paste 
12951         paradigm leading to duplication of bad code.
12952
12953         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12954         Mime parameters have to be checked case insensitive
12955
12956 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12957
12958         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12959           Advance stream time for lagging subtitle streams by sending
12960           newsegment events with the update flag set.
12961
12962 2006-02-14  Edward Hervey  <edward@fluendo.com>
12963
12964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12965         There can be bogus data before the hdrl LIST tag in the RIFF header.
12966         It's hard to say if it's not respecting the AVI specifications or not,
12967         but since Google Video is producing AVIs like that and the other player
12968         don't seem to complain, I guess we should do the same.
12969
12970 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12971
12972         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12973         (parse_split_strings):
12974         Add more validation to ensure that a char encoding conversion
12975         produced a valid UTF-8 string.
12976
12977 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12978
12979         Reviewed by: Edward Hervey  <edward@fluendo.com>
12980
12981         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12982         Properly handle end of segment. Closes #330885.
12983
12984 2006-02-13  Wim Taymans  <wim@fluendo.com>
12985
12986         * gst/rtp/gstrtpmp4gpay.h:
12987         For got to commit this one.
12988
12989 2006-02-12  Wim Taymans  <wim@fluendo.com>
12990
12991         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12992         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12993         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12994         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12995         * gst/rtp/gstrtpmp4gpay.h:
12996         Make more things work.
12997         Handle ACC config strings.
12998
12999 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13000
13001         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
13002           set timestamps if no incoming timestamps set
13003
13004 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
13005
13006         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
13007         (gst_tag_demux_do_typefind):
13008           ... and fix the very same leaks in GstTagDemux.
13009
13010 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
13011
13012         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
13013         (gst_id3demux_do_typefind):
13014         Fix a couple of mem leaks. (Patch by Jonathan Matthew
13015         <jonathan at kaolin dot wh9 dot net>)
13016
13017 2006-02-10  Wim Taymans  <wim@fluendo.com>
13018
13019         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
13020         First set options, then set caps or else the baseclass
13021         will not know about the options, duh.
13022
13023 2006-02-10  Wim Taymans  <wim@fluendo.com>
13024
13025         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
13026         (gst_rtp_mp4v_pay_setcaps):
13027         Don't waste time looking for a config string if we have codec_info
13028         on the incomming caps.
13029
13030 2006-02-10  Wim Taymans  <wim@fluendo.com>
13031
13032         * gst/rtp/README:
13033         Say something about case-sensitivity of caps vs mime-attributes.
13034
13035         * gst/rtp/Makefile.am:
13036         * gst/rtp/gstrtp.c: (plugin_init):
13037         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13038         (gst_rtp_amr_pay_handle_buffer):
13039         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
13040         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
13041         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
13042         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
13043         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
13044         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
13045         (gst_rtp_mp4g_pay_plugin_init):
13046         * gst/rtp/gstrtpmp4gpay.h:
13047         Added beginnings of mpeg4-generic payloader (RFC 3640)
13048
13049 2006-02-09  Wim Taymans  <wim@fluendo.com>
13050
13051         * gst/rtsp/Makefile.am:
13052         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
13053         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
13054         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
13055         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13056         (gst_rtpdec_change_state):
13057         * gst/rtsp/gstrtpdec.h:
13058         * gst/rtsp/gstrtsp.c: (plugin_init):
13059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13060         * gst/rtsp/rtspconnection.c: (read_body),
13061         (rtsp_connection_receive):
13062         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13063         Resurected rtpdec to make rtspsrc happy again.
13064         Skip attributes from the session id.
13065         Don't crash when dumping a message with an empty body.
13066
13067
13068 2006-02-09  Wim Taymans  <wim@fluendo.com>
13069
13070         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13071         Added more meaningfull warnings when something goes wrong.
13072         Clear F bit on outgoing AMR packets.
13073
13074         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13075         (gst_rtp_amr_pay_handle_buffer):
13076         Added debugging category
13077         Support payloading of multiple AMR frames.
13078
13079         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13080         Added some debugging.
13081
13082 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13083
13084         * configure.ac:
13085           Back to CVS
13086
13087 === release 0.10.2 ===
13088
13089 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13090
13091         * configure.ac:
13092           releasing 0.10.2, "Papa was a rolling stone"
13093
13094 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13095
13096         * configure.ac:
13097           Bump core and plugins-base requirement to 0.10.2.2
13098           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13099
13100 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13101
13102         * ext/flac/gstflac.c: (plugin_init):
13103         * ext/speex/gstspeex.c: (plugin_init):
13104           Register musicbrainz tags.
13105
13106 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         * ext/gconf/gconf.h:
13109           Remove declaration of function that no longer exists.
13110
13111 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13112
13113         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13114         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13115         Make shout2 work for non ogg streams
13116
13117 2006-02-06  Wim Taymans  <wim@fluendo.com>
13118
13119         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13120         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13121         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13122         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13123         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13124         * gst/udp/gstmultiudpsink.h:
13125         Updated docs.
13126         Added properties bytes-served, bytes_to_serve.
13127         Post proper error messages,
13128         Emit client added signal too.
13129
13130 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13131
13132         * docs/plugins/Makefile.am:
13133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13134         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13135         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13136         (gst_multiudpsink_get_stats):
13137           adding docs for multiudpsink
13138
13139 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13140
13141         * gst/level/gstlevel.c: (gst_level_transform_ip):
13142           peak below decay is not necessarily an error, so don't ERROR log
13143
13144 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13147         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13148         (gst_ebml_write_seek):
13149         * gst/matroska/ebml-write.h:
13150           Make sure we send a newsegment event in BYTES format
13151           before sending buffers (#328531).
13152
13153 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13154
13155         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13156         (gst_dvdemux_sink_query):
13157         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13158         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13159         (speex_dec_src_query):
13160         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13161         (gst_speexenc_sink_query):
13162         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13163         * gst/matroska/matroska-demux.c:
13164         (gst_matroska_demux_get_src_query_types),
13165         (gst_matroska_demux_handle_src_query):
13166         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13167         (gst_wavparse_pad_query):
13168           Pass unhandled queries upstream instead of just dropping
13169           them (#326446). Update query type arrays here and there.
13170
13171 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13172
13173         * tests/check/elements/matroskamux.c: (setup_src_pad):
13174           Collectpads in core got changed and now also holds a
13175           reference to any pad that is part of it. Fix refcount
13176           checks in test case accordingly.
13177
13178 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13179
13180         * gst/apetag/gstapedemux.h:
13181           Fix include, for now GstTagDemux is in the apetag dir.
13182
13183 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13184
13185         * docs/plugins/Makefile.am:
13186         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13188         * docs/plugins/inspect/plugin-cdio.xml:
13189           Add cdio plugin to docs.
13190
13191         * ext/cdio/gstcdiocddasrc.c:
13192           Add gtk-doc blurb.
13193
13194         * ext/cdio/gstcdio.c:
13195           The plugin is called 'cdio' not 'cddio'.
13196
13197 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13198
13199         * configure.ac:
13200         * docs/plugins/Makefile.am:
13201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13203         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13204         * docs/plugins/inspect/plugin-apetag.xml:
13205         * gst/apetag/Makefile.am:
13206         * gst/apetag/gstapedemux.c:
13207         * gst/apetag/gstapedemux.h:
13208         * gst/apetag/gsttagdemux.c:
13209         * gst/apetag/gsttagdemux.h:
13210           Add APE tag demuxer (#325649).
13211
13212 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13213
13214         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13215         (gst_gconf_get_default_video_sink),
13216         (gst_gconf_get_default_audio_src),
13217         (gst_gconf_get_default_video_src):
13218         * ext/gconf/gconf.h:
13219         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13220         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13221         (do_toggle_element):
13222         * ext/gconf/gstgconfaudiosink.h:
13223         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13224         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13225         (do_toggle_element):
13226         * ext/gconf/gstgconfaudiosrc.h:
13227         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13228         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13229         (do_toggle_element):
13230         * ext/gconf/gstgconfvideosink.h:
13231         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13232         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13233         (do_toggle_element):
13234         * ext/gconf/gstgconfvideosrc.h:
13235           Ignore changing the GConf key to "". Ignore GConf key updates
13236           that don't actually change the string.
13237           For now, ignore the GConf key when the state is > READY, as
13238           it breaks streaming. Sometime it will be nice to bring the
13239           new sink online even mid-stream, by sending NEWSEGMENT info
13240           and possibly prerolling.
13241           (Fixes #326736)
13242
13243 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13244
13245         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13246         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13247         (zoomFilterSetResolution), (zoomFilterDestroy),
13248         (zoomFilterFastRGB), (pointFilter):
13249         * gst/goom/filters.h:
13250         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13251         (goom_update), (goom_close):
13252         * gst/goom/goom_core.h:
13253         * gst/goom/goom_tools.h:
13254         * gst/goom/graphic.c:
13255         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13256         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13257         * gst/goom/gstgoom.h:
13258         * gst/goom/lines.c: (goom_lines):
13259         * gst/goom/lines.h:
13260           Make goom reentrant by moving all important static variables
13261           into instance structures.
13262           (Fixes #329181)
13263
13264 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13267         (gst_avi_demux_all_source_pads_unlinked),
13268         (gst_avi_demux_process_next_entry):
13269         * gst/avi/gstavidemux.h:
13270           Third attempt, use gst_pad_is_linked() this time.
13271
13272 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13273
13274         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13275         (parse_split_strings):
13276         Adjust for data length indicators when parsing (Fixes #329810)
13277         Fix stupid bug parsing UTF-8 tag text.
13278         Output tag strings with multiple fields as multiple tags, so the
13279         app gets all the data.
13280
13281 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13282
13283         * ext/flac/gstflacenc.c:
13284         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13285         show me.
13286         
13287 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13288
13289         * ext/flac/gstflacenc.c:
13290         * gst/matroska/ebml-read.c:
13291         Just make it compile with --disable-gst-debug.
13292
13293 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13294
13295         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13296         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13297         (id3v2_genre_fields_to_taglist):
13298           Never output a tag with a null contents string.
13299
13300 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13301
13302         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13303           Only pause if all pads are unlinked AND we've tried to send data
13304           on all of them at least once.
13305
13306 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13307
13308         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13309         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13310           Make loop function/task pause itself when all source pads are
13311           unlinked.
13312
13313 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13314
13315         * configure.ac:
13316         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13317           Use new functions from core to render a bin from a
13318           string. Fixes build. Up requirements to core CVS.
13319
13320 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13321
13322         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13323           Don't push buffers into the adapter that we are going to
13324           push downstream again without framing anyway. Also, the
13325           adaptor takes ownership of buffers put into it (fixes
13326           auparse pushing invalid buffers for .au files with
13327           ADPCM contents). Finally, set caps on all outgoing buffers.
13328
13329 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13330
13331         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13332         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13333         (gst_id3demux_send_tag_event):
13334         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13335         Someone should kick my butt. Remove ID3v1 tags from the end of the
13336         file.
13337
13338         Improve error messages. Send the TAG message as soon as we complete
13339         typefinding, instead of waiting until we send the first buffer.
13340         Downstream tag event is still sent before the first buffer.
13341
13342 2006-01-27  Jan Gerber  <j@bootlab.org>
13343
13344         Reviewed by: Andy Wingo <wingo@pobox.com>
13345
13346         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13347         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13348         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13349         to not have warings flooding stderr. this is the suggested way
13350         also used in dvgrab and kino. (#328336)
13351
13352 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13353
13354         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13355         (gst_oss_sink_init), (gst_oss_sink_finalise):
13356           Free the device name string when finalised.
13357
13358 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13359
13360         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13361           Don't put function calls in g_return_if_fail() statements,
13362           or they'll be replaced with NOOPs if someone compiles with
13363           G_DISABLE_CHECKS defined.
13364           
13365 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13366
13367         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13368         Never trust ANY information encoded in a media file, especially
13369         when it's giving you sizes. (Fixes #328452)
13370
13371 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13372
13373         * gst/rtp/gstrtpg711pay.c:
13374         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13375         bug #325148.
13376
13377 2006-01-23  Edward Hervey  <edward@fluendo.com>
13378
13379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13380         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13381         * gst/matroska/matroska-ids.h:
13382         Added recognition of Real Audio and Video streams in matroska demuxer.
13383
13384 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13385
13386         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13387           Remove errant break statement, and fix compilation with
13388           older GCC.
13389
13390 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13391
13392         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * sys/sunaudio/gstsunaudiomixerctrl.c:
13395         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13396           Export functions that are needed in other parts of the code,
13397           makes the mixer actually work; adjust magic minimum buffer-time
13398           value from 3ms to 5ms to work around stuttering during mp3
13399           playback (#327765).
13400
13401 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13402
13403         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13404
13405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13406         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13407           Fix possible deadlock in matroska muxer (#327825).
13408
13409 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13410
13411         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13412         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13413         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13414         * gst/rtsp/sdpmessage.h:
13415         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13416         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13417           C89 fixes: declare variables at the beginning of a block and
13418           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13419           <jensgr at gmx dot net>).
13420
13421 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13422
13423         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13424         * gst/id3demux/id3tags.h:
13425         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13426         (parse_comment_frame), (parse_text_identification_frame),
13427         (id3v2_tag_to_taglist), (id3v2_are_digits),
13428         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13429         (parse_split_strings), (free_tag_strings):
13430           Rewrite parsing of text tags to handle multiple NULL terminated
13431           strings. Parse numeric genre strings and ID3v2 type
13432           "(3)(6)Alternative" style genre strings.
13433           Parse dates that are only YYYY or YYYY-mm format.
13434           (Fixes #328241 and #322154)
13435
13436 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13437
13438         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13439           Don't forget to initialize liboil, otherwise our oil functions
13440           will crash (fixes #327871; patch by: Christoph Burghardt
13441           <hawkes at web dot de>).
13442
13443 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13444
13445         * configure.ac:
13446           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13447           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13448           patch by: Brian Cameron <brian dot cameron at sun dot com>
13449
13450 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13451
13452         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13453         * ext/cdio/gstcdio.h:
13454         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13455           Fix build for libcdio versions >= 76; give slightly lower rank
13456           than cdparanoia.
13457
13458 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13459
13460         * configure.ac:
13461         * ext/Makefile.am:
13462         * ext/cdio/Makefile.am:
13463         * ext/cdio/gstcdio.c:
13464         * ext/cdio/gstcdio.h:
13465         * ext/cdio/gstcdiocddasrc.c:
13466         * ext/cdio/gstcdiocddasrc.h:
13467           Port libcdio cdda source, formerly known as cddasrc, now known as
13468           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13469           but that's not tested (fixes #317658).
13470
13471 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13472
13473         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13474           Fix conversion from TIME to BYTES format (fixes #326864;
13475           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13476
13477 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13478
13479         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13480           Fix compilation of id3demux when zlib is not present.
13481           (Fixes #326602; patch by: Sergey Scobich)
13482
13483 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13484
13485         * ext/esd/Makefile.am:
13486           Add $(ESD_CFLAGS), otherwise build will fail for folks
13487           with libesd in a non-standard prefix (#327009).
13488
13489 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13490
13491         * configure.ac:
13492           back to HEAD
13493
13494 === release 0.10.1 ===
13495
13496 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13497
13498         * configure.ac:
13499           releasing 0.10.1, "Li"
13500
13501 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13502
13503           patch by: Wim Taymans
13504
13505         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13506           fix memleak.  Fixes #326618
13507
13508 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13509
13510           patch by: Mike Smith
13511
13512         * gst/level/gstlevel.c: (gst_level_message_new),
13513         (gst_level_message_append_channel):
13514           Fix memleak.  Fixes #326612
13515
13516 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13517
13518         * configure.ac:
13519           prereleasing
13520         * po/af.po:
13521         * po/az.po:
13522         * po/cs.po:
13523         * po/en_GB.po:
13524         * po/hu.po:
13525         * po/it.po:
13526         * po/nb.po:
13527         * po/nl.po:
13528         * po/or.po:
13529         * po/sq.po:
13530         * po/sr.po:
13531         * po/sv.po:
13532         * po/uk.po:
13533         * po/vi.po:
13534           update translations
13535
13536 2006-01-10  Michael Smith  <msmith@fluendo.com>
13537
13538         * gst/level/gstlevel.c: (gst_level_class_init),
13539         (gst_level_dispose):
13540           Don't leak filter arrays.
13541
13542 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13543
13544         reviewed by: Christian Schaller <uraeus@gnome.org>
13545         
13546         * configure.ac:
13547         * gst-plugins-good.spec.in:
13548         * sys/Makefile.am:
13549         * sys/sunaudio/Makefile.am:
13550         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13551         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13552         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13553         (gst_sunaudiomixer_change_state):
13554         * sys/sunaudio/gstsunaudiomixer.h:
13555         * sys/sunaudio/gstsunaudiomixerctrl.c:
13556         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13557         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13558         (gst_sunaudiomixer_ctrl_list_tracks),
13559         (gst_sunaudiomixer_ctrl_get_volume),
13560         (gst_sunaudiomixer_ctrl_set_volume),
13561         (gst_sunaudiomixer_ctrl_set_mute),
13562         (gst_sunaudiomixer_ctrl_set_record):
13563         * sys/sunaudio/gstsunaudiomixerctrl.h:
13564         * sys/sunaudio/gstsunaudiomixertrack.c:
13565         (gst_sunaudiomixer_track_class_init),
13566         (gst_sunaudiomixer_track_init), (fill_labels),
13567         (gst_sunaudiomixer_track_new):
13568         * sys/sunaudio/gstsunaudiomixertrack.h:
13569         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13570         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13571         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13572         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13573         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13574         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13575         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13576         * sys/sunaudio/gstsunaudiosink.h:
13577
13578         Add SunAudio plugin - tested to make sure it doesn't break
13579         the build under GNU/Linux.      
13580
13581 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13582
13583         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13584         * gst-plugins-good/gst/udp/gstudpsrc.c:
13585         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13586         overrides the port or multicast parameters. Fixes bugs #323021.
13587         API addition: adds GstUDPSrc::sockfd property   
13588
13589 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13590
13591         * ext/gconf/Makefile.am:
13592         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13593         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13594         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13595         (do_toggle_element), (cb_toggle_element),
13596         (gst_gconf_audio_src_change_state):
13597         * ext/gconf/gstgconfaudiosrc.h:
13598         * ext/gconf/gstgconfelements.c: (plugin_init):
13599         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13600         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13601         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13602         (do_toggle_element), (cb_toggle_element),
13603         (gst_gconf_video_src_change_state):
13604         * ext/gconf/gstgconfvideosrc.h:
13605           Add new gconfaudiosrc and gconfvideosrc elements
13606           (needed for gnome-sound-recorder).
13607
13608 2006-01-06  Edward Hervey  <edward@fluendo.com>
13609
13610         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13611         Add gst_element_no_more_pads() for proper decodebin behaviour.
13612         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13613         (parse_text_identification_frame), (parse_split_strings):
13614         Failure to decode some tags is not a GST_ERROR() but a
13615         GST_WARNING()
13616         When iterating over a chunk of text, check that we haven't gone too
13617         far.
13618
13619 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13620
13621         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13622         (plugin_init):
13623           call oil_init() when using liboil
13624
13625 2006-01-04  Wim Taymans  <wim@fluendo.com>
13626
13627         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13628         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13629         Fix leaks.
13630
13631 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13632
13633         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13634
13635         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13636         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13637         (gst_flac_dec_change_state):
13638           Don't g_assert() where we should just return FALSE; remove
13639           unnecessary g_assert(); initialize some fields properly in
13640           state change function (fixes #325504). Also, use
13641           GST_DEBUG_OBJECT in two more places.
13642
13643 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13644
13645         * configure.ac:
13646           also remove smoothwave's Makefile.am
13647         * docs/plugins/Makefile.am:
13648           fix plugin docs
13649
13650 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13651
13652         * tests/examples/Makefile.am:
13653           added missing Makefile.am
13654
13655 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13656
13657         * configure.ac:
13658         * gst/level/Makefile.am:
13659         * gst/level/level-example.c:
13660         * tests/Makefile.am:
13661         * tests/examples/level/Makefile.am:
13662         * tests/examples/level/level-example.c: (message_handler), (main):
13663           moved level-example to tests/examples/level-example
13664         * tests/old/examples/level/demo.c: (main):
13665         * tests/old/examples/level/plot.c: (main):
13666           some initial fixes
13667
13668 2005-12-29  Michael Smith  <msmith@fluendo.com>
13669
13670         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13671         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13672         * gst/udp/gstmultiudpsink.h:
13673           Track packets sent per client in addition to bytes sent; provide
13674           this info through get-stats signal
13675
13676 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13677
13678         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13679           Can't use gst_object_unref() on a GstAdapter (#325191).
13680
13681 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13682
13683         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13684         If a broken tag has 0 bytes payload, at least still skip
13685         the 10 byte header
13686
13687 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13688
13689         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13690         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13691         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13692         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13693           Making these depayloaders (H263+ and mpeg4 video) inherit from
13694           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13695
13696 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13697
13698         * docs/plugins/gst-plugins-good-plugins.args:
13699         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13700         Regenerate the plugin hiearchy.
13701
13702 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13703
13704         * docs/plugins/Makefile.am:
13705         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13706         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13707         * docs/plugins/gst-plugins-good-plugins.args:
13708         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13709         (gst_id3demux_base_init), (gst_id3demux_class_init),
13710         (gst_id3demux_chain):
13711         * gst/id3demux/gstid3demux.h:
13712           Add documentation for id3demux.
13713           Don't fail if the first buffer is not at offset 0, just
13714           attempt to typefind and do pass through
13715           Rename the gst_type function from gst_gst_id3demux..
13716
13717 2005-12-20  Michael Smith  <msmith@fluendo.com>
13718
13719         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13720         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13721         (gst_multiudpsink_get_stats):
13722         * gst/udp/gstmultiudpsink.h:
13723           Collect statistics; return them from get_stats.
13724
13725 2005-12-19  Edward Hervey  <edward@fluendo.com>
13726
13727         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13728         Stupid signedness issue...
13729
13730 2005-12-19  Edward Hervey  <edward@fluendo.com>
13731
13732         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13733         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13734         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13735         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13736         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13737         Construct index for indexless files.
13738         Make sure pad/buffers are correctly reset to NULL once we don't need
13739         them anymore, else we get lovely segfaults/assertions.
13740         * gst/wavparse/gstwavparse.c:
13741         Yes, you can have 96KHz audio and wma in wav :(
13742
13743 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13744
13745         * configure.ac:
13746           Check for optional dependency on zlib for id3demux
13747
13748         * gst/id3demux/Makefile.am:
13749         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13750         (gst_id3demux_base_init), (gst_id3demux_class_init),
13751         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13752         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13753         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13754         (gst_id3demux_set_property), (gst_id3demux_get_property),
13755         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13756         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13757         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13758         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13759         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13760         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13761         (simple_find_peek), (simple_find_suggest),
13762         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13763         (plugin_init):
13764         * gst/id3demux/gstid3demux.h:
13765         * gst/id3demux/id3tags.c: (read_synch_uint),
13766         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13767         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13768         (id3demux_id3v2_frames_to_tag_list):
13769         * gst/id3demux/id3tags.h:
13770         * gst/id3demux/id3v2.4.0-frames.txt:
13771         * gst/id3demux/id3v2.4.0-structure.txt:
13772         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13773         (parse_comment_frame), (parse_text_identification_frame),
13774         (id3v2_tag_to_taglist), (parse_split_strings):
13775           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13776           otherwise it discards them. Works on my test files. 
13777
13778         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13779           Don't send EOS to a non-existing srcpad
13780           The debug category can be static
13781
13782 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13783
13784         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13785         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13786         * gst/multipart/multipartdemux.c:
13787           change some char* into char[]
13788
13789 2005-12-16  Wim Taymans  <wim@fluendo.com>
13790
13791         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13792         (gst_wavparse_other), (gst_wavparse_perform_seek),
13793         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13794         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13795         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13796         * gst/wavparse/gstwavparse.h:
13797         Use GstSegment to implement more seeking features.
13798
13799 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         * gst/rtsp/rtspconnection.c:
13802           Add <netinet/in.h> include and move <arpa/inet.h> include
13803           to make things work on OpenBSD as well (fixes #323717;
13804           patch by: Benjamin Pineau)
13805
13806 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13807
13808         * gst/rtp/gstrtpspeexdepay.c:
13809         * gst/rtp/gstrtpspeexpay.c:
13810         Set clock rate to be fixed in 8000. It fixes bug #324012.
13811
13812 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13813
13814         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13815         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13816         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13817         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13818         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13819         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13820         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13821         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13822         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13823         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13824         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13825         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13826         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13827         * gst-plugins-good/gst/rtp/README:
13828         Fixed payload range in payloder caps. Removed payload range completely
13829         from depayloaders as they don't require payload type in their caps.
13830         In effect, there isn't any specific payload type for any given codec,
13831         only suggestions.
13832         Fixes bug #324011.
13833
13834 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13835
13836         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13837         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13838         (gst_videomixer_collected): Code cleanup and re-enabling 
13839         queued time validity check for correct EOS handling.
13840
13841 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13842
13843         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13844         (gst_oss_mixer_element_get_property),
13845         (gst_oss_mixer_element_change_state):
13846         Add 'device-name' property and fix state change function.
13847
13848 2005-12-13  Edward Hervey  <edward@fluendo.com>
13849
13850         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13851         If the speed of the file is null in the header, set the frame_time to
13852         the default setting of GST_SECOND / 70. Which is the default
13853         frame_delay for .fli files as stated in this document :
13854         http://www.compuphase.com/flic.htm
13855         Would be nice to have the time conversion done properly too (duration =
13856         flxh->frames * flxdec->frame_time)
13857
13858 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13859
13860         * docs/plugins/Makefile.am:
13861         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13863         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13864         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13865         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13866         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13867         documentation for videomixer on my way with a funny sample
13868         pipeline.
13869
13870 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13871
13872         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13873         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13874         (gst_videomixer_update_queues), (gst_videomixer_collected):
13875         Fix caps negotiation. (#323896)
13876
13877 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13878
13879         * gst/matroska/matroska-demux.c:
13880         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13881           Set correct timestamps on audio laces, fixes playback of mp3 from
13882                 matroska.
13883
13884 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13887         (gst_au_parse_class_init), (gst_au_parse_init),
13888         (gst_au_parse_dispose), (gst_au_parse_chain),
13889         (gst_au_parse_change_state), (plugin_init):
13890         * gst/auparse/gstauparse.h:
13891           Use gst_object_unref() for GstObjects instead of
13892           g_object_unref() and fix a mem leak in a debug
13893           statement; while we're at it, also borgify, use
13894           boilerplate macros and clean up a little bit.
13895
13896 2005-12-11  Edward Hervey  <edward@fluendo.com>
13897
13898         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13899         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13900         Added pull mode.
13901
13902 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13903
13904         * gst/goom/gstgoom.c:
13905         * gst/level/level-example.c: (main):
13906         * gst/smoothwave/demo-osssrc.c: (main):
13907           Use audiotestsrc instead of sinesrc (#323798).
13908
13909 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13910
13911         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13912           more debug-func-ptr usage
13913
13914 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13915
13916         * gst/flx/flx_color.c: (flx_colorspace_convert):
13917         * gst/flx/flx_color.h:
13918         * gst/flx/flx_fmt.h:
13919         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13920         * gst/flx/gstflxdec.h:
13921           Now flxdec works on big-endian machines as well.
13922
13923 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13924
13925         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13926         (gst_fenced_buffer_copy):
13927           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13928           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13929           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13930           and use GST_DEBUG_FUNCPTR for pad functions.
13931
13932 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13933
13934         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13935         (gst_flac_dec_class_init), (gst_flac_dec_init),
13936         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13937         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13938         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13939         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13940         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13941         (gst_flac_dec_change_state):
13942         * ext/flac/gstflacdec.h:
13943           Rewrite flacdec a bit, so that even seeking might work now. Most
13944           importantly, don't act upon any flow return values we get, just tell
13945           the decoder everything's dandy and act on the flow return values
13946           later on in the loop function. We don't want to mess up the internal
13947           decoder state for non-fatal things like flushing pads etc. Other
13948           than that, use GstSegment (segment seeks don't work yet though, but
13949           should be easy to add), use boilerplate macros, drop the superfluous
13950           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13951           lots of other things.
13952
13953 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13954
13955         * configure.ac:
13956           Update comment in OSS includes check.
13957
13958         * sys/oss/gstossdmabuffer.c:
13959         * sys/oss/gstosshelper.c:
13960         * sys/oss/gstossmixer.c:
13961         * sys/oss/gstossmixertrack.c:
13962         * sys/oss/gstosssink.c:
13963         * sys/oss/gstosssrc.c:
13964         * sys/oss/oss_probe.c:
13965           Don't assume the OSS soundcard.h include is always in
13966           the sys/ directory. Instead, use the existing defines
13967           from config.h to include the right file. Fixes
13968           compilation on OpenBSD 3.8 (#323718).
13969
13970 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13971
13972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13973         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13974         * docs/plugins/inspect/plugin-1394.xml:
13975         * docs/plugins/inspect/plugin-aasink.xml:
13976         * docs/plugins/inspect/plugin-alaw.xml:
13977         * docs/plugins/inspect/plugin-alpha.xml:
13978         * docs/plugins/inspect/plugin-alphacolor.xml:
13979         * docs/plugins/inspect/plugin-auparse.xml:
13980         * docs/plugins/inspect/plugin-autodetect.xml:
13981         * docs/plugins/inspect/plugin-avi.xml:
13982         * docs/plugins/inspect/plugin-cacasink.xml:
13983         * docs/plugins/inspect/plugin-cairo.xml:
13984         * docs/plugins/inspect/plugin-cutter.xml:
13985         * docs/plugins/inspect/plugin-debug.xml:
13986         * docs/plugins/inspect/plugin-dv.xml:
13987         * docs/plugins/inspect/plugin-efence.xml:
13988         * docs/plugins/inspect/plugin-effectv.xml:
13989         * docs/plugins/inspect/plugin-esdsink.xml:
13990         * docs/plugins/inspect/plugin-flac.xml:
13991         * docs/plugins/inspect/plugin-flxdec.xml:
13992         * docs/plugins/inspect/plugin-gconfelements.xml:
13993         * docs/plugins/inspect/plugin-goom.xml:
13994         * docs/plugins/inspect/plugin-jpeg.xml:
13995         * docs/plugins/inspect/plugin-level.xml:
13996         * docs/plugins/inspect/plugin-matroska.xml:
13997         * docs/plugins/inspect/plugin-mulaw.xml:
13998         * docs/plugins/inspect/plugin-multipart.xml:
13999         * docs/plugins/inspect/plugin-navigationtest.xml:
14000         * docs/plugins/inspect/plugin-ossaudio.xml:
14001         * docs/plugins/inspect/plugin-png.xml:
14002         * docs/plugins/inspect/plugin-rtp.xml:
14003         * docs/plugins/inspect/plugin-rtsp.xml:
14004         * docs/plugins/inspect/plugin-shout2send.xml:
14005         * docs/plugins/inspect/plugin-smpte.xml:
14006         * docs/plugins/inspect/plugin-speex.xml:
14007         * docs/plugins/inspect/plugin-udp.xml:
14008         * docs/plugins/inspect/plugin-videobox.xml:
14009         * docs/plugins/inspect/plugin-videoflip.xml:
14010         * docs/plugins/inspect/plugin-videomixer.xml:
14011         * docs/plugins/inspect/plugin-wavenc.xml:
14012         * docs/plugins/inspect/plugin-wavparse.xml:
14013         * ext/flac/gstflac.c: (plugin_init):
14014         * ext/flac/gstflacdec.c: (flacdec_get_type),
14015         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
14016         (gst_flac_dec_init), (gst_flac_dec_finalize),
14017         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
14018         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
14019         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
14020         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
14021         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
14022         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14023         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
14024         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14025         * ext/flac/gstflacdec.h:
14026         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
14027         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
14028         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
14029         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
14030         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
14031         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
14032         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
14033         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
14034         (gst_flac_enc_change_state):
14035         * ext/flac/gstflacenc.h:
14036           borgify and fix up documentation
14037
14038 2005-12-09  Michael Smith  <msmith@fluendo.com>
14039
14040         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
14041           Accept a wider range of flac files, more closely matching flac spec.
14042
14043 2005-12-08  Julien MOUTTE  <julien@moutte.net>
14044
14045         * docs/plugins/Makefile.am: Add multipart elements.
14046         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14047         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
14048         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14049         * gst/multipart/multipartdemux.c:
14050         * gst/multipart/multipartmux.c: Add docs.
14051
14052 2005-12-07  Edward Hervey  <edward@fluendo.com>
14053
14054         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
14055         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14056         (gst_avi_demux_invert):
14057         Memleak and crasher fixes.
14058         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14059         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14060         Memleak fixes
14061
14062 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14063
14064         * ext/aalib/gstaasink.h:
14065         * ext/cairo/gsttextoverlay.h:
14066         * ext/dv/gstdvdec.h:
14067         * ext/dv/gstdvdemux.c:
14068         * ext/dv/gstdvdemux.h:
14069         * ext/esd/esdsink.h:
14070         * ext/flac/flac_compat.h:
14071         * ext/flac/gstflacdec.h:
14072         * ext/flac/gstflacenc.h:
14073         * ext/gconf/gconf.h:
14074         * ext/gconf/gstgconfaudiosink.h:
14075         * ext/gconf/gstgconfvideosink.h:
14076         * ext/gdk_pixbuf/gstgdkanimation.h:
14077         * ext/jpeg/gstjpegdec.h:
14078         * ext/jpeg/smokecodec.h:
14079         * ext/jpeg/smokeformat.h:
14080         * ext/ladspa/gstsignalprocessor.h:
14081         * ext/ladspa/search.c: (LADSPAPluginSearch):
14082         * ext/ladspa/utils.h:
14083         * ext/libmng/gstmng.c:
14084         * ext/libmng/gstmngdec.h:
14085         * ext/libmng/gstmngenc.c:
14086         * ext/libmng/gstmngenc.h:
14087         * ext/libpng/gstpng.c:
14088         * ext/libpng/gstpngenc.c:
14089         * ext/libpng/gstpngenc.h:
14090         * ext/shout2/gstshout2.h:
14091         * ext/speex/gstspeexdec.h:
14092         * ext/speex/gstspeexenc.c:
14093         * ext/speex/gstspeexenc.h:
14094         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14095         * gst/autodetect/gstautoaudiosink.h:
14096         * gst/autodetect/gstautovideosink.h:
14097         * gst/avi/gstavidemux.h:
14098         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14099         (gst_cutter_set_property), (gst_cutter_get_caps):
14100         * gst/cutter/gstcutter.h:
14101         * gst/debug/tests.c: (md5_process_block):
14102         * gst/debug/tests.h:
14103         * gst/effectv/gstwarp.c:
14104         * gst/flx/flx_fmt.h:
14105         * gst/flx/gstflxdec.h:
14106         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14107         (zoomFilterFastRGB):
14108         * gst/goom/filters.h:
14109         * gst/goom/goom_tools.h:
14110         * gst/law/alaw-encode.c:
14111         * gst/level/gstlevel.c:
14112         * gst/level/gstlevel.h:
14113         * gst/matroska/ebml-write.h:
14114         * gst/matroska/matroska-demux.h:
14115         * gst/matroska/matroska-ids.h:
14116         * gst/matroska/matroska-mux.h:
14117         * gst/monoscope/convolve.c: (convolve_match):
14118         * gst/monoscope/convolve.h:
14119         * gst/multipart/multipartmux.c:
14120         * gst/oldcore/gstaggregator.c:
14121         * gst/oldcore/gstaggregator.h:
14122         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14123         * gst/oldcore/gstmd5sink.h:
14124         * gst/oldcore/gstmultifilesrc.c:
14125         * gst/oldcore/gstmultifilesrc.h:
14126         * gst/oldcore/gstpipefilter.h:
14127         * gst/oldcore/gstshaper.h:
14128         * gst/rtp/gstrtpL16depay.h:
14129         * gst/rtp/gstrtpL16pay.h:
14130         * gst/rtp/gstrtpdepay.h:
14131         * gst/rtp/gstrtpmp4vpay.c:
14132         * gst/rtp/gstrtpmp4vpay.h:
14133         * gst/rtsp/gstrtspsrc.c:
14134         * gst/rtsp/gstrtspsrc.h:
14135         * gst/rtsp/rtspconnection.h:
14136         * gst/rtsp/rtspdefs.h:
14137         * gst/rtsp/rtspmessage.h:
14138         * gst/rtsp/rtsptransport.h:
14139         * gst/rtsp/rtspurl.c:
14140         * gst/rtsp/rtspurl.h:
14141         * gst/rtsp/sdpmessage.c:
14142         * gst/rtsp/sdpmessage.h:
14143         * gst/smpte/barboxwipes.c:
14144         * gst/smpte/gstmask.h:
14145         * gst/smpte/gstsmpte.h:
14146         * gst/smpte/paint.c:
14147         * gst/smpte/paint.h:
14148         * gst/udp/gstdynudpsink.h:
14149         * gst/udp/gstmultiudpsink.h:
14150         * gst/udp/gstudpsink.c:
14151         * gst/udp/gstudpsink.h:
14152         * gst/udp/gstudpsrc.c:
14153         * gst/videomixer/videomixer.c:
14154         * gst/wavenc/riff.h:
14155         * gst/wavparse/gstwavparse.h:
14156         * sys/oss/gstossdmabuffer.h:
14157         * sys/oss/gstossmixer.h:
14158         * sys/oss/gstossmixerelement.h:
14159         * sys/oss/gstossmixertrack.h:
14160         * sys/oss/gstosssink.c:
14161         * sys/oss/gstosssink.h:
14162         * sys/oss/gstosssrc.c:
14163         * sys/oss/gstosssrc.h:
14164         * sys/osxaudio/gstosxaudioelement.h:
14165         * sys/osxaudio/gstosxaudiosink.h:
14166         * sys/osxaudio/gstosxaudiosrc.h:
14167           expand tabs
14168
14169 === release 0.10.0 ===
14170
14171 2005-12-05   <thomas (at) apestaart (dot) org>
14172
14173         * configure.ac:
14174           releasing 0.10.0, "Abondance"
14175
14176 2005-12-05  Andy Wingo  <wingo@pobox.com>
14177
14178         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14179         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14180         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14181         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14182         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14183         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14184         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14185         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14186         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14187         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14188         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14189         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14190         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14191         * gst/goom/gstgoom.c: (gst_goom_chain):
14192         * gst/matroska/matroska-demux.c:
14193         (gst_matroska_demux_push_vorbis_codec_priv_data),
14194         (gst_matroska_demux_add_wvpk_header):
14195         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14196         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14197         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14198         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14199         alloc_buffer changes.
14200
14201 2005-12-05  Michael Smith  <msmith@fluendo.com>
14202
14203         * docs/plugins/gst-plugins-good-plugins.args:
14204           Remove args for plugins that aren't in -good.
14205
14206 === release 0.9.7 ===
14207
14208 2005-12-01   <thomas (at) apestaart (dot) org>
14209
14210         * configure.ac:
14211           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14212
14213 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14214
14215         * docs/plugins/.cvsignore:
14216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14217         * docs/plugins/inspect/plugin-multipart.xml:
14218         * docs/plugins/inspect/plugin-rtp.xml:
14219           add multipart plugin to docs
14220
14221 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14222
14223         * configure.ac:
14224         * ext/Makefile.am:
14225         * ext/pango/Makefile.am:
14226         * ext/pango/gstclockoverlay.c:
14227         * ext/pango/gstclockoverlay.h:
14228         * ext/pango/gsttextoverlay.c:
14229         * ext/pango/gsttextoverlay.h:
14230         * ext/pango/gsttextrender.c:
14231         * ext/pango/gsttextrender.h:
14232         * ext/pango/gsttimeoverlay.c:
14233         * ext/pango/gsttimeoverlay.h:
14234           move pango to base
14235
14236 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14237
14238         * gst/rtp/Makefile.am:
14239         * gst/rtp/gstrtpL16depay.c:
14240         * gst/rtp/gstrtpL16depay.h:
14241         * gst/rtp/gstrtpL16parse.c:
14242         * gst/rtp/gstrtpL16parse.h:
14243         * gst/rtp/gstrtpgsmdepay.c:
14244         * gst/rtp/gstrtpgsmdepay.h:
14245         * gst/rtp/gstrtpgsmparse.c:
14246         * gst/rtp/gstrtpgsmparse.h:
14247           parsers are depayers
14248
14249 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14250
14251         * gst/rtp/Makefile.am:
14252         * gst/rtp/gstasteriskh263.c:
14253         * gst/rtp/gstrtp.c:
14254         * gst/rtp/gstrtpL16enc.c:
14255         * gst/rtp/gstrtpL16enc.h:
14256         * gst/rtp/gstrtpL16parse.c:
14257         * gst/rtp/gstrtpL16parse.h:
14258         * gst/rtp/gstrtpL16pay.c:
14259         * gst/rtp/gstrtpL16pay.h:
14260         * gst/rtp/gstrtpamrdec.c:
14261         * gst/rtp/gstrtpamrdec.h:
14262         * gst/rtp/gstrtpamrdepay.c:
14263         * gst/rtp/gstrtpamrdepay.h:
14264         * gst/rtp/gstrtpamrenc.c:
14265         * gst/rtp/gstrtpamrenc.h:
14266         * gst/rtp/gstrtpamrpay.c:
14267         * gst/rtp/gstrtpamrpay.h:
14268         * gst/rtp/gstrtpdec.c:
14269         * gst/rtp/gstrtpdec.h:
14270         * gst/rtp/gstrtpdepay.c:
14271         * gst/rtp/gstrtpdepay.h:
14272         * gst/rtp/gstrtpg711dec.c:
14273         * gst/rtp/gstrtpg711dec.h:
14274         * gst/rtp/gstrtpg711depay.c:
14275         * gst/rtp/gstrtpg711depay.h:
14276         * gst/rtp/gstrtpg711enc.c:
14277         * gst/rtp/gstrtpg711enc.h:
14278         * gst/rtp/gstrtpg711pay.c:
14279         * gst/rtp/gstrtpg711pay.h:
14280         * gst/rtp/gstrtpgsmenc.c:
14281         * gst/rtp/gstrtpgsmenc.h:
14282         * gst/rtp/gstrtpgsmparse.c:
14283         * gst/rtp/gstrtpgsmparse.h:
14284         * gst/rtp/gstrtpgsmpay.c:
14285         * gst/rtp/gstrtpgsmpay.h:
14286         * gst/rtp/gstrtph263enc.c:
14287         * gst/rtp/gstrtph263enc.h:
14288         * gst/rtp/gstrtph263pay.c:
14289         * gst/rtp/gstrtph263pay.h:
14290         * gst/rtp/gstrtph263pdec.c:
14291         * gst/rtp/gstrtph263pdec.h:
14292         * gst/rtp/gstrtph263pdepay.c:
14293         * gst/rtp/gstrtph263pdepay.h:
14294         * gst/rtp/gstrtph263penc.c:
14295         * gst/rtp/gstrtph263penc.h:
14296         * gst/rtp/gstrtph263ppay.c:
14297         * gst/rtp/gstrtph263ppay.h:
14298         * gst/rtp/gstrtpmp4vdec.c:
14299         * gst/rtp/gstrtpmp4vdec.h:
14300         * gst/rtp/gstrtpmp4vdepay.c:
14301         * gst/rtp/gstrtpmp4vdepay.h:
14302         * gst/rtp/gstrtpmp4venc.c:
14303         * gst/rtp/gstrtpmp4venc.h:
14304         * gst/rtp/gstrtpmp4vpay.c:
14305         * gst/rtp/gstrtpmp4vpay.h:
14306         * gst/rtp/gstrtpmpadec.c:
14307         * gst/rtp/gstrtpmpadec.h:
14308         * gst/rtp/gstrtpmpadepay.c:
14309         * gst/rtp/gstrtpmpadepay.h:
14310         * gst/rtp/gstrtpmpaenc.c:
14311         * gst/rtp/gstrtpmpaenc.h:
14312         * gst/rtp/gstrtpmpapay.c:
14313         * gst/rtp/gstrtpmpapay.h:
14314         * gst/rtp/gstrtpspeexdec.c:
14315         * gst/rtp/gstrtpspeexdec.h:
14316         * gst/rtp/gstrtpspeexdepay.c:
14317         * gst/rtp/gstrtpspeexdepay.h:
14318         * gst/rtp/gstrtpspeexenc.c:
14319         * gst/rtp/gstrtpspeexenc.h:
14320         * gst/rtp/gstrtpspeexpay.c:
14321         * gst/rtp/gstrtpspeexpay.h:
14322           Do burger's rename for rtp payloaders and depayloaders
14323
14324 2005-11-30  Wim Taymans  <wim@fluendo.com>
14325
14326         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14327         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14328         * ext/dv/gstdvdemux.h:
14329         Fix seeking in dvdemux again, add some more debug info.
14330
14331 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14332
14333         * configure.ac:
14334           fix tests
14335
14336 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14337
14338         * PORTED_09:
14339         * docs/random/PORTED_09:
14340           move
14341         * tests/Makefile.am:
14342           add
14343         * win32/gst.sln:
14344           remove
14345
14346 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14347
14348         * Makefile.am:
14349         * check/.cvsignore:
14350         * check/Makefile.am:
14351         * check/elements/.cvsignore:
14352         * check/elements/level.c:
14353         * check/elements/matroskamux.c:
14354         * configure.ac:
14355         * examples/Makefile.am:
14356         * examples/capsfilter/Makefile.am:
14357         * examples/capsfilter/capsfilter1.c:
14358         * examples/gob/Makefile.am:
14359         * examples/gob/gst-identity2.gob:
14360         * examples/gstplay/.cvsignore:
14361         * examples/gstplay/Makefile.am:
14362         * examples/gstplay/player.c:
14363         * examples/indexing/.cvsignore:
14364         * examples/indexing/Makefile.am:
14365         * examples/indexing/indexmpeg.c:
14366         * examples/level/Makefile.am:
14367         * examples/level/README:
14368         * examples/level/demo.c:
14369         * examples/level/plot.c:
14370         * examples/stats/Makefile.am:
14371         * examples/stats/mp2ogg.c:
14372         * examples/switch/.cvsignore:
14373         * examples/switch/Makefile.am:
14374         * examples/switch/switcher.c:
14375           move under tests/
14376
14377 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14378
14379         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14380         (gst_text_render_class_init), (resize_bitmap),
14381         (gst_text_render_render_text), (gst_text_render_setcaps),
14382         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14383         (gst_text_render_chain), (gst_text_render_finalize),
14384         (gst_text_render_init), (gst_text_render_set_property):
14385         * ext/pango/gsttextrender.h:
14386           Add missing files.
14387
14388 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14389
14390         * configure.ac:
14391         * ext/Makefile.am:
14392         * ext/pango/Makefile.am:
14393         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14394         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14395         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14396         * ext/pango/gstclockoverlay.h:
14397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14398         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14399         (gst_text_overlay_finalize), (gst_text_overlay_init),
14400         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14401         (gst_text_overlay_text_pad_linked),
14402         (gst_text_overlay_text_pad_unlinked),
14403         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14404         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14405         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14406         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14407         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14408         (gst_text_overlay_change_state), (plugin_init):
14409         * ext/pango/gsttextoverlay.h:
14410         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14411         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14412         (gst_time_overlay_class_init), (gst_time_overlay_init):
14413         * ext/pango/gsttimeoverlay.h:
14414           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14415           and add background shading and text wrapping modes. Make 
14416           timoverlay derive from textoverlay. Also add new clockoverlay
14417           element.
14418
14419 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14420
14421         * gst/udp/Makefile.am: Moved to netbuffer.
14422
14423 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14424
14425         * configure.ac:
14426         * PORTED_O9:
14427         * gst/multipart/Makefile.am:
14428         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14429         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14430         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14431         (gst_multipart_demux_change_state),
14432         (gst_multipart_demux_plugin_init):
14433         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14434         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14435         (gst_multipart_mux_sinkconnect),
14436         (gst_multipart_mux_request_new_pad),
14437         (gst_multipart_mux_handle_src_event),
14438         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14439         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14440         0.9.
14441
14442 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14443
14444         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14445         * gst/debug/gstnavigationtest.h:
14446         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14447         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14448         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14449         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14450         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14451         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14452         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14453         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14454         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14455         (gst_video_flip_get_type):
14456         * gst/videofilter/gstvideoflip.h:
14457           update for symbols change
14458
14459 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14460
14461         * gst/udp/gstdynudpsink.c:
14462         * gst/udp/gstudpsrc.c:
14463           the old gstnet lib was renamed gstnetbuffer (#322257)
14464
14465 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14466
14467         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14468         (gst_text_overlay_collected):
14469           Actually render the text from the text pad.
14470
14471 2005-11-29  Edward Hervey  <edward@fluendo.com>
14472
14473         * gst/debug/gstnavseek.c: (gst_navseek_event):
14474         * gst/debug/progressreport.c: (gst_progress_report_event):
14475         Update for GstBaseTransform event virtual method
14476
14477 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14478
14479         * ext/cairo/Makefile.am:
14480           no need to link to videofilter
14481
14482 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14483
14484         * gst/debug/Makefile.am:
14485         * gst/debug/gstnavigationtest.h:
14486         * gst/effectv/Makefile.am:
14487         * gst/effectv/gstaging.c:
14488         * gst/effectv/gstdice.c:
14489         * gst/effectv/gstedge.c:
14490         * gst/effectv/gstquark.c:
14491         * gst/effectv/gstrev.c:
14492         * gst/effectv/gstshagadelic.c:
14493         * gst/effectv/gstvertigo.c:
14494         * gst/effectv/gstwarp.c:
14495         * gst/videofilter/Makefile.am:
14496         * gst/videofilter/gstvideofilter.c:
14497         * gst/videofilter/gstvideofilter.h:
14498         * gst/videofilter/gstvideoflip.h:
14499           remove the videofilter library and link to the one in base
14500
14501 2005-11-28  Edward Hervey  <edward@fluendo.com>
14502
14503         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14504         Useless check now we're setting the current entry correctly.
14505
14506 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14507
14508         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14509         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14510         (gst_jpegenc_change_state):
14511           Don't leak input buffer in chain function (fixes #322667); make 
14512           state change function thread-safe; don't repeat the current function
14513           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14514           gst_pad_alloc_buffer(); misc. minor cleanups.
14515
14516 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14517
14518         * gst/matroska/matroska-mux.c:
14519         (gst_matroska_mux_video_pad_setcaps):
14520         Look for pixel-aspect-ratio in caps, not pixel_width and
14521         pixel_height (Fixes: #322645)
14522
14523 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14524
14525         * gst/matroska/matroska-mux.c:
14526         (gst_matroska_mux_video_pad_setcaps):
14527         From Michal Benes:
14528         frame duration should be GST_SECOND / framerate, not
14529         GST_SECOND * framerate. (Fixes: #322643)
14530
14531 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14532
14533         * configure.ac:
14534           fix up GST_PLUGIN_LDFLAGS
14535         * gst/rtsp/rtspconnection.c:
14536           fix includes (see #317043)
14537         * gst/videofilter/Makefile.am:
14538           stop installing this library
14539
14540 2005-11-26  Edward Hervey  <edward@fluendo.com>
14541
14542         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14543         Handle the case where the incoming Video dv stream doesn't have
14544         a pixel aspect ratio set.
14545
14546 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14547
14548         * docs/plugins/Makefile.am:
14549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14551         * ext/flac/gstflacdec.c:
14552           document flacdec
14553
14554 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14555
14556         * docs/plugins/Makefile.am:
14557         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14558         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14559         * docs/plugins/inspect/plugin-autodetect.xml:
14560         * ext/cairo/gstcairo.c: (plugin_init):
14561         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14562         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14563         (gst_text_overlay_init), (gst_text_overlay_font_init),
14564         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14565         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14566         (gst_text_overlay_text_pad_linked),
14567         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14568         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14569         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14570         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14571         (gst_text_overlay_change_state):
14572         * ext/cairo/gsttextoverlay.h:
14573         * ext/cairo/gsttimeoverlay.c:
14574         (gst_cairo_time_overlay_update_font_height),
14575         (gst_cairo_time_overlay_set_caps),
14576         (gst_cairo_time_overlay_get_unit_size),
14577         (gst_cairo_time_overlay_print_smpte_time),
14578         (gst_cairo_time_overlay_transform),
14579         (gst_cairo_time_overlay_base_init),
14580         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14581         (gst_cairo_time_overlay_get_type):
14582         * ext/cairo/gsttimeoverlay.h:
14583           do some name borgifying
14584           document
14585
14586 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14587
14588         * docs/plugins/Makefile.am:
14589         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14590         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14591         * gst/autodetect/gstautoaudiosink.c:
14592         (gst_auto_audio_sink_base_init):
14593         * gst/autodetect/gstautovideosink.c:
14594         (gst_auto_video_sink_base_init),
14595         (gst_auto_video_sink_factory_filter):
14596           documenting auto*sink
14597           using strstr for the video sink lookup, class field is not ordered
14598         * docs/plugins/inspect/plugin-1394.xml:
14599         * docs/plugins/inspect/plugin-aasink.xml:
14600         * docs/plugins/inspect/plugin-alaw.xml:
14601         * docs/plugins/inspect/plugin-alpha.xml:
14602         * docs/plugins/inspect/plugin-alphacolor.xml:
14603         * docs/plugins/inspect/plugin-auparse.xml:
14604         * docs/plugins/inspect/plugin-autodetect.xml:
14605         * docs/plugins/inspect/plugin-avi.xml:
14606         * docs/plugins/inspect/plugin-cacasink.xml:
14607         * docs/plugins/inspect/plugin-cairo.xml:
14608         * docs/plugins/inspect/plugin-cutter.xml:
14609         * docs/plugins/inspect/plugin-debug.xml:
14610         * docs/plugins/inspect/plugin-dv.xml:
14611         * docs/plugins/inspect/plugin-efence.xml:
14612         * docs/plugins/inspect/plugin-effectv.xml:
14613         * docs/plugins/inspect/plugin-esdsink.xml:
14614         * docs/plugins/inspect/plugin-flac.xml:
14615         * docs/plugins/inspect/plugin-flxdec.xml:
14616         * docs/plugins/inspect/plugin-gconfelements.xml:
14617         * docs/plugins/inspect/plugin-goom.xml:
14618         * docs/plugins/inspect/plugin-jpeg.xml:
14619         * docs/plugins/inspect/plugin-level.xml:
14620         * docs/plugins/inspect/plugin-matroska.xml:
14621         * docs/plugins/inspect/plugin-mulaw.xml:
14622         * docs/plugins/inspect/plugin-navigationtest.xml:
14623         * docs/plugins/inspect/plugin-ossaudio.xml:
14624         * docs/plugins/inspect/plugin-png.xml:
14625         * docs/plugins/inspect/plugin-rtp.xml:
14626         * docs/plugins/inspect/plugin-rtsp.xml:
14627         * docs/plugins/inspect/plugin-shout2send.xml:
14628         * docs/plugins/inspect/plugin-smpte.xml:
14629         * docs/plugins/inspect/plugin-speex.xml:
14630         * docs/plugins/inspect/plugin-udp.xml:
14631         * docs/plugins/inspect/plugin-videobox.xml:
14632         * docs/plugins/inspect/plugin-videoflip.xml:
14633         * docs/plugins/inspect/plugin-videomixer.xml:
14634         * docs/plugins/inspect/plugin-wavenc.xml:
14635         * docs/plugins/inspect/plugin-wavparse.xml:
14636           update for HEAD version
14637
14638 2005-11-25  Michael Smith  <msmith@fluendo.com>
14639
14640         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14641           Patch from Sebastien Cote to close control sockets in udpsrc.
14642
14643 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14644
14645         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14646         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14647         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14648         (gst_quarktv_base_init), (gst_quarktv_class_init),
14649         (gst_quarktv_init): Flush the planes list on reverse caps
14650         negotiation. This was crashing because of differently sized
14651         buffers.
14652
14653 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14654
14655         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14656         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14657         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14658         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14659         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14660         (gst_videoflip_set_property), (gst_videoflip_base_init),
14661         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14662         correctly, fix identity flipping, convert navigation event 
14663         correctly again.
14664
14665 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14666
14667         * configure.ac: back to HEAD
14668
14669 === release 0.9.6 ===
14670
14671 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14672
14673         * configure.ac:
14674           releasing 0.9.6, "Everything's Not Lost"
14675
14676 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14677
14678         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14679         Oops, initialise the framerate GValue
14680
14681 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14682
14683         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14684         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14685         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14686         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14687         (gst_timeoverlay_get_type):
14688         * ext/cairo/gsttimeoverlay.h:
14689         * gst/debug/Makefile.am:
14690         * gst/debug/gstnavigationtest.c:
14691         (gst_navigationtest_handle_src_event),
14692         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14693         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14694         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14695         (gst_navigationtest_init), (gst_navigationtest_get_type),
14696         (plugin_init):
14697         * gst/debug/gstnavigationtest.h:
14698         * gst/effectv/Makefile.am:
14699         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14700         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14701         (gst_agingtv_base_init), (gst_agingtv_class_init),
14702         (gst_agingtv_init), (gst_agingtv_get_type):
14703         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14704         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14705         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14706         (gst_dicetv_get_type):
14707         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14708         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14709         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14710         (gst_edgetv_get_type):
14711         * gst/effectv/gsteffectv.c:
14712         * gst/effectv/gsteffectv.h:
14713         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14714         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14715         (gst_quarktv_change_state), (gst_quarktv_base_init),
14716         (gst_quarktv_class_init), (gst_quarktv_init),
14717         (gst_quarktv_get_type):
14718         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14719         (gst_revtv_get_unit_size), (gst_revtv_transform),
14720         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14721         (gst_revtv_get_type):
14722         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14723         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14724         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14725         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14726         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14727         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14728         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14729         (gst_vertigotv_init), (gst_vertigotv_get_type):
14730         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14731         (gst_warptv_get_unit_size), (gst_warptv_transform),
14732         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14733         (gst_warptv_get_type):
14734         * gst/videofilter/Makefile.am:
14735         * gst/videofilter/gstvideobalance.c:
14736         * gst/videofilter/gstvideobalance.h:
14737         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14738         (gst_videofilter_class_init), (gst_videofilter_init):
14739         * gst/videofilter/gstvideofilter.h:
14740         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14741         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14742         (gst_videoflip_flip), (gst_videoflip_transform),
14743         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14744         (gst_videoflip_base_init), (gst_videoflip_class_init),
14745         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14746         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14747         BaseTransform, it's just a place holder for now and every video
14748         effect plugin has been ported to use BaseTransform features 
14749         directly. QuarkTV was fixed too (was broken), navigationtest works
14750         and best for the end, videoflip converts navigation events depending
14751         on flip method ! Fixes #320953
14752
14753 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14754
14755         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14756         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14757         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14758         (gst_goom_src_negotiate), (gst_goom_chain):
14759         * gst/matroska/matroska-mux.c:
14760         (gst_matroska_mux_video_pad_setcaps):
14761         * sys/osxvideo/osxvideosink.m:
14762           Fixes for API changes
14763
14764 2005-11-23  Michael Smith <msmith@fluendo.com>
14765
14766         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14767         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14768         * ext/jpeg/gstjpegdec.h:
14769         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14770         * ext/jpeg/gstjpegenc.h:
14771         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14772         (gst_smokeenc_resync):
14773         * ext/jpeg/gstsmokeenc.h:
14774           JPEG fractiony goodness.
14775
14776 2005-11-22  Michael Smith <msmith@fluendo.com>
14777
14778         * gst/goom/filters.c:
14779         * gst/goom/graphic.h:
14780           Fix compilation by making some functions static inline instead of
14781           extern inline, matching the way they're used.
14782
14783 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14784
14785         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14786         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14787         * ext/cairo/gsttextoverlay.h:
14788         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14789         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14790         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14791         (gst_pngdec_caps_create_and_set):
14792         * ext/libpng/gstpngdec.h:
14793         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14794         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14795         * gst/avi/gstavimux.c: (gst_avimux_init),
14796         (gst_avimux_vidsinkconnect):
14797         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14798         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14799         (gst_goom_src_negotiate), (gst_goom_chain):
14800         * gst/goom/gstgoom.h:
14801         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14802         * gst/matroska/matroska-mux.c:
14803         (gst_matroska_mux_video_pad_setcaps):
14804         * sys/osxvideo/osxvideosink.h:
14805         * sys/osxvideo/osxvideosink.m:
14806           More fractional framerate conversions 
14807
14808 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14809
14810         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14811         * gst/debug/gstnavigationtest.c:
14812         (gst_navigationtest_handle_src_event):
14813         * gst/videofilter/gstvideofilter.c:
14814         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14815         (gst_videofilter_init):
14816         * gst/videofilter/gstvideofilter.h:
14817           Convert to fractional framerates.
14818
14819 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14820
14821         * ext/aalib/gstaasink.c:
14822         * ext/dv/gstdvdec.c:
14823         * ext/esd/esdmon.c:
14824         * ext/flac/gstflacenc.c:
14825         * ext/gdk_pixbuf/pixbufscale.c:
14826         * ext/libcaca/gstcacasink.c:
14827         * ext/shout2/gstshout2.c:
14828         * gst/alpha/gstalpha.c:
14829         * gst/oldcore/gstaggregator.c:
14830         * gst/oldcore/gstshaper.c:
14831         * gst/smpte/barboxwipes.c:
14832         * gst/smpte/gstsmpte.c:
14833         * gst/videobox/gstvideobox.c:
14834         * gst/videofilter/gstvideoflip.c:
14835         * gst/videomixer/videomixer.c:
14836           fix up more enums
14837
14838 2005-11-22  Michael Smith <msmith@fluendo.com>
14839
14840         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14841         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14842         (gst_videomixer_update_queues):
14843           Fractional framerates, videomixer.
14844
14845 2005-11-22  Michael Smith <msmith@fluendo.com>
14846
14847         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14848         * ext/dv/gstdvdec.h:
14849         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14850         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14851         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14852         (gst_dvdemux_flush):
14853         * ext/dv/gstdvdemux.h:
14854           Fractional framerates for DV. 
14855
14856 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14857
14858         * gst/autodetect/gstautoaudiosink.c:
14859         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14860         * gst/autodetect/gstautovideosink.c:
14861         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14862           Use gst_plugin_feature_list_free() to free feature list and
14863           in the case of autovideosink free the list at all. Also
14864           miscellaneous cosmetic fixes.
14865
14866 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14867
14868         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14869         (gst_cutter_set_property), (gst_cutter_get_caps):
14870           copy calculation code from level; remove use of some audio
14871           functions
14872
14873 2005-11-22  Andy Wingo  <wingo@pobox.com>
14874
14875         * Update for gst_tag_setter API changes.
14876
14877 2005-11-22  Andy Wingo  <wingo@pobox.com>
14878
14879         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14880         (gst_dvdemux_demux_frame)
14881         * ext/flac/gstflacdec.c (gst_flacdec_write)
14882         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14883         (gst_flacenc_sink_event)
14884         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14885         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14886         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14887         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14888         * gst/auparse/gstauparse.c (gst_auparse_chain)
14889         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14890         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14891         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14892         (gst_avi_demux_handle_seek)
14893         * gst/goom/gstgoom.c (gst_goom_event)
14894         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14895         * gst/matroska/matroska-demux.c
14896         (gst_matroska_demux_handle_seek_event)
14897         (gst_matroska_demux_loop_stream_parse_id)
14898         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14899         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14900         (gst_wavparse_stream_headers): Run update-funcnames.
14901
14902 2005-11-22  Edward Hervey  <edward@fluendo.com>
14903
14904         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14905         (gst_dv1394src_init), (gst_dv1394src_dispose),
14906         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14907         (gst_dv1394src_uri_set_uri):
14908         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14909         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14910         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14911         URIHandler interface and element properties are now properly
14912         synchronized for DV1394src and UDPSrc
14913
14914 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * ext/flac/Makefile.am:
14917         * ext/speex/Makefile.am:
14918           libgsttagedit has been renamed to libgsttag.
14919
14920 2005-11-21  Wim Taymans  <wim@fluendo.com>
14921
14922         * gst/rtsp/rtspconnection.c: (read_body):
14923         Apply patch from Sebastien Cote to fix #319184.
14924
14925 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14926
14927         * configure.ac:
14928         * gst/cutter/Makefile.am:
14929         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14930         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14931         (gst_cutter_set_property), (gst_cutter_get_property),
14932         (plugin_init), (gst_cutter_get_caps):
14933           port cutter
14934         * gst/level/gstlevel.c:
14935           fix up plugin details
14936
14937 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14938
14939         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14940         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14941         (gst_flacdec_src_event):
14942         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14943         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14944         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14945         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14946         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14947         (gst_flxdec_sink_event_handler):
14948         * gst/matroska/matroska-demux.c:
14949         (gst_matroska_demux_handle_seek_event):
14950         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14951           Update for stream lock API changes: don't take stream log
14952           in sink event handlers any longer and change GST_STREAM_LOCK
14953           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14954           functions.
14955
14956 2005-11-21  Michael Smith <msmith@fluendo.com>
14957
14958         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14959           gst_object_unref, not g_object_unref
14960
14961 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14962
14963         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14964         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14965           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14966
14967 2005-11-21  Michael Smith <msmith@fluendo.com>
14968
14969         * gst/auparse/Makefile.am:
14970         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14971         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14972         (gst_auparse_change_state):
14973         * gst/auparse/gstauparse.h:
14974           Partially fix #161712. playbin still doesn't work on these files,
14975           (on the bug report, Andy says we aren't typefinding it for some
14976           reason?) but at least auparse isn't totally busted like it was before.
14977
14978 2005-11-21  Andy Wingo  <wingo@pobox.com>
14979
14980         * *.h:
14981         * *.c: Ran scripts/update-macros. Oh yes.
14982
14983 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14984
14985         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14986           Filler events are gone for now, comment out section generating
14987           them.
14988
14989 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14990
14991         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14992         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14993         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14994         * sys/osxvideo/osxvideosink.m:
14995           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14996           (#322027)
14997
14998 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14999
15000         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
15001         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
15002         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15003         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
15004         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
15005         (gst_avi_demux_stream_data):
15006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15007         * gst/wavenc/gstwavenc.c: (write_metadata):
15008         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
15009         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
15010         Fixes for GST_FOURCC_FORMAT API change.
15011
15012 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15013
15014         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
15015         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
15016         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
15017         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15018         (gst_text_overlay_change_state):
15019         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15020         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
15021         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
15022         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
15023         * gst/videomixer/videomixer.c: (gst_videomixer_init),
15024         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15025         (gst_videomixer_change_state):
15026           Fix for collect pads API change. Also fix textoverlay state
15027           change function.
15028
15029 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15030
15031         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
15032         GST_PAD_IS_USABLE by something approaching it.
15033
15034 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15035
15036         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
15037         API changes.
15038         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
15039         but also fix the code that was not checking return values from
15040         pad_push neither using pad_alloc_buffer.
15041
15042 2005-11-18  Edward Hervey  <edward@fluendo.com>
15043
15044         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15045         (gst_pngenc_chain):
15046         Added debug category
15047         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
15048         goes to EOS.
15049
15050 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
15051
15052         * gst/rtp/Makefile.am
15053         * gst/rtp/gstrtp.c
15054         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
15055         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15056         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15057         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15058         * gst/rtp/gstrtpg711enc.h:
15059         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15060         * gst/rtp/gstrtpspeexenc.c:
15061         * gst/rtp/gstrtpspeexenc.h:
15062         * gst/rtp/gstrtpspeexdec.c:
15063         * gst/rtp/gstrtpspeexdec.h:
15064         Created Speex payloader and depayloader; Optimize G711 payloader to
15065         use adapter and send packets until MTU size.
15066
15067 2005-11-16  Wim Taymans  <wim@fluendo.com>
15068
15069         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15070         Fix leak in check.
15071
15072 2005-11-16  Wim Taymans  <wim@fluendo.com>
15073
15074         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15075         Fix state change.
15076
15077 2005-11-16  Andy Wingo  <wingo@pobox.com>
15078
15079         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15080         (gst_udpsrc_create): Move comment.
15081
15082 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15083
15084         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15085
15086         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15087           When seeking, seek to closest index entry at or before the requested
15088           seek position, not just the closest one (#321001).
15089
15090 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15091
15092         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15093         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15094           Invert DIB images again (see #132341).
15095
15096 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15097
15098         * configure.ac:
15099           rework configure.ac file
15100         * ext/aalib/gstaasink.c:
15101         * ext/cairo/gstcairo.c:
15102         * ext/dv/gstdv.c:
15103         * ext/esd/gstesd.c:
15104         * ext/flac/gstflac.c:
15105         * ext/gconf/gstgconfelements.c:
15106         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15107         * ext/jpeg/gstjpeg.c:
15108         * ext/ladspa/gstladspa.c:
15109         * ext/libcaca/gstcacasink.c:
15110         * ext/libmng/gstmng.c:
15111         * ext/libpng/gstpng.c:
15112         * ext/mikmod/gstmikmod.c:
15113         * ext/pango/gsttextoverlay.c:
15114         * ext/pango/gsttimeoverlay.c:
15115         * ext/raw1394/gst1394.c:
15116         * ext/speex/gstspeex.c:
15117         * gst/alpha/Makefile.am:
15118         * gst/alpha/gstalpha.c:
15119         * gst/alpha/gstalphacolor.c:
15120         * gst/auparse/gstauparse.c:
15121         * gst/autodetect/gstautoaudiosink.c:
15122         (gst_auto_audio_sink_factory_filter),
15123         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15124         * gst/autodetect/gstautodetect.c:
15125         * gst/avi/gstavi.c:
15126         * gst/cutter/gstcutter.c:
15127         * gst/debug/efence.c:
15128         * gst/debug/gstdebug.c:
15129         * gst/debug/gstnavigationtest.c:
15130         * gst/effectv/gsteffectv.c:
15131         * gst/flx/gstflxdec.c:
15132         * gst/goom/gstgoom.c:
15133         * gst/interleave/plugin.c:
15134         * gst/law/alaw.c:
15135         * gst/law/mulaw.c:
15136         * gst/level/gstlevel.c:
15137         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15138         * gst/matroska/matroska.c:
15139         * gst/median/gstmedian.c:
15140         * gst/monoscope/gstmonoscope.c:
15141         * gst/multipart/multipart.c:
15142         * gst/oldcore/gstelements.c:
15143         * gst/rtp/gstrtp.c:
15144         * gst/rtsp/gstrtsp.c:
15145         * gst/smoothwave/gstsmoothwave.c:
15146         * gst/smpte/gstsmpte.c:
15147         * gst/udp/gstudp.c:
15148         * gst/videobox/gstvideobox.c:
15149         * gst/videofilter/gstgamma.c:
15150         * gst/videofilter/gstvideobalance.c:
15151         * gst/videofilter/gstvideoflip.c:
15152         * gst/videofilter/gstvideotemplate.c:
15153         * gst/videomixer/videomixer.c:
15154         * gst/wavenc/gstwavenc.c:
15155         * gst/wavparse/gstwavparse.c:
15156         * sys/oss/gstossaudio.c:
15157         * sys/osxaudio/gstosxaudio.c:
15158           update GST_PLUGIN_DEFINE
15159         * gst/rtp/Makefile.am:
15160         * gst/rtp/gstasteriskh263.c:
15161           check for htons/htonl headers and possibly link to winsock2 lib
15162
15163 2005-11-12  Edward Hervey  <edward@fluendo.com>
15164
15165         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15166         Only GST_DEBUG() information on the valid components.
15167
15168 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15169
15170         * configure.ac: back to HEAD
15171
15172 === release 0.9.5 ===
15173
15174 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15175
15176         * configure.ac:
15177           releasing 0.9.5, "Phone Alarm"
15178
15179 2005-11-11  Edward Hervey  <edward@fluendo.com>
15180
15181         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15182         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15183         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15184         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15185         (gst_avi_demux_loop):
15186         * gst/avi/gstavidemux.h:
15187         Yeah, implement proper seeking. Exact seeking and segment seeking.
15188         Still need to do some checks for segment_stop.
15189
15190 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15191
15192         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15193
15194         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15195           Don't try to ready buffer duration from buffer that we don't
15196           own any  longer and that might already have been unreffed.
15197           (#321136)
15198
15199 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15200
15201         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15202         (flx_decode_delta_flc), (gst_flxdec_chain):
15203         Attempting to optimize the code for embedded systems.
15204
15205 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15206
15207         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15208
15209         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15210           Don't re-use already closed file descriptor. (#320920)
15211
15212 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15213
15214         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15215         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15216         (gst_oss_sink_prepare):
15217         * sys/oss/gstosssink.h:
15218           Cache probed caps; fix debug output for SET_PARAM macros.
15219
15220 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15221
15222         * ext/cairo/Makefile.am:
15223         * ext/cairo/gstcairo.c: (plugin_init):
15224         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15225         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15226         (gst_text_overlay_init), (gst_text_overlay_font_init),
15227         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15228         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15229         (gst_text_overlay_text_pad_linked),
15230         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15231         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15232         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15233         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15234         (gst_text_overlay_change_state):
15235         * ext/cairo/gsttextoverlay.h:
15236           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15237           property and redo positioning. Doesn't handle upstream renegotiation
15238           yet though.
15239
15240 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15241
15242         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15243         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15244         (gst_avi_demux_loop):
15245           No need to take the STREAM_LOCK in the loop function. Improve
15246           some debug messages. Don't leak pad names in debug messages.
15247
15248 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15249
15250         * gst/matroska/matroska-demux.c:
15251         (gst_matroska_demux_push_vorbis_codec_priv_data),
15252         (gst_matroska_demux_add_wvpk_header):
15253           Don't error out when the source pad isn't linked.
15254
15255 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15256
15257         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15258         (gst_gconf_audio_sink_change_state):
15259         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15260         (gst_gconf_video_sink_change_state):
15261           Fix state change functions here as well and set kid
15262           to NULL state before removing it.
15263
15264 2005-11-01  Edward Hervey  <edward@fluendo.com>
15265
15266         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15267         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15268         Added proper event handlind, 
15269         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15270         ignored),
15271         and don't set a duration of 0 for buffers otherwise they are discarded
15272         by GstBaseSink.
15273
15274         GstWavEnc needs some serious loving, after going through the code I'm
15275         really wondering how this can stay in -good ...
15276
15277 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15278
15279         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15280         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15281         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15282         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15283         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15284         (gst_matroska_mux_collected):
15285           Fix leaks and invalid memory access as reported by valgrind
15286
15287 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15288
15289         Patch by: Michal Benes <michal.benes@xeris.cz>
15290
15291         * check/Makefile.am:
15292         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15294         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15295           add a unit test for matroskamux
15296           fix the bugs that the unit test exposed
15297
15298 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15299
15300         * gst/autodetect/gstautoaudiosink.c:
15301         (gst_auto_audio_sink_class_init),
15302         (gst_auto_audio_sink_change_state):
15303         * gst/autodetect/gstautovideosink.c:
15304         (gst_auto_video_sink_class_init),
15305         (gst_auto_video_sink_change_state):
15306           Fix state change function and use GST_DEBUG_FUNCPTR in
15307           class_init.
15308
15309 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15310
15311         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15312
15313         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15314         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15315         * gst/matroska/ebml-write.h:
15316         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15317           Set timestamps on outgoing ebml headers as well, so that the
15318           element after matroskamux can get the timestamp already when
15319           reading the first ebml element and doesn't have to wait for
15320           the actual data buffer for that (#320308).
15321           
15322 2005-10-31  Andy Wingo  <wingo@pobox.com>
15323
15324         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15325         (gst_videomixer_pad_link): Kill some memleaks.
15326         (gst_videomixer_pad_get_property): Style fix.
15327         (gst_videomixer_pad_set_property): Style fix.
15328         (gst_videomixer_pad_init): Style fix.
15329         (gst_videomixer_update_queues): Kill memleak.
15330         (gst_videomixer_loop): Kill memleak.
15331         (gst_videomixer_collected): Kill memleak.
15332
15333 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15334
15335         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15336         gst_auparse_change_state:
15337         Just some cleanup.
15338
15339 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15340
15341         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15342         Add checks to GST_FLOW_NOT_LINKED for values returned
15343         from gst_pad_push.
15344         
15345 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15346
15347         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15348         (gst_rtpg711dec_process):
15349         * gst/rtp/gstrtpgsmenc.c:
15350         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15351         are never set. This is important for the g711 to work with burger's rtpbin
15352         element.
15353
15354 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15355
15356         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15357         (gst_speexenc_push_buffer):
15358         Add checks for return values from gst_pad_push and
15359         gst_pad_alloc_buffer.
15360
15361 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15362
15363         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15364
15365         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15366         (gst_matroska_demux_parse_info),
15367         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15368         (gst_matroska_demux_parse_cluster):
15369         * gst/matroska/matroska-ids.h:
15370         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15371         (gst_matroska_mux_init), (gst_matroska_mux_start),
15372         (gst_matroska_mux_create_buffer_header),
15373         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15374         (gst_matroska_mux_get_property):
15375         * gst/matroska/matroska-mux.h:
15376           Add SimpleBlock support to matroska demuxer and muxer (part of
15377           Matroska v2). (#319731)
15378
15379 2005-10-28  Wim Taymans  <wim@fluendo.com>
15380
15381         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15382         (gst_jpeg_dec_change_state):
15383         * ext/jpeg/gstjpegdec.h:
15384         Cleanups. Don't create caps for every chain.
15385
15386 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15387
15388         * gst/law/alaw-encode.c: (gst_alawenc_init),
15389         (alawenc_setcaps), (gst_alawenc_chain)
15390         * gst/law/alaw-encode.h:
15391         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15392         (mulawenc_setcaps), (gst_mulawenc_chain)
15393         * gst/law/mulaw-encode.h:
15394         Set timestamp on buffer and it allows RTP G711 elements
15395         work properly.
15396
15397 2005-10-27  Wim Taymans  <wim@fluendo.com>
15398
15399         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15400         Set correct format on oss instead of a silly value. 
15401
15402 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15403
15404         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15405         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15406         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15407         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15408         I420 rendering as well, doesn't bring much for my platform.
15409         Might help on some other platforms.
15410
15411 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15412
15413         * gst/rtp/gstrtpgsmenc.c:
15414         * gst/rtp/gstrtpgsmparse.c:
15415         Declaring the padtemplate correctly.
15416
15417 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15418
15419         * gst/rtp/gstrtpg711dec.c:
15420         * gst/rtp/gstrtpg711enc.c:
15421         * gst/rtp/gstrtpgsmenc.c:
15422         * gst/rtp/gstrtpgsmparse.c:
15423         Setting the proper copyright notice.
15424
15425 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15426
15427         * gst/videobox/Makefile.am: Use liboil.
15428         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15429         (gst_video_box_set_property), (gst_video_box_transform_caps),
15430         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15431         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15432         using liboil. Will dot the same to I420 border generation
15433         tomorrow.
15434
15435 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15436
15437         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15438         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15439         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15440         * gst/rtp/gstrtpg711dec.h:
15441         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15442         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15443         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15444         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15445         (gst_rtpgsmenc_handle_buffer):
15446         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15447         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15448         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15449         * gst/rtp/gstrtpgsmparse.h:
15450         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15451         inherits from the basertpdepayloader.
15452
15453 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15454
15455         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15456         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15457         (gst_video_box_ayuv): Removing this forgotten debug.
15458
15459 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15460
15461         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15462         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15463         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15464
15465 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15466
15467         * sys/oss/gstossaudio.c:
15468         * sys/oss/gstossdmabuffer.c:
15469         * sys/oss/gstosshelper.c:
15470         * sys/oss/gstossmixer.c:
15471         * sys/oss/gstossmixerelement.c:
15472         * sys/oss/gstossmixertrack.c:
15473         * sys/oss/gstosssink.c:
15474         * sys/oss/gstosssrc.c:
15475           Actually use the 'oss' debug category we register.
15476
15477 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15478
15479         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15480         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15481         Use gst_pad_get_parent and drop the ref that was added through
15482         that call.
15483
15484 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15485
15486         * gst/rtp/gstrtpgsmenc.c:
15487           Fix compilation
15488
15489 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15490
15491         * gst/rtp/gstrtpg711dec.c
15492         Just removed a couple of lines of weird code used during
15493         development/test time.
15494
15495 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15496
15497         * gst/rtp/Makefile.am
15498         * gst/rtp/gstrtp.c
15499         * gst/rtp/gstrtpg711enc.c
15500         * gst/rtp/gstrtpg711enc.h
15501         * gst/rtp/gstrtpg711dec.c
15502         * gst/rtp/gstrtpg711dec.h
15503         Created G711 payloader and depayloader (it supports mulaw and alaw
15504         (dec)encoders)
15505
15506 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15507
15508         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15509         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15510         Doh ! I introduced wingo's bug again ! Sorry...
15511
15512 2005-10-25  Christian Schaller <christian@fluendo.com> 
15513
15514         * gst/rtp/Makefile.am: add missing header files for disting
15515
15516 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15517
15518         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15519         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15520         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15521         (gst_rtpgsmenc_handle_buffer):
15522         * gst/rtp/gstrtpgsmenc.h:
15523         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15524         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15525         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15526         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15527         * gst/rtp/gstrtpgsmparse.h:
15528         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15529
15530 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15531
15532         * ext/libpng/gstpngdec.c: (user_info_callback),
15533         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15534         a newsegment event, move some redundant code in a single place.
15535
15536 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15537
15538         * ext/libpng/gstpngdec.c: (user_info_callback),
15539         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15540         hack to get correct colors order when we have a png image with
15541         alpha channel.
15542
15543 2005-10-24  Edward Hervey  <edward@fluendo.com>
15544
15545         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15546         Call gst_element_no_more_pads when there will be no more pads.
15547
15548 2005-10-24  Wim Taymans  <wim@fluendo.com>
15549
15550         * gst/rtp/Makefile.am:
15551         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15552         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15553         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15554         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15555         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15556         (gst_asteriskh263_plugin_init):
15557         * gst/rtp/gstasteriskh263.h:
15558         * gst/rtp/gstrtp.c: (plugin_init):
15559         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15560         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15561         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15562         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15563         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15564         (gst_rtph263enc_plugin_init):
15565         * gst/rtp/gstrtph263enc.h:
15566         Added two new payloaders, an RFC 2190 payloader for h263 and
15567         a payload convertor for an asterisk server.
15568
15569 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15572           Set bytes_per_sample correctly (is not always 4, but 
15573           depends on width and number of channels).
15574
15575 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15578         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15579         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15580         (gst_flacenc_sink_event), (gst_flacenc_chain),
15581         (gst_flacenc_set_property), (gst_flacenc_get_property),
15582         (gst_flacenc_change_state):
15583         * ext/flac/gstflacenc.h:
15584           Fix seeking, so that flacenc can rewrite the header with the
15585           correct duration and amount of samples and all that at EOS;
15586           also set timestamps and granulepos on outgoing buffers; add
15587           debug category; fix state change function.
15588           
15589 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15590
15591         * gst/videomixer/videomixer.c: Don't restrict video geometry
15592         from 16 to 4096.
15593
15594 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15595
15596         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15597         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15598         Fix caps negotiation correctly, add debugging category.
15599
15600 2005-10-24  Christian Schaller  <christian@fluendo.com>
15601
15602         * configure.ac: Port over Thomas's change from base listing all plugins
15603
15604 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15605
15606         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15607         a sink pad.
15608
15609 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15610
15611         * configure.ac:
15612         * docs/upload.mak:
15613           back to HEAD
15614
15615 === release 0.9.4 ===
15616
15617 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15618
15619         * configure.ac:
15620           Releasing 0.9.4, "Dromiceiomimus"
15621
15622 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15623
15624         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15625         (gst_speexenc_src_query):
15626           Add position and duration query, fix query type function.
15627           
15628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15629         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15630           Let's not set non-fixed caps on source pads.
15631
15632 2005-10-21  Wim Taymans  <wim@fluendo.com>
15633
15634         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15635         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15636         (gst_avi_demux_handle_seek):
15637         Set correct stream_time in newsegment event.
15638         avi can also handle a duration query now.
15639
15640 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         * gst/matroska/matroska-demux.c:
15643         (gst_matroska_demux_handle_src_query),
15644         (gst_matroska_demux_handle_seek_event),
15645         (gst_matroska_demux_loop_stream_parse_id):
15646           Fix duration query; fix basetime in newsegment event after
15647           seek; fix duration in initial newsegment event.
15648
15649         * gst/matroska/matroska-mux.c:
15650         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15651           Extract number of channels and samplerate from vorbis headers;
15652           add some debug messages when querying the durations of the
15653           input streams.
15654
15655 2005-10-20  Wim Taymans  <wim@fluendo.com>
15656
15657         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15658         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15659         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15660         Set stream time correctly in newsegment.
15661
15662 2005-10-20  Wim Taymans  <wim@fluendo.com>
15663
15664         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15665         Correctly fill in the stream time.
15666
15667 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15668
15669         * check/elements/level.c: (GST_START_TEST):
15670         * gst/level/gstlevel.c: (gst_level_message_new):
15671         * gst/level/level-example.c: (message_handler):
15672           use ELEMENT messages instead
15673
15674 2005-10-19  Wim Taymans  <wim@fluendo.com>
15675
15676         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15677         (gst_dvdemux_src_query):
15678         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15679         (gst_flacdec_src_query):
15680         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15681         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15682         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15683         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15684         * gst/debug/progressreport.c: (gst_progress_report_report):
15685         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15686         * gst/matroska/matroska-demux.c:
15687         (gst_matroska_demux_handle_src_query):
15688         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15689         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15690         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15691         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15692         (gst_wavparse_srcpad_event):
15693         API change fix.
15694
15695 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15696
15697         * gst/goom/filters.c:
15698         * gst/goom/graphic.h:
15699         * gst/goom/lines.c:
15700           Make inline functions either 'static inline' or 'extern inline',
15701           otherwise the Forte compiler apparently won't inline them (#317300).
15702
15703 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15704
15705         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15706         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15707         (user_info_callback), (user_endrow_callback), (user_end_callback),
15708         (user_read_data), (gst_pngdec_caps_create_and_set),
15709         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15710         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15711         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15712         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15713         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15714         very nice and handle push/pull based model. if you have filesrc
15715         connected to it, it will do random access to load the png file.
15716         If you have a network source that can't do _getrange, it does 
15717         progressive loading through the chain function.
15718         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15719         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15720         thanks to Master Wim Taymans ;-)
15721
15722 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15723
15724         * gst/matroska/Makefile.am:
15725         * gst/matroska/ebml-read.c:
15726         * gst/matroska/ebml-read.h:
15727         * gst/matroska/matroska-demux.c:
15728         * gst/matroska/matroska-demux.h:
15729         * gst/matroska/matroska.c: (plugin_init):
15730           Ported matroska demuxer to 0.9.
15731
15732 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15733
15734         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15735
15736         * gst/matroska/matroska-mux.c:
15737         (gst_matroska_mux_video_pad_setcaps),
15738         (gst_matroska_mux_audio_pad_setcaps):
15739           Fix mpeg4 input handling (#318847); also, while we're at it,
15740           fix media type for Motion-JPEG: should be image/jpeg.
15741
15742 2005-10-18  Wim Taymans  <wim@fluendo.com>
15743
15744         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15745         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15746         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15747         Fix for segment-start/stop API change.
15748
15749 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15750
15751         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15752         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15753         way.
15754
15755 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15756
15757         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15758         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15759         output declared in transform_caps.
15760
15761 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15762
15763         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15764
15765 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15766
15767         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15768         (gst_video_box_get_unit_size): Fix wrong size calculations and
15769         implement get_unit_size correctly.
15770
15771 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15772
15773         * configure.ac:
15774           Enable flx plugin.
15775
15776         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15777           Fix gcc4 signedness issue.
15778
15779 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15780
15781         * configure.ac: Adding videomixer.
15782         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15783         (user_read_data), (gst_pngdec_chain): More debugging.
15784         * gst/alpha/Makefile.am: Adding alphacolor
15785         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15786         (gst_alpha_color_class_init), (gst_alpha_color_init),
15787         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15788         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15789         (plugin_init): Ported to 0.9 using in place base tranform.
15790         * gst/videomixer/Makefile.am:
15791         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15792         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15793         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15794         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15795         (gst_videomixer_init), (gst_videomixer_getcaps),
15796         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15797         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15798         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15799         to 0.9 using collectpads.
15800
15801 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15802
15803         * configure.ac:
15804         * gst/flx/Makefile.am:
15805         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15806         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15807         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15808         * gst/flx/gstflxdec.h:
15809         flx plugin ported to 0.9
15810
15811 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15812
15813         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15814           use new gst_version_string()
15815
15816 2005-10-16  Andy Wingo  <wingo@pobox.com>
15817
15818         * configure.ac: GLIB_CHECK.
15819
15820 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15821
15822         * ext/libpng/Makefile.am:
15823         * ext/libpng/gstpng.c: (plugin_init):
15824         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15825         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15826         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15827
15828 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15829
15830         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15831
15832         * configure.ac:
15833         * gst/matroska/Makefile.am:
15834         * gst/matroska/ebml-ids.h:
15835         * gst/matroska/ebml-write.c:
15836         * gst/matroska/ebml-write.h:
15837         * gst/matroska/matroska-ids.h:
15838         * gst/matroska/matroska-mux.c:
15839         * gst/matroska/matroska-mux.h:
15840         * gst/matroska/matroska.c: (plugin_init):
15841           Port matroska muxer to 0.9 (#318847).
15842
15843 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15844
15845         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15846         (comment_init), (comment_add):
15847           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15848           use GST_READ_UINT32_LE() and friends rather than the private
15849           implementation of those same macros.
15850
15851 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15852
15853         * examples/stats/mp2ogg.c:
15854           more typo fixes
15855
15856 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15857
15858         * examples/indexing/indexmpeg.c: (main):
15859         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15860         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15861         * ext/esd/esdmon.h:
15862         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15863         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15864         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15865         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15866         * gst/avi/gstavimux.c: (gst_avimux_init):
15867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15868         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15869         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15870         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15871         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15872         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15873         * gst/oldcore/gstmultifilesrc.h:
15874         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15875         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15876         (gst_pipefilter_change_state):
15877         * gst/oldcore/gstpipefilter.h:
15878         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15879         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15880         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15881         * sys/osxaudio/gstosxaudiosink.h:
15882         * sys/osxaudio/gstosxaudiosrc.h:
15883           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15884           moved bitshift from macro to enum definition
15885
15886 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15887
15888         * ext/Makefile.am:
15889         * ext/cairo/Makefile.am:
15890         * ext/cairo/gstcairo.c: (plugin_init):
15891         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15892         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15893         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15894         * ext/cairo/gsttimeoverlay.h:
15895           update of cairo-based timeoverlay to 1.0 Cairo API
15896           doesn't work yet for resizing of output sink
15897
15898 2005-10-11  Wim Taymans  <wim@fluendo.com>
15899
15900         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15901         newsegment API fix.
15902
15903 2005-10-11  Wim Taymans  <wim@fluendo.com>
15904
15905         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15906         (gst_dvdemux_demux_frame):
15907         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15908         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15909         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15910         (gst_avi_demux_handle_seek):
15911         * gst/goom/gstgoom.c: (gst_goom_event):
15912         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15913         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15914         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15915         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15916         (gst_wavparse_srcpad_event):
15917         newsegment API update.
15918
15919 2005-10-11  Andy Wingo  <wingo@pobox.com>
15920
15921         * ext/speex/gstspeexenc.c: Signedness cleanups.
15922
15923 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15924
15925         * PORTED_09:
15926         * ext/speex/Makefile.am:
15927         * ext/speex/gstspeex.c:
15928         * ext/speex/gstspeexenc.c:
15929         Speexenc ported to 0.9
15930
15931 2005-10-10  Wim Taymans  <wim@fluendo.com>
15932
15933         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15934         (gst_oss_sink_init), (gst_oss_sink_set_property),
15935         (gst_oss_sink_get_property), (gst_oss_sink_open),
15936         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15937         * sys/oss/gstosssink.h:
15938         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15939         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15940         (gst_oss_src_prepare):
15941         Cleanups, make device configurable in the sink, handle and report
15942         errors.
15943
15944 2005-10-10  Wim Taymans  <wim@fluendo.com>
15945
15946         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15947         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15948         Make sure element is NULL before removing from the bin.
15949
15950 2005-10-07  Andy Wingo  <wingo@pobox.com>
15951
15952         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15953         block forever in a read().
15954         (gst_dv1394src_bus_reset): Post a message when the cable is
15955         unplugged.
15956         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15957         (gst_dv1394src_bus_reset): Don't unref the message.
15958
15959         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15960         hacking. The only change should be that the state change stuff was
15961         put into basesrc's start() and stop() routines, which coalesces
15962         some steps.
15963
15964 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * configure.ac:
15967           Add check for mmap
15968           
15969         * gst/debug/Makefile.am:
15970           Only compile efence plugin on systems that have mmap.
15971
15972 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15973
15974         * gst/debug/Makefile.am:
15975         * gst/debug/breakmydata.c:
15976         * gst/debug/gstdebug.c:
15977         * gst/debug/gstnavigationtest.c:
15978         * gst/debug/gstnavseek.c: 
15979         * gst/debug/gstnavseek.h:
15980         * gst/debug/progressreport.c: 
15981         * gst/debug/testplugin.c:
15982           Port progressreport, navseek, navigationtest, testsink and
15983           breakmydata.
15984
15985 2005-10-05  Edward Hervey  <edward@fluendo.com>
15986
15987         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15988         (gst_dvdemux_src_query):
15989         Fixes for better conversion
15990
15991 2005-10-04  Michael Smith <msmith@fluendo.com>
15992
15993         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15994         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15995         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15996         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15997           Set state of elements to NULL before removing from bins.
15998           Set state of test element to NULL if we failed to move it to READY
15999
16000 2005-10-04  Edward Hervey  <edward@fluendo.com>
16001
16002         * ext/dv/Makefile.am:
16003         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
16004         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
16005         Corrected the query function for position so it doesn't forget what
16006         format was asked, and calls the conversion functions on the correct pad.
16007
16008 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16009
16010         * configure.ac:
16011           back to development
16012
16013 === release 0.9.3 ===
16014
16015 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16016
16017         * configure.ac:
16018           Releasing 0.9.3, "Aramis"
16019
16020 2005-10-03  Andy Wingo  <wingo@pobox.com>
16021
16022         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
16023         error returns.
16024
16025 2005-10-02  Andy Wingo  <wingo@pobox.com>
16026
16027         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
16028
16029         * ext/flac/gstflacenc.c: Ported to 0.9.
16030
16031         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
16032
16033         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
16034         and link to gsttagedit. Enable flacenc.
16035
16036         * ext/flac/gstflacdec.c: Re-enable tag reading.
16037
16038 2005-09-30  Wim Taymans  <wim@fluendo.com>
16039
16040         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16041         * gst/rtp/gstrtpgsmparse.c:
16042         * gst/rtp/gstrtph263penc.c:
16043         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16044         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16045         (gst_rtpmp4venc_set_property):
16046         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16047         Various class and caps fixes from Andre Magalhaes (andrunko)
16048
16049 2005-09-29  Wim Taymans  <wim@fluendo.com>
16050
16051         * gst/level/level-example.c: (main):
16052         Update for new bus API.
16053
16054 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
16055
16056         * configure.ac:
16057           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16058           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16059
16060 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16061
16062         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16063           Fix playback of mono streams (bytes_per_sample should be set
16064           from the sample width and the number of channels negotiated,
16065           and not just be set to 4) (#317338)
16066
16067 2005-09-26  Wim Taymans  <wim@fluendo.com>
16068
16069         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16070         (gst_rtpmpaenc_handle_buffer):
16071         Set buffer duration correctly.
16072
16073 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16074
16075         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16076         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16077         (gst_avi_demux_change_state):
16078           Don't crash when encountering a stream with an unknown fourcc or
16079           codec id. Instead, create a pad of type video/x-avi-unknown or
16080           audio/x-avi-unknown, which as a side-effect also results in less
16081           confusing error messages in players ('no decoder' vs. 'no streams');
16082           minor fixes to state change function and class_init function.
16083
16084 2005-09-24  Wim Taymans  <wim@fluendo.com>
16085
16086         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16087         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16088         These are sinks.
16089
16090 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16091
16092         * check/elements/level.c: (GST_START_TEST):
16093           fix test for new GstClockTime use
16094         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16095         (gst_level_transform_ip):
16096         * gst/level/gstlevel.h:
16097           fix up the decay peak, ensuring the decay peak is never lower
16098           than the peak for that interval
16099
16100 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16101
16102         * docs/plugins/gst-plugins-good-plugins.args:
16103         * docs/plugins/inspect/plugin-alpha.xml:
16104         * docs/plugins/inspect/plugin-rtp.xml:
16105         * gst/level/gstlevel.c: (gst_level_set_caps),
16106         (gst_level_transform_ip):
16107           updating docs
16108
16109 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16110
16111         * Makefile.am:
16112         * check/elements/level.c: (GST_START_TEST):
16113         * gst/level/Makefile.am:
16114         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16115         (gst_level_set_property), (gst_level_get_property),
16116         (gst_level_set_caps), (gst_level_message_new),
16117         (gst_level_transform_ip):
16118         * gst/level/gstlevel.h:
16119         * gst/level/level-example.c: (message_handler), (main):
16120           convert to using GstClockTime for all time values, finally.
16121
16122 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16123
16124         * gst/auparse/Makefile.am:
16125         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16126           fix up build
16127         * configure.ac:
16128         * ext/cairo/Makefile.am:
16129         * ext/dv/Makefile.am:
16130         * ext/esd/Makefile.am:
16131         * ext/flac/Makefile.am:
16132         * ext/gconf/Makefile.am:
16133         * ext/gdk_pixbuf/Makefile.am:
16134         * ext/jpeg/Makefile.am:
16135         * ext/ladspa/Makefile.am:
16136         * ext/libcaca/Makefile.am:
16137         * ext/libmng/Makefile.am:
16138         * ext/libpng/Makefile.am:
16139         * ext/mikmod/Makefile.am:
16140         * ext/pango/Makefile.am:
16141         * ext/raw1394/Makefile.am:
16142         * ext/shout2/Makefile.am:
16143         * ext/speex/Makefile.am:
16144         * gst/alpha/Makefile.am:
16145         * gst/autodetect/Makefile.am:
16146         * gst/avi/Makefile.am:
16147         * gst/cutter/Makefile.am:
16148         * gst/debug/Makefile.am:
16149         * gst/effectv/Makefile.am:
16150         * gst/flx/Makefile.am:
16151         * gst/goom/Makefile.am:
16152         * gst/interleave/Makefile.am:
16153         * gst/law/Makefile.am:
16154         * gst/matroska/Makefile.am:
16155         * gst/median/Makefile.am:
16156         * gst/monoscope/Makefile.am:
16157         * gst/multipart/Makefile.am:
16158         * gst/oldcore/Makefile.am:
16159         * gst/rtp/Makefile.am:
16160         * gst/rtsp/Makefile.am:
16161         * gst/smoothwave/Makefile.am:
16162         * gst/smpte/Makefile.am:
16163         * gst/videobox/Makefile.am:
16164         * gst/videofilter/Makefile.am:
16165         * gst/videomixer/Makefile.am:
16166         * gst/wavenc/Makefile.am:
16167         * gst/wavparse/Makefile.am:
16168         * sys/oss/Makefile.am:
16169         * sys/osxaudio/Makefile.am:
16170         * sys/osxvideo/Makefile.am:
16171           fix up GST_LIBS use
16172
16173 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16174
16175         * gst/auparse/Makefile.am:
16176         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16177           fix build of auparse
16178
16179 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16180
16181         * configure.ac:
16182         * PORTED_09:
16183         * gst/auparse/gstauparse.c:
16184         * gst/auparse/gstauparse.h:
16185         Auparse ported to 0.9.
16186
16187 2005-09-22  Wim Taymans  <wim@fluendo.com>
16188
16189         * gst/rtp/TODO:
16190         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16191         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16192         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16193         (gst_rtpmp4venc_set_property):
16194         * gst/rtp/gstrtpmp4venc.h:
16195         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16196         * gst/rtp/gstrtpmpaenc.h:
16197         Use is_filled to both check MTU and max-ptime of base class.
16198
16199 2005-09-22  Wim Taymans  <wim@fluendo.com>
16200
16201         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16202         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16203         (gst_rtpmp4venc_set_property):
16204         Don't fragment packets with multiple frames.
16205
16206 2005-09-22  Wim Taymans  <wim@fluendo.com>
16207
16208         * gst/rtp/TODO:
16209         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16210         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16211         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16212         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16213         (gst_rtpmp4venc_get_property):
16214         * gst/rtp/gstrtpmp4venc.h:
16215         Remove g_print.
16216         Update TODO
16217         Make payload encoder a bit smarter and more correct with
16218         timestamps.
16219         Added option in payloader to include config string in-band.
16220
16221 2005-09-21  Wim Taymans  <wim@fluendo.com>
16222
16223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16224         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16225         (gst_rtspsrc_send):
16226         Strip spaces for key/value pairs.
16227
16228 2005-09-21  Wim Taymans  <wim@fluendo.com>
16229
16230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16231         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16232         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16233         (gst_rtspsrc_change_state):
16234         More SDP parsing and caps setting.
16235         Do NO_PREROLL differently.
16236         add pads only after negotiated.
16237
16238         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16239         (gst_udpsrc_getcaps):
16240         Implement the getcaps function.
16241
16242 2005-09-21  Wim Taymans  <wim@fluendo.com>
16243
16244         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16245         (gst_rtpamrdec_chain):
16246         Handle multiple AMr packets per payload. Handle CRC and
16247         parse ILL/ILP.
16248
16249         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16250         Make caps params strings for easy SDP mapping.
16251         
16252         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16253         Handle capsnego better.
16254
16255         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16256         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16257         Generate and parse config string in the caps.
16258
16259 2005-09-21  Wim Taymans  <wim@fluendo.com>
16260
16261         * gst/rtp/README:
16262         Update README
16263
16264         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16265         Make extra params as strings.
16266
16267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16268         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16269         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16270         Make state change return NO_PREROLL as this is a live
16271         source.
16272
16273         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16274         Don't unref old caps when NULL.
16275
16276 2005-09-20  Wim Taymans  <wim@fluendo.com>
16277
16278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16279         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16280         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16281         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16282         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16283         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16284         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16285         * gst/rtsp/sdpmessage.h:
16286         Add URI handler.
16287         Parse SDP and create caps.
16288
16289 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16290
16291         * gst/alpha/gstalpha.c:
16292           fix element description
16293
16294 2005-09-19  Wim Taymans  <wim@fluendo.com>
16295
16296         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16297         Don't check payload for now.
16298
16299 2005-09-19  Wim Taymans  <wim@fluendo.com>
16300
16301         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16302         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16303         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16304         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16305         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16306         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16307         (gst_wavparse_change_state):
16308         * gst/wavparse/gstwavparse.h:
16309         Fix wavparse some more.
16310
16311 2005-09-19  Wim Taymans  <wim@fluendo.com>
16312
16313         * check/elements/level.c: (GST_START_TEST):
16314         Fix for bus API change.
16315
16316 2005-09-19  Wim Taymans  <wim@fluendo.com>
16317
16318         * gst/level/level-example.c: (main):
16319         Fix for new bus API.
16320
16321         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16322         Set caps on pads.
16323
16324 2005-09-15  Wim Taymans  <wim@fluendo.com>
16325
16326         * gst/rtp/Makefile.am:
16327         * gst/rtp/README:
16328         * gst/rtp/gstrtp.c: (plugin_init):
16329         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16330         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16331         (gst_rtpamrdec_change_state):
16332         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16333         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16334         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16335         * gst/rtp/gstrtpamrenc.h:
16336         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16337         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16338         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16339         * gst/rtp/gstrtpgsmenc.h:
16340         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16341         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16342         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16343         (gst_rtpgsmparse_change_state):
16344         * gst/rtp/gstrtpgsmparse.h:
16345         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16346         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16347         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16348         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16349         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16350         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16351         * gst/rtp/gstrtph263penc.h:
16352         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16353         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16354         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16355         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16356         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16357         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16358         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16359         * gst/rtp/gstrtpmp4venc.h:
16360         * gst/rtp/gstrtpmpadec.c:
16361         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16362         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16363         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16364         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16365         * gst/rtp/gstrtpmpaenc.h:
16366         Updates to payloader/depayloaders, make payloaders use
16367         the base classes.
16368         Updated README with suggested RTP caps and how to convert
16369         to/from SDP.
16370         Added config descriptor in mp4v payloader.
16371
16372 2005-09-15  Andy Wingo  <wingo@pobox.com>
16373
16374         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16375         * gst/autodetect/gstautovideosink.c
16376         (gst_auto_video_sink_find_best): Update for new registry API.
16377
16378 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16379
16380         * common/c-to-xml.py:
16381         * common/gtk-doc-plugins.mak:
16382           a simple py script to generate valid xml from a C example
16383           probably also need to strip an MIT license when we decide
16384         * docs/plugins/Makefile.am:
16385         * gst/level/Makefile.am:
16386         * gst/level/gstlevel.c: (gst_level_init):
16387         * gst/level/level-example.c: (message_handler), (main):
16388           add an example to level that will show up in the docs
16389         * gst/rtp/TODO:
16390           add a note for the future
16391
16392 2005-09-14  Michael Smith <msmith@fluendo.com>
16393
16394         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16395           Actually define the debug object being used in wavenc. Fixes #316205
16396
16397 2005-09-14  Michael Smith <msmith@fluendo.com>
16398
16399         * gst/smpte/Makefile.am:
16400           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16401           needed to build on windows (bug 316204)
16402
16403 2005-09-12  Andy Wingo  <wingo@pobox.com>
16404
16405         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16406
16407 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16408
16409         * configure.ac:
16410         * gst/fdsrc/Makefile.am:
16411         * gst/fdsrc/gstfdsrc.c:
16412         * gst/fdsrc/gstfdsrc.h:
16413           Move fdsrc back into gstreamer core elements.
16414
16415         * gst/level/gstlevel.c: (gst_level_class_init),
16416         (gst_level_transform_ip):
16417         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16418           Basetransform changes.
16419
16420 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16421
16422         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16423         * ext/jpeg/smokecodec.c: (find_best_size):
16424           fix compiler warnings
16425
16426 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16427
16428         * gst-plugins-good.spec.in:
16429           spec file fixes
16430         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16431         (gst_multiudpsink_render), (gst_multiudpsink_add),
16432         (gst_multiudpsink_clear):
16433           it actually helps to actually stream if we hook up the
16434           "add" signal to an actual implementation
16435         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16436           some debugging
16437
16438 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16439
16440         * ext/jpeg/Makefile.am:
16441         * ext/jpeg/gstjpeg.c
16442         * ext/jpeg/gstjpegenc.c:
16443         * ext/jpeg/gstsmokeenc.c:
16444
16445 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16446
16447         * ext/flac/gstflacdec.c:
16448         * ext/flac/gstflacenc.c:
16449         * ext/flac/gstflactag.c:
16450         * ext/speex/gstspeexenc.c:
16451           gsttaginterface.h -> gsttagsetter.h
16452
16453 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16454
16455         * configure.ac:
16456         * gst/debug/Makefile.am:
16457         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16458         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16459         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16460         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16461         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16462           Port to 0.9 and re-enable efence plugin.
16463
16464 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16465
16466         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16467         (gst_flacdec_write), (gst_flacdec_convert_src):
16468         * ext/flac/gstflacdec.h:
16469           Add support for flac files with 24/32 bits per sample; and misc.
16470           minor clean-ups. Seeking is still partly broken (for me at least).
16471
16472 2005-09-06  Wim Taymans  <wim@fluendo.com>
16473
16474         * gst/rtp/Makefile.am:
16475         * gst/rtp/gstrtp.c: (plugin_init):
16476         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16477         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16478         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16479         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16480         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16481         (gst_rtpmp4vdec_plugin_init):
16482         * gst/rtp/gstrtpmp4vdec.h:
16483         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16484         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16485         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16486         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16487         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16488         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16489         * gst/rtp/gstrtpmp4venc.h:
16490         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16491         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16492         Added mpeg4 video payload encoder/decoder.
16493         Added some docs in mpa payloader.
16494
16495 === release 0.9.1 ===
16496
16497 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16498
16499         * NEWS:
16500         * README:
16501         * RELEASE:
16502         * autogen.sh:
16503         * configure.ac:
16504           releasing 0.9.1, "Blondie"
16505
16506 2005-09-05  Andy Wingo  <wingo@pobox.com>
16507
16508         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16509         here from the state change handler, so we fire signals without
16510         holding the state lock.
16511
16512 2005-09-02  Andy Wingo  <wingo@pobox.com>
16513
16514         * All plugins updated for element state changes.
16515
16516 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16517
16518         * Makefile.am:
16519         * check/.cvsignore:
16520         * check/Makefile.am:
16521         * check/elements/.cvsignore:
16522         * check/elements/level.c: (setup_level), (cleanup_level),
16523         (GST_START_TEST), (level_suite), (main):
16524           add a test for level
16525         * common/release.mak:
16526           move the enum checking to release.mak
16527         * configure.ac:
16528           add valgrind and check checking
16529         * gst/level/gstlevel.c: (gst_level_transform):
16530         * gst/level/gstlevel.h:
16531           fix Andy's cast bug
16532           convert a field to int
16533           fix the arithmetic to int when checking for emit so that a
16534           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16535
16536 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16537
16538         * Makefile.am:
16539         * configure.ac:
16540           add docs to build
16541         * common/plugins.xsl:
16542           wrap Description into a refsect2
16543         * docs/Makefile.am:
16544         * docs/plugins/Makefile.am:
16545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16547         * gst/goom/Makefile.am:
16548         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16549         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16550         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16551         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16552         (gst_goom_change_state):
16553         * gst/goom/gstgoom.h:
16554           GstGOOM -> GstGoom
16555           add an example launch line
16556         * gst/level/gstlevel.h:
16557         * gst/monoscope/gstmonoscope.c:
16558           cleanups
16559
16560 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16561
16562         * configure.ac:
16563         * docs/plugins/Makefile.am:
16564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16566         * docs/plugins/gst-plugins-good-plugins.types:
16567           document elements and plugins.  Shazam !
16568
16569 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16570
16571         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16572           be found under doc/random/ChangeLog-0.8