m4/Makefile.am: Better not dist files that don't exist any longer (lrint*m4).
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * m4/Makefile.am:
4           Better not dist files that don't exist any longer (lrint*m4).
5
6 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
7
8         * configure.ac:
9         * m4/lrint.m4:
10         * m4/lrintf.m4:
11         Remove lrint/lrintf checks. We don't use it anywhere.
12
13 2008-03-18  Andy Wingo  <wingo@pobox.com>
14
15         * sys/osxvideo/osxvideosink.m
16         (gst_osx_video_sink_osxwindow_destroy)
17         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
18         task, whoopdee.
19         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
20         2 ms.
21
22 2008-03-18  Andy Wingo  <wingo@pobox.com>
23
24         * sys/osxvideo/osxvideosink.m
25         (gst_osx_video_sink_osxwindow_destroy)
26         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
27         task, whoopdee.
28         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
29         2 ms.
30         
31 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
32
33         Patch by: William M. Brack <wbrack at mmm com hk>
34
35         * sys/v4l2/v4l2src_calls.c:
36           (gst_v4l2src_probe_caps_for_format_and_size),
37           (gst_v4l2src_probe_caps_for_format):
38           Make sure the probed frame sizes are reversed in the resulting
39           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
40           highest resolution first); also remove unused variable.
41           (Partly fixes #520092)
42
43 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
44
45         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
46
47         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
48         (gst_rtspsrc_finalize):
49         Call WSAStartup() and WSACleanup before using the Winsock API.
50         See #520808.
51
52 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
53
54         * gst/avi/gstavidemux.c:
55           Erm, the buffer-size is just guint, no need for the special format
56           specifier.
57
58 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
59
60         * gst/goom/plugin_info.c:
61         * gst/goom/ppc_zoom_ultimate.h:
62           Small fixes to build more on PPC: ifdef out code that uses unknown
63           define; add newline at end of header file to avoid compiler warning.
64           Assembler code still doesn't build though.
65
66 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
67
68         * gst/avi/gstavidemux.c:
69           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
70           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
71
72 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
73
74         * gst/avi/gstavidemux.c:
75           Chunksize is uint32. Fix format specifier.
76
77 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
78
79         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
80         mistake. Return file to pure MIT text.
81
82 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
83
84         * gst/audiofx/audiofx.c:
85         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
86         of hardcoding values.
87
88 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
89
90         Patch by: Mark Nauwelaerts <manauw skynet be>
91
92         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
93           (gst_oss_src_close):
94         * sys/oss/gstosssrc.h:
95           Cache probed caps, so _get_caps() during recording doesn't cause
96           ioctl calls which may disrupt the recording (fixes #521875).
97
98 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
99
100         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
101         (gst_qtdemux_activate_segment),
102         (gst_qtdemux_prepare_current_sample),
103         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
104         Make sure we always send a DISCONT after a seek by setting the sample
105         index to an undefined value after a seek.
106
107 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
108
109         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
110           (GST_IS_AVI_SUBTITLE_CLASS):
111           Fix up IS_FOO macros, which makes gtk-doc much happier.
112
113 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
114
115         * tests/icles/Makefile.am:
116           Move the -lgstfoo where it belongs.
117
118 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
119
120         * gst/matroska/ebml-ids.h:
121         Add ID for EBML CRC32 elements.
122
123         * gst/matroska/Makefile.am:
124         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
125         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
126         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
127         (gst_ebml_read_header):
128         Support reading 80bit floats, add finalize method to clean up
129         in any case, support reading length/id elements with any length
130         as long as it's smaller than our supported maximum, don't leak
131         buffers if reading as much data as we wanted failed and some
132         smaller cleanup.
133
134 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
135
136         Patch by: Olivier Crete <tester at tester dot ca>
137
138         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
139         Check that a buffer is large enough before reading from it.
140         Fixes bug #521102.
141         
142 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
143
144         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
145         Fix compilation after removing the GstPollMode from the
146         constructor.
147
148 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
149
150         * configure.ac:
151         * gst/audiofx/Makefile.am:
152         * gst/audiofx/audiochebband.c:
153         * gst/audiofx/audiocheblimit.c:
154         * gst/audiofx/math_compat.h:
155         Check for sinh(), cosh() and asinh() and define our own
156         implementations if they're not available. Fixes bug #520880.
157
158 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
159
160         Patch by: Olivier Crete <tester at tester dot ca>
161
162         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
163         Unref the buffers only once when handling not-negotiated errors.
164         Fixes bug #520764.
165
166 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
169
170         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
171         (gst_udpsrc_stop):
172         Properly balance WSA_Cleanup with WSA_Startup.
173         Also make the poll controllable on windows. Fixes #520888.
174
175 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
176
177         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
178         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
179         (gst_ebml_read_element_length), (gst_ebml_peek_id),
180         (gst_ebml_read_skip), (gst_ebml_read_buffer),
181         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
182         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
183         (gst_ebml_read_date), (gst_ebml_read_master),
184         (gst_ebml_read_binary), (gst_ebml_read_header):
185         * gst/matroska/ebml-read.h:
186         * gst/matroska/matroska-demux.c:
187         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
188         (gst_matroska_demux_read_track_encodings),
189         (gst_matroska_demux_add_stream),
190         (gst_matroska_demux_handle_src_query),
191         (gst_matroska_demux_handle_seek_event),
192         (gst_matroska_demux_init_stream),
193         (gst_matroska_demux_parse_tracks),
194         (gst_matroska_demux_parse_index_cuetrack),
195         (gst_matroska_demux_parse_index_pointentry),
196         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
197         (gst_matroska_demux_parse_metadata_id_simple_tag),
198         (gst_matroska_demux_parse_metadata_id_tag),
199         (gst_matroska_demux_parse_metadata),
200         (gst_matroska_demux_sync_streams),
201         (gst_matroska_demux_push_hdr_buf),
202         (gst_matroska_demux_push_flac_codec_priv_data),
203         (gst_matroska_demux_push_xiph_codec_priv_data),
204         (gst_matroska_demux_add_wvpk_header),
205         (gst_matroska_demux_check_subtitle_buffer),
206         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
207         (gst_matroska_demux_parse_cluster),
208         (gst_matroska_demux_parse_contents_seekentry),
209         (gst_matroska_demux_parse_contents),
210         (gst_matroska_demux_loop_stream_parse_id),
211         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
212         * gst/matroska/matroska-demux.h:
213         * gst/matroska/matroska-ids.h:
214         Handle return values from pull_range in a more granular way to properly
215         shut down on seeks.
216         Combine return values from push.
217         Implement proper error handling.
218         Prepare for handling seeking correctly.
219
220 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
221
222         * gst/matroska/ebml-read.c:
223         Use GINT64 formatting constants from GLIB.
224
225         * gst/matroska/matroska-demux.c:
226         Add some guards to avoid a possible division by 0 and crashing
227         with NULL events on some systems.
228         Use gst_gdouble_to_guint64 somewhere instead of an implicit
229         conversion. 
230
231         * gst/matroska/matroska-mux.c:
232         Check for invalid timestamps in a bunch of places to avoid
233         writing bogus durations into the output file.
234         Fix some double<->gint64 conversions that weren't using
235         gst_guint64_to_gdouble
236
237 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
238
239         * configure.ac:
240         Move the checks for bison, flex and as to the program section and the
241         check for gcc inline asm to the compiler characteristics section.
242
243 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
244
245         * configure.ac:
246         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
247         plug-ins are included/excluded. (#498222)
248
249 2008-02-29  Michael Smith <msmith@fluendo.com>
250
251         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
252           Don't call gst_object_sync_values() unless we have a valid timestamp.
253
254 2008-02-28  David Schleef  <ds@schleef.org>
255
256         * gst/matroska/matroska-demux.c:
257         * gst/matroska/matroska-ids.h:
258         * gst/matroska/matroska-mux.c:
259           Fix Dirac mapping.  I had previously added a VfW-type
260           mapping, but it looks like Dirac will get a native Matroska
261           mapping, and this is the most likely method.
262
263 2008-02-28  David Schleef  <ds@schleef.org>
264
265         * gst/avi/gstavimux.c: Add Dirac encoding
266
267 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
268
269         Patch by: Peter Kjellerstedt <pkj at axis com>
270
271         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
272         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
273         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
274         * gst/udp/gstudpsrc.h:
275         Port to GstPoll. See #505417.
276
277 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
278
279         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
280         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
281         yet on the srcpad. We need rate and channels before we
282         can do any processing. Fixes bug #519088.
283
284 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
285
286         * configure.ac:
287         Detect and indicate if GCC inline assembly syntax is
288         available.
289
290         * gst/goom/Makefile.am:
291         * gst/goom/convolve_fx.c:
292         * gst/goom/flying_stars_fx.c:
293         * gst/goom/goom_config.h:
294         * gst/goom/goom_core.c:
295         * gst/goom/goomsl.c:
296         * gst/goom/ifs.c:
297         * gst/goom/mmx.c:
298         * gst/goom/plugin_info.c:
299         * gst/goom/xmmx.c:
300         Fix various GCC-isms, and only build the inline assembly
301         with compilers that support GCC inline assembly.
302
303         Fix a couple of other warnings shown with Forte.
304
305 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
306
307         * gst/goom/xmmx.c:
308           Use 'emms' instead of 'femms' to not crash on cpus that do not
309           implement this 3dnow specific instruction.
310
311 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
312
313         * gst/goom/plugin_info.c: (setOptimizedMethods):
314         Use extended MMX for draw_line() too if available, not only
315         normal MMX.
316
317 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
318
319         * ext/jpeg/gstjpeg.c: (plugin_init):
320         Remove (commented out) smoke typefinder. This is in base now.
321
322 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
323
324         * gst/goom2k1/Makefile.am:
325         * gst/goom2k1/gstgoom.c:
326
327         Rename the installed library, and don't register the same 
328         GType name as the new goom.
329
330 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
331
332         * configure.ac:
333         * ext/taglib/Makefile.am:
334           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
335           when building C++ code (#516509).
336
337 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
338
339         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
340         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
341           (setOptimizedMethods):
342           Call oil_init(), otherwise oil_get_cpu_flags() won't return
343           anything useful. Export goom debug category so we can get
344           rid of the VERBOSE define and the printfs.
345
346 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
347
348         * gst/goom/goomsl_heap.c: (align_it):
349         * gst/goom/plugin_info.c: (setOptimizedMethods):
350           Compile fixes for x86-64.
351
352 2008-02-23  Bastien Nocera  <hadess@hadess.net>
353
354         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
355         with warnings, but add other CFLAGS
356
357         * gst/goom/goomsl.c (gsl_instr_set_namespace),
358         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
359         (calculate_labels), (gsl_read_file):
360         * gst/goom/goomsl_lex.l:
361         * gst/goom/goomsl_yacc.y:
362         * gst/goom/plugin_info.c: Remove a few live printf, and
363         fprintf, replace exit() calls with g_assert_not_reached()
364         if it not optimal for a library
365
366 2008-02-23  Bastien Nocera  <hadess@hadess.net>
367
368         * gst/goom/Makefile.am: Remove the warnings being disabled,
369         fix linkage on x86, spotted by Sebastian Dröge
370         <slomo@circular-chaos.org>
371
372         * gst/goom/convolve_fx.c (convolve_init),
373         (create_output_with_brightness), (convolve_apply):
374         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
375         * gst/goom/goomsl.c:
376         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
377         * gst/goom/plugin_info.c:
378         * gst/goom/tentacle3d.c (tentacle_fx_create):
379         Fix warnings, and disable the motifs in the convolve_fx
380         plugin (they were causing warnings, and they were just
381         "Goom" in funny letterring)
382
383 2008-02-23  Bastien Nocera  <hadess@hadess.net>
384
385         * configure.ac: Add checks for Flex/Yacc/Bison and other
386         furry animals, for the new goom 2k4 based plugin
387
388         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
389         CPU optimisations (not working yet), move the old plugin to...
390
391         * gst/goom2k1/*: ... here, in case somebody is sick enough
392
393         Fixes #515073
394
395 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
396
397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
398         Post the server response code in an error message instead of a generic
399         'error' message. Fixes #517237.
400
401 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
402
403         * tests/check/Makefile.am:
404         Ignore gconfaudiosrc for the states unit test too. It will fallback
405         to alsasrc if the gconf settings can't be read and not everybody has
406         alsa.
407
408 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
409
410         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
411         (gst_wavpack_parse_create_src_pad):
412         * ext/wavpack/gstwavpackparse.h:
413         Always report the duration if we know it in push mode and don't
414         return 0 just to make totem believe we can't seek in push mode.
415         Newer totem version use the SEEKING query which properly reports
416         if we can seek or not.
417
418 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
419
420         Patch by: Jens Granseuer <jensgr at gmx dot net>
421
422         * tests/examples/equalizer/demo.c: (main):
423         C89 fix, moving variable declarations to the beginning of
424         the block. Fixes bug #517933.
425
426 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
427
428         * configure.ac:
429         Back to development...
430
431 === release 0.10.7 ===
432
433 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
434
435         * configure.ac:
436           releasing 0.10.7, "Red Door Black"
437
438 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
439
440         * gst/alpha/Makefile.am:
441         Link alpha plugin with libgstbase. Fixes bug #517386.
442
443 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
444
445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
446         Init values to -1 instead of the default 0 value.
447         Fixes #516524.
448
449 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
450
451         * tests/examples/spectrum/spectrum-example.c:
452         Add missing include to fix compilation when libxml usage is disabled.
453         Fixes: #516371
454
455 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
456
457         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
458         fixes: #514889
459
460         * gst/rtp/gstrtph264pay.c:
461         * gst/rtp/gstrtpmp4gdepay.c:
462         * gst/rtp/gstrtpmp4gpay.c:
463         * gst/rtp/gstrtpmp4gpay.h:
464         * gst/rtp/gstrtptheorapay.c:
465         * gst/rtp/gstrtpvorbispay.c:
466
467         Fix various leaks shown up in valgrind
468         - free sprops and buffer in error cases in H264 payloader
469         - fix leak in mp4g depayloader when construction the caps
470         - don't leak config string in the mp4g payloader
471         - don't leak buffers and headers in theora and vorbis payloaders
472
473         * tests/check/elements/rtp-payloading.c:
474
475         Fix the RTP data test
476         - Actually send valid amr data to the payloader instead of 20
477         zero-bytes
478         - The mp4g payloader expects codec_data on the caps
479
480 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
481
482         * win32/MANIFEST:
483         Add libgstpng.dsp to MANIFEST.
484         * win32/vs6/libgstaudiofx.dsp:
485         Add new source files to VS project file.
486
487 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
488
489         * sys/ximage/gstximagesrc.c:
490         Initialise variables when opening the X display rather
491         than in _start(), as the display can be opened before that.
492
493         Fixes: #515985
494
495 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
496
497         * sys/directdraw/gstdirectdrawsink.c:
498         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
499         (gst_directdraw_sink_finalize):
500         Properly chain up finalize functions. Fixes bug #515980.
501
502 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
503
504         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
505         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
506         (gst_v4l2_buffer_pool_class_init):
507         Chain up the finalize functions. Fixes bug #515984.
508
509 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
510
511         * sys/ximage/ximageutil.c:
512         Chain up in the finalize function for our custom
513         buffer sub-class.
514         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
515         Fixes: #515706
516
517 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
518
519         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
520         (gst_fenced_buffer_class_init):
521         Properly chain up finalize method. Fixes bug #515979.
522
523 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
524
525         * sys/ximage/gstximagesrc.c:
526         Free allocated Damage memory before closing our connection to the
527         X server. Partially fixes: #515706
528
529 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
530
531         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
532         * tests/check/Makefile.am:
533         * tests/check/gst-plugins-good.supp:
534         Add a few libjpeg suppressions and initialize a variable to
535         make smokeenc valgrind clean. Fixes bug #515701.
536
537 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
538
539         * gst/avi/gstavidemux.c:
540         Revert patch which sends timestamps only on keyframes, as it
541         breaks playback with current gst-ffmpeg.
542
543         Fixes: #515562
544
545 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
546
547         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
548         * tests/check/elements/multifile.c: (GST_START_TEST):
549         Close some memory leaks spotted by the unit test. Fixes bug #515697.
550
551 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
552
553         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
554         Use and unset the GError when pipeline creation fails instead of
555         simply leaking it. Fixes bug #515704.
556
557 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
558
559         * gst/audiofx/audioamplify.c:
560         * gst/audiofx/audiochebband.c:
561         * gst/audiofx/audiocheblimit.c:
562         * gst/audiofx/audiodynamic.c:
563         * gst/audiofx/audioinvert.c:
564         * gst/audiofx/audiopanorama.c:
565         * gst/audiofx/audiowsincband.c:
566         * gst/audiofx/audiowsinclimit.c:
567         Fix long description of audiofx elements. Fixes bug #515457.
568
569 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
570
571         * docs/plugins/Makefile.am:
572         * gst/spectrum/gstspectrum.c:
573         * tests/examples/spectrum/.cvsignore:
574         * tests/examples/spectrum/Makefile.am:
575         * tests/examples/spectrum/spectrum-example.c:
576
577         Add a simple example application for the spectrum element, include it
578         in the docs, and fix some documentation ambiguities.
579
580         Fixes: #348085
581
582 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
583
584         * gst/equalizer/Makefile.am:
585         * gst/spectrum/Makefile.am:
586         Fix includes order
587
588         * tests/check/Makefile.am:
589         Exclude v4l2src from the states test - it takes too long to start.
590
591         * tests/check/elements/spectrum.c:
592         Make the test run properly with CK_FORK=no
593
594 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
595
596         * gst/audiofix/Makefile.am: add missing header files 
597
598 2008-02-08  Julien Moutte  <julien@fluendo.com>
599
600         * gst/matroska/matroska-demux.c:
601         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
602         keyframe and delta units correctly when dealign with a BlockGroup.
603         Fixes: #514397
604
605 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
606
607         * tests/check/elements/.cvsignore:
608         Spell the new tests correctly in .cvsignore
609
610 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
611
612         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
613           Need to use gsize here for the size, fixes compiler warning.
614
615         * tests/examples/equalizer/.cvsignore:
616         * tests/examples/equalizer/Makefile.am:
617         * tests/examples/spectrum/.cvsignore:
618         * tests/examples/spectrum/Makefile.am:
619           Add missing files to fix the build.
620
621 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
622
623         * configure.ac:
624         * docs/plugins/Makefile.am:
625         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
626         * docs/plugins/gst-plugins-good-plugins-sections.txt:
627         * docs/plugins/gst-plugins-good-plugins.args:
628         * docs/plugins/gst-plugins-good-plugins.hierarchy:
629         * docs/plugins/inspect/plugin-multifile.xml:
630         * tests/check/Makefile.am:
631         * tests/check/elements/.cvsignore:
632
633         Move multifile plugin from -bad.
634         Fixes: #490283
635
636 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
637
638         * configure.ac:
639         * docs/plugins/Makefile.am:
640         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
641         * docs/plugins/gst-plugins-good-plugins-sections.txt:
642         * docs/plugins/gst-plugins-good-plugins.args:
643         * docs/plugins/gst-plugins-good-plugins.hierarchy:
644         * docs/plugins/inspect/plugin-spectrum.xml:
645         * gst/spectrum/Makefile.am:
646         * tests/check/Makefile.am:
647         * tests/check/elements/.cvsignore:
648         * tests/examples/Makefile.am:
649
650         Move spectrum plugin from -bad.
651         Move examples into tests/examples/spectrum.
652
653 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
654
655         * configure.ac:
656         * docs/plugins/Makefile.am:
657         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
658         * docs/plugins/gst-plugins-good-plugins-sections.txt:
659         * docs/plugins/gst-plugins-good-plugins.args:
660         * docs/plugins/gst-plugins-good-plugins.hierarchy:
661         * docs/plugins/gst-plugins-good-plugins.interfaces:
662         * docs/plugins/inspect/plugin-equalizer.xml:
663         * gst/equalizer/Makefile.am:
664         * tests/check/Makefile.am:
665         * tests/examples/Makefile.am:
666         Move the equalizer plugin across from -bad
667
668         * tests/check/elements/.cvsignore:
669         Add equalizer, audiosincwband and audiosincwlimit
670
671         * tests/check/elements/equalizer.c:
672         Fix compiler warnings
673
674         Fixes: #415627
675
676 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
677
678         * configure.ac:
679         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
680         are treated like releases and build without it.
681
682 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
683
684         * docs/plugins/Makefile.am:
685         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
686         * docs/plugins/gst-plugins-good-plugins-sections.txt:
687         * docs/plugins/gst-plugins-good-plugins.args:
688         * docs/plugins/inspect/plugin-audiofx.xml:
689         * gst/audiofx/Makefile.am:
690         * gst/audiofx/audiofx.c:
691         * gst/audiofx/audiowsincband.c:
692         * gst/audiofx/audiowsincband.h:
693         * gst/audiofx/audiowsinclimit.c:
694         * gst/audiofx/audiowsinclimit.h:
695         * tests/check/Makefile.am:
696         * tests/check/elements/audiowsincband.c:
697         * tests/check/elements/audiowsinclimit.c:
698
699         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
700         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
701         respectively.
702
703         Fixes: #467666
704
705 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
706
707         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
708         * tests/check/elements/icydemux.c:
709           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
710           caps, and add a somewhat useful debug message. Plus test.
711
712 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
713
714         * gst/rtsp/gstrtspsrc.c:
715         Include unistd.h only if HAVE_UNISTD_H is defined
716         * win32/common/config.h.in:
717         * win32/common/config.h:
718         Define socklen_t as it seems it's not defined in default 
719         Visual Studio headers.
720         * win32/vs6/libgstalpha.dsp:
721         * win32/vs6/libgstapetag.dsp:
722         * win32/vs6/libgstavi.dsp:
723         * win32/vs6/libgstrtp.dsp:
724         * win32/vs6/libgstrtsp.dsp:
725         * win32/vs6/libgstvideomixer.dsp:
726         Update project file dependencies and add new source files       
727
728 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
729
730         Patch by: Bjarne Rosengren <bjarne at axis dot com>
731
732         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
733         Don't leak buffers when we don't push them downstream.
734         Fixes bug #514965.
735
736 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
737
738         * configure.ac:
739           Bump requirements to (good) released versions to avoid
740           confusion and make implicit core requirement explicit.
741
742 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
743
744         * docs/plugins/Makefile.am:
745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
747         * docs/plugins/gst-plugins-good-plugins.args:
748         * docs/plugins/inspect/plugin-audiofx.xml:
749         * gst/audiofx/Makefile.am:
750         * gst/audiofx/audiochebband.c:
751         * gst/audiofx/audiochebband.h:
752         * gst/audiofx/audiocheblimit.c:
753         * gst/audiofx/audiocheblimit.h:
754         * gst/audiofx/audiochebyshevfreqband.c:
755         * gst/audiofx/audiochebyshevfreqband.h:
756         * gst/audiofx/audiochebyshevfreqlimit.c:
757         * gst/audiofx/audiochebyshevfreqlimit.h:
758         * gst/audiofx/audiofx.c:
759         * tests/check/Makefile.am:
760         * tests/check/elements/.cvsignore:
761         * tests/check/elements/audiochebband.c:
762         * tests/check/elements/audiocheblimit.c:
763         * tests/check/elements/audiochebyshevfreqband.c:
764         * tests/check/elements/audiochebyshevfreqlimit.c:
765
766         Rename audiochebyshevfreqband -> audiochebband and
767         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
768         surgery.
769
770         Closes: #491811
771
772 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
773
774         Patch by: Orjan Friberg <orjanf at axis dot com>
775
776         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
777         Fix caps memory leak. Fixes #514573.
778
779 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
780
781         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
782         If there's no entries in the subindex, don't try to do anything stupid,
783         just return.
784
785 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
786
787         Patch by: John Millikin <jmillikin at gmail dot com>
788
789         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
790           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
791           Fix extraction of picture blocks with newer libflac versions again:
792           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
793
794 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
795
796         * tests/check/Makefile.am:
797           Add rtp-payloading test to VALGRIND_TO_FIX.
798
799         * tests/check/elements/rtp-payloading.c:
800           Add semicolons after GST_TEST_END so gst-indent gets the
801           formatting right; make test less verbose in general, but
802           more verbose in the error case (which should probably
803           make the test fail anyway).
804
805 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
806
807         * docs/plugins/Makefile.am:
808         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
809         * docs/plugins/gst-plugins-good-plugins-sections.txt:
810         * gst/avi/gstavisubtitle.c:
811         Add documentation for avisubtitle and change class to
812         Codec/Parser/Subtitle
813
814 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
815
816         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
817         Treat ENOTTY (driver does not implement ioctl) the same as
818         EINVAL since it implies there are no available standards.
819
820         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
821         (gst_v4l2src_get_nearest_size):
822         Replace gst_v4l2src_get_size_limits with 2 calls to new function
823         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
824         probe if the driver does not support VIDIOC_TRY_FMT for whatever
825         reason, and if we aren't yet actively capturing.
826
827         * sys/v4l2/v4l2src_calls.h:
828         Remove replaced function declaration.
829
830 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
831
832         * configure.ac:
833         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
834         API.
835
836 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
837
838         * configure.ac:
839         Fix typo.
840
841 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
842
843         * gst/alpha/Makefile.am:
844         * gst/alpha/gstalpha.c:
845
846         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
847         some stuff, and making buffer-alloc and resizing work automatically.
848         No longer crashes on odd frame widths and heights, although there
849         seems to be a disagreement with ffmpegcolorspace about what size
850         an AYUV frame with odd height should be.
851
852 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
853
854         Patch by: Alessandro Decina <alessandro at nnva dot org>
855
856         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
857         * ext/libpng/gstpngenc.h:
858         Preallocate the output buffer so that g_memdup() and
859         gst_buffer_merge() aren't needed anymore. This greatly improves
860         performances and fixes #512544.
861
862 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
863
864         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
865         (gst_avi_demux_stream_data):
866         GStreamer timestamps are PTS values while AVI only knows about DTS
867         timestamps. Make sure we only copy the DTS as the buffer timestamp when
868         we are dealing with a key frame.
869
870 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
871
872         * tests/check/Makefile.am:
873         * tests/check/elements/.cvsignore:
874         * tests/check/elements/rtp-payloading.c:
875           Add add testsuite for the rtp-payloader that tries simulating
876           dataflow. Needs more test data.
877
878 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
879
880         * tests/check/elements/alphacolor.c:
881           Remove two unused variables.
882
883 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
884
885         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
886           Use g_ascii_strtoll() instead of atoll, which is only
887           available in C99.
888
889 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
890
891         * gst/rtp/Makefile.am:
892         * gst/rtp/gstrtp.c:
893         * gst/rtp/gstrtpmpvpay.c:
894         * gst/rtp/gstrtpmpvpay.h:
895         Add MPEG2 video payloader
896
897 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
898
899         * gst/level/gstlevel.c:
900         Use #include <math.h> instead of #include "math.h".
901
902 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
903
904         * tests/check/Makefile.am:
905         Fix up some CFLAGS sets.
906         Don't include gconfvideosrc in the states test.
907
908         * tests/check/elements/autodetect.c: (GST_START_TEST):
909         Add some error strings to fail_unless arguments to fix some weird
910         compiler errors on Solaris.
911
912 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
913
914         * configure.ac:
915         Detect video4linux headers on Solaris too.
916         * sys/v4l2/gstv4l2colorbalance.h:
917         * sys/v4l2/gstv4l2object.h:
918         * sys/v4l2/v4l2_calls.c:
919         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
920         (gst_v4l2_buffer_new):
921
922         Make v4l2 build on Solaris.
923         Patch by: Brian Cameron  <brian.cameron at sun dot com>
924         Fixes: #510505
925
926 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
927
928         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
929           Update list from (still local) scanning script.
930
931 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
932
933         Based on a patch by:
934             Victor STINNER <victor dot stinner at haypocalc dot com>
935
936         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
937         Set variable to NULL after freeing it to prevent double frees
938         or make failures by another use of it afterwards more obvious
939         and fix use of it after the freeing. Fixes bug #510592.
940
941 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
942
943         * gst/udp/gstmultiudpsink.c:
944         use GST_WARNING for logging
945
946 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
947
948         * gst/udp/gstmultiudpsink.c:
949         Don't try to leave a multicast group with an invalid socket
950
951 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
952
953         * ext/flac/gstflacdec.c:
954           Fix compilation against flac 1.1.2 (as on debian stable), where
955           the picture metadata defines and structs don't exist yet.
956           Fixes #509301.
957
958 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
959
960         Patch by: Olivier Crete <tester at tester dot ca>
961
962         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
963         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
964         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
965         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
966         * gst/udp/gstmultiudpsink.h:
967         Add property to automatically join a multicast group or not. This can be
968         useful when sharing a socket between multiple elements.
969         Fixes #509531.
970
971 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
972
973         * gst/videomixer/Makefile.am:
974           Add controller flags.
975
976 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
977
978         * gst/videomixer/videomixer.c:
979           Also commit the missing gst_object_sync_values().
980
981 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
982
983         * docs/plugins/Makefile.am:
984           Remove duplicate entry.
985
986 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
987
988         * docs/plugins/Makefile.am:
989         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
990         * docs/plugins/gst-plugins-good-plugins-sections.txt:
991         * docs/plugins/inspect/plugin-gamma.xml:
992         * docs/plugins/inspect/plugin-monoscope.xml:
993         * docs/plugins/inspect/plugin-video4linux2.xml:
994           Add 3 more plugins to docs.
995
996 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
997
998         * docs/plugins/gst-plugins-good-plugins-sections.txt:
999         * sys/osxvideo/osxvideosink.h:
1000           Revert previous change caused by a file that got stuck on an old
1001           revision.
1002
1003 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1004
1005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1006         * gst/multipart/Makefile.am:
1007         * gst/multipart/multipartdemux.c:
1008         * gst/multipart/multipartdemux.h:
1009         * gst/multipart/multipartmux.c:
1010         * gst/multipart/multipartmux.h:
1011           Re-add multipartdemux to the docs. Last round of section cleanup.
1012
1013 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1014
1015         * docs/plugins/Makefile.am:
1016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1017         * sys/osxaudio/gstosxaudiosink.h:
1018         * sys/osxvideo/osxvideosink.h:
1019           Managed to resolve most unused declarations. Filed a bug for one left.          
1020
1021 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1022
1023         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1024           Cleanup section file.
1025
1026 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * docs/plugins/Makefile.am:
1029         * docs/plugins/gst-plugins-good-plugins.args:
1030         * docs/plugins/gst-plugins-good-plugins.signals:
1031         * docs/plugins/inspect/plugin-alaw.xml:
1032         * docs/plugins/inspect/plugin-alpha.xml:
1033         * docs/plugins/inspect/plugin-alphacolor.xml:
1034         * docs/plugins/inspect/plugin-annodex.xml:
1035         * docs/plugins/inspect/plugin-apetag.xml:
1036         * docs/plugins/inspect/plugin-audiofx.xml:
1037         * docs/plugins/inspect/plugin-auparse.xml:
1038         * docs/plugins/inspect/plugin-autodetect.xml:
1039         * docs/plugins/inspect/plugin-avi.xml:
1040         * docs/plugins/inspect/plugin-cairo.xml:
1041         * docs/plugins/inspect/plugin-cdio.xml:
1042         * docs/plugins/inspect/plugin-cutter.xml:
1043         * docs/plugins/inspect/plugin-debug.xml:
1044         * docs/plugins/inspect/plugin-dv.xml:
1045         * docs/plugins/inspect/plugin-efence.xml:
1046         * docs/plugins/inspect/plugin-effectv.xml:
1047         * docs/plugins/inspect/plugin-flac.xml:
1048         * docs/plugins/inspect/plugin-flxdec.xml:
1049         * docs/plugins/inspect/plugin-gconfelements.xml:
1050         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1051         * docs/plugins/inspect/plugin-goom.xml:
1052         * docs/plugins/inspect/plugin-halelements.xml:
1053         * docs/plugins/inspect/plugin-icydemux.xml:
1054         * docs/plugins/inspect/plugin-id3demux.xml:
1055         * docs/plugins/inspect/plugin-jpeg.xml:
1056         * docs/plugins/inspect/plugin-ladspa.xml:
1057         * docs/plugins/inspect/plugin-level.xml:
1058         * docs/plugins/inspect/plugin-matroska.xml:
1059         * docs/plugins/inspect/plugin-mulaw.xml:
1060         * docs/plugins/inspect/plugin-multipart.xml:
1061         * docs/plugins/inspect/plugin-navigationtest.xml:
1062         * docs/plugins/inspect/plugin-png.xml:
1063         * docs/plugins/inspect/plugin-quicktime.xml:
1064         * docs/plugins/inspect/plugin-rtp.xml:
1065         * docs/plugins/inspect/plugin-rtsp.xml:
1066         * docs/plugins/inspect/plugin-shout2send.xml:
1067         * docs/plugins/inspect/plugin-smpte.xml:
1068         * docs/plugins/inspect/plugin-speex.xml:
1069         * docs/plugins/inspect/plugin-taglib.xml:
1070         * docs/plugins/inspect/plugin-udp.xml:
1071         * docs/plugins/inspect/plugin-videobalance.xml:
1072         * docs/plugins/inspect/plugin-videobox.xml:
1073         * docs/plugins/inspect/plugin-videocrop.xml:
1074         * docs/plugins/inspect/plugin-videoflip.xml:
1075         * docs/plugins/inspect/plugin-videomixer.xml:
1076         * docs/plugins/inspect/plugin-wavenc.xml:
1077         * docs/plugins/inspect/plugin-wavpack.xml:
1078         * docs/plugins/inspect/plugin-wavparse.xml:
1079           Update plugin docs.
1080
1081         * gst/videomixer/Makefile.am:
1082         * gst/videomixer/videomixer.c:
1083         * gst/videomixer/videomixer.h:
1084         * gst/videomixer/videomixerpad.h:
1085           Split out header to fix warnings from the doc-build.
1086
1087 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1088
1089         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1090
1091         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1092         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1093
1094 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1095
1096         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1098           Initialise variables to work around (false) 'foo might be used
1099           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1100
1101 2008-01-11  David Schleef  <ds@schleef.org>
1102
1103         * docs/plugins/.cvsignore:
1104         * tests/check/pipelines/.cvsignore:
1105           Ignore more files for the buildbot.
1106
1107 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1108
1109         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1110         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1111         Generate the image-type values correctly. Leave them out of the caps
1112         when outputting a "preview image" tag, since it only makes sense
1113         to have one of those - the type is irrelevant.
1114
1115         * sys/sunaudio/gstsunaudiomixerctrl.c:
1116         (gst_sunaudiomixer_ctrl_open):
1117         If we can, mark the mixer multiple open when we use it, in case
1118         (for some reason) the process wants to open it again elsewhere.
1119
1120 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1121
1122         Patch by: Olivier Crete <tester at tester dot ca>
1123
1124         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1125         * gst/rtp/gstrtptheorapay.c:
1126         Fix the clock rate to 90000 as required by the RFC.
1127         Fixes #508644.
1128
1129 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1132           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1133
1134 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1135
1136         * autogen.sh:
1137           Add -Wno-portability to the automake parameters to stop warnings
1138           about GNU make extensions being used. We require GNU make in almost
1139           every Makefile anyway.
1140           
1141         * configure.ac:
1142           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1143           at the same time is required for per target flags.
1144
1145 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1146
1147         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1148         Fix error from my last commit.
1149
1150 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1153
1154         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1155           Make sure the ISO 639-X language code in ID3v2 COMM frames
1156           is actually valid UTF-8 (or rather: ASCII), so we don't end
1157           up with non-UTF8 strings in tags if there's garbage in the
1158           language field. Also make sure the language code is always
1159           lower case. Fixes: #508291.
1160
1161 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1162
1163         * ChangeLog:
1164           Fix ChangeLog typo.
1165
1166 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1167
1168         * Makefile.am:
1169           Include lcov.mak to allow building coverage reports. Guard
1170           check-torture target like in the other packages.
1171
1172 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1173
1174         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1175
1176         * gst/videomixer/videomixer.c:
1177         (gst_videomixer_set_master_geometry), (_do_init),
1178         (gst_videomixer_child_proxy_get_child_by_index),
1179         (gst_videomixer_child_proxy_get_children_count),
1180         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1181         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1182         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1183         Implement GstChildProxy interface.
1184         Send newsegment at the right moment
1185         Fixes #488879
1186
1187 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1188
1189         * gst/alpha/Makefile.am:
1190         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1191         (gst_alpha_sink_event), (gst_alpha_chain),
1192         (gst_alpha_change_state), (plugin_init):
1193         Make the various properties of 'alpha' controllable. This allows doing
1194         niceties like fade-in/fade-out.
1195
1196 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * gst/rtp/gstasteriskh263.c:
1199         * gst/rtp/gstrtpL16depay.c:
1200         * gst/rtp/gstrtpac3depay.c:
1201         * gst/rtp/gstrtpamrpay.c:
1202         * gst/rtp/gstrtpdepay.c:
1203         * gst/rtp/gstrtpgsmdepay.c:
1204         * gst/rtp/gstrtph263depay.c:
1205         * gst/rtp/gstrtph263pdepay.c:
1206         * gst/rtp/gstrtph263ppay.c:
1207         * gst/rtp/gstrtph264depay.c:
1208         * gst/rtp/gstrtph264pay.c:
1209         * gst/rtp/gstrtpmp2tdepay.c:
1210         * gst/rtp/gstrtpmp4adepay.c:
1211         * gst/rtp/gstrtpmp4gdepay.c:
1212         * gst/rtp/gstrtpmp4gpay.c:
1213         * gst/rtp/gstrtpmp4vdepay.c:
1214         * gst/rtp/gstrtpmpadepay.c:
1215         * gst/rtp/gstrtpmpvdepay.c:
1216         * gst/rtp/gstrtpsv3vdepay.c:
1217         * gst/rtp/gstrtptheoradepay.c:
1218         * gst/rtp/gstrtptheorapay.c:
1219         * gst/rtp/gstrtpvorbisdepay.c:
1220         * gst/rtp/gstrtpvorbispay.c:
1221           Remove copy/paste unused code (property setters and getter) found by
1222           the coverage suite (yay, saves ~20k on disk).
1223
1224 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1225
1226         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1227           (videosink_templ):
1228           Also fix up pad templates to indicate that image/jpeg doesn't
1229           absolutely require the framerate property to be set (#504081).
1230
1231 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1232
1233         Based on patch by: Wouter Cloetens  <wouter at mind be>
1234
1235         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1236           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1237           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1238         * gst/matroska/matroska-mux.h:
1239           Keep track of first and last timestamps for each incoming stream,
1240           so we can calculate the total duration for live sources and other
1241           input where we can't query the duration from the start or where
1242           there's no constant framerate from which we can deduce the
1243           duration; also use calculated/observed duration if it is bigger
1244           than the previously queried duration. Furthermore, use
1245           gst_pad_query_peer_duration() and take into account that it may
1246           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1247           screws up comparisons when using unsigned integers. Fixes #504081.
1248
1249 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1250
1251         * configure.ac:
1252         * gst/audiofx/audioamplify.c:
1253         (gst_audio_amplify_clipping_method_get_type),
1254         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1255         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1256         (gst_audio_dynamic_transform_ip):
1257         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1258         (gst_audio_invert_transform_ip):
1259         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1260         (gst_audio_panorama_transform):
1261         * gst/level/gstlevel.c: (gst_level_init):
1262         Make elements GST_BUFFER_FLAG_GAP aware and call
1263         gst_base_transform_set_gap_aware for this.
1264         Bump core requirement to CVS.
1265         
1266         * gst/audiofx/audiochebyshevfreqband.c:
1267         (gst_audio_chebyshev_freq_band_transform_ip):
1268         * gst/audiofx/audiochebyshevfreqlimit.c:
1269         (gst_audio_chebyshev_freq_limit_transform_ip):
1270         Also sync GObject properties to the controller if operating
1271         in passthrough mode.
1272
1273 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1274
1275         * sys/directdraw/gstdirectdrawsink.c:
1276           (gst_directdraw_sink_window_thread):
1277           FALSE is not a gpointer.
1278
1279 2008-01-05  Julien Moutte  <julien@fluendo.com>
1280
1281         * sys/directdraw/gstdirectdrawsink.c:
1282         (gst_directdraw_sink_set_window_id),
1283         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1284         (gst_directdraw_sink_buffer_alloc),
1285         (gst_directdraw_sink_draw_borders),
1286         (gst_directdraw_sink_show_frame),
1287         (gst_directdraw_sink_setup_ddraw),
1288         (gst_directdraw_sink_window_thread),
1289         (gst_directdraw_sink_get_ddrawcaps),
1290         (gst_directdraw_sink_surface_create): Make sure we create our
1291         internal window only when we need it. That will give a chance to
1292         the application to get the prepare-xwindow-id bus message. Draw
1293         black borders when keeping aspect ratio. Handle the case where our
1294         rendering window disappears (closed or errors) like other sinks
1295         do. Various 80 columns fixes, improve state change order. That
1296         element could need some more love.
1297
1298 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1299
1300         * ext/taglib/gstapev2mux.h:
1301         * ext/taglib/gstid3v2mux.h:
1302         Remove useless typedefs without new type name. Fixes a warning with
1303         gcc 4.3.
1304
1305 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1306
1307         Patch by: John Millikin <jmillikin at gmail dot com>
1308
1309         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1310         (gst_flac_dec_setup_stream_decoder),
1311         (gst_flac_normalize_picture_mime_type),
1312         (gst_flac_extract_picture_buffer),
1313         (gst_flac_dec_metadata_callback):
1314         Emit metadata messages when a PICTURE block is encountered.
1315         Fixes #506715.
1316
1317 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1318
1319         * gst/avi/gstavi.c:
1320         increase rank because no known issues anymore ...
1321         * gst/avi/gstavisubtitle.c:
1322         send subtitle name to the srcpad
1323
1324 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1325
1326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1327         * gst/rtsp/gstrtspsrc.h:
1328         Implement redirect for the DESCRIBE reply. Fixes #506025.
1329
1330 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1331
1332         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1333         Fix 'xyz may be used uninitialized' compiler warnings caused
1334         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1335         abort() in any case but properly report the error.
1336
1337 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1340         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1341         * sys/ximage/gstximagesrc.c: (composite_pixel):
1342           Fix 'xyz may be used uninitialized' compiler warnings caused
1343           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1344           not really nice to abort in any case). Fixes #505745.
1345
1346 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1347
1348         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1349           Small unit test fix (has no practical impact at the moment,
1350           since we're only feeding utf8 and hence just create a sub-
1351           buffer for the output).
1352
1353 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1354
1355         * gst/avi/gstavisubtitle.c:
1356         * tests/check/elements/avisubtitle.c:
1357         Add seeking support for avi subtitle
1358
1359 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1360
1361         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1362         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1363         (gst_flac_dec_write):
1364         * ext/flac/gstflacdec.h:
1365         Remove some unused vars.
1366         Do more cleanup of leftover events and tags.
1367         Output tags after the segment event. Fixes #504018.
1368
1369 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1372           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1373           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1374           Detect other UTF byte order markers and convert to UTF-8 as
1375           appropriate.
1376
1377 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1378
1379         * gst/avi/gstavisubtitle.c: (src_template),
1380           (gst_avi_subtitle_extract_utf8_file),
1381           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1382           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1383           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1384         * gst/avi/gstavisubtitle.h:
1385           Refactor a bit; fix name extraction; don't assume all the data
1386           in the chunk is actually subtitle data, there may be padding at
1387           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1388           file so it's there to send again after a seek (for future use).
1389
1390 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1391
1392         * gst/avi/Makefile.am:
1393         * gst/avi/gstavi.c:
1394         * gst/avi/gstavisubtitle.c:
1395         * gst/avi/gstavisubtitle.h:
1396         * tests/check/Makefile.am:
1397         * tests/check/elements/avisubtitle.c:
1398         * win32/common/config.h:
1399                 Add avi subtitle element for bug #442034. Need seeking support
1400                 and more support for character conversion.
1401
1402 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1403
1404         * Makefile.am:
1405           Include common/win32.mak for CRLF check of win32 project
1406           files (see #393626).
1407
1408         * win32/vs6/libgstpng.dsp:
1409           Fix line endings and do cvs admin -kb.
1410
1411 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1412
1413         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1414         Actually drop the buffers which are outside the currently configured
1415         segment instead of just emitting a WARNING.
1416
1417 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1418
1419         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1420         (gst_flac_dec_write):
1421         * ext/flac/gstflacdec.h:
1422         Send segments from the streaming thread. Fixes #502187.
1423         Fix segment seeking and a bunch of other seeking cases.
1424
1425 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1426
1427         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1428           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1429           which is where it would end up if the same information was
1430           put in a vorbis comment (don't think it's worth adding a
1431           new URI tag for this). Fixes #488112.
1432
1433 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1434
1435         * configure.ac:
1436           We need core/base 0.10.15 or later.
1437
1438 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1439
1440         Patch by: Mark Nauwelaerts <manauw skynet be>
1441
1442         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1443         Fix regression in stream numbering. Fixes #502655.
1444
1445 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1446
1447         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1448
1449         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1450         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1451         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1452         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1453         (gst_rtp_h264_pay_handle_buffer):
1454         * gst/rtp/gstrtph264pay.h:
1455         Use higher performance start-code searching.
1456         Parse NALs and store SPS, PPS and profile in the caps so that they can
1457         be used in the SDP. Fixes #502814.
1458
1459 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1460
1461         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1462         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1463           Init some structs to zero before we pass them to ioctl, which
1464           avoids valgrind warnings.  Also fix a small memory leak.
1465
1466 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1467
1468         Patch by: Wouter Cloetens <wouter at mind dot be>
1469
1470         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1471         Copy timestamp from input to output. Not very perfect yet but better
1472         than nothing. Fixes #503023.
1473
1474 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1475
1476         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1477           Also print a useful error message with the old Wavpack API
1478           if possible.
1479
1480 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * ext/wavpack/gstwavpackdec.c:
1483           More build fixes for old libwavpack versions: include config.h so
1484           that WAVPACK_OLD_API is actually defined as detected; only use
1485           WavpackGetErrorMessage if it is available. This fixes the build
1486           on debian stable for me.
1487
1488 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1489
1490         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1491         * ext/wavpack/gstwavpackparse.c:
1492           (gst_wavpack_parse_create_src_pad):
1493           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1494           versions below 4.40.0.
1495
1496 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1497
1498         * configure.ac:
1499           And now do it right for real...
1500
1501 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1502
1503         * configure.ac:
1504           Correctly reset $LIBS to not contain -lm.
1505
1506 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1507
1508         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1509
1510         * configure.ac:
1511         * ext/cairo/gsttimeoverlay.c:
1512           (gst_cairo_time_overlay_print_smpte_time):
1513           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1514           and checking for rint() and implementing it ourself if it doesn't
1515           exist. Fixes #497293.
1516
1517 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1518
1519         * configure.ac:
1520           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1521
1522 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1523
1524         * sys/oss/gstosshelper.c:
1525         Verify that the format returned after the ioctl is the one
1526         we requested. It is valid for the ioctl to succeed while
1527         substituting an alternate 'supported' sample format.
1528
1529 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1530
1531         * sys/oss/gstossaudio.c: (plugin_init):
1532         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1533         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1534           Post decent (and translated) error message when we can't
1535           open the audio device for some reason.
1536
1537 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1538
1539         * sys/oss/gstosssink.c:
1540         * sys/oss/gstosssrc.c:
1541         Allow the AUDIODEV environment variable to redirect us
1542         to a different default OSS device, like sunaudiosink does
1543         on Solaris (makes audio play automatically on SunRays).
1544
1545 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1546
1547         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1548         * gst/audiofx/audiochebyshevfreqband.c:
1549         (gst_audio_chebyshev_freq_band_transform_ip):
1550         * gst/audiofx/audiochebyshevfreqlimit.c:
1551         (gst_audio_chebyshev_freq_limit_transform_ip):
1552         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1553         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1554         The transform_ip() methods should do nothing if in passthrough mode.
1555         It might get non-writable buffers in that case but the buffer might
1556         as well be writable.
1557
1558         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1559         The transform() methods won't be called in passthrough mode and
1560         otherwise the buffer is always writable so don't check here.
1561
1562 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1563
1564         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1565           Fix seeking in .wav files again (#501775).  Some people seem to think
1566           they don't need to test their changes when they're just 'reflowing'
1567           some code.
1568
1569 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1570
1571         * gst/autodetect/gstautovideosink.c:
1572         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1573         (gst_auto_video_sink_init),
1574         (gst_auto_video_sink_create_element_with_pretty_name),
1575         (gst_auto_video_sink_find_best),
1576         (gst_auto_video_sink_set_property),
1577         (gst_auto_video_sink_get_property):
1578         * gst/autodetect/gstautovideosink.h:
1579         Fix docs.
1580         Use same error reporting code as autoaudiosink.
1581         Add property to filter sinks based on caps. Only select raw video sinks
1582         by default for backwards compat.
1583         API: GstAutoVideoSink::filter-caps
1584
1585 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1586
1587         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1588
1589         * gst/autodetect/gstautoaudiosink.c:
1590         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1591         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1592         (gst_auto_audio_sink_set_property),
1593         (gst_auto_audio_sink_get_property):
1594         * gst/autodetect/gstautoaudiosink.h:
1595         Add property to filter sinks based on caps. Only select raw audio sinks
1596         by default for backwards compat.  Fixes #417420.
1597         API: GstAutoAudioSink::filter-caps
1598
1599 2007-11-29  Michael Smith <msmith@fluendo.com>
1600
1601         Patch by: Arek Korbik <arkadini@gmail.com>
1602
1603         * gst/videobox/gstvideobox.c: (plugin_init):
1604           Initialise liboil in plugin_init()
1605
1606 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1607
1608         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1609         Post error before sending EOS. Fixes #499178.
1610
1611 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1612
1613         * win32/vs6/gst_plugins_good.dsw:
1614         * win32/vs6/libgstpng.dsp:
1615         Add a project file for libgstpng
1616
1617 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1618
1619         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1620         (gst_rtp_h263_depay_process):
1621         Code beautification.
1622         Added debug statements.
1623         Don't bit-shift everything, just do operations on last/first byte
1624         instead.
1625
1626 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1627
1628         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1629
1630         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1631         Fix wrong comparison in overrun check. Fixes #499239 some more.
1632
1633 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1634
1635         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1636         (gst_rtp_h263_depay_process):
1637         * gst/rtp/gstrtph263depay.h:
1638         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1639         stream.
1640
1641 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1642
1643         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1644
1645         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1646         (gst_rtp_mp4a_depay_process):
1647         * gst/rtp/gstrtpmp4adepay.h:
1648         Fix depayloading when multiple frames are inside one RTP packet.
1649         Fixes #499239.
1650
1651 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1652
1653         * gst/level/gstlevel.c:
1654           Add GAP-flag support.
1655
1656 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1657
1658         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1659         Read the I flag for Mode A h263 rtp stream and set the
1660         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1661         Fixes #499383
1662
1663 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1664
1665         * gst/level/gstlevel.c:
1666           Remove some dead code and do cleanups.
1667
1668 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1669
1670         * tests/check/pipelines/simple-launch-lines.c:
1671           Improve the tests by allowing to set a target state.
1672
1673 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1674
1675         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1676         Don't check the caps of the output buffer if they're equal some
1677         other caps. The caps can change in a backward compatible way
1678         and did at this point.
1679
1680 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1681
1682         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1683         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1684         (gst_qtdemux_seek_to_previous_keyframe),
1685         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1686         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1687         reverse playback support.
1688
1689 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1690
1691         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1692         Also set the channel layout on the Wavpack caps if we're having
1693         a mono layout. Of course only do it for "audio/x-wavpack".
1694
1695 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1696
1697         * ext/wavpack/gstwavpackcommon.c:
1698         (gst_wavpack_get_default_channel_mask),
1699         (gst_wavpack_set_channel_layout),
1700         (gst_wavpack_get_default_channel_positions),
1701         (gst_wavpack_get_channel_mask_from_positions),
1702         (gst_wavpack_set_channel_mapping):
1703         * ext/wavpack/gstwavpackcommon.h:
1704         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1705         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1706         * ext/wavpack/gstwavpackdec.h:
1707         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1708         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1709         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1710         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1711         (gst_wavpack_enc_rewrite_first_block),
1712         (gst_wavpack_enc_sink_event):
1713         * ext/wavpack/gstwavpackenc.h:
1714         * ext/wavpack/gstwavpackparse.c:
1715         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1716         (gst_wavpack_parse_scan_to_find_sample),
1717         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1718         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1719         * ext/wavpack/gstwavpackparse.h:
1720         Add support for encoding, parsing and decoding multichannel
1721         files with up to 8 channels. This also improves the robustness
1722         of parsing quite a bit.
1723
1724         * ext/wavpack/gstwavpackstreamreader.c:
1725         (gst_wavpack_stream_reader_read_bytes),
1726         (gst_wavpack_stream_reader_get_pos),
1727         (gst_wavpack_stream_reader_set_pos_abs),
1728         (gst_wavpack_stream_reader_set_pos_rel),
1729         (gst_wavpack_stream_reader_push_back_byte),
1730         (gst_wavpack_stream_reader_get_length),
1731         (gst_wavpack_stream_reader_can_seek),
1732         (gst_wavpack_stream_reader_write_bytes):
1733         Improve debugging.
1734
1735 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1736
1737         * ext/libpng/gstpngdec.c:
1738         * ext/libpng/gstpngdec.h:
1739           Don't release the png-memory from within the callback.
1740
1741 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1742
1743         Patch by: René Stadler <mail at renestadler dot de>
1744
1745         * ext/libpng/gstpngenc.c:
1746           Don't leak buffer data memory. Fixes #498395.
1747
1748 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1749
1750         Patch by: René Stadler <mail at renestadler dot de>
1751
1752         * tests/check/pipelines/simple-launch-lines.c:
1753           Tests for #498395.
1754
1755 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1756
1757         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1758         (gst_tag_lib_mux_adjust_event_offsets):
1759         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1760         * sys/osxaudio/Makefile.am:
1761         * sys/osxvideo/cocoawindow.h:
1762         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1763
1764 2007-11-15  David Schleef  <ds@schleef.org>
1765
1766         * ext/cairo/gsttextoverlay.c:
1767           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1768
1769 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1770
1771         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1772
1773         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1774         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1775         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1776         * gst/rtp/gstrtpmp2tpay.h:
1777         Fill the MTU with as many packets as possible. Fixes #491323.
1778
1779 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1780
1781         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1782
1783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1784         Fix some more leaks. Fixes #497007.
1785
1786 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1787
1788         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1789
1790         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1791         (gst_rtspsrc_stream_configure_tcp):
1792         Fix 3 pad leaks. Fixes #496983.
1793
1794 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1795
1796         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1797
1798         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1799         Fix small leak. Fixes #497017.
1800
1801 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1802
1803         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1804         (gst_qtdemux_prepare_current_sample),
1805         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1806         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1807         * gst/qtdemux/qtdemux_fourcc.h:
1808         * gst/qtdemux/qtdemux_types.c:
1809         Add suppport for theora in quicktime according to XiphQT.
1810
1811 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1812
1813         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1814         (gst_v4l2src_init), (gst_v4l2src_set_property),
1815         (gst_v4l2src_get_property):
1816         * sys/v4l2/gstv4l2src.h:
1817         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1818           Always copy buffers by default (handle safer with bugged drivers)
1819           and added a property to make it possible to use mmap effectively (no
1820           copy if possible) when application wants to. Fixes: #480557.
1821
1822 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1823
1824         * gst/id3demux/id3tags.c:
1825         * gst/id3demux/id3tags.h:
1826         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1827           We don't want the same string multiple times in a tag list for the
1828           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1829           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1830
1831 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1832
1833         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1834           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1835           into ID3v2 TXXX frames (fixes #347848).
1836
1837 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1838
1839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1840           Don't leak sdp message contents (fixes #496773).
1841
1842         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1843           Don't leak URI string.
1844
1845 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1846
1847         Patch by: Julien Puydt <julien dot puydt at laposte net>
1848
1849         * ext/raw1394/Makefile.am:
1850         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1851           (gst_1394_property_probe_get_properties),
1852           (gst_1394_property_probe_probe_property),
1853           (gst_1394_property_probe_needs_probe),
1854           (gst_1394_property_probe_get_values),
1855           (gst_1394_property_probe_interface_init),
1856           (gst_1394_type_add_property_probe_interface):
1857         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1858         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1859           (gst_dv1394src_init), (gst_dv1394src_dispose),
1860           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1861           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1862           (gst_dv1394src_update_device_name):
1863         * ext/raw1394/gstdv1394src.h:
1864           Implement GstPropertyProbe interface and add "device-name" property,
1865           so applications can use this to probe for available devices in the
1866           same way they can already with v4lsrc and v4l2src (however horrible
1867           this property probe interface may be). Fixes #358841.
1868
1869 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1870
1871         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1872
1873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1874           (gst_rtspsrc_parse_range):
1875           Don't leak event, don't leak range (fixes #496752).
1876
1877 2007-11-14  Michael Smith <msmith@fluendo.com>
1878
1879         Patch by: Arek Korbik <arkadini@gmail.com>
1880
1881         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1882           Detect RGBA/BGRA correctly on little endian systems.
1883
1884 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1885
1886         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1887           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1888           corresponding ioctl() call fails even though the driver claims to
1889           support this format, just fall back to the pre-2.6.19 kernel
1890           routine that creates caps with suitable height and width ranges
1891           (see #448278).
1892
1893 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1894
1895         Patch by: Mark Nauwelaerts <manauw skynet be>
1896
1897         * gst/matroska/matroska-demux.c:
1898           (gst_matroska_demux_push_dvd_clut_change_event),
1899           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1900           (gst_matroska_demux_subtitle_caps):
1901         * gst/matroska/matroska-ids.h:
1902           Extract palette data for dvd subpicture streams and send it
1903           downstream as custom gstreamer dvd event (fixes #453417).
1904
1905 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1906
1907         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1908           Implement minimal parsing of the passed pango font description
1909           string, so passing a font size works the same as with the
1910           pango textoverlay plugin; fixes #455086.
1911           (Maybe we could just use pangocairo here at some point).
1912
1913 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1914
1915         * gst/avi/gstavidemux.c:
1916         * gst/wavparse/gstwavparse.c:
1917           Return the result in _activate_pull(). Don't ref element there.
1918
1919 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1920
1921         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1922         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1923         (gst_wavparse_srcpad_event):
1924           Ref the element when we should, but not when we its not needed. Reflow
1925           the event_handling to not leak the event.       
1926
1927 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1928
1929         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1930         (qtdemux_parse_samples):
1931         Properly free QTDemuxSamples array.
1932         Protect table write with a sensible check, some files apparently DO contain
1933         stts values starting with 0 :(
1934
1935 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1936
1937         * gst/avi/gstavidemux.c:
1938         * gst/qtdemux/qtdemux.c:
1939           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1940           previous commit messed up.
1941
1942 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1943
1944         * gst/avi/gstavidemux.c:
1945         * gst/qtdemux/qtdemux.c:
1946           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1947           element when we should, but not when we its not needed.
1948
1949 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1950
1951         * gst/wavparse/gstwavparse.c:
1952           Return FALSE if we can't handle a query instead of changing the
1953           format. Ignore fact when dealing with mpeg audio.
1954
1955 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1956
1957         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1958
1959         * configure.ac:
1960         * gst/udp/gstdynudpsink.c:
1961         * gst/udp/gstdynudpsink.h:
1962         * gst/udp/gstmultiudpsink.c:
1963         * gst/udp/gstmultiudpsink.h:
1964         * gst/udp/gstudpsink.c:
1965         * gst/udp/gstudpsink.h:
1966           Fix includes for MSVC and GLib-2.14.0 (#492388).
1967
1968         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1969           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1970
1971 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1972
1973         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1974         (gst_mulawdec_chain):
1975         * gst/law/mulaw-decode.h:
1976         Calculate outgoing buffer duration if incoming buffer didn't have a
1977         valid duration.
1978
1979 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1980
1981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1982         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1983         Smarter combine_flow code that also deals with downstream elements
1984         returning UNEXPECTED when they receive data out of the segment
1985         boundaries. Fixes #491305.
1986
1987 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1988
1989         * sys/v4l2/v4l2src_calls.c:
1990           Fix 'unused variable' compiler warning when compiling against
1991           older kernel headers.
1992
1993 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1994
1995         * ext/taglib/gstid3v2mux.cc (add_funcs):
1996           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1997
1998 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1999
2000         * tests/check/pipelines/simple-launch-lines.c:
2001            Improve the tests a little more.
2002
2003 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
2004
2005         patch by: Yun Zheng Hu
2006
2007         * sys/osxaudio/gstosxaudiosrc.c:
2008         Use default input device instead of default output device and
2009         only memcpy actual available bytes.
2010
2011 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2012
2013         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2014           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2015           early. It is temporary until we find something better.
2016
2017 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2018
2019         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2020
2021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2022         Fix race when pausing a RTSP stream in interleaved.
2023         Fixes #475784.
2024
2025 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2026
2027         Patch by: Peter Kjellerstedt <pkj at axis com>
2028
2029         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2030         Use correct unref function for buffers. #488844.
2031
2032 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2033
2034         * gst/avi/gstavimux.c:
2035         * tests/check/elements/avimux.c:
2036           Add some debug and sync tests with the fix.     
2037
2038 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2039
2040         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2041
2042         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2043         When the socket is used by the app for other purposes, don't generate an
2044         error if there is activaty on the socket that is not data related.
2045         Fixes #487488.
2046
2047 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2048
2049         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2050         (gst_v4l2src_grab_frame):
2051         Add some more debug info. Generate an error when we run out of buffers
2052         for some reason. See #480557.
2053
2054 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2055
2056         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2057
2058         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2059         Set marker bit correctly.
2060
2061 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2062
2063         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2064         Use allowed name for the GstStructure.
2065
2066 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2067
2068         * ext/gconf/gstswitchsink.c:
2069         * gst/autodetect/gstautoaudiosink.c:
2070           Use new gst_bus_pop_filtered().
2071
2072 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2073
2074         * sys/v4l2/gstv4l2src.c:
2075         * sys/v4l2/v4l2src_calls.c:
2076           When probing the formats and sizes a camera supports, make
2077           sure the best ones (highest resolution, prefered format)
2078           end up at the beginning of the probed caps and the less
2079           desirable ones at the end.  This is important because the
2080           order within the caps matters for things like fixation and
2081           negotiation, ie. what format is chosen in the end.
2082           With recent kernels, the current probing code will end up
2083           querying the supported sizes from lowest resolution to
2084           highest resolution, adding them to the probed caps in that
2085           order, resulting to v4l2src fixating to the lowest possible
2086           resolution if downstream does not express a size preference.
2087           Also make up a somewhat random ranking of prefered output
2088           formats for the same reason. Fixes #485828.
2089         
2090 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2091
2092         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2093
2094         * gst/id3demux/id3v2frames.c:
2095           Extract license/copyright URIs from ID3v2 WCOP frames
2096           (Fixes #447000).
2097
2098         * tests/check/elements/id3demux.c:
2099         * tests/files/Makefile.am:
2100         * tests/files/id3-447000-wcop.tag:
2101           Add simple unit test.
2102
2103 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2104
2105         * ext/taglib/gstid3v2mux.cc:
2106           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2107           Prerequisite for #447000.
2108
2109 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2110
2111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2112         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2113         a GstClockTime.
2114
2115 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2116
2117         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2118         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2119         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2120         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2121         (gst_rtspsrc_change_state):
2122         More seeking fixes, mostly passing around the new playback segment in
2123         order to configure it properly.
2124         Also reset base_time of udp sources when setting them back to PLAYING as
2125         a temporary hack until core supports seek in live sources properly.
2126
2127 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2128
2129         * gst/rtp/gstrtpmp4adepay.c:
2130         Fix caps as to not confuse autopluggers.
2131
2132 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2133
2134         * gst/id3demux/gstid3demux.c:
2135         * gst/id3demux/gstid3demux.h:
2136         * gst/id3demux/id3tags.c:
2137         * gst/id3demux/id3tags.h:
2138         * gst/id3demux/id3v2frames.c:
2139           Port ID3 tag demuxer over to the new GstTagDemux in -base
2140           (now would be a good time to test re-importing your music
2141           collection).
2142
2143 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2144
2145         * gst/apetag/Makefile.am:
2146         * gst/apetag/gstapedemux.c:
2147         * gst/apetag/gstapedemux.h:
2148         * gst/apetag/gsttagdemux.c:
2149         * gst/apetag/gsttagdemux.h:
2150           Port APE tag demuxer over to the new GstTagDemux in -base.
2151
2152 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2153
2154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2155         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2156         (gst_rtspsrc_handle_internal_src_query),
2157         (gst_rtspsrc_handle_src_query), (new_session_pad),
2158         (gst_rtspsrc_stream_configure_tcp),
2159         (gst_rtspsrc_stream_configure_transport),
2160         (gst_rtspsrc_loop_send_cmd):
2161         Improve flushing behaviour.
2162         Set state of the udp sources to PAUSE/PLAYING correctly.
2163         Handle events and queries for UDP and TCP transport now.
2164
2165 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2166
2167         * gst/rtp/gstrtpgsmdepay.c:
2168         * gst/rtp/gstrtpgsmpay.c:
2169           Add log category.
2170
2171 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2172
2173         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2174
2175         * tests/check/Makefile.am:
2176         * tests/check/pipelines/simple-launch-lines.c:
2177           Add unit tests for payloaders/depayloaders.
2178
2179 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2180
2181         * gst/avi/gstavimux.c:
2182         * gst/avi/gstavimux.h:
2183           Also save codec data for audio streams. Fixes #482495.
2184
2185 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2186
2187         * gst/avi/gstavimux.c:
2188           Fix "Index entry has invalid stream nr 1".
2189           Add support for muxing aac - work in progress (see #482495).
2190
2191 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2192
2193         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2194         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2195         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2196         * gst/rtsp/gstrtspsrc.h:
2197         Parse bandwidth modifiers, they are not yet configured in the session
2198         manager because we don't have an API for that yet.
2199
2200 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2201
2202         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2203         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2204         Use shiny new function in -base to get the default clock-rate.
2205         Update some docs.
2206
2207 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2208
2209         * win32/MANIFEST:
2210         Add files to win32 manifest.
2211         * win32/vs6/libgstaudiofx.dsp:
2212         * win32/vs6/libgstqtdemux.dsp:
2213         * win32/vs6/libgstrtp.dsp:
2214         * win32/vs6/libgstrtsp.dsp:
2215         Update project files.
2216
2217 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2218
2219         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2220         (gst_rtspsrc_play):
2221         * gst/rtsp/gstrtspsrc.h:
2222         In TCP mode, only timestamp the first buffer. TCP is not real time and
2223         it does not make sense to try to skew compensate, also some servers send
2224         the first batch of data in a burst.
2225
2226 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2227
2228         * gst/matroska/matroska-demux.c:
2229           Fix setting the discont flag on the first buffer
2230           pushed downstream for formats with private codec
2231           data that needs to be deserialised into buffers
2232           (such as vorbis and FLAC when in a matroska container).
2233
2234 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2235
2236         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2237
2238         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2239         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2240         (gst_rtp_mp4v_pay_handle_buffer):
2241         * gst/rtp/gstrtpmp4vpay.h:
2242         Free the config string. Fixes #480707.
2243         Clean up the timestamp code a little.
2244
2245 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2246
2247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2248         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2249         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2250         * gst/rtsp/gstrtspsrc.h:
2251         Set timestamps on RTP buffers in interleaved mode.
2252         Mark first buffers with a DISCONT.
2253         Remove flush hack now that sync for live sources has been figured out.
2254
2255 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2256
2257         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2258         Update documentation.
2259
2260 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2261
2262         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2263         (gst_rtp_xqt_depay_change_state):
2264         * gst/qtdemux/gstrtpxqtdepay.h:
2265         Fail if we don't know the quicktime format.
2266
2267 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2268
2269         * ext/flac/gstflacenc.c:
2270         * ext/flac/gstflacenc.h:
2271           Save the flow return from the last gst_pad_push() and
2272           make sure we pass the right flow return value upstream
2273           in the case of failure; minor clean-ups.
2274
2275 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2276
2277         * ext/taglib/gstapev2mux.cc:
2278         * ext/taglib/gstid3v2mux.cc:
2279         * gst/apetag/gstapedemux.c:
2280           Add support for the new GST_TAG_COMPOSER (#459809).
2281
2282 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2283
2284         * gst/law/alaw-decode.c:
2285         * gst/law/alaw-decode.h:
2286         * gst/law/alaw-encode.c:
2287         * gst/law/alaw-encode.h:
2288         * gst/law/alaw.c:
2289         * gst/law/mulaw-conversion.h:
2290           Compulsive clean-ups: use boilerplate macros, add debug
2291           categories, fix up things to conform to symbol nomenklatura,
2292           etc.
2293
2294 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2295
2296         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2297
2298         * gst/law/alaw-decode.c:
2299         * gst/law/alaw-encode.c:
2300           Use static tables for A-Law decoding and encoding; this makes
2301           A-Law decoding and encoding less CPU-intensive, but increases
2302           the binary size a bit. Leaving old code around for now,
2303           selectable by a define in the code. Fixes #435435.
2304
2305 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2306
2307         * configure.ac:
2308         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2309         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2310         in configure.ac.
2311
2312 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2313
2314         Patch by: Jan Gerber <j at bootlab dot org>
2315
2316         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2317         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2318
2319 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2320
2321         * sys/oss/gstosshelper.c:
2322           Use GST_WARNING instead of a g_critical. This situation is not caused
2323           by the application.
2324
2325 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2326
2327         * po/LINGUAS:
2328         * po/nl.po:
2329           Updated translations.
2330
2331 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2332
2333         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2334
2335         * po/eu.po:
2336           Added Basque translation.
2337
2338 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2339
2340         translated by: Abel Cheung <abelcheung@gmail.com>
2341
2342         * po/zh_HK.po:
2343         * po/zh_TW.po:
2344           Added Chinese (traditional and Hong Kong) translation.
2345
2346 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2347
2348         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2349
2350         * po/pl.po:
2351           Added Polish translation.
2352
2353 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2354
2355         translated by: Ilkka Tuohela <hile@iki.fi>
2356
2357         * po/fi.po:
2358           Added Finnish translation.
2359
2360 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2361
2362         translated by: Jorge González González <aloriel@gmail.com>
2363
2364         * po/es.po:
2365           Added Spanish translation.
2366
2367 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2368
2369         translated by: Mogens Jaeger <mogens@jaeger.tf>
2370
2371         * po/da.po:
2372           Added Danish translation.
2373
2374 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2375
2376         translated by: Funda Wang <fundawang@linux.net.cn>
2377
2378         * po/zh_CN.po:
2379           Added Chinese (simplified) translation.
2380
2381 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2382
2383         translated by: Alexander Shopov <ash@contact.bg>
2384
2385         * po/bg.po:
2386           Added Bulgarian translation.
2387
2388 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2389
2390         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2391         Set outgoing packet duration because we can. Fixes #478244 some more.
2392
2393 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2394
2395         * ext/cairo/gsttextoverlay.c:
2396           Add info about static leak.
2397         
2398         * tests/check/Makefile.am:
2399         * tests/check/generic/states.c:
2400           Improved state change unit test.
2401
2402 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2403
2404         * docs/plugins/.cvsignore:
2405         * tests/check/.cvsignore:
2406           Ignore registries in any format.
2407
2408 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2409
2410         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2411         Removed some unused code.
2412
2413         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2414         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2415         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2416         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2417         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2418         (gst_rtp_theora_pay_flush_packet):
2419         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2420         Try to preserve the incomming buffer duration on the outgoing
2421         packets. Fixes #478244.
2422
2423 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2424
2425         * ext/taglib/gstapev2mux.cc:
2426         * ext/taglib/gstid3v2mux.cc:
2427           Work around compiler warnings with g++-4.2 when assigning a
2428           string constant to a gchar * (partially fixes #478092).
2429
2430 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2431
2432         * configure.ac:
2433           We require core CVS now for gst_base_src_set_do_timestamp().
2434
2435 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2436
2437         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2439         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2440         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2441         (gst_rtspsrc_handle_message):
2442         Fix compiler warnings shown with Forte.
2443
2444 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2445
2446         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2447         (gst_rtspsrc_dup_printf):
2448         Give meaningfull error when all streams failed to configure for some
2449         reason.
2450
2451 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2452
2453         * gst/rtp/README:
2454         Update README with the design for synchronisation rules of RTP on
2455         sender and receiver.
2456
2457 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2458
2459         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2460         (gst_wavparse_chain):
2461         Don't push EOS from the chain function, the element
2462         driving the pipeline is responsible for this. The bug
2463         this was meant to fix seems to be queue not forwarding
2464         EOS in all cases (see #476514).
2465
2466 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2467
2468         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2469         (gst_level_transform_ip):
2470         * gst/level/gstlevel.h:
2471         Use basetransform segment so that it is correctly managed on flushes and
2472         start/stop.
2473         Report message timestamp as stream time, which is what an application
2474         can understand.
2475
2476 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2477
2478         * ext/taglib/gstapev2mux.cc:
2479         * ext/taglib/gstapev2mux.h:
2480         * ext/taglib/gsttaglibmux.c:
2481         * tests/check/elements/apev2mux.c:
2482         Update my mail address.
2483
2484 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2485
2486         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2487         (gst_wavparse_loop), (gst_wavparse_chain):
2488         Add EOS logic for the push-based mode too. Fixes #476514.
2489
2490 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2491
2492         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2493         * gst/law/alaw-encode.h:
2494         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2495         (gst_mulawenc_chain):
2496         * gst/law/mulaw-encode.h:
2497         Fix law encoder timestamps.
2498
2499 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2500
2501         * ext/gconf/gstgconfaudiosink.c:
2502           Fix warning when building without debug.
2503
2504         * sys/oss/gstossmixertrack.c:
2505           Use const like in alsamixertrack.c (fixes warnings).
2506
2507 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2508
2509         * sys/v4l2/v4l2src_calls.c:
2510         (gst_v4l2src_probe_caps_for_format_and_size):
2511         Fix framerate detection code some more.
2512         Handle the case where there is a weird step in the stepwise framerates.
2513         Don't overwrite the min interval with the framerate, use a temp variable
2514         instead.
2515         Use max in the Continuous framerate intervals instead of step, which is
2516         1 according to the docs. Fixes #475424.
2517
2518 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2519
2520         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2521         Make udpsrc timestamp outgoing buffers based on when they were received.
2522         Also make it output a segment in time.
2523
2524 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2525
2526         * gst/avi/gstavidemux.c:
2527           Plug a little leak. Little code cleanups.
2528
2529 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2530
2531         * configure.ac:
2532           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2533           flac versions, 's good for cross-compilation karma.
2534
2535 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2536
2537         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2538
2539         * gst/rtp/gstrtph263pay.c:
2540           Fix up header structure so that compilers don't add padding
2541           between the structure fields, since that would lead to us
2542           sending RTP packets with broken headers (as is currently the
2543           case when compiling with MSVC). Also see similar fixes in
2544           libgstrtp in gst-plugins-base. (#474616; #471194)
2545
2546 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2547
2548         * sys/v4l2/v4l2src_calls.c:
2549         (gst_v4l2src_probe_caps_for_format_and_size):
2550         Don't overwrite our GValue with 0 but instead use the previously
2551         computed value. Fixes #471823 some more.
2552
2553 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2554
2555         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2556           No tabs in this file please, or gtk-doc will end up documenting
2557           rather absurd class hierarchies.
2558
2559 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2560
2561         * ext/gconf/gstswitchsink.c:
2562           If the new kid element fails to change state for some reason
2563           (e.g. esdsink not being able to connect to the sound server),
2564           forward the error message it posted on the bus instead of just
2565           posting a generic 'Internal state change error: please file a
2566           bug' error message. Fixes #471364.
2567
2568 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2569
2570         * gst/qtdemux/Makefile.am:
2571         * gst/qtdemux/qtdemux.c:
2572           Don't assume tags are encoded as UTF-8 (#473670).
2573
2574 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2575
2576         * sys/v4l2/gstv4l2src.c:
2577         * sys/v4l2/gstv4l2src.h:
2578         * sys/v4l2/v4l2src_calls.c:
2579           Implement LATENCY queries in the crudest way possible so I don't
2580           have to use sync=false any longer when testing with videosinks.
2581
2582 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2583
2584         * configure.ac:
2585           Fix build.
2586
2587 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2588
2589         * sys/v4l2/v4l2src_calls.c:
2590         (gst_v4l2src_probe_caps_for_format_and_size):
2591         Add some more debugging in the framerate function.
2592         Iterate stepwise framerate up to and _including_ the max and if nothing
2593         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2594         don't end up with an empty list. Fixes #471823
2595
2596 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2597
2598         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2599         (gst_multiudpsink_set_clients_string),
2600         (gst_multiudpsink_get_clients_string),
2601         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2602         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2603         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2604         (gst_multiudpsink_clear):
2605         Add property do configure destination address/port pairs
2606         API:GstMultiUDPSink::clients
2607
2608 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2609
2610         * tests/examples/Makefile.am:
2611         * tests/examples/rtp/Makefile.am:
2612         * tests/examples/rtp/client-H263p-AMR.sh:
2613         * tests/examples/rtp/client-H263p-PCMA.sdp:
2614         * tests/examples/rtp/client-H263p-PCMA.sh:
2615         * tests/examples/rtp/client-H264-PCMA.sdp:
2616         * tests/examples/rtp/client-H264-PCMA.sh:
2617         * tests/examples/rtp/client-PCMA.sh:
2618         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2619         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2620         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2621         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2622         Added some RTP example scripts for sending and receiving RTP streams.
2623
2624 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2625
2626         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2627         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2628         Restructure the setcaps function so that we can also compute the
2629         expected GStreamer output size of the video frames.
2630         Set frame_byte_size correctly so that read-based devices have a chance
2631         of working correctly.
2632         When grabbing a frame, discard frames that are not of the expected size.
2633         Some cameras don't output the right framesize for the first buffer.
2634         Try only a couple of times to get a valid frame, else error out.
2635
2636         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2637         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2638         Add some more debug info when scanning the device.
2639
2640         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2641         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2642         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2643         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2644         Add some more debug info when dequeing a frame.
2645
2646 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2647
2648         * gst/wavparse/gstwavparse.c:
2649           More code cleanups. Add some more comment and improve debugs logs.
2650
2651 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2652
2653         * gst/wavparse/gstwavparse.c:
2654         * gst/wavparse/gstwavparse.h:
2655           Implement seek-query. Refactor duration calculations. Appropriate use
2656           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2657           out of loops.
2658
2659 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2660
2661         * gst/avi/gstavidemux.c:
2662           Implement seek-query.
2663
2664 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2665
2666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2667         (gst_rtspsrc_dup_printf):
2668         Use new basesink async property to make sparse RTCP packet not wait for
2669         preroll.
2670
2671 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2672
2673         * gst/audiofx/Makefile.am:
2674         Dist the right file.
2675
2676 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2677
2678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2679         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2680         Make sure we generate and parse floating point values in the POSIX
2681         locale instead of the current locale. 
2682
2683 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2684
2685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2686         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2687         (gst_rtspsrc_play):
2688         * gst/rtsp/gstrtspsrc.h:
2689         Fix method detection again.
2690         Keep track of when we must send a Range header.
2691         Use segment values for Range, Speed and Scale headers.
2692         Parse Speed and Scale headers to update the segment values.
2693
2694 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2695
2696         patch by: Mark Nauwelaerts <manauw@skynet.be>
2697
2698         * sys/v4l2/v4l2src_calls.c:
2699           Handle optional v4l2 ioctls gracefully.
2700
2701 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2702
2703         * gst/rtp/Makefile.am:
2704         * gst/rtp/gstrtp.c: (plugin_init):
2705         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2706         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2707         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2708         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2709         (gst_rtp_h263_depay_get_property),
2710         (gst_rtp_h263_depay_change_state),
2711         (gst_rtp_h263_depay_plugin_init):
2712         * gst/rtp/gstrtph263depay.h:
2713         Added an H263 depayloader. Fixes #369392.
2714
2715         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2716         (gst_rtp_h263p_depay_process):
2717         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2718         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2719         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2720         payloads.
2721         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2722
2723 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2724
2725         * gst/audiofx/audiochebyshevfreqband.c:
2726         * gst/audiofx/audiochebyshevfreqlimit.c:
2727         Add small comparision with the windowed sinc filters in the docs.
2728
2729 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2732         (audiochebyshevfreqband_suite):
2733         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2734         (audiochebyshevfreqlimit_suite):
2735         Also test 32 bit float mode and the type 2 variants of the filters.
2736
2737 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2738
2739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2740         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2741         (gst_rtspsrc_loop):
2742         Refactor the udp and interleaved loop function a bit.
2743
2744 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2745
2746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2747         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2748         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2749         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2750         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2751         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2752         * gst/rtsp/gstrtspsrc.h:
2753         Protect connection activity with a new lock, avoids deadlocks when going
2754         to PAUSED. Fixes #455808.
2755
2756 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2757
2758         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2759         Fix debug statement.
2760
2761 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2762
2763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2764         Fix stray %u in debug line as spotted by Saur on IRC.
2765
2766 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2767
2768         * gst/audiofx/audiochebyshevfreqband.c:
2769         (gst_audio_chebyshev_freq_band_class_init):
2770         * gst/audiofx/audiochebyshevfreqlimit.c:
2771         (gst_audio_chebyshev_freq_limit_class_init):
2772         Use generator macros for the process functions for the different
2773         sample types, add lower upper boundaries for the GObject properties
2774         so automatically generated UIs can use sliders and add a note about
2775         the number of poles as a too high number of poles combined with
2776         very low or very high frequencies will produce only noise.
2777         * docs/plugins/gst-plugins-good-plugins.args:
2778         Regenerated for the property changes.
2779
2780 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2781
2782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2783         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2784         (gst_rtspsrc_stream_configure_udp_sink),
2785         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2786         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2787         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2788         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2789         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2790         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2791         * gst/rtsp/gstrtspsrc.h:
2792         Improve timeout handling.
2793         Use the same socket for sending and receiving RTCP packets so that some
2794         servers can track clients better.
2795         Improve connection closed handling. Try to reconnect.
2796         Don't overwrite our content base with NULL.
2797         Improve debugging.
2798         Improve range parsing and handling.
2799         Remove flushing hack now that core does the right thing.
2800
2801 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2802
2803         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2804         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2805         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2806         (gst_multiudpsink_close), (gst_multiudpsink_add):
2807         * gst/udp/gstmultiudpsink.h:
2808         Add support for getting and setting the socket to use.
2809
2810         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2811         (gst_udpsrc_create), (gst_udpsrc_get_property):
2812         Add support for getting the currently used socket.
2813
2814 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2815
2816         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2817
2818         * gst/audiofx/Makefile.am:
2819         * gst/audiofx/audiochebyshevfreqband.c:
2820         (gst_audio_chebyshev_freq_band_mode_get_type),
2821         (gst_audio_chebyshev_freq_band_base_init),
2822         (gst_audio_chebyshev_freq_band_dispose),
2823         (gst_audio_chebyshev_freq_band_class_init),
2824         (gst_audio_chebyshev_freq_band_init),
2825         (generate_biquad_coefficients), (calculate_gain),
2826         (generate_coefficients),
2827         (gst_audio_chebyshev_freq_band_set_property),
2828         (gst_audio_chebyshev_freq_band_get_property),
2829         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2830         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2831         (gst_audio_chebyshev_freq_band_start):
2832         * gst/audiofx/audiochebyshevfreqband.h:
2833         * gst/audiofx/audiochebyshevfreqlimit.c:
2834         (gst_audio_chebyshev_freq_limit_mode_get_type),
2835         (gst_audio_chebyshev_freq_limit_base_init),
2836         (gst_audio_chebyshev_freq_limit_dispose),
2837         (gst_audio_chebyshev_freq_limit_class_init),
2838         (gst_audio_chebyshev_freq_limit_init),
2839         (generate_biquad_coefficients), (calculate_gain),
2840         (generate_coefficients),
2841         (gst_audio_chebyshev_freq_limit_set_property),
2842         (gst_audio_chebyshev_freq_limit_get_property),
2843         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2844         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2845         (gst_audio_chebyshev_freq_limit_start):
2846         * gst/audiofx/audiochebyshevfreqlimit.h:
2847         * gst/audiofx/audiofx.c: (plugin_init):
2848         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2849         Fixes #464800.
2850
2851         * tests/check/Makefile.am:
2852         * tests/check/elements/.cvsignore:
2853         * tests/check/elements/audiochebyshevfreqband.c:
2854         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2855         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2856         * tests/check/elements/audiochebyshevfreqlimit.c:
2857         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2858         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2859         Add unit tests for the chebyshev filters.
2860
2861         * docs/plugins/Makefile.am:
2862         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2863         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2864         * docs/plugins/gst-plugins-good-plugins.args:
2865         * docs/plugins/inspect/plugin-1394.xml:
2866         * docs/plugins/inspect/plugin-audiofx.xml:
2867         * docs/plugins/inspect/plugin-dv.xml:
2868         * docs/plugins/inspect/plugin-flac.xml:
2869         * docs/plugins/inspect/plugin-jpeg.xml:
2870         * docs/plugins/inspect/plugin-png.xml:
2871         * docs/plugins/inspect/plugin-rtp.xml:
2872         * docs/plugins/inspect/plugin-shout2send.xml:
2873         * docs/plugins/inspect/plugin-wavpack.xml:
2874         And add docs for the chebyshev filters. While doing
2875         that also run make update in docs/plugins.
2876
2877 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2878
2879         * ext/annodex/gstcmmltag.c:
2880         * gst/rtp/gstrtpvorbispay.c:
2881           Make ro memory to share.
2882
2883 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2884
2885         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2886         Improve UDP performance by avoiding a select() when we have data
2887         available immediatly.
2888
2889 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2890
2891         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2892         (gst_rtp_dec_class_init):
2893         * gst/rtsp/gstrtpdec.h:
2894         Add (dummy) SSRC management signals.
2895
2896         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2897         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2898         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2899         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2900         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2901         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2902         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2903         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2904         * gst/rtsp/gstrtspsrc.h:
2905         Add connection-speed property.
2906         Add find_stream helper functions.
2907         Handle stream EOS based on BYE messages or SSRC timeout.
2908         Returns SUCCESS from the state change function as we hide our async
2909         elements from the parent.
2910
2911 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2912
2913         * gst/debug/rndbuffersize.c:
2914           Fix da leak.
2915
2916 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2917
2918         * gst/debug/Makefile.am:
2919         * gst/debug/breakmydata.c:
2920         * gst/debug/gstdebug.c:
2921         * gst/debug/negotiation.c:
2922         * gst/debug/progressreport.c:
2923         * gst/debug/rndbuffersize.c:
2924         * gst/debug/testplugin.c:
2925           Add new test element and clean-up the others a little.
2926
2927 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2928
2929         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2930         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2931
2932 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2933
2934         * gst/rtp/gstrtpilbcdepay.c:
2935           Include stdlib.
2936
2937 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2938
2939         * gst/rtp/gstrtpmpvdepay.c:
2940         Set the mpegversion in the caps so that autoplugging does not get
2941         confused.
2942
2943 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2944
2945         * po/hu.po:
2946         * po/uk.po:
2947         * po/vi.po:
2948           Updated translations.
2949
2950 2007-08-08  Michael Smith <msmith@fluendo.com>
2951
2952         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2953           Render right border in the correct location.
2954
2955 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2956
2957         Patch by: Olivier Crete <tester at tester dot ca>
2958
2959         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2960         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2961         Make mode property a string. Fixes #464475.
2962
2963 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2964
2965         * ext/flac/gstflacenc.c:
2966           Widen caps to match decoder a bit and add more FIXMEs.
2967
2968 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2969
2970         patch by: Mark Nauwelaerts <manauw@skynet.be>
2971
2972         * gst/avi/gstavimux.c:
2973           Fix ODML index tag numbering. Fixes #463624.
2974
2975 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2976
2977         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2978         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2979         (gst_rtspsrc_stream_configure_tcp),
2980         (gst_rtspsrc_stream_configure_udp_sink):
2981         Fix default clock-rate for realmedia.
2982         Fix parsing of transport.
2983         Don't try to link NULL pads.
2984
2985 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2986
2987         * po/POTFILES.skip:
2988           Add POTFILES.skip with list of source files that aren't disted at the
2989           moment but contain translatable strings. Should hopefully pacify
2990           broken tools and make it clearer that these files are left out
2991           intentionally (#461600).
2992
2993 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2994
2995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2996         If the buffer was entirely clipped ... don't try sending it :)
2997
2998 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2999
3000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
3001         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
3002         (gst_rtspsrc_create_transports_string),
3003         (gst_rtspsrc_prepare_transports):
3004         If we don't hav a session manager, set the caps on outgoing buffers
3005         ourselves.
3006         Force PAUSE/PLAY methods for now until the extensions can overwrite.
3007         Append final bit of the transport string even when it does not contain a
3008         placeholder.
3009
3010 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3011
3012         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3013         (gst_rtsp_ext_list_connect):
3014         * gst/rtsp/gstrtspext.h:
3015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3016         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3017         Clean up the interface list.
3018         Allow connecting to interface signals for the extensions.
3019         Remove old extension code.
3020         Free list on cleanup.
3021         Allow extensions to send additional RTSP messages.
3022
3023 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3024
3025         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3026         Handle a NULL gconf key gracefully by rendering the default element.
3027
3028 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3029
3030         * gst/rtsp/gstrtspext.h:
3031         Fix include path for extension interface.
3032
3033 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3034
3035         * gst/audiofx/audioamplify.h:
3036         Also remove a now unecessary variable here.
3037
3038 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3039
3040         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3041         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3042         * gst/audiofx/audiodynamic.c:
3043         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3044         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3045         * gst/audiofx/audiodynamic.h:
3046         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3047         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3048         * gst/audiofx/audioinvert.h:
3049         Don't save format information ourselves, this is already saved in
3050         GstAudioFilter.
3051
3052 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3053
3054         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3055         (gst_rtsp_ext_list_stream_select):
3056         * gst/rtsp/gstrtspext.h:
3057         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3058         Use rank to filter out extensions.
3059         Add url to stream_select interface call.
3060
3061 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3062
3063         * gst/rtsp/Makefile.am:
3064         * gst/rtsp/base64.c:
3065         * gst/rtsp/base64.h:
3066         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3067         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3068         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3069         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3070         (gst_rtsp_ext_list_setup_media),
3071         (gst_rtsp_ext_list_configure_stream),
3072         (gst_rtsp_ext_list_get_transports),
3073         (gst_rtsp_ext_list_stream_select):
3074         * gst/rtsp/gstrtspext.h:
3075         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3076         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3077         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3078         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3079         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3080         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3081         (gst_rtspsrc_stream_configure_tcp),
3082         (gst_rtspsrc_stream_configure_mcast),
3083         (gst_rtspsrc_stream_configure_udp),
3084         (gst_rtspsrc_stream_configure_udp_sink),
3085         (gst_rtspsrc_stream_configure_transport),
3086         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3087         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3088         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3089         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3090         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3091         (gst_rtspsrc_parse_methods),
3092         (gst_rtspsrc_create_transports_string),
3093         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3094         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3095         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3096         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3097         * gst/rtsp/gstrtspsrc.h:
3098         * gst/rtsp/rtsp.h:
3099         * gst/rtsp/rtspconnection.c:
3100         * gst/rtsp/rtspconnection.h:
3101         * gst/rtsp/rtspdefs.c:
3102         * gst/rtsp/rtspdefs.h:
3103         * gst/rtsp/rtspext.h:
3104         * gst/rtsp/rtspextwms.c:
3105         * gst/rtsp/rtspextwms.h:
3106         * gst/rtsp/rtspmessage.c:
3107         * gst/rtsp/rtspmessage.h:
3108         * gst/rtsp/rtsprange.c:
3109         * gst/rtsp/rtsprange.h:
3110         * gst/rtsp/rtsptransport.c:
3111         * gst/rtsp/rtsptransport.h:
3112         * gst/rtsp/rtspurl.c:
3113         * gst/rtsp/rtspurl.h:
3114         * gst/rtsp/sdp.h:
3115         * gst/rtsp/sdpmessage.c:
3116         * gst/rtsp/sdpmessage.h:
3117         * gst/rtsp/test.c:
3118         Use shiny new RTSP and SDP library.
3119         Implement RTSP extensions using the new interface.
3120         Remove a lot of old code.
3121
3122 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3123
3124         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3125         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3126
3127 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3128
3129         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3130         Don't unref the outgoing buffer twice when dropping it because it's
3131         outside of the segment.
3132
3133 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3134
3135         * configure.ac:
3136         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3137         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3138         Use the new buffer clipping function from gstaudio here and
3139         require gst-plugins-base CVS.
3140         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3141         For framed Wavpack buffers we require a valid timestamp.
3142
3143 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3144
3145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3146         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3147         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3148         Clip raw audio and video when we can, keep track of current output
3149         segment.
3150         Don't leak buffers and events when there is no output pad.
3151         Improve debugging here and there.
3152
3153 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3154
3155         * configure.ac:
3156           Sync liboil check with plugins-base.
3157
3158 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3159
3160         * ext/annodex/Makefile.am:
3161           Fix CFLAGS/LIBS.
3162
3163         * ext/cdio/gstcdiocddasrc.c:
3164         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3165           Include stdlib
3166
3167         * ext/cairo/Makefile.am:
3168         * gst/videofilter/Makefile.am:
3169         * tests/examples/level/Makefile.am:
3170           Use $(LIBM) instead of -lm
3171
3172 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3173
3174         * sys/v4l2/gstv4l2src.c:
3175           Add another example pipeline.
3176
3177 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3178
3179         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3180
3181         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3182           Use define here.
3183
3184         * sys/v4l2/gstv4l2tuner.c:
3185         (gst_v4l2_tuner_set_frequency_and_notify):
3186           Don't touch the property - its still disabled.
3187
3188         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3189         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3190         * sys/v4l2/v4l2src_calls.h:
3191           Improve fallback format negotionation. Fixes #451388
3192
3193 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3194
3195         * tests/check/elements/videocrop.c: (GST_START_TEST):
3196           Fix the test.
3197
3198 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3199
3200         * docs/plugins/Makefile.am:
3201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3203         * docs/plugins/inspect/plugin-jpeg.xml:
3204         * docs/plugins/inspect/plugin-png.xml:
3205         * ext/jpeg/gstjpegdec.c:
3206         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3207         (gst_pngdec_sink_setcaps):
3208           More docs. More logs in pngdec.
3209
3210 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3211
3212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3213           Initialize num_buffers with minimum value.
3214
3215         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3216         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3217           Handle frame-size query failure gracefully.
3218
3219 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3220
3221         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3222         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3223         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3224         of qt/aac files.
3225
3226 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3227
3228         * ext/wavpack/gstwavpackdec.c:
3229         (gst_wavpack_dec_clip_outgoing_buffer):
3230         Fix buffer clipping to correctly clip to the segment stop.
3231
3232 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3233
3234         * configure.ac:
3235         * tests/Makefile.am:
3236         Remove bogus check for libcheck, since we check for
3237         gstreamer-check and it pulls in the required info from there,
3238         and we weren't actually _using_ the information for libcheck
3239         ourselves anyway.
3240
3241 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3242
3243         * configure.ac:
3244           Use pkg-config to locate check.
3245
3246 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3247
3248         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3249         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3250         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3251         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3252         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3253         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3254         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3255         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3256         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3257         * gst/effectv/gstrev.c: (gst_revtv_transform):
3258         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3259         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3260         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3261         * gst/matroska/matroska-demux.c:
3262         (gst_matroska_demux_add_wvpk_header),
3263         (gst_matroska_demux_check_subtitle_buffer),
3264         (gst_matroska_decode_buffer):
3265         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3266           Fix build against core CVS.
3267
3268 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3269
3270         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3271         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3272         don't have enough granularity to convert that boolean into a
3273         GstFlowReturn.
3274
3275 2007-07-06  Michael Smith <msmith@fluendo.com>
3276
3277         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3278         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3279         (gst_alawdec_change_state):
3280         * gst/law/alaw-decode.h:
3281         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3282         (gst_mulawdec_class_init), (gst_mulawdec_init),
3283         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3284         * gst/law/mulaw-decode.h:
3285           Fix capsnego bogosity in *law decoders. 
3286
3287 2007-07-06  Michael Smith <msmith@fluendo.com>
3288
3289         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3290         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3291         (gst_smokeenc_change_state):
3292         * ext/jpeg/gstsmokeenc.h:
3293           Remove stupidity in get/set caps functions.
3294           Fix some refcounting problems.
3295
3296 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3297
3298         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3299         Remove endianness-flipping hack that seems to have been required
3300         only because of a bug in ffmpegcolorspace.
3301         Partially Fixes: #451908
3302
3303 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3304
3305         * docs/plugins/Makefile.am:
3306           Simplify --extra-dir as gtkdoc scans recursively.
3307
3308 2007-07-03  Wim Taymans  <wim@fluendo.com>
3309
3310         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3311
3312         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3313         Set the encoding-name in the rtp caps to all uppercase, as required by
3314         the caps spec.
3315         Some small cleanups in the error paths. Fixes #453037.
3316
3317 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3318
3319         * ext/wavpack/gstwavpackparse.c:
3320         (gst_wavpack_parse_index_get_last_entry),
3321         (gst_wavpack_parse_index_get_entry_from_sample),
3322         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3323         (gst_wavpack_parse_scan_to_find_sample):
3324         * ext/wavpack/gstwavpackparse.h:
3325         Use a GSList for the GArray that is used like a list anyway.
3326
3327 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3328
3329         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3330         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3331         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3332           Add state change function where we set 0/1 as default framerate in
3333           case our setcaps function isn't called, like it might not in a
3334           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3335           gdkpixbufdec trying to create caps with a 0/0 framerate.
3336           Also post an error message on the bus if gst_pad_push() fails when
3337           called from our sink event handler (+1 for flow returns for event
3338           functions in 0.11) instead of failing silently.
3339
3340 2007-06-27  Wim Taymans  <wim@fluendo.com>
3341
3342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3343         Cast stack args to the proper types. Fixes #451249.
3344
3345 2007-06-27  Wim Taymans  <wim@fluendo.com>
3346
3347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3348         (new_session_pad), (gst_rtspsrc_setup_streams):
3349         * gst/rtsp/gstrtspsrc.h:
3350         For container formats we only need to activate one of the streams so
3351         that we correctly signal no-more-pads. Fixes #451015.
3352
3353 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3354
3355         * docs/plugins/gst-plugins-good-plugins.args:
3356         * docs/plugins/inspect/plugin-aasink.xml:
3357         * docs/plugins/inspect/plugin-alaw.xml:
3358         * docs/plugins/inspect/plugin-alpha.xml:
3359         * docs/plugins/inspect/plugin-alphacolor.xml:
3360         * docs/plugins/inspect/plugin-annodex.xml:
3361         * docs/plugins/inspect/plugin-apetag.xml:
3362         * docs/plugins/inspect/plugin-audiofx.xml:
3363         * docs/plugins/inspect/plugin-auparse.xml:
3364         * docs/plugins/inspect/plugin-autodetect.xml:
3365         * docs/plugins/inspect/plugin-avi.xml:
3366         * docs/plugins/inspect/plugin-cacasink.xml:
3367         * docs/plugins/inspect/plugin-cairo.xml:
3368         * docs/plugins/inspect/plugin-cdio.xml:
3369         * docs/plugins/inspect/plugin-cutter.xml:
3370         * docs/plugins/inspect/plugin-debug.xml:
3371         * docs/plugins/inspect/plugin-efence.xml:
3372         * docs/plugins/inspect/plugin-effectv.xml:
3373         * docs/plugins/inspect/plugin-esdsink.xml:
3374         * docs/plugins/inspect/plugin-flac.xml:
3375         * docs/plugins/inspect/plugin-flxdec.xml:
3376         * docs/plugins/inspect/plugin-gconfelements.xml:
3377         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3378         * docs/plugins/inspect/plugin-goom.xml:
3379         * docs/plugins/inspect/plugin-halelements.xml:
3380         * docs/plugins/inspect/plugin-icydemux.xml:
3381         * docs/plugins/inspect/plugin-id3demux.xml:
3382         * docs/plugins/inspect/plugin-jpeg.xml:
3383         * docs/plugins/inspect/plugin-ladspa.xml:
3384         * docs/plugins/inspect/plugin-level.xml:
3385         * docs/plugins/inspect/plugin-matroska.xml:
3386         * docs/plugins/inspect/plugin-mulaw.xml:
3387         * docs/plugins/inspect/plugin-multipart.xml:
3388         * docs/plugins/inspect/plugin-navigationtest.xml:
3389         * docs/plugins/inspect/plugin-ossaudio.xml:
3390         * docs/plugins/inspect/plugin-png.xml:
3391         * docs/plugins/inspect/plugin-quicktime.xml:
3392         * docs/plugins/inspect/plugin-rtp.xml:
3393         * docs/plugins/inspect/plugin-rtsp.xml:
3394         * docs/plugins/inspect/plugin-smpte.xml:
3395         * docs/plugins/inspect/plugin-speex.xml:
3396         * docs/plugins/inspect/plugin-taglib.xml:
3397         * docs/plugins/inspect/plugin-udp.xml:
3398         * docs/plugins/inspect/plugin-videobalance.xml:
3399         * docs/plugins/inspect/plugin-videobox.xml:
3400         * docs/plugins/inspect/plugin-videocrop.xml:
3401         * docs/plugins/inspect/plugin-videoflip.xml:
3402         * docs/plugins/inspect/plugin-videomixer.xml:
3403         * docs/plugins/inspect/plugin-wavenc.xml:
3404         * docs/plugins/inspect/plugin-wavparse.xml:
3405         * docs/plugins/inspect/plugin-ximagesrc.xml:
3406           Update docs with caps info.
3407
3408 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3409
3410         * po/POTFILES.in:
3411           Add more files with translatable strings (#450878).
3412
3413 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3414
3415         * MAINTAINERS:
3416         Updating all the maintainers files
3417
3418 2007-06-22  Edward Hervey  <edward@fluendo.com>
3419
3420         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3421         * gst/interleave/deinterleave.c: (deinterleave_init),
3422         (deinterleave_sink_link):
3423         * gst/interleave/interleave.c: (interleave_init):
3424         * gst/median/gstmedian.c: (gst_median_init):
3425         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3426         Fix memory leaks.
3427         * tests/check/elements/id3demux.c: (pad_added_cb):
3428         Remove unused variable.
3429
3430 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3431
3432         * ext/gconf/gconf.h:
3433         Make the prototype of gst_gconf_get_key_for_sink_profile
3434         match the implementation.
3435         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3436         Fixes: #449747
3437
3438 2007-06-20  Michael Smith <msmith@fluendo.com>
3439
3440         * gst/rtp/gstrtpdepay.c:
3441           Fix description - rtpdepay is not a payloader.
3442
3443 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3444
3445         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3446         (qtdemux_video_caps):
3447         * gst/qtdemux/qtdemux_fourcc.h:
3448           Add MJPG to the variants of motion jpeg.
3449
3450 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3451
3452         * tests/check/Makefile.am:
3453         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3454         * tests/check/elements/videocrop.c: (GST_START_TEST):
3455         * tests/check/elements/videofilter.c:
3456         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3457         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3458           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3459           error flags are included and it errors out on compiler warnings
3460           for CVS builds; remove unused variables in various unit tests.
3461
3462 2007-06-19  Wim Taymans  <wim@fluendo.com>
3463
3464         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3465         (rtsp_connection_close), (rtsp_connection_free):
3466         Use threadsafe inet_ntop to convert an ip number to a string. 
3467         Fixes #447961.
3468         Don't leak fd (and ip) when freeing a connection without first closing
3469         it.
3470
3471 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3472
3473         * configure.ac:
3474         Back to CVS
3475
3476         * gst-plugins-good.doap:
3477         Add 0.10.6 to the doap file.
3478
3479 === release 0.10.6 ===
3480
3481 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3482
3483         * configure.ac:
3484           releasing 0.10.6, "Wobble Board"
3485
3486 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3489         (rtsp_connection_free):
3490           Revert previous commit again, since we are frozen (sorry).
3491
3492 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3493
3494         Patch by: Peter Kjellerstedt <pkj at axis com>
3495
3496         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3497         (rtsp_connection_free):
3498           inet_ntoa() uses a static buffer internally, so we need to copy the
3499           returned string if we want to store it for later (#447961).
3500
3501 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3502
3503         * win32/vs6/autogen.dsp:
3504         * win32/vs6/gst_plugins_good.dsw:
3505         * win32/vs6/libgstalaw.dsp:
3506         * win32/vs6/libgstalpha.dsp:
3507         * win32/vs6/libgstalphacolor.dsp:
3508         * win32/vs6/libgstapetag.dsp:
3509         * win32/vs6/libgstaudiofx.dsp:
3510         * win32/vs6/libgstauparse.dsp:
3511         * win32/vs6/libgstautodetect.dsp:
3512         * win32/vs6/libgstavi.dsp:
3513         * win32/vs6/libgstcutter.dsp:
3514         * win32/vs6/libgstdirectdraw.dsp:
3515         * win32/vs6/libgstdirectsound.dsp:
3516         * win32/vs6/libgsteffectv.dsp:
3517         * win32/vs6/libgstflx.dsp:
3518         * win32/vs6/libgstgoom.dsp:
3519         * win32/vs6/libgsticydemux.dsp:
3520         * win32/vs6/libgstid3demux.dsp:
3521         * win32/vs6/libgstinterleave.dsp:
3522         * win32/vs6/libgstjpeg.dsp:
3523         * win32/vs6/libgstlevel.dsp:
3524         * win32/vs6/libgstmatroska.dsp:
3525         * win32/vs6/libgstmedian.dsp:
3526         * win32/vs6/libgstmonoscope.dsp:
3527         * win32/vs6/libgstmulaw.dsp:
3528         * win32/vs6/libgstmultipart.dsp:
3529         * win32/vs6/libgstqtdemux.dsp:
3530         * win32/vs6/libgstrtp.dsp:
3531         * win32/vs6/libgstrtsp.dsp:
3532         * win32/vs6/libgstsmpte.dsp:
3533         * win32/vs6/libgstspeex.dsp:
3534         * win32/vs6/libgstudp.dsp:
3535         * win32/vs6/libgstvideobalance.dsp:
3536         * win32/vs6/libgstvideobox.dsp:
3537         * win32/vs6/libgstvideocrop.dsp:
3538         * win32/vs6/libgstvideoflip.dsp:
3539         * win32/vs6/libgstvideomixer.dsp:
3540         * win32/vs6/libgstwaveform.dsp:
3541         * win32/vs6/libgstwavenc.dsp:
3542         * win32/vs6/libgstwavparse.dsp:
3543         Mark *.dsp & *.dsw as binary files and convert to DOS line
3544         endings, as they don't load into VS6 correctly otherwise.
3545
3546 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3547
3548         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3549         (rtsp_connection_connect):
3550         Fix the MingW build. 
3551         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3552         Fixes: #446981
3553
3554 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3555
3556         * tests/check/elements/.cvsignore:
3557         * tests/icles/.cvsignore:
3558         Hush the buildbots up
3559
3560 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3561
3562         * configure.ac:
3563         * sys/Makefile.am:
3564         * sys/directdraw/Makefile.am:
3565         * sys/directsound/Makefile.am:
3566         * sys/waveform/Makefile.am:
3567         Make sure to dist everything needed for win32 builds.
3568
3569 2007-06-14  Edward Hervey  <edward@fluendo.com>
3570
3571         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3572         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3573         caps.
3574         Fixes #447458
3575
3576 2007-06-13  Wim Taymans  <wim@fluendo.com>
3577
3578         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3579         Make sure we allocate enough memory for the codec_data.
3580         Fixes #447210.
3581
3582 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3583
3584         * win32/MANIFEST:
3585         Add videocrop project file to the win32 manifest.
3586         * win32/vs6/gst_plugins_good.dsw:
3587         Add qtdemux,videocrop and waveform projects to the workspace.
3588         * win32/vs6/libgstqtdemux.dsp:
3589         Add zlib to the link list of qtdemux.
3590         * win32/vs6/libgstvideocrop.dsp:
3591         Add a project file for videocrop.
3592
3593 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3594
3595         * po/POTFILES.in:
3596         Add qtdemux for translation
3597
3598 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3599
3600         * configure.ac:
3601         * docs/plugins/Makefile.am:
3602         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3603         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3604         * docs/plugins/inspect/plugin-videocrop.xml:
3605         * gst-plugins-good.spec.in:
3606         * sys/Makefile.am:
3607         * tests/check/Makefile.am:
3608         * tests/icles/Makefile.am:
3609         * tests/icles/videocrop-test.c:
3610         Move videocrop and osxvideo from -bad.
3611
3612 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3613
3614         * configure.ac:
3615         * docs/plugins/Makefile.am:
3616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3618         * docs/plugins/gst-plugins-good-plugins.args:
3619         * docs/plugins/inspect/plugin-qtdemux.xml:
3620         * docs/plugins/inspect/plugin-quicktime.xml:
3621         * win32/MANIFEST:
3622         Move qtdemux from -bad.
3623
3624         * gst-plugins-good.spec.in:
3625         Update spec file to reflect moving of qtdemux and wavpack
3626
3627 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3628         
3629         * win32/MANIFEST:
3630         * docs/plugins/Makefile.am:
3631         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3632         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3633         * docs/plugins/inspect/plugin-directdraw.xml:
3634         * docs/plugins/inspect/plugin-directsound.xml:
3635         * docs/plugins/inspect/plugin-waveform.xml:
3636         Move the waveform plugin from -bad too. Update the inspect xml
3637         files to mention Plugins Good instead of Plugins Bad.
3638
3639 2007-06-12  Andy Wingo  <wingo@pobox.com>
3640
3641         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3642         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3643         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3644         finalization and resuscitation. No longer public.
3645         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3646         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3647         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3648         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3649         miniobject semantics, and be threadsafe.
3650         (gst_v4l2src_queue_frame): Remove this function, as we just call
3651         the ioctls directly in the two places where we queue buffers.
3652         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3653         directly.
3654         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3655         to allocate the pool, which also preallocates the GstBuffers.
3656         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3657         queueing the frames directly.
3658         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3659         mmap buffers have been dequeued.
3660
3661         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3662         real MiniObject instead of rolling our own refcounting and
3663         finalizing. Give it a lock.
3664         (struct _GstV4l2Buffer): Remove one intermediary object, having
3665         the buffers hold the struct v4l2_buffer directly.
3666
3667         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3668         capture_init so that it can set them on the buffers that it will
3669         create.
3670         (gst_v4l2src_get_read): For better or for worse, include the
3671         timestamping and offsetting code here; really we should be using
3672         bufferalloc though.
3673         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3674         preallocated, mmap'd buffers.
3675
3676 2007-06-11  Wim Taymans  <wim@fluendo.com>
3677
3678         Patch by: daniel fischer <dan at f3c dot com>
3679
3680         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3681         (gst_ximage_src_get_caps):
3682         Actually use the display_name property so that we can dump any
3683         available X display. Fixes #445905.
3684
3685 2007-06-11  Wim Taymans  <wim@fluendo.com>
3686
3687         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3688
3689         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3690         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3691         Add missing rate fields to caps. Fixes #441118.
3692
3693 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3694
3695         * win32/vs6/gst_plugins_good.dsw:
3696         * win32/vs8/gst-plugins-good.sln:
3697         Add DirectSound and DirectDraw sinks project files to
3698         workspace and solution files.
3699
3700 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3701
3702         Patch by: Josh Coalson <xflac at yahoo dot com>,
3703         updated by Alexis Ballier <aballier at gentoo dot org>:
3704
3705         * configure.ac:
3706         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3707         (gst_flac_dec_setup_seekable_decoder),
3708         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3709         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3710         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3711         * ext/flac/gstflacdec.h:
3712         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3713         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3714         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3715         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3716         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3717         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3718         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3719         * ext/flac/gstflacenc.h:
3720         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3721         
3722 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3723
3724         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3725         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3726         not necessary anymore as we need at least that core version. 
3727
3728 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3731         (gst_wavpack_dec_chain):
3732         * ext/wavpack/gstwavpackdec.h:
3733         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3734         (gst_wavpack_parse_push_buffer):
3735         * ext/wavpack/gstwavpackparse.h:
3736         Improve discont handling by checking if the next Wavpack block has
3737         the expected, following block index.
3738
3739 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3740
3741         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3742           Fix element description.
3743
3744 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3745
3746         * configure.ac:
3747         * docs/plugins/Makefile.am:
3748         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3749         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3750         * docs/plugins/gst-plugins-good-plugins.args:
3751         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3752         * docs/plugins/gst-plugins-good-plugins.signals:
3753         * docs/plugins/inspect/plugin-autodetect.xml:
3754         * docs/plugins/inspect/plugin-gconfelements.xml:
3755         * docs/plugins/inspect/plugin-ladspa.xml:
3756         * docs/plugins/inspect/plugin-rtp.xml:
3757         * docs/plugins/inspect/plugin-wavpack.xml:
3758         * ext/Makefile.am:
3759         * tests/check/Makefile.am:
3760           move wavpack plugin.  See #352605.
3761
3762 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3763
3764         * configure.ac:
3765         * docs/plugins/Makefile.am:
3766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3768         * docs/plugins/gst-plugins-good-plugins.args:
3769         * sys/Makefile.am:
3770         * win32/MANIFEST:
3771         Add DirectDraw & DirectSound plugins to the build and docs.
3772
3773 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3774
3775         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3776         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3777           When operating in pull mode, error out correct on not-linked.
3778
3779 2007-06-06  Andy Wingo  <wingo@pobox.com>
3780
3781         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3782         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3783         format and size if the ioctls are defined; should fix compilation
3784         on Linux < 2.16.19.
3785
3786 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3787
3788         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3789           Printf fixes in debug statements; use LOG level for debug statements
3790           that are printed for each and every frame; convert c++ comments to
3791           C-style comments; not much point using g_try_malloc() if we then not
3792           even check the return value.
3793
3794 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3795
3796         * configure.ac:
3797           Bump requirements to released versions (core and base 0.10.13).
3798
3799         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3800           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3801           own implementation.
3802
3803 2007-06-05  Andy Wingo  <wingo@pobox.com>
3804
3805         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3806         some useless comments.
3807
3808         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3809         frames before calling STREAMON, that might leave them in a state
3810         where they can't be dequeued if we go back to NULL without calling
3811         STREAMON, according to the docs.
3812         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3813         before we call STREAMON.
3814         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3815         failures. (For me this code hung.) The pool refcounting is still
3816         crack; added a note to that effect.
3817
3818 2007-06-05  Wim Taymans  <wim@fluendo.com>
3819
3820         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3821         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3822         Add support for mapping gst structure names to the MIME type equivalent.
3823         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3824
3825 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3826
3827         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3828         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3829         (gst_wavenc_chain), (gst_wavenc_change_state):
3830         * gst/wavenc/gstwavenc.h:
3831         Properly write wav files with width!=depth by having the depth most
3832         significant bytes set and all others zero. Fixes #442535.
3833
3834 2007-06-01  Wim Taymans  <wim@fluendo.com>
3835
3836         * gst/rtsp/rtspconnection.c:
3837         Add include to make buildbot happy.
3838
3839 2007-06-01  Wim Taymans  <wim@fluendo.com>
3840
3841         Patch by: Peter Kjellerstedt  <pkj at axis com>
3842
3843         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3844         (rtsp_connection_connect), (add_date_header),
3845         (rtsp_connection_send), (parse_response_status),
3846         (parse_request_line), (parse_line), (rtsp_connection_receive):
3847         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3848         * gst/rtsp/rtspdefs.h:
3849         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3850         (rtsp_message_init_request), (rtsp_message_init_response),
3851         (rtsp_message_remove_header), (rtsp_message_append_headers),
3852         (rtsp_message_dump):
3853         * gst/rtsp/rtspmessage.h:
3854         Improves version checking, allowing an RTSP server to reply with "505
3855         RTSP Version not supported.
3856         Adds a Date header to all messages.
3857         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3858         want to be able to send a response even if something in the request was
3859         invalid. EINVAL is only used when passing wrong arguments to functions.
3860         Do not handle an invalid method in parse_request_line(). Defer this to
3861         the caller so it can respond with "405 Method Not Allowed".
3862         Improves parsing of the timeout parameter to the Session header,
3863         allowing whitespace after the semicolon. 
3864         Avoids a compiler warning due to variables shadowing a function argument.
3865
3866 2007-06-01  Wim Taymans  <wim@fluendo.com>
3867
3868         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3869
3870         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3871         (gst_rtp_amr_depay_process):
3872         * gst/rtp/gstrtpamrdepay.h:
3873         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3874         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3875         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3876         * gst/rtp/gstrtpamrpay.h:
3877         Add support for AMR-WB.
3878         Small cleanups such as using BOILERPLATE.
3879
3880 2007-05-31  Wim Taymans  <wim@fluendo.com>
3881
3882         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3883         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3884
3885 2007-05-30  Andy Wingo  <wingo@pobox.com>
3886
3887         * sys/v4l2/gstv4l2object.h: 
3888         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3889         unintended changes.
3890
3891         * sys/v4l2/v4l2src_calls.h: 
3892         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3893         the format list in the order that the driver gives it to us.
3894         (gst_v4l2src_probe_caps_for_format_and_size)
3895         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3896         based on the capabilities of the device.
3897         (gst_v4l2src_grab_frame): Update for object variable renaming.
3898         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3899         as in the set_caps below.
3900         (gst_v4l2src_capture_init): Update for object variable renaming,
3901         and reflow.
3902         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3903         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3904         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3905         (gst_v4l2src_get_fps): Remove; these functions don't have much
3906         meaning outside of an atomic set_caps method.
3907         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3908         known.
3909
3910         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3911         call to update_fps; not sure about this change.
3912         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3913         moment we don't have an update_fps_func.
3914
3915         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3916         structures in the object, just store what we need. Do store the
3917         probed caps of the device. Don't store the current frame rate.
3918
3919         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3920         update_fps_function, for now. Update for new object variable
3921         naming.
3922         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3923         new object variable naming.
3924         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3925         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3926         (gst_v4l2src_get_caps): Rework to probe the device for supported
3927         frame sizes and frame rates.
3928         (gst_v4l2src_set_caps): Rework to be strict in the given
3929         parameters: if someone asks us to have a certain size and rate,
3930         that is what we configure.
3931         (gst_v4l2src_get_read): Update for object variable naming. Don't
3932         leak buffers on short reads.
3933         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3934         comments.
3935         (gst_v4l2src_create): Update for object variable naming.
3936
3937 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3938
3939         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3940         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3941         * gst/avi/gstavidemux.h:
3942           Parse subtitle text streams instead of erroring out (#442034). Still
3943           needs a parser for the subtitles to actually show up.
3944
3945 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3946
3947         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3948         (gst_avi_demux_loop):
3949           Make _push_event() return TRUE if the event could be pushed on at
3950           least one pad and not only if it could be pushed on all pads,
3951           otherwise we'll end up posting an error message on EOS if one or
3952           more source pads are not connected.
3953
3954 2007-05-28  Wim Taymans  <wim@fluendo.com>
3955
3956         * gst/rtsp/rtsptransport.c:
3957         Use renamed RTP bin.
3958
3959 2007-05-28  Wim Taymans  <wim@fluendo.com>
3960
3961         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3962
3963         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3964         (gst_video_box_set_property), (gst_video_box_transform_caps),
3965         (video_box_recalc_transform), (gst_video_box_set_caps),
3966         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3967         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3968         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3969         (gst_video_box_i420_i420), (gst_video_box_transform),
3970         (plugin_init):
3971         Add AYUV->AYUV and AYUV->I420 formats. 
3972         Fix negotiation and I420->AYUV conversion.
3973         Fixes #429329.
3974
3975 2007-05-26  Wim Taymans  <wim@fluendo.com>
3976
3977         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3978         Use different variables for nested for loops so that the outer loop
3979         functions properly and speex files with multiple frames per buffer work
3980         properly.
3981         Fixes #441408.
3982
3983 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3984
3985         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3986           Don't leak newsegment events.
3987
3988 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3989
3990         * gst/wavparse/Makefile.am:
3991           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3992           drags it in.
3993
3994 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3995
3996         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3997         (notgst_value_array_append_buffer),
3998         (gst_flac_enc_process_stream_headers),
3999         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
4000         (gst_flac_enc_change_state):
4001         * ext/flac/gstflacenc.h:
4002           Collect headers, add "streamheader" field to output caps and set
4003           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
4004           produces output according to the official FLAC-to-Ogg mapping
4005           instead of completely broken files. Fixes #426044.
4006
4007 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4008
4009         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
4010         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
4011         (gst_id3demux_sink_event):
4012         * gst/id3demux/gstid3demux.h:
4013         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4014         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4015         (gst_tag_demux_send_new_segment):
4016         Handle and adjust new-segment events so that downstream really
4017         sees a stream with the tag pieces stripped off the front and back.
4018         Fixes strangeness in seeking when mp3 decoders use the new-segment
4019         byte position to estimate their current playback position timestamp
4020         and then the arriving buffers don't match up.
4021
4022 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4023
4024         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4025           Don't unnecessarily perform a READY->NULL->READY transition on the
4026           detected audio sink when starting up. Fixes: #440127
4027
4028 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4029
4030         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4031         (gst_flac_enc_chain):
4032           Don't crash in chain function if setcaps hasn't been called.
4033
4034 2007-05-24  Wim Taymans  <wim@fluendo.com>
4035
4036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4037         Init value to avoid infinte loops.
4038
4039 2007-05-24  Wim Taymans  <wim@fluendo.com>
4040
4041         Patch by: Peter Kjellerstedt  <pkj at axis com>
4042
4043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4044         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4045         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4046         (gst_rtspsrc_play):
4047         (rtsp_connection_send), (rtsp_connection_receive):
4048         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4049         Fix for new API.
4050
4051         * gst/rtsp/rtspconnection.c: (add_auth_header),
4052         Only add authorisation and session headers when sending messages.
4053
4054         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4055         (rtsp_message_init_request), (rtsp_message_init_response),
4056         (rtsp_message_unset), (rtsp_message_add_header),
4057         (rtsp_message_remove_header), (rtsp_message_get_header),
4058         (rtsp_message_append_headers), (dump_key_value),
4059         (rtsp_message_dump):
4060         * gst/rtsp/rtspmessage.h:
4061         Add support for multiple headers of the same type by storing the parsed
4062         headers in a GArray instaed of a hashtable.
4063
4064 2007-05-21  Wim Taymans  <wim@fluendo.com>
4065
4066         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4067         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4068         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4069         safer shutdown.
4070
4071 2007-05-21  Wim Taymans  <wim@fluendo.com>
4072
4073         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4074         * gst/rtsp/gstrtpdec.h:
4075         Added signal for backwards compat.
4076
4077 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4078         
4079         Patch by: René Stadler <mail at renestadler dot de>
4080
4081         * configure.ac:
4082         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4083         (gst_au_parse_parse_header), (gst_au_parse_chain):
4084         * gst/auparse/gstauparse.h:
4085         Use audioconvert for converting from non-native endianness floats
4086         in auparse instead of doing it ourself. Fixes #424527.
4087         This needs the audioconvert from plugins-base CVS.
4088         
4089 2007-05-21  Wim Taymans  <wim@fluendo.com>
4090
4091         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4092         (gst_rtp_h263p_pay_flush):
4093         Fix enum registration.
4094
4095 2007-05-21  Wim Taymans  <wim@fluendo.com>
4096
4097         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4098
4099         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4100         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4101         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4102         (gst_rtp_h263p_pay_flush):
4103         * gst/rtp/gstrtph263ppay.h:
4104         Add new fragmentation mode base on GOB headers. Fixes #438940.
4105
4106 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4107
4108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4109           Printf format fix.
4110
4111 2007-05-18  Wim Taymans  <wim@fluendo.com>
4112
4113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4114         Don't crash when an unsupported transport error was returned by the
4115         server, just try to configure the next stream. Fixes #439255.
4116
4117 2007-05-18  Wim Taymans  <wim@fluendo.com>
4118
4119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4120         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4121         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4122         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4123         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4124         * gst/rtsp/gstrtspsrc.h:
4125         Add TCP timeout property and use it for all TCP connection.
4126
4127         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4128         (rtsp_connection_write), (rtsp_connection_next_timeout),
4129         (rtsp_connection_reset_timeout):
4130         Make connect and writes cancelable and make them use the timeout.
4131
4132 2007-05-18  Wim Taymans  <wim@fluendo.com>
4133
4134         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4135         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4136         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4137         (gst_rtspsrc_setup_streams):
4138         Refactor timeout handling.
4139         Also send keep-alive when dealing with TCP transport.
4140
4141         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4142         (rtsp_connection_free), (rtsp_connection_next_timeout),
4143         (rtsp_connection_reset_timeout):
4144         * gst/rtsp/rtspconnection.h:
4145         Use a timer to handle the session timeouts, add some methods to deal
4146         with timeouts.
4147
4148 2007-05-17  Wim Taymans  <wim@fluendo.com>
4149
4150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4151         (gst_rtspsrc_setup_streams):
4152         Ignore streams that fail the setup command, we will retry with a
4153         different transport later on.
4154
4155         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4156         (rtsp_ext_wms_configure_stream):
4157         Fix encoding name case.
4158
4159 2007-05-16  Edward Hervey  <edward@fluendo.com>
4160
4161         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4162         Fix build on macosx.
4163
4164 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4165
4166         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4167         Replace direct comparison of a string with the string literal "" with
4168         a comparison of the first character with '\0'. Fixes #438926.
4169
4170 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4171
4172         * gst/debug/breakmydata.c (gst_break_my_data_init):
4173           One more try. This should be the proper fix now.
4174
4175 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4176
4177         * gst/debug/breakmydata.c:
4178           Ooops, no // comments please.
4179
4180 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4181
4182         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4183         (gst_break_my_data_init):
4184           Fix gst_buffer_is_writable() assertion.
4185
4186 2007-05-14  David Schleef  <ds@schleef.org>
4187
4188         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4189           video/x-raw-bayer.  Fixes #314160.
4190
4191 2007-05-14  Wim Taymans  <wim@fluendo.com>
4192
4193         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4194         (gst_rtp_theora_depay_parse_configuration):
4195         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4196         (gst_rtp_theora_pay_finish_headers),
4197         (gst_rtp_theora_pay_handle_buffer):
4198         Update theora pay/depayloader in a similar to vorbis.
4199
4200         * gst/rtp/gstrtpvorbisdepay.c:
4201         (gst_rtp_vorbis_depay_parse_configuration):
4202         Update docs.
4203
4204 2007-05-14  Wim Taymans  <wim@fluendo.com>
4205
4206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4207         When we try to execute a method that is not supported by the server,
4208         don't error out but remove the method from the accepted methods so that
4209         we never try to perform this method again.
4210
4211 2007-05-14  Wim Taymans  <wim@fluendo.com>
4212
4213         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4214         Remove annoying _dump_mem.
4215
4216 2007-05-14  Wim Taymans  <wim@fluendo.com>
4217
4218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4219         Parse range correctly.
4220
4221         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4222         The baseurl now always has a '/' at the start.
4223
4224 2007-05-14  Wim Taymans  <wim@fluendo.com>
4225
4226         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4227         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4228         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4229         Factor out caps configuration and configure more stuff such as the time
4230         ranges and speed/scale values.
4231
4232         * gst/rtsp/rtsptransport.c:
4233         Add Copyright after non-trival fixes.
4234
4235 2007-05-12  Wim Taymans  <wim@fluendo.com>
4236
4237         Patch by: Peter Kjellerstedt  <pkj at axis com>
4238
4239         * gst/rtsp/gstrtspsrc.h:
4240         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4241         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4242         (rtsp_message_get_header):
4243         * gst/rtsp/rtspmessage.h:
4244         Make channel guint8 where possible.
4245         Make rtsp_message_init_data() take the channel as a guint8.
4246
4247         * gst/rtsp/rtspdefs.c:
4248         Fixed a typo: Timout -> Timeout
4249
4250         * gst/rtsp/rtspdefs.h:
4251         Make RTSP_CHECK() behave as a statement.
4252
4253         * gst/rtsp/sdpmessage.c:
4254         Avoid a compiler warning in INIT_ARRAY().
4255         Fixes #437692.
4256
4257 2007-05-12  Wim Taymans  <wim@fluendo.com>
4258
4259         Patch by: Peter Kjellerstedt  <pkj at axis com>
4260
4261         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4262         (rtsp_url_get_request_uri):
4263         * gst/rtsp/rtspurl.h:
4264         Add support for query parameters to RTSP URLs.
4265
4266 2007-05-12  Wim Taymans  <wim@fluendo.com>
4267
4268         Patch by: Peter Kjellerstedt  <pkj at axis com>
4269
4270         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4271         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4272         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4273         (rtsp_transport_parse), (rtsp_transport_as_text):
4274         * gst/rtsp/rtsptransport.h:
4275         Add validation to rtsp_transport_parse().
4276         Add rtsp_transport_as_text() to generate an RTSP header from an
4277         RTSPTransport.
4278         Change ssrc to guint (was a string) since that is what it is, even
4279         though it is sent as a hex string.
4280         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4281         incorrect, which can be seen when looking at the examples in the RFC).
4282         Fixes #437670.
4283
4284 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4285
4286         Patch by: Eric Anholt
4287
4288         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4289           gst_ximage_src_ximage_get):
4290         Use union of all damage between frames to make it faster.
4291         Fixes bug #342463.
4292         Also fix crasher when cursor is at bottom right of window.
4293
4294 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4295
4296         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4297           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4298           streaming mode regression for file from #343837 with 'bext' chunk
4299           before the 'fmt' chunk.
4300
4301 2007-05-11  Wim Taymans  <wim@fluendo.com>
4302
4303         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4304         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4305         (gst_rtspsrc_handle_src_event),
4306         (gst_rtspsrc_stream_configure_manager),
4307         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4308         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4309         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4310         * gst/rtsp/gstrtspsrc.h:
4311         * gst/rtsp/rtspdefs.h:
4312         Preliminary seek support.
4313         Activate internal pads so that we can receive events on them.
4314         Don't try to parse a range string when it's NULL.
4315
4316 2007-05-11  Wim Taymans  <wim@fluendo.com>
4317
4318         * gst/rtp/README:
4319         Update README with new RTP variables that will be used for
4320         synchronisation.
4321
4322         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4323         (gst_rtp_vorbis_depay_parse_configuration),
4324         (gst_rtp_vorbis_depay_process):
4325         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4326         (gst_rtp_vorbis_pay_finish_headers),
4327         (gst_rtp_vorbis_pay_handle_buffer):
4328         Update vorbis pay and depayloader to draft-04.
4329
4330 2007-05-11  Wim Taymans  <wim@fluendo.com>
4331
4332         * gst/rtsp/rtsptransport.c:
4333         UDP MCAST is actually the default for RTP/AVP.
4334 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4335
4336         * gst/level/gstlevel.c: (gst_level_transform_ip):
4337         Use guint8 * instead of gpointer then vs6 can build 
4338         in_data += (filter->width / 8).
4339
4340 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4341
4342         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4343           gst_ximage_src_ximage_get):
4344         * sys/ximage/gstximagesrc.h (last_ximage):
4345         When using Damage actually keep the last frame, and not assume
4346         that the buffer we get already has the last frame on it.
4347         Copy the cursor over if we specify a non-zero start x and
4348         start y.
4349
4350 2007-05-11  Wim Taymans  <wim@fluendo.com>
4351
4352         * gst/rtsp/rtsptransport.c:
4353         Make UDP the default transport when not specified.
4354
4355 2007-05-09  David Schleef  <ds@schleef.org>
4356
4357         * gst/level/gstlevel.c:
4358           Revert last change.
4359
4360 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4361
4362         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4363         (gst_level_transform_ip):
4364         Use guint8 * instead of gpointer then vs6 know the size of data
4365         pointed when moving the pointer.
4366         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4367         Move instructions after variables declaration.
4368         * win32/vs6/autogen.dsp:
4369         * win32/vs6/libgstrtp.dsp:
4370         * win32/vs6/libgstrtsp.dsp:
4371         Update vs6 project files.
4372
4373 2007-05-09  Wim Taymans  <wim@fluendo.com>
4374
4375         * gst/rtsp/Makefile.am:
4376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4377         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4378         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4379         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4380         (rtsp_range_free):
4381         * gst/rtsp/rtsprange.h:
4382         Add code to parse time ranges.
4383         Report DURATION on the stream when possible.
4384
4385 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4386
4387         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4388         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4389         (gst_videomixer_collected):
4390           Fix strides calculation for AYUV (it's just width*4) (#436910).
4391
4392 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4393
4394         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4395         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4396         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4397         Sync the GObject properties before each processing step to properly
4398         work with the controller.
4399
4400 2007-05-04  Wim Taymans  <wim@fluendo.com>
4401
4402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4403         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4404         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4405         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4406         (gst_rtspsrc_change_state):
4407         Let more error state trickle down so that we can catch more error
4408         cases.
4409         Handle keep-alive a little smarter by selecting a method the server
4410         actually supports.
4411         Fix a race in UDP streaming shutdown.
4412
4413 2007-05-04  Wim Taymans  <wim@fluendo.com>
4414
4415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4416         Ignore errors when trying to use the keep-alive messages.
4417
4418 2007-05-04  Wim Taymans  <wim@fluendo.com>
4419
4420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4421         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4422         (gst_rtspsrc_stream_configure_manager),
4423         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4424         (gst_rtspsrc_stream_configure_mcast),
4425         (gst_rtspsrc_stream_configure_udp),
4426         (gst_rtspsrc_stream_configure_udp_sink),
4427         (gst_rtspsrc_stream_configure_transport):
4428         Send RTCP messages back to the server over the TCP connection.
4429
4430         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4431         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4432         (rtsp_connection_receive):
4433         * gst/rtsp/rtspconnection.h:
4434         Factor out and expose lowlevel _write and _read methods.
4435         Implement sending data messages to the server.
4436
4437 2007-05-03  Wim Taymans  <wim@fluendo.com>
4438
4439         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4440         (gst_multipart_mux_collected):
4441         Fix timestamps on outgoing buffers.
4442
4443 2007-05-03  Wim Taymans  <wim@fluendo.com>
4444
4445         * gst/multipart/multipartmux.c:
4446         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4447         (gst_multipart_mux_change_state):
4448         Emit NEWSEGMENT events before pushing the first buffer.
4449
4450 2007-05-03  Wim Taymans  <wim@fluendo.com>
4451
4452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4453         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4454         (gst_rtspsrc_handle_src_query),
4455         (gst_rtspsrc_stream_configure_manager),
4456         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4457         (gst_rtspsrc_stream_configure_mcast),
4458         (gst_rtspsrc_stream_configure_udp),
4459         (gst_rtspsrc_stream_configure_udp_sink),
4460         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4461         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4462         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4463         (gst_rtspsrc_pause):
4464         Refactor transport configuration code.
4465         Create internal pads for TCP transport so that we can implement events
4466         and queries.
4467         Handle events and queries.
4468         Parse range from the SDP.
4469         Fix race in pause handler where the connection could still be flushing.
4470
4471 2007-05-02  Wim Taymans  <wim@fluendo.com>
4472
4473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4474         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4475         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4476         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4477         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4478         (gst_rtspsrc_change_state):
4479         * gst/rtsp/gstrtspsrc.h:
4480         Fix race when multiple udp sources post timeouts, just act on the first
4481         received timeout.
4482         Protect stream list with a recursive lock to fix some races.
4483         Flush connection when we need to do a reconnect or stop.
4484         Make state lock recursive.
4485
4486         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4487         (rtsp_connection_close):
4488         Some small cleanups.
4489
4490 2007-05-02  Wim Taymans  <wim@fluendo.com>
4491
4492         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4493         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4494         Only set DISCONT when there actually is a discont or when we just
4495         started.
4496
4497 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4498
4499         * ext/flac/gstflac.c: (plugin_init):
4500         Call bindtextdomain() to get localized strings.
4501
4502 2007-05-02  Wim Taymans  <wim@fluendo.com>
4503
4504         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4505         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4506         (gst_wavparse_stream_data):
4507         * gst/wavparse/gstwavparse.h:
4508         Be a bit more clever when dealing with VBR files with FACT tags, we
4509         don't want to timestamp buffers in that case but the estimated BPS can
4510         be used for seeking.
4511         Only send close segment in the streaming thread.
4512
4513 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4514
4515         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4516         Correctly post an error on the bus if something went wrong in the loop
4517         function. This fixes a few cases where the task was paused and nothing
4518         happened anymore.
4519
4520 2007-05-02  Wim Taymans  <wim@fluendo.com>
4521
4522         * gst/rtsp/test.c: (main):
4523         Fix compilation of deprecated test just because I'm too lazy to delete
4524         it.
4525
4526 2007-05-02  Wim Taymans  <wim@fluendo.com>
4527
4528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4529         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4530         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4531         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4532         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4533         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4534         * gst/rtsp/gstrtspsrc.h:
4535         Fix sending RTCP to the right place.
4536         Fix bug in reffing the wrong UDP element.
4537         Use new pad names for the session manager.
4538         Implement handling server requests in interleaved and UDP modes.
4539         Handle session keep-alive in UDP modes.
4540         Remove GCond for handling UDP timeouts.
4541
4542         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4543         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4544         (rtsp_connection_receive), (rtsp_connection_close):
4545         * gst/rtsp/rtspconnection.h:
4546         Store connection IP address for later.
4547         Add timeout args to all operations that might block forever.
4548         Parse session timeout.
4549         Only close sockets when not already closed.
4550
4551         * gst/rtsp/rtspdefs.c:
4552         * gst/rtsp/rtspdefs.h:
4553         Add timeout return value and error string.
4554
4555         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4556         Add small comment.
4557
4558 2007-05-01  Wim Taymans  <wim@fluendo.com>
4559
4560         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4561
4562         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4563         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4564         * gst/rtp/gstrtpmp4vpay.h:
4565         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4566
4567 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4568
4569         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4570           Remove v4l2src from docs, since it breaks the docs build, and the
4571           plugin is only built if --enable-experimental is used anyway.
4572
4573         * docs/plugins/Makefile.am:
4574           Spaces => tab.
4575
4576 2007-04-29  Wim Taymans  <wim@fluendo.com>
4577
4578         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4579         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4580         Add code to drop membership of a multicast group.
4581
4582         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4583         (gst_udpsink_set_uri):
4584         Implement URI handler.
4585
4586         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4587         (gst_rtspsrc_parse_rtpinfo):
4588         Use URI handler to make udpsink instace.
4589         Improve code to configure port and destination.
4590
4591 2007-04-29  Wim Taymans  <wim@fluendo.com>
4592
4593         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4594         Fix multicast detection.
4595         Don't try to join a multicast group if the address is not multicast.
4596
4597         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4598         Small debug improvement.
4599
4600 2007-04-27  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4603         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4604         (gst_rtspsrc_handle_message):
4605         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4606         parent.
4607
4608 2007-04-27  Wim Taymans  <wim@fluendo.com>
4609
4610         * gst/rtp/gstrtpilbcdepay.h:
4611         Fix mode property when specified as an arg.
4612
4613 2007-04-26  Edward Hervey  <edward@fluendo.com>
4614
4615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4617         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4618         * docs/plugins/inspect/plugin-osxaudio.xml:
4619         Add documentation for osxaudio plugin.
4620
4621 2007-04-26  Wim Taymans  <wim@fluendo.com>
4622
4623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4624         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4625         (gst_rtspsrc_open), (gst_rtspsrc_close),
4626         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4627         (gst_rtspsrc_pause):
4628         * gst/rtsp/gstrtspsrc.h:
4629         Protect state changes with a lock.
4630
4631         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4632         (parse_line):
4633         * gst/rtsp/rtspconnection.h:
4634         Remove some unused stuff.
4635
4636 2007-04-26  Wim Taymans  <wim@fluendo.com>
4637
4638         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4639         Handle the case where there are exactly 0 bytes to read and the ioctl
4640         did not report an error. Fixes #433530.
4641
4642 2007-04-26  Wim Taymans  <wim@fluendo.com>
4643
4644         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4645         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4646         * gst/wavparse/gstwavparse.h:
4647         Apply DISCONT to buffers.
4648         Only apply timestamp to the first sample after a DISCONT, too many VBR
4649         files cause random jitter in the timestamps. Fixes #433119.
4650
4651 2007-04-25  Wim Taymans  <wim@fluendo.com>
4652
4653         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4654         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4655         (gst_rtp_dec_get_property):
4656         * gst/rtsp/gstrtpdec.h:
4657         Add dummy latency property to be backwards compat with rtpbin.
4658
4659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4660         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4661         (gst_rtspsrc_stream_configure_transport),
4662         (gst_rtspsrc_parse_rtpinfo):
4663         * gst/rtsp/gstrtspsrc.h:
4664         Add latency property and configure in the session manager.
4665         Don't set invalid clock-base and seqnum-base on caps, some servers
4666         sometimes don't send them.
4667
4668 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4669
4670         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4671         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4672           Double-check that RGB input caps are really RGBA caps (apparently
4673           the core doesn't always catch it if those caps aren't a subset of
4674           our template caps, also see #421543). Fixes #429319 in a way.
4675           Also, don't leak the pad template in the transform_caps function.
4676
4677         * tests/check/Makefile.am:
4678         * tests/check/elements/.cvsignore:
4679         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4680         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4681         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4682         (GST_START_TEST), (alphacolor_suite):
4683           Add some basic unit tests for alphacolor.
4684
4685 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4686
4687         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4688           If we get a fatal flow return in the loop function, first post the
4689           error message and only then send the EOS event downstream, otherwise
4690           applications might get an eos message before the error message and
4691           think everything was ok (related to #429319).
4692
4693 2007-04-25  Wim Taymans  <wim@fluendo.com>
4694
4695         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4696         Read the channel byte as an unsigned byte.
4697
4698 2007-04-25  Wim Taymans  <wim@fluendo.com>
4699
4700         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4701         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4702         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4703         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4704         (gst_rtp_gsm_depay_setcaps):
4705         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4706         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4707         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4708         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4709         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4710         (gst_ilbc_depay_get_property):
4711         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4712         * gst/rtp/gstrtpmp4adepay.c:
4713         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4714         (gst_rtp_pcma_depay_setcaps):
4715         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4716         (gst_rtp_pcmu_depay_setcaps):
4717         Make sure we configure the clock_rate in the baseclass in the setcaps
4718         function. Fixes #431282.
4719
4720 2007-04-25  Wim Taymans  <wim@fluendo.com>
4721
4722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4723         (gst_rtspsrc_stream_free), (request_pt_map),
4724         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4725         * gst/rtsp/gstrtspsrc.h:
4726         Parse server address from SDP.
4727         Hook up a udpsink to send RTCP back to the server.
4728
4729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4730         * gst/rtsp/rtsptransport.h:
4731         Add some docs.
4732
4733 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4734
4735         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4736           Make header field check conditional. Fixes #433135
4737
4738 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4739
4740         * docs/plugins/Makefile.am:
4741         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4742         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4743         * docs/plugins/inspect/plugin-alphacolor.xml:
4744         * gst/alpha/Makefile.am:
4745         * gst/alpha/gstalphacolor.c:
4746         * gst/alpha/gstalphacolor.h:
4747           Add minimal docs blurb to alphacolor; split out headers into
4748           separate header file for gtk-doc.
4749
4750 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4751
4752         * gst/debug/progressreport.c: (gst_progress_report_report):
4753           Don't try to post NULL message (in case we can't query upstream
4754           position or duration).
4755
4756 2007-04-18  Michael Smith  <msmith@fluendo.com>
4757
4758         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4759         (gst_cutter_get_caps):
4760         * gst/cutter/gstcutter.h:
4761           Fix some of the most obvious bugs in cutter. Now doesn't leak
4762           everything if input is silent.
4763
4764 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4765
4766         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4767         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4768         * gst/wavenc/gstwavenc.h:
4769         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4770         else results in a invalid block align and invalid files.
4771
4772 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4773
4774         Patch by: Snaik <snaik32 gmail com>
4775
4776         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4777           Add missing break statement for BOX_HORIZONTAL case.
4778
4779 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4780
4781         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4782
4783         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4784         Use correct format strings for integer types.
4785
4786 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4787
4788         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4789         (gst_wavparse_create_sourcepad):
4790         Use gst_riff_create_audio_template_caps () instead of the local caps.
4791         This makes updates of the local caps unecessary whenever libgstriff
4792         gets support for new formats.
4793
4794 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4795
4796         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4797
4798         * sys/sunaudio/gstsunaudio.c:
4799         * sys/sunaudio/gstsunaudiomixer.c:
4800         * sys/sunaudio/gstsunaudiomixer.h:
4801         * sys/sunaudio/gstsunaudiomixerctrl.c:
4802         * sys/sunaudio/gstsunaudiomixerctrl.h:
4803         * sys/sunaudio/gstsunaudiomixertrack.h:
4804         * sys/sunaudio/gstsunaudiosink.c:
4805         * sys/sunaudio/gstsunaudiosink.h:
4806         * sys/sunaudio/gstsunaudiosrc.c:
4807         * sys/sunaudio/gstsunaudiosrc.h:
4808           Fix and/or update copyright attributions (#430228).
4809
4810 2007-04-13  Wim Taymans  <wim@fluendo.com>
4811
4812         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4813         Fix docs.
4814
4815         * gst/rtsp/URLS:
4816         Add some more example urls.
4817
4818         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4819         (gst_rtp_dec_chain_rtp):
4820         Better debugging.
4821
4822         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4823         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4824         (gst_rtspsrc_parse_rtpinfo):
4825         Remove unused code.
4826
4827 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4828
4829         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4830         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4831         (gst_wavparse_stream_data):
4832           Relax the audio/mpeg caps again and add FIXME: comment.
4833
4834 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4835
4836         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4837         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4838         (gst_wavparse_stream_data):
4839         * gst/wavparse/gstwavparse.h:
4840           More sanity check for the header fields. Fix type for 'rate' header
4841           field.
4842
4843 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4846         (gst_icydemux_unicodify):
4847           If the metadata strings we get in the stream are not UTF-8, try to
4848           interpret them according to the character encodings specified in the
4849           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4850           only fall back to locale/ISO-8859-1 if those aren't set or don't
4851           work. Should fix #428901.
4852
4853 2007-04-12  Wim Taymans  <wim@fluendo.com>
4854
4855         * gst/rtp/gstrtph264depay.c:
4856         Use the proper sync word for SPS and PPS.
4857
4858 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4859
4860         * gst/rtp/Makefile.am:
4861         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4862           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4863         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4864           Add a simple hashing implementation that we can use to generate
4865           a 24-bit ident value based on the codebooks for vorbis and theora.
4866         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4867           gst_rtp_theora_pay_handle_buffer):
4868         * gst/rtp/gstrtpvorbisdepay.c
4869           (gst_rtp_vorbis_depay_parse_configuration,
4870           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4871         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4872           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4873           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4874           Use the hashing function, ensuring that the same codebooks result
4875           in the same ident and thus the same SDP description.
4876           Various log fixes/changes.
4877
4878 2007-04-12  Wim Taymans  <wim@fluendo.com>
4879
4880         Patch by: jerry tan <jerry dot tan at sun dot com>
4881
4882         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4883         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4884         application's responsibility to make sure it open the device once.
4885         Remove a careless error if AUDIODEV is set. Fixes #392620.
4886
4887 2007-04-12  Wim Taymans  <wim@fluendo.com>
4888
4889         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4890         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4891         * gst/rtsp/gstrtpdec.h:
4892         Make backward compat with rtpbin by adding the request-pt-map signals.
4893
4894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4895         (new_session_pad), (request_pt_map),
4896         (gst_rtspsrc_stream_configure_transport),
4897         (gst_rtspsrc_stream_configure_caps),
4898         (gst_rtspsrc_activate_streams):
4899         * gst/rtsp/gstrtspsrc.h:
4900         Implement request-pt-map signals instead of setting caps on the buffers
4901         for the session manager.
4902
4903 2007-04-11  Wim Taymans  <wim@fluendo.com>
4904
4905         * gst/udp/gstudp.c: (plugin_init):
4906         Register GstNetBuffer in plugin_init so that the type can be used from
4907         multiple threads without races.
4908
4909 2007-04-10  Wim Taymans  <wim@fluendo.com>
4910
4911         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4912         (gst_rtp_amr_depay_process):
4913         Fix depayloader clock_rate and some cleanups.
4914
4915         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4916         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4917         * gst/rtp/gstrtph264depay.h:
4918         Don't push codec_data in the adapter because it might get flushed when
4919         we get a discont.
4920
4921         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4922         Handle multiple AU per packet.
4923
4924         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4925         (gst_rtp_sv3v_depay_plugin_init):
4926         Disable rank, this one does not work.
4927         Remove timestamping, base class does that.
4928
4929 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4930
4931         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4932           limit caps to the formats we announce in the template
4933
4934         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4935         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4936         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4937           fix some crashers/asserts when dealing with broken files
4938
4939 2007-04-10  Wim Taymans  <wim@fluendo.com>
4940
4941         Patch by: Peter Kjellerstedt  <pkj at axis com>
4942
4943         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4944         * gst/rtp/gstrtpL16depay.c:
4945         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4946         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4947         (gst_rtp_speex_depay_setcaps):
4948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4949         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4950         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4951         Fix some compiler warnings. Fixes #428182.
4952
4953 2007-04-06  Wim Taymans  <wim@fluendo.com>
4954
4955         * gst/rtsp/Makefile.am:
4956         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4957         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4958         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4959         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4960         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4961         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4962         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4963         (create_rtcp), (gst_rtp_dec_request_new_pad),
4964         (gst_rtp_dec_release_pad):
4965         * gst/rtsp/gstrtpdec.h:
4966         * gst/rtsp/gstrtsp.c: (plugin_init):
4967         Morph RTPDec into something compatible with RTPBin as a fallback.
4968         Various other style fixes.
4969
4970         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4971         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4972         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4973         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4974         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4975         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4976         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4977         * gst/rtsp/gstrtspsrc.h:
4978         Implement RTPBin session manager handling.
4979         Don't try to add empty properties to caps.
4980         Implement fallback session manager, handling.
4981         Don't combine errors from RTCP streams, just ignore them.
4982
4983         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4984         * gst/rtsp/rtsptransport.h:
4985         Implement fallback session manager.
4986         Make RTPBin the default one when available.
4987
4988 2007-04-05  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4991         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4992         This element is ready to be autoplugged.
4993
4994 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4995
4996         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4997         Don't leave the offsets defined by upstream element on the
4998         compressed data buffer we are pushing downstream. Make them
4999         GST_BUFFER_OFFSET_NONE.
5000
5001 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
5002
5003         * gst/avi/README:
5004         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5005         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5006         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5007         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5008         (gst_avi_demux_calculate_durations_from_index),
5009         (gst_avi_demux_stream_header_push),
5010         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
5011         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5012           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5013
5014 2007-04-03  Wim Taymans  <wim@fluendo.com>
5015
5016         * gst/smpte/barboxwipes.c:
5017         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5018
5019 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5020
5021         * gst/wavparse/gstwavparse.c:
5022         Support audio/x-raw-float in wav files. This only works with
5023         plugins-base CVS, using an older version doesn't have any
5024         disadvantages though.
5025
5026 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5027
5028         * configure.ac:
5029         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5030         (gst_au_parse_parse_header), (gst_au_parse_chain):
5031         * gst/auparse/gstauparse.h:
5032         Revert last change as we don't want plugins-good to depend on
5033         plugins-base CVS now.
5034
5035 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5036
5037         * configure.ac:
5038         Require gst-plugins-base CVS for audioconvert with non-native
5039         float support and width/depth fix in libgstriff.
5040
5041         Patch by: René Stadler <mail at renestadler dot de>
5042
5043         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5044         (gst_au_parse_parse_header), (gst_au_parse_chain):
5045         * gst/auparse/gstauparse.h:
5046         Don't swap the floats ourself if they're not in native endianness.
5047         Instead let audioconvert handle this. Fixes #339838.
5048
5049 2007-03-29  Wim Taymans  <wim@fluendo.com>
5050
5051         * gst/rtp/gstasteriskh263.h:
5052         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5053         (gst_rtp_h263p_depay_change_state):
5054         * gst/rtp/gstrtph263pdepay.h:
5055         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5056         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5057         (gst_rtp_h264_depay_change_state):
5058         * gst/rtp/gstrtph264depay.h:
5059         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5060         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5061         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5062         Flush adapter on disconts.
5063
5064 2007-03-29  Wim Taymans  <wim@fluendo.com>
5065
5066         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5067         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5068         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5069         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5070         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5071         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5072         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5073         (gst_rtp_mp4v_depay_process):
5074         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5075         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5076         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5077         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5078         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5079         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5080         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5081         Use more efficient adapter and rtpbuffer methods when possible.
5082
5083 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5084
5085         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5086         (gst_wavenc_sink_setcaps):
5087         Correctly handle width!=depth input.
5088         * gst/wavparse/gstwavparse.c:
5089         Already export in the caps that width==8 uses unsigned samples and
5090         everything else uses signed samples.
5091
5092 2007-03-29  Wim Taymans  <wim@fluendo.com>
5093
5094         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5095
5096         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5097         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5098         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5099         (gst_dynudpsink_close):
5100         * gst/udp/gstdynudpsink.h:
5101         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5102         (gst_udpsrc_create), (gst_udpsrc_set_property),
5103         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5104         * gst/udp/gstudpsrc.h:
5105         Rework the socket allocation a bit based on the sockfd argument so that
5106         it becomes usable.
5107         Add a closefd property to instruct the udp elements to close the custom
5108         file descriptors when going to READY. Fixes #423304.
5109         API:GstUDPSrc::closefd property
5110         API:GstDynUDPSink::closefd property
5111
5112 2007-03-29  Wim Taymans  <wim@fluendo.com>
5113
5114         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5115
5116         * gst/rtp/Makefile.am:
5117         * gst/rtp/gstrtp.c: (plugin_init):
5118         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5119         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5120         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5121         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5122         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5123         (gst_rtp_h264_pay_plugin_init):
5124         * gst/rtp/gstrtph264pay.h:
5125         Added H264 payloader. Fixes #423782.
5126
5127         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5128         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5129         Small fixes.
5130
5131 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5132
5133         * gst/wavparse/gstwavparse.c:
5134         Actually support depths from 1 to 32, not only 8 to 32.
5135
5136 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5137
5138         * gst/wavparse/gstwavparse.c:
5139         Add support for wav files containing audio/x-raw-int with random
5140         depths between 1 and 32 bits.
5141
5142 2007-03-28  Wim Taymans  <wim@fluendo.com>
5143
5144         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5145
5146         * gst/rtp/Makefile.am:
5147         * gst/rtp/gstrtp.c: (plugin_init):
5148         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5149         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5150         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5151         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5152         (gst_rtp_mp4a_depay_get_property),
5153         (gst_rtp_mp4a_depay_change_state),
5154         (gst_rtp_mp4a_depay_plugin_init):
5155         * gst/rtp/gstrtpmp4adepay.h:
5156         Added MP4A-LATM depayloader. Fixes #417792.
5157
5158         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5159         (gst_rtp_mp4v_depay_process):
5160         Fixup depayloader, setting codec_data, using more efficient adaptor and
5161         rtpbuffer handling.
5162
5163         * gst/rtsp/URLS:
5164         Add url to test above.
5165
5166 2007-03-25  Wim Taymans  <wim@fluendo.com>
5167
5168         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5169         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5170         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5171         (gst_rtspsrc_media_to_caps),
5172         (gst_rtspsrc_stream_configure_transport),
5173         (gst_rtspsrc_stream_configure_caps),
5174         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5175         * gst/rtsp/gstrtspsrc.h:
5176         Handle default clock-rates for static payload types, rearrange stuff so
5177         that the rtpmap field in the sdp can override the defaults.
5178         Parse RTP-Info field to get the seqnum and timebase fields that should
5179         go in the caps.
5180         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5181         the server. 
5182
5183 2007-03-22  Wim Taymans  <wim@fluendo.com>
5184
5185         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5186
5187         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5188         Accept complex pipeline descriptions as an audio profile instead of just
5189         a single element. Fixes #420658.
5190
5191 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5192
5193         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5194           Rename registered type in preparation of GstTagDemux moving to
5195           -base at some point in the future.
5196
5197 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5200           Streaming mode fixes: don't unref buffer we don't own any longer;
5201           remove bogus adapter flush. Fixes #419338.
5202
5203 2007-03-17  David Schleef  <ds@schleef.org>
5204
5205         * REQUIREMENTS: Change the format to key/value, add a bunch of
5206           information, remove a bunch of requirements that are for
5207           other GStreamer packages.
5208
5209 2007-03-17  David Schleef  <ds@schleef.org>
5210
5211         * REQUIREMENTS: Fix a few things.  This file really needs a
5212         good once-over.
5213
5214 2007-03-15  Edward Hervey  <edward@fluendo.com>
5215
5216         * sys/Makefile.am:
5217         Don't forget to distribute the sys/osxaudio/ directory.
5218
5219 2007-03-15  Edward Hervey  <edward@fluendo.com>
5220
5221         * configure.ac:
5222         * sys/Makefile.am:
5223         * sys/osxaudio/Makefile.am:
5224         * sys/osxaudio/gstosxaudio.c:
5225         * sys/osxaudio/gstosxaudiosink.c:
5226         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5227         (gst_osx_audio_sink_getcaps),
5228         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5229         * sys/osxaudio/gstosxaudiosrc.c:
5230         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5231         (gst_osx_audio_src_create_ringbuffer):
5232         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5233         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5234         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5235         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5236         * sys/osxaudio/gstosxringbuffer.h:
5237         Activate osxaudio in gst-plugins-good with proper build setup.
5238         Add inlined documentation.
5239         Fix debug statements
5240         Fix ringbuffer when pausing.
5241         Fixes #323471
5242
5243 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5244         * gst/rtp/gstrtppcmapay.c:
5245         * gst/rtp/gstrtppcmapay.h:
5246         * gst/rtp/gstrtppcmupay.c:
5247         * gst/rtp/gstrtppcmupay.h:
5248         Ported mulaw and alaw payloaders to use new base class
5249
5250 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5251
5252         * po/af.po:
5253         * po/az.po:
5254         * po/cs.po:
5255         * po/en_GB.po:
5256         * po/it.po:
5257         * po/nl.po:
5258         * po/or.po:
5259         * po/sq.po:
5260         * po/sr.po:
5261         * po/sv.po:
5262         * po/uk.po:
5263         * po/vi.po:
5264           Update translations.
5265
5266 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5267
5268         * configure.ac:
5269           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5270
5271 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5272
5273         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5274           Fix handling of -1 values for start and stop values when seeking,
5275           and SEEK_CUR+SEEK_END here as well.
5276
5277 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5278
5279         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5280           Fix handling of -1 values for start and stop values when seeking, 
5281           and SEEK_CUR+SEEK_END.
5282
5283 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5286           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5287           the image format a variable-length NUL-terminated string; in
5288           versions before that the image format is a fixed-length string of
5289           3 characters (see #348644 for a sample tag).
5290           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5291
5292 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5293
5294         * win32/MANIFEST:
5295         Add new project files to MANIFEST.
5296         * win32/vs6/libgstaudiofx.dsp:
5297         * win32/vs6/libgstrtp.dsp:
5298         * win32/vs6/libgstrtsp.dsp:
5299         Update project files.
5300         
5301 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5302
5303         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5304         (gst_avi_demux_parse_index):
5305         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5306         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5307           Printf format fixes; also add some missing quotes in translated
5308           strings. Fixes #416728 and #416727.
5309
5310 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5311
5312         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5313           Tim and I can't think of any reason the child audio sink needs to 
5314           be set back to NULL after successfully determining that it can 
5315           reach READY - it gets immediately set back to READY by the caller
5316           anyway, causing an unnecessary close/open of any audio devices
5317           involved.
5318
5319 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * po/LINGUAS:
5322         * po/ja.po:
5323           Add ja.po file from #377306.
5324
5325 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5328         * sys/sunaudio/gstsunaudiomixertrack.c:
5329         (gst_sunaudiomixer_track_new):
5330           Actually translate sunaudio mixer track labels instead of just
5331           marking the strings as translatable (#377306); clean up weird
5332           label string mapping code that serves no apparent purpose. Also
5333           set the 'untranslated-label' property when creating mixer tracks
5334           if the GstMixerTrack base class supports this.
5335
5336         * tests/check/Makefile.am:
5337         * tests/check/elements/.cvsignore:
5338         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5339         (sunaudio_suite):
5340           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5341           actually tested on a system where sunaudiomixer is available).
5342
5343 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5344
5345         * tests/check/Makefile.am:
5346         Re-enable the states test and see if it works on the buildbots.
5347
5348 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5349
5350         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5351         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5352         (gst_dvdec_change_state):
5353         * ext/dv/gstdvdec.h:
5354         Infer pixel-aspect-ratio from the video frame format if it isn't
5355         provided by the container, as happens when playing DV from AVI
5356         or Quicktime containers.
5357
5358         Patch by: Wim Taymans <wim@fluendo.com>
5359         Fixes #380944
5360
5361 2007-03-09  Wim Taymans  <wim@fluendo.com>
5362
5363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5364         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5365         will later be handled by the jitterbuffer.
5366
5367 2007-03-09  Wim Taymans  <wim@fluendo.com>
5368
5369         * ext/taglib/gstid3v2mux.cc:
5370         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5371         Fixes #414496.
5372         
5373         Patch by: Alex Lancaster <alexl at users sourceforge net>
5374
5375 2007-03-09  Wim Taymans  <wim@fluendo.com>
5376
5377         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5378         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5379         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5380         (gst_avi_demux_chain):
5381         Fix stream position reporting after a seek. Fixes #416445.
5382
5383 2007-03-08  Wim Taymans  <wim@fluendo.com>
5384
5385         Patch by: René Stadler <mail at renestadler dot de>
5386
5387         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5388         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5389         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5390         Make avidemux accept optional header chunks in any order.
5391         Fixes #415446.
5392
5393 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5394
5395         * tests/check/Makefile.am:
5396         Disable the states check until the remaining Valgrind errors
5397         are fixed or suppressed.
5398
5399 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5400
5401         * tests/check/elements/.cvsignore:
5402           Add audiodynamic check to .cvsignore
5403
5404 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5405
5406         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5407
5408         * gst/audiofx/Makefile.am:
5409         * gst/audiofx/audiodynamic.c:
5410         (gst_audio_dynamic_characteristics_get_type),
5411         (gst_audio_dynamic_mode_get_type),
5412         (gst_audio_dynamic_set_process_function),
5413         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5414         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5415         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5416         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5417         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5418         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5419         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5420         (gst_audio_dynamic_transform_hard_knee_expander_int),
5421         (gst_audio_dynamic_transform_hard_knee_expander_float),
5422         (gst_audio_dynamic_transform_soft_knee_expander_int),
5423         (gst_audio_dynamic_transform_soft_knee_expander_float),
5424         (gst_audio_dynamic_transform_ip):
5425         * gst/audiofx/audiodynamic.h:
5426         * gst/audiofx/audiofx.c: (plugin_init):
5427         Add new audiodynamic element which can act as a compressor or
5428         expander. Supported are hard-knee and soft-knee operation modes with
5429         user-specified ratio and threshold.
5430         Attack and release parameters are not yet implemented but will follow.
5431         * docs/plugins/Makefile.am:
5432         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5433         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5434         * docs/plugins/gst-plugins-good-plugins.args:
5435         * docs/plugins/inspect/plugin-audiofx.xml:
5436         Integrate audiodynamic into the docs.
5437         * tests/check/Makefile.am:
5438         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5439         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5440         Add unit test for audiodynamic.
5441
5442 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5443
5444         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5445         Free handles that we allocated when exiting via the error paths.
5446
5447 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5448
5449         * gst/level/gstlevel.c: (gst_level_class_init),
5450         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5451         (gst_level_transform_ip):
5452         * gst/level/gstlevel.h:
5453           Resolve message timestamps against the playback segment.
5454
5455 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5456
5457         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5458         (gst_id3demux_sink_activate):
5459           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5460           caps passed to it (previously one code path assumed it took ownership
5461           while another one assumed it didn't, while in fact it sometimes did and
5462           sometimes didn't ...).
5463
5464         * configure.ac:
5465         * tests/files/Makefile.am:
5466         * tests/files/id3-407349-1.tag:
5467         * tests/files/id3-407349-2.tag:
5468           Add directory where data for unit tests can be stored.
5469
5470         * tests/Makefile.am:
5471         * tests/check/Makefile.am:
5472         * tests/check/elements/.cvsignore:
5473         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5474         (read_tags_from_file), (run_check_for_file),
5475         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5476           Add unit test for id3demux, and in particular for bug #407349. Only
5477           testing pull-mode for now; push mode doesn't work yet because the test
5478           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5479
5480 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5481
5482         * tests/check/Makefile.am:
5483           Add missing backslash at end of line.
5484
5485 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5486
5487         Trigger rebuild.
5488
5489 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5490
5491         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5492         * gst/id3demux/id3tags.h:
5493         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5494         (parse_obsolete_tdat_frame):
5495           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5496           the four-digit number will be interpreted as a year, whereas it is
5497           month and day in DDMM format. Instead, parse TDAT frames and fix up
5498           the date in the GST_TAG_DATE tag later if we also extracted a year.
5499           Fixes #407349.
5500
5501 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5502
5503         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5504         (gst_switch_commit_new_kid):
5505         Fix up the dispose logic so it doesn't leak, and fix setting of 
5506         the child state so that we don't set a child to our current state 
5507         just as we are changing it to something else.
5508
5509 2007-03-06  Wim Taymans  <wim@fluendo.com>
5510
5511         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5512         (gst_goom_chain):
5513         * gst/goom/gstgoom.h:
5514         Document, fix and improve goom adapter behaviour.
5515         Fixes #407006.
5516
5517 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5518
5519         * ext/esd/esdsink.c: (gst_esdsink_open):
5520         Unref static pad template after using it.
5521
5522 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5523
5524         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5525         (gst_switch_commit_new_kid):
5526         Fix up the reference counting of the child elements.
5527
5528 2007-03-05  Wim Taymans  <wim@fluendo.com>
5529
5530         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5531         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5532         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5533         Fix encoding-name case.
5534
5535 2007-03-05  Wim Taymans  <wim@fluendo.com>
5536
5537         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5538         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5539         (gst_rtp_speex_depay_process):
5540         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5541         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5542         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5543         (gst_rtp_speex_pay_change_state):
5544         * gst/rtp/gstrtpspeexpay.h:
5545         Fix speex (de)payloader. Fixes #358040.
5546
5547 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5548
5549         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5550         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5551         Install fakesink in NULL by fixing some broken logic. This obviates
5552         the need to manually set _IS_SINK.
5553         Add some comments and remove a little cruft while I'm at it.
5554
5555 2007-03-05  Wim Taymans  <wim@fluendo.com>
5556
5557         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5558         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5559
5560 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * po/POTFILES.in:
5563           Update.
5564
5565 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5566
5567         * tests/check/Makefile.am:
5568         Gah! Also disable gconfvideosink from the tests, otherwise
5569         it will instantiate autovideosink, and dfbvideosink and
5570         leak on the buildbots.
5571
5572 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5573
5574         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5575         (gst_cdio_cdda_src_finalize):
5576         Make sure we always destroy our libcdio handle.
5577
5578 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5579
5580         * tests/check/Makefile.am:
5581         Disable autovideosink so the buildbots don't barf over memory
5582         leaked in the directfb sink.
5583
5584 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5585
5586         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5587         Chain up in dispose
5588
5589 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5590
5591         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5592         (gst_multipart_find_pad_by_mime):
5593         Use gst_pad_new_from_static_template instead of
5594         static_pad_template_get+pad_new.
5595
5596 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5597
5598         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5599         Catch the case where no clock has been set.
5600
5601 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5602
5603         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5604         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5605         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5606         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5607         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5608         (gst_gconf_audio_src_finalize), (do_toggle_element):
5609         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5610         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5611         (do_toggle_element):
5612         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5613         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5614         (gst_gconf_video_src_finalize), (do_toggle_element):
5615         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5616         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5617         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5618         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5619         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5620         (gst_shout2send_init), (gst_shout2send_finalize):
5621         * gst/debug/testplugin.c: (gst_test_class_init),
5622         (gst_test_finalize):
5623         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5624         (gst_flxdec_dispose):
5625         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5626         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5628         (gst_rtspsrc_finalize):
5629         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5630         * gst/rtsp/rtspextwms.h:
5631         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5632         (gst_smpte_finalize):
5633         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5634         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5635         (gst_udpsink_finalize):
5636         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5637         (gst_wavparse_sink_activate):
5638         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5639         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5640         (gst_oss_src_finalize):
5641         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5642         * sys/v4l2/gstv4l2object.h:
5643         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5644         (gst_v4l2src_finalize):
5645         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5646
5647         Fix a bunch of leaks shown by the newly-added states test.
5648
5649 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5650
5651         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5652         Use gst_pad_new_from_static_template instead of 
5653         static_pad_template_get+pad_new.
5654
5655 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5658
5659         * ext/libcaca/Makefile.am:
5660         * gst/debug/Makefile.am:
5661           Don't mix tabs and spaces (#414168).
5662
5663 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5664
5665         * tests/check/generic/.cvsignore:
5666           Ignore files to please buildbot.
5667
5668 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5669
5670         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5671         (gst_wavparse_stream_data):
5672           Unbreak my previous commit (swapped nominator & denominator). Tim,
5673           thanks for spotting.
5674
5675 2007-03-02  Wim Taymans  <wim@fluendo.com>
5676
5677         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5678         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5679         (gst_cdio_cdda_src_finalize):
5680         Small code cleanups.
5681         Don't use pad_alloc as the base class cannot deal with the error codes.
5682
5683 2007-03-02  Wim Taymans  <wim@fluendo.com>
5684
5685         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5686         (gst_udpsrc_create):
5687         Fix doc.
5688
5689 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5690
5691         Patch by: René Stadler <mail@renestadler.de>
5692
5693         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5694         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5695         (gst_wavparse_stream_data):
5696           Handle rounding better to not drop last sample frame. Fixes #356692
5697
5698 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5699
5700         * tests/check/Makefile.am:
5701         Disable cacasink from the states check too - it also calls exit(1)
5702         on us when it can't find a terminal to talk to.
5703
5704 2007-03-02  Wim Taymans  <wim@fluendo.com>
5705
5706         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5707
5708         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5709         (gst_udpsrc_create), (gst_udpsrc_set_property),
5710         (gst_udpsrc_get_property):
5711         * gst/udp/gstudpsrc.h:
5712         Add support to strip proprietary headers. Fixes #350296.
5713
5714 2007-03-02  Wim Taymans  <wim@fluendo.com>
5715
5716         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5717         Fix compilation.
5718
5719 2007-03-02  Wim Taymans  <wim@fluendo.com>
5720
5721         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5722
5723         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5724         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5725         (gst_rtp_mp2t_depay_set_property),
5726         (gst_rtp_mp2t_depay_get_property):
5727         * gst/rtp/gstrtpmp2tdepay.h:
5728         Add support to strip off proprietary headers. Fixes #350278.
5729
5730 2007-03-02  Wim Taymans  <wim@fluendo.com>
5731
5732         * ext/hal/hal.c:
5733         Fix compilation.
5734
5735 2007-03-02  Wim Taymans  <wim@fluendo.com>
5736
5737         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5738         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5739         (gst_sunaudiosrc_open):
5740         * sys/sunaudio/gstsunaudiosrc.h:
5741         Remove device-name from GstSunAudioSrc. Fixes #412597.
5742
5743 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5744
5745         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5746         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5747         Having NULL as UDI previously selected the default sink/src. Change
5748         this back but mention it in the debug output.
5749         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5750         (gst_hal_get_oss_element), (gst_hal_get_string),
5751         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5752         (gst_hal_get_audio_src):
5753         * ext/hal/hal.h:
5754         Refactor a bit, check all error conditions, greatly improve debugging
5755         and fix some possible memory leaks. Also implement OSS support
5756         and allow specifying an UDI that points to a real device. For this the
5757         child device which supports ALSA (preferred) or OSS is used.
5758         As a side effect this makes it impossible now to get a alsasink in
5759         halaudiosrc and a alsasrc in halaudiosink.
5760
5761 2007-03-01  Wim Taymans  <wim@fluendo.com>
5762
5763         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5764         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5765         Errors from the udp sources are not fatal unless all of them are in
5766         error.
5767
5768 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5769
5770         * tests/check/Makefile.am:
5771         Disable aasink in the states test. I suspect this is the element that
5772         is calling exit(1) when it can't proceed.
5773
5774 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5775
5776         * tests/check/Makefile.am:
5777         Draw plugins in from the build tree sys/ dir, rather than picking
5778         up the already installed versions.
5779
5780 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5781
5782         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5783         Error out correctly when getting xcontext fails.
5784
5785 2007-03-01  Wim Taymans  <wim@fluendo.com>
5786
5787         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5788         Make state change to PAUSED NO_PREROLL because that's what it will be in
5789         the future and rtspsrc relies on it.
5790
5791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5792         (gst_rtspsrc_change_state):
5793         Don't error out when we don't get an error from the state change
5794         function.
5795
5796 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5797
5798         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5799         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5800           Check if the device UDI is set before trying to query HAL
5801           about it and give a useful error message if it wasn't set.
5802         * ext/hal/hal.c: (gst_hal_get_string):
5803           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5804           gives an assertion failure in D-Bus when running with
5805           DBUS_FATAL_WARNINGS=1.
5806
5807 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5808
5809         * configure.ac:
5810           Convert to new AG_GST style.
5811
5812 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5813
5814         * tests/check/Makefile.am:
5815         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5816           add test for states
5817
5818 2007-02-28  Wim Taymans  <wim@fluendo.com>
5819
5820         * tests/check/elements/.cvsignore:
5821         Add new videofilter check to .cvsignore.
5822
5823 2007-02-28  Wim Taymans  <wim@fluendo.com>
5824
5825         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5826         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5827         (gst_avi_demux_loop), (gst_avi_demux_chain):
5828         Fix combined flow return. Fixes #412608.
5829
5830 2007-02-28  Wim Taymans  <wim@fluendo.com>
5831
5832         * gst/videofilter/Makefile.am:
5833         Dist header..
5834
5835 2007-02-28  Wim Taymans  <wim@fluendo.com>
5836
5837         * gst/videofilter/gstgamma.h:
5838         Add header too.
5839
5840 2007-02-28  Wim Taymans  <wim@fluendo.com>
5841
5842         Patch by: Mark Nauwelaerts <manauw at skynet be>
5843
5844         * gst/videofilter/Makefile.am:
5845         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5846         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5847         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5848         (oil_tablelookup_u8), (gst_gamma_set_caps),
5849         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5850         Port gamma filter to 0.10. Fixes #412704.
5851
5852         * tests/check/Makefile.am:
5853         * tests/check/elements/videofilter.c: (setup_filter),
5854         (cleanup_filter), (check_filter), (GST_START_TEST),
5855         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5856         Add unit tests for videofilters.
5857
5858 2007-02-28  Wim Taymans  <wim@fluendo.com>
5859
5860         * gst/rtsp/URLS:
5861         Add another interesting test url.
5862
5863         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5864         Don't allow getting header fields from data packets.
5865
5866 2007-02-28  Michael Smith  <msmith@fluendo.com>
5867
5868         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5869         (gst_shout2send_init), (gst_shout2send_start),
5870         (gst_shout2send_set_property), (gst_shout2send_get_property):
5871         * ext/shout2/gstshout2.h:
5872           Add a property for username.
5873
5874 2007-02-27  Christian Schallerr <christian@fluendo.com>
5875
5876         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5877
5878 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5879
5880         * gst/rtsp/Makefile.am:
5881         Fix make check too.
5882
5883 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5884
5885         * gst/rtsp/base64.c: (util_base64_encode):
5886         * gst/rtsp/base64.h:
5887         Commit missing files for base64 encoding.
5888
5889 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5890
5891         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5892
5893         * configure.ac:
5894         * ext/annodex/Makefile.am:
5895         * ext/jpeg/Makefile.am:
5896         * ext/speex/Makefile.am:
5897         * gst/alpha/Makefile.am:
5898         * gst/cutter/Makefile.am:
5899         * gst/debug/Makefile.am:
5900         * gst/effectv/Makefile.am:
5901         * gst/goom/Makefile.am:
5902         * gst/level/Makefile.am:
5903         * gst/smpte/Makefile.am:
5904         * gst/videofilter/Makefile.am:
5905           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5906
5907 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5908
5909         * gst/rtsp/Makefile.am:
5910         * gst/rtsp/rtspconnection.c: (append_auth_header),
5911         (rtsp_connection_send), (rtsp_connection_set_auth):
5912         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5913         from icecast to replace it. Relicensed from GPL courtesy of Mike
5914         Smith.
5915
5916 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5917
5918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5919         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5920         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5921         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5922         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5923         (gst_rtspsrc_uri_set_uri):
5924         * gst/rtsp/gstrtspsrc.h:
5925         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5926         (append_auth_header), (rtsp_connection_send),
5927         (rtsp_connection_free), (rtsp_connection_set_auth):
5928         * gst/rtsp/rtspconnection.h:
5929         * gst/rtsp/rtspdefs.h:
5930         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5931         * gst/rtsp/rtspurl.h:
5932
5933         Implement simple Basic Authentication support so that urls like
5934         rtsp://user:pass@hostname/rtspstream work on hosts that require
5935         authentication.
5936
5937 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5938
5939         * sys/v4l2/gstv4l2object.c:
5940         * sys/v4l2/gstv4l2tuner.c:
5941         * sys/v4l2/v4l2_calls.c:
5942         Fix segfault when oppening a radio device.
5943         
5944 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5945
5946         * gst/level/gstlevel.c: (gst_level_set_caps),
5947         (gst_level_transform_ip):
5948         * sys/v4l2/README:
5949         * tests/check/elements/level.c: (GST_START_TEST):
5950           Fix level for multi-channel case.
5951
5952 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5953
5954         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5955         (gst_level_transform_ip):
5956         * gst/level/gstlevel.h:
5957           Use function pointer for process function and add process functions
5958           for float audio.
5959
5960 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5961
5962         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5963         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5964         (gst_v4l2src_capture_init):
5965           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5966           fixes #407369
5967
5968 2007-02-18  Wim Taymans  <wim@fluendo.com>
5969
5970         * gst/rtp/Makefile.am:
5971         * gst/rtp/gstrtp.c: (plugin_init):
5972         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5973         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5974         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5975         (gst_rtp_mp2t_pay_plugin_init):
5976         * gst/rtp/gstrtpmp2tpay.h:
5977         Added simple mpeg transport stream payloader.
5978
5979 2007-02-16  Wim Taymans  <wim@fluendo.com>
5980
5981         * gst/rtsp/URLS:
5982         Add example H264 rtsp url.
5983
5984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5985         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5986         Don't convert values to lowercase or we might mess up base64 encoded
5987         properties.
5988
5989 2007-02-16  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst/rtp/README:
5992         Fix case of string params.
5993
5994         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5995         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5996         Fix depayloader, support more packet types.
5997         Add sync codes to make sure the packetizer can do its job.
5998
5999         * gst/rtp/gstrtpmp4gdepay.c:
6000         * gst/rtp/gstrtpmp4gpay.c:
6001         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6002         Fix caps case again.
6003
6004 2007-02-15  Wim Taymans  <wim@fluendo.com>
6005
6006         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
6007         Set right caps on output buffers.
6008
6009 2007-02-14  Wim Taymans  <wim@fluendo.com>
6010
6011         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6012         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6013         Clear stack allocated SDPMedia struct before calling _init() on it.
6014         Clarify this in the docs as well.
6015
6016 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6017
6018         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6019         (do_change_child):
6020         Don't reset the profile when going switching states, as it makes
6021         the element non-reusable.
6022
6023 2007-02-14  Wim Taymans  <wim@fluendo.com>
6024
6025         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6026         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6027         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6028         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6029         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6030         (sdp_parse_line):
6031         * gst/rtsp/sdpmessage.h:
6032         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6033         Fix memory management of SDP messages. Fixes #407793.
6034
6035 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6036
6037         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6038
6039         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6040         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6041
6042 2007-02-14  Wim Taymans  <wim@fluendo.com>
6043
6044         Patch by: jp.liu <jp_liu at astrocom dot cn>
6045
6046         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6047         Fix parsing of password field in url. Fixes #407797.
6048
6049 2007-02-14  Wim Taymans  <wim@fluendo.com>
6050
6051         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6052         (gst_wavparse_reset), (gst_wavparse_init),
6053         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6054         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6055         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6056         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6057         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6058         (gst_wavparse_loop), (gst_wavparse_chain),
6059         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6060         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6061         (plugin_init):
6062         * gst/wavparse/gstwavparse.h:
6063         Update docs.
6064         Use boilerplate.
6065         Various code cleanups.
6066         When the bitrate is not known (bps == 0 or compressed formats) let
6067         downstream element guestimate the duration and position and don't
6068         generate timestamps or durations. Fixes #405213.
6069         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6070         error flowreturn upstream.
6071
6072 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6073
6074         * ext/gconf/Makefile.am:
6075         * ext/gconf/gconf.c: (gst_gconf_get_string),
6076         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6077         (gst_gconf_render_bin_with_default):
6078         * ext/gconf/gconf.h:
6079         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6080         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6081         (gst_gconf_audio_sink_dispose), (do_change_child),
6082         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6083         (cb_change_child), (gst_gconf_audio_sink_change_state):
6084         * ext/gconf/gstgconfaudiosink.h:
6085         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6086         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6087         (gst_switch_sink_init), (gst_switch_sink_dispose),
6088         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6089         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6090         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6091         * ext/gconf/gstswitchsink.h:
6092         * gst/autodetect/gstautoaudiosink.c:
6093         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6094         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6095         (gst_auto_audio_sink_detect):
6096         * gst/autodetect/gstautovideosink.c:
6097         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6098         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6099         (gst_auto_video_sink_detect):
6100         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6101         and a child that implements the GConf key monitoring. The end goal of
6102         this is an audio sink that can be changed on the fly, but at the 
6103         moment it still only changes on the next READY transition.
6104
6105 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6106
6107         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6108         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6109         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6110         (gst_avi_demux_calculate_durations_from_index),
6111         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6112         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6113         (gst_avi_demux_loop):
6114           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6115
6116 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6117
6118         * configure.ac:
6119         * docs/plugins/Makefile.am:
6120           Add crossreferences to glib/gobject/gstream docs.
6121
6122 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6123
6124         * gst/monoscope/Makefile.am:
6125         * gst/monoscope/gstmonoscope.c:
6126           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6127           (but no LIBS, since we only use defines from the headers).
6128
6129 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6130
6131         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6132
6133         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6134         (gst_wavparse_stream_data):
6135           Fix massive memory leak when operating in streaming mode due to
6136           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6137           Fixes #407057.
6138
6139 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6140
6141         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6142         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6143         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6144         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6145         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6146         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6147         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6148         (gst_avi_demux_calculate_durations_from_index),
6149         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6150         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6151         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6152         * gst/avi/gstavidemux.h:
6153           Save some memory (8%) by repacking the index entry structure (more to
6154           come). Add more FIXMEs to questionable parts.
6155
6156 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6157
6158         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6159         (gst_v4l2src_get_caps):
6160         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6161         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6162         (gst_v4l2src_capture_init):
6163           More FIXME comments and messaging changes.
6164
6165 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6166
6167         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6168         (gst_goom_change_state):
6169         * gst/goom/gstgoom.h:
6170           Improved docs and use GST_DEBUG_FUNCPTR.
6171
6172         * gst/level/gstlevel.c: (gst_level_class_init):
6173           Use GST_DEBUG_FUNCPTR.
6174
6175         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6176         (gst_monoscope_chain), (gst_monoscope_change_state):
6177           Improved docs source cleanups.
6178
6179 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6180
6181         * gst/debug/Makefile.am:
6182         * gst/debug/gstdebug.c: (plugin_init):
6183         * gst/debug/gstpushfilesrc.c:
6184         * gst/debug/gstpushfilesrc.h:
6185           Add code for a pushfilesrc element that implements a pushfile:// URI
6186           handler, to make debugging push-mode operation of demuxer/decoders
6187           that support both easier in connection with seek/playbin/etc.
6188           The element isn't registered at the moment.
6189
6190 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6191
6192         * gst/avi/gstavimux.c:
6193           Comment a #if 0 in caps template definition as VS6 seems to 
6194         do not support it.
6195         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6196           Use gst_guint64_to_gdouble for conversion.
6197         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6198           Move variables declaration before the first instruction.
6199         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6200           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6201           And don't include netdb.h for G_OS_WIN32
6202         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6203           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6204           by VS6 then use an other way to initialize SDPMedia structure.
6205         * gst/udp/gstdynudpsink.h:
6206         * gst/udp/gstdynudpnetutils.h:
6207           Do not include <sys/time.h> for G_OS_WIN32
6208         * gst/udp/gstudpsrc.c:
6209           Define socklen_t as int for G_OS_WIN32
6210         * win/common/config.h.in:
6211           Undef HAVE_NETINET_IN_H
6212         * win32/vs6/gst_plugins_good.dsw:
6213         * win32/vs6/libgstrtp.dsp:
6214         * win32/vs6/libgstrtsp.dsp:
6215         * win32/vs6/libgstautogen.dsp:
6216         * win32/vs6/libgstaudiofx.dsp:
6217         * win32/vs6/libgstudp.dsp:
6218           Add and update project files.
6219         * win32/common/gstudp-enumtypes.c:
6220         * win32/common/gstudp-enumtypes.h:
6221           Add a copy of udp enumtypes to win32/common as in core 
6222           and base.
6223         
6224 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6225
6226         * configure.ac:
6227           Activate monoscope when building with --enable-experimental. Fix
6228           --enable-external configure switch description.
6229
6230         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6231         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6232           Help gst-indent.
6233
6234 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6235
6236         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6237           Explicitly cast result of pointer arithmetic to integer in order to
6238           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6239
6240 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * gst/debug/progressreport.c:
6243           Some more docs.
6244
6245 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6246
6247         * docs/plugins/inspect/plugin-rtp.xml:
6248           Update for new elements.
6249
6250         * gst/debug/progressreport.h:
6251           Commit newly-created header file as well.
6252
6253 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6254
6255         * docs/plugins/Makefile.am:
6256         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6258         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6259         * gst/debug/Makefile.am:
6260         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6261         (gst_progress_report_do_query), (gst_progress_report_report):
6262           Make progressreport element post messages with the current progress
6263           on the bus. Also add some basic docs for it.
6264
6265 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6266
6267         * ext/hal/hal.c: (gst_hal_get_string):
6268         * ext/hal/hal.h:
6269           Some small cleanups; deal with errors when parsing the HAL ALSA
6270           capabilities a bit better.
6271
6272 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6273
6274         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6275           Let's try this again and use the right cast this time.
6276
6277 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6278
6279         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6280           Add cast to avoid compiler warnings with older GLib versions
6281           where the nick/name members in GEnumValue are not declared as
6282           constant strings.
6283
6284 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6285
6286         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6287         (gst_gconf_render_bin_from_key),
6288         (gst_gconf_get_default_audio_sink):
6289         * ext/gconf/gconf.h:
6290         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6291         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6292         (gst_gconf_audio_sink_get_property):
6293           In gconfaudiosink, get the right key as the old key in do_toggle
6294           (ie. one dependent on the profile selected). Log some more stuff so
6295           we can see what's actually going on.
6296
6297 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6298
6299         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6300         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6301         (gst_audio_amplify_set_process_function),
6302         (gst_audio_amplify_setup):
6303         * gst/audiofx/audioamplify.h:
6304         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6305         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6306         * gst/audiofx/audioinvert.h:
6307         Some small cleanups and port both elements to the new GstAudioFilter
6308         base class to save a few lines of common code.
6309         * gst/audiofx/Makefile.am:
6310         Link against libgstaudio for the above changes
6311
6312 2007-01-29  Wim Taymans  <wim@fluendo.com>
6313
6314         * tests/check/elements/.cvsignore:
6315         Some more ignores.
6316
6317 2007-01-26  Wim Taymans  <wim@fluendo.com>
6318
6319         Patch by: charles <charlesg3 at gmail dot com>
6320
6321         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6322         (set_shout_metadata), (gst_shout2send_event):
6323         * ext/shout2/gstshout2.h:
6324         Properly handle tags in shout2send. Fixes #399825.
6325
6326 2007-01-25  Wim Taymans  <wim@fluendo.com>
6327
6328         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6329         (gst_rtspsrc_activate_streams):
6330         Convert SDP fields to upper/lowercase following the rules in the SDP to
6331         caps document. 
6332
6333 2007-01-25  Wim Taymans  <wim@fluendo.com>
6334
6335         * gst/rtp/README:
6336         * gst/rtp/gstrtpilbcdepay.c:
6337         * gst/rtp/gstrtpilbcpay.c:
6338         * gst/rtp/gstrtpmp4gdepay.c:
6339         * gst/rtp/gstrtpmp4gpay.c:
6340         * gst/rtp/gstrtpspeexdepay.c:
6341         * gst/rtp/gstrtpspeexpay.c:
6342         * gst/rtp/gstrtpsv3vdepay.c:
6343         * gst/rtp/gstrtptheoradepay.c:
6344         * gst/rtp/gstrtptheorapay.c:
6345         * gst/rtp/gstrtpvorbisdepay.c:
6346         * gst/rtp/gstrtpvorbispay.c:
6347         Fix case of encoding-name and key/value pairs to match the document.
6348         This is to make interoperation with SDP case-insensitive as required by
6349         the relevant RFCs.
6350
6351 2007-01-25  Wim Taymans  <wim@fluendo.com>
6352
6353         * configure.ac:
6354         Bump required -core/-base to CVS
6355
6356 2007-01-25  Wim Taymans  <wim@fluendo.com>
6357
6358         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6359         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6360         * gst/rtp/gstrtpL16pay.h:
6361         Fill up to MTU using adapter.
6362         Timestamp rtp packets.
6363
6364 2007-01-25  Edward Hervey  <edward@fluendo.com>
6365
6366         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6367         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6368         Use G_GSIZE_FORMAT in print statements for portability.
6369         Fixes build on macosx.
6370
6371 2007-01-24  Wim Taymans  <wim@fluendo.com>
6372
6373         * gst/rtp/Makefile.am:
6374         * gst/rtp/gstrtp.c: (plugin_init):
6375         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6376         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6377         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6378         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6379         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6380         (gst_rtp_L16_depay_plugin_init):
6381         * gst/rtp/gstrtpL16depay.h:
6382         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6383         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6384         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6385         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6386         (gst_rtp_L16_pay_plugin_init):
6387         * gst/rtp/gstrtpL16pay.h:
6388         Port and enable raw audio payloader/depayloader. Needs a bit more work
6389         on the payloader side.
6390
6391 2007-01-24  Wim Taymans  <wim@fluendo.com>
6392
6393         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6394         (gst_rtspsrc_stream_configure_transport),
6395         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6396         * gst/rtsp/gstrtspsrc.h:
6397         Only unblock the udp pads when we linked and activated them all.
6398         Fixes #395688.
6399
6400 2007-01-24  Wim Taymans  <wim@fluendo.com>
6401
6402         * gst/rtp/Makefile.am:
6403         * gst/rtp/gstrtp.c: (plugin_init):
6404         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6405         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6406         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6407         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6408         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6409         * gst/rtp/gstrtpac3depay.h:
6410         Added simple AC3 depayloader (RFC 4184).
6411
6412         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6413         Fix a leak.
6414
6415 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6416
6417         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6418
6419         * gst/audiofx/Makefile.am:
6420         * gst/audiofx/audioamplify.c:
6421         (gst_audio_amplify_clipping_method_get_type),
6422         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6423         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6424         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6425         (gst_audio_amplify_set_caps),
6426         (gst_audio_amplify_transform_int_clip),
6427         (gst_audio_amplify_transform_int_wrap_negative),
6428         (gst_audio_amplify_transform_int_wrap_positive),
6429         (gst_audio_amplify_transform_float_clip),
6430         (gst_audio_amplify_transform_float_wrap_negative),
6431         (gst_audio_amplify_transform_float_wrap_positive),
6432         (gst_audio_amplify_transform_ip):
6433         * gst/audiofx/audioamplify.h:
6434         * gst/audiofx/audiofx.c: (plugin_init):
6435         Add new element "audioamplify". This allows scaling of raw audio
6436         samples, similar to the "volume" element, but provides different modes
6437         for clipping and allows unlimited amplification. It's mainly targeted
6438         for creative sound design and not as a replacement of the "volume"
6439         element. Fixes #397162
6440         * docs/plugins/Makefile.am:
6441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6443         * docs/plugins/gst-plugins-good-plugins.args:
6444         * docs/plugins/inspect/plugin-audiofx.xml:
6445         Add docs for audioamplify and integrate them into the build system
6446         * tests/check/Makefile.am:
6447         * tests/check/elements/audioamplify.c: (setup_amplify),
6448         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6449         Add fairly extensive unit test suite for audioamplify
6450
6451 2007-01-24  Wim Taymans  <wim@fluendo.com>
6452
6453         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6454         Unblock pads after adding the pads to the element so that autopluggers
6455         get a change to link something. Possibly fixes #395688.
6456
6457 2007-01-24  Wim Taymans  <wim@fluendo.com>
6458
6459         * gst/rtp/gstrtpamrdepay.c:
6460         * gst/rtp/gstrtpgsmdepay.c:
6461         * gst/rtp/gstrtph263pdepay.c:
6462         * gst/rtp/gstrtph263ppay.c:
6463         * gst/rtp/gstrtph264depay.c:
6464         * gst/rtp/gstrtpilbcdepay.c:
6465         * gst/rtp/gstrtpmp2tdepay.c:
6466         * gst/rtp/gstrtpmp4gdepay.c:
6467         * gst/rtp/gstrtpmp4gpay.c:
6468         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6469         * gst/rtp/gstrtpmp4vpay.c:
6470         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6471         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6472         (gst_rtp_mpa_depay_process):
6473         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6474         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6475         * gst/rtp/gstrtppcmadepay.c:
6476         * gst/rtp/gstrtppcmudepay.c:
6477         * gst/rtp/gstrtpspeexdepay.c:
6478         * gst/rtp/gstrtpspeexpay.c:
6479         * gst/rtp/gstrtpsv3vdepay.c:
6480         * gst/rtp/gstrtptheoradepay.c:
6481         * gst/rtp/gstrtptheorapay.c:
6482         * gst/rtp/gstrtpvorbisdepay.c:
6483         * gst/rtp/gstrtpvorbispay.c:
6484         Fix caps with payload numbers.
6485         Add some fixed payload numbers to caps when possible.
6486
6487 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6488
6489         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6490
6491         * gst/audiofx/Makefile.am:
6492         * gst/audiofx/audiofx.c: (plugin_init):
6493         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6494         (gst_audio_invert_class_init), (gst_audio_invert_init),
6495         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6496         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6497         (gst_audio_invert_transform_float),
6498         (gst_audio_invert_transform_ip):
6499         * gst/audiofx/audioinvert.h:
6500         Add new audiofx element "audioinvert". This element swaps the upper
6501         and lower half of samples and can be used for example for a
6502         wide-stereo effect. Fixes #396057
6503         * docs/plugins/Makefile.am:
6504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6506         * docs/plugins/gst-plugins-good-plugins.args:
6507         * docs/plugins/inspect/plugin-audiofx.xml:
6508         Add docs for the audioinvert element and add them to the build system.
6509         * tests/check/Makefile.am:
6510         * tests/check/elements/audioinvert.c: (setup_invert),
6511         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6512         Add unit test suite for the audioinvert element.
6513
6514 2007-01-23  Wim Taymans  <wim@fluendo.com>
6515
6516         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6517         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6518         Parse config params as string and int.
6519         Parse and use AU header length
6520
6521 2007-01-23  Wim Taymans  <wim@fluendo.com>
6522
6523         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6524         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6525         * gst/smpte/gstmask.c: (_gst_mask_register):
6526         * gst/smpte/gstmask.h:
6527         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6528         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6529         (gst_smpte_paint_triangle_clock):
6530         constify some static structs.
6531         Don't update the mask if nothing changed to the params.
6532         Make sure we never draw outside of the picture. Fixes #398325.
6533
6534 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6535
6536         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6537           Error out properly when pull_range fails while we're reading the
6538           headers, instead of just pausing the task silently. Fixes #399338.
6539
6540 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6541
6542         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6543           Some more sanity checks to make sure the input formats match and the
6544           input pads are actually negotiated, in case someone tries to feed
6545           buffers from fakesrc or filesrc. Fixes #398299.
6546           Also const-ify an array, just because we can.
6547
6548 2007-01-19  Edward Hervey  <edward@fluendo.com>
6549
6550         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6551         Ignore previous commit, that was only valid for widths and heights
6552         that are multiples of 4.
6553         Copy over size/stride macros from jpegdec. This allows the element
6554         to work with any width,height...
6555         ... but puts in evidence that the actual transformations only work
6556         with width/height that are multiples of 4.
6557
6558 2007-01-19  Edward Hervey  <edward@fluendo.com>
6559
6560         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6561         Allocate buffers of the right size.
6562         The proper size of a I420 buffer in bytes is:
6563         
6564             width * height * 3
6565             ------------------
6566                     2
6567
6568 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6571           Proxy getcaps on sink pads too, so that we either end up with the
6572           same dimensions on all pads or error out if that's not possible
6573           (seems to work even!). Fixes #398086, I think.
6574
6575 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6576
6577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6578         * docs/plugins/gst-plugins-good-plugins.args:
6579         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6580           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6581           fix integer properties with -1 as minimum value.
6582
6583         * docs/plugins/inspect/plugin-1394.xml:
6584         * docs/plugins/inspect/plugin-aasink.xml:
6585         * docs/plugins/inspect/plugin-alaw.xml:
6586         * docs/plugins/inspect/plugin-alpha.xml:
6587         * docs/plugins/inspect/plugin-alphacolor.xml:
6588         * docs/plugins/inspect/plugin-annodex.xml:
6589         * docs/plugins/inspect/plugin-apetag.xml:
6590         * docs/plugins/inspect/plugin-audiofx.xml:
6591         * docs/plugins/inspect/plugin-auparse.xml:
6592         * docs/plugins/inspect/plugin-autodetect.xml:
6593         * docs/plugins/inspect/plugin-avi.xml:
6594         * docs/plugins/inspect/plugin-cacasink.xml:
6595         * docs/plugins/inspect/plugin-cairo.xml:
6596         * docs/plugins/inspect/plugin-cdio.xml:
6597         * docs/plugins/inspect/plugin-cutter.xml:
6598         * docs/plugins/inspect/plugin-debug.xml:
6599         * docs/plugins/inspect/plugin-dv.xml:
6600         * docs/plugins/inspect/plugin-efence.xml:
6601         * docs/plugins/inspect/plugin-effectv.xml:
6602         * docs/plugins/inspect/plugin-esdsink.xml:
6603         * docs/plugins/inspect/plugin-flac.xml:
6604         * docs/plugins/inspect/plugin-flxdec.xml:
6605         * docs/plugins/inspect/plugin-gconfelements.xml:
6606         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6607         * docs/plugins/inspect/plugin-goom.xml:
6608         * docs/plugins/inspect/plugin-halelements.xml:
6609         * docs/plugins/inspect/plugin-icydemux.xml:
6610         * docs/plugins/inspect/plugin-id3demux.xml:
6611         * docs/plugins/inspect/plugin-jpeg.xml:
6612         * docs/plugins/inspect/plugin-level.xml:
6613         * docs/plugins/inspect/plugin-matroska.xml:
6614         * docs/plugins/inspect/plugin-mulaw.xml:
6615         * docs/plugins/inspect/plugin-multipart.xml:
6616         * docs/plugins/inspect/plugin-navigationtest.xml:
6617         * docs/plugins/inspect/plugin-ossaudio.xml:
6618         * docs/plugins/inspect/plugin-png.xml:
6619         * docs/plugins/inspect/plugin-rtp.xml:
6620         * docs/plugins/inspect/plugin-rtsp.xml:
6621         * docs/plugins/inspect/plugin-shout2send.xml:
6622         * docs/plugins/inspect/plugin-smpte.xml:
6623         * docs/plugins/inspect/plugin-speex.xml:
6624         * docs/plugins/inspect/plugin-taglib.xml:
6625         * docs/plugins/inspect/plugin-udp.xml:
6626         * docs/plugins/inspect/plugin-videobalance.xml:
6627         * docs/plugins/inspect/plugin-videobox.xml:
6628         * docs/plugins/inspect/plugin-videoflip.xml:
6629         * docs/plugins/inspect/plugin-videomixer.xml:
6630         * docs/plugins/inspect/plugin-wavenc.xml:
6631         * docs/plugins/inspect/plugin-wavparse.xml:
6632         * docs/plugins/inspect/plugin-ximagesrc.xml:
6633           Update to CVS.
6634
6635 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6636
6637         Patch by: Sebastian Dröge <slomo circular-chaos org>
6638
6639         * gst/audiofx/audiopanorama.c:
6640           Fix doc section name (Fixes #397946)
6641
6642 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6643
6644         * sys/v4l2/gstv4l2object.c:
6645         (gst_v4l2_object_install_properties_helper),
6646         (gst_v4l2_object_set_property_helper),
6647         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6648         * sys/v4l2/gstv4l2object.h:
6649         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6650         (gst_v4l2src_init), (gst_v4l2src_set_property),
6651         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6652         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6653         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6654         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6655         (gst_v4l2src_capture_deinit):
6656           Fix EIO handing when capturing. Add new property to specify the number of
6657           buffers to enque (and remove the borked num-buffers usage).
6658
6659 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6660
6661         Patch by: Sebastian Dröge <slomo circular-chaos org>
6662
6663         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6664         (gst_audio_panorama_set_process_function):
6665           Use a function array for process methods, add more docs and define the
6666           startindex of enums.
6667
6668 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6669
6670         Patch by: Mark Nauwelaerts <manauw at skynet be>
6671
6672         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6673         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6674         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6675         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6676         (gst_avi_mux_riff_get_avi_header),
6677         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6678         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6679         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6680         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6681         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6682         (gst_avi_mux_change_state):
6683         * gst/avi/gstavimux.h:
6684         * tests/check/elements/avimux.c: (teardown_src_pad):
6685           Add support for more than one audio stream; write better AVIX
6686           header; refactor code a bit; don't announce vorbis caps on our audio
6687           sink pads since we don't support it anyway. Closes #379298.
6688
6689 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6690
6691         Patch by: Sebastian Dröge <slomo circular-chaos org>
6692
6693         * gst/audiofx/audiopanorama.c:
6694         (gst_audio_panorama_method_get_type),
6695         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6696         (gst_audio_panorama_set_process_function),
6697         (gst_audio_panorama_set_property),
6698         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6699         (gst_audio_panorama_transform_m2s_int_simple),
6700         (gst_audio_panorama_transform_s2s_int_simple),
6701         (gst_audio_panorama_transform_m2s_float_simple),
6702         (gst_audio_panorama_transform_s2s_float_simple):
6703         * gst/audiofx/audiopanorama.h:
6704           Add 'method' property and provide a simple (non-psychoacustic)
6705           processing method (#394859).
6706
6707         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6708         (panorama_suite):
6709           Tests for new method.
6710
6711 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6712
6713         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6714         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6715           Set correct caps on outgoing pulled buffers, or things blow up
6716           after recent core changes.
6717
6718 2007-01-11  Wim Taymans  <wim@fluendo.com>
6719
6720         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6721
6722         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6723         (gst_multipart_mux_request_new_pad),
6724         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6725         (gst_multipart_mux_change_state):
6726         Return FLOW errors ASAP. Fixes #394977.
6727         Misc cleanups.
6728
6729 2007-01-11  Wim Taymans  <wim@fluendo.com>
6730
6731         Patch by: Lutz Mueller <lutz at topfrose dot de>
6732
6733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6734         Check for stream pad before activating. 
6735
6736 2007-01-10  Wim Taymans  <wim@fluendo.com>
6737
6738         Patch by: Peter Kjellerstedt  <pkj at axis com>
6739
6740         * gst/rtsp/COPYING.MIT:
6741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6742         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6743         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6744         (gst_rtspsrc_stream_configure_transport),
6745         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6746         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6747         (gst_rtspsrc_parse_methods),
6748         (gst_rtspsrc_create_transports_string),
6749         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6750         (gst_rtspsrc_open), (gst_rtspsrc_close):
6751         * gst/rtsp/gstrtspsrc.h:
6752         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6753         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6754         (parse_request_line), (parse_line), (rtsp_connection_read),
6755         (rtsp_connection_close):
6756         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6757         (rtsp_method_as_text), (rtsp_header_as_text),
6758         (rtsp_status_as_text), (rtsp_find_header_field),
6759         (rtsp_find_method):
6760         * gst/rtsp/rtspdefs.h:
6761         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6762         (rtsp_ext_wms_configure_stream):
6763         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6764         (rtsp_message_new_request), (rtsp_message_init_request),
6765         (rtsp_message_new_response), (rtsp_message_init_response),
6766         (rtsp_message_init_data), (rtsp_message_unset),
6767         (rtsp_message_free), (rtsp_message_add_header),
6768         (rtsp_message_get_header), (rtsp_message_set_body),
6769         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6770         * gst/rtsp/rtspmessage.h:
6771         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6772         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6773         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6774         (sdp_message_dump):
6775         Allow url to be NULL to be able to use it for server connections.
6776         Can now send responses as well as requests.
6777         No longer hangs in an endless loop if EOF is received.
6778         Can now convert a status code to a text string.
6779         Return RTSP_HDR_INVALID for unknown headers.
6780         Return RTSP_INVALID for unknown methods.
6781         Copy CSeq and Session headers from the request.
6782         Only free memory corresponding to the currently set message type.
6783         Added const to function arguments as appropriate.
6784         Avoid a compiler warning when initializing nmedia.
6785         Use guint rather than gint to avoid compiler warnings.
6786         Fix crasher in wms extension.
6787         Factor out stream setup from open_connection.
6788         Delay activation of streams when actual data is received from the
6789         server, this prepares us to do proper protocol switching.
6790         Added new license.
6791         Fixes #380895.
6792
6793
6794 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6795
6796         Patch by: Sebastian Dröge <slomo ubuntu com>
6797
6798         * docs/plugins/Makefile.am:
6799         * gst/audiofx/audiopanorama.c:
6800           Some small docs fixes (#394851).
6801
6802 2007-01-09  Wim Taymans  <wim@fluendo.com>
6803
6804         * gst/avi/gstavidemux.c:
6805         Fix docs.
6806
6807 2007-01-09  Wim Taymans  <wim@fluendo.com>
6808
6809         * gst/rtp/Makefile.am:
6810         * gst/rtp/gstrtp.c: (plugin_init):
6811         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6812         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6813         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6814         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6815         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6816         * gst/rtp/gstrtpmpvdepay.h:
6817           Added RFC 2250 MPEG Video Depayloader.
6818
6819         * gst/rtp/gstrtpL16depay.h:
6820         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6821         (gst_rtp_h263p_depay_process):
6822         Fix Header file. Small cleanups.
6823
6824         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6825         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6826         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6827         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6828         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6829         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6830         (gst_rtp_mp4v_depay_change_state):
6831         Remove usused code. Remove Adapter from state Change. Added debug.
6832
6833         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6834         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6835         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6836         * gst/rtp/gstrtpmpadepay.h:
6837         Subclass base depayloader.
6838         Added debug.
6839         Support static payload type assignment as well.
6840
6841         * gst/rtp/gstrtpmpapay.c:
6842         Fix caps.
6843
6844 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6845
6846         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6847
6848         * ext/jpeg/gstjpegdec.c:
6849         * ext/jpeg/gstjpegenc.c:
6850         * ext/jpeg/smokecodec.c:
6851           These libjpeg callbacks should return a 'boolean' (unsigned char
6852           apparently) and not a 'gboolean' (which maps to gint). Fixes
6853           warnings when compiling with MingW (#393427).
6854
6855         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6856           Use ioctlsocket on win32.
6857
6858         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6859           Some printf format fixes for win32.
6860
6861 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6862
6863         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6864           Use gst_guint64_to_gdouble for conversion.
6865         * win32/vs6/libgstmatroska.dsp:
6866           Add zlib to the link.
6867         * win32/vs6/libgstvideobox.dsp:
6868           Update liboil library name (project is linked to 
6869           liboil-0.3-0.lib now).
6870           
6871 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6872
6873         * gst/matroska/Makefile.am:
6874           If zlib is available and used, we must link it explicitly for
6875           things to work on MingW (fixes #392855).
6876
6877 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6878
6879         * ext/esd/esdsink.c: (gst_esdsink_delay):
6880           Don't return bogus values when esd_get_delay() fails for some
6881           reason (#392189).
6882
6883 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * sys/ximage/gstximagesrc.c: (composite_pixel):
6886           Fix presumably copy'n'pasto for 16bpp depth.
6887
6888 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         * gst/matroska/matroska-mux.c:
6891         (gst_matroska_mux_audio_pad_setcaps):
6892           The "signed" field in audio caps is of boolean type, trying to use
6893           gst_structure_get_int() to extract it will fail. Fixing this makes
6894           matroskamux accept raw audio input (#387121) (use at your own risk
6895           though, due to the matroska spec being not entirely useful in this
6896           respect).
6897           Also fix up raw audio structures in template caps so that they
6898           represent what our setcaps function will actually accept, so that
6899           converters know what to convert to.
6900           Finally, don't fail if there isn't an "endianness" field in 8-bit
6901           PCM caps.
6902
6903 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6904
6905         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6906         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6907         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6908         (teardown_cmmldec):
6909         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6910         (teardown_cmmlenc):
6911         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6912           reapply consistent pad (de)activation
6913
6914 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6915
6916         * configure.ac:
6917         Back to CVS
6918
6919         * gst-plugins-good.doap:
6920         Add 0.10.5 doap entry
6921
6922 === release 0.10.5 ===
6923
6924 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6925
6926         * configure.ac:
6927           releasing 0.10.5, "The Path of Thorns"
6928
6929 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6930
6931         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6932         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6933         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6934         (teardown_cmmldec):
6935         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6936         (teardown_cmmlenc):
6937         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6938           revert my freeze breakage
6939
6940 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6941
6942         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6943         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6944         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6945         (teardown_cmmldec):
6946         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6947         (teardown_cmmlenc):
6948         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6949           consistent pad (de)activation
6950
6951 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6952
6953         * configure.ac:
6954         * ext/Makefile.am:
6955         Disable LADPSA, as it has moved to the -bad module for the duration.
6956
6957 2006-12-18  Wim Taymans  <wim@fluendo.com>
6958
6959         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6960         (gst_signal_processor_event):
6961         Reset flow_state back to _OK after a flush stop so that we exit our
6962         error state after the flush. Fixes #374213
6963
6964 2006-12-16  David Schleef  <ds@schleef.org>
6965
6966         * sys/osxvideo/osxvideosink.h:
6967         * sys/osxvideo/osxvideosink.m:
6968           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6969
6970 2006-12-16  David Schleef  <ds@schleef.org>
6971
6972         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6973
6974         * sys/osxvideo/Makefile.am:
6975         * sys/osxvideo/osxvideosink.h:
6976         * sys/osxvideo/osxvideosink.m:
6977           Preliminary patch for porting osxvideosink
6978
6979 2006-12-16  Wim Taymans  <wim@fluendo.com>
6980
6981         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6982
6983         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6984         (gst_videomixer_set_master_geometry),
6985         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6986         (gst_videomixer_reset), (gst_videomixer_init),
6987         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6988         (gst_videomixer_release_pad), (gst_videomixer_collected),
6989         (gst_videomixer_change_state):
6990         Introduce some locking around the videomixer state so that it does not
6991         crash when adding/removing pads. Fixes #383043.
6992
6993 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * configure.ac:
6996           Make sure libcaca can actually be used instead of just checking for
6997           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6998           cross-compiling (fixes #384587).
6999
7000 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7001
7002         * Makefile.am:
7003         * gst-plugins-good.doap:
7004         * gst-plugins-good.spec.in:
7005           adding doap file
7006
7007 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         * configure.ac:
7010           libflac-1.1.3 changed API again, but we can't build against it yet,
7011           so make sure our check doesn't use libflac-1.1.3 and add a comment
7012           to this effect.
7013
7014 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7017         (gst_quarktv_planetable_clear):
7018           Add some NULL pointer checks (possibly related to #385623).
7019
7020 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7021
7022         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7023         (gst_tag_demux_chain):
7024         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7025           In streaming mode, if the first buffer we get doesn't have an
7026           offset, fix it up to be 0, otherwise trimming won't work later on
7027           and we'll be typefinding application/x-id3, which may result in
7028           decodebin plugging an endless number of id3demux elements as a
7029           consequence. Fixes #385031.
7030           
7031 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7032
7033         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7034           Ignore the buffer_time the sound device reports. Turns out it is 
7035           sometimes completely bogus and we're better off without it.
7036
7037 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7038
7039         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7040         (gst_matroska_demux_video_caps):
7041         * gst/matroska/matroska-ids.c:
7042         (gst_matroska_track_init_video_context):
7043         * gst/matroska/matroska-ids.h:
7044           Try harder to extract the framerate for video tracks correctly and
7045           save it directly instead of converting it back and forth a few
7046           times. Mostly makes a difference for very small framerates (<1).
7047           Fixes #380199.
7048
7049 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7050
7051         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7052         (gst_gconf_audio_src_dispose), (do_toggle_element):
7053         * ext/gconf/gstgconfaudiosrc.h:
7054           Remove gconf notify hook when the gconfaudiosrc element is
7055           destroyed, otherwise the callback may be called on an
7056           already-destroyed instance and bad things happen. Should fix
7057           #378184.
7058           Also ignore gconf key changes when the source is already running.
7059
7060 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7061
7062         Patch by: Sebastian Dröge  <mail at slomosnail de>
7063
7064         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7065           We need to be able to read and parse any possible floating point string
7066           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7067           will parse the former only in certain locales though, so we really need
7068           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7069           make sure we can parse either version at all times.
7070           Fixes #382982 for real.
7071
7072 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7073
7074         * sys/sunaudio/gstsunaudiomixerctrl.c:
7075         * sys/sunaudio/gstsunaudiosrc.c:
7076
7077         Use the sunaudio debug category.
7078
7079         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7080         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7081         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7082         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7083         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7084         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7085         (gst_sunaudiosink_reset):
7086         * sys/sunaudio/gstsunaudiosink.h:
7087
7088         Uses the sunaudio debug category for all debug output
7089         Implements the _delay() callback to synchronise video playback better
7090         Change the segtotal and segsize values back to the parent class 
7091           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7092           respectively)
7093         Measure the samples written to the device vs. played.
7094         Keep track of segments in the device by writing empty eof frames, and
7095         sleep using a GCond when we get too far ahead and risk overrunning the
7096         sink's ringbuffer.
7097
7098         Fixes: #360673
7099
7100 2006-12-08  Wim Taymans  <wim@fluendo.com>
7101
7102         Patch by: Sebastian Dröge  <mail at slomosnail de >
7103
7104         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7105         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7106         * gst/audiofx/audiopanorama.h:
7107         Fix audiopanorame with float samples. Fixes #383726.
7108
7109 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7110
7111         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7112         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7113         (gst_sunaudiosrc_reset):
7114
7115         Implement reset functions to unblock the src/sink more quickly on 
7116         state change requests.
7117         Patch by: Brian Cameron <brian dot cameron at sun com>
7118
7119 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7120
7121         * sys/sunaudio/gstsunaudiomixer.c:
7122         (gst_sunaudiomixer_change_state):
7123         Construct the correct mixer device name when the AUDIODEV env var
7124         is set.
7125
7126         Patch by: Jerry Tan <jerry.tan at sun dot com>
7127         Fixes: #383596
7128
7129 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7130
7131         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7132         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7133         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7134         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7135         Patch by: Jerry Tan <jerry.tan at sun dot com>
7136         Fixes: #349015
7137
7138 2006-12-07  Wim Taymans  <wim@fluendo.com>
7139
7140         * gst/smpte/gstmask.h:
7141         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7142         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7143         (gst_smpte_collected), (gst_smpte_set_property),
7144         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7145         * gst/smpte/gstsmpte.h:
7146         Port to 0.10 some more. 
7147         Added duration property to specify the duration of the transition.
7148         Make framerate a fraction.
7149         Deprecate fps property, we only use negotiated fps.
7150         Added docs.
7151         Fix collectpad usage.
7152         Reset state in READY.
7153         Send NEWSEGMENT event.
7154         Fix racy updates of object properties.
7155         Added debug category.
7156         Fixes #383323.
7157
7158 2006-12-06  Wim Taymans  <wim@fluendo.com>
7159
7160         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7161
7162         * gst/videomixer/videomixer.c:
7163         (gst_videomixer_set_master_geometry),
7164         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7165         Don't reset xpos and ypos in the setcaps function because causes
7166         unexpected behaviour.
7167         Fixes #382179.
7168
7169 2006-12-06  Wim Taymans  <wim@fluendo.com>
7170
7171         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7172         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7173         Keep track of the buffer timestamp in the collectdata member instead
7174         of modifying the buffer without making the metadata writable first.
7175         Fixes #382277.
7176
7177 2006-12-06  Wim Taymans  <wim@fluendo.com>
7178
7179         Patch by: Rob Taylor <robtaylor at floopily dot org>
7180
7181         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7182         If using multicast in udpsrc, bind to the multicast address rather than
7183         IN_ADDR_ANY.
7184         This allows the simultanous use of multiple udpsrcs listening on
7185         different multicat addresses. Without this all udpsrcs will receive all
7186         packets from all subscribed multicast addresses.
7187         Fixes #383001.
7188
7189 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7190
7191         * ext/taglib/gstid3v2mux.cc:
7192         Don't attempt to write a NULL frame into the ID3 tag set when the 
7193         createFrame method returned NULL.
7194         Fixes: #381857
7195         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7196
7197 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7198
7199         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7200         Use g_strtod() instead of sscanf to parse doubles, so that it will
7201         try parsing in the C locale if the current locale fails.
7202         Fixes: #382982
7203         Patch by: Sebastian Dröge  <mail at slomosnail de >
7204
7205 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7206
7207         * win32/MANIFEST:
7208         Fix compilation on win32 under VS8
7209         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7210         Partially fixes #381175
7211
7212 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7213
7214         * gst/avi/gstavimux.c:
7215           accept all mpegversions,fixes #380825
7216           spotted by: Jerome Alet  
7217
7218 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7219
7220         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7221         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7222         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7223         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7224           cleanup the error message a bit more
7225
7226 2006-11-28  Wim Taymans  <wim@fluendo.com>
7227
7228         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7229         Fix width and height properties.
7230
7231         * ext/libcaca/gstcacasink.h:
7232         Fix compilation on newer libcaca that require us to include a new
7233         header. Fixes #379918.
7234
7235 2006-11-28  Wim Taymans  <wim@fluendo.com>
7236
7237         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7238         * gst/rtsp/gstrtspsrc.h:
7239         * gst/rtsp/rtspext.h:
7240         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7241         (rtsp_ext_wms_get_context):
7242         Add method so that extensions can choose to disable the setup of
7243         a stream.
7244         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7245
7246 2006-11-27  Wim Taymans  <wim@fluendo.com>
7247
7248         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7249
7250         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7251         Push header in a separate buffer instead of memcpy:ing all data.
7252         Change LF => CRLF in headers.
7253         Move trailing LF to header. Fixes #379792.
7254
7255 2006-11-27  Wim Taymans  <wim@fluendo.com>
7256
7257         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7258         Small buffer overflow fix and improve debugging.
7259
7260 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7261
7262         * ext/esd/esdmon.h:
7263         * ext/esd/esdsink.h:
7264           remove obsolete _factory_init protos
7265
7266 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7267
7268         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7269         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7270         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7271         (gst_avi_demux_read_subindexes_push),
7272         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7273         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7274         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7275         (gst_avi_demux_massage_index),
7276         (gst_avi_demux_calculate_durations_from_index),
7277         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7278         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7279         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7280           remove dead code, tweak debugs statements, add comments, use
7281           _uint64_scale instead _uint64_scale_int when using guint64 values,
7282           small optimizations, reflow some error handling
7283
7284 2006-11-22  Edward Hervey  <edward@fluendo.com>
7285
7286         * po/.cvsignore:
7287         We never put .pot files in cvs. Let's ignore them all.
7288
7289 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         * po/POTFILES.in:
7292           ... but better exclude files that aren't disted.
7293
7294 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7295
7296         * po/POTFILES.in:
7297           Add v4l2 source files to list of files with translations, so the
7298           strings are actually extracted (however bad they still may be).
7299
7300 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7301
7302         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7303           Minor clean-ups: const-ify static array, remove trailing comma from
7304           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7305
7306 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7307
7308         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7309         Make sure that g_free always gets called on the same pointer that was 
7310         returned by g_malloc.  Fixes #376594.
7311         Do not leak memory if decompressed size is wrong.
7312         Remove unneeded check of return value of g_malloc.
7313         Patch by: René Stadler <mail@renestadler.de>
7314
7315 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7316
7317         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7318           Add missing curly brackets.
7319
7320 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7321
7322         * sys/v4l2/v4l2src_calls.c:
7323         Fix capture_deinit.
7324
7325 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7326
7327         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7328         (gst_matroska_mux_request_new_pad):
7329           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7330
7331         * tests/check/elements/matroskamux.c: (setup_src_pad),
7332         (setup_sink_pad), (GST_START_TEST):
7333         Activate pads before using them.
7334
7335 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7336
7337         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7338           Initialise variable to get rid of bogus compiler warning.
7339
7340 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7341
7342         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7343
7344         * gst/rtp/gstrtph263pay.c:
7345         * gst/rtp/gstrtph263pdepay.c:
7346         * gst/rtp/gstrtph263ppay.c:
7347           Specify H.263 variant and version in the caps (fixes #361637)
7348
7349 2006-11-15  Wim Taymans  <wim@fluendo.com>
7350
7351         * gst/rtsp/rtspconnection.c: (read_body):
7352         Don't set a data pointer to NULL and a size > 0 when we deal
7353         with empty packets.
7354
7355         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7356         (rtsp_message_init_response), (rtsp_message_init_data),
7357         (rtsp_message_unset), (rtsp_message_free),
7358         (rtsp_message_take_body):
7359         Check that we can't create invalid empty packets. 
7360
7361 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7364
7365         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7366         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7367         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7368         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7369         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7370         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7371         * gst/matroska/matroska-mux.h:
7372           Add basic tag writing support; implement releasing pads (#374658).
7373
7374 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7375
7376         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7377         (gst_matroska_demux_audio_caps):
7378           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7379
7380 2006-11-14  David Schleef  <ds@schleef.org>
7381
7382         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7383
7384 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7385
7386         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7387
7388         * win32/vs8/gst-plugins-good.sln:
7389         * win32/vs8/libgst1394.vcproj:
7390         * win32/vs8/libgstaasink.vcproj:
7391         * win32/vs8/libgstalaw.vcproj:
7392         * win32/vs8/libgstalpha.vcproj:
7393         * win32/vs8/libgstalphacolor.vcproj:
7394         * win32/vs8/libgstannodex.vcproj:
7395         * win32/vs8/libgstapetag.vcproj:
7396         * win32/vs8/libgstaudiofx.vcproj:
7397         * win32/vs8/libgstauparse.vcproj:
7398         * win32/vs8/libgstautodetect.vcproj:
7399         * win32/vs8/libgstavi.vcproj:
7400         * win32/vs8/libgstcacasink.vcproj:
7401         * win32/vs8/libgstcdio.vcproj:
7402         * win32/vs8/libgstcutter.vcproj:
7403         * win32/vs8/libgstdv.vcproj:
7404         * win32/vs8/libgsteffectv.vcproj:
7405         * win32/vs8/libgstflac.vcproj:
7406         * win32/vs8/libgstflxdec.vcproj:
7407         * win32/vs8/libgstgoom.vcproj:
7408         * win32/vs8/libgsticydemux.vcproj:
7409         * win32/vs8/libgstid3demux.vcproj:
7410         * win32/vs8/libgstjpeg.vcproj:
7411         * win32/vs8/libgstladspa.vcproj:
7412         * win32/vs8/libgstlevel.vcproj:
7413         * win32/vs8/libgstmatroska.vcproj:
7414         * win32/vs8/libgstmikmod.vcproj:
7415         * win32/vs8/libgstmng.vcproj:
7416         * win32/vs8/libgstmonoscope.vcproj:
7417         * win32/vs8/libgstmulaw.vcproj:
7418         * win32/vs8/libgstmultipart.vcproj:
7419         * win32/vs8/libgstpng.vcproj:
7420         * win32/vs8/libgstrtp.vcproj:
7421         * win32/vs8/libgstrtsp.vcproj:
7422         * win32/vs8/libgstshout2.vcproj:
7423         * win32/vs8/libgstsmpte.vcproj:
7424         * win32/vs8/libgstspeex.vcproj:
7425         * win32/vs8/libgsttaglib.vcproj:
7426         * win32/vs8/libgstudp.vcproj:
7427         * win32/vs8/libgstvideobalance.vcproj:
7428         * win32/vs8/libgstvideobox.vcproj:
7429         * win32/vs8/libgstvideoflip.vcproj:
7430         * win32/vs8/libgstvideomixer.vcproj:
7431         * win32/vs8/libgstwavenc.vcproj:
7432         * win32/vs8/libgstwavparse.vcproj:
7433           Make end-of-line returns unixy, so that when the files are checked
7434           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7435           Hopefully fixes #366492.
7436
7437 2006-11-14  Wim Taymans  <wim@fluendo.com>
7438
7439         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7440         Disable init_frames delay timestamp adjustment, it does not
7441         seem to be needed at all. Fixes #369621.
7442
7443 2006-11-13  Wim Taymans  <wim@fluendo.com>
7444
7445         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7446
7447         * gst/videomixer/videomixer.c:
7448         (gst_videomixer_set_master_geometry),
7449         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7450         (gst_videomixer_collect_free), (gst_videomixer_reset),
7451         (gst_videomixer_init), (gst_videomixer_finalize),
7452         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7453         (gst_videomixer_collected), (gst_videomixer_change_state):
7454         Fix memleak by unref'ing collectpads instance (when finalizing)
7455         Implement releasing a request pad. Fixes #374479.
7456
7457 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7460
7461         * win32/vs8/gst-plugins-good.sln:
7462         * win32/vs8/libgst1394.vcproj:
7463         * win32/vs8/libgstaasink.vcproj:
7464         * win32/vs8/libgstalaw.vcproj:
7465         * win32/vs8/libgstalpha.vcproj:
7466         * win32/vs8/libgstalphacolor.vcproj:
7467         * win32/vs8/libgstannodex.vcproj:
7468         * win32/vs8/libgstapetag.vcproj:
7469         * win32/vs8/libgstaudiofx.vcproj:
7470         * win32/vs8/libgstauparse.vcproj:
7471         * win32/vs8/libgstautodetect.vcproj:
7472         * win32/vs8/libgstavi.vcproj:
7473         * win32/vs8/libgstcacasink.vcproj:
7474         * win32/vs8/libgstcdio.vcproj:
7475         * win32/vs8/libgstcutter.vcproj:
7476         * win32/vs8/libgstdv.vcproj:
7477         * win32/vs8/libgsteffectv.vcproj:
7478         * win32/vs8/libgstflac.vcproj:
7479         * win32/vs8/libgstflxdec.vcproj:
7480         * win32/vs8/libgstgoom.vcproj:
7481         * win32/vs8/libgsticydemux.vcproj:
7482         * win32/vs8/libgstid3demux.vcproj:
7483         * win32/vs8/libgstjpeg.vcproj:
7484         * win32/vs8/libgstladspa.vcproj:
7485         * win32/vs8/libgstlevel.vcproj:
7486         * win32/vs8/libgstmatroska.vcproj:
7487         * win32/vs8/libgstmikmod.vcproj:
7488         * win32/vs8/libgstmng.vcproj:
7489         * win32/vs8/libgstmonoscope.vcproj:
7490         * win32/vs8/libgstmulaw.vcproj:
7491         * win32/vs8/libgstmultipart.vcproj:
7492         * win32/vs8/libgstpng.vcproj:
7493         * win32/vs8/libgstrtp.vcproj:
7494         * win32/vs8/libgstrtsp.vcproj:
7495         * win32/vs8/libgstshout2.vcproj:
7496         * win32/vs8/libgstsmpte.vcproj:
7497         * win32/vs8/libgstspeex.vcproj:
7498         * win32/vs8/libgsttaglib.vcproj:
7499         * win32/vs8/libgstudp.vcproj:
7500         * win32/vs8/libgstvideobalance.vcproj:
7501         * win32/vs8/libgstvideobox.vcproj:
7502         * win32/vs8/libgstvideoflip.vcproj:
7503         * win32/vs8/libgstvideomixer.vcproj:
7504         * win32/vs8/libgstwavenc.vcproj:
7505         * win32/vs8/libgstwavparse.vcproj:
7506           Add VS8 project files (note that many of the plugins in ext are
7507           disabled by default). Fixes #366492.
7508
7509 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7510
7511         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7512           we do not translate debug messages
7513
7514 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7515
7516         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7517           fix categorisation, make short desc more explicit, remove unused code
7518           Fixes #372021
7519
7520 2006-11-08  Wim Taymans  <wim@fluendo.com>
7521
7522         * gst/rtp/gstrtpL16depay.c:
7523         * gst/rtp/gstrtpamrdepay.c:
7524         * gst/rtp/gstrtpamrpay.c:
7525         * gst/rtp/gstrtpgsmdepay.c:
7526         * gst/rtp/gstrtph263pay.c:
7527         * gst/rtp/gstrtph263pdepay.c:
7528         * gst/rtp/gstrtph263ppay.c:
7529         * gst/rtp/gstrtph264depay.c:
7530         * gst/rtp/gstrtpmp2tdepay.c:
7531         * gst/rtp/gstrtpmp4gdepay.c:
7532         * gst/rtp/gstrtpmp4gpay.c:
7533         * gst/rtp/gstrtpmp4vdepay.c:
7534         * gst/rtp/gstrtpmp4vpay.c:
7535         * gst/rtp/gstrtpmpadepay.c:
7536         * gst/rtp/gstrtpmpapay.c:
7537         * gst/rtp/gstrtppcmadepay.c:
7538         * gst/rtp/gstrtppcmapay.c:
7539         * gst/rtp/gstrtppcmudepay.c:
7540         * gst/rtp/gstrtppcmupay.c:
7541         * gst/rtp/gstrtpspeexdepay.c:
7542         * gst/rtp/gstrtpspeexpay.c:
7543         * gst/rtp/gstrtpsv3vdepay.c:
7544         Fix element descriptions.
7545
7546 2006-11-08  Wim Taymans  <wim@fluendo.com>
7547
7548         * gst/rtp/gstrtpvorbisdepay.c:
7549         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7550         Fix description.
7551         Small cleanup in the payloader.
7552
7553 2006-11-08  Wim Taymans  <wim@fluendo.com>
7554
7555         * gst/rtp/Makefile.am:
7556         * gst/rtp/gstrtp.c: (plugin_init):
7557         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7558         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7559         (gst_rtp_theora_depay_finalize),
7560         (gst_rtp_theora_depay_parse_configuration),
7561         (gst_rtp_theora_depay_setcaps),
7562         (gst_rtp_theora_depay_switch_codebook),
7563         (gst_rtp_theora_depay_process),
7564         (gst_rtp_theora_depay_set_property),
7565         (gst_rtp_theora_depay_get_property),
7566         (gst_rtp_theora_depay_change_state),
7567         (gst_rtp_theora_depay_plugin_init):
7568         * gst/rtp/gstrtptheoradepay.h:
7569         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7570         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7571         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7572         (gst_rtp_theora_pay_init_packet),
7573         (gst_rtp_theora_pay_flush_packet),
7574         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7575         (gst_rtp_theora_pay_handle_buffer),
7576         (gst_rtp_theora_pay_plugin_init):
7577         * gst/rtp/gstrtptheorapay.h:
7578         Add theora pay/depayloaders.
7579
7580 2006-11-06  Wim Taymans  <wim@fluendo.com>
7581
7582         * gst/rtp/Makefile.am:
7583         We depend on gsttag to generate the vorbis comments.
7584
7585         * gst/rtp/gstrtpvorbisdepay.c:
7586         (gst_rtp_vorbis_depay_parse_configuration),
7587         (gst_rtp_vorbis_depay_setcaps),
7588         (gst_rtp_vorbis_depay_switch_codebook),
7589         (gst_rtp_vorbis_depay_process):
7590         * gst/rtp/gstrtpvorbisdepay.h:
7591         Parse configuration string in the depayloader.
7592         Implement selecting and switching to a new codebook.
7593         Receiving vorbis over RTP now works.
7594
7595         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7596         (gst_rtp_vorbis_pay_init_packet),
7597         (gst_rtp_vorbis_pay_finish_headers),
7598         (gst_rtp_vorbis_pay_handle_buffer):
7599         * gst/rtp/gstrtpvorbispay.h:
7600         Set timestamps on outgoing buffers and RTP packets.
7601         Fix configuration string, prepend number of Packet headers.
7602         Fix encoding of ident string.
7603         Add delivery-method to caps.
7604         Streaming vorbis over RTP now works.
7605
7606 2006-11-06  Wim Taymans  <wim@fluendo.com>
7607
7608         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7609         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7610         (gst_rtp_vorbis_pay_handle_buffer):
7611         * gst/rtp/gstrtpvorbispay.h:
7612         Generate a valid configuration string in the caps based on the
7613         vorbis headers.
7614
7615 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7616
7617         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7618         * ext/cdio/gstcdio.h:
7619         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7620           Move CD-TEXT utility function into common file so it can also be
7621           used by a future cdioparanoiasrc.
7622
7623 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7624         
7625         * sys/v4l2/Makefile.am:
7626         * sys/v4l2/gstv4l2object.c:
7627         * sys/v4l2/gstv4l2src.c:
7628         * sys/v4l2/gstv4l2xoverlay.c:
7629         * sys/v4l2/v4l2_calls.c:
7630         * sys/v4l2/v4l2src_calls.c:
7631         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7632         xoverlay code that is still not implemented.
7633
7634 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7635
7636         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7637           We require a -base more recent than 0.10.9, so it's safe to use
7638           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7639
7640         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7641         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7642           Use _newsegment_full() now that we depend on a recent enough core.
7643
7644         * gst/wavparse/gstwavparse.c:
7645           Remove cruft that we don't need any longer now that we depend on
7646           a recent enough -base.
7647
7648 2006-10-31  Wim Taymans  <wim@fluendo.com>
7649
7650         * gst/rtp/Makefile.am:
7651         * gst/rtp/gstrtp.c: (plugin_init):
7652         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7653         (gst_rtpilbcpay_setcaps):
7654         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7655
7656 2006-10-31  Wim Taymans  <wim@fluendo.com>
7657
7658         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7659         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7660         Some small cleanups, use _scale.
7661
7662 2006-10-31  Wim Taymans  <wim@fluendo.com>
7663
7664         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7665         Use higher precision scale function.
7666
7667 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7668
7669         Patch by: Michal Benes  <michal dot benes at itonis tv>
7670
7671         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7672         (gst_matroska_demux_read_track_encodings),
7673         (gst_matroska_decode_buffer):
7674           Fix several issues with encoded/compressed/encrypted/signed tracks;
7675           also, remove superfluous newline characters from some debug
7676           statements. (#366155)
7677
7678 2006-10-30  Wim Taymans  <wim@fluendo.com>
7679
7680         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7681         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7682         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7683         (gst_smokedec_change_state):
7684         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7685         (gst_smokeenc_init), (gst_smokeenc_finalize),
7686         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7687         (gst_smokeenc_resync), (gst_smokeenc_chain),
7688         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7689         (gst_smokeenc_change_state):
7690         Various cleanups, capsnego and leak fixes.
7691
7692 2006-10-30  Wim Taymans  <wim@fluendo.com>
7693
7694         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7695
7696         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7697         Fix videomixer so that it can handle any combination of framerates.
7698         Fixes #367221.
7699
7700 2006-10-28  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7703         (gst_avi_demux_parse_file_header),
7704         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7705         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7706         (gst_avi_demux_chain):
7707         Fix position query for audio. also fixes timestamps in streaming
7708         mode and bug #364958.
7709         Small cleanups.
7710
7711 2006-10-27  Wim Taymans  <wim@fluendo.com>
7712
7713         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7714         * ext/libpng/gstpngenc.h:
7715         Fix strides. Fixes #364856.
7716         Cleanup capsnego.
7717         Set caps on outgoing buffers.
7718
7719 2006-10-18  Wim Taymans  <wim@fluendo.com>
7720
7721         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7722
7723         * gst/rtp/gstrtpgsmpay.c:
7724         * gst/rtp/gstrtph263pay.c:
7725         * gst/rtp/gstrtpmpapay.c:
7726         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7727         (gst_rtp_pcma_pay_handle_buffer):
7728         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7729         Add static payload numbers in addition to the dynamic ones.
7730         Fixes #361639.
7731
7732 2006-10-18  Wim Taymans  <wim@fluendo.com>
7733
7734         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7735         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7736         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7737         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7738         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7739         * gst/rtsp/rtspdefs.h:
7740         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7741         * gst/rtsp/rtspurl.h:
7742         Reuse already existing enum for lower transport.
7743         Add rtspt and rtspu protocols.
7744         Send redirect to rtspt when udp times out.
7745
7746 2006-10-18  Wim Taymans  <wim@fluendo.com>
7747
7748         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7749         (gst_wavparse_stream_data):
7750         Fix seeking some more, mostly for speed changes.
7751
7752 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         Patch by: Fredrik Persson  <frepe at bredband net>
7755
7756         * sys/v4l2/gstv4l2tuner.c:
7757         * sys/v4l2/gstv4l2tuner.h:
7758           Fix _set_channel(): remove useless g_object_notify() for "channel"
7759           property that doesn't exist any longer and therefore now also
7760           useless redirect (#338818).
7761
7762 2006-10-17  Wim Taymans  <wim@fluendo.com>
7763
7764         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7765         Some drivers do not support unsetting the non-blocking flag once the
7766         device is opened. In those cases, close/open the device in
7767         non-blocking mode. Fixes #362673.
7768
7769 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7770
7771         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7772         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7773         (gst_v4l2src_get_fps):
7774           dear stefan, framespersecond is not frameperiod, reverting but adding
7775           comment
7776
7777 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7778
7779         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7780         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7781         (gst_v4l2src_get_fps):
7782           Numerator is numerator and denominator is denominator. Say that aloud
7783           5 times and retry after next beer.
7784
7785 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         Patch by: Josep Torra Valles  <josep at fluendo com>
7788
7789         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7790         * ext/esd/esdsink.c: (gst_esdsink_write):
7791         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7792         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7793         (gst_flac_dec_send_newsegment):
7794         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7795         (gst_flac_enc_tell_callback):
7796         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7797         (smokecodec_parse_header), (smokecodec_decode):
7798         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7799         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7800         * gst/goom/Makefile.am:
7801         * gst/goom/gstgoom.c:
7802         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7803         * gst/rtsp/gstrtspsrc.c:
7804         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7805         * gst/udp/gstudpsink.c:
7806         * gst/udp/gstudpsrc.c:
7807         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7808         * sys/sunaudio/gstsunaudiomixertrack.h:
7809           Fix a bunch of problems discovered by the Forte compiler, mostly type
7810           mixups and pointer arithmetics with void pointers. Fixes #362603.
7811
7812 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7813
7814         * ext/speex/gstspeex.c: (plugin_init):
7815         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7816         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7817         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7818         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7819         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7820         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7821         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7822         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7823         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7824         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7825         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7826         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7827         * ext/speex/gstspeexenc.h:
7828           Miscellaneous clean-ups, among other things: speexenc => enc to
7829           enhance code readability; change speexenc => speex_enc; in chain
7830           function unref input buffer in case of error; take reference in
7831           event function; use boilerplate macro; use gst_pad_query_peer_*
7832           convenience functions.
7833
7834 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7835
7836         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7837         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7838         (gst_speexenc_set_header_on_caps):
7839           Fix some mem leaks.
7840
7841 2006-10-11  Wim Taymans  <wim@fluendo.com>
7842
7843         * gst/rtsp/URLS:
7844         Added some other URL.
7845
7846         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7847         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7848         (gst_rtspsrc_open), (gst_rtspsrc_play),
7849         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7850         * gst/rtsp/gstrtspsrc.h:
7851         Work on fallback to TCP connection when the UDP socket times out.
7852         Handler server requests, just reply with OK for now.
7853
7854         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7855         * gst/rtsp/rtspdefs.h:
7856         Added some more Real extension headers.
7857
7858         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7859         Fix parsing of urls with a ':' that is not part of the hostname:port
7860         part of the url.
7861
7862 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7863
7864         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7865         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7866         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7867           Activate pad before adding it to the already-running element.
7868
7869         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7870           Activate newly-created pad too.
7871
7872 2006-10-11  Wim Taymans  <wim@fluendo.com>
7873
7874         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7875
7876         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7877         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7878         (gst_udpsrc_start):
7879         Fix some leaks in caps and uris. Fixes #361252.
7880
7881 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7882
7883         * gst/wavparse/Makefile.am:
7884           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7885
7886 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7887
7888         * sys/v4l2/gstv4l2xoverlay.c:
7889         * sys/v4l2/gstv4l2xoverlay.h:
7890         Fix build as per the patch in #338818 comment 36.
7891
7892 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7895           Activate pads before adding them to the source.
7896
7897 2006-10-06  Wim Taymans  <wim@fluendo.com>
7898
7899         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7900         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7901         Activate pads before adding.
7902
7903 2006-10-06  Wim Taymans  <wim@fluendo.com>
7904
7905         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7906         (gst_multipart_find_pad_by_mime):
7907         Activate pads before adding.
7908
7909         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7910         BOILERPLATE sets parent_class for us.
7911
7912 2006-10-06  Wim Taymans  <wim@fluendo.com>
7913
7914         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7915         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7916         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7917         (gst_rtspsrc_alloc_udp_ports),
7918         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7919         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7920         (gst_rtspsrc_create_transports_string),
7921         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7922         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7923         * gst/rtsp/gstrtspsrc.h:
7924         Rework how the transport string is constructed, try to share channels
7925         and udp ports.
7926         Make most of the stuff less dependant on RTP as we are also going to use
7927         it for RDT.
7928         Add support for transport specific session managers.
7929
7930         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7931         Implement _flush().
7932
7933         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7934         * gst/rtsp/rtspdefs.h:
7935         Add generic error return code.
7936
7937         * gst/rtsp/rtspext.h:
7938         Add support for pluggable tranport strings.
7939
7940         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7941         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7942         (rtsp_ext_wms_get_context):
7943         Detect WMServer and activate the extension.
7944
7945         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7946         (rtsp_transport_get_manager), (rtsp_transport_parse):
7947         * gst/rtsp/rtsptransport.h:
7948         Added methods to get mime/manager for certain transports.
7949
7950 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7951
7952         * ext/cairo/gsttimeoverlay.c:
7953         (gst_cairo_time_overlay_update_font_height):
7954         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7955         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7956         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7957         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7958         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7959         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7960         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7961         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7962         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7963         (gst_avi_demux_stream_data):
7964         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7965         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7966         (gst_fenced_buffer_copy):
7967         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7969         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7970         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7971         (gst_rtspsrc_handle_message):
7972         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7973         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7974           Printf format fixes.
7975
7976 2006-10-04  Wim Taymans  <wim@fluendo.com>
7977
7978         * gst/rtsp/Makefile.am:
7979         Dist new .h file too.
7980
7981 2006-10-04  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst/rtsp/Makefile.am:
7984         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7985         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7987         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7988         (gst_rtspsrc_parse_rtpmap),
7989         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7990         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7991         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7992         * gst/rtsp/gstrtspsrc.h:
7993         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7994         * gst/rtsp/rtspdefs.h:
7995         * gst/rtsp/rtspext.h:
7996         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7997         (rtsp_ext_wms_get_context):
7998         * gst/rtsp/rtspextwms.h:
7999         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8000         (rtsp_transport_parse):
8001         * gst/rtsp/rtsptransport.h:
8002         Factor out extension in separate module.
8003         Fix getcaps to filter against the padtemplate.
8004         Use Content-Base if the server gives one.
8005         Rework the transport parsing a bit for future extensions.
8006         Added some Real Header field definitions.
8007
8008 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8009
8010         * docs/plugins/Makefile.am:
8011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8013           added v4l2 stubs
8014         * gst-plugins-good.spec.in:
8015           add v4l2
8016
8017 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8018
8019         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8020           Extract disc/album/medium number and count and try harder
8021           to extract track number/count.
8022
8023 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8024
8025         * configure.ac:
8026         * sys/Makefile.am:
8027           add build stuff for v4l2, needs --enable-experimental until
8028           the last bits are resolved
8029
8030 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8031
8032         * tests/check/Makefile.am:
8033           Disable autodetect test temporarily, so that the build bots
8034           update -bad and the ranks of unreliable video sinks in there.
8035
8036         * tests/check/elements/autodetect.c: (GST_START_TEST):
8037           Skip test if no usable videosink is found.
8038
8039 2006-09-29  Wim Taymans  <wim@fluendo.com>
8040
8041         * gst/rtsp/URLS:
8042         Add some more URLs.
8043
8044         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8045         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8046         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8047         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8048         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8049         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8050         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8051         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8052         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8053         * gst/rtsp/gstrtspsrc.h:
8054         Add timeout property to control UDP timeouts.
8055         Fix error messages.
8056         Also start a loop function when operating in UDP mode so that we can
8057         do some more stuff async.
8058         Handle element messages from udpsrc to detect timeouts. If a timeout
8059         happens we currently generate an error.
8060         API: rtspsrc::timeout property.
8061
8062         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8063         (gst_udpsrc_create):
8064         Really implement the timeout in microseconds and not milliseconds.
8065
8066 2006-09-29  Wim Taymans  <wim@fluendo.com>
8067
8068         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8069         (gst_udpsrc_create), (gst_udpsrc_set_property),
8070         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8071         * gst/udp/gstudpsrc.h:
8072         Added property to post a message on timeout.
8073         Updated docs.
8074         When restarting the select, initialize the fdsets again.
8075         Init control sockets so we don't accidentally close a random socket.
8076         API: GstUDPSrc::timeout property
8077
8078 2006-09-29  Wim Taymans  <wim@fluendo.com>
8079
8080         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8081         Fix flag registration.
8082
8083         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8084         Reading 0 also means 'no more commands'
8085
8086 2006-09-29  Wim Taymans  <wim@fluendo.com>
8087
8088         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8089
8090         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8091         Fix possible infinite loop when shutting down, a read can also return
8092         0 to indicate no more messages are available. Fixes #358156.
8093
8094 2006-09-25  Wim Taymans  <wim@fluendo.com>
8095
8096         * gst/autodetect/gstautoaudiosink.c:
8097         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8098         (gst_auto_audio_sink_find_best):
8099         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8100         Small cleanups.
8101         don't try to set "sync" property when it is not available.
8102
8103 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         Patch by: Peter Kjellerstedt  <pkj at axis com>
8106
8107         * gst/alpha/gstalpha.c:
8108         * gst/rtp/gstrtpamrdepay.c:
8109         * gst/rtsp/gstrtspsrc.c:
8110         * gst/udp/gstudpsrc.c:
8111         * gst/videomixer/videomixer.c:
8112           Include stdlib.h in some more places, makes things compile
8113           with uClibc and -Werror (#357592).
8114
8115 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8116
8117         * ext/jpeg/gstjpegdec.c:
8118           Set minimum height to 8 (from 16), our code should handle
8119           that fine. Some of the buttons on the apple trailer site
8120           are apparently only 15 pixels high (see #357470).
8121
8122 2006-09-23  Wim Taymans  <wim@fluendo.com>
8123
8124         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8125         (gst_rtspsrc_open):
8126         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8127         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8128         (rtsp_connection_receive):
8129         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8130         * gst/rtsp/rtspdefs.h:
8131         Improve error reporting.
8132
8133 2006-09-23  Wim Taymans  <wim@fluendo.com>
8134
8135         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8136         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8137         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8138         * gst/rtp/gstrtpdepay.c:
8139         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8140         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8141         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8142         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8143         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8144         (gst_rtp_mp2t_depay_plugin_init):
8145         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8146         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8147         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8148         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8149         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8150         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8151         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8152         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8153         Fix klass typos.
8154         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8155
8156 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8157
8158         * configure.ac:
8159           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8160
8161 2006-09-22  Wim Taymans  <wim@fluendo.com>
8162
8163         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8164         Don't check for a tag that is never there and check if we read the
8165         correct tag. Fixes seeking again.
8166         We must post an error when all pads are unlinked.
8167
8168 2006-09-22  Wim Taymans  <wim@fluendo.com>
8169
8170         * gst/rtp/Makefile.am:
8171         * gst/rtp/gstrtp.c: (plugin_init):
8172         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8173         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8174         (gst_rtp_vorbis_pay_reset_packet),
8175         (gst_rtp_vorbis_pay_init_packet),
8176         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8177         (gst_rtp_vorbis_pay_handle_buffer):
8178         More fixage, set endoder-params correctly in the payloader.
8179
8180 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8181
8182         * gst/autodetect/gstautoaudiosink.c:
8183         (gst_auto_audio_sink_base_init):
8184         * gst/autodetect/gstautovideosink.c:
8185         (gst_auto_video_sink_base_init):
8186           Make static pad templates static to appease valgrind's leak
8187           detector.
8188
8189         * tests/check/Makefile.am:
8190         * tests/check/elements/.cvsignore:
8191         * tests/check/elements/autodetect.c: (GST_START_TEST),
8192         (autodetect_suite):
8193           Add simple test for the ghostpad lockup on shutdown fixed in core
8194           CVS (audio bit disabled because it would need dozens of alsa
8195           suppressions and I'm too lazy to add those now).
8196
8197 2006-09-22  Wim Taymans  <wim@fluendo.com>
8198
8199         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8200         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8201         Small cleanups.
8202
8203         * gst/rtp/Makefile.am:
8204         * gst/rtp/gstrtp.c: (plugin_init):
8205         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8206         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8207         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8208         (gst_rtp_vorbis_depay_process),
8209         (gst_rtp_vorbis_depay_set_property),
8210         (gst_rtp_vorbis_depay_get_property),
8211         (gst_rtp_vorbis_depay_change_state),
8212         (gst_rtp_vorbis_depay_plugin_init):
8213         * gst/rtp/gstrtpvorbisdepay.h:
8214         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8215         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8216         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8217         (gst_rtp_vorbis_pay_flush_packet),
8218         (gst_rtp_vorbis_pay_append_buffer),
8219         (gst_rtp_vorbis_pay_handle_buffer),
8220         (gst_rtp_vorbis_pay_plugin_init):
8221         * gst/rtp/gstrtpvorbispay.h:
8222         Add experimental vorbis pay and depayloaders.
8223
8224 2006-09-21  Wim Taymans  <wim@fluendo.com>
8225
8226         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8227         Fix profile-level-id parsing and setup.
8228
8229 2006-09-21  Wim Taymans  <wim@fluendo.com>
8230
8231         * gst/udp/README:
8232         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8233         Update README, simple cleanup.
8234
8235 2006-09-21  Wim Taymans  <wim@fluendo.com>
8236
8237         * gst/rtp/README:
8238         Update README with some examples.
8239
8240         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8241         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8242         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8243         (gst_rtp_mp4g_pay_setcaps):
8244         * gst/rtp/gstrtpmp4gpay.h:
8245         Make optional RTP parameters of type STRING, as required by the
8246         application/x-rtp caps specification.
8247
8248 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8249
8250         * gst/rtp/gstrtph263pdepay.c:
8251         * gst/rtp/gstrtph263ppay.c:
8252         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8253         RTP header.
8254
8255 2006-09-20  Wim Taymans  <wim@fluendo.com>
8256
8257         * gst/rtp/Makefile.am:
8258         And makefile too.
8259
8260 2006-09-20  Wim Taymans  <wim@fluendo.com>
8261
8262         * gst/rtp/gstrtp.c: (plugin_init):
8263         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8264         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8265         (decode_base64), (gst_rtp_asf_depay_setcaps),
8266         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8267         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8268         (gst_rtp_asf_depay_plugin_init):
8269         * gst/rtp/gstrtpasfdepay.h:
8270         Added preliminary ASF depayloader.
8271
8272         * gst/rtp/gstrtph264depay.c: (decode_base64):
8273         Fix base64 decoding.
8274
8275 2006-09-20  Wim Taymans  <wim@fluendo.com>
8276
8277         * gst/rtsp/URLS:
8278         Added some test URLS.
8279
8280         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8281         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8282         * gst/rtsp/gstrtspsrc.h:
8283         When creating streams, give access to the complete SDP.
8284         Fix some leaks.
8285         Collect and merge global stream properties in stream caps.
8286         Preliminary support for WMServer.
8287
8288         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8289         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8290         (rtsp_connection_receive):
8291         * gst/rtsp/rtspconnection.h:
8292         Make connection interruptable.
8293         Refactor to make it reconnectable.
8294         Don't fail on short reads when reading data packets.
8295
8296         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8297         (rtsp_url_get_port):
8298         * gst/rtsp/rtspurl.h:
8299         Add methods for getting/setting the port.
8300
8301         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8302         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8303         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8304         (sdp_media_get_format), (sdp_parse_line),
8305         (sdp_message_parse_buffer):
8306         Fix headers. 
8307         Add methods for getting multiple attributes with the same name.
8308         Increase buffer size when parsing.
8309         Fix parsing of a=foo fields.
8310
8311         * gst/rtsp/test.c: (main):
8312         Update to new connection API.
8313
8314         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8315         (rtsp_message_init_response), (rtsp_message_init_data),
8316         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8317         * gst/rtsp/rtspmessage.h:
8318         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8319         * gst/rtsp/rtsptransport.h:
8320         * gst/rtsp/sdp.h:
8321         * gst/rtsp/sdpmessage.h:
8322         * gst/rtsp/gstrtsp.c:
8323         * gst/rtsp/gstrtsp.h:
8324         * gst/rtsp/gstrtpdec.c:
8325         * gst/rtsp/gstrtpdec.h:
8326         * gst/rtsp/rtsp.h:
8327         * gst/rtsp/rtspdefs.c:
8328         * gst/rtsp/rtspdefs.h:
8329         Dual licensed under MIT and LGPL now.
8330
8331 2006-09-19  Wim Taymans  <wim@fluendo.com>
8332
8333         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8334         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8335         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8336         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8337         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8338         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8339         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8340         * gst/rtsp/gstrtspsrc.h:
8341         Reorganize stream parsing and creation.
8342         Detect container formats in interleaved mode.
8343         Keep more state about the streams.
8344         Assume a server also supports PLAY if it does not say.
8345         Add unicast and interleaved properties to TCP transport requests to make
8346         some servers happy (WMServer).
8347
8348         * gst/rtsp/sdpmessage.h:
8349         Add some defines for the standard Bandwidth types.
8350
8351 2006-09-19  Wim Taymans  <wim@fluendo.com>
8352
8353         * gst/rtsp/test.c: (main):
8354         Fix build.
8355
8356 2006-09-19  Wim Taymans  <wim@fluendo.com>
8357
8358         * gst/wavparse/gstwavparse.c:
8359         Add ms-gsm to the src template.
8360
8361 2006-09-18  Wim Taymans  <wim@fluendo.com>
8362
8363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8364         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8365         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8366         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8367         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8368         * gst/rtsp/gstrtspsrc.h:
8369         Small cleanups, added documentation.
8370         Try to clean up the requests and responses.
8371         Refactor parsing the supported methods.
8372
8373         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8374         (rtsp_connection_create), (rtsp_connection_send),
8375         (parse_response_status), (parse_request_line),
8376         (rtsp_connection_receive), (rtsp_connection_close),
8377         (rtsp_connection_free):
8378         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8379         (rtsp_transport_init), (rtsp_transport_parse),
8380         (rtsp_transport_free):
8381         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8382         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8383         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8384         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8385         Use g_return_val some more.
8386
8387         * gst/rtsp/rtspdefs.h:
8388         Add more enum values to track initial states.
8389
8390         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8391         (rtsp_message_init_request), (rtsp_message_new_response),
8392         (rtsp_message_init_response), (rtsp_message_init_data),
8393         (rtsp_message_unset), (rtsp_message_free),
8394         (rtsp_message_add_header), (rtsp_message_remove_header),
8395         (rtsp_message_get_header), (rtsp_message_set_body),
8396         (rtsp_message_take_body), (rtsp_message_get_body),
8397         (rtsp_message_steal_body), (rtsp_message_dump):
8398         * gst/rtsp/rtspmessage.h:
8399         Reorder arguments, object goes as the first one.
8400         Use g_return_val some more.
8401
8402 2006-09-18  Wim Taymans  <wim@fluendo.com>
8403
8404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8405         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8406         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8407         * gst/rtsp/gstrtspsrc.h:
8408         Export sometimes source pad with correct caps on the template, create
8409         the ghostpad from the template.
8410         Remove RTCP template as we never expose RTCP.
8411         Protect against invalid body size.
8412         Avoid memcpy when creating the output buffer.
8413         Properly post an error and send EOS when the loop function is shut down.
8414
8415 2006-09-18  Wim Taymans  <wim@fluendo.com>
8416
8417         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8418
8419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8420         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8421         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8422         * gst/rtsp/gstrtspsrc.h:
8423         Make sure we can never set an invalid location.
8424
8425         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8426         * gst/rtsp/rtspmessage.h:
8427         Added _steal_body method for future use.
8428
8429         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8430         Make freeing of NULL url return immediatly.
8431
8432 2006-09-18  Wim Taymans  <wim@fluendo.com>
8433
8434         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8435
8436         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8437         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8438         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8439         (gst_rtspsrc_change_state):
8440         * gst/rtsp/gstrtspsrc.h:
8441         Use boilerplate.
8442         Make rtspsrc subclass GstBin to make state changes easier.
8443         Add Range header field on the PLAY request.
8444
8445 2006-09-18  Wim Taymans  <wim@fluendo.com>
8446
8447         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8448
8449         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8450         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8451         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8452         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8453         * gst/rtsp/rtspconnection.c: (inet_aton):
8454         Small cleanups.
8455         when multicast is selected as the transport, create UDP sources and
8456         connect to the multicast group.
8457         Move parsing and setting of caps to a common place.
8458         Fixes #349894.
8459
8460 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8461
8462         * ext/flac/gstflactag.c:
8463         * gst/alpha/gstalpha.c:
8464         * gst/debug/breakmydata.c:
8465         * gst/debug/negotiation.c:
8466         * gst/debug/testplugin.c:
8467         * gst/effectv/gstaging.c:
8468         * gst/effectv/gstdice.c:
8469         * gst/effectv/gstedge.c:
8470         * gst/effectv/gstquark.c:
8471         * gst/effectv/gstrev.c:
8472         * gst/effectv/gstshagadelic.c:
8473         * gst/effectv/gstvertigo.c:
8474         * gst/effectv/gstwarp.c:
8475         * gst/multipart/multipartdemux.c:
8476         * gst/multipart/multipartmux.c:
8477         * gst/videobox/gstvideobox.c:
8478         * gst/videofilter/gstgamma.c:
8479         * gst/videofilter/gstvideotemplate.c:
8480         * gst/videomixer/videomixer.c:
8481         * sys/sunaudio/gstsunaudiosrc.h:
8482         More G_OBJECT macro fixing.
8483
8484 2006-09-16  Wim Taymans  <wim@fluendo.com>
8485
8486         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8487
8488         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8489         Correctly set the dwLength in strh.
8490         With this patch, the file duration is now displayed correctly in window
8491         media player and the AVI plays completely. Fixes #356147
8492
8493 2006-09-15  Wim Taymans  <wim@fluendo.com>
8494
8495         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8496
8497         * sys/sunaudio/gstsunaudiomixerctrl.c:
8498         (gst_sunaudiomixer_ctrl_build_list):
8499         Set the output track as the MASTER so that the gnome-settings-daemon
8500         keybindings for changing the volume using the keyboard works.
8501         Fixes #356142.
8502
8503 2006-09-15  Wim Taymans  <wim@fluendo.com>
8504
8505         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8506         Fix documentation, it is not possible to control the framerate of jpegdec
8507         using filtered caps yet. Fixes #355210.
8508         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8509         stop when there is an error.
8510
8511 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8514         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8515           Don't interpret a first buffer with an offset of NONE as
8516           'from the middle of the stream', but only a first buffer
8517           that has a valid buffer offset that's non-zero (see #345449).
8518
8519 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8520
8521         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8522         (gst_icydemux_typefind_or_forward):
8523         * gst/icydemux/gsticydemux.h:
8524           When we merge/collect multiple incoming buffers for typefinding
8525           purposes, keep an initial 0 offset on the first outgoing buffer
8526           as well (otherwise id3demux won't work right). Fixes #345449.
8527           Also Make buffer metadata writable before setting buffer caps.
8528
8529         * tests/check/elements/icydemux.c: (typefind_succeed),
8530         (cleanup_icydemux), (push_data), (GST_START_TEST),
8531         (icydemux_suite):
8532           Small test case for the above.
8533
8534 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8535
8536         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8537         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8538         (gst_avi_demux_stream_header_push),
8539         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8540         (gst_avi_demux_loop):
8541           More code reuse and better logging in _peek_chunk(). Reintroduce check
8542           for chunk sizes before reading them (avoid oom). Better handling for 
8543           invalid chunksizes when streaming.
8544
8545 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8546
8547         * gst/level/gstlevel.c: (gst_level_set_property):
8548         * gst/level/gstlevel.h:
8549           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8550           René Stadler
8551
8552 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8553
8554         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8555         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8556         (gst_avi_demux_stream_data):
8557           Revert one change to fix streaming avi (adapter size != data size).
8558
8559 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8562
8563         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8564         (gst_matroska_demux_reset),
8565         (gst_matroska_demux_read_track_encodings),
8566         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8567         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8568         (gst_matroska_demux_subtitle_caps):
8569         * gst/matroska/matroska-ids.h:
8570           Add support for VOBSUB subtitle tracks and zlib-compressed
8571           tracks. Make sure we start on a keyframe after a seek. (#343348)
8572
8573 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8574
8575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8576         (gst_matroska_demux_push_flac_codec_priv_data),
8577         (gst_matroska_demux_push_xiph_codec_priv_data),
8578         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8579         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8580         * gst/matroska/matroska-ids.h:
8581           Add basic FLAC support (#311586), not perfect yet though, needs some
8582           tweaking in flacdec; also, seeking could be better.
8583           Do better bounds checking when deserialising vorbis stream headers
8584           to make sure we don't read beyond the end of the buffer on bad input.
8585
8586 2006-09-04  Wim Taymans  <wim@fluendo.com>
8587
8588         Patch by: Alessandro Decina <alessandro at nnva dot org>
8589
8590         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8591         Seeking back in a file containing a CMML stream errors out if the seek
8592         goes back up to the CMML headers. This is because after the seek the xml
8593         processing instruction <?xml ...?> is submitted to the xml parser again, 
8594         which results in an error. The attached patch fixes the problem. 
8595         Fixes #353908.
8596
8597         * ext/annodex/gstcmmlenc.h:
8598         Fix authors name.
8599
8600
8601 2006-08-28  Andy Wingo  <wingo@pobox.com>
8602
8603         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8604         New helper function to lessen the ifdefs.
8605         (GST_INFO_OBJECT): 
8606         (gst_dv1394src_iso_receive): Use it.
8607         (gst_dv1394src_create): Also use the control sockets in iec61883
8608         mode.
8609         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8610         handle for AVC operations; fixes #348233.
8611
8612 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8613
8614         * configure.ac:
8615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8616         * docs/plugins/inspect/plugin-audiofx.xml:
8617         * docs/plugins/inspect/plugin-audiofxgood.xml:
8618         * gst/audiofx/Makefile.am:
8619         * gst/audiofx/audiofx.c:
8620         * gst/audiofxgood/.cvsignore:
8621         * gst/audiofxgood/Makefile.am:
8622         * gst/audiofxgood/audiofx.c:
8623         * gst/audiofxgood/audiopanorama.c:
8624         * gst/audiofxgood/audiopanorama.h:
8625           Rename again (audiofxgood -> audiofx).
8626
8627 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8628
8629         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8630         (gst_avi_demux_stream_scan):
8631           Initialze variables.
8632
8633 2006-08-25  Wim Taymans  <wim@fluendo.com>
8634
8635         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8636         (gst_avi_demux_init), (gst_avi_demux_finalize),
8637         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8638         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8639         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8640         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8641         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8642         (gst_avi_demux_massage_index),
8643         (gst_avi_demux_calculate_durations_from_index),
8644         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8645         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8646         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8647         (gst_avi_demux_change_state):
8648         * gst/avi/gstavidemux.h:
8649         More attempts to turn this into readable code.
8650         Don't leak adapters.
8651         Calculate duration according to index more efficiently.
8652         Don't try to act like we drive the pipeline in chain mode.
8653
8654 2006-08-25  Wim Taymans  <wim@fluendo.com>
8655
8656         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8657         Fix build.
8658
8659 2006-08-25  Wim Taymans  <wim@fluendo.com>
8660
8661         Patch by: Alessandro Decina <alessandro at nnva dot org>
8662
8663         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8664         Do some extra sanity checks.
8665         Fixes #350340.
8666
8667         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8668         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8669         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8670         Check if clip->start_time is valid before adding the clip to the
8671         track list.
8672         Reset enc->preamble going from PAUSED to READY.
8673         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8674         only used for EOS.
8675         Only post an error message if we were the one that created the fatal
8676         GstFlowReturn value.
8677
8678         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8679         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8680         Parse the seconds field of the npt-sec time format using %llu rather than
8681         %d and check that the value scaled by GST_SECOND doesn't overflow.
8682         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8683         Lookup a clip's track with clip->track rather than clip->id which
8684         makes no sense.
8685         Identify a clip by its track and start time and not its xml id.
8686         do some more input checking and make sure we don't do undefined shifts.
8687
8688         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8689         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8690         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8691         (push_clip), (push_empty_clip), (check_output_clip),
8692         (GST_START_TEST), (cmmldec_suite):
8693         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8694         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8695         (check_headers), (push_clip), (check_clip_times), (check_clip),
8696         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8697         Added some more checks.
8698
8699 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8700
8701         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8702         (gst_audio_panorama_set_property),
8703         (gst_audio_panorama_get_property),
8704         (gst_audio_panorama_transform_m2s_int),
8705         (gst_audio_panorama_transform_s2s_int),
8706         (gst_audio_panorama_transform_m2s_float),
8707         (gst_audio_panorama_transform_s2s_float):
8708         * gst/audiofxgood/audiopanorama.h:
8709         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8710           Make also the pan-property float (saves scaling and yields better
8711           resolution)
8712
8713 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8714
8715         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8716         (gst_audio_panorama_transform_m2s_float),
8717         (gst_audio_panorama_transform_s2s_float):
8718           ChangeLog surgery to add cymax's real name
8719
8720
8721 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8722
8723         Patch by: René Stadler <mail@renestadler.de>
8724
8725         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8726         (gst_audio_panorama_transform_m2s_int),
8727         (gst_audio_panorama_transform_s2s_int),
8728         (gst_audio_panorama_transform_m2s_float),
8729         (gst_audio_panorama_transform_s2s_float),
8730         (gst_audio_panorama_transform):
8731         * gst/audiofxgood/audiopanorama.h:
8732           Added float support
8733
8734 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8735
8736         * gst/audiofxgood/audiopanorama.c:
8737         (gst_audio_panorama_transform_m2s):
8738           Fix docs & debug category. Add Fixme for volume pan levels.
8739
8740 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8741
8742         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8743         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8744         (gst_avi_demux_stream_header_pull),
8745         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8746         (gst_avi_demux_chain):
8747           unbreak AVI index handling, some more debug, remove an obsolete
8748           adapter_flush that caused streaming to wander off in the wild
8749
8750 2006-08-24  Wim Taymans  <wim@fluendo.com>
8751
8752         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8753         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8754         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8755         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8756         (gst_avi_demux_calculate_durations_from_index),
8757         (gst_avi_demux_stream_header_push),
8758         (gst_avi_demux_stream_header_pull):
8759         * gst/avi/gstavidemux.h:
8760         Some more cleanups. 
8761         Fix totalFrames parsing in ODML.
8762         Disable use of index for length calculation in case of ODML as this is
8763         broken now.
8764
8765 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8766
8767         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8768           Use libgsttag helper function here too.
8769
8770 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8771
8772         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8773         (gst_avi_demux_init), (gst_avi_demux_dispose),
8774         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8775         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8776         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8777         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8778         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8779         (gst_avi_demux_parse_subindex),
8780         (gst_avi_demux_read_subindexes_push),
8781         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8782         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8783         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8784         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8785         (gst_avi_demux_stream_header_pull),
8786         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8787         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8788         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8789         (gst_avi_demux_change_state):
8790         * gst/avi/gstavidemux.h:
8791           Initial streaming support for avidemux (fixes #336465)
8792
8793 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8794
8795         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8796           There is no taglibmux element ...
8797
8798         * gst/rtsp/gstrtspsrc.c:
8799           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8800           was complaining about unknown entity here.
8801
8802 2006-08-22  Wim Taymans  <wim@fluendo.com>
8803
8804         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8805         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8806         (gst_avi_demux_process_next_entry):
8807         * gst/avi/gstavidemux.h:
8808         Mark DISCONT.
8809         Remove old unused fields and reorder the struct a bit.
8810
8811 2006-08-22  Wim Taymans  <wim@fluendo.com>
8812
8813         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8814         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8815         (gst_rtspsrc_pause):
8816         * gst/rtsp/gstrtspsrc.h:
8817         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8818         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8819         Small documentation updates.
8820
8821 2006-08-22  Wim Taymans  <wim@fluendo.com>
8822
8823         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8824         (gst_avi_demux_index_entry_for_time),
8825         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8826         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8827         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8828         (gst_avi_demux_next_data_buffer),
8829         (gst_avi_demux_calculate_durations_from_index),
8830         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8831         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8832         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8833         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8834         * gst/avi/gstavidemux.h:
8835         Precalc most of the duration query for each stream.
8836         Make seeking more correct.
8837         Use GstSegment to track position and duration.
8838         Code cleanups and leak fixes.
8839         Calculate correct total duration based on index length.
8840
8841 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8842
8843         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8844         (parse_insert_string_field):
8845           If strings in text fields are marked ISO8859-1, but contain
8846           valid UTF-8 already, then handle them as UTF-8 and ignore
8847           the encoding. (#351794)
8848
8849 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8852         (gst_flac_dec_write), (gst_flac_dec_loop),
8853         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8854         (gst_flac_dec_src_query):
8855         * ext/flac/gstflacdec.h:
8856           Make flac-in-ogg work (#352100).
8857
8858 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8859
8860         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8861           Don't unref buffers of which we've already given away
8862           ownership to the adapter.
8863
8864 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8865
8866         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8867           Make metadata extraction actually work.
8868
8869         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8870         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8871         (gst_speexenc_chain):
8872           Fix metadata writing: replace old code which wrote completely
8873           broken tags with libgsttag-based code. Plus miscellaneous
8874           code cleanups (use static pad templates etc.) and a bunch
8875           of leak fixes.
8876
8877 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8878
8879         * gst/audiopanorama/.cvsignore:
8880         * gst/audiopanorama/Makefile.am:
8881         * gst/audiopanorama/audiofx.c:
8882         * gst/audiopanorama/audiopanorama.c:
8883         * gst/audiopanorama/audiopanorama.h:
8884           die! die! die! you should never have been there
8885
8886 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8887
8888         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8889         Fix invalid memory access in audiopanorama test suite.
8890
8891 2006-08-21  Edward Hervey  <edward@fluendo.com>
8892
8893         * tests/check/elements/.cvsignore:
8894         ignore built file
8895
8896 2006-08-21  Wim Taymans  <wim@fluendo.com>
8897
8898         * gst/rtp/Makefile.am:
8899         Fix the build again.
8900
8901 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8902
8903         * gst/audiofxgood/.cvsignore:
8904         * gst/audiofxgood/Makefile.am:
8905         * gst/audiofxgood/audiofx.c: (plugin_init):
8906         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8907         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8908         (gst_audio_panorama_set_property),
8909         (gst_audio_panorama_get_property),
8910         (gst_audio_panorama_get_unit_size),
8911         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8912         (gst_audio_panorama_transform_m2s),
8913         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8914         * gst/audiofxgood/audiopanorama.h:
8915           resubmit with the desired name *again*
8916
8917 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8918
8919         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8920         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8921           use g_assert in _get_unit_size
8922
8923 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8924
8925         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8926         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8927         * docs/plugins/inspect/plugin-audiofxgood.xml:
8928           cleanup -unused.txt to make it useful, add previously missing docs
8929
8930         * ext/Makefile.am:
8931           Quietly (accidentally) enable LADSPA for building by default, 
8932           despite the fact that it doesn't meet the plugin checklist.
8933             -- Added by Jan Schmidt 18 Dec 2006
8934
8935         * ext/esd/esdmon.c:
8936         * ext/esd/esdsink.c:
8937         * ext/esd/gstesd.c: (plugin_init):
8938           reflow to get rid of two external symbols
8939
8940         * gst/audiofxgood/audiofx.c: (plugin_init):
8941           re-add
8942
8943 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8944
8945         * configure.ac:
8946         * gst/audiofxgood/.cvsignore:
8947         * gst/audiofxgood/Makefile.am:
8948         * gst/audiofxgood/audiofx.c
8949         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8950         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8951         (gst_audio_panorama_set_property),
8952         (gst_audio_panorama_get_property),
8953         (gst_audio_panorama_get_unit_size),
8954         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8955         (gst_audio_panorama_transform_m2s),
8956         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8957         * gst/audiofxgood/audiopanorama.h:
8958         * tests/check/Makefile.am:
8959         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8960         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8961         (panorama_suite), (main):
8962         Add audiofxgood plugin with audiopanorama element
8963
8964 2006-08-18  Wim Taymans  <wim@fluendo.com>
8965
8966         * docs/plugins/Makefile.am:
8967         More Oss docs fixage. 
8968
8969 2006-08-18  Wim Taymans  <wim@fluendo.com>
8970
8971         * gst/rtp/Makefile.am:
8972         * gst/rtp/gstrtp.c: (plugin_init):
8973         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8974         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8975         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8976         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8977         (gst_rtp_sv3v_depay_get_property),
8978         (gst_rtp_sv3v_depay_change_state),
8979         (gst_rtp_sv3v_depay_plugin_init):
8980         * gst/rtp/gstrtpsv3vdepay.h:
8981         Added experimental SVQ3 depayloader.
8982
8983 2006-08-18  Edward Hervey  <edward@fluendo.com>
8984
8985         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8986         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8987         * ext/dv/gstdvdemux.h:
8988         When handling seek requests, don't send the newsegment event from the
8989         calling thread. Instead save it so it can be sent from the streaming
8990         thread.
8991
8992 2006-08-17  Wim Taymans  <wim@fluendo.com>
8993
8994         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8995
8996         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8997         Accept leading whitespace before the boundary
8998         This patch makes the demuxer allow some whitespace before the actual
8999         boundary. This makes the demuxer work with the ``old'' gstreamer
9000         multipartmuxer again (which placed an extra \n before the start
9001         of the stream) Fixes #349068.
9002
9003 2006-08-17  Wim Taymans  <wim@fluendo.com>
9004
9005         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9006         Error out on non-implemented stuff.
9007
9008 2006-08-16  Wim Taymans  <wim@fluendo.com>
9009
9010         Patch by: Andy Wingo <wingo at pobox dot com>
9011
9012         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9013         (gst_signal_processor_start), (gst_signal_processor_stop),
9014         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9015         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9016         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9017         (gst_signal_processor_change_state):
9018         Make ladspa elements reusable. Fixes #350006.
9019
9020 2006-08-16  Wim Taymans  <wim@fluendo.com>
9021
9022         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9023         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9024         names as possible. Fixes #349901.
9025
9026 2006-08-16  Wim Taymans  <wim@fluendo.com>
9027
9028         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9029         (gst_signal_processor_do_pushes):
9030         A push() gives away our refcount so we should not use the buffer on the
9031         pen anymore.
9032
9033 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9034
9035         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9036         (gst_oss_mixer_element_finalize):
9037           Don't leak device string.
9038
9039 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9040
9041         * configure.ac:
9042           Require CVS of GStreamer core and -base (for
9043           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9044
9045         * ext/taglib/gstid3v2mux.cc:
9046           Write extended comment tags properly (#348762).
9047
9048         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9049         (parse_comment_frame):
9050           Extract COMM frames into extended comments, which makes it
9051           easier to properly retain the description bit of the tag
9052           and maintain this information when re-tagging (#348762).
9053
9054 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9055
9056         * tests/check/Makefile.am:
9057           Don't try to run annodex unit tests if the annodex
9058           plugin has not been built (Fixes #351116).
9059
9060 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         * gst/autodetect/gstautoaudiosink.c:
9063         (gst_auto_audio_sink_find_best):
9064           When we can't find a usable audiosink, don't error out,
9065           but use a fake sink instead and post a warning message
9066           on the bus (#341278).
9067
9068 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9069
9070         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9071         * sys/oss/gstosssink.c:
9072         * sys/oss/gstosssrc.c:
9073           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9074           ossmixer's new device property.
9075
9076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9078           Add docs for OSS elements.
9079
9080         * docs/plugins/inspect/plugin-aasink.xml:
9081         * docs/plugins/inspect/plugin-alaw.xml:
9082         * docs/plugins/inspect/plugin-alpha.xml:
9083         * docs/plugins/inspect/plugin-alphacolor.xml:
9084         * docs/plugins/inspect/plugin-annodex.xml:
9085         * docs/plugins/inspect/plugin-apetag.xml:
9086         * docs/plugins/inspect/plugin-auparse.xml:
9087         * docs/plugins/inspect/plugin-autodetect.xml:
9088         * docs/plugins/inspect/plugin-avi.xml:
9089         * docs/plugins/inspect/plugin-cacasink.xml:
9090         * docs/plugins/inspect/plugin-cairo.xml:
9091         * docs/plugins/inspect/plugin-cdio.xml:
9092         * docs/plugins/inspect/plugin-cutter.xml:
9093         * docs/plugins/inspect/plugin-debug.xml:
9094         * docs/plugins/inspect/plugin-dv.xml:
9095         * docs/plugins/inspect/plugin-efence.xml:
9096         * docs/plugins/inspect/plugin-effectv.xml:
9097         * docs/plugins/inspect/plugin-esdsink.xml:
9098         * docs/plugins/inspect/plugin-flac.xml:
9099         * docs/plugins/inspect/plugin-flxdec.xml:
9100         * docs/plugins/inspect/plugin-gconfelements.xml:
9101         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9102         * docs/plugins/inspect/plugin-goom.xml:
9103         * docs/plugins/inspect/plugin-halelements.xml:
9104         * docs/plugins/inspect/plugin-icydemux.xml:
9105         * docs/plugins/inspect/plugin-id3demux.xml:
9106         * docs/plugins/inspect/plugin-jpeg.xml:
9107         * docs/plugins/inspect/plugin-level.xml:
9108         * docs/plugins/inspect/plugin-matroska.xml:
9109         * docs/plugins/inspect/plugin-mulaw.xml:
9110         * docs/plugins/inspect/plugin-multipart.xml:
9111         * docs/plugins/inspect/plugin-navigationtest.xml:
9112         * docs/plugins/inspect/plugin-ossaudio.xml:
9113         * docs/plugins/inspect/plugin-png.xml:
9114         * docs/plugins/inspect/plugin-rtp.xml:
9115         * docs/plugins/inspect/plugin-rtsp.xml:
9116         * docs/plugins/inspect/plugin-shout2send.xml:
9117         * docs/plugins/inspect/plugin-smpte.xml:
9118         * docs/plugins/inspect/plugin-speex.xml:
9119         * docs/plugins/inspect/plugin-taglib.xml:
9120         * docs/plugins/inspect/plugin-udp.xml:
9121         * docs/plugins/inspect/plugin-videobalance.xml:
9122         * docs/plugins/inspect/plugin-videobox.xml:
9123         * docs/plugins/inspect/plugin-videoflip.xml:
9124         * docs/plugins/inspect/plugin-videomixer.xml:
9125         * docs/plugins/inspect/plugin-wavenc.xml:
9126         * docs/plugins/inspect/plugin-wavparse.xml:
9127         * docs/plugins/inspect/plugin-ximagesrc.xml:
9128           Update to CVS version.
9129           
9130 2006-08-16  Wim Taymans  <wim@fluendo.com>
9131
9132         * gst/rtp/gstrtpamrdepay.c:
9133         * gst/rtp/gstrtpmp4gdepay.c:
9134         Caps extra properties must be defined as strings for
9135         depayloaders because they are generated from an SDP.
9136
9137         * gst/rtp/Makefile.am:
9138         * gst/rtp/gstrtp.c: (plugin_init):
9139         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9140         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9141         (gst_rtp_h264_depay_finalize), (decode_base64),
9142         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9143         (gst_rtp_h264_depay_set_property),
9144         (gst_rtp_h264_depay_get_property),
9145         (gst_rtp_h264_depay_change_state),
9146         (gst_rtp_h264_depay_plugin_init):
9147         * gst/rtp/gstrtph264depay.h:
9148         Added basic, not completely functional RFC 3984 H264 depayloader.
9149
9150 2006-08-16  Wim Taymans  <wim@fluendo.com>
9151
9152         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9153         Add pads after setting them up.
9154
9155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9156         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9157         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9158         (gst_rtspsrc_stream_setup_rtp),
9159         (gst_rtspsrc_stream_configure_transport),
9160         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9161         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9162         (gst_rtspsrc_pause):
9163         * gst/rtsp/gstrtspsrc.h:
9164         Fix interleaved mode.
9165          - Protect streaming with lock.
9166          - Combine flows
9167          - set caps on outgoing buffers.
9168          - strip trailing \0 from data packets.
9169          - Configure RTP/RTCP in stream.
9170         Use DEBUG_OBJECT more.
9171
9172 2006-08-16  Wim Taymans  <wim@fluendo.com>
9173
9174         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9175         Turn a g_print into a DEBUG line.
9176
9177 2006-08-13  Wim Taymans  <wim@fluendo.com>
9178
9179         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9180         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9181         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9182         (gst_oss_mixer_element_get_property),
9183         (gst_oss_mixer_element_change_state):
9184         * sys/oss/gstossmixerelement.h:
9185         Small cleanups. Better error reporting.
9186         Add device property for the mixer instead of the hardcoded
9187         /dev/mixer. Fixes #350785.
9188         API: GstOssMixerElement::device property
9189
9190 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9191
9192         Patch by: Jens Granseuer <jensgr at gmx net>
9193
9194         * gconf/Makefile.am:
9195           Make --disable-schemas work right (they still need
9196           to be copied to the installation directory, just not
9197           applied). Fixes #351347 (also #344100).
9198           
9199 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9200
9201         * configure.ac: back to HEAD
9202
9203 === release 0.10.4 ===
9204
9205 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9206
9207         * configure.ac:
9208           releasing 0.10.4, "Dear Leader"
9209
9210 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9211
9212         Patch by: Edward Hervey <edward@fluendo.com>
9213
9214         * configure.ac:
9215         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9216         (gst_wavparse_stream_data):
9217         Send the newsegment event in the streaming thread.
9218         Fixes #347529
9219
9220 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9221
9222         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9223         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9224         (gst_smokeenc_resync), (gst_smokeenc_chain):
9225           Refuse sink caps in the encoder if width or height is not a
9226           multiple of 16, the encoder does not support that yet (#349939);
9227           along the same lines, check the return value of the encoder
9228           setup function; also remove some debug log clutter.
9229
9230 2006-08-04  Andy Wingo  <wingo@pobox.com>
9231
9232         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9233         whether a processor can work in place or not, and for keeping
9234         track of its state. Change the FlowReturn instance variable from
9235         "state" to "flow_state", all callers changed.
9236
9237         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9238         (gst_signal_processor_start, gst_signal_processor_stop)
9239         (gst_signal_processor_cleanup): New functions to manage the
9240         processor's state.
9241         (gst_signal_processor_setcaps): start() as well as setup() here.
9242         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9243         (gst_signal_processor_change_state): Stop and cleanup the
9244         processor as we go to NULL.
9245
9246         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9247         INPLACE_BROKEN is not set.
9248
9249         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9250         Do the alloc_buffer in bytes, not frames.
9251         
9252 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9253
9254         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9255         Fix rgb masks when recording in < 24bpp.
9256
9257 2006-08-04  Andy Wingo  <wingo@pobox.com>
9258
9259         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9260         (gst_signal_processor_prepare)
9261         (gst_signal_processor_update_inputs)
9262         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9263         (gst_signal_processor_flush)
9264         (gst_signal_processor_sink_activate_push)
9265         (gst_signal_processor_src_activate_pull)
9266         (gst_signal_processor_change_state): Remove the last of the code
9267         that assumes that we process whole buffers at a time. Fix some
9268         debugging. Seems to work now in some cases.
9269         (gst_signal_processor_src_activate_pull): BPB
9270
9271 2006-08-01  Andy Wingo  <wingo@pobox.com>
9272
9273         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9274         Fix nframes-choosing.
9275         (gst_signal_processor_init): Init pending_in and pending_out.
9276
9277         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9278         more default sample rate, although we never check that the sample
9279         rate actually gets set. Something for the future.
9280         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9281         (gst_signal_processor_event): Refcount fixen.
9282         (gst_signal_processor_process): Pull the number of frames to
9283         process from the sizes of the buffers in the input pens.
9284         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9285         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9286         it instead of buffer_frames.
9287         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9288         to do_pulls.
9289         (gst_signal_processor_chain)
9290         (gst_signal_processor_sink_activate_push)
9291         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9292
9293         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9294
9295 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9296
9297         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9298         (gst_signal_processor_process):
9299           don't query buffer-frames from caps, add lots of debug-log,
9300           try fix for assert (#349189)
9301
9302 2006-07-31  Wim Taymans  <wim@fluendo.com>
9303
9304         * gst/udp/gstudpsrc.c:
9305         Fix docs.
9306
9307 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9308
9309         * ext/ladspa/gstsignalprocessor.c:
9310         (gst_signal_processor_add_pad_from_template),
9311         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9312         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9313         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9314         (gst_signal_processor_sink_activate_push),
9315         (gst_signal_processor_src_activate_pull),
9316         (gst_signal_processor_change_state):
9317          Add debugs logs here and there, add more error handling, add some
9318          FIXME comments, filed #349189
9319
9320 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9321
9322         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9323         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9324         Set caps on buffer correctly.  Fixes bug #349155.
9325
9326 2006-07-28  Wim Taymans  <wim@fluendo.com>
9327
9328         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9329
9330         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9331         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9332         (gst_multipart_demux_finalize), (get_line_end),
9333         (multipart_parse_header), (multipart_find_boundary),
9334         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9335         (gst_multipart_set_property), (gst_multipart_get_property):
9336         Uses GstAdapter instead of own buffering.
9337         Actually parses the mime-type correctly (In tests the mime-type was
9338         always "" with the old version).
9339         Uses the Content-length header if available to speed up things.
9340         Reliably autoscans the boundary name by default.
9341         Fixes #349068.
9342
9343         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9344         Don't start the stream with a \n.
9345
9346 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9347
9348         Patch by: Brian Cameron <brian dot cameron at sun com>
9349
9350         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9351           Open source with O_NONBLOCK (#349015).
9352
9353 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9354
9355         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9356         (gst_avi_demux_massage_index):
9357         * gst/avi/gstavidemux.h:
9358           Whitespace fixes and more debug
9359
9360 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9361
9362         * gst/autodetect/gstautoaudiosink.c:
9363         (gst_auto_audio_sink_create_element_with_pretty_name),
9364         (gst_auto_audio_sink_find_best),
9365         (gst_auto_audio_sink_change_state):
9366           Get rid of old and unused magic sound-server properties stuff.
9367           Add suffix to child sink's name that makes it easy to see from
9368           the name alone which type it actually is (alsa, oss, esd, etc.).
9369
9370 2006-07-27  Wim Taymans  <wim@fluendo.com>
9371
9372         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9373         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9374         (gst_udpsrc_start):
9375         * gst/udp/gstudpsrc.h:
9376         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9377         not some sort of feature we enable.
9378
9379 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9382           Use CLOSE_SOCKET() here instead of close() to maintain
9383           win32 workiness.
9384
9385 2006-07-27  Wim Taymans  <wim@fluendo.com>
9386
9387         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9388
9389         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9390         (gst_udpsrc_create), (gst_udpsrc_set_property),
9391         (gst_udpsrc_get_property), (gst_udpsrc_start):
9392         * gst/udp/gstudpsrc.h:
9393         Added "buffer-size" property to control the kernel receive buffer size.
9394         Update documentation.
9395         Small cleanups. Fixes #348752.
9396         API: buffer-size property
9397
9398 2006-07-26  Wim Taymans  <wim@fluendo.com>
9399
9400         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9401
9402         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9403         (gst_rtp_pcma_pay_handle_buffer):
9404         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9405         (gst_rtp_pcmu_pay_handle_buffer):
9406         Fix timestamp calculation on outgoing RTP packets.
9407         Fixes #348675.
9408
9409 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         * ext/taglib/gstid3v2mux.cc:
9412           Fix writing of comment frames (should be COMM not TCOM),
9413           is still sub-optimal though, since we don't retain or
9414           extract the comment descriptions properly (#334375,
9415           also see #334375).
9416
9417 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9418
9419         * gst/wavparse/gstwavparse.c:
9420           #define 'fact' RIFF chunk if we are not compiling against
9421           -base CVS (we don't want to depend on -base CVS for this
9422           one define only, and also not for release order reasons).
9423
9424 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * ext/taglib/gstid3v2mux.cc:
9427           Handle multiple tags of the same type properly. Re-inject
9428           unparsed ID3v2 frames that we get as binary blobs from
9429           id3demux into the tag again so we don't lose information
9430           when retagging (#334375).
9431
9432 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9435           Document newly-added properties properly, so that there is a
9436           'Since: 0.10.4' in the plugin docs. Convert some property
9437           names into canonical GObject style (GObject will do that
9438           internally anyway).
9439
9440 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         * gst/id3demux/id3tags.c:
9443         (id3demux_add_id3v2_frame_blob_to_taglist):
9444           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9445           well, and add the version to the blob's buffer caps, since that
9446           information will be needed for deserialisation later on (#348644).
9447
9448 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9449
9450         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9451         (gst_avi_demux_parse_stream):
9452          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9453          indentation and spacing.
9454
9455 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9456
9457         * docs/plugins/Makefile.am:
9458         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9459         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9460         * docs/plugins/gst-plugins-good-plugins.args:
9461         * docs/plugins/inspect/plugin-1394.xml:
9462         * docs/plugins/inspect/plugin-aasink.xml:
9463         * docs/plugins/inspect/plugin-alaw.xml:
9464         * docs/plugins/inspect/plugin-alpha.xml:
9465         * docs/plugins/inspect/plugin-alphacolor.xml:
9466         * docs/plugins/inspect/plugin-annodex.xml:
9467         * docs/plugins/inspect/plugin-apetag.xml:
9468         * docs/plugins/inspect/plugin-auparse.xml:
9469         * docs/plugins/inspect/plugin-autodetect.xml:
9470         * docs/plugins/inspect/plugin-avi.xml:
9471         * docs/plugins/inspect/plugin-cacasink.xml:
9472         * docs/plugins/inspect/plugin-cairo.xml:
9473         * docs/plugins/inspect/plugin-cdio.xml:
9474         * docs/plugins/inspect/plugin-cutter.xml:
9475         * docs/plugins/inspect/plugin-debug.xml:
9476         * docs/plugins/inspect/plugin-dv.xml:
9477         * docs/plugins/inspect/plugin-efence.xml:
9478         * docs/plugins/inspect/plugin-effectv.xml:
9479         * docs/plugins/inspect/plugin-esdsink.xml:
9480         * docs/plugins/inspect/plugin-flac.xml:
9481         * docs/plugins/inspect/plugin-flxdec.xml:
9482         * docs/plugins/inspect/plugin-gconfelements.xml:
9483         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9484         * docs/plugins/inspect/plugin-goom.xml:
9485         * docs/plugins/inspect/plugin-halelements.xml:
9486         * docs/plugins/inspect/plugin-icydemux.xml:
9487         * docs/plugins/inspect/plugin-id3demux.xml:
9488         * docs/plugins/inspect/plugin-jpeg.xml:
9489         * docs/plugins/inspect/plugin-level.xml:
9490         * docs/plugins/inspect/plugin-matroska.xml:
9491         * docs/plugins/inspect/plugin-mulaw.xml:
9492         * docs/plugins/inspect/plugin-multipart.xml:
9493         * docs/plugins/inspect/plugin-navigationtest.xml:
9494         * docs/plugins/inspect/plugin-ossaudio.xml:
9495         * docs/plugins/inspect/plugin-png.xml:
9496         * docs/plugins/inspect/plugin-rtp.xml:
9497         * docs/plugins/inspect/plugin-rtsp.xml:
9498         * docs/plugins/inspect/plugin-shout2send.xml:
9499         * docs/plugins/inspect/plugin-smpte.xml:
9500         * docs/plugins/inspect/plugin-speex.xml:
9501         * docs/plugins/inspect/plugin-udp.xml:
9502         * docs/plugins/inspect/plugin-videobalance.xml:
9503         * docs/plugins/inspect/plugin-videobox.xml:
9504         * docs/plugins/inspect/plugin-videoflip.xml:
9505         * docs/plugins/inspect/plugin-videomixer.xml:
9506         * docs/plugins/inspect/plugin-wavenc.xml:
9507         * docs/plugins/inspect/plugin-wavparse.xml:
9508         * docs/plugins/inspect/plugin-ximagesrc.xml:
9509           Update files to CVS/Prerelease version, add esdsink docs.
9510
9511         * ext/esd/esdsink.c:
9512           Add gtk-doc blurb.
9513
9514         * gst/rtp/gstrtpmp4vpay.c:
9515           Fix typo in element description.
9516
9517 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * ext/esd/esdsink.c: (gst_esdsink_open),
9520         (gst_esdsink_factory_init):
9521           Prevent libesd from auto-spawning a sound daemon if it
9522           is not already running. Now that we don't do evil stuff
9523           like that any longer we can give esdsink a rank so that
9524           autoaudiosink will try it as well if all other audio
9525           sinks fail (#343051).
9526
9527 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9528
9529         * ext/esd/Makefile.am:
9530           Oops, need to remove README from EXTRA_DIST as well.
9531
9532 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9533
9534         * ext/esd/README:
9535           Remove, it contains nothing useful anyway.
9536
9537         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9538         (gst_esdsink_delay):
9539           Some small clean-ups; use GST_BOILERPLATE etc.
9540
9541 2006-07-24  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst/law/alaw-decode.c: (alawdec_getcaps):
9544         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9545         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9546         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9547         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9548
9549 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9550
9551         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9552         (gst_wavparse_other), (gst_wavparse_perform_seek),
9553         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9554         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9555         (gst_wavparse_pad_query):
9556         * gst/wavparse/gstwavparse.h:
9557           Use information from 'fact' chunk for length calculation of compressed
9558           samples. Calculate bps if bogus value is found in wav header (embeded
9559           mp2/mp3).
9560           
9561
9562 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9563
9564         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9565
9566         * configure.ac:
9567         * gst/udp/Makefile.am:
9568         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9569         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9570         * gst/udp/gstdynudpsink.h:
9571         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9572         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9573         * gst/udp/gstmultiudpsink.h:
9574         * gst/udp/gstudp.c: (plugin_init):
9575         * gst/udp/gstudpsink.h:
9576         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9577         (gst_udpsrc_start), (gst_udpsrc_stop):
9578         * gst/udp/gstudpsrc.h:
9579         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9580         (gst_udp_net_utils_win32_wsa_startup):
9581         * gst/udp/gstudpnetutils.h:
9582           Port udp plugin to win32 (#345288).
9583
9584 2006-07-24  Wim Taymans  <wim@fluendo.com>
9585
9586         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9587         Remove unwanted DEBUG line.
9588
9589 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9590
9591         * gst/id3demux/gstid3demux.c: (plugin_init):
9592         * gst/id3demux/id3tags.c:
9593         (id3demux_add_id3v2_frame_blob_to_taglist):
9594         * gst/id3demux/id3tags.h:
9595           On second thought, it might be wiser and more efficient
9596           not to do tag registration from a streaming thread.
9597
9598 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9599
9600         * gst/id3demux/id3tags.c:
9601         (id3demux_add_id3v2_frame_blob_to_taglist),
9602         (id3demux_id3v2_frames_to_tag_list):
9603           Put ID3v2 frames we can't parse as binary blobs into private
9604           tags, so that they are not lost when retagging, at least once
9605           id3v2mux has been taught to re-inject those frames again.
9606           See bug #334375.
9607
9608 2006-07-21  Wim Taymans  <wim@fluendo.com>
9609
9610         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9611         (gst_avi_demux_process_next_entry):
9612         Fix some leaks.
9613
9614         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9615         Don't use \n in debug lines.
9616
9617 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9618
9619         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9620         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9621           Add annodex and icydemux, cleanup the sections a bit
9622
9623 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9624
9625         Patch by: Alex Lancaster <alexl at users sourceforge net>
9626
9627         * ext/taglib/gstid3v2mux.cc:
9628           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9629           ID3v2 TSSE frames (#347898).
9630
9631 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9632
9633         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9634           Respect mpegversion for "video/mpeg" and give message in case of
9635           unhandled versions.
9636
9637 2006-07-17  Wim Taymans  <wim@fluendo.com>
9638
9639         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9640         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9641         (gst_pngdec_chain), (gst_pngdec_sink_event),
9642         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9643         (gst_pngdec_sink_activate_push):
9644         * ext/libpng/gstpngdec.h:
9645         Use statically allocated segment instead of leaking.
9646         Various cleanups.
9647         Fix flush and seek handling.
9648
9649 2006-07-16  Wim Taymans  <wim@fluendo.com>
9650
9651         * gst/rtp/Makefile.am:
9652         * gst/rtp/gstrtp.c: (plugin_init):
9653         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9654         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9655         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9656         (gst_rtp_mp4g_depay_set_property),
9657         (gst_rtp_mp4g_depay_get_property),
9658         (gst_rtp_mp4g_depay_change_state),
9659         (gst_rtp_mp4g_depay_plugin_init):
9660         * gst/rtp/gstrtpmp4gdepay.h:
9661         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9662         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9663         (gst_rtp_mp4g_pay_flush):
9664         Added simple generic mpeg4 depayloader.
9665         Fix generic mpeg4 payloader.
9666
9667 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9670           Don't try doing state changes on a NULL pointer.
9671
9672 2006-07-14  Wim Taymans  <wim@fluendo.com>
9673
9674         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9675
9676         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9677         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9678         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9679         * gst/rtp/gstrtpamrdepay.h:
9680         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9681         Fixes #321191
9682
9683 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9684
9685         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9686         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9687         Fix segfault when moving mouse pointer to the bottom right corner.
9688
9689 2006-07-12  Wim Taymans  <wim@fluendo.com>
9690
9691         * gst/rtp/Makefile.am:
9692         * gst/rtp/gstrtp.c: (plugin_init):
9693         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9694         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9695         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9696         (gst_rtp_mp2t_depay_set_property),
9697         (gst_rtp_mp2t_depay_get_property),
9698         (gst_rtp_mp2t_depay_change_state),
9699         (gst_rtp_mp2t_depay_plugin_init):
9700         * gst/rtp/gstrtpmp2tdepay.h:
9701         Added mpeg2 TS depayloader. Closing #347234.
9702
9703 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9704
9705         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9706           Remove g_assert that shouldn't be there and was triggered
9707           after trying to open a device that doesn't exist or can't
9708           be opened for some other reason (#347972).
9709
9710 2006-07-10  Edward Hervey  <edward@fluendo.com>
9711
9712         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9713         (gst_avi_demux_stream_header), (push_tag_lists):
9714         * gst/avi/gstavidemux.h:
9715         Don't push tag events found by gst_riff_parse_info() before outputting
9716         GST_EVENT_NEWSEGMENT.
9717
9718 2006-07-10  Wim Taymans  <wim@fluendo.com>
9719
9720         * gst/rtsp/Makefile.am:
9721         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9722         (rtsp_connection_close):
9723         * gst/rtsp/rtspdefs.h:
9724         replaced closesocket and close in code with one CLOSE_SOCKET. 
9725         Some more cleanups. Fixes #345301.
9726
9727 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * gst/autodetect/gstautoaudiosink.c:
9730           Fix example pipeline in docs.
9731
9732 2006-07-10  Wim Taymans  <wim@fluendo.com>
9733
9734         Patch by: Rob Taylor <robtaylor at floopily dot org>
9735
9736         * gst/udp/gstmultiudpsink.c: (join_multicast),
9737         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9738         If a destination is added before the stream is set to PAUSED, the
9739         multicast group is not joined as the socket is not created yet. 
9740         Also TTL and LOOP should also be set. Fixes #346921.
9741
9742 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9743
9744         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9745         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9746         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9747         (gst_ximage_src_init):
9748         * sys/ximage/gstximagesrc.h:
9749         Fix use-damage property to actually work :)
9750         Add startx, starty, endx, endy properties so screencasts other than full
9751         screen ones can work.
9752
9753 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9754
9755         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9756         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9757         (gst_ximage_src_class_init), (gst_ximage_src_init):
9758         * sys/ximage/gstximagesrc.h:
9759         Add use_damage property to offer ability to choose whether to use
9760         XDamage or not.
9761
9762 2006-07-07  Wim Taymans  <wim@fluendo.com>
9763
9764         * gst/goom/filters.c: (zoomFilterSetResolution):
9765         Avoid goom coredumping by clearing memory. 
9766         Fixes 345679.
9767
9768 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9769
9770         * win32/vs6/libgstid3demux.dsp:
9771         Add a link to libgsttag-0.10.lib.
9772
9773 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9776         (gst_tag_demux_read_range):
9777         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9778         (gst_id3demux_read_range):
9779           Don't return FLOW_UNEXPECTED when a buffer is before
9780           the start of the stream (which might happen with
9781           large ID3v2 tags if the tag reading was done pullrange
9782           based and we then switched to push mode later on).
9783           Fixes regression introduced by commit from June 29th.
9784
9785 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9786
9787         * ext/taglib/gstid3v2mux.cc:
9788           Make UTF-8 the default encoding when writing string
9789           tags (before, our UTF-8 strings would automatically
9790           be converted to ISO-8859-1 by taglib and written as
9791           ISO-8859-1 fields if that was possible).
9792
9793         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9794         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9795         (test_taglib_id3mux_with_tags):
9796           Add test case that makes sure our UTF-8 strings have
9797           actually been written into the tag as UTF-8.
9798
9799 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9800
9801         * configure.ac:
9802           Let's try that again.
9803
9804 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * configure.ac:
9807           Disable monoscope plugin for now until it fulfills
9808           all the requirements.
9809
9810 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9811
9812         * configure.ac:
9813         * gst/monoscope/Makefile.am:
9814         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9815         (gst_monoscope_class_init), (gst_monoscope_init),
9816         (gst_monoscope_finalize), (gst_monoscope_reset),
9817         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9818         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9819         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9820         (gst_monoscope_change_state), (plugin_init):
9821         * gst/monoscope/gstmonoscope.h:
9822           Port monoscope visualisation to 0.10.
9823
9824 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9825
9826         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9827         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9828           Return FLOW_UNEXPECTED when at the end of the file, not
9829           FLOW_ERROR. Fixes 'internal stream error' errors that
9830           would sometimes occur in totem when scrubbing to the
9831           end of an ID3v1 tagged mp3 file.
9832
9833 2006-07-03  Edward Hervey  <edward@fluendo.com>
9834
9835         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9836         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9837         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9838         * ext/libpng/gstpngdec.h:
9839         Implement buffer clipping/dropping using GstSegment.
9840         This provides accurate seeking.
9841
9842 2006-07-03  Edward Hervey  <edward@fluendo.com>
9843
9844         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9845         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9846         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9847         (gst_avi_demux_process_next_entry), (push_tag_lists),
9848         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9849         * gst/avi/gstavidemux.h:
9850         Proper aggregation of each stream's GstFlowReturn in order to figure out
9851         whether the task should stop or not.
9852         Don't send inline events before pushing out a NEW_SEGMENT, more
9853         specifically for GST_TAG_EVENT.
9854         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9855         sub-indexes.
9856
9857 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9858
9859         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9860
9861         * sys/sunaudio/gstsunaudiomixerctrl.c:
9862         (gst_sunaudiomixer_ctrl_build_list):
9863           Move "Monitor" slider to input tab so it works more like
9864           sdtaudiocontrol, which is what people on Solaris are used
9865           to using for their mixer program (#346259).
9866
9867 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9868
9869         * tests/check/elements/level.c: (GST_START_TEST):
9870           fix a leak, clean up at the end
9871
9872 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9873
9874         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9875         (gst_matroska_demux_send_event),
9876         (gst_matroska_demux_loop_stream_parse_id):
9877         * gst/matroska/matroska-ids.h:
9878           Send tag event after newsegment event.
9879
9880 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9881
9882         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9883         (gst_id3demux_read_range):
9884           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9885           certain cases where a read beyond the end of the file is
9886           requested. Fixes #345930.
9887
9888         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9889         (gst_tag_demux_read_range):
9890           Fix same issue here as well.
9891
9892 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9893
9894         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9895         
9896         Fix hypothetical crash.
9897
9898 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9899
9900         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9901
9902         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9903           Do not modify the ports value. If the user has turned off the
9904           built-in speakers, then we should not reset it in the prepare
9905           function, since this causes the built-in speakers to turn
9906           back on anytime the user changes a track in totem, rhythmbox,
9907           etc. (#346066).
9908
9909 2006-06-23  Wim Taymans  <wim@fluendo.com>
9910
9911         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9912         Fix double caps unref when negotiation fails.
9913
9914 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9915
9916         * ext/annodex/gstcmmldec.c:
9917         * ext/annodex/gstcmmlenc.c:
9918         * ext/annodex/gstcmmlparser.c:
9919         * ext/dv/gstdvdec.c:
9920         * ext/dv/gstdvdemux.c:
9921         * ext/gdk_pixbuf/pixbufscale.c:
9922         * ext/jpeg/gstjpegenc.c:
9923         * ext/jpeg/gstsmokedec.c:
9924         * ext/jpeg/gstsmokeenc.c:
9925         * ext/libpng/gstpngdec.c:
9926         * ext/libpng/gstpngenc.c:
9927         * ext/speex/gstspeexenc.c:
9928         * gst/alpha/gstalphacolor.c:
9929         * gst/cutter/gstcutter.c:
9930         * gst/debug/gstnavigationtest.c:
9931         * gst/icydemux/gsticydemux.c:
9932         * gst/level/gstlevel.c:
9933         * gst/multipart/multipart.c:
9934         * gst/rtp/gstrtpamrpay.c:
9935         * gst/rtp/gstrtpdepay.c:
9936         * gst/rtp/gstrtpilbcpay.c:
9937         * gst/rtp/gstrtpmp4gpay.c:
9938         * gst/rtp/gstrtpmp4vpay.c:
9939         * gst/rtsp/gstrtpdec.c:
9940         * gst/rtsp/gstrtspsrc.c:
9941         * gst/udp/gstdynudpsink.c:
9942         * gst/udp/gstmultiudpsink.c:
9943         * gst/udp/gstudpsrc.c:
9944         * gst/videobox/gstvideobox.c:
9945         * gst/videofilter/gstvideoflip.c:
9946           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9947           plus two minor macro fixes.
9948
9949 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9950
9951         * gst/matroska/matroska-demux.c:
9952         (gst_matroska_demux_check_subtitle_buffer),
9953         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9954         (gst_matroska_demux_subtitle_caps):
9955         * gst/matroska/matroska-ids.c:
9956         (gst_matroska_track_init_subtitle_context):
9957         * gst/matroska/matroska-ids.h:
9958           Try to fix up broken matroska files containing subtitle
9959           streams with non-UTF8 character encodings (courtesy of
9960           mkvmerge) using either the encoding specified in the
9961           GST_SUBTITLE_ENCODING environment variable or the
9962           current locale's character set if it is non-UTF8.
9963           Fixes #337076.
9964
9965 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9966
9967         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9968           Set image type from APIC frame as "image-type" field
9969           of GST_TAG_IMAGE buffer caps (#344605).
9970
9971 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * ext/flac/Makefile.am:
9974         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9975         (gst_flac_dec_reset_decoders),
9976         (gst_flac_dec_setup_seekable_decoder),
9977         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9978         (gst_flac_dec_metadata_callback),
9979         (gst_flac_dec_metadata_callback_seekable),
9980         (gst_flac_dec_metadata_callback_stream),
9981         (gst_flac_dec_error_callback),
9982         (gst_flac_dec_error_callback_seekable),
9983         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9984         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9985         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9986         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9987         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9988         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9989         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9990         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9991         (gst_flac_dec_sink_activate_push),
9992         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9993         * ext/flac/gstflacdec.h:
9994           Support chain-based operation, should make flac-over-DAAP
9995           work (#340492).
9996
9997 2006-06-20  Wim Taymans  <wim@fluendo.com>
9998
9999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10000         Doc updates, merge some unused symbols.
10001
10002 2006-06-20  Wim Taymans  <wim@fluendo.com>
10003
10004         * docs/plugins/Makefile.am:
10005         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10006         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10007         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10008         * gst/rtsp/gstrtspsrc.c:
10009         * gst/rtsp/gstrtspsrc.h:
10010         Added documentation for the rtsp plugin. Fixes #345393.
10011
10012 2006-06-20  Wim Taymans  <wim@fluendo.com>
10013
10014         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10015         (rtsp_connection_close), (rtsp_connection_free):
10016         Use better G_OS_* macros. Fixes #345301 some more.
10017
10018 2006-06-20  Wim Taymans  <wim@fluendo.com>
10019
10020         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10021
10022         * sys/sunaudio/Makefile.am:
10023         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10024         * sys/sunaudio/gstsunaudiomixerctrl.c:
10025         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10026         (gst_sunaudiomixer_ctrl_list_tracks),
10027         (gst_sunaudiomixer_ctrl_get_volume),
10028         (gst_sunaudiomixer_ctrl_set_volume),
10029         (gst_sunaudiomixer_ctrl_set_mute),
10030         (gst_sunaudiomixer_ctrl_set_record):
10031         * sys/sunaudio/gstsunaudiomixerctrl.h:
10032         * sys/sunaudio/gstsunaudiomixertrack.c:
10033         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10034         * sys/sunaudio/gstsunaudiomixertrack.h:
10035         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10036         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10037         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10038         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10039         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10040         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10041         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10042         (gst_sunaudiosrc_reset):
10043         * sys/sunaudio/gstsunaudiosrc.h:
10044         Add a SunAudio source plugin.
10045         Support stereo and right/left channel gain in the mixer plugin.
10046         Support the RECORD flag so that you can switch between line-input and
10047         microphone in gnome-volume-control.
10048         Code cleanups like using an enumerator for track number instead of an 
10049         integer. Fixes #344923.
10050
10051 2006-06-20  Wim Taymans  <wim@fluendo.com>
10052
10053         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10054
10055         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10056         (rtsp_connection_close):
10057         Make RTSP plugin compile on windows. Fixes #345301.
10058         Some changes to original patch to catch errors better.
10059         use ifdef WIN32 instead of ifndef.
10060
10061 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10062
10063         * configure.ac:
10064         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10065
10066 2006-06-18  Edward Hervey  <edward@fluendo.com>
10067
10068         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10069         After a failed buffer alloc, we need to abort the jpeg decoding (it
10070         started when parsing headers to figure out how many bytes we need
10071         to request downstream).
10072
10073 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10076
10077         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10078           Make sure we don't read beyond the end of the file (#345232).
10079
10080 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10081
10082         * configure.ac:
10083           Fix --disable-external (can't set conditionals conditionally,
10084           #343602).
10085
10086 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * autogen.sh:
10089         * configure.ac:
10090         * docs/Makefile.am:
10091           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10092
10093         * docs/plugins/Makefile.am:
10094         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10095         * docs/plugins/inspect/plugin-taglib.xml:
10096           Add/fix apev2mux docs.
10097
10098 2006-06-14  Wim Taymans  <wim@fluendo.com>
10099
10100         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10101         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10102         (gst_dvdec_change_state):
10103         Reset segment info on flush.
10104         Alloc segment in _init, free in _finalize.
10105
10106         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10107         Don't send segments twice.
10108
10109 2006-06-14  Wim Taymans  <wim@fluendo.com>
10110
10111         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10112         Respect segment.stop. Fixes #342592.
10113
10114 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10115
10116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10117           No language specified means the implied language is English
10118           according to the matroska spec (partially fixes #344708);
10119           add some more debug output.
10120
10121 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10124         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10125         (gst_wavparse_chain):
10126           When operating chain-based, don't make any assumptions about the
10127           chunking of the incoming data and make streaming work on days other
10128           than the second Thursday after a full moon. Also fix up debug
10129           messages here and there and make use of the most excellent new
10130           gst_pad_query_peer_duration() utility function.
10131           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10132
10133         * gst/wavparse/gstwavparse.h:
10134           Remove trailing comma after last enum value, some compilers don't
10135           like that.
10136
10137 2006-06-13  Wim Taymans  <wim@fluendo.com>
10138
10139         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10140         Handle premature EOS gracefully.
10141
10142 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10143
10144         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10145           Prevent out of bounds array access when scrubbing towards
10146           the end of the file between the last index entry and the
10147           end. Fixes occasional 'start <= stop' newsegment event
10148           assertions when scrubbing in MJPEG files.
10149
10150 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10151
10152         * tests/check/elements/.cvsignore:
10153           And another one.
10154
10155 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10156
10157         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10158         (scan_encoded_string), (parse_picture_frame):
10159           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10160
10161         * configure.ac:
10162           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10163           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10164
10165 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10166
10167         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10168           gratuitous comment changes
10169         * tests/check/elements/level.c: (GST_START_TEST):
10170           fix level test leaks
10171
10172 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10173
10174         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10175         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10176           Use gst_pad_query_peer_duration() utility function here.
10177
10178 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10179
10180         * autogen.sh:
10181           require am17
10182         * configure.ac:
10183         * ext/annodex/Makefile.am:
10184         * ext/cdio/Makefile.am:
10185         * ext/dv/Makefile.am:
10186         * ext/esd/Makefile.am:
10187         * ext/flac/Makefile.am:
10188         * ext/gdk_pixbuf/Makefile.am:
10189         * ext/ladspa/Makefile.am:
10190         * ext/libcaca/Makefile.am:
10191         * ext/speex/Makefile.am:
10192         * ext/taglib/Makefile.am:
10193         * sys/oss/Makefile.am:
10194         * sys/sunaudio/Makefile.am:
10195         * sys/ximage/Makefile.am:
10196           clean up build further
10197
10198 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10199
10200         * gconf/Makefile.am:
10201           Honour --disable-schemas-install configure option. Fixes #344100.
10202
10203 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10204
10205         * tests/examples/level/Makefile.am:
10206           Add -lm to LIBS for pow() function, don't assume one of our
10207           dependencies (such as libxml-2.0) drags it in automatically
10208           (#343603).
10209
10210 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10211
10212         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10213
10214         * configure.ac:
10215           We should use $SED and not $(SED) in configure.ac (#343678).
10216
10217 2006-06-09  Wim Taymans  <wim@fluendo.com>
10218
10219         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10220
10221         * sys/sunaudio/gstsunaudiomixerctrl.c:
10222         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10223         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10224         (gst_sunaudiomixer_ctrl_set_mute):
10225         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10226         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10227         (gst_sunaudiosink_write):
10228         Attached find a patch that fixes a number of bugs with the SunAudio
10229         mixer plugin and fixes #344101:
10230         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10231            tracks onto the tracklist causing gnome-volume-control's preferences
10232            dialog to be messed up and would core dump if you checked/unchecked
10233            any item.
10234         2. We weren't previously setting the MUTE flag properly.  Fixing this
10235            makes gnome-volume-control work better.
10236         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10237            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10238            gnome-volume-control look better.
10239         Also some minor cleanup in gstsunaudiosink.c.
10240
10241 2006-06-09  Wim Taymans  <wim@fluendo.com>
10242
10243         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10244         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10245         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10246         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10247         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10248         * ext/jpeg/gstjpegdec.h:
10249         API: Added IDCT method property
10250         Small cleanups.
10251         Avoid dynamic allocation of trivial fixed structure.
10252         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10253
10254 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10255
10256         * configure.ac:
10257         We now require libraw1394 >= 1.1.0 and that version onwards all
10258         have .pc files.
10259
10260 2006-06-02  Edward Hervey  <edward@fluendo.com>
10261
10262         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10263         Trying to get items from an ANY or EMPTY caps is ... stupid.
10264
10265 2006-06-02  Edward Hervey  <edward@fluendo.com>
10266
10267         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10268         (gst_dvdec_chain), (gst_dvdec_change_state):
10269         * ext/dv/gstdvdec.h:
10270         Added GstSegment handling, now implements dropping/clipping.
10271
10272 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10273
10274         * ext/aalib/gstaasink.h:
10275         * ext/annodex/gstcmmldec.h:
10276         * ext/cairo/gsttimeoverlay.h:
10277         * ext/dv/gstdvdec.h:
10278         * ext/dv/gstdvdemux.h:
10279         * ext/esd/esdmon.h:
10280         * ext/esd/esdsink.h:
10281         * ext/flac/gstflacenc.h:
10282         * ext/gconf/gstgconfaudiosink.h:
10283         * ext/gconf/gstgconfaudiosrc.h:
10284         * ext/gconf/gstgconfvideosink.h:
10285         * ext/gconf/gstgconfvideosrc.h:
10286         * ext/gdk_pixbuf/gstgdkanimation.h:
10287         * ext/gdk_pixbuf/pixbufscale.h:
10288         * ext/hal/gsthalaudiosink.h:
10289         * ext/hal/gsthalaudiosrc.h:
10290         * ext/jpeg/gstjpegenc.h:
10291         * ext/jpeg/gstsmokedec.h:
10292         * ext/jpeg/gstsmokeenc.h:
10293         * ext/libcaca/gstcacasink.h:
10294         * ext/libmng/gstmngdec.h:
10295         * ext/libmng/gstmngenc.h:
10296         * ext/libpng/gstpngdec.h:
10297         * ext/libpng/gstpngenc.h:
10298         * ext/raw1394/gstdv1394src.h:
10299         * ext/speex/gstspeexenc.h:
10300         * gst/autodetect/gstautoaudiosink.h:
10301         * gst/autodetect/gstautovideosink.h:
10302         * gst/avi/gstavidemux.h:
10303         * gst/cutter/gstcutter.h:
10304         * gst/debug/efence.h:
10305         * gst/debug/gstnavigationtest.h:
10306         * gst/debug/gstnavseek.h:
10307         * gst/flx/gstflxdec.h:
10308         * gst/goom/gstgoom.h:
10309         * gst/icydemux/gsticydemux.h:
10310         * gst/id3demux/gstid3demux.h:
10311         * gst/law/alaw-decode.h:
10312         * gst/law/alaw-encode.h:
10313         * gst/law/mulaw-decode.h:
10314         * gst/law/mulaw-encode.h:
10315         * gst/matroska/matroska-mux.h:
10316         * gst/median/gstmedian.h:
10317         * gst/oldcore/gstaggregator.h:
10318         * gst/oldcore/gstfdsink.h:
10319         * gst/oldcore/gstmd5sink.h:
10320         * gst/oldcore/gstmultifilesrc.h:
10321         * gst/oldcore/gstpipefilter.h:
10322         * gst/oldcore/gstshaper.h:
10323         * gst/oldcore/gststatistics.h:
10324         * gst/rtp/gstasteriskh263.h:
10325         * gst/rtp/gstrtpL16depay.h:
10326         * gst/rtp/gstrtpL16pay.h:
10327         * gst/rtp/gstrtpamrdepay.h:
10328         * gst/rtp/gstrtpamrpay.h:
10329         * gst/rtp/gstrtpdepay.h:
10330         * gst/rtp/gstrtpgsmdepay.h:
10331         * gst/rtp/gstrtpgsmpay.h:
10332         * gst/rtp/gstrtph263pay.h:
10333         * gst/rtp/gstrtph263pdepay.h:
10334         * gst/rtp/gstrtph263ppay.h:
10335         * gst/rtp/gstrtpmp4gpay.h:
10336         * gst/rtp/gstrtpmp4vdepay.h:
10337         * gst/rtp/gstrtpmp4vpay.h:
10338         * gst/rtp/gstrtpmpadepay.h:
10339         * gst/rtp/gstrtpmpapay.h:
10340         * gst/rtp/gstrtppcmadepay.h:
10341         * gst/rtp/gstrtppcmapay.h:
10342         * gst/rtp/gstrtppcmudepay.h:
10343         * gst/rtp/gstrtppcmupay.h:
10344         * gst/rtp/gstrtpspeexdepay.h:
10345         * gst/rtp/gstrtpspeexpay.h:
10346         * gst/rtsp/gstrtpdec.h:
10347         * gst/rtsp/gstrtspsrc.h:
10348         * gst/smpte/gstsmpte.h:
10349         * gst/udp/gstdynudpsink.h:
10350         * gst/udp/gstmultiudpsink.h:
10351         * gst/udp/gstudpsink.h:
10352         * gst/udp/gstudpsrc.h:
10353         * gst/videofilter/gstvideobalance.h:
10354         * gst/videofilter/gstvideoflip.h:
10355         * sys/oss/gstossdmabuffer.h:
10356         * sys/oss/gstossmixerelement.h:
10357         * sys/oss/gstosssink.h:
10358         * sys/oss/gstosssrc.h:
10359         * sys/osxvideo/osxvideosink.h:
10360         * sys/sunaudio/gstsunaudiomixer.h:
10361         * sys/sunaudio/gstsunaudiosink.h:
10362         * sys/ximage/gstximagesrc.h:
10363         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10364
10365 2006-05-31  Wim Taymans  <wim@fluendo.com>
10366
10367         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10368         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10369         (gst_goom_src_setcaps), (gst_goom_src_event),
10370         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10371         (gst_goom_change_state):
10372         * gst/goom/gstgoom.h:
10373         Handle QoS.
10374         Handle flushing, discont and events.
10375         Fix timestamps and various other cleanups.
10376
10377 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10378
10379         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10380         Fix bus reset when using libiec61883
10381
10382 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10383
10384         * configure.ac:
10385         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10386         * ext/raw1394/Makefile.am:
10387         Add CFLAGS.
10388         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10389         New method, to receive using libiec61883.
10390         (gst_dv1394src_iso_receive),
10391         #ifdef'd out if libiec61883 is present.
10392         (gst_dv1394src_bus_reset),
10393         Get userdata correctly if using libiec61883. 
10394         (gst_dv1394src_create),
10395         When using libiec61883, only poll one fd and no need to read.
10396         (gst_dv1394src_discover_avc_node),
10397         Replace g_warnings.
10398         (gst_dv1394src_start),
10399         Create new handle when we know which dv port.  More reliable
10400         than setting port on an existing handle.  Initialise libiec61883.
10401         (gst_dv1394src_stop):
10402         If using libiec61883, then cleanup its handle properly.
10403         * ext/raw1394/gstdv1394src.h:
10404         Add libiec61883 handle.
10405
10406 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10407
10408         * gst/avi/gstavidemux.c:
10409           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10410         * win32/MANIFEST:
10411           sort file listing
10412         * win32/vs6/libgstavi.dsp:
10413           add gstavimux.c to the project
10414         * win32/vs6/libgstid3demux.dsp:
10415           add link to zlib library
10416         * win32/vs6/libgstmatroska.dsp:
10417           add matroska-ids.c to the project
10418
10419 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         Patch by: Sebastian Dröge  <mail at slomosnail de >
10422
10423         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10424         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10425         * ext/taglib/Makefile.am:
10426         * ext/taglib/gstapev2mux.cc:
10427         * ext/taglib/gstapev2mux.h:
10428         * ext/taglib/gstid3v2mux.cc:
10429         * ext/taglib/gsttaglibmux.c: (plugin_init):
10430         * ext/taglib/gsttaglibmux.h:
10431           Add apev2mux element (#343122).
10432         
10433         * tests/check/Makefile.am:
10434         * tests/check/elements/apev2mux.c:
10435         (test_taglib_apev2mux_create_tags),
10436         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10437         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10438         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10439         (apev2mux_suite), (main):
10440           Add unit test for apev2mux element.
10441
10442 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10443
10444         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10445         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10446         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10447           GST_PTR_FORMAT should be used to print caps in debug statements.
10448
10449 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10452
10453         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10454         (ape_demux_parse_tags):
10455           Some clean-ups and additions: map APE 'file' tag to
10456           GST_TAG_LOCATION (#343123); add support for extracting
10457           the track count and clean up parsing a bit (#343127).
10458
10459 2006-05-28  Edward Hervey  <edward@fluendo.com>
10460
10461         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10462         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10463
10464 2006-05-28  Edward Hervey  <edward@fluendo.com>
10465
10466         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10467         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10468         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10469         * ext/jpeg/gstjpegdec.h:
10470         Clip outgoing buffers according to currently configured segment.
10471
10472 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         * ext/taglib/gstid3v2mux.cc:
10475           Handle  writing of track-count or album-volume-count without
10476           track-number or albume-volume-number (in this case the number
10477           will just be set to 0).
10478
10479         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10480           It would be nice if we actually checked the values received for
10481           track/album-volume number/count in  _check_tags(), rather than
10482           setting them again ...
10483
10484 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10487           A track/volume number or count of 0 does not make sense,
10488           just ignore it along with negative numbers (a tag might
10489           only contain a track count without a track number).
10490
10491 2006-05-27  Edward Hervey  <edward@fluendo.com>
10492
10493         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10494         (gst_jpeg_dec_sink_event):
10495         Abort decompression when receiving FLUSH_STOP. This should avoid
10496         issues when interrupting decoding with flushes.
10497
10498 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10499
10500         * ext/flac/gstflac.c:
10501           Don't #include file we don't dist any longer.
10502
10503 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10504
10505         * README:
10506           Replace current README (containing the release notes from
10507           some 0.9.x version) with a proper README taken from the core.
10508
10509 2006-05-24  Wim Taymans  <wim@fluendo.com>
10510
10511         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10512         Implement EOS correctly by either posting
10513         SEGMENT_DONE or pushing an EOS message depending
10514         on the seek type. Fixes #342592
10515
10516 2006-05-24  Wim Taymans  <wim@fluendo.com>
10517
10518         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10519         * gst/law/alaw-decode.h:
10520         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10521         * gst/law/alaw-encode.h:
10522         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10523         * gst/law/mulaw-decode.h:
10524         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10525         * gst/law/mulaw-encode.h:
10526         Some cleanups in the chain functions.
10527         Remove some GStreamer 0.0.2 bits.
10528
10529 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10530
10531         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10532
10533         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10534           gst_collect_pads_stop() needs to be called before chaining up
10535           to the parent class (#342734).
10536
10537 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10538
10539         * ext/flac/Makefile.am:
10540         * ext/flac/flac_compat.h:
10541         * ext/flac/gstflac.c:
10542         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10543         * ext/flac/gstflacenc.c:
10544           Remove backwards compatibility cruft for dealing with FLAC API
10545           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10546
10547 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10548
10549         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10550         (gst_matroska_demux_push_xiph_codec_priv_data),
10551         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10552         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10553         * gst/matroska/matroska-ids.h:
10554         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10555         (gst_matroska_mux_video_pad_setcaps),
10556         (xiph3_streamheader_to_codecdata),
10557         (vorbis_streamheader_to_codecdata),
10558         (theora_streamheader_to_codecdata),
10559         (gst_matroska_mux_audio_pad_setcaps),
10560         (gst_matroska_mux_write_data):
10561           Add support for muxing/demuxing theora video (#342448; too bad
10562           none of the usual linux players can actually play this). Playback
10563           in GStreamer will require additional changes to theoradec in -base.
10564           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10565           cleanups.
10566
10567 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10568
10569         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10570         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10571           Fix crashes when the horizontal subsampling is 1.
10572           Fixes #342097.
10573
10574 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10575
10576         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10577
10578         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10579         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10580         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10581         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10582         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10583         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10584         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10585         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10586         (gst_avi_mux_change_state):
10587         * gst/avi/gstavimux.h:
10588           Some enhancements for avimux (#342526):
10589            - add odml (large file) index support
10590            - store codec init data (e.g. huffyuv)
10591            - miscellaneous other fixes/cleanups
10592
10593 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10594
10595         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10596         Don't output any tag when we encounter a negative track number - the
10597         tag type is uint, so we end up outputting huge positive numbers
10598         instead. (Fixes: #342029)
10599
10600 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10601
10602         * configure.ac:
10603           update for new GSTPB_PLUGINS_DIR
10604
10605 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10606
10607         * rtp/gst/gstrtph263pay.c:
10608         Properly set static caps for H263 at 34.
10609
10610 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10611
10612         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10613
10614         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10615           Merge event tags and tag setter tags correctly (#339918). Also,
10616           don't leak taglist in case of an error.
10617           
10618 2006-05-17  Edward Hervey  <edward@fluendo.com>
10619
10620         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10621         We can only do caps intersection if the othercaps are non-empty and not
10622         ANY. Else we return the pad template (base_caps).
10623
10624 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10627           Fix crash when outputting debugging information for certain
10628           pictures (always good to use the right struct member for
10629           the number of records in an array).
10630
10631 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10634
10635         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10636         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10637         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10638         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10639         (gst_ebml_read_float), (gst_ebml_read_ascii),
10640         (gst_ebml_read_binary):
10641           Don't create unnecessary sub-buffers all the time. Dramatically
10642           improves performance with multiple concurrently running
10643           matroskademux instances (#341818) (and avoids doing
10644           unnecessarily inefficient things in the general case).
10645
10646 2006-05-16  Edward Hervey  <edward@fluendo.com>
10647
10648         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10649         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10650         return value of gst_pad_push_event().
10651
10652 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10653
10654         * gst/autodetect/gstautoaudiosink.c:
10655         (gst_auto_audio_sink_find_best):
10656         * gst/autodetect/gstautovideosink.c:
10657         (gst_auto_video_sink_find_best):
10658         Make the name of the child element be based on the name of the
10659         parent, so that debug output is more useful.
10660         
10661         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10662         (parse_insert_string_field), (parse_split_strings):
10663         Rework string parsing to always walk over BOM markers in UTF16
10664         strings, using the endianness indicated by the innermost one,
10665         then trying the opposite endianness if that fails to convert
10666         to valid UTF-8. Fixes #341774
10667
10668 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10669
10670         Patch from: Matthieu <matthieu at fluendo dot com>
10671
10672         * ext/libpng/Makefile.am:
10673         Add LIBPNG_CFLAGS.
10674
10675 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10676
10677         * ext/taglib/gstid3v2mux.cc:
10678           Add support for writing images (APIC frames) into ID3v2
10679           tags (picture type always set to 'other' for now though).
10680
10681 2006-05-14  Michael Smith  <msmith@fluendo.com>
10682
10683         * gst/wavparse/gstwavparse.c:
10684           Update docs; wavparse implements push and pull modes.
10685
10686 2006-05-12  Wim Taymans  <wim@fluendo.com>
10687
10688         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10689         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10690         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10691         Ooops, bitten by the copy-and-paste design paradigm, fixes
10692         seek again.
10693
10694 2006-05-12  Wim Taymans  <wim@fluendo.com>
10695
10696         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10697         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10698         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10699         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10700         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10701         (gst_avi_demux_massage_index),
10702         (gst_avi_demux_calculate_durations_from_index),
10703         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10704         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10705         (gst_avi_demux_loop):
10706         * gst/avi/gstavidemux.h:
10707         Some cleanups, prepare to use GstSegment.
10708         Fix error in entry walking code.
10709         Fix VBR detection.
10710         Smarter timestamp calculation code.
10711         Uniform error/eos handling.
10712
10713 2006-05-12  Michael Smith  <msmith@fluendo.com>
10714
10715         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10716         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10717           Fix use of uninitialised values if we're NOT seeking in ready.
10718           Fix typos.
10719
10720 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10721
10722         * gst/wavparse/Makefile.am:
10723           Add CFLAGS and LIBS for libgstbase, fixes build on
10724           Cygwin (#341489).
10725
10726 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10727
10728         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10729           Some more debug info. No need to check whether the string
10730           returned by g_convert() is really UTF-8 - either it is or
10731           we get NULL returned.
10732
10733 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10734
10735         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10736           Fix parsing of numeric genre strings some more, by ensuring that
10737           we only try and parse strings that a) Start with '(' and b) Consist
10738           only of digits.
10739           Also, when finding an escaping '((' sequence, bust it back to '(' by
10740           swallowing the first parenthesis
10741
10742 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10743
10744         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10745         (gst_esdsink_open), (gst_esdsink_close):
10746         * ext/esd/esdsink.h:
10747           Move the esd_get_server_info() into gst_esdsink_open() and fail
10748           with a decent error message on errors.
10749
10750 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10751
10752         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10753         (gst_esdmon_channels_get_type):
10754         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10755         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10756         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10757         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10758         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10759         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10760         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10761         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10762         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10763         * gst/videomixer/videomixer.c:
10764         (gst_video_mixer_background_get_type):
10765           Const-ify GEnumValue arrays.
10766
10767 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10768
10769         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10770
10771         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10772         (gst_avi_mux_do_video_buffer):
10773           Work around gst_buffer_make_metadata_writable() bug that
10774           results in avimux marking all frames in the index as
10775           keyframes (#340859).
10776           
10777 2006-05-08  Wim Taymans  <wim@fluendo.com>
10778
10779         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10780         Make parsing of urls suck slightly less.
10781
10782 2006-05-08  Edward Hervey  <edward@fluendo.com>
10783
10784         * autogen.sh: (CONFIGURE_DEF_OPT): 
10785         libtoolize on Darwin/MacOSX is called glibtoolize.
10786
10787 2006-05-08  Wim Taymans  <wim@fluendo.com>
10788
10789         Patch by: Jens Granseuer <jensgr at gmx dot net>
10790
10791         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10792         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10793         C89 compliance fixes. Fixes #340980
10794
10795 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10798         * ext/flac/gstflacdec.h:
10799           Handle segment seeks that include the end of the file as stop point
10800           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10801           message instead of an EOS event in case we're in segment seek
10802           mode (fixes #340699).
10803           
10804 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10805
10806         * ext/cairo/gsttextoverlay.c:
10807         * ext/flac/gstflacdec.c:
10808         * ext/gdk_pixbuf/pixbufscale.c:
10809         * gst/apetag/gstapedemux.c:
10810         * gst/debug/breakmydata.c:
10811         * gst/debug/testplugin.c:
10812         * gst/matroska/ebml-write.c:
10813         * gst/multipart/multipartdemux.c:
10814         * sys/osxaudio/gstosxaudiosink.c:
10815         * sys/osxaudio/gstosxaudiosrc.c:
10816         Add semicolons after GST_BOILERPLATE[_FULL] so that
10817         indent doesn't mess up following lines.
10818
10819 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10820
10821         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10822
10823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10824           Don't leak caps when freeing the stream context (#340623).
10825
10826 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10827
10828         * configure.ac:
10829           Back to CVS
10830
10831 === release 0.10.3 ===
10832
10833 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10834
10835         * configure.ac:
10836           releasing 0.10.3, "Desplazado"
10837
10838 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10839
10840         * gst/matroska/matroska-mux.c:
10841         (gst_matroska_mux_stream_is_vorbis_header),
10842         (gst_matroska_mux_write_data):
10843           Don't strcmp() NULL strings.
10844           Only start new clusters on video keyframes, not on any
10845           random audio buffer that doesn't have the DELTA_UNIT
10846           flag set (fixes 'make check' again).
10847
10848 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10849
10850         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10851
10852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10853         (gst_matroska_mux_stream_is_vorbis_header),
10854         (gst_matroska_mux_write_data):
10855           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10856           value and then dead-lock when muxing vorbis audio streams
10857           (the three vorbis header buffers carry no timestamp, and it
10858           would try to mux these after all video buffers). Fixes #340346.
10859
10860           Improve clustering: start a new cluster also whenever we get
10861           a keyframe.     
10862
10863 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10864
10865         * win32/common/config.h:
10866         * win32/MANIFEST
10867           add the generated file as well
10868
10869 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10870
10871         * Makefile.am:
10872         * configure.ac:
10873         * win32/common/config.h.in:
10874           add win32 stuff
10875
10876 2006-05-03  Michael Smith  <msmith@fluendo.com>
10877
10878         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10879           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10880           SUCKS.
10881
10882 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10883
10884         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10885         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10886         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10887           don't leak caps-string
10888
10889 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10890
10891         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10892         (gst_id3demux_sink_activate):
10893           Let core insert default error message for TYPE_NOT_FOUND
10894           errors, it's just as good as our own and has the added
10895           bonus of being translated.
10896
10897 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10900         (gst_tag_demux_sink_event):
10901         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10902         (gst_id3demux_sink_event):
10903           Post an error message when we get an EOS event and were not
10904           able to find out the type of stream.
10905
10906         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10907         (test_taglib_id3mux_with_tags):
10908           Decrease num-buffers to 16 per iteration again, otherwise the
10909           many memcpy()s and reallocations in the test will hammer slow
10910           CPUs completely and make the test timeout.
10911
10912 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10913
10914         * configure.ac:
10915           figure out where plugins-base plugins are
10916         * tests/check/Makefile.am:
10917           use plugins-base plugins, so we have typefind functions
10918         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10919           increase num-buffers, this makes sure the test errors out instead
10920           of timing out when no typefind functions are present
10921
10922 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10923
10924         * docs/plugins/Makefile.am:
10925           also check .cc files for gtk-doc markup
10926         * configure.ac:
10927         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10928         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10929         * tests/check/Makefile.am:
10930         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10931         * ext/Makefile.am:
10932         * ext/taglib/Makefile.am:
10933         * ext/taglib/gstid3v2mux.h:
10934         * ext/taglib/gsttaglibmux.c:
10935         * ext/taglib/gsttaglibmux.h:
10936           move taglib-based id3v2muxer to -good.  Fixes #336110.
10937
10938 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10941           ... and fix multichannel/WAVFORMATEX support again.
10942
10943 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10944
10945         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10946         (gst_wavparse_class_init), (gst_wavparse_dispose),
10947         (gst_wavparse_reset), (gst_wavparse_init),
10948         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10949         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10950         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10951         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10952         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10953         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10954         (gst_wavparse_stream_data), (gst_wavparse_loop),
10955         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10956         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10957         (gst_wavparse_change_state), (plugin_init):
10958         * gst/wavparse/gstwavparse.h:
10959           Add push (streaming) mode to wavparse (fixes #337625)
10960
10961 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10962
10963         * configure.ac:
10964         * tests/Makefile.am:
10965           add ximagesrc icles test
10966
10967 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10968
10969         * configure.ac:
10970         * docs/plugins/Makefile.am:
10971         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10972         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10973         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10974         (gst_cmml_enc_push_clip):
10975         * sys/Makefile.am:
10976         * sys/ximage/Makefile.am:
10977         * sys/ximage/gstximagesrc.c:
10978           Move ximagesrc plug-in to good after review.  Fixes #336756.
10979
10980 2006-04-28  Michael Smith  <msmith@fluendo.com>
10981
10982         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10983         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10984         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10985         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10986         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10987         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10988         * gst/icydemux/gsticydemux.h:
10989           Fix event handling: cache events when typefinding and forward later.
10990
10991 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10992
10993         * sys/osxaudio/gstosxaudiosink.c:
10994         (plugin_init):
10995          Register osxaudiosrc to the plugin.
10996         * sys/osxaudio/gstosxaudiosrc.c:
10997         (gst_osx_audio_src_osxelement_do_init),
10998         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10999         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
11000         (gst_osx_audio_src_get_property),
11001         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
11002         (gst_osx_audio_src_osxelement_init):
11003         * sys/osxaudio/gstosxaudiosrc.h:
11004           Port of osxaudiosrc to 0.10.
11005         * sys/osxaudio/Makefile.am:
11006           Add osxaudiosrc
11007
11008 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11009
11010         * sys/osxaudio/gstosxringbuffer.c:
11011         * sys/osxaudio/gstosxringbuffer.h:
11012           Forgot to commit earlier, part of the OSX audio plugin port
11013
11014 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11017         (parse_split_strings):
11018           Recognise and skip any byte order marker (BOM) in
11019           UTF-16 strings.
11020
11021 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * docs/plugins/Makefile.am:
11024         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11026         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11027         * docs/plugins/inspect/plugin-avi.xml:
11028         * gst/avi/gstavidemux.c:
11029         * gst/avi/gstavimux.c:
11030           Add docs for both avidemux and avimux.
11031
11032 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11035
11036         * gst/avi/Makefile.am:
11037         * gst/avi/gstavi.c: (plugin_init):
11038         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11039         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11040         (gst_avi_mux_class_init), (gst_avi_mux_init),
11041         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11042         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11043         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11044         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11045         (gst_avi_mux_riff_get_avix_header),
11046         (gst_avi_mux_riff_get_video_header),
11047         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11048         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11049         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11050         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11051         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11052         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11053         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11054         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11055         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11056         (gst_avi_mux_change_state):
11057         * gst/avi/gstavimux.h:
11058           Port AVI muxer to GStreamer-0.10 (#332031).
11059
11060         * tests/check/Makefile.am:
11061         * tests/check/elements/avimux.c:
11062         * tests/check/elements/.cvsignore:
11063           Add unit test for AVI muxer.
11064
11065 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11066
11067         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11068         (gst_wavparse_class_init), (gst_wavparse_reset),
11069         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11070         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11071         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11072         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11073         (gst_wavparse_stream_data), (gst_wavparse_loop),
11074         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11075         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11076         (plugin_init):
11077         * gst/wavparse/gstwavparse.h:
11078           reverted patch #337625 for the price of 1 hour sleep
11079
11080 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11081
11082         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11083         (gst_wavparse_class_init), (gst_wavparse_reset),
11084         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11085         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11086         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11087         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11088         (gst_wavparse_stream_data), (gst_wavparse_loop),
11089         (gst_wavparse_chain), (plugin_init):
11090         * gst/wavparse/gstwavparse.h:
11091           correct partial implementation of push mode
11092           (from my last commit)
11093
11094 2006-04-26  Wim Taymans  <wim@fluendo.com>
11095
11096         * ext/esd/esdsink.c:
11097         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11098         it is not in esd.h
11099
11100 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11103         (gst_au_parse_class_init), (gst_au_parse_init),
11104         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11105         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11106         (gst_au_parse_chain), (gst_au_parse_src_convert),
11107         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11108         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11109         (gst_au_parse_change_state):
11110         * gst/auparse/gstauparse.h:
11111           Rewrite auparse to suck a little bit less: make source pad
11112           dynamic, so decodebin/playbin work with non-raw formats
11113           like alaw/mulaw; add query function for duration/position
11114           queries; check whether we have enough data before attempting
11115           to parse the header (instead of crashing when that is not the
11116           case); work around audioconvert sucking by swapping endianness
11117           to the native endianness ourselves for float formats; send
11118           initial newsegment event. Fixes #161712.
11119
11120 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11121
11122         * sys/osxaudio/Makefile.am:
11123         * sys/osxaudio/gstosxaudioelement.c:
11124         (gst_osx_audio_element_get_type),
11125         (gst_osx_audio_element_class_init):
11126         * sys/osxaudio/gstosxaudioelement.h:
11127         * sys/osxaudio/gstosxaudiosink.c:
11128         (gst_osx_audio_sink_osxelement_do_init),
11129         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11130         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11131         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11132         (gst_osx_audio_sink_create_ringbuffer),
11133         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11134         (plugin_init):
11135         * sys/osxaudio/gstosxaudiosink.h:
11136         Port of osxaudiosink to 0.10
11137
11138 2006-04-26  Wim Taymans  <wim@fluendo.com>
11139
11140         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11141         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11142         the size of the ringbuffer. This should fix hangs with older 
11143         esd sound servers.
11144
11145 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11146
11147         * ext/aalib/gstaasink.c:
11148         * ext/annodex/gstcmmldec.c:
11149         * ext/annodex/gstcmmlenc.c:
11150         * ext/cairo/gsttextoverlay.c:
11151         * ext/cairo/gsttimeoverlay.c:
11152         * ext/cdio/gstcdiocddasrc.c:
11153         * ext/dv/gstdvdec.c:
11154         * ext/dv/gstdvdemux.c:
11155         * ext/esd/esdmon.c:
11156         * ext/esd/esdsink.c:
11157         * ext/flac/gstflacenc.c:
11158         * ext/flac/gstflactag.c:
11159         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11160         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11161         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11162         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11163         * ext/gdk_pixbuf/pixbufscale.c:
11164         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11165         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11166         * ext/jpeg/gstjpegdec.c:
11167         * ext/jpeg/gstjpegenc.c:
11168         * ext/jpeg/gstsmokedec.c:
11169         * ext/jpeg/gstsmokeenc.c:
11170         * ext/libcaca/gstcacasink.c:
11171         * ext/libmng/gstmngdec.c:
11172         * ext/libmng/gstmngenc.c:
11173         * ext/libpng/gstpngdec.c:
11174         * ext/libpng/gstpngenc.c:
11175         * ext/mikmod/gstmikmod.c:
11176         * ext/raw1394/gstdv1394src.c:
11177         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11178         * ext/shout2/gstshout2.h:
11179         * ext/speex/gstspeexdec.c:
11180         * ext/speex/gstspeexenc.c:
11181         * gst/alpha/gstalpha.c:
11182         * gst/alpha/gstalphacolor.c:
11183         * gst/apetag/gstapedemux.c:
11184         * gst/auparse/gstauparse.c:
11185         * gst/autodetect/gstautoaudiosink.c:
11186         (gst_auto_audio_sink_base_init):
11187         * gst/autodetect/gstautovideosink.c:
11188         (gst_auto_video_sink_base_init):
11189         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11190         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11191         * gst/cutter/gstcutter.c:
11192         * gst/debug/breakmydata.c:
11193         * gst/debug/efence.c:
11194         * gst/debug/gstnavigationtest.c:
11195         * gst/debug/gstnavseek.c:
11196         * gst/debug/negotiation.c:
11197         * gst/debug/progressreport.c:
11198         * gst/debug/testplugin.c:
11199         * gst/effectv/gstaging.c:
11200         * gst/effectv/gstdice.c:
11201         * gst/effectv/gstedge.c:
11202         * gst/effectv/gstquark.c:
11203         * gst/effectv/gstrev.c:
11204         * gst/effectv/gstshagadelic.c:
11205         * gst/effectv/gstvertigo.c:
11206         * gst/effectv/gstwarp.c:
11207         * gst/flx/gstflxdec.c:
11208         * gst/goom/gstgoom.c:
11209         * gst/icydemux/gsticydemux.c:
11210         * gst/id3demux/gstid3demux.c:
11211         * gst/interleave/deinterleave.c:
11212         * gst/interleave/interleave.c:
11213         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11214         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11215         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11216         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11217         * gst/level/gstlevel.c:
11218         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11219         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11220         * gst/median/gstmedian.c:
11221         * gst/monoscope/gstmonoscope.c:
11222         * gst/multipart/multipartdemux.c:
11223         * gst/multipart/multipartmux.c:
11224         * gst/oldcore/gstaggregator.c:
11225         * gst/oldcore/gstfdsink.c:
11226         * gst/oldcore/gstmd5sink.c:
11227         * gst/oldcore/gstmultifilesrc.c:
11228         * gst/oldcore/gstpipefilter.c:
11229         * gst/oldcore/gstshaper.c:
11230         * gst/oldcore/gststatistics.c:
11231         * gst/rtp/gstasteriskh263.c:
11232         * gst/rtp/gstrtpL16depay.c:
11233         * gst/rtp/gstrtpL16pay.c:
11234         * gst/rtp/gstrtpamrdepay.c:
11235         * gst/rtp/gstrtpamrpay.c:
11236         * gst/rtp/gstrtpdepay.c:
11237         * gst/rtp/gstrtpgsmpay.c:
11238         * gst/rtp/gstrtph263pay.c:
11239         * gst/rtp/gstrtph263pdepay.c:
11240         * gst/rtp/gstrtph263ppay.c:
11241         * gst/rtp/gstrtpilbcdepay.c:
11242         * gst/rtp/gstrtpmp4gpay.c:
11243         * gst/rtp/gstrtpmp4vdepay.c:
11244         * gst/rtp/gstrtpmp4vpay.c:
11245         * gst/rtp/gstrtpmpadepay.c:
11246         * gst/rtp/gstrtpmpapay.c:
11247         * gst/rtp/gstrtppcmadepay.c:
11248         * gst/rtp/gstrtppcmapay.c:
11249         * gst/rtp/gstrtppcmudepay.c:
11250         * gst/rtp/gstrtppcmupay.c:
11251         * gst/rtp/gstrtpspeexdepay.c:
11252         * gst/rtp/gstrtpspeexpay.c:
11253         * gst/rtsp/gstrtpdec.c:
11254         * gst/rtsp/gstrtspsrc.c:
11255         * gst/smpte/gstsmpte.c:
11256         * gst/udp/gstdynudpsink.c:
11257         * gst/udp/gstmultiudpsink.c:
11258         * gst/udp/gstudpsink.c:
11259         * gst/udp/gstudpsrc.c:
11260         * gst/videobox/gstvideobox.c:
11261         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11262         * gst/videofilter/gstvideobalance.c:
11263         * gst/videofilter/gstvideoflip.c:
11264         * gst/videofilter/gstvideotemplate.c:
11265         (gst_videotemplate_base_init):
11266         * gst/videomixer/videomixer.c:
11267         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11268         (gst_wavparse_class_init), (gst_wavparse_dispose),
11269         (gst_wavparse_reset), (gst_wavparse_init),
11270         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11271         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11272         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11273         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11274         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11275         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11276         (gst_wavparse_change_state):
11277         * gst/wavparse/gstwavparse.h:
11278         * sys/oss/gstossmixerelement.c:
11279         * sys/oss/gstosssink.c:
11280         * sys/oss/gstosssrc.c:
11281         * sys/osxaudio/gstosxaudioelement.c:
11282         * sys/osxaudio/gstosxaudiosink.c:
11283         * sys/osxaudio/gstosxaudiosrc.c:
11284         * sys/sunaudio/gstsunaudiomixer.c:
11285         * sys/sunaudio/gstsunaudiosink.c:
11286           Define GstElementDetails as const and also static (when defined as
11287           global)
11288
11289 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11290
11291         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11292           Source pad has fixed caps. If we don't set this, bad
11293           things happen when the window is resized.
11294
11295 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11296
11297         * gst/matroska/Makefile.am:
11298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11299         (gst_matroska_demux_handle_src_event):
11300         * gst/matroska/matroska-ids.c:
11301         (gst_matroska_track_init_video_context),
11302         (gst_matroska_track_init_audio_context),
11303         (gst_matroska_track_init_subtitle_context),
11304         (gst_matroska_track_init_complex_context):
11305         * gst/matroska/matroska-ids.h:
11306           Handle case where the TrackType ebml chunk does not come before the
11307           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11308           events.
11309
11310 2006-04-25  Wim Taymans  <wim@fluendo.com>
11311
11312         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11313         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11314         It's codec_data, not codec_info.
11315
11316 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11317
11318         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11319
11320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11321           Handle codec_data for VfW compatibility codec IDs (#339451)
11322
11323         * gst/matroska/matroska-mux.c:
11324         (gst_matroska_mux_video_pad_setcaps):
11325           Same here, handle codec_data and add additional caps we can handle
11326           now to the pad template (huffyuv, dv and h263 video) (#339451)
11327
11328 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11331
11332         * gst/matroska/matroska-mux.c:
11333         (gst_matroska_mux_create_buffer_header),
11334         (gst_matroska_mux_write_data):
11335           Fix timestamping of B-frames, use signed integers, do
11336           some rounding (#339678).
11337
11338 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11339
11340         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11341         just make it compile with --disable-gst-debug.
11342
11343 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11344
11345         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11346         Fix a bad conversion using gst_guint64_to_gdouble.
11347         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11348         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11349         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11350     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11351         mistake.
11352
11353 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11354
11355         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11356         Use gst_guint64_to_gdouble for conversions
11357         * win32/vs6/gst_plugins_good.dsw:
11358         * win32/vs6/libgsticydemux.dsp:
11359         Add a project file for icydemux
11360
11361 2006-04-21  Wim Taymans  <wim@fluendo.com>
11362
11363         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11364
11365         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11366         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11367         When splitting audio chunks, the block alignment is not taken in
11368         consideration, so the smaller chunks could be of size which is 
11369         not a multiple of the block alignment. Fixes #336904
11370
11371 2006-04-21  Wim Taymans  <wim@fluendo.com>
11372
11373         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11374         Use scale functions
11375
11376 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * ext/dv/gstdv.c: (plugin_init):
11379           Fix build.
11380
11381 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11384         (gst_progress_report_class_init), (gst_progress_report_init),
11385         (gst_progress_report_do_query), (gst_progress_report_report),
11386         (gst_progress_report_set_property),
11387         (gst_progress_report_get_property):
11388           Add 'format' property to force querying to a particular format.
11389
11390 2006-04-21  Andy Wingo  <wingo@pobox.com>
11391
11392         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11393         best, on big endian systems. Drop its rank in that case. OTOH on
11394         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11395
11396 2006-04-21  Michael Smith  <msmith@fluendo.com>
11397
11398         * configure.ac:
11399         * gst/icydemux/Makefile.am:
11400         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11401         (gst_icydemux_base_init), (gst_icydemux_class_init),
11402         (gst_icydemux_reset), (gst_icydemux_init),
11403         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11404         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11405         (unicodify), (gst_icydemux_unicodify),
11406         (gst_icydemux_parse_and_send_tags),
11407         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11408         (gst_icydemux_chain), (gst_icydemux_change_state),
11409         (gst_icydemux_send_tag_event), (plugin_init):
11410         * gst/icydemux/gsticydemux.h:
11411         * tests/check/Makefile.am:
11412         * tests/check/elements/icydemux.c: (typefind_succeed),
11413         (plugin_init), (icydemux_found_pad), (create_icydemux),
11414         (cleanup_icydemux), (push_data), (GST_START_TEST),
11415         (icydemux_suite), (main):
11416           Add icydemux, and tests.
11417
11418 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11421           Post SEGMENT_DONE message in TIME format.
11422
11423 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11424
11425         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11426
11427         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11428         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11429           Fix index creation when we have to scan the file to create
11430           an index. There may be other types of RIFF 'LIST' chunks than
11431           'movi' and we need to skip them properly as well or we'll end up
11432           reading garbage (#336889). Some other cosmetic changes.
11433           
11434 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11437         (gst_flac_dec_handle_seek_event):
11438           Add support for segment seeks (fixes #338290). Also demote
11439           some recurring debug message from DEBUG to LOG level.
11440
11441 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11444         (gst_matroskademux_do_index_seek),
11445         (gst_matroska_demux_handle_seek_event),
11446         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11447         * gst/matroska/matroska-ids.h:
11448           Set DISCONT flag on first buffer after a discontinuity.
11449           Fix newsegment events sent when seeking and honour KEY_UNIT
11450           seek flag. Create pad with bogus caps if we don't recognise
11451           the stream codec id.
11452
11453         * gst/matroska/matroska-demux.h:
11454           Fix GObject macros.
11455
11456 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11459
11460         * gst/matroska/matroska-demux.c:
11461         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11462           Handle end of segment properly when set; don't dead-lock when
11463           posting start of segment message when doing a segment seek.
11464           Fixes #338810.
11465
11466 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11469         (gst_matroska_demux_plugin_init):
11470           Make mpeg2 aac audio work: create artificial private codec data
11471           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11472           Also call gst_riff_init(). Partially fixes #338767.
11473
11474 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11475
11476         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11477         (gst_wavenc_class_init), (gst_wavenc_init),
11478         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11479         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11480         (gst_wavenc_chain), (gst_wavenc_change_state):
11481         * gst/wavenc/gstwavenc.h:
11482           Set caps on first outgoing buffer, so that it doesn't error out
11483           immediately with a non-negotiated error (#338716). Rewrite and
11484           clean up a bit; fix setcaps function to parse things properly;
11485           fix sink caps (8bit audio is unsigned and doesn't have depth);
11486           use boilerplate macros; remove unused properties stuff.
11487
11488 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11489
11490         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11491           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11492           handle MJPEG streams and might be autoplugged for those if the
11493           user doesn't have jpegdec installed (resulting in a cryptic error
11494           message about huffman tables). Better to disable JPEG decoding here
11495           and let the user figure out that she needs to install jpegdec.
11496
11497 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11498
11499         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11500         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11501         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11502         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11503           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11504           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11505           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11506           debug messages. Fix boilerplate macros.
11507
11508 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11509
11510         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11511         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11512           No need to special-case for Gdk-2.0 any longer, we require
11513           Gdk 2.2 or newer; minor clean-ups.
11514
11515 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11518         (gst_shout2send_class_init), (gst_shout2send_init),
11519         (set_shout_metadata), (gst_shout2send_set_metadata),
11520         (gst_shout2send_event), (gst_shout2send_start),
11521         (gst_shout2send_connect), (gst_shout2send_stop),
11522         (gst_shout2send_render), (gst_shout2send_set_property),
11523         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11524         (plugin_init):
11525         * ext/shout2/gstshout2.h:
11526         * po/POTFILES.in:
11527           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11528           change function; use GST_ELEMENT_ERROR for error reporting, not
11529           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11530           will cause crashes or assertion failures; remove (unused) "sync"
11531           property, basesink already has such a property; misc. other
11532           minor fixes and cleanups.
11533
11534 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11535
11536         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11537         * ext/esd/gstesd.c: (plugin_init):
11538         * po/POTFILES.in:
11539           Add translatable error message for when we cannot
11540           connect to the sound server, as "Cannot open resource
11541           for writing" isn't really an acceptable message to show
11542           to the user in this case.
11543
11544 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11545
11546         * sys/oss/gst-i18n-plugin.h:
11547           Remove bogus file that doesn't belong here.
11548
11549 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         Patch by: Philippe Valembois
11552
11553         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11554         (gst_shout2send_set_metadata), (gst_shout2send_event),
11555         (gst_shout2send_render), (gst_shout2send_change_state):
11556         * ext/shout2/gstshout2.h:
11557           Handle tags being received before the connection to
11558           the server is established properly (see #338636).
11559
11560 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11561
11562         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11563           Don't crash in case the connection to the server fails:
11564           don't set pointer to NULL by assigning FALSE; error out
11565           properly by using GST_ELEMENT_ERROR and returning
11566           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11567           before resetting the pointer.
11568
11569 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11570
11571         * gst/id3demux/id3tags.c:
11572         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11573         (Fixes #338713)
11574
11575 2006-04-12  Wim Taymans  <wim@fluendo.com>
11576
11577         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11578         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11579         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11580         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11581         (gst_gdk_pixbuf_chain):
11582         Some cleanups.
11583         Added RGBA as a possible output format.
11584         Correctly free the supported mimetypes.
11585         deprecate silent arg, it's not used.
11586         Return result from _alloc_buffer to peer.
11587
11588 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11591           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11592           overwriting GST_BUFFER_MALLOCDATA.
11593
11594 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11597         (user_endrow_callback), (user_end_callback),
11598         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11599         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11600         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11601         * ext/libpng/gstpngdec.h:
11602           Handle more than one frame if the content is framed,
11603           like with png-in-quicktime (#331917).
11604
11605 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11606
11607         * sys/oss/Makefile.am:
11608         * sys/oss/common.h:
11609         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11610         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11611         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11612         (gst_oss_src_unprepare):
11613           - the user-visible error strings were in the wrong category
11614           - and the messages were not marked for translation
11615           - which is actually a good thing, because they were exactly
11616             the kind of message you would never want anyone to see
11617           - the macros were using variables that didn't exist in the macro
11618             arguments
11619           - and they were obviously copied from each other and then modified
11620           - so a common header makes sense
11621
11622 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11625           Don't try to modify read-only data.
11626
11627         * gst/matroska/matroska-demux.c:
11628         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11629           Fix comment (won't crash any longer now).
11630
11631 2006-04-10  Michael Smith  <msmith@fluendo.com>
11632
11633         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11634           Use copies of header buffers for caps to avoid circular refcounting
11635           problems (as in theoradec, vorbisdec).
11636
11637         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11638           Fix a typo in test that meant it was testing the wrong thing.
11639
11640         * tests/check/elements/cmmlenc.c: (check_headers):
11641           Fix refcount checks now that we use buffer-copies for caps.
11642
11643 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11644
11645         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11646         (gst_matroska_demux_handle_seek_event),
11647         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11648         (gst_matroska_demux_subtitle_caps),
11649         (gst_matroska_demux_plugin_init):
11650           Use static pad templates with ANY caps for audio and video
11651           source pads and get rid of a lot of unnecessary (and partially
11652           broken) code for the template caps. Clean up caps finding
11653           functions. Fixes playback of audio files/streams that do not
11654           contain the sample rate and/or number of channels in the audio
11655           context (happens a lot with vorbis/mp3 .mka files it seems).
11656           Fixes #337183.
11657           Also add myself to copyright holders.
11658
11659 2006-04-10  Michael Smith  <msmith@fluendo.com>
11660
11661         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11662           Use g_list_delete_link () instead of g_list_remove_link () so that
11663           we free the link as well as the contained data.
11664
11665 2006-04-10  Wim Taymans  <wim@fluendo.com>
11666
11667         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11668
11669         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11670         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11671         (gst_avi_demux_stream_header):
11672         Fix some crashers with empty chunks. (Fixes #337749)
11673
11674 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11675
11676         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11677           use G_GINT64_CONSTANT for INT64 constants
11678         * gst/videofilter/gstvideobalance.c:
11679           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11680         * win32/vs6/libgstavi.dsp:
11681          add missing libraries for the link and remove avimux.c from
11682          the project as it isn't ported to 0.10 yet
11683         
11684 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11685
11686         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11687           Even better would be if we actually did the right thing
11688           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11689
11690 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11693           Can't just replace 1LL with 1L here just because MSVC doesn't
11694           support it, as it might lead to incorrect results when doing the
11695           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11696           force a 64-bit constant in a way that all compilers are happy with.
11697
11698 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11699
11700         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11701         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11702         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11704         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11705         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11706         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11707         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11708         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11709         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11710         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11711         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11712         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11713         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11714         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11715         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11716         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11717         * gst/debug/efence.c: (gst_efence_class_init):
11718         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11719         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11720         * gst/goom/gstgoom.c: (gst_goom_class_init):
11721         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11722         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11723         * gst/interleave/interleave.c: (interleave_class_init):
11724         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11725         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11726         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11727         * gst/median/gstmedian.c: (gst_median_class_init):
11728         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11729         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11730         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11731         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11732         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11733         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11734         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11735         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11736         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11737         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11738         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11739         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11740         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11741         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11742         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11743         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11744         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11745         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11746         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11747         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11748         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11749         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11750         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11751         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11752         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11754         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11755         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11756         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11757         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11758         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11759         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11760         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11761         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11762         * sys/osxaudio/gstosxaudioelement.c:
11763         (gst_osxaudioelement_class_init):
11764         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11765         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11766         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11767         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11768
11769 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11770
11771         * ext/mikmod/gstmikmod.h:
11772         * gst/level/gstlevel.h:
11773         Fix more broken GObject macros
11774
11775 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11776
11777         * ext/annodex/gstcmmldec.h:
11778         * ext/annodex/gstcmmlenc.h:
11779         * ext/annodex/gstcmmltag.h:
11780         * ext/cairo/gsttextoverlay.h:
11781         * ext/ladspa/gstsignalprocessor.h:
11782         * gst/matroska/ebml-read.h:
11783         * gst/matroska/ebml-write.h:
11784         * sys/osxaudio/gstosxaudioelement.h:
11785         Fix broken GObject macros
11786
11787 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11788
11789         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11790           Don't try to seek beyond the end of the file (would
11791           occasionally display error dialogs in totem when seeking
11792           to the end) (#335869). Will still throw an error though
11793           if the file is truncated and the total_samples value in
11794           the stream header is wrong.
11795
11796 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11797
11798         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11799         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11800         (gst_flac_dec_metadata_callback):
11801         * ext/flac/gstflacdec.h:
11802           If the stream header doesn't contain the total number of samples,
11803           search for the last flac frame at the end of the file and calculate
11804           the total duration from that frame's offset (fixes #337609).
11805
11806 2006-04-07  Edward Hervey  <edward@fluendo.com>
11807
11808         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11809         Don't unref the GstPadTemplate returned by
11810         gst_element_class_get_pad_template().
11811
11812 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11815
11816         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11817         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11818         * sys/sunaudio/gstsunaudiosink.h:
11819           Use spec->segsize and spec->segtotal in the prepare function
11820           to initialise the ring buffer instead of using the buffer-time
11821           property (#337421).
11822
11823 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11824
11825         * configure.ac:
11826           Bump core requirements to CVS for gst_pad_query_peer_duration()
11827           which is used by speexdec.
11828
11829 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11830
11831         * ext/speex/gstspeex.c: (plugin_init):
11832         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11833         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11834         (speex_get_sink_query_types), (speex_dec_sink_query),
11835         (speex_get_src_query_types), (speex_dec_src_query),
11836         (speex_dec_src_event), (speex_dec_sink_event),
11837         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11838         (speex_dec_chain_parse_data), (speex_dec_chain),
11839         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11840         (speex_dec_change_state):
11841         * ext/speex/gstspeexdec.h:
11842           Fix seeking and duration queries (#337033); clean up and
11843           refactor a bit.
11844
11845 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11846
11847         * ext/raw1394/gstdv1394src.c:
11848           distinguish between device not found and could not open for
11849           reading
11850
11851 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11852
11853         * Makefile.am:
11854         * configure.ac:
11855         * pkgconfig/.cvsignore:
11856         * pkgconfig/Makefile.am:
11857         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11858           add a .pc file so other modules can use good plugins in tests
11859
11860 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11861
11862         * configure.ac:
11863           clean up, use AS_VERSION and AS_NANO
11864         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11865           use PACKAGE_VERSION define
11866         * po/af.po:
11867         * po/az.po:
11868         * po/cs.po:
11869         * po/en_GB.po:
11870         * po/hu.po:
11871         * po/it.po:
11872         * po/nb.po:
11873         * po/nl.po:
11874         * po/or.po:
11875         * po/sq.po:
11876         * po/sr.po:
11877         * po/sv.po:
11878         * po/uk.po:
11879         * po/vi.po:
11880           updated
11881
11882 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11883
11884         * ext\jpeg\smokecodec.c:
11885           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11886         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11887           move first instruction after all variables declarations
11888         * gst\alpha\gstalpha.c:
11889         * gst\effectv\gstshagadelic.c:
11890         * gst\smpte\paint.c:
11891         * gst\videofilter\gstvideobalance.c:
11892           define M_PI if it's not defined (it's not defined on WIN32)
11893         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11894         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11895         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11896         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11897         (gst_matroska_demux_video_caps):
11898         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11899         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11900           use gst_guint64_to_gdouble for conversions
11901         * gst\goom\filters.c: (setPixelRGB_):
11902           fix a debug which was using undefined variable
11903         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11904         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11905           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11906         * win32/vs6:
11907           add vs6 projects files for most of plugins-good
11908         
11909 2006-03-30  j^  <j@bootlab.org>
11910
11911         * ext/aalib/gstaasink.c:
11912         * ext/annodex/gstcmmldec.c:
11913         * ext/annodex/gstcmmlenc.c:
11914         * ext/cairo/gsttextoverlay.c:
11915         * ext/cairo/gsttimeoverlay.c:
11916         * ext/cdio/gstcdiocddasrc.c:
11917         * ext/dv/gstdvdec.c:
11918         * ext/esd/esdmon.c:
11919         * ext/esd/esdsink.c:
11920         * ext/flac/gstflacdec.c:
11921         * ext/flac/gstflacenc.c:
11922         * ext/flac/gstflactag.c:
11923         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11924         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11925         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11926         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11927         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11928         * ext/gdk_pixbuf/pixbufscale.c:
11929         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11930         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11931         * ext/jpeg/gstjpegdec.c:
11932         * ext/jpeg/gstjpegenc.c:
11933         * ext/jpeg/gstsmokedec.c:
11934         * ext/jpeg/gstsmokeenc.c:
11935         * ext/libcaca/gstcacasink.c:
11936         * ext/libmng/gstmngdec.c:
11937         * ext/libmng/gstmngenc.c:
11938         * ext/libpng/gstpngdec.c:
11939         * ext/libpng/gstpngenc.c:
11940         * ext/mikmod/gstmikmod.c:
11941         * ext/raw1394/gstdv1394src.c:
11942         * ext/shout2/gstshout2.c:
11943         * ext/speex/gstspeexdec.c:
11944         * ext/speex/gstspeexenc.c:
11945         * gst/alpha/gstalpha.c:
11946         * gst/alpha/gstalphacolor.c:
11947         * gst/auparse/gstauparse.c:
11948         * gst/autodetect/gstautoaudiosink.c:
11949         (gst_auto_audio_sink_base_init):
11950         * gst/autodetect/gstautovideosink.c:
11951         (gst_auto_video_sink_base_init):
11952         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11953         * gst/cutter/gstcutter.c:
11954         * gst/debug/breakmydata.c:
11955         * gst/debug/efence.c:
11956         * gst/debug/gstnavigationtest.c:
11957         * gst/debug/negotiation.c:
11958         * gst/debug/progressreport.c:
11959         * gst/debug/testplugin.c:
11960         * gst/effectv/gstaging.c:
11961         * gst/effectv/gstdice.c:
11962         * gst/effectv/gstedge.c:
11963         * gst/effectv/gstquark.c:
11964         * gst/effectv/gstrev.c:
11965         * gst/effectv/gstvertigo.c:
11966         * gst/effectv/gstwarp.c:
11967         * gst/flx/gstflxdec.c:
11968         * gst/goom/gstgoom.c:
11969         * gst/interleave/deinterleave.c:
11970         * gst/interleave/interleave.c:
11971         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11972         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11973         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11974         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11975         * gst/level/gstlevel.c:
11976         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11977         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11978         * gst/median/gstmedian.c:
11979         * gst/monoscope/gstmonoscope.c:
11980         * gst/multipart/multipartdemux.c:
11981         * gst/multipart/multipartmux.c:
11982         * gst/oldcore/gstmd5sink.c:
11983         * gst/oldcore/gstmultifilesrc.c:
11984         * gst/oldcore/gstpipefilter.c:
11985         * gst/oldcore/gstshaper.c:
11986         * gst/oldcore/gststatistics.c:
11987         * gst/rtp/gstasteriskh263.c:
11988         * gst/rtp/gstrtpL16depay.c:
11989         * gst/rtp/gstrtpL16pay.c:
11990         * gst/rtp/gstrtpamrdepay.c:
11991         * gst/rtp/gstrtpamrpay.c:
11992         * gst/rtp/gstrtpdepay.c:
11993         * gst/rtp/gstrtpgsmpay.c:
11994         * gst/rtp/gstrtph263pay.c:
11995         * gst/rtp/gstrtph263pdepay.c:
11996         * gst/rtp/gstrtph263ppay.c:
11997         * gst/rtp/gstrtpmp4gpay.c:
11998         * gst/rtp/gstrtpmp4vdepay.c:
11999         * gst/rtp/gstrtpmp4vpay.c:
12000         * gst/rtp/gstrtpmpadepay.c:
12001         * gst/rtp/gstrtpmpapay.c:
12002         * gst/rtp/gstrtppcmadepay.c:
12003         * gst/rtp/gstrtppcmapay.c:
12004         * gst/rtp/gstrtppcmudepay.c:
12005         * gst/rtp/gstrtppcmupay.c:
12006         * gst/rtp/gstrtpspeexdepay.c:
12007         * gst/rtp/gstrtpspeexpay.c:
12008         * gst/rtsp/gstrtpdec.c:
12009         * gst/smpte/gstsmpte.c:
12010         * gst/videobox/gstvideobox.c:
12011         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12012         * gst/videofilter/gstvideobalance.c:
12013         * gst/videofilter/gstvideoflip.c:
12014         * gst/videofilter/gstvideotemplate.c:
12015         (gst_videotemplate_base_init):
12016         * gst/videomixer/videomixer.c:
12017         * gst/wavenc/gstwavenc.c:
12018         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12019          better/unified long descriptions
12020          Fixed #336602
12021          Some cleanups to auparse, don't send multiple newsegments.
12022
12023 2006-03-29  Wim Taymans  <wim@fluendo.com>
12024
12025         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12026
12027         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12028         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12029         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12030         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12031         * ext/dv/gstdvdemux.h:
12032         Seek in READY patch. Only works for pull based mode.
12033         Fixes #323880
12034
12035 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12036
12037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12038         (gst_gdk_pixbuf_event):
12039           Fix two crashers: don't unref the same caps twice, and
12040           set pixbuf loader to NULL after freeing it.
12041
12042 2006-03-27  Wim Taymans  <wim@fluendo.com>
12043
12044         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12045         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12046         (gst_speexenc_chain):
12047         * ext/speex/gstspeexenc.h:
12048         Don't leak adapter.
12049         A push *always* takes ownership of the buffer, even on
12050         errors.
12051         Small cleanups.
12052
12053 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12054
12055         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12056           Create source pad without leaking.
12057
12058 2006-03-24  Wim Taymans  <wim@fluendo.com>
12059
12060         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12061         * ext/flac/gstflacdec.h:
12062         * ext/flac/gstflacenc.h:
12063         Spifify a bit.
12064         Fix deadly lock order error in seeking code, STREAM_LOCK
12065         cannot be taken within LOCK and the streaming variables are
12066         protected with the STREAM_LOCK anyway.
12067
12068 2006-03-24  Wim Taymans  <wim@fluendo.com>
12069
12070         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12071         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12072         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12073         this patch combines the global init_frames with the stream
12074         init_frames. Rationale being that the global delay should 
12075         be subtracted from any stream delay.
12076         Fixes #335858.
12077
12078 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12079
12080         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12081         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12082         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12083         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12084         use DEBUG_FUNCPTR for collectpads
12085
12086 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12087
12088         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12089           Don't crash when encoding images where the number of rows isn't
12090           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12091
12092 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12093
12094         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12095         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12096         * gst/interleave/interleave.c: (interleave_change_state):
12097         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12098           More state change function fixes.
12099
12100 2006-03-23  Wim Taymans  <wim@fluendo.com>
12101
12102         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12103         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12104         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12105         (gst_esdsink_delay), (gst_esdsink_reset):
12106         * ext/esd/esdsink.h:
12107         Fix esd choppy playback by configuring audiosink
12108         correctly. Fixes #325191
12109
12110 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12113           Make state change function thread-safe.
12114
12115 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12116
12117         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12118         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12119           Don't try to read beyond the end of the file just because
12120           the header claims a bigger size (like with truncated files).
12121
12122 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12123
12124         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12125         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12126         (gst_wavparse_stream_data), (gst_wavparse_loop):
12127         * gst/wavparse/gstwavparse.h:
12128           Delay source pad creation until we have the first chunk of
12129           media data, so the we can examine the data and adjust the
12130           caps accordingly if required. This makes playback of .wav
12131           files with DTS-declared-as-PCM content work (#313266).
12132
12133 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12134
12135         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12136         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12137         Don't attempt typefinding on too-short buffers that have been
12138         completely trimmed away. (Fixes #330239)
12139
12140         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12141         Improve the debug output
12142
12143 2006-03-21  Wim Taymans  <wim@fluendo.com>
12144
12145         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12146         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12147         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12148         (gst_esdsink_set_property), (gst_esdsink_get_property):
12149         Some cleanups.
12150         Reset fd to -1 when we close them.
12151
12152 2006-03-21  Wim Taymans  <wim@fluendo.com>
12153
12154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12155         the OPTIONS request result is optional so don't
12156         fail on it.
12157
12158 2006-03-21  Edward Hervey  <edward@fluendo.com>
12159
12160         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12161         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12162         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12163         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12164         (gst_wavparse_change_state):
12165         gcc 4.1 unreferenced pointer fixes.
12166
12167 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12168
12169         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12170
12171         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12172           Fix block alignment calculation. Alignment should be done before
12173           adding the byte offset where the data starts (#335231).
12174
12175 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12176
12177         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12178           Ensure that we set correct caps on buffers that are transferred
12179           direct from the input.
12180
12181 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12182
12183         * gst/goom/filters.c: (zoomFilterDestroy):
12184         * gst/goom/goom_core.c: (goom_close):
12185           Free filter data when cleaning up. (Fixes: #334995)
12186
12187 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12188
12189         * configure.ac:
12190           Don't compile udp and rtsp plugins on win32 (mingw) or other
12191           systems that don't have <sys/socket.h> for some reason (#316203).
12192
12193 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12194
12195         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12196         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12197         * ext/raw1394/gstdv1394src.h:
12198           Change bus reset handler so it reports useful information such as
12199           whether the device being used connected or disconnected
12200
12201 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         * gst/id3demux/id3v2frames.c:
12204         (parse_relative_volume_adjustment_two):
12205           We only care about gain and peak data for the master volume.
12206
12207 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12210         (parse_id_string), (parse_unique_file_identifier),
12211         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12212           Read replay gain tags (#323721).
12213
12214 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12215
12216         * configure.ac:
12217           Bump requirements to gst-plugins-base CVS because
12218           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12219
12220 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12221
12222         * rtp/gst/gstrtppcmadepay.c:
12223         Fixed one of the caps in the code from mulaw to alaw.
12224
12225 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12226
12227         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12228           Ensure that we set caps on the buffers we pass.
12229
12230         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12231         (gst_id3demux_sink_activate):
12232           Ensure that we set caps on the buffers we pass.
12233
12234           Use STREAM, TYPE_NOT_FOUND as the error class when
12235           typefinding fails.
12236
12237 2006-03-15  Edward Hervey  <edward@fluendo.com>
12238
12239         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12240         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12241         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12242         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12243         (gst_jpeg_dec_setcaps):
12244         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12245         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12246         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12247         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12248         (gst_mngdec_src_getcaps):
12249         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12250         (gst_pngdec_caps_create_and_set):
12251         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12252         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12253         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12254         * gst/alpha/gstalpha.c: (gst_alpha_init):
12255         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12256         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12257         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12258         * gst/cutter/gstcutter.c: (gst_cutter_init):
12259         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12260         (gst_efence_checkgetrange):
12261         * gst/debug/negotiation.c: (gst_negotiation_init):
12262         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12263         * gst/goom/gstgoom.c: (gst_goom_init):
12264         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12265         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12266         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12267         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12268         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12269         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12270         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12271         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12272         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12273         (gst_wavparse_create_sourcepad):
12274         Fix memleak with gst_static_pad_template_get().
12275         This uses gst_pad_new_from_static_template() instead.
12276         Fixes #333512
12277
12278 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12279
12280         * configure.ac:
12281           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12282           used by id3demux.
12283
12284         * gst/id3demux/gstid3demux.c: (plugin_init):
12285         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12286         (parse_user_text_identification_frame),
12287         (parse_unique_file_identifier):
12288           Add support for UFID and TXXX frames and extract musicbrainz tags.
12289
12290 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12291
12292         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12293           Catch short reads, like they might happen with truncated
12294           files (see #305279); remove unnecessary indentation.
12295
12296 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12297
12298         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12299           Fix DIB image inversion for pictures with a
12300           depth != 8 (#305279).
12301
12302 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12305         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12306         * ext/jpeg/gstjpegdec.h:
12307           Fix durations on outgoing buffers after seeking
12308           in MJPEG files (#334083); some minor clean-ups.
12309
12310 2006-03-13  Wim Taymans  <wim@fluendo.com>
12311
12312         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12313         (gst_wavparse_change_state):
12314         Implement seek in READY (re-fixes #327658)
12315
12316 2006-03-13  Wim Taymans  <wim@fluendo.com>
12317
12318         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12319         * ext/esd/esdmon.c: (gst_esdmon_get):
12320         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12321         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12322         (gst_gdk_pixbuf_sink_getcaps):
12323         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12324         (gst_jpegenc_setcaps):
12325         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12326         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12327         (gst_smokeenc_setcaps):
12328         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12329         (gst_mngdec_src_getcaps):
12330         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12331         (gst_mngenc_chain):
12332         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12333         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12334         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12335         (speex_dec_src_event), (speex_dec_chain):
12336         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12337         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12338         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12339         (gst_negotiation_pad_link), (gst_negotiation_chain):
12340         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12341         (gst_flxdec_chain):
12342         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12343         (deinterleave_chain):
12344         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12345         * gst/median/gstmedian.c: (gst_median_link):
12346         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12347         (gst_monoscope_chain):
12348         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12349         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12350         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12351         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12352         close #333784 unref the result of gst_pad_get_parent()
12353         by: Christophe Fergeau.
12354
12355 2006-03-09  Wim Taymans  <wim@fluendo.com>
12356
12357         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12358         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12359         Handle events in push mode better, can now do non-flushing
12360         seeks in push mode as well.
12361
12362 2006-03-07  Wim Taymans  <wim@fluendo.com>
12363
12364         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12365         Applied patch from Kai Vehmanen, fixes #333624.
12366
12367 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12368
12369         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12370         Implement paletted and grayscale png files handling.
12371         (#150363).
12372
12373 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12374
12375         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12376         (gst_speexenc_chain):
12377           fix a tag list assert
12378           follow gst-plugins-base/ext/ogg/README; set OFFSET
12379           and OFFSET_END.  Muxes correctly with gst-plugins-base
12380           > 0.9.3
12381
12382 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12383
12384         * gst/id3demux/Makefile.am:
12385         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12386         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12387           Use new typefind helper functions here as well, and
12388           do typefinding in pull-mode if upstream supports that.
12389
12390 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12391
12392         * sys/sunaudio/gstsunaudiomixerctrl.c:
12393         (gst_sunaudiomixer_ctrl_get_volume),
12394         (gst_sunaudiomixer_ctrl_set_volume):
12395         * sys/sunaudio/gstsunaudiomixertrack.c:
12396         (gst_sunaudiomixer_track_new):
12397           Remove unused variables, breaks build from CVS
12398           with -Werror (#333392, patch by: Benjamin Pineau)
12399
12400 2006-03-03  Wim Taymans  <wim@fluendo.com>
12401
12402         * docs/plugins/Makefile.am:
12403         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12404         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12405         Added wavparse docs.
12406
12407         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12408         (gst_wavparse_reset), (gst_wavparse_init),
12409         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12410         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12411         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12412         (gst_wavparse_stream_data), (gst_wavparse_loop),
12413         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12414         (gst_wavparse_change_state):
12415         * gst/wavparse/gstwavparse.h:
12416         Implement seek in READY (fixes #327658)
12417         Added docs and did some cleanups.
12418
12419 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12420
12421         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12422         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12423         (gst_avi_demux_calculate_durations_from_index),
12424         (gst_avi_demux_stream_header):
12425         * gst/avi/gstavidemux.h:
12426           If we have an index, use a duration based on the index instead
12427           of blindly trusting the information in the stream headers
12428           (fixes #331817).
12429
12430 2006-03-03  Wim Taymans  <wim@fluendo.com>
12431
12432         * docs/plugins/Makefile.am:
12433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12435         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12436         Added smoke and jpeg to the docs.
12437
12438         * ext/jpeg/Makefile.am:
12439         * ext/jpeg/gstjpeg.c: (plugin_init):
12440         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12441         * ext/jpeg/gstjpegenc.h:
12442         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12443         (gst_smokedec_chain):
12444         * ext/jpeg/gstsmokedec.h:
12445         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12446         * ext/jpeg/gstsmokeenc.h:
12447         * ext/jpeg/smokecodec.h:
12448         Port smokedec (fixes #331905).
12449         Added some docs.
12450         Some cleanups.
12451
12452 2006-03-03  Wim Taymans  <wim@fluendo.com>
12453
12454         * docs/plugins/Makefile.am:
12455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12457         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12458         Added videobalance and videoflip to the docs.
12459
12460         * gst/videofilter/Makefile.am:
12461         * gst/videofilter/gstvideobalance.c:
12462         (gst_video_balance_update_tables_planar411),
12463         (gst_video_balance_is_passthrough),
12464         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12465         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12466         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12467         (gst_video_balance_finalize), (gst_video_balance_class_init),
12468         (gst_video_balance_init), (gst_video_balance_interface_supported),
12469         (gst_video_balance_interface_init),
12470         (gst_video_balance_colorbalance_list_channels),
12471         (gst_video_balance_colorbalance_set_value),
12472         (gst_video_balance_colorbalance_get_value),
12473         (gst_video_balance_colorbalance_init),
12474         (gst_video_balance_set_property), (gst_video_balance_get_property),
12475         (gst_video_balance_get_type), (plugin_init):
12476         * gst/videofilter/gstvideobalance.h:
12477         Ported to 0.10. (Fixes #326160)
12478         Added docs.
12479
12480         * gst/videofilter/gstvideoflip.c:
12481         * gst/videofilter/gstvideoflip.h:
12482         Added docs.
12483
12484 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12485
12486         * configure.ac:
12487           Bump requirements to current core and -base CVS
12488           (core for new typefind helper API, and -base for the
12489           WAVFORMATEX support that was added to libgstriff and
12490           is needed by wavparse).
12491         
12492         * gst/apetag/Makefile.am:
12493         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12494         (gst_tag_demux_sink_activate):
12495           Use new typefind helpers for typefinding instead of our
12496           home-grown stuff; also, do typefinding in pull-mode if
12497           upstream supports that.
12498
12499 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12500
12501         Reviewed by: Christian Schaller <christian@fluendo.com>
12502
12503         This patch fixes bug: 329107
12504
12505         This Changelog entry is for a commit done on February 17
12506
12507         * ext/gconf/gconf.c
12508         * ext/gconf/gconf.h
12509         * ext/gconf/gstgconfaudiosink.c
12510         * ext/gconf/gstgconfaudiosink.h
12511         * gconf/gstreamer.schemas.in
12512
12513 2006-02-28  Wim Taymans  <wim@fluendo.com>
12514
12515         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12516         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12517         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12518         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12519         Use DEBUG_OBJECT more.
12520
12521 2006-02-28  Wim Taymans  <wim@fluendo.com>
12522
12523         * docs/plugins/Makefile.am:
12524         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12525         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12526         Added dvdec and dvdemux to docs.
12527
12528         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12529         Added docs.
12530         Check frame sizes so we don't crash when don't have enough
12531         data.
12532         Send nice error messages on error.
12533
12534         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12535         (gst_dvdemux_class_init), (gst_dvdemux_init),
12536         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12537         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12538         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12539         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12540         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12541         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12542         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12543         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12544         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12545         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12546         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12547         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12548         * ext/dv/gstdvdemux.h:
12549         Added docs.
12550         Implement pull mode.
12551         Fix memleaks.
12552         Reduce memcpy for the video demuxing.
12553
12554 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12555
12556         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12557         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12558         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12559         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12560           Add a little extra debug. Make the decoder not return NOT_LINKED,
12561           as we want to continue decoding all CMML and emitting tags.
12562
12563 2006-02-27  Michael Smith  <msmith@fluendo.com>
12564
12565         * ext/annodex/gstskeltag.c:
12566         * ext/annodex/gstskeltag.h:
12567           Deleted; these files aren't used any more either.
12568
12569 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12570
12571         * ext/Makefile.am: Fix dist-check.
12572
12573 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12574
12575         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12576         memleak.
12577
12578 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12579
12580         * ext/annodex/Makefile.am:
12581         * ext/annodex/gstannodex.c:
12582         * ext/annodex/gstcmmldec.c:
12583         * ext/annodex/gstcmmlenc.c:
12584         * ext/annodex/gstcmmlparser.c:
12585         * ext/annodex/gstcmmlparser.h:
12586         * ext/annodex/gstcmmlutils.c:
12587         * tests/check/elements/cmmldec.c:
12588         * tests/check/elements/cmmlenc.c:
12589           Fix a memleak in gst_cmml_track_list_add_clip.
12590           Handle overflows in clip's start and end times.
12591           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12592           Do not parse junk at the end of a CMML preamble buffer.
12593           Register a libxml error handler to not print stuff on stderr.
12594           Check for bad clip start and end times in the testsuites.
12595
12596 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12597
12598         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12599         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12600         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12601         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12602         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12603         possible memleaks.
12604
12605 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12606
12607         * tests/check/Makefile.am:
12608         * tests/check/elements/cmmldec.c:
12609         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12610         the plugins-base tags.
12611
12612 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12613
12614         * ext/Makefile.am: Re-enable module.
12615
12616 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12617
12618         * tests/check/Makefile.am: Forgot to remove that test.
12619
12620 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12621
12622         * ext/annodex/Makefile.am:
12623         * ext/annodex/gstannodex.c: (plugin_init):
12624         * ext/annodex/gstcmmldec.c:
12625         * ext/annodex/gstskeldec.c:
12626         * ext/annodex/gstskeldec.h:
12627         * tests/check/Makefile.am:
12628         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12629
12630 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12631
12632         * tests/check/Makefile.am: Disable those checks as well.
12633
12634 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12635
12636         * ext/Makefile.am: Disable annodex for now until we figure out
12637         how to make it build.
12638         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12639         Add a rule to your checklist : "please try to at least build 
12640         what you are going to commit into -good, or if you are too lazy
12641         to do that, please check that the buildbots are not crying because
12642         of your commit."
12643
12644 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12645
12646         * configure.ac:
12647         * ext/Makefile.am:
12648         * ext/gdk_pixbuf/Makefile.am:
12649         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12650         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12651         * ext/gdk_pixbuf/pixbufscale.c:
12652         * ext/gdk_pixbuf/pixbufscale.h:
12653           Gdkpixbuf ported from 0.8 to 0.10 by
12654           Renato Filho <renato.filho@indt.org.br>.
12655           gst_loader and gdkpixbufanimation still need port.
12656
12657 2006-02-24  Michael Smith  <msmith@fluendo.com>
12658
12659         * configure.ac:
12660         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12661         * ext/Makefile.am:
12662         * ext/annodex/Makefile.am:
12663         * ext/annodex/gstannodex.c:
12664         * ext/annodex/gstannodex.h:
12665         * ext/annodex/gstcmmldec.c:
12666         * ext/annodex/gstcmmldec.h:
12667         * ext/annodex/gstcmmlenc.c:
12668         * ext/annodex/gstcmmlenc.h:
12669         * ext/annodex/gstcmmlparser.c:
12670         * ext/annodex/gstcmmlparser.h:
12671         * ext/annodex/gstcmmltag.c:
12672         * ext/annodex/gstcmmltag.h:
12673         * ext/annodex/gstcmmlutils.c:
12674         * ext/annodex/gstcmmlutils.h:
12675         * ext/annodex/gstskeldec.c:
12676         * ext/annodex/gstskeldec.h:
12677         * ext/annodex/gstskeltag.c:
12678         * ext/annodex/gstskeltag.h:
12679         * tests/check/Makefile.am:
12680         * tests/check/elements/cmmldec.c:
12681         * tests/check/elements/cmmlenc.c:
12682         * tests/check/elements/skeldec.c:
12683           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12684           Includes tests & docs, oh my! Passes Thomas's -good checklist
12685           entirely. Wow.
12686
12687 2006-02-24  Michael Smith  <msmith@fluendo.com>
12688
12689         * autogen.sh:
12690           Check for automake 1.9 as well.
12691
12692 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * ext/flac/gstflacenc.c:
12695           Change min. sample rate to 8kHz to match flacdec's.
12696           
12697 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12698
12699         * ext/cdio/Makefile.am:
12700           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12701           required for Cygwin, see #317048)
12702
12703         * gst/rtp/gstasteriskh263.c:
12704           Cygwin has includes for both the unix network socket API
12705           and the windows API, but only one can be included, so fix
12706           includes to only use one or the other, prefering the unxi
12707           one (#317048).
12708
12709 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12710
12711         * rtp/gst/gstrtppcmadepay.c:
12712         * rtp/gst/gstrtppcmadepay.h:
12713         * rtp/gst/gstgstrtppcmapay.c:
12714         * rtp/gst/gstgstrtppcmapay.h:
12715         * rtp/gst/gstrtppcmudepay.c:
12716         * rtp/gst/gstrtppcmudepay.h:
12717         * rtp/gst/gstrtppcmupay.c:
12718         * rtp/gst/gstrtppcmupay.h:
12719         * rtp/gst/Makefile.am:
12720         * rtp/gst/gstrtp.c:
12721         * rtp/gst/README:
12722         Separated the G711 payloaders/depayloaders into separate elements for
12723         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12724
12725 2006-02-22  Wim Taymans  <wim@fluendo.com>
12726
12727         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12728         (gst_dvdec_change_state):
12729         * ext/dv/gstdvdec.h:
12730         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12731         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12732         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12733         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12734         (gst_dvdemux_flush), (gst_dvdemux_chain),
12735         (gst_dvdemux_change_state):
12736         * ext/dv/gstdvdemux.h:
12737         Ueber spiffify some more, added debug category.
12738         Use _scale.
12739         Use segments, respect playback rate from newsegment.
12740         Fix refcount issue.
12741
12742 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12743
12744         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12745         (gst_signal_processor_process):
12746         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12747         enabled for the build, but it helps me win the feature-count
12748         competitions ooh yeah.
12749
12750 2006-02-19  Wim Taymans  <wim@fluendo.com>
12751
12752         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12753         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12754         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12755         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12756         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12757         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12758         Use scaling code for added precission and more correct stop
12759         position in case scale==0.
12760
12761 2006-02-19  Wim Taymans  <wim@fluendo.com>
12762
12763         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12764         (gst_flxdec_chain):
12765         * gst/flx/gstflxdec.h:
12766         Implement DURATION query.
12767
12768 2006-02-19  Wim Taymans  <wim@fluendo.com>
12769
12770         * gst/flx/flx_color.h:
12771         * gst/flx/flx_fmt.h:
12772         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12773         (gst_flxdec_src_query_handler), (flx_decode_color),
12774         (gst_flxdec_chain):
12775         * gst/flx/gstflxdec.h:
12776         Set MALLOCDATA for the temp buffers so we don't leak.
12777         Some debug cleanups.
12778         Consume all data in the adapter before leaving the chain
12779         function. Fixes #330678.
12780
12781 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12782
12783         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12784         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12785          Handle 0 data size in otherwise valid frames.
12786          Handle numeric strings in 2.4.0 even when not in parentheses 
12787
12788 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * gst/matroska/matroska-demux.c:
12791         (gst_matroska_demux_subtitle_caps),
12792         (gst_matroska_demux_plugin_init):
12793         * gst/matroska/matroska-ids.h:
12794           Recognise SSA/ASS and USF subtitle formats and
12795           set proper caps when they are found.
12796
12797 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12798
12799         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12800         (gst_jpeg_dec_chain):
12801           Fix invalid memory access for some odd-sized images
12802           (see image contained in quicktime stream in #327083);
12803           use g_malloc() instead of g_alloca().
12804
12805 2006-02-17  Wim Taymans  <wim@fluendo.com>
12806
12807         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12808         Patch from Sebastien Cote, fixes #319884
12809
12810 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12811
12812         * ext/cdio/gstcdio.c: (plugin_init):
12813           Init debug category (#331253).
12814
12815 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12818           Pass extra_data to gst_riff_create_audio_caps(), so that
12819           WAVEFORMATEX stuff works. Post audio codec name and post
12820           it as taglist on the bus. Allow up to 8 channesl for raw
12821           PCM in the source pad template caps.
12822
12823 2006-02-16  Wim Taymans  <wim@fluendo.com>
12824
12825         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12826         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12827         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12828         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12829         (gst_multipart_set_property), (gst_multipart_get_property):
12830         Applied #318663. Gives quite a few false positives in
12831         autoscan mode, but it's better than nothing. Not closing yet.
12832
12833 2006-02-16  Wim Taymans  <wim@fluendo.com>
12834
12835         * docs/plugins/Makefile.am:
12836         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12837         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12838         * docs/plugins/gst-plugins-good-plugins.args:
12839         * docs/plugins/inspect/plugin-udp.xml:
12840         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12841         (gst_udpsrc_start):
12842         Update documentation.
12843         Fix args.
12844
12845 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12846
12847         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12848         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12849         frame size. (Fixes #331368)
12850
12851 2006-02-16  Wim Taymans  <wim@fluendo.com>
12852
12853         * gst/rtsp/README:
12854         Updated README.
12855
12856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12857         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12858         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12859         * gst/rtsp/gstrtspsrc.h:
12860         Make sure the RTP port is an even port an try to allocate 
12861         another if not.
12862         Added retry property to control max retries for port allocation.
12863         Make sure RTCP port is RTP port+1.
12864         Cleanup when port allocation fails.
12865         Fixes #319183.
12866         
12867 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12868
12869         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12870           Don't ignore return value of the parent class's state
12871           change function (#331385, patch by: Wouter Paesen).
12872
12873 2006-02-15  Wim Taymans  <wim@fluendo.com>
12874
12875         * configure.ac:
12876         * docs/plugins/Makefile.am:
12877         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12879         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12880         * ext/Makefile.am:
12881         * ext/hal/Makefile.am:
12882         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12883         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12884         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12885         (do_toggle_element), (gst_hal_audio_sink_set_property),
12886         (gst_hal_audio_sink_get_property),
12887         (gst_hal_audio_sink_change_state):
12888         * ext/hal/gsthalaudiosink.h:
12889         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12890         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12891         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12892         (do_toggle_element), (gst_hal_audio_src_set_property),
12893         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12894         * ext/hal/gsthalaudiosrc.h:
12895         * ext/hal/gsthalelements.c: (plugin_init):
12896         * ext/hal/gsthalelements.h:
12897         * ext/hal/hal.c: (gst_hal_get_string),
12898         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12899         (gst_hal_get_audio_src):
12900         * ext/hal/hal.h:
12901         Add HAL sound device wrapper plugins. Closes #329106
12902
12903 2006-02-15  Wim Taymans  <wim@fluendo.com>
12904
12905         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12906         Add comment in a fultile attempt to stop the copy-and-paste 
12907         paradigm leading to duplication of bad code.
12908
12909         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12910         Mime parameters have to be checked case insensitive
12911
12912 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12913
12914         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12915           Advance stream time for lagging subtitle streams by sending
12916           newsegment events with the update flag set.
12917
12918 2006-02-14  Edward Hervey  <edward@fluendo.com>
12919
12920         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12921         There can be bogus data before the hdrl LIST tag in the RIFF header.
12922         It's hard to say if it's not respecting the AVI specifications or not,
12923         but since Google Video is producing AVIs like that and the other player
12924         don't seem to complain, I guess we should do the same.
12925
12926 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12927
12928         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12929         (parse_split_strings):
12930         Add more validation to ensure that a char encoding conversion
12931         produced a valid UTF-8 string.
12932
12933 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12934
12935         Reviewed by: Edward Hervey  <edward@fluendo.com>
12936
12937         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12938         Properly handle end of segment. Closes #330885.
12939
12940 2006-02-13  Wim Taymans  <wim@fluendo.com>
12941
12942         * gst/rtp/gstrtpmp4gpay.h:
12943         For got to commit this one.
12944
12945 2006-02-12  Wim Taymans  <wim@fluendo.com>
12946
12947         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12948         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12949         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12950         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12951         * gst/rtp/gstrtpmp4gpay.h:
12952         Make more things work.
12953         Handle ACC config strings.
12954
12955 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12956
12957         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12958           set timestamps if no incoming timestamps set
12959
12960 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12961
12962         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12963         (gst_tag_demux_do_typefind):
12964           ... and fix the very same leaks in GstTagDemux.
12965
12966 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12967
12968         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12969         (gst_id3demux_do_typefind):
12970         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12971         <jonathan at kaolin dot wh9 dot net>)
12972
12973 2006-02-10  Wim Taymans  <wim@fluendo.com>
12974
12975         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12976         First set options, then set caps or else the baseclass
12977         will not know about the options, duh.
12978
12979 2006-02-10  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12982         (gst_rtp_mp4v_pay_setcaps):
12983         Don't waste time looking for a config string if we have codec_info
12984         on the incomming caps.
12985
12986 2006-02-10  Wim Taymans  <wim@fluendo.com>
12987
12988         * gst/rtp/README:
12989         Say something about case-sensitivity of caps vs mime-attributes.
12990
12991         * gst/rtp/Makefile.am:
12992         * gst/rtp/gstrtp.c: (plugin_init):
12993         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12994         (gst_rtp_amr_pay_handle_buffer):
12995         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12996         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12997         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12998         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12999         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
13000         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
13001         (gst_rtp_mp4g_pay_plugin_init):
13002         * gst/rtp/gstrtpmp4gpay.h:
13003         Added beginnings of mpeg4-generic payloader (RFC 3640)
13004
13005 2006-02-09  Wim Taymans  <wim@fluendo.com>
13006
13007         * gst/rtsp/Makefile.am:
13008         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
13009         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
13010         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
13011         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13012         (gst_rtpdec_change_state):
13013         * gst/rtsp/gstrtpdec.h:
13014         * gst/rtsp/gstrtsp.c: (plugin_init):
13015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13016         * gst/rtsp/rtspconnection.c: (read_body),
13017         (rtsp_connection_receive):
13018         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13019         Resurected rtpdec to make rtspsrc happy again.
13020         Skip attributes from the session id.
13021         Don't crash when dumping a message with an empty body.
13022
13023
13024 2006-02-09  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13027         Added more meaningfull warnings when something goes wrong.
13028         Clear F bit on outgoing AMR packets.
13029
13030         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13031         (gst_rtp_amr_pay_handle_buffer):
13032         Added debugging category
13033         Support payloading of multiple AMR frames.
13034
13035         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13036         Added some debugging.
13037
13038 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13039
13040         * configure.ac:
13041           Back to CVS
13042
13043 === release 0.10.2 ===
13044
13045 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13046
13047         * configure.ac:
13048           releasing 0.10.2, "Papa was a rolling stone"
13049
13050 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13051
13052         * configure.ac:
13053           Bump core and plugins-base requirement to 0.10.2.2
13054           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13055
13056 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13057
13058         * ext/flac/gstflac.c: (plugin_init):
13059         * ext/speex/gstspeex.c: (plugin_init):
13060           Register musicbrainz tags.
13061
13062 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13063
13064         * ext/gconf/gconf.h:
13065           Remove declaration of function that no longer exists.
13066
13067 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13068
13069         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13070         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13071         Make shout2 work for non ogg streams
13072
13073 2006-02-06  Wim Taymans  <wim@fluendo.com>
13074
13075         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13076         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13077         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13078         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13079         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13080         * gst/udp/gstmultiudpsink.h:
13081         Updated docs.
13082         Added properties bytes-served, bytes_to_serve.
13083         Post proper error messages,
13084         Emit client added signal too.
13085
13086 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13087
13088         * docs/plugins/Makefile.am:
13089         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13090         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13091         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13092         (gst_multiudpsink_get_stats):
13093           adding docs for multiudpsink
13094
13095 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13096
13097         * gst/level/gstlevel.c: (gst_level_transform_ip):
13098           peak below decay is not necessarily an error, so don't ERROR log
13099
13100 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13101
13102         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13103         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13104         (gst_ebml_write_seek):
13105         * gst/matroska/ebml-write.h:
13106           Make sure we send a newsegment event in BYTES format
13107           before sending buffers (#328531).
13108
13109 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13112         (gst_dvdemux_sink_query):
13113         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13114         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13115         (speex_dec_src_query):
13116         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13117         (gst_speexenc_sink_query):
13118         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13119         * gst/matroska/matroska-demux.c:
13120         (gst_matroska_demux_get_src_query_types),
13121         (gst_matroska_demux_handle_src_query):
13122         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13123         (gst_wavparse_pad_query):
13124           Pass unhandled queries upstream instead of just dropping
13125           them (#326446). Update query type arrays here and there.
13126
13127 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13128
13129         * tests/check/elements/matroskamux.c: (setup_src_pad):
13130           Collectpads in core got changed and now also holds a
13131           reference to any pad that is part of it. Fix refcount
13132           checks in test case accordingly.
13133
13134 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13135
13136         * gst/apetag/gstapedemux.h:
13137           Fix include, for now GstTagDemux is in the apetag dir.
13138
13139 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13140
13141         * docs/plugins/Makefile.am:
13142         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13143         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13144         * docs/plugins/inspect/plugin-cdio.xml:
13145           Add cdio plugin to docs.
13146
13147         * ext/cdio/gstcdiocddasrc.c:
13148           Add gtk-doc blurb.
13149
13150         * ext/cdio/gstcdio.c:
13151           The plugin is called 'cdio' not 'cddio'.
13152
13153 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13154
13155         * configure.ac:
13156         * docs/plugins/Makefile.am:
13157         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13158         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13159         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13160         * docs/plugins/inspect/plugin-apetag.xml:
13161         * gst/apetag/Makefile.am:
13162         * gst/apetag/gstapedemux.c:
13163         * gst/apetag/gstapedemux.h:
13164         * gst/apetag/gsttagdemux.c:
13165         * gst/apetag/gsttagdemux.h:
13166           Add APE tag demuxer (#325649).
13167
13168 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13169
13170         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13171         (gst_gconf_get_default_video_sink),
13172         (gst_gconf_get_default_audio_src),
13173         (gst_gconf_get_default_video_src):
13174         * ext/gconf/gconf.h:
13175         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13176         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13177         (do_toggle_element):
13178         * ext/gconf/gstgconfaudiosink.h:
13179         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13180         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13181         (do_toggle_element):
13182         * ext/gconf/gstgconfaudiosrc.h:
13183         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13184         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13185         (do_toggle_element):
13186         * ext/gconf/gstgconfvideosink.h:
13187         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13188         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13189         (do_toggle_element):
13190         * ext/gconf/gstgconfvideosrc.h:
13191           Ignore changing the GConf key to "". Ignore GConf key updates
13192           that don't actually change the string.
13193           For now, ignore the GConf key when the state is > READY, as
13194           it breaks streaming. Sometime it will be nice to bring the
13195           new sink online even mid-stream, by sending NEWSEGMENT info
13196           and possibly prerolling.
13197           (Fixes #326736)
13198
13199 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13200
13201         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13202         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13203         (zoomFilterSetResolution), (zoomFilterDestroy),
13204         (zoomFilterFastRGB), (pointFilter):
13205         * gst/goom/filters.h:
13206         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13207         (goom_update), (goom_close):
13208         * gst/goom/goom_core.h:
13209         * gst/goom/goom_tools.h:
13210         * gst/goom/graphic.c:
13211         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13212         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13213         * gst/goom/gstgoom.h:
13214         * gst/goom/lines.c: (goom_lines):
13215         * gst/goom/lines.h:
13216           Make goom reentrant by moving all important static variables
13217           into instance structures.
13218           (Fixes #329181)
13219
13220 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13223         (gst_avi_demux_all_source_pads_unlinked),
13224         (gst_avi_demux_process_next_entry):
13225         * gst/avi/gstavidemux.h:
13226           Third attempt, use gst_pad_is_linked() this time.
13227
13228 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13229
13230         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13231         (parse_split_strings):
13232         Adjust for data length indicators when parsing (Fixes #329810)
13233         Fix stupid bug parsing UTF-8 tag text.
13234         Output tag strings with multiple fields as multiple tags, so the
13235         app gets all the data.
13236
13237 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13238
13239         * ext/flac/gstflacenc.c:
13240         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13241         show me.
13242         
13243 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13244
13245         * ext/flac/gstflacenc.c:
13246         * gst/matroska/ebml-read.c:
13247         Just make it compile with --disable-gst-debug.
13248
13249 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13250
13251         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13252         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13253         (id3v2_genre_fields_to_taglist):
13254           Never output a tag with a null contents string.
13255
13256 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13257
13258         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13259           Only pause if all pads are unlinked AND we've tried to send data
13260           on all of them at least once.
13261
13262 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13263
13264         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13265         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13266           Make loop function/task pause itself when all source pads are
13267           unlinked.
13268
13269 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * configure.ac:
13272         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13273           Use new functions from core to render a bin from a
13274           string. Fixes build. Up requirements to core CVS.
13275
13276 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13277
13278         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13279           Don't push buffers into the adapter that we are going to
13280           push downstream again without framing anyway. Also, the
13281           adaptor takes ownership of buffers put into it (fixes
13282           auparse pushing invalid buffers for .au files with
13283           ADPCM contents). Finally, set caps on all outgoing buffers.
13284
13285 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13286
13287         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13288         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13289         (gst_id3demux_send_tag_event):
13290         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13291         Someone should kick my butt. Remove ID3v1 tags from the end of the
13292         file.
13293
13294         Improve error messages. Send the TAG message as soon as we complete
13295         typefinding, instead of waiting until we send the first buffer.
13296         Downstream tag event is still sent before the first buffer.
13297
13298 2006-01-27  Jan Gerber  <j@bootlab.org>
13299
13300         Reviewed by: Andy Wingo <wingo@pobox.com>
13301
13302         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13303         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13304         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13305         to not have warings flooding stderr. this is the suggested way
13306         also used in dvgrab and kino. (#328336)
13307
13308 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13309
13310         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13311         (gst_oss_sink_init), (gst_oss_sink_finalise):
13312           Free the device name string when finalised.
13313
13314 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13317           Don't put function calls in g_return_if_fail() statements,
13318           or they'll be replaced with NOOPs if someone compiles with
13319           G_DISABLE_CHECKS defined.
13320           
13321 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13322
13323         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13324         Never trust ANY information encoded in a media file, especially
13325         when it's giving you sizes. (Fixes #328452)
13326
13327 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13328
13329         * gst/rtp/gstrtpg711pay.c:
13330         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13331         bug #325148.
13332
13333 2006-01-23  Edward Hervey  <edward@fluendo.com>
13334
13335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13336         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13337         * gst/matroska/matroska-ids.h:
13338         Added recognition of Real Audio and Video streams in matroska demuxer.
13339
13340 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13341
13342         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13343           Remove errant break statement, and fix compilation with
13344           older GCC.
13345
13346 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13347
13348         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13349
13350         * sys/sunaudio/gstsunaudiomixerctrl.c:
13351         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13352           Export functions that are needed in other parts of the code,
13353           makes the mixer actually work; adjust magic minimum buffer-time
13354           value from 3ms to 5ms to work around stuttering during mp3
13355           playback (#327765).
13356
13357 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13358
13359         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13360
13361         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13362         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13363           Fix possible deadlock in matroska muxer (#327825).
13364
13365 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13366
13367         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13368         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13369         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13370         * gst/rtsp/sdpmessage.h:
13371         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13372         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13373           C89 fixes: declare variables at the beginning of a block and
13374           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13375           <jensgr at gmx dot net>).
13376
13377 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13378
13379         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13380         * gst/id3demux/id3tags.h:
13381         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13382         (parse_comment_frame), (parse_text_identification_frame),
13383         (id3v2_tag_to_taglist), (id3v2_are_digits),
13384         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13385         (parse_split_strings), (free_tag_strings):
13386           Rewrite parsing of text tags to handle multiple NULL terminated
13387           strings. Parse numeric genre strings and ID3v2 type
13388           "(3)(6)Alternative" style genre strings.
13389           Parse dates that are only YYYY or YYYY-mm format.
13390           (Fixes #328241 and #322154)
13391
13392 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13393
13394         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13395           Don't forget to initialize liboil, otherwise our oil functions
13396           will crash (fixes #327871; patch by: Christoph Burghardt
13397           <hawkes at web dot de>).
13398
13399 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13400
13401         * configure.ac:
13402           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13403           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13404           patch by: Brian Cameron <brian dot cameron at sun dot com>
13405
13406 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13407
13408         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13409         * ext/cdio/gstcdio.h:
13410         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13411           Fix build for libcdio versions >= 76; give slightly lower rank
13412           than cdparanoia.
13413
13414 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13415
13416         * configure.ac:
13417         * ext/Makefile.am:
13418         * ext/cdio/Makefile.am:
13419         * ext/cdio/gstcdio.c:
13420         * ext/cdio/gstcdio.h:
13421         * ext/cdio/gstcdiocddasrc.c:
13422         * ext/cdio/gstcdiocddasrc.h:
13423           Port libcdio cdda source, formerly known as cddasrc, now known as
13424           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13425           but that's not tested (fixes #317658).
13426
13427 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13428
13429         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13430           Fix conversion from TIME to BYTES format (fixes #326864;
13431           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13432
13433 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13434
13435         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13436           Fix compilation of id3demux when zlib is not present.
13437           (Fixes #326602; patch by: Sergey Scobich)
13438
13439 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13440
13441         * ext/esd/Makefile.am:
13442           Add $(ESD_CFLAGS), otherwise build will fail for folks
13443           with libesd in a non-standard prefix (#327009).
13444
13445 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13446
13447         * configure.ac:
13448           back to HEAD
13449
13450 === release 0.10.1 ===
13451
13452 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13453
13454         * configure.ac:
13455           releasing 0.10.1, "Li"
13456
13457 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13458
13459           patch by: Wim Taymans
13460
13461         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13462           fix memleak.  Fixes #326618
13463
13464 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13465
13466           patch by: Mike Smith
13467
13468         * gst/level/gstlevel.c: (gst_level_message_new),
13469         (gst_level_message_append_channel):
13470           Fix memleak.  Fixes #326612
13471
13472 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13473
13474         * configure.ac:
13475           prereleasing
13476         * po/af.po:
13477         * po/az.po:
13478         * po/cs.po:
13479         * po/en_GB.po:
13480         * po/hu.po:
13481         * po/it.po:
13482         * po/nb.po:
13483         * po/nl.po:
13484         * po/or.po:
13485         * po/sq.po:
13486         * po/sr.po:
13487         * po/sv.po:
13488         * po/uk.po:
13489         * po/vi.po:
13490           update translations
13491
13492 2006-01-10  Michael Smith  <msmith@fluendo.com>
13493
13494         * gst/level/gstlevel.c: (gst_level_class_init),
13495         (gst_level_dispose):
13496           Don't leak filter arrays.
13497
13498 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13499
13500         reviewed by: Christian Schaller <uraeus@gnome.org>
13501         
13502         * configure.ac:
13503         * gst-plugins-good.spec.in:
13504         * sys/Makefile.am:
13505         * sys/sunaudio/Makefile.am:
13506         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13507         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13508         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13509         (gst_sunaudiomixer_change_state):
13510         * sys/sunaudio/gstsunaudiomixer.h:
13511         * sys/sunaudio/gstsunaudiomixerctrl.c:
13512         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13513         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13514         (gst_sunaudiomixer_ctrl_list_tracks),
13515         (gst_sunaudiomixer_ctrl_get_volume),
13516         (gst_sunaudiomixer_ctrl_set_volume),
13517         (gst_sunaudiomixer_ctrl_set_mute),
13518         (gst_sunaudiomixer_ctrl_set_record):
13519         * sys/sunaudio/gstsunaudiomixerctrl.h:
13520         * sys/sunaudio/gstsunaudiomixertrack.c:
13521         (gst_sunaudiomixer_track_class_init),
13522         (gst_sunaudiomixer_track_init), (fill_labels),
13523         (gst_sunaudiomixer_track_new):
13524         * sys/sunaudio/gstsunaudiomixertrack.h:
13525         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13526         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13527         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13528         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13529         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13530         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13531         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13532         * sys/sunaudio/gstsunaudiosink.h:
13533
13534         Add SunAudio plugin - tested to make sure it doesn't break
13535         the build under GNU/Linux.      
13536
13537 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13538
13539         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13540         * gst-plugins-good/gst/udp/gstudpsrc.c:
13541         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13542         overrides the port or multicast parameters. Fixes bugs #323021.
13543         API addition: adds GstUDPSrc::sockfd property   
13544
13545 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13546
13547         * ext/gconf/Makefile.am:
13548         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13549         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13550         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13551         (do_toggle_element), (cb_toggle_element),
13552         (gst_gconf_audio_src_change_state):
13553         * ext/gconf/gstgconfaudiosrc.h:
13554         * ext/gconf/gstgconfelements.c: (plugin_init):
13555         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13556         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13557         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13558         (do_toggle_element), (cb_toggle_element),
13559         (gst_gconf_video_src_change_state):
13560         * ext/gconf/gstgconfvideosrc.h:
13561           Add new gconfaudiosrc and gconfvideosrc elements
13562           (needed for gnome-sound-recorder).
13563
13564 2006-01-06  Edward Hervey  <edward@fluendo.com>
13565
13566         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13567         Add gst_element_no_more_pads() for proper decodebin behaviour.
13568         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13569         (parse_text_identification_frame), (parse_split_strings):
13570         Failure to decode some tags is not a GST_ERROR() but a
13571         GST_WARNING()
13572         When iterating over a chunk of text, check that we haven't gone too
13573         far.
13574
13575 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13576
13577         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13578         (plugin_init):
13579           call oil_init() when using liboil
13580
13581 2006-01-04  Wim Taymans  <wim@fluendo.com>
13582
13583         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13584         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13585         Fix leaks.
13586
13587 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13588
13589         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13590
13591         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13592         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13593         (gst_flac_dec_change_state):
13594           Don't g_assert() where we should just return FALSE; remove
13595           unnecessary g_assert(); initialize some fields properly in
13596           state change function (fixes #325504). Also, use
13597           GST_DEBUG_OBJECT in two more places.
13598
13599 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13600
13601         * configure.ac:
13602           also remove smoothwave's Makefile.am
13603         * docs/plugins/Makefile.am:
13604           fix plugin docs
13605
13606 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13607
13608         * tests/examples/Makefile.am:
13609           added missing Makefile.am
13610
13611 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13612
13613         * configure.ac:
13614         * gst/level/Makefile.am:
13615         * gst/level/level-example.c:
13616         * tests/Makefile.am:
13617         * tests/examples/level/Makefile.am:
13618         * tests/examples/level/level-example.c: (message_handler), (main):
13619           moved level-example to tests/examples/level-example
13620         * tests/old/examples/level/demo.c: (main):
13621         * tests/old/examples/level/plot.c: (main):
13622           some initial fixes
13623
13624 2005-12-29  Michael Smith  <msmith@fluendo.com>
13625
13626         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13627         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13628         * gst/udp/gstmultiudpsink.h:
13629           Track packets sent per client in addition to bytes sent; provide
13630           this info through get-stats signal
13631
13632 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13633
13634         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13635           Can't use gst_object_unref() on a GstAdapter (#325191).
13636
13637 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13638
13639         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13640         If a broken tag has 0 bytes payload, at least still skip
13641         the 10 byte header
13642
13643 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13644
13645         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13646         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13647         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13648         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13649           Making these depayloaders (H263+ and mpeg4 video) inherit from
13650           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13651
13652 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13653
13654         * docs/plugins/gst-plugins-good-plugins.args:
13655         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13656         Regenerate the plugin hiearchy.
13657
13658 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13659
13660         * docs/plugins/Makefile.am:
13661         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13663         * docs/plugins/gst-plugins-good-plugins.args:
13664         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13665         (gst_id3demux_base_init), (gst_id3demux_class_init),
13666         (gst_id3demux_chain):
13667         * gst/id3demux/gstid3demux.h:
13668           Add documentation for id3demux.
13669           Don't fail if the first buffer is not at offset 0, just
13670           attempt to typefind and do pass through
13671           Rename the gst_type function from gst_gst_id3demux..
13672
13673 2005-12-20  Michael Smith  <msmith@fluendo.com>
13674
13675         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13676         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13677         (gst_multiudpsink_get_stats):
13678         * gst/udp/gstmultiudpsink.h:
13679           Collect statistics; return them from get_stats.
13680
13681 2005-12-19  Edward Hervey  <edward@fluendo.com>
13682
13683         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13684         Stupid signedness issue...
13685
13686 2005-12-19  Edward Hervey  <edward@fluendo.com>
13687
13688         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13689         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13690         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13691         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13692         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13693         Construct index for indexless files.
13694         Make sure pad/buffers are correctly reset to NULL once we don't need
13695         them anymore, else we get lovely segfaults/assertions.
13696         * gst/wavparse/gstwavparse.c:
13697         Yes, you can have 96KHz audio and wma in wav :(
13698
13699 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13700
13701         * configure.ac:
13702           Check for optional dependency on zlib for id3demux
13703
13704         * gst/id3demux/Makefile.am:
13705         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13706         (gst_id3demux_base_init), (gst_id3demux_class_init),
13707         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13708         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13709         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13710         (gst_id3demux_set_property), (gst_id3demux_get_property),
13711         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13712         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13713         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13714         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13715         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13716         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13717         (simple_find_peek), (simple_find_suggest),
13718         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13719         (plugin_init):
13720         * gst/id3demux/gstid3demux.h:
13721         * gst/id3demux/id3tags.c: (read_synch_uint),
13722         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13723         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13724         (id3demux_id3v2_frames_to_tag_list):
13725         * gst/id3demux/id3tags.h:
13726         * gst/id3demux/id3v2.4.0-frames.txt:
13727         * gst/id3demux/id3v2.4.0-structure.txt:
13728         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13729         (parse_comment_frame), (parse_text_identification_frame),
13730         (id3v2_tag_to_taglist), (parse_split_strings):
13731           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13732           otherwise it discards them. Works on my test files. 
13733
13734         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13735           Don't send EOS to a non-existing srcpad
13736           The debug category can be static
13737
13738 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13739
13740         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13741         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13742         * gst/multipart/multipartdemux.c:
13743           change some char* into char[]
13744
13745 2005-12-16  Wim Taymans  <wim@fluendo.com>
13746
13747         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13748         (gst_wavparse_other), (gst_wavparse_perform_seek),
13749         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13750         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13751         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13752         * gst/wavparse/gstwavparse.h:
13753         Use GstSegment to implement more seeking features.
13754
13755 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * gst/rtsp/rtspconnection.c:
13758           Add <netinet/in.h> include and move <arpa/inet.h> include
13759           to make things work on OpenBSD as well (fixes #323717;
13760           patch by: Benjamin Pineau)
13761
13762 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13763
13764         * gst/rtp/gstrtpspeexdepay.c:
13765         * gst/rtp/gstrtpspeexpay.c:
13766         Set clock rate to be fixed in 8000. It fixes bug #324012.
13767
13768 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13769
13770         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13771         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13772         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13773         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13774         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13775         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13776         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13777         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13778         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13779         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13780         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13781         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13782         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13783         * gst-plugins-good/gst/rtp/README:
13784         Fixed payload range in payloder caps. Removed payload range completely
13785         from depayloaders as they don't require payload type in their caps.
13786         In effect, there isn't any specific payload type for any given codec,
13787         only suggestions.
13788         Fixes bug #324011.
13789
13790 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13791
13792         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13793         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13794         (gst_videomixer_collected): Code cleanup and re-enabling 
13795         queued time validity check for correct EOS handling.
13796
13797 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13798
13799         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13800         (gst_oss_mixer_element_get_property),
13801         (gst_oss_mixer_element_change_state):
13802         Add 'device-name' property and fix state change function.
13803
13804 2005-12-13  Edward Hervey  <edward@fluendo.com>
13805
13806         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13807         If the speed of the file is null in the header, set the frame_time to
13808         the default setting of GST_SECOND / 70. Which is the default
13809         frame_delay for .fli files as stated in this document :
13810         http://www.compuphase.com/flic.htm
13811         Would be nice to have the time conversion done properly too (duration =
13812         flxh->frames * flxdec->frame_time)
13813
13814 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13815
13816         * docs/plugins/Makefile.am:
13817         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13818         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13819         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13820         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13821         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13822         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13823         documentation for videomixer on my way with a funny sample
13824         pipeline.
13825
13826 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13827
13828         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13829         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13830         (gst_videomixer_update_queues), (gst_videomixer_collected):
13831         Fix caps negotiation. (#323896)
13832
13833 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13834
13835         * gst/matroska/matroska-demux.c:
13836         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13837           Set correct timestamps on audio laces, fixes playback of mp3 from
13838                 matroska.
13839
13840 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13841
13842         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13843         (gst_au_parse_class_init), (gst_au_parse_init),
13844         (gst_au_parse_dispose), (gst_au_parse_chain),
13845         (gst_au_parse_change_state), (plugin_init):
13846         * gst/auparse/gstauparse.h:
13847           Use gst_object_unref() for GstObjects instead of
13848           g_object_unref() and fix a mem leak in a debug
13849           statement; while we're at it, also borgify, use
13850           boilerplate macros and clean up a little bit.
13851
13852 2005-12-11  Edward Hervey  <edward@fluendo.com>
13853
13854         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13855         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13856         Added pull mode.
13857
13858 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13859
13860         * gst/goom/gstgoom.c:
13861         * gst/level/level-example.c: (main):
13862         * gst/smoothwave/demo-osssrc.c: (main):
13863           Use audiotestsrc instead of sinesrc (#323798).
13864
13865 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13866
13867         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13868           more debug-func-ptr usage
13869
13870 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13871
13872         * gst/flx/flx_color.c: (flx_colorspace_convert):
13873         * gst/flx/flx_color.h:
13874         * gst/flx/flx_fmt.h:
13875         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13876         * gst/flx/gstflxdec.h:
13877           Now flxdec works on big-endian machines as well.
13878
13879 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13882         (gst_fenced_buffer_copy):
13883           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13884           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13885           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13886           and use GST_DEBUG_FUNCPTR for pad functions.
13887
13888 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13889
13890         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13891         (gst_flac_dec_class_init), (gst_flac_dec_init),
13892         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13893         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13894         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13895         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13896         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13897         (gst_flac_dec_change_state):
13898         * ext/flac/gstflacdec.h:
13899           Rewrite flacdec a bit, so that even seeking might work now. Most
13900           importantly, don't act upon any flow return values we get, just tell
13901           the decoder everything's dandy and act on the flow return values
13902           later on in the loop function. We don't want to mess up the internal
13903           decoder state for non-fatal things like flushing pads etc. Other
13904           than that, use GstSegment (segment seeks don't work yet though, but
13905           should be easy to add), use boilerplate macros, drop the superfluous
13906           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13907           lots of other things.
13908
13909 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13910
13911         * configure.ac:
13912           Update comment in OSS includes check.
13913
13914         * sys/oss/gstossdmabuffer.c:
13915         * sys/oss/gstosshelper.c:
13916         * sys/oss/gstossmixer.c:
13917         * sys/oss/gstossmixertrack.c:
13918         * sys/oss/gstosssink.c:
13919         * sys/oss/gstosssrc.c:
13920         * sys/oss/oss_probe.c:
13921           Don't assume the OSS soundcard.h include is always in
13922           the sys/ directory. Instead, use the existing defines
13923           from config.h to include the right file. Fixes
13924           compilation on OpenBSD 3.8 (#323718).
13925
13926 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13927
13928         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13929         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13930         * docs/plugins/inspect/plugin-1394.xml:
13931         * docs/plugins/inspect/plugin-aasink.xml:
13932         * docs/plugins/inspect/plugin-alaw.xml:
13933         * docs/plugins/inspect/plugin-alpha.xml:
13934         * docs/plugins/inspect/plugin-alphacolor.xml:
13935         * docs/plugins/inspect/plugin-auparse.xml:
13936         * docs/plugins/inspect/plugin-autodetect.xml:
13937         * docs/plugins/inspect/plugin-avi.xml:
13938         * docs/plugins/inspect/plugin-cacasink.xml:
13939         * docs/plugins/inspect/plugin-cairo.xml:
13940         * docs/plugins/inspect/plugin-cutter.xml:
13941         * docs/plugins/inspect/plugin-debug.xml:
13942         * docs/plugins/inspect/plugin-dv.xml:
13943         * docs/plugins/inspect/plugin-efence.xml:
13944         * docs/plugins/inspect/plugin-effectv.xml:
13945         * docs/plugins/inspect/plugin-esdsink.xml:
13946         * docs/plugins/inspect/plugin-flac.xml:
13947         * docs/plugins/inspect/plugin-flxdec.xml:
13948         * docs/plugins/inspect/plugin-gconfelements.xml:
13949         * docs/plugins/inspect/plugin-goom.xml:
13950         * docs/plugins/inspect/plugin-jpeg.xml:
13951         * docs/plugins/inspect/plugin-level.xml:
13952         * docs/plugins/inspect/plugin-matroska.xml:
13953         * docs/plugins/inspect/plugin-mulaw.xml:
13954         * docs/plugins/inspect/plugin-multipart.xml:
13955         * docs/plugins/inspect/plugin-navigationtest.xml:
13956         * docs/plugins/inspect/plugin-ossaudio.xml:
13957         * docs/plugins/inspect/plugin-png.xml:
13958         * docs/plugins/inspect/plugin-rtp.xml:
13959         * docs/plugins/inspect/plugin-rtsp.xml:
13960         * docs/plugins/inspect/plugin-shout2send.xml:
13961         * docs/plugins/inspect/plugin-smpte.xml:
13962         * docs/plugins/inspect/plugin-speex.xml:
13963         * docs/plugins/inspect/plugin-udp.xml:
13964         * docs/plugins/inspect/plugin-videobox.xml:
13965         * docs/plugins/inspect/plugin-videoflip.xml:
13966         * docs/plugins/inspect/plugin-videomixer.xml:
13967         * docs/plugins/inspect/plugin-wavenc.xml:
13968         * docs/plugins/inspect/plugin-wavparse.xml:
13969         * ext/flac/gstflac.c: (plugin_init):
13970         * ext/flac/gstflacdec.c: (flacdec_get_type),
13971         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13972         (gst_flac_dec_init), (gst_flac_dec_finalize),
13973         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13974         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13975         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13976         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13977         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13978         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13979         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13980         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13981         * ext/flac/gstflacdec.h:
13982         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13983         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13984         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13985         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13986         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13987         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13988         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13989         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13990         (gst_flac_enc_change_state):
13991         * ext/flac/gstflacenc.h:
13992           borgify and fix up documentation
13993
13994 2005-12-09  Michael Smith  <msmith@fluendo.com>
13995
13996         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13997           Accept a wider range of flac files, more closely matching flac spec.
13998
13999 2005-12-08  Julien MOUTTE  <julien@moutte.net>
14000
14001         * docs/plugins/Makefile.am: Add multipart elements.
14002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14003         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
14004         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14005         * gst/multipart/multipartdemux.c:
14006         * gst/multipart/multipartmux.c: Add docs.
14007
14008 2005-12-07  Edward Hervey  <edward@fluendo.com>
14009
14010         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
14011         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14012         (gst_avi_demux_invert):
14013         Memleak and crasher fixes.
14014         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14015         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14016         Memleak fixes
14017
14018 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14019
14020         * ext/aalib/gstaasink.h:
14021         * ext/cairo/gsttextoverlay.h:
14022         * ext/dv/gstdvdec.h:
14023         * ext/dv/gstdvdemux.c:
14024         * ext/dv/gstdvdemux.h:
14025         * ext/esd/esdsink.h:
14026         * ext/flac/flac_compat.h:
14027         * ext/flac/gstflacdec.h:
14028         * ext/flac/gstflacenc.h:
14029         * ext/gconf/gconf.h:
14030         * ext/gconf/gstgconfaudiosink.h:
14031         * ext/gconf/gstgconfvideosink.h:
14032         * ext/gdk_pixbuf/gstgdkanimation.h:
14033         * ext/jpeg/gstjpegdec.h:
14034         * ext/jpeg/smokecodec.h:
14035         * ext/jpeg/smokeformat.h:
14036         * ext/ladspa/gstsignalprocessor.h:
14037         * ext/ladspa/search.c: (LADSPAPluginSearch):
14038         * ext/ladspa/utils.h:
14039         * ext/libmng/gstmng.c:
14040         * ext/libmng/gstmngdec.h:
14041         * ext/libmng/gstmngenc.c:
14042         * ext/libmng/gstmngenc.h:
14043         * ext/libpng/gstpng.c:
14044         * ext/libpng/gstpngenc.c:
14045         * ext/libpng/gstpngenc.h:
14046         * ext/shout2/gstshout2.h:
14047         * ext/speex/gstspeexdec.h:
14048         * ext/speex/gstspeexenc.c:
14049         * ext/speex/gstspeexenc.h:
14050         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14051         * gst/autodetect/gstautoaudiosink.h:
14052         * gst/autodetect/gstautovideosink.h:
14053         * gst/avi/gstavidemux.h:
14054         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14055         (gst_cutter_set_property), (gst_cutter_get_caps):
14056         * gst/cutter/gstcutter.h:
14057         * gst/debug/tests.c: (md5_process_block):
14058         * gst/debug/tests.h:
14059         * gst/effectv/gstwarp.c:
14060         * gst/flx/flx_fmt.h:
14061         * gst/flx/gstflxdec.h:
14062         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14063         (zoomFilterFastRGB):
14064         * gst/goom/filters.h:
14065         * gst/goom/goom_tools.h:
14066         * gst/law/alaw-encode.c:
14067         * gst/level/gstlevel.c:
14068         * gst/level/gstlevel.h:
14069         * gst/matroska/ebml-write.h:
14070         * gst/matroska/matroska-demux.h:
14071         * gst/matroska/matroska-ids.h:
14072         * gst/matroska/matroska-mux.h:
14073         * gst/monoscope/convolve.c: (convolve_match):
14074         * gst/monoscope/convolve.h:
14075         * gst/multipart/multipartmux.c:
14076         * gst/oldcore/gstaggregator.c:
14077         * gst/oldcore/gstaggregator.h:
14078         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14079         * gst/oldcore/gstmd5sink.h:
14080         * gst/oldcore/gstmultifilesrc.c:
14081         * gst/oldcore/gstmultifilesrc.h:
14082         * gst/oldcore/gstpipefilter.h:
14083         * gst/oldcore/gstshaper.h:
14084         * gst/rtp/gstrtpL16depay.h:
14085         * gst/rtp/gstrtpL16pay.h:
14086         * gst/rtp/gstrtpdepay.h:
14087         * gst/rtp/gstrtpmp4vpay.c:
14088         * gst/rtp/gstrtpmp4vpay.h:
14089         * gst/rtsp/gstrtspsrc.c:
14090         * gst/rtsp/gstrtspsrc.h:
14091         * gst/rtsp/rtspconnection.h:
14092         * gst/rtsp/rtspdefs.h:
14093         * gst/rtsp/rtspmessage.h:
14094         * gst/rtsp/rtsptransport.h:
14095         * gst/rtsp/rtspurl.c:
14096         * gst/rtsp/rtspurl.h:
14097         * gst/rtsp/sdpmessage.c:
14098         * gst/rtsp/sdpmessage.h:
14099         * gst/smpte/barboxwipes.c:
14100         * gst/smpte/gstmask.h:
14101         * gst/smpte/gstsmpte.h:
14102         * gst/smpte/paint.c:
14103         * gst/smpte/paint.h:
14104         * gst/udp/gstdynudpsink.h:
14105         * gst/udp/gstmultiudpsink.h:
14106         * gst/udp/gstudpsink.c:
14107         * gst/udp/gstudpsink.h:
14108         * gst/udp/gstudpsrc.c:
14109         * gst/videomixer/videomixer.c:
14110         * gst/wavenc/riff.h:
14111         * gst/wavparse/gstwavparse.h:
14112         * sys/oss/gstossdmabuffer.h:
14113         * sys/oss/gstossmixer.h:
14114         * sys/oss/gstossmixerelement.h:
14115         * sys/oss/gstossmixertrack.h:
14116         * sys/oss/gstosssink.c:
14117         * sys/oss/gstosssink.h:
14118         * sys/oss/gstosssrc.c:
14119         * sys/oss/gstosssrc.h:
14120         * sys/osxaudio/gstosxaudioelement.h:
14121         * sys/osxaudio/gstosxaudiosink.h:
14122         * sys/osxaudio/gstosxaudiosrc.h:
14123           expand tabs
14124
14125 === release 0.10.0 ===
14126
14127 2005-12-05   <thomas (at) apestaart (dot) org>
14128
14129         * configure.ac:
14130           releasing 0.10.0, "Abondance"
14131
14132 2005-12-05  Andy Wingo  <wingo@pobox.com>
14133
14134         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14135         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14136         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14137         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14138         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14139         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14140         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14141         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14142         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14143         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14144         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14145         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14146         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14147         * gst/goom/gstgoom.c: (gst_goom_chain):
14148         * gst/matroska/matroska-demux.c:
14149         (gst_matroska_demux_push_vorbis_codec_priv_data),
14150         (gst_matroska_demux_add_wvpk_header):
14151         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14152         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14153         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14154         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14155         alloc_buffer changes.
14156
14157 2005-12-05  Michael Smith  <msmith@fluendo.com>
14158
14159         * docs/plugins/gst-plugins-good-plugins.args:
14160           Remove args for plugins that aren't in -good.
14161
14162 === release 0.9.7 ===
14163
14164 2005-12-01   <thomas (at) apestaart (dot) org>
14165
14166         * configure.ac:
14167           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14168
14169 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14170
14171         * docs/plugins/.cvsignore:
14172         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14173         * docs/plugins/inspect/plugin-multipart.xml:
14174         * docs/plugins/inspect/plugin-rtp.xml:
14175           add multipart plugin to docs
14176
14177 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14178
14179         * configure.ac:
14180         * ext/Makefile.am:
14181         * ext/pango/Makefile.am:
14182         * ext/pango/gstclockoverlay.c:
14183         * ext/pango/gstclockoverlay.h:
14184         * ext/pango/gsttextoverlay.c:
14185         * ext/pango/gsttextoverlay.h:
14186         * ext/pango/gsttextrender.c:
14187         * ext/pango/gsttextrender.h:
14188         * ext/pango/gsttimeoverlay.c:
14189         * ext/pango/gsttimeoverlay.h:
14190           move pango to base
14191
14192 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14193
14194         * gst/rtp/Makefile.am:
14195         * gst/rtp/gstrtpL16depay.c:
14196         * gst/rtp/gstrtpL16depay.h:
14197         * gst/rtp/gstrtpL16parse.c:
14198         * gst/rtp/gstrtpL16parse.h:
14199         * gst/rtp/gstrtpgsmdepay.c:
14200         * gst/rtp/gstrtpgsmdepay.h:
14201         * gst/rtp/gstrtpgsmparse.c:
14202         * gst/rtp/gstrtpgsmparse.h:
14203           parsers are depayers
14204
14205 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14206
14207         * gst/rtp/Makefile.am:
14208         * gst/rtp/gstasteriskh263.c:
14209         * gst/rtp/gstrtp.c:
14210         * gst/rtp/gstrtpL16enc.c:
14211         * gst/rtp/gstrtpL16enc.h:
14212         * gst/rtp/gstrtpL16parse.c:
14213         * gst/rtp/gstrtpL16parse.h:
14214         * gst/rtp/gstrtpL16pay.c:
14215         * gst/rtp/gstrtpL16pay.h:
14216         * gst/rtp/gstrtpamrdec.c:
14217         * gst/rtp/gstrtpamrdec.h:
14218         * gst/rtp/gstrtpamrdepay.c:
14219         * gst/rtp/gstrtpamrdepay.h:
14220         * gst/rtp/gstrtpamrenc.c:
14221         * gst/rtp/gstrtpamrenc.h:
14222         * gst/rtp/gstrtpamrpay.c:
14223         * gst/rtp/gstrtpamrpay.h:
14224         * gst/rtp/gstrtpdec.c:
14225         * gst/rtp/gstrtpdec.h:
14226         * gst/rtp/gstrtpdepay.c:
14227         * gst/rtp/gstrtpdepay.h:
14228         * gst/rtp/gstrtpg711dec.c:
14229         * gst/rtp/gstrtpg711dec.h:
14230         * gst/rtp/gstrtpg711depay.c:
14231         * gst/rtp/gstrtpg711depay.h:
14232         * gst/rtp/gstrtpg711enc.c:
14233         * gst/rtp/gstrtpg711enc.h:
14234         * gst/rtp/gstrtpg711pay.c:
14235         * gst/rtp/gstrtpg711pay.h:
14236         * gst/rtp/gstrtpgsmenc.c:
14237         * gst/rtp/gstrtpgsmenc.h:
14238         * gst/rtp/gstrtpgsmparse.c:
14239         * gst/rtp/gstrtpgsmparse.h:
14240         * gst/rtp/gstrtpgsmpay.c:
14241         * gst/rtp/gstrtpgsmpay.h:
14242         * gst/rtp/gstrtph263enc.c:
14243         * gst/rtp/gstrtph263enc.h:
14244         * gst/rtp/gstrtph263pay.c:
14245         * gst/rtp/gstrtph263pay.h:
14246         * gst/rtp/gstrtph263pdec.c:
14247         * gst/rtp/gstrtph263pdec.h:
14248         * gst/rtp/gstrtph263pdepay.c:
14249         * gst/rtp/gstrtph263pdepay.h:
14250         * gst/rtp/gstrtph263penc.c:
14251         * gst/rtp/gstrtph263penc.h:
14252         * gst/rtp/gstrtph263ppay.c:
14253         * gst/rtp/gstrtph263ppay.h:
14254         * gst/rtp/gstrtpmp4vdec.c:
14255         * gst/rtp/gstrtpmp4vdec.h:
14256         * gst/rtp/gstrtpmp4vdepay.c:
14257         * gst/rtp/gstrtpmp4vdepay.h:
14258         * gst/rtp/gstrtpmp4venc.c:
14259         * gst/rtp/gstrtpmp4venc.h:
14260         * gst/rtp/gstrtpmp4vpay.c:
14261         * gst/rtp/gstrtpmp4vpay.h:
14262         * gst/rtp/gstrtpmpadec.c:
14263         * gst/rtp/gstrtpmpadec.h:
14264         * gst/rtp/gstrtpmpadepay.c:
14265         * gst/rtp/gstrtpmpadepay.h:
14266         * gst/rtp/gstrtpmpaenc.c:
14267         * gst/rtp/gstrtpmpaenc.h:
14268         * gst/rtp/gstrtpmpapay.c:
14269         * gst/rtp/gstrtpmpapay.h:
14270         * gst/rtp/gstrtpspeexdec.c:
14271         * gst/rtp/gstrtpspeexdec.h:
14272         * gst/rtp/gstrtpspeexdepay.c:
14273         * gst/rtp/gstrtpspeexdepay.h:
14274         * gst/rtp/gstrtpspeexenc.c:
14275         * gst/rtp/gstrtpspeexenc.h:
14276         * gst/rtp/gstrtpspeexpay.c:
14277         * gst/rtp/gstrtpspeexpay.h:
14278           Do burger's rename for rtp payloaders and depayloaders
14279
14280 2005-11-30  Wim Taymans  <wim@fluendo.com>
14281
14282         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14283         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14284         * ext/dv/gstdvdemux.h:
14285         Fix seeking in dvdemux again, add some more debug info.
14286
14287 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14288
14289         * configure.ac:
14290           fix tests
14291
14292 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14293
14294         * PORTED_09:
14295         * docs/random/PORTED_09:
14296           move
14297         * tests/Makefile.am:
14298           add
14299         * win32/gst.sln:
14300           remove
14301
14302 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14303
14304         * Makefile.am:
14305         * check/.cvsignore:
14306         * check/Makefile.am:
14307         * check/elements/.cvsignore:
14308         * check/elements/level.c:
14309         * check/elements/matroskamux.c:
14310         * configure.ac:
14311         * examples/Makefile.am:
14312         * examples/capsfilter/Makefile.am:
14313         * examples/capsfilter/capsfilter1.c:
14314         * examples/gob/Makefile.am:
14315         * examples/gob/gst-identity2.gob:
14316         * examples/gstplay/.cvsignore:
14317         * examples/gstplay/Makefile.am:
14318         * examples/gstplay/player.c:
14319         * examples/indexing/.cvsignore:
14320         * examples/indexing/Makefile.am:
14321         * examples/indexing/indexmpeg.c:
14322         * examples/level/Makefile.am:
14323         * examples/level/README:
14324         * examples/level/demo.c:
14325         * examples/level/plot.c:
14326         * examples/stats/Makefile.am:
14327         * examples/stats/mp2ogg.c:
14328         * examples/switch/.cvsignore:
14329         * examples/switch/Makefile.am:
14330         * examples/switch/switcher.c:
14331           move under tests/
14332
14333 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14336         (gst_text_render_class_init), (resize_bitmap),
14337         (gst_text_render_render_text), (gst_text_render_setcaps),
14338         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14339         (gst_text_render_chain), (gst_text_render_finalize),
14340         (gst_text_render_init), (gst_text_render_set_property):
14341         * ext/pango/gsttextrender.h:
14342           Add missing files.
14343
14344 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14345
14346         * configure.ac:
14347         * ext/Makefile.am:
14348         * ext/pango/Makefile.am:
14349         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14350         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14351         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14352         * ext/pango/gstclockoverlay.h:
14353         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14354         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14355         (gst_text_overlay_finalize), (gst_text_overlay_init),
14356         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14357         (gst_text_overlay_text_pad_linked),
14358         (gst_text_overlay_text_pad_unlinked),
14359         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14360         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14361         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14362         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14363         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14364         (gst_text_overlay_change_state), (plugin_init):
14365         * ext/pango/gsttextoverlay.h:
14366         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14367         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14368         (gst_time_overlay_class_init), (gst_time_overlay_init):
14369         * ext/pango/gsttimeoverlay.h:
14370           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14371           and add background shading and text wrapping modes. Make 
14372           timoverlay derive from textoverlay. Also add new clockoverlay
14373           element.
14374
14375 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14376
14377         * gst/udp/Makefile.am: Moved to netbuffer.
14378
14379 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14380
14381         * configure.ac:
14382         * PORTED_O9:
14383         * gst/multipart/Makefile.am:
14384         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14385         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14386         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14387         (gst_multipart_demux_change_state),
14388         (gst_multipart_demux_plugin_init):
14389         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14390         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14391         (gst_multipart_mux_sinkconnect),
14392         (gst_multipart_mux_request_new_pad),
14393         (gst_multipart_mux_handle_src_event),
14394         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14395         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14396         0.9.
14397
14398 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14399
14400         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14401         * gst/debug/gstnavigationtest.h:
14402         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14403         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14404         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14405         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14406         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14407         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14408         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14409         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14410         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14411         (gst_video_flip_get_type):
14412         * gst/videofilter/gstvideoflip.h:
14413           update for symbols change
14414
14415 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14416
14417         * gst/udp/gstdynudpsink.c:
14418         * gst/udp/gstudpsrc.c:
14419           the old gstnet lib was renamed gstnetbuffer (#322257)
14420
14421 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14424         (gst_text_overlay_collected):
14425           Actually render the text from the text pad.
14426
14427 2005-11-29  Edward Hervey  <edward@fluendo.com>
14428
14429         * gst/debug/gstnavseek.c: (gst_navseek_event):
14430         * gst/debug/progressreport.c: (gst_progress_report_event):
14431         Update for GstBaseTransform event virtual method
14432
14433 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14434
14435         * ext/cairo/Makefile.am:
14436           no need to link to videofilter
14437
14438 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14439
14440         * gst/debug/Makefile.am:
14441         * gst/debug/gstnavigationtest.h:
14442         * gst/effectv/Makefile.am:
14443         * gst/effectv/gstaging.c:
14444         * gst/effectv/gstdice.c:
14445         * gst/effectv/gstedge.c:
14446         * gst/effectv/gstquark.c:
14447         * gst/effectv/gstrev.c:
14448         * gst/effectv/gstshagadelic.c:
14449         * gst/effectv/gstvertigo.c:
14450         * gst/effectv/gstwarp.c:
14451         * gst/videofilter/Makefile.am:
14452         * gst/videofilter/gstvideofilter.c:
14453         * gst/videofilter/gstvideofilter.h:
14454         * gst/videofilter/gstvideoflip.h:
14455           remove the videofilter library and link to the one in base
14456
14457 2005-11-28  Edward Hervey  <edward@fluendo.com>
14458
14459         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14460         Useless check now we're setting the current entry correctly.
14461
14462 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14463
14464         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14465         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14466         (gst_jpegenc_change_state):
14467           Don't leak input buffer in chain function (fixes #322667); make 
14468           state change function thread-safe; don't repeat the current function
14469           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14470           gst_pad_alloc_buffer(); misc. minor cleanups.
14471
14472 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14473
14474         * gst/matroska/matroska-mux.c:
14475         (gst_matroska_mux_video_pad_setcaps):
14476         Look for pixel-aspect-ratio in caps, not pixel_width and
14477         pixel_height (Fixes: #322645)
14478
14479 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14480
14481         * gst/matroska/matroska-mux.c:
14482         (gst_matroska_mux_video_pad_setcaps):
14483         From Michal Benes:
14484         frame duration should be GST_SECOND / framerate, not
14485         GST_SECOND * framerate. (Fixes: #322643)
14486
14487 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14488
14489         * configure.ac:
14490           fix up GST_PLUGIN_LDFLAGS
14491         * gst/rtsp/rtspconnection.c:
14492           fix includes (see #317043)
14493         * gst/videofilter/Makefile.am:
14494           stop installing this library
14495
14496 2005-11-26  Edward Hervey  <edward@fluendo.com>
14497
14498         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14499         Handle the case where the incoming Video dv stream doesn't have
14500         a pixel aspect ratio set.
14501
14502 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * docs/plugins/Makefile.am:
14505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14507         * ext/flac/gstflacdec.c:
14508           document flacdec
14509
14510 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14511
14512         * docs/plugins/Makefile.am:
14513         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14514         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14515         * docs/plugins/inspect/plugin-autodetect.xml:
14516         * ext/cairo/gstcairo.c: (plugin_init):
14517         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14518         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14519         (gst_text_overlay_init), (gst_text_overlay_font_init),
14520         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14521         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14522         (gst_text_overlay_text_pad_linked),
14523         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14524         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14525         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14526         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14527         (gst_text_overlay_change_state):
14528         * ext/cairo/gsttextoverlay.h:
14529         * ext/cairo/gsttimeoverlay.c:
14530         (gst_cairo_time_overlay_update_font_height),
14531         (gst_cairo_time_overlay_set_caps),
14532         (gst_cairo_time_overlay_get_unit_size),
14533         (gst_cairo_time_overlay_print_smpte_time),
14534         (gst_cairo_time_overlay_transform),
14535         (gst_cairo_time_overlay_base_init),
14536         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14537         (gst_cairo_time_overlay_get_type):
14538         * ext/cairo/gsttimeoverlay.h:
14539           do some name borgifying
14540           document
14541
14542 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14543
14544         * docs/plugins/Makefile.am:
14545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14546         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14547         * gst/autodetect/gstautoaudiosink.c:
14548         (gst_auto_audio_sink_base_init):
14549         * gst/autodetect/gstautovideosink.c:
14550         (gst_auto_video_sink_base_init),
14551         (gst_auto_video_sink_factory_filter):
14552           documenting auto*sink
14553           using strstr for the video sink lookup, class field is not ordered
14554         * docs/plugins/inspect/plugin-1394.xml:
14555         * docs/plugins/inspect/plugin-aasink.xml:
14556         * docs/plugins/inspect/plugin-alaw.xml:
14557         * docs/plugins/inspect/plugin-alpha.xml:
14558         * docs/plugins/inspect/plugin-alphacolor.xml:
14559         * docs/plugins/inspect/plugin-auparse.xml:
14560         * docs/plugins/inspect/plugin-autodetect.xml:
14561         * docs/plugins/inspect/plugin-avi.xml:
14562         * docs/plugins/inspect/plugin-cacasink.xml:
14563         * docs/plugins/inspect/plugin-cairo.xml:
14564         * docs/plugins/inspect/plugin-cutter.xml:
14565         * docs/plugins/inspect/plugin-debug.xml:
14566         * docs/plugins/inspect/plugin-dv.xml:
14567         * docs/plugins/inspect/plugin-efence.xml:
14568         * docs/plugins/inspect/plugin-effectv.xml:
14569         * docs/plugins/inspect/plugin-esdsink.xml:
14570         * docs/plugins/inspect/plugin-flac.xml:
14571         * docs/plugins/inspect/plugin-flxdec.xml:
14572         * docs/plugins/inspect/plugin-gconfelements.xml:
14573         * docs/plugins/inspect/plugin-goom.xml:
14574         * docs/plugins/inspect/plugin-jpeg.xml:
14575         * docs/plugins/inspect/plugin-level.xml:
14576         * docs/plugins/inspect/plugin-matroska.xml:
14577         * docs/plugins/inspect/plugin-mulaw.xml:
14578         * docs/plugins/inspect/plugin-navigationtest.xml:
14579         * docs/plugins/inspect/plugin-ossaudio.xml:
14580         * docs/plugins/inspect/plugin-png.xml:
14581         * docs/plugins/inspect/plugin-rtp.xml:
14582         * docs/plugins/inspect/plugin-rtsp.xml:
14583         * docs/plugins/inspect/plugin-shout2send.xml:
14584         * docs/plugins/inspect/plugin-smpte.xml:
14585         * docs/plugins/inspect/plugin-speex.xml:
14586         * docs/plugins/inspect/plugin-udp.xml:
14587         * docs/plugins/inspect/plugin-videobox.xml:
14588         * docs/plugins/inspect/plugin-videoflip.xml:
14589         * docs/plugins/inspect/plugin-videomixer.xml:
14590         * docs/plugins/inspect/plugin-wavenc.xml:
14591         * docs/plugins/inspect/plugin-wavparse.xml:
14592           update for HEAD version
14593
14594 2005-11-25  Michael Smith  <msmith@fluendo.com>
14595
14596         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14597           Patch from Sebastien Cote to close control sockets in udpsrc.
14598
14599 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14600
14601         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14602         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14603         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14604         (gst_quarktv_base_init), (gst_quarktv_class_init),
14605         (gst_quarktv_init): Flush the planes list on reverse caps
14606         negotiation. This was crashing because of differently sized
14607         buffers.
14608
14609 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14610
14611         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14612         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14613         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14614         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14615         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14616         (gst_videoflip_set_property), (gst_videoflip_base_init),
14617         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14618         correctly, fix identity flipping, convert navigation event 
14619         correctly again.
14620
14621 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14622
14623         * configure.ac: back to HEAD
14624
14625 === release 0.9.6 ===
14626
14627 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14628
14629         * configure.ac:
14630           releasing 0.9.6, "Everything's Not Lost"
14631
14632 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14633
14634         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14635         Oops, initialise the framerate GValue
14636
14637 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14638
14639         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14640         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14641         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14642         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14643         (gst_timeoverlay_get_type):
14644         * ext/cairo/gsttimeoverlay.h:
14645         * gst/debug/Makefile.am:
14646         * gst/debug/gstnavigationtest.c:
14647         (gst_navigationtest_handle_src_event),
14648         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14649         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14650         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14651         (gst_navigationtest_init), (gst_navigationtest_get_type),
14652         (plugin_init):
14653         * gst/debug/gstnavigationtest.h:
14654         * gst/effectv/Makefile.am:
14655         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14656         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14657         (gst_agingtv_base_init), (gst_agingtv_class_init),
14658         (gst_agingtv_init), (gst_agingtv_get_type):
14659         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14660         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14661         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14662         (gst_dicetv_get_type):
14663         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14664         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14665         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14666         (gst_edgetv_get_type):
14667         * gst/effectv/gsteffectv.c:
14668         * gst/effectv/gsteffectv.h:
14669         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14670         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14671         (gst_quarktv_change_state), (gst_quarktv_base_init),
14672         (gst_quarktv_class_init), (gst_quarktv_init),
14673         (gst_quarktv_get_type):
14674         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14675         (gst_revtv_get_unit_size), (gst_revtv_transform),
14676         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14677         (gst_revtv_get_type):
14678         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14679         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14680         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14681         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14682         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14683         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14684         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14685         (gst_vertigotv_init), (gst_vertigotv_get_type):
14686         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14687         (gst_warptv_get_unit_size), (gst_warptv_transform),
14688         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14689         (gst_warptv_get_type):
14690         * gst/videofilter/Makefile.am:
14691         * gst/videofilter/gstvideobalance.c:
14692         * gst/videofilter/gstvideobalance.h:
14693         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14694         (gst_videofilter_class_init), (gst_videofilter_init):
14695         * gst/videofilter/gstvideofilter.h:
14696         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14697         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14698         (gst_videoflip_flip), (gst_videoflip_transform),
14699         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14700         (gst_videoflip_base_init), (gst_videoflip_class_init),
14701         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14702         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14703         BaseTransform, it's just a place holder for now and every video
14704         effect plugin has been ported to use BaseTransform features 
14705         directly. QuarkTV was fixed too (was broken), navigationtest works
14706         and best for the end, videoflip converts navigation events depending
14707         on flip method ! Fixes #320953
14708
14709 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14710
14711         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14712         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14713         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14714         (gst_goom_src_negotiate), (gst_goom_chain):
14715         * gst/matroska/matroska-mux.c:
14716         (gst_matroska_mux_video_pad_setcaps):
14717         * sys/osxvideo/osxvideosink.m:
14718           Fixes for API changes
14719
14720 2005-11-23  Michael Smith <msmith@fluendo.com>
14721
14722         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14723         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14724         * ext/jpeg/gstjpegdec.h:
14725         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14726         * ext/jpeg/gstjpegenc.h:
14727         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14728         (gst_smokeenc_resync):
14729         * ext/jpeg/gstsmokeenc.h:
14730           JPEG fractiony goodness.
14731
14732 2005-11-22  Michael Smith <msmith@fluendo.com>
14733
14734         * gst/goom/filters.c:
14735         * gst/goom/graphic.h:
14736           Fix compilation by making some functions static inline instead of
14737           extern inline, matching the way they're used.
14738
14739 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14740
14741         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14742         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14743         * ext/cairo/gsttextoverlay.h:
14744         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14745         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14746         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14747         (gst_pngdec_caps_create_and_set):
14748         * ext/libpng/gstpngdec.h:
14749         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14750         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14751         * gst/avi/gstavimux.c: (gst_avimux_init),
14752         (gst_avimux_vidsinkconnect):
14753         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14754         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14755         (gst_goom_src_negotiate), (gst_goom_chain):
14756         * gst/goom/gstgoom.h:
14757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14758         * gst/matroska/matroska-mux.c:
14759         (gst_matroska_mux_video_pad_setcaps):
14760         * sys/osxvideo/osxvideosink.h:
14761         * sys/osxvideo/osxvideosink.m:
14762           More fractional framerate conversions 
14763
14764 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14765
14766         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14767         * gst/debug/gstnavigationtest.c:
14768         (gst_navigationtest_handle_src_event):
14769         * gst/videofilter/gstvideofilter.c:
14770         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14771         (gst_videofilter_init):
14772         * gst/videofilter/gstvideofilter.h:
14773           Convert to fractional framerates.
14774
14775 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14776
14777         * ext/aalib/gstaasink.c:
14778         * ext/dv/gstdvdec.c:
14779         * ext/esd/esdmon.c:
14780         * ext/flac/gstflacenc.c:
14781         * ext/gdk_pixbuf/pixbufscale.c:
14782         * ext/libcaca/gstcacasink.c:
14783         * ext/shout2/gstshout2.c:
14784         * gst/alpha/gstalpha.c:
14785         * gst/oldcore/gstaggregator.c:
14786         * gst/oldcore/gstshaper.c:
14787         * gst/smpte/barboxwipes.c:
14788         * gst/smpte/gstsmpte.c:
14789         * gst/videobox/gstvideobox.c:
14790         * gst/videofilter/gstvideoflip.c:
14791         * gst/videomixer/videomixer.c:
14792           fix up more enums
14793
14794 2005-11-22  Michael Smith <msmith@fluendo.com>
14795
14796         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14797         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14798         (gst_videomixer_update_queues):
14799           Fractional framerates, videomixer.
14800
14801 2005-11-22  Michael Smith <msmith@fluendo.com>
14802
14803         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14804         * ext/dv/gstdvdec.h:
14805         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14806         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14807         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14808         (gst_dvdemux_flush):
14809         * ext/dv/gstdvdemux.h:
14810           Fractional framerates for DV. 
14811
14812 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * gst/autodetect/gstautoaudiosink.c:
14815         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14816         * gst/autodetect/gstautovideosink.c:
14817         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14818           Use gst_plugin_feature_list_free() to free feature list and
14819           in the case of autovideosink free the list at all. Also
14820           miscellaneous cosmetic fixes.
14821
14822 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14823
14824         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14825         (gst_cutter_set_property), (gst_cutter_get_caps):
14826           copy calculation code from level; remove use of some audio
14827           functions
14828
14829 2005-11-22  Andy Wingo  <wingo@pobox.com>
14830
14831         * Update for gst_tag_setter API changes.
14832
14833 2005-11-22  Andy Wingo  <wingo@pobox.com>
14834
14835         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14836         (gst_dvdemux_demux_frame)
14837         * ext/flac/gstflacdec.c (gst_flacdec_write)
14838         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14839         (gst_flacenc_sink_event)
14840         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14841         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14842         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14843         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14844         * gst/auparse/gstauparse.c (gst_auparse_chain)
14845         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14846         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14847         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14848         (gst_avi_demux_handle_seek)
14849         * gst/goom/gstgoom.c (gst_goom_event)
14850         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14851         * gst/matroska/matroska-demux.c
14852         (gst_matroska_demux_handle_seek_event)
14853         (gst_matroska_demux_loop_stream_parse_id)
14854         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14855         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14856         (gst_wavparse_stream_headers): Run update-funcnames.
14857
14858 2005-11-22  Edward Hervey  <edward@fluendo.com>
14859
14860         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14861         (gst_dv1394src_init), (gst_dv1394src_dispose),
14862         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14863         (gst_dv1394src_uri_set_uri):
14864         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14865         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14866         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14867         URIHandler interface and element properties are now properly
14868         synchronized for DV1394src and UDPSrc
14869
14870 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14871
14872         * ext/flac/Makefile.am:
14873         * ext/speex/Makefile.am:
14874           libgsttagedit has been renamed to libgsttag.
14875
14876 2005-11-21  Wim Taymans  <wim@fluendo.com>
14877
14878         * gst/rtsp/rtspconnection.c: (read_body):
14879         Apply patch from Sebastien Cote to fix #319184.
14880
14881 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14882
14883         * configure.ac:
14884         * gst/cutter/Makefile.am:
14885         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14886         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14887         (gst_cutter_set_property), (gst_cutter_get_property),
14888         (plugin_init), (gst_cutter_get_caps):
14889           port cutter
14890         * gst/level/gstlevel.c:
14891           fix up plugin details
14892
14893 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14894
14895         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14896         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14897         (gst_flacdec_src_event):
14898         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14899         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14900         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14901         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14902         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14903         (gst_flxdec_sink_event_handler):
14904         * gst/matroska/matroska-demux.c:
14905         (gst_matroska_demux_handle_seek_event):
14906         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14907           Update for stream lock API changes: don't take stream log
14908           in sink event handlers any longer and change GST_STREAM_LOCK
14909           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14910           functions.
14911
14912 2005-11-21  Michael Smith <msmith@fluendo.com>
14913
14914         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14915           gst_object_unref, not g_object_unref
14916
14917 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14918
14919         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14920         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14921           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14922
14923 2005-11-21  Michael Smith <msmith@fluendo.com>
14924
14925         * gst/auparse/Makefile.am:
14926         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14927         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14928         (gst_auparse_change_state):
14929         * gst/auparse/gstauparse.h:
14930           Partially fix #161712. playbin still doesn't work on these files,
14931           (on the bug report, Andy says we aren't typefinding it for some
14932           reason?) but at least auparse isn't totally busted like it was before.
14933
14934 2005-11-21  Andy Wingo  <wingo@pobox.com>
14935
14936         * *.h:
14937         * *.c: Ran scripts/update-macros. Oh yes.
14938
14939 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14940
14941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14942           Filler events are gone for now, comment out section generating
14943           them.
14944
14945 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14946
14947         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14948         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14949         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14950         * sys/osxvideo/osxvideosink.m:
14951           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14952           (#322027)
14953
14954 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14955
14956         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14957         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14958         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14959         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14960         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14961         (gst_avi_demux_stream_data):
14962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14963         * gst/wavenc/gstwavenc.c: (write_metadata):
14964         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14965         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14966         Fixes for GST_FOURCC_FORMAT API change.
14967
14968 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14969
14970         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14971         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14972         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14973         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14974         (gst_text_overlay_change_state):
14975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14976         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14977         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14978         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14979         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14980         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14981         (gst_videomixer_change_state):
14982           Fix for collect pads API change. Also fix textoverlay state
14983           change function.
14984
14985 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14986
14987         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14988         GST_PAD_IS_USABLE by something approaching it.
14989
14990 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14991
14992         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14993         API changes.
14994         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14995         but also fix the code that was not checking return values from
14996         pad_push neither using pad_alloc_buffer.
14997
14998 2005-11-18  Edward Hervey  <edward@fluendo.com>
14999
15000         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15001         (gst_pngenc_chain):
15002         Added debug category
15003         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
15004         goes to EOS.
15005
15006 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
15007
15008         * gst/rtp/Makefile.am
15009         * gst/rtp/gstrtp.c
15010         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
15011         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15012         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15013         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15014         * gst/rtp/gstrtpg711enc.h:
15015         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15016         * gst/rtp/gstrtpspeexenc.c:
15017         * gst/rtp/gstrtpspeexenc.h:
15018         * gst/rtp/gstrtpspeexdec.c:
15019         * gst/rtp/gstrtpspeexdec.h:
15020         Created Speex payloader and depayloader; Optimize G711 payloader to
15021         use adapter and send packets until MTU size.
15022
15023 2005-11-16  Wim Taymans  <wim@fluendo.com>
15024
15025         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15026         Fix leak in check.
15027
15028 2005-11-16  Wim Taymans  <wim@fluendo.com>
15029
15030         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15031         Fix state change.
15032
15033 2005-11-16  Andy Wingo  <wingo@pobox.com>
15034
15035         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15036         (gst_udpsrc_create): Move comment.
15037
15038 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15039
15040         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15041
15042         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15043           When seeking, seek to closest index entry at or before the requested
15044           seek position, not just the closest one (#321001).
15045
15046 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15047
15048         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15049         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15050           Invert DIB images again (see #132341).
15051
15052 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15053
15054         * configure.ac:
15055           rework configure.ac file
15056         * ext/aalib/gstaasink.c:
15057         * ext/cairo/gstcairo.c:
15058         * ext/dv/gstdv.c:
15059         * ext/esd/gstesd.c:
15060         * ext/flac/gstflac.c:
15061         * ext/gconf/gstgconfelements.c:
15062         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15063         * ext/jpeg/gstjpeg.c:
15064         * ext/ladspa/gstladspa.c:
15065         * ext/libcaca/gstcacasink.c:
15066         * ext/libmng/gstmng.c:
15067         * ext/libpng/gstpng.c:
15068         * ext/mikmod/gstmikmod.c:
15069         * ext/pango/gsttextoverlay.c:
15070         * ext/pango/gsttimeoverlay.c:
15071         * ext/raw1394/gst1394.c:
15072         * ext/speex/gstspeex.c:
15073         * gst/alpha/Makefile.am:
15074         * gst/alpha/gstalpha.c:
15075         * gst/alpha/gstalphacolor.c:
15076         * gst/auparse/gstauparse.c:
15077         * gst/autodetect/gstautoaudiosink.c:
15078         (gst_auto_audio_sink_factory_filter),
15079         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15080         * gst/autodetect/gstautodetect.c:
15081         * gst/avi/gstavi.c:
15082         * gst/cutter/gstcutter.c:
15083         * gst/debug/efence.c:
15084         * gst/debug/gstdebug.c:
15085         * gst/debug/gstnavigationtest.c:
15086         * gst/effectv/gsteffectv.c:
15087         * gst/flx/gstflxdec.c:
15088         * gst/goom/gstgoom.c:
15089         * gst/interleave/plugin.c:
15090         * gst/law/alaw.c:
15091         * gst/law/mulaw.c:
15092         * gst/level/gstlevel.c:
15093         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15094         * gst/matroska/matroska.c:
15095         * gst/median/gstmedian.c:
15096         * gst/monoscope/gstmonoscope.c:
15097         * gst/multipart/multipart.c:
15098         * gst/oldcore/gstelements.c:
15099         * gst/rtp/gstrtp.c:
15100         * gst/rtsp/gstrtsp.c:
15101         * gst/smoothwave/gstsmoothwave.c:
15102         * gst/smpte/gstsmpte.c:
15103         * gst/udp/gstudp.c:
15104         * gst/videobox/gstvideobox.c:
15105         * gst/videofilter/gstgamma.c:
15106         * gst/videofilter/gstvideobalance.c:
15107         * gst/videofilter/gstvideoflip.c:
15108         * gst/videofilter/gstvideotemplate.c:
15109         * gst/videomixer/videomixer.c:
15110         * gst/wavenc/gstwavenc.c:
15111         * gst/wavparse/gstwavparse.c:
15112         * sys/oss/gstossaudio.c:
15113         * sys/osxaudio/gstosxaudio.c:
15114           update GST_PLUGIN_DEFINE
15115         * gst/rtp/Makefile.am:
15116         * gst/rtp/gstasteriskh263.c:
15117           check for htons/htonl headers and possibly link to winsock2 lib
15118
15119 2005-11-12  Edward Hervey  <edward@fluendo.com>
15120
15121         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15122         Only GST_DEBUG() information on the valid components.
15123
15124 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15125
15126         * configure.ac: back to HEAD
15127
15128 === release 0.9.5 ===
15129
15130 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15131
15132         * configure.ac:
15133           releasing 0.9.5, "Phone Alarm"
15134
15135 2005-11-11  Edward Hervey  <edward@fluendo.com>
15136
15137         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15138         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15139         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15140         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15141         (gst_avi_demux_loop):
15142         * gst/avi/gstavidemux.h:
15143         Yeah, implement proper seeking. Exact seeking and segment seeking.
15144         Still need to do some checks for segment_stop.
15145
15146 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15147
15148         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15149
15150         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15151           Don't try to ready buffer duration from buffer that we don't
15152           own any  longer and that might already have been unreffed.
15153           (#321136)
15154
15155 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15156
15157         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15158         (flx_decode_delta_flc), (gst_flxdec_chain):
15159         Attempting to optimize the code for embedded systems.
15160
15161 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15162
15163         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15164
15165         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15166           Don't re-use already closed file descriptor. (#320920)
15167
15168 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15171         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15172         (gst_oss_sink_prepare):
15173         * sys/oss/gstosssink.h:
15174           Cache probed caps; fix debug output for SET_PARAM macros.
15175
15176 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15177
15178         * ext/cairo/Makefile.am:
15179         * ext/cairo/gstcairo.c: (plugin_init):
15180         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15181         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15182         (gst_text_overlay_init), (gst_text_overlay_font_init),
15183         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15184         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15185         (gst_text_overlay_text_pad_linked),
15186         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15187         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15188         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15189         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15190         (gst_text_overlay_change_state):
15191         * ext/cairo/gsttextoverlay.h:
15192           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15193           property and redo positioning. Doesn't handle upstream renegotiation
15194           yet though.
15195
15196 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15197
15198         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15199         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15200         (gst_avi_demux_loop):
15201           No need to take the STREAM_LOCK in the loop function. Improve
15202           some debug messages. Don't leak pad names in debug messages.
15203
15204 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15205
15206         * gst/matroska/matroska-demux.c:
15207         (gst_matroska_demux_push_vorbis_codec_priv_data),
15208         (gst_matroska_demux_add_wvpk_header):
15209           Don't error out when the source pad isn't linked.
15210
15211 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15212
15213         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15214         (gst_gconf_audio_sink_change_state):
15215         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15216         (gst_gconf_video_sink_change_state):
15217           Fix state change functions here as well and set kid
15218           to NULL state before removing it.
15219
15220 2005-11-01  Edward Hervey  <edward@fluendo.com>
15221
15222         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15223         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15224         Added proper event handlind, 
15225         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15226         ignored),
15227         and don't set a duration of 0 for buffers otherwise they are discarded
15228         by GstBaseSink.
15229
15230         GstWavEnc needs some serious loving, after going through the code I'm
15231         really wondering how this can stay in -good ...
15232
15233 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15234
15235         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15236         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15237         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15238         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15239         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15240         (gst_matroska_mux_collected):
15241           Fix leaks and invalid memory access as reported by valgrind
15242
15243 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15244
15245         Patch by: Michal Benes <michal.benes@xeris.cz>
15246
15247         * check/Makefile.am:
15248         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15249         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15250         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15251           add a unit test for matroskamux
15252           fix the bugs that the unit test exposed
15253
15254 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15255
15256         * gst/autodetect/gstautoaudiosink.c:
15257         (gst_auto_audio_sink_class_init),
15258         (gst_auto_audio_sink_change_state):
15259         * gst/autodetect/gstautovideosink.c:
15260         (gst_auto_video_sink_class_init),
15261         (gst_auto_video_sink_change_state):
15262           Fix state change function and use GST_DEBUG_FUNCPTR in
15263           class_init.
15264
15265 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15266
15267         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15268
15269         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15270         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15271         * gst/matroska/ebml-write.h:
15272         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15273           Set timestamps on outgoing ebml headers as well, so that the
15274           element after matroskamux can get the timestamp already when
15275           reading the first ebml element and doesn't have to wait for
15276           the actual data buffer for that (#320308).
15277           
15278 2005-10-31  Andy Wingo  <wingo@pobox.com>
15279
15280         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15281         (gst_videomixer_pad_link): Kill some memleaks.
15282         (gst_videomixer_pad_get_property): Style fix.
15283         (gst_videomixer_pad_set_property): Style fix.
15284         (gst_videomixer_pad_init): Style fix.
15285         (gst_videomixer_update_queues): Kill memleak.
15286         (gst_videomixer_loop): Kill memleak.
15287         (gst_videomixer_collected): Kill memleak.
15288
15289 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15290
15291         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15292         gst_auparse_change_state:
15293         Just some cleanup.
15294
15295 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15296
15297         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15298         Add checks to GST_FLOW_NOT_LINKED for values returned
15299         from gst_pad_push.
15300         
15301 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15302
15303         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15304         (gst_rtpg711dec_process):
15305         * gst/rtp/gstrtpgsmenc.c:
15306         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15307         are never set. This is important for the g711 to work with burger's rtpbin
15308         element.
15309
15310 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15311
15312         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15313         (gst_speexenc_push_buffer):
15314         Add checks for return values from gst_pad_push and
15315         gst_pad_alloc_buffer.
15316
15317 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15318
15319         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15320
15321         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15322         (gst_matroska_demux_parse_info),
15323         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15324         (gst_matroska_demux_parse_cluster):
15325         * gst/matroska/matroska-ids.h:
15326         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15327         (gst_matroska_mux_init), (gst_matroska_mux_start),
15328         (gst_matroska_mux_create_buffer_header),
15329         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15330         (gst_matroska_mux_get_property):
15331         * gst/matroska/matroska-mux.h:
15332           Add SimpleBlock support to matroska demuxer and muxer (part of
15333           Matroska v2). (#319731)
15334
15335 2005-10-28  Wim Taymans  <wim@fluendo.com>
15336
15337         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15338         (gst_jpeg_dec_change_state):
15339         * ext/jpeg/gstjpegdec.h:
15340         Cleanups. Don't create caps for every chain.
15341
15342 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15343
15344         * gst/law/alaw-encode.c: (gst_alawenc_init),
15345         (alawenc_setcaps), (gst_alawenc_chain)
15346         * gst/law/alaw-encode.h:
15347         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15348         (mulawenc_setcaps), (gst_mulawenc_chain)
15349         * gst/law/mulaw-encode.h:
15350         Set timestamp on buffer and it allows RTP G711 elements
15351         work properly.
15352
15353 2005-10-27  Wim Taymans  <wim@fluendo.com>
15354
15355         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15356         Set correct format on oss instead of a silly value. 
15357
15358 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15359
15360         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15361         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15362         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15363         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15364         I420 rendering as well, doesn't bring much for my platform.
15365         Might help on some other platforms.
15366
15367 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15368
15369         * gst/rtp/gstrtpgsmenc.c:
15370         * gst/rtp/gstrtpgsmparse.c:
15371         Declaring the padtemplate correctly.
15372
15373 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15374
15375         * gst/rtp/gstrtpg711dec.c:
15376         * gst/rtp/gstrtpg711enc.c:
15377         * gst/rtp/gstrtpgsmenc.c:
15378         * gst/rtp/gstrtpgsmparse.c:
15379         Setting the proper copyright notice.
15380
15381 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15382
15383         * gst/videobox/Makefile.am: Use liboil.
15384         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15385         (gst_video_box_set_property), (gst_video_box_transform_caps),
15386         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15387         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15388         using liboil. Will dot the same to I420 border generation
15389         tomorrow.
15390
15391 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15392
15393         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15394         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15395         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15396         * gst/rtp/gstrtpg711dec.h:
15397         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15398         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15399         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15400         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15401         (gst_rtpgsmenc_handle_buffer):
15402         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15403         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15404         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15405         * gst/rtp/gstrtpgsmparse.h:
15406         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15407         inherits from the basertpdepayloader.
15408
15409 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15410
15411         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15412         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15413         (gst_video_box_ayuv): Removing this forgotten debug.
15414
15415 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15416
15417         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15418         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15419         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15420
15421 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15422
15423         * sys/oss/gstossaudio.c:
15424         * sys/oss/gstossdmabuffer.c:
15425         * sys/oss/gstosshelper.c:
15426         * sys/oss/gstossmixer.c:
15427         * sys/oss/gstossmixerelement.c:
15428         * sys/oss/gstossmixertrack.c:
15429         * sys/oss/gstosssink.c:
15430         * sys/oss/gstosssrc.c:
15431           Actually use the 'oss' debug category we register.
15432
15433 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15434
15435         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15436         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15437         Use gst_pad_get_parent and drop the ref that was added through
15438         that call.
15439
15440 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15441
15442         * gst/rtp/gstrtpgsmenc.c:
15443           Fix compilation
15444
15445 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15446
15447         * gst/rtp/gstrtpg711dec.c
15448         Just removed a couple of lines of weird code used during
15449         development/test time.
15450
15451 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15452
15453         * gst/rtp/Makefile.am
15454         * gst/rtp/gstrtp.c
15455         * gst/rtp/gstrtpg711enc.c
15456         * gst/rtp/gstrtpg711enc.h
15457         * gst/rtp/gstrtpg711dec.c
15458         * gst/rtp/gstrtpg711dec.h
15459         Created G711 payloader and depayloader (it supports mulaw and alaw
15460         (dec)encoders)
15461
15462 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15463
15464         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15465         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15466         Doh ! I introduced wingo's bug again ! Sorry...
15467
15468 2005-10-25  Christian Schaller <christian@fluendo.com> 
15469
15470         * gst/rtp/Makefile.am: add missing header files for disting
15471
15472 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15473
15474         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15475         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15476         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15477         (gst_rtpgsmenc_handle_buffer):
15478         * gst/rtp/gstrtpgsmenc.h:
15479         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15480         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15481         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15482         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15483         * gst/rtp/gstrtpgsmparse.h:
15484         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15485
15486 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15487
15488         * ext/libpng/gstpngdec.c: (user_info_callback),
15489         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15490         a newsegment event, move some redundant code in a single place.
15491
15492 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15493
15494         * ext/libpng/gstpngdec.c: (user_info_callback),
15495         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15496         hack to get correct colors order when we have a png image with
15497         alpha channel.
15498
15499 2005-10-24  Edward Hervey  <edward@fluendo.com>
15500
15501         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15502         Call gst_element_no_more_pads when there will be no more pads.
15503
15504 2005-10-24  Wim Taymans  <wim@fluendo.com>
15505
15506         * gst/rtp/Makefile.am:
15507         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15508         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15509         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15510         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15511         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15512         (gst_asteriskh263_plugin_init):
15513         * gst/rtp/gstasteriskh263.h:
15514         * gst/rtp/gstrtp.c: (plugin_init):
15515         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15516         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15517         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15518         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15519         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15520         (gst_rtph263enc_plugin_init):
15521         * gst/rtp/gstrtph263enc.h:
15522         Added two new payloaders, an RFC 2190 payloader for h263 and
15523         a payload convertor for an asterisk server.
15524
15525 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15526
15527         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15528           Set bytes_per_sample correctly (is not always 4, but 
15529           depends on width and number of channels).
15530
15531 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15534         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15535         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15536         (gst_flacenc_sink_event), (gst_flacenc_chain),
15537         (gst_flacenc_set_property), (gst_flacenc_get_property),
15538         (gst_flacenc_change_state):
15539         * ext/flac/gstflacenc.h:
15540           Fix seeking, so that flacenc can rewrite the header with the
15541           correct duration and amount of samples and all that at EOS;
15542           also set timestamps and granulepos on outgoing buffers; add
15543           debug category; fix state change function.
15544           
15545 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15546
15547         * gst/videomixer/videomixer.c: Don't restrict video geometry
15548         from 16 to 4096.
15549
15550 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15551
15552         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15553         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15554         Fix caps negotiation correctly, add debugging category.
15555
15556 2005-10-24  Christian Schaller  <christian@fluendo.com>
15557
15558         * configure.ac: Port over Thomas's change from base listing all plugins
15559
15560 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15561
15562         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15563         a sink pad.
15564
15565 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15566
15567         * configure.ac:
15568         * docs/upload.mak:
15569           back to HEAD
15570
15571 === release 0.9.4 ===
15572
15573 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15574
15575         * configure.ac:
15576           Releasing 0.9.4, "Dromiceiomimus"
15577
15578 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15579
15580         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15581         (gst_speexenc_src_query):
15582           Add position and duration query, fix query type function.
15583           
15584         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15585         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15586           Let's not set non-fixed caps on source pads.
15587
15588 2005-10-21  Wim Taymans  <wim@fluendo.com>
15589
15590         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15591         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15592         (gst_avi_demux_handle_seek):
15593         Set correct stream_time in newsegment event.
15594         avi can also handle a duration query now.
15595
15596 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15597
15598         * gst/matroska/matroska-demux.c:
15599         (gst_matroska_demux_handle_src_query),
15600         (gst_matroska_demux_handle_seek_event),
15601         (gst_matroska_demux_loop_stream_parse_id):
15602           Fix duration query; fix basetime in newsegment event after
15603           seek; fix duration in initial newsegment event.
15604
15605         * gst/matroska/matroska-mux.c:
15606         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15607           Extract number of channels and samplerate from vorbis headers;
15608           add some debug messages when querying the durations of the
15609           input streams.
15610
15611 2005-10-20  Wim Taymans  <wim@fluendo.com>
15612
15613         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15614         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15615         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15616         Set stream time correctly in newsegment.
15617
15618 2005-10-20  Wim Taymans  <wim@fluendo.com>
15619
15620         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15621         Correctly fill in the stream time.
15622
15623 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15624
15625         * check/elements/level.c: (GST_START_TEST):
15626         * gst/level/gstlevel.c: (gst_level_message_new):
15627         * gst/level/level-example.c: (message_handler):
15628           use ELEMENT messages instead
15629
15630 2005-10-19  Wim Taymans  <wim@fluendo.com>
15631
15632         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15633         (gst_dvdemux_src_query):
15634         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15635         (gst_flacdec_src_query):
15636         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15637         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15638         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15639         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15640         * gst/debug/progressreport.c: (gst_progress_report_report):
15641         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15642         * gst/matroska/matroska-demux.c:
15643         (gst_matroska_demux_handle_src_query):
15644         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15645         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15646         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15647         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15648         (gst_wavparse_srcpad_event):
15649         API change fix.
15650
15651 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15652
15653         * gst/goom/filters.c:
15654         * gst/goom/graphic.h:
15655         * gst/goom/lines.c:
15656           Make inline functions either 'static inline' or 'extern inline',
15657           otherwise the Forte compiler apparently won't inline them (#317300).
15658
15659 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15660
15661         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15662         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15663         (user_info_callback), (user_endrow_callback), (user_end_callback),
15664         (user_read_data), (gst_pngdec_caps_create_and_set),
15665         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15666         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15667         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15668         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15669         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15670         very nice and handle push/pull based model. if you have filesrc
15671         connected to it, it will do random access to load the png file.
15672         If you have a network source that can't do _getrange, it does 
15673         progressive loading through the chain function.
15674         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15675         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15676         thanks to Master Wim Taymans ;-)
15677
15678 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15679
15680         * gst/matroska/Makefile.am:
15681         * gst/matroska/ebml-read.c:
15682         * gst/matroska/ebml-read.h:
15683         * gst/matroska/matroska-demux.c:
15684         * gst/matroska/matroska-demux.h:
15685         * gst/matroska/matroska.c: (plugin_init):
15686           Ported matroska demuxer to 0.9.
15687
15688 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15689
15690         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15691
15692         * gst/matroska/matroska-mux.c:
15693         (gst_matroska_mux_video_pad_setcaps),
15694         (gst_matroska_mux_audio_pad_setcaps):
15695           Fix mpeg4 input handling (#318847); also, while we're at it,
15696           fix media type for Motion-JPEG: should be image/jpeg.
15697
15698 2005-10-18  Wim Taymans  <wim@fluendo.com>
15699
15700         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15701         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15702         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15703         Fix for segment-start/stop API change.
15704
15705 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15706
15707         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15708         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15709         way.
15710
15711 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15712
15713         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15714         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15715         output declared in transform_caps.
15716
15717 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15718
15719         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15720
15721 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15722
15723         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15724         (gst_video_box_get_unit_size): Fix wrong size calculations and
15725         implement get_unit_size correctly.
15726
15727 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15728
15729         * configure.ac:
15730           Enable flx plugin.
15731
15732         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15733           Fix gcc4 signedness issue.
15734
15735 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15736
15737         * configure.ac: Adding videomixer.
15738         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15739         (user_read_data), (gst_pngdec_chain): More debugging.
15740         * gst/alpha/Makefile.am: Adding alphacolor
15741         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15742         (gst_alpha_color_class_init), (gst_alpha_color_init),
15743         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15744         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15745         (plugin_init): Ported to 0.9 using in place base tranform.
15746         * gst/videomixer/Makefile.am:
15747         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15748         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15749         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15750         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15751         (gst_videomixer_init), (gst_videomixer_getcaps),
15752         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15753         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15754         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15755         to 0.9 using collectpads.
15756
15757 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15758
15759         * configure.ac:
15760         * gst/flx/Makefile.am:
15761         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15762         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15763         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15764         * gst/flx/gstflxdec.h:
15765         flx plugin ported to 0.9
15766
15767 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15768
15769         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15770           use new gst_version_string()
15771
15772 2005-10-16  Andy Wingo  <wingo@pobox.com>
15773
15774         * configure.ac: GLIB_CHECK.
15775
15776 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15777
15778         * ext/libpng/Makefile.am:
15779         * ext/libpng/gstpng.c: (plugin_init):
15780         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15781         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15782         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15783
15784 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15785
15786         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15787
15788         * configure.ac:
15789         * gst/matroska/Makefile.am:
15790         * gst/matroska/ebml-ids.h:
15791         * gst/matroska/ebml-write.c:
15792         * gst/matroska/ebml-write.h:
15793         * gst/matroska/matroska-ids.h:
15794         * gst/matroska/matroska-mux.c:
15795         * gst/matroska/matroska-mux.h:
15796         * gst/matroska/matroska.c: (plugin_init):
15797           Port matroska muxer to 0.9 (#318847).
15798
15799 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15802         (comment_init), (comment_add):
15803           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15804           use GST_READ_UINT32_LE() and friends rather than the private
15805           implementation of those same macros.
15806
15807 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15808
15809         * examples/stats/mp2ogg.c:
15810           more typo fixes
15811
15812 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15813
15814         * examples/indexing/indexmpeg.c: (main):
15815         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15816         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15817         * ext/esd/esdmon.h:
15818         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15819         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15820         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15821         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15822         * gst/avi/gstavimux.c: (gst_avimux_init):
15823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15824         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15825         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15826         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15827         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15828         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15829         * gst/oldcore/gstmultifilesrc.h:
15830         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15831         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15832         (gst_pipefilter_change_state):
15833         * gst/oldcore/gstpipefilter.h:
15834         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15835         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15836         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15837         * sys/osxaudio/gstosxaudiosink.h:
15838         * sys/osxaudio/gstosxaudiosrc.h:
15839           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15840           moved bitshift from macro to enum definition
15841
15842 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15843
15844         * ext/Makefile.am:
15845         * ext/cairo/Makefile.am:
15846         * ext/cairo/gstcairo.c: (plugin_init):
15847         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15848         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15849         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15850         * ext/cairo/gsttimeoverlay.h:
15851           update of cairo-based timeoverlay to 1.0 Cairo API
15852           doesn't work yet for resizing of output sink
15853
15854 2005-10-11  Wim Taymans  <wim@fluendo.com>
15855
15856         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15857         newsegment API fix.
15858
15859 2005-10-11  Wim Taymans  <wim@fluendo.com>
15860
15861         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15862         (gst_dvdemux_demux_frame):
15863         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15864         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15865         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15866         (gst_avi_demux_handle_seek):
15867         * gst/goom/gstgoom.c: (gst_goom_event):
15868         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15869         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15870         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15871         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15872         (gst_wavparse_srcpad_event):
15873         newsegment API update.
15874
15875 2005-10-11  Andy Wingo  <wingo@pobox.com>
15876
15877         * ext/speex/gstspeexenc.c: Signedness cleanups.
15878
15879 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15880
15881         * PORTED_09:
15882         * ext/speex/Makefile.am:
15883         * ext/speex/gstspeex.c:
15884         * ext/speex/gstspeexenc.c:
15885         Speexenc ported to 0.9
15886
15887 2005-10-10  Wim Taymans  <wim@fluendo.com>
15888
15889         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15890         (gst_oss_sink_init), (gst_oss_sink_set_property),
15891         (gst_oss_sink_get_property), (gst_oss_sink_open),
15892         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15893         * sys/oss/gstosssink.h:
15894         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15895         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15896         (gst_oss_src_prepare):
15897         Cleanups, make device configurable in the sink, handle and report
15898         errors.
15899
15900 2005-10-10  Wim Taymans  <wim@fluendo.com>
15901
15902         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15903         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15904         Make sure element is NULL before removing from the bin.
15905
15906 2005-10-07  Andy Wingo  <wingo@pobox.com>
15907
15908         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15909         block forever in a read().
15910         (gst_dv1394src_bus_reset): Post a message when the cable is
15911         unplugged.
15912         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15913         (gst_dv1394src_bus_reset): Don't unref the message.
15914
15915         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15916         hacking. The only change should be that the state change stuff was
15917         put into basesrc's start() and stop() routines, which coalesces
15918         some steps.
15919
15920 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15921
15922         * configure.ac:
15923           Add check for mmap
15924           
15925         * gst/debug/Makefile.am:
15926           Only compile efence plugin on systems that have mmap.
15927
15928 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15929
15930         * gst/debug/Makefile.am:
15931         * gst/debug/breakmydata.c:
15932         * gst/debug/gstdebug.c:
15933         * gst/debug/gstnavigationtest.c:
15934         * gst/debug/gstnavseek.c: 
15935         * gst/debug/gstnavseek.h:
15936         * gst/debug/progressreport.c: 
15937         * gst/debug/testplugin.c:
15938           Port progressreport, navseek, navigationtest, testsink and
15939           breakmydata.
15940
15941 2005-10-05  Edward Hervey  <edward@fluendo.com>
15942
15943         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15944         (gst_dvdemux_src_query):
15945         Fixes for better conversion
15946
15947 2005-10-04  Michael Smith <msmith@fluendo.com>
15948
15949         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15950         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15951         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15952         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15953           Set state of elements to NULL before removing from bins.
15954           Set state of test element to NULL if we failed to move it to READY
15955
15956 2005-10-04  Edward Hervey  <edward@fluendo.com>
15957
15958         * ext/dv/Makefile.am:
15959         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15960         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15961         Corrected the query function for position so it doesn't forget what
15962         format was asked, and calls the conversion functions on the correct pad.
15963
15964 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15965
15966         * configure.ac:
15967           back to development
15968
15969 === release 0.9.3 ===
15970
15971 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15972
15973         * configure.ac:
15974           Releasing 0.9.3, "Aramis"
15975
15976 2005-10-03  Andy Wingo  <wingo@pobox.com>
15977
15978         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15979         error returns.
15980
15981 2005-10-02  Andy Wingo  <wingo@pobox.com>
15982
15983         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15984
15985         * ext/flac/gstflacenc.c: Ported to 0.9.
15986
15987         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15988
15989         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15990         and link to gsttagedit. Enable flacenc.
15991
15992         * ext/flac/gstflacdec.c: Re-enable tag reading.
15993
15994 2005-09-30  Wim Taymans  <wim@fluendo.com>
15995
15996         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15997         * gst/rtp/gstrtpgsmparse.c:
15998         * gst/rtp/gstrtph263penc.c:
15999         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16000         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16001         (gst_rtpmp4venc_set_property):
16002         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16003         Various class and caps fixes from Andre Magalhaes (andrunko)
16004
16005 2005-09-29  Wim Taymans  <wim@fluendo.com>
16006
16007         * gst/level/level-example.c: (main):
16008         Update for new bus API.
16009
16010 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
16011
16012         * configure.ac:
16013           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16014           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16015
16016 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16017
16018         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16019           Fix playback of mono streams (bytes_per_sample should be set
16020           from the sample width and the number of channels negotiated,
16021           and not just be set to 4) (#317338)
16022
16023 2005-09-26  Wim Taymans  <wim@fluendo.com>
16024
16025         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16026         (gst_rtpmpaenc_handle_buffer):
16027         Set buffer duration correctly.
16028
16029 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16030
16031         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16032         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16033         (gst_avi_demux_change_state):
16034           Don't crash when encountering a stream with an unknown fourcc or
16035           codec id. Instead, create a pad of type video/x-avi-unknown or
16036           audio/x-avi-unknown, which as a side-effect also results in less
16037           confusing error messages in players ('no decoder' vs. 'no streams');
16038           minor fixes to state change function and class_init function.
16039
16040 2005-09-24  Wim Taymans  <wim@fluendo.com>
16041
16042         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16043         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16044         These are sinks.
16045
16046 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16047
16048         * check/elements/level.c: (GST_START_TEST):
16049           fix test for new GstClockTime use
16050         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16051         (gst_level_transform_ip):
16052         * gst/level/gstlevel.h:
16053           fix up the decay peak, ensuring the decay peak is never lower
16054           than the peak for that interval
16055
16056 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16057
16058         * docs/plugins/gst-plugins-good-plugins.args:
16059         * docs/plugins/inspect/plugin-alpha.xml:
16060         * docs/plugins/inspect/plugin-rtp.xml:
16061         * gst/level/gstlevel.c: (gst_level_set_caps),
16062         (gst_level_transform_ip):
16063           updating docs
16064
16065 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16066
16067         * Makefile.am:
16068         * check/elements/level.c: (GST_START_TEST):
16069         * gst/level/Makefile.am:
16070         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16071         (gst_level_set_property), (gst_level_get_property),
16072         (gst_level_set_caps), (gst_level_message_new),
16073         (gst_level_transform_ip):
16074         * gst/level/gstlevel.h:
16075         * gst/level/level-example.c: (message_handler), (main):
16076           convert to using GstClockTime for all time values, finally.
16077
16078 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16079
16080         * gst/auparse/Makefile.am:
16081         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16082           fix up build
16083         * configure.ac:
16084         * ext/cairo/Makefile.am:
16085         * ext/dv/Makefile.am:
16086         * ext/esd/Makefile.am:
16087         * ext/flac/Makefile.am:
16088         * ext/gconf/Makefile.am:
16089         * ext/gdk_pixbuf/Makefile.am:
16090         * ext/jpeg/Makefile.am:
16091         * ext/ladspa/Makefile.am:
16092         * ext/libcaca/Makefile.am:
16093         * ext/libmng/Makefile.am:
16094         * ext/libpng/Makefile.am:
16095         * ext/mikmod/Makefile.am:
16096         * ext/pango/Makefile.am:
16097         * ext/raw1394/Makefile.am:
16098         * ext/shout2/Makefile.am:
16099         * ext/speex/Makefile.am:
16100         * gst/alpha/Makefile.am:
16101         * gst/autodetect/Makefile.am:
16102         * gst/avi/Makefile.am:
16103         * gst/cutter/Makefile.am:
16104         * gst/debug/Makefile.am:
16105         * gst/effectv/Makefile.am:
16106         * gst/flx/Makefile.am:
16107         * gst/goom/Makefile.am:
16108         * gst/interleave/Makefile.am:
16109         * gst/law/Makefile.am:
16110         * gst/matroska/Makefile.am:
16111         * gst/median/Makefile.am:
16112         * gst/monoscope/Makefile.am:
16113         * gst/multipart/Makefile.am:
16114         * gst/oldcore/Makefile.am:
16115         * gst/rtp/Makefile.am:
16116         * gst/rtsp/Makefile.am:
16117         * gst/smoothwave/Makefile.am:
16118         * gst/smpte/Makefile.am:
16119         * gst/videobox/Makefile.am:
16120         * gst/videofilter/Makefile.am:
16121         * gst/videomixer/Makefile.am:
16122         * gst/wavenc/Makefile.am:
16123         * gst/wavparse/Makefile.am:
16124         * sys/oss/Makefile.am:
16125         * sys/osxaudio/Makefile.am:
16126         * sys/osxvideo/Makefile.am:
16127           fix up GST_LIBS use
16128
16129 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16130
16131         * gst/auparse/Makefile.am:
16132         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16133           fix build of auparse
16134
16135 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16136
16137         * configure.ac:
16138         * PORTED_09:
16139         * gst/auparse/gstauparse.c:
16140         * gst/auparse/gstauparse.h:
16141         Auparse ported to 0.9.
16142
16143 2005-09-22  Wim Taymans  <wim@fluendo.com>
16144
16145         * gst/rtp/TODO:
16146         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16147         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16148         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16149         (gst_rtpmp4venc_set_property):
16150         * gst/rtp/gstrtpmp4venc.h:
16151         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16152         * gst/rtp/gstrtpmpaenc.h:
16153         Use is_filled to both check MTU and max-ptime of base class.
16154
16155 2005-09-22  Wim Taymans  <wim@fluendo.com>
16156
16157         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16158         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16159         (gst_rtpmp4venc_set_property):
16160         Don't fragment packets with multiple frames.
16161
16162 2005-09-22  Wim Taymans  <wim@fluendo.com>
16163
16164         * gst/rtp/TODO:
16165         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16166         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16167         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16168         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16169         (gst_rtpmp4venc_get_property):
16170         * gst/rtp/gstrtpmp4venc.h:
16171         Remove g_print.
16172         Update TODO
16173         Make payload encoder a bit smarter and more correct with
16174         timestamps.
16175         Added option in payloader to include config string in-band.
16176
16177 2005-09-21  Wim Taymans  <wim@fluendo.com>
16178
16179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16180         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16181         (gst_rtspsrc_send):
16182         Strip spaces for key/value pairs.
16183
16184 2005-09-21  Wim Taymans  <wim@fluendo.com>
16185
16186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16187         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16188         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16189         (gst_rtspsrc_change_state):
16190         More SDP parsing and caps setting.
16191         Do NO_PREROLL differently.
16192         add pads only after negotiated.
16193
16194         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16195         (gst_udpsrc_getcaps):
16196         Implement the getcaps function.
16197
16198 2005-09-21  Wim Taymans  <wim@fluendo.com>
16199
16200         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16201         (gst_rtpamrdec_chain):
16202         Handle multiple AMr packets per payload. Handle CRC and
16203         parse ILL/ILP.
16204
16205         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16206         Make caps params strings for easy SDP mapping.
16207         
16208         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16209         Handle capsnego better.
16210
16211         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16212         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16213         Generate and parse config string in the caps.
16214
16215 2005-09-21  Wim Taymans  <wim@fluendo.com>
16216
16217         * gst/rtp/README:
16218         Update README
16219
16220         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16221         Make extra params as strings.
16222
16223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16224         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16225         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16226         Make state change return NO_PREROLL as this is a live
16227         source.
16228
16229         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16230         Don't unref old caps when NULL.
16231
16232 2005-09-20  Wim Taymans  <wim@fluendo.com>
16233
16234         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16235         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16236         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16237         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16238         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16239         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16240         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16241         * gst/rtsp/sdpmessage.h:
16242         Add URI handler.
16243         Parse SDP and create caps.
16244
16245 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16246
16247         * gst/alpha/gstalpha.c:
16248           fix element description
16249
16250 2005-09-19  Wim Taymans  <wim@fluendo.com>
16251
16252         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16253         Don't check payload for now.
16254
16255 2005-09-19  Wim Taymans  <wim@fluendo.com>
16256
16257         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16258         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16259         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16260         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16261         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16262         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16263         (gst_wavparse_change_state):
16264         * gst/wavparse/gstwavparse.h:
16265         Fix wavparse some more.
16266
16267 2005-09-19  Wim Taymans  <wim@fluendo.com>
16268
16269         * check/elements/level.c: (GST_START_TEST):
16270         Fix for bus API change.
16271
16272 2005-09-19  Wim Taymans  <wim@fluendo.com>
16273
16274         * gst/level/level-example.c: (main):
16275         Fix for new bus API.
16276
16277         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16278         Set caps on pads.
16279
16280 2005-09-15  Wim Taymans  <wim@fluendo.com>
16281
16282         * gst/rtp/Makefile.am:
16283         * gst/rtp/README:
16284         * gst/rtp/gstrtp.c: (plugin_init):
16285         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16286         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16287         (gst_rtpamrdec_change_state):
16288         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16289         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16290         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16291         * gst/rtp/gstrtpamrenc.h:
16292         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16293         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16294         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16295         * gst/rtp/gstrtpgsmenc.h:
16296         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16297         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16298         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16299         (gst_rtpgsmparse_change_state):
16300         * gst/rtp/gstrtpgsmparse.h:
16301         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16302         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16303         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16304         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16305         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16306         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16307         * gst/rtp/gstrtph263penc.h:
16308         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16309         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16310         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16311         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16312         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16313         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16314         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16315         * gst/rtp/gstrtpmp4venc.h:
16316         * gst/rtp/gstrtpmpadec.c:
16317         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16318         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16319         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16320         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16321         * gst/rtp/gstrtpmpaenc.h:
16322         Updates to payloader/depayloaders, make payloaders use
16323         the base classes.
16324         Updated README with suggested RTP caps and how to convert
16325         to/from SDP.
16326         Added config descriptor in mp4v payloader.
16327
16328 2005-09-15  Andy Wingo  <wingo@pobox.com>
16329
16330         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16331         * gst/autodetect/gstautovideosink.c
16332         (gst_auto_video_sink_find_best): Update for new registry API.
16333
16334 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16335
16336         * common/c-to-xml.py:
16337         * common/gtk-doc-plugins.mak:
16338           a simple py script to generate valid xml from a C example
16339           probably also need to strip an MIT license when we decide
16340         * docs/plugins/Makefile.am:
16341         * gst/level/Makefile.am:
16342         * gst/level/gstlevel.c: (gst_level_init):
16343         * gst/level/level-example.c: (message_handler), (main):
16344           add an example to level that will show up in the docs
16345         * gst/rtp/TODO:
16346           add a note for the future
16347
16348 2005-09-14  Michael Smith <msmith@fluendo.com>
16349
16350         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16351           Actually define the debug object being used in wavenc. Fixes #316205
16352
16353 2005-09-14  Michael Smith <msmith@fluendo.com>
16354
16355         * gst/smpte/Makefile.am:
16356           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16357           needed to build on windows (bug 316204)
16358
16359 2005-09-12  Andy Wingo  <wingo@pobox.com>
16360
16361         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16362
16363 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16364
16365         * configure.ac:
16366         * gst/fdsrc/Makefile.am:
16367         * gst/fdsrc/gstfdsrc.c:
16368         * gst/fdsrc/gstfdsrc.h:
16369           Move fdsrc back into gstreamer core elements.
16370
16371         * gst/level/gstlevel.c: (gst_level_class_init),
16372         (gst_level_transform_ip):
16373         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16374           Basetransform changes.
16375
16376 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16377
16378         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16379         * ext/jpeg/smokecodec.c: (find_best_size):
16380           fix compiler warnings
16381
16382 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16383
16384         * gst-plugins-good.spec.in:
16385           spec file fixes
16386         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16387         (gst_multiudpsink_render), (gst_multiudpsink_add),
16388         (gst_multiudpsink_clear):
16389           it actually helps to actually stream if we hook up the
16390           "add" signal to an actual implementation
16391         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16392           some debugging
16393
16394 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16395
16396         * ext/jpeg/Makefile.am:
16397         * ext/jpeg/gstjpeg.c
16398         * ext/jpeg/gstjpegenc.c:
16399         * ext/jpeg/gstsmokeenc.c:
16400
16401 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16402
16403         * ext/flac/gstflacdec.c:
16404         * ext/flac/gstflacenc.c:
16405         * ext/flac/gstflactag.c:
16406         * ext/speex/gstspeexenc.c:
16407           gsttaginterface.h -> gsttagsetter.h
16408
16409 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16410
16411         * configure.ac:
16412         * gst/debug/Makefile.am:
16413         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16414         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16415         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16416         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16417         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16418           Port to 0.9 and re-enable efence plugin.
16419
16420 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16421
16422         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16423         (gst_flacdec_write), (gst_flacdec_convert_src):
16424         * ext/flac/gstflacdec.h:
16425           Add support for flac files with 24/32 bits per sample; and misc.
16426           minor clean-ups. Seeking is still partly broken (for me at least).
16427
16428 2005-09-06  Wim Taymans  <wim@fluendo.com>
16429
16430         * gst/rtp/Makefile.am:
16431         * gst/rtp/gstrtp.c: (plugin_init):
16432         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16433         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16434         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16435         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16436         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16437         (gst_rtpmp4vdec_plugin_init):
16438         * gst/rtp/gstrtpmp4vdec.h:
16439         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16440         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16441         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16442         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16443         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16444         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16445         * gst/rtp/gstrtpmp4venc.h:
16446         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16447         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16448         Added mpeg4 video payload encoder/decoder.
16449         Added some docs in mpa payloader.
16450
16451 === release 0.9.1 ===
16452
16453 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16454
16455         * NEWS:
16456         * README:
16457         * RELEASE:
16458         * autogen.sh:
16459         * configure.ac:
16460           releasing 0.9.1, "Blondie"
16461
16462 2005-09-05  Andy Wingo  <wingo@pobox.com>
16463
16464         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16465         here from the state change handler, so we fire signals without
16466         holding the state lock.
16467
16468 2005-09-02  Andy Wingo  <wingo@pobox.com>
16469
16470         * All plugins updated for element state changes.
16471
16472 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16473
16474         * Makefile.am:
16475         * check/.cvsignore:
16476         * check/Makefile.am:
16477         * check/elements/.cvsignore:
16478         * check/elements/level.c: (setup_level), (cleanup_level),
16479         (GST_START_TEST), (level_suite), (main):
16480           add a test for level
16481         * common/release.mak:
16482           move the enum checking to release.mak
16483         * configure.ac:
16484           add valgrind and check checking
16485         * gst/level/gstlevel.c: (gst_level_transform):
16486         * gst/level/gstlevel.h:
16487           fix Andy's cast bug
16488           convert a field to int
16489           fix the arithmetic to int when checking for emit so that a
16490           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16491
16492 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16493
16494         * Makefile.am:
16495         * configure.ac:
16496           add docs to build
16497         * common/plugins.xsl:
16498           wrap Description into a refsect2
16499         * docs/Makefile.am:
16500         * docs/plugins/Makefile.am:
16501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16503         * gst/goom/Makefile.am:
16504         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16505         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16506         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16507         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16508         (gst_goom_change_state):
16509         * gst/goom/gstgoom.h:
16510           GstGOOM -> GstGoom
16511           add an example launch line
16512         * gst/level/gstlevel.h:
16513         * gst/monoscope/gstmonoscope.c:
16514           cleanups
16515
16516 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16517
16518         * configure.ac:
16519         * docs/plugins/Makefile.am:
16520         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16521         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16522         * docs/plugins/gst-plugins-good-plugins.types:
16523           document elements and plugins.  Shazam !
16524
16525 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16526
16527         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16528           be found under doc/random/ChangeLog-0.8