gst/avi/gstavidemux.c: Fix up my last commit. Use G_GUINT32_FORMAT for the guint32...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/avi/gstavidemux.c:
4           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
6
7 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
8
9         * gst/avi/gstavidemux.c:
10           Chunksize is uint32. Fix format specifier.
11
12 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
13
14         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
15         mistake. Return file to pure MIT text.
16
17 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
18
19         * gst/audiofx/audiofx.c:
20         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
21         of hardcoding values.
22
23 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
24
25         Patch by: Mark Nauwelaerts <manauw skynet be>
26
27         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
28           (gst_oss_src_close):
29         * sys/oss/gstosssrc.h:
30           Cache probed caps, so _get_caps() during recording doesn't cause
31           ioctl calls which may disrupt the recording (fixes #521875).
32
33 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
34
35         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
36         (gst_qtdemux_activate_segment),
37         (gst_qtdemux_prepare_current_sample),
38         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
39         Make sure we always send a DISCONT after a seek by setting the sample
40         index to an undefined value after a seek.
41
42 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
43
44         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
45           (GST_IS_AVI_SUBTITLE_CLASS):
46           Fix up IS_FOO macros, which makes gtk-doc much happier.
47
48 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
49
50         * tests/icles/Makefile.am:
51           Move the -lgstfoo where it belongs.
52
53 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
54
55         * gst/matroska/ebml-ids.h:
56         Add ID for EBML CRC32 elements.
57
58         * gst/matroska/Makefile.am:
59         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
60         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
61         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
62         (gst_ebml_read_header):
63         Support reading 80bit floats, add finalize method to clean up
64         in any case, support reading length/id elements with any length
65         as long as it's smaller than our supported maximum, don't leak
66         buffers if reading as much data as we wanted failed and some
67         smaller cleanup.
68
69 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
70
71         Patch by: Olivier Crete <tester at tester dot ca>
72
73         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
74         Check that a buffer is large enough before reading from it.
75         Fixes bug #521102.
76         
77 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
78
79         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
80         Fix compilation after removing the GstPollMode from the
81         constructor.
82
83 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
84
85         * configure.ac:
86         * gst/audiofx/Makefile.am:
87         * gst/audiofx/audiochebband.c:
88         * gst/audiofx/audiocheblimit.c:
89         * gst/audiofx/math_compat.h:
90         Check for sinh(), cosh() and asinh() and define our own
91         implementations if they're not available. Fixes bug #520880.
92
93 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
94
95         Patch by: Olivier Crete <tester at tester dot ca>
96
97         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
98         Unref the buffers only once when handling not-negotiated errors.
99         Fixes bug #520764.
100
101 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
102
103         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
104
105         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
106         (gst_udpsrc_stop):
107         Properly balance WSA_Cleanup with WSA_Startup.
108         Also make the poll controllable on windows. Fixes #520888.
109
110 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
111
112         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
113         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
114         (gst_ebml_read_element_length), (gst_ebml_peek_id),
115         (gst_ebml_read_skip), (gst_ebml_read_buffer),
116         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
117         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
118         (gst_ebml_read_date), (gst_ebml_read_master),
119         (gst_ebml_read_binary), (gst_ebml_read_header):
120         * gst/matroska/ebml-read.h:
121         * gst/matroska/matroska-demux.c:
122         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
123         (gst_matroska_demux_read_track_encodings),
124         (gst_matroska_demux_add_stream),
125         (gst_matroska_demux_handle_src_query),
126         (gst_matroska_demux_handle_seek_event),
127         (gst_matroska_demux_init_stream),
128         (gst_matroska_demux_parse_tracks),
129         (gst_matroska_demux_parse_index_cuetrack),
130         (gst_matroska_demux_parse_index_pointentry),
131         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
132         (gst_matroska_demux_parse_metadata_id_simple_tag),
133         (gst_matroska_demux_parse_metadata_id_tag),
134         (gst_matroska_demux_parse_metadata),
135         (gst_matroska_demux_sync_streams),
136         (gst_matroska_demux_push_hdr_buf),
137         (gst_matroska_demux_push_flac_codec_priv_data),
138         (gst_matroska_demux_push_xiph_codec_priv_data),
139         (gst_matroska_demux_add_wvpk_header),
140         (gst_matroska_demux_check_subtitle_buffer),
141         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
142         (gst_matroska_demux_parse_cluster),
143         (gst_matroska_demux_parse_contents_seekentry),
144         (gst_matroska_demux_parse_contents),
145         (gst_matroska_demux_loop_stream_parse_id),
146         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
147         * gst/matroska/matroska-demux.h:
148         * gst/matroska/matroska-ids.h:
149         Handle return values from pull_range in a more granular way to properly
150         shut down on seeks.
151         Combine return values from push.
152         Implement proper error handling.
153         Prepare for handling seeking correctly.
154
155 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
156
157         * gst/matroska/ebml-read.c:
158         Use GINT64 formatting constants from GLIB.
159
160         * gst/matroska/matroska-demux.c:
161         Add some guards to avoid a possible division by 0 and crashing
162         with NULL events on some systems.
163         Use gst_gdouble_to_guint64 somewhere instead of an implicit
164         conversion. 
165
166         * gst/matroska/matroska-mux.c:
167         Check for invalid timestamps in a bunch of places to avoid
168         writing bogus durations into the output file.
169         Fix some double<->gint64 conversions that weren't using
170         gst_guint64_to_gdouble
171
172 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
173
174         * configure.ac:
175         Move the checks for bison, flex and as to the program section and the
176         check for gcc inline asm to the compiler characteristics section.
177
178 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
179
180         * configure.ac:
181         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
182         plug-ins are included/excluded. (#498222)
183
184 2008-02-29  Michael Smith <msmith@fluendo.com>
185
186         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
187           Don't call gst_object_sync_values() unless we have a valid timestamp.
188
189 2008-02-28  David Schleef  <ds@schleef.org>
190
191         * gst/matroska/matroska-demux.c:
192         * gst/matroska/matroska-ids.h:
193         * gst/matroska/matroska-mux.c:
194           Fix Dirac mapping.  I had previously added a VfW-type
195           mapping, but it looks like Dirac will get a native Matroska
196           mapping, and this is the most likely method.
197
198 2008-02-28  David Schleef  <ds@schleef.org>
199
200         * gst/avi/gstavimux.c: Add Dirac encoding
201
202 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
203
204         Patch by: Peter Kjellerstedt <pkj at axis com>
205
206         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
207         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
208         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
209         * gst/udp/gstudpsrc.h:
210         Port to GstPoll. See #505417.
211
212 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
213
214         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
215         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
216         yet on the srcpad. We need rate and channels before we
217         can do any processing. Fixes bug #519088.
218
219 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
220
221         * configure.ac:
222         Detect and indicate if GCC inline assembly syntax is
223         available.
224
225         * gst/goom/Makefile.am:
226         * gst/goom/convolve_fx.c:
227         * gst/goom/flying_stars_fx.c:
228         * gst/goom/goom_config.h:
229         * gst/goom/goom_core.c:
230         * gst/goom/goomsl.c:
231         * gst/goom/ifs.c:
232         * gst/goom/mmx.c:
233         * gst/goom/plugin_info.c:
234         * gst/goom/xmmx.c:
235         Fix various GCC-isms, and only build the inline assembly
236         with compilers that support GCC inline assembly.
237
238         Fix a couple of other warnings shown with Forte.
239
240 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
241
242         * gst/goom/xmmx.c:
243           Use 'emms' instead of 'femms' to not crash on cpus that do not
244           implement this 3dnow specific instruction.
245
246 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
247
248         * gst/goom/plugin_info.c: (setOptimizedMethods):
249         Use extended MMX for draw_line() too if available, not only
250         normal MMX.
251
252 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
253
254         * ext/jpeg/gstjpeg.c: (plugin_init):
255         Remove (commented out) smoke typefinder. This is in base now.
256
257 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
258
259         * gst/goom2k1/Makefile.am:
260         * gst/goom2k1/gstgoom.c:
261
262         Rename the installed library, and don't register the same 
263         GType name as the new goom.
264
265 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
266
267         * configure.ac:
268         * ext/taglib/Makefile.am:
269           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
270           when building C++ code (#516509).
271
272 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
273
274         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
275         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
276           (setOptimizedMethods):
277           Call oil_init(), otherwise oil_get_cpu_flags() won't return
278           anything useful. Export goom debug category so we can get
279           rid of the VERBOSE define and the printfs.
280
281 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
282
283         * gst/goom/goomsl_heap.c: (align_it):
284         * gst/goom/plugin_info.c: (setOptimizedMethods):
285           Compile fixes for x86-64.
286
287 2008-02-23  Bastien Nocera  <hadess@hadess.net>
288
289         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
290         with warnings, but add other CFLAGS
291
292         * gst/goom/goomsl.c (gsl_instr_set_namespace),
293         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
294         (calculate_labels), (gsl_read_file):
295         * gst/goom/goomsl_lex.l:
296         * gst/goom/goomsl_yacc.y:
297         * gst/goom/plugin_info.c: Remove a few live printf, and
298         fprintf, replace exit() calls with g_assert_not_reached()
299         if it not optimal for a library
300
301 2008-02-23  Bastien Nocera  <hadess@hadess.net>
302
303         * gst/goom/Makefile.am: Remove the warnings being disabled,
304         fix linkage on x86, spotted by Sebastian Dröge
305         <slomo@circular-chaos.org>
306
307         * gst/goom/convolve_fx.c (convolve_init),
308         (create_output_with_brightness), (convolve_apply):
309         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
310         * gst/goom/goomsl.c:
311         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
312         * gst/goom/plugin_info.c:
313         * gst/goom/tentacle3d.c (tentacle_fx_create):
314         Fix warnings, and disable the motifs in the convolve_fx
315         plugin (they were causing warnings, and they were just
316         "Goom" in funny letterring)
317
318 2008-02-23  Bastien Nocera  <hadess@hadess.net>
319
320         * configure.ac: Add checks for Flex/Yacc/Bison and other
321         furry animals, for the new goom 2k4 based plugin
322
323         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
324         CPU optimisations (not working yet), move the old plugin to...
325
326         * gst/goom2k1/*: ... here, in case somebody is sick enough
327
328         Fixes #515073
329
330 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
331
332         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
333         Post the server response code in an error message instead of a generic
334         'error' message. Fixes #517237.
335
336 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
337
338         * tests/check/Makefile.am:
339         Ignore gconfaudiosrc for the states unit test too. It will fallback
340         to alsasrc if the gconf settings can't be read and not everybody has
341         alsa.
342
343 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
344
345         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
346         (gst_wavpack_parse_create_src_pad):
347         * ext/wavpack/gstwavpackparse.h:
348         Always report the duration if we know it in push mode and don't
349         return 0 just to make totem believe we can't seek in push mode.
350         Newer totem version use the SEEKING query which properly reports
351         if we can seek or not.
352
353 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
354
355         Patch by: Jens Granseuer <jensgr at gmx dot net>
356
357         * tests/examples/equalizer/demo.c: (main):
358         C89 fix, moving variable declarations to the beginning of
359         the block. Fixes bug #517933.
360
361 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
362
363         * configure.ac:
364         Back to development...
365
366 === release 0.10.7 ===
367
368 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
369
370         * configure.ac:
371           releasing 0.10.7, "Red Door Black"
372
373 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
374
375         * gst/alpha/Makefile.am:
376         Link alpha plugin with libgstbase. Fixes bug #517386.
377
378 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
379
380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
381         Init values to -1 instead of the default 0 value.
382         Fixes #516524.
383
384 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
385
386         * tests/examples/spectrum/spectrum-example.c:
387         Add missing include to fix compilation when libxml usage is disabled.
388         Fixes: #516371
389
390 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
391
392         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
393         fixes: #514889
394
395         * gst/rtp/gstrtph264pay.c:
396         * gst/rtp/gstrtpmp4gdepay.c:
397         * gst/rtp/gstrtpmp4gpay.c:
398         * gst/rtp/gstrtpmp4gpay.h:
399         * gst/rtp/gstrtptheorapay.c:
400         * gst/rtp/gstrtpvorbispay.c:
401
402         Fix various leaks shown up in valgrind
403         - free sprops and buffer in error cases in H264 payloader
404         - fix leak in mp4g depayloader when construction the caps
405         - don't leak config string in the mp4g payloader
406         - don't leak buffers and headers in theora and vorbis payloaders
407
408         * tests/check/elements/rtp-payloading.c:
409
410         Fix the RTP data test
411         - Actually send valid amr data to the payloader instead of 20
412         zero-bytes
413         - The mp4g payloader expects codec_data on the caps
414
415 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
416
417         * win32/MANIFEST:
418         Add libgstpng.dsp to MANIFEST.
419         * win32/vs6/libgstaudiofx.dsp:
420         Add new source files to VS project file.
421
422 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
423
424         * sys/ximage/gstximagesrc.c:
425         Initialise variables when opening the X display rather
426         than in _start(), as the display can be opened before that.
427
428         Fixes: #515985
429
430 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
431
432         * sys/directdraw/gstdirectdrawsink.c:
433         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
434         (gst_directdraw_sink_finalize):
435         Properly chain up finalize functions. Fixes bug #515980.
436
437 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
438
439         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
440         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
441         (gst_v4l2_buffer_pool_class_init):
442         Chain up the finalize functions. Fixes bug #515984.
443
444 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
445
446         * sys/ximage/ximageutil.c:
447         Chain up in the finalize function for our custom
448         buffer sub-class.
449         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
450         Fixes: #515706
451
452 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
453
454         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
455         (gst_fenced_buffer_class_init):
456         Properly chain up finalize method. Fixes bug #515979.
457
458 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
459
460         * sys/ximage/gstximagesrc.c:
461         Free allocated Damage memory before closing our connection to the
462         X server. Partially fixes: #515706
463
464 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
465
466         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
467         * tests/check/Makefile.am:
468         * tests/check/gst-plugins-good.supp:
469         Add a few libjpeg suppressions and initialize a variable to
470         make smokeenc valgrind clean. Fixes bug #515701.
471
472 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
473
474         * gst/avi/gstavidemux.c:
475         Revert patch which sends timestamps only on keyframes, as it
476         breaks playback with current gst-ffmpeg.
477
478         Fixes: #515562
479
480 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
481
482         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
483         * tests/check/elements/multifile.c: (GST_START_TEST):
484         Close some memory leaks spotted by the unit test. Fixes bug #515697.
485
486 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
487
488         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
489         Use and unset the GError when pipeline creation fails instead of
490         simply leaking it. Fixes bug #515704.
491
492 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
493
494         * gst/audiofx/audioamplify.c:
495         * gst/audiofx/audiochebband.c:
496         * gst/audiofx/audiocheblimit.c:
497         * gst/audiofx/audiodynamic.c:
498         * gst/audiofx/audioinvert.c:
499         * gst/audiofx/audiopanorama.c:
500         * gst/audiofx/audiowsincband.c:
501         * gst/audiofx/audiowsinclimit.c:
502         Fix long description of audiofx elements. Fixes bug #515457.
503
504 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
505
506         * docs/plugins/Makefile.am:
507         * gst/spectrum/gstspectrum.c:
508         * tests/examples/spectrum/.cvsignore:
509         * tests/examples/spectrum/Makefile.am:
510         * tests/examples/spectrum/spectrum-example.c:
511
512         Add a simple example application for the spectrum element, include it
513         in the docs, and fix some documentation ambiguities.
514
515         Fixes: #348085
516
517 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
518
519         * gst/equalizer/Makefile.am:
520         * gst/spectrum/Makefile.am:
521         Fix includes order
522
523         * tests/check/Makefile.am:
524         Exclude v4l2src from the states test - it takes too long to start.
525
526         * tests/check/elements/spectrum.c:
527         Make the test run properly with CK_FORK=no
528
529 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
530
531         * gst/audiofix/Makefile.am: add missing header files 
532
533 2008-02-08  Julien Moutte  <julien@fluendo.com>
534
535         * gst/matroska/matroska-demux.c:
536         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
537         keyframe and delta units correctly when dealign with a BlockGroup.
538         Fixes: #514397
539
540 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
541
542         * tests/check/elements/.cvsignore:
543         Spell the new tests correctly in .cvsignore
544
545 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
546
547         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
548           Need to use gsize here for the size, fixes compiler warning.
549
550         * tests/examples/equalizer/.cvsignore:
551         * tests/examples/equalizer/Makefile.am:
552         * tests/examples/spectrum/.cvsignore:
553         * tests/examples/spectrum/Makefile.am:
554           Add missing files to fix the build.
555
556 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
557
558         * configure.ac:
559         * docs/plugins/Makefile.am:
560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
562         * docs/plugins/gst-plugins-good-plugins.args:
563         * docs/plugins/gst-plugins-good-plugins.hierarchy:
564         * docs/plugins/inspect/plugin-multifile.xml:
565         * tests/check/Makefile.am:
566         * tests/check/elements/.cvsignore:
567
568         Move multifile plugin from -bad.
569         Fixes: #490283
570
571 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
572
573         * configure.ac:
574         * docs/plugins/Makefile.am:
575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
577         * docs/plugins/gst-plugins-good-plugins.args:
578         * docs/plugins/gst-plugins-good-plugins.hierarchy:
579         * docs/plugins/inspect/plugin-spectrum.xml:
580         * gst/spectrum/Makefile.am:
581         * tests/check/Makefile.am:
582         * tests/check/elements/.cvsignore:
583         * tests/examples/Makefile.am:
584
585         Move spectrum plugin from -bad.
586         Move examples into tests/examples/spectrum.
587
588 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
589
590         * configure.ac:
591         * docs/plugins/Makefile.am:
592         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
593         * docs/plugins/gst-plugins-good-plugins-sections.txt:
594         * docs/plugins/gst-plugins-good-plugins.args:
595         * docs/plugins/gst-plugins-good-plugins.hierarchy:
596         * docs/plugins/gst-plugins-good-plugins.interfaces:
597         * docs/plugins/inspect/plugin-equalizer.xml:
598         * gst/equalizer/Makefile.am:
599         * tests/check/Makefile.am:
600         * tests/examples/Makefile.am:
601         Move the equalizer plugin across from -bad
602
603         * tests/check/elements/.cvsignore:
604         Add equalizer, audiosincwband and audiosincwlimit
605
606         * tests/check/elements/equalizer.c:
607         Fix compiler warnings
608
609         Fixes: #415627
610
611 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
612
613         * configure.ac:
614         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
615         are treated like releases and build without it.
616
617 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
618
619         * docs/plugins/Makefile.am:
620         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
621         * docs/plugins/gst-plugins-good-plugins-sections.txt:
622         * docs/plugins/gst-plugins-good-plugins.args:
623         * docs/plugins/inspect/plugin-audiofx.xml:
624         * gst/audiofx/Makefile.am:
625         * gst/audiofx/audiofx.c:
626         * gst/audiofx/audiowsincband.c:
627         * gst/audiofx/audiowsincband.h:
628         * gst/audiofx/audiowsinclimit.c:
629         * gst/audiofx/audiowsinclimit.h:
630         * tests/check/Makefile.am:
631         * tests/check/elements/audiowsincband.c:
632         * tests/check/elements/audiowsinclimit.c:
633
634         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
635         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
636         respectively.
637
638         Fixes: #467666
639
640 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
641
642         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
643         * tests/check/elements/icydemux.c:
644           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
645           caps, and add a somewhat useful debug message. Plus test.
646
647 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
648
649         * gst/rtsp/gstrtspsrc.c:
650         Include unistd.h only if HAVE_UNISTD_H is defined
651         * win32/common/config.h.in:
652         * win32/common/config.h:
653         Define socklen_t as it seems it's not defined in default 
654         Visual Studio headers.
655         * win32/vs6/libgstalpha.dsp:
656         * win32/vs6/libgstapetag.dsp:
657         * win32/vs6/libgstavi.dsp:
658         * win32/vs6/libgstrtp.dsp:
659         * win32/vs6/libgstrtsp.dsp:
660         * win32/vs6/libgstvideomixer.dsp:
661         Update project file dependencies and add new source files       
662
663 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
664
665         Patch by: Bjarne Rosengren <bjarne at axis dot com>
666
667         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
668         Don't leak buffers when we don't push them downstream.
669         Fixes bug #514965.
670
671 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
672
673         * configure.ac:
674           Bump requirements to (good) released versions to avoid
675           confusion and make implicit core requirement explicit.
676
677 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
678
679         * docs/plugins/Makefile.am:
680         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
681         * docs/plugins/gst-plugins-good-plugins-sections.txt:
682         * docs/plugins/gst-plugins-good-plugins.args:
683         * docs/plugins/inspect/plugin-audiofx.xml:
684         * gst/audiofx/Makefile.am:
685         * gst/audiofx/audiochebband.c:
686         * gst/audiofx/audiochebband.h:
687         * gst/audiofx/audiocheblimit.c:
688         * gst/audiofx/audiocheblimit.h:
689         * gst/audiofx/audiochebyshevfreqband.c:
690         * gst/audiofx/audiochebyshevfreqband.h:
691         * gst/audiofx/audiochebyshevfreqlimit.c:
692         * gst/audiofx/audiochebyshevfreqlimit.h:
693         * gst/audiofx/audiofx.c:
694         * tests/check/Makefile.am:
695         * tests/check/elements/.cvsignore:
696         * tests/check/elements/audiochebband.c:
697         * tests/check/elements/audiocheblimit.c:
698         * tests/check/elements/audiochebyshevfreqband.c:
699         * tests/check/elements/audiochebyshevfreqlimit.c:
700
701         Rename audiochebyshevfreqband -> audiochebband and
702         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
703         surgery.
704
705         Closes: #491811
706
707 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
708
709         Patch by: Orjan Friberg <orjanf at axis dot com>
710
711         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
712         Fix caps memory leak. Fixes #514573.
713
714 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
715
716         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
717         If there's no entries in the subindex, don't try to do anything stupid,
718         just return.
719
720 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
721
722         Patch by: John Millikin <jmillikin at gmail dot com>
723
724         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
725           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
726           Fix extraction of picture blocks with newer libflac versions again:
727           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
728
729 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * tests/check/Makefile.am:
732           Add rtp-payloading test to VALGRIND_TO_FIX.
733
734         * tests/check/elements/rtp-payloading.c:
735           Add semicolons after GST_TEST_END so gst-indent gets the
736           formatting right; make test less verbose in general, but
737           more verbose in the error case (which should probably
738           make the test fail anyway).
739
740 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
741
742         * docs/plugins/Makefile.am:
743         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
744         * docs/plugins/gst-plugins-good-plugins-sections.txt:
745         * gst/avi/gstavisubtitle.c:
746         Add documentation for avisubtitle and change class to
747         Codec/Parser/Subtitle
748
749 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
750
751         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
752         Treat ENOTTY (driver does not implement ioctl) the same as
753         EINVAL since it implies there are no available standards.
754
755         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
756         (gst_v4l2src_get_nearest_size):
757         Replace gst_v4l2src_get_size_limits with 2 calls to new function
758         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
759         probe if the driver does not support VIDIOC_TRY_FMT for whatever
760         reason, and if we aren't yet actively capturing.
761
762         * sys/v4l2/v4l2src_calls.h:
763         Remove replaced function declaration.
764
765 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
766
767         * configure.ac:
768         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
769         API.
770
771 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
772
773         * configure.ac:
774         Fix typo.
775
776 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
777
778         * gst/alpha/Makefile.am:
779         * gst/alpha/gstalpha.c:
780
781         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
782         some stuff, and making buffer-alloc and resizing work automatically.
783         No longer crashes on odd frame widths and heights, although there
784         seems to be a disagreement with ffmpegcolorspace about what size
785         an AYUV frame with odd height should be.
786
787 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
788
789         Patch by: Alessandro Decina <alessandro at nnva dot org>
790
791         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
792         * ext/libpng/gstpngenc.h:
793         Preallocate the output buffer so that g_memdup() and
794         gst_buffer_merge() aren't needed anymore. This greatly improves
795         performances and fixes #512544.
796
797 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
798
799         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
800         (gst_avi_demux_stream_data):
801         GStreamer timestamps are PTS values while AVI only knows about DTS
802         timestamps. Make sure we only copy the DTS as the buffer timestamp when
803         we are dealing with a key frame.
804
805 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
806
807         * tests/check/Makefile.am:
808         * tests/check/elements/.cvsignore:
809         * tests/check/elements/rtp-payloading.c:
810           Add add testsuite for the rtp-payloader that tries simulating
811           dataflow. Needs more test data.
812
813 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
814
815         * tests/check/elements/alphacolor.c:
816           Remove two unused variables.
817
818 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
819
820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
821           Use g_ascii_strtoll() instead of atoll, which is only
822           available in C99.
823
824 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
825
826         * gst/rtp/Makefile.am:
827         * gst/rtp/gstrtp.c:
828         * gst/rtp/gstrtpmpvpay.c:
829         * gst/rtp/gstrtpmpvpay.h:
830         Add MPEG2 video payloader
831
832 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
833
834         * gst/level/gstlevel.c:
835         Use #include <math.h> instead of #include "math.h".
836
837 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
838
839         * tests/check/Makefile.am:
840         Fix up some CFLAGS sets.
841         Don't include gconfvideosrc in the states test.
842
843         * tests/check/elements/autodetect.c: (GST_START_TEST):
844         Add some error strings to fail_unless arguments to fix some weird
845         compiler errors on Solaris.
846
847 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
848
849         * configure.ac:
850         Detect video4linux headers on Solaris too.
851         * sys/v4l2/gstv4l2colorbalance.h:
852         * sys/v4l2/gstv4l2object.h:
853         * sys/v4l2/v4l2_calls.c:
854         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
855         (gst_v4l2_buffer_new):
856
857         Make v4l2 build on Solaris.
858         Patch by: Brian Cameron  <brian.cameron at sun dot com>
859         Fixes: #510505
860
861 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
862
863         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
864           Update list from (still local) scanning script.
865
866 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
867
868         Based on a patch by:
869             Victor STINNER <victor dot stinner at haypocalc dot com>
870
871         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
872         Set variable to NULL after freeing it to prevent double frees
873         or make failures by another use of it afterwards more obvious
874         and fix use of it after the freeing. Fixes bug #510592.
875
876 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
877
878         * gst/udp/gstmultiudpsink.c:
879         use GST_WARNING for logging
880
881 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
882
883         * gst/udp/gstmultiudpsink.c:
884         Don't try to leave a multicast group with an invalid socket
885
886 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
887
888         * ext/flac/gstflacdec.c:
889           Fix compilation against flac 1.1.2 (as on debian stable), where
890           the picture metadata defines and structs don't exist yet.
891           Fixes #509301.
892
893 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         Patch by: Olivier Crete <tester at tester dot ca>
896
897         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
898         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
899         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
900         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
901         * gst/udp/gstmultiudpsink.h:
902         Add property to automatically join a multicast group or not. This can be
903         useful when sharing a socket between multiple elements.
904         Fixes #509531.
905
906 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
907
908         * gst/videomixer/Makefile.am:
909           Add controller flags.
910
911 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
912
913         * gst/videomixer/videomixer.c:
914           Also commit the missing gst_object_sync_values().
915
916 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
917
918         * docs/plugins/Makefile.am:
919           Remove duplicate entry.
920
921 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
922
923         * docs/plugins/Makefile.am:
924         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
925         * docs/plugins/gst-plugins-good-plugins-sections.txt:
926         * docs/plugins/inspect/plugin-gamma.xml:
927         * docs/plugins/inspect/plugin-monoscope.xml:
928         * docs/plugins/inspect/plugin-video4linux2.xml:
929           Add 3 more plugins to docs.
930
931 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
932
933         * docs/plugins/gst-plugins-good-plugins-sections.txt:
934         * sys/osxvideo/osxvideosink.h:
935           Revert previous change caused by a file that got stuck on an old
936           revision.
937
938 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
939
940         * docs/plugins/gst-plugins-good-plugins-sections.txt:
941         * gst/multipart/Makefile.am:
942         * gst/multipart/multipartdemux.c:
943         * gst/multipart/multipartdemux.h:
944         * gst/multipart/multipartmux.c:
945         * gst/multipart/multipartmux.h:
946           Re-add multipartdemux to the docs. Last round of section cleanup.
947
948 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
949
950         * docs/plugins/Makefile.am:
951         * docs/plugins/gst-plugins-good-plugins-sections.txt:
952         * sys/osxaudio/gstosxaudiosink.h:
953         * sys/osxvideo/osxvideosink.h:
954           Managed to resolve most unused declarations. Filed a bug for one left.          
955
956 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
957
958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
959           Cleanup section file.
960
961 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
962
963         * docs/plugins/Makefile.am:
964         * docs/plugins/gst-plugins-good-plugins.args:
965         * docs/plugins/gst-plugins-good-plugins.signals:
966         * docs/plugins/inspect/plugin-alaw.xml:
967         * docs/plugins/inspect/plugin-alpha.xml:
968         * docs/plugins/inspect/plugin-alphacolor.xml:
969         * docs/plugins/inspect/plugin-annodex.xml:
970         * docs/plugins/inspect/plugin-apetag.xml:
971         * docs/plugins/inspect/plugin-audiofx.xml:
972         * docs/plugins/inspect/plugin-auparse.xml:
973         * docs/plugins/inspect/plugin-autodetect.xml:
974         * docs/plugins/inspect/plugin-avi.xml:
975         * docs/plugins/inspect/plugin-cairo.xml:
976         * docs/plugins/inspect/plugin-cdio.xml:
977         * docs/plugins/inspect/plugin-cutter.xml:
978         * docs/plugins/inspect/plugin-debug.xml:
979         * docs/plugins/inspect/plugin-dv.xml:
980         * docs/plugins/inspect/plugin-efence.xml:
981         * docs/plugins/inspect/plugin-effectv.xml:
982         * docs/plugins/inspect/plugin-flac.xml:
983         * docs/plugins/inspect/plugin-flxdec.xml:
984         * docs/plugins/inspect/plugin-gconfelements.xml:
985         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
986         * docs/plugins/inspect/plugin-goom.xml:
987         * docs/plugins/inspect/plugin-halelements.xml:
988         * docs/plugins/inspect/plugin-icydemux.xml:
989         * docs/plugins/inspect/plugin-id3demux.xml:
990         * docs/plugins/inspect/plugin-jpeg.xml:
991         * docs/plugins/inspect/plugin-ladspa.xml:
992         * docs/plugins/inspect/plugin-level.xml:
993         * docs/plugins/inspect/plugin-matroska.xml:
994         * docs/plugins/inspect/plugin-mulaw.xml:
995         * docs/plugins/inspect/plugin-multipart.xml:
996         * docs/plugins/inspect/plugin-navigationtest.xml:
997         * docs/plugins/inspect/plugin-png.xml:
998         * docs/plugins/inspect/plugin-quicktime.xml:
999         * docs/plugins/inspect/plugin-rtp.xml:
1000         * docs/plugins/inspect/plugin-rtsp.xml:
1001         * docs/plugins/inspect/plugin-shout2send.xml:
1002         * docs/plugins/inspect/plugin-smpte.xml:
1003         * docs/plugins/inspect/plugin-speex.xml:
1004         * docs/plugins/inspect/plugin-taglib.xml:
1005         * docs/plugins/inspect/plugin-udp.xml:
1006         * docs/plugins/inspect/plugin-videobalance.xml:
1007         * docs/plugins/inspect/plugin-videobox.xml:
1008         * docs/plugins/inspect/plugin-videocrop.xml:
1009         * docs/plugins/inspect/plugin-videoflip.xml:
1010         * docs/plugins/inspect/plugin-videomixer.xml:
1011         * docs/plugins/inspect/plugin-wavenc.xml:
1012         * docs/plugins/inspect/plugin-wavpack.xml:
1013         * docs/plugins/inspect/plugin-wavparse.xml:
1014           Update plugin docs.
1015
1016         * gst/videomixer/Makefile.am:
1017         * gst/videomixer/videomixer.c:
1018         * gst/videomixer/videomixer.h:
1019         * gst/videomixer/videomixerpad.h:
1020           Split out header to fix warnings from the doc-build.
1021
1022 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1023
1024         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1025
1026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1027         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1028
1029 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1030
1031         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1032         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1033           Initialise variables to work around (false) 'foo might be used
1034           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1035
1036 2008-01-11  David Schleef  <ds@schleef.org>
1037
1038         * docs/plugins/.cvsignore:
1039         * tests/check/pipelines/.cvsignore:
1040           Ignore more files for the buildbot.
1041
1042 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1043
1044         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1045         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1046         Generate the image-type values correctly. Leave them out of the caps
1047         when outputting a "preview image" tag, since it only makes sense
1048         to have one of those - the type is irrelevant.
1049
1050         * sys/sunaudio/gstsunaudiomixerctrl.c:
1051         (gst_sunaudiomixer_ctrl_open):
1052         If we can, mark the mixer multiple open when we use it, in case
1053         (for some reason) the process wants to open it again elsewhere.
1054
1055 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1056
1057         Patch by: Olivier Crete <tester at tester dot ca>
1058
1059         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1060         * gst/rtp/gstrtptheorapay.c:
1061         Fix the clock rate to 90000 as required by the RFC.
1062         Fixes #508644.
1063
1064 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1065
1066         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1067           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1068
1069 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1070
1071         * autogen.sh:
1072           Add -Wno-portability to the automake parameters to stop warnings
1073           about GNU make extensions being used. We require GNU make in almost
1074           every Makefile anyway.
1075           
1076         * configure.ac:
1077           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1078           at the same time is required for per target flags.
1079
1080 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1081
1082         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1083         Fix error from my last commit.
1084
1085 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1086
1087         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1088
1089         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1090           Make sure the ISO 639-X language code in ID3v2 COMM frames
1091           is actually valid UTF-8 (or rather: ASCII), so we don't end
1092           up with non-UTF8 strings in tags if there's garbage in the
1093           language field. Also make sure the language code is always
1094           lower case. Fixes: #508291.
1095
1096 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1097
1098         * ChangeLog:
1099           Fix ChangeLog typo.
1100
1101 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1102
1103         * Makefile.am:
1104           Include lcov.mak to allow building coverage reports. Guard
1105           check-torture target like in the other packages.
1106
1107 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1108
1109         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1110
1111         * gst/videomixer/videomixer.c:
1112         (gst_videomixer_set_master_geometry), (_do_init),
1113         (gst_videomixer_child_proxy_get_child_by_index),
1114         (gst_videomixer_child_proxy_get_children_count),
1115         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1116         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1117         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1118         Implement GstChildProxy interface.
1119         Send newsegment at the right moment
1120         Fixes #488879
1121
1122 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1123
1124         * gst/alpha/Makefile.am:
1125         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1126         (gst_alpha_sink_event), (gst_alpha_chain),
1127         (gst_alpha_change_state), (plugin_init):
1128         Make the various properties of 'alpha' controllable. This allows doing
1129         niceties like fade-in/fade-out.
1130
1131 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1132
1133         * gst/rtp/gstasteriskh263.c:
1134         * gst/rtp/gstrtpL16depay.c:
1135         * gst/rtp/gstrtpac3depay.c:
1136         * gst/rtp/gstrtpamrpay.c:
1137         * gst/rtp/gstrtpdepay.c:
1138         * gst/rtp/gstrtpgsmdepay.c:
1139         * gst/rtp/gstrtph263depay.c:
1140         * gst/rtp/gstrtph263pdepay.c:
1141         * gst/rtp/gstrtph263ppay.c:
1142         * gst/rtp/gstrtph264depay.c:
1143         * gst/rtp/gstrtph264pay.c:
1144         * gst/rtp/gstrtpmp2tdepay.c:
1145         * gst/rtp/gstrtpmp4adepay.c:
1146         * gst/rtp/gstrtpmp4gdepay.c:
1147         * gst/rtp/gstrtpmp4gpay.c:
1148         * gst/rtp/gstrtpmp4vdepay.c:
1149         * gst/rtp/gstrtpmpadepay.c:
1150         * gst/rtp/gstrtpmpvdepay.c:
1151         * gst/rtp/gstrtpsv3vdepay.c:
1152         * gst/rtp/gstrtptheoradepay.c:
1153         * gst/rtp/gstrtptheorapay.c:
1154         * gst/rtp/gstrtpvorbisdepay.c:
1155         * gst/rtp/gstrtpvorbispay.c:
1156           Remove copy/paste unused code (property setters and getter) found by
1157           the coverage suite (yay, saves ~20k on disk).
1158
1159 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1162           (videosink_templ):
1163           Also fix up pad templates to indicate that image/jpeg doesn't
1164           absolutely require the framerate property to be set (#504081).
1165
1166 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1167
1168         Based on patch by: Wouter Cloetens  <wouter at mind be>
1169
1170         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1171           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1172           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1173         * gst/matroska/matroska-mux.h:
1174           Keep track of first and last timestamps for each incoming stream,
1175           so we can calculate the total duration for live sources and other
1176           input where we can't query the duration from the start or where
1177           there's no constant framerate from which we can deduce the
1178           duration; also use calculated/observed duration if it is bigger
1179           than the previously queried duration. Furthermore, use
1180           gst_pad_query_peer_duration() and take into account that it may
1181           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1182           screws up comparisons when using unsigned integers. Fixes #504081.
1183
1184 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1185
1186         * configure.ac:
1187         * gst/audiofx/audioamplify.c:
1188         (gst_audio_amplify_clipping_method_get_type),
1189         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1190         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1191         (gst_audio_dynamic_transform_ip):
1192         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1193         (gst_audio_invert_transform_ip):
1194         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1195         (gst_audio_panorama_transform):
1196         * gst/level/gstlevel.c: (gst_level_init):
1197         Make elements GST_BUFFER_FLAG_GAP aware and call
1198         gst_base_transform_set_gap_aware for this.
1199         Bump core requirement to CVS.
1200         
1201         * gst/audiofx/audiochebyshevfreqband.c:
1202         (gst_audio_chebyshev_freq_band_transform_ip):
1203         * gst/audiofx/audiochebyshevfreqlimit.c:
1204         (gst_audio_chebyshev_freq_limit_transform_ip):
1205         Also sync GObject properties to the controller if operating
1206         in passthrough mode.
1207
1208 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1209
1210         * sys/directdraw/gstdirectdrawsink.c:
1211           (gst_directdraw_sink_window_thread):
1212           FALSE is not a gpointer.
1213
1214 2008-01-05  Julien Moutte  <julien@fluendo.com>
1215
1216         * sys/directdraw/gstdirectdrawsink.c:
1217         (gst_directdraw_sink_set_window_id),
1218         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1219         (gst_directdraw_sink_buffer_alloc),
1220         (gst_directdraw_sink_draw_borders),
1221         (gst_directdraw_sink_show_frame),
1222         (gst_directdraw_sink_setup_ddraw),
1223         (gst_directdraw_sink_window_thread),
1224         (gst_directdraw_sink_get_ddrawcaps),
1225         (gst_directdraw_sink_surface_create): Make sure we create our
1226         internal window only when we need it. That will give a chance to
1227         the application to get the prepare-xwindow-id bus message. Draw
1228         black borders when keeping aspect ratio. Handle the case where our
1229         rendering window disappears (closed or errors) like other sinks
1230         do. Various 80 columns fixes, improve state change order. That
1231         element could need some more love.
1232
1233 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1234
1235         * ext/taglib/gstapev2mux.h:
1236         * ext/taglib/gstid3v2mux.h:
1237         Remove useless typedefs without new type name. Fixes a warning with
1238         gcc 4.3.
1239
1240 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1241
1242         Patch by: John Millikin <jmillikin at gmail dot com>
1243
1244         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1245         (gst_flac_dec_setup_stream_decoder),
1246         (gst_flac_normalize_picture_mime_type),
1247         (gst_flac_extract_picture_buffer),
1248         (gst_flac_dec_metadata_callback):
1249         Emit metadata messages when a PICTURE block is encountered.
1250         Fixes #506715.
1251
1252 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1253
1254         * gst/avi/gstavi.c:
1255         increase rank because no known issues anymore ...
1256         * gst/avi/gstavisubtitle.c:
1257         send subtitle name to the srcpad
1258
1259 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1260
1261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1262         * gst/rtsp/gstrtspsrc.h:
1263         Implement redirect for the DESCRIBE reply. Fixes #506025.
1264
1265 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1266
1267         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1268         Fix 'xyz may be used uninitialized' compiler warnings caused
1269         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1270         abort() in any case but properly report the error.
1271
1272 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1273
1274         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1275         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1276         * sys/ximage/gstximagesrc.c: (composite_pixel):
1277           Fix 'xyz may be used uninitialized' compiler warnings caused
1278           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1279           not really nice to abort in any case). Fixes #505745.
1280
1281 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1284           Small unit test fix (has no practical impact at the moment,
1285           since we're only feeding utf8 and hence just create a sub-
1286           buffer for the output).
1287
1288 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1289
1290         * gst/avi/gstavisubtitle.c:
1291         * tests/check/elements/avisubtitle.c:
1292         Add seeking support for avi subtitle
1293
1294 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1295
1296         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1297         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1298         (gst_flac_dec_write):
1299         * ext/flac/gstflacdec.h:
1300         Remove some unused vars.
1301         Do more cleanup of leftover events and tags.
1302         Output tags after the segment event. Fixes #504018.
1303
1304 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1305
1306         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1307           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1308           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1309           Detect other UTF byte order markers and convert to UTF-8 as
1310           appropriate.
1311
1312 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1313
1314         * gst/avi/gstavisubtitle.c: (src_template),
1315           (gst_avi_subtitle_extract_utf8_file),
1316           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1317           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1318           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1319         * gst/avi/gstavisubtitle.h:
1320           Refactor a bit; fix name extraction; don't assume all the data
1321           in the chunk is actually subtitle data, there may be padding at
1322           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1323           file so it's there to send again after a seek (for future use).
1324
1325 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1326
1327         * gst/avi/Makefile.am:
1328         * gst/avi/gstavi.c:
1329         * gst/avi/gstavisubtitle.c:
1330         * gst/avi/gstavisubtitle.h:
1331         * tests/check/Makefile.am:
1332         * tests/check/elements/avisubtitle.c:
1333         * win32/common/config.h:
1334                 Add avi subtitle element for bug #442034. Need seeking support
1335                 and more support for character conversion.
1336
1337 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1338
1339         * Makefile.am:
1340           Include common/win32.mak for CRLF check of win32 project
1341           files (see #393626).
1342
1343         * win32/vs6/libgstpng.dsp:
1344           Fix line endings and do cvs admin -kb.
1345
1346 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1347
1348         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1349         Actually drop the buffers which are outside the currently configured
1350         segment instead of just emitting a WARNING.
1351
1352 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1353
1354         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1355         (gst_flac_dec_write):
1356         * ext/flac/gstflacdec.h:
1357         Send segments from the streaming thread. Fixes #502187.
1358         Fix segment seeking and a bunch of other seeking cases.
1359
1360 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1363           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1364           which is where it would end up if the same information was
1365           put in a vorbis comment (don't think it's worth adding a
1366           new URI tag for this). Fixes #488112.
1367
1368 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * configure.ac:
1371           We need core/base 0.10.15 or later.
1372
1373 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1374
1375         Patch by: Mark Nauwelaerts <manauw skynet be>
1376
1377         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1378         Fix regression in stream numbering. Fixes #502655.
1379
1380 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1381
1382         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1383
1384         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1385         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1386         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1387         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1388         (gst_rtp_h264_pay_handle_buffer):
1389         * gst/rtp/gstrtph264pay.h:
1390         Use higher performance start-code searching.
1391         Parse NALs and store SPS, PPS and profile in the caps so that they can
1392         be used in the SDP. Fixes #502814.
1393
1394 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1397         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1398           Init some structs to zero before we pass them to ioctl, which
1399           avoids valgrind warnings.  Also fix a small memory leak.
1400
1401 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1402
1403         Patch by: Wouter Cloetens <wouter at mind dot be>
1404
1405         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1406         Copy timestamp from input to output. Not very perfect yet but better
1407         than nothing. Fixes #503023.
1408
1409 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1410
1411         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1412           Also print a useful error message with the old Wavpack API
1413           if possible.
1414
1415 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1416
1417         * ext/wavpack/gstwavpackdec.c:
1418           More build fixes for old libwavpack versions: include config.h so
1419           that WAVPACK_OLD_API is actually defined as detected; only use
1420           WavpackGetErrorMessage if it is available. This fixes the build
1421           on debian stable for me.
1422
1423 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1424
1425         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1426         * ext/wavpack/gstwavpackparse.c:
1427           (gst_wavpack_parse_create_src_pad):
1428           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1429           versions below 4.40.0.
1430
1431 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1432
1433         * configure.ac:
1434           And now do it right for real...
1435
1436 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1437
1438         * configure.ac:
1439           Correctly reset $LIBS to not contain -lm.
1440
1441 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1442
1443         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1444
1445         * configure.ac:
1446         * ext/cairo/gsttimeoverlay.c:
1447           (gst_cairo_time_overlay_print_smpte_time):
1448           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1449           and checking for rint() and implementing it ourself if it doesn't
1450           exist. Fixes #497293.
1451
1452 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1453
1454         * configure.ac:
1455           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1456
1457 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1458
1459         * sys/oss/gstosshelper.c:
1460         Verify that the format returned after the ioctl is the one
1461         we requested. It is valid for the ioctl to succeed while
1462         substituting an alternate 'supported' sample format.
1463
1464 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1465
1466         * sys/oss/gstossaudio.c: (plugin_init):
1467         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1468         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1469           Post decent (and translated) error message when we can't
1470           open the audio device for some reason.
1471
1472 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1473
1474         * sys/oss/gstosssink.c:
1475         * sys/oss/gstosssrc.c:
1476         Allow the AUDIODEV environment variable to redirect us
1477         to a different default OSS device, like sunaudiosink does
1478         on Solaris (makes audio play automatically on SunRays).
1479
1480 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1481
1482         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1483         * gst/audiofx/audiochebyshevfreqband.c:
1484         (gst_audio_chebyshev_freq_band_transform_ip):
1485         * gst/audiofx/audiochebyshevfreqlimit.c:
1486         (gst_audio_chebyshev_freq_limit_transform_ip):
1487         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1488         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1489         The transform_ip() methods should do nothing if in passthrough mode.
1490         It might get non-writable buffers in that case but the buffer might
1491         as well be writable.
1492
1493         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1494         The transform() methods won't be called in passthrough mode and
1495         otherwise the buffer is always writable so don't check here.
1496
1497 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1498
1499         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1500           Fix seeking in .wav files again (#501775).  Some people seem to think
1501           they don't need to test their changes when they're just 'reflowing'
1502           some code.
1503
1504 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1505
1506         * gst/autodetect/gstautovideosink.c:
1507         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1508         (gst_auto_video_sink_init),
1509         (gst_auto_video_sink_create_element_with_pretty_name),
1510         (gst_auto_video_sink_find_best),
1511         (gst_auto_video_sink_set_property),
1512         (gst_auto_video_sink_get_property):
1513         * gst/autodetect/gstautovideosink.h:
1514         Fix docs.
1515         Use same error reporting code as autoaudiosink.
1516         Add property to filter sinks based on caps. Only select raw video sinks
1517         by default for backwards compat.
1518         API: GstAutoVideoSink::filter-caps
1519
1520 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1521
1522         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1523
1524         * gst/autodetect/gstautoaudiosink.c:
1525         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1526         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1527         (gst_auto_audio_sink_set_property),
1528         (gst_auto_audio_sink_get_property):
1529         * gst/autodetect/gstautoaudiosink.h:
1530         Add property to filter sinks based on caps. Only select raw audio sinks
1531         by default for backwards compat.  Fixes #417420.
1532         API: GstAutoAudioSink::filter-caps
1533
1534 2007-11-29  Michael Smith <msmith@fluendo.com>
1535
1536         Patch by: Arek Korbik <arkadini@gmail.com>
1537
1538         * gst/videobox/gstvideobox.c: (plugin_init):
1539           Initialise liboil in plugin_init()
1540
1541 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1542
1543         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1544         Post error before sending EOS. Fixes #499178.
1545
1546 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1547
1548         * win32/vs6/gst_plugins_good.dsw:
1549         * win32/vs6/libgstpng.dsp:
1550         Add a project file for libgstpng
1551
1552 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1553
1554         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1555         (gst_rtp_h263_depay_process):
1556         Code beautification.
1557         Added debug statements.
1558         Don't bit-shift everything, just do operations on last/first byte
1559         instead.
1560
1561 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1562
1563         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1564
1565         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1566         Fix wrong comparison in overrun check. Fixes #499239 some more.
1567
1568 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1569
1570         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1571         (gst_rtp_h263_depay_process):
1572         * gst/rtp/gstrtph263depay.h:
1573         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1574         stream.
1575
1576 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1577
1578         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1579
1580         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1581         (gst_rtp_mp4a_depay_process):
1582         * gst/rtp/gstrtpmp4adepay.h:
1583         Fix depayloading when multiple frames are inside one RTP packet.
1584         Fixes #499239.
1585
1586 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1587
1588         * gst/level/gstlevel.c:
1589           Add GAP-flag support.
1590
1591 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1592
1593         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1594         Read the I flag for Mode A h263 rtp stream and set the
1595         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1596         Fixes #499383
1597
1598 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1599
1600         * gst/level/gstlevel.c:
1601           Remove some dead code and do cleanups.
1602
1603 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1604
1605         * tests/check/pipelines/simple-launch-lines.c:
1606           Improve the tests by allowing to set a target state.
1607
1608 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1609
1610         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1611         Don't check the caps of the output buffer if they're equal some
1612         other caps. The caps can change in a backward compatible way
1613         and did at this point.
1614
1615 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1616
1617         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1618         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1619         (gst_qtdemux_seek_to_previous_keyframe),
1620         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1621         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1622         reverse playback support.
1623
1624 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1625
1626         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1627         Also set the channel layout on the Wavpack caps if we're having
1628         a mono layout. Of course only do it for "audio/x-wavpack".
1629
1630 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1631
1632         * ext/wavpack/gstwavpackcommon.c:
1633         (gst_wavpack_get_default_channel_mask),
1634         (gst_wavpack_set_channel_layout),
1635         (gst_wavpack_get_default_channel_positions),
1636         (gst_wavpack_get_channel_mask_from_positions),
1637         (gst_wavpack_set_channel_mapping):
1638         * ext/wavpack/gstwavpackcommon.h:
1639         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1640         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1641         * ext/wavpack/gstwavpackdec.h:
1642         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1643         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1644         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1645         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1646         (gst_wavpack_enc_rewrite_first_block),
1647         (gst_wavpack_enc_sink_event):
1648         * ext/wavpack/gstwavpackenc.h:
1649         * ext/wavpack/gstwavpackparse.c:
1650         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1651         (gst_wavpack_parse_scan_to_find_sample),
1652         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1653         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1654         * ext/wavpack/gstwavpackparse.h:
1655         Add support for encoding, parsing and decoding multichannel
1656         files with up to 8 channels. This also improves the robustness
1657         of parsing quite a bit.
1658
1659         * ext/wavpack/gstwavpackstreamreader.c:
1660         (gst_wavpack_stream_reader_read_bytes),
1661         (gst_wavpack_stream_reader_get_pos),
1662         (gst_wavpack_stream_reader_set_pos_abs),
1663         (gst_wavpack_stream_reader_set_pos_rel),
1664         (gst_wavpack_stream_reader_push_back_byte),
1665         (gst_wavpack_stream_reader_get_length),
1666         (gst_wavpack_stream_reader_can_seek),
1667         (gst_wavpack_stream_reader_write_bytes):
1668         Improve debugging.
1669
1670 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1671
1672         * ext/libpng/gstpngdec.c:
1673         * ext/libpng/gstpngdec.h:
1674           Don't release the png-memory from within the callback.
1675
1676 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1677
1678         Patch by: René Stadler <mail at renestadler dot de>
1679
1680         * ext/libpng/gstpngenc.c:
1681           Don't leak buffer data memory. Fixes #498395.
1682
1683 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1684
1685         Patch by: René Stadler <mail at renestadler dot de>
1686
1687         * tests/check/pipelines/simple-launch-lines.c:
1688           Tests for #498395.
1689
1690 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1691
1692         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1693         (gst_tag_lib_mux_adjust_event_offsets):
1694         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1695         * sys/osxaudio/Makefile.am:
1696         * sys/osxvideo/cocoawindow.h:
1697         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1698
1699 2007-11-15  David Schleef  <ds@schleef.org>
1700
1701         * ext/cairo/gsttextoverlay.c:
1702           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1703
1704 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1705
1706         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1707
1708         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1709         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1710         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1711         * gst/rtp/gstrtpmp2tpay.h:
1712         Fill the MTU with as many packets as possible. Fixes #491323.
1713
1714 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1715
1716         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1717
1718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1719         Fix some more leaks. Fixes #497007.
1720
1721 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1722
1723         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1724
1725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1726         (gst_rtspsrc_stream_configure_tcp):
1727         Fix 3 pad leaks. Fixes #496983.
1728
1729 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1730
1731         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1732
1733         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1734         Fix small leak. Fixes #497017.
1735
1736 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1737
1738         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1739         (gst_qtdemux_prepare_current_sample),
1740         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1741         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1742         * gst/qtdemux/qtdemux_fourcc.h:
1743         * gst/qtdemux/qtdemux_types.c:
1744         Add suppport for theora in quicktime according to XiphQT.
1745
1746 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1747
1748         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1749         (gst_v4l2src_init), (gst_v4l2src_set_property),
1750         (gst_v4l2src_get_property):
1751         * sys/v4l2/gstv4l2src.h:
1752         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1753           Always copy buffers by default (handle safer with bugged drivers)
1754           and added a property to make it possible to use mmap effectively (no
1755           copy if possible) when application wants to. Fixes: #480557.
1756
1757 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1758
1759         * gst/id3demux/id3tags.c:
1760         * gst/id3demux/id3tags.h:
1761         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1762           We don't want the same string multiple times in a tag list for the
1763           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1764           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1765
1766 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1767
1768         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1769           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1770           into ID3v2 TXXX frames (fixes #347848).
1771
1772 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1775           Don't leak sdp message contents (fixes #496773).
1776
1777         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1778           Don't leak URI string.
1779
1780 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         Patch by: Julien Puydt <julien dot puydt at laposte net>
1783
1784         * ext/raw1394/Makefile.am:
1785         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1786           (gst_1394_property_probe_get_properties),
1787           (gst_1394_property_probe_probe_property),
1788           (gst_1394_property_probe_needs_probe),
1789           (gst_1394_property_probe_get_values),
1790           (gst_1394_property_probe_interface_init),
1791           (gst_1394_type_add_property_probe_interface):
1792         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1793         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1794           (gst_dv1394src_init), (gst_dv1394src_dispose),
1795           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1796           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1797           (gst_dv1394src_update_device_name):
1798         * ext/raw1394/gstdv1394src.h:
1799           Implement GstPropertyProbe interface and add "device-name" property,
1800           so applications can use this to probe for available devices in the
1801           same way they can already with v4lsrc and v4l2src (however horrible
1802           this property probe interface may be). Fixes #358841.
1803
1804 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1805
1806         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1807
1808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1809           (gst_rtspsrc_parse_range):
1810           Don't leak event, don't leak range (fixes #496752).
1811
1812 2007-11-14  Michael Smith <msmith@fluendo.com>
1813
1814         Patch by: Arek Korbik <arkadini@gmail.com>
1815
1816         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1817           Detect RGBA/BGRA correctly on little endian systems.
1818
1819 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1820
1821         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1822           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1823           corresponding ioctl() call fails even though the driver claims to
1824           support this format, just fall back to the pre-2.6.19 kernel
1825           routine that creates caps with suitable height and width ranges
1826           (see #448278).
1827
1828 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1829
1830         Patch by: Mark Nauwelaerts <manauw skynet be>
1831
1832         * gst/matroska/matroska-demux.c:
1833           (gst_matroska_demux_push_dvd_clut_change_event),
1834           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1835           (gst_matroska_demux_subtitle_caps):
1836         * gst/matroska/matroska-ids.h:
1837           Extract palette data for dvd subpicture streams and send it
1838           downstream as custom gstreamer dvd event (fixes #453417).
1839
1840 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1841
1842         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1843           Implement minimal parsing of the passed pango font description
1844           string, so passing a font size works the same as with the
1845           pango textoverlay plugin; fixes #455086.
1846           (Maybe we could just use pangocairo here at some point).
1847
1848 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1849
1850         * gst/avi/gstavidemux.c:
1851         * gst/wavparse/gstwavparse.c:
1852           Return the result in _activate_pull(). Don't ref element there.
1853
1854 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1855
1856         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1857         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1858         (gst_wavparse_srcpad_event):
1859           Ref the element when we should, but not when we its not needed. Reflow
1860           the event_handling to not leak the event.       
1861
1862 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1863
1864         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1865         (qtdemux_parse_samples):
1866         Properly free QTDemuxSamples array.
1867         Protect table write with a sensible check, some files apparently DO contain
1868         stts values starting with 0 :(
1869
1870 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1871
1872         * gst/avi/gstavidemux.c:
1873         * gst/qtdemux/qtdemux.c:
1874           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1875           previous commit messed up.
1876
1877 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * gst/avi/gstavidemux.c:
1880         * gst/qtdemux/qtdemux.c:
1881           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1882           element when we should, but not when we its not needed.
1883
1884 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1885
1886         * gst/wavparse/gstwavparse.c:
1887           Return FALSE if we can't handle a query instead of changing the
1888           format. Ignore fact when dealing with mpeg audio.
1889
1890 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1893
1894         * configure.ac:
1895         * gst/udp/gstdynudpsink.c:
1896         * gst/udp/gstdynudpsink.h:
1897         * gst/udp/gstmultiudpsink.c:
1898         * gst/udp/gstmultiudpsink.h:
1899         * gst/udp/gstudpsink.c:
1900         * gst/udp/gstudpsink.h:
1901           Fix includes for MSVC and GLib-2.14.0 (#492388).
1902
1903         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1904           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1905
1906 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1907
1908         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1909         (gst_mulawdec_chain):
1910         * gst/law/mulaw-decode.h:
1911         Calculate outgoing buffer duration if incoming buffer didn't have a
1912         valid duration.
1913
1914 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1915
1916         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1917         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1918         Smarter combine_flow code that also deals with downstream elements
1919         returning UNEXPECTED when they receive data out of the segment
1920         boundaries. Fixes #491305.
1921
1922 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * sys/v4l2/v4l2src_calls.c:
1925           Fix 'unused variable' compiler warning when compiling against
1926           older kernel headers.
1927
1928 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1929
1930         * ext/taglib/gstid3v2mux.cc (add_funcs):
1931           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1932
1933 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1934
1935         * tests/check/pipelines/simple-launch-lines.c:
1936            Improve the tests a little more.
1937
1938 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1939
1940         patch by: Yun Zheng Hu
1941
1942         * sys/osxaudio/gstosxaudiosrc.c:
1943         Use default input device instead of default output device and
1944         only memcpy actual available bytes.
1945
1946 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1947
1948         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1949           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1950           early. It is temporary until we find something better.
1951
1952 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1953
1954         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1955
1956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1957         Fix race when pausing a RTSP stream in interleaved.
1958         Fixes #475784.
1959
1960 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1961
1962         Patch by: Peter Kjellerstedt <pkj at axis com>
1963
1964         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1965         Use correct unref function for buffers. #488844.
1966
1967 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1968
1969         * gst/avi/gstavimux.c:
1970         * tests/check/elements/avimux.c:
1971           Add some debug and sync tests with the fix.     
1972
1973 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1974
1975         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1976
1977         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1978         When the socket is used by the app for other purposes, don't generate an
1979         error if there is activaty on the socket that is not data related.
1980         Fixes #487488.
1981
1982 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1983
1984         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1985         (gst_v4l2src_grab_frame):
1986         Add some more debug info. Generate an error when we run out of buffers
1987         for some reason. See #480557.
1988
1989 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1990
1991         Patch by: Anders Skargren <anders dot skargren at axis dot com>
1992
1993         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
1994         Set marker bit correctly.
1995
1996 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
1997
1998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1999         Use allowed name for the GstStructure.
2000
2001 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2002
2003         * ext/gconf/gstswitchsink.c:
2004         * gst/autodetect/gstautoaudiosink.c:
2005           Use new gst_bus_pop_filtered().
2006
2007 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2008
2009         * sys/v4l2/gstv4l2src.c:
2010         * sys/v4l2/v4l2src_calls.c:
2011           When probing the formats and sizes a camera supports, make
2012           sure the best ones (highest resolution, prefered format)
2013           end up at the beginning of the probed caps and the less
2014           desirable ones at the end.  This is important because the
2015           order within the caps matters for things like fixation and
2016           negotiation, ie. what format is chosen in the end.
2017           With recent kernels, the current probing code will end up
2018           querying the supported sizes from lowest resolution to
2019           highest resolution, adding them to the probed caps in that
2020           order, resulting to v4l2src fixating to the lowest possible
2021           resolution if downstream does not express a size preference.
2022           Also make up a somewhat random ranking of prefered output
2023           formats for the same reason. Fixes #485828.
2024         
2025 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2026
2027         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2028
2029         * gst/id3demux/id3v2frames.c:
2030           Extract license/copyright URIs from ID3v2 WCOP frames
2031           (Fixes #447000).
2032
2033         * tests/check/elements/id3demux.c:
2034         * tests/files/Makefile.am:
2035         * tests/files/id3-447000-wcop.tag:
2036           Add simple unit test.
2037
2038 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2039
2040         * ext/taglib/gstid3v2mux.cc:
2041           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2042           Prerequisite for #447000.
2043
2044 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2045
2046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2047         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2048         a GstClockTime.
2049
2050 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2051
2052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2053         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2054         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2055         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2056         (gst_rtspsrc_change_state):
2057         More seeking fixes, mostly passing around the new playback segment in
2058         order to configure it properly.
2059         Also reset base_time of udp sources when setting them back to PLAYING as
2060         a temporary hack until core supports seek in live sources properly.
2061
2062 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2063
2064         * gst/rtp/gstrtpmp4adepay.c:
2065         Fix caps as to not confuse autopluggers.
2066
2067 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * gst/id3demux/gstid3demux.c:
2070         * gst/id3demux/gstid3demux.h:
2071         * gst/id3demux/id3tags.c:
2072         * gst/id3demux/id3tags.h:
2073         * gst/id3demux/id3v2frames.c:
2074           Port ID3 tag demuxer over to the new GstTagDemux in -base
2075           (now would be a good time to test re-importing your music
2076           collection).
2077
2078 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2079
2080         * gst/apetag/Makefile.am:
2081         * gst/apetag/gstapedemux.c:
2082         * gst/apetag/gstapedemux.h:
2083         * gst/apetag/gsttagdemux.c:
2084         * gst/apetag/gsttagdemux.h:
2085           Port APE tag demuxer over to the new GstTagDemux in -base.
2086
2087 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2088
2089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2090         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2091         (gst_rtspsrc_handle_internal_src_query),
2092         (gst_rtspsrc_handle_src_query), (new_session_pad),
2093         (gst_rtspsrc_stream_configure_tcp),
2094         (gst_rtspsrc_stream_configure_transport),
2095         (gst_rtspsrc_loop_send_cmd):
2096         Improve flushing behaviour.
2097         Set state of the udp sources to PAUSE/PLAYING correctly.
2098         Handle events and queries for UDP and TCP transport now.
2099
2100 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2101
2102         * gst/rtp/gstrtpgsmdepay.c:
2103         * gst/rtp/gstrtpgsmpay.c:
2104           Add log category.
2105
2106 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2107
2108         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2109
2110         * tests/check/Makefile.am:
2111         * tests/check/pipelines/simple-launch-lines.c:
2112           Add unit tests for payloaders/depayloaders.
2113
2114 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2115
2116         * gst/avi/gstavimux.c:
2117         * gst/avi/gstavimux.h:
2118           Also save codec data for audio streams. Fixes #482495.
2119
2120 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2121
2122         * gst/avi/gstavimux.c:
2123           Fix "Index entry has invalid stream nr 1".
2124           Add support for muxing aac - work in progress (see #482495).
2125
2126 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2127
2128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2129         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2130         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2131         * gst/rtsp/gstrtspsrc.h:
2132         Parse bandwidth modifiers, they are not yet configured in the session
2133         manager because we don't have an API for that yet.
2134
2135 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2136
2137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2138         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2139         Use shiny new function in -base to get the default clock-rate.
2140         Update some docs.
2141
2142 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2143
2144         * win32/MANIFEST:
2145         Add files to win32 manifest.
2146         * win32/vs6/libgstaudiofx.dsp:
2147         * win32/vs6/libgstqtdemux.dsp:
2148         * win32/vs6/libgstrtp.dsp:
2149         * win32/vs6/libgstrtsp.dsp:
2150         Update project files.
2151
2152 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2153
2154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2155         (gst_rtspsrc_play):
2156         * gst/rtsp/gstrtspsrc.h:
2157         In TCP mode, only timestamp the first buffer. TCP is not real time and
2158         it does not make sense to try to skew compensate, also some servers send
2159         the first batch of data in a burst.
2160
2161 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2162
2163         * gst/matroska/matroska-demux.c:
2164           Fix setting the discont flag on the first buffer
2165           pushed downstream for formats with private codec
2166           data that needs to be deserialised into buffers
2167           (such as vorbis and FLAC when in a matroska container).
2168
2169 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2170
2171         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2172
2173         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2174         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2175         (gst_rtp_mp4v_pay_handle_buffer):
2176         * gst/rtp/gstrtpmp4vpay.h:
2177         Free the config string. Fixes #480707.
2178         Clean up the timestamp code a little.
2179
2180 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2181
2182         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2183         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2184         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2185         * gst/rtsp/gstrtspsrc.h:
2186         Set timestamps on RTP buffers in interleaved mode.
2187         Mark first buffers with a DISCONT.
2188         Remove flush hack now that sync for live sources has been figured out.
2189
2190 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2191
2192         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2193         Update documentation.
2194
2195 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2196
2197         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2198         (gst_rtp_xqt_depay_change_state):
2199         * gst/qtdemux/gstrtpxqtdepay.h:
2200         Fail if we don't know the quicktime format.
2201
2202 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2203
2204         * ext/flac/gstflacenc.c:
2205         * ext/flac/gstflacenc.h:
2206           Save the flow return from the last gst_pad_push() and
2207           make sure we pass the right flow return value upstream
2208           in the case of failure; minor clean-ups.
2209
2210 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2211
2212         * ext/taglib/gstapev2mux.cc:
2213         * ext/taglib/gstid3v2mux.cc:
2214         * gst/apetag/gstapedemux.c:
2215           Add support for the new GST_TAG_COMPOSER (#459809).
2216
2217 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2218
2219         * gst/law/alaw-decode.c:
2220         * gst/law/alaw-decode.h:
2221         * gst/law/alaw-encode.c:
2222         * gst/law/alaw-encode.h:
2223         * gst/law/alaw.c:
2224         * gst/law/mulaw-conversion.h:
2225           Compulsive clean-ups: use boilerplate macros, add debug
2226           categories, fix up things to conform to symbol nomenklatura,
2227           etc.
2228
2229 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2230
2231         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2232
2233         * gst/law/alaw-decode.c:
2234         * gst/law/alaw-encode.c:
2235           Use static tables for A-Law decoding and encoding; this makes
2236           A-Law decoding and encoding less CPU-intensive, but increases
2237           the binary size a bit. Leaving old code around for now,
2238           selectable by a define in the code. Fixes #435435.
2239
2240 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2241
2242         * configure.ac:
2243         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2244         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2245         in configure.ac.
2246
2247 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2248
2249         Patch by: Jan Gerber <j at bootlab dot org>
2250
2251         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2252         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2253
2254 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2255
2256         * sys/oss/gstosshelper.c:
2257           Use GST_WARNING instead of a g_critical. This situation is not caused
2258           by the application.
2259
2260 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2261
2262         * po/LINGUAS:
2263         * po/nl.po:
2264           Updated translations.
2265
2266 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2267
2268         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2269
2270         * po/eu.po:
2271           Added Basque translation.
2272
2273 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2274
2275         translated by: Abel Cheung <abelcheung@gmail.com>
2276
2277         * po/zh_HK.po:
2278         * po/zh_TW.po:
2279           Added Chinese (traditional and Hong Kong) translation.
2280
2281 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2282
2283         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2284
2285         * po/pl.po:
2286           Added Polish translation.
2287
2288 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2289
2290         translated by: Ilkka Tuohela <hile@iki.fi>
2291
2292         * po/fi.po:
2293           Added Finnish translation.
2294
2295 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2296
2297         translated by: Jorge González González <aloriel@gmail.com>
2298
2299         * po/es.po:
2300           Added Spanish translation.
2301
2302 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2303
2304         translated by: Mogens Jaeger <mogens@jaeger.tf>
2305
2306         * po/da.po:
2307           Added Danish translation.
2308
2309 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2310
2311         translated by: Funda Wang <fundawang@linux.net.cn>
2312
2313         * po/zh_CN.po:
2314           Added Chinese (simplified) translation.
2315
2316 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2317
2318         translated by: Alexander Shopov <ash@contact.bg>
2319
2320         * po/bg.po:
2321           Added Bulgarian translation.
2322
2323 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2324
2325         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2326         Set outgoing packet duration because we can. Fixes #478244 some more.
2327
2328 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2329
2330         * ext/cairo/gsttextoverlay.c:
2331           Add info about static leak.
2332         
2333         * tests/check/Makefile.am:
2334         * tests/check/generic/states.c:
2335           Improved state change unit test.
2336
2337 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2338
2339         * docs/plugins/.cvsignore:
2340         * tests/check/.cvsignore:
2341           Ignore registries in any format.
2342
2343 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2344
2345         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2346         Removed some unused code.
2347
2348         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2349         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2350         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2351         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2352         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2353         (gst_rtp_theora_pay_flush_packet):
2354         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2355         Try to preserve the incomming buffer duration on the outgoing
2356         packets. Fixes #478244.
2357
2358 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2359
2360         * ext/taglib/gstapev2mux.cc:
2361         * ext/taglib/gstid3v2mux.cc:
2362           Work around compiler warnings with g++-4.2 when assigning a
2363           string constant to a gchar * (partially fixes #478092).
2364
2365 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2366
2367         * configure.ac:
2368           We require core CVS now for gst_base_src_set_do_timestamp().
2369
2370 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2371
2372         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2374         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2375         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2376         (gst_rtspsrc_handle_message):
2377         Fix compiler warnings shown with Forte.
2378
2379 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2380
2381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2382         (gst_rtspsrc_dup_printf):
2383         Give meaningfull error when all streams failed to configure for some
2384         reason.
2385
2386 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2387
2388         * gst/rtp/README:
2389         Update README with the design for synchronisation rules of RTP on
2390         sender and receiver.
2391
2392 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2393
2394         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2395         (gst_wavparse_chain):
2396         Don't push EOS from the chain function, the element
2397         driving the pipeline is responsible for this. The bug
2398         this was meant to fix seems to be queue not forwarding
2399         EOS in all cases (see #476514).
2400
2401 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2402
2403         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2404         (gst_level_transform_ip):
2405         * gst/level/gstlevel.h:
2406         Use basetransform segment so that it is correctly managed on flushes and
2407         start/stop.
2408         Report message timestamp as stream time, which is what an application
2409         can understand.
2410
2411 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2412
2413         * ext/taglib/gstapev2mux.cc:
2414         * ext/taglib/gstapev2mux.h:
2415         * ext/taglib/gsttaglibmux.c:
2416         * tests/check/elements/apev2mux.c:
2417         Update my mail address.
2418
2419 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2420
2421         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2422         (gst_wavparse_loop), (gst_wavparse_chain):
2423         Add EOS logic for the push-based mode too. Fixes #476514.
2424
2425 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2426
2427         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2428         * gst/law/alaw-encode.h:
2429         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2430         (gst_mulawenc_chain):
2431         * gst/law/mulaw-encode.h:
2432         Fix law encoder timestamps.
2433
2434 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2435
2436         * ext/gconf/gstgconfaudiosink.c:
2437           Fix warning when building without debug.
2438
2439         * sys/oss/gstossmixertrack.c:
2440           Use const like in alsamixertrack.c (fixes warnings).
2441
2442 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2443
2444         * sys/v4l2/v4l2src_calls.c:
2445         (gst_v4l2src_probe_caps_for_format_and_size):
2446         Fix framerate detection code some more.
2447         Handle the case where there is a weird step in the stepwise framerates.
2448         Don't overwrite the min interval with the framerate, use a temp variable
2449         instead.
2450         Use max in the Continuous framerate intervals instead of step, which is
2451         1 according to the docs. Fixes #475424.
2452
2453 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2454
2455         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2456         Make udpsrc timestamp outgoing buffers based on when they were received.
2457         Also make it output a segment in time.
2458
2459 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2460
2461         * gst/avi/gstavidemux.c:
2462           Plug a little leak. Little code cleanups.
2463
2464 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2465
2466         * configure.ac:
2467           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2468           flac versions, 's good for cross-compilation karma.
2469
2470 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2471
2472         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2473
2474         * gst/rtp/gstrtph263pay.c:
2475           Fix up header structure so that compilers don't add padding
2476           between the structure fields, since that would lead to us
2477           sending RTP packets with broken headers (as is currently the
2478           case when compiling with MSVC). Also see similar fixes in
2479           libgstrtp in gst-plugins-base. (#474616; #471194)
2480
2481 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2482
2483         * sys/v4l2/v4l2src_calls.c:
2484         (gst_v4l2src_probe_caps_for_format_and_size):
2485         Don't overwrite our GValue with 0 but instead use the previously
2486         computed value. Fixes #471823 some more.
2487
2488 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2489
2490         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2491           No tabs in this file please, or gtk-doc will end up documenting
2492           rather absurd class hierarchies.
2493
2494 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2495
2496         * ext/gconf/gstswitchsink.c:
2497           If the new kid element fails to change state for some reason
2498           (e.g. esdsink not being able to connect to the sound server),
2499           forward the error message it posted on the bus instead of just
2500           posting a generic 'Internal state change error: please file a
2501           bug' error message. Fixes #471364.
2502
2503 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2504
2505         * gst/qtdemux/Makefile.am:
2506         * gst/qtdemux/qtdemux.c:
2507           Don't assume tags are encoded as UTF-8 (#473670).
2508
2509 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2510
2511         * sys/v4l2/gstv4l2src.c:
2512         * sys/v4l2/gstv4l2src.h:
2513         * sys/v4l2/v4l2src_calls.c:
2514           Implement LATENCY queries in the crudest way possible so I don't
2515           have to use sync=false any longer when testing with videosinks.
2516
2517 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2518
2519         * configure.ac:
2520           Fix build.
2521
2522 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2523
2524         * sys/v4l2/v4l2src_calls.c:
2525         (gst_v4l2src_probe_caps_for_format_and_size):
2526         Add some more debugging in the framerate function.
2527         Iterate stepwise framerate up to and _including_ the max and if nothing
2528         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2529         don't end up with an empty list. Fixes #471823
2530
2531 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2532
2533         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2534         (gst_multiudpsink_set_clients_string),
2535         (gst_multiudpsink_get_clients_string),
2536         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2537         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2538         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2539         (gst_multiudpsink_clear):
2540         Add property do configure destination address/port pairs
2541         API:GstMultiUDPSink::clients
2542
2543 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2544
2545         * tests/examples/Makefile.am:
2546         * tests/examples/rtp/Makefile.am:
2547         * tests/examples/rtp/client-H263p-AMR.sh:
2548         * tests/examples/rtp/client-H263p-PCMA.sdp:
2549         * tests/examples/rtp/client-H263p-PCMA.sh:
2550         * tests/examples/rtp/client-H264-PCMA.sdp:
2551         * tests/examples/rtp/client-H264-PCMA.sh:
2552         * tests/examples/rtp/client-PCMA.sh:
2553         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2554         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2555         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2556         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2557         Added some RTP example scripts for sending and receiving RTP streams.
2558
2559 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2560
2561         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2562         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2563         Restructure the setcaps function so that we can also compute the
2564         expected GStreamer output size of the video frames.
2565         Set frame_byte_size correctly so that read-based devices have a chance
2566         of working correctly.
2567         When grabbing a frame, discard frames that are not of the expected size.
2568         Some cameras don't output the right framesize for the first buffer.
2569         Try only a couple of times to get a valid frame, else error out.
2570
2571         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2572         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2573         Add some more debug info when scanning the device.
2574
2575         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2576         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2577         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2578         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2579         Add some more debug info when dequeing a frame.
2580
2581 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2582
2583         * gst/wavparse/gstwavparse.c:
2584           More code cleanups. Add some more comment and improve debugs logs.
2585
2586 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2587
2588         * gst/wavparse/gstwavparse.c:
2589         * gst/wavparse/gstwavparse.h:
2590           Implement seek-query. Refactor duration calculations. Appropriate use
2591           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2592           out of loops.
2593
2594 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2595
2596         * gst/avi/gstavidemux.c:
2597           Implement seek-query.
2598
2599 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2600
2601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2602         (gst_rtspsrc_dup_printf):
2603         Use new basesink async property to make sparse RTCP packet not wait for
2604         preroll.
2605
2606 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2607
2608         * gst/audiofx/Makefile.am:
2609         Dist the right file.
2610
2611 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2612
2613         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2614         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2615         Make sure we generate and parse floating point values in the POSIX
2616         locale instead of the current locale. 
2617
2618 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2619
2620         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2621         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2622         (gst_rtspsrc_play):
2623         * gst/rtsp/gstrtspsrc.h:
2624         Fix method detection again.
2625         Keep track of when we must send a Range header.
2626         Use segment values for Range, Speed and Scale headers.
2627         Parse Speed and Scale headers to update the segment values.
2628
2629 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2630
2631         patch by: Mark Nauwelaerts <manauw@skynet.be>
2632
2633         * sys/v4l2/v4l2src_calls.c:
2634           Handle optional v4l2 ioctls gracefully.
2635
2636 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2637
2638         * gst/rtp/Makefile.am:
2639         * gst/rtp/gstrtp.c: (plugin_init):
2640         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2641         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2642         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2643         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2644         (gst_rtp_h263_depay_get_property),
2645         (gst_rtp_h263_depay_change_state),
2646         (gst_rtp_h263_depay_plugin_init):
2647         * gst/rtp/gstrtph263depay.h:
2648         Added an H263 depayloader. Fixes #369392.
2649
2650         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2651         (gst_rtp_h263p_depay_process):
2652         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2653         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2654         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2655         payloads.
2656         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2657
2658 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2659
2660         * gst/audiofx/audiochebyshevfreqband.c:
2661         * gst/audiofx/audiochebyshevfreqlimit.c:
2662         Add small comparision with the windowed sinc filters in the docs.
2663
2664 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2665
2666         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2667         (audiochebyshevfreqband_suite):
2668         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2669         (audiochebyshevfreqlimit_suite):
2670         Also test 32 bit float mode and the type 2 variants of the filters.
2671
2672 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2673
2674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2675         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2676         (gst_rtspsrc_loop):
2677         Refactor the udp and interleaved loop function a bit.
2678
2679 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2680
2681         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2682         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2683         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2684         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2685         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2686         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2687         * gst/rtsp/gstrtspsrc.h:
2688         Protect connection activity with a new lock, avoids deadlocks when going
2689         to PAUSED. Fixes #455808.
2690
2691 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2692
2693         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2694         Fix debug statement.
2695
2696 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2697
2698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2699         Fix stray %u in debug line as spotted by Saur on IRC.
2700
2701 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2702
2703         * gst/audiofx/audiochebyshevfreqband.c:
2704         (gst_audio_chebyshev_freq_band_class_init):
2705         * gst/audiofx/audiochebyshevfreqlimit.c:
2706         (gst_audio_chebyshev_freq_limit_class_init):
2707         Use generator macros for the process functions for the different
2708         sample types, add lower upper boundaries for the GObject properties
2709         so automatically generated UIs can use sliders and add a note about
2710         the number of poles as a too high number of poles combined with
2711         very low or very high frequencies will produce only noise.
2712         * docs/plugins/gst-plugins-good-plugins.args:
2713         Regenerated for the property changes.
2714
2715 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2716
2717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2718         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2719         (gst_rtspsrc_stream_configure_udp_sink),
2720         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2721         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2722         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2723         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2724         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2725         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2726         * gst/rtsp/gstrtspsrc.h:
2727         Improve timeout handling.
2728         Use the same socket for sending and receiving RTCP packets so that some
2729         servers can track clients better.
2730         Improve connection closed handling. Try to reconnect.
2731         Don't overwrite our content base with NULL.
2732         Improve debugging.
2733         Improve range parsing and handling.
2734         Remove flushing hack now that core does the right thing.
2735
2736 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2737
2738         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2739         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2740         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2741         (gst_multiudpsink_close), (gst_multiudpsink_add):
2742         * gst/udp/gstmultiudpsink.h:
2743         Add support for getting and setting the socket to use.
2744
2745         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2746         (gst_udpsrc_create), (gst_udpsrc_get_property):
2747         Add support for getting the currently used socket.
2748
2749 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2750
2751         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2752
2753         * gst/audiofx/Makefile.am:
2754         * gst/audiofx/audiochebyshevfreqband.c:
2755         (gst_audio_chebyshev_freq_band_mode_get_type),
2756         (gst_audio_chebyshev_freq_band_base_init),
2757         (gst_audio_chebyshev_freq_band_dispose),
2758         (gst_audio_chebyshev_freq_band_class_init),
2759         (gst_audio_chebyshev_freq_band_init),
2760         (generate_biquad_coefficients), (calculate_gain),
2761         (generate_coefficients),
2762         (gst_audio_chebyshev_freq_band_set_property),
2763         (gst_audio_chebyshev_freq_band_get_property),
2764         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2765         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2766         (gst_audio_chebyshev_freq_band_start):
2767         * gst/audiofx/audiochebyshevfreqband.h:
2768         * gst/audiofx/audiochebyshevfreqlimit.c:
2769         (gst_audio_chebyshev_freq_limit_mode_get_type),
2770         (gst_audio_chebyshev_freq_limit_base_init),
2771         (gst_audio_chebyshev_freq_limit_dispose),
2772         (gst_audio_chebyshev_freq_limit_class_init),
2773         (gst_audio_chebyshev_freq_limit_init),
2774         (generate_biquad_coefficients), (calculate_gain),
2775         (generate_coefficients),
2776         (gst_audio_chebyshev_freq_limit_set_property),
2777         (gst_audio_chebyshev_freq_limit_get_property),
2778         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2779         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2780         (gst_audio_chebyshev_freq_limit_start):
2781         * gst/audiofx/audiochebyshevfreqlimit.h:
2782         * gst/audiofx/audiofx.c: (plugin_init):
2783         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2784         Fixes #464800.
2785
2786         * tests/check/Makefile.am:
2787         * tests/check/elements/.cvsignore:
2788         * tests/check/elements/audiochebyshevfreqband.c:
2789         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2790         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2791         * tests/check/elements/audiochebyshevfreqlimit.c:
2792         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2793         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2794         Add unit tests for the chebyshev filters.
2795
2796         * docs/plugins/Makefile.am:
2797         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2798         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2799         * docs/plugins/gst-plugins-good-plugins.args:
2800         * docs/plugins/inspect/plugin-1394.xml:
2801         * docs/plugins/inspect/plugin-audiofx.xml:
2802         * docs/plugins/inspect/plugin-dv.xml:
2803         * docs/plugins/inspect/plugin-flac.xml:
2804         * docs/plugins/inspect/plugin-jpeg.xml:
2805         * docs/plugins/inspect/plugin-png.xml:
2806         * docs/plugins/inspect/plugin-rtp.xml:
2807         * docs/plugins/inspect/plugin-shout2send.xml:
2808         * docs/plugins/inspect/plugin-wavpack.xml:
2809         And add docs for the chebyshev filters. While doing
2810         that also run make update in docs/plugins.
2811
2812 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2813
2814         * ext/annodex/gstcmmltag.c:
2815         * gst/rtp/gstrtpvorbispay.c:
2816           Make ro memory to share.
2817
2818 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2819
2820         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2821         Improve UDP performance by avoiding a select() when we have data
2822         available immediatly.
2823
2824 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2825
2826         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2827         (gst_rtp_dec_class_init):
2828         * gst/rtsp/gstrtpdec.h:
2829         Add (dummy) SSRC management signals.
2830
2831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2832         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2833         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2834         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2835         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2836         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2837         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2838         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2839         * gst/rtsp/gstrtspsrc.h:
2840         Add connection-speed property.
2841         Add find_stream helper functions.
2842         Handle stream EOS based on BYE messages or SSRC timeout.
2843         Returns SUCCESS from the state change function as we hide our async
2844         elements from the parent.
2845
2846 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2847
2848         * gst/debug/rndbuffersize.c:
2849           Fix da leak.
2850
2851 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2852
2853         * gst/debug/Makefile.am:
2854         * gst/debug/breakmydata.c:
2855         * gst/debug/gstdebug.c:
2856         * gst/debug/negotiation.c:
2857         * gst/debug/progressreport.c:
2858         * gst/debug/rndbuffersize.c:
2859         * gst/debug/testplugin.c:
2860           Add new test element and clean-up the others a little.
2861
2862 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2863
2864         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2865         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2866
2867 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2868
2869         * gst/rtp/gstrtpilbcdepay.c:
2870           Include stdlib.
2871
2872 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2873
2874         * gst/rtp/gstrtpmpvdepay.c:
2875         Set the mpegversion in the caps so that autoplugging does not get
2876         confused.
2877
2878 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2879
2880         * po/hu.po:
2881         * po/uk.po:
2882         * po/vi.po:
2883           Updated translations.
2884
2885 2007-08-08  Michael Smith <msmith@fluendo.com>
2886
2887         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2888           Render right border in the correct location.
2889
2890 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2891
2892         Patch by: Olivier Crete <tester at tester dot ca>
2893
2894         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2895         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2896         Make mode property a string. Fixes #464475.
2897
2898 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2899
2900         * ext/flac/gstflacenc.c:
2901           Widen caps to match decoder a bit and add more FIXMEs.
2902
2903 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2904
2905         patch by: Mark Nauwelaerts <manauw@skynet.be>
2906
2907         * gst/avi/gstavimux.c:
2908           Fix ODML index tag numbering. Fixes #463624.
2909
2910 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2911
2912         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2913         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2914         (gst_rtspsrc_stream_configure_tcp),
2915         (gst_rtspsrc_stream_configure_udp_sink):
2916         Fix default clock-rate for realmedia.
2917         Fix parsing of transport.
2918         Don't try to link NULL pads.
2919
2920 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2921
2922         * po/POTFILES.skip:
2923           Add POTFILES.skip with list of source files that aren't disted at the
2924           moment but contain translatable strings. Should hopefully pacify
2925           broken tools and make it clearer that these files are left out
2926           intentionally (#461600).
2927
2928 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2929
2930         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2931         If the buffer was entirely clipped ... don't try sending it :)
2932
2933 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2934
2935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2936         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2937         (gst_rtspsrc_create_transports_string),
2938         (gst_rtspsrc_prepare_transports):
2939         If we don't hav a session manager, set the caps on outgoing buffers
2940         ourselves.
2941         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2942         Append final bit of the transport string even when it does not contain a
2943         placeholder.
2944
2945 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2946
2947         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2948         (gst_rtsp_ext_list_connect):
2949         * gst/rtsp/gstrtspext.h:
2950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2951         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2952         Clean up the interface list.
2953         Allow connecting to interface signals for the extensions.
2954         Remove old extension code.
2955         Free list on cleanup.
2956         Allow extensions to send additional RTSP messages.
2957
2958 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2959
2960         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2961         Handle a NULL gconf key gracefully by rendering the default element.
2962
2963 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2964
2965         * gst/rtsp/gstrtspext.h:
2966         Fix include path for extension interface.
2967
2968 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2969
2970         * gst/audiofx/audioamplify.h:
2971         Also remove a now unecessary variable here.
2972
2973 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2974
2975         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2976         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
2977         * gst/audiofx/audiodynamic.c:
2978         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
2979         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
2980         * gst/audiofx/audiodynamic.h:
2981         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
2982         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
2983         * gst/audiofx/audioinvert.h:
2984         Don't save format information ourselves, this is already saved in
2985         GstAudioFilter.
2986
2987 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
2988
2989         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
2990         (gst_rtsp_ext_list_stream_select):
2991         * gst/rtsp/gstrtspext.h:
2992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
2993         Use rank to filter out extensions.
2994         Add url to stream_select interface call.
2995
2996 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
2997
2998         * gst/rtsp/Makefile.am:
2999         * gst/rtsp/base64.c:
3000         * gst/rtsp/base64.h:
3001         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3002         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3003         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3004         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3005         (gst_rtsp_ext_list_setup_media),
3006         (gst_rtsp_ext_list_configure_stream),
3007         (gst_rtsp_ext_list_get_transports),
3008         (gst_rtsp_ext_list_stream_select):
3009         * gst/rtsp/gstrtspext.h:
3010         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3011         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3012         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3013         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3014         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3015         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3016         (gst_rtspsrc_stream_configure_tcp),
3017         (gst_rtspsrc_stream_configure_mcast),
3018         (gst_rtspsrc_stream_configure_udp),
3019         (gst_rtspsrc_stream_configure_udp_sink),
3020         (gst_rtspsrc_stream_configure_transport),
3021         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3022         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3023         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3024         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3025         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3026         (gst_rtspsrc_parse_methods),
3027         (gst_rtspsrc_create_transports_string),
3028         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3029         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3030         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3031         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3032         * gst/rtsp/gstrtspsrc.h:
3033         * gst/rtsp/rtsp.h:
3034         * gst/rtsp/rtspconnection.c:
3035         * gst/rtsp/rtspconnection.h:
3036         * gst/rtsp/rtspdefs.c:
3037         * gst/rtsp/rtspdefs.h:
3038         * gst/rtsp/rtspext.h:
3039         * gst/rtsp/rtspextwms.c:
3040         * gst/rtsp/rtspextwms.h:
3041         * gst/rtsp/rtspmessage.c:
3042         * gst/rtsp/rtspmessage.h:
3043         * gst/rtsp/rtsprange.c:
3044         * gst/rtsp/rtsprange.h:
3045         * gst/rtsp/rtsptransport.c:
3046         * gst/rtsp/rtsptransport.h:
3047         * gst/rtsp/rtspurl.c:
3048         * gst/rtsp/rtspurl.h:
3049         * gst/rtsp/sdp.h:
3050         * gst/rtsp/sdpmessage.c:
3051         * gst/rtsp/sdpmessage.h:
3052         * gst/rtsp/test.c:
3053         Use shiny new RTSP and SDP library.
3054         Implement RTSP extensions using the new interface.
3055         Remove a lot of old code.
3056
3057 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3058
3059         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3060         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3061
3062 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3063
3064         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3065         Don't unref the outgoing buffer twice when dropping it because it's
3066         outside of the segment.
3067
3068 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3069
3070         * configure.ac:
3071         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3072         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3073         Use the new buffer clipping function from gstaudio here and
3074         require gst-plugins-base CVS.
3075         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3076         For framed Wavpack buffers we require a valid timestamp.
3077
3078 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3079
3080         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3081         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3082         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3083         Clip raw audio and video when we can, keep track of current output
3084         segment.
3085         Don't leak buffers and events when there is no output pad.
3086         Improve debugging here and there.
3087
3088 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3089
3090         * configure.ac:
3091           Sync liboil check with plugins-base.
3092
3093 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3094
3095         * ext/annodex/Makefile.am:
3096           Fix CFLAGS/LIBS.
3097
3098         * ext/cdio/gstcdiocddasrc.c:
3099         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3100           Include stdlib
3101
3102         * ext/cairo/Makefile.am:
3103         * gst/videofilter/Makefile.am:
3104         * tests/examples/level/Makefile.am:
3105           Use $(LIBM) instead of -lm
3106
3107 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3108
3109         * sys/v4l2/gstv4l2src.c:
3110           Add another example pipeline.
3111
3112 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3113
3114         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3115
3116         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3117           Use define here.
3118
3119         * sys/v4l2/gstv4l2tuner.c:
3120         (gst_v4l2_tuner_set_frequency_and_notify):
3121           Don't touch the property - its still disabled.
3122
3123         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3124         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3125         * sys/v4l2/v4l2src_calls.h:
3126           Improve fallback format negotionation. Fixes #451388
3127
3128 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3129
3130         * tests/check/elements/videocrop.c: (GST_START_TEST):
3131           Fix the test.
3132
3133 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3134
3135         * docs/plugins/Makefile.am:
3136         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3137         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3138         * docs/plugins/inspect/plugin-jpeg.xml:
3139         * docs/plugins/inspect/plugin-png.xml:
3140         * ext/jpeg/gstjpegdec.c:
3141         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3142         (gst_pngdec_sink_setcaps):
3143           More docs. More logs in pngdec.
3144
3145 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3146
3147         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3148           Initialize num_buffers with minimum value.
3149
3150         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3151         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3152           Handle frame-size query failure gracefully.
3153
3154 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3155
3156         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3157         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3158         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3159         of qt/aac files.
3160
3161 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3162
3163         * ext/wavpack/gstwavpackdec.c:
3164         (gst_wavpack_dec_clip_outgoing_buffer):
3165         Fix buffer clipping to correctly clip to the segment stop.
3166
3167 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3168
3169         * configure.ac:
3170         * tests/Makefile.am:
3171         Remove bogus check for libcheck, since we check for
3172         gstreamer-check and it pulls in the required info from there,
3173         and we weren't actually _using_ the information for libcheck
3174         ourselves anyway.
3175
3176 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3177
3178         * configure.ac:
3179           Use pkg-config to locate check.
3180
3181 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3182
3183         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3184         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3185         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3186         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3187         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3188         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3189         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3190         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3191         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3192         * gst/effectv/gstrev.c: (gst_revtv_transform):
3193         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3194         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3195         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3196         * gst/matroska/matroska-demux.c:
3197         (gst_matroska_demux_add_wvpk_header),
3198         (gst_matroska_demux_check_subtitle_buffer),
3199         (gst_matroska_decode_buffer):
3200         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3201           Fix build against core CVS.
3202
3203 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3204
3205         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3206         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3207         don't have enough granularity to convert that boolean into a
3208         GstFlowReturn.
3209
3210 2007-07-06  Michael Smith <msmith@fluendo.com>
3211
3212         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3213         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3214         (gst_alawdec_change_state):
3215         * gst/law/alaw-decode.h:
3216         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3217         (gst_mulawdec_class_init), (gst_mulawdec_init),
3218         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3219         * gst/law/mulaw-decode.h:
3220           Fix capsnego bogosity in *law decoders. 
3221
3222 2007-07-06  Michael Smith <msmith@fluendo.com>
3223
3224         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3225         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3226         (gst_smokeenc_change_state):
3227         * ext/jpeg/gstsmokeenc.h:
3228           Remove stupidity in get/set caps functions.
3229           Fix some refcounting problems.
3230
3231 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3232
3233         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3234         Remove endianness-flipping hack that seems to have been required
3235         only because of a bug in ffmpegcolorspace.
3236         Partially Fixes: #451908
3237
3238 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3239
3240         * docs/plugins/Makefile.am:
3241           Simplify --extra-dir as gtkdoc scans recursively.
3242
3243 2007-07-03  Wim Taymans  <wim@fluendo.com>
3244
3245         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3246
3247         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3248         Set the encoding-name in the rtp caps to all uppercase, as required by
3249         the caps spec.
3250         Some small cleanups in the error paths. Fixes #453037.
3251
3252 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3253
3254         * ext/wavpack/gstwavpackparse.c:
3255         (gst_wavpack_parse_index_get_last_entry),
3256         (gst_wavpack_parse_index_get_entry_from_sample),
3257         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3258         (gst_wavpack_parse_scan_to_find_sample):
3259         * ext/wavpack/gstwavpackparse.h:
3260         Use a GSList for the GArray that is used like a list anyway.
3261
3262 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3263
3264         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3265         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3266         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3267           Add state change function where we set 0/1 as default framerate in
3268           case our setcaps function isn't called, like it might not in a
3269           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3270           gdkpixbufdec trying to create caps with a 0/0 framerate.
3271           Also post an error message on the bus if gst_pad_push() fails when
3272           called from our sink event handler (+1 for flow returns for event
3273           functions in 0.11) instead of failing silently.
3274
3275 2007-06-27  Wim Taymans  <wim@fluendo.com>
3276
3277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3278         Cast stack args to the proper types. Fixes #451249.
3279
3280 2007-06-27  Wim Taymans  <wim@fluendo.com>
3281
3282         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3283         (new_session_pad), (gst_rtspsrc_setup_streams):
3284         * gst/rtsp/gstrtspsrc.h:
3285         For container formats we only need to activate one of the streams so
3286         that we correctly signal no-more-pads. Fixes #451015.
3287
3288 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3289
3290         * docs/plugins/gst-plugins-good-plugins.args:
3291         * docs/plugins/inspect/plugin-aasink.xml:
3292         * docs/plugins/inspect/plugin-alaw.xml:
3293         * docs/plugins/inspect/plugin-alpha.xml:
3294         * docs/plugins/inspect/plugin-alphacolor.xml:
3295         * docs/plugins/inspect/plugin-annodex.xml:
3296         * docs/plugins/inspect/plugin-apetag.xml:
3297         * docs/plugins/inspect/plugin-audiofx.xml:
3298         * docs/plugins/inspect/plugin-auparse.xml:
3299         * docs/plugins/inspect/plugin-autodetect.xml:
3300         * docs/plugins/inspect/plugin-avi.xml:
3301         * docs/plugins/inspect/plugin-cacasink.xml:
3302         * docs/plugins/inspect/plugin-cairo.xml:
3303         * docs/plugins/inspect/plugin-cdio.xml:
3304         * docs/plugins/inspect/plugin-cutter.xml:
3305         * docs/plugins/inspect/plugin-debug.xml:
3306         * docs/plugins/inspect/plugin-efence.xml:
3307         * docs/plugins/inspect/plugin-effectv.xml:
3308         * docs/plugins/inspect/plugin-esdsink.xml:
3309         * docs/plugins/inspect/plugin-flac.xml:
3310         * docs/plugins/inspect/plugin-flxdec.xml:
3311         * docs/plugins/inspect/plugin-gconfelements.xml:
3312         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3313         * docs/plugins/inspect/plugin-goom.xml:
3314         * docs/plugins/inspect/plugin-halelements.xml:
3315         * docs/plugins/inspect/plugin-icydemux.xml:
3316         * docs/plugins/inspect/plugin-id3demux.xml:
3317         * docs/plugins/inspect/plugin-jpeg.xml:
3318         * docs/plugins/inspect/plugin-ladspa.xml:
3319         * docs/plugins/inspect/plugin-level.xml:
3320         * docs/plugins/inspect/plugin-matroska.xml:
3321         * docs/plugins/inspect/plugin-mulaw.xml:
3322         * docs/plugins/inspect/plugin-multipart.xml:
3323         * docs/plugins/inspect/plugin-navigationtest.xml:
3324         * docs/plugins/inspect/plugin-ossaudio.xml:
3325         * docs/plugins/inspect/plugin-png.xml:
3326         * docs/plugins/inspect/plugin-quicktime.xml:
3327         * docs/plugins/inspect/plugin-rtp.xml:
3328         * docs/plugins/inspect/plugin-rtsp.xml:
3329         * docs/plugins/inspect/plugin-smpte.xml:
3330         * docs/plugins/inspect/plugin-speex.xml:
3331         * docs/plugins/inspect/plugin-taglib.xml:
3332         * docs/plugins/inspect/plugin-udp.xml:
3333         * docs/plugins/inspect/plugin-videobalance.xml:
3334         * docs/plugins/inspect/plugin-videobox.xml:
3335         * docs/plugins/inspect/plugin-videocrop.xml:
3336         * docs/plugins/inspect/plugin-videoflip.xml:
3337         * docs/plugins/inspect/plugin-videomixer.xml:
3338         * docs/plugins/inspect/plugin-wavenc.xml:
3339         * docs/plugins/inspect/plugin-wavparse.xml:
3340         * docs/plugins/inspect/plugin-ximagesrc.xml:
3341           Update docs with caps info.
3342
3343 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3344
3345         * po/POTFILES.in:
3346           Add more files with translatable strings (#450878).
3347
3348 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3349
3350         * MAINTAINERS:
3351         Updating all the maintainers files
3352
3353 2007-06-22  Edward Hervey  <edward@fluendo.com>
3354
3355         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3356         * gst/interleave/deinterleave.c: (deinterleave_init),
3357         (deinterleave_sink_link):
3358         * gst/interleave/interleave.c: (interleave_init):
3359         * gst/median/gstmedian.c: (gst_median_init):
3360         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3361         Fix memory leaks.
3362         * tests/check/elements/id3demux.c: (pad_added_cb):
3363         Remove unused variable.
3364
3365 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3366
3367         * ext/gconf/gconf.h:
3368         Make the prototype of gst_gconf_get_key_for_sink_profile
3369         match the implementation.
3370         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3371         Fixes: #449747
3372
3373 2007-06-20  Michael Smith <msmith@fluendo.com>
3374
3375         * gst/rtp/gstrtpdepay.c:
3376           Fix description - rtpdepay is not a payloader.
3377
3378 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3379
3380         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3381         (qtdemux_video_caps):
3382         * gst/qtdemux/qtdemux_fourcc.h:
3383           Add MJPG to the variants of motion jpeg.
3384
3385 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3386
3387         * tests/check/Makefile.am:
3388         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3389         * tests/check/elements/videocrop.c: (GST_START_TEST):
3390         * tests/check/elements/videofilter.c:
3391         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3392         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3393           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3394           error flags are included and it errors out on compiler warnings
3395           for CVS builds; remove unused variables in various unit tests.
3396
3397 2007-06-19  Wim Taymans  <wim@fluendo.com>
3398
3399         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3400         (rtsp_connection_close), (rtsp_connection_free):
3401         Use threadsafe inet_ntop to convert an ip number to a string. 
3402         Fixes #447961.
3403         Don't leak fd (and ip) when freeing a connection without first closing
3404         it.
3405
3406 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3407
3408         * configure.ac:
3409         Back to CVS
3410
3411         * gst-plugins-good.doap:
3412         Add 0.10.6 to the doap file.
3413
3414 === release 0.10.6 ===
3415
3416 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3417
3418         * configure.ac:
3419           releasing 0.10.6, "Wobble Board"
3420
3421 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3422
3423         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3424         (rtsp_connection_free):
3425           Revert previous commit again, since we are frozen (sorry).
3426
3427 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3428
3429         Patch by: Peter Kjellerstedt <pkj at axis com>
3430
3431         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3432         (rtsp_connection_free):
3433           inet_ntoa() uses a static buffer internally, so we need to copy the
3434           returned string if we want to store it for later (#447961).
3435
3436 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3437
3438         * win32/vs6/autogen.dsp:
3439         * win32/vs6/gst_plugins_good.dsw:
3440         * win32/vs6/libgstalaw.dsp:
3441         * win32/vs6/libgstalpha.dsp:
3442         * win32/vs6/libgstalphacolor.dsp:
3443         * win32/vs6/libgstapetag.dsp:
3444         * win32/vs6/libgstaudiofx.dsp:
3445         * win32/vs6/libgstauparse.dsp:
3446         * win32/vs6/libgstautodetect.dsp:
3447         * win32/vs6/libgstavi.dsp:
3448         * win32/vs6/libgstcutter.dsp:
3449         * win32/vs6/libgstdirectdraw.dsp:
3450         * win32/vs6/libgstdirectsound.dsp:
3451         * win32/vs6/libgsteffectv.dsp:
3452         * win32/vs6/libgstflx.dsp:
3453         * win32/vs6/libgstgoom.dsp:
3454         * win32/vs6/libgsticydemux.dsp:
3455         * win32/vs6/libgstid3demux.dsp:
3456         * win32/vs6/libgstinterleave.dsp:
3457         * win32/vs6/libgstjpeg.dsp:
3458         * win32/vs6/libgstlevel.dsp:
3459         * win32/vs6/libgstmatroska.dsp:
3460         * win32/vs6/libgstmedian.dsp:
3461         * win32/vs6/libgstmonoscope.dsp:
3462         * win32/vs6/libgstmulaw.dsp:
3463         * win32/vs6/libgstmultipart.dsp:
3464         * win32/vs6/libgstqtdemux.dsp:
3465         * win32/vs6/libgstrtp.dsp:
3466         * win32/vs6/libgstrtsp.dsp:
3467         * win32/vs6/libgstsmpte.dsp:
3468         * win32/vs6/libgstspeex.dsp:
3469         * win32/vs6/libgstudp.dsp:
3470         * win32/vs6/libgstvideobalance.dsp:
3471         * win32/vs6/libgstvideobox.dsp:
3472         * win32/vs6/libgstvideocrop.dsp:
3473         * win32/vs6/libgstvideoflip.dsp:
3474         * win32/vs6/libgstvideomixer.dsp:
3475         * win32/vs6/libgstwaveform.dsp:
3476         * win32/vs6/libgstwavenc.dsp:
3477         * win32/vs6/libgstwavparse.dsp:
3478         Mark *.dsp & *.dsw as binary files and convert to DOS line
3479         endings, as they don't load into VS6 correctly otherwise.
3480
3481 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3482
3483         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3484         (rtsp_connection_connect):
3485         Fix the MingW build. 
3486         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3487         Fixes: #446981
3488
3489 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3490
3491         * tests/check/elements/.cvsignore:
3492         * tests/icles/.cvsignore:
3493         Hush the buildbots up
3494
3495 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3496
3497         * configure.ac:
3498         * sys/Makefile.am:
3499         * sys/directdraw/Makefile.am:
3500         * sys/directsound/Makefile.am:
3501         * sys/waveform/Makefile.am:
3502         Make sure to dist everything needed for win32 builds.
3503
3504 2007-06-14  Edward Hervey  <edward@fluendo.com>
3505
3506         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3507         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3508         caps.
3509         Fixes #447458
3510
3511 2007-06-13  Wim Taymans  <wim@fluendo.com>
3512
3513         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3514         Make sure we allocate enough memory for the codec_data.
3515         Fixes #447210.
3516
3517 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3518
3519         * win32/MANIFEST:
3520         Add videocrop project file to the win32 manifest.
3521         * win32/vs6/gst_plugins_good.dsw:
3522         Add qtdemux,videocrop and waveform projects to the workspace.
3523         * win32/vs6/libgstqtdemux.dsp:
3524         Add zlib to the link list of qtdemux.
3525         * win32/vs6/libgstvideocrop.dsp:
3526         Add a project file for videocrop.
3527
3528 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3529
3530         * po/POTFILES.in:
3531         Add qtdemux for translation
3532
3533 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3534
3535         * configure.ac:
3536         * docs/plugins/Makefile.am:
3537         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3539         * docs/plugins/inspect/plugin-videocrop.xml:
3540         * gst-plugins-good.spec.in:
3541         * sys/Makefile.am:
3542         * tests/check/Makefile.am:
3543         * tests/icles/Makefile.am:
3544         * tests/icles/videocrop-test.c:
3545         Move videocrop and osxvideo from -bad.
3546
3547 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3548
3549         * configure.ac:
3550         * docs/plugins/Makefile.am:
3551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3553         * docs/plugins/gst-plugins-good-plugins.args:
3554         * docs/plugins/inspect/plugin-qtdemux.xml:
3555         * docs/plugins/inspect/plugin-quicktime.xml:
3556         * win32/MANIFEST:
3557         Move qtdemux from -bad.
3558
3559         * gst-plugins-good.spec.in:
3560         Update spec file to reflect moving of qtdemux and wavpack
3561
3562 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3563         
3564         * win32/MANIFEST:
3565         * docs/plugins/Makefile.am:
3566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3568         * docs/plugins/inspect/plugin-directdraw.xml:
3569         * docs/plugins/inspect/plugin-directsound.xml:
3570         * docs/plugins/inspect/plugin-waveform.xml:
3571         Move the waveform plugin from -bad too. Update the inspect xml
3572         files to mention Plugins Good instead of Plugins Bad.
3573
3574 2007-06-12  Andy Wingo  <wingo@pobox.com>
3575
3576         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3577         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3578         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3579         finalization and resuscitation. No longer public.
3580         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3581         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3582         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3583         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3584         miniobject semantics, and be threadsafe.
3585         (gst_v4l2src_queue_frame): Remove this function, as we just call
3586         the ioctls directly in the two places where we queue buffers.
3587         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3588         directly.
3589         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3590         to allocate the pool, which also preallocates the GstBuffers.
3591         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3592         queueing the frames directly.
3593         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3594         mmap buffers have been dequeued.
3595
3596         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3597         real MiniObject instead of rolling our own refcounting and
3598         finalizing. Give it a lock.
3599         (struct _GstV4l2Buffer): Remove one intermediary object, having
3600         the buffers hold the struct v4l2_buffer directly.
3601
3602         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3603         capture_init so that it can set them on the buffers that it will
3604         create.
3605         (gst_v4l2src_get_read): For better or for worse, include the
3606         timestamping and offsetting code here; really we should be using
3607         bufferalloc though.
3608         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3609         preallocated, mmap'd buffers.
3610
3611 2007-06-11  Wim Taymans  <wim@fluendo.com>
3612
3613         Patch by: daniel fischer <dan at f3c dot com>
3614
3615         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3616         (gst_ximage_src_get_caps):
3617         Actually use the display_name property so that we can dump any
3618         available X display. Fixes #445905.
3619
3620 2007-06-11  Wim Taymans  <wim@fluendo.com>
3621
3622         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3623
3624         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3625         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3626         Add missing rate fields to caps. Fixes #441118.
3627
3628 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3629
3630         * win32/vs6/gst_plugins_good.dsw:
3631         * win32/vs8/gst-plugins-good.sln:
3632         Add DirectSound and DirectDraw sinks project files to
3633         workspace and solution files.
3634
3635 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3636
3637         Patch by: Josh Coalson <xflac at yahoo dot com>,
3638         updated by Alexis Ballier <aballier at gentoo dot org>:
3639
3640         * configure.ac:
3641         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3642         (gst_flac_dec_setup_seekable_decoder),
3643         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3644         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3645         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3646         * ext/flac/gstflacdec.h:
3647         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3648         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3649         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3650         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3651         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3652         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3653         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3654         * ext/flac/gstflacenc.h:
3655         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3656         
3657 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3658
3659         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3660         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3661         not necessary anymore as we need at least that core version. 
3662
3663 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3664
3665         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3666         (gst_wavpack_dec_chain):
3667         * ext/wavpack/gstwavpackdec.h:
3668         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3669         (gst_wavpack_parse_push_buffer):
3670         * ext/wavpack/gstwavpackparse.h:
3671         Improve discont handling by checking if the next Wavpack block has
3672         the expected, following block index.
3673
3674 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3675
3676         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3677           Fix element description.
3678
3679 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3680
3681         * configure.ac:
3682         * docs/plugins/Makefile.am:
3683         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3684         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3685         * docs/plugins/gst-plugins-good-plugins.args:
3686         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3687         * docs/plugins/gst-plugins-good-plugins.signals:
3688         * docs/plugins/inspect/plugin-autodetect.xml:
3689         * docs/plugins/inspect/plugin-gconfelements.xml:
3690         * docs/plugins/inspect/plugin-ladspa.xml:
3691         * docs/plugins/inspect/plugin-rtp.xml:
3692         * docs/plugins/inspect/plugin-wavpack.xml:
3693         * ext/Makefile.am:
3694         * tests/check/Makefile.am:
3695           move wavpack plugin.  See #352605.
3696
3697 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3698
3699         * configure.ac:
3700         * docs/plugins/Makefile.am:
3701         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3702         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3703         * docs/plugins/gst-plugins-good-plugins.args:
3704         * sys/Makefile.am:
3705         * win32/MANIFEST:
3706         Add DirectDraw & DirectSound plugins to the build and docs.
3707
3708 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3711         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3712           When operating in pull mode, error out correct on not-linked.
3713
3714 2007-06-06  Andy Wingo  <wingo@pobox.com>
3715
3716         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3717         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3718         format and size if the ioctls are defined; should fix compilation
3719         on Linux < 2.16.19.
3720
3721 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3722
3723         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3724           Printf fixes in debug statements; use LOG level for debug statements
3725           that are printed for each and every frame; convert c++ comments to
3726           C-style comments; not much point using g_try_malloc() if we then not
3727           even check the return value.
3728
3729 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3730
3731         * configure.ac:
3732           Bump requirements to released versions (core and base 0.10.13).
3733
3734         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3735           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3736           own implementation.
3737
3738 2007-06-05  Andy Wingo  <wingo@pobox.com>
3739
3740         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3741         some useless comments.
3742
3743         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3744         frames before calling STREAMON, that might leave them in a state
3745         where they can't be dequeued if we go back to NULL without calling
3746         STREAMON, according to the docs.
3747         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3748         before we call STREAMON.
3749         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3750         failures. (For me this code hung.) The pool refcounting is still
3751         crack; added a note to that effect.
3752
3753 2007-06-05  Wim Taymans  <wim@fluendo.com>
3754
3755         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3756         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3757         Add support for mapping gst structure names to the MIME type equivalent.
3758         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3759
3760 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3761
3762         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3763         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3764         (gst_wavenc_chain), (gst_wavenc_change_state):
3765         * gst/wavenc/gstwavenc.h:
3766         Properly write wav files with width!=depth by having the depth most
3767         significant bytes set and all others zero. Fixes #442535.
3768
3769 2007-06-01  Wim Taymans  <wim@fluendo.com>
3770
3771         * gst/rtsp/rtspconnection.c:
3772         Add include to make buildbot happy.
3773
3774 2007-06-01  Wim Taymans  <wim@fluendo.com>
3775
3776         Patch by: Peter Kjellerstedt  <pkj at axis com>
3777
3778         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3779         (rtsp_connection_connect), (add_date_header),
3780         (rtsp_connection_send), (parse_response_status),
3781         (parse_request_line), (parse_line), (rtsp_connection_receive):
3782         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3783         * gst/rtsp/rtspdefs.h:
3784         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3785         (rtsp_message_init_request), (rtsp_message_init_response),
3786         (rtsp_message_remove_header), (rtsp_message_append_headers),
3787         (rtsp_message_dump):
3788         * gst/rtsp/rtspmessage.h:
3789         Improves version checking, allowing an RTSP server to reply with "505
3790         RTSP Version not supported.
3791         Adds a Date header to all messages.
3792         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3793         want to be able to send a response even if something in the request was
3794         invalid. EINVAL is only used when passing wrong arguments to functions.
3795         Do not handle an invalid method in parse_request_line(). Defer this to
3796         the caller so it can respond with "405 Method Not Allowed".
3797         Improves parsing of the timeout parameter to the Session header,
3798         allowing whitespace after the semicolon. 
3799         Avoids a compiler warning due to variables shadowing a function argument.
3800
3801 2007-06-01  Wim Taymans  <wim@fluendo.com>
3802
3803         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3804
3805         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3806         (gst_rtp_amr_depay_process):
3807         * gst/rtp/gstrtpamrdepay.h:
3808         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3809         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3810         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3811         * gst/rtp/gstrtpamrpay.h:
3812         Add support for AMR-WB.
3813         Small cleanups such as using BOILERPLATE.
3814
3815 2007-05-31  Wim Taymans  <wim@fluendo.com>
3816
3817         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3818         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3819
3820 2007-05-30  Andy Wingo  <wingo@pobox.com>
3821
3822         * sys/v4l2/gstv4l2object.h: 
3823         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3824         unintended changes.
3825
3826         * sys/v4l2/v4l2src_calls.h: 
3827         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3828         the format list in the order that the driver gives it to us.
3829         (gst_v4l2src_probe_caps_for_format_and_size)
3830         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3831         based on the capabilities of the device.
3832         (gst_v4l2src_grab_frame): Update for object variable renaming.
3833         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3834         as in the set_caps below.
3835         (gst_v4l2src_capture_init): Update for object variable renaming,
3836         and reflow.
3837         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3838         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3839         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3840         (gst_v4l2src_get_fps): Remove; these functions don't have much
3841         meaning outside of an atomic set_caps method.
3842         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3843         known.
3844
3845         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3846         call to update_fps; not sure about this change.
3847         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3848         moment we don't have an update_fps_func.
3849
3850         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3851         structures in the object, just store what we need. Do store the
3852         probed caps of the device. Don't store the current frame rate.
3853
3854         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3855         update_fps_function, for now. Update for new object variable
3856         naming.
3857         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3858         new object variable naming.
3859         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3860         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3861         (gst_v4l2src_get_caps): Rework to probe the device for supported
3862         frame sizes and frame rates.
3863         (gst_v4l2src_set_caps): Rework to be strict in the given
3864         parameters: if someone asks us to have a certain size and rate,
3865         that is what we configure.
3866         (gst_v4l2src_get_read): Update for object variable naming. Don't
3867         leak buffers on short reads.
3868         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3869         comments.
3870         (gst_v4l2src_create): Update for object variable naming.
3871
3872 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3873
3874         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3875         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3876         * gst/avi/gstavidemux.h:
3877           Parse subtitle text streams instead of erroring out (#442034). Still
3878           needs a parser for the subtitles to actually show up.
3879
3880 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3883         (gst_avi_demux_loop):
3884           Make _push_event() return TRUE if the event could be pushed on at
3885           least one pad and not only if it could be pushed on all pads,
3886           otherwise we'll end up posting an error message on EOS if one or
3887           more source pads are not connected.
3888
3889 2007-05-28  Wim Taymans  <wim@fluendo.com>
3890
3891         * gst/rtsp/rtsptransport.c:
3892         Use renamed RTP bin.
3893
3894 2007-05-28  Wim Taymans  <wim@fluendo.com>
3895
3896         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3897
3898         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3899         (gst_video_box_set_property), (gst_video_box_transform_caps),
3900         (video_box_recalc_transform), (gst_video_box_set_caps),
3901         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3902         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3903         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3904         (gst_video_box_i420_i420), (gst_video_box_transform),
3905         (plugin_init):
3906         Add AYUV->AYUV and AYUV->I420 formats. 
3907         Fix negotiation and I420->AYUV conversion.
3908         Fixes #429329.
3909
3910 2007-05-26  Wim Taymans  <wim@fluendo.com>
3911
3912         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3913         Use different variables for nested for loops so that the outer loop
3914         functions properly and speex files with multiple frames per buffer work
3915         properly.
3916         Fixes #441408.
3917
3918 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3919
3920         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3921           Don't leak newsegment events.
3922
3923 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3924
3925         * gst/wavparse/Makefile.am:
3926           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3927           drags it in.
3928
3929 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3930
3931         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3932         (notgst_value_array_append_buffer),
3933         (gst_flac_enc_process_stream_headers),
3934         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3935         (gst_flac_enc_change_state):
3936         * ext/flac/gstflacenc.h:
3937           Collect headers, add "streamheader" field to output caps and set
3938           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3939           produces output according to the official FLAC-to-Ogg mapping
3940           instead of completely broken files. Fixes #426044.
3941
3942 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3943
3944         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3945         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3946         (gst_id3demux_sink_event):
3947         * gst/id3demux/gstid3demux.h:
3948         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3949         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3950         (gst_tag_demux_send_new_segment):
3951         Handle and adjust new-segment events so that downstream really
3952         sees a stream with the tag pieces stripped off the front and back.
3953         Fixes strangeness in seeking when mp3 decoders use the new-segment
3954         byte position to estimate their current playback position timestamp
3955         and then the arriving buffers don't match up.
3956
3957 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3958
3959         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3960           Don't unnecessarily perform a READY->NULL->READY transition on the
3961           detected audio sink when starting up. Fixes: #440127
3962
3963 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3964
3965         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3966         (gst_flac_enc_chain):
3967           Don't crash in chain function if setcaps hasn't been called.
3968
3969 2007-05-24  Wim Taymans  <wim@fluendo.com>
3970
3971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3972         Init value to avoid infinte loops.
3973
3974 2007-05-24  Wim Taymans  <wim@fluendo.com>
3975
3976         Patch by: Peter Kjellerstedt  <pkj at axis com>
3977
3978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
3979         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
3980         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
3981         (gst_rtspsrc_play):
3982         (rtsp_connection_send), (rtsp_connection_receive):
3983         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
3984         Fix for new API.
3985
3986         * gst/rtsp/rtspconnection.c: (add_auth_header),
3987         Only add authorisation and session headers when sending messages.
3988
3989         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
3990         (rtsp_message_init_request), (rtsp_message_init_response),
3991         (rtsp_message_unset), (rtsp_message_add_header),
3992         (rtsp_message_remove_header), (rtsp_message_get_header),
3993         (rtsp_message_append_headers), (dump_key_value),
3994         (rtsp_message_dump):
3995         * gst/rtsp/rtspmessage.h:
3996         Add support for multiple headers of the same type by storing the parsed
3997         headers in a GArray instaed of a hashtable.
3998
3999 2007-05-21  Wim Taymans  <wim@fluendo.com>
4000
4001         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4002         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4003         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4004         safer shutdown.
4005
4006 2007-05-21  Wim Taymans  <wim@fluendo.com>
4007
4008         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4009         * gst/rtsp/gstrtpdec.h:
4010         Added signal for backwards compat.
4011
4012 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4013         
4014         Patch by: René Stadler <mail at renestadler dot de>
4015
4016         * configure.ac:
4017         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4018         (gst_au_parse_parse_header), (gst_au_parse_chain):
4019         * gst/auparse/gstauparse.h:
4020         Use audioconvert for converting from non-native endianness floats
4021         in auparse instead of doing it ourself. Fixes #424527.
4022         This needs the audioconvert from plugins-base CVS.
4023         
4024 2007-05-21  Wim Taymans  <wim@fluendo.com>
4025
4026         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4027         (gst_rtp_h263p_pay_flush):
4028         Fix enum registration.
4029
4030 2007-05-21  Wim Taymans  <wim@fluendo.com>
4031
4032         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4033
4034         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4035         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4036         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4037         (gst_rtp_h263p_pay_flush):
4038         * gst/rtp/gstrtph263ppay.h:
4039         Add new fragmentation mode base on GOB headers. Fixes #438940.
4040
4041 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4042
4043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4044           Printf format fix.
4045
4046 2007-05-18  Wim Taymans  <wim@fluendo.com>
4047
4048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4049         Don't crash when an unsupported transport error was returned by the
4050         server, just try to configure the next stream. Fixes #439255.
4051
4052 2007-05-18  Wim Taymans  <wim@fluendo.com>
4053
4054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4055         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4056         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4057         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4058         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4059         * gst/rtsp/gstrtspsrc.h:
4060         Add TCP timeout property and use it for all TCP connection.
4061
4062         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4063         (rtsp_connection_write), (rtsp_connection_next_timeout),
4064         (rtsp_connection_reset_timeout):
4065         Make connect and writes cancelable and make them use the timeout.
4066
4067 2007-05-18  Wim Taymans  <wim@fluendo.com>
4068
4069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4070         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4071         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4072         (gst_rtspsrc_setup_streams):
4073         Refactor timeout handling.
4074         Also send keep-alive when dealing with TCP transport.
4075
4076         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4077         (rtsp_connection_free), (rtsp_connection_next_timeout),
4078         (rtsp_connection_reset_timeout):
4079         * gst/rtsp/rtspconnection.h:
4080         Use a timer to handle the session timeouts, add some methods to deal
4081         with timeouts.
4082
4083 2007-05-17  Wim Taymans  <wim@fluendo.com>
4084
4085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4086         (gst_rtspsrc_setup_streams):
4087         Ignore streams that fail the setup command, we will retry with a
4088         different transport later on.
4089
4090         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4091         (rtsp_ext_wms_configure_stream):
4092         Fix encoding name case.
4093
4094 2007-05-16  Edward Hervey  <edward@fluendo.com>
4095
4096         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4097         Fix build on macosx.
4098
4099 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4100
4101         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4102         Replace direct comparison of a string with the string literal "" with
4103         a comparison of the first character with '\0'. Fixes #438926.
4104
4105 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4106
4107         * gst/debug/breakmydata.c (gst_break_my_data_init):
4108           One more try. This should be the proper fix now.
4109
4110 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4111
4112         * gst/debug/breakmydata.c:
4113           Ooops, no // comments please.
4114
4115 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4116
4117         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4118         (gst_break_my_data_init):
4119           Fix gst_buffer_is_writable() assertion.
4120
4121 2007-05-14  David Schleef  <ds@schleef.org>
4122
4123         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4124           video/x-raw-bayer.  Fixes #314160.
4125
4126 2007-05-14  Wim Taymans  <wim@fluendo.com>
4127
4128         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4129         (gst_rtp_theora_depay_parse_configuration):
4130         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4131         (gst_rtp_theora_pay_finish_headers),
4132         (gst_rtp_theora_pay_handle_buffer):
4133         Update theora pay/depayloader in a similar to vorbis.
4134
4135         * gst/rtp/gstrtpvorbisdepay.c:
4136         (gst_rtp_vorbis_depay_parse_configuration):
4137         Update docs.
4138
4139 2007-05-14  Wim Taymans  <wim@fluendo.com>
4140
4141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4142         When we try to execute a method that is not supported by the server,
4143         don't error out but remove the method from the accepted methods so that
4144         we never try to perform this method again.
4145
4146 2007-05-14  Wim Taymans  <wim@fluendo.com>
4147
4148         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4149         Remove annoying _dump_mem.
4150
4151 2007-05-14  Wim Taymans  <wim@fluendo.com>
4152
4153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4154         Parse range correctly.
4155
4156         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4157         The baseurl now always has a '/' at the start.
4158
4159 2007-05-14  Wim Taymans  <wim@fluendo.com>
4160
4161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4162         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4163         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4164         Factor out caps configuration and configure more stuff such as the time
4165         ranges and speed/scale values.
4166
4167         * gst/rtsp/rtsptransport.c:
4168         Add Copyright after non-trival fixes.
4169
4170 2007-05-12  Wim Taymans  <wim@fluendo.com>
4171
4172         Patch by: Peter Kjellerstedt  <pkj at axis com>
4173
4174         * gst/rtsp/gstrtspsrc.h:
4175         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4176         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4177         (rtsp_message_get_header):
4178         * gst/rtsp/rtspmessage.h:
4179         Make channel guint8 where possible.
4180         Make rtsp_message_init_data() take the channel as a guint8.
4181
4182         * gst/rtsp/rtspdefs.c:
4183         Fixed a typo: Timout -> Timeout
4184
4185         * gst/rtsp/rtspdefs.h:
4186         Make RTSP_CHECK() behave as a statement.
4187
4188         * gst/rtsp/sdpmessage.c:
4189         Avoid a compiler warning in INIT_ARRAY().
4190         Fixes #437692.
4191
4192 2007-05-12  Wim Taymans  <wim@fluendo.com>
4193
4194         Patch by: Peter Kjellerstedt  <pkj at axis com>
4195
4196         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4197         (rtsp_url_get_request_uri):
4198         * gst/rtsp/rtspurl.h:
4199         Add support for query parameters to RTSP URLs.
4200
4201 2007-05-12  Wim Taymans  <wim@fluendo.com>
4202
4203         Patch by: Peter Kjellerstedt  <pkj at axis com>
4204
4205         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4206         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4207         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4208         (rtsp_transport_parse), (rtsp_transport_as_text):
4209         * gst/rtsp/rtsptransport.h:
4210         Add validation to rtsp_transport_parse().
4211         Add rtsp_transport_as_text() to generate an RTSP header from an
4212         RTSPTransport.
4213         Change ssrc to guint (was a string) since that is what it is, even
4214         though it is sent as a hex string.
4215         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4216         incorrect, which can be seen when looking at the examples in the RFC).
4217         Fixes #437670.
4218
4219 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4220
4221         Patch by: Eric Anholt
4222
4223         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4224           gst_ximage_src_ximage_get):
4225         Use union of all damage between frames to make it faster.
4226         Fixes bug #342463.
4227         Also fix crasher when cursor is at bottom right of window.
4228
4229 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4230
4231         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4232           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4233           streaming mode regression for file from #343837 with 'bext' chunk
4234           before the 'fmt' chunk.
4235
4236 2007-05-11  Wim Taymans  <wim@fluendo.com>
4237
4238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4239         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4240         (gst_rtspsrc_handle_src_event),
4241         (gst_rtspsrc_stream_configure_manager),
4242         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4243         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4244         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4245         * gst/rtsp/gstrtspsrc.h:
4246         * gst/rtsp/rtspdefs.h:
4247         Preliminary seek support.
4248         Activate internal pads so that we can receive events on them.
4249         Don't try to parse a range string when it's NULL.
4250
4251 2007-05-11  Wim Taymans  <wim@fluendo.com>
4252
4253         * gst/rtp/README:
4254         Update README with new RTP variables that will be used for
4255         synchronisation.
4256
4257         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4258         (gst_rtp_vorbis_depay_parse_configuration),
4259         (gst_rtp_vorbis_depay_process):
4260         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4261         (gst_rtp_vorbis_pay_finish_headers),
4262         (gst_rtp_vorbis_pay_handle_buffer):
4263         Update vorbis pay and depayloader to draft-04.
4264
4265 2007-05-11  Wim Taymans  <wim@fluendo.com>
4266
4267         * gst/rtsp/rtsptransport.c:
4268         UDP MCAST is actually the default for RTP/AVP.
4269 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4270
4271         * gst/level/gstlevel.c: (gst_level_transform_ip):
4272         Use guint8 * instead of gpointer then vs6 can build 
4273         in_data += (filter->width / 8).
4274
4275 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4276
4277         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4278           gst_ximage_src_ximage_get):
4279         * sys/ximage/gstximagesrc.h (last_ximage):
4280         When using Damage actually keep the last frame, and not assume
4281         that the buffer we get already has the last frame on it.
4282         Copy the cursor over if we specify a non-zero start x and
4283         start y.
4284
4285 2007-05-11  Wim Taymans  <wim@fluendo.com>
4286
4287         * gst/rtsp/rtsptransport.c:
4288         Make UDP the default transport when not specified.
4289
4290 2007-05-09  David Schleef  <ds@schleef.org>
4291
4292         * gst/level/gstlevel.c:
4293           Revert last change.
4294
4295 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4296
4297         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4298         (gst_level_transform_ip):
4299         Use guint8 * instead of gpointer then vs6 know the size of data
4300         pointed when moving the pointer.
4301         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4302         Move instructions after variables declaration.
4303         * win32/vs6/autogen.dsp:
4304         * win32/vs6/libgstrtp.dsp:
4305         * win32/vs6/libgstrtsp.dsp:
4306         Update vs6 project files.
4307
4308 2007-05-09  Wim Taymans  <wim@fluendo.com>
4309
4310         * gst/rtsp/Makefile.am:
4311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4312         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4313         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4314         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4315         (rtsp_range_free):
4316         * gst/rtsp/rtsprange.h:
4317         Add code to parse time ranges.
4318         Report DURATION on the stream when possible.
4319
4320 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4323         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4324         (gst_videomixer_collected):
4325           Fix strides calculation for AYUV (it's just width*4) (#436910).
4326
4327 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4328
4329         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4330         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4331         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4332         Sync the GObject properties before each processing step to properly
4333         work with the controller.
4334
4335 2007-05-04  Wim Taymans  <wim@fluendo.com>
4336
4337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4338         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4339         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4340         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4341         (gst_rtspsrc_change_state):
4342         Let more error state trickle down so that we can catch more error
4343         cases.
4344         Handle keep-alive a little smarter by selecting a method the server
4345         actually supports.
4346         Fix a race in UDP streaming shutdown.
4347
4348 2007-05-04  Wim Taymans  <wim@fluendo.com>
4349
4350         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4351         Ignore errors when trying to use the keep-alive messages.
4352
4353 2007-05-04  Wim Taymans  <wim@fluendo.com>
4354
4355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4356         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4357         (gst_rtspsrc_stream_configure_manager),
4358         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4359         (gst_rtspsrc_stream_configure_mcast),
4360         (gst_rtspsrc_stream_configure_udp),
4361         (gst_rtspsrc_stream_configure_udp_sink),
4362         (gst_rtspsrc_stream_configure_transport):
4363         Send RTCP messages back to the server over the TCP connection.
4364
4365         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4366         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4367         (rtsp_connection_receive):
4368         * gst/rtsp/rtspconnection.h:
4369         Factor out and expose lowlevel _write and _read methods.
4370         Implement sending data messages to the server.
4371
4372 2007-05-03  Wim Taymans  <wim@fluendo.com>
4373
4374         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4375         (gst_multipart_mux_collected):
4376         Fix timestamps on outgoing buffers.
4377
4378 2007-05-03  Wim Taymans  <wim@fluendo.com>
4379
4380         * gst/multipart/multipartmux.c:
4381         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4382         (gst_multipart_mux_change_state):
4383         Emit NEWSEGMENT events before pushing the first buffer.
4384
4385 2007-05-03  Wim Taymans  <wim@fluendo.com>
4386
4387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4388         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4389         (gst_rtspsrc_handle_src_query),
4390         (gst_rtspsrc_stream_configure_manager),
4391         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4392         (gst_rtspsrc_stream_configure_mcast),
4393         (gst_rtspsrc_stream_configure_udp),
4394         (gst_rtspsrc_stream_configure_udp_sink),
4395         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4396         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4397         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4398         (gst_rtspsrc_pause):
4399         Refactor transport configuration code.
4400         Create internal pads for TCP transport so that we can implement events
4401         and queries.
4402         Handle events and queries.
4403         Parse range from the SDP.
4404         Fix race in pause handler where the connection could still be flushing.
4405
4406 2007-05-02  Wim Taymans  <wim@fluendo.com>
4407
4408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4409         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4410         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4411         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4412         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4413         (gst_rtspsrc_change_state):
4414         * gst/rtsp/gstrtspsrc.h:
4415         Fix race when multiple udp sources post timeouts, just act on the first
4416         received timeout.
4417         Protect stream list with a recursive lock to fix some races.
4418         Flush connection when we need to do a reconnect or stop.
4419         Make state lock recursive.
4420
4421         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4422         (rtsp_connection_close):
4423         Some small cleanups.
4424
4425 2007-05-02  Wim Taymans  <wim@fluendo.com>
4426
4427         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4428         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4429         Only set DISCONT when there actually is a discont or when we just
4430         started.
4431
4432 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4433
4434         * ext/flac/gstflac.c: (plugin_init):
4435         Call bindtextdomain() to get localized strings.
4436
4437 2007-05-02  Wim Taymans  <wim@fluendo.com>
4438
4439         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4440         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4441         (gst_wavparse_stream_data):
4442         * gst/wavparse/gstwavparse.h:
4443         Be a bit more clever when dealing with VBR files with FACT tags, we
4444         don't want to timestamp buffers in that case but the estimated BPS can
4445         be used for seeking.
4446         Only send close segment in the streaming thread.
4447
4448 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4449
4450         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4451         Correctly post an error on the bus if something went wrong in the loop
4452         function. This fixes a few cases where the task was paused and nothing
4453         happened anymore.
4454
4455 2007-05-02  Wim Taymans  <wim@fluendo.com>
4456
4457         * gst/rtsp/test.c: (main):
4458         Fix compilation of deprecated test just because I'm too lazy to delete
4459         it.
4460
4461 2007-05-02  Wim Taymans  <wim@fluendo.com>
4462
4463         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4464         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4465         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4466         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4467         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4468         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4469         * gst/rtsp/gstrtspsrc.h:
4470         Fix sending RTCP to the right place.
4471         Fix bug in reffing the wrong UDP element.
4472         Use new pad names for the session manager.
4473         Implement handling server requests in interleaved and UDP modes.
4474         Handle session keep-alive in UDP modes.
4475         Remove GCond for handling UDP timeouts.
4476
4477         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4478         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4479         (rtsp_connection_receive), (rtsp_connection_close):
4480         * gst/rtsp/rtspconnection.h:
4481         Store connection IP address for later.
4482         Add timeout args to all operations that might block forever.
4483         Parse session timeout.
4484         Only close sockets when not already closed.
4485
4486         * gst/rtsp/rtspdefs.c:
4487         * gst/rtsp/rtspdefs.h:
4488         Add timeout return value and error string.
4489
4490         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4491         Add small comment.
4492
4493 2007-05-01  Wim Taymans  <wim@fluendo.com>
4494
4495         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4496
4497         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4498         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4499         * gst/rtp/gstrtpmp4vpay.h:
4500         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4501
4502 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4503
4504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4505           Remove v4l2src from docs, since it breaks the docs build, and the
4506           plugin is only built if --enable-experimental is used anyway.
4507
4508         * docs/plugins/Makefile.am:
4509           Spaces => tab.
4510
4511 2007-04-29  Wim Taymans  <wim@fluendo.com>
4512
4513         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4514         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4515         Add code to drop membership of a multicast group.
4516
4517         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4518         (gst_udpsink_set_uri):
4519         Implement URI handler.
4520
4521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4522         (gst_rtspsrc_parse_rtpinfo):
4523         Use URI handler to make udpsink instace.
4524         Improve code to configure port and destination.
4525
4526 2007-04-29  Wim Taymans  <wim@fluendo.com>
4527
4528         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4529         Fix multicast detection.
4530         Don't try to join a multicast group if the address is not multicast.
4531
4532         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4533         Small debug improvement.
4534
4535 2007-04-27  Wim Taymans  <wim@fluendo.com>
4536
4537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4538         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4539         (gst_rtspsrc_handle_message):
4540         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4541         parent.
4542
4543 2007-04-27  Wim Taymans  <wim@fluendo.com>
4544
4545         * gst/rtp/gstrtpilbcdepay.h:
4546         Fix mode property when specified as an arg.
4547
4548 2007-04-26  Edward Hervey  <edward@fluendo.com>
4549
4550         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4552         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4553         * docs/plugins/inspect/plugin-osxaudio.xml:
4554         Add documentation for osxaudio plugin.
4555
4556 2007-04-26  Wim Taymans  <wim@fluendo.com>
4557
4558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4559         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4560         (gst_rtspsrc_open), (gst_rtspsrc_close),
4561         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4562         (gst_rtspsrc_pause):
4563         * gst/rtsp/gstrtspsrc.h:
4564         Protect state changes with a lock.
4565
4566         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4567         (parse_line):
4568         * gst/rtsp/rtspconnection.h:
4569         Remove some unused stuff.
4570
4571 2007-04-26  Wim Taymans  <wim@fluendo.com>
4572
4573         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4574         Handle the case where there are exactly 0 bytes to read and the ioctl
4575         did not report an error. Fixes #433530.
4576
4577 2007-04-26  Wim Taymans  <wim@fluendo.com>
4578
4579         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4580         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4581         * gst/wavparse/gstwavparse.h:
4582         Apply DISCONT to buffers.
4583         Only apply timestamp to the first sample after a DISCONT, too many VBR
4584         files cause random jitter in the timestamps. Fixes #433119.
4585
4586 2007-04-25  Wim Taymans  <wim@fluendo.com>
4587
4588         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4589         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4590         (gst_rtp_dec_get_property):
4591         * gst/rtsp/gstrtpdec.h:
4592         Add dummy latency property to be backwards compat with rtpbin.
4593
4594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4595         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4596         (gst_rtspsrc_stream_configure_transport),
4597         (gst_rtspsrc_parse_rtpinfo):
4598         * gst/rtsp/gstrtspsrc.h:
4599         Add latency property and configure in the session manager.
4600         Don't set invalid clock-base and seqnum-base on caps, some servers
4601         sometimes don't send them.
4602
4603 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4604
4605         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4606         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4607           Double-check that RGB input caps are really RGBA caps (apparently
4608           the core doesn't always catch it if those caps aren't a subset of
4609           our template caps, also see #421543). Fixes #429319 in a way.
4610           Also, don't leak the pad template in the transform_caps function.
4611
4612         * tests/check/Makefile.am:
4613         * tests/check/elements/.cvsignore:
4614         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4615         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4616         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4617         (GST_START_TEST), (alphacolor_suite):
4618           Add some basic unit tests for alphacolor.
4619
4620 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4623           If we get a fatal flow return in the loop function, first post the
4624           error message and only then send the EOS event downstream, otherwise
4625           applications might get an eos message before the error message and
4626           think everything was ok (related to #429319).
4627
4628 2007-04-25  Wim Taymans  <wim@fluendo.com>
4629
4630         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4631         Read the channel byte as an unsigned byte.
4632
4633 2007-04-25  Wim Taymans  <wim@fluendo.com>
4634
4635         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4636         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4637         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4638         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4639         (gst_rtp_gsm_depay_setcaps):
4640         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4641         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4642         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4643         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4644         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4645         (gst_ilbc_depay_get_property):
4646         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4647         * gst/rtp/gstrtpmp4adepay.c:
4648         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4649         (gst_rtp_pcma_depay_setcaps):
4650         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4651         (gst_rtp_pcmu_depay_setcaps):
4652         Make sure we configure the clock_rate in the baseclass in the setcaps
4653         function. Fixes #431282.
4654
4655 2007-04-25  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4658         (gst_rtspsrc_stream_free), (request_pt_map),
4659         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4660         * gst/rtsp/gstrtspsrc.h:
4661         Parse server address from SDP.
4662         Hook up a udpsink to send RTCP back to the server.
4663
4664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4665         * gst/rtsp/rtsptransport.h:
4666         Add some docs.
4667
4668 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4669
4670         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4671           Make header field check conditional. Fixes #433135
4672
4673 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * docs/plugins/Makefile.am:
4676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4678         * docs/plugins/inspect/plugin-alphacolor.xml:
4679         * gst/alpha/Makefile.am:
4680         * gst/alpha/gstalphacolor.c:
4681         * gst/alpha/gstalphacolor.h:
4682           Add minimal docs blurb to alphacolor; split out headers into
4683           separate header file for gtk-doc.
4684
4685 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4686
4687         * gst/debug/progressreport.c: (gst_progress_report_report):
4688           Don't try to post NULL message (in case we can't query upstream
4689           position or duration).
4690
4691 2007-04-18  Michael Smith  <msmith@fluendo.com>
4692
4693         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4694         (gst_cutter_get_caps):
4695         * gst/cutter/gstcutter.h:
4696           Fix some of the most obvious bugs in cutter. Now doesn't leak
4697           everything if input is silent.
4698
4699 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4700
4701         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4702         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4703         * gst/wavenc/gstwavenc.h:
4704         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4705         else results in a invalid block align and invalid files.
4706
4707 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4708
4709         Patch by: Snaik <snaik32 gmail com>
4710
4711         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4712           Add missing break statement for BOX_HORIZONTAL case.
4713
4714 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4715
4716         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4717
4718         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4719         Use correct format strings for integer types.
4720
4721 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4722
4723         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4724         (gst_wavparse_create_sourcepad):
4725         Use gst_riff_create_audio_template_caps () instead of the local caps.
4726         This makes updates of the local caps unecessary whenever libgstriff
4727         gets support for new formats.
4728
4729 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4730
4731         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4732
4733         * sys/sunaudio/gstsunaudio.c:
4734         * sys/sunaudio/gstsunaudiomixer.c:
4735         * sys/sunaudio/gstsunaudiomixer.h:
4736         * sys/sunaudio/gstsunaudiomixerctrl.c:
4737         * sys/sunaudio/gstsunaudiomixerctrl.h:
4738         * sys/sunaudio/gstsunaudiomixertrack.h:
4739         * sys/sunaudio/gstsunaudiosink.c:
4740         * sys/sunaudio/gstsunaudiosink.h:
4741         * sys/sunaudio/gstsunaudiosrc.c:
4742         * sys/sunaudio/gstsunaudiosrc.h:
4743           Fix and/or update copyright attributions (#430228).
4744
4745 2007-04-13  Wim Taymans  <wim@fluendo.com>
4746
4747         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4748         Fix docs.
4749
4750         * gst/rtsp/URLS:
4751         Add some more example urls.
4752
4753         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4754         (gst_rtp_dec_chain_rtp):
4755         Better debugging.
4756
4757         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4758         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4759         (gst_rtspsrc_parse_rtpinfo):
4760         Remove unused code.
4761
4762 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4763
4764         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4765         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4766         (gst_wavparse_stream_data):
4767           Relax the audio/mpeg caps again and add FIXME: comment.
4768
4769 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4770
4771         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4772         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4773         (gst_wavparse_stream_data):
4774         * gst/wavparse/gstwavparse.h:
4775           More sanity check for the header fields. Fix type for 'rate' header
4776           field.
4777
4778 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4781         (gst_icydemux_unicodify):
4782           If the metadata strings we get in the stream are not UTF-8, try to
4783           interpret them according to the character encodings specified in the
4784           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4785           only fall back to locale/ISO-8859-1 if those aren't set or don't
4786           work. Should fix #428901.
4787
4788 2007-04-12  Wim Taymans  <wim@fluendo.com>
4789
4790         * gst/rtp/gstrtph264depay.c:
4791         Use the proper sync word for SPS and PPS.
4792
4793 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4794
4795         * gst/rtp/Makefile.am:
4796         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4797           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4798         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4799           Add a simple hashing implementation that we can use to generate
4800           a 24-bit ident value based on the codebooks for vorbis and theora.
4801         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4802           gst_rtp_theora_pay_handle_buffer):
4803         * gst/rtp/gstrtpvorbisdepay.c
4804           (gst_rtp_vorbis_depay_parse_configuration,
4805           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4806         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4807           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4808           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4809           Use the hashing function, ensuring that the same codebooks result
4810           in the same ident and thus the same SDP description.
4811           Various log fixes/changes.
4812
4813 2007-04-12  Wim Taymans  <wim@fluendo.com>
4814
4815         Patch by: jerry tan <jerry dot tan at sun dot com>
4816
4817         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4818         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4819         application's responsibility to make sure it open the device once.
4820         Remove a careless error if AUDIODEV is set. Fixes #392620.
4821
4822 2007-04-12  Wim Taymans  <wim@fluendo.com>
4823
4824         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4825         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4826         * gst/rtsp/gstrtpdec.h:
4827         Make backward compat with rtpbin by adding the request-pt-map signals.
4828
4829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4830         (new_session_pad), (request_pt_map),
4831         (gst_rtspsrc_stream_configure_transport),
4832         (gst_rtspsrc_stream_configure_caps),
4833         (gst_rtspsrc_activate_streams):
4834         * gst/rtsp/gstrtspsrc.h:
4835         Implement request-pt-map signals instead of setting caps on the buffers
4836         for the session manager.
4837
4838 2007-04-11  Wim Taymans  <wim@fluendo.com>
4839
4840         * gst/udp/gstudp.c: (plugin_init):
4841         Register GstNetBuffer in plugin_init so that the type can be used from
4842         multiple threads without races.
4843
4844 2007-04-10  Wim Taymans  <wim@fluendo.com>
4845
4846         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4847         (gst_rtp_amr_depay_process):
4848         Fix depayloader clock_rate and some cleanups.
4849
4850         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4851         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4852         * gst/rtp/gstrtph264depay.h:
4853         Don't push codec_data in the adapter because it might get flushed when
4854         we get a discont.
4855
4856         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4857         Handle multiple AU per packet.
4858
4859         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4860         (gst_rtp_sv3v_depay_plugin_init):
4861         Disable rank, this one does not work.
4862         Remove timestamping, base class does that.
4863
4864 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4865
4866         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4867           limit caps to the formats we announce in the template
4868
4869         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4870         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4871         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4872           fix some crashers/asserts when dealing with broken files
4873
4874 2007-04-10  Wim Taymans  <wim@fluendo.com>
4875
4876         Patch by: Peter Kjellerstedt  <pkj at axis com>
4877
4878         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4879         * gst/rtp/gstrtpL16depay.c:
4880         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4881         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4882         (gst_rtp_speex_depay_setcaps):
4883         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4884         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4885         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4886         Fix some compiler warnings. Fixes #428182.
4887
4888 2007-04-06  Wim Taymans  <wim@fluendo.com>
4889
4890         * gst/rtsp/Makefile.am:
4891         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4892         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4893         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4894         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4895         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4896         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4897         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4898         (create_rtcp), (gst_rtp_dec_request_new_pad),
4899         (gst_rtp_dec_release_pad):
4900         * gst/rtsp/gstrtpdec.h:
4901         * gst/rtsp/gstrtsp.c: (plugin_init):
4902         Morph RTPDec into something compatible with RTPBin as a fallback.
4903         Various other style fixes.
4904
4905         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4906         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4907         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4908         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4909         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4910         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4911         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4912         * gst/rtsp/gstrtspsrc.h:
4913         Implement RTPBin session manager handling.
4914         Don't try to add empty properties to caps.
4915         Implement fallback session manager, handling.
4916         Don't combine errors from RTCP streams, just ignore them.
4917
4918         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4919         * gst/rtsp/rtsptransport.h:
4920         Implement fallback session manager.
4921         Make RTPBin the default one when available.
4922
4923 2007-04-05  Wim Taymans  <wim@fluendo.com>
4924
4925         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4926         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4927         This element is ready to be autoplugged.
4928
4929 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4930
4931         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4932         Don't leave the offsets defined by upstream element on the
4933         compressed data buffer we are pushing downstream. Make them
4934         GST_BUFFER_OFFSET_NONE.
4935
4936 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4937
4938         * gst/avi/README:
4939         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4940         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4941         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4942         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4943         (gst_avi_demux_calculate_durations_from_index),
4944         (gst_avi_demux_stream_header_push),
4945         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4946         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4947           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4948
4949 2007-04-03  Wim Taymans  <wim@fluendo.com>
4950
4951         * gst/smpte/barboxwipes.c:
4952         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4953
4954 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4955
4956         * gst/wavparse/gstwavparse.c:
4957         Support audio/x-raw-float in wav files. This only works with
4958         plugins-base CVS, using an older version doesn't have any
4959         disadvantages though.
4960
4961 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4962
4963         * configure.ac:
4964         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4965         (gst_au_parse_parse_header), (gst_au_parse_chain):
4966         * gst/auparse/gstauparse.h:
4967         Revert last change as we don't want plugins-good to depend on
4968         plugins-base CVS now.
4969
4970 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4971
4972         * configure.ac:
4973         Require gst-plugins-base CVS for audioconvert with non-native
4974         float support and width/depth fix in libgstriff.
4975
4976         Patch by: René Stadler <mail at renestadler dot de>
4977
4978         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4979         (gst_au_parse_parse_header), (gst_au_parse_chain):
4980         * gst/auparse/gstauparse.h:
4981         Don't swap the floats ourself if they're not in native endianness.
4982         Instead let audioconvert handle this. Fixes #339838.
4983
4984 2007-03-29  Wim Taymans  <wim@fluendo.com>
4985
4986         * gst/rtp/gstasteriskh263.h:
4987         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
4988         (gst_rtp_h263p_depay_change_state):
4989         * gst/rtp/gstrtph263pdepay.h:
4990         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4991         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
4992         (gst_rtp_h264_depay_change_state):
4993         * gst/rtp/gstrtph264depay.h:
4994         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4995         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
4996         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4997         Flush adapter on disconts.
4998
4999 2007-03-29  Wim Taymans  <wim@fluendo.com>
5000
5001         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5002         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5003         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5004         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5005         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5006         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5007         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5008         (gst_rtp_mp4v_depay_process):
5009         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5010         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5011         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5012         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5013         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5014         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5015         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5016         Use more efficient adapter and rtpbuffer methods when possible.
5017
5018 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5019
5020         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5021         (gst_wavenc_sink_setcaps):
5022         Correctly handle width!=depth input.
5023         * gst/wavparse/gstwavparse.c:
5024         Already export in the caps that width==8 uses unsigned samples and
5025         everything else uses signed samples.
5026
5027 2007-03-29  Wim Taymans  <wim@fluendo.com>
5028
5029         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5030
5031         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5032         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5033         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5034         (gst_dynudpsink_close):
5035         * gst/udp/gstdynudpsink.h:
5036         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5037         (gst_udpsrc_create), (gst_udpsrc_set_property),
5038         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5039         * gst/udp/gstudpsrc.h:
5040         Rework the socket allocation a bit based on the sockfd argument so that
5041         it becomes usable.
5042         Add a closefd property to instruct the udp elements to close the custom
5043         file descriptors when going to READY. Fixes #423304.
5044         API:GstUDPSrc::closefd property
5045         API:GstDynUDPSink::closefd property
5046
5047 2007-03-29  Wim Taymans  <wim@fluendo.com>
5048
5049         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5050
5051         * gst/rtp/Makefile.am:
5052         * gst/rtp/gstrtp.c: (plugin_init):
5053         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5054         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5055         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5056         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5057         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5058         (gst_rtp_h264_pay_plugin_init):
5059         * gst/rtp/gstrtph264pay.h:
5060         Added H264 payloader. Fixes #423782.
5061
5062         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5063         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5064         Small fixes.
5065
5066 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5067
5068         * gst/wavparse/gstwavparse.c:
5069         Actually support depths from 1 to 32, not only 8 to 32.
5070
5071 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5072
5073         * gst/wavparse/gstwavparse.c:
5074         Add support for wav files containing audio/x-raw-int with random
5075         depths between 1 and 32 bits.
5076
5077 2007-03-28  Wim Taymans  <wim@fluendo.com>
5078
5079         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5080
5081         * gst/rtp/Makefile.am:
5082         * gst/rtp/gstrtp.c: (plugin_init):
5083         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5084         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5085         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5086         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5087         (gst_rtp_mp4a_depay_get_property),
5088         (gst_rtp_mp4a_depay_change_state),
5089         (gst_rtp_mp4a_depay_plugin_init):
5090         * gst/rtp/gstrtpmp4adepay.h:
5091         Added MP4A-LATM depayloader. Fixes #417792.
5092
5093         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5094         (gst_rtp_mp4v_depay_process):
5095         Fixup depayloader, setting codec_data, using more efficient adaptor and
5096         rtpbuffer handling.
5097
5098         * gst/rtsp/URLS:
5099         Add url to test above.
5100
5101 2007-03-25  Wim Taymans  <wim@fluendo.com>
5102
5103         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5104         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5105         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5106         (gst_rtspsrc_media_to_caps),
5107         (gst_rtspsrc_stream_configure_transport),
5108         (gst_rtspsrc_stream_configure_caps),
5109         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5110         * gst/rtsp/gstrtspsrc.h:
5111         Handle default clock-rates for static payload types, rearrange stuff so
5112         that the rtpmap field in the sdp can override the defaults.
5113         Parse RTP-Info field to get the seqnum and timebase fields that should
5114         go in the caps.
5115         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5116         the server. 
5117
5118 2007-03-22  Wim Taymans  <wim@fluendo.com>
5119
5120         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5121
5122         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5123         Accept complex pipeline descriptions as an audio profile instead of just
5124         a single element. Fixes #420658.
5125
5126 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5127
5128         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5129           Rename registered type in preparation of GstTagDemux moving to
5130           -base at some point in the future.
5131
5132 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5135           Streaming mode fixes: don't unref buffer we don't own any longer;
5136           remove bogus adapter flush. Fixes #419338.
5137
5138 2007-03-17  David Schleef  <ds@schleef.org>
5139
5140         * REQUIREMENTS: Change the format to key/value, add a bunch of
5141           information, remove a bunch of requirements that are for
5142           other GStreamer packages.
5143
5144 2007-03-17  David Schleef  <ds@schleef.org>
5145
5146         * REQUIREMENTS: Fix a few things.  This file really needs a
5147         good once-over.
5148
5149 2007-03-15  Edward Hervey  <edward@fluendo.com>
5150
5151         * sys/Makefile.am:
5152         Don't forget to distribute the sys/osxaudio/ directory.
5153
5154 2007-03-15  Edward Hervey  <edward@fluendo.com>
5155
5156         * configure.ac:
5157         * sys/Makefile.am:
5158         * sys/osxaudio/Makefile.am:
5159         * sys/osxaudio/gstosxaudio.c:
5160         * sys/osxaudio/gstosxaudiosink.c:
5161         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5162         (gst_osx_audio_sink_getcaps),
5163         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5164         * sys/osxaudio/gstosxaudiosrc.c:
5165         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5166         (gst_osx_audio_src_create_ringbuffer):
5167         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5168         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5169         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5170         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5171         * sys/osxaudio/gstosxringbuffer.h:
5172         Activate osxaudio in gst-plugins-good with proper build setup.
5173         Add inlined documentation.
5174         Fix debug statements
5175         Fix ringbuffer when pausing.
5176         Fixes #323471
5177
5178 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5179         * gst/rtp/gstrtppcmapay.c:
5180         * gst/rtp/gstrtppcmapay.h:
5181         * gst/rtp/gstrtppcmupay.c:
5182         * gst/rtp/gstrtppcmupay.h:
5183         Ported mulaw and alaw payloaders to use new base class
5184
5185 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5186
5187         * po/af.po:
5188         * po/az.po:
5189         * po/cs.po:
5190         * po/en_GB.po:
5191         * po/it.po:
5192         * po/nl.po:
5193         * po/or.po:
5194         * po/sq.po:
5195         * po/sr.po:
5196         * po/sv.po:
5197         * po/uk.po:
5198         * po/vi.po:
5199           Update translations.
5200
5201 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5202
5203         * configure.ac:
5204           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5205
5206 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5209           Fix handling of -1 values for start and stop values when seeking,
5210           and SEEK_CUR+SEEK_END here as well.
5211
5212 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5213
5214         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5215           Fix handling of -1 values for start and stop values when seeking, 
5216           and SEEK_CUR+SEEK_END.
5217
5218 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5221           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5222           the image format a variable-length NUL-terminated string; in
5223           versions before that the image format is a fixed-length string of
5224           3 characters (see #348644 for a sample tag).
5225           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5226
5227 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5228
5229         * win32/MANIFEST:
5230         Add new project files to MANIFEST.
5231         * win32/vs6/libgstaudiofx.dsp:
5232         * win32/vs6/libgstrtp.dsp:
5233         * win32/vs6/libgstrtsp.dsp:
5234         Update project files.
5235         
5236 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5239         (gst_avi_demux_parse_index):
5240         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5241         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5242           Printf format fixes; also add some missing quotes in translated
5243           strings. Fixes #416728 and #416727.
5244
5245 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5246
5247         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5248           Tim and I can't think of any reason the child audio sink needs to 
5249           be set back to NULL after successfully determining that it can 
5250           reach READY - it gets immediately set back to READY by the caller
5251           anyway, causing an unnecessary close/open of any audio devices
5252           involved.
5253
5254 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         * po/LINGUAS:
5257         * po/ja.po:
5258           Add ja.po file from #377306.
5259
5260 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5261
5262         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5263         * sys/sunaudio/gstsunaudiomixertrack.c:
5264         (gst_sunaudiomixer_track_new):
5265           Actually translate sunaudio mixer track labels instead of just
5266           marking the strings as translatable (#377306); clean up weird
5267           label string mapping code that serves no apparent purpose. Also
5268           set the 'untranslated-label' property when creating mixer tracks
5269           if the GstMixerTrack base class supports this.
5270
5271         * tests/check/Makefile.am:
5272         * tests/check/elements/.cvsignore:
5273         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5274         (sunaudio_suite):
5275           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5276           actually tested on a system where sunaudiomixer is available).
5277
5278 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5279
5280         * tests/check/Makefile.am:
5281         Re-enable the states test and see if it works on the buildbots.
5282
5283 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5284
5285         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5286         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5287         (gst_dvdec_change_state):
5288         * ext/dv/gstdvdec.h:
5289         Infer pixel-aspect-ratio from the video frame format if it isn't
5290         provided by the container, as happens when playing DV from AVI
5291         or Quicktime containers.
5292
5293         Patch by: Wim Taymans <wim@fluendo.com>
5294         Fixes #380944
5295
5296 2007-03-09  Wim Taymans  <wim@fluendo.com>
5297
5298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5299         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5300         will later be handled by the jitterbuffer.
5301
5302 2007-03-09  Wim Taymans  <wim@fluendo.com>
5303
5304         * ext/taglib/gstid3v2mux.cc:
5305         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5306         Fixes #414496.
5307         
5308         Patch by: Alex Lancaster <alexl at users sourceforge net>
5309
5310 2007-03-09  Wim Taymans  <wim@fluendo.com>
5311
5312         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5313         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5314         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5315         (gst_avi_demux_chain):
5316         Fix stream position reporting after a seek. Fixes #416445.
5317
5318 2007-03-08  Wim Taymans  <wim@fluendo.com>
5319
5320         Patch by: René Stadler <mail at renestadler dot de>
5321
5322         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5323         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5324         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5325         Make avidemux accept optional header chunks in any order.
5326         Fixes #415446.
5327
5328 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5329
5330         * tests/check/Makefile.am:
5331         Disable the states check until the remaining Valgrind errors
5332         are fixed or suppressed.
5333
5334 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5335
5336         * tests/check/elements/.cvsignore:
5337           Add audiodynamic check to .cvsignore
5338
5339 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5340
5341         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5342
5343         * gst/audiofx/Makefile.am:
5344         * gst/audiofx/audiodynamic.c:
5345         (gst_audio_dynamic_characteristics_get_type),
5346         (gst_audio_dynamic_mode_get_type),
5347         (gst_audio_dynamic_set_process_function),
5348         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5349         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5350         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5351         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5352         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5353         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5354         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5355         (gst_audio_dynamic_transform_hard_knee_expander_int),
5356         (gst_audio_dynamic_transform_hard_knee_expander_float),
5357         (gst_audio_dynamic_transform_soft_knee_expander_int),
5358         (gst_audio_dynamic_transform_soft_knee_expander_float),
5359         (gst_audio_dynamic_transform_ip):
5360         * gst/audiofx/audiodynamic.h:
5361         * gst/audiofx/audiofx.c: (plugin_init):
5362         Add new audiodynamic element which can act as a compressor or
5363         expander. Supported are hard-knee and soft-knee operation modes with
5364         user-specified ratio and threshold.
5365         Attack and release parameters are not yet implemented but will follow.
5366         * docs/plugins/Makefile.am:
5367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5369         * docs/plugins/gst-plugins-good-plugins.args:
5370         * docs/plugins/inspect/plugin-audiofx.xml:
5371         Integrate audiodynamic into the docs.
5372         * tests/check/Makefile.am:
5373         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5374         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5375         Add unit test for audiodynamic.
5376
5377 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5378
5379         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5380         Free handles that we allocated when exiting via the error paths.
5381
5382 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5383
5384         * gst/level/gstlevel.c: (gst_level_class_init),
5385         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5386         (gst_level_transform_ip):
5387         * gst/level/gstlevel.h:
5388           Resolve message timestamps against the playback segment.
5389
5390 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5393         (gst_id3demux_sink_activate):
5394           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5395           caps passed to it (previously one code path assumed it took ownership
5396           while another one assumed it didn't, while in fact it sometimes did and
5397           sometimes didn't ...).
5398
5399         * configure.ac:
5400         * tests/files/Makefile.am:
5401         * tests/files/id3-407349-1.tag:
5402         * tests/files/id3-407349-2.tag:
5403           Add directory where data for unit tests can be stored.
5404
5405         * tests/Makefile.am:
5406         * tests/check/Makefile.am:
5407         * tests/check/elements/.cvsignore:
5408         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5409         (read_tags_from_file), (run_check_for_file),
5410         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5411           Add unit test for id3demux, and in particular for bug #407349. Only
5412           testing pull-mode for now; push mode doesn't work yet because the test
5413           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5414
5415 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5416
5417         * tests/check/Makefile.am:
5418           Add missing backslash at end of line.
5419
5420 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5421
5422         Trigger rebuild.
5423
5424 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5425
5426         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5427         * gst/id3demux/id3tags.h:
5428         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5429         (parse_obsolete_tdat_frame):
5430           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5431           the four-digit number will be interpreted as a year, whereas it is
5432           month and day in DDMM format. Instead, parse TDAT frames and fix up
5433           the date in the GST_TAG_DATE tag later if we also extracted a year.
5434           Fixes #407349.
5435
5436 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5437
5438         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5439         (gst_switch_commit_new_kid):
5440         Fix up the dispose logic so it doesn't leak, and fix setting of 
5441         the child state so that we don't set a child to our current state 
5442         just as we are changing it to something else.
5443
5444 2007-03-06  Wim Taymans  <wim@fluendo.com>
5445
5446         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5447         (gst_goom_chain):
5448         * gst/goom/gstgoom.h:
5449         Document, fix and improve goom adapter behaviour.
5450         Fixes #407006.
5451
5452 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5453
5454         * ext/esd/esdsink.c: (gst_esdsink_open):
5455         Unref static pad template after using it.
5456
5457 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5458
5459         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5460         (gst_switch_commit_new_kid):
5461         Fix up the reference counting of the child elements.
5462
5463 2007-03-05  Wim Taymans  <wim@fluendo.com>
5464
5465         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5466         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5467         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5468         Fix encoding-name case.
5469
5470 2007-03-05  Wim Taymans  <wim@fluendo.com>
5471
5472         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5473         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5474         (gst_rtp_speex_depay_process):
5475         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5476         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5477         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5478         (gst_rtp_speex_pay_change_state):
5479         * gst/rtp/gstrtpspeexpay.h:
5480         Fix speex (de)payloader. Fixes #358040.
5481
5482 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5483
5484         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5485         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5486         Install fakesink in NULL by fixing some broken logic. This obviates
5487         the need to manually set _IS_SINK.
5488         Add some comments and remove a little cruft while I'm at it.
5489
5490 2007-03-05  Wim Taymans  <wim@fluendo.com>
5491
5492         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5493         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5494
5495 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * po/POTFILES.in:
5498           Update.
5499
5500 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5501
5502         * tests/check/Makefile.am:
5503         Gah! Also disable gconfvideosink from the tests, otherwise
5504         it will instantiate autovideosink, and dfbvideosink and
5505         leak on the buildbots.
5506
5507 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5508
5509         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5510         (gst_cdio_cdda_src_finalize):
5511         Make sure we always destroy our libcdio handle.
5512
5513 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5514
5515         * tests/check/Makefile.am:
5516         Disable autovideosink so the buildbots don't barf over memory
5517         leaked in the directfb sink.
5518
5519 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5520
5521         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5522         Chain up in dispose
5523
5524 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5525
5526         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5527         (gst_multipart_find_pad_by_mime):
5528         Use gst_pad_new_from_static_template instead of
5529         static_pad_template_get+pad_new.
5530
5531 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5532
5533         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5534         Catch the case where no clock has been set.
5535
5536 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5537
5538         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5539         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5540         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5541         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5542         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5543         (gst_gconf_audio_src_finalize), (do_toggle_element):
5544         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5545         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5546         (do_toggle_element):
5547         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5548         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5549         (gst_gconf_video_src_finalize), (do_toggle_element):
5550         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5551         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5552         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5553         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5554         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5555         (gst_shout2send_init), (gst_shout2send_finalize):
5556         * gst/debug/testplugin.c: (gst_test_class_init),
5557         (gst_test_finalize):
5558         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5559         (gst_flxdec_dispose):
5560         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5561         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5562         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5563         (gst_rtspsrc_finalize):
5564         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5565         * gst/rtsp/rtspextwms.h:
5566         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5567         (gst_smpte_finalize):
5568         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5569         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5570         (gst_udpsink_finalize):
5571         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5572         (gst_wavparse_sink_activate):
5573         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5574         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5575         (gst_oss_src_finalize):
5576         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5577         * sys/v4l2/gstv4l2object.h:
5578         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5579         (gst_v4l2src_finalize):
5580         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5581
5582         Fix a bunch of leaks shown by the newly-added states test.
5583
5584 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5585
5586         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5587         Use gst_pad_new_from_static_template instead of 
5588         static_pad_template_get+pad_new.
5589
5590 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5591
5592         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5593
5594         * ext/libcaca/Makefile.am:
5595         * gst/debug/Makefile.am:
5596           Don't mix tabs and spaces (#414168).
5597
5598 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5599
5600         * tests/check/generic/.cvsignore:
5601           Ignore files to please buildbot.
5602
5603 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5604
5605         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5606         (gst_wavparse_stream_data):
5607           Unbreak my previous commit (swapped nominator & denominator). Tim,
5608           thanks for spotting.
5609
5610 2007-03-02  Wim Taymans  <wim@fluendo.com>
5611
5612         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5613         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5614         (gst_cdio_cdda_src_finalize):
5615         Small code cleanups.
5616         Don't use pad_alloc as the base class cannot deal with the error codes.
5617
5618 2007-03-02  Wim Taymans  <wim@fluendo.com>
5619
5620         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5621         (gst_udpsrc_create):
5622         Fix doc.
5623
5624 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5625
5626         Patch by: René Stadler <mail@renestadler.de>
5627
5628         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5629         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5630         (gst_wavparse_stream_data):
5631           Handle rounding better to not drop last sample frame. Fixes #356692
5632
5633 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5634
5635         * tests/check/Makefile.am:
5636         Disable cacasink from the states check too - it also calls exit(1)
5637         on us when it can't find a terminal to talk to.
5638
5639 2007-03-02  Wim Taymans  <wim@fluendo.com>
5640
5641         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5642
5643         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5644         (gst_udpsrc_create), (gst_udpsrc_set_property),
5645         (gst_udpsrc_get_property):
5646         * gst/udp/gstudpsrc.h:
5647         Add support to strip proprietary headers. Fixes #350296.
5648
5649 2007-03-02  Wim Taymans  <wim@fluendo.com>
5650
5651         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5652         Fix compilation.
5653
5654 2007-03-02  Wim Taymans  <wim@fluendo.com>
5655
5656         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5657
5658         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5659         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5660         (gst_rtp_mp2t_depay_set_property),
5661         (gst_rtp_mp2t_depay_get_property):
5662         * gst/rtp/gstrtpmp2tdepay.h:
5663         Add support to strip off proprietary headers. Fixes #350278.
5664
5665 2007-03-02  Wim Taymans  <wim@fluendo.com>
5666
5667         * ext/hal/hal.c:
5668         Fix compilation.
5669
5670 2007-03-02  Wim Taymans  <wim@fluendo.com>
5671
5672         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5673         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5674         (gst_sunaudiosrc_open):
5675         * sys/sunaudio/gstsunaudiosrc.h:
5676         Remove device-name from GstSunAudioSrc. Fixes #412597.
5677
5678 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5679
5680         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5681         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5682         Having NULL as UDI previously selected the default sink/src. Change
5683         this back but mention it in the debug output.
5684         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5685         (gst_hal_get_oss_element), (gst_hal_get_string),
5686         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5687         (gst_hal_get_audio_src):
5688         * ext/hal/hal.h:
5689         Refactor a bit, check all error conditions, greatly improve debugging
5690         and fix some possible memory leaks. Also implement OSS support
5691         and allow specifying an UDI that points to a real device. For this the
5692         child device which supports ALSA (preferred) or OSS is used.
5693         As a side effect this makes it impossible now to get a alsasink in
5694         halaudiosrc and a alsasrc in halaudiosink.
5695
5696 2007-03-01  Wim Taymans  <wim@fluendo.com>
5697
5698         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5699         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5700         Errors from the udp sources are not fatal unless all of them are in
5701         error.
5702
5703 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5704
5705         * tests/check/Makefile.am:
5706         Disable aasink in the states test. I suspect this is the element that
5707         is calling exit(1) when it can't proceed.
5708
5709 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5710
5711         * tests/check/Makefile.am:
5712         Draw plugins in from the build tree sys/ dir, rather than picking
5713         up the already installed versions.
5714
5715 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5716
5717         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5718         Error out correctly when getting xcontext fails.
5719
5720 2007-03-01  Wim Taymans  <wim@fluendo.com>
5721
5722         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5723         Make state change to PAUSED NO_PREROLL because that's what it will be in
5724         the future and rtspsrc relies on it.
5725
5726         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5727         (gst_rtspsrc_change_state):
5728         Don't error out when we don't get an error from the state change
5729         function.
5730
5731 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5732
5733         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5734         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5735           Check if the device UDI is set before trying to query HAL
5736           about it and give a useful error message if it wasn't set.
5737         * ext/hal/hal.c: (gst_hal_get_string):
5738           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5739           gives an assertion failure in D-Bus when running with
5740           DBUS_FATAL_WARNINGS=1.
5741
5742 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5743
5744         * configure.ac:
5745           Convert to new AG_GST style.
5746
5747 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5748
5749         * tests/check/Makefile.am:
5750         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5751           add test for states
5752
5753 2007-02-28  Wim Taymans  <wim@fluendo.com>
5754
5755         * tests/check/elements/.cvsignore:
5756         Add new videofilter check to .cvsignore.
5757
5758 2007-02-28  Wim Taymans  <wim@fluendo.com>
5759
5760         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5761         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5762         (gst_avi_demux_loop), (gst_avi_demux_chain):
5763         Fix combined flow return. Fixes #412608.
5764
5765 2007-02-28  Wim Taymans  <wim@fluendo.com>
5766
5767         * gst/videofilter/Makefile.am:
5768         Dist header..
5769
5770 2007-02-28  Wim Taymans  <wim@fluendo.com>
5771
5772         * gst/videofilter/gstgamma.h:
5773         Add header too.
5774
5775 2007-02-28  Wim Taymans  <wim@fluendo.com>
5776
5777         Patch by: Mark Nauwelaerts <manauw at skynet be>
5778
5779         * gst/videofilter/Makefile.am:
5780         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5781         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5782         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5783         (oil_tablelookup_u8), (gst_gamma_set_caps),
5784         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5785         Port gamma filter to 0.10. Fixes #412704.
5786
5787         * tests/check/Makefile.am:
5788         * tests/check/elements/videofilter.c: (setup_filter),
5789         (cleanup_filter), (check_filter), (GST_START_TEST),
5790         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5791         Add unit tests for videofilters.
5792
5793 2007-02-28  Wim Taymans  <wim@fluendo.com>
5794
5795         * gst/rtsp/URLS:
5796         Add another interesting test url.
5797
5798         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5799         Don't allow getting header fields from data packets.
5800
5801 2007-02-28  Michael Smith  <msmith@fluendo.com>
5802
5803         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5804         (gst_shout2send_init), (gst_shout2send_start),
5805         (gst_shout2send_set_property), (gst_shout2send_get_property):
5806         * ext/shout2/gstshout2.h:
5807           Add a property for username.
5808
5809 2007-02-27  Christian Schallerr <christian@fluendo.com>
5810
5811         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5812
5813 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5814
5815         * gst/rtsp/Makefile.am:
5816         Fix make check too.
5817
5818 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5819
5820         * gst/rtsp/base64.c: (util_base64_encode):
5821         * gst/rtsp/base64.h:
5822         Commit missing files for base64 encoding.
5823
5824 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5825
5826         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5827
5828         * configure.ac:
5829         * ext/annodex/Makefile.am:
5830         * ext/jpeg/Makefile.am:
5831         * ext/speex/Makefile.am:
5832         * gst/alpha/Makefile.am:
5833         * gst/cutter/Makefile.am:
5834         * gst/debug/Makefile.am:
5835         * gst/effectv/Makefile.am:
5836         * gst/goom/Makefile.am:
5837         * gst/level/Makefile.am:
5838         * gst/smpte/Makefile.am:
5839         * gst/videofilter/Makefile.am:
5840           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5841
5842 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5843
5844         * gst/rtsp/Makefile.am:
5845         * gst/rtsp/rtspconnection.c: (append_auth_header),
5846         (rtsp_connection_send), (rtsp_connection_set_auth):
5847         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5848         from icecast to replace it. Relicensed from GPL courtesy of Mike
5849         Smith.
5850
5851 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5852
5853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5854         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5855         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5856         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5857         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5858         (gst_rtspsrc_uri_set_uri):
5859         * gst/rtsp/gstrtspsrc.h:
5860         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5861         (append_auth_header), (rtsp_connection_send),
5862         (rtsp_connection_free), (rtsp_connection_set_auth):
5863         * gst/rtsp/rtspconnection.h:
5864         * gst/rtsp/rtspdefs.h:
5865         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5866         * gst/rtsp/rtspurl.h:
5867
5868         Implement simple Basic Authentication support so that urls like
5869         rtsp://user:pass@hostname/rtspstream work on hosts that require
5870         authentication.
5871
5872 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5873
5874         * sys/v4l2/gstv4l2object.c:
5875         * sys/v4l2/gstv4l2tuner.c:
5876         * sys/v4l2/v4l2_calls.c:
5877         Fix segfault when oppening a radio device.
5878         
5879 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5880
5881         * gst/level/gstlevel.c: (gst_level_set_caps),
5882         (gst_level_transform_ip):
5883         * sys/v4l2/README:
5884         * tests/check/elements/level.c: (GST_START_TEST):
5885           Fix level for multi-channel case.
5886
5887 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5888
5889         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5890         (gst_level_transform_ip):
5891         * gst/level/gstlevel.h:
5892           Use function pointer for process function and add process functions
5893           for float audio.
5894
5895 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5896
5897         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5898         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5899         (gst_v4l2src_capture_init):
5900           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5901           fixes #407369
5902
5903 2007-02-18  Wim Taymans  <wim@fluendo.com>
5904
5905         * gst/rtp/Makefile.am:
5906         * gst/rtp/gstrtp.c: (plugin_init):
5907         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5908         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5909         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5910         (gst_rtp_mp2t_pay_plugin_init):
5911         * gst/rtp/gstrtpmp2tpay.h:
5912         Added simple mpeg transport stream payloader.
5913
5914 2007-02-16  Wim Taymans  <wim@fluendo.com>
5915
5916         * gst/rtsp/URLS:
5917         Add example H264 rtsp url.
5918
5919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5920         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5921         Don't convert values to lowercase or we might mess up base64 encoded
5922         properties.
5923
5924 2007-02-16  Wim Taymans  <wim@fluendo.com>
5925
5926         * gst/rtp/README:
5927         Fix case of string params.
5928
5929         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5930         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5931         Fix depayloader, support more packet types.
5932         Add sync codes to make sure the packetizer can do its job.
5933
5934         * gst/rtp/gstrtpmp4gdepay.c:
5935         * gst/rtp/gstrtpmp4gpay.c:
5936         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5937         Fix caps case again.
5938
5939 2007-02-15  Wim Taymans  <wim@fluendo.com>
5940
5941         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5942         Set right caps on output buffers.
5943
5944 2007-02-14  Wim Taymans  <wim@fluendo.com>
5945
5946         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5947         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5948         Clear stack allocated SDPMedia struct before calling _init() on it.
5949         Clarify this in the docs as well.
5950
5951 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5952
5953         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5954         (do_change_child):
5955         Don't reset the profile when going switching states, as it makes
5956         the element non-reusable.
5957
5958 2007-02-14  Wim Taymans  <wim@fluendo.com>
5959
5960         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5961         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5962         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5963         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5964         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5965         (sdp_parse_line):
5966         * gst/rtsp/sdpmessage.h:
5967         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5968         Fix memory management of SDP messages. Fixes #407793.
5969
5970 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5971
5972         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5973
5974         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5975         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5976
5977 2007-02-14  Wim Taymans  <wim@fluendo.com>
5978
5979         Patch by: jp.liu <jp_liu at astrocom dot cn>
5980
5981         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
5982         Fix parsing of password field in url. Fixes #407797.
5983
5984 2007-02-14  Wim Taymans  <wim@fluendo.com>
5985
5986         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
5987         (gst_wavparse_reset), (gst_wavparse_init),
5988         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
5989         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
5990         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
5991         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
5992         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
5993         (gst_wavparse_loop), (gst_wavparse_chain),
5994         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5995         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
5996         (plugin_init):
5997         * gst/wavparse/gstwavparse.h:
5998         Update docs.
5999         Use boilerplate.
6000         Various code cleanups.
6001         When the bitrate is not known (bps == 0 or compressed formats) let
6002         downstream element guestimate the duration and position and don't
6003         generate timestamps or durations. Fixes #405213.
6004         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6005         error flowreturn upstream.
6006
6007 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6008
6009         * ext/gconf/Makefile.am:
6010         * ext/gconf/gconf.c: (gst_gconf_get_string),
6011         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6012         (gst_gconf_render_bin_with_default):
6013         * ext/gconf/gconf.h:
6014         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6015         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6016         (gst_gconf_audio_sink_dispose), (do_change_child),
6017         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6018         (cb_change_child), (gst_gconf_audio_sink_change_state):
6019         * ext/gconf/gstgconfaudiosink.h:
6020         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6021         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6022         (gst_switch_sink_init), (gst_switch_sink_dispose),
6023         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6024         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6025         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6026         * ext/gconf/gstswitchsink.h:
6027         * gst/autodetect/gstautoaudiosink.c:
6028         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6029         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6030         (gst_auto_audio_sink_detect):
6031         * gst/autodetect/gstautovideosink.c:
6032         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6033         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6034         (gst_auto_video_sink_detect):
6035         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6036         and a child that implements the GConf key monitoring. The end goal of
6037         this is an audio sink that can be changed on the fly, but at the 
6038         moment it still only changes on the next READY transition.
6039
6040 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6041
6042         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6043         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6044         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6045         (gst_avi_demux_calculate_durations_from_index),
6046         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6047         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6048         (gst_avi_demux_loop):
6049           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6050
6051 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6052
6053         * configure.ac:
6054         * docs/plugins/Makefile.am:
6055           Add crossreferences to glib/gobject/gstream docs.
6056
6057 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         * gst/monoscope/Makefile.am:
6060         * gst/monoscope/gstmonoscope.c:
6061           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6062           (but no LIBS, since we only use defines from the headers).
6063
6064 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6065
6066         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6067
6068         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6069         (gst_wavparse_stream_data):
6070           Fix massive memory leak when operating in streaming mode due to
6071           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6072           Fixes #407057.
6073
6074 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6075
6076         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6077         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6078         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6079         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6080         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6081         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6082         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6083         (gst_avi_demux_calculate_durations_from_index),
6084         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6085         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6086         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6087         * gst/avi/gstavidemux.h:
6088           Save some memory (8%) by repacking the index entry structure (more to
6089           come). Add more FIXMEs to questionable parts.
6090
6091 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6092
6093         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6094         (gst_v4l2src_get_caps):
6095         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6096         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6097         (gst_v4l2src_capture_init):
6098           More FIXME comments and messaging changes.
6099
6100 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6101
6102         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6103         (gst_goom_change_state):
6104         * gst/goom/gstgoom.h:
6105           Improved docs and use GST_DEBUG_FUNCPTR.
6106
6107         * gst/level/gstlevel.c: (gst_level_class_init):
6108           Use GST_DEBUG_FUNCPTR.
6109
6110         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6111         (gst_monoscope_chain), (gst_monoscope_change_state):
6112           Improved docs source cleanups.
6113
6114 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6115
6116         * gst/debug/Makefile.am:
6117         * gst/debug/gstdebug.c: (plugin_init):
6118         * gst/debug/gstpushfilesrc.c:
6119         * gst/debug/gstpushfilesrc.h:
6120           Add code for a pushfilesrc element that implements a pushfile:// URI
6121           handler, to make debugging push-mode operation of demuxer/decoders
6122           that support both easier in connection with seek/playbin/etc.
6123           The element isn't registered at the moment.
6124
6125 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6126
6127         * gst/avi/gstavimux.c:
6128           Comment a #if 0 in caps template definition as VS6 seems to 
6129         do not support it.
6130         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6131           Use gst_guint64_to_gdouble for conversion.
6132         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6133           Move variables declaration before the first instruction.
6134         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6135           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6136           And don't include netdb.h for G_OS_WIN32
6137         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6138           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6139           by VS6 then use an other way to initialize SDPMedia structure.
6140         * gst/udp/gstdynudpsink.h:
6141         * gst/udp/gstdynudpnetutils.h:
6142           Do not include <sys/time.h> for G_OS_WIN32
6143         * gst/udp/gstudpsrc.c:
6144           Define socklen_t as int for G_OS_WIN32
6145         * win/common/config.h.in:
6146           Undef HAVE_NETINET_IN_H
6147         * win32/vs6/gst_plugins_good.dsw:
6148         * win32/vs6/libgstrtp.dsp:
6149         * win32/vs6/libgstrtsp.dsp:
6150         * win32/vs6/libgstautogen.dsp:
6151         * win32/vs6/libgstaudiofx.dsp:
6152         * win32/vs6/libgstudp.dsp:
6153           Add and update project files.
6154         * win32/common/gstudp-enumtypes.c:
6155         * win32/common/gstudp-enumtypes.h:
6156           Add a copy of udp enumtypes to win32/common as in core 
6157           and base.
6158         
6159 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6160
6161         * configure.ac:
6162           Activate monoscope when building with --enable-experimental. Fix
6163           --enable-external configure switch description.
6164
6165         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6166         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6167           Help gst-indent.
6168
6169 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6172           Explicitly cast result of pointer arithmetic to integer in order to
6173           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6174
6175 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * gst/debug/progressreport.c:
6178           Some more docs.
6179
6180 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6181
6182         * docs/plugins/inspect/plugin-rtp.xml:
6183           Update for new elements.
6184
6185         * gst/debug/progressreport.h:
6186           Commit newly-created header file as well.
6187
6188 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         * docs/plugins/Makefile.am:
6191         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6193         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6194         * gst/debug/Makefile.am:
6195         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6196         (gst_progress_report_do_query), (gst_progress_report_report):
6197           Make progressreport element post messages with the current progress
6198           on the bus. Also add some basic docs for it.
6199
6200 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         * ext/hal/hal.c: (gst_hal_get_string):
6203         * ext/hal/hal.h:
6204           Some small cleanups; deal with errors when parsing the HAL ALSA
6205           capabilities a bit better.
6206
6207 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6210           Let's try this again and use the right cast this time.
6211
6212 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6215           Add cast to avoid compiler warnings with older GLib versions
6216           where the nick/name members in GEnumValue are not declared as
6217           constant strings.
6218
6219 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6220
6221         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6222         (gst_gconf_render_bin_from_key),
6223         (gst_gconf_get_default_audio_sink):
6224         * ext/gconf/gconf.h:
6225         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6226         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6227         (gst_gconf_audio_sink_get_property):
6228           In gconfaudiosink, get the right key as the old key in do_toggle
6229           (ie. one dependent on the profile selected). Log some more stuff so
6230           we can see what's actually going on.
6231
6232 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6233
6234         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6235         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6236         (gst_audio_amplify_set_process_function),
6237         (gst_audio_amplify_setup):
6238         * gst/audiofx/audioamplify.h:
6239         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6240         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6241         * gst/audiofx/audioinvert.h:
6242         Some small cleanups and port both elements to the new GstAudioFilter
6243         base class to save a few lines of common code.
6244         * gst/audiofx/Makefile.am:
6245         Link against libgstaudio for the above changes
6246
6247 2007-01-29  Wim Taymans  <wim@fluendo.com>
6248
6249         * tests/check/elements/.cvsignore:
6250         Some more ignores.
6251
6252 2007-01-26  Wim Taymans  <wim@fluendo.com>
6253
6254         Patch by: charles <charlesg3 at gmail dot com>
6255
6256         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6257         (set_shout_metadata), (gst_shout2send_event):
6258         * ext/shout2/gstshout2.h:
6259         Properly handle tags in shout2send. Fixes #399825.
6260
6261 2007-01-25  Wim Taymans  <wim@fluendo.com>
6262
6263         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6264         (gst_rtspsrc_activate_streams):
6265         Convert SDP fields to upper/lowercase following the rules in the SDP to
6266         caps document. 
6267
6268 2007-01-25  Wim Taymans  <wim@fluendo.com>
6269
6270         * gst/rtp/README:
6271         * gst/rtp/gstrtpilbcdepay.c:
6272         * gst/rtp/gstrtpilbcpay.c:
6273         * gst/rtp/gstrtpmp4gdepay.c:
6274         * gst/rtp/gstrtpmp4gpay.c:
6275         * gst/rtp/gstrtpspeexdepay.c:
6276         * gst/rtp/gstrtpspeexpay.c:
6277         * gst/rtp/gstrtpsv3vdepay.c:
6278         * gst/rtp/gstrtptheoradepay.c:
6279         * gst/rtp/gstrtptheorapay.c:
6280         * gst/rtp/gstrtpvorbisdepay.c:
6281         * gst/rtp/gstrtpvorbispay.c:
6282         Fix case of encoding-name and key/value pairs to match the document.
6283         This is to make interoperation with SDP case-insensitive as required by
6284         the relevant RFCs.
6285
6286 2007-01-25  Wim Taymans  <wim@fluendo.com>
6287
6288         * configure.ac:
6289         Bump required -core/-base to CVS
6290
6291 2007-01-25  Wim Taymans  <wim@fluendo.com>
6292
6293         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6294         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6295         * gst/rtp/gstrtpL16pay.h:
6296         Fill up to MTU using adapter.
6297         Timestamp rtp packets.
6298
6299 2007-01-25  Edward Hervey  <edward@fluendo.com>
6300
6301         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6302         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6303         Use G_GSIZE_FORMAT in print statements for portability.
6304         Fixes build on macosx.
6305
6306 2007-01-24  Wim Taymans  <wim@fluendo.com>
6307
6308         * gst/rtp/Makefile.am:
6309         * gst/rtp/gstrtp.c: (plugin_init):
6310         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6311         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6312         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6313         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6314         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6315         (gst_rtp_L16_depay_plugin_init):
6316         * gst/rtp/gstrtpL16depay.h:
6317         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6318         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6319         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6320         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6321         (gst_rtp_L16_pay_plugin_init):
6322         * gst/rtp/gstrtpL16pay.h:
6323         Port and enable raw audio payloader/depayloader. Needs a bit more work
6324         on the payloader side.
6325
6326 2007-01-24  Wim Taymans  <wim@fluendo.com>
6327
6328         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6329         (gst_rtspsrc_stream_configure_transport),
6330         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6331         * gst/rtsp/gstrtspsrc.h:
6332         Only unblock the udp pads when we linked and activated them all.
6333         Fixes #395688.
6334
6335 2007-01-24  Wim Taymans  <wim@fluendo.com>
6336
6337         * gst/rtp/Makefile.am:
6338         * gst/rtp/gstrtp.c: (plugin_init):
6339         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6340         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6341         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6342         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6343         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6344         * gst/rtp/gstrtpac3depay.h:
6345         Added simple AC3 depayloader (RFC 4184).
6346
6347         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6348         Fix a leak.
6349
6350 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6351
6352         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6353
6354         * gst/audiofx/Makefile.am:
6355         * gst/audiofx/audioamplify.c:
6356         (gst_audio_amplify_clipping_method_get_type),
6357         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6358         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6359         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6360         (gst_audio_amplify_set_caps),
6361         (gst_audio_amplify_transform_int_clip),
6362         (gst_audio_amplify_transform_int_wrap_negative),
6363         (gst_audio_amplify_transform_int_wrap_positive),
6364         (gst_audio_amplify_transform_float_clip),
6365         (gst_audio_amplify_transform_float_wrap_negative),
6366         (gst_audio_amplify_transform_float_wrap_positive),
6367         (gst_audio_amplify_transform_ip):
6368         * gst/audiofx/audioamplify.h:
6369         * gst/audiofx/audiofx.c: (plugin_init):
6370         Add new element "audioamplify". This allows scaling of raw audio
6371         samples, similar to the "volume" element, but provides different modes
6372         for clipping and allows unlimited amplification. It's mainly targeted
6373         for creative sound design and not as a replacement of the "volume"
6374         element. Fixes #397162
6375         * docs/plugins/Makefile.am:
6376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6378         * docs/plugins/gst-plugins-good-plugins.args:
6379         * docs/plugins/inspect/plugin-audiofx.xml:
6380         Add docs for audioamplify and integrate them into the build system
6381         * tests/check/Makefile.am:
6382         * tests/check/elements/audioamplify.c: (setup_amplify),
6383         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6384         Add fairly extensive unit test suite for audioamplify
6385
6386 2007-01-24  Wim Taymans  <wim@fluendo.com>
6387
6388         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6389         Unblock pads after adding the pads to the element so that autopluggers
6390         get a change to link something. Possibly fixes #395688.
6391
6392 2007-01-24  Wim Taymans  <wim@fluendo.com>
6393
6394         * gst/rtp/gstrtpamrdepay.c:
6395         * gst/rtp/gstrtpgsmdepay.c:
6396         * gst/rtp/gstrtph263pdepay.c:
6397         * gst/rtp/gstrtph263ppay.c:
6398         * gst/rtp/gstrtph264depay.c:
6399         * gst/rtp/gstrtpilbcdepay.c:
6400         * gst/rtp/gstrtpmp2tdepay.c:
6401         * gst/rtp/gstrtpmp4gdepay.c:
6402         * gst/rtp/gstrtpmp4gpay.c:
6403         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6404         * gst/rtp/gstrtpmp4vpay.c:
6405         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6406         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6407         (gst_rtp_mpa_depay_process):
6408         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6409         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6410         * gst/rtp/gstrtppcmadepay.c:
6411         * gst/rtp/gstrtppcmudepay.c:
6412         * gst/rtp/gstrtpspeexdepay.c:
6413         * gst/rtp/gstrtpspeexpay.c:
6414         * gst/rtp/gstrtpsv3vdepay.c:
6415         * gst/rtp/gstrtptheoradepay.c:
6416         * gst/rtp/gstrtptheorapay.c:
6417         * gst/rtp/gstrtpvorbisdepay.c:
6418         * gst/rtp/gstrtpvorbispay.c:
6419         Fix caps with payload numbers.
6420         Add some fixed payload numbers to caps when possible.
6421
6422 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6423
6424         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6425
6426         * gst/audiofx/Makefile.am:
6427         * gst/audiofx/audiofx.c: (plugin_init):
6428         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6429         (gst_audio_invert_class_init), (gst_audio_invert_init),
6430         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6431         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6432         (gst_audio_invert_transform_float),
6433         (gst_audio_invert_transform_ip):
6434         * gst/audiofx/audioinvert.h:
6435         Add new audiofx element "audioinvert". This element swaps the upper
6436         and lower half of samples and can be used for example for a
6437         wide-stereo effect. Fixes #396057
6438         * docs/plugins/Makefile.am:
6439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6441         * docs/plugins/gst-plugins-good-plugins.args:
6442         * docs/plugins/inspect/plugin-audiofx.xml:
6443         Add docs for the audioinvert element and add them to the build system.
6444         * tests/check/Makefile.am:
6445         * tests/check/elements/audioinvert.c: (setup_invert),
6446         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6447         Add unit test suite for the audioinvert element.
6448
6449 2007-01-23  Wim Taymans  <wim@fluendo.com>
6450
6451         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6452         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6453         Parse config params as string and int.
6454         Parse and use AU header length
6455
6456 2007-01-23  Wim Taymans  <wim@fluendo.com>
6457
6458         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6459         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6460         * gst/smpte/gstmask.c: (_gst_mask_register):
6461         * gst/smpte/gstmask.h:
6462         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6463         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6464         (gst_smpte_paint_triangle_clock):
6465         constify some static structs.
6466         Don't update the mask if nothing changed to the params.
6467         Make sure we never draw outside of the picture. Fixes #398325.
6468
6469 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6470
6471         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6472           Error out properly when pull_range fails while we're reading the
6473           headers, instead of just pausing the task silently. Fixes #399338.
6474
6475 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6478           Some more sanity checks to make sure the input formats match and the
6479           input pads are actually negotiated, in case someone tries to feed
6480           buffers from fakesrc or filesrc. Fixes #398299.
6481           Also const-ify an array, just because we can.
6482
6483 2007-01-19  Edward Hervey  <edward@fluendo.com>
6484
6485         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6486         Ignore previous commit, that was only valid for widths and heights
6487         that are multiples of 4.
6488         Copy over size/stride macros from jpegdec. This allows the element
6489         to work with any width,height...
6490         ... but puts in evidence that the actual transformations only work
6491         with width/height that are multiples of 4.
6492
6493 2007-01-19  Edward Hervey  <edward@fluendo.com>
6494
6495         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6496         Allocate buffers of the right size.
6497         The proper size of a I420 buffer in bytes is:
6498         
6499             width * height * 3
6500             ------------------
6501                     2
6502
6503 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6504
6505         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6506           Proxy getcaps on sink pads too, so that we either end up with the
6507           same dimensions on all pads or error out if that's not possible
6508           (seems to work even!). Fixes #398086, I think.
6509
6510 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6511
6512         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6513         * docs/plugins/gst-plugins-good-plugins.args:
6514         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6515           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6516           fix integer properties with -1 as minimum value.
6517
6518         * docs/plugins/inspect/plugin-1394.xml:
6519         * docs/plugins/inspect/plugin-aasink.xml:
6520         * docs/plugins/inspect/plugin-alaw.xml:
6521         * docs/plugins/inspect/plugin-alpha.xml:
6522         * docs/plugins/inspect/plugin-alphacolor.xml:
6523         * docs/plugins/inspect/plugin-annodex.xml:
6524         * docs/plugins/inspect/plugin-apetag.xml:
6525         * docs/plugins/inspect/plugin-audiofx.xml:
6526         * docs/plugins/inspect/plugin-auparse.xml:
6527         * docs/plugins/inspect/plugin-autodetect.xml:
6528         * docs/plugins/inspect/plugin-avi.xml:
6529         * docs/plugins/inspect/plugin-cacasink.xml:
6530         * docs/plugins/inspect/plugin-cairo.xml:
6531         * docs/plugins/inspect/plugin-cdio.xml:
6532         * docs/plugins/inspect/plugin-cutter.xml:
6533         * docs/plugins/inspect/plugin-debug.xml:
6534         * docs/plugins/inspect/plugin-dv.xml:
6535         * docs/plugins/inspect/plugin-efence.xml:
6536         * docs/plugins/inspect/plugin-effectv.xml:
6537         * docs/plugins/inspect/plugin-esdsink.xml:
6538         * docs/plugins/inspect/plugin-flac.xml:
6539         * docs/plugins/inspect/plugin-flxdec.xml:
6540         * docs/plugins/inspect/plugin-gconfelements.xml:
6541         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6542         * docs/plugins/inspect/plugin-goom.xml:
6543         * docs/plugins/inspect/plugin-halelements.xml:
6544         * docs/plugins/inspect/plugin-icydemux.xml:
6545         * docs/plugins/inspect/plugin-id3demux.xml:
6546         * docs/plugins/inspect/plugin-jpeg.xml:
6547         * docs/plugins/inspect/plugin-level.xml:
6548         * docs/plugins/inspect/plugin-matroska.xml:
6549         * docs/plugins/inspect/plugin-mulaw.xml:
6550         * docs/plugins/inspect/plugin-multipart.xml:
6551         * docs/plugins/inspect/plugin-navigationtest.xml:
6552         * docs/plugins/inspect/plugin-ossaudio.xml:
6553         * docs/plugins/inspect/plugin-png.xml:
6554         * docs/plugins/inspect/plugin-rtp.xml:
6555         * docs/plugins/inspect/plugin-rtsp.xml:
6556         * docs/plugins/inspect/plugin-shout2send.xml:
6557         * docs/plugins/inspect/plugin-smpte.xml:
6558         * docs/plugins/inspect/plugin-speex.xml:
6559         * docs/plugins/inspect/plugin-taglib.xml:
6560         * docs/plugins/inspect/plugin-udp.xml:
6561         * docs/plugins/inspect/plugin-videobalance.xml:
6562         * docs/plugins/inspect/plugin-videobox.xml:
6563         * docs/plugins/inspect/plugin-videoflip.xml:
6564         * docs/plugins/inspect/plugin-videomixer.xml:
6565         * docs/plugins/inspect/plugin-wavenc.xml:
6566         * docs/plugins/inspect/plugin-wavparse.xml:
6567         * docs/plugins/inspect/plugin-ximagesrc.xml:
6568           Update to CVS.
6569
6570 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6571
6572         Patch by: Sebastian Dröge <slomo circular-chaos org>
6573
6574         * gst/audiofx/audiopanorama.c:
6575           Fix doc section name (Fixes #397946)
6576
6577 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6578
6579         * sys/v4l2/gstv4l2object.c:
6580         (gst_v4l2_object_install_properties_helper),
6581         (gst_v4l2_object_set_property_helper),
6582         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6583         * sys/v4l2/gstv4l2object.h:
6584         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6585         (gst_v4l2src_init), (gst_v4l2src_set_property),
6586         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6587         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6588         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6589         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6590         (gst_v4l2src_capture_deinit):
6591           Fix EIO handing when capturing. Add new property to specify the number of
6592           buffers to enque (and remove the borked num-buffers usage).
6593
6594 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6595
6596         Patch by: Sebastian Dröge <slomo circular-chaos org>
6597
6598         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6599         (gst_audio_panorama_set_process_function):
6600           Use a function array for process methods, add more docs and define the
6601           startindex of enums.
6602
6603 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6604
6605         Patch by: Mark Nauwelaerts <manauw at skynet be>
6606
6607         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6608         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6609         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6610         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6611         (gst_avi_mux_riff_get_avi_header),
6612         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6613         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6614         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6615         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6616         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6617         (gst_avi_mux_change_state):
6618         * gst/avi/gstavimux.h:
6619         * tests/check/elements/avimux.c: (teardown_src_pad):
6620           Add support for more than one audio stream; write better AVIX
6621           header; refactor code a bit; don't announce vorbis caps on our audio
6622           sink pads since we don't support it anyway. Closes #379298.
6623
6624 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6625
6626         Patch by: Sebastian Dröge <slomo circular-chaos org>
6627
6628         * gst/audiofx/audiopanorama.c:
6629         (gst_audio_panorama_method_get_type),
6630         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6631         (gst_audio_panorama_set_process_function),
6632         (gst_audio_panorama_set_property),
6633         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6634         (gst_audio_panorama_transform_m2s_int_simple),
6635         (gst_audio_panorama_transform_s2s_int_simple),
6636         (gst_audio_panorama_transform_m2s_float_simple),
6637         (gst_audio_panorama_transform_s2s_float_simple):
6638         * gst/audiofx/audiopanorama.h:
6639           Add 'method' property and provide a simple (non-psychoacustic)
6640           processing method (#394859).
6641
6642         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6643         (panorama_suite):
6644           Tests for new method.
6645
6646 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6647
6648         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6649         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6650           Set correct caps on outgoing pulled buffers, or things blow up
6651           after recent core changes.
6652
6653 2007-01-11  Wim Taymans  <wim@fluendo.com>
6654
6655         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6656
6657         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6658         (gst_multipart_mux_request_new_pad),
6659         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6660         (gst_multipart_mux_change_state):
6661         Return FLOW errors ASAP. Fixes #394977.
6662         Misc cleanups.
6663
6664 2007-01-11  Wim Taymans  <wim@fluendo.com>
6665
6666         Patch by: Lutz Mueller <lutz at topfrose dot de>
6667
6668         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6669         Check for stream pad before activating. 
6670
6671 2007-01-10  Wim Taymans  <wim@fluendo.com>
6672
6673         Patch by: Peter Kjellerstedt  <pkj at axis com>
6674
6675         * gst/rtsp/COPYING.MIT:
6676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6677         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6678         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6679         (gst_rtspsrc_stream_configure_transport),
6680         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6681         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6682         (gst_rtspsrc_parse_methods),
6683         (gst_rtspsrc_create_transports_string),
6684         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6685         (gst_rtspsrc_open), (gst_rtspsrc_close):
6686         * gst/rtsp/gstrtspsrc.h:
6687         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6688         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6689         (parse_request_line), (parse_line), (rtsp_connection_read),
6690         (rtsp_connection_close):
6691         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6692         (rtsp_method_as_text), (rtsp_header_as_text),
6693         (rtsp_status_as_text), (rtsp_find_header_field),
6694         (rtsp_find_method):
6695         * gst/rtsp/rtspdefs.h:
6696         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6697         (rtsp_ext_wms_configure_stream):
6698         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6699         (rtsp_message_new_request), (rtsp_message_init_request),
6700         (rtsp_message_new_response), (rtsp_message_init_response),
6701         (rtsp_message_init_data), (rtsp_message_unset),
6702         (rtsp_message_free), (rtsp_message_add_header),
6703         (rtsp_message_get_header), (rtsp_message_set_body),
6704         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6705         * gst/rtsp/rtspmessage.h:
6706         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6707         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6708         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6709         (sdp_message_dump):
6710         Allow url to be NULL to be able to use it for server connections.
6711         Can now send responses as well as requests.
6712         No longer hangs in an endless loop if EOF is received.
6713         Can now convert a status code to a text string.
6714         Return RTSP_HDR_INVALID for unknown headers.
6715         Return RTSP_INVALID for unknown methods.
6716         Copy CSeq and Session headers from the request.
6717         Only free memory corresponding to the currently set message type.
6718         Added const to function arguments as appropriate.
6719         Avoid a compiler warning when initializing nmedia.
6720         Use guint rather than gint to avoid compiler warnings.
6721         Fix crasher in wms extension.
6722         Factor out stream setup from open_connection.
6723         Delay activation of streams when actual data is received from the
6724         server, this prepares us to do proper protocol switching.
6725         Added new license.
6726         Fixes #380895.
6727
6728
6729 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6730
6731         Patch by: Sebastian Dröge <slomo ubuntu com>
6732
6733         * docs/plugins/Makefile.am:
6734         * gst/audiofx/audiopanorama.c:
6735           Some small docs fixes (#394851).
6736
6737 2007-01-09  Wim Taymans  <wim@fluendo.com>
6738
6739         * gst/avi/gstavidemux.c:
6740         Fix docs.
6741
6742 2007-01-09  Wim Taymans  <wim@fluendo.com>
6743
6744         * gst/rtp/Makefile.am:
6745         * gst/rtp/gstrtp.c: (plugin_init):
6746         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6747         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6748         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6749         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6750         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6751         * gst/rtp/gstrtpmpvdepay.h:
6752           Added RFC 2250 MPEG Video Depayloader.
6753
6754         * gst/rtp/gstrtpL16depay.h:
6755         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6756         (gst_rtp_h263p_depay_process):
6757         Fix Header file. Small cleanups.
6758
6759         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6760         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6761         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6762         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6763         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6764         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6765         (gst_rtp_mp4v_depay_change_state):
6766         Remove usused code. Remove Adapter from state Change. Added debug.
6767
6768         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6769         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6770         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6771         * gst/rtp/gstrtpmpadepay.h:
6772         Subclass base depayloader.
6773         Added debug.
6774         Support static payload type assignment as well.
6775
6776         * gst/rtp/gstrtpmpapay.c:
6777         Fix caps.
6778
6779 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6782
6783         * ext/jpeg/gstjpegdec.c:
6784         * ext/jpeg/gstjpegenc.c:
6785         * ext/jpeg/smokecodec.c:
6786           These libjpeg callbacks should return a 'boolean' (unsigned char
6787           apparently) and not a 'gboolean' (which maps to gint). Fixes
6788           warnings when compiling with MingW (#393427).
6789
6790         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6791           Use ioctlsocket on win32.
6792
6793         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6794           Some printf format fixes for win32.
6795
6796 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6797
6798         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6799           Use gst_guint64_to_gdouble for conversion.
6800         * win32/vs6/libgstmatroska.dsp:
6801           Add zlib to the link.
6802         * win32/vs6/libgstvideobox.dsp:
6803           Update liboil library name (project is linked to 
6804           liboil-0.3-0.lib now).
6805           
6806 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6807
6808         * gst/matroska/Makefile.am:
6809           If zlib is available and used, we must link it explicitly for
6810           things to work on MingW (fixes #392855).
6811
6812 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * ext/esd/esdsink.c: (gst_esdsink_delay):
6815           Don't return bogus values when esd_get_delay() fails for some
6816           reason (#392189).
6817
6818 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6819
6820         * sys/ximage/gstximagesrc.c: (composite_pixel):
6821           Fix presumably copy'n'pasto for 16bpp depth.
6822
6823 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6824
6825         * gst/matroska/matroska-mux.c:
6826         (gst_matroska_mux_audio_pad_setcaps):
6827           The "signed" field in audio caps is of boolean type, trying to use
6828           gst_structure_get_int() to extract it will fail. Fixing this makes
6829           matroskamux accept raw audio input (#387121) (use at your own risk
6830           though, due to the matroska spec being not entirely useful in this
6831           respect).
6832           Also fix up raw audio structures in template caps so that they
6833           represent what our setcaps function will actually accept, so that
6834           converters know what to convert to.
6835           Finally, don't fail if there isn't an "endianness" field in 8-bit
6836           PCM caps.
6837
6838 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6839
6840         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6841         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6842         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6843         (teardown_cmmldec):
6844         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6845         (teardown_cmmlenc):
6846         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6847           reapply consistent pad (de)activation
6848
6849 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6850
6851         * configure.ac:
6852         Back to CVS
6853
6854         * gst-plugins-good.doap:
6855         Add 0.10.5 doap entry
6856
6857 === release 0.10.5 ===
6858
6859 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6860
6861         * configure.ac:
6862           releasing 0.10.5, "The Path of Thorns"
6863
6864 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6865
6866         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6867         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6868         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6869         (teardown_cmmldec):
6870         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6871         (teardown_cmmlenc):
6872         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6873           revert my freeze breakage
6874
6875 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6876
6877         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6878         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6879         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6880         (teardown_cmmldec):
6881         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6882         (teardown_cmmlenc):
6883         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6884           consistent pad (de)activation
6885
6886 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6887
6888         * configure.ac:
6889         * ext/Makefile.am:
6890         Disable LADPSA, as it has moved to the -bad module for the duration.
6891
6892 2006-12-18  Wim Taymans  <wim@fluendo.com>
6893
6894         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6895         (gst_signal_processor_event):
6896         Reset flow_state back to _OK after a flush stop so that we exit our
6897         error state after the flush. Fixes #374213
6898
6899 2006-12-16  David Schleef  <ds@schleef.org>
6900
6901         * sys/osxvideo/osxvideosink.h:
6902         * sys/osxvideo/osxvideosink.m:
6903           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6904
6905 2006-12-16  David Schleef  <ds@schleef.org>
6906
6907         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6908
6909         * sys/osxvideo/Makefile.am:
6910         * sys/osxvideo/osxvideosink.h:
6911         * sys/osxvideo/osxvideosink.m:
6912           Preliminary patch for porting osxvideosink
6913
6914 2006-12-16  Wim Taymans  <wim@fluendo.com>
6915
6916         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6917
6918         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6919         (gst_videomixer_set_master_geometry),
6920         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6921         (gst_videomixer_reset), (gst_videomixer_init),
6922         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6923         (gst_videomixer_release_pad), (gst_videomixer_collected),
6924         (gst_videomixer_change_state):
6925         Introduce some locking around the videomixer state so that it does not
6926         crash when adding/removing pads. Fixes #383043.
6927
6928 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6929
6930         * configure.ac:
6931           Make sure libcaca can actually be used instead of just checking for
6932           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6933           cross-compiling (fixes #384587).
6934
6935 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6936
6937         * Makefile.am:
6938         * gst-plugins-good.doap:
6939         * gst-plugins-good.spec.in:
6940           adding doap file
6941
6942 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6943
6944         * configure.ac:
6945           libflac-1.1.3 changed API again, but we can't build against it yet,
6946           so make sure our check doesn't use libflac-1.1.3 and add a comment
6947           to this effect.
6948
6949 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6952         (gst_quarktv_planetable_clear):
6953           Add some NULL pointer checks (possibly related to #385623).
6954
6955 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6956
6957         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6958         (gst_tag_demux_chain):
6959         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6960           In streaming mode, if the first buffer we get doesn't have an
6961           offset, fix it up to be 0, otherwise trimming won't work later on
6962           and we'll be typefinding application/x-id3, which may result in
6963           decodebin plugging an endless number of id3demux elements as a
6964           consequence. Fixes #385031.
6965           
6966 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6967
6968         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6969           Ignore the buffer_time the sound device reports. Turns out it is 
6970           sometimes completely bogus and we're better off without it.
6971
6972 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6973
6974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6975         (gst_matroska_demux_video_caps):
6976         * gst/matroska/matroska-ids.c:
6977         (gst_matroska_track_init_video_context):
6978         * gst/matroska/matroska-ids.h:
6979           Try harder to extract the framerate for video tracks correctly and
6980           save it directly instead of converting it back and forth a few
6981           times. Mostly makes a difference for very small framerates (<1).
6982           Fixes #380199.
6983
6984 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
6987         (gst_gconf_audio_src_dispose), (do_toggle_element):
6988         * ext/gconf/gstgconfaudiosrc.h:
6989           Remove gconf notify hook when the gconfaudiosrc element is
6990           destroyed, otherwise the callback may be called on an
6991           already-destroyed instance and bad things happen. Should fix
6992           #378184.
6993           Also ignore gconf key changes when the source is already running.
6994
6995 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         Patch by: Sebastian Dröge  <mail at slomosnail de>
6998
6999         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7000           We need to be able to read and parse any possible floating point string
7001           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7002           will parse the former only in certain locales though, so we really need
7003           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7004           make sure we can parse either version at all times.
7005           Fixes #382982 for real.
7006
7007 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7008
7009         * sys/sunaudio/gstsunaudiomixerctrl.c:
7010         * sys/sunaudio/gstsunaudiosrc.c:
7011
7012         Use the sunaudio debug category.
7013
7014         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7015         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7016         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7017         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7018         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7019         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7020         (gst_sunaudiosink_reset):
7021         * sys/sunaudio/gstsunaudiosink.h:
7022
7023         Uses the sunaudio debug category for all debug output
7024         Implements the _delay() callback to synchronise video playback better
7025         Change the segtotal and segsize values back to the parent class 
7026           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7027           respectively)
7028         Measure the samples written to the device vs. played.
7029         Keep track of segments in the device by writing empty eof frames, and
7030         sleep using a GCond when we get too far ahead and risk overrunning the
7031         sink's ringbuffer.
7032
7033         Fixes: #360673
7034
7035 2006-12-08  Wim Taymans  <wim@fluendo.com>
7036
7037         Patch by: Sebastian Dröge  <mail at slomosnail de >
7038
7039         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7040         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7041         * gst/audiofx/audiopanorama.h:
7042         Fix audiopanorame with float samples. Fixes #383726.
7043
7044 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7045
7046         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7047         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7048         (gst_sunaudiosrc_reset):
7049
7050         Implement reset functions to unblock the src/sink more quickly on 
7051         state change requests.
7052         Patch by: Brian Cameron <brian dot cameron at sun com>
7053
7054 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7055
7056         * sys/sunaudio/gstsunaudiomixer.c:
7057         (gst_sunaudiomixer_change_state):
7058         Construct the correct mixer device name when the AUDIODEV env var
7059         is set.
7060
7061         Patch by: Jerry Tan <jerry.tan at sun dot com>
7062         Fixes: #383596
7063
7064 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7065
7066         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7067         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7068         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7069         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7070         Patch by: Jerry Tan <jerry.tan at sun dot com>
7071         Fixes: #349015
7072
7073 2006-12-07  Wim Taymans  <wim@fluendo.com>
7074
7075         * gst/smpte/gstmask.h:
7076         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7077         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7078         (gst_smpte_collected), (gst_smpte_set_property),
7079         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7080         * gst/smpte/gstsmpte.h:
7081         Port to 0.10 some more. 
7082         Added duration property to specify the duration of the transition.
7083         Make framerate a fraction.
7084         Deprecate fps property, we only use negotiated fps.
7085         Added docs.
7086         Fix collectpad usage.
7087         Reset state in READY.
7088         Send NEWSEGMENT event.
7089         Fix racy updates of object properties.
7090         Added debug category.
7091         Fixes #383323.
7092
7093 2006-12-06  Wim Taymans  <wim@fluendo.com>
7094
7095         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7096
7097         * gst/videomixer/videomixer.c:
7098         (gst_videomixer_set_master_geometry),
7099         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7100         Don't reset xpos and ypos in the setcaps function because causes
7101         unexpected behaviour.
7102         Fixes #382179.
7103
7104 2006-12-06  Wim Taymans  <wim@fluendo.com>
7105
7106         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7107         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7108         Keep track of the buffer timestamp in the collectdata member instead
7109         of modifying the buffer without making the metadata writable first.
7110         Fixes #382277.
7111
7112 2006-12-06  Wim Taymans  <wim@fluendo.com>
7113
7114         Patch by: Rob Taylor <robtaylor at floopily dot org>
7115
7116         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7117         If using multicast in udpsrc, bind to the multicast address rather than
7118         IN_ADDR_ANY.
7119         This allows the simultanous use of multiple udpsrcs listening on
7120         different multicat addresses. Without this all udpsrcs will receive all
7121         packets from all subscribed multicast addresses.
7122         Fixes #383001.
7123
7124 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7125
7126         * ext/taglib/gstid3v2mux.cc:
7127         Don't attempt to write a NULL frame into the ID3 tag set when the 
7128         createFrame method returned NULL.
7129         Fixes: #381857
7130         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7131
7132 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7133
7134         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7135         Use g_strtod() instead of sscanf to parse doubles, so that it will
7136         try parsing in the C locale if the current locale fails.
7137         Fixes: #382982
7138         Patch by: Sebastian Dröge  <mail at slomosnail de >
7139
7140 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7141
7142         * win32/MANIFEST:
7143         Fix compilation on win32 under VS8
7144         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7145         Partially fixes #381175
7146
7147 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7148
7149         * gst/avi/gstavimux.c:
7150           accept all mpegversions,fixes #380825
7151           spotted by: Jerome Alet  
7152
7153 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7154
7155         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7156         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7157         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7158         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7159           cleanup the error message a bit more
7160
7161 2006-11-28  Wim Taymans  <wim@fluendo.com>
7162
7163         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7164         Fix width and height properties.
7165
7166         * ext/libcaca/gstcacasink.h:
7167         Fix compilation on newer libcaca that require us to include a new
7168         header. Fixes #379918.
7169
7170 2006-11-28  Wim Taymans  <wim@fluendo.com>
7171
7172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7173         * gst/rtsp/gstrtspsrc.h:
7174         * gst/rtsp/rtspext.h:
7175         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7176         (rtsp_ext_wms_get_context):
7177         Add method so that extensions can choose to disable the setup of
7178         a stream.
7179         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7180
7181 2006-11-27  Wim Taymans  <wim@fluendo.com>
7182
7183         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7184
7185         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7186         Push header in a separate buffer instead of memcpy:ing all data.
7187         Change LF => CRLF in headers.
7188         Move trailing LF to header. Fixes #379792.
7189
7190 2006-11-27  Wim Taymans  <wim@fluendo.com>
7191
7192         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7193         Small buffer overflow fix and improve debugging.
7194
7195 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7196
7197         * ext/esd/esdmon.h:
7198         * ext/esd/esdsink.h:
7199           remove obsolete _factory_init protos
7200
7201 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7202
7203         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7204         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7205         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7206         (gst_avi_demux_read_subindexes_push),
7207         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7208         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7209         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7210         (gst_avi_demux_massage_index),
7211         (gst_avi_demux_calculate_durations_from_index),
7212         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7213         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7214         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7215           remove dead code, tweak debugs statements, add comments, use
7216           _uint64_scale instead _uint64_scale_int when using guint64 values,
7217           small optimizations, reflow some error handling
7218
7219 2006-11-22  Edward Hervey  <edward@fluendo.com>
7220
7221         * po/.cvsignore:
7222         We never put .pot files in cvs. Let's ignore them all.
7223
7224 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * po/POTFILES.in:
7227           ... but better exclude files that aren't disted.
7228
7229 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7230
7231         * po/POTFILES.in:
7232           Add v4l2 source files to list of files with translations, so the
7233           strings are actually extracted (however bad they still may be).
7234
7235 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7236
7237         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7238           Minor clean-ups: const-ify static array, remove trailing comma from
7239           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7240
7241 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7242
7243         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7244         Make sure that g_free always gets called on the same pointer that was 
7245         returned by g_malloc.  Fixes #376594.
7246         Do not leak memory if decompressed size is wrong.
7247         Remove unneeded check of return value of g_malloc.
7248         Patch by: René Stadler <mail@renestadler.de>
7249
7250 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7253           Add missing curly brackets.
7254
7255 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7256
7257         * sys/v4l2/v4l2src_calls.c:
7258         Fix capture_deinit.
7259
7260 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7263         (gst_matroska_mux_request_new_pad):
7264           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7265
7266         * tests/check/elements/matroskamux.c: (setup_src_pad),
7267         (setup_sink_pad), (GST_START_TEST):
7268         Activate pads before using them.
7269
7270 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7273           Initialise variable to get rid of bogus compiler warning.
7274
7275 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7276
7277         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7278
7279         * gst/rtp/gstrtph263pay.c:
7280         * gst/rtp/gstrtph263pdepay.c:
7281         * gst/rtp/gstrtph263ppay.c:
7282           Specify H.263 variant and version in the caps (fixes #361637)
7283
7284 2006-11-15  Wim Taymans  <wim@fluendo.com>
7285
7286         * gst/rtsp/rtspconnection.c: (read_body):
7287         Don't set a data pointer to NULL and a size > 0 when we deal
7288         with empty packets.
7289
7290         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7291         (rtsp_message_init_response), (rtsp_message_init_data),
7292         (rtsp_message_unset), (rtsp_message_free),
7293         (rtsp_message_take_body):
7294         Check that we can't create invalid empty packets. 
7295
7296 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7297
7298         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7299
7300         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7301         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7302         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7303         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7304         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7305         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7306         * gst/matroska/matroska-mux.h:
7307           Add basic tag writing support; implement releasing pads (#374658).
7308
7309 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7310
7311         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7312         (gst_matroska_demux_audio_caps):
7313           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7314
7315 2006-11-14  David Schleef  <ds@schleef.org>
7316
7317         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7318
7319 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7320
7321         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7322
7323         * win32/vs8/gst-plugins-good.sln:
7324         * win32/vs8/libgst1394.vcproj:
7325         * win32/vs8/libgstaasink.vcproj:
7326         * win32/vs8/libgstalaw.vcproj:
7327         * win32/vs8/libgstalpha.vcproj:
7328         * win32/vs8/libgstalphacolor.vcproj:
7329         * win32/vs8/libgstannodex.vcproj:
7330         * win32/vs8/libgstapetag.vcproj:
7331         * win32/vs8/libgstaudiofx.vcproj:
7332         * win32/vs8/libgstauparse.vcproj:
7333         * win32/vs8/libgstautodetect.vcproj:
7334         * win32/vs8/libgstavi.vcproj:
7335         * win32/vs8/libgstcacasink.vcproj:
7336         * win32/vs8/libgstcdio.vcproj:
7337         * win32/vs8/libgstcutter.vcproj:
7338         * win32/vs8/libgstdv.vcproj:
7339         * win32/vs8/libgsteffectv.vcproj:
7340         * win32/vs8/libgstflac.vcproj:
7341         * win32/vs8/libgstflxdec.vcproj:
7342         * win32/vs8/libgstgoom.vcproj:
7343         * win32/vs8/libgsticydemux.vcproj:
7344         * win32/vs8/libgstid3demux.vcproj:
7345         * win32/vs8/libgstjpeg.vcproj:
7346         * win32/vs8/libgstladspa.vcproj:
7347         * win32/vs8/libgstlevel.vcproj:
7348         * win32/vs8/libgstmatroska.vcproj:
7349         * win32/vs8/libgstmikmod.vcproj:
7350         * win32/vs8/libgstmng.vcproj:
7351         * win32/vs8/libgstmonoscope.vcproj:
7352         * win32/vs8/libgstmulaw.vcproj:
7353         * win32/vs8/libgstmultipart.vcproj:
7354         * win32/vs8/libgstpng.vcproj:
7355         * win32/vs8/libgstrtp.vcproj:
7356         * win32/vs8/libgstrtsp.vcproj:
7357         * win32/vs8/libgstshout2.vcproj:
7358         * win32/vs8/libgstsmpte.vcproj:
7359         * win32/vs8/libgstspeex.vcproj:
7360         * win32/vs8/libgsttaglib.vcproj:
7361         * win32/vs8/libgstudp.vcproj:
7362         * win32/vs8/libgstvideobalance.vcproj:
7363         * win32/vs8/libgstvideobox.vcproj:
7364         * win32/vs8/libgstvideoflip.vcproj:
7365         * win32/vs8/libgstvideomixer.vcproj:
7366         * win32/vs8/libgstwavenc.vcproj:
7367         * win32/vs8/libgstwavparse.vcproj:
7368           Make end-of-line returns unixy, so that when the files are checked
7369           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7370           Hopefully fixes #366492.
7371
7372 2006-11-14  Wim Taymans  <wim@fluendo.com>
7373
7374         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7375         Disable init_frames delay timestamp adjustment, it does not
7376         seem to be needed at all. Fixes #369621.
7377
7378 2006-11-13  Wim Taymans  <wim@fluendo.com>
7379
7380         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7381
7382         * gst/videomixer/videomixer.c:
7383         (gst_videomixer_set_master_geometry),
7384         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7385         (gst_videomixer_collect_free), (gst_videomixer_reset),
7386         (gst_videomixer_init), (gst_videomixer_finalize),
7387         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7388         (gst_videomixer_collected), (gst_videomixer_change_state):
7389         Fix memleak by unref'ing collectpads instance (when finalizing)
7390         Implement releasing a request pad. Fixes #374479.
7391
7392 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7393
7394         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7395
7396         * win32/vs8/gst-plugins-good.sln:
7397         * win32/vs8/libgst1394.vcproj:
7398         * win32/vs8/libgstaasink.vcproj:
7399         * win32/vs8/libgstalaw.vcproj:
7400         * win32/vs8/libgstalpha.vcproj:
7401         * win32/vs8/libgstalphacolor.vcproj:
7402         * win32/vs8/libgstannodex.vcproj:
7403         * win32/vs8/libgstapetag.vcproj:
7404         * win32/vs8/libgstaudiofx.vcproj:
7405         * win32/vs8/libgstauparse.vcproj:
7406         * win32/vs8/libgstautodetect.vcproj:
7407         * win32/vs8/libgstavi.vcproj:
7408         * win32/vs8/libgstcacasink.vcproj:
7409         * win32/vs8/libgstcdio.vcproj:
7410         * win32/vs8/libgstcutter.vcproj:
7411         * win32/vs8/libgstdv.vcproj:
7412         * win32/vs8/libgsteffectv.vcproj:
7413         * win32/vs8/libgstflac.vcproj:
7414         * win32/vs8/libgstflxdec.vcproj:
7415         * win32/vs8/libgstgoom.vcproj:
7416         * win32/vs8/libgsticydemux.vcproj:
7417         * win32/vs8/libgstid3demux.vcproj:
7418         * win32/vs8/libgstjpeg.vcproj:
7419         * win32/vs8/libgstladspa.vcproj:
7420         * win32/vs8/libgstlevel.vcproj:
7421         * win32/vs8/libgstmatroska.vcproj:
7422         * win32/vs8/libgstmikmod.vcproj:
7423         * win32/vs8/libgstmng.vcproj:
7424         * win32/vs8/libgstmonoscope.vcproj:
7425         * win32/vs8/libgstmulaw.vcproj:
7426         * win32/vs8/libgstmultipart.vcproj:
7427         * win32/vs8/libgstpng.vcproj:
7428         * win32/vs8/libgstrtp.vcproj:
7429         * win32/vs8/libgstrtsp.vcproj:
7430         * win32/vs8/libgstshout2.vcproj:
7431         * win32/vs8/libgstsmpte.vcproj:
7432         * win32/vs8/libgstspeex.vcproj:
7433         * win32/vs8/libgsttaglib.vcproj:
7434         * win32/vs8/libgstudp.vcproj:
7435         * win32/vs8/libgstvideobalance.vcproj:
7436         * win32/vs8/libgstvideobox.vcproj:
7437         * win32/vs8/libgstvideoflip.vcproj:
7438         * win32/vs8/libgstvideomixer.vcproj:
7439         * win32/vs8/libgstwavenc.vcproj:
7440         * win32/vs8/libgstwavparse.vcproj:
7441           Add VS8 project files (note that many of the plugins in ext are
7442           disabled by default). Fixes #366492.
7443
7444 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7445
7446         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7447           we do not translate debug messages
7448
7449 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7450
7451         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7452           fix categorisation, make short desc more explicit, remove unused code
7453           Fixes #372021
7454
7455 2006-11-08  Wim Taymans  <wim@fluendo.com>
7456
7457         * gst/rtp/gstrtpL16depay.c:
7458         * gst/rtp/gstrtpamrdepay.c:
7459         * gst/rtp/gstrtpamrpay.c:
7460         * gst/rtp/gstrtpgsmdepay.c:
7461         * gst/rtp/gstrtph263pay.c:
7462         * gst/rtp/gstrtph263pdepay.c:
7463         * gst/rtp/gstrtph263ppay.c:
7464         * gst/rtp/gstrtph264depay.c:
7465         * gst/rtp/gstrtpmp2tdepay.c:
7466         * gst/rtp/gstrtpmp4gdepay.c:
7467         * gst/rtp/gstrtpmp4gpay.c:
7468         * gst/rtp/gstrtpmp4vdepay.c:
7469         * gst/rtp/gstrtpmp4vpay.c:
7470         * gst/rtp/gstrtpmpadepay.c:
7471         * gst/rtp/gstrtpmpapay.c:
7472         * gst/rtp/gstrtppcmadepay.c:
7473         * gst/rtp/gstrtppcmapay.c:
7474         * gst/rtp/gstrtppcmudepay.c:
7475         * gst/rtp/gstrtppcmupay.c:
7476         * gst/rtp/gstrtpspeexdepay.c:
7477         * gst/rtp/gstrtpspeexpay.c:
7478         * gst/rtp/gstrtpsv3vdepay.c:
7479         Fix element descriptions.
7480
7481 2006-11-08  Wim Taymans  <wim@fluendo.com>
7482
7483         * gst/rtp/gstrtpvorbisdepay.c:
7484         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7485         Fix description.
7486         Small cleanup in the payloader.
7487
7488 2006-11-08  Wim Taymans  <wim@fluendo.com>
7489
7490         * gst/rtp/Makefile.am:
7491         * gst/rtp/gstrtp.c: (plugin_init):
7492         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7493         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7494         (gst_rtp_theora_depay_finalize),
7495         (gst_rtp_theora_depay_parse_configuration),
7496         (gst_rtp_theora_depay_setcaps),
7497         (gst_rtp_theora_depay_switch_codebook),
7498         (gst_rtp_theora_depay_process),
7499         (gst_rtp_theora_depay_set_property),
7500         (gst_rtp_theora_depay_get_property),
7501         (gst_rtp_theora_depay_change_state),
7502         (gst_rtp_theora_depay_plugin_init):
7503         * gst/rtp/gstrtptheoradepay.h:
7504         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7505         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7506         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7507         (gst_rtp_theora_pay_init_packet),
7508         (gst_rtp_theora_pay_flush_packet),
7509         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7510         (gst_rtp_theora_pay_handle_buffer),
7511         (gst_rtp_theora_pay_plugin_init):
7512         * gst/rtp/gstrtptheorapay.h:
7513         Add theora pay/depayloaders.
7514
7515 2006-11-06  Wim Taymans  <wim@fluendo.com>
7516
7517         * gst/rtp/Makefile.am:
7518         We depend on gsttag to generate the vorbis comments.
7519
7520         * gst/rtp/gstrtpvorbisdepay.c:
7521         (gst_rtp_vorbis_depay_parse_configuration),
7522         (gst_rtp_vorbis_depay_setcaps),
7523         (gst_rtp_vorbis_depay_switch_codebook),
7524         (gst_rtp_vorbis_depay_process):
7525         * gst/rtp/gstrtpvorbisdepay.h:
7526         Parse configuration string in the depayloader.
7527         Implement selecting and switching to a new codebook.
7528         Receiving vorbis over RTP now works.
7529
7530         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7531         (gst_rtp_vorbis_pay_init_packet),
7532         (gst_rtp_vorbis_pay_finish_headers),
7533         (gst_rtp_vorbis_pay_handle_buffer):
7534         * gst/rtp/gstrtpvorbispay.h:
7535         Set timestamps on outgoing buffers and RTP packets.
7536         Fix configuration string, prepend number of Packet headers.
7537         Fix encoding of ident string.
7538         Add delivery-method to caps.
7539         Streaming vorbis over RTP now works.
7540
7541 2006-11-06  Wim Taymans  <wim@fluendo.com>
7542
7543         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7544         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7545         (gst_rtp_vorbis_pay_handle_buffer):
7546         * gst/rtp/gstrtpvorbispay.h:
7547         Generate a valid configuration string in the caps based on the
7548         vorbis headers.
7549
7550 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7551
7552         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7553         * ext/cdio/gstcdio.h:
7554         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7555           Move CD-TEXT utility function into common file so it can also be
7556           used by a future cdioparanoiasrc.
7557
7558 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7559         
7560         * sys/v4l2/Makefile.am:
7561         * sys/v4l2/gstv4l2object.c:
7562         * sys/v4l2/gstv4l2src.c:
7563         * sys/v4l2/gstv4l2xoverlay.c:
7564         * sys/v4l2/v4l2_calls.c:
7565         * sys/v4l2/v4l2src_calls.c:
7566         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7567         xoverlay code that is still not implemented.
7568
7569 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7570
7571         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7572           We require a -base more recent than 0.10.9, so it's safe to use
7573           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7574
7575         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7576         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7577           Use _newsegment_full() now that we depend on a recent enough core.
7578
7579         * gst/wavparse/gstwavparse.c:
7580           Remove cruft that we don't need any longer now that we depend on
7581           a recent enough -base.
7582
7583 2006-10-31  Wim Taymans  <wim@fluendo.com>
7584
7585         * gst/rtp/Makefile.am:
7586         * gst/rtp/gstrtp.c: (plugin_init):
7587         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7588         (gst_rtpilbcpay_setcaps):
7589         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7590
7591 2006-10-31  Wim Taymans  <wim@fluendo.com>
7592
7593         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7594         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7595         Some small cleanups, use _scale.
7596
7597 2006-10-31  Wim Taymans  <wim@fluendo.com>
7598
7599         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7600         Use higher precision scale function.
7601
7602 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         Patch by: Michal Benes  <michal dot benes at itonis tv>
7605
7606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7607         (gst_matroska_demux_read_track_encodings),
7608         (gst_matroska_decode_buffer):
7609           Fix several issues with encoded/compressed/encrypted/signed tracks;
7610           also, remove superfluous newline characters from some debug
7611           statements. (#366155)
7612
7613 2006-10-30  Wim Taymans  <wim@fluendo.com>
7614
7615         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7616         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7617         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7618         (gst_smokedec_change_state):
7619         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7620         (gst_smokeenc_init), (gst_smokeenc_finalize),
7621         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7622         (gst_smokeenc_resync), (gst_smokeenc_chain),
7623         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7624         (gst_smokeenc_change_state):
7625         Various cleanups, capsnego and leak fixes.
7626
7627 2006-10-30  Wim Taymans  <wim@fluendo.com>
7628
7629         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7630
7631         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7632         Fix videomixer so that it can handle any combination of framerates.
7633         Fixes #367221.
7634
7635 2006-10-28  Wim Taymans  <wim@fluendo.com>
7636
7637         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7638         (gst_avi_demux_parse_file_header),
7639         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7640         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7641         (gst_avi_demux_chain):
7642         Fix position query for audio. also fixes timestamps in streaming
7643         mode and bug #364958.
7644         Small cleanups.
7645
7646 2006-10-27  Wim Taymans  <wim@fluendo.com>
7647
7648         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7649         * ext/libpng/gstpngenc.h:
7650         Fix strides. Fixes #364856.
7651         Cleanup capsnego.
7652         Set caps on outgoing buffers.
7653
7654 2006-10-18  Wim Taymans  <wim@fluendo.com>
7655
7656         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7657
7658         * gst/rtp/gstrtpgsmpay.c:
7659         * gst/rtp/gstrtph263pay.c:
7660         * gst/rtp/gstrtpmpapay.c:
7661         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7662         (gst_rtp_pcma_pay_handle_buffer):
7663         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7664         Add static payload numbers in addition to the dynamic ones.
7665         Fixes #361639.
7666
7667 2006-10-18  Wim Taymans  <wim@fluendo.com>
7668
7669         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7670         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7671         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7672         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7673         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7674         * gst/rtsp/rtspdefs.h:
7675         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7676         * gst/rtsp/rtspurl.h:
7677         Reuse already existing enum for lower transport.
7678         Add rtspt and rtspu protocols.
7679         Send redirect to rtspt when udp times out.
7680
7681 2006-10-18  Wim Taymans  <wim@fluendo.com>
7682
7683         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7684         (gst_wavparse_stream_data):
7685         Fix seeking some more, mostly for speed changes.
7686
7687 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7688
7689         Patch by: Fredrik Persson  <frepe at bredband net>
7690
7691         * sys/v4l2/gstv4l2tuner.c:
7692         * sys/v4l2/gstv4l2tuner.h:
7693           Fix _set_channel(): remove useless g_object_notify() for "channel"
7694           property that doesn't exist any longer and therefore now also
7695           useless redirect (#338818).
7696
7697 2006-10-17  Wim Taymans  <wim@fluendo.com>
7698
7699         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7700         Some drivers do not support unsetting the non-blocking flag once the
7701         device is opened. In those cases, close/open the device in
7702         non-blocking mode. Fixes #362673.
7703
7704 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7705
7706         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7707         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7708         (gst_v4l2src_get_fps):
7709           dear stefan, framespersecond is not frameperiod, reverting but adding
7710           comment
7711
7712 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7713
7714         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7715         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7716         (gst_v4l2src_get_fps):
7717           Numerator is numerator and denominator is denominator. Say that aloud
7718           5 times and retry after next beer.
7719
7720 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7721
7722         Patch by: Josep Torra Valles  <josep at fluendo com>
7723
7724         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7725         * ext/esd/esdsink.c: (gst_esdsink_write):
7726         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7727         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7728         (gst_flac_dec_send_newsegment):
7729         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7730         (gst_flac_enc_tell_callback):
7731         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7732         (smokecodec_parse_header), (smokecodec_decode):
7733         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7734         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7735         * gst/goom/Makefile.am:
7736         * gst/goom/gstgoom.c:
7737         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7738         * gst/rtsp/gstrtspsrc.c:
7739         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7740         * gst/udp/gstudpsink.c:
7741         * gst/udp/gstudpsrc.c:
7742         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7743         * sys/sunaudio/gstsunaudiomixertrack.h:
7744           Fix a bunch of problems discovered by the Forte compiler, mostly type
7745           mixups and pointer arithmetics with void pointers. Fixes #362603.
7746
7747 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7748
7749         * ext/speex/gstspeex.c: (plugin_init):
7750         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7751         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7752         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7753         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7754         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7755         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7756         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7757         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7758         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7759         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7760         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7761         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7762         * ext/speex/gstspeexenc.h:
7763           Miscellaneous clean-ups, among other things: speexenc => enc to
7764           enhance code readability; change speexenc => speex_enc; in chain
7765           function unref input buffer in case of error; take reference in
7766           event function; use boilerplate macro; use gst_pad_query_peer_*
7767           convenience functions.
7768
7769 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7770
7771         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7772         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7773         (gst_speexenc_set_header_on_caps):
7774           Fix some mem leaks.
7775
7776 2006-10-11  Wim Taymans  <wim@fluendo.com>
7777
7778         * gst/rtsp/URLS:
7779         Added some other URL.
7780
7781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7782         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7783         (gst_rtspsrc_open), (gst_rtspsrc_play),
7784         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7785         * gst/rtsp/gstrtspsrc.h:
7786         Work on fallback to TCP connection when the UDP socket times out.
7787         Handler server requests, just reply with OK for now.
7788
7789         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7790         * gst/rtsp/rtspdefs.h:
7791         Added some more Real extension headers.
7792
7793         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7794         Fix parsing of urls with a ':' that is not part of the hostname:port
7795         part of the url.
7796
7797 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7798
7799         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7800         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7801         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7802           Activate pad before adding it to the already-running element.
7803
7804         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7805           Activate newly-created pad too.
7806
7807 2006-10-11  Wim Taymans  <wim@fluendo.com>
7808
7809         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7810
7811         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7812         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7813         (gst_udpsrc_start):
7814         Fix some leaks in caps and uris. Fixes #361252.
7815
7816 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7817
7818         * gst/wavparse/Makefile.am:
7819           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7820
7821 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7822
7823         * sys/v4l2/gstv4l2xoverlay.c:
7824         * sys/v4l2/gstv4l2xoverlay.h:
7825         Fix build as per the patch in #338818 comment 36.
7826
7827 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7828
7829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7830           Activate pads before adding them to the source.
7831
7832 2006-10-06  Wim Taymans  <wim@fluendo.com>
7833
7834         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7835         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7836         Activate pads before adding.
7837
7838 2006-10-06  Wim Taymans  <wim@fluendo.com>
7839
7840         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7841         (gst_multipart_find_pad_by_mime):
7842         Activate pads before adding.
7843
7844         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7845         BOILERPLATE sets parent_class for us.
7846
7847 2006-10-06  Wim Taymans  <wim@fluendo.com>
7848
7849         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7850         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7851         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7852         (gst_rtspsrc_alloc_udp_ports),
7853         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7854         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7855         (gst_rtspsrc_create_transports_string),
7856         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7857         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7858         * gst/rtsp/gstrtspsrc.h:
7859         Rework how the transport string is constructed, try to share channels
7860         and udp ports.
7861         Make most of the stuff less dependant on RTP as we are also going to use
7862         it for RDT.
7863         Add support for transport specific session managers.
7864
7865         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7866         Implement _flush().
7867
7868         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7869         * gst/rtsp/rtspdefs.h:
7870         Add generic error return code.
7871
7872         * gst/rtsp/rtspext.h:
7873         Add support for pluggable tranport strings.
7874
7875         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7876         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7877         (rtsp_ext_wms_get_context):
7878         Detect WMServer and activate the extension.
7879
7880         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7881         (rtsp_transport_get_manager), (rtsp_transport_parse):
7882         * gst/rtsp/rtsptransport.h:
7883         Added methods to get mime/manager for certain transports.
7884
7885 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7886
7887         * ext/cairo/gsttimeoverlay.c:
7888         (gst_cairo_time_overlay_update_font_height):
7889         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7890         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7891         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7892         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7893         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7894         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7895         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7896         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7897         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7898         (gst_avi_demux_stream_data):
7899         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7900         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7901         (gst_fenced_buffer_copy):
7902         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7903         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7904         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7906         (gst_rtspsrc_handle_message):
7907         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7908         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7909           Printf format fixes.
7910
7911 2006-10-04  Wim Taymans  <wim@fluendo.com>
7912
7913         * gst/rtsp/Makefile.am:
7914         Dist new .h file too.
7915
7916 2006-10-04  Wim Taymans  <wim@fluendo.com>
7917
7918         * gst/rtsp/Makefile.am:
7919         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7920         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7921         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7922         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7923         (gst_rtspsrc_parse_rtpmap),
7924         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7925         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7926         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7927         * gst/rtsp/gstrtspsrc.h:
7928         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7929         * gst/rtsp/rtspdefs.h:
7930         * gst/rtsp/rtspext.h:
7931         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7932         (rtsp_ext_wms_get_context):
7933         * gst/rtsp/rtspextwms.h:
7934         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7935         (rtsp_transport_parse):
7936         * gst/rtsp/rtsptransport.h:
7937         Factor out extension in separate module.
7938         Fix getcaps to filter against the padtemplate.
7939         Use Content-Base if the server gives one.
7940         Rework the transport parsing a bit for future extensions.
7941         Added some Real Header field definitions.
7942
7943 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7944
7945         * docs/plugins/Makefile.am:
7946         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7948           added v4l2 stubs
7949         * gst-plugins-good.spec.in:
7950           add v4l2
7951
7952 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7953
7954         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7955           Extract disc/album/medium number and count and try harder
7956           to extract track number/count.
7957
7958 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7959
7960         * configure.ac:
7961         * sys/Makefile.am:
7962           add build stuff for v4l2, needs --enable-experimental until
7963           the last bits are resolved
7964
7965 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7966
7967         * tests/check/Makefile.am:
7968           Disable autodetect test temporarily, so that the build bots
7969           update -bad and the ranks of unreliable video sinks in there.
7970
7971         * tests/check/elements/autodetect.c: (GST_START_TEST):
7972           Skip test if no usable videosink is found.
7973
7974 2006-09-29  Wim Taymans  <wim@fluendo.com>
7975
7976         * gst/rtsp/URLS:
7977         Add some more URLs.
7978
7979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
7980         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
7981         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
7982         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
7983         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
7984         (gst_rtspsrc_loop), (gst_rtspsrc_send),
7985         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7986         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
7987         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7988         * gst/rtsp/gstrtspsrc.h:
7989         Add timeout property to control UDP timeouts.
7990         Fix error messages.
7991         Also start a loop function when operating in UDP mode so that we can
7992         do some more stuff async.
7993         Handle element messages from udpsrc to detect timeouts. If a timeout
7994         happens we currently generate an error.
7995         API: rtspsrc::timeout property.
7996
7997         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7998         (gst_udpsrc_create):
7999         Really implement the timeout in microseconds and not milliseconds.
8000
8001 2006-09-29  Wim Taymans  <wim@fluendo.com>
8002
8003         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8004         (gst_udpsrc_create), (gst_udpsrc_set_property),
8005         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8006         * gst/udp/gstudpsrc.h:
8007         Added property to post a message on timeout.
8008         Updated docs.
8009         When restarting the select, initialize the fdsets again.
8010         Init control sockets so we don't accidentally close a random socket.
8011         API: GstUDPSrc::timeout property
8012
8013 2006-09-29  Wim Taymans  <wim@fluendo.com>
8014
8015         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8016         Fix flag registration.
8017
8018         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8019         Reading 0 also means 'no more commands'
8020
8021 2006-09-29  Wim Taymans  <wim@fluendo.com>
8022
8023         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8024
8025         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8026         Fix possible infinite loop when shutting down, a read can also return
8027         0 to indicate no more messages are available. Fixes #358156.
8028
8029 2006-09-25  Wim Taymans  <wim@fluendo.com>
8030
8031         * gst/autodetect/gstautoaudiosink.c:
8032         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8033         (gst_auto_audio_sink_find_best):
8034         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8035         Small cleanups.
8036         don't try to set "sync" property when it is not available.
8037
8038 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8039
8040         Patch by: Peter Kjellerstedt  <pkj at axis com>
8041
8042         * gst/alpha/gstalpha.c:
8043         * gst/rtp/gstrtpamrdepay.c:
8044         * gst/rtsp/gstrtspsrc.c:
8045         * gst/udp/gstudpsrc.c:
8046         * gst/videomixer/videomixer.c:
8047           Include stdlib.h in some more places, makes things compile
8048           with uClibc and -Werror (#357592).
8049
8050 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8051
8052         * ext/jpeg/gstjpegdec.c:
8053           Set minimum height to 8 (from 16), our code should handle
8054           that fine. Some of the buttons on the apple trailer site
8055           are apparently only 15 pixels high (see #357470).
8056
8057 2006-09-23  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8060         (gst_rtspsrc_open):
8061         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8062         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8063         (rtsp_connection_receive):
8064         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8065         * gst/rtsp/rtspdefs.h:
8066         Improve error reporting.
8067
8068 2006-09-23  Wim Taymans  <wim@fluendo.com>
8069
8070         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8071         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8072         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8073         * gst/rtp/gstrtpdepay.c:
8074         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8075         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8076         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8077         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8078         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8079         (gst_rtp_mp2t_depay_plugin_init):
8080         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8081         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8082         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8083         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8084         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8085         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8086         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8087         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8088         Fix klass typos.
8089         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8090
8091 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8092
8093         * configure.ac:
8094           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8095
8096 2006-09-22  Wim Taymans  <wim@fluendo.com>
8097
8098         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8099         Don't check for a tag that is never there and check if we read the
8100         correct tag. Fixes seeking again.
8101         We must post an error when all pads are unlinked.
8102
8103 2006-09-22  Wim Taymans  <wim@fluendo.com>
8104
8105         * gst/rtp/Makefile.am:
8106         * gst/rtp/gstrtp.c: (plugin_init):
8107         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8108         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8109         (gst_rtp_vorbis_pay_reset_packet),
8110         (gst_rtp_vorbis_pay_init_packet),
8111         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8112         (gst_rtp_vorbis_pay_handle_buffer):
8113         More fixage, set endoder-params correctly in the payloader.
8114
8115 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8116
8117         * gst/autodetect/gstautoaudiosink.c:
8118         (gst_auto_audio_sink_base_init):
8119         * gst/autodetect/gstautovideosink.c:
8120         (gst_auto_video_sink_base_init):
8121           Make static pad templates static to appease valgrind's leak
8122           detector.
8123
8124         * tests/check/Makefile.am:
8125         * tests/check/elements/.cvsignore:
8126         * tests/check/elements/autodetect.c: (GST_START_TEST),
8127         (autodetect_suite):
8128           Add simple test for the ghostpad lockup on shutdown fixed in core
8129           CVS (audio bit disabled because it would need dozens of alsa
8130           suppressions and I'm too lazy to add those now).
8131
8132 2006-09-22  Wim Taymans  <wim@fluendo.com>
8133
8134         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8135         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8136         Small cleanups.
8137
8138         * gst/rtp/Makefile.am:
8139         * gst/rtp/gstrtp.c: (plugin_init):
8140         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8141         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8142         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8143         (gst_rtp_vorbis_depay_process),
8144         (gst_rtp_vorbis_depay_set_property),
8145         (gst_rtp_vorbis_depay_get_property),
8146         (gst_rtp_vorbis_depay_change_state),
8147         (gst_rtp_vorbis_depay_plugin_init):
8148         * gst/rtp/gstrtpvorbisdepay.h:
8149         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8150         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8151         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8152         (gst_rtp_vorbis_pay_flush_packet),
8153         (gst_rtp_vorbis_pay_append_buffer),
8154         (gst_rtp_vorbis_pay_handle_buffer),
8155         (gst_rtp_vorbis_pay_plugin_init):
8156         * gst/rtp/gstrtpvorbispay.h:
8157         Add experimental vorbis pay and depayloaders.
8158
8159 2006-09-21  Wim Taymans  <wim@fluendo.com>
8160
8161         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8162         Fix profile-level-id parsing and setup.
8163
8164 2006-09-21  Wim Taymans  <wim@fluendo.com>
8165
8166         * gst/udp/README:
8167         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8168         Update README, simple cleanup.
8169
8170 2006-09-21  Wim Taymans  <wim@fluendo.com>
8171
8172         * gst/rtp/README:
8173         Update README with some examples.
8174
8175         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8176         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8177         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8178         (gst_rtp_mp4g_pay_setcaps):
8179         * gst/rtp/gstrtpmp4gpay.h:
8180         Make optional RTP parameters of type STRING, as required by the
8181         application/x-rtp caps specification.
8182
8183 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8184
8185         * gst/rtp/gstrtph263pdepay.c:
8186         * gst/rtp/gstrtph263ppay.c:
8187         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8188         RTP header.
8189
8190 2006-09-20  Wim Taymans  <wim@fluendo.com>
8191
8192         * gst/rtp/Makefile.am:
8193         And makefile too.
8194
8195 2006-09-20  Wim Taymans  <wim@fluendo.com>
8196
8197         * gst/rtp/gstrtp.c: (plugin_init):
8198         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8199         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8200         (decode_base64), (gst_rtp_asf_depay_setcaps),
8201         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8202         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8203         (gst_rtp_asf_depay_plugin_init):
8204         * gst/rtp/gstrtpasfdepay.h:
8205         Added preliminary ASF depayloader.
8206
8207         * gst/rtp/gstrtph264depay.c: (decode_base64):
8208         Fix base64 decoding.
8209
8210 2006-09-20  Wim Taymans  <wim@fluendo.com>
8211
8212         * gst/rtsp/URLS:
8213         Added some test URLS.
8214
8215         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8216         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8217         * gst/rtsp/gstrtspsrc.h:
8218         When creating streams, give access to the complete SDP.
8219         Fix some leaks.
8220         Collect and merge global stream properties in stream caps.
8221         Preliminary support for WMServer.
8222
8223         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8224         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8225         (rtsp_connection_receive):
8226         * gst/rtsp/rtspconnection.h:
8227         Make connection interruptable.
8228         Refactor to make it reconnectable.
8229         Don't fail on short reads when reading data packets.
8230
8231         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8232         (rtsp_url_get_port):
8233         * gst/rtsp/rtspurl.h:
8234         Add methods for getting/setting the port.
8235
8236         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8237         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8238         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8239         (sdp_media_get_format), (sdp_parse_line),
8240         (sdp_message_parse_buffer):
8241         Fix headers. 
8242         Add methods for getting multiple attributes with the same name.
8243         Increase buffer size when parsing.
8244         Fix parsing of a=foo fields.
8245
8246         * gst/rtsp/test.c: (main):
8247         Update to new connection API.
8248
8249         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8250         (rtsp_message_init_response), (rtsp_message_init_data),
8251         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8252         * gst/rtsp/rtspmessage.h:
8253         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8254         * gst/rtsp/rtsptransport.h:
8255         * gst/rtsp/sdp.h:
8256         * gst/rtsp/sdpmessage.h:
8257         * gst/rtsp/gstrtsp.c:
8258         * gst/rtsp/gstrtsp.h:
8259         * gst/rtsp/gstrtpdec.c:
8260         * gst/rtsp/gstrtpdec.h:
8261         * gst/rtsp/rtsp.h:
8262         * gst/rtsp/rtspdefs.c:
8263         * gst/rtsp/rtspdefs.h:
8264         Dual licensed under MIT and LGPL now.
8265
8266 2006-09-19  Wim Taymans  <wim@fluendo.com>
8267
8268         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8269         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8270         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8271         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8272         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8273         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8274         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8275         * gst/rtsp/gstrtspsrc.h:
8276         Reorganize stream parsing and creation.
8277         Detect container formats in interleaved mode.
8278         Keep more state about the streams.
8279         Assume a server also supports PLAY if it does not say.
8280         Add unicast and interleaved properties to TCP transport requests to make
8281         some servers happy (WMServer).
8282
8283         * gst/rtsp/sdpmessage.h:
8284         Add some defines for the standard Bandwidth types.
8285
8286 2006-09-19  Wim Taymans  <wim@fluendo.com>
8287
8288         * gst/rtsp/test.c: (main):
8289         Fix build.
8290
8291 2006-09-19  Wim Taymans  <wim@fluendo.com>
8292
8293         * gst/wavparse/gstwavparse.c:
8294         Add ms-gsm to the src template.
8295
8296 2006-09-18  Wim Taymans  <wim@fluendo.com>
8297
8298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8299         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8300         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8301         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8302         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8303         * gst/rtsp/gstrtspsrc.h:
8304         Small cleanups, added documentation.
8305         Try to clean up the requests and responses.
8306         Refactor parsing the supported methods.
8307
8308         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8309         (rtsp_connection_create), (rtsp_connection_send),
8310         (parse_response_status), (parse_request_line),
8311         (rtsp_connection_receive), (rtsp_connection_close),
8312         (rtsp_connection_free):
8313         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8314         (rtsp_transport_init), (rtsp_transport_parse),
8315         (rtsp_transport_free):
8316         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8317         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8318         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8319         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8320         Use g_return_val some more.
8321
8322         * gst/rtsp/rtspdefs.h:
8323         Add more enum values to track initial states.
8324
8325         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8326         (rtsp_message_init_request), (rtsp_message_new_response),
8327         (rtsp_message_init_response), (rtsp_message_init_data),
8328         (rtsp_message_unset), (rtsp_message_free),
8329         (rtsp_message_add_header), (rtsp_message_remove_header),
8330         (rtsp_message_get_header), (rtsp_message_set_body),
8331         (rtsp_message_take_body), (rtsp_message_get_body),
8332         (rtsp_message_steal_body), (rtsp_message_dump):
8333         * gst/rtsp/rtspmessage.h:
8334         Reorder arguments, object goes as the first one.
8335         Use g_return_val some more.
8336
8337 2006-09-18  Wim Taymans  <wim@fluendo.com>
8338
8339         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8340         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8341         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8342         * gst/rtsp/gstrtspsrc.h:
8343         Export sometimes source pad with correct caps on the template, create
8344         the ghostpad from the template.
8345         Remove RTCP template as we never expose RTCP.
8346         Protect against invalid body size.
8347         Avoid memcpy when creating the output buffer.
8348         Properly post an error and send EOS when the loop function is shut down.
8349
8350 2006-09-18  Wim Taymans  <wim@fluendo.com>
8351
8352         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8353
8354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8355         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8356         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8357         * gst/rtsp/gstrtspsrc.h:
8358         Make sure we can never set an invalid location.
8359
8360         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8361         * gst/rtsp/rtspmessage.h:
8362         Added _steal_body method for future use.
8363
8364         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8365         Make freeing of NULL url return immediatly.
8366
8367 2006-09-18  Wim Taymans  <wim@fluendo.com>
8368
8369         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8370
8371         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8372         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8373         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8374         (gst_rtspsrc_change_state):
8375         * gst/rtsp/gstrtspsrc.h:
8376         Use boilerplate.
8377         Make rtspsrc subclass GstBin to make state changes easier.
8378         Add Range header field on the PLAY request.
8379
8380 2006-09-18  Wim Taymans  <wim@fluendo.com>
8381
8382         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8383
8384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8385         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8386         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8387         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8388         * gst/rtsp/rtspconnection.c: (inet_aton):
8389         Small cleanups.
8390         when multicast is selected as the transport, create UDP sources and
8391         connect to the multicast group.
8392         Move parsing and setting of caps to a common place.
8393         Fixes #349894.
8394
8395 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8396
8397         * ext/flac/gstflactag.c:
8398         * gst/alpha/gstalpha.c:
8399         * gst/debug/breakmydata.c:
8400         * gst/debug/negotiation.c:
8401         * gst/debug/testplugin.c:
8402         * gst/effectv/gstaging.c:
8403         * gst/effectv/gstdice.c:
8404         * gst/effectv/gstedge.c:
8405         * gst/effectv/gstquark.c:
8406         * gst/effectv/gstrev.c:
8407         * gst/effectv/gstshagadelic.c:
8408         * gst/effectv/gstvertigo.c:
8409         * gst/effectv/gstwarp.c:
8410         * gst/multipart/multipartdemux.c:
8411         * gst/multipart/multipartmux.c:
8412         * gst/videobox/gstvideobox.c:
8413         * gst/videofilter/gstgamma.c:
8414         * gst/videofilter/gstvideotemplate.c:
8415         * gst/videomixer/videomixer.c:
8416         * sys/sunaudio/gstsunaudiosrc.h:
8417         More G_OBJECT macro fixing.
8418
8419 2006-09-16  Wim Taymans  <wim@fluendo.com>
8420
8421         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8422
8423         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8424         Correctly set the dwLength in strh.
8425         With this patch, the file duration is now displayed correctly in window
8426         media player and the AVI plays completely. Fixes #356147
8427
8428 2006-09-15  Wim Taymans  <wim@fluendo.com>
8429
8430         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8431
8432         * sys/sunaudio/gstsunaudiomixerctrl.c:
8433         (gst_sunaudiomixer_ctrl_build_list):
8434         Set the output track as the MASTER so that the gnome-settings-daemon
8435         keybindings for changing the volume using the keyboard works.
8436         Fixes #356142.
8437
8438 2006-09-15  Wim Taymans  <wim@fluendo.com>
8439
8440         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8441         Fix documentation, it is not possible to control the framerate of jpegdec
8442         using filtered caps yet. Fixes #355210.
8443         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8444         stop when there is an error.
8445
8446 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8447
8448         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8449         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8450           Don't interpret a first buffer with an offset of NONE as
8451           'from the middle of the stream', but only a first buffer
8452           that has a valid buffer offset that's non-zero (see #345449).
8453
8454 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8455
8456         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8457         (gst_icydemux_typefind_or_forward):
8458         * gst/icydemux/gsticydemux.h:
8459           When we merge/collect multiple incoming buffers for typefinding
8460           purposes, keep an initial 0 offset on the first outgoing buffer
8461           as well (otherwise id3demux won't work right). Fixes #345449.
8462           Also Make buffer metadata writable before setting buffer caps.
8463
8464         * tests/check/elements/icydemux.c: (typefind_succeed),
8465         (cleanup_icydemux), (push_data), (GST_START_TEST),
8466         (icydemux_suite):
8467           Small test case for the above.
8468
8469 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8470
8471         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8472         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8473         (gst_avi_demux_stream_header_push),
8474         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8475         (gst_avi_demux_loop):
8476           More code reuse and better logging in _peek_chunk(). Reintroduce check
8477           for chunk sizes before reading them (avoid oom). Better handling for 
8478           invalid chunksizes when streaming.
8479
8480 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8481
8482         * gst/level/gstlevel.c: (gst_level_set_property):
8483         * gst/level/gstlevel.h:
8484           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8485           René Stadler
8486
8487 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8488
8489         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8490         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8491         (gst_avi_demux_stream_data):
8492           Revert one change to fix streaming avi (adapter size != data size).
8493
8494 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8495
8496         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8497
8498         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8499         (gst_matroska_demux_reset),
8500         (gst_matroska_demux_read_track_encodings),
8501         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8502         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8503         (gst_matroska_demux_subtitle_caps):
8504         * gst/matroska/matroska-ids.h:
8505           Add support for VOBSUB subtitle tracks and zlib-compressed
8506           tracks. Make sure we start on a keyframe after a seek. (#343348)
8507
8508 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8509
8510         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8511         (gst_matroska_demux_push_flac_codec_priv_data),
8512         (gst_matroska_demux_push_xiph_codec_priv_data),
8513         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8514         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8515         * gst/matroska/matroska-ids.h:
8516           Add basic FLAC support (#311586), not perfect yet though, needs some
8517           tweaking in flacdec; also, seeking could be better.
8518           Do better bounds checking when deserialising vorbis stream headers
8519           to make sure we don't read beyond the end of the buffer on bad input.
8520
8521 2006-09-04  Wim Taymans  <wim@fluendo.com>
8522
8523         Patch by: Alessandro Decina <alessandro at nnva dot org>
8524
8525         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8526         Seeking back in a file containing a CMML stream errors out if the seek
8527         goes back up to the CMML headers. This is because after the seek the xml
8528         processing instruction <?xml ...?> is submitted to the xml parser again, 
8529         which results in an error. The attached patch fixes the problem. 
8530         Fixes #353908.
8531
8532         * ext/annodex/gstcmmlenc.h:
8533         Fix authors name.
8534
8535
8536 2006-08-28  Andy Wingo  <wingo@pobox.com>
8537
8538         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8539         New helper function to lessen the ifdefs.
8540         (GST_INFO_OBJECT): 
8541         (gst_dv1394src_iso_receive): Use it.
8542         (gst_dv1394src_create): Also use the control sockets in iec61883
8543         mode.
8544         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8545         handle for AVC operations; fixes #348233.
8546
8547 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8548
8549         * configure.ac:
8550         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8551         * docs/plugins/inspect/plugin-audiofx.xml:
8552         * docs/plugins/inspect/plugin-audiofxgood.xml:
8553         * gst/audiofx/Makefile.am:
8554         * gst/audiofx/audiofx.c:
8555         * gst/audiofxgood/.cvsignore:
8556         * gst/audiofxgood/Makefile.am:
8557         * gst/audiofxgood/audiofx.c:
8558         * gst/audiofxgood/audiopanorama.c:
8559         * gst/audiofxgood/audiopanorama.h:
8560           Rename again (audiofxgood -> audiofx).
8561
8562 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8563
8564         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8565         (gst_avi_demux_stream_scan):
8566           Initialze variables.
8567
8568 2006-08-25  Wim Taymans  <wim@fluendo.com>
8569
8570         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8571         (gst_avi_demux_init), (gst_avi_demux_finalize),
8572         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8573         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8574         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8575         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8576         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8577         (gst_avi_demux_massage_index),
8578         (gst_avi_demux_calculate_durations_from_index),
8579         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8580         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8581         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8582         (gst_avi_demux_change_state):
8583         * gst/avi/gstavidemux.h:
8584         More attempts to turn this into readable code.
8585         Don't leak adapters.
8586         Calculate duration according to index more efficiently.
8587         Don't try to act like we drive the pipeline in chain mode.
8588
8589 2006-08-25  Wim Taymans  <wim@fluendo.com>
8590
8591         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8592         Fix build.
8593
8594 2006-08-25  Wim Taymans  <wim@fluendo.com>
8595
8596         Patch by: Alessandro Decina <alessandro at nnva dot org>
8597
8598         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8599         Do some extra sanity checks.
8600         Fixes #350340.
8601
8602         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8603         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8604         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8605         Check if clip->start_time is valid before adding the clip to the
8606         track list.
8607         Reset enc->preamble going from PAUSED to READY.
8608         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8609         only used for EOS.
8610         Only post an error message if we were the one that created the fatal
8611         GstFlowReturn value.
8612
8613         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8614         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8615         Parse the seconds field of the npt-sec time format using %llu rather than
8616         %d and check that the value scaled by GST_SECOND doesn't overflow.
8617         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8618         Lookup a clip's track with clip->track rather than clip->id which
8619         makes no sense.
8620         Identify a clip by its track and start time and not its xml id.
8621         do some more input checking and make sure we don't do undefined shifts.
8622
8623         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8624         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8625         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8626         (push_clip), (push_empty_clip), (check_output_clip),
8627         (GST_START_TEST), (cmmldec_suite):
8628         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8629         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8630         (check_headers), (push_clip), (check_clip_times), (check_clip),
8631         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8632         Added some more checks.
8633
8634 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8635
8636         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8637         (gst_audio_panorama_set_property),
8638         (gst_audio_panorama_get_property),
8639         (gst_audio_panorama_transform_m2s_int),
8640         (gst_audio_panorama_transform_s2s_int),
8641         (gst_audio_panorama_transform_m2s_float),
8642         (gst_audio_panorama_transform_s2s_float):
8643         * gst/audiofxgood/audiopanorama.h:
8644         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8645           Make also the pan-property float (saves scaling and yields better
8646           resolution)
8647
8648 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8649
8650         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8651         (gst_audio_panorama_transform_m2s_float),
8652         (gst_audio_panorama_transform_s2s_float):
8653           ChangeLog surgery to add cymax's real name
8654
8655
8656 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8657
8658         Patch by: René Stadler <mail@renestadler.de>
8659
8660         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8661         (gst_audio_panorama_transform_m2s_int),
8662         (gst_audio_panorama_transform_s2s_int),
8663         (gst_audio_panorama_transform_m2s_float),
8664         (gst_audio_panorama_transform_s2s_float),
8665         (gst_audio_panorama_transform):
8666         * gst/audiofxgood/audiopanorama.h:
8667           Added float support
8668
8669 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8670
8671         * gst/audiofxgood/audiopanorama.c:
8672         (gst_audio_panorama_transform_m2s):
8673           Fix docs & debug category. Add Fixme for volume pan levels.
8674
8675 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8676
8677         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8678         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8679         (gst_avi_demux_stream_header_pull),
8680         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8681         (gst_avi_demux_chain):
8682           unbreak AVI index handling, some more debug, remove an obsolete
8683           adapter_flush that caused streaming to wander off in the wild
8684
8685 2006-08-24  Wim Taymans  <wim@fluendo.com>
8686
8687         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8688         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8689         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8690         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8691         (gst_avi_demux_calculate_durations_from_index),
8692         (gst_avi_demux_stream_header_push),
8693         (gst_avi_demux_stream_header_pull):
8694         * gst/avi/gstavidemux.h:
8695         Some more cleanups. 
8696         Fix totalFrames parsing in ODML.
8697         Disable use of index for length calculation in case of ODML as this is
8698         broken now.
8699
8700 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8701
8702         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8703           Use libgsttag helper function here too.
8704
8705 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8706
8707         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8708         (gst_avi_demux_init), (gst_avi_demux_dispose),
8709         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8710         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8711         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8712         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8713         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8714         (gst_avi_demux_parse_subindex),
8715         (gst_avi_demux_read_subindexes_push),
8716         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8717         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8718         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8719         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8720         (gst_avi_demux_stream_header_pull),
8721         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8722         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8723         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8724         (gst_avi_demux_change_state):
8725         * gst/avi/gstavidemux.h:
8726           Initial streaming support for avidemux (fixes #336465)
8727
8728 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8729
8730         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8731           There is no taglibmux element ...
8732
8733         * gst/rtsp/gstrtspsrc.c:
8734           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8735           was complaining about unknown entity here.
8736
8737 2006-08-22  Wim Taymans  <wim@fluendo.com>
8738
8739         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8740         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8741         (gst_avi_demux_process_next_entry):
8742         * gst/avi/gstavidemux.h:
8743         Mark DISCONT.
8744         Remove old unused fields and reorder the struct a bit.
8745
8746 2006-08-22  Wim Taymans  <wim@fluendo.com>
8747
8748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8749         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8750         (gst_rtspsrc_pause):
8751         * gst/rtsp/gstrtspsrc.h:
8752         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8753         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8754         Small documentation updates.
8755
8756 2006-08-22  Wim Taymans  <wim@fluendo.com>
8757
8758         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8759         (gst_avi_demux_index_entry_for_time),
8760         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8761         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8762         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8763         (gst_avi_demux_next_data_buffer),
8764         (gst_avi_demux_calculate_durations_from_index),
8765         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8766         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8767         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8768         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8769         * gst/avi/gstavidemux.h:
8770         Precalc most of the duration query for each stream.
8771         Make seeking more correct.
8772         Use GstSegment to track position and duration.
8773         Code cleanups and leak fixes.
8774         Calculate correct total duration based on index length.
8775
8776 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8777
8778         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8779         (parse_insert_string_field):
8780           If strings in text fields are marked ISO8859-1, but contain
8781           valid UTF-8 already, then handle them as UTF-8 and ignore
8782           the encoding. (#351794)
8783
8784 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8785
8786         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8787         (gst_flac_dec_write), (gst_flac_dec_loop),
8788         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8789         (gst_flac_dec_src_query):
8790         * ext/flac/gstflacdec.h:
8791           Make flac-in-ogg work (#352100).
8792
8793 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8794
8795         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8796           Don't unref buffers of which we've already given away
8797           ownership to the adapter.
8798
8799 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8802           Make metadata extraction actually work.
8803
8804         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8805         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8806         (gst_speexenc_chain):
8807           Fix metadata writing: replace old code which wrote completely
8808           broken tags with libgsttag-based code. Plus miscellaneous
8809           code cleanups (use static pad templates etc.) and a bunch
8810           of leak fixes.
8811
8812 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8813
8814         * gst/audiopanorama/.cvsignore:
8815         * gst/audiopanorama/Makefile.am:
8816         * gst/audiopanorama/audiofx.c:
8817         * gst/audiopanorama/audiopanorama.c:
8818         * gst/audiopanorama/audiopanorama.h:
8819           die! die! die! you should never have been there
8820
8821 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8822
8823         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8824         Fix invalid memory access in audiopanorama test suite.
8825
8826 2006-08-21  Edward Hervey  <edward@fluendo.com>
8827
8828         * tests/check/elements/.cvsignore:
8829         ignore built file
8830
8831 2006-08-21  Wim Taymans  <wim@fluendo.com>
8832
8833         * gst/rtp/Makefile.am:
8834         Fix the build again.
8835
8836 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8837
8838         * gst/audiofxgood/.cvsignore:
8839         * gst/audiofxgood/Makefile.am:
8840         * gst/audiofxgood/audiofx.c: (plugin_init):
8841         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8842         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8843         (gst_audio_panorama_set_property),
8844         (gst_audio_panorama_get_property),
8845         (gst_audio_panorama_get_unit_size),
8846         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8847         (gst_audio_panorama_transform_m2s),
8848         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8849         * gst/audiofxgood/audiopanorama.h:
8850           resubmit with the desired name *again*
8851
8852 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8853
8854         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8855         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8856           use g_assert in _get_unit_size
8857
8858 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8859
8860         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8861         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8862         * docs/plugins/inspect/plugin-audiofxgood.xml:
8863           cleanup -unused.txt to make it useful, add previously missing docs
8864
8865         * ext/Makefile.am:
8866           Quietly (accidentally) enable LADSPA for building by default, 
8867           despite the fact that it doesn't meet the plugin checklist.
8868             -- Added by Jan Schmidt 18 Dec 2006
8869
8870         * ext/esd/esdmon.c:
8871         * ext/esd/esdsink.c:
8872         * ext/esd/gstesd.c: (plugin_init):
8873           reflow to get rid of two external symbols
8874
8875         * gst/audiofxgood/audiofx.c: (plugin_init):
8876           re-add
8877
8878 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8879
8880         * configure.ac:
8881         * gst/audiofxgood/.cvsignore:
8882         * gst/audiofxgood/Makefile.am:
8883         * gst/audiofxgood/audiofx.c
8884         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8885         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8886         (gst_audio_panorama_set_property),
8887         (gst_audio_panorama_get_property),
8888         (gst_audio_panorama_get_unit_size),
8889         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8890         (gst_audio_panorama_transform_m2s),
8891         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8892         * gst/audiofxgood/audiopanorama.h:
8893         * tests/check/Makefile.am:
8894         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8895         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8896         (panorama_suite), (main):
8897         Add audiofxgood plugin with audiopanorama element
8898
8899 2006-08-18  Wim Taymans  <wim@fluendo.com>
8900
8901         * docs/plugins/Makefile.am:
8902         More Oss docs fixage. 
8903
8904 2006-08-18  Wim Taymans  <wim@fluendo.com>
8905
8906         * gst/rtp/Makefile.am:
8907         * gst/rtp/gstrtp.c: (plugin_init):
8908         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8909         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8910         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8911         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8912         (gst_rtp_sv3v_depay_get_property),
8913         (gst_rtp_sv3v_depay_change_state),
8914         (gst_rtp_sv3v_depay_plugin_init):
8915         * gst/rtp/gstrtpsv3vdepay.h:
8916         Added experimental SVQ3 depayloader.
8917
8918 2006-08-18  Edward Hervey  <edward@fluendo.com>
8919
8920         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8921         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8922         * ext/dv/gstdvdemux.h:
8923         When handling seek requests, don't send the newsegment event from the
8924         calling thread. Instead save it so it can be sent from the streaming
8925         thread.
8926
8927 2006-08-17  Wim Taymans  <wim@fluendo.com>
8928
8929         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8930
8931         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8932         Accept leading whitespace before the boundary
8933         This patch makes the demuxer allow some whitespace before the actual
8934         boundary. This makes the demuxer work with the ``old'' gstreamer
8935         multipartmuxer again (which placed an extra \n before the start
8936         of the stream) Fixes #349068.
8937
8938 2006-08-17  Wim Taymans  <wim@fluendo.com>
8939
8940         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8941         Error out on non-implemented stuff.
8942
8943 2006-08-16  Wim Taymans  <wim@fluendo.com>
8944
8945         Patch by: Andy Wingo <wingo at pobox dot com>
8946
8947         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8948         (gst_signal_processor_start), (gst_signal_processor_stop),
8949         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8950         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8951         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8952         (gst_signal_processor_change_state):
8953         Make ladspa elements reusable. Fixes #350006.
8954
8955 2006-08-16  Wim Taymans  <wim@fluendo.com>
8956
8957         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8958         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8959         names as possible. Fixes #349901.
8960
8961 2006-08-16  Wim Taymans  <wim@fluendo.com>
8962
8963         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8964         (gst_signal_processor_do_pushes):
8965         A push() gives away our refcount so we should not use the buffer on the
8966         pen anymore.
8967
8968 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8969
8970         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8971         (gst_oss_mixer_element_finalize):
8972           Don't leak device string.
8973
8974 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8975
8976         * configure.ac:
8977           Require CVS of GStreamer core and -base (for
8978           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
8979
8980         * ext/taglib/gstid3v2mux.cc:
8981           Write extended comment tags properly (#348762).
8982
8983         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
8984         (parse_comment_frame):
8985           Extract COMM frames into extended comments, which makes it
8986           easier to properly retain the description bit of the tag
8987           and maintain this information when re-tagging (#348762).
8988
8989 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8990
8991         * tests/check/Makefile.am:
8992           Don't try to run annodex unit tests if the annodex
8993           plugin has not been built (Fixes #351116).
8994
8995 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8996
8997         * gst/autodetect/gstautoaudiosink.c:
8998         (gst_auto_audio_sink_find_best):
8999           When we can't find a usable audiosink, don't error out,
9000           but use a fake sink instead and post a warning message
9001           on the bus (#341278).
9002
9003 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9006         * sys/oss/gstosssink.c:
9007         * sys/oss/gstosssrc.c:
9008           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9009           ossmixer's new device property.
9010
9011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9013           Add docs for OSS elements.
9014
9015         * docs/plugins/inspect/plugin-aasink.xml:
9016         * docs/plugins/inspect/plugin-alaw.xml:
9017         * docs/plugins/inspect/plugin-alpha.xml:
9018         * docs/plugins/inspect/plugin-alphacolor.xml:
9019         * docs/plugins/inspect/plugin-annodex.xml:
9020         * docs/plugins/inspect/plugin-apetag.xml:
9021         * docs/plugins/inspect/plugin-auparse.xml:
9022         * docs/plugins/inspect/plugin-autodetect.xml:
9023         * docs/plugins/inspect/plugin-avi.xml:
9024         * docs/plugins/inspect/plugin-cacasink.xml:
9025         * docs/plugins/inspect/plugin-cairo.xml:
9026         * docs/plugins/inspect/plugin-cdio.xml:
9027         * docs/plugins/inspect/plugin-cutter.xml:
9028         * docs/plugins/inspect/plugin-debug.xml:
9029         * docs/plugins/inspect/plugin-dv.xml:
9030         * docs/plugins/inspect/plugin-efence.xml:
9031         * docs/plugins/inspect/plugin-effectv.xml:
9032         * docs/plugins/inspect/plugin-esdsink.xml:
9033         * docs/plugins/inspect/plugin-flac.xml:
9034         * docs/plugins/inspect/plugin-flxdec.xml:
9035         * docs/plugins/inspect/plugin-gconfelements.xml:
9036         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9037         * docs/plugins/inspect/plugin-goom.xml:
9038         * docs/plugins/inspect/plugin-halelements.xml:
9039         * docs/plugins/inspect/plugin-icydemux.xml:
9040         * docs/plugins/inspect/plugin-id3demux.xml:
9041         * docs/plugins/inspect/plugin-jpeg.xml:
9042         * docs/plugins/inspect/plugin-level.xml:
9043         * docs/plugins/inspect/plugin-matroska.xml:
9044         * docs/plugins/inspect/plugin-mulaw.xml:
9045         * docs/plugins/inspect/plugin-multipart.xml:
9046         * docs/plugins/inspect/plugin-navigationtest.xml:
9047         * docs/plugins/inspect/plugin-ossaudio.xml:
9048         * docs/plugins/inspect/plugin-png.xml:
9049         * docs/plugins/inspect/plugin-rtp.xml:
9050         * docs/plugins/inspect/plugin-rtsp.xml:
9051         * docs/plugins/inspect/plugin-shout2send.xml:
9052         * docs/plugins/inspect/plugin-smpte.xml:
9053         * docs/plugins/inspect/plugin-speex.xml:
9054         * docs/plugins/inspect/plugin-taglib.xml:
9055         * docs/plugins/inspect/plugin-udp.xml:
9056         * docs/plugins/inspect/plugin-videobalance.xml:
9057         * docs/plugins/inspect/plugin-videobox.xml:
9058         * docs/plugins/inspect/plugin-videoflip.xml:
9059         * docs/plugins/inspect/plugin-videomixer.xml:
9060         * docs/plugins/inspect/plugin-wavenc.xml:
9061         * docs/plugins/inspect/plugin-wavparse.xml:
9062         * docs/plugins/inspect/plugin-ximagesrc.xml:
9063           Update to CVS version.
9064           
9065 2006-08-16  Wim Taymans  <wim@fluendo.com>
9066
9067         * gst/rtp/gstrtpamrdepay.c:
9068         * gst/rtp/gstrtpmp4gdepay.c:
9069         Caps extra properties must be defined as strings for
9070         depayloaders because they are generated from an SDP.
9071
9072         * gst/rtp/Makefile.am:
9073         * gst/rtp/gstrtp.c: (plugin_init):
9074         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9075         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9076         (gst_rtp_h264_depay_finalize), (decode_base64),
9077         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9078         (gst_rtp_h264_depay_set_property),
9079         (gst_rtp_h264_depay_get_property),
9080         (gst_rtp_h264_depay_change_state),
9081         (gst_rtp_h264_depay_plugin_init):
9082         * gst/rtp/gstrtph264depay.h:
9083         Added basic, not completely functional RFC 3984 H264 depayloader.
9084
9085 2006-08-16  Wim Taymans  <wim@fluendo.com>
9086
9087         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9088         Add pads after setting them up.
9089
9090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9091         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9092         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9093         (gst_rtspsrc_stream_setup_rtp),
9094         (gst_rtspsrc_stream_configure_transport),
9095         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9096         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9097         (gst_rtspsrc_pause):
9098         * gst/rtsp/gstrtspsrc.h:
9099         Fix interleaved mode.
9100          - Protect streaming with lock.
9101          - Combine flows
9102          - set caps on outgoing buffers.
9103          - strip trailing \0 from data packets.
9104          - Configure RTP/RTCP in stream.
9105         Use DEBUG_OBJECT more.
9106
9107 2006-08-16  Wim Taymans  <wim@fluendo.com>
9108
9109         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9110         Turn a g_print into a DEBUG line.
9111
9112 2006-08-13  Wim Taymans  <wim@fluendo.com>
9113
9114         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9115         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9116         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9117         (gst_oss_mixer_element_get_property),
9118         (gst_oss_mixer_element_change_state):
9119         * sys/oss/gstossmixerelement.h:
9120         Small cleanups. Better error reporting.
9121         Add device property for the mixer instead of the hardcoded
9122         /dev/mixer. Fixes #350785.
9123         API: GstOssMixerElement::device property
9124
9125 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9126
9127         Patch by: Jens Granseuer <jensgr at gmx net>
9128
9129         * gconf/Makefile.am:
9130           Make --disable-schemas work right (they still need
9131           to be copied to the installation directory, just not
9132           applied). Fixes #351347 (also #344100).
9133           
9134 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9135
9136         * configure.ac: back to HEAD
9137
9138 === release 0.10.4 ===
9139
9140 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9141
9142         * configure.ac:
9143           releasing 0.10.4, "Dear Leader"
9144
9145 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9146
9147         Patch by: Edward Hervey <edward@fluendo.com>
9148
9149         * configure.ac:
9150         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9151         (gst_wavparse_stream_data):
9152         Send the newsegment event in the streaming thread.
9153         Fixes #347529
9154
9155 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9158         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9159         (gst_smokeenc_resync), (gst_smokeenc_chain):
9160           Refuse sink caps in the encoder if width or height is not a
9161           multiple of 16, the encoder does not support that yet (#349939);
9162           along the same lines, check the return value of the encoder
9163           setup function; also remove some debug log clutter.
9164
9165 2006-08-04  Andy Wingo  <wingo@pobox.com>
9166
9167         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9168         whether a processor can work in place or not, and for keeping
9169         track of its state. Change the FlowReturn instance variable from
9170         "state" to "flow_state", all callers changed.
9171
9172         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9173         (gst_signal_processor_start, gst_signal_processor_stop)
9174         (gst_signal_processor_cleanup): New functions to manage the
9175         processor's state.
9176         (gst_signal_processor_setcaps): start() as well as setup() here.
9177         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9178         (gst_signal_processor_change_state): Stop and cleanup the
9179         processor as we go to NULL.
9180
9181         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9182         INPLACE_BROKEN is not set.
9183
9184         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9185         Do the alloc_buffer in bytes, not frames.
9186         
9187 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9188
9189         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9190         Fix rgb masks when recording in < 24bpp.
9191
9192 2006-08-04  Andy Wingo  <wingo@pobox.com>
9193
9194         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9195         (gst_signal_processor_prepare)
9196         (gst_signal_processor_update_inputs)
9197         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9198         (gst_signal_processor_flush)
9199         (gst_signal_processor_sink_activate_push)
9200         (gst_signal_processor_src_activate_pull)
9201         (gst_signal_processor_change_state): Remove the last of the code
9202         that assumes that we process whole buffers at a time. Fix some
9203         debugging. Seems to work now in some cases.
9204         (gst_signal_processor_src_activate_pull): BPB
9205
9206 2006-08-01  Andy Wingo  <wingo@pobox.com>
9207
9208         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9209         Fix nframes-choosing.
9210         (gst_signal_processor_init): Init pending_in and pending_out.
9211
9212         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9213         more default sample rate, although we never check that the sample
9214         rate actually gets set. Something for the future.
9215         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9216         (gst_signal_processor_event): Refcount fixen.
9217         (gst_signal_processor_process): Pull the number of frames to
9218         process from the sizes of the buffers in the input pens.
9219         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9220         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9221         it instead of buffer_frames.
9222         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9223         to do_pulls.
9224         (gst_signal_processor_chain)
9225         (gst_signal_processor_sink_activate_push)
9226         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9227
9228         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9229
9230 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9231
9232         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9233         (gst_signal_processor_process):
9234           don't query buffer-frames from caps, add lots of debug-log,
9235           try fix for assert (#349189)
9236
9237 2006-07-31  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/udp/gstudpsrc.c:
9240         Fix docs.
9241
9242 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9243
9244         * ext/ladspa/gstsignalprocessor.c:
9245         (gst_signal_processor_add_pad_from_template),
9246         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9247         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9248         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9249         (gst_signal_processor_sink_activate_push),
9250         (gst_signal_processor_src_activate_pull),
9251         (gst_signal_processor_change_state):
9252          Add debugs logs here and there, add more error handling, add some
9253          FIXME comments, filed #349189
9254
9255 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9256
9257         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9258         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9259         Set caps on buffer correctly.  Fixes bug #349155.
9260
9261 2006-07-28  Wim Taymans  <wim@fluendo.com>
9262
9263         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9264
9265         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9266         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9267         (gst_multipart_demux_finalize), (get_line_end),
9268         (multipart_parse_header), (multipart_find_boundary),
9269         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9270         (gst_multipart_set_property), (gst_multipart_get_property):
9271         Uses GstAdapter instead of own buffering.
9272         Actually parses the mime-type correctly (In tests the mime-type was
9273         always "" with the old version).
9274         Uses the Content-length header if available to speed up things.
9275         Reliably autoscans the boundary name by default.
9276         Fixes #349068.
9277
9278         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9279         Don't start the stream with a \n.
9280
9281 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9282
9283         Patch by: Brian Cameron <brian dot cameron at sun com>
9284
9285         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9286           Open source with O_NONBLOCK (#349015).
9287
9288 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9289
9290         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9291         (gst_avi_demux_massage_index):
9292         * gst/avi/gstavidemux.h:
9293           Whitespace fixes and more debug
9294
9295 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         * gst/autodetect/gstautoaudiosink.c:
9298         (gst_auto_audio_sink_create_element_with_pretty_name),
9299         (gst_auto_audio_sink_find_best),
9300         (gst_auto_audio_sink_change_state):
9301           Get rid of old and unused magic sound-server properties stuff.
9302           Add suffix to child sink's name that makes it easy to see from
9303           the name alone which type it actually is (alsa, oss, esd, etc.).
9304
9305 2006-07-27  Wim Taymans  <wim@fluendo.com>
9306
9307         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9308         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9309         (gst_udpsrc_start):
9310         * gst/udp/gstudpsrc.h:
9311         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9312         not some sort of feature we enable.
9313
9314 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9315
9316         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9317           Use CLOSE_SOCKET() here instead of close() to maintain
9318           win32 workiness.
9319
9320 2006-07-27  Wim Taymans  <wim@fluendo.com>
9321
9322         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9323
9324         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9325         (gst_udpsrc_create), (gst_udpsrc_set_property),
9326         (gst_udpsrc_get_property), (gst_udpsrc_start):
9327         * gst/udp/gstudpsrc.h:
9328         Added "buffer-size" property to control the kernel receive buffer size.
9329         Update documentation.
9330         Small cleanups. Fixes #348752.
9331         API: buffer-size property
9332
9333 2006-07-26  Wim Taymans  <wim@fluendo.com>
9334
9335         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9336
9337         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9338         (gst_rtp_pcma_pay_handle_buffer):
9339         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9340         (gst_rtp_pcmu_pay_handle_buffer):
9341         Fix timestamp calculation on outgoing RTP packets.
9342         Fixes #348675.
9343
9344 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9345
9346         * ext/taglib/gstid3v2mux.cc:
9347           Fix writing of comment frames (should be COMM not TCOM),
9348           is still sub-optimal though, since we don't retain or
9349           extract the comment descriptions properly (#334375,
9350           also see #334375).
9351
9352 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * gst/wavparse/gstwavparse.c:
9355           #define 'fact' RIFF chunk if we are not compiling against
9356           -base CVS (we don't want to depend on -base CVS for this
9357           one define only, and also not for release order reasons).
9358
9359 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * ext/taglib/gstid3v2mux.cc:
9362           Handle multiple tags of the same type properly. Re-inject
9363           unparsed ID3v2 frames that we get as binary blobs from
9364           id3demux into the tag again so we don't lose information
9365           when retagging (#334375).
9366
9367 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9368
9369         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9370           Document newly-added properties properly, so that there is a
9371           'Since: 0.10.4' in the plugin docs. Convert some property
9372           names into canonical GObject style (GObject will do that
9373           internally anyway).
9374
9375 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9376
9377         * gst/id3demux/id3tags.c:
9378         (id3demux_add_id3v2_frame_blob_to_taglist):
9379           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9380           well, and add the version to the blob's buffer caps, since that
9381           information will be needed for deserialisation later on (#348644).
9382
9383 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9384
9385         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9386         (gst_avi_demux_parse_stream):
9387          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9388          indentation and spacing.
9389
9390 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9391
9392         * docs/plugins/Makefile.am:
9393         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9395         * docs/plugins/gst-plugins-good-plugins.args:
9396         * docs/plugins/inspect/plugin-1394.xml:
9397         * docs/plugins/inspect/plugin-aasink.xml:
9398         * docs/plugins/inspect/plugin-alaw.xml:
9399         * docs/plugins/inspect/plugin-alpha.xml:
9400         * docs/plugins/inspect/plugin-alphacolor.xml:
9401         * docs/plugins/inspect/plugin-annodex.xml:
9402         * docs/plugins/inspect/plugin-apetag.xml:
9403         * docs/plugins/inspect/plugin-auparse.xml:
9404         * docs/plugins/inspect/plugin-autodetect.xml:
9405         * docs/plugins/inspect/plugin-avi.xml:
9406         * docs/plugins/inspect/plugin-cacasink.xml:
9407         * docs/plugins/inspect/plugin-cairo.xml:
9408         * docs/plugins/inspect/plugin-cdio.xml:
9409         * docs/plugins/inspect/plugin-cutter.xml:
9410         * docs/plugins/inspect/plugin-debug.xml:
9411         * docs/plugins/inspect/plugin-dv.xml:
9412         * docs/plugins/inspect/plugin-efence.xml:
9413         * docs/plugins/inspect/plugin-effectv.xml:
9414         * docs/plugins/inspect/plugin-esdsink.xml:
9415         * docs/plugins/inspect/plugin-flac.xml:
9416         * docs/plugins/inspect/plugin-flxdec.xml:
9417         * docs/plugins/inspect/plugin-gconfelements.xml:
9418         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9419         * docs/plugins/inspect/plugin-goom.xml:
9420         * docs/plugins/inspect/plugin-halelements.xml:
9421         * docs/plugins/inspect/plugin-icydemux.xml:
9422         * docs/plugins/inspect/plugin-id3demux.xml:
9423         * docs/plugins/inspect/plugin-jpeg.xml:
9424         * docs/plugins/inspect/plugin-level.xml:
9425         * docs/plugins/inspect/plugin-matroska.xml:
9426         * docs/plugins/inspect/plugin-mulaw.xml:
9427         * docs/plugins/inspect/plugin-multipart.xml:
9428         * docs/plugins/inspect/plugin-navigationtest.xml:
9429         * docs/plugins/inspect/plugin-ossaudio.xml:
9430         * docs/plugins/inspect/plugin-png.xml:
9431         * docs/plugins/inspect/plugin-rtp.xml:
9432         * docs/plugins/inspect/plugin-rtsp.xml:
9433         * docs/plugins/inspect/plugin-shout2send.xml:
9434         * docs/plugins/inspect/plugin-smpte.xml:
9435         * docs/plugins/inspect/plugin-speex.xml:
9436         * docs/plugins/inspect/plugin-udp.xml:
9437         * docs/plugins/inspect/plugin-videobalance.xml:
9438         * docs/plugins/inspect/plugin-videobox.xml:
9439         * docs/plugins/inspect/plugin-videoflip.xml:
9440         * docs/plugins/inspect/plugin-videomixer.xml:
9441         * docs/plugins/inspect/plugin-wavenc.xml:
9442         * docs/plugins/inspect/plugin-wavparse.xml:
9443         * docs/plugins/inspect/plugin-ximagesrc.xml:
9444           Update files to CVS/Prerelease version, add esdsink docs.
9445
9446         * ext/esd/esdsink.c:
9447           Add gtk-doc blurb.
9448
9449         * gst/rtp/gstrtpmp4vpay.c:
9450           Fix typo in element description.
9451
9452 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9453
9454         * ext/esd/esdsink.c: (gst_esdsink_open),
9455         (gst_esdsink_factory_init):
9456           Prevent libesd from auto-spawning a sound daemon if it
9457           is not already running. Now that we don't do evil stuff
9458           like that any longer we can give esdsink a rank so that
9459           autoaudiosink will try it as well if all other audio
9460           sinks fail (#343051).
9461
9462 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9463
9464         * ext/esd/Makefile.am:
9465           Oops, need to remove README from EXTRA_DIST as well.
9466
9467 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9468
9469         * ext/esd/README:
9470           Remove, it contains nothing useful anyway.
9471
9472         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9473         (gst_esdsink_delay):
9474           Some small clean-ups; use GST_BOILERPLATE etc.
9475
9476 2006-07-24  Wim Taymans  <wim@fluendo.com>
9477
9478         * gst/law/alaw-decode.c: (alawdec_getcaps):
9479         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9480         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9481         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9482         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9483
9484 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9485
9486         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9487         (gst_wavparse_other), (gst_wavparse_perform_seek),
9488         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9489         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9490         (gst_wavparse_pad_query):
9491         * gst/wavparse/gstwavparse.h:
9492           Use information from 'fact' chunk for length calculation of compressed
9493           samples. Calculate bps if bogus value is found in wav header (embeded
9494           mp2/mp3).
9495           
9496
9497 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9500
9501         * configure.ac:
9502         * gst/udp/Makefile.am:
9503         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9504         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9505         * gst/udp/gstdynudpsink.h:
9506         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9507         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9508         * gst/udp/gstmultiudpsink.h:
9509         * gst/udp/gstudp.c: (plugin_init):
9510         * gst/udp/gstudpsink.h:
9511         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9512         (gst_udpsrc_start), (gst_udpsrc_stop):
9513         * gst/udp/gstudpsrc.h:
9514         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9515         (gst_udp_net_utils_win32_wsa_startup):
9516         * gst/udp/gstudpnetutils.h:
9517           Port udp plugin to win32 (#345288).
9518
9519 2006-07-24  Wim Taymans  <wim@fluendo.com>
9520
9521         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9522         Remove unwanted DEBUG line.
9523
9524 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * gst/id3demux/gstid3demux.c: (plugin_init):
9527         * gst/id3demux/id3tags.c:
9528         (id3demux_add_id3v2_frame_blob_to_taglist):
9529         * gst/id3demux/id3tags.h:
9530           On second thought, it might be wiser and more efficient
9531           not to do tag registration from a streaming thread.
9532
9533 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         * gst/id3demux/id3tags.c:
9536         (id3demux_add_id3v2_frame_blob_to_taglist),
9537         (id3demux_id3v2_frames_to_tag_list):
9538           Put ID3v2 frames we can't parse as binary blobs into private
9539           tags, so that they are not lost when retagging, at least once
9540           id3v2mux has been taught to re-inject those frames again.
9541           See bug #334375.
9542
9543 2006-07-21  Wim Taymans  <wim@fluendo.com>
9544
9545         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9546         (gst_avi_demux_process_next_entry):
9547         Fix some leaks.
9548
9549         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9550         Don't use \n in debug lines.
9551
9552 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9553
9554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9555         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9556           Add annodex and icydemux, cleanup the sections a bit
9557
9558 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         Patch by: Alex Lancaster <alexl at users sourceforge net>
9561
9562         * ext/taglib/gstid3v2mux.cc:
9563           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9564           ID3v2 TSSE frames (#347898).
9565
9566 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9567
9568         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9569           Respect mpegversion for "video/mpeg" and give message in case of
9570           unhandled versions.
9571
9572 2006-07-17  Wim Taymans  <wim@fluendo.com>
9573
9574         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9575         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9576         (gst_pngdec_chain), (gst_pngdec_sink_event),
9577         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9578         (gst_pngdec_sink_activate_push):
9579         * ext/libpng/gstpngdec.h:
9580         Use statically allocated segment instead of leaking.
9581         Various cleanups.
9582         Fix flush and seek handling.
9583
9584 2006-07-16  Wim Taymans  <wim@fluendo.com>
9585
9586         * gst/rtp/Makefile.am:
9587         * gst/rtp/gstrtp.c: (plugin_init):
9588         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9589         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9590         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9591         (gst_rtp_mp4g_depay_set_property),
9592         (gst_rtp_mp4g_depay_get_property),
9593         (gst_rtp_mp4g_depay_change_state),
9594         (gst_rtp_mp4g_depay_plugin_init):
9595         * gst/rtp/gstrtpmp4gdepay.h:
9596         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9597         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9598         (gst_rtp_mp4g_pay_flush):
9599         Added simple generic mpeg4 depayloader.
9600         Fix generic mpeg4 payloader.
9601
9602 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9603
9604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9605           Don't try doing state changes on a NULL pointer.
9606
9607 2006-07-14  Wim Taymans  <wim@fluendo.com>
9608
9609         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9610
9611         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9612         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9613         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9614         * gst/rtp/gstrtpamrdepay.h:
9615         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9616         Fixes #321191
9617
9618 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9619
9620         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9621         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9622         Fix segfault when moving mouse pointer to the bottom right corner.
9623
9624 2006-07-12  Wim Taymans  <wim@fluendo.com>
9625
9626         * gst/rtp/Makefile.am:
9627         * gst/rtp/gstrtp.c: (plugin_init):
9628         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9629         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9630         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9631         (gst_rtp_mp2t_depay_set_property),
9632         (gst_rtp_mp2t_depay_get_property),
9633         (gst_rtp_mp2t_depay_change_state),
9634         (gst_rtp_mp2t_depay_plugin_init):
9635         * gst/rtp/gstrtpmp2tdepay.h:
9636         Added mpeg2 TS depayloader. Closing #347234.
9637
9638 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9641           Remove g_assert that shouldn't be there and was triggered
9642           after trying to open a device that doesn't exist or can't
9643           be opened for some other reason (#347972).
9644
9645 2006-07-10  Edward Hervey  <edward@fluendo.com>
9646
9647         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9648         (gst_avi_demux_stream_header), (push_tag_lists):
9649         * gst/avi/gstavidemux.h:
9650         Don't push tag events found by gst_riff_parse_info() before outputting
9651         GST_EVENT_NEWSEGMENT.
9652
9653 2006-07-10  Wim Taymans  <wim@fluendo.com>
9654
9655         * gst/rtsp/Makefile.am:
9656         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9657         (rtsp_connection_close):
9658         * gst/rtsp/rtspdefs.h:
9659         replaced closesocket and close in code with one CLOSE_SOCKET. 
9660         Some more cleanups. Fixes #345301.
9661
9662 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9663
9664         * gst/autodetect/gstautoaudiosink.c:
9665           Fix example pipeline in docs.
9666
9667 2006-07-10  Wim Taymans  <wim@fluendo.com>
9668
9669         Patch by: Rob Taylor <robtaylor at floopily dot org>
9670
9671         * gst/udp/gstmultiudpsink.c: (join_multicast),
9672         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9673         If a destination is added before the stream is set to PAUSED, the
9674         multicast group is not joined as the socket is not created yet. 
9675         Also TTL and LOOP should also be set. Fixes #346921.
9676
9677 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9678
9679         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9680         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9681         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9682         (gst_ximage_src_init):
9683         * sys/ximage/gstximagesrc.h:
9684         Fix use-damage property to actually work :)
9685         Add startx, starty, endx, endy properties so screencasts other than full
9686         screen ones can work.
9687
9688 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9689
9690         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9691         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9692         (gst_ximage_src_class_init), (gst_ximage_src_init):
9693         * sys/ximage/gstximagesrc.h:
9694         Add use_damage property to offer ability to choose whether to use
9695         XDamage or not.
9696
9697 2006-07-07  Wim Taymans  <wim@fluendo.com>
9698
9699         * gst/goom/filters.c: (zoomFilterSetResolution):
9700         Avoid goom coredumping by clearing memory. 
9701         Fixes 345679.
9702
9703 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9704
9705         * win32/vs6/libgstid3demux.dsp:
9706         Add a link to libgsttag-0.10.lib.
9707
9708 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9709
9710         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9711         (gst_tag_demux_read_range):
9712         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9713         (gst_id3demux_read_range):
9714           Don't return FLOW_UNEXPECTED when a buffer is before
9715           the start of the stream (which might happen with
9716           large ID3v2 tags if the tag reading was done pullrange
9717           based and we then switched to push mode later on).
9718           Fixes regression introduced by commit from June 29th.
9719
9720 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9721
9722         * ext/taglib/gstid3v2mux.cc:
9723           Make UTF-8 the default encoding when writing string
9724           tags (before, our UTF-8 strings would automatically
9725           be converted to ISO-8859-1 by taglib and written as
9726           ISO-8859-1 fields if that was possible).
9727
9728         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9729         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9730         (test_taglib_id3mux_with_tags):
9731           Add test case that makes sure our UTF-8 strings have
9732           actually been written into the tag as UTF-8.
9733
9734 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9735
9736         * configure.ac:
9737           Let's try that again.
9738
9739 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         * configure.ac:
9742           Disable monoscope plugin for now until it fulfills
9743           all the requirements.
9744
9745 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9746
9747         * configure.ac:
9748         * gst/monoscope/Makefile.am:
9749         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9750         (gst_monoscope_class_init), (gst_monoscope_init),
9751         (gst_monoscope_finalize), (gst_monoscope_reset),
9752         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9753         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9754         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9755         (gst_monoscope_change_state), (plugin_init):
9756         * gst/monoscope/gstmonoscope.h:
9757           Port monoscope visualisation to 0.10.
9758
9759 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9760
9761         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9762         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9763           Return FLOW_UNEXPECTED when at the end of the file, not
9764           FLOW_ERROR. Fixes 'internal stream error' errors that
9765           would sometimes occur in totem when scrubbing to the
9766           end of an ID3v1 tagged mp3 file.
9767
9768 2006-07-03  Edward Hervey  <edward@fluendo.com>
9769
9770         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9771         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9772         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9773         * ext/libpng/gstpngdec.h:
9774         Implement buffer clipping/dropping using GstSegment.
9775         This provides accurate seeking.
9776
9777 2006-07-03  Edward Hervey  <edward@fluendo.com>
9778
9779         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9780         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9781         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9782         (gst_avi_demux_process_next_entry), (push_tag_lists),
9783         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9784         * gst/avi/gstavidemux.h:
9785         Proper aggregation of each stream's GstFlowReturn in order to figure out
9786         whether the task should stop or not.
9787         Don't send inline events before pushing out a NEW_SEGMENT, more
9788         specifically for GST_TAG_EVENT.
9789         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9790         sub-indexes.
9791
9792 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9793
9794         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9795
9796         * sys/sunaudio/gstsunaudiomixerctrl.c:
9797         (gst_sunaudiomixer_ctrl_build_list):
9798           Move "Monitor" slider to input tab so it works more like
9799           sdtaudiocontrol, which is what people on Solaris are used
9800           to using for their mixer program (#346259).
9801
9802 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9803
9804         * tests/check/elements/level.c: (GST_START_TEST):
9805           fix a leak, clean up at the end
9806
9807 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9808
9809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9810         (gst_matroska_demux_send_event),
9811         (gst_matroska_demux_loop_stream_parse_id):
9812         * gst/matroska/matroska-ids.h:
9813           Send tag event after newsegment event.
9814
9815 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9816
9817         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9818         (gst_id3demux_read_range):
9819           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9820           certain cases where a read beyond the end of the file is
9821           requested. Fixes #345930.
9822
9823         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9824         (gst_tag_demux_read_range):
9825           Fix same issue here as well.
9826
9827 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9828
9829         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9830         
9831         Fix hypothetical crash.
9832
9833 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9834
9835         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9836
9837         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9838           Do not modify the ports value. If the user has turned off the
9839           built-in speakers, then we should not reset it in the prepare
9840           function, since this causes the built-in speakers to turn
9841           back on anytime the user changes a track in totem, rhythmbox,
9842           etc. (#346066).
9843
9844 2006-06-23  Wim Taymans  <wim@fluendo.com>
9845
9846         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9847         Fix double caps unref when negotiation fails.
9848
9849 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * ext/annodex/gstcmmldec.c:
9852         * ext/annodex/gstcmmlenc.c:
9853         * ext/annodex/gstcmmlparser.c:
9854         * ext/dv/gstdvdec.c:
9855         * ext/dv/gstdvdemux.c:
9856         * ext/gdk_pixbuf/pixbufscale.c:
9857         * ext/jpeg/gstjpegenc.c:
9858         * ext/jpeg/gstsmokedec.c:
9859         * ext/jpeg/gstsmokeenc.c:
9860         * ext/libpng/gstpngdec.c:
9861         * ext/libpng/gstpngenc.c:
9862         * ext/speex/gstspeexenc.c:
9863         * gst/alpha/gstalphacolor.c:
9864         * gst/cutter/gstcutter.c:
9865         * gst/debug/gstnavigationtest.c:
9866         * gst/icydemux/gsticydemux.c:
9867         * gst/level/gstlevel.c:
9868         * gst/multipart/multipart.c:
9869         * gst/rtp/gstrtpamrpay.c:
9870         * gst/rtp/gstrtpdepay.c:
9871         * gst/rtp/gstrtpilbcpay.c:
9872         * gst/rtp/gstrtpmp4gpay.c:
9873         * gst/rtp/gstrtpmp4vpay.c:
9874         * gst/rtsp/gstrtpdec.c:
9875         * gst/rtsp/gstrtspsrc.c:
9876         * gst/udp/gstdynudpsink.c:
9877         * gst/udp/gstmultiudpsink.c:
9878         * gst/udp/gstudpsrc.c:
9879         * gst/videobox/gstvideobox.c:
9880         * gst/videofilter/gstvideoflip.c:
9881           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9882           plus two minor macro fixes.
9883
9884 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9885
9886         * gst/matroska/matroska-demux.c:
9887         (gst_matroska_demux_check_subtitle_buffer),
9888         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9889         (gst_matroska_demux_subtitle_caps):
9890         * gst/matroska/matroska-ids.c:
9891         (gst_matroska_track_init_subtitle_context):
9892         * gst/matroska/matroska-ids.h:
9893           Try to fix up broken matroska files containing subtitle
9894           streams with non-UTF8 character encodings (courtesy of
9895           mkvmerge) using either the encoding specified in the
9896           GST_SUBTITLE_ENCODING environment variable or the
9897           current locale's character set if it is non-UTF8.
9898           Fixes #337076.
9899
9900 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9903           Set image type from APIC frame as "image-type" field
9904           of GST_TAG_IMAGE buffer caps (#344605).
9905
9906 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9907
9908         * ext/flac/Makefile.am:
9909         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9910         (gst_flac_dec_reset_decoders),
9911         (gst_flac_dec_setup_seekable_decoder),
9912         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9913         (gst_flac_dec_metadata_callback),
9914         (gst_flac_dec_metadata_callback_seekable),
9915         (gst_flac_dec_metadata_callback_stream),
9916         (gst_flac_dec_error_callback),
9917         (gst_flac_dec_error_callback_seekable),
9918         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9919         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9920         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9921         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9922         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9923         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9924         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9925         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9926         (gst_flac_dec_sink_activate_push),
9927         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9928         * ext/flac/gstflacdec.h:
9929           Support chain-based operation, should make flac-over-DAAP
9930           work (#340492).
9931
9932 2006-06-20  Wim Taymans  <wim@fluendo.com>
9933
9934         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9935         Doc updates, merge some unused symbols.
9936
9937 2006-06-20  Wim Taymans  <wim@fluendo.com>
9938
9939         * docs/plugins/Makefile.am:
9940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9942         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9943         * gst/rtsp/gstrtspsrc.c:
9944         * gst/rtsp/gstrtspsrc.h:
9945         Added documentation for the rtsp plugin. Fixes #345393.
9946
9947 2006-06-20  Wim Taymans  <wim@fluendo.com>
9948
9949         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9950         (rtsp_connection_close), (rtsp_connection_free):
9951         Use better G_OS_* macros. Fixes #345301 some more.
9952
9953 2006-06-20  Wim Taymans  <wim@fluendo.com>
9954
9955         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9956
9957         * sys/sunaudio/Makefile.am:
9958         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9959         * sys/sunaudio/gstsunaudiomixerctrl.c:
9960         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9961         (gst_sunaudiomixer_ctrl_list_tracks),
9962         (gst_sunaudiomixer_ctrl_get_volume),
9963         (gst_sunaudiomixer_ctrl_set_volume),
9964         (gst_sunaudiomixer_ctrl_set_mute),
9965         (gst_sunaudiomixer_ctrl_set_record):
9966         * sys/sunaudio/gstsunaudiomixerctrl.h:
9967         * sys/sunaudio/gstsunaudiomixertrack.c:
9968         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9969         * sys/sunaudio/gstsunaudiomixertrack.h:
9970         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9971         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9972         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9973         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9974         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9975         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9976         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
9977         (gst_sunaudiosrc_reset):
9978         * sys/sunaudio/gstsunaudiosrc.h:
9979         Add a SunAudio source plugin.
9980         Support stereo and right/left channel gain in the mixer plugin.
9981         Support the RECORD flag so that you can switch between line-input and
9982         microphone in gnome-volume-control.
9983         Code cleanups like using an enumerator for track number instead of an 
9984         integer. Fixes #344923.
9985
9986 2006-06-20  Wim Taymans  <wim@fluendo.com>
9987
9988         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
9989
9990         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9991         (rtsp_connection_close):
9992         Make RTSP plugin compile on windows. Fixes #345301.
9993         Some changes to original patch to catch errors better.
9994         use ifdef WIN32 instead of ifndef.
9995
9996 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9997
9998         * configure.ac:
9999         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10000
10001 2006-06-18  Edward Hervey  <edward@fluendo.com>
10002
10003         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10004         After a failed buffer alloc, we need to abort the jpeg decoding (it
10005         started when parsing headers to figure out how many bytes we need
10006         to request downstream).
10007
10008 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10009
10010         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10011
10012         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10013           Make sure we don't read beyond the end of the file (#345232).
10014
10015 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10016
10017         * configure.ac:
10018           Fix --disable-external (can't set conditionals conditionally,
10019           #343602).
10020
10021 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10022
10023         * autogen.sh:
10024         * configure.ac:
10025         * docs/Makefile.am:
10026           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10027
10028         * docs/plugins/Makefile.am:
10029         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10030         * docs/plugins/inspect/plugin-taglib.xml:
10031           Add/fix apev2mux docs.
10032
10033 2006-06-14  Wim Taymans  <wim@fluendo.com>
10034
10035         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10036         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10037         (gst_dvdec_change_state):
10038         Reset segment info on flush.
10039         Alloc segment in _init, free in _finalize.
10040
10041         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10042         Don't send segments twice.
10043
10044 2006-06-14  Wim Taymans  <wim@fluendo.com>
10045
10046         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10047         Respect segment.stop. Fixes #342592.
10048
10049 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10050
10051         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10052           No language specified means the implied language is English
10053           according to the matroska spec (partially fixes #344708);
10054           add some more debug output.
10055
10056 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10057
10058         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10059         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10060         (gst_wavparse_chain):
10061           When operating chain-based, don't make any assumptions about the
10062           chunking of the incoming data and make streaming work on days other
10063           than the second Thursday after a full moon. Also fix up debug
10064           messages here and there and make use of the most excellent new
10065           gst_pad_query_peer_duration() utility function.
10066           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10067
10068         * gst/wavparse/gstwavparse.h:
10069           Remove trailing comma after last enum value, some compilers don't
10070           like that.
10071
10072 2006-06-13  Wim Taymans  <wim@fluendo.com>
10073
10074         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10075         Handle premature EOS gracefully.
10076
10077 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10078
10079         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10080           Prevent out of bounds array access when scrubbing towards
10081           the end of the file between the last index entry and the
10082           end. Fixes occasional 'start <= stop' newsegment event
10083           assertions when scrubbing in MJPEG files.
10084
10085 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10086
10087         * tests/check/elements/.cvsignore:
10088           And another one.
10089
10090 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10093         (scan_encoded_string), (parse_picture_frame):
10094           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10095
10096         * configure.ac:
10097           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10098           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10099
10100 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10101
10102         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10103           gratuitous comment changes
10104         * tests/check/elements/level.c: (GST_START_TEST):
10105           fix level test leaks
10106
10107 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10110         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10111           Use gst_pad_query_peer_duration() utility function here.
10112
10113 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10114
10115         * autogen.sh:
10116           require am17
10117         * configure.ac:
10118         * ext/annodex/Makefile.am:
10119         * ext/cdio/Makefile.am:
10120         * ext/dv/Makefile.am:
10121         * ext/esd/Makefile.am:
10122         * ext/flac/Makefile.am:
10123         * ext/gdk_pixbuf/Makefile.am:
10124         * ext/ladspa/Makefile.am:
10125         * ext/libcaca/Makefile.am:
10126         * ext/speex/Makefile.am:
10127         * ext/taglib/Makefile.am:
10128         * sys/oss/Makefile.am:
10129         * sys/sunaudio/Makefile.am:
10130         * sys/ximage/Makefile.am:
10131           clean up build further
10132
10133 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10134
10135         * gconf/Makefile.am:
10136           Honour --disable-schemas-install configure option. Fixes #344100.
10137
10138 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         * tests/examples/level/Makefile.am:
10141           Add -lm to LIBS for pow() function, don't assume one of our
10142           dependencies (such as libxml-2.0) drags it in automatically
10143           (#343603).
10144
10145 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10148
10149         * configure.ac:
10150           We should use $SED and not $(SED) in configure.ac (#343678).
10151
10152 2006-06-09  Wim Taymans  <wim@fluendo.com>
10153
10154         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10155
10156         * sys/sunaudio/gstsunaudiomixerctrl.c:
10157         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10158         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10159         (gst_sunaudiomixer_ctrl_set_mute):
10160         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10161         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10162         (gst_sunaudiosink_write):
10163         Attached find a patch that fixes a number of bugs with the SunAudio
10164         mixer plugin and fixes #344101:
10165         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10166            tracks onto the tracklist causing gnome-volume-control's preferences
10167            dialog to be messed up and would core dump if you checked/unchecked
10168            any item.
10169         2. We weren't previously setting the MUTE flag properly.  Fixing this
10170            makes gnome-volume-control work better.
10171         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10172            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10173            gnome-volume-control look better.
10174         Also some minor cleanup in gstsunaudiosink.c.
10175
10176 2006-06-09  Wim Taymans  <wim@fluendo.com>
10177
10178         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10179         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10180         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10181         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10182         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10183         * ext/jpeg/gstjpegdec.h:
10184         API: Added IDCT method property
10185         Small cleanups.
10186         Avoid dynamic allocation of trivial fixed structure.
10187         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10188
10189 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10190
10191         * configure.ac:
10192         We now require libraw1394 >= 1.1.0 and that version onwards all
10193         have .pc files.
10194
10195 2006-06-02  Edward Hervey  <edward@fluendo.com>
10196
10197         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10198         Trying to get items from an ANY or EMPTY caps is ... stupid.
10199
10200 2006-06-02  Edward Hervey  <edward@fluendo.com>
10201
10202         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10203         (gst_dvdec_chain), (gst_dvdec_change_state):
10204         * ext/dv/gstdvdec.h:
10205         Added GstSegment handling, now implements dropping/clipping.
10206
10207 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10208
10209         * ext/aalib/gstaasink.h:
10210         * ext/annodex/gstcmmldec.h:
10211         * ext/cairo/gsttimeoverlay.h:
10212         * ext/dv/gstdvdec.h:
10213         * ext/dv/gstdvdemux.h:
10214         * ext/esd/esdmon.h:
10215         * ext/esd/esdsink.h:
10216         * ext/flac/gstflacenc.h:
10217         * ext/gconf/gstgconfaudiosink.h:
10218         * ext/gconf/gstgconfaudiosrc.h:
10219         * ext/gconf/gstgconfvideosink.h:
10220         * ext/gconf/gstgconfvideosrc.h:
10221         * ext/gdk_pixbuf/gstgdkanimation.h:
10222         * ext/gdk_pixbuf/pixbufscale.h:
10223         * ext/hal/gsthalaudiosink.h:
10224         * ext/hal/gsthalaudiosrc.h:
10225         * ext/jpeg/gstjpegenc.h:
10226         * ext/jpeg/gstsmokedec.h:
10227         * ext/jpeg/gstsmokeenc.h:
10228         * ext/libcaca/gstcacasink.h:
10229         * ext/libmng/gstmngdec.h:
10230         * ext/libmng/gstmngenc.h:
10231         * ext/libpng/gstpngdec.h:
10232         * ext/libpng/gstpngenc.h:
10233         * ext/raw1394/gstdv1394src.h:
10234         * ext/speex/gstspeexenc.h:
10235         * gst/autodetect/gstautoaudiosink.h:
10236         * gst/autodetect/gstautovideosink.h:
10237         * gst/avi/gstavidemux.h:
10238         * gst/cutter/gstcutter.h:
10239         * gst/debug/efence.h:
10240         * gst/debug/gstnavigationtest.h:
10241         * gst/debug/gstnavseek.h:
10242         * gst/flx/gstflxdec.h:
10243         * gst/goom/gstgoom.h:
10244         * gst/icydemux/gsticydemux.h:
10245         * gst/id3demux/gstid3demux.h:
10246         * gst/law/alaw-decode.h:
10247         * gst/law/alaw-encode.h:
10248         * gst/law/mulaw-decode.h:
10249         * gst/law/mulaw-encode.h:
10250         * gst/matroska/matroska-mux.h:
10251         * gst/median/gstmedian.h:
10252         * gst/oldcore/gstaggregator.h:
10253         * gst/oldcore/gstfdsink.h:
10254         * gst/oldcore/gstmd5sink.h:
10255         * gst/oldcore/gstmultifilesrc.h:
10256         * gst/oldcore/gstpipefilter.h:
10257         * gst/oldcore/gstshaper.h:
10258         * gst/oldcore/gststatistics.h:
10259         * gst/rtp/gstasteriskh263.h:
10260         * gst/rtp/gstrtpL16depay.h:
10261         * gst/rtp/gstrtpL16pay.h:
10262         * gst/rtp/gstrtpamrdepay.h:
10263         * gst/rtp/gstrtpamrpay.h:
10264         * gst/rtp/gstrtpdepay.h:
10265         * gst/rtp/gstrtpgsmdepay.h:
10266         * gst/rtp/gstrtpgsmpay.h:
10267         * gst/rtp/gstrtph263pay.h:
10268         * gst/rtp/gstrtph263pdepay.h:
10269         * gst/rtp/gstrtph263ppay.h:
10270         * gst/rtp/gstrtpmp4gpay.h:
10271         * gst/rtp/gstrtpmp4vdepay.h:
10272         * gst/rtp/gstrtpmp4vpay.h:
10273         * gst/rtp/gstrtpmpadepay.h:
10274         * gst/rtp/gstrtpmpapay.h:
10275         * gst/rtp/gstrtppcmadepay.h:
10276         * gst/rtp/gstrtppcmapay.h:
10277         * gst/rtp/gstrtppcmudepay.h:
10278         * gst/rtp/gstrtppcmupay.h:
10279         * gst/rtp/gstrtpspeexdepay.h:
10280         * gst/rtp/gstrtpspeexpay.h:
10281         * gst/rtsp/gstrtpdec.h:
10282         * gst/rtsp/gstrtspsrc.h:
10283         * gst/smpte/gstsmpte.h:
10284         * gst/udp/gstdynudpsink.h:
10285         * gst/udp/gstmultiudpsink.h:
10286         * gst/udp/gstudpsink.h:
10287         * gst/udp/gstudpsrc.h:
10288         * gst/videofilter/gstvideobalance.h:
10289         * gst/videofilter/gstvideoflip.h:
10290         * sys/oss/gstossdmabuffer.h:
10291         * sys/oss/gstossmixerelement.h:
10292         * sys/oss/gstosssink.h:
10293         * sys/oss/gstosssrc.h:
10294         * sys/osxvideo/osxvideosink.h:
10295         * sys/sunaudio/gstsunaudiomixer.h:
10296         * sys/sunaudio/gstsunaudiosink.h:
10297         * sys/ximage/gstximagesrc.h:
10298         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10299
10300 2006-05-31  Wim Taymans  <wim@fluendo.com>
10301
10302         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10303         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10304         (gst_goom_src_setcaps), (gst_goom_src_event),
10305         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10306         (gst_goom_change_state):
10307         * gst/goom/gstgoom.h:
10308         Handle QoS.
10309         Handle flushing, discont and events.
10310         Fix timestamps and various other cleanups.
10311
10312 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10313
10314         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10315         Fix bus reset when using libiec61883
10316
10317 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10318
10319         * configure.ac:
10320         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10321         * ext/raw1394/Makefile.am:
10322         Add CFLAGS.
10323         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10324         New method, to receive using libiec61883.
10325         (gst_dv1394src_iso_receive),
10326         #ifdef'd out if libiec61883 is present.
10327         (gst_dv1394src_bus_reset),
10328         Get userdata correctly if using libiec61883. 
10329         (gst_dv1394src_create),
10330         When using libiec61883, only poll one fd and no need to read.
10331         (gst_dv1394src_discover_avc_node),
10332         Replace g_warnings.
10333         (gst_dv1394src_start),
10334         Create new handle when we know which dv port.  More reliable
10335         than setting port on an existing handle.  Initialise libiec61883.
10336         (gst_dv1394src_stop):
10337         If using libiec61883, then cleanup its handle properly.
10338         * ext/raw1394/gstdv1394src.h:
10339         Add libiec61883 handle.
10340
10341 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10342
10343         * gst/avi/gstavidemux.c:
10344           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10345         * win32/MANIFEST:
10346           sort file listing
10347         * win32/vs6/libgstavi.dsp:
10348           add gstavimux.c to the project
10349         * win32/vs6/libgstid3demux.dsp:
10350           add link to zlib library
10351         * win32/vs6/libgstmatroska.dsp:
10352           add matroska-ids.c to the project
10353
10354 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10355
10356         Patch by: Sebastian Dröge  <mail at slomosnail de >
10357
10358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10360         * ext/taglib/Makefile.am:
10361         * ext/taglib/gstapev2mux.cc:
10362         * ext/taglib/gstapev2mux.h:
10363         * ext/taglib/gstid3v2mux.cc:
10364         * ext/taglib/gsttaglibmux.c: (plugin_init):
10365         * ext/taglib/gsttaglibmux.h:
10366           Add apev2mux element (#343122).
10367         
10368         * tests/check/Makefile.am:
10369         * tests/check/elements/apev2mux.c:
10370         (test_taglib_apev2mux_create_tags),
10371         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10372         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10373         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10374         (apev2mux_suite), (main):
10375           Add unit test for apev2mux element.
10376
10377 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10380         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10381         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10382           GST_PTR_FORMAT should be used to print caps in debug statements.
10383
10384 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10385
10386         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10387
10388         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10389         (ape_demux_parse_tags):
10390           Some clean-ups and additions: map APE 'file' tag to
10391           GST_TAG_LOCATION (#343123); add support for extracting
10392           the track count and clean up parsing a bit (#343127).
10393
10394 2006-05-28  Edward Hervey  <edward@fluendo.com>
10395
10396         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10397         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10398
10399 2006-05-28  Edward Hervey  <edward@fluendo.com>
10400
10401         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10402         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10403         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10404         * ext/jpeg/gstjpegdec.h:
10405         Clip outgoing buffers according to currently configured segment.
10406
10407 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         * ext/taglib/gstid3v2mux.cc:
10410           Handle  writing of track-count or album-volume-count without
10411           track-number or albume-volume-number (in this case the number
10412           will just be set to 0).
10413
10414         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10415           It would be nice if we actually checked the values received for
10416           track/album-volume number/count in  _check_tags(), rather than
10417           setting them again ...
10418
10419 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10422           A track/volume number or count of 0 does not make sense,
10423           just ignore it along with negative numbers (a tag might
10424           only contain a track count without a track number).
10425
10426 2006-05-27  Edward Hervey  <edward@fluendo.com>
10427
10428         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10429         (gst_jpeg_dec_sink_event):
10430         Abort decompression when receiving FLUSH_STOP. This should avoid
10431         issues when interrupting decoding with flushes.
10432
10433 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         * ext/flac/gstflac.c:
10436           Don't #include file we don't dist any longer.
10437
10438 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         * README:
10441           Replace current README (containing the release notes from
10442           some 0.9.x version) with a proper README taken from the core.
10443
10444 2006-05-24  Wim Taymans  <wim@fluendo.com>
10445
10446         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10447         Implement EOS correctly by either posting
10448         SEGMENT_DONE or pushing an EOS message depending
10449         on the seek type. Fixes #342592
10450
10451 2006-05-24  Wim Taymans  <wim@fluendo.com>
10452
10453         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10454         * gst/law/alaw-decode.h:
10455         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10456         * gst/law/alaw-encode.h:
10457         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10458         * gst/law/mulaw-decode.h:
10459         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10460         * gst/law/mulaw-encode.h:
10461         Some cleanups in the chain functions.
10462         Remove some GStreamer 0.0.2 bits.
10463
10464 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10465
10466         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10467
10468         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10469           gst_collect_pads_stop() needs to be called before chaining up
10470           to the parent class (#342734).
10471
10472 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10473
10474         * ext/flac/Makefile.am:
10475         * ext/flac/flac_compat.h:
10476         * ext/flac/gstflac.c:
10477         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10478         * ext/flac/gstflacenc.c:
10479           Remove backwards compatibility cruft for dealing with FLAC API
10480           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10481
10482 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10483
10484         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10485         (gst_matroska_demux_push_xiph_codec_priv_data),
10486         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10487         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10488         * gst/matroska/matroska-ids.h:
10489         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10490         (gst_matroska_mux_video_pad_setcaps),
10491         (xiph3_streamheader_to_codecdata),
10492         (vorbis_streamheader_to_codecdata),
10493         (theora_streamheader_to_codecdata),
10494         (gst_matroska_mux_audio_pad_setcaps),
10495         (gst_matroska_mux_write_data):
10496           Add support for muxing/demuxing theora video (#342448; too bad
10497           none of the usual linux players can actually play this). Playback
10498           in GStreamer will require additional changes to theoradec in -base.
10499           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10500           cleanups.
10501
10502 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10503
10504         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10505         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10506           Fix crashes when the horizontal subsampling is 1.
10507           Fixes #342097.
10508
10509 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10510
10511         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10512
10513         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10514         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10515         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10516         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10517         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10518         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10519         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10520         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10521         (gst_avi_mux_change_state):
10522         * gst/avi/gstavimux.h:
10523           Some enhancements for avimux (#342526):
10524            - add odml (large file) index support
10525            - store codec init data (e.g. huffyuv)
10526            - miscellaneous other fixes/cleanups
10527
10528 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10529
10530         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10531         Don't output any tag when we encounter a negative track number - the
10532         tag type is uint, so we end up outputting huge positive numbers
10533         instead. (Fixes: #342029)
10534
10535 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10536
10537         * configure.ac:
10538           update for new GSTPB_PLUGINS_DIR
10539
10540 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10541
10542         * rtp/gst/gstrtph263pay.c:
10543         Properly set static caps for H263 at 34.
10544
10545 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10548
10549         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10550           Merge event tags and tag setter tags correctly (#339918). Also,
10551           don't leak taglist in case of an error.
10552           
10553 2006-05-17  Edward Hervey  <edward@fluendo.com>
10554
10555         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10556         We can only do caps intersection if the othercaps are non-empty and not
10557         ANY. Else we return the pad template (base_caps).
10558
10559 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10560
10561         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10562           Fix crash when outputting debugging information for certain
10563           pictures (always good to use the right struct member for
10564           the number of records in an array).
10565
10566 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10567
10568         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10569
10570         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10571         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10572         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10573         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10574         (gst_ebml_read_float), (gst_ebml_read_ascii),
10575         (gst_ebml_read_binary):
10576           Don't create unnecessary sub-buffers all the time. Dramatically
10577           improves performance with multiple concurrently running
10578           matroskademux instances (#341818) (and avoids doing
10579           unnecessarily inefficient things in the general case).
10580
10581 2006-05-16  Edward Hervey  <edward@fluendo.com>
10582
10583         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10584         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10585         return value of gst_pad_push_event().
10586
10587 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10588
10589         * gst/autodetect/gstautoaudiosink.c:
10590         (gst_auto_audio_sink_find_best):
10591         * gst/autodetect/gstautovideosink.c:
10592         (gst_auto_video_sink_find_best):
10593         Make the name of the child element be based on the name of the
10594         parent, so that debug output is more useful.
10595         
10596         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10597         (parse_insert_string_field), (parse_split_strings):
10598         Rework string parsing to always walk over BOM markers in UTF16
10599         strings, using the endianness indicated by the innermost one,
10600         then trying the opposite endianness if that fails to convert
10601         to valid UTF-8. Fixes #341774
10602
10603 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10604
10605         Patch from: Matthieu <matthieu at fluendo dot com>
10606
10607         * ext/libpng/Makefile.am:
10608         Add LIBPNG_CFLAGS.
10609
10610 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10611
10612         * ext/taglib/gstid3v2mux.cc:
10613           Add support for writing images (APIC frames) into ID3v2
10614           tags (picture type always set to 'other' for now though).
10615
10616 2006-05-14  Michael Smith  <msmith@fluendo.com>
10617
10618         * gst/wavparse/gstwavparse.c:
10619           Update docs; wavparse implements push and pull modes.
10620
10621 2006-05-12  Wim Taymans  <wim@fluendo.com>
10622
10623         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10624         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10625         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10626         Ooops, bitten by the copy-and-paste design paradigm, fixes
10627         seek again.
10628
10629 2006-05-12  Wim Taymans  <wim@fluendo.com>
10630
10631         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10632         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10633         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10634         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10635         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10636         (gst_avi_demux_massage_index),
10637         (gst_avi_demux_calculate_durations_from_index),
10638         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10639         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10640         (gst_avi_demux_loop):
10641         * gst/avi/gstavidemux.h:
10642         Some cleanups, prepare to use GstSegment.
10643         Fix error in entry walking code.
10644         Fix VBR detection.
10645         Smarter timestamp calculation code.
10646         Uniform error/eos handling.
10647
10648 2006-05-12  Michael Smith  <msmith@fluendo.com>
10649
10650         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10651         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10652           Fix use of uninitialised values if we're NOT seeking in ready.
10653           Fix typos.
10654
10655 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10656
10657         * gst/wavparse/Makefile.am:
10658           Add CFLAGS and LIBS for libgstbase, fixes build on
10659           Cygwin (#341489).
10660
10661 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10662
10663         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10664           Some more debug info. No need to check whether the string
10665           returned by g_convert() is really UTF-8 - either it is or
10666           we get NULL returned.
10667
10668 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10669
10670         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10671           Fix parsing of numeric genre strings some more, by ensuring that
10672           we only try and parse strings that a) Start with '(' and b) Consist
10673           only of digits.
10674           Also, when finding an escaping '((' sequence, bust it back to '(' by
10675           swallowing the first parenthesis
10676
10677 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10678
10679         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10680         (gst_esdsink_open), (gst_esdsink_close):
10681         * ext/esd/esdsink.h:
10682           Move the esd_get_server_info() into gst_esdsink_open() and fail
10683           with a decent error message on errors.
10684
10685 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10686
10687         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10688         (gst_esdmon_channels_get_type):
10689         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10690         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10691         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10692         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10693         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10694         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10695         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10696         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10697         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10698         * gst/videomixer/videomixer.c:
10699         (gst_video_mixer_background_get_type):
10700           Const-ify GEnumValue arrays.
10701
10702 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10705
10706         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10707         (gst_avi_mux_do_video_buffer):
10708           Work around gst_buffer_make_metadata_writable() bug that
10709           results in avimux marking all frames in the index as
10710           keyframes (#340859).
10711           
10712 2006-05-08  Wim Taymans  <wim@fluendo.com>
10713
10714         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10715         Make parsing of urls suck slightly less.
10716
10717 2006-05-08  Edward Hervey  <edward@fluendo.com>
10718
10719         * autogen.sh: (CONFIGURE_DEF_OPT): 
10720         libtoolize on Darwin/MacOSX is called glibtoolize.
10721
10722 2006-05-08  Wim Taymans  <wim@fluendo.com>
10723
10724         Patch by: Jens Granseuer <jensgr at gmx dot net>
10725
10726         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10727         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10728         C89 compliance fixes. Fixes #340980
10729
10730 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10731
10732         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10733         * ext/flac/gstflacdec.h:
10734           Handle segment seeks that include the end of the file as stop point
10735           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10736           message instead of an EOS event in case we're in segment seek
10737           mode (fixes #340699).
10738           
10739 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10740
10741         * ext/cairo/gsttextoverlay.c:
10742         * ext/flac/gstflacdec.c:
10743         * ext/gdk_pixbuf/pixbufscale.c:
10744         * gst/apetag/gstapedemux.c:
10745         * gst/debug/breakmydata.c:
10746         * gst/debug/testplugin.c:
10747         * gst/matroska/ebml-write.c:
10748         * gst/multipart/multipartdemux.c:
10749         * sys/osxaudio/gstosxaudiosink.c:
10750         * sys/osxaudio/gstosxaudiosrc.c:
10751         Add semicolons after GST_BOILERPLATE[_FULL] so that
10752         indent doesn't mess up following lines.
10753
10754 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10755
10756         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10757
10758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10759           Don't leak caps when freeing the stream context (#340623).
10760
10761 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10762
10763         * configure.ac:
10764           Back to CVS
10765
10766 === release 0.10.3 ===
10767
10768 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10769
10770         * configure.ac:
10771           releasing 0.10.3, "Desplazado"
10772
10773 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         * gst/matroska/matroska-mux.c:
10776         (gst_matroska_mux_stream_is_vorbis_header),
10777         (gst_matroska_mux_write_data):
10778           Don't strcmp() NULL strings.
10779           Only start new clusters on video keyframes, not on any
10780           random audio buffer that doesn't have the DELTA_UNIT
10781           flag set (fixes 'make check' again).
10782
10783 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10784
10785         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10786
10787         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10788         (gst_matroska_mux_stream_is_vorbis_header),
10789         (gst_matroska_mux_write_data):
10790           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10791           value and then dead-lock when muxing vorbis audio streams
10792           (the three vorbis header buffers carry no timestamp, and it
10793           would try to mux these after all video buffers). Fixes #340346.
10794
10795           Improve clustering: start a new cluster also whenever we get
10796           a keyframe.     
10797
10798 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10799
10800         * win32/common/config.h:
10801         * win32/MANIFEST
10802           add the generated file as well
10803
10804 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10805
10806         * Makefile.am:
10807         * configure.ac:
10808         * win32/common/config.h.in:
10809           add win32 stuff
10810
10811 2006-05-03  Michael Smith  <msmith@fluendo.com>
10812
10813         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10814           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10815           SUCKS.
10816
10817 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10818
10819         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10820         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10821         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10822           don't leak caps-string
10823
10824 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10825
10826         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10827         (gst_id3demux_sink_activate):
10828           Let core insert default error message for TYPE_NOT_FOUND
10829           errors, it's just as good as our own and has the added
10830           bonus of being translated.
10831
10832 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10833
10834         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10835         (gst_tag_demux_sink_event):
10836         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10837         (gst_id3demux_sink_event):
10838           Post an error message when we get an EOS event and were not
10839           able to find out the type of stream.
10840
10841         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10842         (test_taglib_id3mux_with_tags):
10843           Decrease num-buffers to 16 per iteration again, otherwise the
10844           many memcpy()s and reallocations in the test will hammer slow
10845           CPUs completely and make the test timeout.
10846
10847 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10848
10849         * configure.ac:
10850           figure out where plugins-base plugins are
10851         * tests/check/Makefile.am:
10852           use plugins-base plugins, so we have typefind functions
10853         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10854           increase num-buffers, this makes sure the test errors out instead
10855           of timing out when no typefind functions are present
10856
10857 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10858
10859         * docs/plugins/Makefile.am:
10860           also check .cc files for gtk-doc markup
10861         * configure.ac:
10862         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10863         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10864         * tests/check/Makefile.am:
10865         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10866         * ext/Makefile.am:
10867         * ext/taglib/Makefile.am:
10868         * ext/taglib/gstid3v2mux.h:
10869         * ext/taglib/gsttaglibmux.c:
10870         * ext/taglib/gsttaglibmux.h:
10871           move taglib-based id3v2muxer to -good.  Fixes #336110.
10872
10873 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10876           ... and fix multichannel/WAVFORMATEX support again.
10877
10878 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10879
10880         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10881         (gst_wavparse_class_init), (gst_wavparse_dispose),
10882         (gst_wavparse_reset), (gst_wavparse_init),
10883         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10884         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10885         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10886         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10887         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10888         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10889         (gst_wavparse_stream_data), (gst_wavparse_loop),
10890         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10891         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10892         (gst_wavparse_change_state), (plugin_init):
10893         * gst/wavparse/gstwavparse.h:
10894           Add push (streaming) mode to wavparse (fixes #337625)
10895
10896 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10897
10898         * configure.ac:
10899         * tests/Makefile.am:
10900           add ximagesrc icles test
10901
10902 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10903
10904         * configure.ac:
10905         * docs/plugins/Makefile.am:
10906         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10907         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10908         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10909         (gst_cmml_enc_push_clip):
10910         * sys/Makefile.am:
10911         * sys/ximage/Makefile.am:
10912         * sys/ximage/gstximagesrc.c:
10913           Move ximagesrc plug-in to good after review.  Fixes #336756.
10914
10915 2006-04-28  Michael Smith  <msmith@fluendo.com>
10916
10917         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10918         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10919         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10920         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10921         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10922         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10923         * gst/icydemux/gsticydemux.h:
10924           Fix event handling: cache events when typefinding and forward later.
10925
10926 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10927
10928         * sys/osxaudio/gstosxaudiosink.c:
10929         (plugin_init):
10930          Register osxaudiosrc to the plugin.
10931         * sys/osxaudio/gstosxaudiosrc.c:
10932         (gst_osx_audio_src_osxelement_do_init),
10933         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10934         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10935         (gst_osx_audio_src_get_property),
10936         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10937         (gst_osx_audio_src_osxelement_init):
10938         * sys/osxaudio/gstosxaudiosrc.h:
10939           Port of osxaudiosrc to 0.10.
10940         * sys/osxaudio/Makefile.am:
10941           Add osxaudiosrc
10942
10943 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10944
10945         * sys/osxaudio/gstosxringbuffer.c:
10946         * sys/osxaudio/gstosxringbuffer.h:
10947           Forgot to commit earlier, part of the OSX audio plugin port
10948
10949 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10952         (parse_split_strings):
10953           Recognise and skip any byte order marker (BOM) in
10954           UTF-16 strings.
10955
10956 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10957
10958         * docs/plugins/Makefile.am:
10959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10960         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10961         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10962         * docs/plugins/inspect/plugin-avi.xml:
10963         * gst/avi/gstavidemux.c:
10964         * gst/avi/gstavimux.c:
10965           Add docs for both avidemux and avimux.
10966
10967 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10968
10969         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10970
10971         * gst/avi/Makefile.am:
10972         * gst/avi/gstavi.c: (plugin_init):
10973         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10974         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10975         (gst_avi_mux_class_init), (gst_avi_mux_init),
10976         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10977         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
10978         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
10979         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10980         (gst_avi_mux_riff_get_avix_header),
10981         (gst_avi_mux_riff_get_video_header),
10982         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
10983         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
10984         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10985         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
10986         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
10987         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
10988         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10989         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
10990         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
10991         (gst_avi_mux_change_state):
10992         * gst/avi/gstavimux.h:
10993           Port AVI muxer to GStreamer-0.10 (#332031).
10994
10995         * tests/check/Makefile.am:
10996         * tests/check/elements/avimux.c:
10997         * tests/check/elements/.cvsignore:
10998           Add unit test for AVI muxer.
10999
11000 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11001
11002         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11003         (gst_wavparse_class_init), (gst_wavparse_reset),
11004         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11005         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11006         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11007         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11008         (gst_wavparse_stream_data), (gst_wavparse_loop),
11009         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11010         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11011         (plugin_init):
11012         * gst/wavparse/gstwavparse.h:
11013           reverted patch #337625 for the price of 1 hour sleep
11014
11015 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11016
11017         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11018         (gst_wavparse_class_init), (gst_wavparse_reset),
11019         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11020         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11021         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11022         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11023         (gst_wavparse_stream_data), (gst_wavparse_loop),
11024         (gst_wavparse_chain), (plugin_init):
11025         * gst/wavparse/gstwavparse.h:
11026           correct partial implementation of push mode
11027           (from my last commit)
11028
11029 2006-04-26  Wim Taymans  <wim@fluendo.com>
11030
11031         * ext/esd/esdsink.c:
11032         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11033         it is not in esd.h
11034
11035 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11038         (gst_au_parse_class_init), (gst_au_parse_init),
11039         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11040         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11041         (gst_au_parse_chain), (gst_au_parse_src_convert),
11042         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11043         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11044         (gst_au_parse_change_state):
11045         * gst/auparse/gstauparse.h:
11046           Rewrite auparse to suck a little bit less: make source pad
11047           dynamic, so decodebin/playbin work with non-raw formats
11048           like alaw/mulaw; add query function for duration/position
11049           queries; check whether we have enough data before attempting
11050           to parse the header (instead of crashing when that is not the
11051           case); work around audioconvert sucking by swapping endianness
11052           to the native endianness ourselves for float formats; send
11053           initial newsegment event. Fixes #161712.
11054
11055 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11056
11057         * sys/osxaudio/Makefile.am:
11058         * sys/osxaudio/gstosxaudioelement.c:
11059         (gst_osx_audio_element_get_type),
11060         (gst_osx_audio_element_class_init):
11061         * sys/osxaudio/gstosxaudioelement.h:
11062         * sys/osxaudio/gstosxaudiosink.c:
11063         (gst_osx_audio_sink_osxelement_do_init),
11064         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11065         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11066         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11067         (gst_osx_audio_sink_create_ringbuffer),
11068         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11069         (plugin_init):
11070         * sys/osxaudio/gstosxaudiosink.h:
11071         Port of osxaudiosink to 0.10
11072
11073 2006-04-26  Wim Taymans  <wim@fluendo.com>
11074
11075         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11076         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11077         the size of the ringbuffer. This should fix hangs with older 
11078         esd sound servers.
11079
11080 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11081
11082         * ext/aalib/gstaasink.c:
11083         * ext/annodex/gstcmmldec.c:
11084         * ext/annodex/gstcmmlenc.c:
11085         * ext/cairo/gsttextoverlay.c:
11086         * ext/cairo/gsttimeoverlay.c:
11087         * ext/cdio/gstcdiocddasrc.c:
11088         * ext/dv/gstdvdec.c:
11089         * ext/dv/gstdvdemux.c:
11090         * ext/esd/esdmon.c:
11091         * ext/esd/esdsink.c:
11092         * ext/flac/gstflacenc.c:
11093         * ext/flac/gstflactag.c:
11094         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11095         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11096         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11097         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11098         * ext/gdk_pixbuf/pixbufscale.c:
11099         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11100         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11101         * ext/jpeg/gstjpegdec.c:
11102         * ext/jpeg/gstjpegenc.c:
11103         * ext/jpeg/gstsmokedec.c:
11104         * ext/jpeg/gstsmokeenc.c:
11105         * ext/libcaca/gstcacasink.c:
11106         * ext/libmng/gstmngdec.c:
11107         * ext/libmng/gstmngenc.c:
11108         * ext/libpng/gstpngdec.c:
11109         * ext/libpng/gstpngenc.c:
11110         * ext/mikmod/gstmikmod.c:
11111         * ext/raw1394/gstdv1394src.c:
11112         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11113         * ext/shout2/gstshout2.h:
11114         * ext/speex/gstspeexdec.c:
11115         * ext/speex/gstspeexenc.c:
11116         * gst/alpha/gstalpha.c:
11117         * gst/alpha/gstalphacolor.c:
11118         * gst/apetag/gstapedemux.c:
11119         * gst/auparse/gstauparse.c:
11120         * gst/autodetect/gstautoaudiosink.c:
11121         (gst_auto_audio_sink_base_init):
11122         * gst/autodetect/gstautovideosink.c:
11123         (gst_auto_video_sink_base_init):
11124         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11125         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11126         * gst/cutter/gstcutter.c:
11127         * gst/debug/breakmydata.c:
11128         * gst/debug/efence.c:
11129         * gst/debug/gstnavigationtest.c:
11130         * gst/debug/gstnavseek.c:
11131         * gst/debug/negotiation.c:
11132         * gst/debug/progressreport.c:
11133         * gst/debug/testplugin.c:
11134         * gst/effectv/gstaging.c:
11135         * gst/effectv/gstdice.c:
11136         * gst/effectv/gstedge.c:
11137         * gst/effectv/gstquark.c:
11138         * gst/effectv/gstrev.c:
11139         * gst/effectv/gstshagadelic.c:
11140         * gst/effectv/gstvertigo.c:
11141         * gst/effectv/gstwarp.c:
11142         * gst/flx/gstflxdec.c:
11143         * gst/goom/gstgoom.c:
11144         * gst/icydemux/gsticydemux.c:
11145         * gst/id3demux/gstid3demux.c:
11146         * gst/interleave/deinterleave.c:
11147         * gst/interleave/interleave.c:
11148         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11149         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11150         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11151         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11152         * gst/level/gstlevel.c:
11153         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11154         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11155         * gst/median/gstmedian.c:
11156         * gst/monoscope/gstmonoscope.c:
11157         * gst/multipart/multipartdemux.c:
11158         * gst/multipart/multipartmux.c:
11159         * gst/oldcore/gstaggregator.c:
11160         * gst/oldcore/gstfdsink.c:
11161         * gst/oldcore/gstmd5sink.c:
11162         * gst/oldcore/gstmultifilesrc.c:
11163         * gst/oldcore/gstpipefilter.c:
11164         * gst/oldcore/gstshaper.c:
11165         * gst/oldcore/gststatistics.c:
11166         * gst/rtp/gstasteriskh263.c:
11167         * gst/rtp/gstrtpL16depay.c:
11168         * gst/rtp/gstrtpL16pay.c:
11169         * gst/rtp/gstrtpamrdepay.c:
11170         * gst/rtp/gstrtpamrpay.c:
11171         * gst/rtp/gstrtpdepay.c:
11172         * gst/rtp/gstrtpgsmpay.c:
11173         * gst/rtp/gstrtph263pay.c:
11174         * gst/rtp/gstrtph263pdepay.c:
11175         * gst/rtp/gstrtph263ppay.c:
11176         * gst/rtp/gstrtpilbcdepay.c:
11177         * gst/rtp/gstrtpmp4gpay.c:
11178         * gst/rtp/gstrtpmp4vdepay.c:
11179         * gst/rtp/gstrtpmp4vpay.c:
11180         * gst/rtp/gstrtpmpadepay.c:
11181         * gst/rtp/gstrtpmpapay.c:
11182         * gst/rtp/gstrtppcmadepay.c:
11183         * gst/rtp/gstrtppcmapay.c:
11184         * gst/rtp/gstrtppcmudepay.c:
11185         * gst/rtp/gstrtppcmupay.c:
11186         * gst/rtp/gstrtpspeexdepay.c:
11187         * gst/rtp/gstrtpspeexpay.c:
11188         * gst/rtsp/gstrtpdec.c:
11189         * gst/rtsp/gstrtspsrc.c:
11190         * gst/smpte/gstsmpte.c:
11191         * gst/udp/gstdynudpsink.c:
11192         * gst/udp/gstmultiudpsink.c:
11193         * gst/udp/gstudpsink.c:
11194         * gst/udp/gstudpsrc.c:
11195         * gst/videobox/gstvideobox.c:
11196         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11197         * gst/videofilter/gstvideobalance.c:
11198         * gst/videofilter/gstvideoflip.c:
11199         * gst/videofilter/gstvideotemplate.c:
11200         (gst_videotemplate_base_init):
11201         * gst/videomixer/videomixer.c:
11202         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11203         (gst_wavparse_class_init), (gst_wavparse_dispose),
11204         (gst_wavparse_reset), (gst_wavparse_init),
11205         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11206         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11207         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11208         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11209         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11210         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11211         (gst_wavparse_change_state):
11212         * gst/wavparse/gstwavparse.h:
11213         * sys/oss/gstossmixerelement.c:
11214         * sys/oss/gstosssink.c:
11215         * sys/oss/gstosssrc.c:
11216         * sys/osxaudio/gstosxaudioelement.c:
11217         * sys/osxaudio/gstosxaudiosink.c:
11218         * sys/osxaudio/gstosxaudiosrc.c:
11219         * sys/sunaudio/gstsunaudiomixer.c:
11220         * sys/sunaudio/gstsunaudiosink.c:
11221           Define GstElementDetails as const and also static (when defined as
11222           global)
11223
11224 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11225
11226         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11227           Source pad has fixed caps. If we don't set this, bad
11228           things happen when the window is resized.
11229
11230 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11231
11232         * gst/matroska/Makefile.am:
11233         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11234         (gst_matroska_demux_handle_src_event):
11235         * gst/matroska/matroska-ids.c:
11236         (gst_matroska_track_init_video_context),
11237         (gst_matroska_track_init_audio_context),
11238         (gst_matroska_track_init_subtitle_context),
11239         (gst_matroska_track_init_complex_context):
11240         * gst/matroska/matroska-ids.h:
11241           Handle case where the TrackType ebml chunk does not come before the
11242           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11243           events.
11244
11245 2006-04-25  Wim Taymans  <wim@fluendo.com>
11246
11247         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11248         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11249         It's codec_data, not codec_info.
11250
11251 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11252
11253         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11254
11255         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11256           Handle codec_data for VfW compatibility codec IDs (#339451)
11257
11258         * gst/matroska/matroska-mux.c:
11259         (gst_matroska_mux_video_pad_setcaps):
11260           Same here, handle codec_data and add additional caps we can handle
11261           now to the pad template (huffyuv, dv and h263 video) (#339451)
11262
11263 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11266
11267         * gst/matroska/matroska-mux.c:
11268         (gst_matroska_mux_create_buffer_header),
11269         (gst_matroska_mux_write_data):
11270           Fix timestamping of B-frames, use signed integers, do
11271           some rounding (#339678).
11272
11273 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11274
11275         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11276         just make it compile with --disable-gst-debug.
11277
11278 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11279
11280         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11281         Fix a bad conversion using gst_guint64_to_gdouble.
11282         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11283         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11284         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11285     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11286         mistake.
11287
11288 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11289
11290         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11291         Use gst_guint64_to_gdouble for conversions
11292         * win32/vs6/gst_plugins_good.dsw:
11293         * win32/vs6/libgsticydemux.dsp:
11294         Add a project file for icydemux
11295
11296 2006-04-21  Wim Taymans  <wim@fluendo.com>
11297
11298         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11299
11300         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11301         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11302         When splitting audio chunks, the block alignment is not taken in
11303         consideration, so the smaller chunks could be of size which is 
11304         not a multiple of the block alignment. Fixes #336904
11305
11306 2006-04-21  Wim Taymans  <wim@fluendo.com>
11307
11308         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11309         Use scale functions
11310
11311 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11312
11313         * ext/dv/gstdv.c: (plugin_init):
11314           Fix build.
11315
11316 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11317
11318         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11319         (gst_progress_report_class_init), (gst_progress_report_init),
11320         (gst_progress_report_do_query), (gst_progress_report_report),
11321         (gst_progress_report_set_property),
11322         (gst_progress_report_get_property):
11323           Add 'format' property to force querying to a particular format.
11324
11325 2006-04-21  Andy Wingo  <wingo@pobox.com>
11326
11327         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11328         best, on big endian systems. Drop its rank in that case. OTOH on
11329         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11330
11331 2006-04-21  Michael Smith  <msmith@fluendo.com>
11332
11333         * configure.ac:
11334         * gst/icydemux/Makefile.am:
11335         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11336         (gst_icydemux_base_init), (gst_icydemux_class_init),
11337         (gst_icydemux_reset), (gst_icydemux_init),
11338         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11339         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11340         (unicodify), (gst_icydemux_unicodify),
11341         (gst_icydemux_parse_and_send_tags),
11342         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11343         (gst_icydemux_chain), (gst_icydemux_change_state),
11344         (gst_icydemux_send_tag_event), (plugin_init):
11345         * gst/icydemux/gsticydemux.h:
11346         * tests/check/Makefile.am:
11347         * tests/check/elements/icydemux.c: (typefind_succeed),
11348         (plugin_init), (icydemux_found_pad), (create_icydemux),
11349         (cleanup_icydemux), (push_data), (GST_START_TEST),
11350         (icydemux_suite), (main):
11351           Add icydemux, and tests.
11352
11353 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11354
11355         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11356           Post SEGMENT_DONE message in TIME format.
11357
11358 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11359
11360         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11361
11362         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11363         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11364           Fix index creation when we have to scan the file to create
11365           an index. There may be other types of RIFF 'LIST' chunks than
11366           'movi' and we need to skip them properly as well or we'll end up
11367           reading garbage (#336889). Some other cosmetic changes.
11368           
11369 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11370
11371         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11372         (gst_flac_dec_handle_seek_event):
11373           Add support for segment seeks (fixes #338290). Also demote
11374           some recurring debug message from DEBUG to LOG level.
11375
11376 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11379         (gst_matroskademux_do_index_seek),
11380         (gst_matroska_demux_handle_seek_event),
11381         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11382         * gst/matroska/matroska-ids.h:
11383           Set DISCONT flag on first buffer after a discontinuity.
11384           Fix newsegment events sent when seeking and honour KEY_UNIT
11385           seek flag. Create pad with bogus caps if we don't recognise
11386           the stream codec id.
11387
11388         * gst/matroska/matroska-demux.h:
11389           Fix GObject macros.
11390
11391 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11392
11393         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11394
11395         * gst/matroska/matroska-demux.c:
11396         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11397           Handle end of segment properly when set; don't dead-lock when
11398           posting start of segment message when doing a segment seek.
11399           Fixes #338810.
11400
11401 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11404         (gst_matroska_demux_plugin_init):
11405           Make mpeg2 aac audio work: create artificial private codec data
11406           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11407           Also call gst_riff_init(). Partially fixes #338767.
11408
11409 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11410
11411         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11412         (gst_wavenc_class_init), (gst_wavenc_init),
11413         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11414         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11415         (gst_wavenc_chain), (gst_wavenc_change_state):
11416         * gst/wavenc/gstwavenc.h:
11417           Set caps on first outgoing buffer, so that it doesn't error out
11418           immediately with a non-negotiated error (#338716). Rewrite and
11419           clean up a bit; fix setcaps function to parse things properly;
11420           fix sink caps (8bit audio is unsigned and doesn't have depth);
11421           use boilerplate macros; remove unused properties stuff.
11422
11423 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11424
11425         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11426           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11427           handle MJPEG streams and might be autoplugged for those if the
11428           user doesn't have jpegdec installed (resulting in a cryptic error
11429           message about huffman tables). Better to disable JPEG decoding here
11430           and let the user figure out that she needs to install jpegdec.
11431
11432 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11435         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11436         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11437         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11438           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11439           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11440           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11441           debug messages. Fix boilerplate macros.
11442
11443 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11444
11445         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11446         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11447           No need to special-case for Gdk-2.0 any longer, we require
11448           Gdk 2.2 or newer; minor clean-ups.
11449
11450 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11451
11452         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11453         (gst_shout2send_class_init), (gst_shout2send_init),
11454         (set_shout_metadata), (gst_shout2send_set_metadata),
11455         (gst_shout2send_event), (gst_shout2send_start),
11456         (gst_shout2send_connect), (gst_shout2send_stop),
11457         (gst_shout2send_render), (gst_shout2send_set_property),
11458         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11459         (plugin_init):
11460         * ext/shout2/gstshout2.h:
11461         * po/POTFILES.in:
11462           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11463           change function; use GST_ELEMENT_ERROR for error reporting, not
11464           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11465           will cause crashes or assertion failures; remove (unused) "sync"
11466           property, basesink already has such a property; misc. other
11467           minor fixes and cleanups.
11468
11469 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11470
11471         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11472         * ext/esd/gstesd.c: (plugin_init):
11473         * po/POTFILES.in:
11474           Add translatable error message for when we cannot
11475           connect to the sound server, as "Cannot open resource
11476           for writing" isn't really an acceptable message to show
11477           to the user in this case.
11478
11479 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11480
11481         * sys/oss/gst-i18n-plugin.h:
11482           Remove bogus file that doesn't belong here.
11483
11484 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         Patch by: Philippe Valembois
11487
11488         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11489         (gst_shout2send_set_metadata), (gst_shout2send_event),
11490         (gst_shout2send_render), (gst_shout2send_change_state):
11491         * ext/shout2/gstshout2.h:
11492           Handle tags being received before the connection to
11493           the server is established properly (see #338636).
11494
11495 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11498           Don't crash in case the connection to the server fails:
11499           don't set pointer to NULL by assigning FALSE; error out
11500           properly by using GST_ELEMENT_ERROR and returning
11501           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11502           before resetting the pointer.
11503
11504 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11505
11506         * gst/id3demux/id3tags.c:
11507         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11508         (Fixes #338713)
11509
11510 2006-04-12  Wim Taymans  <wim@fluendo.com>
11511
11512         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11513         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11514         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11515         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11516         (gst_gdk_pixbuf_chain):
11517         Some cleanups.
11518         Added RGBA as a possible output format.
11519         Correctly free the supported mimetypes.
11520         deprecate silent arg, it's not used.
11521         Return result from _alloc_buffer to peer.
11522
11523 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11524
11525         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11526           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11527           overwriting GST_BUFFER_MALLOCDATA.
11528
11529 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11530
11531         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11532         (user_endrow_callback), (user_end_callback),
11533         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11534         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11535         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11536         * ext/libpng/gstpngdec.h:
11537           Handle more than one frame if the content is framed,
11538           like with png-in-quicktime (#331917).
11539
11540 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11541
11542         * sys/oss/Makefile.am:
11543         * sys/oss/common.h:
11544         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11545         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11546         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11547         (gst_oss_src_unprepare):
11548           - the user-visible error strings were in the wrong category
11549           - and the messages were not marked for translation
11550           - which is actually a good thing, because they were exactly
11551             the kind of message you would never want anyone to see
11552           - the macros were using variables that didn't exist in the macro
11553             arguments
11554           - and they were obviously copied from each other and then modified
11555           - so a common header makes sense
11556
11557 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11558
11559         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11560           Don't try to modify read-only data.
11561
11562         * gst/matroska/matroska-demux.c:
11563         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11564           Fix comment (won't crash any longer now).
11565
11566 2006-04-10  Michael Smith  <msmith@fluendo.com>
11567
11568         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11569           Use copies of header buffers for caps to avoid circular refcounting
11570           problems (as in theoradec, vorbisdec).
11571
11572         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11573           Fix a typo in test that meant it was testing the wrong thing.
11574
11575         * tests/check/elements/cmmlenc.c: (check_headers):
11576           Fix refcount checks now that we use buffer-copies for caps.
11577
11578 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11581         (gst_matroska_demux_handle_seek_event),
11582         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11583         (gst_matroska_demux_subtitle_caps),
11584         (gst_matroska_demux_plugin_init):
11585           Use static pad templates with ANY caps for audio and video
11586           source pads and get rid of a lot of unnecessary (and partially
11587           broken) code for the template caps. Clean up caps finding
11588           functions. Fixes playback of audio files/streams that do not
11589           contain the sample rate and/or number of channels in the audio
11590           context (happens a lot with vorbis/mp3 .mka files it seems).
11591           Fixes #337183.
11592           Also add myself to copyright holders.
11593
11594 2006-04-10  Michael Smith  <msmith@fluendo.com>
11595
11596         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11597           Use g_list_delete_link () instead of g_list_remove_link () so that
11598           we free the link as well as the contained data.
11599
11600 2006-04-10  Wim Taymans  <wim@fluendo.com>
11601
11602         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11603
11604         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11605         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11606         (gst_avi_demux_stream_header):
11607         Fix some crashers with empty chunks. (Fixes #337749)
11608
11609 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11610
11611         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11612           use G_GINT64_CONSTANT for INT64 constants
11613         * gst/videofilter/gstvideobalance.c:
11614           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11615         * win32/vs6/libgstavi.dsp:
11616          add missing libraries for the link and remove avimux.c from
11617          the project as it isn't ported to 0.10 yet
11618         
11619 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11620
11621         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11622           Even better would be if we actually did the right thing
11623           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11624
11625 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11626
11627         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11628           Can't just replace 1LL with 1L here just because MSVC doesn't
11629           support it, as it might lead to incorrect results when doing the
11630           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11631           force a 64-bit constant in a way that all compilers are happy with.
11632
11633 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11634
11635         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11636         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11637         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11638         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11639         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11640         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11641         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11642         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11643         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11644         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11645         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11646         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11647         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11648         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11649         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11650         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11651         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11652         * gst/debug/efence.c: (gst_efence_class_init):
11653         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11654         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11655         * gst/goom/gstgoom.c: (gst_goom_class_init):
11656         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11657         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11658         * gst/interleave/interleave.c: (interleave_class_init):
11659         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11660         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11661         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11662         * gst/median/gstmedian.c: (gst_median_class_init):
11663         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11664         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11665         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11666         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11667         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11668         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11669         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11670         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11671         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11672         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11673         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11674         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11675         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11676         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11677         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11678         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11679         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11680         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11681         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11682         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11683         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11684         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11685         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11686         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11687         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11689         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11690         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11691         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11692         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11693         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11694         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11695         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11696         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11697         * sys/osxaudio/gstosxaudioelement.c:
11698         (gst_osxaudioelement_class_init):
11699         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11700         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11701         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11702         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11703
11704 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11705
11706         * ext/mikmod/gstmikmod.h:
11707         * gst/level/gstlevel.h:
11708         Fix more broken GObject macros
11709
11710 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11711
11712         * ext/annodex/gstcmmldec.h:
11713         * ext/annodex/gstcmmlenc.h:
11714         * ext/annodex/gstcmmltag.h:
11715         * ext/cairo/gsttextoverlay.h:
11716         * ext/ladspa/gstsignalprocessor.h:
11717         * gst/matroska/ebml-read.h:
11718         * gst/matroska/ebml-write.h:
11719         * sys/osxaudio/gstosxaudioelement.h:
11720         Fix broken GObject macros
11721
11722 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11723
11724         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11725           Don't try to seek beyond the end of the file (would
11726           occasionally display error dialogs in totem when seeking
11727           to the end) (#335869). Will still throw an error though
11728           if the file is truncated and the total_samples value in
11729           the stream header is wrong.
11730
11731 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11732
11733         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11734         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11735         (gst_flac_dec_metadata_callback):
11736         * ext/flac/gstflacdec.h:
11737           If the stream header doesn't contain the total number of samples,
11738           search for the last flac frame at the end of the file and calculate
11739           the total duration from that frame's offset (fixes #337609).
11740
11741 2006-04-07  Edward Hervey  <edward@fluendo.com>
11742
11743         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11744         Don't unref the GstPadTemplate returned by
11745         gst_element_class_get_pad_template().
11746
11747 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11748
11749         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11750
11751         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11752         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11753         * sys/sunaudio/gstsunaudiosink.h:
11754           Use spec->segsize and spec->segtotal in the prepare function
11755           to initialise the ring buffer instead of using the buffer-time
11756           property (#337421).
11757
11758 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11759
11760         * configure.ac:
11761           Bump core requirements to CVS for gst_pad_query_peer_duration()
11762           which is used by speexdec.
11763
11764 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11765
11766         * ext/speex/gstspeex.c: (plugin_init):
11767         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11768         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11769         (speex_get_sink_query_types), (speex_dec_sink_query),
11770         (speex_get_src_query_types), (speex_dec_src_query),
11771         (speex_dec_src_event), (speex_dec_sink_event),
11772         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11773         (speex_dec_chain_parse_data), (speex_dec_chain),
11774         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11775         (speex_dec_change_state):
11776         * ext/speex/gstspeexdec.h:
11777           Fix seeking and duration queries (#337033); clean up and
11778           refactor a bit.
11779
11780 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11781
11782         * ext/raw1394/gstdv1394src.c:
11783           distinguish between device not found and could not open for
11784           reading
11785
11786 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11787
11788         * Makefile.am:
11789         * configure.ac:
11790         * pkgconfig/.cvsignore:
11791         * pkgconfig/Makefile.am:
11792         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11793           add a .pc file so other modules can use good plugins in tests
11794
11795 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11796
11797         * configure.ac:
11798           clean up, use AS_VERSION and AS_NANO
11799         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11800           use PACKAGE_VERSION define
11801         * po/af.po:
11802         * po/az.po:
11803         * po/cs.po:
11804         * po/en_GB.po:
11805         * po/hu.po:
11806         * po/it.po:
11807         * po/nb.po:
11808         * po/nl.po:
11809         * po/or.po:
11810         * po/sq.po:
11811         * po/sr.po:
11812         * po/sv.po:
11813         * po/uk.po:
11814         * po/vi.po:
11815           updated
11816
11817 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11818
11819         * ext\jpeg\smokecodec.c:
11820           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11821         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11822           move first instruction after all variables declarations
11823         * gst\alpha\gstalpha.c:
11824         * gst\effectv\gstshagadelic.c:
11825         * gst\smpte\paint.c:
11826         * gst\videofilter\gstvideobalance.c:
11827           define M_PI if it's not defined (it's not defined on WIN32)
11828         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11829         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11830         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11831         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11832         (gst_matroska_demux_video_caps):
11833         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11834         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11835           use gst_guint64_to_gdouble for conversions
11836         * gst\goom\filters.c: (setPixelRGB_):
11837           fix a debug which was using undefined variable
11838         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11839         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11840           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11841         * win32/vs6:
11842           add vs6 projects files for most of plugins-good
11843         
11844 2006-03-30  j^  <j@bootlab.org>
11845
11846         * ext/aalib/gstaasink.c:
11847         * ext/annodex/gstcmmldec.c:
11848         * ext/annodex/gstcmmlenc.c:
11849         * ext/cairo/gsttextoverlay.c:
11850         * ext/cairo/gsttimeoverlay.c:
11851         * ext/cdio/gstcdiocddasrc.c:
11852         * ext/dv/gstdvdec.c:
11853         * ext/esd/esdmon.c:
11854         * ext/esd/esdsink.c:
11855         * ext/flac/gstflacdec.c:
11856         * ext/flac/gstflacenc.c:
11857         * ext/flac/gstflactag.c:
11858         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11859         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11860         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11861         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11862         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11863         * ext/gdk_pixbuf/pixbufscale.c:
11864         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11865         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11866         * ext/jpeg/gstjpegdec.c:
11867         * ext/jpeg/gstjpegenc.c:
11868         * ext/jpeg/gstsmokedec.c:
11869         * ext/jpeg/gstsmokeenc.c:
11870         * ext/libcaca/gstcacasink.c:
11871         * ext/libmng/gstmngdec.c:
11872         * ext/libmng/gstmngenc.c:
11873         * ext/libpng/gstpngdec.c:
11874         * ext/libpng/gstpngenc.c:
11875         * ext/mikmod/gstmikmod.c:
11876         * ext/raw1394/gstdv1394src.c:
11877         * ext/shout2/gstshout2.c:
11878         * ext/speex/gstspeexdec.c:
11879         * ext/speex/gstspeexenc.c:
11880         * gst/alpha/gstalpha.c:
11881         * gst/alpha/gstalphacolor.c:
11882         * gst/auparse/gstauparse.c:
11883         * gst/autodetect/gstautoaudiosink.c:
11884         (gst_auto_audio_sink_base_init):
11885         * gst/autodetect/gstautovideosink.c:
11886         (gst_auto_video_sink_base_init):
11887         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11888         * gst/cutter/gstcutter.c:
11889         * gst/debug/breakmydata.c:
11890         * gst/debug/efence.c:
11891         * gst/debug/gstnavigationtest.c:
11892         * gst/debug/negotiation.c:
11893         * gst/debug/progressreport.c:
11894         * gst/debug/testplugin.c:
11895         * gst/effectv/gstaging.c:
11896         * gst/effectv/gstdice.c:
11897         * gst/effectv/gstedge.c:
11898         * gst/effectv/gstquark.c:
11899         * gst/effectv/gstrev.c:
11900         * gst/effectv/gstvertigo.c:
11901         * gst/effectv/gstwarp.c:
11902         * gst/flx/gstflxdec.c:
11903         * gst/goom/gstgoom.c:
11904         * gst/interleave/deinterleave.c:
11905         * gst/interleave/interleave.c:
11906         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11907         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11908         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11909         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11910         * gst/level/gstlevel.c:
11911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11912         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11913         * gst/median/gstmedian.c:
11914         * gst/monoscope/gstmonoscope.c:
11915         * gst/multipart/multipartdemux.c:
11916         * gst/multipart/multipartmux.c:
11917         * gst/oldcore/gstmd5sink.c:
11918         * gst/oldcore/gstmultifilesrc.c:
11919         * gst/oldcore/gstpipefilter.c:
11920         * gst/oldcore/gstshaper.c:
11921         * gst/oldcore/gststatistics.c:
11922         * gst/rtp/gstasteriskh263.c:
11923         * gst/rtp/gstrtpL16depay.c:
11924         * gst/rtp/gstrtpL16pay.c:
11925         * gst/rtp/gstrtpamrdepay.c:
11926         * gst/rtp/gstrtpamrpay.c:
11927         * gst/rtp/gstrtpdepay.c:
11928         * gst/rtp/gstrtpgsmpay.c:
11929         * gst/rtp/gstrtph263pay.c:
11930         * gst/rtp/gstrtph263pdepay.c:
11931         * gst/rtp/gstrtph263ppay.c:
11932         * gst/rtp/gstrtpmp4gpay.c:
11933         * gst/rtp/gstrtpmp4vdepay.c:
11934         * gst/rtp/gstrtpmp4vpay.c:
11935         * gst/rtp/gstrtpmpadepay.c:
11936         * gst/rtp/gstrtpmpapay.c:
11937         * gst/rtp/gstrtppcmadepay.c:
11938         * gst/rtp/gstrtppcmapay.c:
11939         * gst/rtp/gstrtppcmudepay.c:
11940         * gst/rtp/gstrtppcmupay.c:
11941         * gst/rtp/gstrtpspeexdepay.c:
11942         * gst/rtp/gstrtpspeexpay.c:
11943         * gst/rtsp/gstrtpdec.c:
11944         * gst/smpte/gstsmpte.c:
11945         * gst/videobox/gstvideobox.c:
11946         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11947         * gst/videofilter/gstvideobalance.c:
11948         * gst/videofilter/gstvideoflip.c:
11949         * gst/videofilter/gstvideotemplate.c:
11950         (gst_videotemplate_base_init):
11951         * gst/videomixer/videomixer.c:
11952         * gst/wavenc/gstwavenc.c:
11953         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11954          better/unified long descriptions
11955          Fixed #336602
11956          Some cleanups to auparse, don't send multiple newsegments.
11957
11958 2006-03-29  Wim Taymans  <wim@fluendo.com>
11959
11960         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11961
11962         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11963         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11964         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11965         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11966         * ext/dv/gstdvdemux.h:
11967         Seek in READY patch. Only works for pull based mode.
11968         Fixes #323880
11969
11970 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11971
11972         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11973         (gst_gdk_pixbuf_event):
11974           Fix two crashers: don't unref the same caps twice, and
11975           set pixbuf loader to NULL after freeing it.
11976
11977 2006-03-27  Wim Taymans  <wim@fluendo.com>
11978
11979         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
11980         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
11981         (gst_speexenc_chain):
11982         * ext/speex/gstspeexenc.h:
11983         Don't leak adapter.
11984         A push *always* takes ownership of the buffer, even on
11985         errors.
11986         Small cleanups.
11987
11988 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
11989
11990         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
11991           Create source pad without leaking.
11992
11993 2006-03-24  Wim Taymans  <wim@fluendo.com>
11994
11995         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11996         * ext/flac/gstflacdec.h:
11997         * ext/flac/gstflacenc.h:
11998         Spifify a bit.
11999         Fix deadly lock order error in seeking code, STREAM_LOCK
12000         cannot be taken within LOCK and the streaming variables are
12001         protected with the STREAM_LOCK anyway.
12002
12003 2006-03-24  Wim Taymans  <wim@fluendo.com>
12004
12005         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12006         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12007         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12008         this patch combines the global init_frames with the stream
12009         init_frames. Rationale being that the global delay should 
12010         be subtracted from any stream delay.
12011         Fixes #335858.
12012
12013 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12014
12015         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12016         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12017         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12018         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12019         use DEBUG_FUNCPTR for collectpads
12020
12021 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12022
12023         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12024           Don't crash when encoding images where the number of rows isn't
12025           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12026
12027 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12030         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12031         * gst/interleave/interleave.c: (interleave_change_state):
12032         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12033           More state change function fixes.
12034
12035 2006-03-23  Wim Taymans  <wim@fluendo.com>
12036
12037         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12038         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12039         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12040         (gst_esdsink_delay), (gst_esdsink_reset):
12041         * ext/esd/esdsink.h:
12042         Fix esd choppy playback by configuring audiosink
12043         correctly. Fixes #325191
12044
12045 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12046
12047         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12048           Make state change function thread-safe.
12049
12050 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12051
12052         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12053         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12054           Don't try to read beyond the end of the file just because
12055           the header claims a bigger size (like with truncated files).
12056
12057 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12058
12059         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12060         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12061         (gst_wavparse_stream_data), (gst_wavparse_loop):
12062         * gst/wavparse/gstwavparse.h:
12063           Delay source pad creation until we have the first chunk of
12064           media data, so the we can examine the data and adjust the
12065           caps accordingly if required. This makes playback of .wav
12066           files with DTS-declared-as-PCM content work (#313266).
12067
12068 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12069
12070         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12071         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12072         Don't attempt typefinding on too-short buffers that have been
12073         completely trimmed away. (Fixes #330239)
12074
12075         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12076         Improve the debug output
12077
12078 2006-03-21  Wim Taymans  <wim@fluendo.com>
12079
12080         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12081         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12082         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12083         (gst_esdsink_set_property), (gst_esdsink_get_property):
12084         Some cleanups.
12085         Reset fd to -1 when we close them.
12086
12087 2006-03-21  Wim Taymans  <wim@fluendo.com>
12088
12089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12090         the OPTIONS request result is optional so don't
12091         fail on it.
12092
12093 2006-03-21  Edward Hervey  <edward@fluendo.com>
12094
12095         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12096         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12097         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12098         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12099         (gst_wavparse_change_state):
12100         gcc 4.1 unreferenced pointer fixes.
12101
12102 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12103
12104         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12105
12106         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12107           Fix block alignment calculation. Alignment should be done before
12108           adding the byte offset where the data starts (#335231).
12109
12110 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12111
12112         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12113           Ensure that we set correct caps on buffers that are transferred
12114           direct from the input.
12115
12116 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12117
12118         * gst/goom/filters.c: (zoomFilterDestroy):
12119         * gst/goom/goom_core.c: (goom_close):
12120           Free filter data when cleaning up. (Fixes: #334995)
12121
12122 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12123
12124         * configure.ac:
12125           Don't compile udp and rtsp plugins on win32 (mingw) or other
12126           systems that don't have <sys/socket.h> for some reason (#316203).
12127
12128 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12129
12130         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12131         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12132         * ext/raw1394/gstdv1394src.h:
12133           Change bus reset handler so it reports useful information such as
12134           whether the device being used connected or disconnected
12135
12136 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12137
12138         * gst/id3demux/id3v2frames.c:
12139         (parse_relative_volume_adjustment_two):
12140           We only care about gain and peak data for the master volume.
12141
12142 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12143
12144         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12145         (parse_id_string), (parse_unique_file_identifier),
12146         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12147           Read replay gain tags (#323721).
12148
12149 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12150
12151         * configure.ac:
12152           Bump requirements to gst-plugins-base CVS because
12153           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12154
12155 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12156
12157         * rtp/gst/gstrtppcmadepay.c:
12158         Fixed one of the caps in the code from mulaw to alaw.
12159
12160 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12161
12162         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12163           Ensure that we set caps on the buffers we pass.
12164
12165         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12166         (gst_id3demux_sink_activate):
12167           Ensure that we set caps on the buffers we pass.
12168
12169           Use STREAM, TYPE_NOT_FOUND as the error class when
12170           typefinding fails.
12171
12172 2006-03-15  Edward Hervey  <edward@fluendo.com>
12173
12174         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12175         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12176         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12177         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12178         (gst_jpeg_dec_setcaps):
12179         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12180         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12181         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12182         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12183         (gst_mngdec_src_getcaps):
12184         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12185         (gst_pngdec_caps_create_and_set):
12186         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12187         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12188         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12189         * gst/alpha/gstalpha.c: (gst_alpha_init):
12190         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12191         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12192         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12193         * gst/cutter/gstcutter.c: (gst_cutter_init):
12194         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12195         (gst_efence_checkgetrange):
12196         * gst/debug/negotiation.c: (gst_negotiation_init):
12197         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12198         * gst/goom/gstgoom.c: (gst_goom_init):
12199         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12200         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12201         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12202         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12203         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12204         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12205         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12206         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12207         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12208         (gst_wavparse_create_sourcepad):
12209         Fix memleak with gst_static_pad_template_get().
12210         This uses gst_pad_new_from_static_template() instead.
12211         Fixes #333512
12212
12213 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * configure.ac:
12216           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12217           used by id3demux.
12218
12219         * gst/id3demux/gstid3demux.c: (plugin_init):
12220         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12221         (parse_user_text_identification_frame),
12222         (parse_unique_file_identifier):
12223           Add support for UFID and TXXX frames and extract musicbrainz tags.
12224
12225 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12228           Catch short reads, like they might happen with truncated
12229           files (see #305279); remove unnecessary indentation.
12230
12231 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12234           Fix DIB image inversion for pictures with a
12235           depth != 8 (#305279).
12236
12237 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12240         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12241         * ext/jpeg/gstjpegdec.h:
12242           Fix durations on outgoing buffers after seeking
12243           in MJPEG files (#334083); some minor clean-ups.
12244
12245 2006-03-13  Wim Taymans  <wim@fluendo.com>
12246
12247         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12248         (gst_wavparse_change_state):
12249         Implement seek in READY (re-fixes #327658)
12250
12251 2006-03-13  Wim Taymans  <wim@fluendo.com>
12252
12253         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12254         * ext/esd/esdmon.c: (gst_esdmon_get):
12255         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12256         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12257         (gst_gdk_pixbuf_sink_getcaps):
12258         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12259         (gst_jpegenc_setcaps):
12260         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12261         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12262         (gst_smokeenc_setcaps):
12263         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12264         (gst_mngdec_src_getcaps):
12265         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12266         (gst_mngenc_chain):
12267         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12268         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12269         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12270         (speex_dec_src_event), (speex_dec_chain):
12271         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12272         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12273         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12274         (gst_negotiation_pad_link), (gst_negotiation_chain):
12275         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12276         (gst_flxdec_chain):
12277         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12278         (deinterleave_chain):
12279         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12280         * gst/median/gstmedian.c: (gst_median_link):
12281         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12282         (gst_monoscope_chain):
12283         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12284         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12285         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12286         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12287         close #333784 unref the result of gst_pad_get_parent()
12288         by: Christophe Fergeau.
12289
12290 2006-03-09  Wim Taymans  <wim@fluendo.com>
12291
12292         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12293         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12294         Handle events in push mode better, can now do non-flushing
12295         seeks in push mode as well.
12296
12297 2006-03-07  Wim Taymans  <wim@fluendo.com>
12298
12299         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12300         Applied patch from Kai Vehmanen, fixes #333624.
12301
12302 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12303
12304         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12305         Implement paletted and grayscale png files handling.
12306         (#150363).
12307
12308 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12309
12310         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12311         (gst_speexenc_chain):
12312           fix a tag list assert
12313           follow gst-plugins-base/ext/ogg/README; set OFFSET
12314           and OFFSET_END.  Muxes correctly with gst-plugins-base
12315           > 0.9.3
12316
12317 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12318
12319         * gst/id3demux/Makefile.am:
12320         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12321         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12322           Use new typefind helper functions here as well, and
12323           do typefinding in pull-mode if upstream supports that.
12324
12325 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12326
12327         * sys/sunaudio/gstsunaudiomixerctrl.c:
12328         (gst_sunaudiomixer_ctrl_get_volume),
12329         (gst_sunaudiomixer_ctrl_set_volume):
12330         * sys/sunaudio/gstsunaudiomixertrack.c:
12331         (gst_sunaudiomixer_track_new):
12332           Remove unused variables, breaks build from CVS
12333           with -Werror (#333392, patch by: Benjamin Pineau)
12334
12335 2006-03-03  Wim Taymans  <wim@fluendo.com>
12336
12337         * docs/plugins/Makefile.am:
12338         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12339         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12340         Added wavparse docs.
12341
12342         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12343         (gst_wavparse_reset), (gst_wavparse_init),
12344         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12345         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12346         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12347         (gst_wavparse_stream_data), (gst_wavparse_loop),
12348         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12349         (gst_wavparse_change_state):
12350         * gst/wavparse/gstwavparse.h:
12351         Implement seek in READY (fixes #327658)
12352         Added docs and did some cleanups.
12353
12354 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12355
12356         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12357         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12358         (gst_avi_demux_calculate_durations_from_index),
12359         (gst_avi_demux_stream_header):
12360         * gst/avi/gstavidemux.h:
12361           If we have an index, use a duration based on the index instead
12362           of blindly trusting the information in the stream headers
12363           (fixes #331817).
12364
12365 2006-03-03  Wim Taymans  <wim@fluendo.com>
12366
12367         * docs/plugins/Makefile.am:
12368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12370         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12371         Added smoke and jpeg to the docs.
12372
12373         * ext/jpeg/Makefile.am:
12374         * ext/jpeg/gstjpeg.c: (plugin_init):
12375         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12376         * ext/jpeg/gstjpegenc.h:
12377         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12378         (gst_smokedec_chain):
12379         * ext/jpeg/gstsmokedec.h:
12380         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12381         * ext/jpeg/gstsmokeenc.h:
12382         * ext/jpeg/smokecodec.h:
12383         Port smokedec (fixes #331905).
12384         Added some docs.
12385         Some cleanups.
12386
12387 2006-03-03  Wim Taymans  <wim@fluendo.com>
12388
12389         * docs/plugins/Makefile.am:
12390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12391         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12392         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12393         Added videobalance and videoflip to the docs.
12394
12395         * gst/videofilter/Makefile.am:
12396         * gst/videofilter/gstvideobalance.c:
12397         (gst_video_balance_update_tables_planar411),
12398         (gst_video_balance_is_passthrough),
12399         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12400         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12401         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12402         (gst_video_balance_finalize), (gst_video_balance_class_init),
12403         (gst_video_balance_init), (gst_video_balance_interface_supported),
12404         (gst_video_balance_interface_init),
12405         (gst_video_balance_colorbalance_list_channels),
12406         (gst_video_balance_colorbalance_set_value),
12407         (gst_video_balance_colorbalance_get_value),
12408         (gst_video_balance_colorbalance_init),
12409         (gst_video_balance_set_property), (gst_video_balance_get_property),
12410         (gst_video_balance_get_type), (plugin_init):
12411         * gst/videofilter/gstvideobalance.h:
12412         Ported to 0.10. (Fixes #326160)
12413         Added docs.
12414
12415         * gst/videofilter/gstvideoflip.c:
12416         * gst/videofilter/gstvideoflip.h:
12417         Added docs.
12418
12419 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12420
12421         * configure.ac:
12422           Bump requirements to current core and -base CVS
12423           (core for new typefind helper API, and -base for the
12424           WAVFORMATEX support that was added to libgstriff and
12425           is needed by wavparse).
12426         
12427         * gst/apetag/Makefile.am:
12428         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12429         (gst_tag_demux_sink_activate):
12430           Use new typefind helpers for typefinding instead of our
12431           home-grown stuff; also, do typefinding in pull-mode if
12432           upstream supports that.
12433
12434 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12435
12436         Reviewed by: Christian Schaller <christian@fluendo.com>
12437
12438         This patch fixes bug: 329107
12439
12440         This Changelog entry is for a commit done on February 17
12441
12442         * ext/gconf/gconf.c
12443         * ext/gconf/gconf.h
12444         * ext/gconf/gstgconfaudiosink.c
12445         * ext/gconf/gstgconfaudiosink.h
12446         * gconf/gstreamer.schemas.in
12447
12448 2006-02-28  Wim Taymans  <wim@fluendo.com>
12449
12450         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12451         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12452         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12453         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12454         Use DEBUG_OBJECT more.
12455
12456 2006-02-28  Wim Taymans  <wim@fluendo.com>
12457
12458         * docs/plugins/Makefile.am:
12459         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12460         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12461         Added dvdec and dvdemux to docs.
12462
12463         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12464         Added docs.
12465         Check frame sizes so we don't crash when don't have enough
12466         data.
12467         Send nice error messages on error.
12468
12469         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12470         (gst_dvdemux_class_init), (gst_dvdemux_init),
12471         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12472         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12473         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12474         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12475         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12476         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12477         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12478         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12479         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12480         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12481         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12482         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12483         * ext/dv/gstdvdemux.h:
12484         Added docs.
12485         Implement pull mode.
12486         Fix memleaks.
12487         Reduce memcpy for the video demuxing.
12488
12489 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12490
12491         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12492         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12493         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12494         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12495           Add a little extra debug. Make the decoder not return NOT_LINKED,
12496           as we want to continue decoding all CMML and emitting tags.
12497
12498 2006-02-27  Michael Smith  <msmith@fluendo.com>
12499
12500         * ext/annodex/gstskeltag.c:
12501         * ext/annodex/gstskeltag.h:
12502           Deleted; these files aren't used any more either.
12503
12504 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12505
12506         * ext/Makefile.am: Fix dist-check.
12507
12508 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12509
12510         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12511         memleak.
12512
12513 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12514
12515         * ext/annodex/Makefile.am:
12516         * ext/annodex/gstannodex.c:
12517         * ext/annodex/gstcmmldec.c:
12518         * ext/annodex/gstcmmlenc.c:
12519         * ext/annodex/gstcmmlparser.c:
12520         * ext/annodex/gstcmmlparser.h:
12521         * ext/annodex/gstcmmlutils.c:
12522         * tests/check/elements/cmmldec.c:
12523         * tests/check/elements/cmmlenc.c:
12524           Fix a memleak in gst_cmml_track_list_add_clip.
12525           Handle overflows in clip's start and end times.
12526           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12527           Do not parse junk at the end of a CMML preamble buffer.
12528           Register a libxml error handler to not print stuff on stderr.
12529           Check for bad clip start and end times in the testsuites.
12530
12531 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12532
12533         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12534         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12535         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12536         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12537         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12538         possible memleaks.
12539
12540 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12541
12542         * tests/check/Makefile.am:
12543         * tests/check/elements/cmmldec.c:
12544         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12545         the plugins-base tags.
12546
12547 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12548
12549         * ext/Makefile.am: Re-enable module.
12550
12551 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12552
12553         * tests/check/Makefile.am: Forgot to remove that test.
12554
12555 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12556
12557         * ext/annodex/Makefile.am:
12558         * ext/annodex/gstannodex.c: (plugin_init):
12559         * ext/annodex/gstcmmldec.c:
12560         * ext/annodex/gstskeldec.c:
12561         * ext/annodex/gstskeldec.h:
12562         * tests/check/Makefile.am:
12563         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12564
12565 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12566
12567         * tests/check/Makefile.am: Disable those checks as well.
12568
12569 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12570
12571         * ext/Makefile.am: Disable annodex for now until we figure out
12572         how to make it build.
12573         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12574         Add a rule to your checklist : "please try to at least build 
12575         what you are going to commit into -good, or if you are too lazy
12576         to do that, please check that the buildbots are not crying because
12577         of your commit."
12578
12579 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12580
12581         * configure.ac:
12582         * ext/Makefile.am:
12583         * ext/gdk_pixbuf/Makefile.am:
12584         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12585         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12586         * ext/gdk_pixbuf/pixbufscale.c:
12587         * ext/gdk_pixbuf/pixbufscale.h:
12588           Gdkpixbuf ported from 0.8 to 0.10 by
12589           Renato Filho <renato.filho@indt.org.br>.
12590           gst_loader and gdkpixbufanimation still need port.
12591
12592 2006-02-24  Michael Smith  <msmith@fluendo.com>
12593
12594         * configure.ac:
12595         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12596         * ext/Makefile.am:
12597         * ext/annodex/Makefile.am:
12598         * ext/annodex/gstannodex.c:
12599         * ext/annodex/gstannodex.h:
12600         * ext/annodex/gstcmmldec.c:
12601         * ext/annodex/gstcmmldec.h:
12602         * ext/annodex/gstcmmlenc.c:
12603         * ext/annodex/gstcmmlenc.h:
12604         * ext/annodex/gstcmmlparser.c:
12605         * ext/annodex/gstcmmlparser.h:
12606         * ext/annodex/gstcmmltag.c:
12607         * ext/annodex/gstcmmltag.h:
12608         * ext/annodex/gstcmmlutils.c:
12609         * ext/annodex/gstcmmlutils.h:
12610         * ext/annodex/gstskeldec.c:
12611         * ext/annodex/gstskeldec.h:
12612         * ext/annodex/gstskeltag.c:
12613         * ext/annodex/gstskeltag.h:
12614         * tests/check/Makefile.am:
12615         * tests/check/elements/cmmldec.c:
12616         * tests/check/elements/cmmlenc.c:
12617         * tests/check/elements/skeldec.c:
12618           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12619           Includes tests & docs, oh my! Passes Thomas's -good checklist
12620           entirely. Wow.
12621
12622 2006-02-24  Michael Smith  <msmith@fluendo.com>
12623
12624         * autogen.sh:
12625           Check for automake 1.9 as well.
12626
12627 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12628
12629         * ext/flac/gstflacenc.c:
12630           Change min. sample rate to 8kHz to match flacdec's.
12631           
12632 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12633
12634         * ext/cdio/Makefile.am:
12635           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12636           required for Cygwin, see #317048)
12637
12638         * gst/rtp/gstasteriskh263.c:
12639           Cygwin has includes for both the unix network socket API
12640           and the windows API, but only one can be included, so fix
12641           includes to only use one or the other, prefering the unxi
12642           one (#317048).
12643
12644 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12645
12646         * rtp/gst/gstrtppcmadepay.c:
12647         * rtp/gst/gstrtppcmadepay.h:
12648         * rtp/gst/gstgstrtppcmapay.c:
12649         * rtp/gst/gstgstrtppcmapay.h:
12650         * rtp/gst/gstrtppcmudepay.c:
12651         * rtp/gst/gstrtppcmudepay.h:
12652         * rtp/gst/gstrtppcmupay.c:
12653         * rtp/gst/gstrtppcmupay.h:
12654         * rtp/gst/Makefile.am:
12655         * rtp/gst/gstrtp.c:
12656         * rtp/gst/README:
12657         Separated the G711 payloaders/depayloaders into separate elements for
12658         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12659
12660 2006-02-22  Wim Taymans  <wim@fluendo.com>
12661
12662         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12663         (gst_dvdec_change_state):
12664         * ext/dv/gstdvdec.h:
12665         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12666         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12667         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12668         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12669         (gst_dvdemux_flush), (gst_dvdemux_chain),
12670         (gst_dvdemux_change_state):
12671         * ext/dv/gstdvdemux.h:
12672         Ueber spiffify some more, added debug category.
12673         Use _scale.
12674         Use segments, respect playback rate from newsegment.
12675         Fix refcount issue.
12676
12677 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12678
12679         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12680         (gst_signal_processor_process):
12681         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12682         enabled for the build, but it helps me win the feature-count
12683         competitions ooh yeah.
12684
12685 2006-02-19  Wim Taymans  <wim@fluendo.com>
12686
12687         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12688         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12689         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12690         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12691         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12692         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12693         Use scaling code for added precission and more correct stop
12694         position in case scale==0.
12695
12696 2006-02-19  Wim Taymans  <wim@fluendo.com>
12697
12698         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12699         (gst_flxdec_chain):
12700         * gst/flx/gstflxdec.h:
12701         Implement DURATION query.
12702
12703 2006-02-19  Wim Taymans  <wim@fluendo.com>
12704
12705         * gst/flx/flx_color.h:
12706         * gst/flx/flx_fmt.h:
12707         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12708         (gst_flxdec_src_query_handler), (flx_decode_color),
12709         (gst_flxdec_chain):
12710         * gst/flx/gstflxdec.h:
12711         Set MALLOCDATA for the temp buffers so we don't leak.
12712         Some debug cleanups.
12713         Consume all data in the adapter before leaving the chain
12714         function. Fixes #330678.
12715
12716 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12717
12718         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12719         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12720          Handle 0 data size in otherwise valid frames.
12721          Handle numeric strings in 2.4.0 even when not in parentheses 
12722
12723 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         * gst/matroska/matroska-demux.c:
12726         (gst_matroska_demux_subtitle_caps),
12727         (gst_matroska_demux_plugin_init):
12728         * gst/matroska/matroska-ids.h:
12729           Recognise SSA/ASS and USF subtitle formats and
12730           set proper caps when they are found.
12731
12732 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12735         (gst_jpeg_dec_chain):
12736           Fix invalid memory access for some odd-sized images
12737           (see image contained in quicktime stream in #327083);
12738           use g_malloc() instead of g_alloca().
12739
12740 2006-02-17  Wim Taymans  <wim@fluendo.com>
12741
12742         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12743         Patch from Sebastien Cote, fixes #319884
12744
12745 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12746
12747         * ext/cdio/gstcdio.c: (plugin_init):
12748           Init debug category (#331253).
12749
12750 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12751
12752         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12753           Pass extra_data to gst_riff_create_audio_caps(), so that
12754           WAVEFORMATEX stuff works. Post audio codec name and post
12755           it as taglist on the bus. Allow up to 8 channesl for raw
12756           PCM in the source pad template caps.
12757
12758 2006-02-16  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12761         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12762         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12763         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12764         (gst_multipart_set_property), (gst_multipart_get_property):
12765         Applied #318663. Gives quite a few false positives in
12766         autoscan mode, but it's better than nothing. Not closing yet.
12767
12768 2006-02-16  Wim Taymans  <wim@fluendo.com>
12769
12770         * docs/plugins/Makefile.am:
12771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12773         * docs/plugins/gst-plugins-good-plugins.args:
12774         * docs/plugins/inspect/plugin-udp.xml:
12775         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12776         (gst_udpsrc_start):
12777         Update documentation.
12778         Fix args.
12779
12780 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12781
12782         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12783         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12784         frame size. (Fixes #331368)
12785
12786 2006-02-16  Wim Taymans  <wim@fluendo.com>
12787
12788         * gst/rtsp/README:
12789         Updated README.
12790
12791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12792         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12793         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12794         * gst/rtsp/gstrtspsrc.h:
12795         Make sure the RTP port is an even port an try to allocate 
12796         another if not.
12797         Added retry property to control max retries for port allocation.
12798         Make sure RTCP port is RTP port+1.
12799         Cleanup when port allocation fails.
12800         Fixes #319183.
12801         
12802 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12803
12804         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12805           Don't ignore return value of the parent class's state
12806           change function (#331385, patch by: Wouter Paesen).
12807
12808 2006-02-15  Wim Taymans  <wim@fluendo.com>
12809
12810         * configure.ac:
12811         * docs/plugins/Makefile.am:
12812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12814         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12815         * ext/Makefile.am:
12816         * ext/hal/Makefile.am:
12817         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12818         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12819         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12820         (do_toggle_element), (gst_hal_audio_sink_set_property),
12821         (gst_hal_audio_sink_get_property),
12822         (gst_hal_audio_sink_change_state):
12823         * ext/hal/gsthalaudiosink.h:
12824         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12825         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12826         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12827         (do_toggle_element), (gst_hal_audio_src_set_property),
12828         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12829         * ext/hal/gsthalaudiosrc.h:
12830         * ext/hal/gsthalelements.c: (plugin_init):
12831         * ext/hal/gsthalelements.h:
12832         * ext/hal/hal.c: (gst_hal_get_string),
12833         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12834         (gst_hal_get_audio_src):
12835         * ext/hal/hal.h:
12836         Add HAL sound device wrapper plugins. Closes #329106
12837
12838 2006-02-15  Wim Taymans  <wim@fluendo.com>
12839
12840         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12841         Add comment in a fultile attempt to stop the copy-and-paste 
12842         paradigm leading to duplication of bad code.
12843
12844         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12845         Mime parameters have to be checked case insensitive
12846
12847 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12848
12849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12850           Advance stream time for lagging subtitle streams by sending
12851           newsegment events with the update flag set.
12852
12853 2006-02-14  Edward Hervey  <edward@fluendo.com>
12854
12855         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12856         There can be bogus data before the hdrl LIST tag in the RIFF header.
12857         It's hard to say if it's not respecting the AVI specifications or not,
12858         but since Google Video is producing AVIs like that and the other player
12859         don't seem to complain, I guess we should do the same.
12860
12861 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12862
12863         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12864         (parse_split_strings):
12865         Add more validation to ensure that a char encoding conversion
12866         produced a valid UTF-8 string.
12867
12868 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12869
12870         Reviewed by: Edward Hervey  <edward@fluendo.com>
12871
12872         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12873         Properly handle end of segment. Closes #330885.
12874
12875 2006-02-13  Wim Taymans  <wim@fluendo.com>
12876
12877         * gst/rtp/gstrtpmp4gpay.h:
12878         For got to commit this one.
12879
12880 2006-02-12  Wim Taymans  <wim@fluendo.com>
12881
12882         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12883         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12884         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12885         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12886         * gst/rtp/gstrtpmp4gpay.h:
12887         Make more things work.
12888         Handle ACC config strings.
12889
12890 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12891
12892         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12893           set timestamps if no incoming timestamps set
12894
12895 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12896
12897         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12898         (gst_tag_demux_do_typefind):
12899           ... and fix the very same leaks in GstTagDemux.
12900
12901 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12902
12903         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12904         (gst_id3demux_do_typefind):
12905         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12906         <jonathan at kaolin dot wh9 dot net>)
12907
12908 2006-02-10  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12911         First set options, then set caps or else the baseclass
12912         will not know about the options, duh.
12913
12914 2006-02-10  Wim Taymans  <wim@fluendo.com>
12915
12916         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12917         (gst_rtp_mp4v_pay_setcaps):
12918         Don't waste time looking for a config string if we have codec_info
12919         on the incomming caps.
12920
12921 2006-02-10  Wim Taymans  <wim@fluendo.com>
12922
12923         * gst/rtp/README:
12924         Say something about case-sensitivity of caps vs mime-attributes.
12925
12926         * gst/rtp/Makefile.am:
12927         * gst/rtp/gstrtp.c: (plugin_init):
12928         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12929         (gst_rtp_amr_pay_handle_buffer):
12930         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12931         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12932         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12933         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12934         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12935         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12936         (gst_rtp_mp4g_pay_plugin_init):
12937         * gst/rtp/gstrtpmp4gpay.h:
12938         Added beginnings of mpeg4-generic payloader (RFC 3640)
12939
12940 2006-02-09  Wim Taymans  <wim@fluendo.com>
12941
12942         * gst/rtsp/Makefile.am:
12943         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12944         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12945         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12946         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12947         (gst_rtpdec_change_state):
12948         * gst/rtsp/gstrtpdec.h:
12949         * gst/rtsp/gstrtsp.c: (plugin_init):
12950         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12951         * gst/rtsp/rtspconnection.c: (read_body),
12952         (rtsp_connection_receive):
12953         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12954         Resurected rtpdec to make rtspsrc happy again.
12955         Skip attributes from the session id.
12956         Don't crash when dumping a message with an empty body.
12957
12958
12959 2006-02-09  Wim Taymans  <wim@fluendo.com>
12960
12961         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12962         Added more meaningfull warnings when something goes wrong.
12963         Clear F bit on outgoing AMR packets.
12964
12965         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12966         (gst_rtp_amr_pay_handle_buffer):
12967         Added debugging category
12968         Support payloading of multiple AMR frames.
12969
12970         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12971         Added some debugging.
12972
12973 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12974
12975         * configure.ac:
12976           Back to CVS
12977
12978 === release 0.10.2 ===
12979
12980 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
12981
12982         * configure.ac:
12983           releasing 0.10.2, "Papa was a rolling stone"
12984
12985 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
12986
12987         * configure.ac:
12988           Bump core and plugins-base requirement to 0.10.2.2
12989           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
12990
12991 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12992
12993         * ext/flac/gstflac.c: (plugin_init):
12994         * ext/speex/gstspeex.c: (plugin_init):
12995           Register musicbrainz tags.
12996
12997 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * ext/gconf/gconf.h:
13000           Remove declaration of function that no longer exists.
13001
13002 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13003
13004         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13005         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13006         Make shout2 work for non ogg streams
13007
13008 2006-02-06  Wim Taymans  <wim@fluendo.com>
13009
13010         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13011         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13012         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13013         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13014         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13015         * gst/udp/gstmultiudpsink.h:
13016         Updated docs.
13017         Added properties bytes-served, bytes_to_serve.
13018         Post proper error messages,
13019         Emit client added signal too.
13020
13021 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13022
13023         * docs/plugins/Makefile.am:
13024         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13025         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13026         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13027         (gst_multiudpsink_get_stats):
13028           adding docs for multiudpsink
13029
13030 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13031
13032         * gst/level/gstlevel.c: (gst_level_transform_ip):
13033           peak below decay is not necessarily an error, so don't ERROR log
13034
13035 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13036
13037         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13038         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13039         (gst_ebml_write_seek):
13040         * gst/matroska/ebml-write.h:
13041           Make sure we send a newsegment event in BYTES format
13042           before sending buffers (#328531).
13043
13044 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13047         (gst_dvdemux_sink_query):
13048         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13049         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13050         (speex_dec_src_query):
13051         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13052         (gst_speexenc_sink_query):
13053         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13054         * gst/matroska/matroska-demux.c:
13055         (gst_matroska_demux_get_src_query_types),
13056         (gst_matroska_demux_handle_src_query):
13057         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13058         (gst_wavparse_pad_query):
13059           Pass unhandled queries upstream instead of just dropping
13060           them (#326446). Update query type arrays here and there.
13061
13062 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13063
13064         * tests/check/elements/matroskamux.c: (setup_src_pad):
13065           Collectpads in core got changed and now also holds a
13066           reference to any pad that is part of it. Fix refcount
13067           checks in test case accordingly.
13068
13069 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13070
13071         * gst/apetag/gstapedemux.h:
13072           Fix include, for now GstTagDemux is in the apetag dir.
13073
13074 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13075
13076         * docs/plugins/Makefile.am:
13077         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13078         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13079         * docs/plugins/inspect/plugin-cdio.xml:
13080           Add cdio plugin to docs.
13081
13082         * ext/cdio/gstcdiocddasrc.c:
13083           Add gtk-doc blurb.
13084
13085         * ext/cdio/gstcdio.c:
13086           The plugin is called 'cdio' not 'cddio'.
13087
13088 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13089
13090         * configure.ac:
13091         * docs/plugins/Makefile.am:
13092         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13094         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13095         * docs/plugins/inspect/plugin-apetag.xml:
13096         * gst/apetag/Makefile.am:
13097         * gst/apetag/gstapedemux.c:
13098         * gst/apetag/gstapedemux.h:
13099         * gst/apetag/gsttagdemux.c:
13100         * gst/apetag/gsttagdemux.h:
13101           Add APE tag demuxer (#325649).
13102
13103 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13104
13105         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13106         (gst_gconf_get_default_video_sink),
13107         (gst_gconf_get_default_audio_src),
13108         (gst_gconf_get_default_video_src):
13109         * ext/gconf/gconf.h:
13110         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13111         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13112         (do_toggle_element):
13113         * ext/gconf/gstgconfaudiosink.h:
13114         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13115         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13116         (do_toggle_element):
13117         * ext/gconf/gstgconfaudiosrc.h:
13118         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13119         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13120         (do_toggle_element):
13121         * ext/gconf/gstgconfvideosink.h:
13122         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13123         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13124         (do_toggle_element):
13125         * ext/gconf/gstgconfvideosrc.h:
13126           Ignore changing the GConf key to "". Ignore GConf key updates
13127           that don't actually change the string.
13128           For now, ignore the GConf key when the state is > READY, as
13129           it breaks streaming. Sometime it will be nice to bring the
13130           new sink online even mid-stream, by sending NEWSEGMENT info
13131           and possibly prerolling.
13132           (Fixes #326736)
13133
13134 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13135
13136         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13137         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13138         (zoomFilterSetResolution), (zoomFilterDestroy),
13139         (zoomFilterFastRGB), (pointFilter):
13140         * gst/goom/filters.h:
13141         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13142         (goom_update), (goom_close):
13143         * gst/goom/goom_core.h:
13144         * gst/goom/goom_tools.h:
13145         * gst/goom/graphic.c:
13146         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13147         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13148         * gst/goom/gstgoom.h:
13149         * gst/goom/lines.c: (goom_lines):
13150         * gst/goom/lines.h:
13151           Make goom reentrant by moving all important static variables
13152           into instance structures.
13153           (Fixes #329181)
13154
13155 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13156
13157         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13158         (gst_avi_demux_all_source_pads_unlinked),
13159         (gst_avi_demux_process_next_entry):
13160         * gst/avi/gstavidemux.h:
13161           Third attempt, use gst_pad_is_linked() this time.
13162
13163 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13164
13165         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13166         (parse_split_strings):
13167         Adjust for data length indicators when parsing (Fixes #329810)
13168         Fix stupid bug parsing UTF-8 tag text.
13169         Output tag strings with multiple fields as multiple tags, so the
13170         app gets all the data.
13171
13172 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13173
13174         * ext/flac/gstflacenc.c:
13175         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13176         show me.
13177         
13178 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13179
13180         * ext/flac/gstflacenc.c:
13181         * gst/matroska/ebml-read.c:
13182         Just make it compile with --disable-gst-debug.
13183
13184 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13185
13186         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13187         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13188         (id3v2_genre_fields_to_taglist):
13189           Never output a tag with a null contents string.
13190
13191 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13194           Only pause if all pads are unlinked AND we've tried to send data
13195           on all of them at least once.
13196
13197 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13198
13199         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13200         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13201           Make loop function/task pause itself when all source pads are
13202           unlinked.
13203
13204 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13205
13206         * configure.ac:
13207         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13208           Use new functions from core to render a bin from a
13209           string. Fixes build. Up requirements to core CVS.
13210
13211 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13214           Don't push buffers into the adapter that we are going to
13215           push downstream again without framing anyway. Also, the
13216           adaptor takes ownership of buffers put into it (fixes
13217           auparse pushing invalid buffers for .au files with
13218           ADPCM contents). Finally, set caps on all outgoing buffers.
13219
13220 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13221
13222         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13223         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13224         (gst_id3demux_send_tag_event):
13225         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13226         Someone should kick my butt. Remove ID3v1 tags from the end of the
13227         file.
13228
13229         Improve error messages. Send the TAG message as soon as we complete
13230         typefinding, instead of waiting until we send the first buffer.
13231         Downstream tag event is still sent before the first buffer.
13232
13233 2006-01-27  Jan Gerber  <j@bootlab.org>
13234
13235         Reviewed by: Andy Wingo <wingo@pobox.com>
13236
13237         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13238         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13239         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13240         to not have warings flooding stderr. this is the suggested way
13241         also used in dvgrab and kino. (#328336)
13242
13243 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13244
13245         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13246         (gst_oss_sink_init), (gst_oss_sink_finalise):
13247           Free the device name string when finalised.
13248
13249 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13252           Don't put function calls in g_return_if_fail() statements,
13253           or they'll be replaced with NOOPs if someone compiles with
13254           G_DISABLE_CHECKS defined.
13255           
13256 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13257
13258         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13259         Never trust ANY information encoded in a media file, especially
13260         when it's giving you sizes. (Fixes #328452)
13261
13262 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13263
13264         * gst/rtp/gstrtpg711pay.c:
13265         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13266         bug #325148.
13267
13268 2006-01-23  Edward Hervey  <edward@fluendo.com>
13269
13270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13271         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13272         * gst/matroska/matroska-ids.h:
13273         Added recognition of Real Audio and Video streams in matroska demuxer.
13274
13275 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13276
13277         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13278           Remove errant break statement, and fix compilation with
13279           older GCC.
13280
13281 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13282
13283         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13284
13285         * sys/sunaudio/gstsunaudiomixerctrl.c:
13286         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13287           Export functions that are needed in other parts of the code,
13288           makes the mixer actually work; adjust magic minimum buffer-time
13289           value from 3ms to 5ms to work around stuttering during mp3
13290           playback (#327765).
13291
13292 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13293
13294         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13295
13296         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13297         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13298           Fix possible deadlock in matroska muxer (#327825).
13299
13300 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13301
13302         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13303         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13304         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13305         * gst/rtsp/sdpmessage.h:
13306         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13307         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13308           C89 fixes: declare variables at the beginning of a block and
13309           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13310           <jensgr at gmx dot net>).
13311
13312 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13313
13314         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13315         * gst/id3demux/id3tags.h:
13316         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13317         (parse_comment_frame), (parse_text_identification_frame),
13318         (id3v2_tag_to_taglist), (id3v2_are_digits),
13319         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13320         (parse_split_strings), (free_tag_strings):
13321           Rewrite parsing of text tags to handle multiple NULL terminated
13322           strings. Parse numeric genre strings and ID3v2 type
13323           "(3)(6)Alternative" style genre strings.
13324           Parse dates that are only YYYY or YYYY-mm format.
13325           (Fixes #328241 and #322154)
13326
13327 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13330           Don't forget to initialize liboil, otherwise our oil functions
13331           will crash (fixes #327871; patch by: Christoph Burghardt
13332           <hawkes at web dot de>).
13333
13334 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13335
13336         * configure.ac:
13337           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13338           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13339           patch by: Brian Cameron <brian dot cameron at sun dot com>
13340
13341 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13342
13343         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13344         * ext/cdio/gstcdio.h:
13345         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13346           Fix build for libcdio versions >= 76; give slightly lower rank
13347           than cdparanoia.
13348
13349 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13350
13351         * configure.ac:
13352         * ext/Makefile.am:
13353         * ext/cdio/Makefile.am:
13354         * ext/cdio/gstcdio.c:
13355         * ext/cdio/gstcdio.h:
13356         * ext/cdio/gstcdiocddasrc.c:
13357         * ext/cdio/gstcdiocddasrc.h:
13358           Port libcdio cdda source, formerly known as cddasrc, now known as
13359           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13360           but that's not tested (fixes #317658).
13361
13362 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13363
13364         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13365           Fix conversion from TIME to BYTES format (fixes #326864;
13366           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13367
13368 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13369
13370         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13371           Fix compilation of id3demux when zlib is not present.
13372           (Fixes #326602; patch by: Sergey Scobich)
13373
13374 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13375
13376         * ext/esd/Makefile.am:
13377           Add $(ESD_CFLAGS), otherwise build will fail for folks
13378           with libesd in a non-standard prefix (#327009).
13379
13380 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13381
13382         * configure.ac:
13383           back to HEAD
13384
13385 === release 0.10.1 ===
13386
13387 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13388
13389         * configure.ac:
13390           releasing 0.10.1, "Li"
13391
13392 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13393
13394           patch by: Wim Taymans
13395
13396         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13397           fix memleak.  Fixes #326618
13398
13399 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13400
13401           patch by: Mike Smith
13402
13403         * gst/level/gstlevel.c: (gst_level_message_new),
13404         (gst_level_message_append_channel):
13405           Fix memleak.  Fixes #326612
13406
13407 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13408
13409         * configure.ac:
13410           prereleasing
13411         * po/af.po:
13412         * po/az.po:
13413         * po/cs.po:
13414         * po/en_GB.po:
13415         * po/hu.po:
13416         * po/it.po:
13417         * po/nb.po:
13418         * po/nl.po:
13419         * po/or.po:
13420         * po/sq.po:
13421         * po/sr.po:
13422         * po/sv.po:
13423         * po/uk.po:
13424         * po/vi.po:
13425           update translations
13426
13427 2006-01-10  Michael Smith  <msmith@fluendo.com>
13428
13429         * gst/level/gstlevel.c: (gst_level_class_init),
13430         (gst_level_dispose):
13431           Don't leak filter arrays.
13432
13433 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13434
13435         reviewed by: Christian Schaller <uraeus@gnome.org>
13436         
13437         * configure.ac:
13438         * gst-plugins-good.spec.in:
13439         * sys/Makefile.am:
13440         * sys/sunaudio/Makefile.am:
13441         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13442         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13443         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13444         (gst_sunaudiomixer_change_state):
13445         * sys/sunaudio/gstsunaudiomixer.h:
13446         * sys/sunaudio/gstsunaudiomixerctrl.c:
13447         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13448         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13449         (gst_sunaudiomixer_ctrl_list_tracks),
13450         (gst_sunaudiomixer_ctrl_get_volume),
13451         (gst_sunaudiomixer_ctrl_set_volume),
13452         (gst_sunaudiomixer_ctrl_set_mute),
13453         (gst_sunaudiomixer_ctrl_set_record):
13454         * sys/sunaudio/gstsunaudiomixerctrl.h:
13455         * sys/sunaudio/gstsunaudiomixertrack.c:
13456         (gst_sunaudiomixer_track_class_init),
13457         (gst_sunaudiomixer_track_init), (fill_labels),
13458         (gst_sunaudiomixer_track_new):
13459         * sys/sunaudio/gstsunaudiomixertrack.h:
13460         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13461         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13462         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13463         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13464         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13465         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13466         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13467         * sys/sunaudio/gstsunaudiosink.h:
13468
13469         Add SunAudio plugin - tested to make sure it doesn't break
13470         the build under GNU/Linux.      
13471
13472 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13473
13474         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13475         * gst-plugins-good/gst/udp/gstudpsrc.c:
13476         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13477         overrides the port or multicast parameters. Fixes bugs #323021.
13478         API addition: adds GstUDPSrc::sockfd property   
13479
13480 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13481
13482         * ext/gconf/Makefile.am:
13483         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13484         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13485         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13486         (do_toggle_element), (cb_toggle_element),
13487         (gst_gconf_audio_src_change_state):
13488         * ext/gconf/gstgconfaudiosrc.h:
13489         * ext/gconf/gstgconfelements.c: (plugin_init):
13490         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13491         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13492         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13493         (do_toggle_element), (cb_toggle_element),
13494         (gst_gconf_video_src_change_state):
13495         * ext/gconf/gstgconfvideosrc.h:
13496           Add new gconfaudiosrc and gconfvideosrc elements
13497           (needed for gnome-sound-recorder).
13498
13499 2006-01-06  Edward Hervey  <edward@fluendo.com>
13500
13501         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13502         Add gst_element_no_more_pads() for proper decodebin behaviour.
13503         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13504         (parse_text_identification_frame), (parse_split_strings):
13505         Failure to decode some tags is not a GST_ERROR() but a
13506         GST_WARNING()
13507         When iterating over a chunk of text, check that we haven't gone too
13508         far.
13509
13510 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13511
13512         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13513         (plugin_init):
13514           call oil_init() when using liboil
13515
13516 2006-01-04  Wim Taymans  <wim@fluendo.com>
13517
13518         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13519         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13520         Fix leaks.
13521
13522 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13523
13524         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13525
13526         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13527         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13528         (gst_flac_dec_change_state):
13529           Don't g_assert() where we should just return FALSE; remove
13530           unnecessary g_assert(); initialize some fields properly in
13531           state change function (fixes #325504). Also, use
13532           GST_DEBUG_OBJECT in two more places.
13533
13534 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13535
13536         * configure.ac:
13537           also remove smoothwave's Makefile.am
13538         * docs/plugins/Makefile.am:
13539           fix plugin docs
13540
13541 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13542
13543         * tests/examples/Makefile.am:
13544           added missing Makefile.am
13545
13546 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13547
13548         * configure.ac:
13549         * gst/level/Makefile.am:
13550         * gst/level/level-example.c:
13551         * tests/Makefile.am:
13552         * tests/examples/level/Makefile.am:
13553         * tests/examples/level/level-example.c: (message_handler), (main):
13554           moved level-example to tests/examples/level-example
13555         * tests/old/examples/level/demo.c: (main):
13556         * tests/old/examples/level/plot.c: (main):
13557           some initial fixes
13558
13559 2005-12-29  Michael Smith  <msmith@fluendo.com>
13560
13561         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13562         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13563         * gst/udp/gstmultiudpsink.h:
13564           Track packets sent per client in addition to bytes sent; provide
13565           this info through get-stats signal
13566
13567 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13568
13569         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13570           Can't use gst_object_unref() on a GstAdapter (#325191).
13571
13572 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13573
13574         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13575         If a broken tag has 0 bytes payload, at least still skip
13576         the 10 byte header
13577
13578 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13579
13580         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13581         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13582         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13583         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13584           Making these depayloaders (H263+ and mpeg4 video) inherit from
13585           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13586
13587 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13588
13589         * docs/plugins/gst-plugins-good-plugins.args:
13590         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13591         Regenerate the plugin hiearchy.
13592
13593 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13594
13595         * docs/plugins/Makefile.am:
13596         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13597         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13598         * docs/plugins/gst-plugins-good-plugins.args:
13599         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13600         (gst_id3demux_base_init), (gst_id3demux_class_init),
13601         (gst_id3demux_chain):
13602         * gst/id3demux/gstid3demux.h:
13603           Add documentation for id3demux.
13604           Don't fail if the first buffer is not at offset 0, just
13605           attempt to typefind and do pass through
13606           Rename the gst_type function from gst_gst_id3demux..
13607
13608 2005-12-20  Michael Smith  <msmith@fluendo.com>
13609
13610         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13611         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13612         (gst_multiudpsink_get_stats):
13613         * gst/udp/gstmultiudpsink.h:
13614           Collect statistics; return them from get_stats.
13615
13616 2005-12-19  Edward Hervey  <edward@fluendo.com>
13617
13618         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13619         Stupid signedness issue...
13620
13621 2005-12-19  Edward Hervey  <edward@fluendo.com>
13622
13623         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13624         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13625         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13626         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13627         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13628         Construct index for indexless files.
13629         Make sure pad/buffers are correctly reset to NULL once we don't need
13630         them anymore, else we get lovely segfaults/assertions.
13631         * gst/wavparse/gstwavparse.c:
13632         Yes, you can have 96KHz audio and wma in wav :(
13633
13634 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13635
13636         * configure.ac:
13637           Check for optional dependency on zlib for id3demux
13638
13639         * gst/id3demux/Makefile.am:
13640         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13641         (gst_id3demux_base_init), (gst_id3demux_class_init),
13642         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13643         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13644         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13645         (gst_id3demux_set_property), (gst_id3demux_get_property),
13646         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13647         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13648         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13649         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13650         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13651         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13652         (simple_find_peek), (simple_find_suggest),
13653         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13654         (plugin_init):
13655         * gst/id3demux/gstid3demux.h:
13656         * gst/id3demux/id3tags.c: (read_synch_uint),
13657         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13658         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13659         (id3demux_id3v2_frames_to_tag_list):
13660         * gst/id3demux/id3tags.h:
13661         * gst/id3demux/id3v2.4.0-frames.txt:
13662         * gst/id3demux/id3v2.4.0-structure.txt:
13663         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13664         (parse_comment_frame), (parse_text_identification_frame),
13665         (id3v2_tag_to_taglist), (parse_split_strings):
13666           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13667           otherwise it discards them. Works on my test files. 
13668
13669         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13670           Don't send EOS to a non-existing srcpad
13671           The debug category can be static
13672
13673 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13674
13675         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13676         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13677         * gst/multipart/multipartdemux.c:
13678           change some char* into char[]
13679
13680 2005-12-16  Wim Taymans  <wim@fluendo.com>
13681
13682         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13683         (gst_wavparse_other), (gst_wavparse_perform_seek),
13684         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13685         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13686         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13687         * gst/wavparse/gstwavparse.h:
13688         Use GstSegment to implement more seeking features.
13689
13690 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         * gst/rtsp/rtspconnection.c:
13693           Add <netinet/in.h> include and move <arpa/inet.h> include
13694           to make things work on OpenBSD as well (fixes #323717;
13695           patch by: Benjamin Pineau)
13696
13697 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13698
13699         * gst/rtp/gstrtpspeexdepay.c:
13700         * gst/rtp/gstrtpspeexpay.c:
13701         Set clock rate to be fixed in 8000. It fixes bug #324012.
13702
13703 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13704
13705         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13706         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13707         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13708         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13709         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13710         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13711         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13712         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13713         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13714         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13715         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13716         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13717         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13718         * gst-plugins-good/gst/rtp/README:
13719         Fixed payload range in payloder caps. Removed payload range completely
13720         from depayloaders as they don't require payload type in their caps.
13721         In effect, there isn't any specific payload type for any given codec,
13722         only suggestions.
13723         Fixes bug #324011.
13724
13725 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13726
13727         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13728         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13729         (gst_videomixer_collected): Code cleanup and re-enabling 
13730         queued time validity check for correct EOS handling.
13731
13732 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13735         (gst_oss_mixer_element_get_property),
13736         (gst_oss_mixer_element_change_state):
13737         Add 'device-name' property and fix state change function.
13738
13739 2005-12-13  Edward Hervey  <edward@fluendo.com>
13740
13741         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13742         If the speed of the file is null in the header, set the frame_time to
13743         the default setting of GST_SECOND / 70. Which is the default
13744         frame_delay for .fli files as stated in this document :
13745         http://www.compuphase.com/flic.htm
13746         Would be nice to have the time conversion done properly too (duration =
13747         flxh->frames * flxdec->frame_time)
13748
13749 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13750
13751         * docs/plugins/Makefile.am:
13752         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13753         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13754         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13755         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13756         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13757         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13758         documentation for videomixer on my way with a funny sample
13759         pipeline.
13760
13761 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13762
13763         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13764         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13765         (gst_videomixer_update_queues), (gst_videomixer_collected):
13766         Fix caps negotiation. (#323896)
13767
13768 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13769
13770         * gst/matroska/matroska-demux.c:
13771         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13772           Set correct timestamps on audio laces, fixes playback of mp3 from
13773                 matroska.
13774
13775 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13776
13777         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13778         (gst_au_parse_class_init), (gst_au_parse_init),
13779         (gst_au_parse_dispose), (gst_au_parse_chain),
13780         (gst_au_parse_change_state), (plugin_init):
13781         * gst/auparse/gstauparse.h:
13782           Use gst_object_unref() for GstObjects instead of
13783           g_object_unref() and fix a mem leak in a debug
13784           statement; while we're at it, also borgify, use
13785           boilerplate macros and clean up a little bit.
13786
13787 2005-12-11  Edward Hervey  <edward@fluendo.com>
13788
13789         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13790         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13791         Added pull mode.
13792
13793 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13794
13795         * gst/goom/gstgoom.c:
13796         * gst/level/level-example.c: (main):
13797         * gst/smoothwave/demo-osssrc.c: (main):
13798           Use audiotestsrc instead of sinesrc (#323798).
13799
13800 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13801
13802         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13803           more debug-func-ptr usage
13804
13805 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13806
13807         * gst/flx/flx_color.c: (flx_colorspace_convert):
13808         * gst/flx/flx_color.h:
13809         * gst/flx/flx_fmt.h:
13810         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13811         * gst/flx/gstflxdec.h:
13812           Now flxdec works on big-endian machines as well.
13813
13814 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13815
13816         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13817         (gst_fenced_buffer_copy):
13818           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13819           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13820           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13821           and use GST_DEBUG_FUNCPTR for pad functions.
13822
13823 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13824
13825         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13826         (gst_flac_dec_class_init), (gst_flac_dec_init),
13827         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13828         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13829         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13830         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13831         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13832         (gst_flac_dec_change_state):
13833         * ext/flac/gstflacdec.h:
13834           Rewrite flacdec a bit, so that even seeking might work now. Most
13835           importantly, don't act upon any flow return values we get, just tell
13836           the decoder everything's dandy and act on the flow return values
13837           later on in the loop function. We don't want to mess up the internal
13838           decoder state for non-fatal things like flushing pads etc. Other
13839           than that, use GstSegment (segment seeks don't work yet though, but
13840           should be easy to add), use boilerplate macros, drop the superfluous
13841           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13842           lots of other things.
13843
13844 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13845
13846         * configure.ac:
13847           Update comment in OSS includes check.
13848
13849         * sys/oss/gstossdmabuffer.c:
13850         * sys/oss/gstosshelper.c:
13851         * sys/oss/gstossmixer.c:
13852         * sys/oss/gstossmixertrack.c:
13853         * sys/oss/gstosssink.c:
13854         * sys/oss/gstosssrc.c:
13855         * sys/oss/oss_probe.c:
13856           Don't assume the OSS soundcard.h include is always in
13857           the sys/ directory. Instead, use the existing defines
13858           from config.h to include the right file. Fixes
13859           compilation on OpenBSD 3.8 (#323718).
13860
13861 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13862
13863         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13864         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13865         * docs/plugins/inspect/plugin-1394.xml:
13866         * docs/plugins/inspect/plugin-aasink.xml:
13867         * docs/plugins/inspect/plugin-alaw.xml:
13868         * docs/plugins/inspect/plugin-alpha.xml:
13869         * docs/plugins/inspect/plugin-alphacolor.xml:
13870         * docs/plugins/inspect/plugin-auparse.xml:
13871         * docs/plugins/inspect/plugin-autodetect.xml:
13872         * docs/plugins/inspect/plugin-avi.xml:
13873         * docs/plugins/inspect/plugin-cacasink.xml:
13874         * docs/plugins/inspect/plugin-cairo.xml:
13875         * docs/plugins/inspect/plugin-cutter.xml:
13876         * docs/plugins/inspect/plugin-debug.xml:
13877         * docs/plugins/inspect/plugin-dv.xml:
13878         * docs/plugins/inspect/plugin-efence.xml:
13879         * docs/plugins/inspect/plugin-effectv.xml:
13880         * docs/plugins/inspect/plugin-esdsink.xml:
13881         * docs/plugins/inspect/plugin-flac.xml:
13882         * docs/plugins/inspect/plugin-flxdec.xml:
13883         * docs/plugins/inspect/plugin-gconfelements.xml:
13884         * docs/plugins/inspect/plugin-goom.xml:
13885         * docs/plugins/inspect/plugin-jpeg.xml:
13886         * docs/plugins/inspect/plugin-level.xml:
13887         * docs/plugins/inspect/plugin-matroska.xml:
13888         * docs/plugins/inspect/plugin-mulaw.xml:
13889         * docs/plugins/inspect/plugin-multipart.xml:
13890         * docs/plugins/inspect/plugin-navigationtest.xml:
13891         * docs/plugins/inspect/plugin-ossaudio.xml:
13892         * docs/plugins/inspect/plugin-png.xml:
13893         * docs/plugins/inspect/plugin-rtp.xml:
13894         * docs/plugins/inspect/plugin-rtsp.xml:
13895         * docs/plugins/inspect/plugin-shout2send.xml:
13896         * docs/plugins/inspect/plugin-smpte.xml:
13897         * docs/plugins/inspect/plugin-speex.xml:
13898         * docs/plugins/inspect/plugin-udp.xml:
13899         * docs/plugins/inspect/plugin-videobox.xml:
13900         * docs/plugins/inspect/plugin-videoflip.xml:
13901         * docs/plugins/inspect/plugin-videomixer.xml:
13902         * docs/plugins/inspect/plugin-wavenc.xml:
13903         * docs/plugins/inspect/plugin-wavparse.xml:
13904         * ext/flac/gstflac.c: (plugin_init):
13905         * ext/flac/gstflacdec.c: (flacdec_get_type),
13906         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13907         (gst_flac_dec_init), (gst_flac_dec_finalize),
13908         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13909         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13910         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13911         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13912         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13913         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13914         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13915         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13916         * ext/flac/gstflacdec.h:
13917         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13918         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13919         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13920         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13921         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13922         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13923         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13924         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13925         (gst_flac_enc_change_state):
13926         * ext/flac/gstflacenc.h:
13927           borgify and fix up documentation
13928
13929 2005-12-09  Michael Smith  <msmith@fluendo.com>
13930
13931         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13932           Accept a wider range of flac files, more closely matching flac spec.
13933
13934 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13935
13936         * docs/plugins/Makefile.am: Add multipart elements.
13937         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13938         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13939         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13940         * gst/multipart/multipartdemux.c:
13941         * gst/multipart/multipartmux.c: Add docs.
13942
13943 2005-12-07  Edward Hervey  <edward@fluendo.com>
13944
13945         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13946         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13947         (gst_avi_demux_invert):
13948         Memleak and crasher fixes.
13949         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13950         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13951         Memleak fixes
13952
13953 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13954
13955         * ext/aalib/gstaasink.h:
13956         * ext/cairo/gsttextoverlay.h:
13957         * ext/dv/gstdvdec.h:
13958         * ext/dv/gstdvdemux.c:
13959         * ext/dv/gstdvdemux.h:
13960         * ext/esd/esdsink.h:
13961         * ext/flac/flac_compat.h:
13962         * ext/flac/gstflacdec.h:
13963         * ext/flac/gstflacenc.h:
13964         * ext/gconf/gconf.h:
13965         * ext/gconf/gstgconfaudiosink.h:
13966         * ext/gconf/gstgconfvideosink.h:
13967         * ext/gdk_pixbuf/gstgdkanimation.h:
13968         * ext/jpeg/gstjpegdec.h:
13969         * ext/jpeg/smokecodec.h:
13970         * ext/jpeg/smokeformat.h:
13971         * ext/ladspa/gstsignalprocessor.h:
13972         * ext/ladspa/search.c: (LADSPAPluginSearch):
13973         * ext/ladspa/utils.h:
13974         * ext/libmng/gstmng.c:
13975         * ext/libmng/gstmngdec.h:
13976         * ext/libmng/gstmngenc.c:
13977         * ext/libmng/gstmngenc.h:
13978         * ext/libpng/gstpng.c:
13979         * ext/libpng/gstpngenc.c:
13980         * ext/libpng/gstpngenc.h:
13981         * ext/shout2/gstshout2.h:
13982         * ext/speex/gstspeexdec.h:
13983         * ext/speex/gstspeexenc.c:
13984         * ext/speex/gstspeexenc.h:
13985         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13986         * gst/autodetect/gstautoaudiosink.h:
13987         * gst/autodetect/gstautovideosink.h:
13988         * gst/avi/gstavidemux.h:
13989         * gst/cutter/gstcutter.c: (gst_cutter_chain),
13990         (gst_cutter_set_property), (gst_cutter_get_caps):
13991         * gst/cutter/gstcutter.h:
13992         * gst/debug/tests.c: (md5_process_block):
13993         * gst/debug/tests.h:
13994         * gst/effectv/gstwarp.c:
13995         * gst/flx/flx_fmt.h:
13996         * gst/flx/gstflxdec.h:
13997         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
13998         (zoomFilterFastRGB):
13999         * gst/goom/filters.h:
14000         * gst/goom/goom_tools.h:
14001         * gst/law/alaw-encode.c:
14002         * gst/level/gstlevel.c:
14003         * gst/level/gstlevel.h:
14004         * gst/matroska/ebml-write.h:
14005         * gst/matroska/matroska-demux.h:
14006         * gst/matroska/matroska-ids.h:
14007         * gst/matroska/matroska-mux.h:
14008         * gst/monoscope/convolve.c: (convolve_match):
14009         * gst/monoscope/convolve.h:
14010         * gst/multipart/multipartmux.c:
14011         * gst/oldcore/gstaggregator.c:
14012         * gst/oldcore/gstaggregator.h:
14013         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14014         * gst/oldcore/gstmd5sink.h:
14015         * gst/oldcore/gstmultifilesrc.c:
14016         * gst/oldcore/gstmultifilesrc.h:
14017         * gst/oldcore/gstpipefilter.h:
14018         * gst/oldcore/gstshaper.h:
14019         * gst/rtp/gstrtpL16depay.h:
14020         * gst/rtp/gstrtpL16pay.h:
14021         * gst/rtp/gstrtpdepay.h:
14022         * gst/rtp/gstrtpmp4vpay.c:
14023         * gst/rtp/gstrtpmp4vpay.h:
14024         * gst/rtsp/gstrtspsrc.c:
14025         * gst/rtsp/gstrtspsrc.h:
14026         * gst/rtsp/rtspconnection.h:
14027         * gst/rtsp/rtspdefs.h:
14028         * gst/rtsp/rtspmessage.h:
14029         * gst/rtsp/rtsptransport.h:
14030         * gst/rtsp/rtspurl.c:
14031         * gst/rtsp/rtspurl.h:
14032         * gst/rtsp/sdpmessage.c:
14033         * gst/rtsp/sdpmessage.h:
14034         * gst/smpte/barboxwipes.c:
14035         * gst/smpte/gstmask.h:
14036         * gst/smpte/gstsmpte.h:
14037         * gst/smpte/paint.c:
14038         * gst/smpte/paint.h:
14039         * gst/udp/gstdynudpsink.h:
14040         * gst/udp/gstmultiudpsink.h:
14041         * gst/udp/gstudpsink.c:
14042         * gst/udp/gstudpsink.h:
14043         * gst/udp/gstudpsrc.c:
14044         * gst/videomixer/videomixer.c:
14045         * gst/wavenc/riff.h:
14046         * gst/wavparse/gstwavparse.h:
14047         * sys/oss/gstossdmabuffer.h:
14048         * sys/oss/gstossmixer.h:
14049         * sys/oss/gstossmixerelement.h:
14050         * sys/oss/gstossmixertrack.h:
14051         * sys/oss/gstosssink.c:
14052         * sys/oss/gstosssink.h:
14053         * sys/oss/gstosssrc.c:
14054         * sys/oss/gstosssrc.h:
14055         * sys/osxaudio/gstosxaudioelement.h:
14056         * sys/osxaudio/gstosxaudiosink.h:
14057         * sys/osxaudio/gstosxaudiosrc.h:
14058           expand tabs
14059
14060 === release 0.10.0 ===
14061
14062 2005-12-05   <thomas (at) apestaart (dot) org>
14063
14064         * configure.ac:
14065           releasing 0.10.0, "Abondance"
14066
14067 2005-12-05  Andy Wingo  <wingo@pobox.com>
14068
14069         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14070         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14071         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14072         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14073         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14074         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14075         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14076         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14077         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14078         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14079         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14080         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14081         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14082         * gst/goom/gstgoom.c: (gst_goom_chain):
14083         * gst/matroska/matroska-demux.c:
14084         (gst_matroska_demux_push_vorbis_codec_priv_data),
14085         (gst_matroska_demux_add_wvpk_header):
14086         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14087         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14088         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14089         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14090         alloc_buffer changes.
14091
14092 2005-12-05  Michael Smith  <msmith@fluendo.com>
14093
14094         * docs/plugins/gst-plugins-good-plugins.args:
14095           Remove args for plugins that aren't in -good.
14096
14097 === release 0.9.7 ===
14098
14099 2005-12-01   <thomas (at) apestaart (dot) org>
14100
14101         * configure.ac:
14102           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14103
14104 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14105
14106         * docs/plugins/.cvsignore:
14107         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14108         * docs/plugins/inspect/plugin-multipart.xml:
14109         * docs/plugins/inspect/plugin-rtp.xml:
14110           add multipart plugin to docs
14111
14112 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14113
14114         * configure.ac:
14115         * ext/Makefile.am:
14116         * ext/pango/Makefile.am:
14117         * ext/pango/gstclockoverlay.c:
14118         * ext/pango/gstclockoverlay.h:
14119         * ext/pango/gsttextoverlay.c:
14120         * ext/pango/gsttextoverlay.h:
14121         * ext/pango/gsttextrender.c:
14122         * ext/pango/gsttextrender.h:
14123         * ext/pango/gsttimeoverlay.c:
14124         * ext/pango/gsttimeoverlay.h:
14125           move pango to base
14126
14127 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14128
14129         * gst/rtp/Makefile.am:
14130         * gst/rtp/gstrtpL16depay.c:
14131         * gst/rtp/gstrtpL16depay.h:
14132         * gst/rtp/gstrtpL16parse.c:
14133         * gst/rtp/gstrtpL16parse.h:
14134         * gst/rtp/gstrtpgsmdepay.c:
14135         * gst/rtp/gstrtpgsmdepay.h:
14136         * gst/rtp/gstrtpgsmparse.c:
14137         * gst/rtp/gstrtpgsmparse.h:
14138           parsers are depayers
14139
14140 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14141
14142         * gst/rtp/Makefile.am:
14143         * gst/rtp/gstasteriskh263.c:
14144         * gst/rtp/gstrtp.c:
14145         * gst/rtp/gstrtpL16enc.c:
14146         * gst/rtp/gstrtpL16enc.h:
14147         * gst/rtp/gstrtpL16parse.c:
14148         * gst/rtp/gstrtpL16parse.h:
14149         * gst/rtp/gstrtpL16pay.c:
14150         * gst/rtp/gstrtpL16pay.h:
14151         * gst/rtp/gstrtpamrdec.c:
14152         * gst/rtp/gstrtpamrdec.h:
14153         * gst/rtp/gstrtpamrdepay.c:
14154         * gst/rtp/gstrtpamrdepay.h:
14155         * gst/rtp/gstrtpamrenc.c:
14156         * gst/rtp/gstrtpamrenc.h:
14157         * gst/rtp/gstrtpamrpay.c:
14158         * gst/rtp/gstrtpamrpay.h:
14159         * gst/rtp/gstrtpdec.c:
14160         * gst/rtp/gstrtpdec.h:
14161         * gst/rtp/gstrtpdepay.c:
14162         * gst/rtp/gstrtpdepay.h:
14163         * gst/rtp/gstrtpg711dec.c:
14164         * gst/rtp/gstrtpg711dec.h:
14165         * gst/rtp/gstrtpg711depay.c:
14166         * gst/rtp/gstrtpg711depay.h:
14167         * gst/rtp/gstrtpg711enc.c:
14168         * gst/rtp/gstrtpg711enc.h:
14169         * gst/rtp/gstrtpg711pay.c:
14170         * gst/rtp/gstrtpg711pay.h:
14171         * gst/rtp/gstrtpgsmenc.c:
14172         * gst/rtp/gstrtpgsmenc.h:
14173         * gst/rtp/gstrtpgsmparse.c:
14174         * gst/rtp/gstrtpgsmparse.h:
14175         * gst/rtp/gstrtpgsmpay.c:
14176         * gst/rtp/gstrtpgsmpay.h:
14177         * gst/rtp/gstrtph263enc.c:
14178         * gst/rtp/gstrtph263enc.h:
14179         * gst/rtp/gstrtph263pay.c:
14180         * gst/rtp/gstrtph263pay.h:
14181         * gst/rtp/gstrtph263pdec.c:
14182         * gst/rtp/gstrtph263pdec.h:
14183         * gst/rtp/gstrtph263pdepay.c:
14184         * gst/rtp/gstrtph263pdepay.h:
14185         * gst/rtp/gstrtph263penc.c:
14186         * gst/rtp/gstrtph263penc.h:
14187         * gst/rtp/gstrtph263ppay.c:
14188         * gst/rtp/gstrtph263ppay.h:
14189         * gst/rtp/gstrtpmp4vdec.c:
14190         * gst/rtp/gstrtpmp4vdec.h:
14191         * gst/rtp/gstrtpmp4vdepay.c:
14192         * gst/rtp/gstrtpmp4vdepay.h:
14193         * gst/rtp/gstrtpmp4venc.c:
14194         * gst/rtp/gstrtpmp4venc.h:
14195         * gst/rtp/gstrtpmp4vpay.c:
14196         * gst/rtp/gstrtpmp4vpay.h:
14197         * gst/rtp/gstrtpmpadec.c:
14198         * gst/rtp/gstrtpmpadec.h:
14199         * gst/rtp/gstrtpmpadepay.c:
14200         * gst/rtp/gstrtpmpadepay.h:
14201         * gst/rtp/gstrtpmpaenc.c:
14202         * gst/rtp/gstrtpmpaenc.h:
14203         * gst/rtp/gstrtpmpapay.c:
14204         * gst/rtp/gstrtpmpapay.h:
14205         * gst/rtp/gstrtpspeexdec.c:
14206         * gst/rtp/gstrtpspeexdec.h:
14207         * gst/rtp/gstrtpspeexdepay.c:
14208         * gst/rtp/gstrtpspeexdepay.h:
14209         * gst/rtp/gstrtpspeexenc.c:
14210         * gst/rtp/gstrtpspeexenc.h:
14211         * gst/rtp/gstrtpspeexpay.c:
14212         * gst/rtp/gstrtpspeexpay.h:
14213           Do burger's rename for rtp payloaders and depayloaders
14214
14215 2005-11-30  Wim Taymans  <wim@fluendo.com>
14216
14217         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14218         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14219         * ext/dv/gstdvdemux.h:
14220         Fix seeking in dvdemux again, add some more debug info.
14221
14222 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14223
14224         * configure.ac:
14225           fix tests
14226
14227 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14228
14229         * PORTED_09:
14230         * docs/random/PORTED_09:
14231           move
14232         * tests/Makefile.am:
14233           add
14234         * win32/gst.sln:
14235           remove
14236
14237 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14238
14239         * Makefile.am:
14240         * check/.cvsignore:
14241         * check/Makefile.am:
14242         * check/elements/.cvsignore:
14243         * check/elements/level.c:
14244         * check/elements/matroskamux.c:
14245         * configure.ac:
14246         * examples/Makefile.am:
14247         * examples/capsfilter/Makefile.am:
14248         * examples/capsfilter/capsfilter1.c:
14249         * examples/gob/Makefile.am:
14250         * examples/gob/gst-identity2.gob:
14251         * examples/gstplay/.cvsignore:
14252         * examples/gstplay/Makefile.am:
14253         * examples/gstplay/player.c:
14254         * examples/indexing/.cvsignore:
14255         * examples/indexing/Makefile.am:
14256         * examples/indexing/indexmpeg.c:
14257         * examples/level/Makefile.am:
14258         * examples/level/README:
14259         * examples/level/demo.c:
14260         * examples/level/plot.c:
14261         * examples/stats/Makefile.am:
14262         * examples/stats/mp2ogg.c:
14263         * examples/switch/.cvsignore:
14264         * examples/switch/Makefile.am:
14265         * examples/switch/switcher.c:
14266           move under tests/
14267
14268 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14269
14270         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14271         (gst_text_render_class_init), (resize_bitmap),
14272         (gst_text_render_render_text), (gst_text_render_setcaps),
14273         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14274         (gst_text_render_chain), (gst_text_render_finalize),
14275         (gst_text_render_init), (gst_text_render_set_property):
14276         * ext/pango/gsttextrender.h:
14277           Add missing files.
14278
14279 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14280
14281         * configure.ac:
14282         * ext/Makefile.am:
14283         * ext/pango/Makefile.am:
14284         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14285         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14286         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14287         * ext/pango/gstclockoverlay.h:
14288         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14289         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14290         (gst_text_overlay_finalize), (gst_text_overlay_init),
14291         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14292         (gst_text_overlay_text_pad_linked),
14293         (gst_text_overlay_text_pad_unlinked),
14294         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14295         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14296         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14297         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14298         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14299         (gst_text_overlay_change_state), (plugin_init):
14300         * ext/pango/gsttextoverlay.h:
14301         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14302         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14303         (gst_time_overlay_class_init), (gst_time_overlay_init):
14304         * ext/pango/gsttimeoverlay.h:
14305           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14306           and add background shading and text wrapping modes. Make 
14307           timoverlay derive from textoverlay. Also add new clockoverlay
14308           element.
14309
14310 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14311
14312         * gst/udp/Makefile.am: Moved to netbuffer.
14313
14314 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14315
14316         * configure.ac:
14317         * PORTED_O9:
14318         * gst/multipart/Makefile.am:
14319         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14320         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14321         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14322         (gst_multipart_demux_change_state),
14323         (gst_multipart_demux_plugin_init):
14324         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14325         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14326         (gst_multipart_mux_sinkconnect),
14327         (gst_multipart_mux_request_new_pad),
14328         (gst_multipart_mux_handle_src_event),
14329         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14330         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14331         0.9.
14332
14333 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14334
14335         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14336         * gst/debug/gstnavigationtest.h:
14337         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14338         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14339         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14340         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14341         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14342         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14343         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14344         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14345         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14346         (gst_video_flip_get_type):
14347         * gst/videofilter/gstvideoflip.h:
14348           update for symbols change
14349
14350 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14351
14352         * gst/udp/gstdynudpsink.c:
14353         * gst/udp/gstudpsrc.c:
14354           the old gstnet lib was renamed gstnetbuffer (#322257)
14355
14356 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14357
14358         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14359         (gst_text_overlay_collected):
14360           Actually render the text from the text pad.
14361
14362 2005-11-29  Edward Hervey  <edward@fluendo.com>
14363
14364         * gst/debug/gstnavseek.c: (gst_navseek_event):
14365         * gst/debug/progressreport.c: (gst_progress_report_event):
14366         Update for GstBaseTransform event virtual method
14367
14368 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14369
14370         * ext/cairo/Makefile.am:
14371           no need to link to videofilter
14372
14373 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14374
14375         * gst/debug/Makefile.am:
14376         * gst/debug/gstnavigationtest.h:
14377         * gst/effectv/Makefile.am:
14378         * gst/effectv/gstaging.c:
14379         * gst/effectv/gstdice.c:
14380         * gst/effectv/gstedge.c:
14381         * gst/effectv/gstquark.c:
14382         * gst/effectv/gstrev.c:
14383         * gst/effectv/gstshagadelic.c:
14384         * gst/effectv/gstvertigo.c:
14385         * gst/effectv/gstwarp.c:
14386         * gst/videofilter/Makefile.am:
14387         * gst/videofilter/gstvideofilter.c:
14388         * gst/videofilter/gstvideofilter.h:
14389         * gst/videofilter/gstvideoflip.h:
14390           remove the videofilter library and link to the one in base
14391
14392 2005-11-28  Edward Hervey  <edward@fluendo.com>
14393
14394         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14395         Useless check now we're setting the current entry correctly.
14396
14397 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14398
14399         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14400         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14401         (gst_jpegenc_change_state):
14402           Don't leak input buffer in chain function (fixes #322667); make 
14403           state change function thread-safe; don't repeat the current function
14404           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14405           gst_pad_alloc_buffer(); misc. minor cleanups.
14406
14407 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14408
14409         * gst/matroska/matroska-mux.c:
14410         (gst_matroska_mux_video_pad_setcaps):
14411         Look for pixel-aspect-ratio in caps, not pixel_width and
14412         pixel_height (Fixes: #322645)
14413
14414 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14415
14416         * gst/matroska/matroska-mux.c:
14417         (gst_matroska_mux_video_pad_setcaps):
14418         From Michal Benes:
14419         frame duration should be GST_SECOND / framerate, not
14420         GST_SECOND * framerate. (Fixes: #322643)
14421
14422 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14423
14424         * configure.ac:
14425           fix up GST_PLUGIN_LDFLAGS
14426         * gst/rtsp/rtspconnection.c:
14427           fix includes (see #317043)
14428         * gst/videofilter/Makefile.am:
14429           stop installing this library
14430
14431 2005-11-26  Edward Hervey  <edward@fluendo.com>
14432
14433         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14434         Handle the case where the incoming Video dv stream doesn't have
14435         a pixel aspect ratio set.
14436
14437 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14438
14439         * docs/plugins/Makefile.am:
14440         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14441         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14442         * ext/flac/gstflacdec.c:
14443           document flacdec
14444
14445 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14446
14447         * docs/plugins/Makefile.am:
14448         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14450         * docs/plugins/inspect/plugin-autodetect.xml:
14451         * ext/cairo/gstcairo.c: (plugin_init):
14452         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14453         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14454         (gst_text_overlay_init), (gst_text_overlay_font_init),
14455         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14456         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14457         (gst_text_overlay_text_pad_linked),
14458         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14459         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14460         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14461         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14462         (gst_text_overlay_change_state):
14463         * ext/cairo/gsttextoverlay.h:
14464         * ext/cairo/gsttimeoverlay.c:
14465         (gst_cairo_time_overlay_update_font_height),
14466         (gst_cairo_time_overlay_set_caps),
14467         (gst_cairo_time_overlay_get_unit_size),
14468         (gst_cairo_time_overlay_print_smpte_time),
14469         (gst_cairo_time_overlay_transform),
14470         (gst_cairo_time_overlay_base_init),
14471         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14472         (gst_cairo_time_overlay_get_type):
14473         * ext/cairo/gsttimeoverlay.h:
14474           do some name borgifying
14475           document
14476
14477 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14478
14479         * docs/plugins/Makefile.am:
14480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14482         * gst/autodetect/gstautoaudiosink.c:
14483         (gst_auto_audio_sink_base_init):
14484         * gst/autodetect/gstautovideosink.c:
14485         (gst_auto_video_sink_base_init),
14486         (gst_auto_video_sink_factory_filter):
14487           documenting auto*sink
14488           using strstr for the video sink lookup, class field is not ordered
14489         * docs/plugins/inspect/plugin-1394.xml:
14490         * docs/plugins/inspect/plugin-aasink.xml:
14491         * docs/plugins/inspect/plugin-alaw.xml:
14492         * docs/plugins/inspect/plugin-alpha.xml:
14493         * docs/plugins/inspect/plugin-alphacolor.xml:
14494         * docs/plugins/inspect/plugin-auparse.xml:
14495         * docs/plugins/inspect/plugin-autodetect.xml:
14496         * docs/plugins/inspect/plugin-avi.xml:
14497         * docs/plugins/inspect/plugin-cacasink.xml:
14498         * docs/plugins/inspect/plugin-cairo.xml:
14499         * docs/plugins/inspect/plugin-cutter.xml:
14500         * docs/plugins/inspect/plugin-debug.xml:
14501         * docs/plugins/inspect/plugin-dv.xml:
14502         * docs/plugins/inspect/plugin-efence.xml:
14503         * docs/plugins/inspect/plugin-effectv.xml:
14504         * docs/plugins/inspect/plugin-esdsink.xml:
14505         * docs/plugins/inspect/plugin-flac.xml:
14506         * docs/plugins/inspect/plugin-flxdec.xml:
14507         * docs/plugins/inspect/plugin-gconfelements.xml:
14508         * docs/plugins/inspect/plugin-goom.xml:
14509         * docs/plugins/inspect/plugin-jpeg.xml:
14510         * docs/plugins/inspect/plugin-level.xml:
14511         * docs/plugins/inspect/plugin-matroska.xml:
14512         * docs/plugins/inspect/plugin-mulaw.xml:
14513         * docs/plugins/inspect/plugin-navigationtest.xml:
14514         * docs/plugins/inspect/plugin-ossaudio.xml:
14515         * docs/plugins/inspect/plugin-png.xml:
14516         * docs/plugins/inspect/plugin-rtp.xml:
14517         * docs/plugins/inspect/plugin-rtsp.xml:
14518         * docs/plugins/inspect/plugin-shout2send.xml:
14519         * docs/plugins/inspect/plugin-smpte.xml:
14520         * docs/plugins/inspect/plugin-speex.xml:
14521         * docs/plugins/inspect/plugin-udp.xml:
14522         * docs/plugins/inspect/plugin-videobox.xml:
14523         * docs/plugins/inspect/plugin-videoflip.xml:
14524         * docs/plugins/inspect/plugin-videomixer.xml:
14525         * docs/plugins/inspect/plugin-wavenc.xml:
14526         * docs/plugins/inspect/plugin-wavparse.xml:
14527           update for HEAD version
14528
14529 2005-11-25  Michael Smith  <msmith@fluendo.com>
14530
14531         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14532           Patch from Sebastien Cote to close control sockets in udpsrc.
14533
14534 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14535
14536         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14537         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14538         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14539         (gst_quarktv_base_init), (gst_quarktv_class_init),
14540         (gst_quarktv_init): Flush the planes list on reverse caps
14541         negotiation. This was crashing because of differently sized
14542         buffers.
14543
14544 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14545
14546         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14547         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14548         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14549         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14550         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14551         (gst_videoflip_set_property), (gst_videoflip_base_init),
14552         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14553         correctly, fix identity flipping, convert navigation event 
14554         correctly again.
14555
14556 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14557
14558         * configure.ac: back to HEAD
14559
14560 === release 0.9.6 ===
14561
14562 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14563
14564         * configure.ac:
14565           releasing 0.9.6, "Everything's Not Lost"
14566
14567 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14568
14569         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14570         Oops, initialise the framerate GValue
14571
14572 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14573
14574         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14575         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14576         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14577         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14578         (gst_timeoverlay_get_type):
14579         * ext/cairo/gsttimeoverlay.h:
14580         * gst/debug/Makefile.am:
14581         * gst/debug/gstnavigationtest.c:
14582         (gst_navigationtest_handle_src_event),
14583         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14584         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14585         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14586         (gst_navigationtest_init), (gst_navigationtest_get_type),
14587         (plugin_init):
14588         * gst/debug/gstnavigationtest.h:
14589         * gst/effectv/Makefile.am:
14590         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14591         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14592         (gst_agingtv_base_init), (gst_agingtv_class_init),
14593         (gst_agingtv_init), (gst_agingtv_get_type):
14594         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14595         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14596         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14597         (gst_dicetv_get_type):
14598         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14599         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14600         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14601         (gst_edgetv_get_type):
14602         * gst/effectv/gsteffectv.c:
14603         * gst/effectv/gsteffectv.h:
14604         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14605         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14606         (gst_quarktv_change_state), (gst_quarktv_base_init),
14607         (gst_quarktv_class_init), (gst_quarktv_init),
14608         (gst_quarktv_get_type):
14609         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14610         (gst_revtv_get_unit_size), (gst_revtv_transform),
14611         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14612         (gst_revtv_get_type):
14613         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14614         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14615         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14616         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14617         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14618         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14619         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14620         (gst_vertigotv_init), (gst_vertigotv_get_type):
14621         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14622         (gst_warptv_get_unit_size), (gst_warptv_transform),
14623         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14624         (gst_warptv_get_type):
14625         * gst/videofilter/Makefile.am:
14626         * gst/videofilter/gstvideobalance.c:
14627         * gst/videofilter/gstvideobalance.h:
14628         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14629         (gst_videofilter_class_init), (gst_videofilter_init):
14630         * gst/videofilter/gstvideofilter.h:
14631         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14632         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14633         (gst_videoflip_flip), (gst_videoflip_transform),
14634         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14635         (gst_videoflip_base_init), (gst_videoflip_class_init),
14636         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14637         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14638         BaseTransform, it's just a place holder for now and every video
14639         effect plugin has been ported to use BaseTransform features 
14640         directly. QuarkTV was fixed too (was broken), navigationtest works
14641         and best for the end, videoflip converts navigation events depending
14642         on flip method ! Fixes #320953
14643
14644 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14645
14646         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14647         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14648         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14649         (gst_goom_src_negotiate), (gst_goom_chain):
14650         * gst/matroska/matroska-mux.c:
14651         (gst_matroska_mux_video_pad_setcaps):
14652         * sys/osxvideo/osxvideosink.m:
14653           Fixes for API changes
14654
14655 2005-11-23  Michael Smith <msmith@fluendo.com>
14656
14657         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14658         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14659         * ext/jpeg/gstjpegdec.h:
14660         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14661         * ext/jpeg/gstjpegenc.h:
14662         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14663         (gst_smokeenc_resync):
14664         * ext/jpeg/gstsmokeenc.h:
14665           JPEG fractiony goodness.
14666
14667 2005-11-22  Michael Smith <msmith@fluendo.com>
14668
14669         * gst/goom/filters.c:
14670         * gst/goom/graphic.h:
14671           Fix compilation by making some functions static inline instead of
14672           extern inline, matching the way they're used.
14673
14674 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14675
14676         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14677         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14678         * ext/cairo/gsttextoverlay.h:
14679         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14680         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14681         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14682         (gst_pngdec_caps_create_and_set):
14683         * ext/libpng/gstpngdec.h:
14684         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14685         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14686         * gst/avi/gstavimux.c: (gst_avimux_init),
14687         (gst_avimux_vidsinkconnect):
14688         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14689         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14690         (gst_goom_src_negotiate), (gst_goom_chain):
14691         * gst/goom/gstgoom.h:
14692         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14693         * gst/matroska/matroska-mux.c:
14694         (gst_matroska_mux_video_pad_setcaps):
14695         * sys/osxvideo/osxvideosink.h:
14696         * sys/osxvideo/osxvideosink.m:
14697           More fractional framerate conversions 
14698
14699 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14700
14701         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14702         * gst/debug/gstnavigationtest.c:
14703         (gst_navigationtest_handle_src_event):
14704         * gst/videofilter/gstvideofilter.c:
14705         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14706         (gst_videofilter_init):
14707         * gst/videofilter/gstvideofilter.h:
14708           Convert to fractional framerates.
14709
14710 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14711
14712         * ext/aalib/gstaasink.c:
14713         * ext/dv/gstdvdec.c:
14714         * ext/esd/esdmon.c:
14715         * ext/flac/gstflacenc.c:
14716         * ext/gdk_pixbuf/pixbufscale.c:
14717         * ext/libcaca/gstcacasink.c:
14718         * ext/shout2/gstshout2.c:
14719         * gst/alpha/gstalpha.c:
14720         * gst/oldcore/gstaggregator.c:
14721         * gst/oldcore/gstshaper.c:
14722         * gst/smpte/barboxwipes.c:
14723         * gst/smpte/gstsmpte.c:
14724         * gst/videobox/gstvideobox.c:
14725         * gst/videofilter/gstvideoflip.c:
14726         * gst/videomixer/videomixer.c:
14727           fix up more enums
14728
14729 2005-11-22  Michael Smith <msmith@fluendo.com>
14730
14731         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14732         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14733         (gst_videomixer_update_queues):
14734           Fractional framerates, videomixer.
14735
14736 2005-11-22  Michael Smith <msmith@fluendo.com>
14737
14738         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14739         * ext/dv/gstdvdec.h:
14740         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14741         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14742         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14743         (gst_dvdemux_flush):
14744         * ext/dv/gstdvdemux.h:
14745           Fractional framerates for DV. 
14746
14747 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14748
14749         * gst/autodetect/gstautoaudiosink.c:
14750         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14751         * gst/autodetect/gstautovideosink.c:
14752         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14753           Use gst_plugin_feature_list_free() to free feature list and
14754           in the case of autovideosink free the list at all. Also
14755           miscellaneous cosmetic fixes.
14756
14757 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14758
14759         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14760         (gst_cutter_set_property), (gst_cutter_get_caps):
14761           copy calculation code from level; remove use of some audio
14762           functions
14763
14764 2005-11-22  Andy Wingo  <wingo@pobox.com>
14765
14766         * Update for gst_tag_setter API changes.
14767
14768 2005-11-22  Andy Wingo  <wingo@pobox.com>
14769
14770         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14771         (gst_dvdemux_demux_frame)
14772         * ext/flac/gstflacdec.c (gst_flacdec_write)
14773         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14774         (gst_flacenc_sink_event)
14775         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14776         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14777         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14778         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14779         * gst/auparse/gstauparse.c (gst_auparse_chain)
14780         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14781         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14782         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14783         (gst_avi_demux_handle_seek)
14784         * gst/goom/gstgoom.c (gst_goom_event)
14785         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14786         * gst/matroska/matroska-demux.c
14787         (gst_matroska_demux_handle_seek_event)
14788         (gst_matroska_demux_loop_stream_parse_id)
14789         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14790         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14791         (gst_wavparse_stream_headers): Run update-funcnames.
14792
14793 2005-11-22  Edward Hervey  <edward@fluendo.com>
14794
14795         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14796         (gst_dv1394src_init), (gst_dv1394src_dispose),
14797         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14798         (gst_dv1394src_uri_set_uri):
14799         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14800         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14801         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14802         URIHandler interface and element properties are now properly
14803         synchronized for DV1394src and UDPSrc
14804
14805 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         * ext/flac/Makefile.am:
14808         * ext/speex/Makefile.am:
14809           libgsttagedit has been renamed to libgsttag.
14810
14811 2005-11-21  Wim Taymans  <wim@fluendo.com>
14812
14813         * gst/rtsp/rtspconnection.c: (read_body):
14814         Apply patch from Sebastien Cote to fix #319184.
14815
14816 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14817
14818         * configure.ac:
14819         * gst/cutter/Makefile.am:
14820         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14821         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14822         (gst_cutter_set_property), (gst_cutter_get_property),
14823         (plugin_init), (gst_cutter_get_caps):
14824           port cutter
14825         * gst/level/gstlevel.c:
14826           fix up plugin details
14827
14828 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14831         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14832         (gst_flacdec_src_event):
14833         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14834         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14835         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14836         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14837         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14838         (gst_flxdec_sink_event_handler):
14839         * gst/matroska/matroska-demux.c:
14840         (gst_matroska_demux_handle_seek_event):
14841         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14842           Update for stream lock API changes: don't take stream log
14843           in sink event handlers any longer and change GST_STREAM_LOCK
14844           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14845           functions.
14846
14847 2005-11-21  Michael Smith <msmith@fluendo.com>
14848
14849         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14850           gst_object_unref, not g_object_unref
14851
14852 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14853
14854         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14855         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14856           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14857
14858 2005-11-21  Michael Smith <msmith@fluendo.com>
14859
14860         * gst/auparse/Makefile.am:
14861         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14862         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14863         (gst_auparse_change_state):
14864         * gst/auparse/gstauparse.h:
14865           Partially fix #161712. playbin still doesn't work on these files,
14866           (on the bug report, Andy says we aren't typefinding it for some
14867           reason?) but at least auparse isn't totally busted like it was before.
14868
14869 2005-11-21  Andy Wingo  <wingo@pobox.com>
14870
14871         * *.h:
14872         * *.c: Ran scripts/update-macros. Oh yes.
14873
14874 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14875
14876         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14877           Filler events are gone for now, comment out section generating
14878           them.
14879
14880 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14881
14882         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14883         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14884         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14885         * sys/osxvideo/osxvideosink.m:
14886           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14887           (#322027)
14888
14889 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14890
14891         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14892         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14893         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14894         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14895         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14896         (gst_avi_demux_stream_data):
14897         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14898         * gst/wavenc/gstwavenc.c: (write_metadata):
14899         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14900         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14901         Fixes for GST_FOURCC_FORMAT API change.
14902
14903 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14904
14905         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14906         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14907         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14908         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14909         (gst_text_overlay_change_state):
14910         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14911         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14912         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14913         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14914         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14915         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14916         (gst_videomixer_change_state):
14917           Fix for collect pads API change. Also fix textoverlay state
14918           change function.
14919
14920 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14921
14922         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14923         GST_PAD_IS_USABLE by something approaching it.
14924
14925 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14926
14927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14928         API changes.
14929         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14930         but also fix the code that was not checking return values from
14931         pad_push neither using pad_alloc_buffer.
14932
14933 2005-11-18  Edward Hervey  <edward@fluendo.com>
14934
14935         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14936         (gst_pngenc_chain):
14937         Added debug category
14938         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14939         goes to EOS.
14940
14941 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14942
14943         * gst/rtp/Makefile.am
14944         * gst/rtp/gstrtp.c
14945         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14946         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14947         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14948         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14949         * gst/rtp/gstrtpg711enc.h:
14950         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14951         * gst/rtp/gstrtpspeexenc.c:
14952         * gst/rtp/gstrtpspeexenc.h:
14953         * gst/rtp/gstrtpspeexdec.c:
14954         * gst/rtp/gstrtpspeexdec.h:
14955         Created Speex payloader and depayloader; Optimize G711 payloader to
14956         use adapter and send packets until MTU size.
14957
14958 2005-11-16  Wim Taymans  <wim@fluendo.com>
14959
14960         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14961         Fix leak in check.
14962
14963 2005-11-16  Wim Taymans  <wim@fluendo.com>
14964
14965         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14966         Fix state change.
14967
14968 2005-11-16  Andy Wingo  <wingo@pobox.com>
14969
14970         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14971         (gst_udpsrc_create): Move comment.
14972
14973 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14974
14975         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14976
14977         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
14978           When seeking, seek to closest index entry at or before the requested
14979           seek position, not just the closest one (#321001).
14980
14981 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
14982
14983         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
14984         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
14985           Invert DIB images again (see #132341).
14986
14987 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14988
14989         * configure.ac:
14990           rework configure.ac file
14991         * ext/aalib/gstaasink.c:
14992         * ext/cairo/gstcairo.c:
14993         * ext/dv/gstdv.c:
14994         * ext/esd/gstesd.c:
14995         * ext/flac/gstflac.c:
14996         * ext/gconf/gstgconfelements.c:
14997         * ext/gdk_pixbuf/gstgdkpixbuf.c:
14998         * ext/jpeg/gstjpeg.c:
14999         * ext/ladspa/gstladspa.c:
15000         * ext/libcaca/gstcacasink.c:
15001         * ext/libmng/gstmng.c:
15002         * ext/libpng/gstpng.c:
15003         * ext/mikmod/gstmikmod.c:
15004         * ext/pango/gsttextoverlay.c:
15005         * ext/pango/gsttimeoverlay.c:
15006         * ext/raw1394/gst1394.c:
15007         * ext/speex/gstspeex.c:
15008         * gst/alpha/Makefile.am:
15009         * gst/alpha/gstalpha.c:
15010         * gst/alpha/gstalphacolor.c:
15011         * gst/auparse/gstauparse.c:
15012         * gst/autodetect/gstautoaudiosink.c:
15013         (gst_auto_audio_sink_factory_filter),
15014         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15015         * gst/autodetect/gstautodetect.c:
15016         * gst/avi/gstavi.c:
15017         * gst/cutter/gstcutter.c:
15018         * gst/debug/efence.c:
15019         * gst/debug/gstdebug.c:
15020         * gst/debug/gstnavigationtest.c:
15021         * gst/effectv/gsteffectv.c:
15022         * gst/flx/gstflxdec.c:
15023         * gst/goom/gstgoom.c:
15024         * gst/interleave/plugin.c:
15025         * gst/law/alaw.c:
15026         * gst/law/mulaw.c:
15027         * gst/level/gstlevel.c:
15028         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15029         * gst/matroska/matroska.c:
15030         * gst/median/gstmedian.c:
15031         * gst/monoscope/gstmonoscope.c:
15032         * gst/multipart/multipart.c:
15033         * gst/oldcore/gstelements.c:
15034         * gst/rtp/gstrtp.c:
15035         * gst/rtsp/gstrtsp.c:
15036         * gst/smoothwave/gstsmoothwave.c:
15037         * gst/smpte/gstsmpte.c:
15038         * gst/udp/gstudp.c:
15039         * gst/videobox/gstvideobox.c:
15040         * gst/videofilter/gstgamma.c:
15041         * gst/videofilter/gstvideobalance.c:
15042         * gst/videofilter/gstvideoflip.c:
15043         * gst/videofilter/gstvideotemplate.c:
15044         * gst/videomixer/videomixer.c:
15045         * gst/wavenc/gstwavenc.c:
15046         * gst/wavparse/gstwavparse.c:
15047         * sys/oss/gstossaudio.c:
15048         * sys/osxaudio/gstosxaudio.c:
15049           update GST_PLUGIN_DEFINE
15050         * gst/rtp/Makefile.am:
15051         * gst/rtp/gstasteriskh263.c:
15052           check for htons/htonl headers and possibly link to winsock2 lib
15053
15054 2005-11-12  Edward Hervey  <edward@fluendo.com>
15055
15056         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15057         Only GST_DEBUG() information on the valid components.
15058
15059 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15060
15061         * configure.ac: back to HEAD
15062
15063 === release 0.9.5 ===
15064
15065 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15066
15067         * configure.ac:
15068           releasing 0.9.5, "Phone Alarm"
15069
15070 2005-11-11  Edward Hervey  <edward@fluendo.com>
15071
15072         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15073         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15074         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15075         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15076         (gst_avi_demux_loop):
15077         * gst/avi/gstavidemux.h:
15078         Yeah, implement proper seeking. Exact seeking and segment seeking.
15079         Still need to do some checks for segment_stop.
15080
15081 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15082
15083         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15084
15085         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15086           Don't try to ready buffer duration from buffer that we don't
15087           own any  longer and that might already have been unreffed.
15088           (#321136)
15089
15090 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15091
15092         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15093         (flx_decode_delta_flc), (gst_flxdec_chain):
15094         Attempting to optimize the code for embedded systems.
15095
15096 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15097
15098         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15099
15100         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15101           Don't re-use already closed file descriptor. (#320920)
15102
15103 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15104
15105         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15106         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15107         (gst_oss_sink_prepare):
15108         * sys/oss/gstosssink.h:
15109           Cache probed caps; fix debug output for SET_PARAM macros.
15110
15111 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15112
15113         * ext/cairo/Makefile.am:
15114         * ext/cairo/gstcairo.c: (plugin_init):
15115         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15116         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15117         (gst_text_overlay_init), (gst_text_overlay_font_init),
15118         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15119         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15120         (gst_text_overlay_text_pad_linked),
15121         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15122         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15123         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15124         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15125         (gst_text_overlay_change_state):
15126         * ext/cairo/gsttextoverlay.h:
15127           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15128           property and redo positioning. Doesn't handle upstream renegotiation
15129           yet though.
15130
15131 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15132
15133         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15134         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15135         (gst_avi_demux_loop):
15136           No need to take the STREAM_LOCK in the loop function. Improve
15137           some debug messages. Don't leak pad names in debug messages.
15138
15139 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15140
15141         * gst/matroska/matroska-demux.c:
15142         (gst_matroska_demux_push_vorbis_codec_priv_data),
15143         (gst_matroska_demux_add_wvpk_header):
15144           Don't error out when the source pad isn't linked.
15145
15146 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15147
15148         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15149         (gst_gconf_audio_sink_change_state):
15150         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15151         (gst_gconf_video_sink_change_state):
15152           Fix state change functions here as well and set kid
15153           to NULL state before removing it.
15154
15155 2005-11-01  Edward Hervey  <edward@fluendo.com>
15156
15157         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15158         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15159         Added proper event handlind, 
15160         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15161         ignored),
15162         and don't set a duration of 0 for buffers otherwise they are discarded
15163         by GstBaseSink.
15164
15165         GstWavEnc needs some serious loving, after going through the code I'm
15166         really wondering how this can stay in -good ...
15167
15168 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15169
15170         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15171         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15172         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15173         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15174         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15175         (gst_matroska_mux_collected):
15176           Fix leaks and invalid memory access as reported by valgrind
15177
15178 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15179
15180         Patch by: Michal Benes <michal.benes@xeris.cz>
15181
15182         * check/Makefile.am:
15183         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15184         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15185         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15186           add a unit test for matroskamux
15187           fix the bugs that the unit test exposed
15188
15189 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15190
15191         * gst/autodetect/gstautoaudiosink.c:
15192         (gst_auto_audio_sink_class_init),
15193         (gst_auto_audio_sink_change_state):
15194         * gst/autodetect/gstautovideosink.c:
15195         (gst_auto_video_sink_class_init),
15196         (gst_auto_video_sink_change_state):
15197           Fix state change function and use GST_DEBUG_FUNCPTR in
15198           class_init.
15199
15200 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15201
15202         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15203
15204         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15205         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15206         * gst/matroska/ebml-write.h:
15207         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15208           Set timestamps on outgoing ebml headers as well, so that the
15209           element after matroskamux can get the timestamp already when
15210           reading the first ebml element and doesn't have to wait for
15211           the actual data buffer for that (#320308).
15212           
15213 2005-10-31  Andy Wingo  <wingo@pobox.com>
15214
15215         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15216         (gst_videomixer_pad_link): Kill some memleaks.
15217         (gst_videomixer_pad_get_property): Style fix.
15218         (gst_videomixer_pad_set_property): Style fix.
15219         (gst_videomixer_pad_init): Style fix.
15220         (gst_videomixer_update_queues): Kill memleak.
15221         (gst_videomixer_loop): Kill memleak.
15222         (gst_videomixer_collected): Kill memleak.
15223
15224 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15225
15226         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15227         gst_auparse_change_state:
15228         Just some cleanup.
15229
15230 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15231
15232         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15233         Add checks to GST_FLOW_NOT_LINKED for values returned
15234         from gst_pad_push.
15235         
15236 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15237
15238         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15239         (gst_rtpg711dec_process):
15240         * gst/rtp/gstrtpgsmenc.c:
15241         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15242         are never set. This is important for the g711 to work with burger's rtpbin
15243         element.
15244
15245 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15246
15247         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15248         (gst_speexenc_push_buffer):
15249         Add checks for return values from gst_pad_push and
15250         gst_pad_alloc_buffer.
15251
15252 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15253
15254         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15255
15256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15257         (gst_matroska_demux_parse_info),
15258         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15259         (gst_matroska_demux_parse_cluster):
15260         * gst/matroska/matroska-ids.h:
15261         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15262         (gst_matroska_mux_init), (gst_matroska_mux_start),
15263         (gst_matroska_mux_create_buffer_header),
15264         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15265         (gst_matroska_mux_get_property):
15266         * gst/matroska/matroska-mux.h:
15267           Add SimpleBlock support to matroska demuxer and muxer (part of
15268           Matroska v2). (#319731)
15269
15270 2005-10-28  Wim Taymans  <wim@fluendo.com>
15271
15272         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15273         (gst_jpeg_dec_change_state):
15274         * ext/jpeg/gstjpegdec.h:
15275         Cleanups. Don't create caps for every chain.
15276
15277 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15278
15279         * gst/law/alaw-encode.c: (gst_alawenc_init),
15280         (alawenc_setcaps), (gst_alawenc_chain)
15281         * gst/law/alaw-encode.h:
15282         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15283         (mulawenc_setcaps), (gst_mulawenc_chain)
15284         * gst/law/mulaw-encode.h:
15285         Set timestamp on buffer and it allows RTP G711 elements
15286         work properly.
15287
15288 2005-10-27  Wim Taymans  <wim@fluendo.com>
15289
15290         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15291         Set correct format on oss instead of a silly value. 
15292
15293 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15294
15295         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15296         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15297         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15298         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15299         I420 rendering as well, doesn't bring much for my platform.
15300         Might help on some other platforms.
15301
15302 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15303
15304         * gst/rtp/gstrtpgsmenc.c:
15305         * gst/rtp/gstrtpgsmparse.c:
15306         Declaring the padtemplate correctly.
15307
15308 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15309
15310         * gst/rtp/gstrtpg711dec.c:
15311         * gst/rtp/gstrtpg711enc.c:
15312         * gst/rtp/gstrtpgsmenc.c:
15313         * gst/rtp/gstrtpgsmparse.c:
15314         Setting the proper copyright notice.
15315
15316 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15317
15318         * gst/videobox/Makefile.am: Use liboil.
15319         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15320         (gst_video_box_set_property), (gst_video_box_transform_caps),
15321         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15322         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15323         using liboil. Will dot the same to I420 border generation
15324         tomorrow.
15325
15326 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15327
15328         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15329         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15330         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15331         * gst/rtp/gstrtpg711dec.h:
15332         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15333         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15334         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15335         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15336         (gst_rtpgsmenc_handle_buffer):
15337         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15338         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15339         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15340         * gst/rtp/gstrtpgsmparse.h:
15341         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15342         inherits from the basertpdepayloader.
15343
15344 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15345
15346         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15347         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15348         (gst_video_box_ayuv): Removing this forgotten debug.
15349
15350 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15351
15352         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15353         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15354         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15355
15356 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * sys/oss/gstossaudio.c:
15359         * sys/oss/gstossdmabuffer.c:
15360         * sys/oss/gstosshelper.c:
15361         * sys/oss/gstossmixer.c:
15362         * sys/oss/gstossmixerelement.c:
15363         * sys/oss/gstossmixertrack.c:
15364         * sys/oss/gstosssink.c:
15365         * sys/oss/gstosssrc.c:
15366           Actually use the 'oss' debug category we register.
15367
15368 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15369
15370         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15371         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15372         Use gst_pad_get_parent and drop the ref that was added through
15373         that call.
15374
15375 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15376
15377         * gst/rtp/gstrtpgsmenc.c:
15378           Fix compilation
15379
15380 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15381
15382         * gst/rtp/gstrtpg711dec.c
15383         Just removed a couple of lines of weird code used during
15384         development/test time.
15385
15386 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15387
15388         * gst/rtp/Makefile.am
15389         * gst/rtp/gstrtp.c
15390         * gst/rtp/gstrtpg711enc.c
15391         * gst/rtp/gstrtpg711enc.h
15392         * gst/rtp/gstrtpg711dec.c
15393         * gst/rtp/gstrtpg711dec.h
15394         Created G711 payloader and depayloader (it supports mulaw and alaw
15395         (dec)encoders)
15396
15397 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15398
15399         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15400         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15401         Doh ! I introduced wingo's bug again ! Sorry...
15402
15403 2005-10-25  Christian Schaller <christian@fluendo.com> 
15404
15405         * gst/rtp/Makefile.am: add missing header files for disting
15406
15407 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15408
15409         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15410         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15411         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15412         (gst_rtpgsmenc_handle_buffer):
15413         * gst/rtp/gstrtpgsmenc.h:
15414         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15415         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15416         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15417         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15418         * gst/rtp/gstrtpgsmparse.h:
15419         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15420
15421 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15422
15423         * ext/libpng/gstpngdec.c: (user_info_callback),
15424         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15425         a newsegment event, move some redundant code in a single place.
15426
15427 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15428
15429         * ext/libpng/gstpngdec.c: (user_info_callback),
15430         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15431         hack to get correct colors order when we have a png image with
15432         alpha channel.
15433
15434 2005-10-24  Edward Hervey  <edward@fluendo.com>
15435
15436         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15437         Call gst_element_no_more_pads when there will be no more pads.
15438
15439 2005-10-24  Wim Taymans  <wim@fluendo.com>
15440
15441         * gst/rtp/Makefile.am:
15442         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15443         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15444         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15445         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15446         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15447         (gst_asteriskh263_plugin_init):
15448         * gst/rtp/gstasteriskh263.h:
15449         * gst/rtp/gstrtp.c: (plugin_init):
15450         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15451         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15452         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15453         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15454         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15455         (gst_rtph263enc_plugin_init):
15456         * gst/rtp/gstrtph263enc.h:
15457         Added two new payloaders, an RFC 2190 payloader for h263 and
15458         a payload convertor for an asterisk server.
15459
15460 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15461
15462         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15463           Set bytes_per_sample correctly (is not always 4, but 
15464           depends on width and number of channels).
15465
15466 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15467
15468         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15469         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15470         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15471         (gst_flacenc_sink_event), (gst_flacenc_chain),
15472         (gst_flacenc_set_property), (gst_flacenc_get_property),
15473         (gst_flacenc_change_state):
15474         * ext/flac/gstflacenc.h:
15475           Fix seeking, so that flacenc can rewrite the header with the
15476           correct duration and amount of samples and all that at EOS;
15477           also set timestamps and granulepos on outgoing buffers; add
15478           debug category; fix state change function.
15479           
15480 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15481
15482         * gst/videomixer/videomixer.c: Don't restrict video geometry
15483         from 16 to 4096.
15484
15485 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15486
15487         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15488         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15489         Fix caps negotiation correctly, add debugging category.
15490
15491 2005-10-24  Christian Schaller  <christian@fluendo.com>
15492
15493         * configure.ac: Port over Thomas's change from base listing all plugins
15494
15495 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15496
15497         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15498         a sink pad.
15499
15500 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15501
15502         * configure.ac:
15503         * docs/upload.mak:
15504           back to HEAD
15505
15506 === release 0.9.4 ===
15507
15508 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15509
15510         * configure.ac:
15511           Releasing 0.9.4, "Dromiceiomimus"
15512
15513 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15514
15515         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15516         (gst_speexenc_src_query):
15517           Add position and duration query, fix query type function.
15518           
15519         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15520         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15521           Let's not set non-fixed caps on source pads.
15522
15523 2005-10-21  Wim Taymans  <wim@fluendo.com>
15524
15525         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15526         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15527         (gst_avi_demux_handle_seek):
15528         Set correct stream_time in newsegment event.
15529         avi can also handle a duration query now.
15530
15531 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * gst/matroska/matroska-demux.c:
15534         (gst_matroska_demux_handle_src_query),
15535         (gst_matroska_demux_handle_seek_event),
15536         (gst_matroska_demux_loop_stream_parse_id):
15537           Fix duration query; fix basetime in newsegment event after
15538           seek; fix duration in initial newsegment event.
15539
15540         * gst/matroska/matroska-mux.c:
15541         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15542           Extract number of channels and samplerate from vorbis headers;
15543           add some debug messages when querying the durations of the
15544           input streams.
15545
15546 2005-10-20  Wim Taymans  <wim@fluendo.com>
15547
15548         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15549         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15550         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15551         Set stream time correctly in newsegment.
15552
15553 2005-10-20  Wim Taymans  <wim@fluendo.com>
15554
15555         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15556         Correctly fill in the stream time.
15557
15558 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15559
15560         * check/elements/level.c: (GST_START_TEST):
15561         * gst/level/gstlevel.c: (gst_level_message_new):
15562         * gst/level/level-example.c: (message_handler):
15563           use ELEMENT messages instead
15564
15565 2005-10-19  Wim Taymans  <wim@fluendo.com>
15566
15567         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15568         (gst_dvdemux_src_query):
15569         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15570         (gst_flacdec_src_query):
15571         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15572         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15573         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15574         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15575         * gst/debug/progressreport.c: (gst_progress_report_report):
15576         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15577         * gst/matroska/matroska-demux.c:
15578         (gst_matroska_demux_handle_src_query):
15579         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15580         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15581         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15582         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15583         (gst_wavparse_srcpad_event):
15584         API change fix.
15585
15586 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * gst/goom/filters.c:
15589         * gst/goom/graphic.h:
15590         * gst/goom/lines.c:
15591           Make inline functions either 'static inline' or 'extern inline',
15592           otherwise the Forte compiler apparently won't inline them (#317300).
15593
15594 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15595
15596         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15597         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15598         (user_info_callback), (user_endrow_callback), (user_end_callback),
15599         (user_read_data), (gst_pngdec_caps_create_and_set),
15600         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15601         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15602         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15603         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15604         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15605         very nice and handle push/pull based model. if you have filesrc
15606         connected to it, it will do random access to load the png file.
15607         If you have a network source that can't do _getrange, it does 
15608         progressive loading through the chain function.
15609         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15610         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15611         thanks to Master Wim Taymans ;-)
15612
15613 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15614
15615         * gst/matroska/Makefile.am:
15616         * gst/matroska/ebml-read.c:
15617         * gst/matroska/ebml-read.h:
15618         * gst/matroska/matroska-demux.c:
15619         * gst/matroska/matroska-demux.h:
15620         * gst/matroska/matroska.c: (plugin_init):
15621           Ported matroska demuxer to 0.9.
15622
15623 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15624
15625         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15626
15627         * gst/matroska/matroska-mux.c:
15628         (gst_matroska_mux_video_pad_setcaps),
15629         (gst_matroska_mux_audio_pad_setcaps):
15630           Fix mpeg4 input handling (#318847); also, while we're at it,
15631           fix media type for Motion-JPEG: should be image/jpeg.
15632
15633 2005-10-18  Wim Taymans  <wim@fluendo.com>
15634
15635         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15636         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15637         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15638         Fix for segment-start/stop API change.
15639
15640 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15641
15642         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15643         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15644         way.
15645
15646 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15647
15648         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15649         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15650         output declared in transform_caps.
15651
15652 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15653
15654         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15655
15656 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15657
15658         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15659         (gst_video_box_get_unit_size): Fix wrong size calculations and
15660         implement get_unit_size correctly.
15661
15662 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15663
15664         * configure.ac:
15665           Enable flx plugin.
15666
15667         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15668           Fix gcc4 signedness issue.
15669
15670 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15671
15672         * configure.ac: Adding videomixer.
15673         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15674         (user_read_data), (gst_pngdec_chain): More debugging.
15675         * gst/alpha/Makefile.am: Adding alphacolor
15676         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15677         (gst_alpha_color_class_init), (gst_alpha_color_init),
15678         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15679         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15680         (plugin_init): Ported to 0.9 using in place base tranform.
15681         * gst/videomixer/Makefile.am:
15682         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15683         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15684         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15685         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15686         (gst_videomixer_init), (gst_videomixer_getcaps),
15687         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15688         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15689         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15690         to 0.9 using collectpads.
15691
15692 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15693
15694         * configure.ac:
15695         * gst/flx/Makefile.am:
15696         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15697         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15698         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15699         * gst/flx/gstflxdec.h:
15700         flx plugin ported to 0.9
15701
15702 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15703
15704         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15705           use new gst_version_string()
15706
15707 2005-10-16  Andy Wingo  <wingo@pobox.com>
15708
15709         * configure.ac: GLIB_CHECK.
15710
15711 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15712
15713         * ext/libpng/Makefile.am:
15714         * ext/libpng/gstpng.c: (plugin_init):
15715         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15716         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15717         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15718
15719 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15720
15721         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15722
15723         * configure.ac:
15724         * gst/matroska/Makefile.am:
15725         * gst/matroska/ebml-ids.h:
15726         * gst/matroska/ebml-write.c:
15727         * gst/matroska/ebml-write.h:
15728         * gst/matroska/matroska-ids.h:
15729         * gst/matroska/matroska-mux.c:
15730         * gst/matroska/matroska-mux.h:
15731         * gst/matroska/matroska.c: (plugin_init):
15732           Port matroska muxer to 0.9 (#318847).
15733
15734 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15735
15736         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15737         (comment_init), (comment_add):
15738           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15739           use GST_READ_UINT32_LE() and friends rather than the private
15740           implementation of those same macros.
15741
15742 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15743
15744         * examples/stats/mp2ogg.c:
15745           more typo fixes
15746
15747 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15748
15749         * examples/indexing/indexmpeg.c: (main):
15750         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15751         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15752         * ext/esd/esdmon.h:
15753         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15754         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15755         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15756         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15757         * gst/avi/gstavimux.c: (gst_avimux_init):
15758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15759         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15760         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15761         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15762         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15763         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15764         * gst/oldcore/gstmultifilesrc.h:
15765         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15766         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15767         (gst_pipefilter_change_state):
15768         * gst/oldcore/gstpipefilter.h:
15769         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15770         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15771         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15772         * sys/osxaudio/gstosxaudiosink.h:
15773         * sys/osxaudio/gstosxaudiosrc.h:
15774           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15775           moved bitshift from macro to enum definition
15776
15777 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15778
15779         * ext/Makefile.am:
15780         * ext/cairo/Makefile.am:
15781         * ext/cairo/gstcairo.c: (plugin_init):
15782         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15783         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15784         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15785         * ext/cairo/gsttimeoverlay.h:
15786           update of cairo-based timeoverlay to 1.0 Cairo API
15787           doesn't work yet for resizing of output sink
15788
15789 2005-10-11  Wim Taymans  <wim@fluendo.com>
15790
15791         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15792         newsegment API fix.
15793
15794 2005-10-11  Wim Taymans  <wim@fluendo.com>
15795
15796         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15797         (gst_dvdemux_demux_frame):
15798         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15799         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15800         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15801         (gst_avi_demux_handle_seek):
15802         * gst/goom/gstgoom.c: (gst_goom_event):
15803         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15804         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15805         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15806         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15807         (gst_wavparse_srcpad_event):
15808         newsegment API update.
15809
15810 2005-10-11  Andy Wingo  <wingo@pobox.com>
15811
15812         * ext/speex/gstspeexenc.c: Signedness cleanups.
15813
15814 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15815
15816         * PORTED_09:
15817         * ext/speex/Makefile.am:
15818         * ext/speex/gstspeex.c:
15819         * ext/speex/gstspeexenc.c:
15820         Speexenc ported to 0.9
15821
15822 2005-10-10  Wim Taymans  <wim@fluendo.com>
15823
15824         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15825         (gst_oss_sink_init), (gst_oss_sink_set_property),
15826         (gst_oss_sink_get_property), (gst_oss_sink_open),
15827         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15828         * sys/oss/gstosssink.h:
15829         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15830         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15831         (gst_oss_src_prepare):
15832         Cleanups, make device configurable in the sink, handle and report
15833         errors.
15834
15835 2005-10-10  Wim Taymans  <wim@fluendo.com>
15836
15837         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15838         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15839         Make sure element is NULL before removing from the bin.
15840
15841 2005-10-07  Andy Wingo  <wingo@pobox.com>
15842
15843         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15844         block forever in a read().
15845         (gst_dv1394src_bus_reset): Post a message when the cable is
15846         unplugged.
15847         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15848         (gst_dv1394src_bus_reset): Don't unref the message.
15849
15850         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15851         hacking. The only change should be that the state change stuff was
15852         put into basesrc's start() and stop() routines, which coalesces
15853         some steps.
15854
15855 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         * configure.ac:
15858           Add check for mmap
15859           
15860         * gst/debug/Makefile.am:
15861           Only compile efence plugin on systems that have mmap.
15862
15863 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15864
15865         * gst/debug/Makefile.am:
15866         * gst/debug/breakmydata.c:
15867         * gst/debug/gstdebug.c:
15868         * gst/debug/gstnavigationtest.c:
15869         * gst/debug/gstnavseek.c: 
15870         * gst/debug/gstnavseek.h:
15871         * gst/debug/progressreport.c: 
15872         * gst/debug/testplugin.c:
15873           Port progressreport, navseek, navigationtest, testsink and
15874           breakmydata.
15875
15876 2005-10-05  Edward Hervey  <edward@fluendo.com>
15877
15878         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15879         (gst_dvdemux_src_query):
15880         Fixes for better conversion
15881
15882 2005-10-04  Michael Smith <msmith@fluendo.com>
15883
15884         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15885         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15886         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15887         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15888           Set state of elements to NULL before removing from bins.
15889           Set state of test element to NULL if we failed to move it to READY
15890
15891 2005-10-04  Edward Hervey  <edward@fluendo.com>
15892
15893         * ext/dv/Makefile.am:
15894         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15895         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15896         Corrected the query function for position so it doesn't forget what
15897         format was asked, and calls the conversion functions on the correct pad.
15898
15899 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15900
15901         * configure.ac:
15902           back to development
15903
15904 === release 0.9.3 ===
15905
15906 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15907
15908         * configure.ac:
15909           Releasing 0.9.3, "Aramis"
15910
15911 2005-10-03  Andy Wingo  <wingo@pobox.com>
15912
15913         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15914         error returns.
15915
15916 2005-10-02  Andy Wingo  <wingo@pobox.com>
15917
15918         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15919
15920         * ext/flac/gstflacenc.c: Ported to 0.9.
15921
15922         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15923
15924         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15925         and link to gsttagedit. Enable flacenc.
15926
15927         * ext/flac/gstflacdec.c: Re-enable tag reading.
15928
15929 2005-09-30  Wim Taymans  <wim@fluendo.com>
15930
15931         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15932         * gst/rtp/gstrtpgsmparse.c:
15933         * gst/rtp/gstrtph263penc.c:
15934         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15935         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15936         (gst_rtpmp4venc_set_property):
15937         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15938         Various class and caps fixes from Andre Magalhaes (andrunko)
15939
15940 2005-09-29  Wim Taymans  <wim@fluendo.com>
15941
15942         * gst/level/level-example.c: (main):
15943         Update for new bus API.
15944
15945 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15946
15947         * configure.ac:
15948           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15949           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15950
15951 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15952
15953         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15954           Fix playback of mono streams (bytes_per_sample should be set
15955           from the sample width and the number of channels negotiated,
15956           and not just be set to 4) (#317338)
15957
15958 2005-09-26  Wim Taymans  <wim@fluendo.com>
15959
15960         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15961         (gst_rtpmpaenc_handle_buffer):
15962         Set buffer duration correctly.
15963
15964 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15967         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15968         (gst_avi_demux_change_state):
15969           Don't crash when encountering a stream with an unknown fourcc or
15970           codec id. Instead, create a pad of type video/x-avi-unknown or
15971           audio/x-avi-unknown, which as a side-effect also results in less
15972           confusing error messages in players ('no decoder' vs. 'no streams');
15973           minor fixes to state change function and class_init function.
15974
15975 2005-09-24  Wim Taymans  <wim@fluendo.com>
15976
15977         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15978         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15979         These are sinks.
15980
15981 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15982
15983         * check/elements/level.c: (GST_START_TEST):
15984           fix test for new GstClockTime use
15985         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
15986         (gst_level_transform_ip):
15987         * gst/level/gstlevel.h:
15988           fix up the decay peak, ensuring the decay peak is never lower
15989           than the peak for that interval
15990
15991 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15992
15993         * docs/plugins/gst-plugins-good-plugins.args:
15994         * docs/plugins/inspect/plugin-alpha.xml:
15995         * docs/plugins/inspect/plugin-rtp.xml:
15996         * gst/level/gstlevel.c: (gst_level_set_caps),
15997         (gst_level_transform_ip):
15998           updating docs
15999
16000 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16001
16002         * Makefile.am:
16003         * check/elements/level.c: (GST_START_TEST):
16004         * gst/level/Makefile.am:
16005         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16006         (gst_level_set_property), (gst_level_get_property),
16007         (gst_level_set_caps), (gst_level_message_new),
16008         (gst_level_transform_ip):
16009         * gst/level/gstlevel.h:
16010         * gst/level/level-example.c: (message_handler), (main):
16011           convert to using GstClockTime for all time values, finally.
16012
16013 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16014
16015         * gst/auparse/Makefile.am:
16016         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16017           fix up build
16018         * configure.ac:
16019         * ext/cairo/Makefile.am:
16020         * ext/dv/Makefile.am:
16021         * ext/esd/Makefile.am:
16022         * ext/flac/Makefile.am:
16023         * ext/gconf/Makefile.am:
16024         * ext/gdk_pixbuf/Makefile.am:
16025         * ext/jpeg/Makefile.am:
16026         * ext/ladspa/Makefile.am:
16027         * ext/libcaca/Makefile.am:
16028         * ext/libmng/Makefile.am:
16029         * ext/libpng/Makefile.am:
16030         * ext/mikmod/Makefile.am:
16031         * ext/pango/Makefile.am:
16032         * ext/raw1394/Makefile.am:
16033         * ext/shout2/Makefile.am:
16034         * ext/speex/Makefile.am:
16035         * gst/alpha/Makefile.am:
16036         * gst/autodetect/Makefile.am:
16037         * gst/avi/Makefile.am:
16038         * gst/cutter/Makefile.am:
16039         * gst/debug/Makefile.am:
16040         * gst/effectv/Makefile.am:
16041         * gst/flx/Makefile.am:
16042         * gst/goom/Makefile.am:
16043         * gst/interleave/Makefile.am:
16044         * gst/law/Makefile.am:
16045         * gst/matroska/Makefile.am:
16046         * gst/median/Makefile.am:
16047         * gst/monoscope/Makefile.am:
16048         * gst/multipart/Makefile.am:
16049         * gst/oldcore/Makefile.am:
16050         * gst/rtp/Makefile.am:
16051         * gst/rtsp/Makefile.am:
16052         * gst/smoothwave/Makefile.am:
16053         * gst/smpte/Makefile.am:
16054         * gst/videobox/Makefile.am:
16055         * gst/videofilter/Makefile.am:
16056         * gst/videomixer/Makefile.am:
16057         * gst/wavenc/Makefile.am:
16058         * gst/wavparse/Makefile.am:
16059         * sys/oss/Makefile.am:
16060         * sys/osxaudio/Makefile.am:
16061         * sys/osxvideo/Makefile.am:
16062           fix up GST_LIBS use
16063
16064 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16065
16066         * gst/auparse/Makefile.am:
16067         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16068           fix build of auparse
16069
16070 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16071
16072         * configure.ac:
16073         * PORTED_09:
16074         * gst/auparse/gstauparse.c:
16075         * gst/auparse/gstauparse.h:
16076         Auparse ported to 0.9.
16077
16078 2005-09-22  Wim Taymans  <wim@fluendo.com>
16079
16080         * gst/rtp/TODO:
16081         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16082         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16083         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16084         (gst_rtpmp4venc_set_property):
16085         * gst/rtp/gstrtpmp4venc.h:
16086         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16087         * gst/rtp/gstrtpmpaenc.h:
16088         Use is_filled to both check MTU and max-ptime of base class.
16089
16090 2005-09-22  Wim Taymans  <wim@fluendo.com>
16091
16092         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16093         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16094         (gst_rtpmp4venc_set_property):
16095         Don't fragment packets with multiple frames.
16096
16097 2005-09-22  Wim Taymans  <wim@fluendo.com>
16098
16099         * gst/rtp/TODO:
16100         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16101         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16102         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16103         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16104         (gst_rtpmp4venc_get_property):
16105         * gst/rtp/gstrtpmp4venc.h:
16106         Remove g_print.
16107         Update TODO
16108         Make payload encoder a bit smarter and more correct with
16109         timestamps.
16110         Added option in payloader to include config string in-band.
16111
16112 2005-09-21  Wim Taymans  <wim@fluendo.com>
16113
16114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16115         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16116         (gst_rtspsrc_send):
16117         Strip spaces for key/value pairs.
16118
16119 2005-09-21  Wim Taymans  <wim@fluendo.com>
16120
16121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16122         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16123         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16124         (gst_rtspsrc_change_state):
16125         More SDP parsing and caps setting.
16126         Do NO_PREROLL differently.
16127         add pads only after negotiated.
16128
16129         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16130         (gst_udpsrc_getcaps):
16131         Implement the getcaps function.
16132
16133 2005-09-21  Wim Taymans  <wim@fluendo.com>
16134
16135         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16136         (gst_rtpamrdec_chain):
16137         Handle multiple AMr packets per payload. Handle CRC and
16138         parse ILL/ILP.
16139
16140         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16141         Make caps params strings for easy SDP mapping.
16142         
16143         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16144         Handle capsnego better.
16145
16146         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16147         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16148         Generate and parse config string in the caps.
16149
16150 2005-09-21  Wim Taymans  <wim@fluendo.com>
16151
16152         * gst/rtp/README:
16153         Update README
16154
16155         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16156         Make extra params as strings.
16157
16158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16159         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16160         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16161         Make state change return NO_PREROLL as this is a live
16162         source.
16163
16164         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16165         Don't unref old caps when NULL.
16166
16167 2005-09-20  Wim Taymans  <wim@fluendo.com>
16168
16169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16170         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16171         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16172         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16173         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16174         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16175         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16176         * gst/rtsp/sdpmessage.h:
16177         Add URI handler.
16178         Parse SDP and create caps.
16179
16180 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16181
16182         * gst/alpha/gstalpha.c:
16183           fix element description
16184
16185 2005-09-19  Wim Taymans  <wim@fluendo.com>
16186
16187         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16188         Don't check payload for now.
16189
16190 2005-09-19  Wim Taymans  <wim@fluendo.com>
16191
16192         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16193         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16194         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16195         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16196         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16197         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16198         (gst_wavparse_change_state):
16199         * gst/wavparse/gstwavparse.h:
16200         Fix wavparse some more.
16201
16202 2005-09-19  Wim Taymans  <wim@fluendo.com>
16203
16204         * check/elements/level.c: (GST_START_TEST):
16205         Fix for bus API change.
16206
16207 2005-09-19  Wim Taymans  <wim@fluendo.com>
16208
16209         * gst/level/level-example.c: (main):
16210         Fix for new bus API.
16211
16212         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16213         Set caps on pads.
16214
16215 2005-09-15  Wim Taymans  <wim@fluendo.com>
16216
16217         * gst/rtp/Makefile.am:
16218         * gst/rtp/README:
16219         * gst/rtp/gstrtp.c: (plugin_init):
16220         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16221         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16222         (gst_rtpamrdec_change_state):
16223         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16224         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16225         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16226         * gst/rtp/gstrtpamrenc.h:
16227         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16228         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16229         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16230         * gst/rtp/gstrtpgsmenc.h:
16231         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16232         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16233         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16234         (gst_rtpgsmparse_change_state):
16235         * gst/rtp/gstrtpgsmparse.h:
16236         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16237         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16238         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16239         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16240         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16241         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16242         * gst/rtp/gstrtph263penc.h:
16243         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16244         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16245         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16246         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16247         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16248         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16249         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16250         * gst/rtp/gstrtpmp4venc.h:
16251         * gst/rtp/gstrtpmpadec.c:
16252         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16253         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16254         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16255         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16256         * gst/rtp/gstrtpmpaenc.h:
16257         Updates to payloader/depayloaders, make payloaders use
16258         the base classes.
16259         Updated README with suggested RTP caps and how to convert
16260         to/from SDP.
16261         Added config descriptor in mp4v payloader.
16262
16263 2005-09-15  Andy Wingo  <wingo@pobox.com>
16264
16265         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16266         * gst/autodetect/gstautovideosink.c
16267         (gst_auto_video_sink_find_best): Update for new registry API.
16268
16269 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16270
16271         * common/c-to-xml.py:
16272         * common/gtk-doc-plugins.mak:
16273           a simple py script to generate valid xml from a C example
16274           probably also need to strip an MIT license when we decide
16275         * docs/plugins/Makefile.am:
16276         * gst/level/Makefile.am:
16277         * gst/level/gstlevel.c: (gst_level_init):
16278         * gst/level/level-example.c: (message_handler), (main):
16279           add an example to level that will show up in the docs
16280         * gst/rtp/TODO:
16281           add a note for the future
16282
16283 2005-09-14  Michael Smith <msmith@fluendo.com>
16284
16285         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16286           Actually define the debug object being used in wavenc. Fixes #316205
16287
16288 2005-09-14  Michael Smith <msmith@fluendo.com>
16289
16290         * gst/smpte/Makefile.am:
16291           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16292           needed to build on windows (bug 316204)
16293
16294 2005-09-12  Andy Wingo  <wingo@pobox.com>
16295
16296         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16297
16298 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16299
16300         * configure.ac:
16301         * gst/fdsrc/Makefile.am:
16302         * gst/fdsrc/gstfdsrc.c:
16303         * gst/fdsrc/gstfdsrc.h:
16304           Move fdsrc back into gstreamer core elements.
16305
16306         * gst/level/gstlevel.c: (gst_level_class_init),
16307         (gst_level_transform_ip):
16308         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16309           Basetransform changes.
16310
16311 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16312
16313         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16314         * ext/jpeg/smokecodec.c: (find_best_size):
16315           fix compiler warnings
16316
16317 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16318
16319         * gst-plugins-good.spec.in:
16320           spec file fixes
16321         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16322         (gst_multiudpsink_render), (gst_multiudpsink_add),
16323         (gst_multiudpsink_clear):
16324           it actually helps to actually stream if we hook up the
16325           "add" signal to an actual implementation
16326         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16327           some debugging
16328
16329 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16330
16331         * ext/jpeg/Makefile.am:
16332         * ext/jpeg/gstjpeg.c
16333         * ext/jpeg/gstjpegenc.c:
16334         * ext/jpeg/gstsmokeenc.c:
16335
16336 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16337
16338         * ext/flac/gstflacdec.c:
16339         * ext/flac/gstflacenc.c:
16340         * ext/flac/gstflactag.c:
16341         * ext/speex/gstspeexenc.c:
16342           gsttaginterface.h -> gsttagsetter.h
16343
16344 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16345
16346         * configure.ac:
16347         * gst/debug/Makefile.am:
16348         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16349         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16350         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16351         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16352         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16353           Port to 0.9 and re-enable efence plugin.
16354
16355 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16358         (gst_flacdec_write), (gst_flacdec_convert_src):
16359         * ext/flac/gstflacdec.h:
16360           Add support for flac files with 24/32 bits per sample; and misc.
16361           minor clean-ups. Seeking is still partly broken (for me at least).
16362
16363 2005-09-06  Wim Taymans  <wim@fluendo.com>
16364
16365         * gst/rtp/Makefile.am:
16366         * gst/rtp/gstrtp.c: (plugin_init):
16367         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16368         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16369         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16370         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16371         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16372         (gst_rtpmp4vdec_plugin_init):
16373         * gst/rtp/gstrtpmp4vdec.h:
16374         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16375         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16376         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16377         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16378         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16379         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16380         * gst/rtp/gstrtpmp4venc.h:
16381         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16382         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16383         Added mpeg4 video payload encoder/decoder.
16384         Added some docs in mpa payloader.
16385
16386 === release 0.9.1 ===
16387
16388 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16389
16390         * NEWS:
16391         * README:
16392         * RELEASE:
16393         * autogen.sh:
16394         * configure.ac:
16395           releasing 0.9.1, "Blondie"
16396
16397 2005-09-05  Andy Wingo  <wingo@pobox.com>
16398
16399         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16400         here from the state change handler, so we fire signals without
16401         holding the state lock.
16402
16403 2005-09-02  Andy Wingo  <wingo@pobox.com>
16404
16405         * All plugins updated for element state changes.
16406
16407 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16408
16409         * Makefile.am:
16410         * check/.cvsignore:
16411         * check/Makefile.am:
16412         * check/elements/.cvsignore:
16413         * check/elements/level.c: (setup_level), (cleanup_level),
16414         (GST_START_TEST), (level_suite), (main):
16415           add a test for level
16416         * common/release.mak:
16417           move the enum checking to release.mak
16418         * configure.ac:
16419           add valgrind and check checking
16420         * gst/level/gstlevel.c: (gst_level_transform):
16421         * gst/level/gstlevel.h:
16422           fix Andy's cast bug
16423           convert a field to int
16424           fix the arithmetic to int when checking for emit so that a
16425           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16426
16427 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16428
16429         * Makefile.am:
16430         * configure.ac:
16431           add docs to build
16432         * common/plugins.xsl:
16433           wrap Description into a refsect2
16434         * docs/Makefile.am:
16435         * docs/plugins/Makefile.am:
16436         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16437         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16438         * gst/goom/Makefile.am:
16439         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16440         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16441         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16442         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16443         (gst_goom_change_state):
16444         * gst/goom/gstgoom.h:
16445           GstGOOM -> GstGoom
16446           add an example launch line
16447         * gst/level/gstlevel.h:
16448         * gst/monoscope/gstmonoscope.c:
16449           cleanups
16450
16451 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16452
16453         * configure.ac:
16454         * docs/plugins/Makefile.am:
16455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16457         * docs/plugins/gst-plugins-good-plugins.types:
16458           document elements and plugins.  Shazam !
16459
16460 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16461
16462         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16463           be found under doc/random/ChangeLog-0.8