gst/law/: Make negotiation a bit modern.
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Based on patch by: mersad <mersad at axis dot com>
4
5         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
6         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
7         * gst/law/alaw-decode.h:
8         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
9         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
10         (gst_mulawdec_chain), (gst_mulawdec_change_state):
11         * gst/law/mulaw-decode.h:
12         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
13         Make negotiation a bit modern.
14         Use pad_alloc. Fixes #525359.
15
16 2008-03-31  David Schleef  <ds@schleef.org>
17
18         * gst/goom/xmmx.c: Fix constraints on asm code so that it
19           compiles consistently.  Fixes #522278.
20
21 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
22
23         Patch by: Brian Cameron <brian.cameron at sun dot com>
24
25         * sys/sunaudio/gstsunaudiomixerctrl.c:
26           (gst_sunaudiomixer_ctrl_get_volume),
27           (gst_sunaudiomixer_ctrl_set_volume):
28         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
29           Fix up the mixer tracks to use a volume range of 0-255, which is what
30           the sun audio API uses. This simplifies the code and avoids rounding
31           errors. Fixes #524593.
32
33 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
34
35         * sys/v4l2/gstv4l2object.c:
36         * sys/v4l2/gstv4l2object.h:
37         Add device-fd property to make it possible to apps to call ioctl's.
38
39 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
40
41         * gst/qtdemux/qtdemux.c: (next_entry_size):
42         Unbreak streaming mode again.
43
44 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
45
46         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
47           Remove superfluous DEBUG macro.
48
49 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
50
51         Based on patch by: William M. Brack <wbrack at mmm com hk>
52
53         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
54           (gst_v4l2src_set_capture):
55           Check whether the device supports setting the framerate before
56           trying to set it and then posting a warning or error if it doesn't
57           work (#516649, #520092). Also compare fractions more correctly.
58
59 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
60
61         * gst/goom/Makefile.am:
62           Remove ppc assembler optimisations from the build until they
63           actually build (they also seem to have GPL headers).
64
65 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
66
67         * m4/Makefile.am:
68           Better not dist files that don't exist any longer (lrint*m4).
69
70 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
71
72         * configure.ac:
73         * m4/lrint.m4:
74         * m4/lrintf.m4:
75         Remove lrint/lrintf checks. We don't use it anywhere.
76
77 2008-03-18  Andy Wingo  <wingo@pobox.com>
78
79         * sys/osxvideo/osxvideosink.m
80         (gst_osx_video_sink_osxwindow_destroy)
81         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
82         task, whoopdee.
83         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
84         2 ms.
85
86 2008-03-18  Andy Wingo  <wingo@pobox.com>
87
88         * sys/osxvideo/osxvideosink.m
89         (gst_osx_video_sink_osxwindow_destroy)
90         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
91         task, whoopdee.
92         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
93         2 ms.
94         
95 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
96
97         Patch by: William M. Brack <wbrack at mmm com hk>
98
99         * sys/v4l2/v4l2src_calls.c:
100           (gst_v4l2src_probe_caps_for_format_and_size),
101           (gst_v4l2src_probe_caps_for_format):
102           Make sure the probed frame sizes are reversed in the resulting
103           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
104           highest resolution first); also remove unused variable.
105           (Partly fixes #520092)
106
107 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
108
109         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
110
111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
112         (gst_rtspsrc_finalize):
113         Call WSAStartup() and WSACleanup before using the Winsock API.
114         See #520808.
115
116 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
117
118         * gst/avi/gstavidemux.c:
119           Erm, the buffer-size is just guint, no need for the special format
120           specifier.
121
122 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
123
124         * gst/goom/plugin_info.c:
125         * gst/goom/ppc_zoom_ultimate.h:
126           Small fixes to build more on PPC: ifdef out code that uses unknown
127           define; add newline at end of header file to avoid compiler warning.
128           Assembler code still doesn't build though.
129
130 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
131
132         * gst/avi/gstavidemux.c:
133           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
134           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
135
136 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
137
138         * gst/avi/gstavidemux.c:
139           Chunksize is uint32. Fix format specifier.
140
141 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
142
143         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
144         mistake. Return file to pure MIT text.
145
146 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
147
148         * gst/audiofx/audiofx.c:
149         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
150         of hardcoding values.
151
152 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
153
154         Patch by: Mark Nauwelaerts <manauw skynet be>
155
156         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
157           (gst_oss_src_close):
158         * sys/oss/gstosssrc.h:
159           Cache probed caps, so _get_caps() during recording doesn't cause
160           ioctl calls which may disrupt the recording (fixes #521875).
161
162 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
163
164         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
165         (gst_qtdemux_activate_segment),
166         (gst_qtdemux_prepare_current_sample),
167         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
168         Make sure we always send a DISCONT after a seek by setting the sample
169         index to an undefined value after a seek.
170
171 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
172
173         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
174           (GST_IS_AVI_SUBTITLE_CLASS):
175           Fix up IS_FOO macros, which makes gtk-doc much happier.
176
177 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
178
179         * tests/icles/Makefile.am:
180           Move the -lgstfoo where it belongs.
181
182 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
183
184         * gst/matroska/ebml-ids.h:
185         Add ID for EBML CRC32 elements.
186
187         * gst/matroska/Makefile.am:
188         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
189         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
190         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
191         (gst_ebml_read_header):
192         Support reading 80bit floats, add finalize method to clean up
193         in any case, support reading length/id elements with any length
194         as long as it's smaller than our supported maximum, don't leak
195         buffers if reading as much data as we wanted failed and some
196         smaller cleanup.
197
198 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
199
200         Patch by: Olivier Crete <tester at tester dot ca>
201
202         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
203         Check that a buffer is large enough before reading from it.
204         Fixes bug #521102.
205         
206 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
207
208         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
209         Fix compilation after removing the GstPollMode from the
210         constructor.
211
212 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
213
214         * configure.ac:
215         * gst/audiofx/Makefile.am:
216         * gst/audiofx/audiochebband.c:
217         * gst/audiofx/audiocheblimit.c:
218         * gst/audiofx/math_compat.h:
219         Check for sinh(), cosh() and asinh() and define our own
220         implementations if they're not available. Fixes bug #520880.
221
222 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
223
224         Patch by: Olivier Crete <tester at tester dot ca>
225
226         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
227         Unref the buffers only once when handling not-negotiated errors.
228         Fixes bug #520764.
229
230 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
231
232         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
233
234         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
235         (gst_udpsrc_stop):
236         Properly balance WSA_Cleanup with WSA_Startup.
237         Also make the poll controllable on windows. Fixes #520888.
238
239 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
240
241         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
242         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
243         (gst_ebml_read_element_length), (gst_ebml_peek_id),
244         (gst_ebml_read_skip), (gst_ebml_read_buffer),
245         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
246         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
247         (gst_ebml_read_date), (gst_ebml_read_master),
248         (gst_ebml_read_binary), (gst_ebml_read_header):
249         * gst/matroska/ebml-read.h:
250         * gst/matroska/matroska-demux.c:
251         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
252         (gst_matroska_demux_read_track_encodings),
253         (gst_matroska_demux_add_stream),
254         (gst_matroska_demux_handle_src_query),
255         (gst_matroska_demux_handle_seek_event),
256         (gst_matroska_demux_init_stream),
257         (gst_matroska_demux_parse_tracks),
258         (gst_matroska_demux_parse_index_cuetrack),
259         (gst_matroska_demux_parse_index_pointentry),
260         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
261         (gst_matroska_demux_parse_metadata_id_simple_tag),
262         (gst_matroska_demux_parse_metadata_id_tag),
263         (gst_matroska_demux_parse_metadata),
264         (gst_matroska_demux_sync_streams),
265         (gst_matroska_demux_push_hdr_buf),
266         (gst_matroska_demux_push_flac_codec_priv_data),
267         (gst_matroska_demux_push_xiph_codec_priv_data),
268         (gst_matroska_demux_add_wvpk_header),
269         (gst_matroska_demux_check_subtitle_buffer),
270         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
271         (gst_matroska_demux_parse_cluster),
272         (gst_matroska_demux_parse_contents_seekentry),
273         (gst_matroska_demux_parse_contents),
274         (gst_matroska_demux_loop_stream_parse_id),
275         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
276         * gst/matroska/matroska-demux.h:
277         * gst/matroska/matroska-ids.h:
278         Handle return values from pull_range in a more granular way to properly
279         shut down on seeks.
280         Combine return values from push.
281         Implement proper error handling.
282         Prepare for handling seeking correctly.
283
284 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
285
286         * gst/matroska/ebml-read.c:
287         Use GINT64 formatting constants from GLIB.
288
289         * gst/matroska/matroska-demux.c:
290         Add some guards to avoid a possible division by 0 and crashing
291         with NULL events on some systems.
292         Use gst_gdouble_to_guint64 somewhere instead of an implicit
293         conversion. 
294
295         * gst/matroska/matroska-mux.c:
296         Check for invalid timestamps in a bunch of places to avoid
297         writing bogus durations into the output file.
298         Fix some double<->gint64 conversions that weren't using
299         gst_guint64_to_gdouble
300
301 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
302
303         * configure.ac:
304         Move the checks for bison, flex and as to the program section and the
305         check for gcc inline asm to the compiler characteristics section.
306
307 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
308
309         * configure.ac:
310         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
311         plug-ins are included/excluded. (#498222)
312
313 2008-02-29  Michael Smith <msmith@fluendo.com>
314
315         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
316           Don't call gst_object_sync_values() unless we have a valid timestamp.
317
318 2008-02-28  David Schleef  <ds@schleef.org>
319
320         * gst/matroska/matroska-demux.c:
321         * gst/matroska/matroska-ids.h:
322         * gst/matroska/matroska-mux.c:
323           Fix Dirac mapping.  I had previously added a VfW-type
324           mapping, but it looks like Dirac will get a native Matroska
325           mapping, and this is the most likely method.
326
327 2008-02-28  David Schleef  <ds@schleef.org>
328
329         * gst/avi/gstavimux.c: Add Dirac encoding
330
331 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
332
333         Patch by: Peter Kjellerstedt <pkj at axis com>
334
335         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
336         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
337         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
338         * gst/udp/gstudpsrc.h:
339         Port to GstPoll. See #505417.
340
341 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
342
343         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
344         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
345         yet on the srcpad. We need rate and channels before we
346         can do any processing. Fixes bug #519088.
347
348 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
349
350         * configure.ac:
351         Detect and indicate if GCC inline assembly syntax is
352         available.
353
354         * gst/goom/Makefile.am:
355         * gst/goom/convolve_fx.c:
356         * gst/goom/flying_stars_fx.c:
357         * gst/goom/goom_config.h:
358         * gst/goom/goom_core.c:
359         * gst/goom/goomsl.c:
360         * gst/goom/ifs.c:
361         * gst/goom/mmx.c:
362         * gst/goom/plugin_info.c:
363         * gst/goom/xmmx.c:
364         Fix various GCC-isms, and only build the inline assembly
365         with compilers that support GCC inline assembly.
366
367         Fix a couple of other warnings shown with Forte.
368
369 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
370
371         * gst/goom/xmmx.c:
372           Use 'emms' instead of 'femms' to not crash on cpus that do not
373           implement this 3dnow specific instruction.
374
375 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
376
377         * gst/goom/plugin_info.c: (setOptimizedMethods):
378         Use extended MMX for draw_line() too if available, not only
379         normal MMX.
380
381 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
382
383         * ext/jpeg/gstjpeg.c: (plugin_init):
384         Remove (commented out) smoke typefinder. This is in base now.
385
386 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
387
388         * gst/goom2k1/Makefile.am:
389         * gst/goom2k1/gstgoom.c:
390
391         Rename the installed library, and don't register the same 
392         GType name as the new goom.
393
394 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
395
396         * configure.ac:
397         * ext/taglib/Makefile.am:
398           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
399           when building C++ code (#516509).
400
401 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
402
403         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
404         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
405           (setOptimizedMethods):
406           Call oil_init(), otherwise oil_get_cpu_flags() won't return
407           anything useful. Export goom debug category so we can get
408           rid of the VERBOSE define and the printfs.
409
410 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
411
412         * gst/goom/goomsl_heap.c: (align_it):
413         * gst/goom/plugin_info.c: (setOptimizedMethods):
414           Compile fixes for x86-64.
415
416 2008-02-23  Bastien Nocera  <hadess@hadess.net>
417
418         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
419         with warnings, but add other CFLAGS
420
421         * gst/goom/goomsl.c (gsl_instr_set_namespace),
422         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
423         (calculate_labels), (gsl_read_file):
424         * gst/goom/goomsl_lex.l:
425         * gst/goom/goomsl_yacc.y:
426         * gst/goom/plugin_info.c: Remove a few live printf, and
427         fprintf, replace exit() calls with g_assert_not_reached()
428         if it not optimal for a library
429
430 2008-02-23  Bastien Nocera  <hadess@hadess.net>
431
432         * gst/goom/Makefile.am: Remove the warnings being disabled,
433         fix linkage on x86, spotted by Sebastian Dröge
434         <slomo@circular-chaos.org>
435
436         * gst/goom/convolve_fx.c (convolve_init),
437         (create_output_with_brightness), (convolve_apply):
438         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
439         * gst/goom/goomsl.c:
440         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
441         * gst/goom/plugin_info.c:
442         * gst/goom/tentacle3d.c (tentacle_fx_create):
443         Fix warnings, and disable the motifs in the convolve_fx
444         plugin (they were causing warnings, and they were just
445         "Goom" in funny letterring)
446
447 2008-02-23  Bastien Nocera  <hadess@hadess.net>
448
449         * configure.ac: Add checks for Flex/Yacc/Bison and other
450         furry animals, for the new goom 2k4 based plugin
451
452         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
453         CPU optimisations (not working yet), move the old plugin to...
454
455         * gst/goom2k1/*: ... here, in case somebody is sick enough
456
457         Fixes #515073
458
459 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
460
461         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
462         Post the server response code in an error message instead of a generic
463         'error' message. Fixes #517237.
464
465 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
466
467         * tests/check/Makefile.am:
468         Ignore gconfaudiosrc for the states unit test too. It will fallback
469         to alsasrc if the gconf settings can't be read and not everybody has
470         alsa.
471
472 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
473
474         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
475         (gst_wavpack_parse_create_src_pad):
476         * ext/wavpack/gstwavpackparse.h:
477         Always report the duration if we know it in push mode and don't
478         return 0 just to make totem believe we can't seek in push mode.
479         Newer totem version use the SEEKING query which properly reports
480         if we can seek or not.
481
482 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
483
484         Patch by: Jens Granseuer <jensgr at gmx dot net>
485
486         * tests/examples/equalizer/demo.c: (main):
487         C89 fix, moving variable declarations to the beginning of
488         the block. Fixes bug #517933.
489
490 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
491
492         * configure.ac:
493         Back to development...
494
495 === release 0.10.7 ===
496
497 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
498
499         * configure.ac:
500           releasing 0.10.7, "Red Door Black"
501
502 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
503
504         * gst/alpha/Makefile.am:
505         Link alpha plugin with libgstbase. Fixes bug #517386.
506
507 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
508
509         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
510         Init values to -1 instead of the default 0 value.
511         Fixes #516524.
512
513 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
514
515         * tests/examples/spectrum/spectrum-example.c:
516         Add missing include to fix compilation when libxml usage is disabled.
517         Fixes: #516371
518
519 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
520
521         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
522         fixes: #514889
523
524         * gst/rtp/gstrtph264pay.c:
525         * gst/rtp/gstrtpmp4gdepay.c:
526         * gst/rtp/gstrtpmp4gpay.c:
527         * gst/rtp/gstrtpmp4gpay.h:
528         * gst/rtp/gstrtptheorapay.c:
529         * gst/rtp/gstrtpvorbispay.c:
530
531         Fix various leaks shown up in valgrind
532         - free sprops and buffer in error cases in H264 payloader
533         - fix leak in mp4g depayloader when construction the caps
534         - don't leak config string in the mp4g payloader
535         - don't leak buffers and headers in theora and vorbis payloaders
536
537         * tests/check/elements/rtp-payloading.c:
538
539         Fix the RTP data test
540         - Actually send valid amr data to the payloader instead of 20
541         zero-bytes
542         - The mp4g payloader expects codec_data on the caps
543
544 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
545
546         * win32/MANIFEST:
547         Add libgstpng.dsp to MANIFEST.
548         * win32/vs6/libgstaudiofx.dsp:
549         Add new source files to VS project file.
550
551 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
552
553         * sys/ximage/gstximagesrc.c:
554         Initialise variables when opening the X display rather
555         than in _start(), as the display can be opened before that.
556
557         Fixes: #515985
558
559 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
560
561         * sys/directdraw/gstdirectdrawsink.c:
562         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
563         (gst_directdraw_sink_finalize):
564         Properly chain up finalize functions. Fixes bug #515980.
565
566 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
567
568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
569         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
570         (gst_v4l2_buffer_pool_class_init):
571         Chain up the finalize functions. Fixes bug #515984.
572
573 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
574
575         * sys/ximage/ximageutil.c:
576         Chain up in the finalize function for our custom
577         buffer sub-class.
578         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
579         Fixes: #515706
580
581 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
582
583         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
584         (gst_fenced_buffer_class_init):
585         Properly chain up finalize method. Fixes bug #515979.
586
587 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
588
589         * sys/ximage/gstximagesrc.c:
590         Free allocated Damage memory before closing our connection to the
591         X server. Partially fixes: #515706
592
593 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
594
595         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
596         * tests/check/Makefile.am:
597         * tests/check/gst-plugins-good.supp:
598         Add a few libjpeg suppressions and initialize a variable to
599         make smokeenc valgrind clean. Fixes bug #515701.
600
601 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
602
603         * gst/avi/gstavidemux.c:
604         Revert patch which sends timestamps only on keyframes, as it
605         breaks playback with current gst-ffmpeg.
606
607         Fixes: #515562
608
609 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
610
611         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
612         * tests/check/elements/multifile.c: (GST_START_TEST):
613         Close some memory leaks spotted by the unit test. Fixes bug #515697.
614
615 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
616
617         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
618         Use and unset the GError when pipeline creation fails instead of
619         simply leaking it. Fixes bug #515704.
620
621 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
622
623         * gst/audiofx/audioamplify.c:
624         * gst/audiofx/audiochebband.c:
625         * gst/audiofx/audiocheblimit.c:
626         * gst/audiofx/audiodynamic.c:
627         * gst/audiofx/audioinvert.c:
628         * gst/audiofx/audiopanorama.c:
629         * gst/audiofx/audiowsincband.c:
630         * gst/audiofx/audiowsinclimit.c:
631         Fix long description of audiofx elements. Fixes bug #515457.
632
633 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
634
635         * docs/plugins/Makefile.am:
636         * gst/spectrum/gstspectrum.c:
637         * tests/examples/spectrum/.cvsignore:
638         * tests/examples/spectrum/Makefile.am:
639         * tests/examples/spectrum/spectrum-example.c:
640
641         Add a simple example application for the spectrum element, include it
642         in the docs, and fix some documentation ambiguities.
643
644         Fixes: #348085
645
646 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
647
648         * gst/equalizer/Makefile.am:
649         * gst/spectrum/Makefile.am:
650         Fix includes order
651
652         * tests/check/Makefile.am:
653         Exclude v4l2src from the states test - it takes too long to start.
654
655         * tests/check/elements/spectrum.c:
656         Make the test run properly with CK_FORK=no
657
658 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
659
660         * gst/audiofix/Makefile.am: add missing header files 
661
662 2008-02-08  Julien Moutte  <julien@fluendo.com>
663
664         * gst/matroska/matroska-demux.c:
665         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
666         keyframe and delta units correctly when dealign with a BlockGroup.
667         Fixes: #514397
668
669 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
670
671         * tests/check/elements/.cvsignore:
672         Spell the new tests correctly in .cvsignore
673
674 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
677           Need to use gsize here for the size, fixes compiler warning.
678
679         * tests/examples/equalizer/.cvsignore:
680         * tests/examples/equalizer/Makefile.am:
681         * tests/examples/spectrum/.cvsignore:
682         * tests/examples/spectrum/Makefile.am:
683           Add missing files to fix the build.
684
685 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
686
687         * configure.ac:
688         * docs/plugins/Makefile.am:
689         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
690         * docs/plugins/gst-plugins-good-plugins-sections.txt:
691         * docs/plugins/gst-plugins-good-plugins.args:
692         * docs/plugins/gst-plugins-good-plugins.hierarchy:
693         * docs/plugins/inspect/plugin-multifile.xml:
694         * tests/check/Makefile.am:
695         * tests/check/elements/.cvsignore:
696
697         Move multifile plugin from -bad.
698         Fixes: #490283
699
700 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
701
702         * configure.ac:
703         * docs/plugins/Makefile.am:
704         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
705         * docs/plugins/gst-plugins-good-plugins-sections.txt:
706         * docs/plugins/gst-plugins-good-plugins.args:
707         * docs/plugins/gst-plugins-good-plugins.hierarchy:
708         * docs/plugins/inspect/plugin-spectrum.xml:
709         * gst/spectrum/Makefile.am:
710         * tests/check/Makefile.am:
711         * tests/check/elements/.cvsignore:
712         * tests/examples/Makefile.am:
713
714         Move spectrum plugin from -bad.
715         Move examples into tests/examples/spectrum.
716
717 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
718
719         * configure.ac:
720         * docs/plugins/Makefile.am:
721         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
722         * docs/plugins/gst-plugins-good-plugins-sections.txt:
723         * docs/plugins/gst-plugins-good-plugins.args:
724         * docs/plugins/gst-plugins-good-plugins.hierarchy:
725         * docs/plugins/gst-plugins-good-plugins.interfaces:
726         * docs/plugins/inspect/plugin-equalizer.xml:
727         * gst/equalizer/Makefile.am:
728         * tests/check/Makefile.am:
729         * tests/examples/Makefile.am:
730         Move the equalizer plugin across from -bad
731
732         * tests/check/elements/.cvsignore:
733         Add equalizer, audiosincwband and audiosincwlimit
734
735         * tests/check/elements/equalizer.c:
736         Fix compiler warnings
737
738         Fixes: #415627
739
740 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
741
742         * configure.ac:
743         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
744         are treated like releases and build without it.
745
746 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
747
748         * docs/plugins/Makefile.am:
749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
751         * docs/plugins/gst-plugins-good-plugins.args:
752         * docs/plugins/inspect/plugin-audiofx.xml:
753         * gst/audiofx/Makefile.am:
754         * gst/audiofx/audiofx.c:
755         * gst/audiofx/audiowsincband.c:
756         * gst/audiofx/audiowsincband.h:
757         * gst/audiofx/audiowsinclimit.c:
758         * gst/audiofx/audiowsinclimit.h:
759         * tests/check/Makefile.am:
760         * tests/check/elements/audiowsincband.c:
761         * tests/check/elements/audiowsinclimit.c:
762
763         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
764         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
765         respectively.
766
767         Fixes: #467666
768
769 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
770
771         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
772         * tests/check/elements/icydemux.c:
773           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
774           caps, and add a somewhat useful debug message. Plus test.
775
776 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
777
778         * gst/rtsp/gstrtspsrc.c:
779         Include unistd.h only if HAVE_UNISTD_H is defined
780         * win32/common/config.h.in:
781         * win32/common/config.h:
782         Define socklen_t as it seems it's not defined in default 
783         Visual Studio headers.
784         * win32/vs6/libgstalpha.dsp:
785         * win32/vs6/libgstapetag.dsp:
786         * win32/vs6/libgstavi.dsp:
787         * win32/vs6/libgstrtp.dsp:
788         * win32/vs6/libgstrtsp.dsp:
789         * win32/vs6/libgstvideomixer.dsp:
790         Update project file dependencies and add new source files       
791
792 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
793
794         Patch by: Bjarne Rosengren <bjarne at axis dot com>
795
796         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
797         Don't leak buffers when we don't push them downstream.
798         Fixes bug #514965.
799
800 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
801
802         * configure.ac:
803           Bump requirements to (good) released versions to avoid
804           confusion and make implicit core requirement explicit.
805
806 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
807
808         * docs/plugins/Makefile.am:
809         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
810         * docs/plugins/gst-plugins-good-plugins-sections.txt:
811         * docs/plugins/gst-plugins-good-plugins.args:
812         * docs/plugins/inspect/plugin-audiofx.xml:
813         * gst/audiofx/Makefile.am:
814         * gst/audiofx/audiochebband.c:
815         * gst/audiofx/audiochebband.h:
816         * gst/audiofx/audiocheblimit.c:
817         * gst/audiofx/audiocheblimit.h:
818         * gst/audiofx/audiochebyshevfreqband.c:
819         * gst/audiofx/audiochebyshevfreqband.h:
820         * gst/audiofx/audiochebyshevfreqlimit.c:
821         * gst/audiofx/audiochebyshevfreqlimit.h:
822         * gst/audiofx/audiofx.c:
823         * tests/check/Makefile.am:
824         * tests/check/elements/.cvsignore:
825         * tests/check/elements/audiochebband.c:
826         * tests/check/elements/audiocheblimit.c:
827         * tests/check/elements/audiochebyshevfreqband.c:
828         * tests/check/elements/audiochebyshevfreqlimit.c:
829
830         Rename audiochebyshevfreqband -> audiochebband and
831         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
832         surgery.
833
834         Closes: #491811
835
836 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
837
838         Patch by: Orjan Friberg <orjanf at axis dot com>
839
840         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
841         Fix caps memory leak. Fixes #514573.
842
843 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
844
845         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
846         If there's no entries in the subindex, don't try to do anything stupid,
847         just return.
848
849 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
850
851         Patch by: John Millikin <jmillikin at gmail dot com>
852
853         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
854           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
855           Fix extraction of picture blocks with newer libflac versions again:
856           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
857
858 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
859
860         * tests/check/Makefile.am:
861           Add rtp-payloading test to VALGRIND_TO_FIX.
862
863         * tests/check/elements/rtp-payloading.c:
864           Add semicolons after GST_TEST_END so gst-indent gets the
865           formatting right; make test less verbose in general, but
866           more verbose in the error case (which should probably
867           make the test fail anyway).
868
869 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
870
871         * docs/plugins/Makefile.am:
872         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
873         * docs/plugins/gst-plugins-good-plugins-sections.txt:
874         * gst/avi/gstavisubtitle.c:
875         Add documentation for avisubtitle and change class to
876         Codec/Parser/Subtitle
877
878 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
879
880         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
881         Treat ENOTTY (driver does not implement ioctl) the same as
882         EINVAL since it implies there are no available standards.
883
884         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
885         (gst_v4l2src_get_nearest_size):
886         Replace gst_v4l2src_get_size_limits with 2 calls to new function
887         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
888         probe if the driver does not support VIDIOC_TRY_FMT for whatever
889         reason, and if we aren't yet actively capturing.
890
891         * sys/v4l2/v4l2src_calls.h:
892         Remove replaced function declaration.
893
894 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
895
896         * configure.ac:
897         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
898         API.
899
900 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
901
902         * configure.ac:
903         Fix typo.
904
905 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
906
907         * gst/alpha/Makefile.am:
908         * gst/alpha/gstalpha.c:
909
910         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
911         some stuff, and making buffer-alloc and resizing work automatically.
912         No longer crashes on odd frame widths and heights, although there
913         seems to be a disagreement with ffmpegcolorspace about what size
914         an AYUV frame with odd height should be.
915
916 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         Patch by: Alessandro Decina <alessandro at nnva dot org>
919
920         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
921         * ext/libpng/gstpngenc.h:
922         Preallocate the output buffer so that g_memdup() and
923         gst_buffer_merge() aren't needed anymore. This greatly improves
924         performances and fixes #512544.
925
926 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
929         (gst_avi_demux_stream_data):
930         GStreamer timestamps are PTS values while AVI only knows about DTS
931         timestamps. Make sure we only copy the DTS as the buffer timestamp when
932         we are dealing with a key frame.
933
934 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
935
936         * tests/check/Makefile.am:
937         * tests/check/elements/.cvsignore:
938         * tests/check/elements/rtp-payloading.c:
939           Add add testsuite for the rtp-payloader that tries simulating
940           dataflow. Needs more test data.
941
942 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
943
944         * tests/check/elements/alphacolor.c:
945           Remove two unused variables.
946
947 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
948
949         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
950           Use g_ascii_strtoll() instead of atoll, which is only
951           available in C99.
952
953 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
954
955         * gst/rtp/Makefile.am:
956         * gst/rtp/gstrtp.c:
957         * gst/rtp/gstrtpmpvpay.c:
958         * gst/rtp/gstrtpmpvpay.h:
959         Add MPEG2 video payloader
960
961 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
962
963         * gst/level/gstlevel.c:
964         Use #include <math.h> instead of #include "math.h".
965
966 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
967
968         * tests/check/Makefile.am:
969         Fix up some CFLAGS sets.
970         Don't include gconfvideosrc in the states test.
971
972         * tests/check/elements/autodetect.c: (GST_START_TEST):
973         Add some error strings to fail_unless arguments to fix some weird
974         compiler errors on Solaris.
975
976 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
977
978         * configure.ac:
979         Detect video4linux headers on Solaris too.
980         * sys/v4l2/gstv4l2colorbalance.h:
981         * sys/v4l2/gstv4l2object.h:
982         * sys/v4l2/v4l2_calls.c:
983         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
984         (gst_v4l2_buffer_new):
985
986         Make v4l2 build on Solaris.
987         Patch by: Brian Cameron  <brian.cameron at sun dot com>
988         Fixes: #510505
989
990 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
991
992         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
993           Update list from (still local) scanning script.
994
995 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
996
997         Based on a patch by:
998             Victor STINNER <victor dot stinner at haypocalc dot com>
999
1000         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
1001         Set variable to NULL after freeing it to prevent double frees
1002         or make failures by another use of it afterwards more obvious
1003         and fix use of it after the freeing. Fixes bug #510592.
1004
1005 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1006
1007         * gst/udp/gstmultiudpsink.c:
1008         use GST_WARNING for logging
1009
1010 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1011
1012         * gst/udp/gstmultiudpsink.c:
1013         Don't try to leave a multicast group with an invalid socket
1014
1015 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1016
1017         * ext/flac/gstflacdec.c:
1018           Fix compilation against flac 1.1.2 (as on debian stable), where
1019           the picture metadata defines and structs don't exist yet.
1020           Fixes #509301.
1021
1022 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1023
1024         Patch by: Olivier Crete <tester at tester dot ca>
1025
1026         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
1027         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
1028         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
1029         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
1030         * gst/udp/gstmultiudpsink.h:
1031         Add property to automatically join a multicast group or not. This can be
1032         useful when sharing a socket between multiple elements.
1033         Fixes #509531.
1034
1035 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1036
1037         * gst/videomixer/Makefile.am:
1038           Add controller flags.
1039
1040 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1041
1042         * gst/videomixer/videomixer.c:
1043           Also commit the missing gst_object_sync_values().
1044
1045 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
1046
1047         * docs/plugins/Makefile.am:
1048           Remove duplicate entry.
1049
1050 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1051
1052         * docs/plugins/Makefile.am:
1053         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1054         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1055         * docs/plugins/inspect/plugin-gamma.xml:
1056         * docs/plugins/inspect/plugin-monoscope.xml:
1057         * docs/plugins/inspect/plugin-video4linux2.xml:
1058           Add 3 more plugins to docs.
1059
1060 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1061
1062         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1063         * sys/osxvideo/osxvideosink.h:
1064           Revert previous change caused by a file that got stuck on an old
1065           revision.
1066
1067 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1068
1069         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1070         * gst/multipart/Makefile.am:
1071         * gst/multipart/multipartdemux.c:
1072         * gst/multipart/multipartdemux.h:
1073         * gst/multipart/multipartmux.c:
1074         * gst/multipart/multipartmux.h:
1075           Re-add multipartdemux to the docs. Last round of section cleanup.
1076
1077 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1078
1079         * docs/plugins/Makefile.am:
1080         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1081         * sys/osxaudio/gstosxaudiosink.h:
1082         * sys/osxvideo/osxvideosink.h:
1083           Managed to resolve most unused declarations. Filed a bug for one left.          
1084
1085 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1086
1087         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1088           Cleanup section file.
1089
1090 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1091
1092         * docs/plugins/Makefile.am:
1093         * docs/plugins/gst-plugins-good-plugins.args:
1094         * docs/plugins/gst-plugins-good-plugins.signals:
1095         * docs/plugins/inspect/plugin-alaw.xml:
1096         * docs/plugins/inspect/plugin-alpha.xml:
1097         * docs/plugins/inspect/plugin-alphacolor.xml:
1098         * docs/plugins/inspect/plugin-annodex.xml:
1099         * docs/plugins/inspect/plugin-apetag.xml:
1100         * docs/plugins/inspect/plugin-audiofx.xml:
1101         * docs/plugins/inspect/plugin-auparse.xml:
1102         * docs/plugins/inspect/plugin-autodetect.xml:
1103         * docs/plugins/inspect/plugin-avi.xml:
1104         * docs/plugins/inspect/plugin-cairo.xml:
1105         * docs/plugins/inspect/plugin-cdio.xml:
1106         * docs/plugins/inspect/plugin-cutter.xml:
1107         * docs/plugins/inspect/plugin-debug.xml:
1108         * docs/plugins/inspect/plugin-dv.xml:
1109         * docs/plugins/inspect/plugin-efence.xml:
1110         * docs/plugins/inspect/plugin-effectv.xml:
1111         * docs/plugins/inspect/plugin-flac.xml:
1112         * docs/plugins/inspect/plugin-flxdec.xml:
1113         * docs/plugins/inspect/plugin-gconfelements.xml:
1114         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1115         * docs/plugins/inspect/plugin-goom.xml:
1116         * docs/plugins/inspect/plugin-halelements.xml:
1117         * docs/plugins/inspect/plugin-icydemux.xml:
1118         * docs/plugins/inspect/plugin-id3demux.xml:
1119         * docs/plugins/inspect/plugin-jpeg.xml:
1120         * docs/plugins/inspect/plugin-ladspa.xml:
1121         * docs/plugins/inspect/plugin-level.xml:
1122         * docs/plugins/inspect/plugin-matroska.xml:
1123         * docs/plugins/inspect/plugin-mulaw.xml:
1124         * docs/plugins/inspect/plugin-multipart.xml:
1125         * docs/plugins/inspect/plugin-navigationtest.xml:
1126         * docs/plugins/inspect/plugin-png.xml:
1127         * docs/plugins/inspect/plugin-quicktime.xml:
1128         * docs/plugins/inspect/plugin-rtp.xml:
1129         * docs/plugins/inspect/plugin-rtsp.xml:
1130         * docs/plugins/inspect/plugin-shout2send.xml:
1131         * docs/plugins/inspect/plugin-smpte.xml:
1132         * docs/plugins/inspect/plugin-speex.xml:
1133         * docs/plugins/inspect/plugin-taglib.xml:
1134         * docs/plugins/inspect/plugin-udp.xml:
1135         * docs/plugins/inspect/plugin-videobalance.xml:
1136         * docs/plugins/inspect/plugin-videobox.xml:
1137         * docs/plugins/inspect/plugin-videocrop.xml:
1138         * docs/plugins/inspect/plugin-videoflip.xml:
1139         * docs/plugins/inspect/plugin-videomixer.xml:
1140         * docs/plugins/inspect/plugin-wavenc.xml:
1141         * docs/plugins/inspect/plugin-wavpack.xml:
1142         * docs/plugins/inspect/plugin-wavparse.xml:
1143           Update plugin docs.
1144
1145         * gst/videomixer/Makefile.am:
1146         * gst/videomixer/videomixer.c:
1147         * gst/videomixer/videomixer.h:
1148         * gst/videomixer/videomixerpad.h:
1149           Split out header to fix warnings from the doc-build.
1150
1151 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1152
1153         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1154
1155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1156         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1157
1158 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1159
1160         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1162           Initialise variables to work around (false) 'foo might be used
1163           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1164
1165 2008-01-11  David Schleef  <ds@schleef.org>
1166
1167         * docs/plugins/.cvsignore:
1168         * tests/check/pipelines/.cvsignore:
1169           Ignore more files for the buildbot.
1170
1171 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1172
1173         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1174         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1175         Generate the image-type values correctly. Leave them out of the caps
1176         when outputting a "preview image" tag, since it only makes sense
1177         to have one of those - the type is irrelevant.
1178
1179         * sys/sunaudio/gstsunaudiomixerctrl.c:
1180         (gst_sunaudiomixer_ctrl_open):
1181         If we can, mark the mixer multiple open when we use it, in case
1182         (for some reason) the process wants to open it again elsewhere.
1183
1184 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1185
1186         Patch by: Olivier Crete <tester at tester dot ca>
1187
1188         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1189         * gst/rtp/gstrtptheorapay.c:
1190         Fix the clock rate to 90000 as required by the RFC.
1191         Fixes #508644.
1192
1193 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1194
1195         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1196           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1197
1198 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1199
1200         * autogen.sh:
1201           Add -Wno-portability to the automake parameters to stop warnings
1202           about GNU make extensions being used. We require GNU make in almost
1203           every Makefile anyway.
1204           
1205         * configure.ac:
1206           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1207           at the same time is required for per target flags.
1208
1209 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1210
1211         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1212         Fix error from my last commit.
1213
1214 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1215
1216         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1217
1218         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1219           Make sure the ISO 639-X language code in ID3v2 COMM frames
1220           is actually valid UTF-8 (or rather: ASCII), so we don't end
1221           up with non-UTF8 strings in tags if there's garbage in the
1222           language field. Also make sure the language code is always
1223           lower case. Fixes: #508291.
1224
1225 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1226
1227         * ChangeLog:
1228           Fix ChangeLog typo.
1229
1230 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1231
1232         * Makefile.am:
1233           Include lcov.mak to allow building coverage reports. Guard
1234           check-torture target like in the other packages.
1235
1236 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1237
1238         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1239
1240         * gst/videomixer/videomixer.c:
1241         (gst_videomixer_set_master_geometry), (_do_init),
1242         (gst_videomixer_child_proxy_get_child_by_index),
1243         (gst_videomixer_child_proxy_get_children_count),
1244         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1245         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1246         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1247         Implement GstChildProxy interface.
1248         Send newsegment at the right moment
1249         Fixes #488879
1250
1251 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1252
1253         * gst/alpha/Makefile.am:
1254         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1255         (gst_alpha_sink_event), (gst_alpha_chain),
1256         (gst_alpha_change_state), (plugin_init):
1257         Make the various properties of 'alpha' controllable. This allows doing
1258         niceties like fade-in/fade-out.
1259
1260 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1261
1262         * gst/rtp/gstasteriskh263.c:
1263         * gst/rtp/gstrtpL16depay.c:
1264         * gst/rtp/gstrtpac3depay.c:
1265         * gst/rtp/gstrtpamrpay.c:
1266         * gst/rtp/gstrtpdepay.c:
1267         * gst/rtp/gstrtpgsmdepay.c:
1268         * gst/rtp/gstrtph263depay.c:
1269         * gst/rtp/gstrtph263pdepay.c:
1270         * gst/rtp/gstrtph263ppay.c:
1271         * gst/rtp/gstrtph264depay.c:
1272         * gst/rtp/gstrtph264pay.c:
1273         * gst/rtp/gstrtpmp2tdepay.c:
1274         * gst/rtp/gstrtpmp4adepay.c:
1275         * gst/rtp/gstrtpmp4gdepay.c:
1276         * gst/rtp/gstrtpmp4gpay.c:
1277         * gst/rtp/gstrtpmp4vdepay.c:
1278         * gst/rtp/gstrtpmpadepay.c:
1279         * gst/rtp/gstrtpmpvdepay.c:
1280         * gst/rtp/gstrtpsv3vdepay.c:
1281         * gst/rtp/gstrtptheoradepay.c:
1282         * gst/rtp/gstrtptheorapay.c:
1283         * gst/rtp/gstrtpvorbisdepay.c:
1284         * gst/rtp/gstrtpvorbispay.c:
1285           Remove copy/paste unused code (property setters and getter) found by
1286           the coverage suite (yay, saves ~20k on disk).
1287
1288 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1289
1290         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1291           (videosink_templ):
1292           Also fix up pad templates to indicate that image/jpeg doesn't
1293           absolutely require the framerate property to be set (#504081).
1294
1295 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1296
1297         Based on patch by: Wouter Cloetens  <wouter at mind be>
1298
1299         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1300           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1301           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1302         * gst/matroska/matroska-mux.h:
1303           Keep track of first and last timestamps for each incoming stream,
1304           so we can calculate the total duration for live sources and other
1305           input where we can't query the duration from the start or where
1306           there's no constant framerate from which we can deduce the
1307           duration; also use calculated/observed duration if it is bigger
1308           than the previously queried duration. Furthermore, use
1309           gst_pad_query_peer_duration() and take into account that it may
1310           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1311           screws up comparisons when using unsigned integers. Fixes #504081.
1312
1313 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1314
1315         * configure.ac:
1316         * gst/audiofx/audioamplify.c:
1317         (gst_audio_amplify_clipping_method_get_type),
1318         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1319         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1320         (gst_audio_dynamic_transform_ip):
1321         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1322         (gst_audio_invert_transform_ip):
1323         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1324         (gst_audio_panorama_transform):
1325         * gst/level/gstlevel.c: (gst_level_init):
1326         Make elements GST_BUFFER_FLAG_GAP aware and call
1327         gst_base_transform_set_gap_aware for this.
1328         Bump core requirement to CVS.
1329         
1330         * gst/audiofx/audiochebyshevfreqband.c:
1331         (gst_audio_chebyshev_freq_band_transform_ip):
1332         * gst/audiofx/audiochebyshevfreqlimit.c:
1333         (gst_audio_chebyshev_freq_limit_transform_ip):
1334         Also sync GObject properties to the controller if operating
1335         in passthrough mode.
1336
1337 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         * sys/directdraw/gstdirectdrawsink.c:
1340           (gst_directdraw_sink_window_thread):
1341           FALSE is not a gpointer.
1342
1343 2008-01-05  Julien Moutte  <julien@fluendo.com>
1344
1345         * sys/directdraw/gstdirectdrawsink.c:
1346         (gst_directdraw_sink_set_window_id),
1347         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1348         (gst_directdraw_sink_buffer_alloc),
1349         (gst_directdraw_sink_draw_borders),
1350         (gst_directdraw_sink_show_frame),
1351         (gst_directdraw_sink_setup_ddraw),
1352         (gst_directdraw_sink_window_thread),
1353         (gst_directdraw_sink_get_ddrawcaps),
1354         (gst_directdraw_sink_surface_create): Make sure we create our
1355         internal window only when we need it. That will give a chance to
1356         the application to get the prepare-xwindow-id bus message. Draw
1357         black borders when keeping aspect ratio. Handle the case where our
1358         rendering window disappears (closed or errors) like other sinks
1359         do. Various 80 columns fixes, improve state change order. That
1360         element could need some more love.
1361
1362 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1363
1364         * ext/taglib/gstapev2mux.h:
1365         * ext/taglib/gstid3v2mux.h:
1366         Remove useless typedefs without new type name. Fixes a warning with
1367         gcc 4.3.
1368
1369 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1370
1371         Patch by: John Millikin <jmillikin at gmail dot com>
1372
1373         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1374         (gst_flac_dec_setup_stream_decoder),
1375         (gst_flac_normalize_picture_mime_type),
1376         (gst_flac_extract_picture_buffer),
1377         (gst_flac_dec_metadata_callback):
1378         Emit metadata messages when a PICTURE block is encountered.
1379         Fixes #506715.
1380
1381 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1382
1383         * gst/avi/gstavi.c:
1384         increase rank because no known issues anymore ...
1385         * gst/avi/gstavisubtitle.c:
1386         send subtitle name to the srcpad
1387
1388 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1389
1390         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1391         * gst/rtsp/gstrtspsrc.h:
1392         Implement redirect for the DESCRIBE reply. Fixes #506025.
1393
1394 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1395
1396         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1397         Fix 'xyz may be used uninitialized' compiler warnings caused
1398         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1399         abort() in any case but properly report the error.
1400
1401 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1402
1403         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1404         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1405         * sys/ximage/gstximagesrc.c: (composite_pixel):
1406           Fix 'xyz may be used uninitialized' compiler warnings caused
1407           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1408           not really nice to abort in any case). Fixes #505745.
1409
1410 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1411
1412         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1413           Small unit test fix (has no practical impact at the moment,
1414           since we're only feeding utf8 and hence just create a sub-
1415           buffer for the output).
1416
1417 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1418
1419         * gst/avi/gstavisubtitle.c:
1420         * tests/check/elements/avisubtitle.c:
1421         Add seeking support for avi subtitle
1422
1423 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1424
1425         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1426         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1427         (gst_flac_dec_write):
1428         * ext/flac/gstflacdec.h:
1429         Remove some unused vars.
1430         Do more cleanup of leftover events and tags.
1431         Output tags after the segment event. Fixes #504018.
1432
1433 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1436           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1437           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1438           Detect other UTF byte order markers and convert to UTF-8 as
1439           appropriate.
1440
1441 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1442
1443         * gst/avi/gstavisubtitle.c: (src_template),
1444           (gst_avi_subtitle_extract_utf8_file),
1445           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1446           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1447           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1448         * gst/avi/gstavisubtitle.h:
1449           Refactor a bit; fix name extraction; don't assume all the data
1450           in the chunk is actually subtitle data, there may be padding at
1451           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1452           file so it's there to send again after a seek (for future use).
1453
1454 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1455
1456         * gst/avi/Makefile.am:
1457         * gst/avi/gstavi.c:
1458         * gst/avi/gstavisubtitle.c:
1459         * gst/avi/gstavisubtitle.h:
1460         * tests/check/Makefile.am:
1461         * tests/check/elements/avisubtitle.c:
1462         * win32/common/config.h:
1463                 Add avi subtitle element for bug #442034. Need seeking support
1464                 and more support for character conversion.
1465
1466 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1467
1468         * Makefile.am:
1469           Include common/win32.mak for CRLF check of win32 project
1470           files (see #393626).
1471
1472         * win32/vs6/libgstpng.dsp:
1473           Fix line endings and do cvs admin -kb.
1474
1475 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1476
1477         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1478         Actually drop the buffers which are outside the currently configured
1479         segment instead of just emitting a WARNING.
1480
1481 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1482
1483         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1484         (gst_flac_dec_write):
1485         * ext/flac/gstflacdec.h:
1486         Send segments from the streaming thread. Fixes #502187.
1487         Fix segment seeking and a bunch of other seeking cases.
1488
1489 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1492           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1493           which is where it would end up if the same information was
1494           put in a vorbis comment (don't think it's worth adding a
1495           new URI tag for this). Fixes #488112.
1496
1497 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1498
1499         * configure.ac:
1500           We need core/base 0.10.15 or later.
1501
1502 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1503
1504         Patch by: Mark Nauwelaerts <manauw skynet be>
1505
1506         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1507         Fix regression in stream numbering. Fixes #502655.
1508
1509 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1510
1511         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1512
1513         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1514         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1515         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1516         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1517         (gst_rtp_h264_pay_handle_buffer):
1518         * gst/rtp/gstrtph264pay.h:
1519         Use higher performance start-code searching.
1520         Parse NALs and store SPS, PPS and profile in the caps so that they can
1521         be used in the SDP. Fixes #502814.
1522
1523 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1524
1525         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1526         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1527           Init some structs to zero before we pass them to ioctl, which
1528           avoids valgrind warnings.  Also fix a small memory leak.
1529
1530 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1531
1532         Patch by: Wouter Cloetens <wouter at mind dot be>
1533
1534         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1535         Copy timestamp from input to output. Not very perfect yet but better
1536         than nothing. Fixes #503023.
1537
1538 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1539
1540         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1541           Also print a useful error message with the old Wavpack API
1542           if possible.
1543
1544 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1545
1546         * ext/wavpack/gstwavpackdec.c:
1547           More build fixes for old libwavpack versions: include config.h so
1548           that WAVPACK_OLD_API is actually defined as detected; only use
1549           WavpackGetErrorMessage if it is available. This fixes the build
1550           on debian stable for me.
1551
1552 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1553
1554         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1555         * ext/wavpack/gstwavpackparse.c:
1556           (gst_wavpack_parse_create_src_pad):
1557           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1558           versions below 4.40.0.
1559
1560 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1561
1562         * configure.ac:
1563           And now do it right for real...
1564
1565 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1566
1567         * configure.ac:
1568           Correctly reset $LIBS to not contain -lm.
1569
1570 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1571
1572         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1573
1574         * configure.ac:
1575         * ext/cairo/gsttimeoverlay.c:
1576           (gst_cairo_time_overlay_print_smpte_time):
1577           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1578           and checking for rint() and implementing it ourself if it doesn't
1579           exist. Fixes #497293.
1580
1581 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1582
1583         * configure.ac:
1584           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1585
1586 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1587
1588         * sys/oss/gstosshelper.c:
1589         Verify that the format returned after the ioctl is the one
1590         we requested. It is valid for the ioctl to succeed while
1591         substituting an alternate 'supported' sample format.
1592
1593 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * sys/oss/gstossaudio.c: (plugin_init):
1596         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1597         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1598           Post decent (and translated) error message when we can't
1599           open the audio device for some reason.
1600
1601 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1602
1603         * sys/oss/gstosssink.c:
1604         * sys/oss/gstosssrc.c:
1605         Allow the AUDIODEV environment variable to redirect us
1606         to a different default OSS device, like sunaudiosink does
1607         on Solaris (makes audio play automatically on SunRays).
1608
1609 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1610
1611         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1612         * gst/audiofx/audiochebyshevfreqband.c:
1613         (gst_audio_chebyshev_freq_band_transform_ip):
1614         * gst/audiofx/audiochebyshevfreqlimit.c:
1615         (gst_audio_chebyshev_freq_limit_transform_ip):
1616         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1617         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1618         The transform_ip() methods should do nothing if in passthrough mode.
1619         It might get non-writable buffers in that case but the buffer might
1620         as well be writable.
1621
1622         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1623         The transform() methods won't be called in passthrough mode and
1624         otherwise the buffer is always writable so don't check here.
1625
1626 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1627
1628         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1629           Fix seeking in .wav files again (#501775).  Some people seem to think
1630           they don't need to test their changes when they're just 'reflowing'
1631           some code.
1632
1633 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1634
1635         * gst/autodetect/gstautovideosink.c:
1636         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1637         (gst_auto_video_sink_init),
1638         (gst_auto_video_sink_create_element_with_pretty_name),
1639         (gst_auto_video_sink_find_best),
1640         (gst_auto_video_sink_set_property),
1641         (gst_auto_video_sink_get_property):
1642         * gst/autodetect/gstautovideosink.h:
1643         Fix docs.
1644         Use same error reporting code as autoaudiosink.
1645         Add property to filter sinks based on caps. Only select raw video sinks
1646         by default for backwards compat.
1647         API: GstAutoVideoSink::filter-caps
1648
1649 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1650
1651         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1652
1653         * gst/autodetect/gstautoaudiosink.c:
1654         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1655         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1656         (gst_auto_audio_sink_set_property),
1657         (gst_auto_audio_sink_get_property):
1658         * gst/autodetect/gstautoaudiosink.h:
1659         Add property to filter sinks based on caps. Only select raw audio sinks
1660         by default for backwards compat.  Fixes #417420.
1661         API: GstAutoAudioSink::filter-caps
1662
1663 2007-11-29  Michael Smith <msmith@fluendo.com>
1664
1665         Patch by: Arek Korbik <arkadini@gmail.com>
1666
1667         * gst/videobox/gstvideobox.c: (plugin_init):
1668           Initialise liboil in plugin_init()
1669
1670 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1671
1672         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1673         Post error before sending EOS. Fixes #499178.
1674
1675 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1676
1677         * win32/vs6/gst_plugins_good.dsw:
1678         * win32/vs6/libgstpng.dsp:
1679         Add a project file for libgstpng
1680
1681 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1682
1683         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1684         (gst_rtp_h263_depay_process):
1685         Code beautification.
1686         Added debug statements.
1687         Don't bit-shift everything, just do operations on last/first byte
1688         instead.
1689
1690 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1691
1692         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1693
1694         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1695         Fix wrong comparison in overrun check. Fixes #499239 some more.
1696
1697 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1698
1699         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1700         (gst_rtp_h263_depay_process):
1701         * gst/rtp/gstrtph263depay.h:
1702         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1703         stream.
1704
1705 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1706
1707         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1708
1709         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1710         (gst_rtp_mp4a_depay_process):
1711         * gst/rtp/gstrtpmp4adepay.h:
1712         Fix depayloading when multiple frames are inside one RTP packet.
1713         Fixes #499239.
1714
1715 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1716
1717         * gst/level/gstlevel.c:
1718           Add GAP-flag support.
1719
1720 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1721
1722         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1723         Read the I flag for Mode A h263 rtp stream and set the
1724         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1725         Fixes #499383
1726
1727 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1728
1729         * gst/level/gstlevel.c:
1730           Remove some dead code and do cleanups.
1731
1732 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1733
1734         * tests/check/pipelines/simple-launch-lines.c:
1735           Improve the tests by allowing to set a target state.
1736
1737 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1738
1739         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1740         Don't check the caps of the output buffer if they're equal some
1741         other caps. The caps can change in a backward compatible way
1742         and did at this point.
1743
1744 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1745
1746         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1747         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1748         (gst_qtdemux_seek_to_previous_keyframe),
1749         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1750         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1751         reverse playback support.
1752
1753 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1754
1755         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1756         Also set the channel layout on the Wavpack caps if we're having
1757         a mono layout. Of course only do it for "audio/x-wavpack".
1758
1759 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1760
1761         * ext/wavpack/gstwavpackcommon.c:
1762         (gst_wavpack_get_default_channel_mask),
1763         (gst_wavpack_set_channel_layout),
1764         (gst_wavpack_get_default_channel_positions),
1765         (gst_wavpack_get_channel_mask_from_positions),
1766         (gst_wavpack_set_channel_mapping):
1767         * ext/wavpack/gstwavpackcommon.h:
1768         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1769         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1770         * ext/wavpack/gstwavpackdec.h:
1771         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1772         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1773         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1774         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1775         (gst_wavpack_enc_rewrite_first_block),
1776         (gst_wavpack_enc_sink_event):
1777         * ext/wavpack/gstwavpackenc.h:
1778         * ext/wavpack/gstwavpackparse.c:
1779         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1780         (gst_wavpack_parse_scan_to_find_sample),
1781         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1782         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1783         * ext/wavpack/gstwavpackparse.h:
1784         Add support for encoding, parsing and decoding multichannel
1785         files with up to 8 channels. This also improves the robustness
1786         of parsing quite a bit.
1787
1788         * ext/wavpack/gstwavpackstreamreader.c:
1789         (gst_wavpack_stream_reader_read_bytes),
1790         (gst_wavpack_stream_reader_get_pos),
1791         (gst_wavpack_stream_reader_set_pos_abs),
1792         (gst_wavpack_stream_reader_set_pos_rel),
1793         (gst_wavpack_stream_reader_push_back_byte),
1794         (gst_wavpack_stream_reader_get_length),
1795         (gst_wavpack_stream_reader_can_seek),
1796         (gst_wavpack_stream_reader_write_bytes):
1797         Improve debugging.
1798
1799 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1800
1801         * ext/libpng/gstpngdec.c:
1802         * ext/libpng/gstpngdec.h:
1803           Don't release the png-memory from within the callback.
1804
1805 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1806
1807         Patch by: René Stadler <mail at renestadler dot de>
1808
1809         * ext/libpng/gstpngenc.c:
1810           Don't leak buffer data memory. Fixes #498395.
1811
1812 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1813
1814         Patch by: René Stadler <mail at renestadler dot de>
1815
1816         * tests/check/pipelines/simple-launch-lines.c:
1817           Tests for #498395.
1818
1819 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1820
1821         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1822         (gst_tag_lib_mux_adjust_event_offsets):
1823         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1824         * sys/osxaudio/Makefile.am:
1825         * sys/osxvideo/cocoawindow.h:
1826         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1827
1828 2007-11-15  David Schleef  <ds@schleef.org>
1829
1830         * ext/cairo/gsttextoverlay.c:
1831           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1832
1833 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1834
1835         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1836
1837         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1838         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1839         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1840         * gst/rtp/gstrtpmp2tpay.h:
1841         Fill the MTU with as many packets as possible. Fixes #491323.
1842
1843 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1844
1845         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1846
1847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1848         Fix some more leaks. Fixes #497007.
1849
1850 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1851
1852         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1853
1854         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1855         (gst_rtspsrc_stream_configure_tcp):
1856         Fix 3 pad leaks. Fixes #496983.
1857
1858 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1859
1860         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1861
1862         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1863         Fix small leak. Fixes #497017.
1864
1865 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1866
1867         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1868         (gst_qtdemux_prepare_current_sample),
1869         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1870         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1871         * gst/qtdemux/qtdemux_fourcc.h:
1872         * gst/qtdemux/qtdemux_types.c:
1873         Add suppport for theora in quicktime according to XiphQT.
1874
1875 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1876
1877         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1878         (gst_v4l2src_init), (gst_v4l2src_set_property),
1879         (gst_v4l2src_get_property):
1880         * sys/v4l2/gstv4l2src.h:
1881         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1882           Always copy buffers by default (handle safer with bugged drivers)
1883           and added a property to make it possible to use mmap effectively (no
1884           copy if possible) when application wants to. Fixes: #480557.
1885
1886 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1887
1888         * gst/id3demux/id3tags.c:
1889         * gst/id3demux/id3tags.h:
1890         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1891           We don't want the same string multiple times in a tag list for the
1892           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1893           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1894
1895 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1896
1897         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1898           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1899           into ID3v2 TXXX frames (fixes #347848).
1900
1901 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1902
1903         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1904           Don't leak sdp message contents (fixes #496773).
1905
1906         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1907           Don't leak URI string.
1908
1909 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1910
1911         Patch by: Julien Puydt <julien dot puydt at laposte net>
1912
1913         * ext/raw1394/Makefile.am:
1914         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1915           (gst_1394_property_probe_get_properties),
1916           (gst_1394_property_probe_probe_property),
1917           (gst_1394_property_probe_needs_probe),
1918           (gst_1394_property_probe_get_values),
1919           (gst_1394_property_probe_interface_init),
1920           (gst_1394_type_add_property_probe_interface):
1921         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1922         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1923           (gst_dv1394src_init), (gst_dv1394src_dispose),
1924           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1925           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1926           (gst_dv1394src_update_device_name):
1927         * ext/raw1394/gstdv1394src.h:
1928           Implement GstPropertyProbe interface and add "device-name" property,
1929           so applications can use this to probe for available devices in the
1930           same way they can already with v4lsrc and v4l2src (however horrible
1931           this property probe interface may be). Fixes #358841.
1932
1933 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1934
1935         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1936
1937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1938           (gst_rtspsrc_parse_range):
1939           Don't leak event, don't leak range (fixes #496752).
1940
1941 2007-11-14  Michael Smith <msmith@fluendo.com>
1942
1943         Patch by: Arek Korbik <arkadini@gmail.com>
1944
1945         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1946           Detect RGBA/BGRA correctly on little endian systems.
1947
1948 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1949
1950         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1951           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1952           corresponding ioctl() call fails even though the driver claims to
1953           support this format, just fall back to the pre-2.6.19 kernel
1954           routine that creates caps with suitable height and width ranges
1955           (see #448278).
1956
1957 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         Patch by: Mark Nauwelaerts <manauw skynet be>
1960
1961         * gst/matroska/matroska-demux.c:
1962           (gst_matroska_demux_push_dvd_clut_change_event),
1963           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1964           (gst_matroska_demux_subtitle_caps):
1965         * gst/matroska/matroska-ids.h:
1966           Extract palette data for dvd subpicture streams and send it
1967           downstream as custom gstreamer dvd event (fixes #453417).
1968
1969 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1970
1971         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1972           Implement minimal parsing of the passed pango font description
1973           string, so passing a font size works the same as with the
1974           pango textoverlay plugin; fixes #455086.
1975           (Maybe we could just use pangocairo here at some point).
1976
1977 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1978
1979         * gst/avi/gstavidemux.c:
1980         * gst/wavparse/gstwavparse.c:
1981           Return the result in _activate_pull(). Don't ref element there.
1982
1983 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1984
1985         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1986         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1987         (gst_wavparse_srcpad_event):
1988           Ref the element when we should, but not when we its not needed. Reflow
1989           the event_handling to not leak the event.       
1990
1991 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1992
1993         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1994         (qtdemux_parse_samples):
1995         Properly free QTDemuxSamples array.
1996         Protect table write with a sensible check, some files apparently DO contain
1997         stts values starting with 0 :(
1998
1999 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
2000
2001         * gst/avi/gstavidemux.c:
2002         * gst/qtdemux/qtdemux.c:
2003           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
2004           previous commit messed up.
2005
2006 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
2007
2008         * gst/avi/gstavidemux.c:
2009         * gst/qtdemux/qtdemux.c:
2010           Sync _handle_src_event() with oggdemux. In avidemux also ref the
2011           element when we should, but not when we its not needed.
2012
2013 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
2014
2015         * gst/wavparse/gstwavparse.c:
2016           Return FALSE if we can't handle a query instead of changing the
2017           format. Ignore fact when dealing with mpeg audio.
2018
2019 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2020
2021         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2022
2023         * configure.ac:
2024         * gst/udp/gstdynudpsink.c:
2025         * gst/udp/gstdynudpsink.h:
2026         * gst/udp/gstmultiudpsink.c:
2027         * gst/udp/gstmultiudpsink.h:
2028         * gst/udp/gstudpsink.c:
2029         * gst/udp/gstudpsink.h:
2030           Fix includes for MSVC and GLib-2.14.0 (#492388).
2031
2032         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
2033           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
2034
2035 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
2036
2037         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
2038         (gst_mulawdec_chain):
2039         * gst/law/mulaw-decode.h:
2040         Calculate outgoing buffer duration if incoming buffer didn't have a
2041         valid duration.
2042
2043 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
2044
2045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
2046         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
2047         Smarter combine_flow code that also deals with downstream elements
2048         returning UNEXPECTED when they receive data out of the segment
2049         boundaries. Fixes #491305.
2050
2051 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2052
2053         * sys/v4l2/v4l2src_calls.c:
2054           Fix 'unused variable' compiler warning when compiling against
2055           older kernel headers.
2056
2057 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
2058
2059         * ext/taglib/gstid3v2mux.cc (add_funcs):
2060           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
2061
2062 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
2063
2064         * tests/check/pipelines/simple-launch-lines.c:
2065            Improve the tests a little more.
2066
2067 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
2068
2069         patch by: Yun Zheng Hu
2070
2071         * sys/osxaudio/gstosxaudiosrc.c:
2072         Use default input device instead of default output device and
2073         only memcpy actual available bytes.
2074
2075 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2076
2077         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2078           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2079           early. It is temporary until we find something better.
2080
2081 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2082
2083         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2084
2085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2086         Fix race when pausing a RTSP stream in interleaved.
2087         Fixes #475784.
2088
2089 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2090
2091         Patch by: Peter Kjellerstedt <pkj at axis com>
2092
2093         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2094         Use correct unref function for buffers. #488844.
2095
2096 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2097
2098         * gst/avi/gstavimux.c:
2099         * tests/check/elements/avimux.c:
2100           Add some debug and sync tests with the fix.     
2101
2102 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2103
2104         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2105
2106         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2107         When the socket is used by the app for other purposes, don't generate an
2108         error if there is activaty on the socket that is not data related.
2109         Fixes #487488.
2110
2111 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2112
2113         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2114         (gst_v4l2src_grab_frame):
2115         Add some more debug info. Generate an error when we run out of buffers
2116         for some reason. See #480557.
2117
2118 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2119
2120         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2121
2122         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2123         Set marker bit correctly.
2124
2125 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2126
2127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2128         Use allowed name for the GstStructure.
2129
2130 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2131
2132         * ext/gconf/gstswitchsink.c:
2133         * gst/autodetect/gstautoaudiosink.c:
2134           Use new gst_bus_pop_filtered().
2135
2136 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2137
2138         * sys/v4l2/gstv4l2src.c:
2139         * sys/v4l2/v4l2src_calls.c:
2140           When probing the formats and sizes a camera supports, make
2141           sure the best ones (highest resolution, prefered format)
2142           end up at the beginning of the probed caps and the less
2143           desirable ones at the end.  This is important because the
2144           order within the caps matters for things like fixation and
2145           negotiation, ie. what format is chosen in the end.
2146           With recent kernels, the current probing code will end up
2147           querying the supported sizes from lowest resolution to
2148           highest resolution, adding them to the probed caps in that
2149           order, resulting to v4l2src fixating to the lowest possible
2150           resolution if downstream does not express a size preference.
2151           Also make up a somewhat random ranking of prefered output
2152           formats for the same reason. Fixes #485828.
2153         
2154 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2155
2156         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2157
2158         * gst/id3demux/id3v2frames.c:
2159           Extract license/copyright URIs from ID3v2 WCOP frames
2160           (Fixes #447000).
2161
2162         * tests/check/elements/id3demux.c:
2163         * tests/files/Makefile.am:
2164         * tests/files/id3-447000-wcop.tag:
2165           Add simple unit test.
2166
2167 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         * ext/taglib/gstid3v2mux.cc:
2170           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2171           Prerequisite for #447000.
2172
2173 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2174
2175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2176         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2177         a GstClockTime.
2178
2179 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2180
2181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2182         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2183         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2184         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2185         (gst_rtspsrc_change_state):
2186         More seeking fixes, mostly passing around the new playback segment in
2187         order to configure it properly.
2188         Also reset base_time of udp sources when setting them back to PLAYING as
2189         a temporary hack until core supports seek in live sources properly.
2190
2191 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2192
2193         * gst/rtp/gstrtpmp4adepay.c:
2194         Fix caps as to not confuse autopluggers.
2195
2196 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2197
2198         * gst/id3demux/gstid3demux.c:
2199         * gst/id3demux/gstid3demux.h:
2200         * gst/id3demux/id3tags.c:
2201         * gst/id3demux/id3tags.h:
2202         * gst/id3demux/id3v2frames.c:
2203           Port ID3 tag demuxer over to the new GstTagDemux in -base
2204           (now would be a good time to test re-importing your music
2205           collection).
2206
2207 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2208
2209         * gst/apetag/Makefile.am:
2210         * gst/apetag/gstapedemux.c:
2211         * gst/apetag/gstapedemux.h:
2212         * gst/apetag/gsttagdemux.c:
2213         * gst/apetag/gsttagdemux.h:
2214           Port APE tag demuxer over to the new GstTagDemux in -base.
2215
2216 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2217
2218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2219         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2220         (gst_rtspsrc_handle_internal_src_query),
2221         (gst_rtspsrc_handle_src_query), (new_session_pad),
2222         (gst_rtspsrc_stream_configure_tcp),
2223         (gst_rtspsrc_stream_configure_transport),
2224         (gst_rtspsrc_loop_send_cmd):
2225         Improve flushing behaviour.
2226         Set state of the udp sources to PAUSE/PLAYING correctly.
2227         Handle events and queries for UDP and TCP transport now.
2228
2229 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2230
2231         * gst/rtp/gstrtpgsmdepay.c:
2232         * gst/rtp/gstrtpgsmpay.c:
2233           Add log category.
2234
2235 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2236
2237         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2238
2239         * tests/check/Makefile.am:
2240         * tests/check/pipelines/simple-launch-lines.c:
2241           Add unit tests for payloaders/depayloaders.
2242
2243 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2244
2245         * gst/avi/gstavimux.c:
2246         * gst/avi/gstavimux.h:
2247           Also save codec data for audio streams. Fixes #482495.
2248
2249 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2250
2251         * gst/avi/gstavimux.c:
2252           Fix "Index entry has invalid stream nr 1".
2253           Add support for muxing aac - work in progress (see #482495).
2254
2255 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2256
2257         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2258         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2259         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2260         * gst/rtsp/gstrtspsrc.h:
2261         Parse bandwidth modifiers, they are not yet configured in the session
2262         manager because we don't have an API for that yet.
2263
2264 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2265
2266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2267         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2268         Use shiny new function in -base to get the default clock-rate.
2269         Update some docs.
2270
2271 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2272
2273         * win32/MANIFEST:
2274         Add files to win32 manifest.
2275         * win32/vs6/libgstaudiofx.dsp:
2276         * win32/vs6/libgstqtdemux.dsp:
2277         * win32/vs6/libgstrtp.dsp:
2278         * win32/vs6/libgstrtsp.dsp:
2279         Update project files.
2280
2281 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2282
2283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2284         (gst_rtspsrc_play):
2285         * gst/rtsp/gstrtspsrc.h:
2286         In TCP mode, only timestamp the first buffer. TCP is not real time and
2287         it does not make sense to try to skew compensate, also some servers send
2288         the first batch of data in a burst.
2289
2290 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2291
2292         * gst/matroska/matroska-demux.c:
2293           Fix setting the discont flag on the first buffer
2294           pushed downstream for formats with private codec
2295           data that needs to be deserialised into buffers
2296           (such as vorbis and FLAC when in a matroska container).
2297
2298 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2299
2300         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2301
2302         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2303         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2304         (gst_rtp_mp4v_pay_handle_buffer):
2305         * gst/rtp/gstrtpmp4vpay.h:
2306         Free the config string. Fixes #480707.
2307         Clean up the timestamp code a little.
2308
2309 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2310
2311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2312         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2313         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2314         * gst/rtsp/gstrtspsrc.h:
2315         Set timestamps on RTP buffers in interleaved mode.
2316         Mark first buffers with a DISCONT.
2317         Remove flush hack now that sync for live sources has been figured out.
2318
2319 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2320
2321         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2322         Update documentation.
2323
2324 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2325
2326         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2327         (gst_rtp_xqt_depay_change_state):
2328         * gst/qtdemux/gstrtpxqtdepay.h:
2329         Fail if we don't know the quicktime format.
2330
2331 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2332
2333         * ext/flac/gstflacenc.c:
2334         * ext/flac/gstflacenc.h:
2335           Save the flow return from the last gst_pad_push() and
2336           make sure we pass the right flow return value upstream
2337           in the case of failure; minor clean-ups.
2338
2339 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2340
2341         * ext/taglib/gstapev2mux.cc:
2342         * ext/taglib/gstid3v2mux.cc:
2343         * gst/apetag/gstapedemux.c:
2344           Add support for the new GST_TAG_COMPOSER (#459809).
2345
2346 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2347
2348         * gst/law/alaw-decode.c:
2349         * gst/law/alaw-decode.h:
2350         * gst/law/alaw-encode.c:
2351         * gst/law/alaw-encode.h:
2352         * gst/law/alaw.c:
2353         * gst/law/mulaw-conversion.h:
2354           Compulsive clean-ups: use boilerplate macros, add debug
2355           categories, fix up things to conform to symbol nomenklatura,
2356           etc.
2357
2358 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2359
2360         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2361
2362         * gst/law/alaw-decode.c:
2363         * gst/law/alaw-encode.c:
2364           Use static tables for A-Law decoding and encoding; this makes
2365           A-Law decoding and encoding less CPU-intensive, but increases
2366           the binary size a bit. Leaving old code around for now,
2367           selectable by a define in the code. Fixes #435435.
2368
2369 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2370
2371         * configure.ac:
2372         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2373         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2374         in configure.ac.
2375
2376 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2377
2378         Patch by: Jan Gerber <j at bootlab dot org>
2379
2380         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2381         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2382
2383 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2384
2385         * sys/oss/gstosshelper.c:
2386           Use GST_WARNING instead of a g_critical. This situation is not caused
2387           by the application.
2388
2389 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2390
2391         * po/LINGUAS:
2392         * po/nl.po:
2393           Updated translations.
2394
2395 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2396
2397         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2398
2399         * po/eu.po:
2400           Added Basque translation.
2401
2402 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2403
2404         translated by: Abel Cheung <abelcheung@gmail.com>
2405
2406         * po/zh_HK.po:
2407         * po/zh_TW.po:
2408           Added Chinese (traditional and Hong Kong) translation.
2409
2410 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2411
2412         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2413
2414         * po/pl.po:
2415           Added Polish translation.
2416
2417 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2418
2419         translated by: Ilkka Tuohela <hile@iki.fi>
2420
2421         * po/fi.po:
2422           Added Finnish translation.
2423
2424 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2425
2426         translated by: Jorge González González <aloriel@gmail.com>
2427
2428         * po/es.po:
2429           Added Spanish translation.
2430
2431 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2432
2433         translated by: Mogens Jaeger <mogens@jaeger.tf>
2434
2435         * po/da.po:
2436           Added Danish translation.
2437
2438 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2439
2440         translated by: Funda Wang <fundawang@linux.net.cn>
2441
2442         * po/zh_CN.po:
2443           Added Chinese (simplified) translation.
2444
2445 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2446
2447         translated by: Alexander Shopov <ash@contact.bg>
2448
2449         * po/bg.po:
2450           Added Bulgarian translation.
2451
2452 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2453
2454         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2455         Set outgoing packet duration because we can. Fixes #478244 some more.
2456
2457 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2458
2459         * ext/cairo/gsttextoverlay.c:
2460           Add info about static leak.
2461         
2462         * tests/check/Makefile.am:
2463         * tests/check/generic/states.c:
2464           Improved state change unit test.
2465
2466 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2467
2468         * docs/plugins/.cvsignore:
2469         * tests/check/.cvsignore:
2470           Ignore registries in any format.
2471
2472 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2473
2474         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2475         Removed some unused code.
2476
2477         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2478         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2479         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2480         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2481         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2482         (gst_rtp_theora_pay_flush_packet):
2483         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2484         Try to preserve the incomming buffer duration on the outgoing
2485         packets. Fixes #478244.
2486
2487 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2488
2489         * ext/taglib/gstapev2mux.cc:
2490         * ext/taglib/gstid3v2mux.cc:
2491           Work around compiler warnings with g++-4.2 when assigning a
2492           string constant to a gchar * (partially fixes #478092).
2493
2494 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2495
2496         * configure.ac:
2497           We require core CVS now for gst_base_src_set_do_timestamp().
2498
2499 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2500
2501         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2503         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2504         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2505         (gst_rtspsrc_handle_message):
2506         Fix compiler warnings shown with Forte.
2507
2508 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2509
2510         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2511         (gst_rtspsrc_dup_printf):
2512         Give meaningfull error when all streams failed to configure for some
2513         reason.
2514
2515 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2516
2517         * gst/rtp/README:
2518         Update README with the design for synchronisation rules of RTP on
2519         sender and receiver.
2520
2521 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2522
2523         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2524         (gst_wavparse_chain):
2525         Don't push EOS from the chain function, the element
2526         driving the pipeline is responsible for this. The bug
2527         this was meant to fix seems to be queue not forwarding
2528         EOS in all cases (see #476514).
2529
2530 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2531
2532         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2533         (gst_level_transform_ip):
2534         * gst/level/gstlevel.h:
2535         Use basetransform segment so that it is correctly managed on flushes and
2536         start/stop.
2537         Report message timestamp as stream time, which is what an application
2538         can understand.
2539
2540 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2541
2542         * ext/taglib/gstapev2mux.cc:
2543         * ext/taglib/gstapev2mux.h:
2544         * ext/taglib/gsttaglibmux.c:
2545         * tests/check/elements/apev2mux.c:
2546         Update my mail address.
2547
2548 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2549
2550         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2551         (gst_wavparse_loop), (gst_wavparse_chain):
2552         Add EOS logic for the push-based mode too. Fixes #476514.
2553
2554 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2555
2556         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2557         * gst/law/alaw-encode.h:
2558         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2559         (gst_mulawenc_chain):
2560         * gst/law/mulaw-encode.h:
2561         Fix law encoder timestamps.
2562
2563 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2564
2565         * ext/gconf/gstgconfaudiosink.c:
2566           Fix warning when building without debug.
2567
2568         * sys/oss/gstossmixertrack.c:
2569           Use const like in alsamixertrack.c (fixes warnings).
2570
2571 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2572
2573         * sys/v4l2/v4l2src_calls.c:
2574         (gst_v4l2src_probe_caps_for_format_and_size):
2575         Fix framerate detection code some more.
2576         Handle the case where there is a weird step in the stepwise framerates.
2577         Don't overwrite the min interval with the framerate, use a temp variable
2578         instead.
2579         Use max in the Continuous framerate intervals instead of step, which is
2580         1 according to the docs. Fixes #475424.
2581
2582 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2583
2584         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2585         Make udpsrc timestamp outgoing buffers based on when they were received.
2586         Also make it output a segment in time.
2587
2588 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2589
2590         * gst/avi/gstavidemux.c:
2591           Plug a little leak. Little code cleanups.
2592
2593 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2594
2595         * configure.ac:
2596           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2597           flac versions, 's good for cross-compilation karma.
2598
2599 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2600
2601         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2602
2603         * gst/rtp/gstrtph263pay.c:
2604           Fix up header structure so that compilers don't add padding
2605           between the structure fields, since that would lead to us
2606           sending RTP packets with broken headers (as is currently the
2607           case when compiling with MSVC). Also see similar fixes in
2608           libgstrtp in gst-plugins-base. (#474616; #471194)
2609
2610 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2611
2612         * sys/v4l2/v4l2src_calls.c:
2613         (gst_v4l2src_probe_caps_for_format_and_size):
2614         Don't overwrite our GValue with 0 but instead use the previously
2615         computed value. Fixes #471823 some more.
2616
2617 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2618
2619         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2620           No tabs in this file please, or gtk-doc will end up documenting
2621           rather absurd class hierarchies.
2622
2623 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2624
2625         * ext/gconf/gstswitchsink.c:
2626           If the new kid element fails to change state for some reason
2627           (e.g. esdsink not being able to connect to the sound server),
2628           forward the error message it posted on the bus instead of just
2629           posting a generic 'Internal state change error: please file a
2630           bug' error message. Fixes #471364.
2631
2632 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2633
2634         * gst/qtdemux/Makefile.am:
2635         * gst/qtdemux/qtdemux.c:
2636           Don't assume tags are encoded as UTF-8 (#473670).
2637
2638 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2639
2640         * sys/v4l2/gstv4l2src.c:
2641         * sys/v4l2/gstv4l2src.h:
2642         * sys/v4l2/v4l2src_calls.c:
2643           Implement LATENCY queries in the crudest way possible so I don't
2644           have to use sync=false any longer when testing with videosinks.
2645
2646 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2647
2648         * configure.ac:
2649           Fix build.
2650
2651 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2652
2653         * sys/v4l2/v4l2src_calls.c:
2654         (gst_v4l2src_probe_caps_for_format_and_size):
2655         Add some more debugging in the framerate function.
2656         Iterate stepwise framerate up to and _including_ the max and if nothing
2657         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2658         don't end up with an empty list. Fixes #471823
2659
2660 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2661
2662         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2663         (gst_multiudpsink_set_clients_string),
2664         (gst_multiudpsink_get_clients_string),
2665         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2666         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2667         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2668         (gst_multiudpsink_clear):
2669         Add property do configure destination address/port pairs
2670         API:GstMultiUDPSink::clients
2671
2672 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2673
2674         * tests/examples/Makefile.am:
2675         * tests/examples/rtp/Makefile.am:
2676         * tests/examples/rtp/client-H263p-AMR.sh:
2677         * tests/examples/rtp/client-H263p-PCMA.sdp:
2678         * tests/examples/rtp/client-H263p-PCMA.sh:
2679         * tests/examples/rtp/client-H264-PCMA.sdp:
2680         * tests/examples/rtp/client-H264-PCMA.sh:
2681         * tests/examples/rtp/client-PCMA.sh:
2682         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2683         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2684         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2685         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2686         Added some RTP example scripts for sending and receiving RTP streams.
2687
2688 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2689
2690         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2691         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2692         Restructure the setcaps function so that we can also compute the
2693         expected GStreamer output size of the video frames.
2694         Set frame_byte_size correctly so that read-based devices have a chance
2695         of working correctly.
2696         When grabbing a frame, discard frames that are not of the expected size.
2697         Some cameras don't output the right framesize for the first buffer.
2698         Try only a couple of times to get a valid frame, else error out.
2699
2700         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2701         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2702         Add some more debug info when scanning the device.
2703
2704         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2705         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2706         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2707         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2708         Add some more debug info when dequeing a frame.
2709
2710 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2711
2712         * gst/wavparse/gstwavparse.c:
2713           More code cleanups. Add some more comment and improve debugs logs.
2714
2715 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2716
2717         * gst/wavparse/gstwavparse.c:
2718         * gst/wavparse/gstwavparse.h:
2719           Implement seek-query. Refactor duration calculations. Appropriate use
2720           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2721           out of loops.
2722
2723 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2724
2725         * gst/avi/gstavidemux.c:
2726           Implement seek-query.
2727
2728 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2729
2730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2731         (gst_rtspsrc_dup_printf):
2732         Use new basesink async property to make sparse RTCP packet not wait for
2733         preroll.
2734
2735 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2736
2737         * gst/audiofx/Makefile.am:
2738         Dist the right file.
2739
2740 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2741
2742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2743         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2744         Make sure we generate and parse floating point values in the POSIX
2745         locale instead of the current locale. 
2746
2747 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2748
2749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2750         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2751         (gst_rtspsrc_play):
2752         * gst/rtsp/gstrtspsrc.h:
2753         Fix method detection again.
2754         Keep track of when we must send a Range header.
2755         Use segment values for Range, Speed and Scale headers.
2756         Parse Speed and Scale headers to update the segment values.
2757
2758 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2759
2760         patch by: Mark Nauwelaerts <manauw@skynet.be>
2761
2762         * sys/v4l2/v4l2src_calls.c:
2763           Handle optional v4l2 ioctls gracefully.
2764
2765 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2766
2767         * gst/rtp/Makefile.am:
2768         * gst/rtp/gstrtp.c: (plugin_init):
2769         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2770         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2771         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2772         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2773         (gst_rtp_h263_depay_get_property),
2774         (gst_rtp_h263_depay_change_state),
2775         (gst_rtp_h263_depay_plugin_init):
2776         * gst/rtp/gstrtph263depay.h:
2777         Added an H263 depayloader. Fixes #369392.
2778
2779         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2780         (gst_rtp_h263p_depay_process):
2781         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2782         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2783         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2784         payloads.
2785         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2786
2787 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2788
2789         * gst/audiofx/audiochebyshevfreqband.c:
2790         * gst/audiofx/audiochebyshevfreqlimit.c:
2791         Add small comparision with the windowed sinc filters in the docs.
2792
2793 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2794
2795         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2796         (audiochebyshevfreqband_suite):
2797         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2798         (audiochebyshevfreqlimit_suite):
2799         Also test 32 bit float mode and the type 2 variants of the filters.
2800
2801 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2802
2803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2804         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2805         (gst_rtspsrc_loop):
2806         Refactor the udp and interleaved loop function a bit.
2807
2808 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2809
2810         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2811         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2812         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2813         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2814         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2815         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2816         * gst/rtsp/gstrtspsrc.h:
2817         Protect connection activity with a new lock, avoids deadlocks when going
2818         to PAUSED. Fixes #455808.
2819
2820 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2821
2822         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2823         Fix debug statement.
2824
2825 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2826
2827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2828         Fix stray %u in debug line as spotted by Saur on IRC.
2829
2830 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2831
2832         * gst/audiofx/audiochebyshevfreqband.c:
2833         (gst_audio_chebyshev_freq_band_class_init):
2834         * gst/audiofx/audiochebyshevfreqlimit.c:
2835         (gst_audio_chebyshev_freq_limit_class_init):
2836         Use generator macros for the process functions for the different
2837         sample types, add lower upper boundaries for the GObject properties
2838         so automatically generated UIs can use sliders and add a note about
2839         the number of poles as a too high number of poles combined with
2840         very low or very high frequencies will produce only noise.
2841         * docs/plugins/gst-plugins-good-plugins.args:
2842         Regenerated for the property changes.
2843
2844 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2845
2846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2847         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2848         (gst_rtspsrc_stream_configure_udp_sink),
2849         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2850         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2851         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2852         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2853         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2854         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2855         * gst/rtsp/gstrtspsrc.h:
2856         Improve timeout handling.
2857         Use the same socket for sending and receiving RTCP packets so that some
2858         servers can track clients better.
2859         Improve connection closed handling. Try to reconnect.
2860         Don't overwrite our content base with NULL.
2861         Improve debugging.
2862         Improve range parsing and handling.
2863         Remove flushing hack now that core does the right thing.
2864
2865 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2866
2867         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2868         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2869         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2870         (gst_multiudpsink_close), (gst_multiudpsink_add):
2871         * gst/udp/gstmultiudpsink.h:
2872         Add support for getting and setting the socket to use.
2873
2874         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2875         (gst_udpsrc_create), (gst_udpsrc_get_property):
2876         Add support for getting the currently used socket.
2877
2878 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2879
2880         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2881
2882         * gst/audiofx/Makefile.am:
2883         * gst/audiofx/audiochebyshevfreqband.c:
2884         (gst_audio_chebyshev_freq_band_mode_get_type),
2885         (gst_audio_chebyshev_freq_band_base_init),
2886         (gst_audio_chebyshev_freq_band_dispose),
2887         (gst_audio_chebyshev_freq_band_class_init),
2888         (gst_audio_chebyshev_freq_band_init),
2889         (generate_biquad_coefficients), (calculate_gain),
2890         (generate_coefficients),
2891         (gst_audio_chebyshev_freq_band_set_property),
2892         (gst_audio_chebyshev_freq_band_get_property),
2893         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2894         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2895         (gst_audio_chebyshev_freq_band_start):
2896         * gst/audiofx/audiochebyshevfreqband.h:
2897         * gst/audiofx/audiochebyshevfreqlimit.c:
2898         (gst_audio_chebyshev_freq_limit_mode_get_type),
2899         (gst_audio_chebyshev_freq_limit_base_init),
2900         (gst_audio_chebyshev_freq_limit_dispose),
2901         (gst_audio_chebyshev_freq_limit_class_init),
2902         (gst_audio_chebyshev_freq_limit_init),
2903         (generate_biquad_coefficients), (calculate_gain),
2904         (generate_coefficients),
2905         (gst_audio_chebyshev_freq_limit_set_property),
2906         (gst_audio_chebyshev_freq_limit_get_property),
2907         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2908         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2909         (gst_audio_chebyshev_freq_limit_start):
2910         * gst/audiofx/audiochebyshevfreqlimit.h:
2911         * gst/audiofx/audiofx.c: (plugin_init):
2912         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2913         Fixes #464800.
2914
2915         * tests/check/Makefile.am:
2916         * tests/check/elements/.cvsignore:
2917         * tests/check/elements/audiochebyshevfreqband.c:
2918         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2919         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2920         * tests/check/elements/audiochebyshevfreqlimit.c:
2921         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2922         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2923         Add unit tests for the chebyshev filters.
2924
2925         * docs/plugins/Makefile.am:
2926         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2927         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2928         * docs/plugins/gst-plugins-good-plugins.args:
2929         * docs/plugins/inspect/plugin-1394.xml:
2930         * docs/plugins/inspect/plugin-audiofx.xml:
2931         * docs/plugins/inspect/plugin-dv.xml:
2932         * docs/plugins/inspect/plugin-flac.xml:
2933         * docs/plugins/inspect/plugin-jpeg.xml:
2934         * docs/plugins/inspect/plugin-png.xml:
2935         * docs/plugins/inspect/plugin-rtp.xml:
2936         * docs/plugins/inspect/plugin-shout2send.xml:
2937         * docs/plugins/inspect/plugin-wavpack.xml:
2938         And add docs for the chebyshev filters. While doing
2939         that also run make update in docs/plugins.
2940
2941 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2942
2943         * ext/annodex/gstcmmltag.c:
2944         * gst/rtp/gstrtpvorbispay.c:
2945           Make ro memory to share.
2946
2947 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2948
2949         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2950         Improve UDP performance by avoiding a select() when we have data
2951         available immediatly.
2952
2953 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2954
2955         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2956         (gst_rtp_dec_class_init):
2957         * gst/rtsp/gstrtpdec.h:
2958         Add (dummy) SSRC management signals.
2959
2960         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2961         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2962         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2963         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2964         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2965         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2966         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2967         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2968         * gst/rtsp/gstrtspsrc.h:
2969         Add connection-speed property.
2970         Add find_stream helper functions.
2971         Handle stream EOS based on BYE messages or SSRC timeout.
2972         Returns SUCCESS from the state change function as we hide our async
2973         elements from the parent.
2974
2975 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2976
2977         * gst/debug/rndbuffersize.c:
2978           Fix da leak.
2979
2980 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2981
2982         * gst/debug/Makefile.am:
2983         * gst/debug/breakmydata.c:
2984         * gst/debug/gstdebug.c:
2985         * gst/debug/negotiation.c:
2986         * gst/debug/progressreport.c:
2987         * gst/debug/rndbuffersize.c:
2988         * gst/debug/testplugin.c:
2989           Add new test element and clean-up the others a little.
2990
2991 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2992
2993         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2994         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2995
2996 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2997
2998         * gst/rtp/gstrtpilbcdepay.c:
2999           Include stdlib.
3000
3001 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
3002
3003         * gst/rtp/gstrtpmpvdepay.c:
3004         Set the mpegversion in the caps so that autoplugging does not get
3005         confused.
3006
3007 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
3008
3009         * po/hu.po:
3010         * po/uk.po:
3011         * po/vi.po:
3012           Updated translations.
3013
3014 2007-08-08  Michael Smith <msmith@fluendo.com>
3015
3016         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3017           Render right border in the correct location.
3018
3019 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
3020
3021         Patch by: Olivier Crete <tester at tester dot ca>
3022
3023         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
3024         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3025         Make mode property a string. Fixes #464475.
3026
3027 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3028
3029         * ext/flac/gstflacenc.c:
3030           Widen caps to match decoder a bit and add more FIXMEs.
3031
3032 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
3033
3034         patch by: Mark Nauwelaerts <manauw@skynet.be>
3035
3036         * gst/avi/gstavimux.c:
3037           Fix ODML index tag numbering. Fixes #463624.
3038
3039 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
3040
3041         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
3042         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3043         (gst_rtspsrc_stream_configure_tcp),
3044         (gst_rtspsrc_stream_configure_udp_sink):
3045         Fix default clock-rate for realmedia.
3046         Fix parsing of transport.
3047         Don't try to link NULL pads.
3048
3049 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
3050
3051         * po/POTFILES.skip:
3052           Add POTFILES.skip with list of source files that aren't disted at the
3053           moment but contain translatable strings. Should hopefully pacify
3054           broken tools and make it clearer that these files are left out
3055           intentionally (#461600).
3056
3057 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
3058
3059         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
3060         If the buffer was entirely clipped ... don't try sending it :)
3061
3062 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3063
3064         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
3065         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
3066         (gst_rtspsrc_create_transports_string),
3067         (gst_rtspsrc_prepare_transports):
3068         If we don't hav a session manager, set the caps on outgoing buffers
3069         ourselves.
3070         Force PAUSE/PLAY methods for now until the extensions can overwrite.
3071         Append final bit of the transport string even when it does not contain a
3072         placeholder.
3073
3074 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3075
3076         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3077         (gst_rtsp_ext_list_connect):
3078         * gst/rtsp/gstrtspext.h:
3079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3080         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3081         Clean up the interface list.
3082         Allow connecting to interface signals for the extensions.
3083         Remove old extension code.
3084         Free list on cleanup.
3085         Allow extensions to send additional RTSP messages.
3086
3087 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3088
3089         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3090         Handle a NULL gconf key gracefully by rendering the default element.
3091
3092 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3093
3094         * gst/rtsp/gstrtspext.h:
3095         Fix include path for extension interface.
3096
3097 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3098
3099         * gst/audiofx/audioamplify.h:
3100         Also remove a now unecessary variable here.
3101
3102 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3103
3104         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3105         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3106         * gst/audiofx/audiodynamic.c:
3107         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3108         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3109         * gst/audiofx/audiodynamic.h:
3110         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3111         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3112         * gst/audiofx/audioinvert.h:
3113         Don't save format information ourselves, this is already saved in
3114         GstAudioFilter.
3115
3116 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3117
3118         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3119         (gst_rtsp_ext_list_stream_select):
3120         * gst/rtsp/gstrtspext.h:
3121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3122         Use rank to filter out extensions.
3123         Add url to stream_select interface call.
3124
3125 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3126
3127         * gst/rtsp/Makefile.am:
3128         * gst/rtsp/base64.c:
3129         * gst/rtsp/base64.h:
3130         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3131         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3132         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3133         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3134         (gst_rtsp_ext_list_setup_media),
3135         (gst_rtsp_ext_list_configure_stream),
3136         (gst_rtsp_ext_list_get_transports),
3137         (gst_rtsp_ext_list_stream_select):
3138         * gst/rtsp/gstrtspext.h:
3139         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3140         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3141         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3142         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3143         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3144         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3145         (gst_rtspsrc_stream_configure_tcp),
3146         (gst_rtspsrc_stream_configure_mcast),
3147         (gst_rtspsrc_stream_configure_udp),
3148         (gst_rtspsrc_stream_configure_udp_sink),
3149         (gst_rtspsrc_stream_configure_transport),
3150         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3151         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3152         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3153         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3154         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3155         (gst_rtspsrc_parse_methods),
3156         (gst_rtspsrc_create_transports_string),
3157         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3158         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3159         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3160         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3161         * gst/rtsp/gstrtspsrc.h:
3162         * gst/rtsp/rtsp.h:
3163         * gst/rtsp/rtspconnection.c:
3164         * gst/rtsp/rtspconnection.h:
3165         * gst/rtsp/rtspdefs.c:
3166         * gst/rtsp/rtspdefs.h:
3167         * gst/rtsp/rtspext.h:
3168         * gst/rtsp/rtspextwms.c:
3169         * gst/rtsp/rtspextwms.h:
3170         * gst/rtsp/rtspmessage.c:
3171         * gst/rtsp/rtspmessage.h:
3172         * gst/rtsp/rtsprange.c:
3173         * gst/rtsp/rtsprange.h:
3174         * gst/rtsp/rtsptransport.c:
3175         * gst/rtsp/rtsptransport.h:
3176         * gst/rtsp/rtspurl.c:
3177         * gst/rtsp/rtspurl.h:
3178         * gst/rtsp/sdp.h:
3179         * gst/rtsp/sdpmessage.c:
3180         * gst/rtsp/sdpmessage.h:
3181         * gst/rtsp/test.c:
3182         Use shiny new RTSP and SDP library.
3183         Implement RTSP extensions using the new interface.
3184         Remove a lot of old code.
3185
3186 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3187
3188         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3189         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3190
3191 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3192
3193         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3194         Don't unref the outgoing buffer twice when dropping it because it's
3195         outside of the segment.
3196
3197 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * configure.ac:
3200         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3201         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3202         Use the new buffer clipping function from gstaudio here and
3203         require gst-plugins-base CVS.
3204         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3205         For framed Wavpack buffers we require a valid timestamp.
3206
3207 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3208
3209         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3210         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3211         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3212         Clip raw audio and video when we can, keep track of current output
3213         segment.
3214         Don't leak buffers and events when there is no output pad.
3215         Improve debugging here and there.
3216
3217 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3218
3219         * configure.ac:
3220           Sync liboil check with plugins-base.
3221
3222 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3223
3224         * ext/annodex/Makefile.am:
3225           Fix CFLAGS/LIBS.
3226
3227         * ext/cdio/gstcdiocddasrc.c:
3228         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3229           Include stdlib
3230
3231         * ext/cairo/Makefile.am:
3232         * gst/videofilter/Makefile.am:
3233         * tests/examples/level/Makefile.am:
3234           Use $(LIBM) instead of -lm
3235
3236 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3237
3238         * sys/v4l2/gstv4l2src.c:
3239           Add another example pipeline.
3240
3241 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3242
3243         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3244
3245         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3246           Use define here.
3247
3248         * sys/v4l2/gstv4l2tuner.c:
3249         (gst_v4l2_tuner_set_frequency_and_notify):
3250           Don't touch the property - its still disabled.
3251
3252         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3253         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3254         * sys/v4l2/v4l2src_calls.h:
3255           Improve fallback format negotionation. Fixes #451388
3256
3257 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3258
3259         * tests/check/elements/videocrop.c: (GST_START_TEST):
3260           Fix the test.
3261
3262 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3263
3264         * docs/plugins/Makefile.am:
3265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3267         * docs/plugins/inspect/plugin-jpeg.xml:
3268         * docs/plugins/inspect/plugin-png.xml:
3269         * ext/jpeg/gstjpegdec.c:
3270         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3271         (gst_pngdec_sink_setcaps):
3272           More docs. More logs in pngdec.
3273
3274 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3275
3276         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3277           Initialize num_buffers with minimum value.
3278
3279         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3280         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3281           Handle frame-size query failure gracefully.
3282
3283 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3284
3285         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3286         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3287         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3288         of qt/aac files.
3289
3290 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3291
3292         * ext/wavpack/gstwavpackdec.c:
3293         (gst_wavpack_dec_clip_outgoing_buffer):
3294         Fix buffer clipping to correctly clip to the segment stop.
3295
3296 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3297
3298         * configure.ac:
3299         * tests/Makefile.am:
3300         Remove bogus check for libcheck, since we check for
3301         gstreamer-check and it pulls in the required info from there,
3302         and we weren't actually _using_ the information for libcheck
3303         ourselves anyway.
3304
3305 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3306
3307         * configure.ac:
3308           Use pkg-config to locate check.
3309
3310 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3311
3312         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3313         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3314         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3315         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3316         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3317         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3318         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3319         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3320         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3321         * gst/effectv/gstrev.c: (gst_revtv_transform):
3322         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3323         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3324         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3325         * gst/matroska/matroska-demux.c:
3326         (gst_matroska_demux_add_wvpk_header),
3327         (gst_matroska_demux_check_subtitle_buffer),
3328         (gst_matroska_decode_buffer):
3329         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3330           Fix build against core CVS.
3331
3332 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3333
3334         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3335         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3336         don't have enough granularity to convert that boolean into a
3337         GstFlowReturn.
3338
3339 2007-07-06  Michael Smith <msmith@fluendo.com>
3340
3341         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3342         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3343         (gst_alawdec_change_state):
3344         * gst/law/alaw-decode.h:
3345         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3346         (gst_mulawdec_class_init), (gst_mulawdec_init),
3347         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3348         * gst/law/mulaw-decode.h:
3349           Fix capsnego bogosity in *law decoders. 
3350
3351 2007-07-06  Michael Smith <msmith@fluendo.com>
3352
3353         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3354         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3355         (gst_smokeenc_change_state):
3356         * ext/jpeg/gstsmokeenc.h:
3357           Remove stupidity in get/set caps functions.
3358           Fix some refcounting problems.
3359
3360 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3361
3362         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3363         Remove endianness-flipping hack that seems to have been required
3364         only because of a bug in ffmpegcolorspace.
3365         Partially Fixes: #451908
3366
3367 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3368
3369         * docs/plugins/Makefile.am:
3370           Simplify --extra-dir as gtkdoc scans recursively.
3371
3372 2007-07-03  Wim Taymans  <wim@fluendo.com>
3373
3374         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3375
3376         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3377         Set the encoding-name in the rtp caps to all uppercase, as required by
3378         the caps spec.
3379         Some small cleanups in the error paths. Fixes #453037.
3380
3381 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3382
3383         * ext/wavpack/gstwavpackparse.c:
3384         (gst_wavpack_parse_index_get_last_entry),
3385         (gst_wavpack_parse_index_get_entry_from_sample),
3386         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3387         (gst_wavpack_parse_scan_to_find_sample):
3388         * ext/wavpack/gstwavpackparse.h:
3389         Use a GSList for the GArray that is used like a list anyway.
3390
3391 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3392
3393         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3394         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3395         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3396           Add state change function where we set 0/1 as default framerate in
3397           case our setcaps function isn't called, like it might not in a
3398           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3399           gdkpixbufdec trying to create caps with a 0/0 framerate.
3400           Also post an error message on the bus if gst_pad_push() fails when
3401           called from our sink event handler (+1 for flow returns for event
3402           functions in 0.11) instead of failing silently.
3403
3404 2007-06-27  Wim Taymans  <wim@fluendo.com>
3405
3406         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3407         Cast stack args to the proper types. Fixes #451249.
3408
3409 2007-06-27  Wim Taymans  <wim@fluendo.com>
3410
3411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3412         (new_session_pad), (gst_rtspsrc_setup_streams):
3413         * gst/rtsp/gstrtspsrc.h:
3414         For container formats we only need to activate one of the streams so
3415         that we correctly signal no-more-pads. Fixes #451015.
3416
3417 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3418
3419         * docs/plugins/gst-plugins-good-plugins.args:
3420         * docs/plugins/inspect/plugin-aasink.xml:
3421         * docs/plugins/inspect/plugin-alaw.xml:
3422         * docs/plugins/inspect/plugin-alpha.xml:
3423         * docs/plugins/inspect/plugin-alphacolor.xml:
3424         * docs/plugins/inspect/plugin-annodex.xml:
3425         * docs/plugins/inspect/plugin-apetag.xml:
3426         * docs/plugins/inspect/plugin-audiofx.xml:
3427         * docs/plugins/inspect/plugin-auparse.xml:
3428         * docs/plugins/inspect/plugin-autodetect.xml:
3429         * docs/plugins/inspect/plugin-avi.xml:
3430         * docs/plugins/inspect/plugin-cacasink.xml:
3431         * docs/plugins/inspect/plugin-cairo.xml:
3432         * docs/plugins/inspect/plugin-cdio.xml:
3433         * docs/plugins/inspect/plugin-cutter.xml:
3434         * docs/plugins/inspect/plugin-debug.xml:
3435         * docs/plugins/inspect/plugin-efence.xml:
3436         * docs/plugins/inspect/plugin-effectv.xml:
3437         * docs/plugins/inspect/plugin-esdsink.xml:
3438         * docs/plugins/inspect/plugin-flac.xml:
3439         * docs/plugins/inspect/plugin-flxdec.xml:
3440         * docs/plugins/inspect/plugin-gconfelements.xml:
3441         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3442         * docs/plugins/inspect/plugin-goom.xml:
3443         * docs/plugins/inspect/plugin-halelements.xml:
3444         * docs/plugins/inspect/plugin-icydemux.xml:
3445         * docs/plugins/inspect/plugin-id3demux.xml:
3446         * docs/plugins/inspect/plugin-jpeg.xml:
3447         * docs/plugins/inspect/plugin-ladspa.xml:
3448         * docs/plugins/inspect/plugin-level.xml:
3449         * docs/plugins/inspect/plugin-matroska.xml:
3450         * docs/plugins/inspect/plugin-mulaw.xml:
3451         * docs/plugins/inspect/plugin-multipart.xml:
3452         * docs/plugins/inspect/plugin-navigationtest.xml:
3453         * docs/plugins/inspect/plugin-ossaudio.xml:
3454         * docs/plugins/inspect/plugin-png.xml:
3455         * docs/plugins/inspect/plugin-quicktime.xml:
3456         * docs/plugins/inspect/plugin-rtp.xml:
3457         * docs/plugins/inspect/plugin-rtsp.xml:
3458         * docs/plugins/inspect/plugin-smpte.xml:
3459         * docs/plugins/inspect/plugin-speex.xml:
3460         * docs/plugins/inspect/plugin-taglib.xml:
3461         * docs/plugins/inspect/plugin-udp.xml:
3462         * docs/plugins/inspect/plugin-videobalance.xml:
3463         * docs/plugins/inspect/plugin-videobox.xml:
3464         * docs/plugins/inspect/plugin-videocrop.xml:
3465         * docs/plugins/inspect/plugin-videoflip.xml:
3466         * docs/plugins/inspect/plugin-videomixer.xml:
3467         * docs/plugins/inspect/plugin-wavenc.xml:
3468         * docs/plugins/inspect/plugin-wavparse.xml:
3469         * docs/plugins/inspect/plugin-ximagesrc.xml:
3470           Update docs with caps info.
3471
3472 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3473
3474         * po/POTFILES.in:
3475           Add more files with translatable strings (#450878).
3476
3477 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3478
3479         * MAINTAINERS:
3480         Updating all the maintainers files
3481
3482 2007-06-22  Edward Hervey  <edward@fluendo.com>
3483
3484         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3485         * gst/interleave/deinterleave.c: (deinterleave_init),
3486         (deinterleave_sink_link):
3487         * gst/interleave/interleave.c: (interleave_init):
3488         * gst/median/gstmedian.c: (gst_median_init):
3489         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3490         Fix memory leaks.
3491         * tests/check/elements/id3demux.c: (pad_added_cb):
3492         Remove unused variable.
3493
3494 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3495
3496         * ext/gconf/gconf.h:
3497         Make the prototype of gst_gconf_get_key_for_sink_profile
3498         match the implementation.
3499         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3500         Fixes: #449747
3501
3502 2007-06-20  Michael Smith <msmith@fluendo.com>
3503
3504         * gst/rtp/gstrtpdepay.c:
3505           Fix description - rtpdepay is not a payloader.
3506
3507 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3508
3509         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3510         (qtdemux_video_caps):
3511         * gst/qtdemux/qtdemux_fourcc.h:
3512           Add MJPG to the variants of motion jpeg.
3513
3514 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3515
3516         * tests/check/Makefile.am:
3517         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3518         * tests/check/elements/videocrop.c: (GST_START_TEST):
3519         * tests/check/elements/videofilter.c:
3520         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3521         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3522           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3523           error flags are included and it errors out on compiler warnings
3524           for CVS builds; remove unused variables in various unit tests.
3525
3526 2007-06-19  Wim Taymans  <wim@fluendo.com>
3527
3528         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3529         (rtsp_connection_close), (rtsp_connection_free):
3530         Use threadsafe inet_ntop to convert an ip number to a string. 
3531         Fixes #447961.
3532         Don't leak fd (and ip) when freeing a connection without first closing
3533         it.
3534
3535 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3536
3537         * configure.ac:
3538         Back to CVS
3539
3540         * gst-plugins-good.doap:
3541         Add 0.10.6 to the doap file.
3542
3543 === release 0.10.6 ===
3544
3545 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3546
3547         * configure.ac:
3548           releasing 0.10.6, "Wobble Board"
3549
3550 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3551
3552         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3553         (rtsp_connection_free):
3554           Revert previous commit again, since we are frozen (sorry).
3555
3556 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3557
3558         Patch by: Peter Kjellerstedt <pkj at axis com>
3559
3560         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3561         (rtsp_connection_free):
3562           inet_ntoa() uses a static buffer internally, so we need to copy the
3563           returned string if we want to store it for later (#447961).
3564
3565 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3566
3567         * win32/vs6/autogen.dsp:
3568         * win32/vs6/gst_plugins_good.dsw:
3569         * win32/vs6/libgstalaw.dsp:
3570         * win32/vs6/libgstalpha.dsp:
3571         * win32/vs6/libgstalphacolor.dsp:
3572         * win32/vs6/libgstapetag.dsp:
3573         * win32/vs6/libgstaudiofx.dsp:
3574         * win32/vs6/libgstauparse.dsp:
3575         * win32/vs6/libgstautodetect.dsp:
3576         * win32/vs6/libgstavi.dsp:
3577         * win32/vs6/libgstcutter.dsp:
3578         * win32/vs6/libgstdirectdraw.dsp:
3579         * win32/vs6/libgstdirectsound.dsp:
3580         * win32/vs6/libgsteffectv.dsp:
3581         * win32/vs6/libgstflx.dsp:
3582         * win32/vs6/libgstgoom.dsp:
3583         * win32/vs6/libgsticydemux.dsp:
3584         * win32/vs6/libgstid3demux.dsp:
3585         * win32/vs6/libgstinterleave.dsp:
3586         * win32/vs6/libgstjpeg.dsp:
3587         * win32/vs6/libgstlevel.dsp:
3588         * win32/vs6/libgstmatroska.dsp:
3589         * win32/vs6/libgstmedian.dsp:
3590         * win32/vs6/libgstmonoscope.dsp:
3591         * win32/vs6/libgstmulaw.dsp:
3592         * win32/vs6/libgstmultipart.dsp:
3593         * win32/vs6/libgstqtdemux.dsp:
3594         * win32/vs6/libgstrtp.dsp:
3595         * win32/vs6/libgstrtsp.dsp:
3596         * win32/vs6/libgstsmpte.dsp:
3597         * win32/vs6/libgstspeex.dsp:
3598         * win32/vs6/libgstudp.dsp:
3599         * win32/vs6/libgstvideobalance.dsp:
3600         * win32/vs6/libgstvideobox.dsp:
3601         * win32/vs6/libgstvideocrop.dsp:
3602         * win32/vs6/libgstvideoflip.dsp:
3603         * win32/vs6/libgstvideomixer.dsp:
3604         * win32/vs6/libgstwaveform.dsp:
3605         * win32/vs6/libgstwavenc.dsp:
3606         * win32/vs6/libgstwavparse.dsp:
3607         Mark *.dsp & *.dsw as binary files and convert to DOS line
3608         endings, as they don't load into VS6 correctly otherwise.
3609
3610 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3611
3612         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3613         (rtsp_connection_connect):
3614         Fix the MingW build. 
3615         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3616         Fixes: #446981
3617
3618 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3619
3620         * tests/check/elements/.cvsignore:
3621         * tests/icles/.cvsignore:
3622         Hush the buildbots up
3623
3624 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3625
3626         * configure.ac:
3627         * sys/Makefile.am:
3628         * sys/directdraw/Makefile.am:
3629         * sys/directsound/Makefile.am:
3630         * sys/waveform/Makefile.am:
3631         Make sure to dist everything needed for win32 builds.
3632
3633 2007-06-14  Edward Hervey  <edward@fluendo.com>
3634
3635         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3636         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3637         caps.
3638         Fixes #447458
3639
3640 2007-06-13  Wim Taymans  <wim@fluendo.com>
3641
3642         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3643         Make sure we allocate enough memory for the codec_data.
3644         Fixes #447210.
3645
3646 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3647
3648         * win32/MANIFEST:
3649         Add videocrop project file to the win32 manifest.
3650         * win32/vs6/gst_plugins_good.dsw:
3651         Add qtdemux,videocrop and waveform projects to the workspace.
3652         * win32/vs6/libgstqtdemux.dsp:
3653         Add zlib to the link list of qtdemux.
3654         * win32/vs6/libgstvideocrop.dsp:
3655         Add a project file for videocrop.
3656
3657 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3658
3659         * po/POTFILES.in:
3660         Add qtdemux for translation
3661
3662 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3663
3664         * configure.ac:
3665         * docs/plugins/Makefile.am:
3666         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3667         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3668         * docs/plugins/inspect/plugin-videocrop.xml:
3669         * gst-plugins-good.spec.in:
3670         * sys/Makefile.am:
3671         * tests/check/Makefile.am:
3672         * tests/icles/Makefile.am:
3673         * tests/icles/videocrop-test.c:
3674         Move videocrop and osxvideo from -bad.
3675
3676 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3677
3678         * configure.ac:
3679         * docs/plugins/Makefile.am:
3680         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3681         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3682         * docs/plugins/gst-plugins-good-plugins.args:
3683         * docs/plugins/inspect/plugin-qtdemux.xml:
3684         * docs/plugins/inspect/plugin-quicktime.xml:
3685         * win32/MANIFEST:
3686         Move qtdemux from -bad.
3687
3688         * gst-plugins-good.spec.in:
3689         Update spec file to reflect moving of qtdemux and wavpack
3690
3691 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3692         
3693         * win32/MANIFEST:
3694         * docs/plugins/Makefile.am:
3695         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3696         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3697         * docs/plugins/inspect/plugin-directdraw.xml:
3698         * docs/plugins/inspect/plugin-directsound.xml:
3699         * docs/plugins/inspect/plugin-waveform.xml:
3700         Move the waveform plugin from -bad too. Update the inspect xml
3701         files to mention Plugins Good instead of Plugins Bad.
3702
3703 2007-06-12  Andy Wingo  <wingo@pobox.com>
3704
3705         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3706         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3707         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3708         finalization and resuscitation. No longer public.
3709         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3710         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3711         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3712         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3713         miniobject semantics, and be threadsafe.
3714         (gst_v4l2src_queue_frame): Remove this function, as we just call
3715         the ioctls directly in the two places where we queue buffers.
3716         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3717         directly.
3718         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3719         to allocate the pool, which also preallocates the GstBuffers.
3720         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3721         queueing the frames directly.
3722         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3723         mmap buffers have been dequeued.
3724
3725         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3726         real MiniObject instead of rolling our own refcounting and
3727         finalizing. Give it a lock.
3728         (struct _GstV4l2Buffer): Remove one intermediary object, having
3729         the buffers hold the struct v4l2_buffer directly.
3730
3731         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3732         capture_init so that it can set them on the buffers that it will
3733         create.
3734         (gst_v4l2src_get_read): For better or for worse, include the
3735         timestamping and offsetting code here; really we should be using
3736         bufferalloc though.
3737         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3738         preallocated, mmap'd buffers.
3739
3740 2007-06-11  Wim Taymans  <wim@fluendo.com>
3741
3742         Patch by: daniel fischer <dan at f3c dot com>
3743
3744         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3745         (gst_ximage_src_get_caps):
3746         Actually use the display_name property so that we can dump any
3747         available X display. Fixes #445905.
3748
3749 2007-06-11  Wim Taymans  <wim@fluendo.com>
3750
3751         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3752
3753         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3754         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3755         Add missing rate fields to caps. Fixes #441118.
3756
3757 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3758
3759         * win32/vs6/gst_plugins_good.dsw:
3760         * win32/vs8/gst-plugins-good.sln:
3761         Add DirectSound and DirectDraw sinks project files to
3762         workspace and solution files.
3763
3764 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3765
3766         Patch by: Josh Coalson <xflac at yahoo dot com>,
3767         updated by Alexis Ballier <aballier at gentoo dot org>:
3768
3769         * configure.ac:
3770         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3771         (gst_flac_dec_setup_seekable_decoder),
3772         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3773         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3774         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3775         * ext/flac/gstflacdec.h:
3776         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3777         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3778         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3779         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3780         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3781         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3782         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3783         * ext/flac/gstflacenc.h:
3784         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3785         
3786 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3787
3788         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3789         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3790         not necessary anymore as we need at least that core version. 
3791
3792 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3793
3794         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3795         (gst_wavpack_dec_chain):
3796         * ext/wavpack/gstwavpackdec.h:
3797         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3798         (gst_wavpack_parse_push_buffer):
3799         * ext/wavpack/gstwavpackparse.h:
3800         Improve discont handling by checking if the next Wavpack block has
3801         the expected, following block index.
3802
3803 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3804
3805         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3806           Fix element description.
3807
3808 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3809
3810         * configure.ac:
3811         * docs/plugins/Makefile.am:
3812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3814         * docs/plugins/gst-plugins-good-plugins.args:
3815         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3816         * docs/plugins/gst-plugins-good-plugins.signals:
3817         * docs/plugins/inspect/plugin-autodetect.xml:
3818         * docs/plugins/inspect/plugin-gconfelements.xml:
3819         * docs/plugins/inspect/plugin-ladspa.xml:
3820         * docs/plugins/inspect/plugin-rtp.xml:
3821         * docs/plugins/inspect/plugin-wavpack.xml:
3822         * ext/Makefile.am:
3823         * tests/check/Makefile.am:
3824           move wavpack plugin.  See #352605.
3825
3826 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3827
3828         * configure.ac:
3829         * docs/plugins/Makefile.am:
3830         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3831         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3832         * docs/plugins/gst-plugins-good-plugins.args:
3833         * sys/Makefile.am:
3834         * win32/MANIFEST:
3835         Add DirectDraw & DirectSound plugins to the build and docs.
3836
3837 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3840         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3841           When operating in pull mode, error out correct on not-linked.
3842
3843 2007-06-06  Andy Wingo  <wingo@pobox.com>
3844
3845         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3846         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3847         format and size if the ioctls are defined; should fix compilation
3848         on Linux < 2.16.19.
3849
3850 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3851
3852         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3853           Printf fixes in debug statements; use LOG level for debug statements
3854           that are printed for each and every frame; convert c++ comments to
3855           C-style comments; not much point using g_try_malloc() if we then not
3856           even check the return value.
3857
3858 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3859
3860         * configure.ac:
3861           Bump requirements to released versions (core and base 0.10.13).
3862
3863         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3864           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3865           own implementation.
3866
3867 2007-06-05  Andy Wingo  <wingo@pobox.com>
3868
3869         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3870         some useless comments.
3871
3872         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3873         frames before calling STREAMON, that might leave them in a state
3874         where they can't be dequeued if we go back to NULL without calling
3875         STREAMON, according to the docs.
3876         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3877         before we call STREAMON.
3878         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3879         failures. (For me this code hung.) The pool refcounting is still
3880         crack; added a note to that effect.
3881
3882 2007-06-05  Wim Taymans  <wim@fluendo.com>
3883
3884         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3885         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3886         Add support for mapping gst structure names to the MIME type equivalent.
3887         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3888
3889 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3890
3891         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3892         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3893         (gst_wavenc_chain), (gst_wavenc_change_state):
3894         * gst/wavenc/gstwavenc.h:
3895         Properly write wav files with width!=depth by having the depth most
3896         significant bytes set and all others zero. Fixes #442535.
3897
3898 2007-06-01  Wim Taymans  <wim@fluendo.com>
3899
3900         * gst/rtsp/rtspconnection.c:
3901         Add include to make buildbot happy.
3902
3903 2007-06-01  Wim Taymans  <wim@fluendo.com>
3904
3905         Patch by: Peter Kjellerstedt  <pkj at axis com>
3906
3907         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3908         (rtsp_connection_connect), (add_date_header),
3909         (rtsp_connection_send), (parse_response_status),
3910         (parse_request_line), (parse_line), (rtsp_connection_receive):
3911         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3912         * gst/rtsp/rtspdefs.h:
3913         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3914         (rtsp_message_init_request), (rtsp_message_init_response),
3915         (rtsp_message_remove_header), (rtsp_message_append_headers),
3916         (rtsp_message_dump):
3917         * gst/rtsp/rtspmessage.h:
3918         Improves version checking, allowing an RTSP server to reply with "505
3919         RTSP Version not supported.
3920         Adds a Date header to all messages.
3921         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3922         want to be able to send a response even if something in the request was
3923         invalid. EINVAL is only used when passing wrong arguments to functions.
3924         Do not handle an invalid method in parse_request_line(). Defer this to
3925         the caller so it can respond with "405 Method Not Allowed".
3926         Improves parsing of the timeout parameter to the Session header,
3927         allowing whitespace after the semicolon. 
3928         Avoids a compiler warning due to variables shadowing a function argument.
3929
3930 2007-06-01  Wim Taymans  <wim@fluendo.com>
3931
3932         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3933
3934         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3935         (gst_rtp_amr_depay_process):
3936         * gst/rtp/gstrtpamrdepay.h:
3937         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3938         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3939         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3940         * gst/rtp/gstrtpamrpay.h:
3941         Add support for AMR-WB.
3942         Small cleanups such as using BOILERPLATE.
3943
3944 2007-05-31  Wim Taymans  <wim@fluendo.com>
3945
3946         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3947         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3948
3949 2007-05-30  Andy Wingo  <wingo@pobox.com>
3950
3951         * sys/v4l2/gstv4l2object.h: 
3952         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3953         unintended changes.
3954
3955         * sys/v4l2/v4l2src_calls.h: 
3956         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3957         the format list in the order that the driver gives it to us.
3958         (gst_v4l2src_probe_caps_for_format_and_size)
3959         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3960         based on the capabilities of the device.
3961         (gst_v4l2src_grab_frame): Update for object variable renaming.
3962         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3963         as in the set_caps below.
3964         (gst_v4l2src_capture_init): Update for object variable renaming,
3965         and reflow.
3966         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3967         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3968         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3969         (gst_v4l2src_get_fps): Remove; these functions don't have much
3970         meaning outside of an atomic set_caps method.
3971         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3972         known.
3973
3974         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3975         call to update_fps; not sure about this change.
3976         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3977         moment we don't have an update_fps_func.
3978
3979         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3980         structures in the object, just store what we need. Do store the
3981         probed caps of the device. Don't store the current frame rate.
3982
3983         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3984         update_fps_function, for now. Update for new object variable
3985         naming.
3986         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3987         new object variable naming.
3988         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3989         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3990         (gst_v4l2src_get_caps): Rework to probe the device for supported
3991         frame sizes and frame rates.
3992         (gst_v4l2src_set_caps): Rework to be strict in the given
3993         parameters: if someone asks us to have a certain size and rate,
3994         that is what we configure.
3995         (gst_v4l2src_get_read): Update for object variable naming. Don't
3996         leak buffers on short reads.
3997         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3998         comments.
3999         (gst_v4l2src_create): Update for object variable naming.
4000
4001 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4002
4003         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
4004         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
4005         * gst/avi/gstavidemux.h:
4006           Parse subtitle text streams instead of erroring out (#442034). Still
4007           needs a parser for the subtitles to actually show up.
4008
4009 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4010
4011         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
4012         (gst_avi_demux_loop):
4013           Make _push_event() return TRUE if the event could be pushed on at
4014           least one pad and not only if it could be pushed on all pads,
4015           otherwise we'll end up posting an error message on EOS if one or
4016           more source pads are not connected.
4017
4018 2007-05-28  Wim Taymans  <wim@fluendo.com>
4019
4020         * gst/rtsp/rtsptransport.c:
4021         Use renamed RTP bin.
4022
4023 2007-05-28  Wim Taymans  <wim@fluendo.com>
4024
4025         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
4026
4027         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
4028         (gst_video_box_set_property), (gst_video_box_transform_caps),
4029         (video_box_recalc_transform), (gst_video_box_set_caps),
4030         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
4031         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
4032         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
4033         (gst_video_box_i420_i420), (gst_video_box_transform),
4034         (plugin_init):
4035         Add AYUV->AYUV and AYUV->I420 formats. 
4036         Fix negotiation and I420->AYUV conversion.
4037         Fixes #429329.
4038
4039 2007-05-26  Wim Taymans  <wim@fluendo.com>
4040
4041         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
4042         Use different variables for nested for loops so that the outer loop
4043         functions properly and speex files with multiple frames per buffer work
4044         properly.
4045         Fixes #441408.
4046
4047 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4048
4049         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
4050           Don't leak newsegment events.
4051
4052 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4053
4054         * gst/wavparse/Makefile.am:
4055           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
4056           drags it in.
4057
4058 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4059
4060         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4061         (notgst_value_array_append_buffer),
4062         (gst_flac_enc_process_stream_headers),
4063         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
4064         (gst_flac_enc_change_state):
4065         * ext/flac/gstflacenc.h:
4066           Collect headers, add "streamheader" field to output caps and set
4067           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
4068           produces output according to the official FLAC-to-Ogg mapping
4069           instead of completely broken files. Fixes #426044.
4070
4071 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4072
4073         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
4074         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
4075         (gst_id3demux_sink_event):
4076         * gst/id3demux/gstid3demux.h:
4077         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4078         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4079         (gst_tag_demux_send_new_segment):
4080         Handle and adjust new-segment events so that downstream really
4081         sees a stream with the tag pieces stripped off the front and back.
4082         Fixes strangeness in seeking when mp3 decoders use the new-segment
4083         byte position to estimate their current playback position timestamp
4084         and then the arriving buffers don't match up.
4085
4086 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4087
4088         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4089           Don't unnecessarily perform a READY->NULL->READY transition on the
4090           detected audio sink when starting up. Fixes: #440127
4091
4092 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4093
4094         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4095         (gst_flac_enc_chain):
4096           Don't crash in chain function if setcaps hasn't been called.
4097
4098 2007-05-24  Wim Taymans  <wim@fluendo.com>
4099
4100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4101         Init value to avoid infinte loops.
4102
4103 2007-05-24  Wim Taymans  <wim@fluendo.com>
4104
4105         Patch by: Peter Kjellerstedt  <pkj at axis com>
4106
4107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4108         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4109         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4110         (gst_rtspsrc_play):
4111         (rtsp_connection_send), (rtsp_connection_receive):
4112         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4113         Fix for new API.
4114
4115         * gst/rtsp/rtspconnection.c: (add_auth_header),
4116         Only add authorisation and session headers when sending messages.
4117
4118         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4119         (rtsp_message_init_request), (rtsp_message_init_response),
4120         (rtsp_message_unset), (rtsp_message_add_header),
4121         (rtsp_message_remove_header), (rtsp_message_get_header),
4122         (rtsp_message_append_headers), (dump_key_value),
4123         (rtsp_message_dump):
4124         * gst/rtsp/rtspmessage.h:
4125         Add support for multiple headers of the same type by storing the parsed
4126         headers in a GArray instaed of a hashtable.
4127
4128 2007-05-21  Wim Taymans  <wim@fluendo.com>
4129
4130         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4131         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4132         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4133         safer shutdown.
4134
4135 2007-05-21  Wim Taymans  <wim@fluendo.com>
4136
4137         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4138         * gst/rtsp/gstrtpdec.h:
4139         Added signal for backwards compat.
4140
4141 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4142         
4143         Patch by: René Stadler <mail at renestadler dot de>
4144
4145         * configure.ac:
4146         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4147         (gst_au_parse_parse_header), (gst_au_parse_chain):
4148         * gst/auparse/gstauparse.h:
4149         Use audioconvert for converting from non-native endianness floats
4150         in auparse instead of doing it ourself. Fixes #424527.
4151         This needs the audioconvert from plugins-base CVS.
4152         
4153 2007-05-21  Wim Taymans  <wim@fluendo.com>
4154
4155         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4156         (gst_rtp_h263p_pay_flush):
4157         Fix enum registration.
4158
4159 2007-05-21  Wim Taymans  <wim@fluendo.com>
4160
4161         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4162
4163         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4164         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4165         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4166         (gst_rtp_h263p_pay_flush):
4167         * gst/rtp/gstrtph263ppay.h:
4168         Add new fragmentation mode base on GOB headers. Fixes #438940.
4169
4170 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4171
4172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4173           Printf format fix.
4174
4175 2007-05-18  Wim Taymans  <wim@fluendo.com>
4176
4177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4178         Don't crash when an unsupported transport error was returned by the
4179         server, just try to configure the next stream. Fixes #439255.
4180
4181 2007-05-18  Wim Taymans  <wim@fluendo.com>
4182
4183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4184         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4185         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4186         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4187         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4188         * gst/rtsp/gstrtspsrc.h:
4189         Add TCP timeout property and use it for all TCP connection.
4190
4191         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4192         (rtsp_connection_write), (rtsp_connection_next_timeout),
4193         (rtsp_connection_reset_timeout):
4194         Make connect and writes cancelable and make them use the timeout.
4195
4196 2007-05-18  Wim Taymans  <wim@fluendo.com>
4197
4198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4199         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4200         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4201         (gst_rtspsrc_setup_streams):
4202         Refactor timeout handling.
4203         Also send keep-alive when dealing with TCP transport.
4204
4205         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4206         (rtsp_connection_free), (rtsp_connection_next_timeout),
4207         (rtsp_connection_reset_timeout):
4208         * gst/rtsp/rtspconnection.h:
4209         Use a timer to handle the session timeouts, add some methods to deal
4210         with timeouts.
4211
4212 2007-05-17  Wim Taymans  <wim@fluendo.com>
4213
4214         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4215         (gst_rtspsrc_setup_streams):
4216         Ignore streams that fail the setup command, we will retry with a
4217         different transport later on.
4218
4219         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4220         (rtsp_ext_wms_configure_stream):
4221         Fix encoding name case.
4222
4223 2007-05-16  Edward Hervey  <edward@fluendo.com>
4224
4225         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4226         Fix build on macosx.
4227
4228 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4229
4230         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4231         Replace direct comparison of a string with the string literal "" with
4232         a comparison of the first character with '\0'. Fixes #438926.
4233
4234 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4235
4236         * gst/debug/breakmydata.c (gst_break_my_data_init):
4237           One more try. This should be the proper fix now.
4238
4239 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4240
4241         * gst/debug/breakmydata.c:
4242           Ooops, no // comments please.
4243
4244 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4245
4246         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4247         (gst_break_my_data_init):
4248           Fix gst_buffer_is_writable() assertion.
4249
4250 2007-05-14  David Schleef  <ds@schleef.org>
4251
4252         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4253           video/x-raw-bayer.  Fixes #314160.
4254
4255 2007-05-14  Wim Taymans  <wim@fluendo.com>
4256
4257         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4258         (gst_rtp_theora_depay_parse_configuration):
4259         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4260         (gst_rtp_theora_pay_finish_headers),
4261         (gst_rtp_theora_pay_handle_buffer):
4262         Update theora pay/depayloader in a similar to vorbis.
4263
4264         * gst/rtp/gstrtpvorbisdepay.c:
4265         (gst_rtp_vorbis_depay_parse_configuration):
4266         Update docs.
4267
4268 2007-05-14  Wim Taymans  <wim@fluendo.com>
4269
4270         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4271         When we try to execute a method that is not supported by the server,
4272         don't error out but remove the method from the accepted methods so that
4273         we never try to perform this method again.
4274
4275 2007-05-14  Wim Taymans  <wim@fluendo.com>
4276
4277         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4278         Remove annoying _dump_mem.
4279
4280 2007-05-14  Wim Taymans  <wim@fluendo.com>
4281
4282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4283         Parse range correctly.
4284
4285         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4286         The baseurl now always has a '/' at the start.
4287
4288 2007-05-14  Wim Taymans  <wim@fluendo.com>
4289
4290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4291         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4292         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4293         Factor out caps configuration and configure more stuff such as the time
4294         ranges and speed/scale values.
4295
4296         * gst/rtsp/rtsptransport.c:
4297         Add Copyright after non-trival fixes.
4298
4299 2007-05-12  Wim Taymans  <wim@fluendo.com>
4300
4301         Patch by: Peter Kjellerstedt  <pkj at axis com>
4302
4303         * gst/rtsp/gstrtspsrc.h:
4304         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4305         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4306         (rtsp_message_get_header):
4307         * gst/rtsp/rtspmessage.h:
4308         Make channel guint8 where possible.
4309         Make rtsp_message_init_data() take the channel as a guint8.
4310
4311         * gst/rtsp/rtspdefs.c:
4312         Fixed a typo: Timout -> Timeout
4313
4314         * gst/rtsp/rtspdefs.h:
4315         Make RTSP_CHECK() behave as a statement.
4316
4317         * gst/rtsp/sdpmessage.c:
4318         Avoid a compiler warning in INIT_ARRAY().
4319         Fixes #437692.
4320
4321 2007-05-12  Wim Taymans  <wim@fluendo.com>
4322
4323         Patch by: Peter Kjellerstedt  <pkj at axis com>
4324
4325         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4326         (rtsp_url_get_request_uri):
4327         * gst/rtsp/rtspurl.h:
4328         Add support for query parameters to RTSP URLs.
4329
4330 2007-05-12  Wim Taymans  <wim@fluendo.com>
4331
4332         Patch by: Peter Kjellerstedt  <pkj at axis com>
4333
4334         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4335         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4336         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4337         (rtsp_transport_parse), (rtsp_transport_as_text):
4338         * gst/rtsp/rtsptransport.h:
4339         Add validation to rtsp_transport_parse().
4340         Add rtsp_transport_as_text() to generate an RTSP header from an
4341         RTSPTransport.
4342         Change ssrc to guint (was a string) since that is what it is, even
4343         though it is sent as a hex string.
4344         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4345         incorrect, which can be seen when looking at the examples in the RFC).
4346         Fixes #437670.
4347
4348 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4349
4350         Patch by: Eric Anholt
4351
4352         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4353           gst_ximage_src_ximage_get):
4354         Use union of all damage between frames to make it faster.
4355         Fixes bug #342463.
4356         Also fix crasher when cursor is at bottom right of window.
4357
4358 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4359
4360         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4361           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4362           streaming mode regression for file from #343837 with 'bext' chunk
4363           before the 'fmt' chunk.
4364
4365 2007-05-11  Wim Taymans  <wim@fluendo.com>
4366
4367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4368         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4369         (gst_rtspsrc_handle_src_event),
4370         (gst_rtspsrc_stream_configure_manager),
4371         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4372         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4373         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4374         * gst/rtsp/gstrtspsrc.h:
4375         * gst/rtsp/rtspdefs.h:
4376         Preliminary seek support.
4377         Activate internal pads so that we can receive events on them.
4378         Don't try to parse a range string when it's NULL.
4379
4380 2007-05-11  Wim Taymans  <wim@fluendo.com>
4381
4382         * gst/rtp/README:
4383         Update README with new RTP variables that will be used for
4384         synchronisation.
4385
4386         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4387         (gst_rtp_vorbis_depay_parse_configuration),
4388         (gst_rtp_vorbis_depay_process):
4389         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4390         (gst_rtp_vorbis_pay_finish_headers),
4391         (gst_rtp_vorbis_pay_handle_buffer):
4392         Update vorbis pay and depayloader to draft-04.
4393
4394 2007-05-11  Wim Taymans  <wim@fluendo.com>
4395
4396         * gst/rtsp/rtsptransport.c:
4397         UDP MCAST is actually the default for RTP/AVP.
4398 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4399
4400         * gst/level/gstlevel.c: (gst_level_transform_ip):
4401         Use guint8 * instead of gpointer then vs6 can build 
4402         in_data += (filter->width / 8).
4403
4404 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4405
4406         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4407           gst_ximage_src_ximage_get):
4408         * sys/ximage/gstximagesrc.h (last_ximage):
4409         When using Damage actually keep the last frame, and not assume
4410         that the buffer we get already has the last frame on it.
4411         Copy the cursor over if we specify a non-zero start x and
4412         start y.
4413
4414 2007-05-11  Wim Taymans  <wim@fluendo.com>
4415
4416         * gst/rtsp/rtsptransport.c:
4417         Make UDP the default transport when not specified.
4418
4419 2007-05-09  David Schleef  <ds@schleef.org>
4420
4421         * gst/level/gstlevel.c:
4422           Revert last change.
4423
4424 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4425
4426         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4427         (gst_level_transform_ip):
4428         Use guint8 * instead of gpointer then vs6 know the size of data
4429         pointed when moving the pointer.
4430         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4431         Move instructions after variables declaration.
4432         * win32/vs6/autogen.dsp:
4433         * win32/vs6/libgstrtp.dsp:
4434         * win32/vs6/libgstrtsp.dsp:
4435         Update vs6 project files.
4436
4437 2007-05-09  Wim Taymans  <wim@fluendo.com>
4438
4439         * gst/rtsp/Makefile.am:
4440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4441         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4442         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4443         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4444         (rtsp_range_free):
4445         * gst/rtsp/rtsprange.h:
4446         Add code to parse time ranges.
4447         Report DURATION on the stream when possible.
4448
4449 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4450
4451         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4452         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4453         (gst_videomixer_collected):
4454           Fix strides calculation for AYUV (it's just width*4) (#436910).
4455
4456 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4457
4458         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4459         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4460         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4461         Sync the GObject properties before each processing step to properly
4462         work with the controller.
4463
4464 2007-05-04  Wim Taymans  <wim@fluendo.com>
4465
4466         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4467         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4468         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4469         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4470         (gst_rtspsrc_change_state):
4471         Let more error state trickle down so that we can catch more error
4472         cases.
4473         Handle keep-alive a little smarter by selecting a method the server
4474         actually supports.
4475         Fix a race in UDP streaming shutdown.
4476
4477 2007-05-04  Wim Taymans  <wim@fluendo.com>
4478
4479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4480         Ignore errors when trying to use the keep-alive messages.
4481
4482 2007-05-04  Wim Taymans  <wim@fluendo.com>
4483
4484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4485         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4486         (gst_rtspsrc_stream_configure_manager),
4487         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4488         (gst_rtspsrc_stream_configure_mcast),
4489         (gst_rtspsrc_stream_configure_udp),
4490         (gst_rtspsrc_stream_configure_udp_sink),
4491         (gst_rtspsrc_stream_configure_transport):
4492         Send RTCP messages back to the server over the TCP connection.
4493
4494         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4495         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4496         (rtsp_connection_receive):
4497         * gst/rtsp/rtspconnection.h:
4498         Factor out and expose lowlevel _write and _read methods.
4499         Implement sending data messages to the server.
4500
4501 2007-05-03  Wim Taymans  <wim@fluendo.com>
4502
4503         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4504         (gst_multipart_mux_collected):
4505         Fix timestamps on outgoing buffers.
4506
4507 2007-05-03  Wim Taymans  <wim@fluendo.com>
4508
4509         * gst/multipart/multipartmux.c:
4510         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4511         (gst_multipart_mux_change_state):
4512         Emit NEWSEGMENT events before pushing the first buffer.
4513
4514 2007-05-03  Wim Taymans  <wim@fluendo.com>
4515
4516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4517         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4518         (gst_rtspsrc_handle_src_query),
4519         (gst_rtspsrc_stream_configure_manager),
4520         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4521         (gst_rtspsrc_stream_configure_mcast),
4522         (gst_rtspsrc_stream_configure_udp),
4523         (gst_rtspsrc_stream_configure_udp_sink),
4524         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4525         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4526         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4527         (gst_rtspsrc_pause):
4528         Refactor transport configuration code.
4529         Create internal pads for TCP transport so that we can implement events
4530         and queries.
4531         Handle events and queries.
4532         Parse range from the SDP.
4533         Fix race in pause handler where the connection could still be flushing.
4534
4535 2007-05-02  Wim Taymans  <wim@fluendo.com>
4536
4537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4538         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4539         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4540         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4541         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4542         (gst_rtspsrc_change_state):
4543         * gst/rtsp/gstrtspsrc.h:
4544         Fix race when multiple udp sources post timeouts, just act on the first
4545         received timeout.
4546         Protect stream list with a recursive lock to fix some races.
4547         Flush connection when we need to do a reconnect or stop.
4548         Make state lock recursive.
4549
4550         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4551         (rtsp_connection_close):
4552         Some small cleanups.
4553
4554 2007-05-02  Wim Taymans  <wim@fluendo.com>
4555
4556         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4557         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4558         Only set DISCONT when there actually is a discont or when we just
4559         started.
4560
4561 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4562
4563         * ext/flac/gstflac.c: (plugin_init):
4564         Call bindtextdomain() to get localized strings.
4565
4566 2007-05-02  Wim Taymans  <wim@fluendo.com>
4567
4568         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4569         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4570         (gst_wavparse_stream_data):
4571         * gst/wavparse/gstwavparse.h:
4572         Be a bit more clever when dealing with VBR files with FACT tags, we
4573         don't want to timestamp buffers in that case but the estimated BPS can
4574         be used for seeking.
4575         Only send close segment in the streaming thread.
4576
4577 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4578
4579         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4580         Correctly post an error on the bus if something went wrong in the loop
4581         function. This fixes a few cases where the task was paused and nothing
4582         happened anymore.
4583
4584 2007-05-02  Wim Taymans  <wim@fluendo.com>
4585
4586         * gst/rtsp/test.c: (main):
4587         Fix compilation of deprecated test just because I'm too lazy to delete
4588         it.
4589
4590 2007-05-02  Wim Taymans  <wim@fluendo.com>
4591
4592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4593         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4594         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4595         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4596         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4597         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4598         * gst/rtsp/gstrtspsrc.h:
4599         Fix sending RTCP to the right place.
4600         Fix bug in reffing the wrong UDP element.
4601         Use new pad names for the session manager.
4602         Implement handling server requests in interleaved and UDP modes.
4603         Handle session keep-alive in UDP modes.
4604         Remove GCond for handling UDP timeouts.
4605
4606         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4607         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4608         (rtsp_connection_receive), (rtsp_connection_close):
4609         * gst/rtsp/rtspconnection.h:
4610         Store connection IP address for later.
4611         Add timeout args to all operations that might block forever.
4612         Parse session timeout.
4613         Only close sockets when not already closed.
4614
4615         * gst/rtsp/rtspdefs.c:
4616         * gst/rtsp/rtspdefs.h:
4617         Add timeout return value and error string.
4618
4619         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4620         Add small comment.
4621
4622 2007-05-01  Wim Taymans  <wim@fluendo.com>
4623
4624         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4625
4626         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4627         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4628         * gst/rtp/gstrtpmp4vpay.h:
4629         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4630
4631 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4632
4633         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4634           Remove v4l2src from docs, since it breaks the docs build, and the
4635           plugin is only built if --enable-experimental is used anyway.
4636
4637         * docs/plugins/Makefile.am:
4638           Spaces => tab.
4639
4640 2007-04-29  Wim Taymans  <wim@fluendo.com>
4641
4642         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4643         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4644         Add code to drop membership of a multicast group.
4645
4646         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4647         (gst_udpsink_set_uri):
4648         Implement URI handler.
4649
4650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4651         (gst_rtspsrc_parse_rtpinfo):
4652         Use URI handler to make udpsink instace.
4653         Improve code to configure port and destination.
4654
4655 2007-04-29  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4658         Fix multicast detection.
4659         Don't try to join a multicast group if the address is not multicast.
4660
4661         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4662         Small debug improvement.
4663
4664 2007-04-27  Wim Taymans  <wim@fluendo.com>
4665
4666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4667         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4668         (gst_rtspsrc_handle_message):
4669         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4670         parent.
4671
4672 2007-04-27  Wim Taymans  <wim@fluendo.com>
4673
4674         * gst/rtp/gstrtpilbcdepay.h:
4675         Fix mode property when specified as an arg.
4676
4677 2007-04-26  Edward Hervey  <edward@fluendo.com>
4678
4679         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4680         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4681         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4682         * docs/plugins/inspect/plugin-osxaudio.xml:
4683         Add documentation for osxaudio plugin.
4684
4685 2007-04-26  Wim Taymans  <wim@fluendo.com>
4686
4687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4688         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4689         (gst_rtspsrc_open), (gst_rtspsrc_close),
4690         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4691         (gst_rtspsrc_pause):
4692         * gst/rtsp/gstrtspsrc.h:
4693         Protect state changes with a lock.
4694
4695         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4696         (parse_line):
4697         * gst/rtsp/rtspconnection.h:
4698         Remove some unused stuff.
4699
4700 2007-04-26  Wim Taymans  <wim@fluendo.com>
4701
4702         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4703         Handle the case where there are exactly 0 bytes to read and the ioctl
4704         did not report an error. Fixes #433530.
4705
4706 2007-04-26  Wim Taymans  <wim@fluendo.com>
4707
4708         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4709         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4710         * gst/wavparse/gstwavparse.h:
4711         Apply DISCONT to buffers.
4712         Only apply timestamp to the first sample after a DISCONT, too many VBR
4713         files cause random jitter in the timestamps. Fixes #433119.
4714
4715 2007-04-25  Wim Taymans  <wim@fluendo.com>
4716
4717         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4718         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4719         (gst_rtp_dec_get_property):
4720         * gst/rtsp/gstrtpdec.h:
4721         Add dummy latency property to be backwards compat with rtpbin.
4722
4723         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4724         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4725         (gst_rtspsrc_stream_configure_transport),
4726         (gst_rtspsrc_parse_rtpinfo):
4727         * gst/rtsp/gstrtspsrc.h:
4728         Add latency property and configure in the session manager.
4729         Don't set invalid clock-base and seqnum-base on caps, some servers
4730         sometimes don't send them.
4731
4732 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4733
4734         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4735         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4736           Double-check that RGB input caps are really RGBA caps (apparently
4737           the core doesn't always catch it if those caps aren't a subset of
4738           our template caps, also see #421543). Fixes #429319 in a way.
4739           Also, don't leak the pad template in the transform_caps function.
4740
4741         * tests/check/Makefile.am:
4742         * tests/check/elements/.cvsignore:
4743         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4744         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4745         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4746         (GST_START_TEST), (alphacolor_suite):
4747           Add some basic unit tests for alphacolor.
4748
4749 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4750
4751         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4752           If we get a fatal flow return in the loop function, first post the
4753           error message and only then send the EOS event downstream, otherwise
4754           applications might get an eos message before the error message and
4755           think everything was ok (related to #429319).
4756
4757 2007-04-25  Wim Taymans  <wim@fluendo.com>
4758
4759         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4760         Read the channel byte as an unsigned byte.
4761
4762 2007-04-25  Wim Taymans  <wim@fluendo.com>
4763
4764         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4765         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4766         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4767         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4768         (gst_rtp_gsm_depay_setcaps):
4769         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4770         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4771         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4772         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4773         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4774         (gst_ilbc_depay_get_property):
4775         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4776         * gst/rtp/gstrtpmp4adepay.c:
4777         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4778         (gst_rtp_pcma_depay_setcaps):
4779         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4780         (gst_rtp_pcmu_depay_setcaps):
4781         Make sure we configure the clock_rate in the baseclass in the setcaps
4782         function. Fixes #431282.
4783
4784 2007-04-25  Wim Taymans  <wim@fluendo.com>
4785
4786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4787         (gst_rtspsrc_stream_free), (request_pt_map),
4788         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4789         * gst/rtsp/gstrtspsrc.h:
4790         Parse server address from SDP.
4791         Hook up a udpsink to send RTCP back to the server.
4792
4793         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4794         * gst/rtsp/rtsptransport.h:
4795         Add some docs.
4796
4797 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4798
4799         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4800           Make header field check conditional. Fixes #433135
4801
4802 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4803
4804         * docs/plugins/Makefile.am:
4805         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4806         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4807         * docs/plugins/inspect/plugin-alphacolor.xml:
4808         * gst/alpha/Makefile.am:
4809         * gst/alpha/gstalphacolor.c:
4810         * gst/alpha/gstalphacolor.h:
4811           Add minimal docs blurb to alphacolor; split out headers into
4812           separate header file for gtk-doc.
4813
4814 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4815
4816         * gst/debug/progressreport.c: (gst_progress_report_report):
4817           Don't try to post NULL message (in case we can't query upstream
4818           position or duration).
4819
4820 2007-04-18  Michael Smith  <msmith@fluendo.com>
4821
4822         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4823         (gst_cutter_get_caps):
4824         * gst/cutter/gstcutter.h:
4825           Fix some of the most obvious bugs in cutter. Now doesn't leak
4826           everything if input is silent.
4827
4828 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4829
4830         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4831         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4832         * gst/wavenc/gstwavenc.h:
4833         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4834         else results in a invalid block align and invalid files.
4835
4836 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4837
4838         Patch by: Snaik <snaik32 gmail com>
4839
4840         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4841           Add missing break statement for BOX_HORIZONTAL case.
4842
4843 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4844
4845         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4846
4847         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4848         Use correct format strings for integer types.
4849
4850 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4851
4852         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4853         (gst_wavparse_create_sourcepad):
4854         Use gst_riff_create_audio_template_caps () instead of the local caps.
4855         This makes updates of the local caps unecessary whenever libgstriff
4856         gets support for new formats.
4857
4858 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4861
4862         * sys/sunaudio/gstsunaudio.c:
4863         * sys/sunaudio/gstsunaudiomixer.c:
4864         * sys/sunaudio/gstsunaudiomixer.h:
4865         * sys/sunaudio/gstsunaudiomixerctrl.c:
4866         * sys/sunaudio/gstsunaudiomixerctrl.h:
4867         * sys/sunaudio/gstsunaudiomixertrack.h:
4868         * sys/sunaudio/gstsunaudiosink.c:
4869         * sys/sunaudio/gstsunaudiosink.h:
4870         * sys/sunaudio/gstsunaudiosrc.c:
4871         * sys/sunaudio/gstsunaudiosrc.h:
4872           Fix and/or update copyright attributions (#430228).
4873
4874 2007-04-13  Wim Taymans  <wim@fluendo.com>
4875
4876         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4877         Fix docs.
4878
4879         * gst/rtsp/URLS:
4880         Add some more example urls.
4881
4882         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4883         (gst_rtp_dec_chain_rtp):
4884         Better debugging.
4885
4886         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4887         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4888         (gst_rtspsrc_parse_rtpinfo):
4889         Remove unused code.
4890
4891 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4892
4893         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4894         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4895         (gst_wavparse_stream_data):
4896           Relax the audio/mpeg caps again and add FIXME: comment.
4897
4898 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4899
4900         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4901         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4902         (gst_wavparse_stream_data):
4903         * gst/wavparse/gstwavparse.h:
4904           More sanity check for the header fields. Fix type for 'rate' header
4905           field.
4906
4907 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4908
4909         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4910         (gst_icydemux_unicodify):
4911           If the metadata strings we get in the stream are not UTF-8, try to
4912           interpret them according to the character encodings specified in the
4913           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4914           only fall back to locale/ISO-8859-1 if those aren't set or don't
4915           work. Should fix #428901.
4916
4917 2007-04-12  Wim Taymans  <wim@fluendo.com>
4918
4919         * gst/rtp/gstrtph264depay.c:
4920         Use the proper sync word for SPS and PPS.
4921
4922 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4923
4924         * gst/rtp/Makefile.am:
4925         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4926           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4927         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4928           Add a simple hashing implementation that we can use to generate
4929           a 24-bit ident value based on the codebooks for vorbis and theora.
4930         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4931           gst_rtp_theora_pay_handle_buffer):
4932         * gst/rtp/gstrtpvorbisdepay.c
4933           (gst_rtp_vorbis_depay_parse_configuration,
4934           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4935         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4936           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4937           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4938           Use the hashing function, ensuring that the same codebooks result
4939           in the same ident and thus the same SDP description.
4940           Various log fixes/changes.
4941
4942 2007-04-12  Wim Taymans  <wim@fluendo.com>
4943
4944         Patch by: jerry tan <jerry dot tan at sun dot com>
4945
4946         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4947         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4948         application's responsibility to make sure it open the device once.
4949         Remove a careless error if AUDIODEV is set. Fixes #392620.
4950
4951 2007-04-12  Wim Taymans  <wim@fluendo.com>
4952
4953         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4954         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4955         * gst/rtsp/gstrtpdec.h:
4956         Make backward compat with rtpbin by adding the request-pt-map signals.
4957
4958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4959         (new_session_pad), (request_pt_map),
4960         (gst_rtspsrc_stream_configure_transport),
4961         (gst_rtspsrc_stream_configure_caps),
4962         (gst_rtspsrc_activate_streams):
4963         * gst/rtsp/gstrtspsrc.h:
4964         Implement request-pt-map signals instead of setting caps on the buffers
4965         for the session manager.
4966
4967 2007-04-11  Wim Taymans  <wim@fluendo.com>
4968
4969         * gst/udp/gstudp.c: (plugin_init):
4970         Register GstNetBuffer in plugin_init so that the type can be used from
4971         multiple threads without races.
4972
4973 2007-04-10  Wim Taymans  <wim@fluendo.com>
4974
4975         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4976         (gst_rtp_amr_depay_process):
4977         Fix depayloader clock_rate and some cleanups.
4978
4979         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4980         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4981         * gst/rtp/gstrtph264depay.h:
4982         Don't push codec_data in the adapter because it might get flushed when
4983         we get a discont.
4984
4985         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4986         Handle multiple AU per packet.
4987
4988         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4989         (gst_rtp_sv3v_depay_plugin_init):
4990         Disable rank, this one does not work.
4991         Remove timestamping, base class does that.
4992
4993 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4994
4995         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4996           limit caps to the formats we announce in the template
4997
4998         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4999         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5000         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
5001           fix some crashers/asserts when dealing with broken files
5002
5003 2007-04-10  Wim Taymans  <wim@fluendo.com>
5004
5005         Patch by: Peter Kjellerstedt  <pkj at axis com>
5006
5007         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
5008         * gst/rtp/gstrtpL16depay.c:
5009         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5010         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
5011         (gst_rtp_speex_depay_setcaps):
5012         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5013         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
5014         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
5015         Fix some compiler warnings. Fixes #428182.
5016
5017 2007-04-06  Wim Taymans  <wim@fluendo.com>
5018
5019         * gst/rtsp/Makefile.am:
5020         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
5021         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
5022         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
5023         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
5024         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
5025         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
5026         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
5027         (create_rtcp), (gst_rtp_dec_request_new_pad),
5028         (gst_rtp_dec_release_pad):
5029         * gst/rtsp/gstrtpdec.h:
5030         * gst/rtsp/gstrtsp.c: (plugin_init):
5031         Morph RTPDec into something compatible with RTPBin as a fallback.
5032         Various other style fixes.
5033
5034         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
5035         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
5036         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
5037         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
5038         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
5039         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
5040         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5041         * gst/rtsp/gstrtspsrc.h:
5042         Implement RTPBin session manager handling.
5043         Don't try to add empty properties to caps.
5044         Implement fallback session manager, handling.
5045         Don't combine errors from RTCP streams, just ignore them.
5046
5047         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
5048         * gst/rtsp/rtsptransport.h:
5049         Implement fallback session manager.
5050         Make RTPBin the default one when available.
5051
5052 2007-04-05  Wim Taymans  <wim@fluendo.com>
5053
5054         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5055         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
5056         This element is ready to be autoplugged.
5057
5058 2007-04-05  Julien MOUTTE  <julien@moutte.net>
5059
5060         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5061         Don't leave the offsets defined by upstream element on the
5062         compressed data buffer we are pushing downstream. Make them
5063         GST_BUFFER_OFFSET_NONE.
5064
5065 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
5066
5067         * gst/avi/README:
5068         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5069         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5070         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5071         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5072         (gst_avi_demux_calculate_durations_from_index),
5073         (gst_avi_demux_stream_header_push),
5074         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
5075         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5076           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5077
5078 2007-04-03  Wim Taymans  <wim@fluendo.com>
5079
5080         * gst/smpte/barboxwipes.c:
5081         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5082
5083 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5084
5085         * gst/wavparse/gstwavparse.c:
5086         Support audio/x-raw-float in wav files. This only works with
5087         plugins-base CVS, using an older version doesn't have any
5088         disadvantages though.
5089
5090 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5091
5092         * configure.ac:
5093         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5094         (gst_au_parse_parse_header), (gst_au_parse_chain):
5095         * gst/auparse/gstauparse.h:
5096         Revert last change as we don't want plugins-good to depend on
5097         plugins-base CVS now.
5098
5099 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5100
5101         * configure.ac:
5102         Require gst-plugins-base CVS for audioconvert with non-native
5103         float support and width/depth fix in libgstriff.
5104
5105         Patch by: René Stadler <mail at renestadler dot de>
5106
5107         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5108         (gst_au_parse_parse_header), (gst_au_parse_chain):
5109         * gst/auparse/gstauparse.h:
5110         Don't swap the floats ourself if they're not in native endianness.
5111         Instead let audioconvert handle this. Fixes #339838.
5112
5113 2007-03-29  Wim Taymans  <wim@fluendo.com>
5114
5115         * gst/rtp/gstasteriskh263.h:
5116         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5117         (gst_rtp_h263p_depay_change_state):
5118         * gst/rtp/gstrtph263pdepay.h:
5119         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5120         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5121         (gst_rtp_h264_depay_change_state):
5122         * gst/rtp/gstrtph264depay.h:
5123         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5124         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5125         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5126         Flush adapter on disconts.
5127
5128 2007-03-29  Wim Taymans  <wim@fluendo.com>
5129
5130         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5131         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5132         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5133         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5134         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5135         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5136         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5137         (gst_rtp_mp4v_depay_process):
5138         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5139         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5140         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5141         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5142         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5143         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5144         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5145         Use more efficient adapter and rtpbuffer methods when possible.
5146
5147 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5148
5149         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5150         (gst_wavenc_sink_setcaps):
5151         Correctly handle width!=depth input.
5152         * gst/wavparse/gstwavparse.c:
5153         Already export in the caps that width==8 uses unsigned samples and
5154         everything else uses signed samples.
5155
5156 2007-03-29  Wim Taymans  <wim@fluendo.com>
5157
5158         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5159
5160         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5161         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5162         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5163         (gst_dynudpsink_close):
5164         * gst/udp/gstdynudpsink.h:
5165         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5166         (gst_udpsrc_create), (gst_udpsrc_set_property),
5167         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5168         * gst/udp/gstudpsrc.h:
5169         Rework the socket allocation a bit based on the sockfd argument so that
5170         it becomes usable.
5171         Add a closefd property to instruct the udp elements to close the custom
5172         file descriptors when going to READY. Fixes #423304.
5173         API:GstUDPSrc::closefd property
5174         API:GstDynUDPSink::closefd property
5175
5176 2007-03-29  Wim Taymans  <wim@fluendo.com>
5177
5178         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5179
5180         * gst/rtp/Makefile.am:
5181         * gst/rtp/gstrtp.c: (plugin_init):
5182         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5183         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5184         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5185         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5186         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5187         (gst_rtp_h264_pay_plugin_init):
5188         * gst/rtp/gstrtph264pay.h:
5189         Added H264 payloader. Fixes #423782.
5190
5191         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5192         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5193         Small fixes.
5194
5195 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5196
5197         * gst/wavparse/gstwavparse.c:
5198         Actually support depths from 1 to 32, not only 8 to 32.
5199
5200 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5201
5202         * gst/wavparse/gstwavparse.c:
5203         Add support for wav files containing audio/x-raw-int with random
5204         depths between 1 and 32 bits.
5205
5206 2007-03-28  Wim Taymans  <wim@fluendo.com>
5207
5208         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5209
5210         * gst/rtp/Makefile.am:
5211         * gst/rtp/gstrtp.c: (plugin_init):
5212         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5213         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5214         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5215         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5216         (gst_rtp_mp4a_depay_get_property),
5217         (gst_rtp_mp4a_depay_change_state),
5218         (gst_rtp_mp4a_depay_plugin_init):
5219         * gst/rtp/gstrtpmp4adepay.h:
5220         Added MP4A-LATM depayloader. Fixes #417792.
5221
5222         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5223         (gst_rtp_mp4v_depay_process):
5224         Fixup depayloader, setting codec_data, using more efficient adaptor and
5225         rtpbuffer handling.
5226
5227         * gst/rtsp/URLS:
5228         Add url to test above.
5229
5230 2007-03-25  Wim Taymans  <wim@fluendo.com>
5231
5232         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5233         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5234         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5235         (gst_rtspsrc_media_to_caps),
5236         (gst_rtspsrc_stream_configure_transport),
5237         (gst_rtspsrc_stream_configure_caps),
5238         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5239         * gst/rtsp/gstrtspsrc.h:
5240         Handle default clock-rates for static payload types, rearrange stuff so
5241         that the rtpmap field in the sdp can override the defaults.
5242         Parse RTP-Info field to get the seqnum and timebase fields that should
5243         go in the caps.
5244         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5245         the server. 
5246
5247 2007-03-22  Wim Taymans  <wim@fluendo.com>
5248
5249         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5250
5251         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5252         Accept complex pipeline descriptions as an audio profile instead of just
5253         a single element. Fixes #420658.
5254
5255 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5256
5257         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5258           Rename registered type in preparation of GstTagDemux moving to
5259           -base at some point in the future.
5260
5261 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5262
5263         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5264           Streaming mode fixes: don't unref buffer we don't own any longer;
5265           remove bogus adapter flush. Fixes #419338.
5266
5267 2007-03-17  David Schleef  <ds@schleef.org>
5268
5269         * REQUIREMENTS: Change the format to key/value, add a bunch of
5270           information, remove a bunch of requirements that are for
5271           other GStreamer packages.
5272
5273 2007-03-17  David Schleef  <ds@schleef.org>
5274
5275         * REQUIREMENTS: Fix a few things.  This file really needs a
5276         good once-over.
5277
5278 2007-03-15  Edward Hervey  <edward@fluendo.com>
5279
5280         * sys/Makefile.am:
5281         Don't forget to distribute the sys/osxaudio/ directory.
5282
5283 2007-03-15  Edward Hervey  <edward@fluendo.com>
5284
5285         * configure.ac:
5286         * sys/Makefile.am:
5287         * sys/osxaudio/Makefile.am:
5288         * sys/osxaudio/gstosxaudio.c:
5289         * sys/osxaudio/gstosxaudiosink.c:
5290         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5291         (gst_osx_audio_sink_getcaps),
5292         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5293         * sys/osxaudio/gstosxaudiosrc.c:
5294         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5295         (gst_osx_audio_src_create_ringbuffer):
5296         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5297         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5298         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5299         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5300         * sys/osxaudio/gstosxringbuffer.h:
5301         Activate osxaudio in gst-plugins-good with proper build setup.
5302         Add inlined documentation.
5303         Fix debug statements
5304         Fix ringbuffer when pausing.
5305         Fixes #323471
5306
5307 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5308         * gst/rtp/gstrtppcmapay.c:
5309         * gst/rtp/gstrtppcmapay.h:
5310         * gst/rtp/gstrtppcmupay.c:
5311         * gst/rtp/gstrtppcmupay.h:
5312         Ported mulaw and alaw payloaders to use new base class
5313
5314 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5315
5316         * po/af.po:
5317         * po/az.po:
5318         * po/cs.po:
5319         * po/en_GB.po:
5320         * po/it.po:
5321         * po/nl.po:
5322         * po/or.po:
5323         * po/sq.po:
5324         * po/sr.po:
5325         * po/sv.po:
5326         * po/uk.po:
5327         * po/vi.po:
5328           Update translations.
5329
5330 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5331
5332         * configure.ac:
5333           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5334
5335 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5336
5337         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5338           Fix handling of -1 values for start and stop values when seeking,
5339           and SEEK_CUR+SEEK_END here as well.
5340
5341 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5342
5343         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5344           Fix handling of -1 values for start and stop values when seeking, 
5345           and SEEK_CUR+SEEK_END.
5346
5347 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5350           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5351           the image format a variable-length NUL-terminated string; in
5352           versions before that the image format is a fixed-length string of
5353           3 characters (see #348644 for a sample tag).
5354           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5355
5356 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5357
5358         * win32/MANIFEST:
5359         Add new project files to MANIFEST.
5360         * win32/vs6/libgstaudiofx.dsp:
5361         * win32/vs6/libgstrtp.dsp:
5362         * win32/vs6/libgstrtsp.dsp:
5363         Update project files.
5364         
5365 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5366
5367         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5368         (gst_avi_demux_parse_index):
5369         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5370         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5371           Printf format fixes; also add some missing quotes in translated
5372           strings. Fixes #416728 and #416727.
5373
5374 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5375
5376         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5377           Tim and I can't think of any reason the child audio sink needs to 
5378           be set back to NULL after successfully determining that it can 
5379           reach READY - it gets immediately set back to READY by the caller
5380           anyway, causing an unnecessary close/open of any audio devices
5381           involved.
5382
5383 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * po/LINGUAS:
5386         * po/ja.po:
5387           Add ja.po file from #377306.
5388
5389 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5390
5391         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5392         * sys/sunaudio/gstsunaudiomixertrack.c:
5393         (gst_sunaudiomixer_track_new):
5394           Actually translate sunaudio mixer track labels instead of just
5395           marking the strings as translatable (#377306); clean up weird
5396           label string mapping code that serves no apparent purpose. Also
5397           set the 'untranslated-label' property when creating mixer tracks
5398           if the GstMixerTrack base class supports this.
5399
5400         * tests/check/Makefile.am:
5401         * tests/check/elements/.cvsignore:
5402         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5403         (sunaudio_suite):
5404           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5405           actually tested on a system where sunaudiomixer is available).
5406
5407 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5408
5409         * tests/check/Makefile.am:
5410         Re-enable the states test and see if it works on the buildbots.
5411
5412 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5413
5414         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5415         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5416         (gst_dvdec_change_state):
5417         * ext/dv/gstdvdec.h:
5418         Infer pixel-aspect-ratio from the video frame format if it isn't
5419         provided by the container, as happens when playing DV from AVI
5420         or Quicktime containers.
5421
5422         Patch by: Wim Taymans <wim@fluendo.com>
5423         Fixes #380944
5424
5425 2007-03-09  Wim Taymans  <wim@fluendo.com>
5426
5427         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5428         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5429         will later be handled by the jitterbuffer.
5430
5431 2007-03-09  Wim Taymans  <wim@fluendo.com>
5432
5433         * ext/taglib/gstid3v2mux.cc:
5434         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5435         Fixes #414496.
5436         
5437         Patch by: Alex Lancaster <alexl at users sourceforge net>
5438
5439 2007-03-09  Wim Taymans  <wim@fluendo.com>
5440
5441         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5442         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5443         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5444         (gst_avi_demux_chain):
5445         Fix stream position reporting after a seek. Fixes #416445.
5446
5447 2007-03-08  Wim Taymans  <wim@fluendo.com>
5448
5449         Patch by: René Stadler <mail at renestadler dot de>
5450
5451         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5452         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5453         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5454         Make avidemux accept optional header chunks in any order.
5455         Fixes #415446.
5456
5457 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5458
5459         * tests/check/Makefile.am:
5460         Disable the states check until the remaining Valgrind errors
5461         are fixed or suppressed.
5462
5463 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5464
5465         * tests/check/elements/.cvsignore:
5466           Add audiodynamic check to .cvsignore
5467
5468 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5469
5470         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5471
5472         * gst/audiofx/Makefile.am:
5473         * gst/audiofx/audiodynamic.c:
5474         (gst_audio_dynamic_characteristics_get_type),
5475         (gst_audio_dynamic_mode_get_type),
5476         (gst_audio_dynamic_set_process_function),
5477         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5478         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5479         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5480         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5481         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5482         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5483         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5484         (gst_audio_dynamic_transform_hard_knee_expander_int),
5485         (gst_audio_dynamic_transform_hard_knee_expander_float),
5486         (gst_audio_dynamic_transform_soft_knee_expander_int),
5487         (gst_audio_dynamic_transform_soft_knee_expander_float),
5488         (gst_audio_dynamic_transform_ip):
5489         * gst/audiofx/audiodynamic.h:
5490         * gst/audiofx/audiofx.c: (plugin_init):
5491         Add new audiodynamic element which can act as a compressor or
5492         expander. Supported are hard-knee and soft-knee operation modes with
5493         user-specified ratio and threshold.
5494         Attack and release parameters are not yet implemented but will follow.
5495         * docs/plugins/Makefile.am:
5496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5498         * docs/plugins/gst-plugins-good-plugins.args:
5499         * docs/plugins/inspect/plugin-audiofx.xml:
5500         Integrate audiodynamic into the docs.
5501         * tests/check/Makefile.am:
5502         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5503         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5504         Add unit test for audiodynamic.
5505
5506 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5507
5508         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5509         Free handles that we allocated when exiting via the error paths.
5510
5511 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5512
5513         * gst/level/gstlevel.c: (gst_level_class_init),
5514         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5515         (gst_level_transform_ip):
5516         * gst/level/gstlevel.h:
5517           Resolve message timestamps against the playback segment.
5518
5519 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5520
5521         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5522         (gst_id3demux_sink_activate):
5523           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5524           caps passed to it (previously one code path assumed it took ownership
5525           while another one assumed it didn't, while in fact it sometimes did and
5526           sometimes didn't ...).
5527
5528         * configure.ac:
5529         * tests/files/Makefile.am:
5530         * tests/files/id3-407349-1.tag:
5531         * tests/files/id3-407349-2.tag:
5532           Add directory where data for unit tests can be stored.
5533
5534         * tests/Makefile.am:
5535         * tests/check/Makefile.am:
5536         * tests/check/elements/.cvsignore:
5537         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5538         (read_tags_from_file), (run_check_for_file),
5539         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5540           Add unit test for id3demux, and in particular for bug #407349. Only
5541           testing pull-mode for now; push mode doesn't work yet because the test
5542           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5543
5544 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5545
5546         * tests/check/Makefile.am:
5547           Add missing backslash at end of line.
5548
5549 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5550
5551         Trigger rebuild.
5552
5553 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5556         * gst/id3demux/id3tags.h:
5557         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5558         (parse_obsolete_tdat_frame):
5559           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5560           the four-digit number will be interpreted as a year, whereas it is
5561           month and day in DDMM format. Instead, parse TDAT frames and fix up
5562           the date in the GST_TAG_DATE tag later if we also extracted a year.
5563           Fixes #407349.
5564
5565 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5566
5567         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5568         (gst_switch_commit_new_kid):
5569         Fix up the dispose logic so it doesn't leak, and fix setting of 
5570         the child state so that we don't set a child to our current state 
5571         just as we are changing it to something else.
5572
5573 2007-03-06  Wim Taymans  <wim@fluendo.com>
5574
5575         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5576         (gst_goom_chain):
5577         * gst/goom/gstgoom.h:
5578         Document, fix and improve goom adapter behaviour.
5579         Fixes #407006.
5580
5581 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5582
5583         * ext/esd/esdsink.c: (gst_esdsink_open):
5584         Unref static pad template after using it.
5585
5586 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5587
5588         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5589         (gst_switch_commit_new_kid):
5590         Fix up the reference counting of the child elements.
5591
5592 2007-03-05  Wim Taymans  <wim@fluendo.com>
5593
5594         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5595         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5596         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5597         Fix encoding-name case.
5598
5599 2007-03-05  Wim Taymans  <wim@fluendo.com>
5600
5601         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5602         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5603         (gst_rtp_speex_depay_process):
5604         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5605         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5606         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5607         (gst_rtp_speex_pay_change_state):
5608         * gst/rtp/gstrtpspeexpay.h:
5609         Fix speex (de)payloader. Fixes #358040.
5610
5611 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5612
5613         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5614         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5615         Install fakesink in NULL by fixing some broken logic. This obviates
5616         the need to manually set _IS_SINK.
5617         Add some comments and remove a little cruft while I'm at it.
5618
5619 2007-03-05  Wim Taymans  <wim@fluendo.com>
5620
5621         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5622         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5623
5624 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5625
5626         * po/POTFILES.in:
5627           Update.
5628
5629 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5630
5631         * tests/check/Makefile.am:
5632         Gah! Also disable gconfvideosink from the tests, otherwise
5633         it will instantiate autovideosink, and dfbvideosink and
5634         leak on the buildbots.
5635
5636 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5637
5638         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5639         (gst_cdio_cdda_src_finalize):
5640         Make sure we always destroy our libcdio handle.
5641
5642 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5643
5644         * tests/check/Makefile.am:
5645         Disable autovideosink so the buildbots don't barf over memory
5646         leaked in the directfb sink.
5647
5648 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5649
5650         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5651         Chain up in dispose
5652
5653 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5654
5655         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5656         (gst_multipart_find_pad_by_mime):
5657         Use gst_pad_new_from_static_template instead of
5658         static_pad_template_get+pad_new.
5659
5660 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5661
5662         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5663         Catch the case where no clock has been set.
5664
5665 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5666
5667         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5668         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5669         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5670         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5671         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5672         (gst_gconf_audio_src_finalize), (do_toggle_element):
5673         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5674         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5675         (do_toggle_element):
5676         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5677         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5678         (gst_gconf_video_src_finalize), (do_toggle_element):
5679         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5680         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5681         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5682         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5683         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5684         (gst_shout2send_init), (gst_shout2send_finalize):
5685         * gst/debug/testplugin.c: (gst_test_class_init),
5686         (gst_test_finalize):
5687         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5688         (gst_flxdec_dispose):
5689         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5690         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5692         (gst_rtspsrc_finalize):
5693         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5694         * gst/rtsp/rtspextwms.h:
5695         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5696         (gst_smpte_finalize):
5697         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5698         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5699         (gst_udpsink_finalize):
5700         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5701         (gst_wavparse_sink_activate):
5702         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5703         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5704         (gst_oss_src_finalize):
5705         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5706         * sys/v4l2/gstv4l2object.h:
5707         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5708         (gst_v4l2src_finalize):
5709         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5710
5711         Fix a bunch of leaks shown by the newly-added states test.
5712
5713 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5714
5715         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5716         Use gst_pad_new_from_static_template instead of 
5717         static_pad_template_get+pad_new.
5718
5719 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5720
5721         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5722
5723         * ext/libcaca/Makefile.am:
5724         * gst/debug/Makefile.am:
5725           Don't mix tabs and spaces (#414168).
5726
5727 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5728
5729         * tests/check/generic/.cvsignore:
5730           Ignore files to please buildbot.
5731
5732 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5733
5734         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5735         (gst_wavparse_stream_data):
5736           Unbreak my previous commit (swapped nominator & denominator). Tim,
5737           thanks for spotting.
5738
5739 2007-03-02  Wim Taymans  <wim@fluendo.com>
5740
5741         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5742         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5743         (gst_cdio_cdda_src_finalize):
5744         Small code cleanups.
5745         Don't use pad_alloc as the base class cannot deal with the error codes.
5746
5747 2007-03-02  Wim Taymans  <wim@fluendo.com>
5748
5749         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5750         (gst_udpsrc_create):
5751         Fix doc.
5752
5753 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5754
5755         Patch by: René Stadler <mail@renestadler.de>
5756
5757         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5758         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5759         (gst_wavparse_stream_data):
5760           Handle rounding better to not drop last sample frame. Fixes #356692
5761
5762 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5763
5764         * tests/check/Makefile.am:
5765         Disable cacasink from the states check too - it also calls exit(1)
5766         on us when it can't find a terminal to talk to.
5767
5768 2007-03-02  Wim Taymans  <wim@fluendo.com>
5769
5770         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5771
5772         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5773         (gst_udpsrc_create), (gst_udpsrc_set_property),
5774         (gst_udpsrc_get_property):
5775         * gst/udp/gstudpsrc.h:
5776         Add support to strip proprietary headers. Fixes #350296.
5777
5778 2007-03-02  Wim Taymans  <wim@fluendo.com>
5779
5780         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5781         Fix compilation.
5782
5783 2007-03-02  Wim Taymans  <wim@fluendo.com>
5784
5785         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5786
5787         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5788         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5789         (gst_rtp_mp2t_depay_set_property),
5790         (gst_rtp_mp2t_depay_get_property):
5791         * gst/rtp/gstrtpmp2tdepay.h:
5792         Add support to strip off proprietary headers. Fixes #350278.
5793
5794 2007-03-02  Wim Taymans  <wim@fluendo.com>
5795
5796         * ext/hal/hal.c:
5797         Fix compilation.
5798
5799 2007-03-02  Wim Taymans  <wim@fluendo.com>
5800
5801         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5802         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5803         (gst_sunaudiosrc_open):
5804         * sys/sunaudio/gstsunaudiosrc.h:
5805         Remove device-name from GstSunAudioSrc. Fixes #412597.
5806
5807 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5808
5809         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5810         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5811         Having NULL as UDI previously selected the default sink/src. Change
5812         this back but mention it in the debug output.
5813         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5814         (gst_hal_get_oss_element), (gst_hal_get_string),
5815         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5816         (gst_hal_get_audio_src):
5817         * ext/hal/hal.h:
5818         Refactor a bit, check all error conditions, greatly improve debugging
5819         and fix some possible memory leaks. Also implement OSS support
5820         and allow specifying an UDI that points to a real device. For this the
5821         child device which supports ALSA (preferred) or OSS is used.
5822         As a side effect this makes it impossible now to get a alsasink in
5823         halaudiosrc and a alsasrc in halaudiosink.
5824
5825 2007-03-01  Wim Taymans  <wim@fluendo.com>
5826
5827         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5828         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5829         Errors from the udp sources are not fatal unless all of them are in
5830         error.
5831
5832 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5833
5834         * tests/check/Makefile.am:
5835         Disable aasink in the states test. I suspect this is the element that
5836         is calling exit(1) when it can't proceed.
5837
5838 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5839
5840         * tests/check/Makefile.am:
5841         Draw plugins in from the build tree sys/ dir, rather than picking
5842         up the already installed versions.
5843
5844 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5845
5846         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5847         Error out correctly when getting xcontext fails.
5848
5849 2007-03-01  Wim Taymans  <wim@fluendo.com>
5850
5851         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5852         Make state change to PAUSED NO_PREROLL because that's what it will be in
5853         the future and rtspsrc relies on it.
5854
5855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5856         (gst_rtspsrc_change_state):
5857         Don't error out when we don't get an error from the state change
5858         function.
5859
5860 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5861
5862         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5863         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5864           Check if the device UDI is set before trying to query HAL
5865           about it and give a useful error message if it wasn't set.
5866         * ext/hal/hal.c: (gst_hal_get_string):
5867           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5868           gives an assertion failure in D-Bus when running with
5869           DBUS_FATAL_WARNINGS=1.
5870
5871 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5872
5873         * configure.ac:
5874           Convert to new AG_GST style.
5875
5876 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5877
5878         * tests/check/Makefile.am:
5879         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5880           add test for states
5881
5882 2007-02-28  Wim Taymans  <wim@fluendo.com>
5883
5884         * tests/check/elements/.cvsignore:
5885         Add new videofilter check to .cvsignore.
5886
5887 2007-02-28  Wim Taymans  <wim@fluendo.com>
5888
5889         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5890         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5891         (gst_avi_demux_loop), (gst_avi_demux_chain):
5892         Fix combined flow return. Fixes #412608.
5893
5894 2007-02-28  Wim Taymans  <wim@fluendo.com>
5895
5896         * gst/videofilter/Makefile.am:
5897         Dist header..
5898
5899 2007-02-28  Wim Taymans  <wim@fluendo.com>
5900
5901         * gst/videofilter/gstgamma.h:
5902         Add header too.
5903
5904 2007-02-28  Wim Taymans  <wim@fluendo.com>
5905
5906         Patch by: Mark Nauwelaerts <manauw at skynet be>
5907
5908         * gst/videofilter/Makefile.am:
5909         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5910         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5911         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5912         (oil_tablelookup_u8), (gst_gamma_set_caps),
5913         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5914         Port gamma filter to 0.10. Fixes #412704.
5915
5916         * tests/check/Makefile.am:
5917         * tests/check/elements/videofilter.c: (setup_filter),
5918         (cleanup_filter), (check_filter), (GST_START_TEST),
5919         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5920         Add unit tests for videofilters.
5921
5922 2007-02-28  Wim Taymans  <wim@fluendo.com>
5923
5924         * gst/rtsp/URLS:
5925         Add another interesting test url.
5926
5927         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5928         Don't allow getting header fields from data packets.
5929
5930 2007-02-28  Michael Smith  <msmith@fluendo.com>
5931
5932         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5933         (gst_shout2send_init), (gst_shout2send_start),
5934         (gst_shout2send_set_property), (gst_shout2send_get_property):
5935         * ext/shout2/gstshout2.h:
5936           Add a property for username.
5937
5938 2007-02-27  Christian Schallerr <christian@fluendo.com>
5939
5940         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5941
5942 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5943
5944         * gst/rtsp/Makefile.am:
5945         Fix make check too.
5946
5947 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5948
5949         * gst/rtsp/base64.c: (util_base64_encode):
5950         * gst/rtsp/base64.h:
5951         Commit missing files for base64 encoding.
5952
5953 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5954
5955         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5956
5957         * configure.ac:
5958         * ext/annodex/Makefile.am:
5959         * ext/jpeg/Makefile.am:
5960         * ext/speex/Makefile.am:
5961         * gst/alpha/Makefile.am:
5962         * gst/cutter/Makefile.am:
5963         * gst/debug/Makefile.am:
5964         * gst/effectv/Makefile.am:
5965         * gst/goom/Makefile.am:
5966         * gst/level/Makefile.am:
5967         * gst/smpte/Makefile.am:
5968         * gst/videofilter/Makefile.am:
5969           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5970
5971 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5972
5973         * gst/rtsp/Makefile.am:
5974         * gst/rtsp/rtspconnection.c: (append_auth_header),
5975         (rtsp_connection_send), (rtsp_connection_set_auth):
5976         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5977         from icecast to replace it. Relicensed from GPL courtesy of Mike
5978         Smith.
5979
5980 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5981
5982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5983         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5984         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5985         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5986         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5987         (gst_rtspsrc_uri_set_uri):
5988         * gst/rtsp/gstrtspsrc.h:
5989         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5990         (append_auth_header), (rtsp_connection_send),
5991         (rtsp_connection_free), (rtsp_connection_set_auth):
5992         * gst/rtsp/rtspconnection.h:
5993         * gst/rtsp/rtspdefs.h:
5994         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5995         * gst/rtsp/rtspurl.h:
5996
5997         Implement simple Basic Authentication support so that urls like
5998         rtsp://user:pass@hostname/rtspstream work on hosts that require
5999         authentication.
6000
6001 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
6002
6003         * sys/v4l2/gstv4l2object.c:
6004         * sys/v4l2/gstv4l2tuner.c:
6005         * sys/v4l2/v4l2_calls.c:
6006         Fix segfault when oppening a radio device.
6007         
6008 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
6009
6010         * gst/level/gstlevel.c: (gst_level_set_caps),
6011         (gst_level_transform_ip):
6012         * sys/v4l2/README:
6013         * tests/check/elements/level.c: (GST_START_TEST):
6014           Fix level for multi-channel case.
6015
6016 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
6017
6018         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
6019         (gst_level_transform_ip):
6020         * gst/level/gstlevel.h:
6021           Use function pointer for process function and add process functions
6022           for float audio.
6023
6024 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
6025
6026         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6027         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6028         (gst_v4l2src_capture_init):
6029           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
6030           fixes #407369
6031
6032 2007-02-18  Wim Taymans  <wim@fluendo.com>
6033
6034         * gst/rtp/Makefile.am:
6035         * gst/rtp/gstrtp.c: (plugin_init):
6036         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
6037         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
6038         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
6039         (gst_rtp_mp2t_pay_plugin_init):
6040         * gst/rtp/gstrtpmp2tpay.h:
6041         Added simple mpeg transport stream payloader.
6042
6043 2007-02-16  Wim Taymans  <wim@fluendo.com>
6044
6045         * gst/rtsp/URLS:
6046         Add example H264 rtsp url.
6047
6048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6049         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
6050         Don't convert values to lowercase or we might mess up base64 encoded
6051         properties.
6052
6053 2007-02-16  Wim Taymans  <wim@fluendo.com>
6054
6055         * gst/rtp/README:
6056         Fix case of string params.
6057
6058         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6059         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6060         Fix depayloader, support more packet types.
6061         Add sync codes to make sure the packetizer can do its job.
6062
6063         * gst/rtp/gstrtpmp4gdepay.c:
6064         * gst/rtp/gstrtpmp4gpay.c:
6065         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6066         Fix caps case again.
6067
6068 2007-02-15  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
6071         Set right caps on output buffers.
6072
6073 2007-02-14  Wim Taymans  <wim@fluendo.com>
6074
6075         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6076         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6077         Clear stack allocated SDPMedia struct before calling _init() on it.
6078         Clarify this in the docs as well.
6079
6080 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6081
6082         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6083         (do_change_child):
6084         Don't reset the profile when going switching states, as it makes
6085         the element non-reusable.
6086
6087 2007-02-14  Wim Taymans  <wim@fluendo.com>
6088
6089         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6090         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6091         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6092         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6093         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6094         (sdp_parse_line):
6095         * gst/rtsp/sdpmessage.h:
6096         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6097         Fix memory management of SDP messages. Fixes #407793.
6098
6099 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6100
6101         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6102
6103         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6104         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6105
6106 2007-02-14  Wim Taymans  <wim@fluendo.com>
6107
6108         Patch by: jp.liu <jp_liu at astrocom dot cn>
6109
6110         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6111         Fix parsing of password field in url. Fixes #407797.
6112
6113 2007-02-14  Wim Taymans  <wim@fluendo.com>
6114
6115         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6116         (gst_wavparse_reset), (gst_wavparse_init),
6117         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6118         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6119         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6120         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6121         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6122         (gst_wavparse_loop), (gst_wavparse_chain),
6123         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6124         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6125         (plugin_init):
6126         * gst/wavparse/gstwavparse.h:
6127         Update docs.
6128         Use boilerplate.
6129         Various code cleanups.
6130         When the bitrate is not known (bps == 0 or compressed formats) let
6131         downstream element guestimate the duration and position and don't
6132         generate timestamps or durations. Fixes #405213.
6133         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6134         error flowreturn upstream.
6135
6136 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6137
6138         * ext/gconf/Makefile.am:
6139         * ext/gconf/gconf.c: (gst_gconf_get_string),
6140         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6141         (gst_gconf_render_bin_with_default):
6142         * ext/gconf/gconf.h:
6143         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6144         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6145         (gst_gconf_audio_sink_dispose), (do_change_child),
6146         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6147         (cb_change_child), (gst_gconf_audio_sink_change_state):
6148         * ext/gconf/gstgconfaudiosink.h:
6149         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6150         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6151         (gst_switch_sink_init), (gst_switch_sink_dispose),
6152         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6153         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6154         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6155         * ext/gconf/gstswitchsink.h:
6156         * gst/autodetect/gstautoaudiosink.c:
6157         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6158         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6159         (gst_auto_audio_sink_detect):
6160         * gst/autodetect/gstautovideosink.c:
6161         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6162         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6163         (gst_auto_video_sink_detect):
6164         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6165         and a child that implements the GConf key monitoring. The end goal of
6166         this is an audio sink that can be changed on the fly, but at the 
6167         moment it still only changes on the next READY transition.
6168
6169 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6170
6171         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6172         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6173         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6174         (gst_avi_demux_calculate_durations_from_index),
6175         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6176         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6177         (gst_avi_demux_loop):
6178           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6179
6180 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6181
6182         * configure.ac:
6183         * docs/plugins/Makefile.am:
6184           Add crossreferences to glib/gobject/gstream docs.
6185
6186 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6187
6188         * gst/monoscope/Makefile.am:
6189         * gst/monoscope/gstmonoscope.c:
6190           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6191           (but no LIBS, since we only use defines from the headers).
6192
6193 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6194
6195         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6196
6197         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6198         (gst_wavparse_stream_data):
6199           Fix massive memory leak when operating in streaming mode due to
6200           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6201           Fixes #407057.
6202
6203 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6204
6205         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6206         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6207         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6208         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6209         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6210         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6211         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6212         (gst_avi_demux_calculate_durations_from_index),
6213         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6214         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6215         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6216         * gst/avi/gstavidemux.h:
6217           Save some memory (8%) by repacking the index entry structure (more to
6218           come). Add more FIXMEs to questionable parts.
6219
6220 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6221
6222         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6223         (gst_v4l2src_get_caps):
6224         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6225         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6226         (gst_v4l2src_capture_init):
6227           More FIXME comments and messaging changes.
6228
6229 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6230
6231         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6232         (gst_goom_change_state):
6233         * gst/goom/gstgoom.h:
6234           Improved docs and use GST_DEBUG_FUNCPTR.
6235
6236         * gst/level/gstlevel.c: (gst_level_class_init):
6237           Use GST_DEBUG_FUNCPTR.
6238
6239         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6240         (gst_monoscope_chain), (gst_monoscope_change_state):
6241           Improved docs source cleanups.
6242
6243 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6244
6245         * gst/debug/Makefile.am:
6246         * gst/debug/gstdebug.c: (plugin_init):
6247         * gst/debug/gstpushfilesrc.c:
6248         * gst/debug/gstpushfilesrc.h:
6249           Add code for a pushfilesrc element that implements a pushfile:// URI
6250           handler, to make debugging push-mode operation of demuxer/decoders
6251           that support both easier in connection with seek/playbin/etc.
6252           The element isn't registered at the moment.
6253
6254 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6255
6256         * gst/avi/gstavimux.c:
6257           Comment a #if 0 in caps template definition as VS6 seems to 
6258         do not support it.
6259         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6260           Use gst_guint64_to_gdouble for conversion.
6261         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6262           Move variables declaration before the first instruction.
6263         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6264           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6265           And don't include netdb.h for G_OS_WIN32
6266         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6267           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6268           by VS6 then use an other way to initialize SDPMedia structure.
6269         * gst/udp/gstdynudpsink.h:
6270         * gst/udp/gstdynudpnetutils.h:
6271           Do not include <sys/time.h> for G_OS_WIN32
6272         * gst/udp/gstudpsrc.c:
6273           Define socklen_t as int for G_OS_WIN32
6274         * win/common/config.h.in:
6275           Undef HAVE_NETINET_IN_H
6276         * win32/vs6/gst_plugins_good.dsw:
6277         * win32/vs6/libgstrtp.dsp:
6278         * win32/vs6/libgstrtsp.dsp:
6279         * win32/vs6/libgstautogen.dsp:
6280         * win32/vs6/libgstaudiofx.dsp:
6281         * win32/vs6/libgstudp.dsp:
6282           Add and update project files.
6283         * win32/common/gstudp-enumtypes.c:
6284         * win32/common/gstudp-enumtypes.h:
6285           Add a copy of udp enumtypes to win32/common as in core 
6286           and base.
6287         
6288 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * configure.ac:
6291           Activate monoscope when building with --enable-experimental. Fix
6292           --enable-external configure switch description.
6293
6294         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6295         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6296           Help gst-indent.
6297
6298 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6299
6300         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6301           Explicitly cast result of pointer arithmetic to integer in order to
6302           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6303
6304 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6305
6306         * gst/debug/progressreport.c:
6307           Some more docs.
6308
6309 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6310
6311         * docs/plugins/inspect/plugin-rtp.xml:
6312           Update for new elements.
6313
6314         * gst/debug/progressreport.h:
6315           Commit newly-created header file as well.
6316
6317 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6318
6319         * docs/plugins/Makefile.am:
6320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6321         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6322         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6323         * gst/debug/Makefile.am:
6324         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6325         (gst_progress_report_do_query), (gst_progress_report_report):
6326           Make progressreport element post messages with the current progress
6327           on the bus. Also add some basic docs for it.
6328
6329 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6330
6331         * ext/hal/hal.c: (gst_hal_get_string):
6332         * ext/hal/hal.h:
6333           Some small cleanups; deal with errors when parsing the HAL ALSA
6334           capabilities a bit better.
6335
6336 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6337
6338         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6339           Let's try this again and use the right cast this time.
6340
6341 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6342
6343         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6344           Add cast to avoid compiler warnings with older GLib versions
6345           where the nick/name members in GEnumValue are not declared as
6346           constant strings.
6347
6348 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6349
6350         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6351         (gst_gconf_render_bin_from_key),
6352         (gst_gconf_get_default_audio_sink):
6353         * ext/gconf/gconf.h:
6354         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6355         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6356         (gst_gconf_audio_sink_get_property):
6357           In gconfaudiosink, get the right key as the old key in do_toggle
6358           (ie. one dependent on the profile selected). Log some more stuff so
6359           we can see what's actually going on.
6360
6361 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6362
6363         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6364         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6365         (gst_audio_amplify_set_process_function),
6366         (gst_audio_amplify_setup):
6367         * gst/audiofx/audioamplify.h:
6368         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6369         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6370         * gst/audiofx/audioinvert.h:
6371         Some small cleanups and port both elements to the new GstAudioFilter
6372         base class to save a few lines of common code.
6373         * gst/audiofx/Makefile.am:
6374         Link against libgstaudio for the above changes
6375
6376 2007-01-29  Wim Taymans  <wim@fluendo.com>
6377
6378         * tests/check/elements/.cvsignore:
6379         Some more ignores.
6380
6381 2007-01-26  Wim Taymans  <wim@fluendo.com>
6382
6383         Patch by: charles <charlesg3 at gmail dot com>
6384
6385         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6386         (set_shout_metadata), (gst_shout2send_event):
6387         * ext/shout2/gstshout2.h:
6388         Properly handle tags in shout2send. Fixes #399825.
6389
6390 2007-01-25  Wim Taymans  <wim@fluendo.com>
6391
6392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6393         (gst_rtspsrc_activate_streams):
6394         Convert SDP fields to upper/lowercase following the rules in the SDP to
6395         caps document. 
6396
6397 2007-01-25  Wim Taymans  <wim@fluendo.com>
6398
6399         * gst/rtp/README:
6400         * gst/rtp/gstrtpilbcdepay.c:
6401         * gst/rtp/gstrtpilbcpay.c:
6402         * gst/rtp/gstrtpmp4gdepay.c:
6403         * gst/rtp/gstrtpmp4gpay.c:
6404         * gst/rtp/gstrtpspeexdepay.c:
6405         * gst/rtp/gstrtpspeexpay.c:
6406         * gst/rtp/gstrtpsv3vdepay.c:
6407         * gst/rtp/gstrtptheoradepay.c:
6408         * gst/rtp/gstrtptheorapay.c:
6409         * gst/rtp/gstrtpvorbisdepay.c:
6410         * gst/rtp/gstrtpvorbispay.c:
6411         Fix case of encoding-name and key/value pairs to match the document.
6412         This is to make interoperation with SDP case-insensitive as required by
6413         the relevant RFCs.
6414
6415 2007-01-25  Wim Taymans  <wim@fluendo.com>
6416
6417         * configure.ac:
6418         Bump required -core/-base to CVS
6419
6420 2007-01-25  Wim Taymans  <wim@fluendo.com>
6421
6422         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6423         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6424         * gst/rtp/gstrtpL16pay.h:
6425         Fill up to MTU using adapter.
6426         Timestamp rtp packets.
6427
6428 2007-01-25  Edward Hervey  <edward@fluendo.com>
6429
6430         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6431         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6432         Use G_GSIZE_FORMAT in print statements for portability.
6433         Fixes build on macosx.
6434
6435 2007-01-24  Wim Taymans  <wim@fluendo.com>
6436
6437         * gst/rtp/Makefile.am:
6438         * gst/rtp/gstrtp.c: (plugin_init):
6439         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6440         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6441         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6442         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6443         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6444         (gst_rtp_L16_depay_plugin_init):
6445         * gst/rtp/gstrtpL16depay.h:
6446         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6447         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6448         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6449         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6450         (gst_rtp_L16_pay_plugin_init):
6451         * gst/rtp/gstrtpL16pay.h:
6452         Port and enable raw audio payloader/depayloader. Needs a bit more work
6453         on the payloader side.
6454
6455 2007-01-24  Wim Taymans  <wim@fluendo.com>
6456
6457         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6458         (gst_rtspsrc_stream_configure_transport),
6459         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6460         * gst/rtsp/gstrtspsrc.h:
6461         Only unblock the udp pads when we linked and activated them all.
6462         Fixes #395688.
6463
6464 2007-01-24  Wim Taymans  <wim@fluendo.com>
6465
6466         * gst/rtp/Makefile.am:
6467         * gst/rtp/gstrtp.c: (plugin_init):
6468         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6469         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6470         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6471         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6472         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6473         * gst/rtp/gstrtpac3depay.h:
6474         Added simple AC3 depayloader (RFC 4184).
6475
6476         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6477         Fix a leak.
6478
6479 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6480
6481         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6482
6483         * gst/audiofx/Makefile.am:
6484         * gst/audiofx/audioamplify.c:
6485         (gst_audio_amplify_clipping_method_get_type),
6486         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6487         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6488         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6489         (gst_audio_amplify_set_caps),
6490         (gst_audio_amplify_transform_int_clip),
6491         (gst_audio_amplify_transform_int_wrap_negative),
6492         (gst_audio_amplify_transform_int_wrap_positive),
6493         (gst_audio_amplify_transform_float_clip),
6494         (gst_audio_amplify_transform_float_wrap_negative),
6495         (gst_audio_amplify_transform_float_wrap_positive),
6496         (gst_audio_amplify_transform_ip):
6497         * gst/audiofx/audioamplify.h:
6498         * gst/audiofx/audiofx.c: (plugin_init):
6499         Add new element "audioamplify". This allows scaling of raw audio
6500         samples, similar to the "volume" element, but provides different modes
6501         for clipping and allows unlimited amplification. It's mainly targeted
6502         for creative sound design and not as a replacement of the "volume"
6503         element. Fixes #397162
6504         * docs/plugins/Makefile.am:
6505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6507         * docs/plugins/gst-plugins-good-plugins.args:
6508         * docs/plugins/inspect/plugin-audiofx.xml:
6509         Add docs for audioamplify and integrate them into the build system
6510         * tests/check/Makefile.am:
6511         * tests/check/elements/audioamplify.c: (setup_amplify),
6512         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6513         Add fairly extensive unit test suite for audioamplify
6514
6515 2007-01-24  Wim Taymans  <wim@fluendo.com>
6516
6517         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6518         Unblock pads after adding the pads to the element so that autopluggers
6519         get a change to link something. Possibly fixes #395688.
6520
6521 2007-01-24  Wim Taymans  <wim@fluendo.com>
6522
6523         * gst/rtp/gstrtpamrdepay.c:
6524         * gst/rtp/gstrtpgsmdepay.c:
6525         * gst/rtp/gstrtph263pdepay.c:
6526         * gst/rtp/gstrtph263ppay.c:
6527         * gst/rtp/gstrtph264depay.c:
6528         * gst/rtp/gstrtpilbcdepay.c:
6529         * gst/rtp/gstrtpmp2tdepay.c:
6530         * gst/rtp/gstrtpmp4gdepay.c:
6531         * gst/rtp/gstrtpmp4gpay.c:
6532         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6533         * gst/rtp/gstrtpmp4vpay.c:
6534         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6535         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6536         (gst_rtp_mpa_depay_process):
6537         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6538         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6539         * gst/rtp/gstrtppcmadepay.c:
6540         * gst/rtp/gstrtppcmudepay.c:
6541         * gst/rtp/gstrtpspeexdepay.c:
6542         * gst/rtp/gstrtpspeexpay.c:
6543         * gst/rtp/gstrtpsv3vdepay.c:
6544         * gst/rtp/gstrtptheoradepay.c:
6545         * gst/rtp/gstrtptheorapay.c:
6546         * gst/rtp/gstrtpvorbisdepay.c:
6547         * gst/rtp/gstrtpvorbispay.c:
6548         Fix caps with payload numbers.
6549         Add some fixed payload numbers to caps when possible.
6550
6551 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6552
6553         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6554
6555         * gst/audiofx/Makefile.am:
6556         * gst/audiofx/audiofx.c: (plugin_init):
6557         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6558         (gst_audio_invert_class_init), (gst_audio_invert_init),
6559         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6560         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6561         (gst_audio_invert_transform_float),
6562         (gst_audio_invert_transform_ip):
6563         * gst/audiofx/audioinvert.h:
6564         Add new audiofx element "audioinvert". This element swaps the upper
6565         and lower half of samples and can be used for example for a
6566         wide-stereo effect. Fixes #396057
6567         * docs/plugins/Makefile.am:
6568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6570         * docs/plugins/gst-plugins-good-plugins.args:
6571         * docs/plugins/inspect/plugin-audiofx.xml:
6572         Add docs for the audioinvert element and add them to the build system.
6573         * tests/check/Makefile.am:
6574         * tests/check/elements/audioinvert.c: (setup_invert),
6575         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6576         Add unit test suite for the audioinvert element.
6577
6578 2007-01-23  Wim Taymans  <wim@fluendo.com>
6579
6580         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6581         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6582         Parse config params as string and int.
6583         Parse and use AU header length
6584
6585 2007-01-23  Wim Taymans  <wim@fluendo.com>
6586
6587         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6588         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6589         * gst/smpte/gstmask.c: (_gst_mask_register):
6590         * gst/smpte/gstmask.h:
6591         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6592         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6593         (gst_smpte_paint_triangle_clock):
6594         constify some static structs.
6595         Don't update the mask if nothing changed to the params.
6596         Make sure we never draw outside of the picture. Fixes #398325.
6597
6598 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6599
6600         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6601           Error out properly when pull_range fails while we're reading the
6602           headers, instead of just pausing the task silently. Fixes #399338.
6603
6604 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6607           Some more sanity checks to make sure the input formats match and the
6608           input pads are actually negotiated, in case someone tries to feed
6609           buffers from fakesrc or filesrc. Fixes #398299.
6610           Also const-ify an array, just because we can.
6611
6612 2007-01-19  Edward Hervey  <edward@fluendo.com>
6613
6614         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6615         Ignore previous commit, that was only valid for widths and heights
6616         that are multiples of 4.
6617         Copy over size/stride macros from jpegdec. This allows the element
6618         to work with any width,height...
6619         ... but puts in evidence that the actual transformations only work
6620         with width/height that are multiples of 4.
6621
6622 2007-01-19  Edward Hervey  <edward@fluendo.com>
6623
6624         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6625         Allocate buffers of the right size.
6626         The proper size of a I420 buffer in bytes is:
6627         
6628             width * height * 3
6629             ------------------
6630                     2
6631
6632 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6635           Proxy getcaps on sink pads too, so that we either end up with the
6636           same dimensions on all pads or error out if that's not possible
6637           (seems to work even!). Fixes #398086, I think.
6638
6639 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6642         * docs/plugins/gst-plugins-good-plugins.args:
6643         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6644           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6645           fix integer properties with -1 as minimum value.
6646
6647         * docs/plugins/inspect/plugin-1394.xml:
6648         * docs/plugins/inspect/plugin-aasink.xml:
6649         * docs/plugins/inspect/plugin-alaw.xml:
6650         * docs/plugins/inspect/plugin-alpha.xml:
6651         * docs/plugins/inspect/plugin-alphacolor.xml:
6652         * docs/plugins/inspect/plugin-annodex.xml:
6653         * docs/plugins/inspect/plugin-apetag.xml:
6654         * docs/plugins/inspect/plugin-audiofx.xml:
6655         * docs/plugins/inspect/plugin-auparse.xml:
6656         * docs/plugins/inspect/plugin-autodetect.xml:
6657         * docs/plugins/inspect/plugin-avi.xml:
6658         * docs/plugins/inspect/plugin-cacasink.xml:
6659         * docs/plugins/inspect/plugin-cairo.xml:
6660         * docs/plugins/inspect/plugin-cdio.xml:
6661         * docs/plugins/inspect/plugin-cutter.xml:
6662         * docs/plugins/inspect/plugin-debug.xml:
6663         * docs/plugins/inspect/plugin-dv.xml:
6664         * docs/plugins/inspect/plugin-efence.xml:
6665         * docs/plugins/inspect/plugin-effectv.xml:
6666         * docs/plugins/inspect/plugin-esdsink.xml:
6667         * docs/plugins/inspect/plugin-flac.xml:
6668         * docs/plugins/inspect/plugin-flxdec.xml:
6669         * docs/plugins/inspect/plugin-gconfelements.xml:
6670         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6671         * docs/plugins/inspect/plugin-goom.xml:
6672         * docs/plugins/inspect/plugin-halelements.xml:
6673         * docs/plugins/inspect/plugin-icydemux.xml:
6674         * docs/plugins/inspect/plugin-id3demux.xml:
6675         * docs/plugins/inspect/plugin-jpeg.xml:
6676         * docs/plugins/inspect/plugin-level.xml:
6677         * docs/plugins/inspect/plugin-matroska.xml:
6678         * docs/plugins/inspect/plugin-mulaw.xml:
6679         * docs/plugins/inspect/plugin-multipart.xml:
6680         * docs/plugins/inspect/plugin-navigationtest.xml:
6681         * docs/plugins/inspect/plugin-ossaudio.xml:
6682         * docs/plugins/inspect/plugin-png.xml:
6683         * docs/plugins/inspect/plugin-rtp.xml:
6684         * docs/plugins/inspect/plugin-rtsp.xml:
6685         * docs/plugins/inspect/plugin-shout2send.xml:
6686         * docs/plugins/inspect/plugin-smpte.xml:
6687         * docs/plugins/inspect/plugin-speex.xml:
6688         * docs/plugins/inspect/plugin-taglib.xml:
6689         * docs/plugins/inspect/plugin-udp.xml:
6690         * docs/plugins/inspect/plugin-videobalance.xml:
6691         * docs/plugins/inspect/plugin-videobox.xml:
6692         * docs/plugins/inspect/plugin-videoflip.xml:
6693         * docs/plugins/inspect/plugin-videomixer.xml:
6694         * docs/plugins/inspect/plugin-wavenc.xml:
6695         * docs/plugins/inspect/plugin-wavparse.xml:
6696         * docs/plugins/inspect/plugin-ximagesrc.xml:
6697           Update to CVS.
6698
6699 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6700
6701         Patch by: Sebastian Dröge <slomo circular-chaos org>
6702
6703         * gst/audiofx/audiopanorama.c:
6704           Fix doc section name (Fixes #397946)
6705
6706 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6707
6708         * sys/v4l2/gstv4l2object.c:
6709         (gst_v4l2_object_install_properties_helper),
6710         (gst_v4l2_object_set_property_helper),
6711         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6712         * sys/v4l2/gstv4l2object.h:
6713         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6714         (gst_v4l2src_init), (gst_v4l2src_set_property),
6715         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6716         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6717         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6718         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6719         (gst_v4l2src_capture_deinit):
6720           Fix EIO handing when capturing. Add new property to specify the number of
6721           buffers to enque (and remove the borked num-buffers usage).
6722
6723 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6724
6725         Patch by: Sebastian Dröge <slomo circular-chaos org>
6726
6727         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6728         (gst_audio_panorama_set_process_function):
6729           Use a function array for process methods, add more docs and define the
6730           startindex of enums.
6731
6732 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6733
6734         Patch by: Mark Nauwelaerts <manauw at skynet be>
6735
6736         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6737         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6738         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6739         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6740         (gst_avi_mux_riff_get_avi_header),
6741         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6742         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6743         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6744         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6745         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6746         (gst_avi_mux_change_state):
6747         * gst/avi/gstavimux.h:
6748         * tests/check/elements/avimux.c: (teardown_src_pad):
6749           Add support for more than one audio stream; write better AVIX
6750           header; refactor code a bit; don't announce vorbis caps on our audio
6751           sink pads since we don't support it anyway. Closes #379298.
6752
6753 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         Patch by: Sebastian Dröge <slomo circular-chaos org>
6756
6757         * gst/audiofx/audiopanorama.c:
6758         (gst_audio_panorama_method_get_type),
6759         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6760         (gst_audio_panorama_set_process_function),
6761         (gst_audio_panorama_set_property),
6762         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6763         (gst_audio_panorama_transform_m2s_int_simple),
6764         (gst_audio_panorama_transform_s2s_int_simple),
6765         (gst_audio_panorama_transform_m2s_float_simple),
6766         (gst_audio_panorama_transform_s2s_float_simple):
6767         * gst/audiofx/audiopanorama.h:
6768           Add 'method' property and provide a simple (non-psychoacustic)
6769           processing method (#394859).
6770
6771         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6772         (panorama_suite):
6773           Tests for new method.
6774
6775 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6776
6777         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6778         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6779           Set correct caps on outgoing pulled buffers, or things blow up
6780           after recent core changes.
6781
6782 2007-01-11  Wim Taymans  <wim@fluendo.com>
6783
6784         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6785
6786         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6787         (gst_multipart_mux_request_new_pad),
6788         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6789         (gst_multipart_mux_change_state):
6790         Return FLOW errors ASAP. Fixes #394977.
6791         Misc cleanups.
6792
6793 2007-01-11  Wim Taymans  <wim@fluendo.com>
6794
6795         Patch by: Lutz Mueller <lutz at topfrose dot de>
6796
6797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6798         Check for stream pad before activating. 
6799
6800 2007-01-10  Wim Taymans  <wim@fluendo.com>
6801
6802         Patch by: Peter Kjellerstedt  <pkj at axis com>
6803
6804         * gst/rtsp/COPYING.MIT:
6805         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6806         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6807         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6808         (gst_rtspsrc_stream_configure_transport),
6809         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6810         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6811         (gst_rtspsrc_parse_methods),
6812         (gst_rtspsrc_create_transports_string),
6813         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6814         (gst_rtspsrc_open), (gst_rtspsrc_close):
6815         * gst/rtsp/gstrtspsrc.h:
6816         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6817         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6818         (parse_request_line), (parse_line), (rtsp_connection_read),
6819         (rtsp_connection_close):
6820         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6821         (rtsp_method_as_text), (rtsp_header_as_text),
6822         (rtsp_status_as_text), (rtsp_find_header_field),
6823         (rtsp_find_method):
6824         * gst/rtsp/rtspdefs.h:
6825         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6826         (rtsp_ext_wms_configure_stream):
6827         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6828         (rtsp_message_new_request), (rtsp_message_init_request),
6829         (rtsp_message_new_response), (rtsp_message_init_response),
6830         (rtsp_message_init_data), (rtsp_message_unset),
6831         (rtsp_message_free), (rtsp_message_add_header),
6832         (rtsp_message_get_header), (rtsp_message_set_body),
6833         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6834         * gst/rtsp/rtspmessage.h:
6835         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6836         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6837         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6838         (sdp_message_dump):
6839         Allow url to be NULL to be able to use it for server connections.
6840         Can now send responses as well as requests.
6841         No longer hangs in an endless loop if EOF is received.
6842         Can now convert a status code to a text string.
6843         Return RTSP_HDR_INVALID for unknown headers.
6844         Return RTSP_INVALID for unknown methods.
6845         Copy CSeq and Session headers from the request.
6846         Only free memory corresponding to the currently set message type.
6847         Added const to function arguments as appropriate.
6848         Avoid a compiler warning when initializing nmedia.
6849         Use guint rather than gint to avoid compiler warnings.
6850         Fix crasher in wms extension.
6851         Factor out stream setup from open_connection.
6852         Delay activation of streams when actual data is received from the
6853         server, this prepares us to do proper protocol switching.
6854         Added new license.
6855         Fixes #380895.
6856
6857
6858 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6859
6860         Patch by: Sebastian Dröge <slomo ubuntu com>
6861
6862         * docs/plugins/Makefile.am:
6863         * gst/audiofx/audiopanorama.c:
6864           Some small docs fixes (#394851).
6865
6866 2007-01-09  Wim Taymans  <wim@fluendo.com>
6867
6868         * gst/avi/gstavidemux.c:
6869         Fix docs.
6870
6871 2007-01-09  Wim Taymans  <wim@fluendo.com>
6872
6873         * gst/rtp/Makefile.am:
6874         * gst/rtp/gstrtp.c: (plugin_init):
6875         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6876         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6877         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6878         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6879         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6880         * gst/rtp/gstrtpmpvdepay.h:
6881           Added RFC 2250 MPEG Video Depayloader.
6882
6883         * gst/rtp/gstrtpL16depay.h:
6884         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6885         (gst_rtp_h263p_depay_process):
6886         Fix Header file. Small cleanups.
6887
6888         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6889         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6890         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6891         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6892         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6893         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6894         (gst_rtp_mp4v_depay_change_state):
6895         Remove usused code. Remove Adapter from state Change. Added debug.
6896
6897         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6898         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6899         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6900         * gst/rtp/gstrtpmpadepay.h:
6901         Subclass base depayloader.
6902         Added debug.
6903         Support static payload type assignment as well.
6904
6905         * gst/rtp/gstrtpmpapay.c:
6906         Fix caps.
6907
6908 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6909
6910         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6911
6912         * ext/jpeg/gstjpegdec.c:
6913         * ext/jpeg/gstjpegenc.c:
6914         * ext/jpeg/smokecodec.c:
6915           These libjpeg callbacks should return a 'boolean' (unsigned char
6916           apparently) and not a 'gboolean' (which maps to gint). Fixes
6917           warnings when compiling with MingW (#393427).
6918
6919         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6920           Use ioctlsocket on win32.
6921
6922         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6923           Some printf format fixes for win32.
6924
6925 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6926
6927         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6928           Use gst_guint64_to_gdouble for conversion.
6929         * win32/vs6/libgstmatroska.dsp:
6930           Add zlib to the link.
6931         * win32/vs6/libgstvideobox.dsp:
6932           Update liboil library name (project is linked to 
6933           liboil-0.3-0.lib now).
6934           
6935 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6936
6937         * gst/matroska/Makefile.am:
6938           If zlib is available and used, we must link it explicitly for
6939           things to work on MingW (fixes #392855).
6940
6941 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6942
6943         * ext/esd/esdsink.c: (gst_esdsink_delay):
6944           Don't return bogus values when esd_get_delay() fails for some
6945           reason (#392189).
6946
6947 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6948
6949         * sys/ximage/gstximagesrc.c: (composite_pixel):
6950           Fix presumably copy'n'pasto for 16bpp depth.
6951
6952 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * gst/matroska/matroska-mux.c:
6955         (gst_matroska_mux_audio_pad_setcaps):
6956           The "signed" field in audio caps is of boolean type, trying to use
6957           gst_structure_get_int() to extract it will fail. Fixing this makes
6958           matroskamux accept raw audio input (#387121) (use at your own risk
6959           though, due to the matroska spec being not entirely useful in this
6960           respect).
6961           Also fix up raw audio structures in template caps so that they
6962           represent what our setcaps function will actually accept, so that
6963           converters know what to convert to.
6964           Finally, don't fail if there isn't an "endianness" field in 8-bit
6965           PCM caps.
6966
6967 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6968
6969         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6970         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6971         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6972         (teardown_cmmldec):
6973         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6974         (teardown_cmmlenc):
6975         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6976           reapply consistent pad (de)activation
6977
6978 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6979
6980         * configure.ac:
6981         Back to CVS
6982
6983         * gst-plugins-good.doap:
6984         Add 0.10.5 doap entry
6985
6986 === release 0.10.5 ===
6987
6988 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6989
6990         * configure.ac:
6991           releasing 0.10.5, "The Path of Thorns"
6992
6993 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6994
6995         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6996         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6997         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6998         (teardown_cmmldec):
6999         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7000         (teardown_cmmlenc):
7001         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7002           revert my freeze breakage
7003
7004 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
7005
7006         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
7007         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
7008         * tests/check/elements/cmmldec.c: (setup_cmmldec),
7009         (teardown_cmmldec):
7010         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
7011         (teardown_cmmlenc):
7012         * tests/check/elements/level.c: (setup_level), (cleanup_level):
7013           consistent pad (de)activation
7014
7015 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
7016
7017         * configure.ac:
7018         * ext/Makefile.am:
7019         Disable LADPSA, as it has moved to the -bad module for the duration.
7020
7021 2006-12-18  Wim Taymans  <wim@fluendo.com>
7022
7023         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
7024         (gst_signal_processor_event):
7025         Reset flow_state back to _OK after a flush stop so that we exit our
7026         error state after the flush. Fixes #374213
7027
7028 2006-12-16  David Schleef  <ds@schleef.org>
7029
7030         * sys/osxvideo/osxvideosink.h:
7031         * sys/osxvideo/osxvideosink.m:
7032           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
7033
7034 2006-12-16  David Schleef  <ds@schleef.org>
7035
7036         Patch by: Vijay Santhanam <vijay santhanam gmail com>
7037
7038         * sys/osxvideo/Makefile.am:
7039         * sys/osxvideo/osxvideosink.h:
7040         * sys/osxvideo/osxvideosink.m:
7041           Preliminary patch for porting osxvideosink
7042
7043 2006-12-16  Wim Taymans  <wim@fluendo.com>
7044
7045         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7046
7047         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
7048         (gst_videomixer_set_master_geometry),
7049         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
7050         (gst_videomixer_reset), (gst_videomixer_init),
7051         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
7052         (gst_videomixer_release_pad), (gst_videomixer_collected),
7053         (gst_videomixer_change_state):
7054         Introduce some locking around the videomixer state so that it does not
7055         crash when adding/removing pads. Fixes #383043.
7056
7057 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7058
7059         * configure.ac:
7060           Make sure libcaca can actually be used instead of just checking for
7061           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
7062           cross-compiling (fixes #384587).
7063
7064 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7065
7066         * Makefile.am:
7067         * gst-plugins-good.doap:
7068         * gst-plugins-good.spec.in:
7069           adding doap file
7070
7071 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         * configure.ac:
7074           libflac-1.1.3 changed API again, but we can't build against it yet,
7075           so make sure our check doesn't use libflac-1.1.3 and add a comment
7076           to this effect.
7077
7078 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7079
7080         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7081         (gst_quarktv_planetable_clear):
7082           Add some NULL pointer checks (possibly related to #385623).
7083
7084 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7087         (gst_tag_demux_chain):
7088         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7089           In streaming mode, if the first buffer we get doesn't have an
7090           offset, fix it up to be 0, otherwise trimming won't work later on
7091           and we'll be typefinding application/x-id3, which may result in
7092           decodebin plugging an endless number of id3demux elements as a
7093           consequence. Fixes #385031.
7094           
7095 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7096
7097         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7098           Ignore the buffer_time the sound device reports. Turns out it is 
7099           sometimes completely bogus and we're better off without it.
7100
7101 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7102
7103         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7104         (gst_matroska_demux_video_caps):
7105         * gst/matroska/matroska-ids.c:
7106         (gst_matroska_track_init_video_context):
7107         * gst/matroska/matroska-ids.h:
7108           Try harder to extract the framerate for video tracks correctly and
7109           save it directly instead of converting it back and forth a few
7110           times. Mostly makes a difference for very small framerates (<1).
7111           Fixes #380199.
7112
7113 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7116         (gst_gconf_audio_src_dispose), (do_toggle_element):
7117         * ext/gconf/gstgconfaudiosrc.h:
7118           Remove gconf notify hook when the gconfaudiosrc element is
7119           destroyed, otherwise the callback may be called on an
7120           already-destroyed instance and bad things happen. Should fix
7121           #378184.
7122           Also ignore gconf key changes when the source is already running.
7123
7124 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         Patch by: Sebastian Dröge  <mail at slomosnail de>
7127
7128         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7129           We need to be able to read and parse any possible floating point string
7130           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7131           will parse the former only in certain locales though, so we really need
7132           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7133           make sure we can parse either version at all times.
7134           Fixes #382982 for real.
7135
7136 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7137
7138         * sys/sunaudio/gstsunaudiomixerctrl.c:
7139         * sys/sunaudio/gstsunaudiosrc.c:
7140
7141         Use the sunaudio debug category.
7142
7143         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7144         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7145         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7146         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7147         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7148         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7149         (gst_sunaudiosink_reset):
7150         * sys/sunaudio/gstsunaudiosink.h:
7151
7152         Uses the sunaudio debug category for all debug output
7153         Implements the _delay() callback to synchronise video playback better
7154         Change the segtotal and segsize values back to the parent class 
7155           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7156           respectively)
7157         Measure the samples written to the device vs. played.
7158         Keep track of segments in the device by writing empty eof frames, and
7159         sleep using a GCond when we get too far ahead and risk overrunning the
7160         sink's ringbuffer.
7161
7162         Fixes: #360673
7163
7164 2006-12-08  Wim Taymans  <wim@fluendo.com>
7165
7166         Patch by: Sebastian Dröge  <mail at slomosnail de >
7167
7168         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7169         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7170         * gst/audiofx/audiopanorama.h:
7171         Fix audiopanorame with float samples. Fixes #383726.
7172
7173 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7174
7175         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7176         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7177         (gst_sunaudiosrc_reset):
7178
7179         Implement reset functions to unblock the src/sink more quickly on 
7180         state change requests.
7181         Patch by: Brian Cameron <brian dot cameron at sun com>
7182
7183 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7184
7185         * sys/sunaudio/gstsunaudiomixer.c:
7186         (gst_sunaudiomixer_change_state):
7187         Construct the correct mixer device name when the AUDIODEV env var
7188         is set.
7189
7190         Patch by: Jerry Tan <jerry.tan at sun dot com>
7191         Fixes: #383596
7192
7193 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7194
7195         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7196         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7197         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7198         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7199         Patch by: Jerry Tan <jerry.tan at sun dot com>
7200         Fixes: #349015
7201
7202 2006-12-07  Wim Taymans  <wim@fluendo.com>
7203
7204         * gst/smpte/gstmask.h:
7205         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7206         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7207         (gst_smpte_collected), (gst_smpte_set_property),
7208         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7209         * gst/smpte/gstsmpte.h:
7210         Port to 0.10 some more. 
7211         Added duration property to specify the duration of the transition.
7212         Make framerate a fraction.
7213         Deprecate fps property, we only use negotiated fps.
7214         Added docs.
7215         Fix collectpad usage.
7216         Reset state in READY.
7217         Send NEWSEGMENT event.
7218         Fix racy updates of object properties.
7219         Added debug category.
7220         Fixes #383323.
7221
7222 2006-12-06  Wim Taymans  <wim@fluendo.com>
7223
7224         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7225
7226         * gst/videomixer/videomixer.c:
7227         (gst_videomixer_set_master_geometry),
7228         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7229         Don't reset xpos and ypos in the setcaps function because causes
7230         unexpected behaviour.
7231         Fixes #382179.
7232
7233 2006-12-06  Wim Taymans  <wim@fluendo.com>
7234
7235         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7236         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7237         Keep track of the buffer timestamp in the collectdata member instead
7238         of modifying the buffer without making the metadata writable first.
7239         Fixes #382277.
7240
7241 2006-12-06  Wim Taymans  <wim@fluendo.com>
7242
7243         Patch by: Rob Taylor <robtaylor at floopily dot org>
7244
7245         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7246         If using multicast in udpsrc, bind to the multicast address rather than
7247         IN_ADDR_ANY.
7248         This allows the simultanous use of multiple udpsrcs listening on
7249         different multicat addresses. Without this all udpsrcs will receive all
7250         packets from all subscribed multicast addresses.
7251         Fixes #383001.
7252
7253 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7254
7255         * ext/taglib/gstid3v2mux.cc:
7256         Don't attempt to write a NULL frame into the ID3 tag set when the 
7257         createFrame method returned NULL.
7258         Fixes: #381857
7259         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7260
7261 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7262
7263         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7264         Use g_strtod() instead of sscanf to parse doubles, so that it will
7265         try parsing in the C locale if the current locale fails.
7266         Fixes: #382982
7267         Patch by: Sebastian Dröge  <mail at slomosnail de >
7268
7269 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7270
7271         * win32/MANIFEST:
7272         Fix compilation on win32 under VS8
7273         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7274         Partially fixes #381175
7275
7276 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7277
7278         * gst/avi/gstavimux.c:
7279           accept all mpegversions,fixes #380825
7280           spotted by: Jerome Alet  
7281
7282 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7283
7284         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7285         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7286         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7287         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7288           cleanup the error message a bit more
7289
7290 2006-11-28  Wim Taymans  <wim@fluendo.com>
7291
7292         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7293         Fix width and height properties.
7294
7295         * ext/libcaca/gstcacasink.h:
7296         Fix compilation on newer libcaca that require us to include a new
7297         header. Fixes #379918.
7298
7299 2006-11-28  Wim Taymans  <wim@fluendo.com>
7300
7301         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7302         * gst/rtsp/gstrtspsrc.h:
7303         * gst/rtsp/rtspext.h:
7304         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7305         (rtsp_ext_wms_get_context):
7306         Add method so that extensions can choose to disable the setup of
7307         a stream.
7308         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7309
7310 2006-11-27  Wim Taymans  <wim@fluendo.com>
7311
7312         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7313
7314         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7315         Push header in a separate buffer instead of memcpy:ing all data.
7316         Change LF => CRLF in headers.
7317         Move trailing LF to header. Fixes #379792.
7318
7319 2006-11-27  Wim Taymans  <wim@fluendo.com>
7320
7321         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7322         Small buffer overflow fix and improve debugging.
7323
7324 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7325
7326         * ext/esd/esdmon.h:
7327         * ext/esd/esdsink.h:
7328           remove obsolete _factory_init protos
7329
7330 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7331
7332         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7333         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7334         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7335         (gst_avi_demux_read_subindexes_push),
7336         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7337         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7338         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7339         (gst_avi_demux_massage_index),
7340         (gst_avi_demux_calculate_durations_from_index),
7341         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7342         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7343         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7344           remove dead code, tweak debugs statements, add comments, use
7345           _uint64_scale instead _uint64_scale_int when using guint64 values,
7346           small optimizations, reflow some error handling
7347
7348 2006-11-22  Edward Hervey  <edward@fluendo.com>
7349
7350         * po/.cvsignore:
7351         We never put .pot files in cvs. Let's ignore them all.
7352
7353 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         * po/POTFILES.in:
7356           ... but better exclude files that aren't disted.
7357
7358 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7359
7360         * po/POTFILES.in:
7361           Add v4l2 source files to list of files with translations, so the
7362           strings are actually extracted (however bad they still may be).
7363
7364 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7367           Minor clean-ups: const-ify static array, remove trailing comma from
7368           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7369
7370 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7371
7372         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7373         Make sure that g_free always gets called on the same pointer that was 
7374         returned by g_malloc.  Fixes #376594.
7375         Do not leak memory if decompressed size is wrong.
7376         Remove unneeded check of return value of g_malloc.
7377         Patch by: René Stadler <mail@renestadler.de>
7378
7379 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7380
7381         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7382           Add missing curly brackets.
7383
7384 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7385
7386         * sys/v4l2/v4l2src_calls.c:
7387         Fix capture_deinit.
7388
7389 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7390
7391         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7392         (gst_matroska_mux_request_new_pad):
7393           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7394
7395         * tests/check/elements/matroskamux.c: (setup_src_pad),
7396         (setup_sink_pad), (GST_START_TEST):
7397         Activate pads before using them.
7398
7399 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7402           Initialise variable to get rid of bogus compiler warning.
7403
7404 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7405
7406         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7407
7408         * gst/rtp/gstrtph263pay.c:
7409         * gst/rtp/gstrtph263pdepay.c:
7410         * gst/rtp/gstrtph263ppay.c:
7411           Specify H.263 variant and version in the caps (fixes #361637)
7412
7413 2006-11-15  Wim Taymans  <wim@fluendo.com>
7414
7415         * gst/rtsp/rtspconnection.c: (read_body):
7416         Don't set a data pointer to NULL and a size > 0 when we deal
7417         with empty packets.
7418
7419         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7420         (rtsp_message_init_response), (rtsp_message_init_data),
7421         (rtsp_message_unset), (rtsp_message_free),
7422         (rtsp_message_take_body):
7423         Check that we can't create invalid empty packets. 
7424
7425 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7426
7427         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7428
7429         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7430         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7431         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7432         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7433         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7434         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7435         * gst/matroska/matroska-mux.h:
7436           Add basic tag writing support; implement releasing pads (#374658).
7437
7438 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7439
7440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7441         (gst_matroska_demux_audio_caps):
7442           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7443
7444 2006-11-14  David Schleef  <ds@schleef.org>
7445
7446         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7447
7448 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7449
7450         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7451
7452         * win32/vs8/gst-plugins-good.sln:
7453         * win32/vs8/libgst1394.vcproj:
7454         * win32/vs8/libgstaasink.vcproj:
7455         * win32/vs8/libgstalaw.vcproj:
7456         * win32/vs8/libgstalpha.vcproj:
7457         * win32/vs8/libgstalphacolor.vcproj:
7458         * win32/vs8/libgstannodex.vcproj:
7459         * win32/vs8/libgstapetag.vcproj:
7460         * win32/vs8/libgstaudiofx.vcproj:
7461         * win32/vs8/libgstauparse.vcproj:
7462         * win32/vs8/libgstautodetect.vcproj:
7463         * win32/vs8/libgstavi.vcproj:
7464         * win32/vs8/libgstcacasink.vcproj:
7465         * win32/vs8/libgstcdio.vcproj:
7466         * win32/vs8/libgstcutter.vcproj:
7467         * win32/vs8/libgstdv.vcproj:
7468         * win32/vs8/libgsteffectv.vcproj:
7469         * win32/vs8/libgstflac.vcproj:
7470         * win32/vs8/libgstflxdec.vcproj:
7471         * win32/vs8/libgstgoom.vcproj:
7472         * win32/vs8/libgsticydemux.vcproj:
7473         * win32/vs8/libgstid3demux.vcproj:
7474         * win32/vs8/libgstjpeg.vcproj:
7475         * win32/vs8/libgstladspa.vcproj:
7476         * win32/vs8/libgstlevel.vcproj:
7477         * win32/vs8/libgstmatroska.vcproj:
7478         * win32/vs8/libgstmikmod.vcproj:
7479         * win32/vs8/libgstmng.vcproj:
7480         * win32/vs8/libgstmonoscope.vcproj:
7481         * win32/vs8/libgstmulaw.vcproj:
7482         * win32/vs8/libgstmultipart.vcproj:
7483         * win32/vs8/libgstpng.vcproj:
7484         * win32/vs8/libgstrtp.vcproj:
7485         * win32/vs8/libgstrtsp.vcproj:
7486         * win32/vs8/libgstshout2.vcproj:
7487         * win32/vs8/libgstsmpte.vcproj:
7488         * win32/vs8/libgstspeex.vcproj:
7489         * win32/vs8/libgsttaglib.vcproj:
7490         * win32/vs8/libgstudp.vcproj:
7491         * win32/vs8/libgstvideobalance.vcproj:
7492         * win32/vs8/libgstvideobox.vcproj:
7493         * win32/vs8/libgstvideoflip.vcproj:
7494         * win32/vs8/libgstvideomixer.vcproj:
7495         * win32/vs8/libgstwavenc.vcproj:
7496         * win32/vs8/libgstwavparse.vcproj:
7497           Make end-of-line returns unixy, so that when the files are checked
7498           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7499           Hopefully fixes #366492.
7500
7501 2006-11-14  Wim Taymans  <wim@fluendo.com>
7502
7503         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7504         Disable init_frames delay timestamp adjustment, it does not
7505         seem to be needed at all. Fixes #369621.
7506
7507 2006-11-13  Wim Taymans  <wim@fluendo.com>
7508
7509         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7510
7511         * gst/videomixer/videomixer.c:
7512         (gst_videomixer_set_master_geometry),
7513         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7514         (gst_videomixer_collect_free), (gst_videomixer_reset),
7515         (gst_videomixer_init), (gst_videomixer_finalize),
7516         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7517         (gst_videomixer_collected), (gst_videomixer_change_state):
7518         Fix memleak by unref'ing collectpads instance (when finalizing)
7519         Implement releasing a request pad. Fixes #374479.
7520
7521 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7522
7523         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7524
7525         * win32/vs8/gst-plugins-good.sln:
7526         * win32/vs8/libgst1394.vcproj:
7527         * win32/vs8/libgstaasink.vcproj:
7528         * win32/vs8/libgstalaw.vcproj:
7529         * win32/vs8/libgstalpha.vcproj:
7530         * win32/vs8/libgstalphacolor.vcproj:
7531         * win32/vs8/libgstannodex.vcproj:
7532         * win32/vs8/libgstapetag.vcproj:
7533         * win32/vs8/libgstaudiofx.vcproj:
7534         * win32/vs8/libgstauparse.vcproj:
7535         * win32/vs8/libgstautodetect.vcproj:
7536         * win32/vs8/libgstavi.vcproj:
7537         * win32/vs8/libgstcacasink.vcproj:
7538         * win32/vs8/libgstcdio.vcproj:
7539         * win32/vs8/libgstcutter.vcproj:
7540         * win32/vs8/libgstdv.vcproj:
7541         * win32/vs8/libgsteffectv.vcproj:
7542         * win32/vs8/libgstflac.vcproj:
7543         * win32/vs8/libgstflxdec.vcproj:
7544         * win32/vs8/libgstgoom.vcproj:
7545         * win32/vs8/libgsticydemux.vcproj:
7546         * win32/vs8/libgstid3demux.vcproj:
7547         * win32/vs8/libgstjpeg.vcproj:
7548         * win32/vs8/libgstladspa.vcproj:
7549         * win32/vs8/libgstlevel.vcproj:
7550         * win32/vs8/libgstmatroska.vcproj:
7551         * win32/vs8/libgstmikmod.vcproj:
7552         * win32/vs8/libgstmng.vcproj:
7553         * win32/vs8/libgstmonoscope.vcproj:
7554         * win32/vs8/libgstmulaw.vcproj:
7555         * win32/vs8/libgstmultipart.vcproj:
7556         * win32/vs8/libgstpng.vcproj:
7557         * win32/vs8/libgstrtp.vcproj:
7558         * win32/vs8/libgstrtsp.vcproj:
7559         * win32/vs8/libgstshout2.vcproj:
7560         * win32/vs8/libgstsmpte.vcproj:
7561         * win32/vs8/libgstspeex.vcproj:
7562         * win32/vs8/libgsttaglib.vcproj:
7563         * win32/vs8/libgstudp.vcproj:
7564         * win32/vs8/libgstvideobalance.vcproj:
7565         * win32/vs8/libgstvideobox.vcproj:
7566         * win32/vs8/libgstvideoflip.vcproj:
7567         * win32/vs8/libgstvideomixer.vcproj:
7568         * win32/vs8/libgstwavenc.vcproj:
7569         * win32/vs8/libgstwavparse.vcproj:
7570           Add VS8 project files (note that many of the plugins in ext are
7571           disabled by default). Fixes #366492.
7572
7573 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7574
7575         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7576           we do not translate debug messages
7577
7578 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7579
7580         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7581           fix categorisation, make short desc more explicit, remove unused code
7582           Fixes #372021
7583
7584 2006-11-08  Wim Taymans  <wim@fluendo.com>
7585
7586         * gst/rtp/gstrtpL16depay.c:
7587         * gst/rtp/gstrtpamrdepay.c:
7588         * gst/rtp/gstrtpamrpay.c:
7589         * gst/rtp/gstrtpgsmdepay.c:
7590         * gst/rtp/gstrtph263pay.c:
7591         * gst/rtp/gstrtph263pdepay.c:
7592         * gst/rtp/gstrtph263ppay.c:
7593         * gst/rtp/gstrtph264depay.c:
7594         * gst/rtp/gstrtpmp2tdepay.c:
7595         * gst/rtp/gstrtpmp4gdepay.c:
7596         * gst/rtp/gstrtpmp4gpay.c:
7597         * gst/rtp/gstrtpmp4vdepay.c:
7598         * gst/rtp/gstrtpmp4vpay.c:
7599         * gst/rtp/gstrtpmpadepay.c:
7600         * gst/rtp/gstrtpmpapay.c:
7601         * gst/rtp/gstrtppcmadepay.c:
7602         * gst/rtp/gstrtppcmapay.c:
7603         * gst/rtp/gstrtppcmudepay.c:
7604         * gst/rtp/gstrtppcmupay.c:
7605         * gst/rtp/gstrtpspeexdepay.c:
7606         * gst/rtp/gstrtpspeexpay.c:
7607         * gst/rtp/gstrtpsv3vdepay.c:
7608         Fix element descriptions.
7609
7610 2006-11-08  Wim Taymans  <wim@fluendo.com>
7611
7612         * gst/rtp/gstrtpvorbisdepay.c:
7613         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7614         Fix description.
7615         Small cleanup in the payloader.
7616
7617 2006-11-08  Wim Taymans  <wim@fluendo.com>
7618
7619         * gst/rtp/Makefile.am:
7620         * gst/rtp/gstrtp.c: (plugin_init):
7621         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7622         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7623         (gst_rtp_theora_depay_finalize),
7624         (gst_rtp_theora_depay_parse_configuration),
7625         (gst_rtp_theora_depay_setcaps),
7626         (gst_rtp_theora_depay_switch_codebook),
7627         (gst_rtp_theora_depay_process),
7628         (gst_rtp_theora_depay_set_property),
7629         (gst_rtp_theora_depay_get_property),
7630         (gst_rtp_theora_depay_change_state),
7631         (gst_rtp_theora_depay_plugin_init):
7632         * gst/rtp/gstrtptheoradepay.h:
7633         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7634         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7635         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7636         (gst_rtp_theora_pay_init_packet),
7637         (gst_rtp_theora_pay_flush_packet),
7638         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7639         (gst_rtp_theora_pay_handle_buffer),
7640         (gst_rtp_theora_pay_plugin_init):
7641         * gst/rtp/gstrtptheorapay.h:
7642         Add theora pay/depayloaders.
7643
7644 2006-11-06  Wim Taymans  <wim@fluendo.com>
7645
7646         * gst/rtp/Makefile.am:
7647         We depend on gsttag to generate the vorbis comments.
7648
7649         * gst/rtp/gstrtpvorbisdepay.c:
7650         (gst_rtp_vorbis_depay_parse_configuration),
7651         (gst_rtp_vorbis_depay_setcaps),
7652         (gst_rtp_vorbis_depay_switch_codebook),
7653         (gst_rtp_vorbis_depay_process):
7654         * gst/rtp/gstrtpvorbisdepay.h:
7655         Parse configuration string in the depayloader.
7656         Implement selecting and switching to a new codebook.
7657         Receiving vorbis over RTP now works.
7658
7659         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7660         (gst_rtp_vorbis_pay_init_packet),
7661         (gst_rtp_vorbis_pay_finish_headers),
7662         (gst_rtp_vorbis_pay_handle_buffer):
7663         * gst/rtp/gstrtpvorbispay.h:
7664         Set timestamps on outgoing buffers and RTP packets.
7665         Fix configuration string, prepend number of Packet headers.
7666         Fix encoding of ident string.
7667         Add delivery-method to caps.
7668         Streaming vorbis over RTP now works.
7669
7670 2006-11-06  Wim Taymans  <wim@fluendo.com>
7671
7672         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7673         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7674         (gst_rtp_vorbis_pay_handle_buffer):
7675         * gst/rtp/gstrtpvorbispay.h:
7676         Generate a valid configuration string in the caps based on the
7677         vorbis headers.
7678
7679 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7682         * ext/cdio/gstcdio.h:
7683         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7684           Move CD-TEXT utility function into common file so it can also be
7685           used by a future cdioparanoiasrc.
7686
7687 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7688         
7689         * sys/v4l2/Makefile.am:
7690         * sys/v4l2/gstv4l2object.c:
7691         * sys/v4l2/gstv4l2src.c:
7692         * sys/v4l2/gstv4l2xoverlay.c:
7693         * sys/v4l2/v4l2_calls.c:
7694         * sys/v4l2/v4l2src_calls.c:
7695         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7696         xoverlay code that is still not implemented.
7697
7698 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7699
7700         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7701           We require a -base more recent than 0.10.9, so it's safe to use
7702           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7703
7704         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7705         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7706           Use _newsegment_full() now that we depend on a recent enough core.
7707
7708         * gst/wavparse/gstwavparse.c:
7709           Remove cruft that we don't need any longer now that we depend on
7710           a recent enough -base.
7711
7712 2006-10-31  Wim Taymans  <wim@fluendo.com>
7713
7714         * gst/rtp/Makefile.am:
7715         * gst/rtp/gstrtp.c: (plugin_init):
7716         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7717         (gst_rtpilbcpay_setcaps):
7718         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7719
7720 2006-10-31  Wim Taymans  <wim@fluendo.com>
7721
7722         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7723         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7724         Some small cleanups, use _scale.
7725
7726 2006-10-31  Wim Taymans  <wim@fluendo.com>
7727
7728         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7729         Use higher precision scale function.
7730
7731 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7732
7733         Patch by: Michal Benes  <michal dot benes at itonis tv>
7734
7735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7736         (gst_matroska_demux_read_track_encodings),
7737         (gst_matroska_decode_buffer):
7738           Fix several issues with encoded/compressed/encrypted/signed tracks;
7739           also, remove superfluous newline characters from some debug
7740           statements. (#366155)
7741
7742 2006-10-30  Wim Taymans  <wim@fluendo.com>
7743
7744         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7745         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7746         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7747         (gst_smokedec_change_state):
7748         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7749         (gst_smokeenc_init), (gst_smokeenc_finalize),
7750         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7751         (gst_smokeenc_resync), (gst_smokeenc_chain),
7752         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7753         (gst_smokeenc_change_state):
7754         Various cleanups, capsnego and leak fixes.
7755
7756 2006-10-30  Wim Taymans  <wim@fluendo.com>
7757
7758         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7759
7760         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7761         Fix videomixer so that it can handle any combination of framerates.
7762         Fixes #367221.
7763
7764 2006-10-28  Wim Taymans  <wim@fluendo.com>
7765
7766         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7767         (gst_avi_demux_parse_file_header),
7768         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7769         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7770         (gst_avi_demux_chain):
7771         Fix position query for audio. also fixes timestamps in streaming
7772         mode and bug #364958.
7773         Small cleanups.
7774
7775 2006-10-27  Wim Taymans  <wim@fluendo.com>
7776
7777         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7778         * ext/libpng/gstpngenc.h:
7779         Fix strides. Fixes #364856.
7780         Cleanup capsnego.
7781         Set caps on outgoing buffers.
7782
7783 2006-10-18  Wim Taymans  <wim@fluendo.com>
7784
7785         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7786
7787         * gst/rtp/gstrtpgsmpay.c:
7788         * gst/rtp/gstrtph263pay.c:
7789         * gst/rtp/gstrtpmpapay.c:
7790         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7791         (gst_rtp_pcma_pay_handle_buffer):
7792         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7793         Add static payload numbers in addition to the dynamic ones.
7794         Fixes #361639.
7795
7796 2006-10-18  Wim Taymans  <wim@fluendo.com>
7797
7798         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7799         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7800         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7801         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7802         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7803         * gst/rtsp/rtspdefs.h:
7804         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7805         * gst/rtsp/rtspurl.h:
7806         Reuse already existing enum for lower transport.
7807         Add rtspt and rtspu protocols.
7808         Send redirect to rtspt when udp times out.
7809
7810 2006-10-18  Wim Taymans  <wim@fluendo.com>
7811
7812         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7813         (gst_wavparse_stream_data):
7814         Fix seeking some more, mostly for speed changes.
7815
7816 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7817
7818         Patch by: Fredrik Persson  <frepe at bredband net>
7819
7820         * sys/v4l2/gstv4l2tuner.c:
7821         * sys/v4l2/gstv4l2tuner.h:
7822           Fix _set_channel(): remove useless g_object_notify() for "channel"
7823           property that doesn't exist any longer and therefore now also
7824           useless redirect (#338818).
7825
7826 2006-10-17  Wim Taymans  <wim@fluendo.com>
7827
7828         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7829         Some drivers do not support unsetting the non-blocking flag once the
7830         device is opened. In those cases, close/open the device in
7831         non-blocking mode. Fixes #362673.
7832
7833 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7834
7835         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7836         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7837         (gst_v4l2src_get_fps):
7838           dear stefan, framespersecond is not frameperiod, reverting but adding
7839           comment
7840
7841 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7842
7843         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7844         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7845         (gst_v4l2src_get_fps):
7846           Numerator is numerator and denominator is denominator. Say that aloud
7847           5 times and retry after next beer.
7848
7849 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7850
7851         Patch by: Josep Torra Valles  <josep at fluendo com>
7852
7853         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7854         * ext/esd/esdsink.c: (gst_esdsink_write):
7855         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7856         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7857         (gst_flac_dec_send_newsegment):
7858         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7859         (gst_flac_enc_tell_callback):
7860         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7861         (smokecodec_parse_header), (smokecodec_decode):
7862         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7863         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7864         * gst/goom/Makefile.am:
7865         * gst/goom/gstgoom.c:
7866         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7867         * gst/rtsp/gstrtspsrc.c:
7868         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7869         * gst/udp/gstudpsink.c:
7870         * gst/udp/gstudpsrc.c:
7871         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7872         * sys/sunaudio/gstsunaudiomixertrack.h:
7873           Fix a bunch of problems discovered by the Forte compiler, mostly type
7874           mixups and pointer arithmetics with void pointers. Fixes #362603.
7875
7876 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7877
7878         * ext/speex/gstspeex.c: (plugin_init):
7879         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7880         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7881         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7882         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7883         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7884         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7885         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7886         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7887         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7888         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7889         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7890         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7891         * ext/speex/gstspeexenc.h:
7892           Miscellaneous clean-ups, among other things: speexenc => enc to
7893           enhance code readability; change speexenc => speex_enc; in chain
7894           function unref input buffer in case of error; take reference in
7895           event function; use boilerplate macro; use gst_pad_query_peer_*
7896           convenience functions.
7897
7898 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7899
7900         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7901         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7902         (gst_speexenc_set_header_on_caps):
7903           Fix some mem leaks.
7904
7905 2006-10-11  Wim Taymans  <wim@fluendo.com>
7906
7907         * gst/rtsp/URLS:
7908         Added some other URL.
7909
7910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7911         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7912         (gst_rtspsrc_open), (gst_rtspsrc_play),
7913         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7914         * gst/rtsp/gstrtspsrc.h:
7915         Work on fallback to TCP connection when the UDP socket times out.
7916         Handler server requests, just reply with OK for now.
7917
7918         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7919         * gst/rtsp/rtspdefs.h:
7920         Added some more Real extension headers.
7921
7922         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7923         Fix parsing of urls with a ':' that is not part of the hostname:port
7924         part of the url.
7925
7926 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7927
7928         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7929         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7930         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7931           Activate pad before adding it to the already-running element.
7932
7933         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7934           Activate newly-created pad too.
7935
7936 2006-10-11  Wim Taymans  <wim@fluendo.com>
7937
7938         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7939
7940         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7941         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7942         (gst_udpsrc_start):
7943         Fix some leaks in caps and uris. Fixes #361252.
7944
7945 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * gst/wavparse/Makefile.am:
7948           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7949
7950 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7951
7952         * sys/v4l2/gstv4l2xoverlay.c:
7953         * sys/v4l2/gstv4l2xoverlay.h:
7954         Fix build as per the patch in #338818 comment 36.
7955
7956 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7957
7958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7959           Activate pads before adding them to the source.
7960
7961 2006-10-06  Wim Taymans  <wim@fluendo.com>
7962
7963         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7964         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7965         Activate pads before adding.
7966
7967 2006-10-06  Wim Taymans  <wim@fluendo.com>
7968
7969         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7970         (gst_multipart_find_pad_by_mime):
7971         Activate pads before adding.
7972
7973         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7974         BOILERPLATE sets parent_class for us.
7975
7976 2006-10-06  Wim Taymans  <wim@fluendo.com>
7977
7978         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7979         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7980         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7981         (gst_rtspsrc_alloc_udp_ports),
7982         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7983         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7984         (gst_rtspsrc_create_transports_string),
7985         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7986         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7987         * gst/rtsp/gstrtspsrc.h:
7988         Rework how the transport string is constructed, try to share channels
7989         and udp ports.
7990         Make most of the stuff less dependant on RTP as we are also going to use
7991         it for RDT.
7992         Add support for transport specific session managers.
7993
7994         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7995         Implement _flush().
7996
7997         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7998         * gst/rtsp/rtspdefs.h:
7999         Add generic error return code.
8000
8001         * gst/rtsp/rtspext.h:
8002         Add support for pluggable tranport strings.
8003
8004         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
8005         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
8006         (rtsp_ext_wms_get_context):
8007         Detect WMServer and activate the extension.
8008
8009         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
8010         (rtsp_transport_get_manager), (rtsp_transport_parse):
8011         * gst/rtsp/rtsptransport.h:
8012         Added methods to get mime/manager for certain transports.
8013
8014 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
8015
8016         * ext/cairo/gsttimeoverlay.c:
8017         (gst_cairo_time_overlay_update_font_height):
8018         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
8019         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
8020         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8021         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
8022         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
8023         * ext/libpng/gstpngdec.c: (user_endrow_callback):
8024         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
8025         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
8026         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
8027         (gst_avi_demux_stream_data):
8028         * gst/cutter/gstcutter.c: (gst_cutter_chain):
8029         * gst/debug/efence.c: (gst_efence_buffer_alloc),
8030         (gst_fenced_buffer_copy):
8031         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
8032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
8033         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
8034         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
8035         (gst_rtspsrc_handle_message):
8036         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
8037         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
8038           Printf format fixes.
8039
8040 2006-10-04  Wim Taymans  <wim@fluendo.com>
8041
8042         * gst/rtsp/Makefile.am:
8043         Dist new .h file too.
8044
8045 2006-10-04  Wim Taymans  <wim@fluendo.com>
8046
8047         * gst/rtsp/Makefile.am:
8048         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
8049         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
8050         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8051         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8052         (gst_rtspsrc_parse_rtpmap),
8053         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
8054         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8055         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
8056         * gst/rtsp/gstrtspsrc.h:
8057         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8058         * gst/rtsp/rtspdefs.h:
8059         * gst/rtsp/rtspext.h:
8060         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8061         (rtsp_ext_wms_get_context):
8062         * gst/rtsp/rtspextwms.h:
8063         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8064         (rtsp_transport_parse):
8065         * gst/rtsp/rtsptransport.h:
8066         Factor out extension in separate module.
8067         Fix getcaps to filter against the padtemplate.
8068         Use Content-Base if the server gives one.
8069         Rework the transport parsing a bit for future extensions.
8070         Added some Real Header field definitions.
8071
8072 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8073
8074         * docs/plugins/Makefile.am:
8075         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8076         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8077           added v4l2 stubs
8078         * gst-plugins-good.spec.in:
8079           add v4l2
8080
8081 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8082
8083         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8084           Extract disc/album/medium number and count and try harder
8085           to extract track number/count.
8086
8087 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8088
8089         * configure.ac:
8090         * sys/Makefile.am:
8091           add build stuff for v4l2, needs --enable-experimental until
8092           the last bits are resolved
8093
8094 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8095
8096         * tests/check/Makefile.am:
8097           Disable autodetect test temporarily, so that the build bots
8098           update -bad and the ranks of unreliable video sinks in there.
8099
8100         * tests/check/elements/autodetect.c: (GST_START_TEST):
8101           Skip test if no usable videosink is found.
8102
8103 2006-09-29  Wim Taymans  <wim@fluendo.com>
8104
8105         * gst/rtsp/URLS:
8106         Add some more URLs.
8107
8108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8109         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8110         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8111         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8112         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8113         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8114         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8115         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8116         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8117         * gst/rtsp/gstrtspsrc.h:
8118         Add timeout property to control UDP timeouts.
8119         Fix error messages.
8120         Also start a loop function when operating in UDP mode so that we can
8121         do some more stuff async.
8122         Handle element messages from udpsrc to detect timeouts. If a timeout
8123         happens we currently generate an error.
8124         API: rtspsrc::timeout property.
8125
8126         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8127         (gst_udpsrc_create):
8128         Really implement the timeout in microseconds and not milliseconds.
8129
8130 2006-09-29  Wim Taymans  <wim@fluendo.com>
8131
8132         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8133         (gst_udpsrc_create), (gst_udpsrc_set_property),
8134         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8135         * gst/udp/gstudpsrc.h:
8136         Added property to post a message on timeout.
8137         Updated docs.
8138         When restarting the select, initialize the fdsets again.
8139         Init control sockets so we don't accidentally close a random socket.
8140         API: GstUDPSrc::timeout property
8141
8142 2006-09-29  Wim Taymans  <wim@fluendo.com>
8143
8144         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8145         Fix flag registration.
8146
8147         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8148         Reading 0 also means 'no more commands'
8149
8150 2006-09-29  Wim Taymans  <wim@fluendo.com>
8151
8152         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8153
8154         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8155         Fix possible infinite loop when shutting down, a read can also return
8156         0 to indicate no more messages are available. Fixes #358156.
8157
8158 2006-09-25  Wim Taymans  <wim@fluendo.com>
8159
8160         * gst/autodetect/gstautoaudiosink.c:
8161         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8162         (gst_auto_audio_sink_find_best):
8163         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8164         Small cleanups.
8165         don't try to set "sync" property when it is not available.
8166
8167 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8168
8169         Patch by: Peter Kjellerstedt  <pkj at axis com>
8170
8171         * gst/alpha/gstalpha.c:
8172         * gst/rtp/gstrtpamrdepay.c:
8173         * gst/rtsp/gstrtspsrc.c:
8174         * gst/udp/gstudpsrc.c:
8175         * gst/videomixer/videomixer.c:
8176           Include stdlib.h in some more places, makes things compile
8177           with uClibc and -Werror (#357592).
8178
8179 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8180
8181         * ext/jpeg/gstjpegdec.c:
8182           Set minimum height to 8 (from 16), our code should handle
8183           that fine. Some of the buttons on the apple trailer site
8184           are apparently only 15 pixels high (see #357470).
8185
8186 2006-09-23  Wim Taymans  <wim@fluendo.com>
8187
8188         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8189         (gst_rtspsrc_open):
8190         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8191         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8192         (rtsp_connection_receive):
8193         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8194         * gst/rtsp/rtspdefs.h:
8195         Improve error reporting.
8196
8197 2006-09-23  Wim Taymans  <wim@fluendo.com>
8198
8199         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8200         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8201         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8202         * gst/rtp/gstrtpdepay.c:
8203         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8204         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8205         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8206         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8207         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8208         (gst_rtp_mp2t_depay_plugin_init):
8209         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8210         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8211         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8212         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8213         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8214         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8215         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8216         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8217         Fix klass typos.
8218         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8219
8220 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8221
8222         * configure.ac:
8223           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8224
8225 2006-09-22  Wim Taymans  <wim@fluendo.com>
8226
8227         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8228         Don't check for a tag that is never there and check if we read the
8229         correct tag. Fixes seeking again.
8230         We must post an error when all pads are unlinked.
8231
8232 2006-09-22  Wim Taymans  <wim@fluendo.com>
8233
8234         * gst/rtp/Makefile.am:
8235         * gst/rtp/gstrtp.c: (plugin_init):
8236         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8237         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8238         (gst_rtp_vorbis_pay_reset_packet),
8239         (gst_rtp_vorbis_pay_init_packet),
8240         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8241         (gst_rtp_vorbis_pay_handle_buffer):
8242         More fixage, set endoder-params correctly in the payloader.
8243
8244 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8245
8246         * gst/autodetect/gstautoaudiosink.c:
8247         (gst_auto_audio_sink_base_init):
8248         * gst/autodetect/gstautovideosink.c:
8249         (gst_auto_video_sink_base_init):
8250           Make static pad templates static to appease valgrind's leak
8251           detector.
8252
8253         * tests/check/Makefile.am:
8254         * tests/check/elements/.cvsignore:
8255         * tests/check/elements/autodetect.c: (GST_START_TEST),
8256         (autodetect_suite):
8257           Add simple test for the ghostpad lockup on shutdown fixed in core
8258           CVS (audio bit disabled because it would need dozens of alsa
8259           suppressions and I'm too lazy to add those now).
8260
8261 2006-09-22  Wim Taymans  <wim@fluendo.com>
8262
8263         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8264         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8265         Small cleanups.
8266
8267         * gst/rtp/Makefile.am:
8268         * gst/rtp/gstrtp.c: (plugin_init):
8269         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8270         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8271         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8272         (gst_rtp_vorbis_depay_process),
8273         (gst_rtp_vorbis_depay_set_property),
8274         (gst_rtp_vorbis_depay_get_property),
8275         (gst_rtp_vorbis_depay_change_state),
8276         (gst_rtp_vorbis_depay_plugin_init):
8277         * gst/rtp/gstrtpvorbisdepay.h:
8278         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8279         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8280         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8281         (gst_rtp_vorbis_pay_flush_packet),
8282         (gst_rtp_vorbis_pay_append_buffer),
8283         (gst_rtp_vorbis_pay_handle_buffer),
8284         (gst_rtp_vorbis_pay_plugin_init):
8285         * gst/rtp/gstrtpvorbispay.h:
8286         Add experimental vorbis pay and depayloaders.
8287
8288 2006-09-21  Wim Taymans  <wim@fluendo.com>
8289
8290         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8291         Fix profile-level-id parsing and setup.
8292
8293 2006-09-21  Wim Taymans  <wim@fluendo.com>
8294
8295         * gst/udp/README:
8296         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8297         Update README, simple cleanup.
8298
8299 2006-09-21  Wim Taymans  <wim@fluendo.com>
8300
8301         * gst/rtp/README:
8302         Update README with some examples.
8303
8304         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8305         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8306         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8307         (gst_rtp_mp4g_pay_setcaps):
8308         * gst/rtp/gstrtpmp4gpay.h:
8309         Make optional RTP parameters of type STRING, as required by the
8310         application/x-rtp caps specification.
8311
8312 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8313
8314         * gst/rtp/gstrtph263pdepay.c:
8315         * gst/rtp/gstrtph263ppay.c:
8316         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8317         RTP header.
8318
8319 2006-09-20  Wim Taymans  <wim@fluendo.com>
8320
8321         * gst/rtp/Makefile.am:
8322         And makefile too.
8323
8324 2006-09-20  Wim Taymans  <wim@fluendo.com>
8325
8326         * gst/rtp/gstrtp.c: (plugin_init):
8327         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8328         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8329         (decode_base64), (gst_rtp_asf_depay_setcaps),
8330         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8331         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8332         (gst_rtp_asf_depay_plugin_init):
8333         * gst/rtp/gstrtpasfdepay.h:
8334         Added preliminary ASF depayloader.
8335
8336         * gst/rtp/gstrtph264depay.c: (decode_base64):
8337         Fix base64 decoding.
8338
8339 2006-09-20  Wim Taymans  <wim@fluendo.com>
8340
8341         * gst/rtsp/URLS:
8342         Added some test URLS.
8343
8344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8345         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8346         * gst/rtsp/gstrtspsrc.h:
8347         When creating streams, give access to the complete SDP.
8348         Fix some leaks.
8349         Collect and merge global stream properties in stream caps.
8350         Preliminary support for WMServer.
8351
8352         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8353         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8354         (rtsp_connection_receive):
8355         * gst/rtsp/rtspconnection.h:
8356         Make connection interruptable.
8357         Refactor to make it reconnectable.
8358         Don't fail on short reads when reading data packets.
8359
8360         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8361         (rtsp_url_get_port):
8362         * gst/rtsp/rtspurl.h:
8363         Add methods for getting/setting the port.
8364
8365         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8366         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8367         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8368         (sdp_media_get_format), (sdp_parse_line),
8369         (sdp_message_parse_buffer):
8370         Fix headers. 
8371         Add methods for getting multiple attributes with the same name.
8372         Increase buffer size when parsing.
8373         Fix parsing of a=foo fields.
8374
8375         * gst/rtsp/test.c: (main):
8376         Update to new connection API.
8377
8378         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8379         (rtsp_message_init_response), (rtsp_message_init_data),
8380         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8381         * gst/rtsp/rtspmessage.h:
8382         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8383         * gst/rtsp/rtsptransport.h:
8384         * gst/rtsp/sdp.h:
8385         * gst/rtsp/sdpmessage.h:
8386         * gst/rtsp/gstrtsp.c:
8387         * gst/rtsp/gstrtsp.h:
8388         * gst/rtsp/gstrtpdec.c:
8389         * gst/rtsp/gstrtpdec.h:
8390         * gst/rtsp/rtsp.h:
8391         * gst/rtsp/rtspdefs.c:
8392         * gst/rtsp/rtspdefs.h:
8393         Dual licensed under MIT and LGPL now.
8394
8395 2006-09-19  Wim Taymans  <wim@fluendo.com>
8396
8397         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8398         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8399         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8400         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8401         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8402         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8403         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8404         * gst/rtsp/gstrtspsrc.h:
8405         Reorganize stream parsing and creation.
8406         Detect container formats in interleaved mode.
8407         Keep more state about the streams.
8408         Assume a server also supports PLAY if it does not say.
8409         Add unicast and interleaved properties to TCP transport requests to make
8410         some servers happy (WMServer).
8411
8412         * gst/rtsp/sdpmessage.h:
8413         Add some defines for the standard Bandwidth types.
8414
8415 2006-09-19  Wim Taymans  <wim@fluendo.com>
8416
8417         * gst/rtsp/test.c: (main):
8418         Fix build.
8419
8420 2006-09-19  Wim Taymans  <wim@fluendo.com>
8421
8422         * gst/wavparse/gstwavparse.c:
8423         Add ms-gsm to the src template.
8424
8425 2006-09-18  Wim Taymans  <wim@fluendo.com>
8426
8427         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8428         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8429         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8430         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8431         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8432         * gst/rtsp/gstrtspsrc.h:
8433         Small cleanups, added documentation.
8434         Try to clean up the requests and responses.
8435         Refactor parsing the supported methods.
8436
8437         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8438         (rtsp_connection_create), (rtsp_connection_send),
8439         (parse_response_status), (parse_request_line),
8440         (rtsp_connection_receive), (rtsp_connection_close),
8441         (rtsp_connection_free):
8442         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8443         (rtsp_transport_init), (rtsp_transport_parse),
8444         (rtsp_transport_free):
8445         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8446         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8447         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8448         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8449         Use g_return_val some more.
8450
8451         * gst/rtsp/rtspdefs.h:
8452         Add more enum values to track initial states.
8453
8454         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8455         (rtsp_message_init_request), (rtsp_message_new_response),
8456         (rtsp_message_init_response), (rtsp_message_init_data),
8457         (rtsp_message_unset), (rtsp_message_free),
8458         (rtsp_message_add_header), (rtsp_message_remove_header),
8459         (rtsp_message_get_header), (rtsp_message_set_body),
8460         (rtsp_message_take_body), (rtsp_message_get_body),
8461         (rtsp_message_steal_body), (rtsp_message_dump):
8462         * gst/rtsp/rtspmessage.h:
8463         Reorder arguments, object goes as the first one.
8464         Use g_return_val some more.
8465
8466 2006-09-18  Wim Taymans  <wim@fluendo.com>
8467
8468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8469         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8470         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8471         * gst/rtsp/gstrtspsrc.h:
8472         Export sometimes source pad with correct caps on the template, create
8473         the ghostpad from the template.
8474         Remove RTCP template as we never expose RTCP.
8475         Protect against invalid body size.
8476         Avoid memcpy when creating the output buffer.
8477         Properly post an error and send EOS when the loop function is shut down.
8478
8479 2006-09-18  Wim Taymans  <wim@fluendo.com>
8480
8481         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8482
8483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8484         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8485         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8486         * gst/rtsp/gstrtspsrc.h:
8487         Make sure we can never set an invalid location.
8488
8489         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8490         * gst/rtsp/rtspmessage.h:
8491         Added _steal_body method for future use.
8492
8493         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8494         Make freeing of NULL url return immediatly.
8495
8496 2006-09-18  Wim Taymans  <wim@fluendo.com>
8497
8498         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8499
8500         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8501         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8502         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8503         (gst_rtspsrc_change_state):
8504         * gst/rtsp/gstrtspsrc.h:
8505         Use boilerplate.
8506         Make rtspsrc subclass GstBin to make state changes easier.
8507         Add Range header field on the PLAY request.
8508
8509 2006-09-18  Wim Taymans  <wim@fluendo.com>
8510
8511         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8512
8513         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8514         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8515         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8516         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8517         * gst/rtsp/rtspconnection.c: (inet_aton):
8518         Small cleanups.
8519         when multicast is selected as the transport, create UDP sources and
8520         connect to the multicast group.
8521         Move parsing and setting of caps to a common place.
8522         Fixes #349894.
8523
8524 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8525
8526         * ext/flac/gstflactag.c:
8527         * gst/alpha/gstalpha.c:
8528         * gst/debug/breakmydata.c:
8529         * gst/debug/negotiation.c:
8530         * gst/debug/testplugin.c:
8531         * gst/effectv/gstaging.c:
8532         * gst/effectv/gstdice.c:
8533         * gst/effectv/gstedge.c:
8534         * gst/effectv/gstquark.c:
8535         * gst/effectv/gstrev.c:
8536         * gst/effectv/gstshagadelic.c:
8537         * gst/effectv/gstvertigo.c:
8538         * gst/effectv/gstwarp.c:
8539         * gst/multipart/multipartdemux.c:
8540         * gst/multipart/multipartmux.c:
8541         * gst/videobox/gstvideobox.c:
8542         * gst/videofilter/gstgamma.c:
8543         * gst/videofilter/gstvideotemplate.c:
8544         * gst/videomixer/videomixer.c:
8545         * sys/sunaudio/gstsunaudiosrc.h:
8546         More G_OBJECT macro fixing.
8547
8548 2006-09-16  Wim Taymans  <wim@fluendo.com>
8549
8550         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8551
8552         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8553         Correctly set the dwLength in strh.
8554         With this patch, the file duration is now displayed correctly in window
8555         media player and the AVI plays completely. Fixes #356147
8556
8557 2006-09-15  Wim Taymans  <wim@fluendo.com>
8558
8559         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8560
8561         * sys/sunaudio/gstsunaudiomixerctrl.c:
8562         (gst_sunaudiomixer_ctrl_build_list):
8563         Set the output track as the MASTER so that the gnome-settings-daemon
8564         keybindings for changing the volume using the keyboard works.
8565         Fixes #356142.
8566
8567 2006-09-15  Wim Taymans  <wim@fluendo.com>
8568
8569         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8570         Fix documentation, it is not possible to control the framerate of jpegdec
8571         using filtered caps yet. Fixes #355210.
8572         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8573         stop when there is an error.
8574
8575 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8576
8577         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8578         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8579           Don't interpret a first buffer with an offset of NONE as
8580           'from the middle of the stream', but only a first buffer
8581           that has a valid buffer offset that's non-zero (see #345449).
8582
8583 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8584
8585         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8586         (gst_icydemux_typefind_or_forward):
8587         * gst/icydemux/gsticydemux.h:
8588           When we merge/collect multiple incoming buffers for typefinding
8589           purposes, keep an initial 0 offset on the first outgoing buffer
8590           as well (otherwise id3demux won't work right). Fixes #345449.
8591           Also Make buffer metadata writable before setting buffer caps.
8592
8593         * tests/check/elements/icydemux.c: (typefind_succeed),
8594         (cleanup_icydemux), (push_data), (GST_START_TEST),
8595         (icydemux_suite):
8596           Small test case for the above.
8597
8598 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8599
8600         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8601         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8602         (gst_avi_demux_stream_header_push),
8603         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8604         (gst_avi_demux_loop):
8605           More code reuse and better logging in _peek_chunk(). Reintroduce check
8606           for chunk sizes before reading them (avoid oom). Better handling for 
8607           invalid chunksizes when streaming.
8608
8609 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8610
8611         * gst/level/gstlevel.c: (gst_level_set_property):
8612         * gst/level/gstlevel.h:
8613           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8614           René Stadler
8615
8616 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8617
8618         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8619         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8620         (gst_avi_demux_stream_data):
8621           Revert one change to fix streaming avi (adapter size != data size).
8622
8623 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8624
8625         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8626
8627         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8628         (gst_matroska_demux_reset),
8629         (gst_matroska_demux_read_track_encodings),
8630         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8631         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8632         (gst_matroska_demux_subtitle_caps):
8633         * gst/matroska/matroska-ids.h:
8634           Add support for VOBSUB subtitle tracks and zlib-compressed
8635           tracks. Make sure we start on a keyframe after a seek. (#343348)
8636
8637 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8638
8639         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8640         (gst_matroska_demux_push_flac_codec_priv_data),
8641         (gst_matroska_demux_push_xiph_codec_priv_data),
8642         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8643         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8644         * gst/matroska/matroska-ids.h:
8645           Add basic FLAC support (#311586), not perfect yet though, needs some
8646           tweaking in flacdec; also, seeking could be better.
8647           Do better bounds checking when deserialising vorbis stream headers
8648           to make sure we don't read beyond the end of the buffer on bad input.
8649
8650 2006-09-04  Wim Taymans  <wim@fluendo.com>
8651
8652         Patch by: Alessandro Decina <alessandro at nnva dot org>
8653
8654         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8655         Seeking back in a file containing a CMML stream errors out if the seek
8656         goes back up to the CMML headers. This is because after the seek the xml
8657         processing instruction <?xml ...?> is submitted to the xml parser again, 
8658         which results in an error. The attached patch fixes the problem. 
8659         Fixes #353908.
8660
8661         * ext/annodex/gstcmmlenc.h:
8662         Fix authors name.
8663
8664
8665 2006-08-28  Andy Wingo  <wingo@pobox.com>
8666
8667         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8668         New helper function to lessen the ifdefs.
8669         (GST_INFO_OBJECT): 
8670         (gst_dv1394src_iso_receive): Use it.
8671         (gst_dv1394src_create): Also use the control sockets in iec61883
8672         mode.
8673         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8674         handle for AVC operations; fixes #348233.
8675
8676 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8677
8678         * configure.ac:
8679         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8680         * docs/plugins/inspect/plugin-audiofx.xml:
8681         * docs/plugins/inspect/plugin-audiofxgood.xml:
8682         * gst/audiofx/Makefile.am:
8683         * gst/audiofx/audiofx.c:
8684         * gst/audiofxgood/.cvsignore:
8685         * gst/audiofxgood/Makefile.am:
8686         * gst/audiofxgood/audiofx.c:
8687         * gst/audiofxgood/audiopanorama.c:
8688         * gst/audiofxgood/audiopanorama.h:
8689           Rename again (audiofxgood -> audiofx).
8690
8691 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8692
8693         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8694         (gst_avi_demux_stream_scan):
8695           Initialze variables.
8696
8697 2006-08-25  Wim Taymans  <wim@fluendo.com>
8698
8699         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8700         (gst_avi_demux_init), (gst_avi_demux_finalize),
8701         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8702         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8703         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8704         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8705         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8706         (gst_avi_demux_massage_index),
8707         (gst_avi_demux_calculate_durations_from_index),
8708         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8709         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8710         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8711         (gst_avi_demux_change_state):
8712         * gst/avi/gstavidemux.h:
8713         More attempts to turn this into readable code.
8714         Don't leak adapters.
8715         Calculate duration according to index more efficiently.
8716         Don't try to act like we drive the pipeline in chain mode.
8717
8718 2006-08-25  Wim Taymans  <wim@fluendo.com>
8719
8720         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8721         Fix build.
8722
8723 2006-08-25  Wim Taymans  <wim@fluendo.com>
8724
8725         Patch by: Alessandro Decina <alessandro at nnva dot org>
8726
8727         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8728         Do some extra sanity checks.
8729         Fixes #350340.
8730
8731         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8732         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8733         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8734         Check if clip->start_time is valid before adding the clip to the
8735         track list.
8736         Reset enc->preamble going from PAUSED to READY.
8737         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8738         only used for EOS.
8739         Only post an error message if we were the one that created the fatal
8740         GstFlowReturn value.
8741
8742         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8743         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8744         Parse the seconds field of the npt-sec time format using %llu rather than
8745         %d and check that the value scaled by GST_SECOND doesn't overflow.
8746         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8747         Lookup a clip's track with clip->track rather than clip->id which
8748         makes no sense.
8749         Identify a clip by its track and start time and not its xml id.
8750         do some more input checking and make sure we don't do undefined shifts.
8751
8752         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8753         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8754         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8755         (push_clip), (push_empty_clip), (check_output_clip),
8756         (GST_START_TEST), (cmmldec_suite):
8757         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8758         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8759         (check_headers), (push_clip), (check_clip_times), (check_clip),
8760         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8761         Added some more checks.
8762
8763 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8764
8765         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8766         (gst_audio_panorama_set_property),
8767         (gst_audio_panorama_get_property),
8768         (gst_audio_panorama_transform_m2s_int),
8769         (gst_audio_panorama_transform_s2s_int),
8770         (gst_audio_panorama_transform_m2s_float),
8771         (gst_audio_panorama_transform_s2s_float):
8772         * gst/audiofxgood/audiopanorama.h:
8773         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8774           Make also the pan-property float (saves scaling and yields better
8775           resolution)
8776
8777 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8778
8779         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8780         (gst_audio_panorama_transform_m2s_float),
8781         (gst_audio_panorama_transform_s2s_float):
8782           ChangeLog surgery to add cymax's real name
8783
8784
8785 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8786
8787         Patch by: René Stadler <mail@renestadler.de>
8788
8789         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8790         (gst_audio_panorama_transform_m2s_int),
8791         (gst_audio_panorama_transform_s2s_int),
8792         (gst_audio_panorama_transform_m2s_float),
8793         (gst_audio_panorama_transform_s2s_float),
8794         (gst_audio_panorama_transform):
8795         * gst/audiofxgood/audiopanorama.h:
8796           Added float support
8797
8798 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8799
8800         * gst/audiofxgood/audiopanorama.c:
8801         (gst_audio_panorama_transform_m2s):
8802           Fix docs & debug category. Add Fixme for volume pan levels.
8803
8804 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8805
8806         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8807         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8808         (gst_avi_demux_stream_header_pull),
8809         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8810         (gst_avi_demux_chain):
8811           unbreak AVI index handling, some more debug, remove an obsolete
8812           adapter_flush that caused streaming to wander off in the wild
8813
8814 2006-08-24  Wim Taymans  <wim@fluendo.com>
8815
8816         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8817         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8818         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8819         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8820         (gst_avi_demux_calculate_durations_from_index),
8821         (gst_avi_demux_stream_header_push),
8822         (gst_avi_demux_stream_header_pull):
8823         * gst/avi/gstavidemux.h:
8824         Some more cleanups. 
8825         Fix totalFrames parsing in ODML.
8826         Disable use of index for length calculation in case of ODML as this is
8827         broken now.
8828
8829 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8830
8831         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8832           Use libgsttag helper function here too.
8833
8834 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8835
8836         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8837         (gst_avi_demux_init), (gst_avi_demux_dispose),
8838         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8839         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8840         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8841         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8842         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8843         (gst_avi_demux_parse_subindex),
8844         (gst_avi_demux_read_subindexes_push),
8845         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8846         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8847         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8848         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8849         (gst_avi_demux_stream_header_pull),
8850         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8851         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8852         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8853         (gst_avi_demux_change_state):
8854         * gst/avi/gstavidemux.h:
8855           Initial streaming support for avidemux (fixes #336465)
8856
8857 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8858
8859         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8860           There is no taglibmux element ...
8861
8862         * gst/rtsp/gstrtspsrc.c:
8863           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8864           was complaining about unknown entity here.
8865
8866 2006-08-22  Wim Taymans  <wim@fluendo.com>
8867
8868         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8869         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8870         (gst_avi_demux_process_next_entry):
8871         * gst/avi/gstavidemux.h:
8872         Mark DISCONT.
8873         Remove old unused fields and reorder the struct a bit.
8874
8875 2006-08-22  Wim Taymans  <wim@fluendo.com>
8876
8877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8878         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8879         (gst_rtspsrc_pause):
8880         * gst/rtsp/gstrtspsrc.h:
8881         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8882         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8883         Small documentation updates.
8884
8885 2006-08-22  Wim Taymans  <wim@fluendo.com>
8886
8887         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8888         (gst_avi_demux_index_entry_for_time),
8889         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8890         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8891         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8892         (gst_avi_demux_next_data_buffer),
8893         (gst_avi_demux_calculate_durations_from_index),
8894         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8895         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8896         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8897         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8898         * gst/avi/gstavidemux.h:
8899         Precalc most of the duration query for each stream.
8900         Make seeking more correct.
8901         Use GstSegment to track position and duration.
8902         Code cleanups and leak fixes.
8903         Calculate correct total duration based on index length.
8904
8905 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8906
8907         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8908         (parse_insert_string_field):
8909           If strings in text fields are marked ISO8859-1, but contain
8910           valid UTF-8 already, then handle them as UTF-8 and ignore
8911           the encoding. (#351794)
8912
8913 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8914
8915         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8916         (gst_flac_dec_write), (gst_flac_dec_loop),
8917         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8918         (gst_flac_dec_src_query):
8919         * ext/flac/gstflacdec.h:
8920           Make flac-in-ogg work (#352100).
8921
8922 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8923
8924         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8925           Don't unref buffers of which we've already given away
8926           ownership to the adapter.
8927
8928 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8929
8930         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8931           Make metadata extraction actually work.
8932
8933         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8934         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8935         (gst_speexenc_chain):
8936           Fix metadata writing: replace old code which wrote completely
8937           broken tags with libgsttag-based code. Plus miscellaneous
8938           code cleanups (use static pad templates etc.) and a bunch
8939           of leak fixes.
8940
8941 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8942
8943         * gst/audiopanorama/.cvsignore:
8944         * gst/audiopanorama/Makefile.am:
8945         * gst/audiopanorama/audiofx.c:
8946         * gst/audiopanorama/audiopanorama.c:
8947         * gst/audiopanorama/audiopanorama.h:
8948           die! die! die! you should never have been there
8949
8950 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8951
8952         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8953         Fix invalid memory access in audiopanorama test suite.
8954
8955 2006-08-21  Edward Hervey  <edward@fluendo.com>
8956
8957         * tests/check/elements/.cvsignore:
8958         ignore built file
8959
8960 2006-08-21  Wim Taymans  <wim@fluendo.com>
8961
8962         * gst/rtp/Makefile.am:
8963         Fix the build again.
8964
8965 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8966
8967         * gst/audiofxgood/.cvsignore:
8968         * gst/audiofxgood/Makefile.am:
8969         * gst/audiofxgood/audiofx.c: (plugin_init):
8970         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8971         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8972         (gst_audio_panorama_set_property),
8973         (gst_audio_panorama_get_property),
8974         (gst_audio_panorama_get_unit_size),
8975         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8976         (gst_audio_panorama_transform_m2s),
8977         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8978         * gst/audiofxgood/audiopanorama.h:
8979           resubmit with the desired name *again*
8980
8981 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8982
8983         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8984         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8985           use g_assert in _get_unit_size
8986
8987 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8988
8989         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8990         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8991         * docs/plugins/inspect/plugin-audiofxgood.xml:
8992           cleanup -unused.txt to make it useful, add previously missing docs
8993
8994         * ext/Makefile.am:
8995           Quietly (accidentally) enable LADSPA for building by default, 
8996           despite the fact that it doesn't meet the plugin checklist.
8997             -- Added by Jan Schmidt 18 Dec 2006
8998
8999         * ext/esd/esdmon.c:
9000         * ext/esd/esdsink.c:
9001         * ext/esd/gstesd.c: (plugin_init):
9002           reflow to get rid of two external symbols
9003
9004         * gst/audiofxgood/audiofx.c: (plugin_init):
9005           re-add
9006
9007 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
9008
9009         * configure.ac:
9010         * gst/audiofxgood/.cvsignore:
9011         * gst/audiofxgood/Makefile.am:
9012         * gst/audiofxgood/audiofx.c
9013         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
9014         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
9015         (gst_audio_panorama_set_property),
9016         (gst_audio_panorama_get_property),
9017         (gst_audio_panorama_get_unit_size),
9018         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
9019         (gst_audio_panorama_transform_m2s),
9020         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
9021         * gst/audiofxgood/audiopanorama.h:
9022         * tests/check/Makefile.am:
9023         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
9024         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
9025         (panorama_suite), (main):
9026         Add audiofxgood plugin with audiopanorama element
9027
9028 2006-08-18  Wim Taymans  <wim@fluendo.com>
9029
9030         * docs/plugins/Makefile.am:
9031         More Oss docs fixage. 
9032
9033 2006-08-18  Wim Taymans  <wim@fluendo.com>
9034
9035         * gst/rtp/Makefile.am:
9036         * gst/rtp/gstrtp.c: (plugin_init):
9037         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
9038         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
9039         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
9040         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
9041         (gst_rtp_sv3v_depay_get_property),
9042         (gst_rtp_sv3v_depay_change_state),
9043         (gst_rtp_sv3v_depay_plugin_init):
9044         * gst/rtp/gstrtpsv3vdepay.h:
9045         Added experimental SVQ3 depayloader.
9046
9047 2006-08-18  Edward Hervey  <edward@fluendo.com>
9048
9049         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
9050         (gst_dvdemux_loop), (gst_dvdemux_change_state):
9051         * ext/dv/gstdvdemux.h:
9052         When handling seek requests, don't send the newsegment event from the
9053         calling thread. Instead save it so it can be sent from the streaming
9054         thread.
9055
9056 2006-08-17  Wim Taymans  <wim@fluendo.com>
9057
9058         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9059
9060         * gst/multipart/multipartdemux.c: (multipart_parse_header):
9061         Accept leading whitespace before the boundary
9062         This patch makes the demuxer allow some whitespace before the actual
9063         boundary. This makes the demuxer work with the ``old'' gstreamer
9064         multipartmuxer again (which placed an extra \n before the start
9065         of the stream) Fixes #349068.
9066
9067 2006-08-17  Wim Taymans  <wim@fluendo.com>
9068
9069         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9070         Error out on non-implemented stuff.
9071
9072 2006-08-16  Wim Taymans  <wim@fluendo.com>
9073
9074         Patch by: Andy Wingo <wingo at pobox dot com>
9075
9076         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9077         (gst_signal_processor_start), (gst_signal_processor_stop),
9078         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9079         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9080         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9081         (gst_signal_processor_change_state):
9082         Make ladspa elements reusable. Fixes #350006.
9083
9084 2006-08-16  Wim Taymans  <wim@fluendo.com>
9085
9086         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9087         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9088         names as possible. Fixes #349901.
9089
9090 2006-08-16  Wim Taymans  <wim@fluendo.com>
9091
9092         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9093         (gst_signal_processor_do_pushes):
9094         A push() gives away our refcount so we should not use the buffer on the
9095         pen anymore.
9096
9097 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9098
9099         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9100         (gst_oss_mixer_element_finalize):
9101           Don't leak device string.
9102
9103 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9104
9105         * configure.ac:
9106           Require CVS of GStreamer core and -base (for
9107           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9108
9109         * ext/taglib/gstid3v2mux.cc:
9110           Write extended comment tags properly (#348762).
9111
9112         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9113         (parse_comment_frame):
9114           Extract COMM frames into extended comments, which makes it
9115           easier to properly retain the description bit of the tag
9116           and maintain this information when re-tagging (#348762).
9117
9118 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9119
9120         * tests/check/Makefile.am:
9121           Don't try to run annodex unit tests if the annodex
9122           plugin has not been built (Fixes #351116).
9123
9124 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9125
9126         * gst/autodetect/gstautoaudiosink.c:
9127         (gst_auto_audio_sink_find_best):
9128           When we can't find a usable audiosink, don't error out,
9129           but use a fake sink instead and post a warning message
9130           on the bus (#341278).
9131
9132 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9133
9134         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9135         * sys/oss/gstosssink.c:
9136         * sys/oss/gstosssrc.c:
9137           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9138           ossmixer's new device property.
9139
9140         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9141         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9142           Add docs for OSS elements.
9143
9144         * docs/plugins/inspect/plugin-aasink.xml:
9145         * docs/plugins/inspect/plugin-alaw.xml:
9146         * docs/plugins/inspect/plugin-alpha.xml:
9147         * docs/plugins/inspect/plugin-alphacolor.xml:
9148         * docs/plugins/inspect/plugin-annodex.xml:
9149         * docs/plugins/inspect/plugin-apetag.xml:
9150         * docs/plugins/inspect/plugin-auparse.xml:
9151         * docs/plugins/inspect/plugin-autodetect.xml:
9152         * docs/plugins/inspect/plugin-avi.xml:
9153         * docs/plugins/inspect/plugin-cacasink.xml:
9154         * docs/plugins/inspect/plugin-cairo.xml:
9155         * docs/plugins/inspect/plugin-cdio.xml:
9156         * docs/plugins/inspect/plugin-cutter.xml:
9157         * docs/plugins/inspect/plugin-debug.xml:
9158         * docs/plugins/inspect/plugin-dv.xml:
9159         * docs/plugins/inspect/plugin-efence.xml:
9160         * docs/plugins/inspect/plugin-effectv.xml:
9161         * docs/plugins/inspect/plugin-esdsink.xml:
9162         * docs/plugins/inspect/plugin-flac.xml:
9163         * docs/plugins/inspect/plugin-flxdec.xml:
9164         * docs/plugins/inspect/plugin-gconfelements.xml:
9165         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9166         * docs/plugins/inspect/plugin-goom.xml:
9167         * docs/plugins/inspect/plugin-halelements.xml:
9168         * docs/plugins/inspect/plugin-icydemux.xml:
9169         * docs/plugins/inspect/plugin-id3demux.xml:
9170         * docs/plugins/inspect/plugin-jpeg.xml:
9171         * docs/plugins/inspect/plugin-level.xml:
9172         * docs/plugins/inspect/plugin-matroska.xml:
9173         * docs/plugins/inspect/plugin-mulaw.xml:
9174         * docs/plugins/inspect/plugin-multipart.xml:
9175         * docs/plugins/inspect/plugin-navigationtest.xml:
9176         * docs/plugins/inspect/plugin-ossaudio.xml:
9177         * docs/plugins/inspect/plugin-png.xml:
9178         * docs/plugins/inspect/plugin-rtp.xml:
9179         * docs/plugins/inspect/plugin-rtsp.xml:
9180         * docs/plugins/inspect/plugin-shout2send.xml:
9181         * docs/plugins/inspect/plugin-smpte.xml:
9182         * docs/plugins/inspect/plugin-speex.xml:
9183         * docs/plugins/inspect/plugin-taglib.xml:
9184         * docs/plugins/inspect/plugin-udp.xml:
9185         * docs/plugins/inspect/plugin-videobalance.xml:
9186         * docs/plugins/inspect/plugin-videobox.xml:
9187         * docs/plugins/inspect/plugin-videoflip.xml:
9188         * docs/plugins/inspect/plugin-videomixer.xml:
9189         * docs/plugins/inspect/plugin-wavenc.xml:
9190         * docs/plugins/inspect/plugin-wavparse.xml:
9191         * docs/plugins/inspect/plugin-ximagesrc.xml:
9192           Update to CVS version.
9193           
9194 2006-08-16  Wim Taymans  <wim@fluendo.com>
9195
9196         * gst/rtp/gstrtpamrdepay.c:
9197         * gst/rtp/gstrtpmp4gdepay.c:
9198         Caps extra properties must be defined as strings for
9199         depayloaders because they are generated from an SDP.
9200
9201         * gst/rtp/Makefile.am:
9202         * gst/rtp/gstrtp.c: (plugin_init):
9203         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9204         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9205         (gst_rtp_h264_depay_finalize), (decode_base64),
9206         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9207         (gst_rtp_h264_depay_set_property),
9208         (gst_rtp_h264_depay_get_property),
9209         (gst_rtp_h264_depay_change_state),
9210         (gst_rtp_h264_depay_plugin_init):
9211         * gst/rtp/gstrtph264depay.h:
9212         Added basic, not completely functional RFC 3984 H264 depayloader.
9213
9214 2006-08-16  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9217         Add pads after setting them up.
9218
9219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9220         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9221         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9222         (gst_rtspsrc_stream_setup_rtp),
9223         (gst_rtspsrc_stream_configure_transport),
9224         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9225         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9226         (gst_rtspsrc_pause):
9227         * gst/rtsp/gstrtspsrc.h:
9228         Fix interleaved mode.
9229          - Protect streaming with lock.
9230          - Combine flows
9231          - set caps on outgoing buffers.
9232          - strip trailing \0 from data packets.
9233          - Configure RTP/RTCP in stream.
9234         Use DEBUG_OBJECT more.
9235
9236 2006-08-16  Wim Taymans  <wim@fluendo.com>
9237
9238         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9239         Turn a g_print into a DEBUG line.
9240
9241 2006-08-13  Wim Taymans  <wim@fluendo.com>
9242
9243         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9244         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9245         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9246         (gst_oss_mixer_element_get_property),
9247         (gst_oss_mixer_element_change_state):
9248         * sys/oss/gstossmixerelement.h:
9249         Small cleanups. Better error reporting.
9250         Add device property for the mixer instead of the hardcoded
9251         /dev/mixer. Fixes #350785.
9252         API: GstOssMixerElement::device property
9253
9254 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9255
9256         Patch by: Jens Granseuer <jensgr at gmx net>
9257
9258         * gconf/Makefile.am:
9259           Make --disable-schemas work right (they still need
9260           to be copied to the installation directory, just not
9261           applied). Fixes #351347 (also #344100).
9262           
9263 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9264
9265         * configure.ac: back to HEAD
9266
9267 === release 0.10.4 ===
9268
9269 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9270
9271         * configure.ac:
9272           releasing 0.10.4, "Dear Leader"
9273
9274 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9275
9276         Patch by: Edward Hervey <edward@fluendo.com>
9277
9278         * configure.ac:
9279         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9280         (gst_wavparse_stream_data):
9281         Send the newsegment event in the streaming thread.
9282         Fixes #347529
9283
9284 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9287         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9288         (gst_smokeenc_resync), (gst_smokeenc_chain):
9289           Refuse sink caps in the encoder if width or height is not a
9290           multiple of 16, the encoder does not support that yet (#349939);
9291           along the same lines, check the return value of the encoder
9292           setup function; also remove some debug log clutter.
9293
9294 2006-08-04  Andy Wingo  <wingo@pobox.com>
9295
9296         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9297         whether a processor can work in place or not, and for keeping
9298         track of its state. Change the FlowReturn instance variable from
9299         "state" to "flow_state", all callers changed.
9300
9301         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9302         (gst_signal_processor_start, gst_signal_processor_stop)
9303         (gst_signal_processor_cleanup): New functions to manage the
9304         processor's state.
9305         (gst_signal_processor_setcaps): start() as well as setup() here.
9306         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9307         (gst_signal_processor_change_state): Stop and cleanup the
9308         processor as we go to NULL.
9309
9310         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9311         INPLACE_BROKEN is not set.
9312
9313         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9314         Do the alloc_buffer in bytes, not frames.
9315         
9316 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9317
9318         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9319         Fix rgb masks when recording in < 24bpp.
9320
9321 2006-08-04  Andy Wingo  <wingo@pobox.com>
9322
9323         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9324         (gst_signal_processor_prepare)
9325         (gst_signal_processor_update_inputs)
9326         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9327         (gst_signal_processor_flush)
9328         (gst_signal_processor_sink_activate_push)
9329         (gst_signal_processor_src_activate_pull)
9330         (gst_signal_processor_change_state): Remove the last of the code
9331         that assumes that we process whole buffers at a time. Fix some
9332         debugging. Seems to work now in some cases.
9333         (gst_signal_processor_src_activate_pull): BPB
9334
9335 2006-08-01  Andy Wingo  <wingo@pobox.com>
9336
9337         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9338         Fix nframes-choosing.
9339         (gst_signal_processor_init): Init pending_in and pending_out.
9340
9341         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9342         more default sample rate, although we never check that the sample
9343         rate actually gets set. Something for the future.
9344         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9345         (gst_signal_processor_event): Refcount fixen.
9346         (gst_signal_processor_process): Pull the number of frames to
9347         process from the sizes of the buffers in the input pens.
9348         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9349         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9350         it instead of buffer_frames.
9351         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9352         to do_pulls.
9353         (gst_signal_processor_chain)
9354         (gst_signal_processor_sink_activate_push)
9355         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9356
9357         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9358
9359 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9360
9361         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9362         (gst_signal_processor_process):
9363           don't query buffer-frames from caps, add lots of debug-log,
9364           try fix for assert (#349189)
9365
9366 2006-07-31  Wim Taymans  <wim@fluendo.com>
9367
9368         * gst/udp/gstudpsrc.c:
9369         Fix docs.
9370
9371 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9372
9373         * ext/ladspa/gstsignalprocessor.c:
9374         (gst_signal_processor_add_pad_from_template),
9375         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9376         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9377         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9378         (gst_signal_processor_sink_activate_push),
9379         (gst_signal_processor_src_activate_pull),
9380         (gst_signal_processor_change_state):
9381          Add debugs logs here and there, add more error handling, add some
9382          FIXME comments, filed #349189
9383
9384 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9385
9386         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9387         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9388         Set caps on buffer correctly.  Fixes bug #349155.
9389
9390 2006-07-28  Wim Taymans  <wim@fluendo.com>
9391
9392         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9393
9394         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9395         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9396         (gst_multipart_demux_finalize), (get_line_end),
9397         (multipart_parse_header), (multipart_find_boundary),
9398         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9399         (gst_multipart_set_property), (gst_multipart_get_property):
9400         Uses GstAdapter instead of own buffering.
9401         Actually parses the mime-type correctly (In tests the mime-type was
9402         always "" with the old version).
9403         Uses the Content-length header if available to speed up things.
9404         Reliably autoscans the boundary name by default.
9405         Fixes #349068.
9406
9407         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9408         Don't start the stream with a \n.
9409
9410 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         Patch by: Brian Cameron <brian dot cameron at sun com>
9413
9414         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9415           Open source with O_NONBLOCK (#349015).
9416
9417 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9418
9419         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9420         (gst_avi_demux_massage_index):
9421         * gst/avi/gstavidemux.h:
9422           Whitespace fixes and more debug
9423
9424 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * gst/autodetect/gstautoaudiosink.c:
9427         (gst_auto_audio_sink_create_element_with_pretty_name),
9428         (gst_auto_audio_sink_find_best),
9429         (gst_auto_audio_sink_change_state):
9430           Get rid of old and unused magic sound-server properties stuff.
9431           Add suffix to child sink's name that makes it easy to see from
9432           the name alone which type it actually is (alsa, oss, esd, etc.).
9433
9434 2006-07-27  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9437         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9438         (gst_udpsrc_start):
9439         * gst/udp/gstudpsrc.h:
9440         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9441         not some sort of feature we enable.
9442
9443 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9444
9445         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9446           Use CLOSE_SOCKET() here instead of close() to maintain
9447           win32 workiness.
9448
9449 2006-07-27  Wim Taymans  <wim@fluendo.com>
9450
9451         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9452
9453         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9454         (gst_udpsrc_create), (gst_udpsrc_set_property),
9455         (gst_udpsrc_get_property), (gst_udpsrc_start):
9456         * gst/udp/gstudpsrc.h:
9457         Added "buffer-size" property to control the kernel receive buffer size.
9458         Update documentation.
9459         Small cleanups. Fixes #348752.
9460         API: buffer-size property
9461
9462 2006-07-26  Wim Taymans  <wim@fluendo.com>
9463
9464         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9465
9466         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9467         (gst_rtp_pcma_pay_handle_buffer):
9468         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9469         (gst_rtp_pcmu_pay_handle_buffer):
9470         Fix timestamp calculation on outgoing RTP packets.
9471         Fixes #348675.
9472
9473 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9474
9475         * ext/taglib/gstid3v2mux.cc:
9476           Fix writing of comment frames (should be COMM not TCOM),
9477           is still sub-optimal though, since we don't retain or
9478           extract the comment descriptions properly (#334375,
9479           also see #334375).
9480
9481 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9482
9483         * gst/wavparse/gstwavparse.c:
9484           #define 'fact' RIFF chunk if we are not compiling against
9485           -base CVS (we don't want to depend on -base CVS for this
9486           one define only, and also not for release order reasons).
9487
9488 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9489
9490         * ext/taglib/gstid3v2mux.cc:
9491           Handle multiple tags of the same type properly. Re-inject
9492           unparsed ID3v2 frames that we get as binary blobs from
9493           id3demux into the tag again so we don't lose information
9494           when retagging (#334375).
9495
9496 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9499           Document newly-added properties properly, so that there is a
9500           'Since: 0.10.4' in the plugin docs. Convert some property
9501           names into canonical GObject style (GObject will do that
9502           internally anyway).
9503
9504 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9505
9506         * gst/id3demux/id3tags.c:
9507         (id3demux_add_id3v2_frame_blob_to_taglist):
9508           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9509           well, and add the version to the blob's buffer caps, since that
9510           information will be needed for deserialisation later on (#348644).
9511
9512 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9513
9514         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9515         (gst_avi_demux_parse_stream):
9516          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9517          indentation and spacing.
9518
9519 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9520
9521         * docs/plugins/Makefile.am:
9522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9524         * docs/plugins/gst-plugins-good-plugins.args:
9525         * docs/plugins/inspect/plugin-1394.xml:
9526         * docs/plugins/inspect/plugin-aasink.xml:
9527         * docs/plugins/inspect/plugin-alaw.xml:
9528         * docs/plugins/inspect/plugin-alpha.xml:
9529         * docs/plugins/inspect/plugin-alphacolor.xml:
9530         * docs/plugins/inspect/plugin-annodex.xml:
9531         * docs/plugins/inspect/plugin-apetag.xml:
9532         * docs/plugins/inspect/plugin-auparse.xml:
9533         * docs/plugins/inspect/plugin-autodetect.xml:
9534         * docs/plugins/inspect/plugin-avi.xml:
9535         * docs/plugins/inspect/plugin-cacasink.xml:
9536         * docs/plugins/inspect/plugin-cairo.xml:
9537         * docs/plugins/inspect/plugin-cdio.xml:
9538         * docs/plugins/inspect/plugin-cutter.xml:
9539         * docs/plugins/inspect/plugin-debug.xml:
9540         * docs/plugins/inspect/plugin-dv.xml:
9541         * docs/plugins/inspect/plugin-efence.xml:
9542         * docs/plugins/inspect/plugin-effectv.xml:
9543         * docs/plugins/inspect/plugin-esdsink.xml:
9544         * docs/plugins/inspect/plugin-flac.xml:
9545         * docs/plugins/inspect/plugin-flxdec.xml:
9546         * docs/plugins/inspect/plugin-gconfelements.xml:
9547         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9548         * docs/plugins/inspect/plugin-goom.xml:
9549         * docs/plugins/inspect/plugin-halelements.xml:
9550         * docs/plugins/inspect/plugin-icydemux.xml:
9551         * docs/plugins/inspect/plugin-id3demux.xml:
9552         * docs/plugins/inspect/plugin-jpeg.xml:
9553         * docs/plugins/inspect/plugin-level.xml:
9554         * docs/plugins/inspect/plugin-matroska.xml:
9555         * docs/plugins/inspect/plugin-mulaw.xml:
9556         * docs/plugins/inspect/plugin-multipart.xml:
9557         * docs/plugins/inspect/plugin-navigationtest.xml:
9558         * docs/plugins/inspect/plugin-ossaudio.xml:
9559         * docs/plugins/inspect/plugin-png.xml:
9560         * docs/plugins/inspect/plugin-rtp.xml:
9561         * docs/plugins/inspect/plugin-rtsp.xml:
9562         * docs/plugins/inspect/plugin-shout2send.xml:
9563         * docs/plugins/inspect/plugin-smpte.xml:
9564         * docs/plugins/inspect/plugin-speex.xml:
9565         * docs/plugins/inspect/plugin-udp.xml:
9566         * docs/plugins/inspect/plugin-videobalance.xml:
9567         * docs/plugins/inspect/plugin-videobox.xml:
9568         * docs/plugins/inspect/plugin-videoflip.xml:
9569         * docs/plugins/inspect/plugin-videomixer.xml:
9570         * docs/plugins/inspect/plugin-wavenc.xml:
9571         * docs/plugins/inspect/plugin-wavparse.xml:
9572         * docs/plugins/inspect/plugin-ximagesrc.xml:
9573           Update files to CVS/Prerelease version, add esdsink docs.
9574
9575         * ext/esd/esdsink.c:
9576           Add gtk-doc blurb.
9577
9578         * gst/rtp/gstrtpmp4vpay.c:
9579           Fix typo in element description.
9580
9581 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9582
9583         * ext/esd/esdsink.c: (gst_esdsink_open),
9584         (gst_esdsink_factory_init):
9585           Prevent libesd from auto-spawning a sound daemon if it
9586           is not already running. Now that we don't do evil stuff
9587           like that any longer we can give esdsink a rank so that
9588           autoaudiosink will try it as well if all other audio
9589           sinks fail (#343051).
9590
9591 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9592
9593         * ext/esd/Makefile.am:
9594           Oops, need to remove README from EXTRA_DIST as well.
9595
9596 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9597
9598         * ext/esd/README:
9599           Remove, it contains nothing useful anyway.
9600
9601         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9602         (gst_esdsink_delay):
9603           Some small clean-ups; use GST_BOILERPLATE etc.
9604
9605 2006-07-24  Wim Taymans  <wim@fluendo.com>
9606
9607         * gst/law/alaw-decode.c: (alawdec_getcaps):
9608         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9609         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9610         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9611         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9612
9613 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9614
9615         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9616         (gst_wavparse_other), (gst_wavparse_perform_seek),
9617         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9618         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9619         (gst_wavparse_pad_query):
9620         * gst/wavparse/gstwavparse.h:
9621           Use information from 'fact' chunk for length calculation of compressed
9622           samples. Calculate bps if bogus value is found in wav header (embeded
9623           mp2/mp3).
9624           
9625
9626 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9627
9628         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9629
9630         * configure.ac:
9631         * gst/udp/Makefile.am:
9632         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9633         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9634         * gst/udp/gstdynudpsink.h:
9635         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9636         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9637         * gst/udp/gstmultiudpsink.h:
9638         * gst/udp/gstudp.c: (plugin_init):
9639         * gst/udp/gstudpsink.h:
9640         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9641         (gst_udpsrc_start), (gst_udpsrc_stop):
9642         * gst/udp/gstudpsrc.h:
9643         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9644         (gst_udp_net_utils_win32_wsa_startup):
9645         * gst/udp/gstudpnetutils.h:
9646           Port udp plugin to win32 (#345288).
9647
9648 2006-07-24  Wim Taymans  <wim@fluendo.com>
9649
9650         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9651         Remove unwanted DEBUG line.
9652
9653 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9654
9655         * gst/id3demux/gstid3demux.c: (plugin_init):
9656         * gst/id3demux/id3tags.c:
9657         (id3demux_add_id3v2_frame_blob_to_taglist):
9658         * gst/id3demux/id3tags.h:
9659           On second thought, it might be wiser and more efficient
9660           not to do tag registration from a streaming thread.
9661
9662 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9663
9664         * gst/id3demux/id3tags.c:
9665         (id3demux_add_id3v2_frame_blob_to_taglist),
9666         (id3demux_id3v2_frames_to_tag_list):
9667           Put ID3v2 frames we can't parse as binary blobs into private
9668           tags, so that they are not lost when retagging, at least once
9669           id3v2mux has been taught to re-inject those frames again.
9670           See bug #334375.
9671
9672 2006-07-21  Wim Taymans  <wim@fluendo.com>
9673
9674         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9675         (gst_avi_demux_process_next_entry):
9676         Fix some leaks.
9677
9678         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9679         Don't use \n in debug lines.
9680
9681 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9682
9683         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9684         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9685           Add annodex and icydemux, cleanup the sections a bit
9686
9687 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9688
9689         Patch by: Alex Lancaster <alexl at users sourceforge net>
9690
9691         * ext/taglib/gstid3v2mux.cc:
9692           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9693           ID3v2 TSSE frames (#347898).
9694
9695 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9696
9697         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9698           Respect mpegversion for "video/mpeg" and give message in case of
9699           unhandled versions.
9700
9701 2006-07-17  Wim Taymans  <wim@fluendo.com>
9702
9703         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9704         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9705         (gst_pngdec_chain), (gst_pngdec_sink_event),
9706         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9707         (gst_pngdec_sink_activate_push):
9708         * ext/libpng/gstpngdec.h:
9709         Use statically allocated segment instead of leaking.
9710         Various cleanups.
9711         Fix flush and seek handling.
9712
9713 2006-07-16  Wim Taymans  <wim@fluendo.com>
9714
9715         * gst/rtp/Makefile.am:
9716         * gst/rtp/gstrtp.c: (plugin_init):
9717         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9718         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9719         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9720         (gst_rtp_mp4g_depay_set_property),
9721         (gst_rtp_mp4g_depay_get_property),
9722         (gst_rtp_mp4g_depay_change_state),
9723         (gst_rtp_mp4g_depay_plugin_init):
9724         * gst/rtp/gstrtpmp4gdepay.h:
9725         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9726         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9727         (gst_rtp_mp4g_pay_flush):
9728         Added simple generic mpeg4 depayloader.
9729         Fix generic mpeg4 payloader.
9730
9731 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9732
9733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9734           Don't try doing state changes on a NULL pointer.
9735
9736 2006-07-14  Wim Taymans  <wim@fluendo.com>
9737
9738         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9739
9740         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9741         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9742         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9743         * gst/rtp/gstrtpamrdepay.h:
9744         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9745         Fixes #321191
9746
9747 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9748
9749         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9750         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9751         Fix segfault when moving mouse pointer to the bottom right corner.
9752
9753 2006-07-12  Wim Taymans  <wim@fluendo.com>
9754
9755         * gst/rtp/Makefile.am:
9756         * gst/rtp/gstrtp.c: (plugin_init):
9757         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9758         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9759         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9760         (gst_rtp_mp2t_depay_set_property),
9761         (gst_rtp_mp2t_depay_get_property),
9762         (gst_rtp_mp2t_depay_change_state),
9763         (gst_rtp_mp2t_depay_plugin_init):
9764         * gst/rtp/gstrtpmp2tdepay.h:
9765         Added mpeg2 TS depayloader. Closing #347234.
9766
9767 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9770           Remove g_assert that shouldn't be there and was triggered
9771           after trying to open a device that doesn't exist or can't
9772           be opened for some other reason (#347972).
9773
9774 2006-07-10  Edward Hervey  <edward@fluendo.com>
9775
9776         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9777         (gst_avi_demux_stream_header), (push_tag_lists):
9778         * gst/avi/gstavidemux.h:
9779         Don't push tag events found by gst_riff_parse_info() before outputting
9780         GST_EVENT_NEWSEGMENT.
9781
9782 2006-07-10  Wim Taymans  <wim@fluendo.com>
9783
9784         * gst/rtsp/Makefile.am:
9785         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9786         (rtsp_connection_close):
9787         * gst/rtsp/rtspdefs.h:
9788         replaced closesocket and close in code with one CLOSE_SOCKET. 
9789         Some more cleanups. Fixes #345301.
9790
9791 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         * gst/autodetect/gstautoaudiosink.c:
9794           Fix example pipeline in docs.
9795
9796 2006-07-10  Wim Taymans  <wim@fluendo.com>
9797
9798         Patch by: Rob Taylor <robtaylor at floopily dot org>
9799
9800         * gst/udp/gstmultiudpsink.c: (join_multicast),
9801         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9802         If a destination is added before the stream is set to PAUSED, the
9803         multicast group is not joined as the socket is not created yet. 
9804         Also TTL and LOOP should also be set. Fixes #346921.
9805
9806 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9807
9808         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9809         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9810         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9811         (gst_ximage_src_init):
9812         * sys/ximage/gstximagesrc.h:
9813         Fix use-damage property to actually work :)
9814         Add startx, starty, endx, endy properties so screencasts other than full
9815         screen ones can work.
9816
9817 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9818
9819         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9820         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9821         (gst_ximage_src_class_init), (gst_ximage_src_init):
9822         * sys/ximage/gstximagesrc.h:
9823         Add use_damage property to offer ability to choose whether to use
9824         XDamage or not.
9825
9826 2006-07-07  Wim Taymans  <wim@fluendo.com>
9827
9828         * gst/goom/filters.c: (zoomFilterSetResolution):
9829         Avoid goom coredumping by clearing memory. 
9830         Fixes 345679.
9831
9832 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9833
9834         * win32/vs6/libgstid3demux.dsp:
9835         Add a link to libgsttag-0.10.lib.
9836
9837 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9838
9839         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9840         (gst_tag_demux_read_range):
9841         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9842         (gst_id3demux_read_range):
9843           Don't return FLOW_UNEXPECTED when a buffer is before
9844           the start of the stream (which might happen with
9845           large ID3v2 tags if the tag reading was done pullrange
9846           based and we then switched to push mode later on).
9847           Fixes regression introduced by commit from June 29th.
9848
9849 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * ext/taglib/gstid3v2mux.cc:
9852           Make UTF-8 the default encoding when writing string
9853           tags (before, our UTF-8 strings would automatically
9854           be converted to ISO-8859-1 by taglib and written as
9855           ISO-8859-1 fields if that was possible).
9856
9857         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9858         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9859         (test_taglib_id3mux_with_tags):
9860           Add test case that makes sure our UTF-8 strings have
9861           actually been written into the tag as UTF-8.
9862
9863 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9864
9865         * configure.ac:
9866           Let's try that again.
9867
9868 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * configure.ac:
9871           Disable monoscope plugin for now until it fulfills
9872           all the requirements.
9873
9874 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9875
9876         * configure.ac:
9877         * gst/monoscope/Makefile.am:
9878         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9879         (gst_monoscope_class_init), (gst_monoscope_init),
9880         (gst_monoscope_finalize), (gst_monoscope_reset),
9881         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9882         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9883         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9884         (gst_monoscope_change_state), (plugin_init):
9885         * gst/monoscope/gstmonoscope.h:
9886           Port monoscope visualisation to 0.10.
9887
9888 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9889
9890         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9891         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9892           Return FLOW_UNEXPECTED when at the end of the file, not
9893           FLOW_ERROR. Fixes 'internal stream error' errors that
9894           would sometimes occur in totem when scrubbing to the
9895           end of an ID3v1 tagged mp3 file.
9896
9897 2006-07-03  Edward Hervey  <edward@fluendo.com>
9898
9899         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9900         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9901         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9902         * ext/libpng/gstpngdec.h:
9903         Implement buffer clipping/dropping using GstSegment.
9904         This provides accurate seeking.
9905
9906 2006-07-03  Edward Hervey  <edward@fluendo.com>
9907
9908         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9909         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9910         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9911         (gst_avi_demux_process_next_entry), (push_tag_lists),
9912         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9913         * gst/avi/gstavidemux.h:
9914         Proper aggregation of each stream's GstFlowReturn in order to figure out
9915         whether the task should stop or not.
9916         Don't send inline events before pushing out a NEW_SEGMENT, more
9917         specifically for GST_TAG_EVENT.
9918         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9919         sub-indexes.
9920
9921 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9922
9923         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9924
9925         * sys/sunaudio/gstsunaudiomixerctrl.c:
9926         (gst_sunaudiomixer_ctrl_build_list):
9927           Move "Monitor" slider to input tab so it works more like
9928           sdtaudiocontrol, which is what people on Solaris are used
9929           to using for their mixer program (#346259).
9930
9931 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9932
9933         * tests/check/elements/level.c: (GST_START_TEST):
9934           fix a leak, clean up at the end
9935
9936 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9937
9938         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9939         (gst_matroska_demux_send_event),
9940         (gst_matroska_demux_loop_stream_parse_id):
9941         * gst/matroska/matroska-ids.h:
9942           Send tag event after newsegment event.
9943
9944 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9947         (gst_id3demux_read_range):
9948           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9949           certain cases where a read beyond the end of the file is
9950           requested. Fixes #345930.
9951
9952         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9953         (gst_tag_demux_read_range):
9954           Fix same issue here as well.
9955
9956 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9957
9958         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9959         
9960         Fix hypothetical crash.
9961
9962 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9963
9964         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9965
9966         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9967           Do not modify the ports value. If the user has turned off the
9968           built-in speakers, then we should not reset it in the prepare
9969           function, since this causes the built-in speakers to turn
9970           back on anytime the user changes a track in totem, rhythmbox,
9971           etc. (#346066).
9972
9973 2006-06-23  Wim Taymans  <wim@fluendo.com>
9974
9975         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9976         Fix double caps unref when negotiation fails.
9977
9978 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9979
9980         * ext/annodex/gstcmmldec.c:
9981         * ext/annodex/gstcmmlenc.c:
9982         * ext/annodex/gstcmmlparser.c:
9983         * ext/dv/gstdvdec.c:
9984         * ext/dv/gstdvdemux.c:
9985         * ext/gdk_pixbuf/pixbufscale.c:
9986         * ext/jpeg/gstjpegenc.c:
9987         * ext/jpeg/gstsmokedec.c:
9988         * ext/jpeg/gstsmokeenc.c:
9989         * ext/libpng/gstpngdec.c:
9990         * ext/libpng/gstpngenc.c:
9991         * ext/speex/gstspeexenc.c:
9992         * gst/alpha/gstalphacolor.c:
9993         * gst/cutter/gstcutter.c:
9994         * gst/debug/gstnavigationtest.c:
9995         * gst/icydemux/gsticydemux.c:
9996         * gst/level/gstlevel.c:
9997         * gst/multipart/multipart.c:
9998         * gst/rtp/gstrtpamrpay.c:
9999         * gst/rtp/gstrtpdepay.c:
10000         * gst/rtp/gstrtpilbcpay.c:
10001         * gst/rtp/gstrtpmp4gpay.c:
10002         * gst/rtp/gstrtpmp4vpay.c:
10003         * gst/rtsp/gstrtpdec.c:
10004         * gst/rtsp/gstrtspsrc.c:
10005         * gst/udp/gstdynudpsink.c:
10006         * gst/udp/gstmultiudpsink.c:
10007         * gst/udp/gstudpsrc.c:
10008         * gst/videobox/gstvideobox.c:
10009         * gst/videofilter/gstvideoflip.c:
10010           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
10011           plus two minor macro fixes.
10012
10013 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10014
10015         * gst/matroska/matroska-demux.c:
10016         (gst_matroska_demux_check_subtitle_buffer),
10017         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10018         (gst_matroska_demux_subtitle_caps):
10019         * gst/matroska/matroska-ids.c:
10020         (gst_matroska_track_init_subtitle_context):
10021         * gst/matroska/matroska-ids.h:
10022           Try to fix up broken matroska files containing subtitle
10023           streams with non-UTF8 character encodings (courtesy of
10024           mkvmerge) using either the encoding specified in the
10025           GST_SUBTITLE_ENCODING environment variable or the
10026           current locale's character set if it is non-UTF8.
10027           Fixes #337076.
10028
10029 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10032           Set image type from APIC frame as "image-type" field
10033           of GST_TAG_IMAGE buffer caps (#344605).
10034
10035 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * ext/flac/Makefile.am:
10038         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
10039         (gst_flac_dec_reset_decoders),
10040         (gst_flac_dec_setup_seekable_decoder),
10041         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
10042         (gst_flac_dec_metadata_callback),
10043         (gst_flac_dec_metadata_callback_seekable),
10044         (gst_flac_dec_metadata_callback_stream),
10045         (gst_flac_dec_error_callback),
10046         (gst_flac_dec_error_callback_seekable),
10047         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
10048         (gst_flac_dec_read_stream), (gst_flac_dec_write),
10049         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
10050         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
10051         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
10052         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
10053         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
10054         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
10055         (gst_flac_dec_sink_activate_push),
10056         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
10057         * ext/flac/gstflacdec.h:
10058           Support chain-based operation, should make flac-over-DAAP
10059           work (#340492).
10060
10061 2006-06-20  Wim Taymans  <wim@fluendo.com>
10062
10063         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10064         Doc updates, merge some unused symbols.
10065
10066 2006-06-20  Wim Taymans  <wim@fluendo.com>
10067
10068         * docs/plugins/Makefile.am:
10069         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10070         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10071         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10072         * gst/rtsp/gstrtspsrc.c:
10073         * gst/rtsp/gstrtspsrc.h:
10074         Added documentation for the rtsp plugin. Fixes #345393.
10075
10076 2006-06-20  Wim Taymans  <wim@fluendo.com>
10077
10078         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10079         (rtsp_connection_close), (rtsp_connection_free):
10080         Use better G_OS_* macros. Fixes #345301 some more.
10081
10082 2006-06-20  Wim Taymans  <wim@fluendo.com>
10083
10084         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10085
10086         * sys/sunaudio/Makefile.am:
10087         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10088         * sys/sunaudio/gstsunaudiomixerctrl.c:
10089         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10090         (gst_sunaudiomixer_ctrl_list_tracks),
10091         (gst_sunaudiomixer_ctrl_get_volume),
10092         (gst_sunaudiomixer_ctrl_set_volume),
10093         (gst_sunaudiomixer_ctrl_set_mute),
10094         (gst_sunaudiomixer_ctrl_set_record):
10095         * sys/sunaudio/gstsunaudiomixerctrl.h:
10096         * sys/sunaudio/gstsunaudiomixertrack.c:
10097         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10098         * sys/sunaudio/gstsunaudiomixertrack.h:
10099         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10100         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10101         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10102         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10103         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10104         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10105         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10106         (gst_sunaudiosrc_reset):
10107         * sys/sunaudio/gstsunaudiosrc.h:
10108         Add a SunAudio source plugin.
10109         Support stereo and right/left channel gain in the mixer plugin.
10110         Support the RECORD flag so that you can switch between line-input and
10111         microphone in gnome-volume-control.
10112         Code cleanups like using an enumerator for track number instead of an 
10113         integer. Fixes #344923.
10114
10115 2006-06-20  Wim Taymans  <wim@fluendo.com>
10116
10117         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10118
10119         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10120         (rtsp_connection_close):
10121         Make RTSP plugin compile on windows. Fixes #345301.
10122         Some changes to original patch to catch errors better.
10123         use ifdef WIN32 instead of ifndef.
10124
10125 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10126
10127         * configure.ac:
10128         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10129
10130 2006-06-18  Edward Hervey  <edward@fluendo.com>
10131
10132         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10133         After a failed buffer alloc, we need to abort the jpeg decoding (it
10134         started when parsing headers to figure out how many bytes we need
10135         to request downstream).
10136
10137 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10138
10139         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10140
10141         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10142           Make sure we don't read beyond the end of the file (#345232).
10143
10144 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10145
10146         * configure.ac:
10147           Fix --disable-external (can't set conditionals conditionally,
10148           #343602).
10149
10150 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10151
10152         * autogen.sh:
10153         * configure.ac:
10154         * docs/Makefile.am:
10155           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10156
10157         * docs/plugins/Makefile.am:
10158         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10159         * docs/plugins/inspect/plugin-taglib.xml:
10160           Add/fix apev2mux docs.
10161
10162 2006-06-14  Wim Taymans  <wim@fluendo.com>
10163
10164         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10165         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10166         (gst_dvdec_change_state):
10167         Reset segment info on flush.
10168         Alloc segment in _init, free in _finalize.
10169
10170         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10171         Don't send segments twice.
10172
10173 2006-06-14  Wim Taymans  <wim@fluendo.com>
10174
10175         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10176         Respect segment.stop. Fixes #342592.
10177
10178 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10179
10180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10181           No language specified means the implied language is English
10182           according to the matroska spec (partially fixes #344708);
10183           add some more debug output.
10184
10185 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10186
10187         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10188         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10189         (gst_wavparse_chain):
10190           When operating chain-based, don't make any assumptions about the
10191           chunking of the incoming data and make streaming work on days other
10192           than the second Thursday after a full moon. Also fix up debug
10193           messages here and there and make use of the most excellent new
10194           gst_pad_query_peer_duration() utility function.
10195           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10196
10197         * gst/wavparse/gstwavparse.h:
10198           Remove trailing comma after last enum value, some compilers don't
10199           like that.
10200
10201 2006-06-13  Wim Taymans  <wim@fluendo.com>
10202
10203         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10204         Handle premature EOS gracefully.
10205
10206 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10209           Prevent out of bounds array access when scrubbing towards
10210           the end of the file between the last index entry and the
10211           end. Fixes occasional 'start <= stop' newsegment event
10212           assertions when scrubbing in MJPEG files.
10213
10214 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10215
10216         * tests/check/elements/.cvsignore:
10217           And another one.
10218
10219 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10220
10221         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10222         (scan_encoded_string), (parse_picture_frame):
10223           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10224
10225         * configure.ac:
10226           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10227           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10228
10229 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10230
10231         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10232           gratuitous comment changes
10233         * tests/check/elements/level.c: (GST_START_TEST):
10234           fix level test leaks
10235
10236 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10237
10238         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10239         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10240           Use gst_pad_query_peer_duration() utility function here.
10241
10242 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10243
10244         * autogen.sh:
10245           require am17
10246         * configure.ac:
10247         * ext/annodex/Makefile.am:
10248         * ext/cdio/Makefile.am:
10249         * ext/dv/Makefile.am:
10250         * ext/esd/Makefile.am:
10251         * ext/flac/Makefile.am:
10252         * ext/gdk_pixbuf/Makefile.am:
10253         * ext/ladspa/Makefile.am:
10254         * ext/libcaca/Makefile.am:
10255         * ext/speex/Makefile.am:
10256         * ext/taglib/Makefile.am:
10257         * sys/oss/Makefile.am:
10258         * sys/sunaudio/Makefile.am:
10259         * sys/ximage/Makefile.am:
10260           clean up build further
10261
10262 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10263
10264         * gconf/Makefile.am:
10265           Honour --disable-schemas-install configure option. Fixes #344100.
10266
10267 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         * tests/examples/level/Makefile.am:
10270           Add -lm to LIBS for pow() function, don't assume one of our
10271           dependencies (such as libxml-2.0) drags it in automatically
10272           (#343603).
10273
10274 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10275
10276         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10277
10278         * configure.ac:
10279           We should use $SED and not $(SED) in configure.ac (#343678).
10280
10281 2006-06-09  Wim Taymans  <wim@fluendo.com>
10282
10283         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10284
10285         * sys/sunaudio/gstsunaudiomixerctrl.c:
10286         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10287         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10288         (gst_sunaudiomixer_ctrl_set_mute):
10289         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10290         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10291         (gst_sunaudiosink_write):
10292         Attached find a patch that fixes a number of bugs with the SunAudio
10293         mixer plugin and fixes #344101:
10294         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10295            tracks onto the tracklist causing gnome-volume-control's preferences
10296            dialog to be messed up and would core dump if you checked/unchecked
10297            any item.
10298         2. We weren't previously setting the MUTE flag properly.  Fixing this
10299            makes gnome-volume-control work better.
10300         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10301            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10302            gnome-volume-control look better.
10303         Also some minor cleanup in gstsunaudiosink.c.
10304
10305 2006-06-09  Wim Taymans  <wim@fluendo.com>
10306
10307         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10308         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10309         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10310         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10311         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10312         * ext/jpeg/gstjpegdec.h:
10313         API: Added IDCT method property
10314         Small cleanups.
10315         Avoid dynamic allocation of trivial fixed structure.
10316         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10317
10318 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10319
10320         * configure.ac:
10321         We now require libraw1394 >= 1.1.0 and that version onwards all
10322         have .pc files.
10323
10324 2006-06-02  Edward Hervey  <edward@fluendo.com>
10325
10326         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10327         Trying to get items from an ANY or EMPTY caps is ... stupid.
10328
10329 2006-06-02  Edward Hervey  <edward@fluendo.com>
10330
10331         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10332         (gst_dvdec_chain), (gst_dvdec_change_state):
10333         * ext/dv/gstdvdec.h:
10334         Added GstSegment handling, now implements dropping/clipping.
10335
10336 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10337
10338         * ext/aalib/gstaasink.h:
10339         * ext/annodex/gstcmmldec.h:
10340         * ext/cairo/gsttimeoverlay.h:
10341         * ext/dv/gstdvdec.h:
10342         * ext/dv/gstdvdemux.h:
10343         * ext/esd/esdmon.h:
10344         * ext/esd/esdsink.h:
10345         * ext/flac/gstflacenc.h:
10346         * ext/gconf/gstgconfaudiosink.h:
10347         * ext/gconf/gstgconfaudiosrc.h:
10348         * ext/gconf/gstgconfvideosink.h:
10349         * ext/gconf/gstgconfvideosrc.h:
10350         * ext/gdk_pixbuf/gstgdkanimation.h:
10351         * ext/gdk_pixbuf/pixbufscale.h:
10352         * ext/hal/gsthalaudiosink.h:
10353         * ext/hal/gsthalaudiosrc.h:
10354         * ext/jpeg/gstjpegenc.h:
10355         * ext/jpeg/gstsmokedec.h:
10356         * ext/jpeg/gstsmokeenc.h:
10357         * ext/libcaca/gstcacasink.h:
10358         * ext/libmng/gstmngdec.h:
10359         * ext/libmng/gstmngenc.h:
10360         * ext/libpng/gstpngdec.h:
10361         * ext/libpng/gstpngenc.h:
10362         * ext/raw1394/gstdv1394src.h:
10363         * ext/speex/gstspeexenc.h:
10364         * gst/autodetect/gstautoaudiosink.h:
10365         * gst/autodetect/gstautovideosink.h:
10366         * gst/avi/gstavidemux.h:
10367         * gst/cutter/gstcutter.h:
10368         * gst/debug/efence.h:
10369         * gst/debug/gstnavigationtest.h:
10370         * gst/debug/gstnavseek.h:
10371         * gst/flx/gstflxdec.h:
10372         * gst/goom/gstgoom.h:
10373         * gst/icydemux/gsticydemux.h:
10374         * gst/id3demux/gstid3demux.h:
10375         * gst/law/alaw-decode.h:
10376         * gst/law/alaw-encode.h:
10377         * gst/law/mulaw-decode.h:
10378         * gst/law/mulaw-encode.h:
10379         * gst/matroska/matroska-mux.h:
10380         * gst/median/gstmedian.h:
10381         * gst/oldcore/gstaggregator.h:
10382         * gst/oldcore/gstfdsink.h:
10383         * gst/oldcore/gstmd5sink.h:
10384         * gst/oldcore/gstmultifilesrc.h:
10385         * gst/oldcore/gstpipefilter.h:
10386         * gst/oldcore/gstshaper.h:
10387         * gst/oldcore/gststatistics.h:
10388         * gst/rtp/gstasteriskh263.h:
10389         * gst/rtp/gstrtpL16depay.h:
10390         * gst/rtp/gstrtpL16pay.h:
10391         * gst/rtp/gstrtpamrdepay.h:
10392         * gst/rtp/gstrtpamrpay.h:
10393         * gst/rtp/gstrtpdepay.h:
10394         * gst/rtp/gstrtpgsmdepay.h:
10395         * gst/rtp/gstrtpgsmpay.h:
10396         * gst/rtp/gstrtph263pay.h:
10397         * gst/rtp/gstrtph263pdepay.h:
10398         * gst/rtp/gstrtph263ppay.h:
10399         * gst/rtp/gstrtpmp4gpay.h:
10400         * gst/rtp/gstrtpmp4vdepay.h:
10401         * gst/rtp/gstrtpmp4vpay.h:
10402         * gst/rtp/gstrtpmpadepay.h:
10403         * gst/rtp/gstrtpmpapay.h:
10404         * gst/rtp/gstrtppcmadepay.h:
10405         * gst/rtp/gstrtppcmapay.h:
10406         * gst/rtp/gstrtppcmudepay.h:
10407         * gst/rtp/gstrtppcmupay.h:
10408         * gst/rtp/gstrtpspeexdepay.h:
10409         * gst/rtp/gstrtpspeexpay.h:
10410         * gst/rtsp/gstrtpdec.h:
10411         * gst/rtsp/gstrtspsrc.h:
10412         * gst/smpte/gstsmpte.h:
10413         * gst/udp/gstdynudpsink.h:
10414         * gst/udp/gstmultiudpsink.h:
10415         * gst/udp/gstudpsink.h:
10416         * gst/udp/gstudpsrc.h:
10417         * gst/videofilter/gstvideobalance.h:
10418         * gst/videofilter/gstvideoflip.h:
10419         * sys/oss/gstossdmabuffer.h:
10420         * sys/oss/gstossmixerelement.h:
10421         * sys/oss/gstosssink.h:
10422         * sys/oss/gstosssrc.h:
10423         * sys/osxvideo/osxvideosink.h:
10424         * sys/sunaudio/gstsunaudiomixer.h:
10425         * sys/sunaudio/gstsunaudiosink.h:
10426         * sys/ximage/gstximagesrc.h:
10427         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10428
10429 2006-05-31  Wim Taymans  <wim@fluendo.com>
10430
10431         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10432         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10433         (gst_goom_src_setcaps), (gst_goom_src_event),
10434         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10435         (gst_goom_change_state):
10436         * gst/goom/gstgoom.h:
10437         Handle QoS.
10438         Handle flushing, discont and events.
10439         Fix timestamps and various other cleanups.
10440
10441 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10442
10443         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10444         Fix bus reset when using libiec61883
10445
10446 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10447
10448         * configure.ac:
10449         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10450         * ext/raw1394/Makefile.am:
10451         Add CFLAGS.
10452         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10453         New method, to receive using libiec61883.
10454         (gst_dv1394src_iso_receive),
10455         #ifdef'd out if libiec61883 is present.
10456         (gst_dv1394src_bus_reset),
10457         Get userdata correctly if using libiec61883. 
10458         (gst_dv1394src_create),
10459         When using libiec61883, only poll one fd and no need to read.
10460         (gst_dv1394src_discover_avc_node),
10461         Replace g_warnings.
10462         (gst_dv1394src_start),
10463         Create new handle when we know which dv port.  More reliable
10464         than setting port on an existing handle.  Initialise libiec61883.
10465         (gst_dv1394src_stop):
10466         If using libiec61883, then cleanup its handle properly.
10467         * ext/raw1394/gstdv1394src.h:
10468         Add libiec61883 handle.
10469
10470 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10471
10472         * gst/avi/gstavidemux.c:
10473           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10474         * win32/MANIFEST:
10475           sort file listing
10476         * win32/vs6/libgstavi.dsp:
10477           add gstavimux.c to the project
10478         * win32/vs6/libgstid3demux.dsp:
10479           add link to zlib library
10480         * win32/vs6/libgstmatroska.dsp:
10481           add matroska-ids.c to the project
10482
10483 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         Patch by: Sebastian Dröge  <mail at slomosnail de >
10486
10487         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10488         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10489         * ext/taglib/Makefile.am:
10490         * ext/taglib/gstapev2mux.cc:
10491         * ext/taglib/gstapev2mux.h:
10492         * ext/taglib/gstid3v2mux.cc:
10493         * ext/taglib/gsttaglibmux.c: (plugin_init):
10494         * ext/taglib/gsttaglibmux.h:
10495           Add apev2mux element (#343122).
10496         
10497         * tests/check/Makefile.am:
10498         * tests/check/elements/apev2mux.c:
10499         (test_taglib_apev2mux_create_tags),
10500         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10501         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10502         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10503         (apev2mux_suite), (main):
10504           Add unit test for apev2mux element.
10505
10506 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10507
10508         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10509         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10510         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10511           GST_PTR_FORMAT should be used to print caps in debug statements.
10512
10513 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10514
10515         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10516
10517         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10518         (ape_demux_parse_tags):
10519           Some clean-ups and additions: map APE 'file' tag to
10520           GST_TAG_LOCATION (#343123); add support for extracting
10521           the track count and clean up parsing a bit (#343127).
10522
10523 2006-05-28  Edward Hervey  <edward@fluendo.com>
10524
10525         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10526         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10527
10528 2006-05-28  Edward Hervey  <edward@fluendo.com>
10529
10530         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10531         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10532         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10533         * ext/jpeg/gstjpegdec.h:
10534         Clip outgoing buffers according to currently configured segment.
10535
10536 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10537
10538         * ext/taglib/gstid3v2mux.cc:
10539           Handle  writing of track-count or album-volume-count without
10540           track-number or albume-volume-number (in this case the number
10541           will just be set to 0).
10542
10543         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10544           It would be nice if we actually checked the values received for
10545           track/album-volume number/count in  _check_tags(), rather than
10546           setting them again ...
10547
10548 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10551           A track/volume number or count of 0 does not make sense,
10552           just ignore it along with negative numbers (a tag might
10553           only contain a track count without a track number).
10554
10555 2006-05-27  Edward Hervey  <edward@fluendo.com>
10556
10557         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10558         (gst_jpeg_dec_sink_event):
10559         Abort decompression when receiving FLUSH_STOP. This should avoid
10560         issues when interrupting decoding with flushes.
10561
10562 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10563
10564         * ext/flac/gstflac.c:
10565           Don't #include file we don't dist any longer.
10566
10567 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * README:
10570           Replace current README (containing the release notes from
10571           some 0.9.x version) with a proper README taken from the core.
10572
10573 2006-05-24  Wim Taymans  <wim@fluendo.com>
10574
10575         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10576         Implement EOS correctly by either posting
10577         SEGMENT_DONE or pushing an EOS message depending
10578         on the seek type. Fixes #342592
10579
10580 2006-05-24  Wim Taymans  <wim@fluendo.com>
10581
10582         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10583         * gst/law/alaw-decode.h:
10584         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10585         * gst/law/alaw-encode.h:
10586         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10587         * gst/law/mulaw-decode.h:
10588         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10589         * gst/law/mulaw-encode.h:
10590         Some cleanups in the chain functions.
10591         Remove some GStreamer 0.0.2 bits.
10592
10593 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10596
10597         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10598           gst_collect_pads_stop() needs to be called before chaining up
10599           to the parent class (#342734).
10600
10601 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10602
10603         * ext/flac/Makefile.am:
10604         * ext/flac/flac_compat.h:
10605         * ext/flac/gstflac.c:
10606         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10607         * ext/flac/gstflacenc.c:
10608           Remove backwards compatibility cruft for dealing with FLAC API
10609           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10610
10611 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10612
10613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10614         (gst_matroska_demux_push_xiph_codec_priv_data),
10615         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10616         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10617         * gst/matroska/matroska-ids.h:
10618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10619         (gst_matroska_mux_video_pad_setcaps),
10620         (xiph3_streamheader_to_codecdata),
10621         (vorbis_streamheader_to_codecdata),
10622         (theora_streamheader_to_codecdata),
10623         (gst_matroska_mux_audio_pad_setcaps),
10624         (gst_matroska_mux_write_data):
10625           Add support for muxing/demuxing theora video (#342448; too bad
10626           none of the usual linux players can actually play this). Playback
10627           in GStreamer will require additional changes to theoradec in -base.
10628           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10629           cleanups.
10630
10631 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10634         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10635           Fix crashes when the horizontal subsampling is 1.
10636           Fixes #342097.
10637
10638 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10641
10642         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10643         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10644         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10645         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10646         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10647         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10648         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10649         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10650         (gst_avi_mux_change_state):
10651         * gst/avi/gstavimux.h:
10652           Some enhancements for avimux (#342526):
10653            - add odml (large file) index support
10654            - store codec init data (e.g. huffyuv)
10655            - miscellaneous other fixes/cleanups
10656
10657 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10658
10659         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10660         Don't output any tag when we encounter a negative track number - the
10661         tag type is uint, so we end up outputting huge positive numbers
10662         instead. (Fixes: #342029)
10663
10664 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10665
10666         * configure.ac:
10667           update for new GSTPB_PLUGINS_DIR
10668
10669 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10670
10671         * rtp/gst/gstrtph263pay.c:
10672         Properly set static caps for H263 at 34.
10673
10674 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10677
10678         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10679           Merge event tags and tag setter tags correctly (#339918). Also,
10680           don't leak taglist in case of an error.
10681           
10682 2006-05-17  Edward Hervey  <edward@fluendo.com>
10683
10684         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10685         We can only do caps intersection if the othercaps are non-empty and not
10686         ANY. Else we return the pad template (base_caps).
10687
10688 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10691           Fix crash when outputting debugging information for certain
10692           pictures (always good to use the right struct member for
10693           the number of records in an array).
10694
10695 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10696
10697         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10698
10699         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10700         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10701         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10702         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10703         (gst_ebml_read_float), (gst_ebml_read_ascii),
10704         (gst_ebml_read_binary):
10705           Don't create unnecessary sub-buffers all the time. Dramatically
10706           improves performance with multiple concurrently running
10707           matroskademux instances (#341818) (and avoids doing
10708           unnecessarily inefficient things in the general case).
10709
10710 2006-05-16  Edward Hervey  <edward@fluendo.com>
10711
10712         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10713         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10714         return value of gst_pad_push_event().
10715
10716 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10717
10718         * gst/autodetect/gstautoaudiosink.c:
10719         (gst_auto_audio_sink_find_best):
10720         * gst/autodetect/gstautovideosink.c:
10721         (gst_auto_video_sink_find_best):
10722         Make the name of the child element be based on the name of the
10723         parent, so that debug output is more useful.
10724         
10725         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10726         (parse_insert_string_field), (parse_split_strings):
10727         Rework string parsing to always walk over BOM markers in UTF16
10728         strings, using the endianness indicated by the innermost one,
10729         then trying the opposite endianness if that fails to convert
10730         to valid UTF-8. Fixes #341774
10731
10732 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10733
10734         Patch from: Matthieu <matthieu at fluendo dot com>
10735
10736         * ext/libpng/Makefile.am:
10737         Add LIBPNG_CFLAGS.
10738
10739 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10740
10741         * ext/taglib/gstid3v2mux.cc:
10742           Add support for writing images (APIC frames) into ID3v2
10743           tags (picture type always set to 'other' for now though).
10744
10745 2006-05-14  Michael Smith  <msmith@fluendo.com>
10746
10747         * gst/wavparse/gstwavparse.c:
10748           Update docs; wavparse implements push and pull modes.
10749
10750 2006-05-12  Wim Taymans  <wim@fluendo.com>
10751
10752         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10753         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10754         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10755         Ooops, bitten by the copy-and-paste design paradigm, fixes
10756         seek again.
10757
10758 2006-05-12  Wim Taymans  <wim@fluendo.com>
10759
10760         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10761         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10762         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10763         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10764         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10765         (gst_avi_demux_massage_index),
10766         (gst_avi_demux_calculate_durations_from_index),
10767         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10768         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10769         (gst_avi_demux_loop):
10770         * gst/avi/gstavidemux.h:
10771         Some cleanups, prepare to use GstSegment.
10772         Fix error in entry walking code.
10773         Fix VBR detection.
10774         Smarter timestamp calculation code.
10775         Uniform error/eos handling.
10776
10777 2006-05-12  Michael Smith  <msmith@fluendo.com>
10778
10779         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10780         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10781           Fix use of uninitialised values if we're NOT seeking in ready.
10782           Fix typos.
10783
10784 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10785
10786         * gst/wavparse/Makefile.am:
10787           Add CFLAGS and LIBS for libgstbase, fixes build on
10788           Cygwin (#341489).
10789
10790 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10791
10792         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10793           Some more debug info. No need to check whether the string
10794           returned by g_convert() is really UTF-8 - either it is or
10795           we get NULL returned.
10796
10797 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10798
10799         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10800           Fix parsing of numeric genre strings some more, by ensuring that
10801           we only try and parse strings that a) Start with '(' and b) Consist
10802           only of digits.
10803           Also, when finding an escaping '((' sequence, bust it back to '(' by
10804           swallowing the first parenthesis
10805
10806 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10809         (gst_esdsink_open), (gst_esdsink_close):
10810         * ext/esd/esdsink.h:
10811           Move the esd_get_server_info() into gst_esdsink_open() and fail
10812           with a decent error message on errors.
10813
10814 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10817         (gst_esdmon_channels_get_type):
10818         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10819         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10820         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10821         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10822         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10823         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10824         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10825         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10826         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10827         * gst/videomixer/videomixer.c:
10828         (gst_video_mixer_background_get_type):
10829           Const-ify GEnumValue arrays.
10830
10831 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10832
10833         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10834
10835         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10836         (gst_avi_mux_do_video_buffer):
10837           Work around gst_buffer_make_metadata_writable() bug that
10838           results in avimux marking all frames in the index as
10839           keyframes (#340859).
10840           
10841 2006-05-08  Wim Taymans  <wim@fluendo.com>
10842
10843         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10844         Make parsing of urls suck slightly less.
10845
10846 2006-05-08  Edward Hervey  <edward@fluendo.com>
10847
10848         * autogen.sh: (CONFIGURE_DEF_OPT): 
10849         libtoolize on Darwin/MacOSX is called glibtoolize.
10850
10851 2006-05-08  Wim Taymans  <wim@fluendo.com>
10852
10853         Patch by: Jens Granseuer <jensgr at gmx dot net>
10854
10855         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10856         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10857         C89 compliance fixes. Fixes #340980
10858
10859 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10860
10861         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10862         * ext/flac/gstflacdec.h:
10863           Handle segment seeks that include the end of the file as stop point
10864           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10865           message instead of an EOS event in case we're in segment seek
10866           mode (fixes #340699).
10867           
10868 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10869
10870         * ext/cairo/gsttextoverlay.c:
10871         * ext/flac/gstflacdec.c:
10872         * ext/gdk_pixbuf/pixbufscale.c:
10873         * gst/apetag/gstapedemux.c:
10874         * gst/debug/breakmydata.c:
10875         * gst/debug/testplugin.c:
10876         * gst/matroska/ebml-write.c:
10877         * gst/multipart/multipartdemux.c:
10878         * sys/osxaudio/gstosxaudiosink.c:
10879         * sys/osxaudio/gstosxaudiosrc.c:
10880         Add semicolons after GST_BOILERPLATE[_FULL] so that
10881         indent doesn't mess up following lines.
10882
10883 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10884
10885         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10886
10887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10888           Don't leak caps when freeing the stream context (#340623).
10889
10890 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10891
10892         * configure.ac:
10893           Back to CVS
10894
10895 === release 0.10.3 ===
10896
10897 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10898
10899         * configure.ac:
10900           releasing 0.10.3, "Desplazado"
10901
10902 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst/matroska/matroska-mux.c:
10905         (gst_matroska_mux_stream_is_vorbis_header),
10906         (gst_matroska_mux_write_data):
10907           Don't strcmp() NULL strings.
10908           Only start new clusters on video keyframes, not on any
10909           random audio buffer that doesn't have the DELTA_UNIT
10910           flag set (fixes 'make check' again).
10911
10912 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10913
10914         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10915
10916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10917         (gst_matroska_mux_stream_is_vorbis_header),
10918         (gst_matroska_mux_write_data):
10919           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10920           value and then dead-lock when muxing vorbis audio streams
10921           (the three vorbis header buffers carry no timestamp, and it
10922           would try to mux these after all video buffers). Fixes #340346.
10923
10924           Improve clustering: start a new cluster also whenever we get
10925           a keyframe.     
10926
10927 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10928
10929         * win32/common/config.h:
10930         * win32/MANIFEST
10931           add the generated file as well
10932
10933 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10934
10935         * Makefile.am:
10936         * configure.ac:
10937         * win32/common/config.h.in:
10938           add win32 stuff
10939
10940 2006-05-03  Michael Smith  <msmith@fluendo.com>
10941
10942         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10943           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10944           SUCKS.
10945
10946 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10947
10948         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10949         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10950         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10951           don't leak caps-string
10952
10953 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10956         (gst_id3demux_sink_activate):
10957           Let core insert default error message for TYPE_NOT_FOUND
10958           errors, it's just as good as our own and has the added
10959           bonus of being translated.
10960
10961 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10962
10963         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10964         (gst_tag_demux_sink_event):
10965         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10966         (gst_id3demux_sink_event):
10967           Post an error message when we get an EOS event and were not
10968           able to find out the type of stream.
10969
10970         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10971         (test_taglib_id3mux_with_tags):
10972           Decrease num-buffers to 16 per iteration again, otherwise the
10973           many memcpy()s and reallocations in the test will hammer slow
10974           CPUs completely and make the test timeout.
10975
10976 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10977
10978         * configure.ac:
10979           figure out where plugins-base plugins are
10980         * tests/check/Makefile.am:
10981           use plugins-base plugins, so we have typefind functions
10982         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10983           increase num-buffers, this makes sure the test errors out instead
10984           of timing out when no typefind functions are present
10985
10986 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10987
10988         * docs/plugins/Makefile.am:
10989           also check .cc files for gtk-doc markup
10990         * configure.ac:
10991         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10992         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10993         * tests/check/Makefile.am:
10994         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10995         * ext/Makefile.am:
10996         * ext/taglib/Makefile.am:
10997         * ext/taglib/gstid3v2mux.h:
10998         * ext/taglib/gsttaglibmux.c:
10999         * ext/taglib/gsttaglibmux.h:
11000           move taglib-based id3v2muxer to -good.  Fixes #336110.
11001
11002 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
11003
11004         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11005           ... and fix multichannel/WAVFORMATEX support again.
11006
11007 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
11008
11009         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11010         (gst_wavparse_class_init), (gst_wavparse_dispose),
11011         (gst_wavparse_reset), (gst_wavparse_init),
11012         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
11013         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
11014         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
11015         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
11016         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11017         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11018         (gst_wavparse_stream_data), (gst_wavparse_loop),
11019         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11020         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11021         (gst_wavparse_change_state), (plugin_init):
11022         * gst/wavparse/gstwavparse.h:
11023           Add push (streaming) mode to wavparse (fixes #337625)
11024
11025 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11026
11027         * configure.ac:
11028         * tests/Makefile.am:
11029           add ximagesrc icles test
11030
11031 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11032
11033         * configure.ac:
11034         * docs/plugins/Makefile.am:
11035         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11037         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
11038         (gst_cmml_enc_push_clip):
11039         * sys/Makefile.am:
11040         * sys/ximage/Makefile.am:
11041         * sys/ximage/gstximagesrc.c:
11042           Move ximagesrc plug-in to good after review.  Fixes #336756.
11043
11044 2006-04-28  Michael Smith  <msmith@fluendo.com>
11045
11046         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
11047         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
11048         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
11049         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
11050         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11051         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
11052         * gst/icydemux/gsticydemux.h:
11053           Fix event handling: cache events when typefinding and forward later.
11054
11055 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11056
11057         * sys/osxaudio/gstosxaudiosink.c:
11058         (plugin_init):
11059          Register osxaudiosrc to the plugin.
11060         * sys/osxaudio/gstosxaudiosrc.c:
11061         (gst_osx_audio_src_osxelement_do_init),
11062         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
11063         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
11064         (gst_osx_audio_src_get_property),
11065         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
11066         (gst_osx_audio_src_osxelement_init):
11067         * sys/osxaudio/gstosxaudiosrc.h:
11068           Port of osxaudiosrc to 0.10.
11069         * sys/osxaudio/Makefile.am:
11070           Add osxaudiosrc
11071
11072 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11073
11074         * sys/osxaudio/gstosxringbuffer.c:
11075         * sys/osxaudio/gstosxringbuffer.h:
11076           Forgot to commit earlier, part of the OSX audio plugin port
11077
11078 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11081         (parse_split_strings):
11082           Recognise and skip any byte order marker (BOM) in
11083           UTF-16 strings.
11084
11085 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11086
11087         * docs/plugins/Makefile.am:
11088         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11089         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11090         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11091         * docs/plugins/inspect/plugin-avi.xml:
11092         * gst/avi/gstavidemux.c:
11093         * gst/avi/gstavimux.c:
11094           Add docs for both avidemux and avimux.
11095
11096 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11097
11098         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11099
11100         * gst/avi/Makefile.am:
11101         * gst/avi/gstavi.c: (plugin_init):
11102         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11103         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11104         (gst_avi_mux_class_init), (gst_avi_mux_init),
11105         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11106         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11107         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11108         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11109         (gst_avi_mux_riff_get_avix_header),
11110         (gst_avi_mux_riff_get_video_header),
11111         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11112         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11113         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11114         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11115         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11116         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11117         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11118         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11119         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11120         (gst_avi_mux_change_state):
11121         * gst/avi/gstavimux.h:
11122           Port AVI muxer to GStreamer-0.10 (#332031).
11123
11124         * tests/check/Makefile.am:
11125         * tests/check/elements/avimux.c:
11126         * tests/check/elements/.cvsignore:
11127           Add unit test for AVI muxer.
11128
11129 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11130
11131         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11132         (gst_wavparse_class_init), (gst_wavparse_reset),
11133         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11134         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11135         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11136         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11137         (gst_wavparse_stream_data), (gst_wavparse_loop),
11138         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11139         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11140         (plugin_init):
11141         * gst/wavparse/gstwavparse.h:
11142           reverted patch #337625 for the price of 1 hour sleep
11143
11144 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11145
11146         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11147         (gst_wavparse_class_init), (gst_wavparse_reset),
11148         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11149         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11150         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11151         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11152         (gst_wavparse_stream_data), (gst_wavparse_loop),
11153         (gst_wavparse_chain), (plugin_init):
11154         * gst/wavparse/gstwavparse.h:
11155           correct partial implementation of push mode
11156           (from my last commit)
11157
11158 2006-04-26  Wim Taymans  <wim@fluendo.com>
11159
11160         * ext/esd/esdsink.c:
11161         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11162         it is not in esd.h
11163
11164 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11165
11166         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11167         (gst_au_parse_class_init), (gst_au_parse_init),
11168         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11169         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11170         (gst_au_parse_chain), (gst_au_parse_src_convert),
11171         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11172         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11173         (gst_au_parse_change_state):
11174         * gst/auparse/gstauparse.h:
11175           Rewrite auparse to suck a little bit less: make source pad
11176           dynamic, so decodebin/playbin work with non-raw formats
11177           like alaw/mulaw; add query function for duration/position
11178           queries; check whether we have enough data before attempting
11179           to parse the header (instead of crashing when that is not the
11180           case); work around audioconvert sucking by swapping endianness
11181           to the native endianness ourselves for float formats; send
11182           initial newsegment event. Fixes #161712.
11183
11184 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11185
11186         * sys/osxaudio/Makefile.am:
11187         * sys/osxaudio/gstosxaudioelement.c:
11188         (gst_osx_audio_element_get_type),
11189         (gst_osx_audio_element_class_init):
11190         * sys/osxaudio/gstosxaudioelement.h:
11191         * sys/osxaudio/gstosxaudiosink.c:
11192         (gst_osx_audio_sink_osxelement_do_init),
11193         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11194         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11195         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11196         (gst_osx_audio_sink_create_ringbuffer),
11197         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11198         (plugin_init):
11199         * sys/osxaudio/gstosxaudiosink.h:
11200         Port of osxaudiosink to 0.10
11201
11202 2006-04-26  Wim Taymans  <wim@fluendo.com>
11203
11204         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11205         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11206         the size of the ringbuffer. This should fix hangs with older 
11207         esd sound servers.
11208
11209 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11210
11211         * ext/aalib/gstaasink.c:
11212         * ext/annodex/gstcmmldec.c:
11213         * ext/annodex/gstcmmlenc.c:
11214         * ext/cairo/gsttextoverlay.c:
11215         * ext/cairo/gsttimeoverlay.c:
11216         * ext/cdio/gstcdiocddasrc.c:
11217         * ext/dv/gstdvdec.c:
11218         * ext/dv/gstdvdemux.c:
11219         * ext/esd/esdmon.c:
11220         * ext/esd/esdsink.c:
11221         * ext/flac/gstflacenc.c:
11222         * ext/flac/gstflactag.c:
11223         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11224         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11225         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11226         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11227         * ext/gdk_pixbuf/pixbufscale.c:
11228         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11229         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11230         * ext/jpeg/gstjpegdec.c:
11231         * ext/jpeg/gstjpegenc.c:
11232         * ext/jpeg/gstsmokedec.c:
11233         * ext/jpeg/gstsmokeenc.c:
11234         * ext/libcaca/gstcacasink.c:
11235         * ext/libmng/gstmngdec.c:
11236         * ext/libmng/gstmngenc.c:
11237         * ext/libpng/gstpngdec.c:
11238         * ext/libpng/gstpngenc.c:
11239         * ext/mikmod/gstmikmod.c:
11240         * ext/raw1394/gstdv1394src.c:
11241         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11242         * ext/shout2/gstshout2.h:
11243         * ext/speex/gstspeexdec.c:
11244         * ext/speex/gstspeexenc.c:
11245         * gst/alpha/gstalpha.c:
11246         * gst/alpha/gstalphacolor.c:
11247         * gst/apetag/gstapedemux.c:
11248         * gst/auparse/gstauparse.c:
11249         * gst/autodetect/gstautoaudiosink.c:
11250         (gst_auto_audio_sink_base_init):
11251         * gst/autodetect/gstautovideosink.c:
11252         (gst_auto_video_sink_base_init):
11253         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11254         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11255         * gst/cutter/gstcutter.c:
11256         * gst/debug/breakmydata.c:
11257         * gst/debug/efence.c:
11258         * gst/debug/gstnavigationtest.c:
11259         * gst/debug/gstnavseek.c:
11260         * gst/debug/negotiation.c:
11261         * gst/debug/progressreport.c:
11262         * gst/debug/testplugin.c:
11263         * gst/effectv/gstaging.c:
11264         * gst/effectv/gstdice.c:
11265         * gst/effectv/gstedge.c:
11266         * gst/effectv/gstquark.c:
11267         * gst/effectv/gstrev.c:
11268         * gst/effectv/gstshagadelic.c:
11269         * gst/effectv/gstvertigo.c:
11270         * gst/effectv/gstwarp.c:
11271         * gst/flx/gstflxdec.c:
11272         * gst/goom/gstgoom.c:
11273         * gst/icydemux/gsticydemux.c:
11274         * gst/id3demux/gstid3demux.c:
11275         * gst/interleave/deinterleave.c:
11276         * gst/interleave/interleave.c:
11277         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11278         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11279         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11280         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11281         * gst/level/gstlevel.c:
11282         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11283         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11284         * gst/median/gstmedian.c:
11285         * gst/monoscope/gstmonoscope.c:
11286         * gst/multipart/multipartdemux.c:
11287         * gst/multipart/multipartmux.c:
11288         * gst/oldcore/gstaggregator.c:
11289         * gst/oldcore/gstfdsink.c:
11290         * gst/oldcore/gstmd5sink.c:
11291         * gst/oldcore/gstmultifilesrc.c:
11292         * gst/oldcore/gstpipefilter.c:
11293         * gst/oldcore/gstshaper.c:
11294         * gst/oldcore/gststatistics.c:
11295         * gst/rtp/gstasteriskh263.c:
11296         * gst/rtp/gstrtpL16depay.c:
11297         * gst/rtp/gstrtpL16pay.c:
11298         * gst/rtp/gstrtpamrdepay.c:
11299         * gst/rtp/gstrtpamrpay.c:
11300         * gst/rtp/gstrtpdepay.c:
11301         * gst/rtp/gstrtpgsmpay.c:
11302         * gst/rtp/gstrtph263pay.c:
11303         * gst/rtp/gstrtph263pdepay.c:
11304         * gst/rtp/gstrtph263ppay.c:
11305         * gst/rtp/gstrtpilbcdepay.c:
11306         * gst/rtp/gstrtpmp4gpay.c:
11307         * gst/rtp/gstrtpmp4vdepay.c:
11308         * gst/rtp/gstrtpmp4vpay.c:
11309         * gst/rtp/gstrtpmpadepay.c:
11310         * gst/rtp/gstrtpmpapay.c:
11311         * gst/rtp/gstrtppcmadepay.c:
11312         * gst/rtp/gstrtppcmapay.c:
11313         * gst/rtp/gstrtppcmudepay.c:
11314         * gst/rtp/gstrtppcmupay.c:
11315         * gst/rtp/gstrtpspeexdepay.c:
11316         * gst/rtp/gstrtpspeexpay.c:
11317         * gst/rtsp/gstrtpdec.c:
11318         * gst/rtsp/gstrtspsrc.c:
11319         * gst/smpte/gstsmpte.c:
11320         * gst/udp/gstdynudpsink.c:
11321         * gst/udp/gstmultiudpsink.c:
11322         * gst/udp/gstudpsink.c:
11323         * gst/udp/gstudpsrc.c:
11324         * gst/videobox/gstvideobox.c:
11325         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11326         * gst/videofilter/gstvideobalance.c:
11327         * gst/videofilter/gstvideoflip.c:
11328         * gst/videofilter/gstvideotemplate.c:
11329         (gst_videotemplate_base_init):
11330         * gst/videomixer/videomixer.c:
11331         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11332         (gst_wavparse_class_init), (gst_wavparse_dispose),
11333         (gst_wavparse_reset), (gst_wavparse_init),
11334         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11335         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11336         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11337         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11338         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11339         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11340         (gst_wavparse_change_state):
11341         * gst/wavparse/gstwavparse.h:
11342         * sys/oss/gstossmixerelement.c:
11343         * sys/oss/gstosssink.c:
11344         * sys/oss/gstosssrc.c:
11345         * sys/osxaudio/gstosxaudioelement.c:
11346         * sys/osxaudio/gstosxaudiosink.c:
11347         * sys/osxaudio/gstosxaudiosrc.c:
11348         * sys/sunaudio/gstsunaudiomixer.c:
11349         * sys/sunaudio/gstsunaudiosink.c:
11350           Define GstElementDetails as const and also static (when defined as
11351           global)
11352
11353 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11354
11355         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11356           Source pad has fixed caps. If we don't set this, bad
11357           things happen when the window is resized.
11358
11359 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         * gst/matroska/Makefile.am:
11362         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11363         (gst_matroska_demux_handle_src_event):
11364         * gst/matroska/matroska-ids.c:
11365         (gst_matroska_track_init_video_context),
11366         (gst_matroska_track_init_audio_context),
11367         (gst_matroska_track_init_subtitle_context),
11368         (gst_matroska_track_init_complex_context):
11369         * gst/matroska/matroska-ids.h:
11370           Handle case where the TrackType ebml chunk does not come before the
11371           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11372           events.
11373
11374 2006-04-25  Wim Taymans  <wim@fluendo.com>
11375
11376         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11377         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11378         It's codec_data, not codec_info.
11379
11380 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11383
11384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11385           Handle codec_data for VfW compatibility codec IDs (#339451)
11386
11387         * gst/matroska/matroska-mux.c:
11388         (gst_matroska_mux_video_pad_setcaps):
11389           Same here, handle codec_data and add additional caps we can handle
11390           now to the pad template (huffyuv, dv and h263 video) (#339451)
11391
11392 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11393
11394         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11395
11396         * gst/matroska/matroska-mux.c:
11397         (gst_matroska_mux_create_buffer_header),
11398         (gst_matroska_mux_write_data):
11399           Fix timestamping of B-frames, use signed integers, do
11400           some rounding (#339678).
11401
11402 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11403
11404         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11405         just make it compile with --disable-gst-debug.
11406
11407 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11408
11409         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11410         Fix a bad conversion using gst_guint64_to_gdouble.
11411         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11412         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11413         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11414     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11415         mistake.
11416
11417 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11418
11419         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11420         Use gst_guint64_to_gdouble for conversions
11421         * win32/vs6/gst_plugins_good.dsw:
11422         * win32/vs6/libgsticydemux.dsp:
11423         Add a project file for icydemux
11424
11425 2006-04-21  Wim Taymans  <wim@fluendo.com>
11426
11427         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11428
11429         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11430         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11431         When splitting audio chunks, the block alignment is not taken in
11432         consideration, so the smaller chunks could be of size which is 
11433         not a multiple of the block alignment. Fixes #336904
11434
11435 2006-04-21  Wim Taymans  <wim@fluendo.com>
11436
11437         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11438         Use scale functions
11439
11440 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11441
11442         * ext/dv/gstdv.c: (plugin_init):
11443           Fix build.
11444
11445 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11446
11447         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11448         (gst_progress_report_class_init), (gst_progress_report_init),
11449         (gst_progress_report_do_query), (gst_progress_report_report),
11450         (gst_progress_report_set_property),
11451         (gst_progress_report_get_property):
11452           Add 'format' property to force querying to a particular format.
11453
11454 2006-04-21  Andy Wingo  <wingo@pobox.com>
11455
11456         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11457         best, on big endian systems. Drop its rank in that case. OTOH on
11458         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11459
11460 2006-04-21  Michael Smith  <msmith@fluendo.com>
11461
11462         * configure.ac:
11463         * gst/icydemux/Makefile.am:
11464         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11465         (gst_icydemux_base_init), (gst_icydemux_class_init),
11466         (gst_icydemux_reset), (gst_icydemux_init),
11467         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11468         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11469         (unicodify), (gst_icydemux_unicodify),
11470         (gst_icydemux_parse_and_send_tags),
11471         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11472         (gst_icydemux_chain), (gst_icydemux_change_state),
11473         (gst_icydemux_send_tag_event), (plugin_init):
11474         * gst/icydemux/gsticydemux.h:
11475         * tests/check/Makefile.am:
11476         * tests/check/elements/icydemux.c: (typefind_succeed),
11477         (plugin_init), (icydemux_found_pad), (create_icydemux),
11478         (cleanup_icydemux), (push_data), (GST_START_TEST),
11479         (icydemux_suite), (main):
11480           Add icydemux, and tests.
11481
11482 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11485           Post SEGMENT_DONE message in TIME format.
11486
11487 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11488
11489         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11490
11491         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11492         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11493           Fix index creation when we have to scan the file to create
11494           an index. There may be other types of RIFF 'LIST' chunks than
11495           'movi' and we need to skip them properly as well or we'll end up
11496           reading garbage (#336889). Some other cosmetic changes.
11497           
11498 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11499
11500         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11501         (gst_flac_dec_handle_seek_event):
11502           Add support for segment seeks (fixes #338290). Also demote
11503           some recurring debug message from DEBUG to LOG level.
11504
11505 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11506
11507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11508         (gst_matroskademux_do_index_seek),
11509         (gst_matroska_demux_handle_seek_event),
11510         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11511         * gst/matroska/matroska-ids.h:
11512           Set DISCONT flag on first buffer after a discontinuity.
11513           Fix newsegment events sent when seeking and honour KEY_UNIT
11514           seek flag. Create pad with bogus caps if we don't recognise
11515           the stream codec id.
11516
11517         * gst/matroska/matroska-demux.h:
11518           Fix GObject macros.
11519
11520 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11521
11522         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11523
11524         * gst/matroska/matroska-demux.c:
11525         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11526           Handle end of segment properly when set; don't dead-lock when
11527           posting start of segment message when doing a segment seek.
11528           Fixes #338810.
11529
11530 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11533         (gst_matroska_demux_plugin_init):
11534           Make mpeg2 aac audio work: create artificial private codec data
11535           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11536           Also call gst_riff_init(). Partially fixes #338767.
11537
11538 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11539
11540         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11541         (gst_wavenc_class_init), (gst_wavenc_init),
11542         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11543         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11544         (gst_wavenc_chain), (gst_wavenc_change_state):
11545         * gst/wavenc/gstwavenc.h:
11546           Set caps on first outgoing buffer, so that it doesn't error out
11547           immediately with a non-negotiated error (#338716). Rewrite and
11548           clean up a bit; fix setcaps function to parse things properly;
11549           fix sink caps (8bit audio is unsigned and doesn't have depth);
11550           use boilerplate macros; remove unused properties stuff.
11551
11552 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11553
11554         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11555           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11556           handle MJPEG streams and might be autoplugged for those if the
11557           user doesn't have jpegdec installed (resulting in a cryptic error
11558           message about huffman tables). Better to disable JPEG decoding here
11559           and let the user figure out that she needs to install jpegdec.
11560
11561 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11564         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11565         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11566         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11567           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11568           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11569           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11570           debug messages. Fix boilerplate macros.
11571
11572 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11573
11574         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11575         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11576           No need to special-case for Gdk-2.0 any longer, we require
11577           Gdk 2.2 or newer; minor clean-ups.
11578
11579 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11580
11581         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11582         (gst_shout2send_class_init), (gst_shout2send_init),
11583         (set_shout_metadata), (gst_shout2send_set_metadata),
11584         (gst_shout2send_event), (gst_shout2send_start),
11585         (gst_shout2send_connect), (gst_shout2send_stop),
11586         (gst_shout2send_render), (gst_shout2send_set_property),
11587         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11588         (plugin_init):
11589         * ext/shout2/gstshout2.h:
11590         * po/POTFILES.in:
11591           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11592           change function; use GST_ELEMENT_ERROR for error reporting, not
11593           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11594           will cause crashes or assertion failures; remove (unused) "sync"
11595           property, basesink already has such a property; misc. other
11596           minor fixes and cleanups.
11597
11598 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11599
11600         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11601         * ext/esd/gstesd.c: (plugin_init):
11602         * po/POTFILES.in:
11603           Add translatable error message for when we cannot
11604           connect to the sound server, as "Cannot open resource
11605           for writing" isn't really an acceptable message to show
11606           to the user in this case.
11607
11608 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         * sys/oss/gst-i18n-plugin.h:
11611           Remove bogus file that doesn't belong here.
11612
11613 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11614
11615         Patch by: Philippe Valembois
11616
11617         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11618         (gst_shout2send_set_metadata), (gst_shout2send_event),
11619         (gst_shout2send_render), (gst_shout2send_change_state):
11620         * ext/shout2/gstshout2.h:
11621           Handle tags being received before the connection to
11622           the server is established properly (see #338636).
11623
11624 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11625
11626         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11627           Don't crash in case the connection to the server fails:
11628           don't set pointer to NULL by assigning FALSE; error out
11629           properly by using GST_ELEMENT_ERROR and returning
11630           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11631           before resetting the pointer.
11632
11633 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11634
11635         * gst/id3demux/id3tags.c:
11636         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11637         (Fixes #338713)
11638
11639 2006-04-12  Wim Taymans  <wim@fluendo.com>
11640
11641         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11642         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11643         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11644         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11645         (gst_gdk_pixbuf_chain):
11646         Some cleanups.
11647         Added RGBA as a possible output format.
11648         Correctly free the supported mimetypes.
11649         deprecate silent arg, it's not used.
11650         Return result from _alloc_buffer to peer.
11651
11652 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11655           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11656           overwriting GST_BUFFER_MALLOCDATA.
11657
11658 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11659
11660         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11661         (user_endrow_callback), (user_end_callback),
11662         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11663         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11664         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11665         * ext/libpng/gstpngdec.h:
11666           Handle more than one frame if the content is framed,
11667           like with png-in-quicktime (#331917).
11668
11669 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11670
11671         * sys/oss/Makefile.am:
11672         * sys/oss/common.h:
11673         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11674         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11675         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11676         (gst_oss_src_unprepare):
11677           - the user-visible error strings were in the wrong category
11678           - and the messages were not marked for translation
11679           - which is actually a good thing, because they were exactly
11680             the kind of message you would never want anyone to see
11681           - the macros were using variables that didn't exist in the macro
11682             arguments
11683           - and they were obviously copied from each other and then modified
11684           - so a common header makes sense
11685
11686 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11689           Don't try to modify read-only data.
11690
11691         * gst/matroska/matroska-demux.c:
11692         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11693           Fix comment (won't crash any longer now).
11694
11695 2006-04-10  Michael Smith  <msmith@fluendo.com>
11696
11697         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11698           Use copies of header buffers for caps to avoid circular refcounting
11699           problems (as in theoradec, vorbisdec).
11700
11701         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11702           Fix a typo in test that meant it was testing the wrong thing.
11703
11704         * tests/check/elements/cmmlenc.c: (check_headers):
11705           Fix refcount checks now that we use buffer-copies for caps.
11706
11707 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11708
11709         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11710         (gst_matroska_demux_handle_seek_event),
11711         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11712         (gst_matroska_demux_subtitle_caps),
11713         (gst_matroska_demux_plugin_init):
11714           Use static pad templates with ANY caps for audio and video
11715           source pads and get rid of a lot of unnecessary (and partially
11716           broken) code for the template caps. Clean up caps finding
11717           functions. Fixes playback of audio files/streams that do not
11718           contain the sample rate and/or number of channels in the audio
11719           context (happens a lot with vorbis/mp3 .mka files it seems).
11720           Fixes #337183.
11721           Also add myself to copyright holders.
11722
11723 2006-04-10  Michael Smith  <msmith@fluendo.com>
11724
11725         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11726           Use g_list_delete_link () instead of g_list_remove_link () so that
11727           we free the link as well as the contained data.
11728
11729 2006-04-10  Wim Taymans  <wim@fluendo.com>
11730
11731         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11732
11733         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11734         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11735         (gst_avi_demux_stream_header):
11736         Fix some crashers with empty chunks. (Fixes #337749)
11737
11738 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11739
11740         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11741           use G_GINT64_CONSTANT for INT64 constants
11742         * gst/videofilter/gstvideobalance.c:
11743           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11744         * win32/vs6/libgstavi.dsp:
11745          add missing libraries for the link and remove avimux.c from
11746          the project as it isn't ported to 0.10 yet
11747         
11748 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11749
11750         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11751           Even better would be if we actually did the right thing
11752           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11753
11754 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11757           Can't just replace 1LL with 1L here just because MSVC doesn't
11758           support it, as it might lead to incorrect results when doing the
11759           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11760           force a 64-bit constant in a way that all compilers are happy with.
11761
11762 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11763
11764         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11765         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11766         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11767         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11768         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11769         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11770         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11771         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11772         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11773         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11774         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11775         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11776         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11777         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11778         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11779         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11780         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11781         * gst/debug/efence.c: (gst_efence_class_init):
11782         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11783         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11784         * gst/goom/gstgoom.c: (gst_goom_class_init):
11785         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11786         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11787         * gst/interleave/interleave.c: (interleave_class_init):
11788         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11789         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11790         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11791         * gst/median/gstmedian.c: (gst_median_class_init):
11792         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11793         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11794         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11795         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11796         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11797         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11798         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11799         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11800         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11801         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11802         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11803         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11804         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11805         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11806         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11807         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11808         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11809         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11810         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11811         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11812         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11813         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11814         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11815         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11816         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11818         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11819         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11820         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11821         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11822         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11823         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11824         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11825         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11826         * sys/osxaudio/gstosxaudioelement.c:
11827         (gst_osxaudioelement_class_init):
11828         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11829         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11830         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11831         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11832
11833 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11834
11835         * ext/mikmod/gstmikmod.h:
11836         * gst/level/gstlevel.h:
11837         Fix more broken GObject macros
11838
11839 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11840
11841         * ext/annodex/gstcmmldec.h:
11842         * ext/annodex/gstcmmlenc.h:
11843         * ext/annodex/gstcmmltag.h:
11844         * ext/cairo/gsttextoverlay.h:
11845         * ext/ladspa/gstsignalprocessor.h:
11846         * gst/matroska/ebml-read.h:
11847         * gst/matroska/ebml-write.h:
11848         * sys/osxaudio/gstosxaudioelement.h:
11849         Fix broken GObject macros
11850
11851 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11852
11853         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11854           Don't try to seek beyond the end of the file (would
11855           occasionally display error dialogs in totem when seeking
11856           to the end) (#335869). Will still throw an error though
11857           if the file is truncated and the total_samples value in
11858           the stream header is wrong.
11859
11860 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11861
11862         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11863         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11864         (gst_flac_dec_metadata_callback):
11865         * ext/flac/gstflacdec.h:
11866           If the stream header doesn't contain the total number of samples,
11867           search for the last flac frame at the end of the file and calculate
11868           the total duration from that frame's offset (fixes #337609).
11869
11870 2006-04-07  Edward Hervey  <edward@fluendo.com>
11871
11872         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11873         Don't unref the GstPadTemplate returned by
11874         gst_element_class_get_pad_template().
11875
11876 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11877
11878         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11879
11880         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11881         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11882         * sys/sunaudio/gstsunaudiosink.h:
11883           Use spec->segsize and spec->segtotal in the prepare function
11884           to initialise the ring buffer instead of using the buffer-time
11885           property (#337421).
11886
11887 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11888
11889         * configure.ac:
11890           Bump core requirements to CVS for gst_pad_query_peer_duration()
11891           which is used by speexdec.
11892
11893 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11894
11895         * ext/speex/gstspeex.c: (plugin_init):
11896         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11897         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11898         (speex_get_sink_query_types), (speex_dec_sink_query),
11899         (speex_get_src_query_types), (speex_dec_src_query),
11900         (speex_dec_src_event), (speex_dec_sink_event),
11901         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11902         (speex_dec_chain_parse_data), (speex_dec_chain),
11903         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11904         (speex_dec_change_state):
11905         * ext/speex/gstspeexdec.h:
11906           Fix seeking and duration queries (#337033); clean up and
11907           refactor a bit.
11908
11909 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11910
11911         * ext/raw1394/gstdv1394src.c:
11912           distinguish between device not found and could not open for
11913           reading
11914
11915 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11916
11917         * Makefile.am:
11918         * configure.ac:
11919         * pkgconfig/.cvsignore:
11920         * pkgconfig/Makefile.am:
11921         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11922           add a .pc file so other modules can use good plugins in tests
11923
11924 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11925
11926         * configure.ac:
11927           clean up, use AS_VERSION and AS_NANO
11928         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11929           use PACKAGE_VERSION define
11930         * po/af.po:
11931         * po/az.po:
11932         * po/cs.po:
11933         * po/en_GB.po:
11934         * po/hu.po:
11935         * po/it.po:
11936         * po/nb.po:
11937         * po/nl.po:
11938         * po/or.po:
11939         * po/sq.po:
11940         * po/sr.po:
11941         * po/sv.po:
11942         * po/uk.po:
11943         * po/vi.po:
11944           updated
11945
11946 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11947
11948         * ext\jpeg\smokecodec.c:
11949           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11950         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11951           move first instruction after all variables declarations
11952         * gst\alpha\gstalpha.c:
11953         * gst\effectv\gstshagadelic.c:
11954         * gst\smpte\paint.c:
11955         * gst\videofilter\gstvideobalance.c:
11956           define M_PI if it's not defined (it's not defined on WIN32)
11957         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11958         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11959         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11960         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11961         (gst_matroska_demux_video_caps):
11962         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11963         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11964           use gst_guint64_to_gdouble for conversions
11965         * gst\goom\filters.c: (setPixelRGB_):
11966           fix a debug which was using undefined variable
11967         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11968         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11969           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11970         * win32/vs6:
11971           add vs6 projects files for most of plugins-good
11972         
11973 2006-03-30  j^  <j@bootlab.org>
11974
11975         * ext/aalib/gstaasink.c:
11976         * ext/annodex/gstcmmldec.c:
11977         * ext/annodex/gstcmmlenc.c:
11978         * ext/cairo/gsttextoverlay.c:
11979         * ext/cairo/gsttimeoverlay.c:
11980         * ext/cdio/gstcdiocddasrc.c:
11981         * ext/dv/gstdvdec.c:
11982         * ext/esd/esdmon.c:
11983         * ext/esd/esdsink.c:
11984         * ext/flac/gstflacdec.c:
11985         * ext/flac/gstflacenc.c:
11986         * ext/flac/gstflactag.c:
11987         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11988         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11989         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11990         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11991         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11992         * ext/gdk_pixbuf/pixbufscale.c:
11993         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11994         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11995         * ext/jpeg/gstjpegdec.c:
11996         * ext/jpeg/gstjpegenc.c:
11997         * ext/jpeg/gstsmokedec.c:
11998         * ext/jpeg/gstsmokeenc.c:
11999         * ext/libcaca/gstcacasink.c:
12000         * ext/libmng/gstmngdec.c:
12001         * ext/libmng/gstmngenc.c:
12002         * ext/libpng/gstpngdec.c:
12003         * ext/libpng/gstpngenc.c:
12004         * ext/mikmod/gstmikmod.c:
12005         * ext/raw1394/gstdv1394src.c:
12006         * ext/shout2/gstshout2.c:
12007         * ext/speex/gstspeexdec.c:
12008         * ext/speex/gstspeexenc.c:
12009         * gst/alpha/gstalpha.c:
12010         * gst/alpha/gstalphacolor.c:
12011         * gst/auparse/gstauparse.c:
12012         * gst/autodetect/gstautoaudiosink.c:
12013         (gst_auto_audio_sink_base_init):
12014         * gst/autodetect/gstautovideosink.c:
12015         (gst_auto_video_sink_base_init):
12016         * gst/avi/gstavimux.c: (gst_avimux_base_init):
12017         * gst/cutter/gstcutter.c:
12018         * gst/debug/breakmydata.c:
12019         * gst/debug/efence.c:
12020         * gst/debug/gstnavigationtest.c:
12021         * gst/debug/negotiation.c:
12022         * gst/debug/progressreport.c:
12023         * gst/debug/testplugin.c:
12024         * gst/effectv/gstaging.c:
12025         * gst/effectv/gstdice.c:
12026         * gst/effectv/gstedge.c:
12027         * gst/effectv/gstquark.c:
12028         * gst/effectv/gstrev.c:
12029         * gst/effectv/gstvertigo.c:
12030         * gst/effectv/gstwarp.c:
12031         * gst/flx/gstflxdec.c:
12032         * gst/goom/gstgoom.c:
12033         * gst/interleave/deinterleave.c:
12034         * gst/interleave/interleave.c:
12035         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
12036         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
12037         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
12038         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
12039         * gst/level/gstlevel.c:
12040         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
12041         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
12042         * gst/median/gstmedian.c:
12043         * gst/monoscope/gstmonoscope.c:
12044         * gst/multipart/multipartdemux.c:
12045         * gst/multipart/multipartmux.c:
12046         * gst/oldcore/gstmd5sink.c:
12047         * gst/oldcore/gstmultifilesrc.c:
12048         * gst/oldcore/gstpipefilter.c:
12049         * gst/oldcore/gstshaper.c:
12050         * gst/oldcore/gststatistics.c:
12051         * gst/rtp/gstasteriskh263.c:
12052         * gst/rtp/gstrtpL16depay.c:
12053         * gst/rtp/gstrtpL16pay.c:
12054         * gst/rtp/gstrtpamrdepay.c:
12055         * gst/rtp/gstrtpamrpay.c:
12056         * gst/rtp/gstrtpdepay.c:
12057         * gst/rtp/gstrtpgsmpay.c:
12058         * gst/rtp/gstrtph263pay.c:
12059         * gst/rtp/gstrtph263pdepay.c:
12060         * gst/rtp/gstrtph263ppay.c:
12061         * gst/rtp/gstrtpmp4gpay.c:
12062         * gst/rtp/gstrtpmp4vdepay.c:
12063         * gst/rtp/gstrtpmp4vpay.c:
12064         * gst/rtp/gstrtpmpadepay.c:
12065         * gst/rtp/gstrtpmpapay.c:
12066         * gst/rtp/gstrtppcmadepay.c:
12067         * gst/rtp/gstrtppcmapay.c:
12068         * gst/rtp/gstrtppcmudepay.c:
12069         * gst/rtp/gstrtppcmupay.c:
12070         * gst/rtp/gstrtpspeexdepay.c:
12071         * gst/rtp/gstrtpspeexpay.c:
12072         * gst/rtsp/gstrtpdec.c:
12073         * gst/smpte/gstsmpte.c:
12074         * gst/videobox/gstvideobox.c:
12075         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12076         * gst/videofilter/gstvideobalance.c:
12077         * gst/videofilter/gstvideoflip.c:
12078         * gst/videofilter/gstvideotemplate.c:
12079         (gst_videotemplate_base_init):
12080         * gst/videomixer/videomixer.c:
12081         * gst/wavenc/gstwavenc.c:
12082         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12083          better/unified long descriptions
12084          Fixed #336602
12085          Some cleanups to auparse, don't send multiple newsegments.
12086
12087 2006-03-29  Wim Taymans  <wim@fluendo.com>
12088
12089         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12090
12091         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12092         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12093         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12094         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12095         * ext/dv/gstdvdemux.h:
12096         Seek in READY patch. Only works for pull based mode.
12097         Fixes #323880
12098
12099 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12100
12101         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12102         (gst_gdk_pixbuf_event):
12103           Fix two crashers: don't unref the same caps twice, and
12104           set pixbuf loader to NULL after freeing it.
12105
12106 2006-03-27  Wim Taymans  <wim@fluendo.com>
12107
12108         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12109         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12110         (gst_speexenc_chain):
12111         * ext/speex/gstspeexenc.h:
12112         Don't leak adapter.
12113         A push *always* takes ownership of the buffer, even on
12114         errors.
12115         Small cleanups.
12116
12117 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12118
12119         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12120           Create source pad without leaking.
12121
12122 2006-03-24  Wim Taymans  <wim@fluendo.com>
12123
12124         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12125         * ext/flac/gstflacdec.h:
12126         * ext/flac/gstflacenc.h:
12127         Spifify a bit.
12128         Fix deadly lock order error in seeking code, STREAM_LOCK
12129         cannot be taken within LOCK and the streaming variables are
12130         protected with the STREAM_LOCK anyway.
12131
12132 2006-03-24  Wim Taymans  <wim@fluendo.com>
12133
12134         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12135         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12136         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12137         this patch combines the global init_frames with the stream
12138         init_frames. Rationale being that the global delay should 
12139         be subtracted from any stream delay.
12140         Fixes #335858.
12141
12142 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12143
12144         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12145         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12146         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12147         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12148         use DEBUG_FUNCPTR for collectpads
12149
12150 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12151
12152         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12153           Don't crash when encoding images where the number of rows isn't
12154           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12155
12156 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12157
12158         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12159         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12160         * gst/interleave/interleave.c: (interleave_change_state):
12161         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12162           More state change function fixes.
12163
12164 2006-03-23  Wim Taymans  <wim@fluendo.com>
12165
12166         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12167         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12168         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12169         (gst_esdsink_delay), (gst_esdsink_reset):
12170         * ext/esd/esdsink.h:
12171         Fix esd choppy playback by configuring audiosink
12172         correctly. Fixes #325191
12173
12174 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12175
12176         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12177           Make state change function thread-safe.
12178
12179 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12182         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12183           Don't try to read beyond the end of the file just because
12184           the header claims a bigger size (like with truncated files).
12185
12186 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12187
12188         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12189         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12190         (gst_wavparse_stream_data), (gst_wavparse_loop):
12191         * gst/wavparse/gstwavparse.h:
12192           Delay source pad creation until we have the first chunk of
12193           media data, so the we can examine the data and adjust the
12194           caps accordingly if required. This makes playback of .wav
12195           files with DTS-declared-as-PCM content work (#313266).
12196
12197 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12198
12199         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12200         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12201         Don't attempt typefinding on too-short buffers that have been
12202         completely trimmed away. (Fixes #330239)
12203
12204         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12205         Improve the debug output
12206
12207 2006-03-21  Wim Taymans  <wim@fluendo.com>
12208
12209         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12210         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12211         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12212         (gst_esdsink_set_property), (gst_esdsink_get_property):
12213         Some cleanups.
12214         Reset fd to -1 when we close them.
12215
12216 2006-03-21  Wim Taymans  <wim@fluendo.com>
12217
12218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12219         the OPTIONS request result is optional so don't
12220         fail on it.
12221
12222 2006-03-21  Edward Hervey  <edward@fluendo.com>
12223
12224         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12225         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12226         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12227         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12228         (gst_wavparse_change_state):
12229         gcc 4.1 unreferenced pointer fixes.
12230
12231 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12234
12235         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12236           Fix block alignment calculation. Alignment should be done before
12237           adding the byte offset where the data starts (#335231).
12238
12239 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12240
12241         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12242           Ensure that we set correct caps on buffers that are transferred
12243           direct from the input.
12244
12245 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12246
12247         * gst/goom/filters.c: (zoomFilterDestroy):
12248         * gst/goom/goom_core.c: (goom_close):
12249           Free filter data when cleaning up. (Fixes: #334995)
12250
12251 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         * configure.ac:
12254           Don't compile udp and rtsp plugins on win32 (mingw) or other
12255           systems that don't have <sys/socket.h> for some reason (#316203).
12256
12257 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12258
12259         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12260         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12261         * ext/raw1394/gstdv1394src.h:
12262           Change bus reset handler so it reports useful information such as
12263           whether the device being used connected or disconnected
12264
12265 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * gst/id3demux/id3v2frames.c:
12268         (parse_relative_volume_adjustment_two):
12269           We only care about gain and peak data for the master volume.
12270
12271 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12272
12273         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12274         (parse_id_string), (parse_unique_file_identifier),
12275         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12276           Read replay gain tags (#323721).
12277
12278 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * configure.ac:
12281           Bump requirements to gst-plugins-base CVS because
12282           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12283
12284 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12285
12286         * rtp/gst/gstrtppcmadepay.c:
12287         Fixed one of the caps in the code from mulaw to alaw.
12288
12289 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12290
12291         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12292           Ensure that we set caps on the buffers we pass.
12293
12294         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12295         (gst_id3demux_sink_activate):
12296           Ensure that we set caps on the buffers we pass.
12297
12298           Use STREAM, TYPE_NOT_FOUND as the error class when
12299           typefinding fails.
12300
12301 2006-03-15  Edward Hervey  <edward@fluendo.com>
12302
12303         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12304         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12305         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12306         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12307         (gst_jpeg_dec_setcaps):
12308         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12309         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12310         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12311         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12312         (gst_mngdec_src_getcaps):
12313         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12314         (gst_pngdec_caps_create_and_set):
12315         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12316         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12317         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12318         * gst/alpha/gstalpha.c: (gst_alpha_init):
12319         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12320         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12321         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12322         * gst/cutter/gstcutter.c: (gst_cutter_init):
12323         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12324         (gst_efence_checkgetrange):
12325         * gst/debug/negotiation.c: (gst_negotiation_init):
12326         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12327         * gst/goom/gstgoom.c: (gst_goom_init):
12328         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12329         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12330         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12331         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12332         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12333         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12334         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12335         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12336         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12337         (gst_wavparse_create_sourcepad):
12338         Fix memleak with gst_static_pad_template_get().
12339         This uses gst_pad_new_from_static_template() instead.
12340         Fixes #333512
12341
12342 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12343
12344         * configure.ac:
12345           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12346           used by id3demux.
12347
12348         * gst/id3demux/gstid3demux.c: (plugin_init):
12349         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12350         (parse_user_text_identification_frame),
12351         (parse_unique_file_identifier):
12352           Add support for UFID and TXXX frames and extract musicbrainz tags.
12353
12354 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12355
12356         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12357           Catch short reads, like they might happen with truncated
12358           files (see #305279); remove unnecessary indentation.
12359
12360 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12361
12362         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12363           Fix DIB image inversion for pictures with a
12364           depth != 8 (#305279).
12365
12366 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12367
12368         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12369         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12370         * ext/jpeg/gstjpegdec.h:
12371           Fix durations on outgoing buffers after seeking
12372           in MJPEG files (#334083); some minor clean-ups.
12373
12374 2006-03-13  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12377         (gst_wavparse_change_state):
12378         Implement seek in READY (re-fixes #327658)
12379
12380 2006-03-13  Wim Taymans  <wim@fluendo.com>
12381
12382         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12383         * ext/esd/esdmon.c: (gst_esdmon_get):
12384         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12385         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12386         (gst_gdk_pixbuf_sink_getcaps):
12387         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12388         (gst_jpegenc_setcaps):
12389         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12390         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12391         (gst_smokeenc_setcaps):
12392         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12393         (gst_mngdec_src_getcaps):
12394         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12395         (gst_mngenc_chain):
12396         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12397         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12398         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12399         (speex_dec_src_event), (speex_dec_chain):
12400         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12401         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12402         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12403         (gst_negotiation_pad_link), (gst_negotiation_chain):
12404         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12405         (gst_flxdec_chain):
12406         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12407         (deinterleave_chain):
12408         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12409         * gst/median/gstmedian.c: (gst_median_link):
12410         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12411         (gst_monoscope_chain):
12412         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12413         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12414         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12415         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12416         close #333784 unref the result of gst_pad_get_parent()
12417         by: Christophe Fergeau.
12418
12419 2006-03-09  Wim Taymans  <wim@fluendo.com>
12420
12421         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12422         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12423         Handle events in push mode better, can now do non-flushing
12424         seeks in push mode as well.
12425
12426 2006-03-07  Wim Taymans  <wim@fluendo.com>
12427
12428         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12429         Applied patch from Kai Vehmanen, fixes #333624.
12430
12431 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12432
12433         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12434         Implement paletted and grayscale png files handling.
12435         (#150363).
12436
12437 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12438
12439         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12440         (gst_speexenc_chain):
12441           fix a tag list assert
12442           follow gst-plugins-base/ext/ogg/README; set OFFSET
12443           and OFFSET_END.  Muxes correctly with gst-plugins-base
12444           > 0.9.3
12445
12446 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12447
12448         * gst/id3demux/Makefile.am:
12449         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12450         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12451           Use new typefind helper functions here as well, and
12452           do typefinding in pull-mode if upstream supports that.
12453
12454 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12455
12456         * sys/sunaudio/gstsunaudiomixerctrl.c:
12457         (gst_sunaudiomixer_ctrl_get_volume),
12458         (gst_sunaudiomixer_ctrl_set_volume):
12459         * sys/sunaudio/gstsunaudiomixertrack.c:
12460         (gst_sunaudiomixer_track_new):
12461           Remove unused variables, breaks build from CVS
12462           with -Werror (#333392, patch by: Benjamin Pineau)
12463
12464 2006-03-03  Wim Taymans  <wim@fluendo.com>
12465
12466         * docs/plugins/Makefile.am:
12467         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12469         Added wavparse docs.
12470
12471         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12472         (gst_wavparse_reset), (gst_wavparse_init),
12473         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12474         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12475         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12476         (gst_wavparse_stream_data), (gst_wavparse_loop),
12477         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12478         (gst_wavparse_change_state):
12479         * gst/wavparse/gstwavparse.h:
12480         Implement seek in READY (fixes #327658)
12481         Added docs and did some cleanups.
12482
12483 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12484
12485         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12486         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12487         (gst_avi_demux_calculate_durations_from_index),
12488         (gst_avi_demux_stream_header):
12489         * gst/avi/gstavidemux.h:
12490           If we have an index, use a duration based on the index instead
12491           of blindly trusting the information in the stream headers
12492           (fixes #331817).
12493
12494 2006-03-03  Wim Taymans  <wim@fluendo.com>
12495
12496         * docs/plugins/Makefile.am:
12497         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12498         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12499         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12500         Added smoke and jpeg to the docs.
12501
12502         * ext/jpeg/Makefile.am:
12503         * ext/jpeg/gstjpeg.c: (plugin_init):
12504         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12505         * ext/jpeg/gstjpegenc.h:
12506         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12507         (gst_smokedec_chain):
12508         * ext/jpeg/gstsmokedec.h:
12509         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12510         * ext/jpeg/gstsmokeenc.h:
12511         * ext/jpeg/smokecodec.h:
12512         Port smokedec (fixes #331905).
12513         Added some docs.
12514         Some cleanups.
12515
12516 2006-03-03  Wim Taymans  <wim@fluendo.com>
12517
12518         * docs/plugins/Makefile.am:
12519         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12521         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12522         Added videobalance and videoflip to the docs.
12523
12524         * gst/videofilter/Makefile.am:
12525         * gst/videofilter/gstvideobalance.c:
12526         (gst_video_balance_update_tables_planar411),
12527         (gst_video_balance_is_passthrough),
12528         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12529         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12530         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12531         (gst_video_balance_finalize), (gst_video_balance_class_init),
12532         (gst_video_balance_init), (gst_video_balance_interface_supported),
12533         (gst_video_balance_interface_init),
12534         (gst_video_balance_colorbalance_list_channels),
12535         (gst_video_balance_colorbalance_set_value),
12536         (gst_video_balance_colorbalance_get_value),
12537         (gst_video_balance_colorbalance_init),
12538         (gst_video_balance_set_property), (gst_video_balance_get_property),
12539         (gst_video_balance_get_type), (plugin_init):
12540         * gst/videofilter/gstvideobalance.h:
12541         Ported to 0.10. (Fixes #326160)
12542         Added docs.
12543
12544         * gst/videofilter/gstvideoflip.c:
12545         * gst/videofilter/gstvideoflip.h:
12546         Added docs.
12547
12548 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * configure.ac:
12551           Bump requirements to current core and -base CVS
12552           (core for new typefind helper API, and -base for the
12553           WAVFORMATEX support that was added to libgstriff and
12554           is needed by wavparse).
12555         
12556         * gst/apetag/Makefile.am:
12557         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12558         (gst_tag_demux_sink_activate):
12559           Use new typefind helpers for typefinding instead of our
12560           home-grown stuff; also, do typefinding in pull-mode if
12561           upstream supports that.
12562
12563 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12564
12565         Reviewed by: Christian Schaller <christian@fluendo.com>
12566
12567         This patch fixes bug: 329107
12568
12569         This Changelog entry is for a commit done on February 17
12570
12571         * ext/gconf/gconf.c
12572         * ext/gconf/gconf.h
12573         * ext/gconf/gstgconfaudiosink.c
12574         * ext/gconf/gstgconfaudiosink.h
12575         * gconf/gstreamer.schemas.in
12576
12577 2006-02-28  Wim Taymans  <wim@fluendo.com>
12578
12579         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12580         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12581         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12582         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12583         Use DEBUG_OBJECT more.
12584
12585 2006-02-28  Wim Taymans  <wim@fluendo.com>
12586
12587         * docs/plugins/Makefile.am:
12588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12590         Added dvdec and dvdemux to docs.
12591
12592         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12593         Added docs.
12594         Check frame sizes so we don't crash when don't have enough
12595         data.
12596         Send nice error messages on error.
12597
12598         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12599         (gst_dvdemux_class_init), (gst_dvdemux_init),
12600         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12601         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12602         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12603         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12604         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12605         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12606         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12607         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12608         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12609         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12610         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12611         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12612         * ext/dv/gstdvdemux.h:
12613         Added docs.
12614         Implement pull mode.
12615         Fix memleaks.
12616         Reduce memcpy for the video demuxing.
12617
12618 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12619
12620         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12621         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12622         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12623         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12624           Add a little extra debug. Make the decoder not return NOT_LINKED,
12625           as we want to continue decoding all CMML and emitting tags.
12626
12627 2006-02-27  Michael Smith  <msmith@fluendo.com>
12628
12629         * ext/annodex/gstskeltag.c:
12630         * ext/annodex/gstskeltag.h:
12631           Deleted; these files aren't used any more either.
12632
12633 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12634
12635         * ext/Makefile.am: Fix dist-check.
12636
12637 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12638
12639         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12640         memleak.
12641
12642 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12643
12644         * ext/annodex/Makefile.am:
12645         * ext/annodex/gstannodex.c:
12646         * ext/annodex/gstcmmldec.c:
12647         * ext/annodex/gstcmmlenc.c:
12648         * ext/annodex/gstcmmlparser.c:
12649         * ext/annodex/gstcmmlparser.h:
12650         * ext/annodex/gstcmmlutils.c:
12651         * tests/check/elements/cmmldec.c:
12652         * tests/check/elements/cmmlenc.c:
12653           Fix a memleak in gst_cmml_track_list_add_clip.
12654           Handle overflows in clip's start and end times.
12655           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12656           Do not parse junk at the end of a CMML preamble buffer.
12657           Register a libxml error handler to not print stuff on stderr.
12658           Check for bad clip start and end times in the testsuites.
12659
12660 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12661
12662         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12663         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12664         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12665         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12666         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12667         possible memleaks.
12668
12669 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12670
12671         * tests/check/Makefile.am:
12672         * tests/check/elements/cmmldec.c:
12673         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12674         the plugins-base tags.
12675
12676 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12677
12678         * ext/Makefile.am: Re-enable module.
12679
12680 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12681
12682         * tests/check/Makefile.am: Forgot to remove that test.
12683
12684 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12685
12686         * ext/annodex/Makefile.am:
12687         * ext/annodex/gstannodex.c: (plugin_init):
12688         * ext/annodex/gstcmmldec.c:
12689         * ext/annodex/gstskeldec.c:
12690         * ext/annodex/gstskeldec.h:
12691         * tests/check/Makefile.am:
12692         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12693
12694 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12695
12696         * tests/check/Makefile.am: Disable those checks as well.
12697
12698 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12699
12700         * ext/Makefile.am: Disable annodex for now until we figure out
12701         how to make it build.
12702         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12703         Add a rule to your checklist : "please try to at least build 
12704         what you are going to commit into -good, or if you are too lazy
12705         to do that, please check that the buildbots are not crying because
12706         of your commit."
12707
12708 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12709
12710         * configure.ac:
12711         * ext/Makefile.am:
12712         * ext/gdk_pixbuf/Makefile.am:
12713         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12714         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12715         * ext/gdk_pixbuf/pixbufscale.c:
12716         * ext/gdk_pixbuf/pixbufscale.h:
12717           Gdkpixbuf ported from 0.8 to 0.10 by
12718           Renato Filho <renato.filho@indt.org.br>.
12719           gst_loader and gdkpixbufanimation still need port.
12720
12721 2006-02-24  Michael Smith  <msmith@fluendo.com>
12722
12723         * configure.ac:
12724         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12725         * ext/Makefile.am:
12726         * ext/annodex/Makefile.am:
12727         * ext/annodex/gstannodex.c:
12728         * ext/annodex/gstannodex.h:
12729         * ext/annodex/gstcmmldec.c:
12730         * ext/annodex/gstcmmldec.h:
12731         * ext/annodex/gstcmmlenc.c:
12732         * ext/annodex/gstcmmlenc.h:
12733         * ext/annodex/gstcmmlparser.c:
12734         * ext/annodex/gstcmmlparser.h:
12735         * ext/annodex/gstcmmltag.c:
12736         * ext/annodex/gstcmmltag.h:
12737         * ext/annodex/gstcmmlutils.c:
12738         * ext/annodex/gstcmmlutils.h:
12739         * ext/annodex/gstskeldec.c:
12740         * ext/annodex/gstskeldec.h:
12741         * ext/annodex/gstskeltag.c:
12742         * ext/annodex/gstskeltag.h:
12743         * tests/check/Makefile.am:
12744         * tests/check/elements/cmmldec.c:
12745         * tests/check/elements/cmmlenc.c:
12746         * tests/check/elements/skeldec.c:
12747           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12748           Includes tests & docs, oh my! Passes Thomas's -good checklist
12749           entirely. Wow.
12750
12751 2006-02-24  Michael Smith  <msmith@fluendo.com>
12752
12753         * autogen.sh:
12754           Check for automake 1.9 as well.
12755
12756 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12757
12758         * ext/flac/gstflacenc.c:
12759           Change min. sample rate to 8kHz to match flacdec's.
12760           
12761 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12762
12763         * ext/cdio/Makefile.am:
12764           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12765           required for Cygwin, see #317048)
12766
12767         * gst/rtp/gstasteriskh263.c:
12768           Cygwin has includes for both the unix network socket API
12769           and the windows API, but only one can be included, so fix
12770           includes to only use one or the other, prefering the unxi
12771           one (#317048).
12772
12773 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12774
12775         * rtp/gst/gstrtppcmadepay.c:
12776         * rtp/gst/gstrtppcmadepay.h:
12777         * rtp/gst/gstgstrtppcmapay.c:
12778         * rtp/gst/gstgstrtppcmapay.h:
12779         * rtp/gst/gstrtppcmudepay.c:
12780         * rtp/gst/gstrtppcmudepay.h:
12781         * rtp/gst/gstrtppcmupay.c:
12782         * rtp/gst/gstrtppcmupay.h:
12783         * rtp/gst/Makefile.am:
12784         * rtp/gst/gstrtp.c:
12785         * rtp/gst/README:
12786         Separated the G711 payloaders/depayloaders into separate elements for
12787         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12788
12789 2006-02-22  Wim Taymans  <wim@fluendo.com>
12790
12791         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12792         (gst_dvdec_change_state):
12793         * ext/dv/gstdvdec.h:
12794         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12795         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12796         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12797         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12798         (gst_dvdemux_flush), (gst_dvdemux_chain),
12799         (gst_dvdemux_change_state):
12800         * ext/dv/gstdvdemux.h:
12801         Ueber spiffify some more, added debug category.
12802         Use _scale.
12803         Use segments, respect playback rate from newsegment.
12804         Fix refcount issue.
12805
12806 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12807
12808         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12809         (gst_signal_processor_process):
12810         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12811         enabled for the build, but it helps me win the feature-count
12812         competitions ooh yeah.
12813
12814 2006-02-19  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12817         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12818         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12819         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12820         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12821         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12822         Use scaling code for added precission and more correct stop
12823         position in case scale==0.
12824
12825 2006-02-19  Wim Taymans  <wim@fluendo.com>
12826
12827         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12828         (gst_flxdec_chain):
12829         * gst/flx/gstflxdec.h:
12830         Implement DURATION query.
12831
12832 2006-02-19  Wim Taymans  <wim@fluendo.com>
12833
12834         * gst/flx/flx_color.h:
12835         * gst/flx/flx_fmt.h:
12836         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12837         (gst_flxdec_src_query_handler), (flx_decode_color),
12838         (gst_flxdec_chain):
12839         * gst/flx/gstflxdec.h:
12840         Set MALLOCDATA for the temp buffers so we don't leak.
12841         Some debug cleanups.
12842         Consume all data in the adapter before leaving the chain
12843         function. Fixes #330678.
12844
12845 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12846
12847         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12848         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12849          Handle 0 data size in otherwise valid frames.
12850          Handle numeric strings in 2.4.0 even when not in parentheses 
12851
12852 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * gst/matroska/matroska-demux.c:
12855         (gst_matroska_demux_subtitle_caps),
12856         (gst_matroska_demux_plugin_init):
12857         * gst/matroska/matroska-ids.h:
12858           Recognise SSA/ASS and USF subtitle formats and
12859           set proper caps when they are found.
12860
12861 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12862
12863         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12864         (gst_jpeg_dec_chain):
12865           Fix invalid memory access for some odd-sized images
12866           (see image contained in quicktime stream in #327083);
12867           use g_malloc() instead of g_alloca().
12868
12869 2006-02-17  Wim Taymans  <wim@fluendo.com>
12870
12871         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12872         Patch from Sebastien Cote, fixes #319884
12873
12874 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         * ext/cdio/gstcdio.c: (plugin_init):
12877           Init debug category (#331253).
12878
12879 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12880
12881         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12882           Pass extra_data to gst_riff_create_audio_caps(), so that
12883           WAVEFORMATEX stuff works. Post audio codec name and post
12884           it as taglist on the bus. Allow up to 8 channesl for raw
12885           PCM in the source pad template caps.
12886
12887 2006-02-16  Wim Taymans  <wim@fluendo.com>
12888
12889         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12890         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12891         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12892         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12893         (gst_multipart_set_property), (gst_multipart_get_property):
12894         Applied #318663. Gives quite a few false positives in
12895         autoscan mode, but it's better than nothing. Not closing yet.
12896
12897 2006-02-16  Wim Taymans  <wim@fluendo.com>
12898
12899         * docs/plugins/Makefile.am:
12900         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12901         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12902         * docs/plugins/gst-plugins-good-plugins.args:
12903         * docs/plugins/inspect/plugin-udp.xml:
12904         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12905         (gst_udpsrc_start):
12906         Update documentation.
12907         Fix args.
12908
12909 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12910
12911         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12912         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12913         frame size. (Fixes #331368)
12914
12915 2006-02-16  Wim Taymans  <wim@fluendo.com>
12916
12917         * gst/rtsp/README:
12918         Updated README.
12919
12920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12921         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12922         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12923         * gst/rtsp/gstrtspsrc.h:
12924         Make sure the RTP port is an even port an try to allocate 
12925         another if not.
12926         Added retry property to control max retries for port allocation.
12927         Make sure RTCP port is RTP port+1.
12928         Cleanup when port allocation fails.
12929         Fixes #319183.
12930         
12931 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12932
12933         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12934           Don't ignore return value of the parent class's state
12935           change function (#331385, patch by: Wouter Paesen).
12936
12937 2006-02-15  Wim Taymans  <wim@fluendo.com>
12938
12939         * configure.ac:
12940         * docs/plugins/Makefile.am:
12941         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12942         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12943         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12944         * ext/Makefile.am:
12945         * ext/hal/Makefile.am:
12946         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12947         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12948         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12949         (do_toggle_element), (gst_hal_audio_sink_set_property),
12950         (gst_hal_audio_sink_get_property),
12951         (gst_hal_audio_sink_change_state):
12952         * ext/hal/gsthalaudiosink.h:
12953         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12954         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12955         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12956         (do_toggle_element), (gst_hal_audio_src_set_property),
12957         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12958         * ext/hal/gsthalaudiosrc.h:
12959         * ext/hal/gsthalelements.c: (plugin_init):
12960         * ext/hal/gsthalelements.h:
12961         * ext/hal/hal.c: (gst_hal_get_string),
12962         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12963         (gst_hal_get_audio_src):
12964         * ext/hal/hal.h:
12965         Add HAL sound device wrapper plugins. Closes #329106
12966
12967 2006-02-15  Wim Taymans  <wim@fluendo.com>
12968
12969         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12970         Add comment in a fultile attempt to stop the copy-and-paste 
12971         paradigm leading to duplication of bad code.
12972
12973         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12974         Mime parameters have to be checked case insensitive
12975
12976 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12977
12978         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12979           Advance stream time for lagging subtitle streams by sending
12980           newsegment events with the update flag set.
12981
12982 2006-02-14  Edward Hervey  <edward@fluendo.com>
12983
12984         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12985         There can be bogus data before the hdrl LIST tag in the RIFF header.
12986         It's hard to say if it's not respecting the AVI specifications or not,
12987         but since Google Video is producing AVIs like that and the other player
12988         don't seem to complain, I guess we should do the same.
12989
12990 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12991
12992         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12993         (parse_split_strings):
12994         Add more validation to ensure that a char encoding conversion
12995         produced a valid UTF-8 string.
12996
12997 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12998
12999         Reviewed by: Edward Hervey  <edward@fluendo.com>
13000
13001         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
13002         Properly handle end of segment. Closes #330885.
13003
13004 2006-02-13  Wim Taymans  <wim@fluendo.com>
13005
13006         * gst/rtp/gstrtpmp4gpay.h:
13007         For got to commit this one.
13008
13009 2006-02-12  Wim Taymans  <wim@fluendo.com>
13010
13011         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
13012         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
13013         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13014         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
13015         * gst/rtp/gstrtpmp4gpay.h:
13016         Make more things work.
13017         Handle ACC config strings.
13018
13019 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13020
13021         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
13022           set timestamps if no incoming timestamps set
13023
13024 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
13025
13026         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
13027         (gst_tag_demux_do_typefind):
13028           ... and fix the very same leaks in GstTagDemux.
13029
13030 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
13031
13032         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
13033         (gst_id3demux_do_typefind):
13034         Fix a couple of mem leaks. (Patch by Jonathan Matthew
13035         <jonathan at kaolin dot wh9 dot net>)
13036
13037 2006-02-10  Wim Taymans  <wim@fluendo.com>
13038
13039         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
13040         First set options, then set caps or else the baseclass
13041         will not know about the options, duh.
13042
13043 2006-02-10  Wim Taymans  <wim@fluendo.com>
13044
13045         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
13046         (gst_rtp_mp4v_pay_setcaps):
13047         Don't waste time looking for a config string if we have codec_info
13048         on the incomming caps.
13049
13050 2006-02-10  Wim Taymans  <wim@fluendo.com>
13051
13052         * gst/rtp/README:
13053         Say something about case-sensitivity of caps vs mime-attributes.
13054
13055         * gst/rtp/Makefile.am:
13056         * gst/rtp/gstrtp.c: (plugin_init):
13057         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13058         (gst_rtp_amr_pay_handle_buffer):
13059         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
13060         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
13061         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
13062         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
13063         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
13064         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
13065         (gst_rtp_mp4g_pay_plugin_init):
13066         * gst/rtp/gstrtpmp4gpay.h:
13067         Added beginnings of mpeg4-generic payloader (RFC 3640)
13068
13069 2006-02-09  Wim Taymans  <wim@fluendo.com>
13070
13071         * gst/rtsp/Makefile.am:
13072         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
13073         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
13074         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
13075         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13076         (gst_rtpdec_change_state):
13077         * gst/rtsp/gstrtpdec.h:
13078         * gst/rtsp/gstrtsp.c: (plugin_init):
13079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13080         * gst/rtsp/rtspconnection.c: (read_body),
13081         (rtsp_connection_receive):
13082         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13083         Resurected rtpdec to make rtspsrc happy again.
13084         Skip attributes from the session id.
13085         Don't crash when dumping a message with an empty body.
13086
13087
13088 2006-02-09  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13091         Added more meaningfull warnings when something goes wrong.
13092         Clear F bit on outgoing AMR packets.
13093
13094         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13095         (gst_rtp_amr_pay_handle_buffer):
13096         Added debugging category
13097         Support payloading of multiple AMR frames.
13098
13099         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13100         Added some debugging.
13101
13102 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13103
13104         * configure.ac:
13105           Back to CVS
13106
13107 === release 0.10.2 ===
13108
13109 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13110
13111         * configure.ac:
13112           releasing 0.10.2, "Papa was a rolling stone"
13113
13114 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13115
13116         * configure.ac:
13117           Bump core and plugins-base requirement to 0.10.2.2
13118           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13119
13120 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13121
13122         * ext/flac/gstflac.c: (plugin_init):
13123         * ext/speex/gstspeex.c: (plugin_init):
13124           Register musicbrainz tags.
13125
13126 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13127
13128         * ext/gconf/gconf.h:
13129           Remove declaration of function that no longer exists.
13130
13131 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13132
13133         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13134         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13135         Make shout2 work for non ogg streams
13136
13137 2006-02-06  Wim Taymans  <wim@fluendo.com>
13138
13139         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13140         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13141         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13142         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13143         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13144         * gst/udp/gstmultiudpsink.h:
13145         Updated docs.
13146         Added properties bytes-served, bytes_to_serve.
13147         Post proper error messages,
13148         Emit client added signal too.
13149
13150 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13151
13152         * docs/plugins/Makefile.am:
13153         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13154         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13155         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13156         (gst_multiudpsink_get_stats):
13157           adding docs for multiudpsink
13158
13159 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13160
13161         * gst/level/gstlevel.c: (gst_level_transform_ip):
13162           peak below decay is not necessarily an error, so don't ERROR log
13163
13164 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13167         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13168         (gst_ebml_write_seek):
13169         * gst/matroska/ebml-write.h:
13170           Make sure we send a newsegment event in BYTES format
13171           before sending buffers (#328531).
13172
13173 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13174
13175         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13176         (gst_dvdemux_sink_query):
13177         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13178         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13179         (speex_dec_src_query):
13180         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13181         (gst_speexenc_sink_query):
13182         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13183         * gst/matroska/matroska-demux.c:
13184         (gst_matroska_demux_get_src_query_types),
13185         (gst_matroska_demux_handle_src_query):
13186         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13187         (gst_wavparse_pad_query):
13188           Pass unhandled queries upstream instead of just dropping
13189           them (#326446). Update query type arrays here and there.
13190
13191 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         * tests/check/elements/matroskamux.c: (setup_src_pad):
13194           Collectpads in core got changed and now also holds a
13195           reference to any pad that is part of it. Fix refcount
13196           checks in test case accordingly.
13197
13198 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13199
13200         * gst/apetag/gstapedemux.h:
13201           Fix include, for now GstTagDemux is in the apetag dir.
13202
13203 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13204
13205         * docs/plugins/Makefile.am:
13206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13208         * docs/plugins/inspect/plugin-cdio.xml:
13209           Add cdio plugin to docs.
13210
13211         * ext/cdio/gstcdiocddasrc.c:
13212           Add gtk-doc blurb.
13213
13214         * ext/cdio/gstcdio.c:
13215           The plugin is called 'cdio' not 'cddio'.
13216
13217 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13218
13219         * configure.ac:
13220         * docs/plugins/Makefile.am:
13221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13223         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13224         * docs/plugins/inspect/plugin-apetag.xml:
13225         * gst/apetag/Makefile.am:
13226         * gst/apetag/gstapedemux.c:
13227         * gst/apetag/gstapedemux.h:
13228         * gst/apetag/gsttagdemux.c:
13229         * gst/apetag/gsttagdemux.h:
13230           Add APE tag demuxer (#325649).
13231
13232 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13233
13234         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13235         (gst_gconf_get_default_video_sink),
13236         (gst_gconf_get_default_audio_src),
13237         (gst_gconf_get_default_video_src):
13238         * ext/gconf/gconf.h:
13239         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13240         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13241         (do_toggle_element):
13242         * ext/gconf/gstgconfaudiosink.h:
13243         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13244         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13245         (do_toggle_element):
13246         * ext/gconf/gstgconfaudiosrc.h:
13247         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13248         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13249         (do_toggle_element):
13250         * ext/gconf/gstgconfvideosink.h:
13251         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13252         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13253         (do_toggle_element):
13254         * ext/gconf/gstgconfvideosrc.h:
13255           Ignore changing the GConf key to "". Ignore GConf key updates
13256           that don't actually change the string.
13257           For now, ignore the GConf key when the state is > READY, as
13258           it breaks streaming. Sometime it will be nice to bring the
13259           new sink online even mid-stream, by sending NEWSEGMENT info
13260           and possibly prerolling.
13261           (Fixes #326736)
13262
13263 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13264
13265         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13266         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13267         (zoomFilterSetResolution), (zoomFilterDestroy),
13268         (zoomFilterFastRGB), (pointFilter):
13269         * gst/goom/filters.h:
13270         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13271         (goom_update), (goom_close):
13272         * gst/goom/goom_core.h:
13273         * gst/goom/goom_tools.h:
13274         * gst/goom/graphic.c:
13275         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13276         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13277         * gst/goom/gstgoom.h:
13278         * gst/goom/lines.c: (goom_lines):
13279         * gst/goom/lines.h:
13280           Make goom reentrant by moving all important static variables
13281           into instance structures.
13282           (Fixes #329181)
13283
13284 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13285
13286         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13287         (gst_avi_demux_all_source_pads_unlinked),
13288         (gst_avi_demux_process_next_entry):
13289         * gst/avi/gstavidemux.h:
13290           Third attempt, use gst_pad_is_linked() this time.
13291
13292 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13293
13294         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13295         (parse_split_strings):
13296         Adjust for data length indicators when parsing (Fixes #329810)
13297         Fix stupid bug parsing UTF-8 tag text.
13298         Output tag strings with multiple fields as multiple tags, so the
13299         app gets all the data.
13300
13301 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13302
13303         * ext/flac/gstflacenc.c:
13304         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13305         show me.
13306         
13307 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13308
13309         * ext/flac/gstflacenc.c:
13310         * gst/matroska/ebml-read.c:
13311         Just make it compile with --disable-gst-debug.
13312
13313 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13314
13315         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13316         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13317         (id3v2_genre_fields_to_taglist):
13318           Never output a tag with a null contents string.
13319
13320 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13321
13322         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13323           Only pause if all pads are unlinked AND we've tried to send data
13324           on all of them at least once.
13325
13326 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13327
13328         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13329         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13330           Make loop function/task pause itself when all source pads are
13331           unlinked.
13332
13333 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13334
13335         * configure.ac:
13336         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13337           Use new functions from core to render a bin from a
13338           string. Fixes build. Up requirements to core CVS.
13339
13340 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13341
13342         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13343           Don't push buffers into the adapter that we are going to
13344           push downstream again without framing anyway. Also, the
13345           adaptor takes ownership of buffers put into it (fixes
13346           auparse pushing invalid buffers for .au files with
13347           ADPCM contents). Finally, set caps on all outgoing buffers.
13348
13349 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13350
13351         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13352         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13353         (gst_id3demux_send_tag_event):
13354         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13355         Someone should kick my butt. Remove ID3v1 tags from the end of the
13356         file.
13357
13358         Improve error messages. Send the TAG message as soon as we complete
13359         typefinding, instead of waiting until we send the first buffer.
13360         Downstream tag event is still sent before the first buffer.
13361
13362 2006-01-27  Jan Gerber  <j@bootlab.org>
13363
13364         Reviewed by: Andy Wingo <wingo@pobox.com>
13365
13366         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13367         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13368         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13369         to not have warings flooding stderr. this is the suggested way
13370         also used in dvgrab and kino. (#328336)
13371
13372 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13373
13374         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13375         (gst_oss_sink_init), (gst_oss_sink_finalise):
13376           Free the device name string when finalised.
13377
13378 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13379
13380         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13381           Don't put function calls in g_return_if_fail() statements,
13382           or they'll be replaced with NOOPs if someone compiles with
13383           G_DISABLE_CHECKS defined.
13384           
13385 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13386
13387         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13388         Never trust ANY information encoded in a media file, especially
13389         when it's giving you sizes. (Fixes #328452)
13390
13391 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13392
13393         * gst/rtp/gstrtpg711pay.c:
13394         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13395         bug #325148.
13396
13397 2006-01-23  Edward Hervey  <edward@fluendo.com>
13398
13399         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13400         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13401         * gst/matroska/matroska-ids.h:
13402         Added recognition of Real Audio and Video streams in matroska demuxer.
13403
13404 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13405
13406         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13407           Remove errant break statement, and fix compilation with
13408           older GCC.
13409
13410 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13411
13412         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13413
13414         * sys/sunaudio/gstsunaudiomixerctrl.c:
13415         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13416           Export functions that are needed in other parts of the code,
13417           makes the mixer actually work; adjust magic minimum buffer-time
13418           value from 3ms to 5ms to work around stuttering during mp3
13419           playback (#327765).
13420
13421 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13422
13423         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13424
13425         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13426         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13427           Fix possible deadlock in matroska muxer (#327825).
13428
13429 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13430
13431         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13432         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13433         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13434         * gst/rtsp/sdpmessage.h:
13435         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13436         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13437           C89 fixes: declare variables at the beginning of a block and
13438           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13439           <jensgr at gmx dot net>).
13440
13441 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13442
13443         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13444         * gst/id3demux/id3tags.h:
13445         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13446         (parse_comment_frame), (parse_text_identification_frame),
13447         (id3v2_tag_to_taglist), (id3v2_are_digits),
13448         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13449         (parse_split_strings), (free_tag_strings):
13450           Rewrite parsing of text tags to handle multiple NULL terminated
13451           strings. Parse numeric genre strings and ID3v2 type
13452           "(3)(6)Alternative" style genre strings.
13453           Parse dates that are only YYYY or YYYY-mm format.
13454           (Fixes #328241 and #322154)
13455
13456 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13459           Don't forget to initialize liboil, otherwise our oil functions
13460           will crash (fixes #327871; patch by: Christoph Burghardt
13461           <hawkes at web dot de>).
13462
13463 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * configure.ac:
13466           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13467           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13468           patch by: Brian Cameron <brian dot cameron at sun dot com>
13469
13470 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13471
13472         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13473         * ext/cdio/gstcdio.h:
13474         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13475           Fix build for libcdio versions >= 76; give slightly lower rank
13476           than cdparanoia.
13477
13478 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13479
13480         * configure.ac:
13481         * ext/Makefile.am:
13482         * ext/cdio/Makefile.am:
13483         * ext/cdio/gstcdio.c:
13484         * ext/cdio/gstcdio.h:
13485         * ext/cdio/gstcdiocddasrc.c:
13486         * ext/cdio/gstcdiocddasrc.h:
13487           Port libcdio cdda source, formerly known as cddasrc, now known as
13488           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13489           but that's not tested (fixes #317658).
13490
13491 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13494           Fix conversion from TIME to BYTES format (fixes #326864;
13495           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13496
13497 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13498
13499         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13500           Fix compilation of id3demux when zlib is not present.
13501           (Fixes #326602; patch by: Sergey Scobich)
13502
13503 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13504
13505         * ext/esd/Makefile.am:
13506           Add $(ESD_CFLAGS), otherwise build will fail for folks
13507           with libesd in a non-standard prefix (#327009).
13508
13509 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13510
13511         * configure.ac:
13512           back to HEAD
13513
13514 === release 0.10.1 ===
13515
13516 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13517
13518         * configure.ac:
13519           releasing 0.10.1, "Li"
13520
13521 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13522
13523           patch by: Wim Taymans
13524
13525         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13526           fix memleak.  Fixes #326618
13527
13528 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13529
13530           patch by: Mike Smith
13531
13532         * gst/level/gstlevel.c: (gst_level_message_new),
13533         (gst_level_message_append_channel):
13534           Fix memleak.  Fixes #326612
13535
13536 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13537
13538         * configure.ac:
13539           prereleasing
13540         * po/af.po:
13541         * po/az.po:
13542         * po/cs.po:
13543         * po/en_GB.po:
13544         * po/hu.po:
13545         * po/it.po:
13546         * po/nb.po:
13547         * po/nl.po:
13548         * po/or.po:
13549         * po/sq.po:
13550         * po/sr.po:
13551         * po/sv.po:
13552         * po/uk.po:
13553         * po/vi.po:
13554           update translations
13555
13556 2006-01-10  Michael Smith  <msmith@fluendo.com>
13557
13558         * gst/level/gstlevel.c: (gst_level_class_init),
13559         (gst_level_dispose):
13560           Don't leak filter arrays.
13561
13562 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13563
13564         reviewed by: Christian Schaller <uraeus@gnome.org>
13565         
13566         * configure.ac:
13567         * gst-plugins-good.spec.in:
13568         * sys/Makefile.am:
13569         * sys/sunaudio/Makefile.am:
13570         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13571         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13572         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13573         (gst_sunaudiomixer_change_state):
13574         * sys/sunaudio/gstsunaudiomixer.h:
13575         * sys/sunaudio/gstsunaudiomixerctrl.c:
13576         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13577         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13578         (gst_sunaudiomixer_ctrl_list_tracks),
13579         (gst_sunaudiomixer_ctrl_get_volume),
13580         (gst_sunaudiomixer_ctrl_set_volume),
13581         (gst_sunaudiomixer_ctrl_set_mute),
13582         (gst_sunaudiomixer_ctrl_set_record):
13583         * sys/sunaudio/gstsunaudiomixerctrl.h:
13584         * sys/sunaudio/gstsunaudiomixertrack.c:
13585         (gst_sunaudiomixer_track_class_init),
13586         (gst_sunaudiomixer_track_init), (fill_labels),
13587         (gst_sunaudiomixer_track_new):
13588         * sys/sunaudio/gstsunaudiomixertrack.h:
13589         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13590         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13591         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13592         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13593         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13594         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13595         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13596         * sys/sunaudio/gstsunaudiosink.h:
13597
13598         Add SunAudio plugin - tested to make sure it doesn't break
13599         the build under GNU/Linux.      
13600
13601 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13602
13603         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13604         * gst-plugins-good/gst/udp/gstudpsrc.c:
13605         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13606         overrides the port or multicast parameters. Fixes bugs #323021.
13607         API addition: adds GstUDPSrc::sockfd property   
13608
13609 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13610
13611         * ext/gconf/Makefile.am:
13612         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13613         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13614         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13615         (do_toggle_element), (cb_toggle_element),
13616         (gst_gconf_audio_src_change_state):
13617         * ext/gconf/gstgconfaudiosrc.h:
13618         * ext/gconf/gstgconfelements.c: (plugin_init):
13619         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13620         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13621         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13622         (do_toggle_element), (cb_toggle_element),
13623         (gst_gconf_video_src_change_state):
13624         * ext/gconf/gstgconfvideosrc.h:
13625           Add new gconfaudiosrc and gconfvideosrc elements
13626           (needed for gnome-sound-recorder).
13627
13628 2006-01-06  Edward Hervey  <edward@fluendo.com>
13629
13630         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13631         Add gst_element_no_more_pads() for proper decodebin behaviour.
13632         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13633         (parse_text_identification_frame), (parse_split_strings):
13634         Failure to decode some tags is not a GST_ERROR() but a
13635         GST_WARNING()
13636         When iterating over a chunk of text, check that we haven't gone too
13637         far.
13638
13639 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13640
13641         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13642         (plugin_init):
13643           call oil_init() when using liboil
13644
13645 2006-01-04  Wim Taymans  <wim@fluendo.com>
13646
13647         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13648         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13649         Fix leaks.
13650
13651 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13652
13653         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13656         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13657         (gst_flac_dec_change_state):
13658           Don't g_assert() where we should just return FALSE; remove
13659           unnecessary g_assert(); initialize some fields properly in
13660           state change function (fixes #325504). Also, use
13661           GST_DEBUG_OBJECT in two more places.
13662
13663 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13664
13665         * configure.ac:
13666           also remove smoothwave's Makefile.am
13667         * docs/plugins/Makefile.am:
13668           fix plugin docs
13669
13670 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13671
13672         * tests/examples/Makefile.am:
13673           added missing Makefile.am
13674
13675 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13676
13677         * configure.ac:
13678         * gst/level/Makefile.am:
13679         * gst/level/level-example.c:
13680         * tests/Makefile.am:
13681         * tests/examples/level/Makefile.am:
13682         * tests/examples/level/level-example.c: (message_handler), (main):
13683           moved level-example to tests/examples/level-example
13684         * tests/old/examples/level/demo.c: (main):
13685         * tests/old/examples/level/plot.c: (main):
13686           some initial fixes
13687
13688 2005-12-29  Michael Smith  <msmith@fluendo.com>
13689
13690         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13691         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13692         * gst/udp/gstmultiudpsink.h:
13693           Track packets sent per client in addition to bytes sent; provide
13694           this info through get-stats signal
13695
13696 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13697
13698         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13699           Can't use gst_object_unref() on a GstAdapter (#325191).
13700
13701 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13702
13703         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13704         If a broken tag has 0 bytes payload, at least still skip
13705         the 10 byte header
13706
13707 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13708
13709         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13710         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13711         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13712         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13713           Making these depayloaders (H263+ and mpeg4 video) inherit from
13714           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13715
13716 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13717
13718         * docs/plugins/gst-plugins-good-plugins.args:
13719         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13720         Regenerate the plugin hiearchy.
13721
13722 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13723
13724         * docs/plugins/Makefile.am:
13725         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13726         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13727         * docs/plugins/gst-plugins-good-plugins.args:
13728         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13729         (gst_id3demux_base_init), (gst_id3demux_class_init),
13730         (gst_id3demux_chain):
13731         * gst/id3demux/gstid3demux.h:
13732           Add documentation for id3demux.
13733           Don't fail if the first buffer is not at offset 0, just
13734           attempt to typefind and do pass through
13735           Rename the gst_type function from gst_gst_id3demux..
13736
13737 2005-12-20  Michael Smith  <msmith@fluendo.com>
13738
13739         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13740         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13741         (gst_multiudpsink_get_stats):
13742         * gst/udp/gstmultiudpsink.h:
13743           Collect statistics; return them from get_stats.
13744
13745 2005-12-19  Edward Hervey  <edward@fluendo.com>
13746
13747         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13748         Stupid signedness issue...
13749
13750 2005-12-19  Edward Hervey  <edward@fluendo.com>
13751
13752         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13753         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13754         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13755         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13756         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13757         Construct index for indexless files.
13758         Make sure pad/buffers are correctly reset to NULL once we don't need
13759         them anymore, else we get lovely segfaults/assertions.
13760         * gst/wavparse/gstwavparse.c:
13761         Yes, you can have 96KHz audio and wma in wav :(
13762
13763 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13764
13765         * configure.ac:
13766           Check for optional dependency on zlib for id3demux
13767
13768         * gst/id3demux/Makefile.am:
13769         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13770         (gst_id3demux_base_init), (gst_id3demux_class_init),
13771         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13772         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13773         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13774         (gst_id3demux_set_property), (gst_id3demux_get_property),
13775         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13776         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13777         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13778         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13779         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13780         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13781         (simple_find_peek), (simple_find_suggest),
13782         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13783         (plugin_init):
13784         * gst/id3demux/gstid3demux.h:
13785         * gst/id3demux/id3tags.c: (read_synch_uint),
13786         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13787         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13788         (id3demux_id3v2_frames_to_tag_list):
13789         * gst/id3demux/id3tags.h:
13790         * gst/id3demux/id3v2.4.0-frames.txt:
13791         * gst/id3demux/id3v2.4.0-structure.txt:
13792         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13793         (parse_comment_frame), (parse_text_identification_frame),
13794         (id3v2_tag_to_taglist), (parse_split_strings):
13795           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13796           otherwise it discards them. Works on my test files. 
13797
13798         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13799           Don't send EOS to a non-existing srcpad
13800           The debug category can be static
13801
13802 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13803
13804         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13805         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13806         * gst/multipart/multipartdemux.c:
13807           change some char* into char[]
13808
13809 2005-12-16  Wim Taymans  <wim@fluendo.com>
13810
13811         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13812         (gst_wavparse_other), (gst_wavparse_perform_seek),
13813         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13814         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13815         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13816         * gst/wavparse/gstwavparse.h:
13817         Use GstSegment to implement more seeking features.
13818
13819 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13820
13821         * gst/rtsp/rtspconnection.c:
13822           Add <netinet/in.h> include and move <arpa/inet.h> include
13823           to make things work on OpenBSD as well (fixes #323717;
13824           patch by: Benjamin Pineau)
13825
13826 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13827
13828         * gst/rtp/gstrtpspeexdepay.c:
13829         * gst/rtp/gstrtpspeexpay.c:
13830         Set clock rate to be fixed in 8000. It fixes bug #324012.
13831
13832 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13833
13834         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13835         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13836         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13837         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13838         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13839         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13840         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13841         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13842         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13843         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13844         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13845         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13846         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13847         * gst-plugins-good/gst/rtp/README:
13848         Fixed payload range in payloder caps. Removed payload range completely
13849         from depayloaders as they don't require payload type in their caps.
13850         In effect, there isn't any specific payload type for any given codec,
13851         only suggestions.
13852         Fixes bug #324011.
13853
13854 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13855
13856         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13857         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13858         (gst_videomixer_collected): Code cleanup and re-enabling 
13859         queued time validity check for correct EOS handling.
13860
13861 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13862
13863         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13864         (gst_oss_mixer_element_get_property),
13865         (gst_oss_mixer_element_change_state):
13866         Add 'device-name' property and fix state change function.
13867
13868 2005-12-13  Edward Hervey  <edward@fluendo.com>
13869
13870         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13871         If the speed of the file is null in the header, set the frame_time to
13872         the default setting of GST_SECOND / 70. Which is the default
13873         frame_delay for .fli files as stated in this document :
13874         http://www.compuphase.com/flic.htm
13875         Would be nice to have the time conversion done properly too (duration =
13876         flxh->frames * flxdec->frame_time)
13877
13878 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13879
13880         * docs/plugins/Makefile.am:
13881         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13882         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13883         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13884         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13885         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13886         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13887         documentation for videomixer on my way with a funny sample
13888         pipeline.
13889
13890 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13891
13892         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13893         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13894         (gst_videomixer_update_queues), (gst_videomixer_collected):
13895         Fix caps negotiation. (#323896)
13896
13897 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13898
13899         * gst/matroska/matroska-demux.c:
13900         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13901           Set correct timestamps on audio laces, fixes playback of mp3 from
13902                 matroska.
13903
13904 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13907         (gst_au_parse_class_init), (gst_au_parse_init),
13908         (gst_au_parse_dispose), (gst_au_parse_chain),
13909         (gst_au_parse_change_state), (plugin_init):
13910         * gst/auparse/gstauparse.h:
13911           Use gst_object_unref() for GstObjects instead of
13912           g_object_unref() and fix a mem leak in a debug
13913           statement; while we're at it, also borgify, use
13914           boilerplate macros and clean up a little bit.
13915
13916 2005-12-11  Edward Hervey  <edward@fluendo.com>
13917
13918         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13919         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13920         Added pull mode.
13921
13922 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13923
13924         * gst/goom/gstgoom.c:
13925         * gst/level/level-example.c: (main):
13926         * gst/smoothwave/demo-osssrc.c: (main):
13927           Use audiotestsrc instead of sinesrc (#323798).
13928
13929 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13930
13931         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13932           more debug-func-ptr usage
13933
13934 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13935
13936         * gst/flx/flx_color.c: (flx_colorspace_convert):
13937         * gst/flx/flx_color.h:
13938         * gst/flx/flx_fmt.h:
13939         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13940         * gst/flx/gstflxdec.h:
13941           Now flxdec works on big-endian machines as well.
13942
13943 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13944
13945         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13946         (gst_fenced_buffer_copy):
13947           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13948           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13949           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13950           and use GST_DEBUG_FUNCPTR for pad functions.
13951
13952 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13953
13954         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13955         (gst_flac_dec_class_init), (gst_flac_dec_init),
13956         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13957         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13958         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13959         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13960         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13961         (gst_flac_dec_change_state):
13962         * ext/flac/gstflacdec.h:
13963           Rewrite flacdec a bit, so that even seeking might work now. Most
13964           importantly, don't act upon any flow return values we get, just tell
13965           the decoder everything's dandy and act on the flow return values
13966           later on in the loop function. We don't want to mess up the internal
13967           decoder state for non-fatal things like flushing pads etc. Other
13968           than that, use GstSegment (segment seeks don't work yet though, but
13969           should be easy to add), use boilerplate macros, drop the superfluous
13970           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13971           lots of other things.
13972
13973 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13974
13975         * configure.ac:
13976           Update comment in OSS includes check.
13977
13978         * sys/oss/gstossdmabuffer.c:
13979         * sys/oss/gstosshelper.c:
13980         * sys/oss/gstossmixer.c:
13981         * sys/oss/gstossmixertrack.c:
13982         * sys/oss/gstosssink.c:
13983         * sys/oss/gstosssrc.c:
13984         * sys/oss/oss_probe.c:
13985           Don't assume the OSS soundcard.h include is always in
13986           the sys/ directory. Instead, use the existing defines
13987           from config.h to include the right file. Fixes
13988           compilation on OpenBSD 3.8 (#323718).
13989
13990 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13991
13992         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13993         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13994         * docs/plugins/inspect/plugin-1394.xml:
13995         * docs/plugins/inspect/plugin-aasink.xml:
13996         * docs/plugins/inspect/plugin-alaw.xml:
13997         * docs/plugins/inspect/plugin-alpha.xml:
13998         * docs/plugins/inspect/plugin-alphacolor.xml:
13999         * docs/plugins/inspect/plugin-auparse.xml:
14000         * docs/plugins/inspect/plugin-autodetect.xml:
14001         * docs/plugins/inspect/plugin-avi.xml:
14002         * docs/plugins/inspect/plugin-cacasink.xml:
14003         * docs/plugins/inspect/plugin-cairo.xml:
14004         * docs/plugins/inspect/plugin-cutter.xml:
14005         * docs/plugins/inspect/plugin-debug.xml:
14006         * docs/plugins/inspect/plugin-dv.xml:
14007         * docs/plugins/inspect/plugin-efence.xml:
14008         * docs/plugins/inspect/plugin-effectv.xml:
14009         * docs/plugins/inspect/plugin-esdsink.xml:
14010         * docs/plugins/inspect/plugin-flac.xml:
14011         * docs/plugins/inspect/plugin-flxdec.xml:
14012         * docs/plugins/inspect/plugin-gconfelements.xml:
14013         * docs/plugins/inspect/plugin-goom.xml:
14014         * docs/plugins/inspect/plugin-jpeg.xml:
14015         * docs/plugins/inspect/plugin-level.xml:
14016         * docs/plugins/inspect/plugin-matroska.xml:
14017         * docs/plugins/inspect/plugin-mulaw.xml:
14018         * docs/plugins/inspect/plugin-multipart.xml:
14019         * docs/plugins/inspect/plugin-navigationtest.xml:
14020         * docs/plugins/inspect/plugin-ossaudio.xml:
14021         * docs/plugins/inspect/plugin-png.xml:
14022         * docs/plugins/inspect/plugin-rtp.xml:
14023         * docs/plugins/inspect/plugin-rtsp.xml:
14024         * docs/plugins/inspect/plugin-shout2send.xml:
14025         * docs/plugins/inspect/plugin-smpte.xml:
14026         * docs/plugins/inspect/plugin-speex.xml:
14027         * docs/plugins/inspect/plugin-udp.xml:
14028         * docs/plugins/inspect/plugin-videobox.xml:
14029         * docs/plugins/inspect/plugin-videoflip.xml:
14030         * docs/plugins/inspect/plugin-videomixer.xml:
14031         * docs/plugins/inspect/plugin-wavenc.xml:
14032         * docs/plugins/inspect/plugin-wavparse.xml:
14033         * ext/flac/gstflac.c: (plugin_init):
14034         * ext/flac/gstflacdec.c: (flacdec_get_type),
14035         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
14036         (gst_flac_dec_init), (gst_flac_dec_finalize),
14037         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
14038         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
14039         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
14040         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
14041         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
14042         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
14043         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
14044         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
14045         * ext/flac/gstflacdec.h:
14046         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
14047         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
14048         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
14049         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
14050         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
14051         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
14052         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
14053         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
14054         (gst_flac_enc_change_state):
14055         * ext/flac/gstflacenc.h:
14056           borgify and fix up documentation
14057
14058 2005-12-09  Michael Smith  <msmith@fluendo.com>
14059
14060         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
14061           Accept a wider range of flac files, more closely matching flac spec.
14062
14063 2005-12-08  Julien MOUTTE  <julien@moutte.net>
14064
14065         * docs/plugins/Makefile.am: Add multipart elements.
14066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14067         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
14068         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14069         * gst/multipart/multipartdemux.c:
14070         * gst/multipart/multipartmux.c: Add docs.
14071
14072 2005-12-07  Edward Hervey  <edward@fluendo.com>
14073
14074         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
14075         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14076         (gst_avi_demux_invert):
14077         Memleak and crasher fixes.
14078         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14079         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14080         Memleak fixes
14081
14082 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14083
14084         * ext/aalib/gstaasink.h:
14085         * ext/cairo/gsttextoverlay.h:
14086         * ext/dv/gstdvdec.h:
14087         * ext/dv/gstdvdemux.c:
14088         * ext/dv/gstdvdemux.h:
14089         * ext/esd/esdsink.h:
14090         * ext/flac/flac_compat.h:
14091         * ext/flac/gstflacdec.h:
14092         * ext/flac/gstflacenc.h:
14093         * ext/gconf/gconf.h:
14094         * ext/gconf/gstgconfaudiosink.h:
14095         * ext/gconf/gstgconfvideosink.h:
14096         * ext/gdk_pixbuf/gstgdkanimation.h:
14097         * ext/jpeg/gstjpegdec.h:
14098         * ext/jpeg/smokecodec.h:
14099         * ext/jpeg/smokeformat.h:
14100         * ext/ladspa/gstsignalprocessor.h:
14101         * ext/ladspa/search.c: (LADSPAPluginSearch):
14102         * ext/ladspa/utils.h:
14103         * ext/libmng/gstmng.c:
14104         * ext/libmng/gstmngdec.h:
14105         * ext/libmng/gstmngenc.c:
14106         * ext/libmng/gstmngenc.h:
14107         * ext/libpng/gstpng.c:
14108         * ext/libpng/gstpngenc.c:
14109         * ext/libpng/gstpngenc.h:
14110         * ext/shout2/gstshout2.h:
14111         * ext/speex/gstspeexdec.h:
14112         * ext/speex/gstspeexenc.c:
14113         * ext/speex/gstspeexenc.h:
14114         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14115         * gst/autodetect/gstautoaudiosink.h:
14116         * gst/autodetect/gstautovideosink.h:
14117         * gst/avi/gstavidemux.h:
14118         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14119         (gst_cutter_set_property), (gst_cutter_get_caps):
14120         * gst/cutter/gstcutter.h:
14121         * gst/debug/tests.c: (md5_process_block):
14122         * gst/debug/tests.h:
14123         * gst/effectv/gstwarp.c:
14124         * gst/flx/flx_fmt.h:
14125         * gst/flx/gstflxdec.h:
14126         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14127         (zoomFilterFastRGB):
14128         * gst/goom/filters.h:
14129         * gst/goom/goom_tools.h:
14130         * gst/law/alaw-encode.c:
14131         * gst/level/gstlevel.c:
14132         * gst/level/gstlevel.h:
14133         * gst/matroska/ebml-write.h:
14134         * gst/matroska/matroska-demux.h:
14135         * gst/matroska/matroska-ids.h:
14136         * gst/matroska/matroska-mux.h:
14137         * gst/monoscope/convolve.c: (convolve_match):
14138         * gst/monoscope/convolve.h:
14139         * gst/multipart/multipartmux.c:
14140         * gst/oldcore/gstaggregator.c:
14141         * gst/oldcore/gstaggregator.h:
14142         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14143         * gst/oldcore/gstmd5sink.h:
14144         * gst/oldcore/gstmultifilesrc.c:
14145         * gst/oldcore/gstmultifilesrc.h:
14146         * gst/oldcore/gstpipefilter.h:
14147         * gst/oldcore/gstshaper.h:
14148         * gst/rtp/gstrtpL16depay.h:
14149         * gst/rtp/gstrtpL16pay.h:
14150         * gst/rtp/gstrtpdepay.h:
14151         * gst/rtp/gstrtpmp4vpay.c:
14152         * gst/rtp/gstrtpmp4vpay.h:
14153         * gst/rtsp/gstrtspsrc.c:
14154         * gst/rtsp/gstrtspsrc.h:
14155         * gst/rtsp/rtspconnection.h:
14156         * gst/rtsp/rtspdefs.h:
14157         * gst/rtsp/rtspmessage.h:
14158         * gst/rtsp/rtsptransport.h:
14159         * gst/rtsp/rtspurl.c:
14160         * gst/rtsp/rtspurl.h:
14161         * gst/rtsp/sdpmessage.c:
14162         * gst/rtsp/sdpmessage.h:
14163         * gst/smpte/barboxwipes.c:
14164         * gst/smpte/gstmask.h:
14165         * gst/smpte/gstsmpte.h:
14166         * gst/smpte/paint.c:
14167         * gst/smpte/paint.h:
14168         * gst/udp/gstdynudpsink.h:
14169         * gst/udp/gstmultiudpsink.h:
14170         * gst/udp/gstudpsink.c:
14171         * gst/udp/gstudpsink.h:
14172         * gst/udp/gstudpsrc.c:
14173         * gst/videomixer/videomixer.c:
14174         * gst/wavenc/riff.h:
14175         * gst/wavparse/gstwavparse.h:
14176         * sys/oss/gstossdmabuffer.h:
14177         * sys/oss/gstossmixer.h:
14178         * sys/oss/gstossmixerelement.h:
14179         * sys/oss/gstossmixertrack.h:
14180         * sys/oss/gstosssink.c:
14181         * sys/oss/gstosssink.h:
14182         * sys/oss/gstosssrc.c:
14183         * sys/oss/gstosssrc.h:
14184         * sys/osxaudio/gstosxaudioelement.h:
14185         * sys/osxaudio/gstosxaudiosink.h:
14186         * sys/osxaudio/gstosxaudiosrc.h:
14187           expand tabs
14188
14189 === release 0.10.0 ===
14190
14191 2005-12-05   <thomas (at) apestaart (dot) org>
14192
14193         * configure.ac:
14194           releasing 0.10.0, "Abondance"
14195
14196 2005-12-05  Andy Wingo  <wingo@pobox.com>
14197
14198         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14199         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14200         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14201         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14202         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14203         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14204         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14205         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14206         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14207         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14208         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14209         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14210         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14211         * gst/goom/gstgoom.c: (gst_goom_chain):
14212         * gst/matroska/matroska-demux.c:
14213         (gst_matroska_demux_push_vorbis_codec_priv_data),
14214         (gst_matroska_demux_add_wvpk_header):
14215         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14216         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14217         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14218         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14219         alloc_buffer changes.
14220
14221 2005-12-05  Michael Smith  <msmith@fluendo.com>
14222
14223         * docs/plugins/gst-plugins-good-plugins.args:
14224           Remove args for plugins that aren't in -good.
14225
14226 === release 0.9.7 ===
14227
14228 2005-12-01   <thomas (at) apestaart (dot) org>
14229
14230         * configure.ac:
14231           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14232
14233 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14234
14235         * docs/plugins/.cvsignore:
14236         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14237         * docs/plugins/inspect/plugin-multipart.xml:
14238         * docs/plugins/inspect/plugin-rtp.xml:
14239           add multipart plugin to docs
14240
14241 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14242
14243         * configure.ac:
14244         * ext/Makefile.am:
14245         * ext/pango/Makefile.am:
14246         * ext/pango/gstclockoverlay.c:
14247         * ext/pango/gstclockoverlay.h:
14248         * ext/pango/gsttextoverlay.c:
14249         * ext/pango/gsttextoverlay.h:
14250         * ext/pango/gsttextrender.c:
14251         * ext/pango/gsttextrender.h:
14252         * ext/pango/gsttimeoverlay.c:
14253         * ext/pango/gsttimeoverlay.h:
14254           move pango to base
14255
14256 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14257
14258         * gst/rtp/Makefile.am:
14259         * gst/rtp/gstrtpL16depay.c:
14260         * gst/rtp/gstrtpL16depay.h:
14261         * gst/rtp/gstrtpL16parse.c:
14262         * gst/rtp/gstrtpL16parse.h:
14263         * gst/rtp/gstrtpgsmdepay.c:
14264         * gst/rtp/gstrtpgsmdepay.h:
14265         * gst/rtp/gstrtpgsmparse.c:
14266         * gst/rtp/gstrtpgsmparse.h:
14267           parsers are depayers
14268
14269 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14270
14271         * gst/rtp/Makefile.am:
14272         * gst/rtp/gstasteriskh263.c:
14273         * gst/rtp/gstrtp.c:
14274         * gst/rtp/gstrtpL16enc.c:
14275         * gst/rtp/gstrtpL16enc.h:
14276         * gst/rtp/gstrtpL16parse.c:
14277         * gst/rtp/gstrtpL16parse.h:
14278         * gst/rtp/gstrtpL16pay.c:
14279         * gst/rtp/gstrtpL16pay.h:
14280         * gst/rtp/gstrtpamrdec.c:
14281         * gst/rtp/gstrtpamrdec.h:
14282         * gst/rtp/gstrtpamrdepay.c:
14283         * gst/rtp/gstrtpamrdepay.h:
14284         * gst/rtp/gstrtpamrenc.c:
14285         * gst/rtp/gstrtpamrenc.h:
14286         * gst/rtp/gstrtpamrpay.c:
14287         * gst/rtp/gstrtpamrpay.h:
14288         * gst/rtp/gstrtpdec.c:
14289         * gst/rtp/gstrtpdec.h:
14290         * gst/rtp/gstrtpdepay.c:
14291         * gst/rtp/gstrtpdepay.h:
14292         * gst/rtp/gstrtpg711dec.c:
14293         * gst/rtp/gstrtpg711dec.h:
14294         * gst/rtp/gstrtpg711depay.c:
14295         * gst/rtp/gstrtpg711depay.h:
14296         * gst/rtp/gstrtpg711enc.c:
14297         * gst/rtp/gstrtpg711enc.h:
14298         * gst/rtp/gstrtpg711pay.c:
14299         * gst/rtp/gstrtpg711pay.h:
14300         * gst/rtp/gstrtpgsmenc.c:
14301         * gst/rtp/gstrtpgsmenc.h:
14302         * gst/rtp/gstrtpgsmparse.c:
14303         * gst/rtp/gstrtpgsmparse.h:
14304         * gst/rtp/gstrtpgsmpay.c:
14305         * gst/rtp/gstrtpgsmpay.h:
14306         * gst/rtp/gstrtph263enc.c:
14307         * gst/rtp/gstrtph263enc.h:
14308         * gst/rtp/gstrtph263pay.c:
14309         * gst/rtp/gstrtph263pay.h:
14310         * gst/rtp/gstrtph263pdec.c:
14311         * gst/rtp/gstrtph263pdec.h:
14312         * gst/rtp/gstrtph263pdepay.c:
14313         * gst/rtp/gstrtph263pdepay.h:
14314         * gst/rtp/gstrtph263penc.c:
14315         * gst/rtp/gstrtph263penc.h:
14316         * gst/rtp/gstrtph263ppay.c:
14317         * gst/rtp/gstrtph263ppay.h:
14318         * gst/rtp/gstrtpmp4vdec.c:
14319         * gst/rtp/gstrtpmp4vdec.h:
14320         * gst/rtp/gstrtpmp4vdepay.c:
14321         * gst/rtp/gstrtpmp4vdepay.h:
14322         * gst/rtp/gstrtpmp4venc.c:
14323         * gst/rtp/gstrtpmp4venc.h:
14324         * gst/rtp/gstrtpmp4vpay.c:
14325         * gst/rtp/gstrtpmp4vpay.h:
14326         * gst/rtp/gstrtpmpadec.c:
14327         * gst/rtp/gstrtpmpadec.h:
14328         * gst/rtp/gstrtpmpadepay.c:
14329         * gst/rtp/gstrtpmpadepay.h:
14330         * gst/rtp/gstrtpmpaenc.c:
14331         * gst/rtp/gstrtpmpaenc.h:
14332         * gst/rtp/gstrtpmpapay.c:
14333         * gst/rtp/gstrtpmpapay.h:
14334         * gst/rtp/gstrtpspeexdec.c:
14335         * gst/rtp/gstrtpspeexdec.h:
14336         * gst/rtp/gstrtpspeexdepay.c:
14337         * gst/rtp/gstrtpspeexdepay.h:
14338         * gst/rtp/gstrtpspeexenc.c:
14339         * gst/rtp/gstrtpspeexenc.h:
14340         * gst/rtp/gstrtpspeexpay.c:
14341         * gst/rtp/gstrtpspeexpay.h:
14342           Do burger's rename for rtp payloaders and depayloaders
14343
14344 2005-11-30  Wim Taymans  <wim@fluendo.com>
14345
14346         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14347         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14348         * ext/dv/gstdvdemux.h:
14349         Fix seeking in dvdemux again, add some more debug info.
14350
14351 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14352
14353         * configure.ac:
14354           fix tests
14355
14356 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14357
14358         * PORTED_09:
14359         * docs/random/PORTED_09:
14360           move
14361         * tests/Makefile.am:
14362           add
14363         * win32/gst.sln:
14364           remove
14365
14366 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14367
14368         * Makefile.am:
14369         * check/.cvsignore:
14370         * check/Makefile.am:
14371         * check/elements/.cvsignore:
14372         * check/elements/level.c:
14373         * check/elements/matroskamux.c:
14374         * configure.ac:
14375         * examples/Makefile.am:
14376         * examples/capsfilter/Makefile.am:
14377         * examples/capsfilter/capsfilter1.c:
14378         * examples/gob/Makefile.am:
14379         * examples/gob/gst-identity2.gob:
14380         * examples/gstplay/.cvsignore:
14381         * examples/gstplay/Makefile.am:
14382         * examples/gstplay/player.c:
14383         * examples/indexing/.cvsignore:
14384         * examples/indexing/Makefile.am:
14385         * examples/indexing/indexmpeg.c:
14386         * examples/level/Makefile.am:
14387         * examples/level/README:
14388         * examples/level/demo.c:
14389         * examples/level/plot.c:
14390         * examples/stats/Makefile.am:
14391         * examples/stats/mp2ogg.c:
14392         * examples/switch/.cvsignore:
14393         * examples/switch/Makefile.am:
14394         * examples/switch/switcher.c:
14395           move under tests/
14396
14397 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14398
14399         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14400         (gst_text_render_class_init), (resize_bitmap),
14401         (gst_text_render_render_text), (gst_text_render_setcaps),
14402         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14403         (gst_text_render_chain), (gst_text_render_finalize),
14404         (gst_text_render_init), (gst_text_render_set_property):
14405         * ext/pango/gsttextrender.h:
14406           Add missing files.
14407
14408 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14409
14410         * configure.ac:
14411         * ext/Makefile.am:
14412         * ext/pango/Makefile.am:
14413         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14414         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14415         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14416         * ext/pango/gstclockoverlay.h:
14417         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14418         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14419         (gst_text_overlay_finalize), (gst_text_overlay_init),
14420         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14421         (gst_text_overlay_text_pad_linked),
14422         (gst_text_overlay_text_pad_unlinked),
14423         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14424         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14425         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14426         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14427         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14428         (gst_text_overlay_change_state), (plugin_init):
14429         * ext/pango/gsttextoverlay.h:
14430         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14431         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14432         (gst_time_overlay_class_init), (gst_time_overlay_init):
14433         * ext/pango/gsttimeoverlay.h:
14434           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14435           and add background shading and text wrapping modes. Make 
14436           timoverlay derive from textoverlay. Also add new clockoverlay
14437           element.
14438
14439 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14440
14441         * gst/udp/Makefile.am: Moved to netbuffer.
14442
14443 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14444
14445         * configure.ac:
14446         * PORTED_O9:
14447         * gst/multipart/Makefile.am:
14448         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14449         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14450         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14451         (gst_multipart_demux_change_state),
14452         (gst_multipart_demux_plugin_init):
14453         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14454         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14455         (gst_multipart_mux_sinkconnect),
14456         (gst_multipart_mux_request_new_pad),
14457         (gst_multipart_mux_handle_src_event),
14458         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14459         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14460         0.9.
14461
14462 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14463
14464         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14465         * gst/debug/gstnavigationtest.h:
14466         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14467         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14468         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14469         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14470         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14471         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14472         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14473         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14474         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14475         (gst_video_flip_get_type):
14476         * gst/videofilter/gstvideoflip.h:
14477           update for symbols change
14478
14479 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14480
14481         * gst/udp/gstdynudpsink.c:
14482         * gst/udp/gstudpsrc.c:
14483           the old gstnet lib was renamed gstnetbuffer (#322257)
14484
14485 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14486
14487         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14488         (gst_text_overlay_collected):
14489           Actually render the text from the text pad.
14490
14491 2005-11-29  Edward Hervey  <edward@fluendo.com>
14492
14493         * gst/debug/gstnavseek.c: (gst_navseek_event):
14494         * gst/debug/progressreport.c: (gst_progress_report_event):
14495         Update for GstBaseTransform event virtual method
14496
14497 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14498
14499         * ext/cairo/Makefile.am:
14500           no need to link to videofilter
14501
14502 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * gst/debug/Makefile.am:
14505         * gst/debug/gstnavigationtest.h:
14506         * gst/effectv/Makefile.am:
14507         * gst/effectv/gstaging.c:
14508         * gst/effectv/gstdice.c:
14509         * gst/effectv/gstedge.c:
14510         * gst/effectv/gstquark.c:
14511         * gst/effectv/gstrev.c:
14512         * gst/effectv/gstshagadelic.c:
14513         * gst/effectv/gstvertigo.c:
14514         * gst/effectv/gstwarp.c:
14515         * gst/videofilter/Makefile.am:
14516         * gst/videofilter/gstvideofilter.c:
14517         * gst/videofilter/gstvideofilter.h:
14518         * gst/videofilter/gstvideoflip.h:
14519           remove the videofilter library and link to the one in base
14520
14521 2005-11-28  Edward Hervey  <edward@fluendo.com>
14522
14523         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14524         Useless check now we're setting the current entry correctly.
14525
14526 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14527
14528         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14529         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14530         (gst_jpegenc_change_state):
14531           Don't leak input buffer in chain function (fixes #322667); make 
14532           state change function thread-safe; don't repeat the current function
14533           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14534           gst_pad_alloc_buffer(); misc. minor cleanups.
14535
14536 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14537
14538         * gst/matroska/matroska-mux.c:
14539         (gst_matroska_mux_video_pad_setcaps):
14540         Look for pixel-aspect-ratio in caps, not pixel_width and
14541         pixel_height (Fixes: #322645)
14542
14543 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14544
14545         * gst/matroska/matroska-mux.c:
14546         (gst_matroska_mux_video_pad_setcaps):
14547         From Michal Benes:
14548         frame duration should be GST_SECOND / framerate, not
14549         GST_SECOND * framerate. (Fixes: #322643)
14550
14551 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14552
14553         * configure.ac:
14554           fix up GST_PLUGIN_LDFLAGS
14555         * gst/rtsp/rtspconnection.c:
14556           fix includes (see #317043)
14557         * gst/videofilter/Makefile.am:
14558           stop installing this library
14559
14560 2005-11-26  Edward Hervey  <edward@fluendo.com>
14561
14562         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14563         Handle the case where the incoming Video dv stream doesn't have
14564         a pixel aspect ratio set.
14565
14566 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14567
14568         * docs/plugins/Makefile.am:
14569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14570         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14571         * ext/flac/gstflacdec.c:
14572           document flacdec
14573
14574 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14575
14576         * docs/plugins/Makefile.am:
14577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14578         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14579         * docs/plugins/inspect/plugin-autodetect.xml:
14580         * ext/cairo/gstcairo.c: (plugin_init):
14581         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14582         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14583         (gst_text_overlay_init), (gst_text_overlay_font_init),
14584         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14585         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14586         (gst_text_overlay_text_pad_linked),
14587         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14588         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14589         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14590         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14591         (gst_text_overlay_change_state):
14592         * ext/cairo/gsttextoverlay.h:
14593         * ext/cairo/gsttimeoverlay.c:
14594         (gst_cairo_time_overlay_update_font_height),
14595         (gst_cairo_time_overlay_set_caps),
14596         (gst_cairo_time_overlay_get_unit_size),
14597         (gst_cairo_time_overlay_print_smpte_time),
14598         (gst_cairo_time_overlay_transform),
14599         (gst_cairo_time_overlay_base_init),
14600         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14601         (gst_cairo_time_overlay_get_type):
14602         * ext/cairo/gsttimeoverlay.h:
14603           do some name borgifying
14604           document
14605
14606 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14607
14608         * docs/plugins/Makefile.am:
14609         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14611         * gst/autodetect/gstautoaudiosink.c:
14612         (gst_auto_audio_sink_base_init):
14613         * gst/autodetect/gstautovideosink.c:
14614         (gst_auto_video_sink_base_init),
14615         (gst_auto_video_sink_factory_filter):
14616           documenting auto*sink
14617           using strstr for the video sink lookup, class field is not ordered
14618         * docs/plugins/inspect/plugin-1394.xml:
14619         * docs/plugins/inspect/plugin-aasink.xml:
14620         * docs/plugins/inspect/plugin-alaw.xml:
14621         * docs/plugins/inspect/plugin-alpha.xml:
14622         * docs/plugins/inspect/plugin-alphacolor.xml:
14623         * docs/plugins/inspect/plugin-auparse.xml:
14624         * docs/plugins/inspect/plugin-autodetect.xml:
14625         * docs/plugins/inspect/plugin-avi.xml:
14626         * docs/plugins/inspect/plugin-cacasink.xml:
14627         * docs/plugins/inspect/plugin-cairo.xml:
14628         * docs/plugins/inspect/plugin-cutter.xml:
14629         * docs/plugins/inspect/plugin-debug.xml:
14630         * docs/plugins/inspect/plugin-dv.xml:
14631         * docs/plugins/inspect/plugin-efence.xml:
14632         * docs/plugins/inspect/plugin-effectv.xml:
14633         * docs/plugins/inspect/plugin-esdsink.xml:
14634         * docs/plugins/inspect/plugin-flac.xml:
14635         * docs/plugins/inspect/plugin-flxdec.xml:
14636         * docs/plugins/inspect/plugin-gconfelements.xml:
14637         * docs/plugins/inspect/plugin-goom.xml:
14638         * docs/plugins/inspect/plugin-jpeg.xml:
14639         * docs/plugins/inspect/plugin-level.xml:
14640         * docs/plugins/inspect/plugin-matroska.xml:
14641         * docs/plugins/inspect/plugin-mulaw.xml:
14642         * docs/plugins/inspect/plugin-navigationtest.xml:
14643         * docs/plugins/inspect/plugin-ossaudio.xml:
14644         * docs/plugins/inspect/plugin-png.xml:
14645         * docs/plugins/inspect/plugin-rtp.xml:
14646         * docs/plugins/inspect/plugin-rtsp.xml:
14647         * docs/plugins/inspect/plugin-shout2send.xml:
14648         * docs/plugins/inspect/plugin-smpte.xml:
14649         * docs/plugins/inspect/plugin-speex.xml:
14650         * docs/plugins/inspect/plugin-udp.xml:
14651         * docs/plugins/inspect/plugin-videobox.xml:
14652         * docs/plugins/inspect/plugin-videoflip.xml:
14653         * docs/plugins/inspect/plugin-videomixer.xml:
14654         * docs/plugins/inspect/plugin-wavenc.xml:
14655         * docs/plugins/inspect/plugin-wavparse.xml:
14656           update for HEAD version
14657
14658 2005-11-25  Michael Smith  <msmith@fluendo.com>
14659
14660         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14661           Patch from Sebastien Cote to close control sockets in udpsrc.
14662
14663 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14664
14665         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14666         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14667         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14668         (gst_quarktv_base_init), (gst_quarktv_class_init),
14669         (gst_quarktv_init): Flush the planes list on reverse caps
14670         negotiation. This was crashing because of differently sized
14671         buffers.
14672
14673 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14674
14675         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14676         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14677         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14678         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14679         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14680         (gst_videoflip_set_property), (gst_videoflip_base_init),
14681         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14682         correctly, fix identity flipping, convert navigation event 
14683         correctly again.
14684
14685 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14686
14687         * configure.ac: back to HEAD
14688
14689 === release 0.9.6 ===
14690
14691 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14692
14693         * configure.ac:
14694           releasing 0.9.6, "Everything's Not Lost"
14695
14696 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14697
14698         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14699         Oops, initialise the framerate GValue
14700
14701 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14702
14703         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14704         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14705         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14706         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14707         (gst_timeoverlay_get_type):
14708         * ext/cairo/gsttimeoverlay.h:
14709         * gst/debug/Makefile.am:
14710         * gst/debug/gstnavigationtest.c:
14711         (gst_navigationtest_handle_src_event),
14712         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14713         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14714         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14715         (gst_navigationtest_init), (gst_navigationtest_get_type),
14716         (plugin_init):
14717         * gst/debug/gstnavigationtest.h:
14718         * gst/effectv/Makefile.am:
14719         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14720         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14721         (gst_agingtv_base_init), (gst_agingtv_class_init),
14722         (gst_agingtv_init), (gst_agingtv_get_type):
14723         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14724         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14725         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14726         (gst_dicetv_get_type):
14727         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14728         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14729         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14730         (gst_edgetv_get_type):
14731         * gst/effectv/gsteffectv.c:
14732         * gst/effectv/gsteffectv.h:
14733         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14734         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14735         (gst_quarktv_change_state), (gst_quarktv_base_init),
14736         (gst_quarktv_class_init), (gst_quarktv_init),
14737         (gst_quarktv_get_type):
14738         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14739         (gst_revtv_get_unit_size), (gst_revtv_transform),
14740         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14741         (gst_revtv_get_type):
14742         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14743         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14744         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14745         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14746         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14747         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14748         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14749         (gst_vertigotv_init), (gst_vertigotv_get_type):
14750         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14751         (gst_warptv_get_unit_size), (gst_warptv_transform),
14752         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14753         (gst_warptv_get_type):
14754         * gst/videofilter/Makefile.am:
14755         * gst/videofilter/gstvideobalance.c:
14756         * gst/videofilter/gstvideobalance.h:
14757         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14758         (gst_videofilter_class_init), (gst_videofilter_init):
14759         * gst/videofilter/gstvideofilter.h:
14760         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14761         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14762         (gst_videoflip_flip), (gst_videoflip_transform),
14763         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14764         (gst_videoflip_base_init), (gst_videoflip_class_init),
14765         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14766         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14767         BaseTransform, it's just a place holder for now and every video
14768         effect plugin has been ported to use BaseTransform features 
14769         directly. QuarkTV was fixed too (was broken), navigationtest works
14770         and best for the end, videoflip converts navigation events depending
14771         on flip method ! Fixes #320953
14772
14773 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14774
14775         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14776         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14777         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14778         (gst_goom_src_negotiate), (gst_goom_chain):
14779         * gst/matroska/matroska-mux.c:
14780         (gst_matroska_mux_video_pad_setcaps):
14781         * sys/osxvideo/osxvideosink.m:
14782           Fixes for API changes
14783
14784 2005-11-23  Michael Smith <msmith@fluendo.com>
14785
14786         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14787         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14788         * ext/jpeg/gstjpegdec.h:
14789         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14790         * ext/jpeg/gstjpegenc.h:
14791         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14792         (gst_smokeenc_resync):
14793         * ext/jpeg/gstsmokeenc.h:
14794           JPEG fractiony goodness.
14795
14796 2005-11-22  Michael Smith <msmith@fluendo.com>
14797
14798         * gst/goom/filters.c:
14799         * gst/goom/graphic.h:
14800           Fix compilation by making some functions static inline instead of
14801           extern inline, matching the way they're used.
14802
14803 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14804
14805         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14806         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14807         * ext/cairo/gsttextoverlay.h:
14808         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14809         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14810         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14811         (gst_pngdec_caps_create_and_set):
14812         * ext/libpng/gstpngdec.h:
14813         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14814         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14815         * gst/avi/gstavimux.c: (gst_avimux_init),
14816         (gst_avimux_vidsinkconnect):
14817         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14818         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14819         (gst_goom_src_negotiate), (gst_goom_chain):
14820         * gst/goom/gstgoom.h:
14821         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14822         * gst/matroska/matroska-mux.c:
14823         (gst_matroska_mux_video_pad_setcaps):
14824         * sys/osxvideo/osxvideosink.h:
14825         * sys/osxvideo/osxvideosink.m:
14826           More fractional framerate conversions 
14827
14828 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14829
14830         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14831         * gst/debug/gstnavigationtest.c:
14832         (gst_navigationtest_handle_src_event):
14833         * gst/videofilter/gstvideofilter.c:
14834         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14835         (gst_videofilter_init):
14836         * gst/videofilter/gstvideofilter.h:
14837           Convert to fractional framerates.
14838
14839 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14840
14841         * ext/aalib/gstaasink.c:
14842         * ext/dv/gstdvdec.c:
14843         * ext/esd/esdmon.c:
14844         * ext/flac/gstflacenc.c:
14845         * ext/gdk_pixbuf/pixbufscale.c:
14846         * ext/libcaca/gstcacasink.c:
14847         * ext/shout2/gstshout2.c:
14848         * gst/alpha/gstalpha.c:
14849         * gst/oldcore/gstaggregator.c:
14850         * gst/oldcore/gstshaper.c:
14851         * gst/smpte/barboxwipes.c:
14852         * gst/smpte/gstsmpte.c:
14853         * gst/videobox/gstvideobox.c:
14854         * gst/videofilter/gstvideoflip.c:
14855         * gst/videomixer/videomixer.c:
14856           fix up more enums
14857
14858 2005-11-22  Michael Smith <msmith@fluendo.com>
14859
14860         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14861         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14862         (gst_videomixer_update_queues):
14863           Fractional framerates, videomixer.
14864
14865 2005-11-22  Michael Smith <msmith@fluendo.com>
14866
14867         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14868         * ext/dv/gstdvdec.h:
14869         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14870         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14871         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14872         (gst_dvdemux_flush):
14873         * ext/dv/gstdvdemux.h:
14874           Fractional framerates for DV. 
14875
14876 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         * gst/autodetect/gstautoaudiosink.c:
14879         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14880         * gst/autodetect/gstautovideosink.c:
14881         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14882           Use gst_plugin_feature_list_free() to free feature list and
14883           in the case of autovideosink free the list at all. Also
14884           miscellaneous cosmetic fixes.
14885
14886 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14887
14888         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14889         (gst_cutter_set_property), (gst_cutter_get_caps):
14890           copy calculation code from level; remove use of some audio
14891           functions
14892
14893 2005-11-22  Andy Wingo  <wingo@pobox.com>
14894
14895         * Update for gst_tag_setter API changes.
14896
14897 2005-11-22  Andy Wingo  <wingo@pobox.com>
14898
14899         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14900         (gst_dvdemux_demux_frame)
14901         * ext/flac/gstflacdec.c (gst_flacdec_write)
14902         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14903         (gst_flacenc_sink_event)
14904         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14905         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14906         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14907         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14908         * gst/auparse/gstauparse.c (gst_auparse_chain)
14909         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14910         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14911         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14912         (gst_avi_demux_handle_seek)
14913         * gst/goom/gstgoom.c (gst_goom_event)
14914         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14915         * gst/matroska/matroska-demux.c
14916         (gst_matroska_demux_handle_seek_event)
14917         (gst_matroska_demux_loop_stream_parse_id)
14918         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14919         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14920         (gst_wavparse_stream_headers): Run update-funcnames.
14921
14922 2005-11-22  Edward Hervey  <edward@fluendo.com>
14923
14924         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14925         (gst_dv1394src_init), (gst_dv1394src_dispose),
14926         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14927         (gst_dv1394src_uri_set_uri):
14928         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14929         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14930         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14931         URIHandler interface and element properties are now properly
14932         synchronized for DV1394src and UDPSrc
14933
14934 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14935
14936         * ext/flac/Makefile.am:
14937         * ext/speex/Makefile.am:
14938           libgsttagedit has been renamed to libgsttag.
14939
14940 2005-11-21  Wim Taymans  <wim@fluendo.com>
14941
14942         * gst/rtsp/rtspconnection.c: (read_body):
14943         Apply patch from Sebastien Cote to fix #319184.
14944
14945 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14946
14947         * configure.ac:
14948         * gst/cutter/Makefile.am:
14949         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14950         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14951         (gst_cutter_set_property), (gst_cutter_get_property),
14952         (plugin_init), (gst_cutter_get_caps):
14953           port cutter
14954         * gst/level/gstlevel.c:
14955           fix up plugin details
14956
14957 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14958
14959         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14960         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14961         (gst_flacdec_src_event):
14962         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14963         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14964         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14965         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14966         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14967         (gst_flxdec_sink_event_handler):
14968         * gst/matroska/matroska-demux.c:
14969         (gst_matroska_demux_handle_seek_event):
14970         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14971           Update for stream lock API changes: don't take stream log
14972           in sink event handlers any longer and change GST_STREAM_LOCK
14973           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14974           functions.
14975
14976 2005-11-21  Michael Smith <msmith@fluendo.com>
14977
14978         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14979           gst_object_unref, not g_object_unref
14980
14981 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14982
14983         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14984         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14985           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14986
14987 2005-11-21  Michael Smith <msmith@fluendo.com>
14988
14989         * gst/auparse/Makefile.am:
14990         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14991         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14992         (gst_auparse_change_state):
14993         * gst/auparse/gstauparse.h:
14994           Partially fix #161712. playbin still doesn't work on these files,
14995           (on the bug report, Andy says we aren't typefinding it for some
14996           reason?) but at least auparse isn't totally busted like it was before.
14997
14998 2005-11-21  Andy Wingo  <wingo@pobox.com>
14999
15000         * *.h:
15001         * *.c: Ran scripts/update-macros. Oh yes.
15002
15003 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15004
15005         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
15006           Filler events are gone for now, comment out section generating
15007           them.
15008
15009 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
15010
15011         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
15012         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
15013         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15014         * sys/osxvideo/osxvideosink.m:
15015           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
15016           (#322027)
15017
15018 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
15021         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
15022         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15023         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
15024         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
15025         (gst_avi_demux_stream_data):
15026         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
15027         * gst/wavenc/gstwavenc.c: (write_metadata):
15028         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
15029         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
15030         Fixes for GST_FOURCC_FORMAT API change.
15031
15032 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
15033
15034         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
15035         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
15036         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
15037         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15038         (gst_text_overlay_change_state):
15039         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
15040         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
15041         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
15042         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
15043         * gst/videomixer/videomixer.c: (gst_videomixer_init),
15044         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15045         (gst_videomixer_change_state):
15046           Fix for collect pads API change. Also fix textoverlay state
15047           change function.
15048
15049 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15050
15051         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
15052         GST_PAD_IS_USABLE by something approaching it.
15053
15054 2005-11-20  Julien MOUTTE  <julien@moutte.net>
15055
15056         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
15057         API changes.
15058         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
15059         but also fix the code that was not checking return values from
15060         pad_push neither using pad_alloc_buffer.
15061
15062 2005-11-18  Edward Hervey  <edward@fluendo.com>
15063
15064         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15065         (gst_pngenc_chain):
15066         Added debug category
15067         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
15068         goes to EOS.
15069
15070 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
15071
15072         * gst/rtp/Makefile.am
15073         * gst/rtp/gstrtp.c
15074         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
15075         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15076         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15077         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15078         * gst/rtp/gstrtpg711enc.h:
15079         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15080         * gst/rtp/gstrtpspeexenc.c:
15081         * gst/rtp/gstrtpspeexenc.h:
15082         * gst/rtp/gstrtpspeexdec.c:
15083         * gst/rtp/gstrtpspeexdec.h:
15084         Created Speex payloader and depayloader; Optimize G711 payloader to
15085         use adapter and send packets until MTU size.
15086
15087 2005-11-16  Wim Taymans  <wim@fluendo.com>
15088
15089         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15090         Fix leak in check.
15091
15092 2005-11-16  Wim Taymans  <wim@fluendo.com>
15093
15094         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15095         Fix state change.
15096
15097 2005-11-16  Andy Wingo  <wingo@pobox.com>
15098
15099         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15100         (gst_udpsrc_create): Move comment.
15101
15102 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15103
15104         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15105
15106         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15107           When seeking, seek to closest index entry at or before the requested
15108           seek position, not just the closest one (#321001).
15109
15110 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15111
15112         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15113         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15114           Invert DIB images again (see #132341).
15115
15116 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15117
15118         * configure.ac:
15119           rework configure.ac file
15120         * ext/aalib/gstaasink.c:
15121         * ext/cairo/gstcairo.c:
15122         * ext/dv/gstdv.c:
15123         * ext/esd/gstesd.c:
15124         * ext/flac/gstflac.c:
15125         * ext/gconf/gstgconfelements.c:
15126         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15127         * ext/jpeg/gstjpeg.c:
15128         * ext/ladspa/gstladspa.c:
15129         * ext/libcaca/gstcacasink.c:
15130         * ext/libmng/gstmng.c:
15131         * ext/libpng/gstpng.c:
15132         * ext/mikmod/gstmikmod.c:
15133         * ext/pango/gsttextoverlay.c:
15134         * ext/pango/gsttimeoverlay.c:
15135         * ext/raw1394/gst1394.c:
15136         * ext/speex/gstspeex.c:
15137         * gst/alpha/Makefile.am:
15138         * gst/alpha/gstalpha.c:
15139         * gst/alpha/gstalphacolor.c:
15140         * gst/auparse/gstauparse.c:
15141         * gst/autodetect/gstautoaudiosink.c:
15142         (gst_auto_audio_sink_factory_filter),
15143         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15144         * gst/autodetect/gstautodetect.c:
15145         * gst/avi/gstavi.c:
15146         * gst/cutter/gstcutter.c:
15147         * gst/debug/efence.c:
15148         * gst/debug/gstdebug.c:
15149         * gst/debug/gstnavigationtest.c:
15150         * gst/effectv/gsteffectv.c:
15151         * gst/flx/gstflxdec.c:
15152         * gst/goom/gstgoom.c:
15153         * gst/interleave/plugin.c:
15154         * gst/law/alaw.c:
15155         * gst/law/mulaw.c:
15156         * gst/level/gstlevel.c:
15157         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15158         * gst/matroska/matroska.c:
15159         * gst/median/gstmedian.c:
15160         * gst/monoscope/gstmonoscope.c:
15161         * gst/multipart/multipart.c:
15162         * gst/oldcore/gstelements.c:
15163         * gst/rtp/gstrtp.c:
15164         * gst/rtsp/gstrtsp.c:
15165         * gst/smoothwave/gstsmoothwave.c:
15166         * gst/smpte/gstsmpte.c:
15167         * gst/udp/gstudp.c:
15168         * gst/videobox/gstvideobox.c:
15169         * gst/videofilter/gstgamma.c:
15170         * gst/videofilter/gstvideobalance.c:
15171         * gst/videofilter/gstvideoflip.c:
15172         * gst/videofilter/gstvideotemplate.c:
15173         * gst/videomixer/videomixer.c:
15174         * gst/wavenc/gstwavenc.c:
15175         * gst/wavparse/gstwavparse.c:
15176         * sys/oss/gstossaudio.c:
15177         * sys/osxaudio/gstosxaudio.c:
15178           update GST_PLUGIN_DEFINE
15179         * gst/rtp/Makefile.am:
15180         * gst/rtp/gstasteriskh263.c:
15181           check for htons/htonl headers and possibly link to winsock2 lib
15182
15183 2005-11-12  Edward Hervey  <edward@fluendo.com>
15184
15185         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15186         Only GST_DEBUG() information on the valid components.
15187
15188 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15189
15190         * configure.ac: back to HEAD
15191
15192 === release 0.9.5 ===
15193
15194 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15195
15196         * configure.ac:
15197           releasing 0.9.5, "Phone Alarm"
15198
15199 2005-11-11  Edward Hervey  <edward@fluendo.com>
15200
15201         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15202         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15203         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15204         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15205         (gst_avi_demux_loop):
15206         * gst/avi/gstavidemux.h:
15207         Yeah, implement proper seeking. Exact seeking and segment seeking.
15208         Still need to do some checks for segment_stop.
15209
15210 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15211
15212         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15213
15214         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15215           Don't try to ready buffer duration from buffer that we don't
15216           own any  longer and that might already have been unreffed.
15217           (#321136)
15218
15219 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15220
15221         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15222         (flx_decode_delta_flc), (gst_flxdec_chain):
15223         Attempting to optimize the code for embedded systems.
15224
15225 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15226
15227         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15228
15229         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15230           Don't re-use already closed file descriptor. (#320920)
15231
15232 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15233
15234         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15235         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15236         (gst_oss_sink_prepare):
15237         * sys/oss/gstosssink.h:
15238           Cache probed caps; fix debug output for SET_PARAM macros.
15239
15240 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15241
15242         * ext/cairo/Makefile.am:
15243         * ext/cairo/gstcairo.c: (plugin_init):
15244         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15245         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15246         (gst_text_overlay_init), (gst_text_overlay_font_init),
15247         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15248         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15249         (gst_text_overlay_text_pad_linked),
15250         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15251         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15252         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15253         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15254         (gst_text_overlay_change_state):
15255         * ext/cairo/gsttextoverlay.h:
15256           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15257           property and redo positioning. Doesn't handle upstream renegotiation
15258           yet though.
15259
15260 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15261
15262         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15263         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15264         (gst_avi_demux_loop):
15265           No need to take the STREAM_LOCK in the loop function. Improve
15266           some debug messages. Don't leak pad names in debug messages.
15267
15268 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         * gst/matroska/matroska-demux.c:
15271         (gst_matroska_demux_push_vorbis_codec_priv_data),
15272         (gst_matroska_demux_add_wvpk_header):
15273           Don't error out when the source pad isn't linked.
15274
15275 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15278         (gst_gconf_audio_sink_change_state):
15279         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15280         (gst_gconf_video_sink_change_state):
15281           Fix state change functions here as well and set kid
15282           to NULL state before removing it.
15283
15284 2005-11-01  Edward Hervey  <edward@fluendo.com>
15285
15286         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15287         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15288         Added proper event handlind, 
15289         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15290         ignored),
15291         and don't set a duration of 0 for buffers otherwise they are discarded
15292         by GstBaseSink.
15293
15294         GstWavEnc needs some serious loving, after going through the code I'm
15295         really wondering how this can stay in -good ...
15296
15297 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15298
15299         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15300         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15301         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15302         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15303         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15304         (gst_matroska_mux_collected):
15305           Fix leaks and invalid memory access as reported by valgrind
15306
15307 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15308
15309         Patch by: Michal Benes <michal.benes@xeris.cz>
15310
15311         * check/Makefile.am:
15312         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15313         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15314         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15315           add a unit test for matroskamux
15316           fix the bugs that the unit test exposed
15317
15318 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15319
15320         * gst/autodetect/gstautoaudiosink.c:
15321         (gst_auto_audio_sink_class_init),
15322         (gst_auto_audio_sink_change_state):
15323         * gst/autodetect/gstautovideosink.c:
15324         (gst_auto_video_sink_class_init),
15325         (gst_auto_video_sink_change_state):
15326           Fix state change function and use GST_DEBUG_FUNCPTR in
15327           class_init.
15328
15329 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15330
15331         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15332
15333         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15334         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15335         * gst/matroska/ebml-write.h:
15336         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15337           Set timestamps on outgoing ebml headers as well, so that the
15338           element after matroskamux can get the timestamp already when
15339           reading the first ebml element and doesn't have to wait for
15340           the actual data buffer for that (#320308).
15341           
15342 2005-10-31  Andy Wingo  <wingo@pobox.com>
15343
15344         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15345         (gst_videomixer_pad_link): Kill some memleaks.
15346         (gst_videomixer_pad_get_property): Style fix.
15347         (gst_videomixer_pad_set_property): Style fix.
15348         (gst_videomixer_pad_init): Style fix.
15349         (gst_videomixer_update_queues): Kill memleak.
15350         (gst_videomixer_loop): Kill memleak.
15351         (gst_videomixer_collected): Kill memleak.
15352
15353 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15354
15355         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15356         gst_auparse_change_state:
15357         Just some cleanup.
15358
15359 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15360
15361         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15362         Add checks to GST_FLOW_NOT_LINKED for values returned
15363         from gst_pad_push.
15364         
15365 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15366
15367         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15368         (gst_rtpg711dec_process):
15369         * gst/rtp/gstrtpgsmenc.c:
15370         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15371         are never set. This is important for the g711 to work with burger's rtpbin
15372         element.
15373
15374 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15375
15376         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15377         (gst_speexenc_push_buffer):
15378         Add checks for return values from gst_pad_push and
15379         gst_pad_alloc_buffer.
15380
15381 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15382
15383         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15384
15385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15386         (gst_matroska_demux_parse_info),
15387         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15388         (gst_matroska_demux_parse_cluster):
15389         * gst/matroska/matroska-ids.h:
15390         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15391         (gst_matroska_mux_init), (gst_matroska_mux_start),
15392         (gst_matroska_mux_create_buffer_header),
15393         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15394         (gst_matroska_mux_get_property):
15395         * gst/matroska/matroska-mux.h:
15396           Add SimpleBlock support to matroska demuxer and muxer (part of
15397           Matroska v2). (#319731)
15398
15399 2005-10-28  Wim Taymans  <wim@fluendo.com>
15400
15401         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15402         (gst_jpeg_dec_change_state):
15403         * ext/jpeg/gstjpegdec.h:
15404         Cleanups. Don't create caps for every chain.
15405
15406 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15407
15408         * gst/law/alaw-encode.c: (gst_alawenc_init),
15409         (alawenc_setcaps), (gst_alawenc_chain)
15410         * gst/law/alaw-encode.h:
15411         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15412         (mulawenc_setcaps), (gst_mulawenc_chain)
15413         * gst/law/mulaw-encode.h:
15414         Set timestamp on buffer and it allows RTP G711 elements
15415         work properly.
15416
15417 2005-10-27  Wim Taymans  <wim@fluendo.com>
15418
15419         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15420         Set correct format on oss instead of a silly value. 
15421
15422 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15423
15424         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15425         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15426         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15427         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15428         I420 rendering as well, doesn't bring much for my platform.
15429         Might help on some other platforms.
15430
15431 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15432
15433         * gst/rtp/gstrtpgsmenc.c:
15434         * gst/rtp/gstrtpgsmparse.c:
15435         Declaring the padtemplate correctly.
15436
15437 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15438
15439         * gst/rtp/gstrtpg711dec.c:
15440         * gst/rtp/gstrtpg711enc.c:
15441         * gst/rtp/gstrtpgsmenc.c:
15442         * gst/rtp/gstrtpgsmparse.c:
15443         Setting the proper copyright notice.
15444
15445 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15446
15447         * gst/videobox/Makefile.am: Use liboil.
15448         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15449         (gst_video_box_set_property), (gst_video_box_transform_caps),
15450         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15451         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15452         using liboil. Will dot the same to I420 border generation
15453         tomorrow.
15454
15455 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15456
15457         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15458         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15459         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15460         * gst/rtp/gstrtpg711dec.h:
15461         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15462         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15463         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15464         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15465         (gst_rtpgsmenc_handle_buffer):
15466         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15467         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15468         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15469         * gst/rtp/gstrtpgsmparse.h:
15470         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15471         inherits from the basertpdepayloader.
15472
15473 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15474
15475         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15476         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15477         (gst_video_box_ayuv): Removing this forgotten debug.
15478
15479 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15480
15481         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15482         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15483         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15484
15485 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15486
15487         * sys/oss/gstossaudio.c:
15488         * sys/oss/gstossdmabuffer.c:
15489         * sys/oss/gstosshelper.c:
15490         * sys/oss/gstossmixer.c:
15491         * sys/oss/gstossmixerelement.c:
15492         * sys/oss/gstossmixertrack.c:
15493         * sys/oss/gstosssink.c:
15494         * sys/oss/gstosssrc.c:
15495           Actually use the 'oss' debug category we register.
15496
15497 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15498
15499         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15500         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15501         Use gst_pad_get_parent and drop the ref that was added through
15502         that call.
15503
15504 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15505
15506         * gst/rtp/gstrtpgsmenc.c:
15507           Fix compilation
15508
15509 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15510
15511         * gst/rtp/gstrtpg711dec.c
15512         Just removed a couple of lines of weird code used during
15513         development/test time.
15514
15515 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15516
15517         * gst/rtp/Makefile.am
15518         * gst/rtp/gstrtp.c
15519         * gst/rtp/gstrtpg711enc.c
15520         * gst/rtp/gstrtpg711enc.h
15521         * gst/rtp/gstrtpg711dec.c
15522         * gst/rtp/gstrtpg711dec.h
15523         Created G711 payloader and depayloader (it supports mulaw and alaw
15524         (dec)encoders)
15525
15526 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15527
15528         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15529         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15530         Doh ! I introduced wingo's bug again ! Sorry...
15531
15532 2005-10-25  Christian Schaller <christian@fluendo.com> 
15533
15534         * gst/rtp/Makefile.am: add missing header files for disting
15535
15536 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15537
15538         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15539         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15540         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15541         (gst_rtpgsmenc_handle_buffer):
15542         * gst/rtp/gstrtpgsmenc.h:
15543         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15544         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15545         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15546         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15547         * gst/rtp/gstrtpgsmparse.h:
15548         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15549
15550 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15551
15552         * ext/libpng/gstpngdec.c: (user_info_callback),
15553         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15554         a newsegment event, move some redundant code in a single place.
15555
15556 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15557
15558         * ext/libpng/gstpngdec.c: (user_info_callback),
15559         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15560         hack to get correct colors order when we have a png image with
15561         alpha channel.
15562
15563 2005-10-24  Edward Hervey  <edward@fluendo.com>
15564
15565         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15566         Call gst_element_no_more_pads when there will be no more pads.
15567
15568 2005-10-24  Wim Taymans  <wim@fluendo.com>
15569
15570         * gst/rtp/Makefile.am:
15571         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15572         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15573         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15574         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15575         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15576         (gst_asteriskh263_plugin_init):
15577         * gst/rtp/gstasteriskh263.h:
15578         * gst/rtp/gstrtp.c: (plugin_init):
15579         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15580         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15581         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15582         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15583         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15584         (gst_rtph263enc_plugin_init):
15585         * gst/rtp/gstrtph263enc.h:
15586         Added two new payloaders, an RFC 2190 payloader for h263 and
15587         a payload convertor for an asterisk server.
15588
15589 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15590
15591         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15592           Set bytes_per_sample correctly (is not always 4, but 
15593           depends on width and number of channels).
15594
15595 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15596
15597         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15598         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15599         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15600         (gst_flacenc_sink_event), (gst_flacenc_chain),
15601         (gst_flacenc_set_property), (gst_flacenc_get_property),
15602         (gst_flacenc_change_state):
15603         * ext/flac/gstflacenc.h:
15604           Fix seeking, so that flacenc can rewrite the header with the
15605           correct duration and amount of samples and all that at EOS;
15606           also set timestamps and granulepos on outgoing buffers; add
15607           debug category; fix state change function.
15608           
15609 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15610
15611         * gst/videomixer/videomixer.c: Don't restrict video geometry
15612         from 16 to 4096.
15613
15614 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15615
15616         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15617         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15618         Fix caps negotiation correctly, add debugging category.
15619
15620 2005-10-24  Christian Schaller  <christian@fluendo.com>
15621
15622         * configure.ac: Port over Thomas's change from base listing all plugins
15623
15624 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15625
15626         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15627         a sink pad.
15628
15629 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15630
15631         * configure.ac:
15632         * docs/upload.mak:
15633           back to HEAD
15634
15635 === release 0.9.4 ===
15636
15637 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15638
15639         * configure.ac:
15640           Releasing 0.9.4, "Dromiceiomimus"
15641
15642 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15643
15644         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15645         (gst_speexenc_src_query):
15646           Add position and duration query, fix query type function.
15647           
15648         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15649         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15650           Let's not set non-fixed caps on source pads.
15651
15652 2005-10-21  Wim Taymans  <wim@fluendo.com>
15653
15654         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15655         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15656         (gst_avi_demux_handle_seek):
15657         Set correct stream_time in newsegment event.
15658         avi can also handle a duration query now.
15659
15660 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15661
15662         * gst/matroska/matroska-demux.c:
15663         (gst_matroska_demux_handle_src_query),
15664         (gst_matroska_demux_handle_seek_event),
15665         (gst_matroska_demux_loop_stream_parse_id):
15666           Fix duration query; fix basetime in newsegment event after
15667           seek; fix duration in initial newsegment event.
15668
15669         * gst/matroska/matroska-mux.c:
15670         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15671           Extract number of channels and samplerate from vorbis headers;
15672           add some debug messages when querying the durations of the
15673           input streams.
15674
15675 2005-10-20  Wim Taymans  <wim@fluendo.com>
15676
15677         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15678         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15679         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15680         Set stream time correctly in newsegment.
15681
15682 2005-10-20  Wim Taymans  <wim@fluendo.com>
15683
15684         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15685         Correctly fill in the stream time.
15686
15687 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15688
15689         * check/elements/level.c: (GST_START_TEST):
15690         * gst/level/gstlevel.c: (gst_level_message_new):
15691         * gst/level/level-example.c: (message_handler):
15692           use ELEMENT messages instead
15693
15694 2005-10-19  Wim Taymans  <wim@fluendo.com>
15695
15696         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15697         (gst_dvdemux_src_query):
15698         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15699         (gst_flacdec_src_query):
15700         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15701         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15702         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15703         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15704         * gst/debug/progressreport.c: (gst_progress_report_report):
15705         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15706         * gst/matroska/matroska-demux.c:
15707         (gst_matroska_demux_handle_src_query):
15708         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15709         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15710         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15711         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15712         (gst_wavparse_srcpad_event):
15713         API change fix.
15714
15715 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15716
15717         * gst/goom/filters.c:
15718         * gst/goom/graphic.h:
15719         * gst/goom/lines.c:
15720           Make inline functions either 'static inline' or 'extern inline',
15721           otherwise the Forte compiler apparently won't inline them (#317300).
15722
15723 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15724
15725         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15726         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15727         (user_info_callback), (user_endrow_callback), (user_end_callback),
15728         (user_read_data), (gst_pngdec_caps_create_and_set),
15729         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15730         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15731         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15732         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15733         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15734         very nice and handle push/pull based model. if you have filesrc
15735         connected to it, it will do random access to load the png file.
15736         If you have a network source that can't do _getrange, it does 
15737         progressive loading through the chain function.
15738         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15739         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15740         thanks to Master Wim Taymans ;-)
15741
15742 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15743
15744         * gst/matroska/Makefile.am:
15745         * gst/matroska/ebml-read.c:
15746         * gst/matroska/ebml-read.h:
15747         * gst/matroska/matroska-demux.c:
15748         * gst/matroska/matroska-demux.h:
15749         * gst/matroska/matroska.c: (plugin_init):
15750           Ported matroska demuxer to 0.9.
15751
15752 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15753
15754         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15755
15756         * gst/matroska/matroska-mux.c:
15757         (gst_matroska_mux_video_pad_setcaps),
15758         (gst_matroska_mux_audio_pad_setcaps):
15759           Fix mpeg4 input handling (#318847); also, while we're at it,
15760           fix media type for Motion-JPEG: should be image/jpeg.
15761
15762 2005-10-18  Wim Taymans  <wim@fluendo.com>
15763
15764         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15765         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15766         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15767         Fix for segment-start/stop API change.
15768
15769 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15770
15771         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15772         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15773         way.
15774
15775 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15776
15777         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15778         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15779         output declared in transform_caps.
15780
15781 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15782
15783         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15784
15785 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15786
15787         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15788         (gst_video_box_get_unit_size): Fix wrong size calculations and
15789         implement get_unit_size correctly.
15790
15791 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15792
15793         * configure.ac:
15794           Enable flx plugin.
15795
15796         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15797           Fix gcc4 signedness issue.
15798
15799 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15800
15801         * configure.ac: Adding videomixer.
15802         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15803         (user_read_data), (gst_pngdec_chain): More debugging.
15804         * gst/alpha/Makefile.am: Adding alphacolor
15805         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15806         (gst_alpha_color_class_init), (gst_alpha_color_init),
15807         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15808         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15809         (plugin_init): Ported to 0.9 using in place base tranform.
15810         * gst/videomixer/Makefile.am:
15811         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15812         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15813         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15814         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15815         (gst_videomixer_init), (gst_videomixer_getcaps),
15816         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15817         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15818         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15819         to 0.9 using collectpads.
15820
15821 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15822
15823         * configure.ac:
15824         * gst/flx/Makefile.am:
15825         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15826         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15827         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15828         * gst/flx/gstflxdec.h:
15829         flx plugin ported to 0.9
15830
15831 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15832
15833         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15834           use new gst_version_string()
15835
15836 2005-10-16  Andy Wingo  <wingo@pobox.com>
15837
15838         * configure.ac: GLIB_CHECK.
15839
15840 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15841
15842         * ext/libpng/Makefile.am:
15843         * ext/libpng/gstpng.c: (plugin_init):
15844         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15845         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15846         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15847
15848 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15849
15850         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15851
15852         * configure.ac:
15853         * gst/matroska/Makefile.am:
15854         * gst/matroska/ebml-ids.h:
15855         * gst/matroska/ebml-write.c:
15856         * gst/matroska/ebml-write.h:
15857         * gst/matroska/matroska-ids.h:
15858         * gst/matroska/matroska-mux.c:
15859         * gst/matroska/matroska-mux.h:
15860         * gst/matroska/matroska.c: (plugin_init):
15861           Port matroska muxer to 0.9 (#318847).
15862
15863 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15864
15865         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15866         (comment_init), (comment_add):
15867           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15868           use GST_READ_UINT32_LE() and friends rather than the private
15869           implementation of those same macros.
15870
15871 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15872
15873         * examples/stats/mp2ogg.c:
15874           more typo fixes
15875
15876 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15877
15878         * examples/indexing/indexmpeg.c: (main):
15879         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15880         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15881         * ext/esd/esdmon.h:
15882         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15883         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15884         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15885         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15886         * gst/avi/gstavimux.c: (gst_avimux_init):
15887         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15888         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15889         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15890         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15891         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15892         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15893         * gst/oldcore/gstmultifilesrc.h:
15894         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15895         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15896         (gst_pipefilter_change_state):
15897         * gst/oldcore/gstpipefilter.h:
15898         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15899         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15900         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15901         * sys/osxaudio/gstosxaudiosink.h:
15902         * sys/osxaudio/gstosxaudiosrc.h:
15903           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15904           moved bitshift from macro to enum definition
15905
15906 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * ext/Makefile.am:
15909         * ext/cairo/Makefile.am:
15910         * ext/cairo/gstcairo.c: (plugin_init):
15911         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15912         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15913         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15914         * ext/cairo/gsttimeoverlay.h:
15915           update of cairo-based timeoverlay to 1.0 Cairo API
15916           doesn't work yet for resizing of output sink
15917
15918 2005-10-11  Wim Taymans  <wim@fluendo.com>
15919
15920         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15921         newsegment API fix.
15922
15923 2005-10-11  Wim Taymans  <wim@fluendo.com>
15924
15925         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15926         (gst_dvdemux_demux_frame):
15927         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15928         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15929         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15930         (gst_avi_demux_handle_seek):
15931         * gst/goom/gstgoom.c: (gst_goom_event):
15932         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15933         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15934         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15935         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15936         (gst_wavparse_srcpad_event):
15937         newsegment API update.
15938
15939 2005-10-11  Andy Wingo  <wingo@pobox.com>
15940
15941         * ext/speex/gstspeexenc.c: Signedness cleanups.
15942
15943 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15944
15945         * PORTED_09:
15946         * ext/speex/Makefile.am:
15947         * ext/speex/gstspeex.c:
15948         * ext/speex/gstspeexenc.c:
15949         Speexenc ported to 0.9
15950
15951 2005-10-10  Wim Taymans  <wim@fluendo.com>
15952
15953         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15954         (gst_oss_sink_init), (gst_oss_sink_set_property),
15955         (gst_oss_sink_get_property), (gst_oss_sink_open),
15956         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15957         * sys/oss/gstosssink.h:
15958         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15959         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15960         (gst_oss_src_prepare):
15961         Cleanups, make device configurable in the sink, handle and report
15962         errors.
15963
15964 2005-10-10  Wim Taymans  <wim@fluendo.com>
15965
15966         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15967         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15968         Make sure element is NULL before removing from the bin.
15969
15970 2005-10-07  Andy Wingo  <wingo@pobox.com>
15971
15972         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15973         block forever in a read().
15974         (gst_dv1394src_bus_reset): Post a message when the cable is
15975         unplugged.
15976         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15977         (gst_dv1394src_bus_reset): Don't unref the message.
15978
15979         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15980         hacking. The only change should be that the state change stuff was
15981         put into basesrc's start() and stop() routines, which coalesces
15982         some steps.
15983
15984 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15985
15986         * configure.ac:
15987           Add check for mmap
15988           
15989         * gst/debug/Makefile.am:
15990           Only compile efence plugin on systems that have mmap.
15991
15992 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15993
15994         * gst/debug/Makefile.am:
15995         * gst/debug/breakmydata.c:
15996         * gst/debug/gstdebug.c:
15997         * gst/debug/gstnavigationtest.c:
15998         * gst/debug/gstnavseek.c: 
15999         * gst/debug/gstnavseek.h:
16000         * gst/debug/progressreport.c: 
16001         * gst/debug/testplugin.c:
16002           Port progressreport, navseek, navigationtest, testsink and
16003           breakmydata.
16004
16005 2005-10-05  Edward Hervey  <edward@fluendo.com>
16006
16007         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
16008         (gst_dvdemux_src_query):
16009         Fixes for better conversion
16010
16011 2005-10-04  Michael Smith <msmith@fluendo.com>
16012
16013         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
16014         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
16015         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
16016         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
16017           Set state of elements to NULL before removing from bins.
16018           Set state of test element to NULL if we failed to move it to READY
16019
16020 2005-10-04  Edward Hervey  <edward@fluendo.com>
16021
16022         * ext/dv/Makefile.am:
16023         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
16024         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
16025         Corrected the query function for position so it doesn't forget what
16026         format was asked, and calls the conversion functions on the correct pad.
16027
16028 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16029
16030         * configure.ac:
16031           back to development
16032
16033 === release 0.9.3 ===
16034
16035 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16036
16037         * configure.ac:
16038           Releasing 0.9.3, "Aramis"
16039
16040 2005-10-03  Andy Wingo  <wingo@pobox.com>
16041
16042         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
16043         error returns.
16044
16045 2005-10-02  Andy Wingo  <wingo@pobox.com>
16046
16047         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
16048
16049         * ext/flac/gstflacenc.c: Ported to 0.9.
16050
16051         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
16052
16053         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
16054         and link to gsttagedit. Enable flacenc.
16055
16056         * ext/flac/gstflacdec.c: Re-enable tag reading.
16057
16058 2005-09-30  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16061         * gst/rtp/gstrtpgsmparse.c:
16062         * gst/rtp/gstrtph263penc.c:
16063         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16064         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16065         (gst_rtpmp4venc_set_property):
16066         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16067         Various class and caps fixes from Andre Magalhaes (andrunko)
16068
16069 2005-09-29  Wim Taymans  <wim@fluendo.com>
16070
16071         * gst/level/level-example.c: (main):
16072         Update for new bus API.
16073
16074 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
16075
16076         * configure.ac:
16077           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16078           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16079
16080 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16081
16082         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16083           Fix playback of mono streams (bytes_per_sample should be set
16084           from the sample width and the number of channels negotiated,
16085           and not just be set to 4) (#317338)
16086
16087 2005-09-26  Wim Taymans  <wim@fluendo.com>
16088
16089         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16090         (gst_rtpmpaenc_handle_buffer):
16091         Set buffer duration correctly.
16092
16093 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16096         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16097         (gst_avi_demux_change_state):
16098           Don't crash when encountering a stream with an unknown fourcc or
16099           codec id. Instead, create a pad of type video/x-avi-unknown or
16100           audio/x-avi-unknown, which as a side-effect also results in less
16101           confusing error messages in players ('no decoder' vs. 'no streams');
16102           minor fixes to state change function and class_init function.
16103
16104 2005-09-24  Wim Taymans  <wim@fluendo.com>
16105
16106         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16107         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16108         These are sinks.
16109
16110 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16111
16112         * check/elements/level.c: (GST_START_TEST):
16113           fix test for new GstClockTime use
16114         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16115         (gst_level_transform_ip):
16116         * gst/level/gstlevel.h:
16117           fix up the decay peak, ensuring the decay peak is never lower
16118           than the peak for that interval
16119
16120 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16121
16122         * docs/plugins/gst-plugins-good-plugins.args:
16123         * docs/plugins/inspect/plugin-alpha.xml:
16124         * docs/plugins/inspect/plugin-rtp.xml:
16125         * gst/level/gstlevel.c: (gst_level_set_caps),
16126         (gst_level_transform_ip):
16127           updating docs
16128
16129 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16130
16131         * Makefile.am:
16132         * check/elements/level.c: (GST_START_TEST):
16133         * gst/level/Makefile.am:
16134         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16135         (gst_level_set_property), (gst_level_get_property),
16136         (gst_level_set_caps), (gst_level_message_new),
16137         (gst_level_transform_ip):
16138         * gst/level/gstlevel.h:
16139         * gst/level/level-example.c: (message_handler), (main):
16140           convert to using GstClockTime for all time values, finally.
16141
16142 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16143
16144         * gst/auparse/Makefile.am:
16145         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16146           fix up build
16147         * configure.ac:
16148         * ext/cairo/Makefile.am:
16149         * ext/dv/Makefile.am:
16150         * ext/esd/Makefile.am:
16151         * ext/flac/Makefile.am:
16152         * ext/gconf/Makefile.am:
16153         * ext/gdk_pixbuf/Makefile.am:
16154         * ext/jpeg/Makefile.am:
16155         * ext/ladspa/Makefile.am:
16156         * ext/libcaca/Makefile.am:
16157         * ext/libmng/Makefile.am:
16158         * ext/libpng/Makefile.am:
16159         * ext/mikmod/Makefile.am:
16160         * ext/pango/Makefile.am:
16161         * ext/raw1394/Makefile.am:
16162         * ext/shout2/Makefile.am:
16163         * ext/speex/Makefile.am:
16164         * gst/alpha/Makefile.am:
16165         * gst/autodetect/Makefile.am:
16166         * gst/avi/Makefile.am:
16167         * gst/cutter/Makefile.am:
16168         * gst/debug/Makefile.am:
16169         * gst/effectv/Makefile.am:
16170         * gst/flx/Makefile.am:
16171         * gst/goom/Makefile.am:
16172         * gst/interleave/Makefile.am:
16173         * gst/law/Makefile.am:
16174         * gst/matroska/Makefile.am:
16175         * gst/median/Makefile.am:
16176         * gst/monoscope/Makefile.am:
16177         * gst/multipart/Makefile.am:
16178         * gst/oldcore/Makefile.am:
16179         * gst/rtp/Makefile.am:
16180         * gst/rtsp/Makefile.am:
16181         * gst/smoothwave/Makefile.am:
16182         * gst/smpte/Makefile.am:
16183         * gst/videobox/Makefile.am:
16184         * gst/videofilter/Makefile.am:
16185         * gst/videomixer/Makefile.am:
16186         * gst/wavenc/Makefile.am:
16187         * gst/wavparse/Makefile.am:
16188         * sys/oss/Makefile.am:
16189         * sys/osxaudio/Makefile.am:
16190         * sys/osxvideo/Makefile.am:
16191           fix up GST_LIBS use
16192
16193 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16194
16195         * gst/auparse/Makefile.am:
16196         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16197           fix build of auparse
16198
16199 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16200
16201         * configure.ac:
16202         * PORTED_09:
16203         * gst/auparse/gstauparse.c:
16204         * gst/auparse/gstauparse.h:
16205         Auparse ported to 0.9.
16206
16207 2005-09-22  Wim Taymans  <wim@fluendo.com>
16208
16209         * gst/rtp/TODO:
16210         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16211         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16212         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16213         (gst_rtpmp4venc_set_property):
16214         * gst/rtp/gstrtpmp4venc.h:
16215         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16216         * gst/rtp/gstrtpmpaenc.h:
16217         Use is_filled to both check MTU and max-ptime of base class.
16218
16219 2005-09-22  Wim Taymans  <wim@fluendo.com>
16220
16221         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16222         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16223         (gst_rtpmp4venc_set_property):
16224         Don't fragment packets with multiple frames.
16225
16226 2005-09-22  Wim Taymans  <wim@fluendo.com>
16227
16228         * gst/rtp/TODO:
16229         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16230         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16231         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16232         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16233         (gst_rtpmp4venc_get_property):
16234         * gst/rtp/gstrtpmp4venc.h:
16235         Remove g_print.
16236         Update TODO
16237         Make payload encoder a bit smarter and more correct with
16238         timestamps.
16239         Added option in payloader to include config string in-band.
16240
16241 2005-09-21  Wim Taymans  <wim@fluendo.com>
16242
16243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16244         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16245         (gst_rtspsrc_send):
16246         Strip spaces for key/value pairs.
16247
16248 2005-09-21  Wim Taymans  <wim@fluendo.com>
16249
16250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16251         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16252         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16253         (gst_rtspsrc_change_state):
16254         More SDP parsing and caps setting.
16255         Do NO_PREROLL differently.
16256         add pads only after negotiated.
16257
16258         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16259         (gst_udpsrc_getcaps):
16260         Implement the getcaps function.
16261
16262 2005-09-21  Wim Taymans  <wim@fluendo.com>
16263
16264         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16265         (gst_rtpamrdec_chain):
16266         Handle multiple AMr packets per payload. Handle CRC and
16267         parse ILL/ILP.
16268
16269         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16270         Make caps params strings for easy SDP mapping.
16271         
16272         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16273         Handle capsnego better.
16274
16275         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16276         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16277         Generate and parse config string in the caps.
16278
16279 2005-09-21  Wim Taymans  <wim@fluendo.com>
16280
16281         * gst/rtp/README:
16282         Update README
16283
16284         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16285         Make extra params as strings.
16286
16287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16288         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16289         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16290         Make state change return NO_PREROLL as this is a live
16291         source.
16292
16293         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16294         Don't unref old caps when NULL.
16295
16296 2005-09-20  Wim Taymans  <wim@fluendo.com>
16297
16298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16299         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16300         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16301         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16302         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16303         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16304         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16305         * gst/rtsp/sdpmessage.h:
16306         Add URI handler.
16307         Parse SDP and create caps.
16308
16309 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16310
16311         * gst/alpha/gstalpha.c:
16312           fix element description
16313
16314 2005-09-19  Wim Taymans  <wim@fluendo.com>
16315
16316         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16317         Don't check payload for now.
16318
16319 2005-09-19  Wim Taymans  <wim@fluendo.com>
16320
16321         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16322         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16323         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16324         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16325         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16326         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16327         (gst_wavparse_change_state):
16328         * gst/wavparse/gstwavparse.h:
16329         Fix wavparse some more.
16330
16331 2005-09-19  Wim Taymans  <wim@fluendo.com>
16332
16333         * check/elements/level.c: (GST_START_TEST):
16334         Fix for bus API change.
16335
16336 2005-09-19  Wim Taymans  <wim@fluendo.com>
16337
16338         * gst/level/level-example.c: (main):
16339         Fix for new bus API.
16340
16341         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16342         Set caps on pads.
16343
16344 2005-09-15  Wim Taymans  <wim@fluendo.com>
16345
16346         * gst/rtp/Makefile.am:
16347         * gst/rtp/README:
16348         * gst/rtp/gstrtp.c: (plugin_init):
16349         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16350         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16351         (gst_rtpamrdec_change_state):
16352         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16353         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16354         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16355         * gst/rtp/gstrtpamrenc.h:
16356         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16357         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16358         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16359         * gst/rtp/gstrtpgsmenc.h:
16360         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16361         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16362         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16363         (gst_rtpgsmparse_change_state):
16364         * gst/rtp/gstrtpgsmparse.h:
16365         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16366         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16367         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16368         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16369         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16370         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16371         * gst/rtp/gstrtph263penc.h:
16372         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16373         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16374         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16375         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16376         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16377         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16378         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16379         * gst/rtp/gstrtpmp4venc.h:
16380         * gst/rtp/gstrtpmpadec.c:
16381         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16382         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16383         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16384         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16385         * gst/rtp/gstrtpmpaenc.h:
16386         Updates to payloader/depayloaders, make payloaders use
16387         the base classes.
16388         Updated README with suggested RTP caps and how to convert
16389         to/from SDP.
16390         Added config descriptor in mp4v payloader.
16391
16392 2005-09-15  Andy Wingo  <wingo@pobox.com>
16393
16394         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16395         * gst/autodetect/gstautovideosink.c
16396         (gst_auto_video_sink_find_best): Update for new registry API.
16397
16398 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16399
16400         * common/c-to-xml.py:
16401         * common/gtk-doc-plugins.mak:
16402           a simple py script to generate valid xml from a C example
16403           probably also need to strip an MIT license when we decide
16404         * docs/plugins/Makefile.am:
16405         * gst/level/Makefile.am:
16406         * gst/level/gstlevel.c: (gst_level_init):
16407         * gst/level/level-example.c: (message_handler), (main):
16408           add an example to level that will show up in the docs
16409         * gst/rtp/TODO:
16410           add a note for the future
16411
16412 2005-09-14  Michael Smith <msmith@fluendo.com>
16413
16414         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16415           Actually define the debug object being used in wavenc. Fixes #316205
16416
16417 2005-09-14  Michael Smith <msmith@fluendo.com>
16418
16419         * gst/smpte/Makefile.am:
16420           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16421           needed to build on windows (bug 316204)
16422
16423 2005-09-12  Andy Wingo  <wingo@pobox.com>
16424
16425         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16426
16427 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16428
16429         * configure.ac:
16430         * gst/fdsrc/Makefile.am:
16431         * gst/fdsrc/gstfdsrc.c:
16432         * gst/fdsrc/gstfdsrc.h:
16433           Move fdsrc back into gstreamer core elements.
16434
16435         * gst/level/gstlevel.c: (gst_level_class_init),
16436         (gst_level_transform_ip):
16437         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16438           Basetransform changes.
16439
16440 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16441
16442         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16443         * ext/jpeg/smokecodec.c: (find_best_size):
16444           fix compiler warnings
16445
16446 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16447
16448         * gst-plugins-good.spec.in:
16449           spec file fixes
16450         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16451         (gst_multiudpsink_render), (gst_multiudpsink_add),
16452         (gst_multiudpsink_clear):
16453           it actually helps to actually stream if we hook up the
16454           "add" signal to an actual implementation
16455         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16456           some debugging
16457
16458 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16459
16460         * ext/jpeg/Makefile.am:
16461         * ext/jpeg/gstjpeg.c
16462         * ext/jpeg/gstjpegenc.c:
16463         * ext/jpeg/gstsmokeenc.c:
16464
16465 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16466
16467         * ext/flac/gstflacdec.c:
16468         * ext/flac/gstflacenc.c:
16469         * ext/flac/gstflactag.c:
16470         * ext/speex/gstspeexenc.c:
16471           gsttaginterface.h -> gsttagsetter.h
16472
16473 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16474
16475         * configure.ac:
16476         * gst/debug/Makefile.am:
16477         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16478         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16479         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16480         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16481         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16482           Port to 0.9 and re-enable efence plugin.
16483
16484 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16485
16486         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16487         (gst_flacdec_write), (gst_flacdec_convert_src):
16488         * ext/flac/gstflacdec.h:
16489           Add support for flac files with 24/32 bits per sample; and misc.
16490           minor clean-ups. Seeking is still partly broken (for me at least).
16491
16492 2005-09-06  Wim Taymans  <wim@fluendo.com>
16493
16494         * gst/rtp/Makefile.am:
16495         * gst/rtp/gstrtp.c: (plugin_init):
16496         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16497         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16498         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16499         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16500         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16501         (gst_rtpmp4vdec_plugin_init):
16502         * gst/rtp/gstrtpmp4vdec.h:
16503         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16504         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16505         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16506         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16507         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16508         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16509         * gst/rtp/gstrtpmp4venc.h:
16510         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16511         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16512         Added mpeg4 video payload encoder/decoder.
16513         Added some docs in mpa payloader.
16514
16515 === release 0.9.1 ===
16516
16517 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16518
16519         * NEWS:
16520         * README:
16521         * RELEASE:
16522         * autogen.sh:
16523         * configure.ac:
16524           releasing 0.9.1, "Blondie"
16525
16526 2005-09-05  Andy Wingo  <wingo@pobox.com>
16527
16528         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16529         here from the state change handler, so we fire signals without
16530         holding the state lock.
16531
16532 2005-09-02  Andy Wingo  <wingo@pobox.com>
16533
16534         * All plugins updated for element state changes.
16535
16536 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16537
16538         * Makefile.am:
16539         * check/.cvsignore:
16540         * check/Makefile.am:
16541         * check/elements/.cvsignore:
16542         * check/elements/level.c: (setup_level), (cleanup_level),
16543         (GST_START_TEST), (level_suite), (main):
16544           add a test for level
16545         * common/release.mak:
16546           move the enum checking to release.mak
16547         * configure.ac:
16548           add valgrind and check checking
16549         * gst/level/gstlevel.c: (gst_level_transform):
16550         * gst/level/gstlevel.h:
16551           fix Andy's cast bug
16552           convert a field to int
16553           fix the arithmetic to int when checking for emit so that a
16554           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16555
16556 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16557
16558         * Makefile.am:
16559         * configure.ac:
16560           add docs to build
16561         * common/plugins.xsl:
16562           wrap Description into a refsect2
16563         * docs/Makefile.am:
16564         * docs/plugins/Makefile.am:
16565         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16566         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16567         * gst/goom/Makefile.am:
16568         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16569         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16570         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16571         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16572         (gst_goom_change_state):
16573         * gst/goom/gstgoom.h:
16574           GstGOOM -> GstGoom
16575           add an example launch line
16576         * gst/level/gstlevel.h:
16577         * gst/monoscope/gstmonoscope.c:
16578           cleanups
16579
16580 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16581
16582         * configure.ac:
16583         * docs/plugins/Makefile.am:
16584         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16585         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16586         * docs/plugins/gst-plugins-good-plugins.types:
16587           document elements and plugins.  Shazam !
16588
16589 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16590
16591         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16592           be found under doc/random/ChangeLog-0.8