gst/rtsp/gstrtspsrc.c: Call WSAStartup() and WSACleanup before using the Winsock...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4
5         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
6         (gst_rtspsrc_finalize):
7         Call WSAStartup() and WSACleanup before using the Winsock API.
8         See #520808.
9
10 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
11
12         * gst/avi/gstavidemux.c:
13           Erm, the buffer-size is just guint, no need for the special format
14           specifier.
15
16 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17
18         * gst/goom/plugin_info.c:
19         * gst/goom/ppc_zoom_ultimate.h:
20           Small fixes to build more on PPC: ifdef out code that uses unknown
21           define; add newline at end of header file to avoid compiler warning.
22           Assembler code still doesn't build though.
23
24 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
25
26         * gst/avi/gstavidemux.c:
27           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
28           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
29
30 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
31
32         * gst/avi/gstavidemux.c:
33           Chunksize is uint32. Fix format specifier.
34
35 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
36
37         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
38         mistake. Return file to pure MIT text.
39
40 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
41
42         * gst/audiofx/audiofx.c:
43         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
44         of hardcoding values.
45
46 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
47
48         Patch by: Mark Nauwelaerts <manauw skynet be>
49
50         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
51           (gst_oss_src_close):
52         * sys/oss/gstosssrc.h:
53           Cache probed caps, so _get_caps() during recording doesn't cause
54           ioctl calls which may disrupt the recording (fixes #521875).
55
56 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
57
58         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
59         (gst_qtdemux_activate_segment),
60         (gst_qtdemux_prepare_current_sample),
61         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
62         Make sure we always send a DISCONT after a seek by setting the sample
63         index to an undefined value after a seek.
64
65 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
66
67         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
68           (GST_IS_AVI_SUBTITLE_CLASS):
69           Fix up IS_FOO macros, which makes gtk-doc much happier.
70
71 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
72
73         * tests/icles/Makefile.am:
74           Move the -lgstfoo where it belongs.
75
76 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
77
78         * gst/matroska/ebml-ids.h:
79         Add ID for EBML CRC32 elements.
80
81         * gst/matroska/Makefile.am:
82         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
83         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
84         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
85         (gst_ebml_read_header):
86         Support reading 80bit floats, add finalize method to clean up
87         in any case, support reading length/id elements with any length
88         as long as it's smaller than our supported maximum, don't leak
89         buffers if reading as much data as we wanted failed and some
90         smaller cleanup.
91
92 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
93
94         Patch by: Olivier Crete <tester at tester dot ca>
95
96         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
97         Check that a buffer is large enough before reading from it.
98         Fixes bug #521102.
99         
100 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
101
102         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
103         Fix compilation after removing the GstPollMode from the
104         constructor.
105
106 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
107
108         * configure.ac:
109         * gst/audiofx/Makefile.am:
110         * gst/audiofx/audiochebband.c:
111         * gst/audiofx/audiocheblimit.c:
112         * gst/audiofx/math_compat.h:
113         Check for sinh(), cosh() and asinh() and define our own
114         implementations if they're not available. Fixes bug #520880.
115
116 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
117
118         Patch by: Olivier Crete <tester at tester dot ca>
119
120         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
121         Unref the buffers only once when handling not-negotiated errors.
122         Fixes bug #520764.
123
124 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
125
126         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
127
128         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
129         (gst_udpsrc_stop):
130         Properly balance WSA_Cleanup with WSA_Startup.
131         Also make the poll controllable on windows. Fixes #520888.
132
133 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
134
135         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
136         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
137         (gst_ebml_read_element_length), (gst_ebml_peek_id),
138         (gst_ebml_read_skip), (gst_ebml_read_buffer),
139         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
140         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
141         (gst_ebml_read_date), (gst_ebml_read_master),
142         (gst_ebml_read_binary), (gst_ebml_read_header):
143         * gst/matroska/ebml-read.h:
144         * gst/matroska/matroska-demux.c:
145         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
146         (gst_matroska_demux_read_track_encodings),
147         (gst_matroska_demux_add_stream),
148         (gst_matroska_demux_handle_src_query),
149         (gst_matroska_demux_handle_seek_event),
150         (gst_matroska_demux_init_stream),
151         (gst_matroska_demux_parse_tracks),
152         (gst_matroska_demux_parse_index_cuetrack),
153         (gst_matroska_demux_parse_index_pointentry),
154         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
155         (gst_matroska_demux_parse_metadata_id_simple_tag),
156         (gst_matroska_demux_parse_metadata_id_tag),
157         (gst_matroska_demux_parse_metadata),
158         (gst_matroska_demux_sync_streams),
159         (gst_matroska_demux_push_hdr_buf),
160         (gst_matroska_demux_push_flac_codec_priv_data),
161         (gst_matroska_demux_push_xiph_codec_priv_data),
162         (gst_matroska_demux_add_wvpk_header),
163         (gst_matroska_demux_check_subtitle_buffer),
164         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
165         (gst_matroska_demux_parse_cluster),
166         (gst_matroska_demux_parse_contents_seekentry),
167         (gst_matroska_demux_parse_contents),
168         (gst_matroska_demux_loop_stream_parse_id),
169         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
170         * gst/matroska/matroska-demux.h:
171         * gst/matroska/matroska-ids.h:
172         Handle return values from pull_range in a more granular way to properly
173         shut down on seeks.
174         Combine return values from push.
175         Implement proper error handling.
176         Prepare for handling seeking correctly.
177
178 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
179
180         * gst/matroska/ebml-read.c:
181         Use GINT64 formatting constants from GLIB.
182
183         * gst/matroska/matroska-demux.c:
184         Add some guards to avoid a possible division by 0 and crashing
185         with NULL events on some systems.
186         Use gst_gdouble_to_guint64 somewhere instead of an implicit
187         conversion. 
188
189         * gst/matroska/matroska-mux.c:
190         Check for invalid timestamps in a bunch of places to avoid
191         writing bogus durations into the output file.
192         Fix some double<->gint64 conversions that weren't using
193         gst_guint64_to_gdouble
194
195 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
196
197         * configure.ac:
198         Move the checks for bison, flex and as to the program section and the
199         check for gcc inline asm to the compiler characteristics section.
200
201 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
202
203         * configure.ac:
204         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
205         plug-ins are included/excluded. (#498222)
206
207 2008-02-29  Michael Smith <msmith@fluendo.com>
208
209         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
210           Don't call gst_object_sync_values() unless we have a valid timestamp.
211
212 2008-02-28  David Schleef  <ds@schleef.org>
213
214         * gst/matroska/matroska-demux.c:
215         * gst/matroska/matroska-ids.h:
216         * gst/matroska/matroska-mux.c:
217           Fix Dirac mapping.  I had previously added a VfW-type
218           mapping, but it looks like Dirac will get a native Matroska
219           mapping, and this is the most likely method.
220
221 2008-02-28  David Schleef  <ds@schleef.org>
222
223         * gst/avi/gstavimux.c: Add Dirac encoding
224
225 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
226
227         Patch by: Peter Kjellerstedt <pkj at axis com>
228
229         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
230         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
231         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
232         * gst/udp/gstudpsrc.h:
233         Port to GstPoll. See #505417.
234
235 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
236
237         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
238         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
239         yet on the srcpad. We need rate and channels before we
240         can do any processing. Fixes bug #519088.
241
242 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
243
244         * configure.ac:
245         Detect and indicate if GCC inline assembly syntax is
246         available.
247
248         * gst/goom/Makefile.am:
249         * gst/goom/convolve_fx.c:
250         * gst/goom/flying_stars_fx.c:
251         * gst/goom/goom_config.h:
252         * gst/goom/goom_core.c:
253         * gst/goom/goomsl.c:
254         * gst/goom/ifs.c:
255         * gst/goom/mmx.c:
256         * gst/goom/plugin_info.c:
257         * gst/goom/xmmx.c:
258         Fix various GCC-isms, and only build the inline assembly
259         with compilers that support GCC inline assembly.
260
261         Fix a couple of other warnings shown with Forte.
262
263 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
264
265         * gst/goom/xmmx.c:
266           Use 'emms' instead of 'femms' to not crash on cpus that do not
267           implement this 3dnow specific instruction.
268
269 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
270
271         * gst/goom/plugin_info.c: (setOptimizedMethods):
272         Use extended MMX for draw_line() too if available, not only
273         normal MMX.
274
275 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
276
277         * ext/jpeg/gstjpeg.c: (plugin_init):
278         Remove (commented out) smoke typefinder. This is in base now.
279
280 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
281
282         * gst/goom2k1/Makefile.am:
283         * gst/goom2k1/gstgoom.c:
284
285         Rename the installed library, and don't register the same 
286         GType name as the new goom.
287
288 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
289
290         * configure.ac:
291         * ext/taglib/Makefile.am:
292           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
293           when building C++ code (#516509).
294
295 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
296
297         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
298         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
299           (setOptimizedMethods):
300           Call oil_init(), otherwise oil_get_cpu_flags() won't return
301           anything useful. Export goom debug category so we can get
302           rid of the VERBOSE define and the printfs.
303
304 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
305
306         * gst/goom/goomsl_heap.c: (align_it):
307         * gst/goom/plugin_info.c: (setOptimizedMethods):
308           Compile fixes for x86-64.
309
310 2008-02-23  Bastien Nocera  <hadess@hadess.net>
311
312         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
313         with warnings, but add other CFLAGS
314
315         * gst/goom/goomsl.c (gsl_instr_set_namespace),
316         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
317         (calculate_labels), (gsl_read_file):
318         * gst/goom/goomsl_lex.l:
319         * gst/goom/goomsl_yacc.y:
320         * gst/goom/plugin_info.c: Remove a few live printf, and
321         fprintf, replace exit() calls with g_assert_not_reached()
322         if it not optimal for a library
323
324 2008-02-23  Bastien Nocera  <hadess@hadess.net>
325
326         * gst/goom/Makefile.am: Remove the warnings being disabled,
327         fix linkage on x86, spotted by Sebastian Dröge
328         <slomo@circular-chaos.org>
329
330         * gst/goom/convolve_fx.c (convolve_init),
331         (create_output_with_brightness), (convolve_apply):
332         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
333         * gst/goom/goomsl.c:
334         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
335         * gst/goom/plugin_info.c:
336         * gst/goom/tentacle3d.c (tentacle_fx_create):
337         Fix warnings, and disable the motifs in the convolve_fx
338         plugin (they were causing warnings, and they were just
339         "Goom" in funny letterring)
340
341 2008-02-23  Bastien Nocera  <hadess@hadess.net>
342
343         * configure.ac: Add checks for Flex/Yacc/Bison and other
344         furry animals, for the new goom 2k4 based plugin
345
346         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
347         CPU optimisations (not working yet), move the old plugin to...
348
349         * gst/goom2k1/*: ... here, in case somebody is sick enough
350
351         Fixes #515073
352
353 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
354
355         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
356         Post the server response code in an error message instead of a generic
357         'error' message. Fixes #517237.
358
359 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
360
361         * tests/check/Makefile.am:
362         Ignore gconfaudiosrc for the states unit test too. It will fallback
363         to alsasrc if the gconf settings can't be read and not everybody has
364         alsa.
365
366 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
367
368         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
369         (gst_wavpack_parse_create_src_pad):
370         * ext/wavpack/gstwavpackparse.h:
371         Always report the duration if we know it in push mode and don't
372         return 0 just to make totem believe we can't seek in push mode.
373         Newer totem version use the SEEKING query which properly reports
374         if we can seek or not.
375
376 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
377
378         Patch by: Jens Granseuer <jensgr at gmx dot net>
379
380         * tests/examples/equalizer/demo.c: (main):
381         C89 fix, moving variable declarations to the beginning of
382         the block. Fixes bug #517933.
383
384 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
385
386         * configure.ac:
387         Back to development...
388
389 === release 0.10.7 ===
390
391 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
392
393         * configure.ac:
394           releasing 0.10.7, "Red Door Black"
395
396 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
397
398         * gst/alpha/Makefile.am:
399         Link alpha plugin with libgstbase. Fixes bug #517386.
400
401 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
404         Init values to -1 instead of the default 0 value.
405         Fixes #516524.
406
407 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
408
409         * tests/examples/spectrum/spectrum-example.c:
410         Add missing include to fix compilation when libxml usage is disabled.
411         Fixes: #516371
412
413 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
414
415         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
416         fixes: #514889
417
418         * gst/rtp/gstrtph264pay.c:
419         * gst/rtp/gstrtpmp4gdepay.c:
420         * gst/rtp/gstrtpmp4gpay.c:
421         * gst/rtp/gstrtpmp4gpay.h:
422         * gst/rtp/gstrtptheorapay.c:
423         * gst/rtp/gstrtpvorbispay.c:
424
425         Fix various leaks shown up in valgrind
426         - free sprops and buffer in error cases in H264 payloader
427         - fix leak in mp4g depayloader when construction the caps
428         - don't leak config string in the mp4g payloader
429         - don't leak buffers and headers in theora and vorbis payloaders
430
431         * tests/check/elements/rtp-payloading.c:
432
433         Fix the RTP data test
434         - Actually send valid amr data to the payloader instead of 20
435         zero-bytes
436         - The mp4g payloader expects codec_data on the caps
437
438 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
439
440         * win32/MANIFEST:
441         Add libgstpng.dsp to MANIFEST.
442         * win32/vs6/libgstaudiofx.dsp:
443         Add new source files to VS project file.
444
445 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
446
447         * sys/ximage/gstximagesrc.c:
448         Initialise variables when opening the X display rather
449         than in _start(), as the display can be opened before that.
450
451         Fixes: #515985
452
453 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
454
455         * sys/directdraw/gstdirectdrawsink.c:
456         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
457         (gst_directdraw_sink_finalize):
458         Properly chain up finalize functions. Fixes bug #515980.
459
460 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
461
462         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
463         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
464         (gst_v4l2_buffer_pool_class_init):
465         Chain up the finalize functions. Fixes bug #515984.
466
467 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
468
469         * sys/ximage/ximageutil.c:
470         Chain up in the finalize function for our custom
471         buffer sub-class.
472         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
473         Fixes: #515706
474
475 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
476
477         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
478         (gst_fenced_buffer_class_init):
479         Properly chain up finalize method. Fixes bug #515979.
480
481 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
482
483         * sys/ximage/gstximagesrc.c:
484         Free allocated Damage memory before closing our connection to the
485         X server. Partially fixes: #515706
486
487 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
488
489         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
490         * tests/check/Makefile.am:
491         * tests/check/gst-plugins-good.supp:
492         Add a few libjpeg suppressions and initialize a variable to
493         make smokeenc valgrind clean. Fixes bug #515701.
494
495 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
496
497         * gst/avi/gstavidemux.c:
498         Revert patch which sends timestamps only on keyframes, as it
499         breaks playback with current gst-ffmpeg.
500
501         Fixes: #515562
502
503 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
504
505         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
506         * tests/check/elements/multifile.c: (GST_START_TEST):
507         Close some memory leaks spotted by the unit test. Fixes bug #515697.
508
509 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
510
511         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
512         Use and unset the GError when pipeline creation fails instead of
513         simply leaking it. Fixes bug #515704.
514
515 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
516
517         * gst/audiofx/audioamplify.c:
518         * gst/audiofx/audiochebband.c:
519         * gst/audiofx/audiocheblimit.c:
520         * gst/audiofx/audiodynamic.c:
521         * gst/audiofx/audioinvert.c:
522         * gst/audiofx/audiopanorama.c:
523         * gst/audiofx/audiowsincband.c:
524         * gst/audiofx/audiowsinclimit.c:
525         Fix long description of audiofx elements. Fixes bug #515457.
526
527 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
528
529         * docs/plugins/Makefile.am:
530         * gst/spectrum/gstspectrum.c:
531         * tests/examples/spectrum/.cvsignore:
532         * tests/examples/spectrum/Makefile.am:
533         * tests/examples/spectrum/spectrum-example.c:
534
535         Add a simple example application for the spectrum element, include it
536         in the docs, and fix some documentation ambiguities.
537
538         Fixes: #348085
539
540 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
541
542         * gst/equalizer/Makefile.am:
543         * gst/spectrum/Makefile.am:
544         Fix includes order
545
546         * tests/check/Makefile.am:
547         Exclude v4l2src from the states test - it takes too long to start.
548
549         * tests/check/elements/spectrum.c:
550         Make the test run properly with CK_FORK=no
551
552 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
553
554         * gst/audiofix/Makefile.am: add missing header files 
555
556 2008-02-08  Julien Moutte  <julien@fluendo.com>
557
558         * gst/matroska/matroska-demux.c:
559         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
560         keyframe and delta units correctly when dealign with a BlockGroup.
561         Fixes: #514397
562
563 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
564
565         * tests/check/elements/.cvsignore:
566         Spell the new tests correctly in .cvsignore
567
568 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
569
570         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
571           Need to use gsize here for the size, fixes compiler warning.
572
573         * tests/examples/equalizer/.cvsignore:
574         * tests/examples/equalizer/Makefile.am:
575         * tests/examples/spectrum/.cvsignore:
576         * tests/examples/spectrum/Makefile.am:
577           Add missing files to fix the build.
578
579 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
580
581         * configure.ac:
582         * docs/plugins/Makefile.am:
583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
585         * docs/plugins/gst-plugins-good-plugins.args:
586         * docs/plugins/gst-plugins-good-plugins.hierarchy:
587         * docs/plugins/inspect/plugin-multifile.xml:
588         * tests/check/Makefile.am:
589         * tests/check/elements/.cvsignore:
590
591         Move multifile plugin from -bad.
592         Fixes: #490283
593
594 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
595
596         * configure.ac:
597         * docs/plugins/Makefile.am:
598         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
599         * docs/plugins/gst-plugins-good-plugins-sections.txt:
600         * docs/plugins/gst-plugins-good-plugins.args:
601         * docs/plugins/gst-plugins-good-plugins.hierarchy:
602         * docs/plugins/inspect/plugin-spectrum.xml:
603         * gst/spectrum/Makefile.am:
604         * tests/check/Makefile.am:
605         * tests/check/elements/.cvsignore:
606         * tests/examples/Makefile.am:
607
608         Move spectrum plugin from -bad.
609         Move examples into tests/examples/spectrum.
610
611 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
612
613         * configure.ac:
614         * docs/plugins/Makefile.am:
615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
617         * docs/plugins/gst-plugins-good-plugins.args:
618         * docs/plugins/gst-plugins-good-plugins.hierarchy:
619         * docs/plugins/gst-plugins-good-plugins.interfaces:
620         * docs/plugins/inspect/plugin-equalizer.xml:
621         * gst/equalizer/Makefile.am:
622         * tests/check/Makefile.am:
623         * tests/examples/Makefile.am:
624         Move the equalizer plugin across from -bad
625
626         * tests/check/elements/.cvsignore:
627         Add equalizer, audiosincwband and audiosincwlimit
628
629         * tests/check/elements/equalizer.c:
630         Fix compiler warnings
631
632         Fixes: #415627
633
634 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
635
636         * configure.ac:
637         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
638         are treated like releases and build without it.
639
640 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
641
642         * docs/plugins/Makefile.am:
643         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
644         * docs/plugins/gst-plugins-good-plugins-sections.txt:
645         * docs/plugins/gst-plugins-good-plugins.args:
646         * docs/plugins/inspect/plugin-audiofx.xml:
647         * gst/audiofx/Makefile.am:
648         * gst/audiofx/audiofx.c:
649         * gst/audiofx/audiowsincband.c:
650         * gst/audiofx/audiowsincband.h:
651         * gst/audiofx/audiowsinclimit.c:
652         * gst/audiofx/audiowsinclimit.h:
653         * tests/check/Makefile.am:
654         * tests/check/elements/audiowsincband.c:
655         * tests/check/elements/audiowsinclimit.c:
656
657         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
658         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
659         respectively.
660
661         Fixes: #467666
662
663 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
664
665         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
666         * tests/check/elements/icydemux.c:
667           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
668           caps, and add a somewhat useful debug message. Plus test.
669
670 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
671
672         * gst/rtsp/gstrtspsrc.c:
673         Include unistd.h only if HAVE_UNISTD_H is defined
674         * win32/common/config.h.in:
675         * win32/common/config.h:
676         Define socklen_t as it seems it's not defined in default 
677         Visual Studio headers.
678         * win32/vs6/libgstalpha.dsp:
679         * win32/vs6/libgstapetag.dsp:
680         * win32/vs6/libgstavi.dsp:
681         * win32/vs6/libgstrtp.dsp:
682         * win32/vs6/libgstrtsp.dsp:
683         * win32/vs6/libgstvideomixer.dsp:
684         Update project file dependencies and add new source files       
685
686 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
687
688         Patch by: Bjarne Rosengren <bjarne at axis dot com>
689
690         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
691         Don't leak buffers when we don't push them downstream.
692         Fixes bug #514965.
693
694 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
695
696         * configure.ac:
697           Bump requirements to (good) released versions to avoid
698           confusion and make implicit core requirement explicit.
699
700 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
701
702         * docs/plugins/Makefile.am:
703         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
704         * docs/plugins/gst-plugins-good-plugins-sections.txt:
705         * docs/plugins/gst-plugins-good-plugins.args:
706         * docs/plugins/inspect/plugin-audiofx.xml:
707         * gst/audiofx/Makefile.am:
708         * gst/audiofx/audiochebband.c:
709         * gst/audiofx/audiochebband.h:
710         * gst/audiofx/audiocheblimit.c:
711         * gst/audiofx/audiocheblimit.h:
712         * gst/audiofx/audiochebyshevfreqband.c:
713         * gst/audiofx/audiochebyshevfreqband.h:
714         * gst/audiofx/audiochebyshevfreqlimit.c:
715         * gst/audiofx/audiochebyshevfreqlimit.h:
716         * gst/audiofx/audiofx.c:
717         * tests/check/Makefile.am:
718         * tests/check/elements/.cvsignore:
719         * tests/check/elements/audiochebband.c:
720         * tests/check/elements/audiocheblimit.c:
721         * tests/check/elements/audiochebyshevfreqband.c:
722         * tests/check/elements/audiochebyshevfreqlimit.c:
723
724         Rename audiochebyshevfreqband -> audiochebband and
725         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
726         surgery.
727
728         Closes: #491811
729
730 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
731
732         Patch by: Orjan Friberg <orjanf at axis dot com>
733
734         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
735         Fix caps memory leak. Fixes #514573.
736
737 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
738
739         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
740         If there's no entries in the subindex, don't try to do anything stupid,
741         just return.
742
743 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
744
745         Patch by: John Millikin <jmillikin at gmail dot com>
746
747         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
748           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
749           Fix extraction of picture blocks with newer libflac versions again:
750           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
751
752 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
753
754         * tests/check/Makefile.am:
755           Add rtp-payloading test to VALGRIND_TO_FIX.
756
757         * tests/check/elements/rtp-payloading.c:
758           Add semicolons after GST_TEST_END so gst-indent gets the
759           formatting right; make test less verbose in general, but
760           more verbose in the error case (which should probably
761           make the test fail anyway).
762
763 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
764
765         * docs/plugins/Makefile.am:
766         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
768         * gst/avi/gstavisubtitle.c:
769         Add documentation for avisubtitle and change class to
770         Codec/Parser/Subtitle
771
772 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
773
774         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
775         Treat ENOTTY (driver does not implement ioctl) the same as
776         EINVAL since it implies there are no available standards.
777
778         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
779         (gst_v4l2src_get_nearest_size):
780         Replace gst_v4l2src_get_size_limits with 2 calls to new function
781         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
782         probe if the driver does not support VIDIOC_TRY_FMT for whatever
783         reason, and if we aren't yet actively capturing.
784
785         * sys/v4l2/v4l2src_calls.h:
786         Remove replaced function declaration.
787
788 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
789
790         * configure.ac:
791         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
792         API.
793
794 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
795
796         * configure.ac:
797         Fix typo.
798
799 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
800
801         * gst/alpha/Makefile.am:
802         * gst/alpha/gstalpha.c:
803
804         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
805         some stuff, and making buffer-alloc and resizing work automatically.
806         No longer crashes on odd frame widths and heights, although there
807         seems to be a disagreement with ffmpegcolorspace about what size
808         an AYUV frame with odd height should be.
809
810 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
811
812         Patch by: Alessandro Decina <alessandro at nnva dot org>
813
814         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
815         * ext/libpng/gstpngenc.h:
816         Preallocate the output buffer so that g_memdup() and
817         gst_buffer_merge() aren't needed anymore. This greatly improves
818         performances and fixes #512544.
819
820 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
823         (gst_avi_demux_stream_data):
824         GStreamer timestamps are PTS values while AVI only knows about DTS
825         timestamps. Make sure we only copy the DTS as the buffer timestamp when
826         we are dealing with a key frame.
827
828 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
829
830         * tests/check/Makefile.am:
831         * tests/check/elements/.cvsignore:
832         * tests/check/elements/rtp-payloading.c:
833           Add add testsuite for the rtp-payloader that tries simulating
834           dataflow. Needs more test data.
835
836 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
837
838         * tests/check/elements/alphacolor.c:
839           Remove two unused variables.
840
841 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
844           Use g_ascii_strtoll() instead of atoll, which is only
845           available in C99.
846
847 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
848
849         * gst/rtp/Makefile.am:
850         * gst/rtp/gstrtp.c:
851         * gst/rtp/gstrtpmpvpay.c:
852         * gst/rtp/gstrtpmpvpay.h:
853         Add MPEG2 video payloader
854
855 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
856
857         * gst/level/gstlevel.c:
858         Use #include <math.h> instead of #include "math.h".
859
860 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
861
862         * tests/check/Makefile.am:
863         Fix up some CFLAGS sets.
864         Don't include gconfvideosrc in the states test.
865
866         * tests/check/elements/autodetect.c: (GST_START_TEST):
867         Add some error strings to fail_unless arguments to fix some weird
868         compiler errors on Solaris.
869
870 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
871
872         * configure.ac:
873         Detect video4linux headers on Solaris too.
874         * sys/v4l2/gstv4l2colorbalance.h:
875         * sys/v4l2/gstv4l2object.h:
876         * sys/v4l2/v4l2_calls.c:
877         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
878         (gst_v4l2_buffer_new):
879
880         Make v4l2 build on Solaris.
881         Patch by: Brian Cameron  <brian.cameron at sun dot com>
882         Fixes: #510505
883
884 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
885
886         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
887           Update list from (still local) scanning script.
888
889 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
890
891         Based on a patch by:
892             Victor STINNER <victor dot stinner at haypocalc dot com>
893
894         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
895         Set variable to NULL after freeing it to prevent double frees
896         or make failures by another use of it afterwards more obvious
897         and fix use of it after the freeing. Fixes bug #510592.
898
899 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
900
901         * gst/udp/gstmultiudpsink.c:
902         use GST_WARNING for logging
903
904 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
905
906         * gst/udp/gstmultiudpsink.c:
907         Don't try to leave a multicast group with an invalid socket
908
909 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * ext/flac/gstflacdec.c:
912           Fix compilation against flac 1.1.2 (as on debian stable), where
913           the picture metadata defines and structs don't exist yet.
914           Fixes #509301.
915
916 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         Patch by: Olivier Crete <tester at tester dot ca>
919
920         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
921         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
922         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
923         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
924         * gst/udp/gstmultiudpsink.h:
925         Add property to automatically join a multicast group or not. This can be
926         useful when sharing a socket between multiple elements.
927         Fixes #509531.
928
929 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
930
931         * gst/videomixer/Makefile.am:
932           Add controller flags.
933
934 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
935
936         * gst/videomixer/videomixer.c:
937           Also commit the missing gst_object_sync_values().
938
939 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
940
941         * docs/plugins/Makefile.am:
942           Remove duplicate entry.
943
944 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
945
946         * docs/plugins/Makefile.am:
947         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
948         * docs/plugins/gst-plugins-good-plugins-sections.txt:
949         * docs/plugins/inspect/plugin-gamma.xml:
950         * docs/plugins/inspect/plugin-monoscope.xml:
951         * docs/plugins/inspect/plugin-video4linux2.xml:
952           Add 3 more plugins to docs.
953
954 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
955
956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
957         * sys/osxvideo/osxvideosink.h:
958           Revert previous change caused by a file that got stuck on an old
959           revision.
960
961 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
962
963         * docs/plugins/gst-plugins-good-plugins-sections.txt:
964         * gst/multipart/Makefile.am:
965         * gst/multipart/multipartdemux.c:
966         * gst/multipart/multipartdemux.h:
967         * gst/multipart/multipartmux.c:
968         * gst/multipart/multipartmux.h:
969           Re-add multipartdemux to the docs. Last round of section cleanup.
970
971 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
972
973         * docs/plugins/Makefile.am:
974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
975         * sys/osxaudio/gstosxaudiosink.h:
976         * sys/osxvideo/osxvideosink.h:
977           Managed to resolve most unused declarations. Filed a bug for one left.          
978
979 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
980
981         * docs/plugins/gst-plugins-good-plugins-sections.txt:
982           Cleanup section file.
983
984 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
985
986         * docs/plugins/Makefile.am:
987         * docs/plugins/gst-plugins-good-plugins.args:
988         * docs/plugins/gst-plugins-good-plugins.signals:
989         * docs/plugins/inspect/plugin-alaw.xml:
990         * docs/plugins/inspect/plugin-alpha.xml:
991         * docs/plugins/inspect/plugin-alphacolor.xml:
992         * docs/plugins/inspect/plugin-annodex.xml:
993         * docs/plugins/inspect/plugin-apetag.xml:
994         * docs/plugins/inspect/plugin-audiofx.xml:
995         * docs/plugins/inspect/plugin-auparse.xml:
996         * docs/plugins/inspect/plugin-autodetect.xml:
997         * docs/plugins/inspect/plugin-avi.xml:
998         * docs/plugins/inspect/plugin-cairo.xml:
999         * docs/plugins/inspect/plugin-cdio.xml:
1000         * docs/plugins/inspect/plugin-cutter.xml:
1001         * docs/plugins/inspect/plugin-debug.xml:
1002         * docs/plugins/inspect/plugin-dv.xml:
1003         * docs/plugins/inspect/plugin-efence.xml:
1004         * docs/plugins/inspect/plugin-effectv.xml:
1005         * docs/plugins/inspect/plugin-flac.xml:
1006         * docs/plugins/inspect/plugin-flxdec.xml:
1007         * docs/plugins/inspect/plugin-gconfelements.xml:
1008         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1009         * docs/plugins/inspect/plugin-goom.xml:
1010         * docs/plugins/inspect/plugin-halelements.xml:
1011         * docs/plugins/inspect/plugin-icydemux.xml:
1012         * docs/plugins/inspect/plugin-id3demux.xml:
1013         * docs/plugins/inspect/plugin-jpeg.xml:
1014         * docs/plugins/inspect/plugin-ladspa.xml:
1015         * docs/plugins/inspect/plugin-level.xml:
1016         * docs/plugins/inspect/plugin-matroska.xml:
1017         * docs/plugins/inspect/plugin-mulaw.xml:
1018         * docs/plugins/inspect/plugin-multipart.xml:
1019         * docs/plugins/inspect/plugin-navigationtest.xml:
1020         * docs/plugins/inspect/plugin-png.xml:
1021         * docs/plugins/inspect/plugin-quicktime.xml:
1022         * docs/plugins/inspect/plugin-rtp.xml:
1023         * docs/plugins/inspect/plugin-rtsp.xml:
1024         * docs/plugins/inspect/plugin-shout2send.xml:
1025         * docs/plugins/inspect/plugin-smpte.xml:
1026         * docs/plugins/inspect/plugin-speex.xml:
1027         * docs/plugins/inspect/plugin-taglib.xml:
1028         * docs/plugins/inspect/plugin-udp.xml:
1029         * docs/plugins/inspect/plugin-videobalance.xml:
1030         * docs/plugins/inspect/plugin-videobox.xml:
1031         * docs/plugins/inspect/plugin-videocrop.xml:
1032         * docs/plugins/inspect/plugin-videoflip.xml:
1033         * docs/plugins/inspect/plugin-videomixer.xml:
1034         * docs/plugins/inspect/plugin-wavenc.xml:
1035         * docs/plugins/inspect/plugin-wavpack.xml:
1036         * docs/plugins/inspect/plugin-wavparse.xml:
1037           Update plugin docs.
1038
1039         * gst/videomixer/Makefile.am:
1040         * gst/videomixer/videomixer.c:
1041         * gst/videomixer/videomixer.h:
1042         * gst/videomixer/videomixerpad.h:
1043           Split out header to fix warnings from the doc-build.
1044
1045 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1046
1047         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1048
1049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1050         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1051
1052 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1053
1054         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1055         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1056           Initialise variables to work around (false) 'foo might be used
1057           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1058
1059 2008-01-11  David Schleef  <ds@schleef.org>
1060
1061         * docs/plugins/.cvsignore:
1062         * tests/check/pipelines/.cvsignore:
1063           Ignore more files for the buildbot.
1064
1065 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1066
1067         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1068         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1069         Generate the image-type values correctly. Leave them out of the caps
1070         when outputting a "preview image" tag, since it only makes sense
1071         to have one of those - the type is irrelevant.
1072
1073         * sys/sunaudio/gstsunaudiomixerctrl.c:
1074         (gst_sunaudiomixer_ctrl_open):
1075         If we can, mark the mixer multiple open when we use it, in case
1076         (for some reason) the process wants to open it again elsewhere.
1077
1078 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1079
1080         Patch by: Olivier Crete <tester at tester dot ca>
1081
1082         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1083         * gst/rtp/gstrtptheorapay.c:
1084         Fix the clock rate to 90000 as required by the RFC.
1085         Fixes #508644.
1086
1087 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1088
1089         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1090           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1091
1092 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1093
1094         * autogen.sh:
1095           Add -Wno-portability to the automake parameters to stop warnings
1096           about GNU make extensions being used. We require GNU make in almost
1097           every Makefile anyway.
1098           
1099         * configure.ac:
1100           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1101           at the same time is required for per target flags.
1102
1103 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1104
1105         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1106         Fix error from my last commit.
1107
1108 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1109
1110         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1111
1112         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1113           Make sure the ISO 639-X language code in ID3v2 COMM frames
1114           is actually valid UTF-8 (or rather: ASCII), so we don't end
1115           up with non-UTF8 strings in tags if there's garbage in the
1116           language field. Also make sure the language code is always
1117           lower case. Fixes: #508291.
1118
1119 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1120
1121         * ChangeLog:
1122           Fix ChangeLog typo.
1123
1124 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1125
1126         * Makefile.am:
1127           Include lcov.mak to allow building coverage reports. Guard
1128           check-torture target like in the other packages.
1129
1130 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1131
1132         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1133
1134         * gst/videomixer/videomixer.c:
1135         (gst_videomixer_set_master_geometry), (_do_init),
1136         (gst_videomixer_child_proxy_get_child_by_index),
1137         (gst_videomixer_child_proxy_get_children_count),
1138         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1139         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1140         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1141         Implement GstChildProxy interface.
1142         Send newsegment at the right moment
1143         Fixes #488879
1144
1145 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1146
1147         * gst/alpha/Makefile.am:
1148         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1149         (gst_alpha_sink_event), (gst_alpha_chain),
1150         (gst_alpha_change_state), (plugin_init):
1151         Make the various properties of 'alpha' controllable. This allows doing
1152         niceties like fade-in/fade-out.
1153
1154 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1155
1156         * gst/rtp/gstasteriskh263.c:
1157         * gst/rtp/gstrtpL16depay.c:
1158         * gst/rtp/gstrtpac3depay.c:
1159         * gst/rtp/gstrtpamrpay.c:
1160         * gst/rtp/gstrtpdepay.c:
1161         * gst/rtp/gstrtpgsmdepay.c:
1162         * gst/rtp/gstrtph263depay.c:
1163         * gst/rtp/gstrtph263pdepay.c:
1164         * gst/rtp/gstrtph263ppay.c:
1165         * gst/rtp/gstrtph264depay.c:
1166         * gst/rtp/gstrtph264pay.c:
1167         * gst/rtp/gstrtpmp2tdepay.c:
1168         * gst/rtp/gstrtpmp4adepay.c:
1169         * gst/rtp/gstrtpmp4gdepay.c:
1170         * gst/rtp/gstrtpmp4gpay.c:
1171         * gst/rtp/gstrtpmp4vdepay.c:
1172         * gst/rtp/gstrtpmpadepay.c:
1173         * gst/rtp/gstrtpmpvdepay.c:
1174         * gst/rtp/gstrtpsv3vdepay.c:
1175         * gst/rtp/gstrtptheoradepay.c:
1176         * gst/rtp/gstrtptheorapay.c:
1177         * gst/rtp/gstrtpvorbisdepay.c:
1178         * gst/rtp/gstrtpvorbispay.c:
1179           Remove copy/paste unused code (property setters and getter) found by
1180           the coverage suite (yay, saves ~20k on disk).
1181
1182 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1183
1184         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1185           (videosink_templ):
1186           Also fix up pad templates to indicate that image/jpeg doesn't
1187           absolutely require the framerate property to be set (#504081).
1188
1189 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1190
1191         Based on patch by: Wouter Cloetens  <wouter at mind be>
1192
1193         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1194           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1195           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1196         * gst/matroska/matroska-mux.h:
1197           Keep track of first and last timestamps for each incoming stream,
1198           so we can calculate the total duration for live sources and other
1199           input where we can't query the duration from the start or where
1200           there's no constant framerate from which we can deduce the
1201           duration; also use calculated/observed duration if it is bigger
1202           than the previously queried duration. Furthermore, use
1203           gst_pad_query_peer_duration() and take into account that it may
1204           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1205           screws up comparisons when using unsigned integers. Fixes #504081.
1206
1207 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1208
1209         * configure.ac:
1210         * gst/audiofx/audioamplify.c:
1211         (gst_audio_amplify_clipping_method_get_type),
1212         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1213         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1214         (gst_audio_dynamic_transform_ip):
1215         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1216         (gst_audio_invert_transform_ip):
1217         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1218         (gst_audio_panorama_transform):
1219         * gst/level/gstlevel.c: (gst_level_init):
1220         Make elements GST_BUFFER_FLAG_GAP aware and call
1221         gst_base_transform_set_gap_aware for this.
1222         Bump core requirement to CVS.
1223         
1224         * gst/audiofx/audiochebyshevfreqband.c:
1225         (gst_audio_chebyshev_freq_band_transform_ip):
1226         * gst/audiofx/audiochebyshevfreqlimit.c:
1227         (gst_audio_chebyshev_freq_limit_transform_ip):
1228         Also sync GObject properties to the controller if operating
1229         in passthrough mode.
1230
1231 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1232
1233         * sys/directdraw/gstdirectdrawsink.c:
1234           (gst_directdraw_sink_window_thread):
1235           FALSE is not a gpointer.
1236
1237 2008-01-05  Julien Moutte  <julien@fluendo.com>
1238
1239         * sys/directdraw/gstdirectdrawsink.c:
1240         (gst_directdraw_sink_set_window_id),
1241         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1242         (gst_directdraw_sink_buffer_alloc),
1243         (gst_directdraw_sink_draw_borders),
1244         (gst_directdraw_sink_show_frame),
1245         (gst_directdraw_sink_setup_ddraw),
1246         (gst_directdraw_sink_window_thread),
1247         (gst_directdraw_sink_get_ddrawcaps),
1248         (gst_directdraw_sink_surface_create): Make sure we create our
1249         internal window only when we need it. That will give a chance to
1250         the application to get the prepare-xwindow-id bus message. Draw
1251         black borders when keeping aspect ratio. Handle the case where our
1252         rendering window disappears (closed or errors) like other sinks
1253         do. Various 80 columns fixes, improve state change order. That
1254         element could need some more love.
1255
1256 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1257
1258         * ext/taglib/gstapev2mux.h:
1259         * ext/taglib/gstid3v2mux.h:
1260         Remove useless typedefs without new type name. Fixes a warning with
1261         gcc 4.3.
1262
1263 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1264
1265         Patch by: John Millikin <jmillikin at gmail dot com>
1266
1267         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1268         (gst_flac_dec_setup_stream_decoder),
1269         (gst_flac_normalize_picture_mime_type),
1270         (gst_flac_extract_picture_buffer),
1271         (gst_flac_dec_metadata_callback):
1272         Emit metadata messages when a PICTURE block is encountered.
1273         Fixes #506715.
1274
1275 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1276
1277         * gst/avi/gstavi.c:
1278         increase rank because no known issues anymore ...
1279         * gst/avi/gstavisubtitle.c:
1280         send subtitle name to the srcpad
1281
1282 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1283
1284         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1285         * gst/rtsp/gstrtspsrc.h:
1286         Implement redirect for the DESCRIBE reply. Fixes #506025.
1287
1288 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1289
1290         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1291         Fix 'xyz may be used uninitialized' compiler warnings caused
1292         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1293         abort() in any case but properly report the error.
1294
1295 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1296
1297         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1298         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1299         * sys/ximage/gstximagesrc.c: (composite_pixel):
1300           Fix 'xyz may be used uninitialized' compiler warnings caused
1301           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1302           not really nice to abort in any case). Fixes #505745.
1303
1304 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1305
1306         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1307           Small unit test fix (has no practical impact at the moment,
1308           since we're only feeding utf8 and hence just create a sub-
1309           buffer for the output).
1310
1311 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1312
1313         * gst/avi/gstavisubtitle.c:
1314         * tests/check/elements/avisubtitle.c:
1315         Add seeking support for avi subtitle
1316
1317 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1318
1319         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1320         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1321         (gst_flac_dec_write):
1322         * ext/flac/gstflacdec.h:
1323         Remove some unused vars.
1324         Do more cleanup of leftover events and tags.
1325         Output tags after the segment event. Fixes #504018.
1326
1327 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1328
1329         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1330           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1331           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1332           Detect other UTF byte order markers and convert to UTF-8 as
1333           appropriate.
1334
1335 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         * gst/avi/gstavisubtitle.c: (src_template),
1338           (gst_avi_subtitle_extract_utf8_file),
1339           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1340           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1341           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1342         * gst/avi/gstavisubtitle.h:
1343           Refactor a bit; fix name extraction; don't assume all the data
1344           in the chunk is actually subtitle data, there may be padding at
1345           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1346           file so it's there to send again after a seek (for future use).
1347
1348 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1349
1350         * gst/avi/Makefile.am:
1351         * gst/avi/gstavi.c:
1352         * gst/avi/gstavisubtitle.c:
1353         * gst/avi/gstavisubtitle.h:
1354         * tests/check/Makefile.am:
1355         * tests/check/elements/avisubtitle.c:
1356         * win32/common/config.h:
1357                 Add avi subtitle element for bug #442034. Need seeking support
1358                 and more support for character conversion.
1359
1360 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1361
1362         * Makefile.am:
1363           Include common/win32.mak for CRLF check of win32 project
1364           files (see #393626).
1365
1366         * win32/vs6/libgstpng.dsp:
1367           Fix line endings and do cvs admin -kb.
1368
1369 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1370
1371         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1372         Actually drop the buffers which are outside the currently configured
1373         segment instead of just emitting a WARNING.
1374
1375 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1376
1377         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1378         (gst_flac_dec_write):
1379         * ext/flac/gstflacdec.h:
1380         Send segments from the streaming thread. Fixes #502187.
1381         Fix segment seeking and a bunch of other seeking cases.
1382
1383 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1386           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1387           which is where it would end up if the same information was
1388           put in a vorbis comment (don't think it's worth adding a
1389           new URI tag for this). Fixes #488112.
1390
1391 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * configure.ac:
1394           We need core/base 0.10.15 or later.
1395
1396 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1397
1398         Patch by: Mark Nauwelaerts <manauw skynet be>
1399
1400         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1401         Fix regression in stream numbering. Fixes #502655.
1402
1403 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1404
1405         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1406
1407         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1408         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1409         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1410         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1411         (gst_rtp_h264_pay_handle_buffer):
1412         * gst/rtp/gstrtph264pay.h:
1413         Use higher performance start-code searching.
1414         Parse NALs and store SPS, PPS and profile in the caps so that they can
1415         be used in the SDP. Fixes #502814.
1416
1417 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1418
1419         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1420         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1421           Init some structs to zero before we pass them to ioctl, which
1422           avoids valgrind warnings.  Also fix a small memory leak.
1423
1424 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1425
1426         Patch by: Wouter Cloetens <wouter at mind dot be>
1427
1428         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1429         Copy timestamp from input to output. Not very perfect yet but better
1430         than nothing. Fixes #503023.
1431
1432 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1433
1434         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1435           Also print a useful error message with the old Wavpack API
1436           if possible.
1437
1438 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1439
1440         * ext/wavpack/gstwavpackdec.c:
1441           More build fixes for old libwavpack versions: include config.h so
1442           that WAVPACK_OLD_API is actually defined as detected; only use
1443           WavpackGetErrorMessage if it is available. This fixes the build
1444           on debian stable for me.
1445
1446 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1447
1448         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1449         * ext/wavpack/gstwavpackparse.c:
1450           (gst_wavpack_parse_create_src_pad):
1451           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1452           versions below 4.40.0.
1453
1454 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1455
1456         * configure.ac:
1457           And now do it right for real...
1458
1459 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1460
1461         * configure.ac:
1462           Correctly reset $LIBS to not contain -lm.
1463
1464 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1465
1466         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1467
1468         * configure.ac:
1469         * ext/cairo/gsttimeoverlay.c:
1470           (gst_cairo_time_overlay_print_smpte_time):
1471           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1472           and checking for rint() and implementing it ourself if it doesn't
1473           exist. Fixes #497293.
1474
1475 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1476
1477         * configure.ac:
1478           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1479
1480 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1481
1482         * sys/oss/gstosshelper.c:
1483         Verify that the format returned after the ioctl is the one
1484         we requested. It is valid for the ioctl to succeed while
1485         substituting an alternate 'supported' sample format.
1486
1487 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1488
1489         * sys/oss/gstossaudio.c: (plugin_init):
1490         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1491         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1492           Post decent (and translated) error message when we can't
1493           open the audio device for some reason.
1494
1495 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1496
1497         * sys/oss/gstosssink.c:
1498         * sys/oss/gstosssrc.c:
1499         Allow the AUDIODEV environment variable to redirect us
1500         to a different default OSS device, like sunaudiosink does
1501         on Solaris (makes audio play automatically on SunRays).
1502
1503 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1504
1505         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1506         * gst/audiofx/audiochebyshevfreqband.c:
1507         (gst_audio_chebyshev_freq_band_transform_ip):
1508         * gst/audiofx/audiochebyshevfreqlimit.c:
1509         (gst_audio_chebyshev_freq_limit_transform_ip):
1510         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1511         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1512         The transform_ip() methods should do nothing if in passthrough mode.
1513         It might get non-writable buffers in that case but the buffer might
1514         as well be writable.
1515
1516         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1517         The transform() methods won't be called in passthrough mode and
1518         otherwise the buffer is always writable so don't check here.
1519
1520 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1521
1522         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1523           Fix seeking in .wav files again (#501775).  Some people seem to think
1524           they don't need to test their changes when they're just 'reflowing'
1525           some code.
1526
1527 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1528
1529         * gst/autodetect/gstautovideosink.c:
1530         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1531         (gst_auto_video_sink_init),
1532         (gst_auto_video_sink_create_element_with_pretty_name),
1533         (gst_auto_video_sink_find_best),
1534         (gst_auto_video_sink_set_property),
1535         (gst_auto_video_sink_get_property):
1536         * gst/autodetect/gstautovideosink.h:
1537         Fix docs.
1538         Use same error reporting code as autoaudiosink.
1539         Add property to filter sinks based on caps. Only select raw video sinks
1540         by default for backwards compat.
1541         API: GstAutoVideoSink::filter-caps
1542
1543 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1544
1545         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1546
1547         * gst/autodetect/gstautoaudiosink.c:
1548         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1549         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1550         (gst_auto_audio_sink_set_property),
1551         (gst_auto_audio_sink_get_property):
1552         * gst/autodetect/gstautoaudiosink.h:
1553         Add property to filter sinks based on caps. Only select raw audio sinks
1554         by default for backwards compat.  Fixes #417420.
1555         API: GstAutoAudioSink::filter-caps
1556
1557 2007-11-29  Michael Smith <msmith@fluendo.com>
1558
1559         Patch by: Arek Korbik <arkadini@gmail.com>
1560
1561         * gst/videobox/gstvideobox.c: (plugin_init):
1562           Initialise liboil in plugin_init()
1563
1564 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1565
1566         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1567         Post error before sending EOS. Fixes #499178.
1568
1569 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1570
1571         * win32/vs6/gst_plugins_good.dsw:
1572         * win32/vs6/libgstpng.dsp:
1573         Add a project file for libgstpng
1574
1575 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1576
1577         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1578         (gst_rtp_h263_depay_process):
1579         Code beautification.
1580         Added debug statements.
1581         Don't bit-shift everything, just do operations on last/first byte
1582         instead.
1583
1584 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1585
1586         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1587
1588         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1589         Fix wrong comparison in overrun check. Fixes #499239 some more.
1590
1591 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1592
1593         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1594         (gst_rtp_h263_depay_process):
1595         * gst/rtp/gstrtph263depay.h:
1596         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1597         stream.
1598
1599 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1600
1601         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1602
1603         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1604         (gst_rtp_mp4a_depay_process):
1605         * gst/rtp/gstrtpmp4adepay.h:
1606         Fix depayloading when multiple frames are inside one RTP packet.
1607         Fixes #499239.
1608
1609 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1610
1611         * gst/level/gstlevel.c:
1612           Add GAP-flag support.
1613
1614 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1615
1616         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1617         Read the I flag for Mode A h263 rtp stream and set the
1618         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1619         Fixes #499383
1620
1621 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1622
1623         * gst/level/gstlevel.c:
1624           Remove some dead code and do cleanups.
1625
1626 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1627
1628         * tests/check/pipelines/simple-launch-lines.c:
1629           Improve the tests by allowing to set a target state.
1630
1631 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1632
1633         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1634         Don't check the caps of the output buffer if they're equal some
1635         other caps. The caps can change in a backward compatible way
1636         and did at this point.
1637
1638 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1639
1640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1641         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1642         (gst_qtdemux_seek_to_previous_keyframe),
1643         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1644         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1645         reverse playback support.
1646
1647 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1648
1649         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1650         Also set the channel layout on the Wavpack caps if we're having
1651         a mono layout. Of course only do it for "audio/x-wavpack".
1652
1653 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1654
1655         * ext/wavpack/gstwavpackcommon.c:
1656         (gst_wavpack_get_default_channel_mask),
1657         (gst_wavpack_set_channel_layout),
1658         (gst_wavpack_get_default_channel_positions),
1659         (gst_wavpack_get_channel_mask_from_positions),
1660         (gst_wavpack_set_channel_mapping):
1661         * ext/wavpack/gstwavpackcommon.h:
1662         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1663         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1664         * ext/wavpack/gstwavpackdec.h:
1665         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1666         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1667         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1668         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1669         (gst_wavpack_enc_rewrite_first_block),
1670         (gst_wavpack_enc_sink_event):
1671         * ext/wavpack/gstwavpackenc.h:
1672         * ext/wavpack/gstwavpackparse.c:
1673         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1674         (gst_wavpack_parse_scan_to_find_sample),
1675         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1676         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1677         * ext/wavpack/gstwavpackparse.h:
1678         Add support for encoding, parsing and decoding multichannel
1679         files with up to 8 channels. This also improves the robustness
1680         of parsing quite a bit.
1681
1682         * ext/wavpack/gstwavpackstreamreader.c:
1683         (gst_wavpack_stream_reader_read_bytes),
1684         (gst_wavpack_stream_reader_get_pos),
1685         (gst_wavpack_stream_reader_set_pos_abs),
1686         (gst_wavpack_stream_reader_set_pos_rel),
1687         (gst_wavpack_stream_reader_push_back_byte),
1688         (gst_wavpack_stream_reader_get_length),
1689         (gst_wavpack_stream_reader_can_seek),
1690         (gst_wavpack_stream_reader_write_bytes):
1691         Improve debugging.
1692
1693 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1694
1695         * ext/libpng/gstpngdec.c:
1696         * ext/libpng/gstpngdec.h:
1697           Don't release the png-memory from within the callback.
1698
1699 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1700
1701         Patch by: René Stadler <mail at renestadler dot de>
1702
1703         * ext/libpng/gstpngenc.c:
1704           Don't leak buffer data memory. Fixes #498395.
1705
1706 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1707
1708         Patch by: René Stadler <mail at renestadler dot de>
1709
1710         * tests/check/pipelines/simple-launch-lines.c:
1711           Tests for #498395.
1712
1713 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1714
1715         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1716         (gst_tag_lib_mux_adjust_event_offsets):
1717         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1718         * sys/osxaudio/Makefile.am:
1719         * sys/osxvideo/cocoawindow.h:
1720         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1721
1722 2007-11-15  David Schleef  <ds@schleef.org>
1723
1724         * ext/cairo/gsttextoverlay.c:
1725           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1726
1727 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1728
1729         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1730
1731         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1732         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1733         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1734         * gst/rtp/gstrtpmp2tpay.h:
1735         Fill the MTU with as many packets as possible. Fixes #491323.
1736
1737 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1738
1739         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1740
1741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1742         Fix some more leaks. Fixes #497007.
1743
1744 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1745
1746         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1747
1748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1749         (gst_rtspsrc_stream_configure_tcp):
1750         Fix 3 pad leaks. Fixes #496983.
1751
1752 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1753
1754         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1755
1756         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1757         Fix small leak. Fixes #497017.
1758
1759 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1760
1761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1762         (gst_qtdemux_prepare_current_sample),
1763         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1764         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1765         * gst/qtdemux/qtdemux_fourcc.h:
1766         * gst/qtdemux/qtdemux_types.c:
1767         Add suppport for theora in quicktime according to XiphQT.
1768
1769 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1770
1771         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1772         (gst_v4l2src_init), (gst_v4l2src_set_property),
1773         (gst_v4l2src_get_property):
1774         * sys/v4l2/gstv4l2src.h:
1775         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1776           Always copy buffers by default (handle safer with bugged drivers)
1777           and added a property to make it possible to use mmap effectively (no
1778           copy if possible) when application wants to. Fixes: #480557.
1779
1780 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         * gst/id3demux/id3tags.c:
1783         * gst/id3demux/id3tags.h:
1784         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1785           We don't want the same string multiple times in a tag list for the
1786           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1787           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1788
1789 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1790
1791         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1792           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1793           into ID3v2 TXXX frames (fixes #347848).
1794
1795 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1796
1797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1798           Don't leak sdp message contents (fixes #496773).
1799
1800         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1801           Don't leak URI string.
1802
1803 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1804
1805         Patch by: Julien Puydt <julien dot puydt at laposte net>
1806
1807         * ext/raw1394/Makefile.am:
1808         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1809           (gst_1394_property_probe_get_properties),
1810           (gst_1394_property_probe_probe_property),
1811           (gst_1394_property_probe_needs_probe),
1812           (gst_1394_property_probe_get_values),
1813           (gst_1394_property_probe_interface_init),
1814           (gst_1394_type_add_property_probe_interface):
1815         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1816         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1817           (gst_dv1394src_init), (gst_dv1394src_dispose),
1818           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1819           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1820           (gst_dv1394src_update_device_name):
1821         * ext/raw1394/gstdv1394src.h:
1822           Implement GstPropertyProbe interface and add "device-name" property,
1823           so applications can use this to probe for available devices in the
1824           same way they can already with v4lsrc and v4l2src (however horrible
1825           this property probe interface may be). Fixes #358841.
1826
1827 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1830
1831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1832           (gst_rtspsrc_parse_range):
1833           Don't leak event, don't leak range (fixes #496752).
1834
1835 2007-11-14  Michael Smith <msmith@fluendo.com>
1836
1837         Patch by: Arek Korbik <arkadini@gmail.com>
1838
1839         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1840           Detect RGBA/BGRA correctly on little endian systems.
1841
1842 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1843
1844         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1845           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1846           corresponding ioctl() call fails even though the driver claims to
1847           support this format, just fall back to the pre-2.6.19 kernel
1848           routine that creates caps with suitable height and width ranges
1849           (see #448278).
1850
1851 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1852
1853         Patch by: Mark Nauwelaerts <manauw skynet be>
1854
1855         * gst/matroska/matroska-demux.c:
1856           (gst_matroska_demux_push_dvd_clut_change_event),
1857           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1858           (gst_matroska_demux_subtitle_caps):
1859         * gst/matroska/matroska-ids.h:
1860           Extract palette data for dvd subpicture streams and send it
1861           downstream as custom gstreamer dvd event (fixes #453417).
1862
1863 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1866           Implement minimal parsing of the passed pango font description
1867           string, so passing a font size works the same as with the
1868           pango textoverlay plugin; fixes #455086.
1869           (Maybe we could just use pangocairo here at some point).
1870
1871 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1872
1873         * gst/avi/gstavidemux.c:
1874         * gst/wavparse/gstwavparse.c:
1875           Return the result in _activate_pull(). Don't ref element there.
1876
1877 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1880         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1881         (gst_wavparse_srcpad_event):
1882           Ref the element when we should, but not when we its not needed. Reflow
1883           the event_handling to not leak the event.       
1884
1885 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1886
1887         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1888         (qtdemux_parse_samples):
1889         Properly free QTDemuxSamples array.
1890         Protect table write with a sensible check, some files apparently DO contain
1891         stts values starting with 0 :(
1892
1893 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1894
1895         * gst/avi/gstavidemux.c:
1896         * gst/qtdemux/qtdemux.c:
1897           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1898           previous commit messed up.
1899
1900 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1901
1902         * gst/avi/gstavidemux.c:
1903         * gst/qtdemux/qtdemux.c:
1904           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1905           element when we should, but not when we its not needed.
1906
1907 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1908
1909         * gst/wavparse/gstwavparse.c:
1910           Return FALSE if we can't handle a query instead of changing the
1911           format. Ignore fact when dealing with mpeg audio.
1912
1913 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1914
1915         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1916
1917         * configure.ac:
1918         * gst/udp/gstdynudpsink.c:
1919         * gst/udp/gstdynudpsink.h:
1920         * gst/udp/gstmultiudpsink.c:
1921         * gst/udp/gstmultiudpsink.h:
1922         * gst/udp/gstudpsink.c:
1923         * gst/udp/gstudpsink.h:
1924           Fix includes for MSVC and GLib-2.14.0 (#492388).
1925
1926         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1927           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1928
1929 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1930
1931         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1932         (gst_mulawdec_chain):
1933         * gst/law/mulaw-decode.h:
1934         Calculate outgoing buffer duration if incoming buffer didn't have a
1935         valid duration.
1936
1937 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1938
1939         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1940         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1941         Smarter combine_flow code that also deals with downstream elements
1942         returning UNEXPECTED when they receive data out of the segment
1943         boundaries. Fixes #491305.
1944
1945 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1946
1947         * sys/v4l2/v4l2src_calls.c:
1948           Fix 'unused variable' compiler warning when compiling against
1949           older kernel headers.
1950
1951 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
1952
1953         * ext/taglib/gstid3v2mux.cc (add_funcs):
1954           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
1955
1956 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
1957
1958         * tests/check/pipelines/simple-launch-lines.c:
1959            Improve the tests a little more.
1960
1961 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
1962
1963         patch by: Yun Zheng Hu
1964
1965         * sys/osxaudio/gstosxaudiosrc.c:
1966         Use default input device instead of default output device and
1967         only memcpy actual available bytes.
1968
1969 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
1970
1971         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1972           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
1973           early. It is temporary until we find something better.
1974
1975 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1976
1977         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1978
1979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
1980         Fix race when pausing a RTSP stream in interleaved.
1981         Fixes #475784.
1982
1983 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
1984
1985         Patch by: Peter Kjellerstedt <pkj at axis com>
1986
1987         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
1988         Use correct unref function for buffers. #488844.
1989
1990 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
1991
1992         * gst/avi/gstavimux.c:
1993         * tests/check/elements/avimux.c:
1994           Add some debug and sync tests with the fix.     
1995
1996 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
1997
1998         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
1999
2000         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2001         When the socket is used by the app for other purposes, don't generate an
2002         error if there is activaty on the socket that is not data related.
2003         Fixes #487488.
2004
2005 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2006
2007         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2008         (gst_v4l2src_grab_frame):
2009         Add some more debug info. Generate an error when we run out of buffers
2010         for some reason. See #480557.
2011
2012 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2013
2014         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2015
2016         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2017         Set marker bit correctly.
2018
2019 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2020
2021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2022         Use allowed name for the GstStructure.
2023
2024 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2025
2026         * ext/gconf/gstswitchsink.c:
2027         * gst/autodetect/gstautoaudiosink.c:
2028           Use new gst_bus_pop_filtered().
2029
2030 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2031
2032         * sys/v4l2/gstv4l2src.c:
2033         * sys/v4l2/v4l2src_calls.c:
2034           When probing the formats and sizes a camera supports, make
2035           sure the best ones (highest resolution, prefered format)
2036           end up at the beginning of the probed caps and the less
2037           desirable ones at the end.  This is important because the
2038           order within the caps matters for things like fixation and
2039           negotiation, ie. what format is chosen in the end.
2040           With recent kernels, the current probing code will end up
2041           querying the supported sizes from lowest resolution to
2042           highest resolution, adding them to the probed caps in that
2043           order, resulting to v4l2src fixating to the lowest possible
2044           resolution if downstream does not express a size preference.
2045           Also make up a somewhat random ranking of prefered output
2046           formats for the same reason. Fixes #485828.
2047         
2048 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2049
2050         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2051
2052         * gst/id3demux/id3v2frames.c:
2053           Extract license/copyright URIs from ID3v2 WCOP frames
2054           (Fixes #447000).
2055
2056         * tests/check/elements/id3demux.c:
2057         * tests/files/Makefile.am:
2058         * tests/files/id3-447000-wcop.tag:
2059           Add simple unit test.
2060
2061 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2062
2063         * ext/taglib/gstid3v2mux.cc:
2064           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2065           Prerequisite for #447000.
2066
2067 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2068
2069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2070         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2071         a GstClockTime.
2072
2073 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2074
2075         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2076         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2077         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2078         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2079         (gst_rtspsrc_change_state):
2080         More seeking fixes, mostly passing around the new playback segment in
2081         order to configure it properly.
2082         Also reset base_time of udp sources when setting them back to PLAYING as
2083         a temporary hack until core supports seek in live sources properly.
2084
2085 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2086
2087         * gst/rtp/gstrtpmp4adepay.c:
2088         Fix caps as to not confuse autopluggers.
2089
2090 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2091
2092         * gst/id3demux/gstid3demux.c:
2093         * gst/id3demux/gstid3demux.h:
2094         * gst/id3demux/id3tags.c:
2095         * gst/id3demux/id3tags.h:
2096         * gst/id3demux/id3v2frames.c:
2097           Port ID3 tag demuxer over to the new GstTagDemux in -base
2098           (now would be a good time to test re-importing your music
2099           collection).
2100
2101 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2102
2103         * gst/apetag/Makefile.am:
2104         * gst/apetag/gstapedemux.c:
2105         * gst/apetag/gstapedemux.h:
2106         * gst/apetag/gsttagdemux.c:
2107         * gst/apetag/gsttagdemux.h:
2108           Port APE tag demuxer over to the new GstTagDemux in -base.
2109
2110 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2111
2112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2113         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2114         (gst_rtspsrc_handle_internal_src_query),
2115         (gst_rtspsrc_handle_src_query), (new_session_pad),
2116         (gst_rtspsrc_stream_configure_tcp),
2117         (gst_rtspsrc_stream_configure_transport),
2118         (gst_rtspsrc_loop_send_cmd):
2119         Improve flushing behaviour.
2120         Set state of the udp sources to PAUSE/PLAYING correctly.
2121         Handle events and queries for UDP and TCP transport now.
2122
2123 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2124
2125         * gst/rtp/gstrtpgsmdepay.c:
2126         * gst/rtp/gstrtpgsmpay.c:
2127           Add log category.
2128
2129 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2130
2131         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2132
2133         * tests/check/Makefile.am:
2134         * tests/check/pipelines/simple-launch-lines.c:
2135           Add unit tests for payloaders/depayloaders.
2136
2137 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * gst/avi/gstavimux.c:
2140         * gst/avi/gstavimux.h:
2141           Also save codec data for audio streams. Fixes #482495.
2142
2143 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2144
2145         * gst/avi/gstavimux.c:
2146           Fix "Index entry has invalid stream nr 1".
2147           Add support for muxing aac - work in progress (see #482495).
2148
2149 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2150
2151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2152         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2153         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2154         * gst/rtsp/gstrtspsrc.h:
2155         Parse bandwidth modifiers, they are not yet configured in the session
2156         manager because we don't have an API for that yet.
2157
2158 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2159
2160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2161         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2162         Use shiny new function in -base to get the default clock-rate.
2163         Update some docs.
2164
2165 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2166
2167         * win32/MANIFEST:
2168         Add files to win32 manifest.
2169         * win32/vs6/libgstaudiofx.dsp:
2170         * win32/vs6/libgstqtdemux.dsp:
2171         * win32/vs6/libgstrtp.dsp:
2172         * win32/vs6/libgstrtsp.dsp:
2173         Update project files.
2174
2175 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2176
2177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2178         (gst_rtspsrc_play):
2179         * gst/rtsp/gstrtspsrc.h:
2180         In TCP mode, only timestamp the first buffer. TCP is not real time and
2181         it does not make sense to try to skew compensate, also some servers send
2182         the first batch of data in a burst.
2183
2184 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2185
2186         * gst/matroska/matroska-demux.c:
2187           Fix setting the discont flag on the first buffer
2188           pushed downstream for formats with private codec
2189           data that needs to be deserialised into buffers
2190           (such as vorbis and FLAC when in a matroska container).
2191
2192 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2193
2194         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2195
2196         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2197         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2198         (gst_rtp_mp4v_pay_handle_buffer):
2199         * gst/rtp/gstrtpmp4vpay.h:
2200         Free the config string. Fixes #480707.
2201         Clean up the timestamp code a little.
2202
2203 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2204
2205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2206         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2207         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2208         * gst/rtsp/gstrtspsrc.h:
2209         Set timestamps on RTP buffers in interleaved mode.
2210         Mark first buffers with a DISCONT.
2211         Remove flush hack now that sync for live sources has been figured out.
2212
2213 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2214
2215         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2216         Update documentation.
2217
2218 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2219
2220         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2221         (gst_rtp_xqt_depay_change_state):
2222         * gst/qtdemux/gstrtpxqtdepay.h:
2223         Fail if we don't know the quicktime format.
2224
2225 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2226
2227         * ext/flac/gstflacenc.c:
2228         * ext/flac/gstflacenc.h:
2229           Save the flow return from the last gst_pad_push() and
2230           make sure we pass the right flow return value upstream
2231           in the case of failure; minor clean-ups.
2232
2233 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2234
2235         * ext/taglib/gstapev2mux.cc:
2236         * ext/taglib/gstid3v2mux.cc:
2237         * gst/apetag/gstapedemux.c:
2238           Add support for the new GST_TAG_COMPOSER (#459809).
2239
2240 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2241
2242         * gst/law/alaw-decode.c:
2243         * gst/law/alaw-decode.h:
2244         * gst/law/alaw-encode.c:
2245         * gst/law/alaw-encode.h:
2246         * gst/law/alaw.c:
2247         * gst/law/mulaw-conversion.h:
2248           Compulsive clean-ups: use boilerplate macros, add debug
2249           categories, fix up things to conform to symbol nomenklatura,
2250           etc.
2251
2252 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2253
2254         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2255
2256         * gst/law/alaw-decode.c:
2257         * gst/law/alaw-encode.c:
2258           Use static tables for A-Law decoding and encoding; this makes
2259           A-Law decoding and encoding less CPU-intensive, but increases
2260           the binary size a bit. Leaving old code around for now,
2261           selectable by a define in the code. Fixes #435435.
2262
2263 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2264
2265         * configure.ac:
2266         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2267         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2268         in configure.ac.
2269
2270 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2271
2272         Patch by: Jan Gerber <j at bootlab dot org>
2273
2274         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2275         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2276
2277 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2278
2279         * sys/oss/gstosshelper.c:
2280           Use GST_WARNING instead of a g_critical. This situation is not caused
2281           by the application.
2282
2283 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2284
2285         * po/LINGUAS:
2286         * po/nl.po:
2287           Updated translations.
2288
2289 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2290
2291         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2292
2293         * po/eu.po:
2294           Added Basque translation.
2295
2296 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2297
2298         translated by: Abel Cheung <abelcheung@gmail.com>
2299
2300         * po/zh_HK.po:
2301         * po/zh_TW.po:
2302           Added Chinese (traditional and Hong Kong) translation.
2303
2304 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2305
2306         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2307
2308         * po/pl.po:
2309           Added Polish translation.
2310
2311 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2312
2313         translated by: Ilkka Tuohela <hile@iki.fi>
2314
2315         * po/fi.po:
2316           Added Finnish translation.
2317
2318 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2319
2320         translated by: Jorge González González <aloriel@gmail.com>
2321
2322         * po/es.po:
2323           Added Spanish translation.
2324
2325 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2326
2327         translated by: Mogens Jaeger <mogens@jaeger.tf>
2328
2329         * po/da.po:
2330           Added Danish translation.
2331
2332 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2333
2334         translated by: Funda Wang <fundawang@linux.net.cn>
2335
2336         * po/zh_CN.po:
2337           Added Chinese (simplified) translation.
2338
2339 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2340
2341         translated by: Alexander Shopov <ash@contact.bg>
2342
2343         * po/bg.po:
2344           Added Bulgarian translation.
2345
2346 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2347
2348         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2349         Set outgoing packet duration because we can. Fixes #478244 some more.
2350
2351 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2352
2353         * ext/cairo/gsttextoverlay.c:
2354           Add info about static leak.
2355         
2356         * tests/check/Makefile.am:
2357         * tests/check/generic/states.c:
2358           Improved state change unit test.
2359
2360 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2361
2362         * docs/plugins/.cvsignore:
2363         * tests/check/.cvsignore:
2364           Ignore registries in any format.
2365
2366 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2367
2368         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2369         Removed some unused code.
2370
2371         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2372         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2373         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2374         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2375         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2376         (gst_rtp_theora_pay_flush_packet):
2377         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2378         Try to preserve the incomming buffer duration on the outgoing
2379         packets. Fixes #478244.
2380
2381 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2382
2383         * ext/taglib/gstapev2mux.cc:
2384         * ext/taglib/gstid3v2mux.cc:
2385           Work around compiler warnings with g++-4.2 when assigning a
2386           string constant to a gchar * (partially fixes #478092).
2387
2388 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2389
2390         * configure.ac:
2391           We require core CVS now for gst_base_src_set_do_timestamp().
2392
2393 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2394
2395         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2397         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2398         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2399         (gst_rtspsrc_handle_message):
2400         Fix compiler warnings shown with Forte.
2401
2402 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2403
2404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2405         (gst_rtspsrc_dup_printf):
2406         Give meaningfull error when all streams failed to configure for some
2407         reason.
2408
2409 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2410
2411         * gst/rtp/README:
2412         Update README with the design for synchronisation rules of RTP on
2413         sender and receiver.
2414
2415 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2416
2417         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2418         (gst_wavparse_chain):
2419         Don't push EOS from the chain function, the element
2420         driving the pipeline is responsible for this. The bug
2421         this was meant to fix seems to be queue not forwarding
2422         EOS in all cases (see #476514).
2423
2424 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2425
2426         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2427         (gst_level_transform_ip):
2428         * gst/level/gstlevel.h:
2429         Use basetransform segment so that it is correctly managed on flushes and
2430         start/stop.
2431         Report message timestamp as stream time, which is what an application
2432         can understand.
2433
2434 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2435
2436         * ext/taglib/gstapev2mux.cc:
2437         * ext/taglib/gstapev2mux.h:
2438         * ext/taglib/gsttaglibmux.c:
2439         * tests/check/elements/apev2mux.c:
2440         Update my mail address.
2441
2442 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2443
2444         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2445         (gst_wavparse_loop), (gst_wavparse_chain):
2446         Add EOS logic for the push-based mode too. Fixes #476514.
2447
2448 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2449
2450         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2451         * gst/law/alaw-encode.h:
2452         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2453         (gst_mulawenc_chain):
2454         * gst/law/mulaw-encode.h:
2455         Fix law encoder timestamps.
2456
2457 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2458
2459         * ext/gconf/gstgconfaudiosink.c:
2460           Fix warning when building without debug.
2461
2462         * sys/oss/gstossmixertrack.c:
2463           Use const like in alsamixertrack.c (fixes warnings).
2464
2465 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2466
2467         * sys/v4l2/v4l2src_calls.c:
2468         (gst_v4l2src_probe_caps_for_format_and_size):
2469         Fix framerate detection code some more.
2470         Handle the case where there is a weird step in the stepwise framerates.
2471         Don't overwrite the min interval with the framerate, use a temp variable
2472         instead.
2473         Use max in the Continuous framerate intervals instead of step, which is
2474         1 according to the docs. Fixes #475424.
2475
2476 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2477
2478         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2479         Make udpsrc timestamp outgoing buffers based on when they were received.
2480         Also make it output a segment in time.
2481
2482 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2483
2484         * gst/avi/gstavidemux.c:
2485           Plug a little leak. Little code cleanups.
2486
2487 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2488
2489         * configure.ac:
2490           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2491           flac versions, 's good for cross-compilation karma.
2492
2493 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2496
2497         * gst/rtp/gstrtph263pay.c:
2498           Fix up header structure so that compilers don't add padding
2499           between the structure fields, since that would lead to us
2500           sending RTP packets with broken headers (as is currently the
2501           case when compiling with MSVC). Also see similar fixes in
2502           libgstrtp in gst-plugins-base. (#474616; #471194)
2503
2504 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2505
2506         * sys/v4l2/v4l2src_calls.c:
2507         (gst_v4l2src_probe_caps_for_format_and_size):
2508         Don't overwrite our GValue with 0 but instead use the previously
2509         computed value. Fixes #471823 some more.
2510
2511 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2512
2513         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2514           No tabs in this file please, or gtk-doc will end up documenting
2515           rather absurd class hierarchies.
2516
2517 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2518
2519         * ext/gconf/gstswitchsink.c:
2520           If the new kid element fails to change state for some reason
2521           (e.g. esdsink not being able to connect to the sound server),
2522           forward the error message it posted on the bus instead of just
2523           posting a generic 'Internal state change error: please file a
2524           bug' error message. Fixes #471364.
2525
2526 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2527
2528         * gst/qtdemux/Makefile.am:
2529         * gst/qtdemux/qtdemux.c:
2530           Don't assume tags are encoded as UTF-8 (#473670).
2531
2532 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2533
2534         * sys/v4l2/gstv4l2src.c:
2535         * sys/v4l2/gstv4l2src.h:
2536         * sys/v4l2/v4l2src_calls.c:
2537           Implement LATENCY queries in the crudest way possible so I don't
2538           have to use sync=false any longer when testing with videosinks.
2539
2540 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2541
2542         * configure.ac:
2543           Fix build.
2544
2545 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2546
2547         * sys/v4l2/v4l2src_calls.c:
2548         (gst_v4l2src_probe_caps_for_format_and_size):
2549         Add some more debugging in the framerate function.
2550         Iterate stepwise framerate up to and _including_ the max and if nothing
2551         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2552         don't end up with an empty list. Fixes #471823
2553
2554 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2555
2556         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2557         (gst_multiudpsink_set_clients_string),
2558         (gst_multiudpsink_get_clients_string),
2559         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2560         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2561         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2562         (gst_multiudpsink_clear):
2563         Add property do configure destination address/port pairs
2564         API:GstMultiUDPSink::clients
2565
2566 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2567
2568         * tests/examples/Makefile.am:
2569         * tests/examples/rtp/Makefile.am:
2570         * tests/examples/rtp/client-H263p-AMR.sh:
2571         * tests/examples/rtp/client-H263p-PCMA.sdp:
2572         * tests/examples/rtp/client-H263p-PCMA.sh:
2573         * tests/examples/rtp/client-H264-PCMA.sdp:
2574         * tests/examples/rtp/client-H264-PCMA.sh:
2575         * tests/examples/rtp/client-PCMA.sh:
2576         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2577         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2578         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2579         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2580         Added some RTP example scripts for sending and receiving RTP streams.
2581
2582 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2583
2584         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2585         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2586         Restructure the setcaps function so that we can also compute the
2587         expected GStreamer output size of the video frames.
2588         Set frame_byte_size correctly so that read-based devices have a chance
2589         of working correctly.
2590         When grabbing a frame, discard frames that are not of the expected size.
2591         Some cameras don't output the right framesize for the first buffer.
2592         Try only a couple of times to get a valid frame, else error out.
2593
2594         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2595         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2596         Add some more debug info when scanning the device.
2597
2598         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2599         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2600         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2601         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2602         Add some more debug info when dequeing a frame.
2603
2604 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2605
2606         * gst/wavparse/gstwavparse.c:
2607           More code cleanups. Add some more comment and improve debugs logs.
2608
2609 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2610
2611         * gst/wavparse/gstwavparse.c:
2612         * gst/wavparse/gstwavparse.h:
2613           Implement seek-query. Refactor duration calculations. Appropriate use
2614           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2615           out of loops.
2616
2617 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2618
2619         * gst/avi/gstavidemux.c:
2620           Implement seek-query.
2621
2622 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2623
2624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2625         (gst_rtspsrc_dup_printf):
2626         Use new basesink async property to make sparse RTCP packet not wait for
2627         preroll.
2628
2629 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2630
2631         * gst/audiofx/Makefile.am:
2632         Dist the right file.
2633
2634 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2635
2636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2637         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2638         Make sure we generate and parse floating point values in the POSIX
2639         locale instead of the current locale. 
2640
2641 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2642
2643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2644         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2645         (gst_rtspsrc_play):
2646         * gst/rtsp/gstrtspsrc.h:
2647         Fix method detection again.
2648         Keep track of when we must send a Range header.
2649         Use segment values for Range, Speed and Scale headers.
2650         Parse Speed and Scale headers to update the segment values.
2651
2652 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2653
2654         patch by: Mark Nauwelaerts <manauw@skynet.be>
2655
2656         * sys/v4l2/v4l2src_calls.c:
2657           Handle optional v4l2 ioctls gracefully.
2658
2659 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2660
2661         * gst/rtp/Makefile.am:
2662         * gst/rtp/gstrtp.c: (plugin_init):
2663         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2664         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2665         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2666         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2667         (gst_rtp_h263_depay_get_property),
2668         (gst_rtp_h263_depay_change_state),
2669         (gst_rtp_h263_depay_plugin_init):
2670         * gst/rtp/gstrtph263depay.h:
2671         Added an H263 depayloader. Fixes #369392.
2672
2673         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2674         (gst_rtp_h263p_depay_process):
2675         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2676         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2677         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2678         payloads.
2679         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2680
2681 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2682
2683         * gst/audiofx/audiochebyshevfreqband.c:
2684         * gst/audiofx/audiochebyshevfreqlimit.c:
2685         Add small comparision with the windowed sinc filters in the docs.
2686
2687 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2688
2689         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2690         (audiochebyshevfreqband_suite):
2691         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2692         (audiochebyshevfreqlimit_suite):
2693         Also test 32 bit float mode and the type 2 variants of the filters.
2694
2695 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2696
2697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2698         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2699         (gst_rtspsrc_loop):
2700         Refactor the udp and interleaved loop function a bit.
2701
2702 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2703
2704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2705         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2706         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2707         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2708         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2709         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2710         * gst/rtsp/gstrtspsrc.h:
2711         Protect connection activity with a new lock, avoids deadlocks when going
2712         to PAUSED. Fixes #455808.
2713
2714 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2715
2716         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2717         Fix debug statement.
2718
2719 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2720
2721         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2722         Fix stray %u in debug line as spotted by Saur on IRC.
2723
2724 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2725
2726         * gst/audiofx/audiochebyshevfreqband.c:
2727         (gst_audio_chebyshev_freq_band_class_init):
2728         * gst/audiofx/audiochebyshevfreqlimit.c:
2729         (gst_audio_chebyshev_freq_limit_class_init):
2730         Use generator macros for the process functions for the different
2731         sample types, add lower upper boundaries for the GObject properties
2732         so automatically generated UIs can use sliders and add a note about
2733         the number of poles as a too high number of poles combined with
2734         very low or very high frequencies will produce only noise.
2735         * docs/plugins/gst-plugins-good-plugins.args:
2736         Regenerated for the property changes.
2737
2738 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2739
2740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2741         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2742         (gst_rtspsrc_stream_configure_udp_sink),
2743         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2744         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2745         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2746         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2747         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2748         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2749         * gst/rtsp/gstrtspsrc.h:
2750         Improve timeout handling.
2751         Use the same socket for sending and receiving RTCP packets so that some
2752         servers can track clients better.
2753         Improve connection closed handling. Try to reconnect.
2754         Don't overwrite our content base with NULL.
2755         Improve debugging.
2756         Improve range parsing and handling.
2757         Remove flushing hack now that core does the right thing.
2758
2759 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2760
2761         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2762         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2763         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2764         (gst_multiudpsink_close), (gst_multiudpsink_add):
2765         * gst/udp/gstmultiudpsink.h:
2766         Add support for getting and setting the socket to use.
2767
2768         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2769         (gst_udpsrc_create), (gst_udpsrc_get_property):
2770         Add support for getting the currently used socket.
2771
2772 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2773
2774         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2775
2776         * gst/audiofx/Makefile.am:
2777         * gst/audiofx/audiochebyshevfreqband.c:
2778         (gst_audio_chebyshev_freq_band_mode_get_type),
2779         (gst_audio_chebyshev_freq_band_base_init),
2780         (gst_audio_chebyshev_freq_band_dispose),
2781         (gst_audio_chebyshev_freq_band_class_init),
2782         (gst_audio_chebyshev_freq_band_init),
2783         (generate_biquad_coefficients), (calculate_gain),
2784         (generate_coefficients),
2785         (gst_audio_chebyshev_freq_band_set_property),
2786         (gst_audio_chebyshev_freq_band_get_property),
2787         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2788         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2789         (gst_audio_chebyshev_freq_band_start):
2790         * gst/audiofx/audiochebyshevfreqband.h:
2791         * gst/audiofx/audiochebyshevfreqlimit.c:
2792         (gst_audio_chebyshev_freq_limit_mode_get_type),
2793         (gst_audio_chebyshev_freq_limit_base_init),
2794         (gst_audio_chebyshev_freq_limit_dispose),
2795         (gst_audio_chebyshev_freq_limit_class_init),
2796         (gst_audio_chebyshev_freq_limit_init),
2797         (generate_biquad_coefficients), (calculate_gain),
2798         (generate_coefficients),
2799         (gst_audio_chebyshev_freq_limit_set_property),
2800         (gst_audio_chebyshev_freq_limit_get_property),
2801         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2802         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2803         (gst_audio_chebyshev_freq_limit_start):
2804         * gst/audiofx/audiochebyshevfreqlimit.h:
2805         * gst/audiofx/audiofx.c: (plugin_init):
2806         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2807         Fixes #464800.
2808
2809         * tests/check/Makefile.am:
2810         * tests/check/elements/.cvsignore:
2811         * tests/check/elements/audiochebyshevfreqband.c:
2812         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2813         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2814         * tests/check/elements/audiochebyshevfreqlimit.c:
2815         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2816         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2817         Add unit tests for the chebyshev filters.
2818
2819         * docs/plugins/Makefile.am:
2820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2822         * docs/plugins/gst-plugins-good-plugins.args:
2823         * docs/plugins/inspect/plugin-1394.xml:
2824         * docs/plugins/inspect/plugin-audiofx.xml:
2825         * docs/plugins/inspect/plugin-dv.xml:
2826         * docs/plugins/inspect/plugin-flac.xml:
2827         * docs/plugins/inspect/plugin-jpeg.xml:
2828         * docs/plugins/inspect/plugin-png.xml:
2829         * docs/plugins/inspect/plugin-rtp.xml:
2830         * docs/plugins/inspect/plugin-shout2send.xml:
2831         * docs/plugins/inspect/plugin-wavpack.xml:
2832         And add docs for the chebyshev filters. While doing
2833         that also run make update in docs/plugins.
2834
2835 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2836
2837         * ext/annodex/gstcmmltag.c:
2838         * gst/rtp/gstrtpvorbispay.c:
2839           Make ro memory to share.
2840
2841 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2842
2843         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2844         Improve UDP performance by avoiding a select() when we have data
2845         available immediatly.
2846
2847 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2848
2849         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2850         (gst_rtp_dec_class_init):
2851         * gst/rtsp/gstrtpdec.h:
2852         Add (dummy) SSRC management signals.
2853
2854         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2855         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2856         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2857         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2858         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2859         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2860         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2861         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2862         * gst/rtsp/gstrtspsrc.h:
2863         Add connection-speed property.
2864         Add find_stream helper functions.
2865         Handle stream EOS based on BYE messages or SSRC timeout.
2866         Returns SUCCESS from the state change function as we hide our async
2867         elements from the parent.
2868
2869 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2870
2871         * gst/debug/rndbuffersize.c:
2872           Fix da leak.
2873
2874 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2875
2876         * gst/debug/Makefile.am:
2877         * gst/debug/breakmydata.c:
2878         * gst/debug/gstdebug.c:
2879         * gst/debug/negotiation.c:
2880         * gst/debug/progressreport.c:
2881         * gst/debug/rndbuffersize.c:
2882         * gst/debug/testplugin.c:
2883           Add new test element and clean-up the others a little.
2884
2885 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2886
2887         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2888         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2889
2890 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2891
2892         * gst/rtp/gstrtpilbcdepay.c:
2893           Include stdlib.
2894
2895 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2896
2897         * gst/rtp/gstrtpmpvdepay.c:
2898         Set the mpegversion in the caps so that autoplugging does not get
2899         confused.
2900
2901 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2902
2903         * po/hu.po:
2904         * po/uk.po:
2905         * po/vi.po:
2906           Updated translations.
2907
2908 2007-08-08  Michael Smith <msmith@fluendo.com>
2909
2910         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2911           Render right border in the correct location.
2912
2913 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2914
2915         Patch by: Olivier Crete <tester at tester dot ca>
2916
2917         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2918         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2919         Make mode property a string. Fixes #464475.
2920
2921 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2922
2923         * ext/flac/gstflacenc.c:
2924           Widen caps to match decoder a bit and add more FIXMEs.
2925
2926 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2927
2928         patch by: Mark Nauwelaerts <manauw@skynet.be>
2929
2930         * gst/avi/gstavimux.c:
2931           Fix ODML index tag numbering. Fixes #463624.
2932
2933 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2934
2935         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2936         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2937         (gst_rtspsrc_stream_configure_tcp),
2938         (gst_rtspsrc_stream_configure_udp_sink):
2939         Fix default clock-rate for realmedia.
2940         Fix parsing of transport.
2941         Don't try to link NULL pads.
2942
2943 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2944
2945         * po/POTFILES.skip:
2946           Add POTFILES.skip with list of source files that aren't disted at the
2947           moment but contain translatable strings. Should hopefully pacify
2948           broken tools and make it clearer that these files are left out
2949           intentionally (#461600).
2950
2951 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
2952
2953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
2954         If the buffer was entirely clipped ... don't try sending it :)
2955
2956 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2957
2958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
2959         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
2960         (gst_rtspsrc_create_transports_string),
2961         (gst_rtspsrc_prepare_transports):
2962         If we don't hav a session manager, set the caps on outgoing buffers
2963         ourselves.
2964         Force PAUSE/PLAY methods for now until the extensions can overwrite.
2965         Append final bit of the transport string even when it does not contain a
2966         placeholder.
2967
2968 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2969
2970         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
2971         (gst_rtsp_ext_list_connect):
2972         * gst/rtsp/gstrtspext.h:
2973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2974         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
2975         Clean up the interface list.
2976         Allow connecting to interface signals for the extensions.
2977         Remove old extension code.
2978         Free list on cleanup.
2979         Allow extensions to send additional RTSP messages.
2980
2981 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
2982
2983         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
2984         Handle a NULL gconf key gracefully by rendering the default element.
2985
2986 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
2987
2988         * gst/rtsp/gstrtspext.h:
2989         Fix include path for extension interface.
2990
2991 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2992
2993         * gst/audiofx/audioamplify.h:
2994         Also remove a now unecessary variable here.
2995
2996 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
2997
2998         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
2999         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3000         * gst/audiofx/audiodynamic.c:
3001         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3002         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3003         * gst/audiofx/audiodynamic.h:
3004         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3005         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3006         * gst/audiofx/audioinvert.h:
3007         Don't save format information ourselves, this is already saved in
3008         GstAudioFilter.
3009
3010 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3011
3012         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3013         (gst_rtsp_ext_list_stream_select):
3014         * gst/rtsp/gstrtspext.h:
3015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3016         Use rank to filter out extensions.
3017         Add url to stream_select interface call.
3018
3019 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3020
3021         * gst/rtsp/Makefile.am:
3022         * gst/rtsp/base64.c:
3023         * gst/rtsp/base64.h:
3024         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3025         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3026         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3027         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3028         (gst_rtsp_ext_list_setup_media),
3029         (gst_rtsp_ext_list_configure_stream),
3030         (gst_rtsp_ext_list_get_transports),
3031         (gst_rtsp_ext_list_stream_select):
3032         * gst/rtsp/gstrtspext.h:
3033         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3034         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3035         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3036         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3037         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3038         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3039         (gst_rtspsrc_stream_configure_tcp),
3040         (gst_rtspsrc_stream_configure_mcast),
3041         (gst_rtspsrc_stream_configure_udp),
3042         (gst_rtspsrc_stream_configure_udp_sink),
3043         (gst_rtspsrc_stream_configure_transport),
3044         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3045         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3046         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3047         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3048         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3049         (gst_rtspsrc_parse_methods),
3050         (gst_rtspsrc_create_transports_string),
3051         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3052         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3053         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3054         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3055         * gst/rtsp/gstrtspsrc.h:
3056         * gst/rtsp/rtsp.h:
3057         * gst/rtsp/rtspconnection.c:
3058         * gst/rtsp/rtspconnection.h:
3059         * gst/rtsp/rtspdefs.c:
3060         * gst/rtsp/rtspdefs.h:
3061         * gst/rtsp/rtspext.h:
3062         * gst/rtsp/rtspextwms.c:
3063         * gst/rtsp/rtspextwms.h:
3064         * gst/rtsp/rtspmessage.c:
3065         * gst/rtsp/rtspmessage.h:
3066         * gst/rtsp/rtsprange.c:
3067         * gst/rtsp/rtsprange.h:
3068         * gst/rtsp/rtsptransport.c:
3069         * gst/rtsp/rtsptransport.h:
3070         * gst/rtsp/rtspurl.c:
3071         * gst/rtsp/rtspurl.h:
3072         * gst/rtsp/sdp.h:
3073         * gst/rtsp/sdpmessage.c:
3074         * gst/rtsp/sdpmessage.h:
3075         * gst/rtsp/test.c:
3076         Use shiny new RTSP and SDP library.
3077         Implement RTSP extensions using the new interface.
3078         Remove a lot of old code.
3079
3080 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3081
3082         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3083         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3084
3085 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3086
3087         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3088         Don't unref the outgoing buffer twice when dropping it because it's
3089         outside of the segment.
3090
3091 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3092
3093         * configure.ac:
3094         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3095         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3096         Use the new buffer clipping function from gstaudio here and
3097         require gst-plugins-base CVS.
3098         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3099         For framed Wavpack buffers we require a valid timestamp.
3100
3101 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3102
3103         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3104         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3105         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3106         Clip raw audio and video when we can, keep track of current output
3107         segment.
3108         Don't leak buffers and events when there is no output pad.
3109         Improve debugging here and there.
3110
3111 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3112
3113         * configure.ac:
3114           Sync liboil check with plugins-base.
3115
3116 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3117
3118         * ext/annodex/Makefile.am:
3119           Fix CFLAGS/LIBS.
3120
3121         * ext/cdio/gstcdiocddasrc.c:
3122         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3123           Include stdlib
3124
3125         * ext/cairo/Makefile.am:
3126         * gst/videofilter/Makefile.am:
3127         * tests/examples/level/Makefile.am:
3128           Use $(LIBM) instead of -lm
3129
3130 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3131
3132         * sys/v4l2/gstv4l2src.c:
3133           Add another example pipeline.
3134
3135 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3136
3137         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3138
3139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3140           Use define here.
3141
3142         * sys/v4l2/gstv4l2tuner.c:
3143         (gst_v4l2_tuner_set_frequency_and_notify):
3144           Don't touch the property - its still disabled.
3145
3146         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3147         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3148         * sys/v4l2/v4l2src_calls.h:
3149           Improve fallback format negotionation. Fixes #451388
3150
3151 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * tests/check/elements/videocrop.c: (GST_START_TEST):
3154           Fix the test.
3155
3156 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3157
3158         * docs/plugins/Makefile.am:
3159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3161         * docs/plugins/inspect/plugin-jpeg.xml:
3162         * docs/plugins/inspect/plugin-png.xml:
3163         * ext/jpeg/gstjpegdec.c:
3164         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3165         (gst_pngdec_sink_setcaps):
3166           More docs. More logs in pngdec.
3167
3168 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3169
3170         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3171           Initialize num_buffers with minimum value.
3172
3173         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3174         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3175           Handle frame-size query failure gracefully.
3176
3177 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3178
3179         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3180         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3181         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3182         of qt/aac files.
3183
3184 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3185
3186         * ext/wavpack/gstwavpackdec.c:
3187         (gst_wavpack_dec_clip_outgoing_buffer):
3188         Fix buffer clipping to correctly clip to the segment stop.
3189
3190 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3191
3192         * configure.ac:
3193         * tests/Makefile.am:
3194         Remove bogus check for libcheck, since we check for
3195         gstreamer-check and it pulls in the required info from there,
3196         and we weren't actually _using_ the information for libcheck
3197         ourselves anyway.
3198
3199 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3200
3201         * configure.ac:
3202           Use pkg-config to locate check.
3203
3204 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3205
3206         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3207         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3208         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3209         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3210         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3211         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3212         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3213         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3214         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3215         * gst/effectv/gstrev.c: (gst_revtv_transform):
3216         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3217         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3218         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3219         * gst/matroska/matroska-demux.c:
3220         (gst_matroska_demux_add_wvpk_header),
3221         (gst_matroska_demux_check_subtitle_buffer),
3222         (gst_matroska_decode_buffer):
3223         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3224           Fix build against core CVS.
3225
3226 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3227
3228         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3229         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3230         don't have enough granularity to convert that boolean into a
3231         GstFlowReturn.
3232
3233 2007-07-06  Michael Smith <msmith@fluendo.com>
3234
3235         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3236         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3237         (gst_alawdec_change_state):
3238         * gst/law/alaw-decode.h:
3239         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3240         (gst_mulawdec_class_init), (gst_mulawdec_init),
3241         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3242         * gst/law/mulaw-decode.h:
3243           Fix capsnego bogosity in *law decoders. 
3244
3245 2007-07-06  Michael Smith <msmith@fluendo.com>
3246
3247         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3248         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3249         (gst_smokeenc_change_state):
3250         * ext/jpeg/gstsmokeenc.h:
3251           Remove stupidity in get/set caps functions.
3252           Fix some refcounting problems.
3253
3254 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3255
3256         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3257         Remove endianness-flipping hack that seems to have been required
3258         only because of a bug in ffmpegcolorspace.
3259         Partially Fixes: #451908
3260
3261 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3262
3263         * docs/plugins/Makefile.am:
3264           Simplify --extra-dir as gtkdoc scans recursively.
3265
3266 2007-07-03  Wim Taymans  <wim@fluendo.com>
3267
3268         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3269
3270         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3271         Set the encoding-name in the rtp caps to all uppercase, as required by
3272         the caps spec.
3273         Some small cleanups in the error paths. Fixes #453037.
3274
3275 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3276
3277         * ext/wavpack/gstwavpackparse.c:
3278         (gst_wavpack_parse_index_get_last_entry),
3279         (gst_wavpack_parse_index_get_entry_from_sample),
3280         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3281         (gst_wavpack_parse_scan_to_find_sample):
3282         * ext/wavpack/gstwavpackparse.h:
3283         Use a GSList for the GArray that is used like a list anyway.
3284
3285 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3286
3287         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3288         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3289         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3290           Add state change function where we set 0/1 as default framerate in
3291           case our setcaps function isn't called, like it might not in a
3292           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3293           gdkpixbufdec trying to create caps with a 0/0 framerate.
3294           Also post an error message on the bus if gst_pad_push() fails when
3295           called from our sink event handler (+1 for flow returns for event
3296           functions in 0.11) instead of failing silently.
3297
3298 2007-06-27  Wim Taymans  <wim@fluendo.com>
3299
3300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3301         Cast stack args to the proper types. Fixes #451249.
3302
3303 2007-06-27  Wim Taymans  <wim@fluendo.com>
3304
3305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3306         (new_session_pad), (gst_rtspsrc_setup_streams):
3307         * gst/rtsp/gstrtspsrc.h:
3308         For container formats we only need to activate one of the streams so
3309         that we correctly signal no-more-pads. Fixes #451015.
3310
3311 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3312
3313         * docs/plugins/gst-plugins-good-plugins.args:
3314         * docs/plugins/inspect/plugin-aasink.xml:
3315         * docs/plugins/inspect/plugin-alaw.xml:
3316         * docs/plugins/inspect/plugin-alpha.xml:
3317         * docs/plugins/inspect/plugin-alphacolor.xml:
3318         * docs/plugins/inspect/plugin-annodex.xml:
3319         * docs/plugins/inspect/plugin-apetag.xml:
3320         * docs/plugins/inspect/plugin-audiofx.xml:
3321         * docs/plugins/inspect/plugin-auparse.xml:
3322         * docs/plugins/inspect/plugin-autodetect.xml:
3323         * docs/plugins/inspect/plugin-avi.xml:
3324         * docs/plugins/inspect/plugin-cacasink.xml:
3325         * docs/plugins/inspect/plugin-cairo.xml:
3326         * docs/plugins/inspect/plugin-cdio.xml:
3327         * docs/plugins/inspect/plugin-cutter.xml:
3328         * docs/plugins/inspect/plugin-debug.xml:
3329         * docs/plugins/inspect/plugin-efence.xml:
3330         * docs/plugins/inspect/plugin-effectv.xml:
3331         * docs/plugins/inspect/plugin-esdsink.xml:
3332         * docs/plugins/inspect/plugin-flac.xml:
3333         * docs/plugins/inspect/plugin-flxdec.xml:
3334         * docs/plugins/inspect/plugin-gconfelements.xml:
3335         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3336         * docs/plugins/inspect/plugin-goom.xml:
3337         * docs/plugins/inspect/plugin-halelements.xml:
3338         * docs/plugins/inspect/plugin-icydemux.xml:
3339         * docs/plugins/inspect/plugin-id3demux.xml:
3340         * docs/plugins/inspect/plugin-jpeg.xml:
3341         * docs/plugins/inspect/plugin-ladspa.xml:
3342         * docs/plugins/inspect/plugin-level.xml:
3343         * docs/plugins/inspect/plugin-matroska.xml:
3344         * docs/plugins/inspect/plugin-mulaw.xml:
3345         * docs/plugins/inspect/plugin-multipart.xml:
3346         * docs/plugins/inspect/plugin-navigationtest.xml:
3347         * docs/plugins/inspect/plugin-ossaudio.xml:
3348         * docs/plugins/inspect/plugin-png.xml:
3349         * docs/plugins/inspect/plugin-quicktime.xml:
3350         * docs/plugins/inspect/plugin-rtp.xml:
3351         * docs/plugins/inspect/plugin-rtsp.xml:
3352         * docs/plugins/inspect/plugin-smpte.xml:
3353         * docs/plugins/inspect/plugin-speex.xml:
3354         * docs/plugins/inspect/plugin-taglib.xml:
3355         * docs/plugins/inspect/plugin-udp.xml:
3356         * docs/plugins/inspect/plugin-videobalance.xml:
3357         * docs/plugins/inspect/plugin-videobox.xml:
3358         * docs/plugins/inspect/plugin-videocrop.xml:
3359         * docs/plugins/inspect/plugin-videoflip.xml:
3360         * docs/plugins/inspect/plugin-videomixer.xml:
3361         * docs/plugins/inspect/plugin-wavenc.xml:
3362         * docs/plugins/inspect/plugin-wavparse.xml:
3363         * docs/plugins/inspect/plugin-ximagesrc.xml:
3364           Update docs with caps info.
3365
3366 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3367
3368         * po/POTFILES.in:
3369           Add more files with translatable strings (#450878).
3370
3371 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3372
3373         * MAINTAINERS:
3374         Updating all the maintainers files
3375
3376 2007-06-22  Edward Hervey  <edward@fluendo.com>
3377
3378         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3379         * gst/interleave/deinterleave.c: (deinterleave_init),
3380         (deinterleave_sink_link):
3381         * gst/interleave/interleave.c: (interleave_init):
3382         * gst/median/gstmedian.c: (gst_median_init):
3383         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3384         Fix memory leaks.
3385         * tests/check/elements/id3demux.c: (pad_added_cb):
3386         Remove unused variable.
3387
3388 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3389
3390         * ext/gconf/gconf.h:
3391         Make the prototype of gst_gconf_get_key_for_sink_profile
3392         match the implementation.
3393         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3394         Fixes: #449747
3395
3396 2007-06-20  Michael Smith <msmith@fluendo.com>
3397
3398         * gst/rtp/gstrtpdepay.c:
3399           Fix description - rtpdepay is not a payloader.
3400
3401 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3402
3403         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3404         (qtdemux_video_caps):
3405         * gst/qtdemux/qtdemux_fourcc.h:
3406           Add MJPG to the variants of motion jpeg.
3407
3408 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3409
3410         * tests/check/Makefile.am:
3411         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3412         * tests/check/elements/videocrop.c: (GST_START_TEST):
3413         * tests/check/elements/videofilter.c:
3414         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3415         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3416           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3417           error flags are included and it errors out on compiler warnings
3418           for CVS builds; remove unused variables in various unit tests.
3419
3420 2007-06-19  Wim Taymans  <wim@fluendo.com>
3421
3422         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3423         (rtsp_connection_close), (rtsp_connection_free):
3424         Use threadsafe inet_ntop to convert an ip number to a string. 
3425         Fixes #447961.
3426         Don't leak fd (and ip) when freeing a connection without first closing
3427         it.
3428
3429 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3430
3431         * configure.ac:
3432         Back to CVS
3433
3434         * gst-plugins-good.doap:
3435         Add 0.10.6 to the doap file.
3436
3437 === release 0.10.6 ===
3438
3439 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3440
3441         * configure.ac:
3442           releasing 0.10.6, "Wobble Board"
3443
3444 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3445
3446         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3447         (rtsp_connection_free):
3448           Revert previous commit again, since we are frozen (sorry).
3449
3450 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3451
3452         Patch by: Peter Kjellerstedt <pkj at axis com>
3453
3454         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3455         (rtsp_connection_free):
3456           inet_ntoa() uses a static buffer internally, so we need to copy the
3457           returned string if we want to store it for later (#447961).
3458
3459 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3460
3461         * win32/vs6/autogen.dsp:
3462         * win32/vs6/gst_plugins_good.dsw:
3463         * win32/vs6/libgstalaw.dsp:
3464         * win32/vs6/libgstalpha.dsp:
3465         * win32/vs6/libgstalphacolor.dsp:
3466         * win32/vs6/libgstapetag.dsp:
3467         * win32/vs6/libgstaudiofx.dsp:
3468         * win32/vs6/libgstauparse.dsp:
3469         * win32/vs6/libgstautodetect.dsp:
3470         * win32/vs6/libgstavi.dsp:
3471         * win32/vs6/libgstcutter.dsp:
3472         * win32/vs6/libgstdirectdraw.dsp:
3473         * win32/vs6/libgstdirectsound.dsp:
3474         * win32/vs6/libgsteffectv.dsp:
3475         * win32/vs6/libgstflx.dsp:
3476         * win32/vs6/libgstgoom.dsp:
3477         * win32/vs6/libgsticydemux.dsp:
3478         * win32/vs6/libgstid3demux.dsp:
3479         * win32/vs6/libgstinterleave.dsp:
3480         * win32/vs6/libgstjpeg.dsp:
3481         * win32/vs6/libgstlevel.dsp:
3482         * win32/vs6/libgstmatroska.dsp:
3483         * win32/vs6/libgstmedian.dsp:
3484         * win32/vs6/libgstmonoscope.dsp:
3485         * win32/vs6/libgstmulaw.dsp:
3486         * win32/vs6/libgstmultipart.dsp:
3487         * win32/vs6/libgstqtdemux.dsp:
3488         * win32/vs6/libgstrtp.dsp:
3489         * win32/vs6/libgstrtsp.dsp:
3490         * win32/vs6/libgstsmpte.dsp:
3491         * win32/vs6/libgstspeex.dsp:
3492         * win32/vs6/libgstudp.dsp:
3493         * win32/vs6/libgstvideobalance.dsp:
3494         * win32/vs6/libgstvideobox.dsp:
3495         * win32/vs6/libgstvideocrop.dsp:
3496         * win32/vs6/libgstvideoflip.dsp:
3497         * win32/vs6/libgstvideomixer.dsp:
3498         * win32/vs6/libgstwaveform.dsp:
3499         * win32/vs6/libgstwavenc.dsp:
3500         * win32/vs6/libgstwavparse.dsp:
3501         Mark *.dsp & *.dsw as binary files and convert to DOS line
3502         endings, as they don't load into VS6 correctly otherwise.
3503
3504 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3505
3506         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3507         (rtsp_connection_connect):
3508         Fix the MingW build. 
3509         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3510         Fixes: #446981
3511
3512 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3513
3514         * tests/check/elements/.cvsignore:
3515         * tests/icles/.cvsignore:
3516         Hush the buildbots up
3517
3518 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3519
3520         * configure.ac:
3521         * sys/Makefile.am:
3522         * sys/directdraw/Makefile.am:
3523         * sys/directsound/Makefile.am:
3524         * sys/waveform/Makefile.am:
3525         Make sure to dist everything needed for win32 builds.
3526
3527 2007-06-14  Edward Hervey  <edward@fluendo.com>
3528
3529         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3530         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3531         caps.
3532         Fixes #447458
3533
3534 2007-06-13  Wim Taymans  <wim@fluendo.com>
3535
3536         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3537         Make sure we allocate enough memory for the codec_data.
3538         Fixes #447210.
3539
3540 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3541
3542         * win32/MANIFEST:
3543         Add videocrop project file to the win32 manifest.
3544         * win32/vs6/gst_plugins_good.dsw:
3545         Add qtdemux,videocrop and waveform projects to the workspace.
3546         * win32/vs6/libgstqtdemux.dsp:
3547         Add zlib to the link list of qtdemux.
3548         * win32/vs6/libgstvideocrop.dsp:
3549         Add a project file for videocrop.
3550
3551 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3552
3553         * po/POTFILES.in:
3554         Add qtdemux for translation
3555
3556 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3557
3558         * configure.ac:
3559         * docs/plugins/Makefile.am:
3560         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3561         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3562         * docs/plugins/inspect/plugin-videocrop.xml:
3563         * gst-plugins-good.spec.in:
3564         * sys/Makefile.am:
3565         * tests/check/Makefile.am:
3566         * tests/icles/Makefile.am:
3567         * tests/icles/videocrop-test.c:
3568         Move videocrop and osxvideo from -bad.
3569
3570 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3571
3572         * configure.ac:
3573         * docs/plugins/Makefile.am:
3574         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3575         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3576         * docs/plugins/gst-plugins-good-plugins.args:
3577         * docs/plugins/inspect/plugin-qtdemux.xml:
3578         * docs/plugins/inspect/plugin-quicktime.xml:
3579         * win32/MANIFEST:
3580         Move qtdemux from -bad.
3581
3582         * gst-plugins-good.spec.in:
3583         Update spec file to reflect moving of qtdemux and wavpack
3584
3585 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3586         
3587         * win32/MANIFEST:
3588         * docs/plugins/Makefile.am:
3589         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3590         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3591         * docs/plugins/inspect/plugin-directdraw.xml:
3592         * docs/plugins/inspect/plugin-directsound.xml:
3593         * docs/plugins/inspect/plugin-waveform.xml:
3594         Move the waveform plugin from -bad too. Update the inspect xml
3595         files to mention Plugins Good instead of Plugins Bad.
3596
3597 2007-06-12  Andy Wingo  <wingo@pobox.com>
3598
3599         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3600         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3601         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3602         finalization and resuscitation. No longer public.
3603         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3604         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3605         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3606         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3607         miniobject semantics, and be threadsafe.
3608         (gst_v4l2src_queue_frame): Remove this function, as we just call
3609         the ioctls directly in the two places where we queue buffers.
3610         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3611         directly.
3612         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3613         to allocate the pool, which also preallocates the GstBuffers.
3614         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3615         queueing the frames directly.
3616         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3617         mmap buffers have been dequeued.
3618
3619         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3620         real MiniObject instead of rolling our own refcounting and
3621         finalizing. Give it a lock.
3622         (struct _GstV4l2Buffer): Remove one intermediary object, having
3623         the buffers hold the struct v4l2_buffer directly.
3624
3625         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3626         capture_init so that it can set them on the buffers that it will
3627         create.
3628         (gst_v4l2src_get_read): For better or for worse, include the
3629         timestamping and offsetting code here; really we should be using
3630         bufferalloc though.
3631         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3632         preallocated, mmap'd buffers.
3633
3634 2007-06-11  Wim Taymans  <wim@fluendo.com>
3635
3636         Patch by: daniel fischer <dan at f3c dot com>
3637
3638         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3639         (gst_ximage_src_get_caps):
3640         Actually use the display_name property so that we can dump any
3641         available X display. Fixes #445905.
3642
3643 2007-06-11  Wim Taymans  <wim@fluendo.com>
3644
3645         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3646
3647         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3648         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3649         Add missing rate fields to caps. Fixes #441118.
3650
3651 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3652
3653         * win32/vs6/gst_plugins_good.dsw:
3654         * win32/vs8/gst-plugins-good.sln:
3655         Add DirectSound and DirectDraw sinks project files to
3656         workspace and solution files.
3657
3658 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3659
3660         Patch by: Josh Coalson <xflac at yahoo dot com>,
3661         updated by Alexis Ballier <aballier at gentoo dot org>:
3662
3663         * configure.ac:
3664         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3665         (gst_flac_dec_setup_seekable_decoder),
3666         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3667         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3668         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3669         * ext/flac/gstflacdec.h:
3670         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3671         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3672         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3673         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3674         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3675         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3676         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3677         * ext/flac/gstflacenc.h:
3678         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3679         
3680 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3681
3682         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3683         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3684         not necessary anymore as we need at least that core version. 
3685
3686 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3687
3688         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3689         (gst_wavpack_dec_chain):
3690         * ext/wavpack/gstwavpackdec.h:
3691         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3692         (gst_wavpack_parse_push_buffer):
3693         * ext/wavpack/gstwavpackparse.h:
3694         Improve discont handling by checking if the next Wavpack block has
3695         the expected, following block index.
3696
3697 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3698
3699         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3700           Fix element description.
3701
3702 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3703
3704         * configure.ac:
3705         * docs/plugins/Makefile.am:
3706         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3707         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3708         * docs/plugins/gst-plugins-good-plugins.args:
3709         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3710         * docs/plugins/gst-plugins-good-plugins.signals:
3711         * docs/plugins/inspect/plugin-autodetect.xml:
3712         * docs/plugins/inspect/plugin-gconfelements.xml:
3713         * docs/plugins/inspect/plugin-ladspa.xml:
3714         * docs/plugins/inspect/plugin-rtp.xml:
3715         * docs/plugins/inspect/plugin-wavpack.xml:
3716         * ext/Makefile.am:
3717         * tests/check/Makefile.am:
3718           move wavpack plugin.  See #352605.
3719
3720 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3721
3722         * configure.ac:
3723         * docs/plugins/Makefile.am:
3724         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3725         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3726         * docs/plugins/gst-plugins-good-plugins.args:
3727         * sys/Makefile.am:
3728         * win32/MANIFEST:
3729         Add DirectDraw & DirectSound plugins to the build and docs.
3730
3731 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3732
3733         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3734         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3735           When operating in pull mode, error out correct on not-linked.
3736
3737 2007-06-06  Andy Wingo  <wingo@pobox.com>
3738
3739         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3740         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3741         format and size if the ioctls are defined; should fix compilation
3742         on Linux < 2.16.19.
3743
3744 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3745
3746         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3747           Printf fixes in debug statements; use LOG level for debug statements
3748           that are printed for each and every frame; convert c++ comments to
3749           C-style comments; not much point using g_try_malloc() if we then not
3750           even check the return value.
3751
3752 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3753
3754         * configure.ac:
3755           Bump requirements to released versions (core and base 0.10.13).
3756
3757         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3758           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3759           own implementation.
3760
3761 2007-06-05  Andy Wingo  <wingo@pobox.com>
3762
3763         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3764         some useless comments.
3765
3766         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3767         frames before calling STREAMON, that might leave them in a state
3768         where they can't be dequeued if we go back to NULL without calling
3769         STREAMON, according to the docs.
3770         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3771         before we call STREAMON.
3772         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3773         failures. (For me this code hung.) The pool refcounting is still
3774         crack; added a note to that effect.
3775
3776 2007-06-05  Wim Taymans  <wim@fluendo.com>
3777
3778         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3779         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3780         Add support for mapping gst structure names to the MIME type equivalent.
3781         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3782
3783 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3784
3785         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3786         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3787         (gst_wavenc_chain), (gst_wavenc_change_state):
3788         * gst/wavenc/gstwavenc.h:
3789         Properly write wav files with width!=depth by having the depth most
3790         significant bytes set and all others zero. Fixes #442535.
3791
3792 2007-06-01  Wim Taymans  <wim@fluendo.com>
3793
3794         * gst/rtsp/rtspconnection.c:
3795         Add include to make buildbot happy.
3796
3797 2007-06-01  Wim Taymans  <wim@fluendo.com>
3798
3799         Patch by: Peter Kjellerstedt  <pkj at axis com>
3800
3801         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3802         (rtsp_connection_connect), (add_date_header),
3803         (rtsp_connection_send), (parse_response_status),
3804         (parse_request_line), (parse_line), (rtsp_connection_receive):
3805         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3806         * gst/rtsp/rtspdefs.h:
3807         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3808         (rtsp_message_init_request), (rtsp_message_init_response),
3809         (rtsp_message_remove_header), (rtsp_message_append_headers),
3810         (rtsp_message_dump):
3811         * gst/rtsp/rtspmessage.h:
3812         Improves version checking, allowing an RTSP server to reply with "505
3813         RTSP Version not supported.
3814         Adds a Date header to all messages.
3815         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3816         want to be able to send a response even if something in the request was
3817         invalid. EINVAL is only used when passing wrong arguments to functions.
3818         Do not handle an invalid method in parse_request_line(). Defer this to
3819         the caller so it can respond with "405 Method Not Allowed".
3820         Improves parsing of the timeout parameter to the Session header,
3821         allowing whitespace after the semicolon. 
3822         Avoids a compiler warning due to variables shadowing a function argument.
3823
3824 2007-06-01  Wim Taymans  <wim@fluendo.com>
3825
3826         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3827
3828         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3829         (gst_rtp_amr_depay_process):
3830         * gst/rtp/gstrtpamrdepay.h:
3831         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3832         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3833         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3834         * gst/rtp/gstrtpamrpay.h:
3835         Add support for AMR-WB.
3836         Small cleanups such as using BOILERPLATE.
3837
3838 2007-05-31  Wim Taymans  <wim@fluendo.com>
3839
3840         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3841         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3842
3843 2007-05-30  Andy Wingo  <wingo@pobox.com>
3844
3845         * sys/v4l2/gstv4l2object.h: 
3846         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3847         unintended changes.
3848
3849         * sys/v4l2/v4l2src_calls.h: 
3850         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3851         the format list in the order that the driver gives it to us.
3852         (gst_v4l2src_probe_caps_for_format_and_size)
3853         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3854         based on the capabilities of the device.
3855         (gst_v4l2src_grab_frame): Update for object variable renaming.
3856         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3857         as in the set_caps below.
3858         (gst_v4l2src_capture_init): Update for object variable renaming,
3859         and reflow.
3860         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3861         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3862         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3863         (gst_v4l2src_get_fps): Remove; these functions don't have much
3864         meaning outside of an atomic set_caps method.
3865         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3866         known.
3867
3868         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3869         call to update_fps; not sure about this change.
3870         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3871         moment we don't have an update_fps_func.
3872
3873         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3874         structures in the object, just store what we need. Do store the
3875         probed caps of the device. Don't store the current frame rate.
3876
3877         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3878         update_fps_function, for now. Update for new object variable
3879         naming.
3880         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3881         new object variable naming.
3882         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3883         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3884         (gst_v4l2src_get_caps): Rework to probe the device for supported
3885         frame sizes and frame rates.
3886         (gst_v4l2src_set_caps): Rework to be strict in the given
3887         parameters: if someone asks us to have a certain size and rate,
3888         that is what we configure.
3889         (gst_v4l2src_get_read): Update for object variable naming. Don't
3890         leak buffers on short reads.
3891         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3892         comments.
3893         (gst_v4l2src_create): Update for object variable naming.
3894
3895 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3896
3897         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3898         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3899         * gst/avi/gstavidemux.h:
3900           Parse subtitle text streams instead of erroring out (#442034). Still
3901           needs a parser for the subtitles to actually show up.
3902
3903 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3904
3905         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3906         (gst_avi_demux_loop):
3907           Make _push_event() return TRUE if the event could be pushed on at
3908           least one pad and not only if it could be pushed on all pads,
3909           otherwise we'll end up posting an error message on EOS if one or
3910           more source pads are not connected.
3911
3912 2007-05-28  Wim Taymans  <wim@fluendo.com>
3913
3914         * gst/rtsp/rtsptransport.c:
3915         Use renamed RTP bin.
3916
3917 2007-05-28  Wim Taymans  <wim@fluendo.com>
3918
3919         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3920
3921         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3922         (gst_video_box_set_property), (gst_video_box_transform_caps),
3923         (video_box_recalc_transform), (gst_video_box_set_caps),
3924         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3925         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3926         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3927         (gst_video_box_i420_i420), (gst_video_box_transform),
3928         (plugin_init):
3929         Add AYUV->AYUV and AYUV->I420 formats. 
3930         Fix negotiation and I420->AYUV conversion.
3931         Fixes #429329.
3932
3933 2007-05-26  Wim Taymans  <wim@fluendo.com>
3934
3935         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3936         Use different variables for nested for loops so that the outer loop
3937         functions properly and speex files with multiple frames per buffer work
3938         properly.
3939         Fixes #441408.
3940
3941 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3942
3943         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3944           Don't leak newsegment events.
3945
3946 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3947
3948         * gst/wavparse/Makefile.am:
3949           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3950           drags it in.
3951
3952 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3953
3954         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3955         (notgst_value_array_append_buffer),
3956         (gst_flac_enc_process_stream_headers),
3957         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
3958         (gst_flac_enc_change_state):
3959         * ext/flac/gstflacenc.h:
3960           Collect headers, add "streamheader" field to output caps and set
3961           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
3962           produces output according to the official FLAC-to-Ogg mapping
3963           instead of completely broken files. Fixes #426044.
3964
3965 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3966
3967         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
3968         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
3969         (gst_id3demux_sink_event):
3970         * gst/id3demux/gstid3demux.h:
3971         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
3972         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
3973         (gst_tag_demux_send_new_segment):
3974         Handle and adjust new-segment events so that downstream really
3975         sees a stream with the tag pieces stripped off the front and back.
3976         Fixes strangeness in seeking when mp3 decoders use the new-segment
3977         byte position to estimate their current playback position timestamp
3978         and then the arriving buffers don't match up.
3979
3980 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
3981
3982         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
3983           Don't unnecessarily perform a READY->NULL->READY transition on the
3984           detected audio sink when starting up. Fixes: #440127
3985
3986 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
3987
3988         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
3989         (gst_flac_enc_chain):
3990           Don't crash in chain function if setcaps hasn't been called.
3991
3992 2007-05-24  Wim Taymans  <wim@fluendo.com>
3993
3994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
3995         Init value to avoid infinte loops.
3996
3997 2007-05-24  Wim Taymans  <wim@fluendo.com>
3998
3999         Patch by: Peter Kjellerstedt  <pkj at axis com>
4000
4001         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4002         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4003         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4004         (gst_rtspsrc_play):
4005         (rtsp_connection_send), (rtsp_connection_receive):
4006         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4007         Fix for new API.
4008
4009         * gst/rtsp/rtspconnection.c: (add_auth_header),
4010         Only add authorisation and session headers when sending messages.
4011
4012         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4013         (rtsp_message_init_request), (rtsp_message_init_response),
4014         (rtsp_message_unset), (rtsp_message_add_header),
4015         (rtsp_message_remove_header), (rtsp_message_get_header),
4016         (rtsp_message_append_headers), (dump_key_value),
4017         (rtsp_message_dump):
4018         * gst/rtsp/rtspmessage.h:
4019         Add support for multiple headers of the same type by storing the parsed
4020         headers in a GArray instaed of a hashtable.
4021
4022 2007-05-21  Wim Taymans  <wim@fluendo.com>
4023
4024         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4025         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4026         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4027         safer shutdown.
4028
4029 2007-05-21  Wim Taymans  <wim@fluendo.com>
4030
4031         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4032         * gst/rtsp/gstrtpdec.h:
4033         Added signal for backwards compat.
4034
4035 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4036         
4037         Patch by: René Stadler <mail at renestadler dot de>
4038
4039         * configure.ac:
4040         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4041         (gst_au_parse_parse_header), (gst_au_parse_chain):
4042         * gst/auparse/gstauparse.h:
4043         Use audioconvert for converting from non-native endianness floats
4044         in auparse instead of doing it ourself. Fixes #424527.
4045         This needs the audioconvert from plugins-base CVS.
4046         
4047 2007-05-21  Wim Taymans  <wim@fluendo.com>
4048
4049         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4050         (gst_rtp_h263p_pay_flush):
4051         Fix enum registration.
4052
4053 2007-05-21  Wim Taymans  <wim@fluendo.com>
4054
4055         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4056
4057         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4058         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4059         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4060         (gst_rtp_h263p_pay_flush):
4061         * gst/rtp/gstrtph263ppay.h:
4062         Add new fragmentation mode base on GOB headers. Fixes #438940.
4063
4064 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4065
4066         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4067           Printf format fix.
4068
4069 2007-05-18  Wim Taymans  <wim@fluendo.com>
4070
4071         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4072         Don't crash when an unsupported transport error was returned by the
4073         server, just try to configure the next stream. Fixes #439255.
4074
4075 2007-05-18  Wim Taymans  <wim@fluendo.com>
4076
4077         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4078         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4079         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4080         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4081         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4082         * gst/rtsp/gstrtspsrc.h:
4083         Add TCP timeout property and use it for all TCP connection.
4084
4085         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4086         (rtsp_connection_write), (rtsp_connection_next_timeout),
4087         (rtsp_connection_reset_timeout):
4088         Make connect and writes cancelable and make them use the timeout.
4089
4090 2007-05-18  Wim Taymans  <wim@fluendo.com>
4091
4092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4093         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4094         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4095         (gst_rtspsrc_setup_streams):
4096         Refactor timeout handling.
4097         Also send keep-alive when dealing with TCP transport.
4098
4099         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4100         (rtsp_connection_free), (rtsp_connection_next_timeout),
4101         (rtsp_connection_reset_timeout):
4102         * gst/rtsp/rtspconnection.h:
4103         Use a timer to handle the session timeouts, add some methods to deal
4104         with timeouts.
4105
4106 2007-05-17  Wim Taymans  <wim@fluendo.com>
4107
4108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4109         (gst_rtspsrc_setup_streams):
4110         Ignore streams that fail the setup command, we will retry with a
4111         different transport later on.
4112
4113         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4114         (rtsp_ext_wms_configure_stream):
4115         Fix encoding name case.
4116
4117 2007-05-16  Edward Hervey  <edward@fluendo.com>
4118
4119         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4120         Fix build on macosx.
4121
4122 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4123
4124         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4125         Replace direct comparison of a string with the string literal "" with
4126         a comparison of the first character with '\0'. Fixes #438926.
4127
4128 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4129
4130         * gst/debug/breakmydata.c (gst_break_my_data_init):
4131           One more try. This should be the proper fix now.
4132
4133 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4134
4135         * gst/debug/breakmydata.c:
4136           Ooops, no // comments please.
4137
4138 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4139
4140         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4141         (gst_break_my_data_init):
4142           Fix gst_buffer_is_writable() assertion.
4143
4144 2007-05-14  David Schleef  <ds@schleef.org>
4145
4146         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4147           video/x-raw-bayer.  Fixes #314160.
4148
4149 2007-05-14  Wim Taymans  <wim@fluendo.com>
4150
4151         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4152         (gst_rtp_theora_depay_parse_configuration):
4153         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4154         (gst_rtp_theora_pay_finish_headers),
4155         (gst_rtp_theora_pay_handle_buffer):
4156         Update theora pay/depayloader in a similar to vorbis.
4157
4158         * gst/rtp/gstrtpvorbisdepay.c:
4159         (gst_rtp_vorbis_depay_parse_configuration):
4160         Update docs.
4161
4162 2007-05-14  Wim Taymans  <wim@fluendo.com>
4163
4164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4165         When we try to execute a method that is not supported by the server,
4166         don't error out but remove the method from the accepted methods so that
4167         we never try to perform this method again.
4168
4169 2007-05-14  Wim Taymans  <wim@fluendo.com>
4170
4171         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4172         Remove annoying _dump_mem.
4173
4174 2007-05-14  Wim Taymans  <wim@fluendo.com>
4175
4176         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4177         Parse range correctly.
4178
4179         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4180         The baseurl now always has a '/' at the start.
4181
4182 2007-05-14  Wim Taymans  <wim@fluendo.com>
4183
4184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4185         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4186         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4187         Factor out caps configuration and configure more stuff such as the time
4188         ranges and speed/scale values.
4189
4190         * gst/rtsp/rtsptransport.c:
4191         Add Copyright after non-trival fixes.
4192
4193 2007-05-12  Wim Taymans  <wim@fluendo.com>
4194
4195         Patch by: Peter Kjellerstedt  <pkj at axis com>
4196
4197         * gst/rtsp/gstrtspsrc.h:
4198         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4199         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4200         (rtsp_message_get_header):
4201         * gst/rtsp/rtspmessage.h:
4202         Make channel guint8 where possible.
4203         Make rtsp_message_init_data() take the channel as a guint8.
4204
4205         * gst/rtsp/rtspdefs.c:
4206         Fixed a typo: Timout -> Timeout
4207
4208         * gst/rtsp/rtspdefs.h:
4209         Make RTSP_CHECK() behave as a statement.
4210
4211         * gst/rtsp/sdpmessage.c:
4212         Avoid a compiler warning in INIT_ARRAY().
4213         Fixes #437692.
4214
4215 2007-05-12  Wim Taymans  <wim@fluendo.com>
4216
4217         Patch by: Peter Kjellerstedt  <pkj at axis com>
4218
4219         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4220         (rtsp_url_get_request_uri):
4221         * gst/rtsp/rtspurl.h:
4222         Add support for query parameters to RTSP URLs.
4223
4224 2007-05-12  Wim Taymans  <wim@fluendo.com>
4225
4226         Patch by: Peter Kjellerstedt  <pkj at axis com>
4227
4228         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4229         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4230         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4231         (rtsp_transport_parse), (rtsp_transport_as_text):
4232         * gst/rtsp/rtsptransport.h:
4233         Add validation to rtsp_transport_parse().
4234         Add rtsp_transport_as_text() to generate an RTSP header from an
4235         RTSPTransport.
4236         Change ssrc to guint (was a string) since that is what it is, even
4237         though it is sent as a hex string.
4238         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4239         incorrect, which can be seen when looking at the examples in the RFC).
4240         Fixes #437670.
4241
4242 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4243
4244         Patch by: Eric Anholt
4245
4246         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4247           gst_ximage_src_ximage_get):
4248         Use union of all damage between frames to make it faster.
4249         Fixes bug #342463.
4250         Also fix crasher when cursor is at bottom right of window.
4251
4252 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4253
4254         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4255           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4256           streaming mode regression for file from #343837 with 'bext' chunk
4257           before the 'fmt' chunk.
4258
4259 2007-05-11  Wim Taymans  <wim@fluendo.com>
4260
4261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4262         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4263         (gst_rtspsrc_handle_src_event),
4264         (gst_rtspsrc_stream_configure_manager),
4265         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4266         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4267         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4268         * gst/rtsp/gstrtspsrc.h:
4269         * gst/rtsp/rtspdefs.h:
4270         Preliminary seek support.
4271         Activate internal pads so that we can receive events on them.
4272         Don't try to parse a range string when it's NULL.
4273
4274 2007-05-11  Wim Taymans  <wim@fluendo.com>
4275
4276         * gst/rtp/README:
4277         Update README with new RTP variables that will be used for
4278         synchronisation.
4279
4280         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4281         (gst_rtp_vorbis_depay_parse_configuration),
4282         (gst_rtp_vorbis_depay_process):
4283         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4284         (gst_rtp_vorbis_pay_finish_headers),
4285         (gst_rtp_vorbis_pay_handle_buffer):
4286         Update vorbis pay and depayloader to draft-04.
4287
4288 2007-05-11  Wim Taymans  <wim@fluendo.com>
4289
4290         * gst/rtsp/rtsptransport.c:
4291         UDP MCAST is actually the default for RTP/AVP.
4292 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4293
4294         * gst/level/gstlevel.c: (gst_level_transform_ip):
4295         Use guint8 * instead of gpointer then vs6 can build 
4296         in_data += (filter->width / 8).
4297
4298 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4299
4300         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4301           gst_ximage_src_ximage_get):
4302         * sys/ximage/gstximagesrc.h (last_ximage):
4303         When using Damage actually keep the last frame, and not assume
4304         that the buffer we get already has the last frame on it.
4305         Copy the cursor over if we specify a non-zero start x and
4306         start y.
4307
4308 2007-05-11  Wim Taymans  <wim@fluendo.com>
4309
4310         * gst/rtsp/rtsptransport.c:
4311         Make UDP the default transport when not specified.
4312
4313 2007-05-09  David Schleef  <ds@schleef.org>
4314
4315         * gst/level/gstlevel.c:
4316           Revert last change.
4317
4318 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4319
4320         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4321         (gst_level_transform_ip):
4322         Use guint8 * instead of gpointer then vs6 know the size of data
4323         pointed when moving the pointer.
4324         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4325         Move instructions after variables declaration.
4326         * win32/vs6/autogen.dsp:
4327         * win32/vs6/libgstrtp.dsp:
4328         * win32/vs6/libgstrtsp.dsp:
4329         Update vs6 project files.
4330
4331 2007-05-09  Wim Taymans  <wim@fluendo.com>
4332
4333         * gst/rtsp/Makefile.am:
4334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4335         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4336         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4337         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4338         (rtsp_range_free):
4339         * gst/rtsp/rtsprange.h:
4340         Add code to parse time ranges.
4341         Report DURATION on the stream when possible.
4342
4343 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4344
4345         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4346         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4347         (gst_videomixer_collected):
4348           Fix strides calculation for AYUV (it's just width*4) (#436910).
4349
4350 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4351
4352         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4353         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4354         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4355         Sync the GObject properties before each processing step to properly
4356         work with the controller.
4357
4358 2007-05-04  Wim Taymans  <wim@fluendo.com>
4359
4360         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4361         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4362         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4363         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4364         (gst_rtspsrc_change_state):
4365         Let more error state trickle down so that we can catch more error
4366         cases.
4367         Handle keep-alive a little smarter by selecting a method the server
4368         actually supports.
4369         Fix a race in UDP streaming shutdown.
4370
4371 2007-05-04  Wim Taymans  <wim@fluendo.com>
4372
4373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4374         Ignore errors when trying to use the keep-alive messages.
4375
4376 2007-05-04  Wim Taymans  <wim@fluendo.com>
4377
4378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4379         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4380         (gst_rtspsrc_stream_configure_manager),
4381         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4382         (gst_rtspsrc_stream_configure_mcast),
4383         (gst_rtspsrc_stream_configure_udp),
4384         (gst_rtspsrc_stream_configure_udp_sink),
4385         (gst_rtspsrc_stream_configure_transport):
4386         Send RTCP messages back to the server over the TCP connection.
4387
4388         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4389         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4390         (rtsp_connection_receive):
4391         * gst/rtsp/rtspconnection.h:
4392         Factor out and expose lowlevel _write and _read methods.
4393         Implement sending data messages to the server.
4394
4395 2007-05-03  Wim Taymans  <wim@fluendo.com>
4396
4397         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4398         (gst_multipart_mux_collected):
4399         Fix timestamps on outgoing buffers.
4400
4401 2007-05-03  Wim Taymans  <wim@fluendo.com>
4402
4403         * gst/multipart/multipartmux.c:
4404         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4405         (gst_multipart_mux_change_state):
4406         Emit NEWSEGMENT events before pushing the first buffer.
4407
4408 2007-05-03  Wim Taymans  <wim@fluendo.com>
4409
4410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4411         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4412         (gst_rtspsrc_handle_src_query),
4413         (gst_rtspsrc_stream_configure_manager),
4414         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4415         (gst_rtspsrc_stream_configure_mcast),
4416         (gst_rtspsrc_stream_configure_udp),
4417         (gst_rtspsrc_stream_configure_udp_sink),
4418         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4419         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4420         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4421         (gst_rtspsrc_pause):
4422         Refactor transport configuration code.
4423         Create internal pads for TCP transport so that we can implement events
4424         and queries.
4425         Handle events and queries.
4426         Parse range from the SDP.
4427         Fix race in pause handler where the connection could still be flushing.
4428
4429 2007-05-02  Wim Taymans  <wim@fluendo.com>
4430
4431         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4432         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4433         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4434         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4435         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4436         (gst_rtspsrc_change_state):
4437         * gst/rtsp/gstrtspsrc.h:
4438         Fix race when multiple udp sources post timeouts, just act on the first
4439         received timeout.
4440         Protect stream list with a recursive lock to fix some races.
4441         Flush connection when we need to do a reconnect or stop.
4442         Make state lock recursive.
4443
4444         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4445         (rtsp_connection_close):
4446         Some small cleanups.
4447
4448 2007-05-02  Wim Taymans  <wim@fluendo.com>
4449
4450         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4451         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4452         Only set DISCONT when there actually is a discont or when we just
4453         started.
4454
4455 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4456
4457         * ext/flac/gstflac.c: (plugin_init):
4458         Call bindtextdomain() to get localized strings.
4459
4460 2007-05-02  Wim Taymans  <wim@fluendo.com>
4461
4462         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4463         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4464         (gst_wavparse_stream_data):
4465         * gst/wavparse/gstwavparse.h:
4466         Be a bit more clever when dealing with VBR files with FACT tags, we
4467         don't want to timestamp buffers in that case but the estimated BPS can
4468         be used for seeking.
4469         Only send close segment in the streaming thread.
4470
4471 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4472
4473         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4474         Correctly post an error on the bus if something went wrong in the loop
4475         function. This fixes a few cases where the task was paused and nothing
4476         happened anymore.
4477
4478 2007-05-02  Wim Taymans  <wim@fluendo.com>
4479
4480         * gst/rtsp/test.c: (main):
4481         Fix compilation of deprecated test just because I'm too lazy to delete
4482         it.
4483
4484 2007-05-02  Wim Taymans  <wim@fluendo.com>
4485
4486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4487         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4488         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4489         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4490         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4491         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4492         * gst/rtsp/gstrtspsrc.h:
4493         Fix sending RTCP to the right place.
4494         Fix bug in reffing the wrong UDP element.
4495         Use new pad names for the session manager.
4496         Implement handling server requests in interleaved and UDP modes.
4497         Handle session keep-alive in UDP modes.
4498         Remove GCond for handling UDP timeouts.
4499
4500         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4501         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4502         (rtsp_connection_receive), (rtsp_connection_close):
4503         * gst/rtsp/rtspconnection.h:
4504         Store connection IP address for later.
4505         Add timeout args to all operations that might block forever.
4506         Parse session timeout.
4507         Only close sockets when not already closed.
4508
4509         * gst/rtsp/rtspdefs.c:
4510         * gst/rtsp/rtspdefs.h:
4511         Add timeout return value and error string.
4512
4513         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4514         Add small comment.
4515
4516 2007-05-01  Wim Taymans  <wim@fluendo.com>
4517
4518         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4519
4520         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4521         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4522         * gst/rtp/gstrtpmp4vpay.h:
4523         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4524
4525 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4528           Remove v4l2src from docs, since it breaks the docs build, and the
4529           plugin is only built if --enable-experimental is used anyway.
4530
4531         * docs/plugins/Makefile.am:
4532           Spaces => tab.
4533
4534 2007-04-29  Wim Taymans  <wim@fluendo.com>
4535
4536         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4537         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4538         Add code to drop membership of a multicast group.
4539
4540         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4541         (gst_udpsink_set_uri):
4542         Implement URI handler.
4543
4544         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4545         (gst_rtspsrc_parse_rtpinfo):
4546         Use URI handler to make udpsink instace.
4547         Improve code to configure port and destination.
4548
4549 2007-04-29  Wim Taymans  <wim@fluendo.com>
4550
4551         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4552         Fix multicast detection.
4553         Don't try to join a multicast group if the address is not multicast.
4554
4555         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4556         Small debug improvement.
4557
4558 2007-04-27  Wim Taymans  <wim@fluendo.com>
4559
4560         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4561         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4562         (gst_rtspsrc_handle_message):
4563         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4564         parent.
4565
4566 2007-04-27  Wim Taymans  <wim@fluendo.com>
4567
4568         * gst/rtp/gstrtpilbcdepay.h:
4569         Fix mode property when specified as an arg.
4570
4571 2007-04-26  Edward Hervey  <edward@fluendo.com>
4572
4573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4574         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4575         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4576         * docs/plugins/inspect/plugin-osxaudio.xml:
4577         Add documentation for osxaudio plugin.
4578
4579 2007-04-26  Wim Taymans  <wim@fluendo.com>
4580
4581         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4582         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4583         (gst_rtspsrc_open), (gst_rtspsrc_close),
4584         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4585         (gst_rtspsrc_pause):
4586         * gst/rtsp/gstrtspsrc.h:
4587         Protect state changes with a lock.
4588
4589         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4590         (parse_line):
4591         * gst/rtsp/rtspconnection.h:
4592         Remove some unused stuff.
4593
4594 2007-04-26  Wim Taymans  <wim@fluendo.com>
4595
4596         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4597         Handle the case where there are exactly 0 bytes to read and the ioctl
4598         did not report an error. Fixes #433530.
4599
4600 2007-04-26  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4603         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4604         * gst/wavparse/gstwavparse.h:
4605         Apply DISCONT to buffers.
4606         Only apply timestamp to the first sample after a DISCONT, too many VBR
4607         files cause random jitter in the timestamps. Fixes #433119.
4608
4609 2007-04-25  Wim Taymans  <wim@fluendo.com>
4610
4611         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4612         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4613         (gst_rtp_dec_get_property):
4614         * gst/rtsp/gstrtpdec.h:
4615         Add dummy latency property to be backwards compat with rtpbin.
4616
4617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4618         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4619         (gst_rtspsrc_stream_configure_transport),
4620         (gst_rtspsrc_parse_rtpinfo):
4621         * gst/rtsp/gstrtspsrc.h:
4622         Add latency property and configure in the session manager.
4623         Don't set invalid clock-base and seqnum-base on caps, some servers
4624         sometimes don't send them.
4625
4626 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4627
4628         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4629         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4630           Double-check that RGB input caps are really RGBA caps (apparently
4631           the core doesn't always catch it if those caps aren't a subset of
4632           our template caps, also see #421543). Fixes #429319 in a way.
4633           Also, don't leak the pad template in the transform_caps function.
4634
4635         * tests/check/Makefile.am:
4636         * tests/check/elements/.cvsignore:
4637         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4638         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4639         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4640         (GST_START_TEST), (alphacolor_suite):
4641           Add some basic unit tests for alphacolor.
4642
4643 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4644
4645         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4646           If we get a fatal flow return in the loop function, first post the
4647           error message and only then send the EOS event downstream, otherwise
4648           applications might get an eos message before the error message and
4649           think everything was ok (related to #429319).
4650
4651 2007-04-25  Wim Taymans  <wim@fluendo.com>
4652
4653         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4654         Read the channel byte as an unsigned byte.
4655
4656 2007-04-25  Wim Taymans  <wim@fluendo.com>
4657
4658         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4659         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4660         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4661         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4662         (gst_rtp_gsm_depay_setcaps):
4663         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4664         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4665         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4666         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4667         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4668         (gst_ilbc_depay_get_property):
4669         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4670         * gst/rtp/gstrtpmp4adepay.c:
4671         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4672         (gst_rtp_pcma_depay_setcaps):
4673         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4674         (gst_rtp_pcmu_depay_setcaps):
4675         Make sure we configure the clock_rate in the baseclass in the setcaps
4676         function. Fixes #431282.
4677
4678 2007-04-25  Wim Taymans  <wim@fluendo.com>
4679
4680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4681         (gst_rtspsrc_stream_free), (request_pt_map),
4682         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4683         * gst/rtsp/gstrtspsrc.h:
4684         Parse server address from SDP.
4685         Hook up a udpsink to send RTCP back to the server.
4686
4687         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4688         * gst/rtsp/rtsptransport.h:
4689         Add some docs.
4690
4691 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4692
4693         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4694           Make header field check conditional. Fixes #433135
4695
4696 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * docs/plugins/Makefile.am:
4699         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4700         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4701         * docs/plugins/inspect/plugin-alphacolor.xml:
4702         * gst/alpha/Makefile.am:
4703         * gst/alpha/gstalphacolor.c:
4704         * gst/alpha/gstalphacolor.h:
4705           Add minimal docs blurb to alphacolor; split out headers into
4706           separate header file for gtk-doc.
4707
4708 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         * gst/debug/progressreport.c: (gst_progress_report_report):
4711           Don't try to post NULL message (in case we can't query upstream
4712           position or duration).
4713
4714 2007-04-18  Michael Smith  <msmith@fluendo.com>
4715
4716         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4717         (gst_cutter_get_caps):
4718         * gst/cutter/gstcutter.h:
4719           Fix some of the most obvious bugs in cutter. Now doesn't leak
4720           everything if input is silent.
4721
4722 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4723
4724         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4725         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4726         * gst/wavenc/gstwavenc.h:
4727         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4728         else results in a invalid block align and invalid files.
4729
4730 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         Patch by: Snaik <snaik32 gmail com>
4733
4734         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4735           Add missing break statement for BOX_HORIZONTAL case.
4736
4737 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4738
4739         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4740
4741         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4742         Use correct format strings for integer types.
4743
4744 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4745
4746         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4747         (gst_wavparse_create_sourcepad):
4748         Use gst_riff_create_audio_template_caps () instead of the local caps.
4749         This makes updates of the local caps unecessary whenever libgstriff
4750         gets support for new formats.
4751
4752 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4753
4754         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4755
4756         * sys/sunaudio/gstsunaudio.c:
4757         * sys/sunaudio/gstsunaudiomixer.c:
4758         * sys/sunaudio/gstsunaudiomixer.h:
4759         * sys/sunaudio/gstsunaudiomixerctrl.c:
4760         * sys/sunaudio/gstsunaudiomixerctrl.h:
4761         * sys/sunaudio/gstsunaudiomixertrack.h:
4762         * sys/sunaudio/gstsunaudiosink.c:
4763         * sys/sunaudio/gstsunaudiosink.h:
4764         * sys/sunaudio/gstsunaudiosrc.c:
4765         * sys/sunaudio/gstsunaudiosrc.h:
4766           Fix and/or update copyright attributions (#430228).
4767
4768 2007-04-13  Wim Taymans  <wim@fluendo.com>
4769
4770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4771         Fix docs.
4772
4773         * gst/rtsp/URLS:
4774         Add some more example urls.
4775
4776         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4777         (gst_rtp_dec_chain_rtp):
4778         Better debugging.
4779
4780         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4781         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4782         (gst_rtspsrc_parse_rtpinfo):
4783         Remove unused code.
4784
4785 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4786
4787         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4788         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4789         (gst_wavparse_stream_data):
4790           Relax the audio/mpeg caps again and add FIXME: comment.
4791
4792 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4793
4794         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4795         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4796         (gst_wavparse_stream_data):
4797         * gst/wavparse/gstwavparse.h:
4798           More sanity check for the header fields. Fix type for 'rate' header
4799           field.
4800
4801 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4802
4803         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4804         (gst_icydemux_unicodify):
4805           If the metadata strings we get in the stream are not UTF-8, try to
4806           interpret them according to the character encodings specified in the
4807           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4808           only fall back to locale/ISO-8859-1 if those aren't set or don't
4809           work. Should fix #428901.
4810
4811 2007-04-12  Wim Taymans  <wim@fluendo.com>
4812
4813         * gst/rtp/gstrtph264depay.c:
4814         Use the proper sync word for SPS and PPS.
4815
4816 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4817
4818         * gst/rtp/Makefile.am:
4819         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4820           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4821         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4822           Add a simple hashing implementation that we can use to generate
4823           a 24-bit ident value based on the codebooks for vorbis and theora.
4824         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4825           gst_rtp_theora_pay_handle_buffer):
4826         * gst/rtp/gstrtpvorbisdepay.c
4827           (gst_rtp_vorbis_depay_parse_configuration,
4828           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4829         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4830           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4831           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4832           Use the hashing function, ensuring that the same codebooks result
4833           in the same ident and thus the same SDP description.
4834           Various log fixes/changes.
4835
4836 2007-04-12  Wim Taymans  <wim@fluendo.com>
4837
4838         Patch by: jerry tan <jerry dot tan at sun dot com>
4839
4840         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4841         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4842         application's responsibility to make sure it open the device once.
4843         Remove a careless error if AUDIODEV is set. Fixes #392620.
4844
4845 2007-04-12  Wim Taymans  <wim@fluendo.com>
4846
4847         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4848         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4849         * gst/rtsp/gstrtpdec.h:
4850         Make backward compat with rtpbin by adding the request-pt-map signals.
4851
4852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4853         (new_session_pad), (request_pt_map),
4854         (gst_rtspsrc_stream_configure_transport),
4855         (gst_rtspsrc_stream_configure_caps),
4856         (gst_rtspsrc_activate_streams):
4857         * gst/rtsp/gstrtspsrc.h:
4858         Implement request-pt-map signals instead of setting caps on the buffers
4859         for the session manager.
4860
4861 2007-04-11  Wim Taymans  <wim@fluendo.com>
4862
4863         * gst/udp/gstudp.c: (plugin_init):
4864         Register GstNetBuffer in plugin_init so that the type can be used from
4865         multiple threads without races.
4866
4867 2007-04-10  Wim Taymans  <wim@fluendo.com>
4868
4869         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4870         (gst_rtp_amr_depay_process):
4871         Fix depayloader clock_rate and some cleanups.
4872
4873         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4874         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4875         * gst/rtp/gstrtph264depay.h:
4876         Don't push codec_data in the adapter because it might get flushed when
4877         we get a discont.
4878
4879         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4880         Handle multiple AU per packet.
4881
4882         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4883         (gst_rtp_sv3v_depay_plugin_init):
4884         Disable rank, this one does not work.
4885         Remove timestamping, base class does that.
4886
4887 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4888
4889         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4890           limit caps to the formats we announce in the template
4891
4892         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4893         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4894         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4895           fix some crashers/asserts when dealing with broken files
4896
4897 2007-04-10  Wim Taymans  <wim@fluendo.com>
4898
4899         Patch by: Peter Kjellerstedt  <pkj at axis com>
4900
4901         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4902         * gst/rtp/gstrtpL16depay.c:
4903         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4904         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4905         (gst_rtp_speex_depay_setcaps):
4906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4907         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4908         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4909         Fix some compiler warnings. Fixes #428182.
4910
4911 2007-04-06  Wim Taymans  <wim@fluendo.com>
4912
4913         * gst/rtsp/Makefile.am:
4914         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4915         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4916         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4917         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4918         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4919         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4920         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4921         (create_rtcp), (gst_rtp_dec_request_new_pad),
4922         (gst_rtp_dec_release_pad):
4923         * gst/rtsp/gstrtpdec.h:
4924         * gst/rtsp/gstrtsp.c: (plugin_init):
4925         Morph RTPDec into something compatible with RTPBin as a fallback.
4926         Various other style fixes.
4927
4928         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4929         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4930         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4931         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4932         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4933         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4934         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4935         * gst/rtsp/gstrtspsrc.h:
4936         Implement RTPBin session manager handling.
4937         Don't try to add empty properties to caps.
4938         Implement fallback session manager, handling.
4939         Don't combine errors from RTCP streams, just ignore them.
4940
4941         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4942         * gst/rtsp/rtsptransport.h:
4943         Implement fallback session manager.
4944         Make RTPBin the default one when available.
4945
4946 2007-04-05  Wim Taymans  <wim@fluendo.com>
4947
4948         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4949         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4950         This element is ready to be autoplugged.
4951
4952 2007-04-05  Julien MOUTTE  <julien@moutte.net>
4953
4954         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
4955         Don't leave the offsets defined by upstream element on the
4956         compressed data buffer we are pushing downstream. Make them
4957         GST_BUFFER_OFFSET_NONE.
4958
4959 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
4960
4961         * gst/avi/README:
4962         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
4963         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
4964         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
4965         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
4966         (gst_avi_demux_calculate_durations_from_index),
4967         (gst_avi_demux_stream_header_push),
4968         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
4969         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
4970           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
4971
4972 2007-04-03  Wim Taymans  <wim@fluendo.com>
4973
4974         * gst/smpte/barboxwipes.c:
4975         Fix error as spotted by Snaik <snaik32 at gmail dot com>
4976
4977 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4978
4979         * gst/wavparse/gstwavparse.c:
4980         Support audio/x-raw-float in wav files. This only works with
4981         plugins-base CVS, using an older version doesn't have any
4982         disadvantages though.
4983
4984 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
4985
4986         * configure.ac:
4987         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4988         (gst_au_parse_parse_header), (gst_au_parse_chain):
4989         * gst/auparse/gstauparse.h:
4990         Revert last change as we don't want plugins-good to depend on
4991         plugins-base CVS now.
4992
4993 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
4994
4995         * configure.ac:
4996         Require gst-plugins-base CVS for audioconvert with non-native
4997         float support and width/depth fix in libgstriff.
4998
4999         Patch by: René Stadler <mail at renestadler dot de>
5000
5001         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5002         (gst_au_parse_parse_header), (gst_au_parse_chain):
5003         * gst/auparse/gstauparse.h:
5004         Don't swap the floats ourself if they're not in native endianness.
5005         Instead let audioconvert handle this. Fixes #339838.
5006
5007 2007-03-29  Wim Taymans  <wim@fluendo.com>
5008
5009         * gst/rtp/gstasteriskh263.h:
5010         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5011         (gst_rtp_h263p_depay_change_state):
5012         * gst/rtp/gstrtph263pdepay.h:
5013         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5014         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5015         (gst_rtp_h264_depay_change_state):
5016         * gst/rtp/gstrtph264depay.h:
5017         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5018         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5019         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5020         Flush adapter on disconts.
5021
5022 2007-03-29  Wim Taymans  <wim@fluendo.com>
5023
5024         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5025         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5026         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5027         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5028         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5029         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5030         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5031         (gst_rtp_mp4v_depay_process):
5032         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5033         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5034         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5035         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5036         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5037         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5038         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5039         Use more efficient adapter and rtpbuffer methods when possible.
5040
5041 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5042
5043         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5044         (gst_wavenc_sink_setcaps):
5045         Correctly handle width!=depth input.
5046         * gst/wavparse/gstwavparse.c:
5047         Already export in the caps that width==8 uses unsigned samples and
5048         everything else uses signed samples.
5049
5050 2007-03-29  Wim Taymans  <wim@fluendo.com>
5051
5052         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5053
5054         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5055         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5056         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5057         (gst_dynudpsink_close):
5058         * gst/udp/gstdynudpsink.h:
5059         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5060         (gst_udpsrc_create), (gst_udpsrc_set_property),
5061         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5062         * gst/udp/gstudpsrc.h:
5063         Rework the socket allocation a bit based on the sockfd argument so that
5064         it becomes usable.
5065         Add a closefd property to instruct the udp elements to close the custom
5066         file descriptors when going to READY. Fixes #423304.
5067         API:GstUDPSrc::closefd property
5068         API:GstDynUDPSink::closefd property
5069
5070 2007-03-29  Wim Taymans  <wim@fluendo.com>
5071
5072         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5073
5074         * gst/rtp/Makefile.am:
5075         * gst/rtp/gstrtp.c: (plugin_init):
5076         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5077         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5078         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5079         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5080         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5081         (gst_rtp_h264_pay_plugin_init):
5082         * gst/rtp/gstrtph264pay.h:
5083         Added H264 payloader. Fixes #423782.
5084
5085         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5086         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5087         Small fixes.
5088
5089 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5090
5091         * gst/wavparse/gstwavparse.c:
5092         Actually support depths from 1 to 32, not only 8 to 32.
5093
5094 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5095
5096         * gst/wavparse/gstwavparse.c:
5097         Add support for wav files containing audio/x-raw-int with random
5098         depths between 1 and 32 bits.
5099
5100 2007-03-28  Wim Taymans  <wim@fluendo.com>
5101
5102         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5103
5104         * gst/rtp/Makefile.am:
5105         * gst/rtp/gstrtp.c: (plugin_init):
5106         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5107         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5108         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5109         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5110         (gst_rtp_mp4a_depay_get_property),
5111         (gst_rtp_mp4a_depay_change_state),
5112         (gst_rtp_mp4a_depay_plugin_init):
5113         * gst/rtp/gstrtpmp4adepay.h:
5114         Added MP4A-LATM depayloader. Fixes #417792.
5115
5116         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5117         (gst_rtp_mp4v_depay_process):
5118         Fixup depayloader, setting codec_data, using more efficient adaptor and
5119         rtpbuffer handling.
5120
5121         * gst/rtsp/URLS:
5122         Add url to test above.
5123
5124 2007-03-25  Wim Taymans  <wim@fluendo.com>
5125
5126         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5127         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5128         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5129         (gst_rtspsrc_media_to_caps),
5130         (gst_rtspsrc_stream_configure_transport),
5131         (gst_rtspsrc_stream_configure_caps),
5132         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5133         * gst/rtsp/gstrtspsrc.h:
5134         Handle default clock-rates for static payload types, rearrange stuff so
5135         that the rtpmap field in the sdp can override the defaults.
5136         Parse RTP-Info field to get the seqnum and timebase fields that should
5137         go in the caps.
5138         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5139         the server. 
5140
5141 2007-03-22  Wim Taymans  <wim@fluendo.com>
5142
5143         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5144
5145         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5146         Accept complex pipeline descriptions as an audio profile instead of just
5147         a single element. Fixes #420658.
5148
5149 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5150
5151         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5152           Rename registered type in preparation of GstTagDemux moving to
5153           -base at some point in the future.
5154
5155 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5158           Streaming mode fixes: don't unref buffer we don't own any longer;
5159           remove bogus adapter flush. Fixes #419338.
5160
5161 2007-03-17  David Schleef  <ds@schleef.org>
5162
5163         * REQUIREMENTS: Change the format to key/value, add a bunch of
5164           information, remove a bunch of requirements that are for
5165           other GStreamer packages.
5166
5167 2007-03-17  David Schleef  <ds@schleef.org>
5168
5169         * REQUIREMENTS: Fix a few things.  This file really needs a
5170         good once-over.
5171
5172 2007-03-15  Edward Hervey  <edward@fluendo.com>
5173
5174         * sys/Makefile.am:
5175         Don't forget to distribute the sys/osxaudio/ directory.
5176
5177 2007-03-15  Edward Hervey  <edward@fluendo.com>
5178
5179         * configure.ac:
5180         * sys/Makefile.am:
5181         * sys/osxaudio/Makefile.am:
5182         * sys/osxaudio/gstosxaudio.c:
5183         * sys/osxaudio/gstosxaudiosink.c:
5184         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5185         (gst_osx_audio_sink_getcaps),
5186         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5187         * sys/osxaudio/gstosxaudiosrc.c:
5188         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5189         (gst_osx_audio_src_create_ringbuffer):
5190         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5191         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5192         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5193         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5194         * sys/osxaudio/gstosxringbuffer.h:
5195         Activate osxaudio in gst-plugins-good with proper build setup.
5196         Add inlined documentation.
5197         Fix debug statements
5198         Fix ringbuffer when pausing.
5199         Fixes #323471
5200
5201 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5202         * gst/rtp/gstrtppcmapay.c:
5203         * gst/rtp/gstrtppcmapay.h:
5204         * gst/rtp/gstrtppcmupay.c:
5205         * gst/rtp/gstrtppcmupay.h:
5206         Ported mulaw and alaw payloaders to use new base class
5207
5208 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5209
5210         * po/af.po:
5211         * po/az.po:
5212         * po/cs.po:
5213         * po/en_GB.po:
5214         * po/it.po:
5215         * po/nl.po:
5216         * po/or.po:
5217         * po/sq.po:
5218         * po/sr.po:
5219         * po/sv.po:
5220         * po/uk.po:
5221         * po/vi.po:
5222           Update translations.
5223
5224 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5225
5226         * configure.ac:
5227           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5228
5229 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5230
5231         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5232           Fix handling of -1 values for start and stop values when seeking,
5233           and SEEK_CUR+SEEK_END here as well.
5234
5235 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5236
5237         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5238           Fix handling of -1 values for start and stop values when seeking, 
5239           and SEEK_CUR+SEEK_END.
5240
5241 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5242
5243         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5244           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5245           the image format a variable-length NUL-terminated string; in
5246           versions before that the image format is a fixed-length string of
5247           3 characters (see #348644 for a sample tag).
5248           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5249
5250 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5251
5252         * win32/MANIFEST:
5253         Add new project files to MANIFEST.
5254         * win32/vs6/libgstaudiofx.dsp:
5255         * win32/vs6/libgstrtp.dsp:
5256         * win32/vs6/libgstrtsp.dsp:
5257         Update project files.
5258         
5259 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5262         (gst_avi_demux_parse_index):
5263         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5264         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5265           Printf format fixes; also add some missing quotes in translated
5266           strings. Fixes #416728 and #416727.
5267
5268 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5269
5270         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5271           Tim and I can't think of any reason the child audio sink needs to 
5272           be set back to NULL after successfully determining that it can 
5273           reach READY - it gets immediately set back to READY by the caller
5274           anyway, causing an unnecessary close/open of any audio devices
5275           involved.
5276
5277 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5278
5279         * po/LINGUAS:
5280         * po/ja.po:
5281           Add ja.po file from #377306.
5282
5283 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5284
5285         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5286         * sys/sunaudio/gstsunaudiomixertrack.c:
5287         (gst_sunaudiomixer_track_new):
5288           Actually translate sunaudio mixer track labels instead of just
5289           marking the strings as translatable (#377306); clean up weird
5290           label string mapping code that serves no apparent purpose. Also
5291           set the 'untranslated-label' property when creating mixer tracks
5292           if the GstMixerTrack base class supports this.
5293
5294         * tests/check/Makefile.am:
5295         * tests/check/elements/.cvsignore:
5296         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5297         (sunaudio_suite):
5298           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5299           actually tested on a system where sunaudiomixer is available).
5300
5301 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5302
5303         * tests/check/Makefile.am:
5304         Re-enable the states test and see if it works on the buildbots.
5305
5306 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5307
5308         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5309         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5310         (gst_dvdec_change_state):
5311         * ext/dv/gstdvdec.h:
5312         Infer pixel-aspect-ratio from the video frame format if it isn't
5313         provided by the container, as happens when playing DV from AVI
5314         or Quicktime containers.
5315
5316         Patch by: Wim Taymans <wim@fluendo.com>
5317         Fixes #380944
5318
5319 2007-03-09  Wim Taymans  <wim@fluendo.com>
5320
5321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5322         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5323         will later be handled by the jitterbuffer.
5324
5325 2007-03-09  Wim Taymans  <wim@fluendo.com>
5326
5327         * ext/taglib/gstid3v2mux.cc:
5328         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5329         Fixes #414496.
5330         
5331         Patch by: Alex Lancaster <alexl at users sourceforge net>
5332
5333 2007-03-09  Wim Taymans  <wim@fluendo.com>
5334
5335         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5336         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5337         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5338         (gst_avi_demux_chain):
5339         Fix stream position reporting after a seek. Fixes #416445.
5340
5341 2007-03-08  Wim Taymans  <wim@fluendo.com>
5342
5343         Patch by: René Stadler <mail at renestadler dot de>
5344
5345         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5346         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5347         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5348         Make avidemux accept optional header chunks in any order.
5349         Fixes #415446.
5350
5351 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5352
5353         * tests/check/Makefile.am:
5354         Disable the states check until the remaining Valgrind errors
5355         are fixed or suppressed.
5356
5357 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5358
5359         * tests/check/elements/.cvsignore:
5360           Add audiodynamic check to .cvsignore
5361
5362 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5363
5364         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5365
5366         * gst/audiofx/Makefile.am:
5367         * gst/audiofx/audiodynamic.c:
5368         (gst_audio_dynamic_characteristics_get_type),
5369         (gst_audio_dynamic_mode_get_type),
5370         (gst_audio_dynamic_set_process_function),
5371         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5372         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5373         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5374         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5375         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5376         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5377         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5378         (gst_audio_dynamic_transform_hard_knee_expander_int),
5379         (gst_audio_dynamic_transform_hard_knee_expander_float),
5380         (gst_audio_dynamic_transform_soft_knee_expander_int),
5381         (gst_audio_dynamic_transform_soft_knee_expander_float),
5382         (gst_audio_dynamic_transform_ip):
5383         * gst/audiofx/audiodynamic.h:
5384         * gst/audiofx/audiofx.c: (plugin_init):
5385         Add new audiodynamic element which can act as a compressor or
5386         expander. Supported are hard-knee and soft-knee operation modes with
5387         user-specified ratio and threshold.
5388         Attack and release parameters are not yet implemented but will follow.
5389         * docs/plugins/Makefile.am:
5390         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5391         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5392         * docs/plugins/gst-plugins-good-plugins.args:
5393         * docs/plugins/inspect/plugin-audiofx.xml:
5394         Integrate audiodynamic into the docs.
5395         * tests/check/Makefile.am:
5396         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5397         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5398         Add unit test for audiodynamic.
5399
5400 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5401
5402         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5403         Free handles that we allocated when exiting via the error paths.
5404
5405 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5406
5407         * gst/level/gstlevel.c: (gst_level_class_init),
5408         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5409         (gst_level_transform_ip):
5410         * gst/level/gstlevel.h:
5411           Resolve message timestamps against the playback segment.
5412
5413 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5414
5415         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5416         (gst_id3demux_sink_activate):
5417           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5418           caps passed to it (previously one code path assumed it took ownership
5419           while another one assumed it didn't, while in fact it sometimes did and
5420           sometimes didn't ...).
5421
5422         * configure.ac:
5423         * tests/files/Makefile.am:
5424         * tests/files/id3-407349-1.tag:
5425         * tests/files/id3-407349-2.tag:
5426           Add directory where data for unit tests can be stored.
5427
5428         * tests/Makefile.am:
5429         * tests/check/Makefile.am:
5430         * tests/check/elements/.cvsignore:
5431         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5432         (read_tags_from_file), (run_check_for_file),
5433         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5434           Add unit test for id3demux, and in particular for bug #407349. Only
5435           testing pull-mode for now; push mode doesn't work yet because the test
5436           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5437
5438 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5439
5440         * tests/check/Makefile.am:
5441           Add missing backslash at end of line.
5442
5443 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5444
5445         Trigger rebuild.
5446
5447 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5450         * gst/id3demux/id3tags.h:
5451         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5452         (parse_obsolete_tdat_frame):
5453           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5454           the four-digit number will be interpreted as a year, whereas it is
5455           month and day in DDMM format. Instead, parse TDAT frames and fix up
5456           the date in the GST_TAG_DATE tag later if we also extracted a year.
5457           Fixes #407349.
5458
5459 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5460
5461         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5462         (gst_switch_commit_new_kid):
5463         Fix up the dispose logic so it doesn't leak, and fix setting of 
5464         the child state so that we don't set a child to our current state 
5465         just as we are changing it to something else.
5466
5467 2007-03-06  Wim Taymans  <wim@fluendo.com>
5468
5469         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5470         (gst_goom_chain):
5471         * gst/goom/gstgoom.h:
5472         Document, fix and improve goom adapter behaviour.
5473         Fixes #407006.
5474
5475 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5476
5477         * ext/esd/esdsink.c: (gst_esdsink_open):
5478         Unref static pad template after using it.
5479
5480 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5481
5482         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5483         (gst_switch_commit_new_kid):
5484         Fix up the reference counting of the child elements.
5485
5486 2007-03-05  Wim Taymans  <wim@fluendo.com>
5487
5488         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5489         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5490         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5491         Fix encoding-name case.
5492
5493 2007-03-05  Wim Taymans  <wim@fluendo.com>
5494
5495         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5496         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5497         (gst_rtp_speex_depay_process):
5498         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5499         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5500         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5501         (gst_rtp_speex_pay_change_state):
5502         * gst/rtp/gstrtpspeexpay.h:
5503         Fix speex (de)payloader. Fixes #358040.
5504
5505 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5506
5507         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5508         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5509         Install fakesink in NULL by fixing some broken logic. This obviates
5510         the need to manually set _IS_SINK.
5511         Add some comments and remove a little cruft while I'm at it.
5512
5513 2007-03-05  Wim Taymans  <wim@fluendo.com>
5514
5515         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5516         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5517
5518 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5519
5520         * po/POTFILES.in:
5521           Update.
5522
5523 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5524
5525         * tests/check/Makefile.am:
5526         Gah! Also disable gconfvideosink from the tests, otherwise
5527         it will instantiate autovideosink, and dfbvideosink and
5528         leak on the buildbots.
5529
5530 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5531
5532         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5533         (gst_cdio_cdda_src_finalize):
5534         Make sure we always destroy our libcdio handle.
5535
5536 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5537
5538         * tests/check/Makefile.am:
5539         Disable autovideosink so the buildbots don't barf over memory
5540         leaked in the directfb sink.
5541
5542 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5543
5544         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5545         Chain up in dispose
5546
5547 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5548
5549         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5550         (gst_multipart_find_pad_by_mime):
5551         Use gst_pad_new_from_static_template instead of
5552         static_pad_template_get+pad_new.
5553
5554 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5555
5556         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5557         Catch the case where no clock has been set.
5558
5559 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5560
5561         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5562         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5563         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5564         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5565         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5566         (gst_gconf_audio_src_finalize), (do_toggle_element):
5567         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5568         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5569         (do_toggle_element):
5570         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5571         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5572         (gst_gconf_video_src_finalize), (do_toggle_element):
5573         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5574         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5575         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5576         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5577         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5578         (gst_shout2send_init), (gst_shout2send_finalize):
5579         * gst/debug/testplugin.c: (gst_test_class_init),
5580         (gst_test_finalize):
5581         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5582         (gst_flxdec_dispose):
5583         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5584         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5586         (gst_rtspsrc_finalize):
5587         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5588         * gst/rtsp/rtspextwms.h:
5589         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5590         (gst_smpte_finalize):
5591         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5592         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5593         (gst_udpsink_finalize):
5594         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5595         (gst_wavparse_sink_activate):
5596         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5597         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5598         (gst_oss_src_finalize):
5599         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5600         * sys/v4l2/gstv4l2object.h:
5601         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5602         (gst_v4l2src_finalize):
5603         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5604
5605         Fix a bunch of leaks shown by the newly-added states test.
5606
5607 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5608
5609         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5610         Use gst_pad_new_from_static_template instead of 
5611         static_pad_template_get+pad_new.
5612
5613 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5614
5615         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5616
5617         * ext/libcaca/Makefile.am:
5618         * gst/debug/Makefile.am:
5619           Don't mix tabs and spaces (#414168).
5620
5621 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5622
5623         * tests/check/generic/.cvsignore:
5624           Ignore files to please buildbot.
5625
5626 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5627
5628         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5629         (gst_wavparse_stream_data):
5630           Unbreak my previous commit (swapped nominator & denominator). Tim,
5631           thanks for spotting.
5632
5633 2007-03-02  Wim Taymans  <wim@fluendo.com>
5634
5635         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5636         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5637         (gst_cdio_cdda_src_finalize):
5638         Small code cleanups.
5639         Don't use pad_alloc as the base class cannot deal with the error codes.
5640
5641 2007-03-02  Wim Taymans  <wim@fluendo.com>
5642
5643         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5644         (gst_udpsrc_create):
5645         Fix doc.
5646
5647 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5648
5649         Patch by: René Stadler <mail@renestadler.de>
5650
5651         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5652         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5653         (gst_wavparse_stream_data):
5654           Handle rounding better to not drop last sample frame. Fixes #356692
5655
5656 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5657
5658         * tests/check/Makefile.am:
5659         Disable cacasink from the states check too - it also calls exit(1)
5660         on us when it can't find a terminal to talk to.
5661
5662 2007-03-02  Wim Taymans  <wim@fluendo.com>
5663
5664         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5665
5666         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5667         (gst_udpsrc_create), (gst_udpsrc_set_property),
5668         (gst_udpsrc_get_property):
5669         * gst/udp/gstudpsrc.h:
5670         Add support to strip proprietary headers. Fixes #350296.
5671
5672 2007-03-02  Wim Taymans  <wim@fluendo.com>
5673
5674         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5675         Fix compilation.
5676
5677 2007-03-02  Wim Taymans  <wim@fluendo.com>
5678
5679         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5680
5681         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5682         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5683         (gst_rtp_mp2t_depay_set_property),
5684         (gst_rtp_mp2t_depay_get_property):
5685         * gst/rtp/gstrtpmp2tdepay.h:
5686         Add support to strip off proprietary headers. Fixes #350278.
5687
5688 2007-03-02  Wim Taymans  <wim@fluendo.com>
5689
5690         * ext/hal/hal.c:
5691         Fix compilation.
5692
5693 2007-03-02  Wim Taymans  <wim@fluendo.com>
5694
5695         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5696         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5697         (gst_sunaudiosrc_open):
5698         * sys/sunaudio/gstsunaudiosrc.h:
5699         Remove device-name from GstSunAudioSrc. Fixes #412597.
5700
5701 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5702
5703         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5704         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5705         Having NULL as UDI previously selected the default sink/src. Change
5706         this back but mention it in the debug output.
5707         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5708         (gst_hal_get_oss_element), (gst_hal_get_string),
5709         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5710         (gst_hal_get_audio_src):
5711         * ext/hal/hal.h:
5712         Refactor a bit, check all error conditions, greatly improve debugging
5713         and fix some possible memory leaks. Also implement OSS support
5714         and allow specifying an UDI that points to a real device. For this the
5715         child device which supports ALSA (preferred) or OSS is used.
5716         As a side effect this makes it impossible now to get a alsasink in
5717         halaudiosrc and a alsasrc in halaudiosink.
5718
5719 2007-03-01  Wim Taymans  <wim@fluendo.com>
5720
5721         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5722         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5723         Errors from the udp sources are not fatal unless all of them are in
5724         error.
5725
5726 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5727
5728         * tests/check/Makefile.am:
5729         Disable aasink in the states test. I suspect this is the element that
5730         is calling exit(1) when it can't proceed.
5731
5732 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5733
5734         * tests/check/Makefile.am:
5735         Draw plugins in from the build tree sys/ dir, rather than picking
5736         up the already installed versions.
5737
5738 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5739
5740         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5741         Error out correctly when getting xcontext fails.
5742
5743 2007-03-01  Wim Taymans  <wim@fluendo.com>
5744
5745         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5746         Make state change to PAUSED NO_PREROLL because that's what it will be in
5747         the future and rtspsrc relies on it.
5748
5749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5750         (gst_rtspsrc_change_state):
5751         Don't error out when we don't get an error from the state change
5752         function.
5753
5754 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5755
5756         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5757         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5758           Check if the device UDI is set before trying to query HAL
5759           about it and give a useful error message if it wasn't set.
5760         * ext/hal/hal.c: (gst_hal_get_string):
5761           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5762           gives an assertion failure in D-Bus when running with
5763           DBUS_FATAL_WARNINGS=1.
5764
5765 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5766
5767         * configure.ac:
5768           Convert to new AG_GST style.
5769
5770 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5771
5772         * tests/check/Makefile.am:
5773         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5774           add test for states
5775
5776 2007-02-28  Wim Taymans  <wim@fluendo.com>
5777
5778         * tests/check/elements/.cvsignore:
5779         Add new videofilter check to .cvsignore.
5780
5781 2007-02-28  Wim Taymans  <wim@fluendo.com>
5782
5783         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5784         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5785         (gst_avi_demux_loop), (gst_avi_demux_chain):
5786         Fix combined flow return. Fixes #412608.
5787
5788 2007-02-28  Wim Taymans  <wim@fluendo.com>
5789
5790         * gst/videofilter/Makefile.am:
5791         Dist header..
5792
5793 2007-02-28  Wim Taymans  <wim@fluendo.com>
5794
5795         * gst/videofilter/gstgamma.h:
5796         Add header too.
5797
5798 2007-02-28  Wim Taymans  <wim@fluendo.com>
5799
5800         Patch by: Mark Nauwelaerts <manauw at skynet be>
5801
5802         * gst/videofilter/Makefile.am:
5803         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5804         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5805         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5806         (oil_tablelookup_u8), (gst_gamma_set_caps),
5807         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5808         Port gamma filter to 0.10. Fixes #412704.
5809
5810         * tests/check/Makefile.am:
5811         * tests/check/elements/videofilter.c: (setup_filter),
5812         (cleanup_filter), (check_filter), (GST_START_TEST),
5813         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5814         Add unit tests for videofilters.
5815
5816 2007-02-28  Wim Taymans  <wim@fluendo.com>
5817
5818         * gst/rtsp/URLS:
5819         Add another interesting test url.
5820
5821         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5822         Don't allow getting header fields from data packets.
5823
5824 2007-02-28  Michael Smith  <msmith@fluendo.com>
5825
5826         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5827         (gst_shout2send_init), (gst_shout2send_start),
5828         (gst_shout2send_set_property), (gst_shout2send_get_property):
5829         * ext/shout2/gstshout2.h:
5830           Add a property for username.
5831
5832 2007-02-27  Christian Schallerr <christian@fluendo.com>
5833
5834         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5835
5836 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5837
5838         * gst/rtsp/Makefile.am:
5839         Fix make check too.
5840
5841 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5842
5843         * gst/rtsp/base64.c: (util_base64_encode):
5844         * gst/rtsp/base64.h:
5845         Commit missing files for base64 encoding.
5846
5847 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5848
5849         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5850
5851         * configure.ac:
5852         * ext/annodex/Makefile.am:
5853         * ext/jpeg/Makefile.am:
5854         * ext/speex/Makefile.am:
5855         * gst/alpha/Makefile.am:
5856         * gst/cutter/Makefile.am:
5857         * gst/debug/Makefile.am:
5858         * gst/effectv/Makefile.am:
5859         * gst/goom/Makefile.am:
5860         * gst/level/Makefile.am:
5861         * gst/smpte/Makefile.am:
5862         * gst/videofilter/Makefile.am:
5863           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5864
5865 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5866
5867         * gst/rtsp/Makefile.am:
5868         * gst/rtsp/rtspconnection.c: (append_auth_header),
5869         (rtsp_connection_send), (rtsp_connection_set_auth):
5870         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5871         from icecast to replace it. Relicensed from GPL courtesy of Mike
5872         Smith.
5873
5874 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5875
5876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5877         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5878         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5879         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5880         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5881         (gst_rtspsrc_uri_set_uri):
5882         * gst/rtsp/gstrtspsrc.h:
5883         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5884         (append_auth_header), (rtsp_connection_send),
5885         (rtsp_connection_free), (rtsp_connection_set_auth):
5886         * gst/rtsp/rtspconnection.h:
5887         * gst/rtsp/rtspdefs.h:
5888         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5889         * gst/rtsp/rtspurl.h:
5890
5891         Implement simple Basic Authentication support so that urls like
5892         rtsp://user:pass@hostname/rtspstream work on hosts that require
5893         authentication.
5894
5895 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5896
5897         * sys/v4l2/gstv4l2object.c:
5898         * sys/v4l2/gstv4l2tuner.c:
5899         * sys/v4l2/v4l2_calls.c:
5900         Fix segfault when oppening a radio device.
5901         
5902 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5903
5904         * gst/level/gstlevel.c: (gst_level_set_caps),
5905         (gst_level_transform_ip):
5906         * sys/v4l2/README:
5907         * tests/check/elements/level.c: (GST_START_TEST):
5908           Fix level for multi-channel case.
5909
5910 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5911
5912         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5913         (gst_level_transform_ip):
5914         * gst/level/gstlevel.h:
5915           Use function pointer for process function and add process functions
5916           for float audio.
5917
5918 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5919
5920         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5921         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5922         (gst_v4l2src_capture_init):
5923           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5924           fixes #407369
5925
5926 2007-02-18  Wim Taymans  <wim@fluendo.com>
5927
5928         * gst/rtp/Makefile.am:
5929         * gst/rtp/gstrtp.c: (plugin_init):
5930         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5931         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5932         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5933         (gst_rtp_mp2t_pay_plugin_init):
5934         * gst/rtp/gstrtpmp2tpay.h:
5935         Added simple mpeg transport stream payloader.
5936
5937 2007-02-16  Wim Taymans  <wim@fluendo.com>
5938
5939         * gst/rtsp/URLS:
5940         Add example H264 rtsp url.
5941
5942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5943         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5944         Don't convert values to lowercase or we might mess up base64 encoded
5945         properties.
5946
5947 2007-02-16  Wim Taymans  <wim@fluendo.com>
5948
5949         * gst/rtp/README:
5950         Fix case of string params.
5951
5952         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5953         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5954         Fix depayloader, support more packet types.
5955         Add sync codes to make sure the packetizer can do its job.
5956
5957         * gst/rtp/gstrtpmp4gdepay.c:
5958         * gst/rtp/gstrtpmp4gpay.c:
5959         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5960         Fix caps case again.
5961
5962 2007-02-15  Wim Taymans  <wim@fluendo.com>
5963
5964         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
5965         Set right caps on output buffers.
5966
5967 2007-02-14  Wim Taymans  <wim@fluendo.com>
5968
5969         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
5970         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
5971         Clear stack allocated SDPMedia struct before calling _init() on it.
5972         Clarify this in the docs as well.
5973
5974 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
5975
5976         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
5977         (do_change_child):
5978         Don't reset the profile when going switching states, as it makes
5979         the element non-reusable.
5980
5981 2007-02-14  Wim Taymans  <wim@fluendo.com>
5982
5983         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
5984         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
5985         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
5986         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
5987         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
5988         (sdp_parse_line):
5989         * gst/rtsp/sdpmessage.h:
5990         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
5991         Fix memory management of SDP messages. Fixes #407793.
5992
5993 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5994
5995         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
5996
5997         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
5998         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
5999
6000 2007-02-14  Wim Taymans  <wim@fluendo.com>
6001
6002         Patch by: jp.liu <jp_liu at astrocom dot cn>
6003
6004         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6005         Fix parsing of password field in url. Fixes #407797.
6006
6007 2007-02-14  Wim Taymans  <wim@fluendo.com>
6008
6009         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6010         (gst_wavparse_reset), (gst_wavparse_init),
6011         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6012         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6013         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6014         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6015         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6016         (gst_wavparse_loop), (gst_wavparse_chain),
6017         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6018         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6019         (plugin_init):
6020         * gst/wavparse/gstwavparse.h:
6021         Update docs.
6022         Use boilerplate.
6023         Various code cleanups.
6024         When the bitrate is not known (bps == 0 or compressed formats) let
6025         downstream element guestimate the duration and position and don't
6026         generate timestamps or durations. Fixes #405213.
6027         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6028         error flowreturn upstream.
6029
6030 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6031
6032         * ext/gconf/Makefile.am:
6033         * ext/gconf/gconf.c: (gst_gconf_get_string),
6034         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6035         (gst_gconf_render_bin_with_default):
6036         * ext/gconf/gconf.h:
6037         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6038         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6039         (gst_gconf_audio_sink_dispose), (do_change_child),
6040         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6041         (cb_change_child), (gst_gconf_audio_sink_change_state):
6042         * ext/gconf/gstgconfaudiosink.h:
6043         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6044         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6045         (gst_switch_sink_init), (gst_switch_sink_dispose),
6046         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6047         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6048         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6049         * ext/gconf/gstswitchsink.h:
6050         * gst/autodetect/gstautoaudiosink.c:
6051         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6052         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6053         (gst_auto_audio_sink_detect):
6054         * gst/autodetect/gstautovideosink.c:
6055         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6056         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6057         (gst_auto_video_sink_detect):
6058         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6059         and a child that implements the GConf key monitoring. The end goal of
6060         this is an audio sink that can be changed on the fly, but at the 
6061         moment it still only changes on the next READY transition.
6062
6063 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6066         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6067         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6068         (gst_avi_demux_calculate_durations_from_index),
6069         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6070         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6071         (gst_avi_demux_loop):
6072           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6073
6074 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6075
6076         * configure.ac:
6077         * docs/plugins/Makefile.am:
6078           Add crossreferences to glib/gobject/gstream docs.
6079
6080 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6081
6082         * gst/monoscope/Makefile.am:
6083         * gst/monoscope/gstmonoscope.c:
6084           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6085           (but no LIBS, since we only use defines from the headers).
6086
6087 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6090
6091         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6092         (gst_wavparse_stream_data):
6093           Fix massive memory leak when operating in streaming mode due to
6094           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6095           Fixes #407057.
6096
6097 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6098
6099         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6100         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6101         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6102         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6103         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6104         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6105         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6106         (gst_avi_demux_calculate_durations_from_index),
6107         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6108         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6109         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6110         * gst/avi/gstavidemux.h:
6111           Save some memory (8%) by repacking the index entry structure (more to
6112           come). Add more FIXMEs to questionable parts.
6113
6114 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6115
6116         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6117         (gst_v4l2src_get_caps):
6118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6119         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6120         (gst_v4l2src_capture_init):
6121           More FIXME comments and messaging changes.
6122
6123 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6124
6125         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6126         (gst_goom_change_state):
6127         * gst/goom/gstgoom.h:
6128           Improved docs and use GST_DEBUG_FUNCPTR.
6129
6130         * gst/level/gstlevel.c: (gst_level_class_init):
6131           Use GST_DEBUG_FUNCPTR.
6132
6133         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6134         (gst_monoscope_chain), (gst_monoscope_change_state):
6135           Improved docs source cleanups.
6136
6137 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * gst/debug/Makefile.am:
6140         * gst/debug/gstdebug.c: (plugin_init):
6141         * gst/debug/gstpushfilesrc.c:
6142         * gst/debug/gstpushfilesrc.h:
6143           Add code for a pushfilesrc element that implements a pushfile:// URI
6144           handler, to make debugging push-mode operation of demuxer/decoders
6145           that support both easier in connection with seek/playbin/etc.
6146           The element isn't registered at the moment.
6147
6148 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6149
6150         * gst/avi/gstavimux.c:
6151           Comment a #if 0 in caps template definition as VS6 seems to 
6152         do not support it.
6153         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6154           Use gst_guint64_to_gdouble for conversion.
6155         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6156           Move variables declaration before the first instruction.
6157         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6158           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6159           And don't include netdb.h for G_OS_WIN32
6160         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6161           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6162           by VS6 then use an other way to initialize SDPMedia structure.
6163         * gst/udp/gstdynudpsink.h:
6164         * gst/udp/gstdynudpnetutils.h:
6165           Do not include <sys/time.h> for G_OS_WIN32
6166         * gst/udp/gstudpsrc.c:
6167           Define socklen_t as int for G_OS_WIN32
6168         * win/common/config.h.in:
6169           Undef HAVE_NETINET_IN_H
6170         * win32/vs6/gst_plugins_good.dsw:
6171         * win32/vs6/libgstrtp.dsp:
6172         * win32/vs6/libgstrtsp.dsp:
6173         * win32/vs6/libgstautogen.dsp:
6174         * win32/vs6/libgstaudiofx.dsp:
6175         * win32/vs6/libgstudp.dsp:
6176           Add and update project files.
6177         * win32/common/gstudp-enumtypes.c:
6178         * win32/common/gstudp-enumtypes.h:
6179           Add a copy of udp enumtypes to win32/common as in core 
6180           and base.
6181         
6182 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6183
6184         * configure.ac:
6185           Activate monoscope when building with --enable-experimental. Fix
6186           --enable-external configure switch description.
6187
6188         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6189         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6190           Help gst-indent.
6191
6192 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6193
6194         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6195           Explicitly cast result of pointer arithmetic to integer in order to
6196           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6197
6198 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6199
6200         * gst/debug/progressreport.c:
6201           Some more docs.
6202
6203 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6204
6205         * docs/plugins/inspect/plugin-rtp.xml:
6206           Update for new elements.
6207
6208         * gst/debug/progressreport.h:
6209           Commit newly-created header file as well.
6210
6211 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6212
6213         * docs/plugins/Makefile.am:
6214         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6215         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6216         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6217         * gst/debug/Makefile.am:
6218         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6219         (gst_progress_report_do_query), (gst_progress_report_report):
6220           Make progressreport element post messages with the current progress
6221           on the bus. Also add some basic docs for it.
6222
6223 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6224
6225         * ext/hal/hal.c: (gst_hal_get_string):
6226         * ext/hal/hal.h:
6227           Some small cleanups; deal with errors when parsing the HAL ALSA
6228           capabilities a bit better.
6229
6230 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6231
6232         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6233           Let's try this again and use the right cast this time.
6234
6235 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6236
6237         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6238           Add cast to avoid compiler warnings with older GLib versions
6239           where the nick/name members in GEnumValue are not declared as
6240           constant strings.
6241
6242 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6243
6244         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6245         (gst_gconf_render_bin_from_key),
6246         (gst_gconf_get_default_audio_sink):
6247         * ext/gconf/gconf.h:
6248         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6249         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6250         (gst_gconf_audio_sink_get_property):
6251           In gconfaudiosink, get the right key as the old key in do_toggle
6252           (ie. one dependent on the profile selected). Log some more stuff so
6253           we can see what's actually going on.
6254
6255 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6256
6257         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6258         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6259         (gst_audio_amplify_set_process_function),
6260         (gst_audio_amplify_setup):
6261         * gst/audiofx/audioamplify.h:
6262         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6263         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6264         * gst/audiofx/audioinvert.h:
6265         Some small cleanups and port both elements to the new GstAudioFilter
6266         base class to save a few lines of common code.
6267         * gst/audiofx/Makefile.am:
6268         Link against libgstaudio for the above changes
6269
6270 2007-01-29  Wim Taymans  <wim@fluendo.com>
6271
6272         * tests/check/elements/.cvsignore:
6273         Some more ignores.
6274
6275 2007-01-26  Wim Taymans  <wim@fluendo.com>
6276
6277         Patch by: charles <charlesg3 at gmail dot com>
6278
6279         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6280         (set_shout_metadata), (gst_shout2send_event):
6281         * ext/shout2/gstshout2.h:
6282         Properly handle tags in shout2send. Fixes #399825.
6283
6284 2007-01-25  Wim Taymans  <wim@fluendo.com>
6285
6286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6287         (gst_rtspsrc_activate_streams):
6288         Convert SDP fields to upper/lowercase following the rules in the SDP to
6289         caps document. 
6290
6291 2007-01-25  Wim Taymans  <wim@fluendo.com>
6292
6293         * gst/rtp/README:
6294         * gst/rtp/gstrtpilbcdepay.c:
6295         * gst/rtp/gstrtpilbcpay.c:
6296         * gst/rtp/gstrtpmp4gdepay.c:
6297         * gst/rtp/gstrtpmp4gpay.c:
6298         * gst/rtp/gstrtpspeexdepay.c:
6299         * gst/rtp/gstrtpspeexpay.c:
6300         * gst/rtp/gstrtpsv3vdepay.c:
6301         * gst/rtp/gstrtptheoradepay.c:
6302         * gst/rtp/gstrtptheorapay.c:
6303         * gst/rtp/gstrtpvorbisdepay.c:
6304         * gst/rtp/gstrtpvorbispay.c:
6305         Fix case of encoding-name and key/value pairs to match the document.
6306         This is to make interoperation with SDP case-insensitive as required by
6307         the relevant RFCs.
6308
6309 2007-01-25  Wim Taymans  <wim@fluendo.com>
6310
6311         * configure.ac:
6312         Bump required -core/-base to CVS
6313
6314 2007-01-25  Wim Taymans  <wim@fluendo.com>
6315
6316         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6317         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6318         * gst/rtp/gstrtpL16pay.h:
6319         Fill up to MTU using adapter.
6320         Timestamp rtp packets.
6321
6322 2007-01-25  Edward Hervey  <edward@fluendo.com>
6323
6324         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6325         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6326         Use G_GSIZE_FORMAT in print statements for portability.
6327         Fixes build on macosx.
6328
6329 2007-01-24  Wim Taymans  <wim@fluendo.com>
6330
6331         * gst/rtp/Makefile.am:
6332         * gst/rtp/gstrtp.c: (plugin_init):
6333         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6334         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6335         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6336         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6337         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6338         (gst_rtp_L16_depay_plugin_init):
6339         * gst/rtp/gstrtpL16depay.h:
6340         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6341         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6342         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6343         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6344         (gst_rtp_L16_pay_plugin_init):
6345         * gst/rtp/gstrtpL16pay.h:
6346         Port and enable raw audio payloader/depayloader. Needs a bit more work
6347         on the payloader side.
6348
6349 2007-01-24  Wim Taymans  <wim@fluendo.com>
6350
6351         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6352         (gst_rtspsrc_stream_configure_transport),
6353         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6354         * gst/rtsp/gstrtspsrc.h:
6355         Only unblock the udp pads when we linked and activated them all.
6356         Fixes #395688.
6357
6358 2007-01-24  Wim Taymans  <wim@fluendo.com>
6359
6360         * gst/rtp/Makefile.am:
6361         * gst/rtp/gstrtp.c: (plugin_init):
6362         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6363         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6364         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6365         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6366         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6367         * gst/rtp/gstrtpac3depay.h:
6368         Added simple AC3 depayloader (RFC 4184).
6369
6370         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6371         Fix a leak.
6372
6373 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6374
6375         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6376
6377         * gst/audiofx/Makefile.am:
6378         * gst/audiofx/audioamplify.c:
6379         (gst_audio_amplify_clipping_method_get_type),
6380         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6381         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6382         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6383         (gst_audio_amplify_set_caps),
6384         (gst_audio_amplify_transform_int_clip),
6385         (gst_audio_amplify_transform_int_wrap_negative),
6386         (gst_audio_amplify_transform_int_wrap_positive),
6387         (gst_audio_amplify_transform_float_clip),
6388         (gst_audio_amplify_transform_float_wrap_negative),
6389         (gst_audio_amplify_transform_float_wrap_positive),
6390         (gst_audio_amplify_transform_ip):
6391         * gst/audiofx/audioamplify.h:
6392         * gst/audiofx/audiofx.c: (plugin_init):
6393         Add new element "audioamplify". This allows scaling of raw audio
6394         samples, similar to the "volume" element, but provides different modes
6395         for clipping and allows unlimited amplification. It's mainly targeted
6396         for creative sound design and not as a replacement of the "volume"
6397         element. Fixes #397162
6398         * docs/plugins/Makefile.am:
6399         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6400         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6401         * docs/plugins/gst-plugins-good-plugins.args:
6402         * docs/plugins/inspect/plugin-audiofx.xml:
6403         Add docs for audioamplify and integrate them into the build system
6404         * tests/check/Makefile.am:
6405         * tests/check/elements/audioamplify.c: (setup_amplify),
6406         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6407         Add fairly extensive unit test suite for audioamplify
6408
6409 2007-01-24  Wim Taymans  <wim@fluendo.com>
6410
6411         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6412         Unblock pads after adding the pads to the element so that autopluggers
6413         get a change to link something. Possibly fixes #395688.
6414
6415 2007-01-24  Wim Taymans  <wim@fluendo.com>
6416
6417         * gst/rtp/gstrtpamrdepay.c:
6418         * gst/rtp/gstrtpgsmdepay.c:
6419         * gst/rtp/gstrtph263pdepay.c:
6420         * gst/rtp/gstrtph263ppay.c:
6421         * gst/rtp/gstrtph264depay.c:
6422         * gst/rtp/gstrtpilbcdepay.c:
6423         * gst/rtp/gstrtpmp2tdepay.c:
6424         * gst/rtp/gstrtpmp4gdepay.c:
6425         * gst/rtp/gstrtpmp4gpay.c:
6426         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6427         * gst/rtp/gstrtpmp4vpay.c:
6428         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6429         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6430         (gst_rtp_mpa_depay_process):
6431         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6432         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6433         * gst/rtp/gstrtppcmadepay.c:
6434         * gst/rtp/gstrtppcmudepay.c:
6435         * gst/rtp/gstrtpspeexdepay.c:
6436         * gst/rtp/gstrtpspeexpay.c:
6437         * gst/rtp/gstrtpsv3vdepay.c:
6438         * gst/rtp/gstrtptheoradepay.c:
6439         * gst/rtp/gstrtptheorapay.c:
6440         * gst/rtp/gstrtpvorbisdepay.c:
6441         * gst/rtp/gstrtpvorbispay.c:
6442         Fix caps with payload numbers.
6443         Add some fixed payload numbers to caps when possible.
6444
6445 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6446
6447         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6448
6449         * gst/audiofx/Makefile.am:
6450         * gst/audiofx/audiofx.c: (plugin_init):
6451         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6452         (gst_audio_invert_class_init), (gst_audio_invert_init),
6453         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6454         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6455         (gst_audio_invert_transform_float),
6456         (gst_audio_invert_transform_ip):
6457         * gst/audiofx/audioinvert.h:
6458         Add new audiofx element "audioinvert". This element swaps the upper
6459         and lower half of samples and can be used for example for a
6460         wide-stereo effect. Fixes #396057
6461         * docs/plugins/Makefile.am:
6462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6464         * docs/plugins/gst-plugins-good-plugins.args:
6465         * docs/plugins/inspect/plugin-audiofx.xml:
6466         Add docs for the audioinvert element and add them to the build system.
6467         * tests/check/Makefile.am:
6468         * tests/check/elements/audioinvert.c: (setup_invert),
6469         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6470         Add unit test suite for the audioinvert element.
6471
6472 2007-01-23  Wim Taymans  <wim@fluendo.com>
6473
6474         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6475         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6476         Parse config params as string and int.
6477         Parse and use AU header length
6478
6479 2007-01-23  Wim Taymans  <wim@fluendo.com>
6480
6481         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6482         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6483         * gst/smpte/gstmask.c: (_gst_mask_register):
6484         * gst/smpte/gstmask.h:
6485         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6486         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6487         (gst_smpte_paint_triangle_clock):
6488         constify some static structs.
6489         Don't update the mask if nothing changed to the params.
6490         Make sure we never draw outside of the picture. Fixes #398325.
6491
6492 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6493
6494         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6495           Error out properly when pull_range fails while we're reading the
6496           headers, instead of just pausing the task silently. Fixes #399338.
6497
6498 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6499
6500         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6501           Some more sanity checks to make sure the input formats match and the
6502           input pads are actually negotiated, in case someone tries to feed
6503           buffers from fakesrc or filesrc. Fixes #398299.
6504           Also const-ify an array, just because we can.
6505
6506 2007-01-19  Edward Hervey  <edward@fluendo.com>
6507
6508         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6509         Ignore previous commit, that was only valid for widths and heights
6510         that are multiples of 4.
6511         Copy over size/stride macros from jpegdec. This allows the element
6512         to work with any width,height...
6513         ... but puts in evidence that the actual transformations only work
6514         with width/height that are multiples of 4.
6515
6516 2007-01-19  Edward Hervey  <edward@fluendo.com>
6517
6518         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6519         Allocate buffers of the right size.
6520         The proper size of a I420 buffer in bytes is:
6521         
6522             width * height * 3
6523             ------------------
6524                     2
6525
6526 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6529           Proxy getcaps on sink pads too, so that we either end up with the
6530           same dimensions on all pads or error out if that's not possible
6531           (seems to work even!). Fixes #398086, I think.
6532
6533 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6534
6535         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6536         * docs/plugins/gst-plugins-good-plugins.args:
6537         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6538           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6539           fix integer properties with -1 as minimum value.
6540
6541         * docs/plugins/inspect/plugin-1394.xml:
6542         * docs/plugins/inspect/plugin-aasink.xml:
6543         * docs/plugins/inspect/plugin-alaw.xml:
6544         * docs/plugins/inspect/plugin-alpha.xml:
6545         * docs/plugins/inspect/plugin-alphacolor.xml:
6546         * docs/plugins/inspect/plugin-annodex.xml:
6547         * docs/plugins/inspect/plugin-apetag.xml:
6548         * docs/plugins/inspect/plugin-audiofx.xml:
6549         * docs/plugins/inspect/plugin-auparse.xml:
6550         * docs/plugins/inspect/plugin-autodetect.xml:
6551         * docs/plugins/inspect/plugin-avi.xml:
6552         * docs/plugins/inspect/plugin-cacasink.xml:
6553         * docs/plugins/inspect/plugin-cairo.xml:
6554         * docs/plugins/inspect/plugin-cdio.xml:
6555         * docs/plugins/inspect/plugin-cutter.xml:
6556         * docs/plugins/inspect/plugin-debug.xml:
6557         * docs/plugins/inspect/plugin-dv.xml:
6558         * docs/plugins/inspect/plugin-efence.xml:
6559         * docs/plugins/inspect/plugin-effectv.xml:
6560         * docs/plugins/inspect/plugin-esdsink.xml:
6561         * docs/plugins/inspect/plugin-flac.xml:
6562         * docs/plugins/inspect/plugin-flxdec.xml:
6563         * docs/plugins/inspect/plugin-gconfelements.xml:
6564         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6565         * docs/plugins/inspect/plugin-goom.xml:
6566         * docs/plugins/inspect/plugin-halelements.xml:
6567         * docs/plugins/inspect/plugin-icydemux.xml:
6568         * docs/plugins/inspect/plugin-id3demux.xml:
6569         * docs/plugins/inspect/plugin-jpeg.xml:
6570         * docs/plugins/inspect/plugin-level.xml:
6571         * docs/plugins/inspect/plugin-matroska.xml:
6572         * docs/plugins/inspect/plugin-mulaw.xml:
6573         * docs/plugins/inspect/plugin-multipart.xml:
6574         * docs/plugins/inspect/plugin-navigationtest.xml:
6575         * docs/plugins/inspect/plugin-ossaudio.xml:
6576         * docs/plugins/inspect/plugin-png.xml:
6577         * docs/plugins/inspect/plugin-rtp.xml:
6578         * docs/plugins/inspect/plugin-rtsp.xml:
6579         * docs/plugins/inspect/plugin-shout2send.xml:
6580         * docs/plugins/inspect/plugin-smpte.xml:
6581         * docs/plugins/inspect/plugin-speex.xml:
6582         * docs/plugins/inspect/plugin-taglib.xml:
6583         * docs/plugins/inspect/plugin-udp.xml:
6584         * docs/plugins/inspect/plugin-videobalance.xml:
6585         * docs/plugins/inspect/plugin-videobox.xml:
6586         * docs/plugins/inspect/plugin-videoflip.xml:
6587         * docs/plugins/inspect/plugin-videomixer.xml:
6588         * docs/plugins/inspect/plugin-wavenc.xml:
6589         * docs/plugins/inspect/plugin-wavparse.xml:
6590         * docs/plugins/inspect/plugin-ximagesrc.xml:
6591           Update to CVS.
6592
6593 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6594
6595         Patch by: Sebastian Dröge <slomo circular-chaos org>
6596
6597         * gst/audiofx/audiopanorama.c:
6598           Fix doc section name (Fixes #397946)
6599
6600 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6601
6602         * sys/v4l2/gstv4l2object.c:
6603         (gst_v4l2_object_install_properties_helper),
6604         (gst_v4l2_object_set_property_helper),
6605         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6606         * sys/v4l2/gstv4l2object.h:
6607         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6608         (gst_v4l2src_init), (gst_v4l2src_set_property),
6609         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6610         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6611         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6612         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6613         (gst_v4l2src_capture_deinit):
6614           Fix EIO handing when capturing. Add new property to specify the number of
6615           buffers to enque (and remove the borked num-buffers usage).
6616
6617 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6618
6619         Patch by: Sebastian Dröge <slomo circular-chaos org>
6620
6621         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6622         (gst_audio_panorama_set_process_function):
6623           Use a function array for process methods, add more docs and define the
6624           startindex of enums.
6625
6626 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6627
6628         Patch by: Mark Nauwelaerts <manauw at skynet be>
6629
6630         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6631         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6632         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6633         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6634         (gst_avi_mux_riff_get_avi_header),
6635         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6636         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6637         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6638         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6639         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6640         (gst_avi_mux_change_state):
6641         * gst/avi/gstavimux.h:
6642         * tests/check/elements/avimux.c: (teardown_src_pad):
6643           Add support for more than one audio stream; write better AVIX
6644           header; refactor code a bit; don't announce vorbis caps on our audio
6645           sink pads since we don't support it anyway. Closes #379298.
6646
6647 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6648
6649         Patch by: Sebastian Dröge <slomo circular-chaos org>
6650
6651         * gst/audiofx/audiopanorama.c:
6652         (gst_audio_panorama_method_get_type),
6653         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6654         (gst_audio_panorama_set_process_function),
6655         (gst_audio_panorama_set_property),
6656         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6657         (gst_audio_panorama_transform_m2s_int_simple),
6658         (gst_audio_panorama_transform_s2s_int_simple),
6659         (gst_audio_panorama_transform_m2s_float_simple),
6660         (gst_audio_panorama_transform_s2s_float_simple):
6661         * gst/audiofx/audiopanorama.h:
6662           Add 'method' property and provide a simple (non-psychoacustic)
6663           processing method (#394859).
6664
6665         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6666         (panorama_suite):
6667           Tests for new method.
6668
6669 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6672         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6673           Set correct caps on outgoing pulled buffers, or things blow up
6674           after recent core changes.
6675
6676 2007-01-11  Wim Taymans  <wim@fluendo.com>
6677
6678         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6679
6680         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6681         (gst_multipart_mux_request_new_pad),
6682         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6683         (gst_multipart_mux_change_state):
6684         Return FLOW errors ASAP. Fixes #394977.
6685         Misc cleanups.
6686
6687 2007-01-11  Wim Taymans  <wim@fluendo.com>
6688
6689         Patch by: Lutz Mueller <lutz at topfrose dot de>
6690
6691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6692         Check for stream pad before activating. 
6693
6694 2007-01-10  Wim Taymans  <wim@fluendo.com>
6695
6696         Patch by: Peter Kjellerstedt  <pkj at axis com>
6697
6698         * gst/rtsp/COPYING.MIT:
6699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6700         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6701         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6702         (gst_rtspsrc_stream_configure_transport),
6703         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6704         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6705         (gst_rtspsrc_parse_methods),
6706         (gst_rtspsrc_create_transports_string),
6707         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6708         (gst_rtspsrc_open), (gst_rtspsrc_close):
6709         * gst/rtsp/gstrtspsrc.h:
6710         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6711         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6712         (parse_request_line), (parse_line), (rtsp_connection_read),
6713         (rtsp_connection_close):
6714         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6715         (rtsp_method_as_text), (rtsp_header_as_text),
6716         (rtsp_status_as_text), (rtsp_find_header_field),
6717         (rtsp_find_method):
6718         * gst/rtsp/rtspdefs.h:
6719         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6720         (rtsp_ext_wms_configure_stream):
6721         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6722         (rtsp_message_new_request), (rtsp_message_init_request),
6723         (rtsp_message_new_response), (rtsp_message_init_response),
6724         (rtsp_message_init_data), (rtsp_message_unset),
6725         (rtsp_message_free), (rtsp_message_add_header),
6726         (rtsp_message_get_header), (rtsp_message_set_body),
6727         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6728         * gst/rtsp/rtspmessage.h:
6729         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6730         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6731         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6732         (sdp_message_dump):
6733         Allow url to be NULL to be able to use it for server connections.
6734         Can now send responses as well as requests.
6735         No longer hangs in an endless loop if EOF is received.
6736         Can now convert a status code to a text string.
6737         Return RTSP_HDR_INVALID for unknown headers.
6738         Return RTSP_INVALID for unknown methods.
6739         Copy CSeq and Session headers from the request.
6740         Only free memory corresponding to the currently set message type.
6741         Added const to function arguments as appropriate.
6742         Avoid a compiler warning when initializing nmedia.
6743         Use guint rather than gint to avoid compiler warnings.
6744         Fix crasher in wms extension.
6745         Factor out stream setup from open_connection.
6746         Delay activation of streams when actual data is received from the
6747         server, this prepares us to do proper protocol switching.
6748         Added new license.
6749         Fixes #380895.
6750
6751
6752 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6753
6754         Patch by: Sebastian Dröge <slomo ubuntu com>
6755
6756         * docs/plugins/Makefile.am:
6757         * gst/audiofx/audiopanorama.c:
6758           Some small docs fixes (#394851).
6759
6760 2007-01-09  Wim Taymans  <wim@fluendo.com>
6761
6762         * gst/avi/gstavidemux.c:
6763         Fix docs.
6764
6765 2007-01-09  Wim Taymans  <wim@fluendo.com>
6766
6767         * gst/rtp/Makefile.am:
6768         * gst/rtp/gstrtp.c: (plugin_init):
6769         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6770         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6771         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6772         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6773         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6774         * gst/rtp/gstrtpmpvdepay.h:
6775           Added RFC 2250 MPEG Video Depayloader.
6776
6777         * gst/rtp/gstrtpL16depay.h:
6778         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6779         (gst_rtp_h263p_depay_process):
6780         Fix Header file. Small cleanups.
6781
6782         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6783         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6784         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6785         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6786         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6787         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6788         (gst_rtp_mp4v_depay_change_state):
6789         Remove usused code. Remove Adapter from state Change. Added debug.
6790
6791         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6792         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6793         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6794         * gst/rtp/gstrtpmpadepay.h:
6795         Subclass base depayloader.
6796         Added debug.
6797         Support static payload type assignment as well.
6798
6799         * gst/rtp/gstrtpmpapay.c:
6800         Fix caps.
6801
6802 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6805
6806         * ext/jpeg/gstjpegdec.c:
6807         * ext/jpeg/gstjpegenc.c:
6808         * ext/jpeg/smokecodec.c:
6809           These libjpeg callbacks should return a 'boolean' (unsigned char
6810           apparently) and not a 'gboolean' (which maps to gint). Fixes
6811           warnings when compiling with MingW (#393427).
6812
6813         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6814           Use ioctlsocket on win32.
6815
6816         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6817           Some printf format fixes for win32.
6818
6819 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6820
6821         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6822           Use gst_guint64_to_gdouble for conversion.
6823         * win32/vs6/libgstmatroska.dsp:
6824           Add zlib to the link.
6825         * win32/vs6/libgstvideobox.dsp:
6826           Update liboil library name (project is linked to 
6827           liboil-0.3-0.lib now).
6828           
6829 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * gst/matroska/Makefile.am:
6832           If zlib is available and used, we must link it explicitly for
6833           things to work on MingW (fixes #392855).
6834
6835 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * ext/esd/esdsink.c: (gst_esdsink_delay):
6838           Don't return bogus values when esd_get_delay() fails for some
6839           reason (#392189).
6840
6841 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         * sys/ximage/gstximagesrc.c: (composite_pixel):
6844           Fix presumably copy'n'pasto for 16bpp depth.
6845
6846 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * gst/matroska/matroska-mux.c:
6849         (gst_matroska_mux_audio_pad_setcaps):
6850           The "signed" field in audio caps is of boolean type, trying to use
6851           gst_structure_get_int() to extract it will fail. Fixing this makes
6852           matroskamux accept raw audio input (#387121) (use at your own risk
6853           though, due to the matroska spec being not entirely useful in this
6854           respect).
6855           Also fix up raw audio structures in template caps so that they
6856           represent what our setcaps function will actually accept, so that
6857           converters know what to convert to.
6858           Finally, don't fail if there isn't an "endianness" field in 8-bit
6859           PCM caps.
6860
6861 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6862
6863         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6864         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6865         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6866         (teardown_cmmldec):
6867         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6868         (teardown_cmmlenc):
6869         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6870           reapply consistent pad (de)activation
6871
6872 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6873
6874         * configure.ac:
6875         Back to CVS
6876
6877         * gst-plugins-good.doap:
6878         Add 0.10.5 doap entry
6879
6880 === release 0.10.5 ===
6881
6882 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6883
6884         * configure.ac:
6885           releasing 0.10.5, "The Path of Thorns"
6886
6887 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6888
6889         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6890         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6891         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6892         (teardown_cmmldec):
6893         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6894         (teardown_cmmlenc):
6895         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6896           revert my freeze breakage
6897
6898 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6899
6900         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6901         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6902         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6903         (teardown_cmmldec):
6904         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6905         (teardown_cmmlenc):
6906         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6907           consistent pad (de)activation
6908
6909 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6910
6911         * configure.ac:
6912         * ext/Makefile.am:
6913         Disable LADPSA, as it has moved to the -bad module for the duration.
6914
6915 2006-12-18  Wim Taymans  <wim@fluendo.com>
6916
6917         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6918         (gst_signal_processor_event):
6919         Reset flow_state back to _OK after a flush stop so that we exit our
6920         error state after the flush. Fixes #374213
6921
6922 2006-12-16  David Schleef  <ds@schleef.org>
6923
6924         * sys/osxvideo/osxvideosink.h:
6925         * sys/osxvideo/osxvideosink.m:
6926           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6927
6928 2006-12-16  David Schleef  <ds@schleef.org>
6929
6930         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6931
6932         * sys/osxvideo/Makefile.am:
6933         * sys/osxvideo/osxvideosink.h:
6934         * sys/osxvideo/osxvideosink.m:
6935           Preliminary patch for porting osxvideosink
6936
6937 2006-12-16  Wim Taymans  <wim@fluendo.com>
6938
6939         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6940
6941         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6942         (gst_videomixer_set_master_geometry),
6943         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6944         (gst_videomixer_reset), (gst_videomixer_init),
6945         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6946         (gst_videomixer_release_pad), (gst_videomixer_collected),
6947         (gst_videomixer_change_state):
6948         Introduce some locking around the videomixer state so that it does not
6949         crash when adding/removing pads. Fixes #383043.
6950
6951 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6952
6953         * configure.ac:
6954           Make sure libcaca can actually be used instead of just checking for
6955           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
6956           cross-compiling (fixes #384587).
6957
6958 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6959
6960         * Makefile.am:
6961         * gst-plugins-good.doap:
6962         * gst-plugins-good.spec.in:
6963           adding doap file
6964
6965 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6966
6967         * configure.ac:
6968           libflac-1.1.3 changed API again, but we can't build against it yet,
6969           so make sure our check doesn't use libflac-1.1.3 and add a comment
6970           to this effect.
6971
6972 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6973
6974         * gst/effectv/gstquark.c: (gst_quarktv_transform),
6975         (gst_quarktv_planetable_clear):
6976           Add some NULL pointer checks (possibly related to #385623).
6977
6978 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
6979
6980         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
6981         (gst_tag_demux_chain):
6982         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
6983           In streaming mode, if the first buffer we get doesn't have an
6984           offset, fix it up to be 0, otherwise trimming won't work later on
6985           and we'll be typefinding application/x-id3, which may result in
6986           decodebin plugging an endless number of id3demux elements as a
6987           consequence. Fixes #385031.
6988           
6989 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
6990
6991         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
6992           Ignore the buffer_time the sound device reports. Turns out it is 
6993           sometimes completely bogus and we're better off without it.
6994
6995 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
6998         (gst_matroska_demux_video_caps):
6999         * gst/matroska/matroska-ids.c:
7000         (gst_matroska_track_init_video_context):
7001         * gst/matroska/matroska-ids.h:
7002           Try harder to extract the framerate for video tracks correctly and
7003           save it directly instead of converting it back and forth a few
7004           times. Mostly makes a difference for very small framerates (<1).
7005           Fixes #380199.
7006
7007 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7010         (gst_gconf_audio_src_dispose), (do_toggle_element):
7011         * ext/gconf/gstgconfaudiosrc.h:
7012           Remove gconf notify hook when the gconfaudiosrc element is
7013           destroyed, otherwise the callback may be called on an
7014           already-destroyed instance and bad things happen. Should fix
7015           #378184.
7016           Also ignore gconf key changes when the source is already running.
7017
7018 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7019
7020         Patch by: Sebastian Dröge  <mail at slomosnail de>
7021
7022         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7023           We need to be able to read and parse any possible floating point string
7024           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7025           will parse the former only in certain locales though, so we really need
7026           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7027           make sure we can parse either version at all times.
7028           Fixes #382982 for real.
7029
7030 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7031
7032         * sys/sunaudio/gstsunaudiomixerctrl.c:
7033         * sys/sunaudio/gstsunaudiosrc.c:
7034
7035         Use the sunaudio debug category.
7036
7037         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7038         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7039         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7040         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7041         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7042         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7043         (gst_sunaudiosink_reset):
7044         * sys/sunaudio/gstsunaudiosink.h:
7045
7046         Uses the sunaudio debug category for all debug output
7047         Implements the _delay() callback to synchronise video playback better
7048         Change the segtotal and segsize values back to the parent class 
7049           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7050           respectively)
7051         Measure the samples written to the device vs. played.
7052         Keep track of segments in the device by writing empty eof frames, and
7053         sleep using a GCond when we get too far ahead and risk overrunning the
7054         sink's ringbuffer.
7055
7056         Fixes: #360673
7057
7058 2006-12-08  Wim Taymans  <wim@fluendo.com>
7059
7060         Patch by: Sebastian Dröge  <mail at slomosnail de >
7061
7062         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7063         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7064         * gst/audiofx/audiopanorama.h:
7065         Fix audiopanorame with float samples. Fixes #383726.
7066
7067 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7068
7069         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7070         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7071         (gst_sunaudiosrc_reset):
7072
7073         Implement reset functions to unblock the src/sink more quickly on 
7074         state change requests.
7075         Patch by: Brian Cameron <brian dot cameron at sun com>
7076
7077 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7078
7079         * sys/sunaudio/gstsunaudiomixer.c:
7080         (gst_sunaudiomixer_change_state):
7081         Construct the correct mixer device name when the AUDIODEV env var
7082         is set.
7083
7084         Patch by: Jerry Tan <jerry.tan at sun dot com>
7085         Fixes: #383596
7086
7087 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7088
7089         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7090         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7091         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7092         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7093         Patch by: Jerry Tan <jerry.tan at sun dot com>
7094         Fixes: #349015
7095
7096 2006-12-07  Wim Taymans  <wim@fluendo.com>
7097
7098         * gst/smpte/gstmask.h:
7099         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7100         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7101         (gst_smpte_collected), (gst_smpte_set_property),
7102         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7103         * gst/smpte/gstsmpte.h:
7104         Port to 0.10 some more. 
7105         Added duration property to specify the duration of the transition.
7106         Make framerate a fraction.
7107         Deprecate fps property, we only use negotiated fps.
7108         Added docs.
7109         Fix collectpad usage.
7110         Reset state in READY.
7111         Send NEWSEGMENT event.
7112         Fix racy updates of object properties.
7113         Added debug category.
7114         Fixes #383323.
7115
7116 2006-12-06  Wim Taymans  <wim@fluendo.com>
7117
7118         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7119
7120         * gst/videomixer/videomixer.c:
7121         (gst_videomixer_set_master_geometry),
7122         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7123         Don't reset xpos and ypos in the setcaps function because causes
7124         unexpected behaviour.
7125         Fixes #382179.
7126
7127 2006-12-06  Wim Taymans  <wim@fluendo.com>
7128
7129         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7130         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7131         Keep track of the buffer timestamp in the collectdata member instead
7132         of modifying the buffer without making the metadata writable first.
7133         Fixes #382277.
7134
7135 2006-12-06  Wim Taymans  <wim@fluendo.com>
7136
7137         Patch by: Rob Taylor <robtaylor at floopily dot org>
7138
7139         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7140         If using multicast in udpsrc, bind to the multicast address rather than
7141         IN_ADDR_ANY.
7142         This allows the simultanous use of multiple udpsrcs listening on
7143         different multicat addresses. Without this all udpsrcs will receive all
7144         packets from all subscribed multicast addresses.
7145         Fixes #383001.
7146
7147 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7148
7149         * ext/taglib/gstid3v2mux.cc:
7150         Don't attempt to write a NULL frame into the ID3 tag set when the 
7151         createFrame method returned NULL.
7152         Fixes: #381857
7153         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7154
7155 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7156
7157         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7158         Use g_strtod() instead of sscanf to parse doubles, so that it will
7159         try parsing in the C locale if the current locale fails.
7160         Fixes: #382982
7161         Patch by: Sebastian Dröge  <mail at slomosnail de >
7162
7163 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7164
7165         * win32/MANIFEST:
7166         Fix compilation on win32 under VS8
7167         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7168         Partially fixes #381175
7169
7170 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7171
7172         * gst/avi/gstavimux.c:
7173           accept all mpegversions,fixes #380825
7174           spotted by: Jerome Alet  
7175
7176 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7177
7178         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7179         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7180         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7181         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7182           cleanup the error message a bit more
7183
7184 2006-11-28  Wim Taymans  <wim@fluendo.com>
7185
7186         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7187         Fix width and height properties.
7188
7189         * ext/libcaca/gstcacasink.h:
7190         Fix compilation on newer libcaca that require us to include a new
7191         header. Fixes #379918.
7192
7193 2006-11-28  Wim Taymans  <wim@fluendo.com>
7194
7195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7196         * gst/rtsp/gstrtspsrc.h:
7197         * gst/rtsp/rtspext.h:
7198         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7199         (rtsp_ext_wms_get_context):
7200         Add method so that extensions can choose to disable the setup of
7201         a stream.
7202         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7203
7204 2006-11-27  Wim Taymans  <wim@fluendo.com>
7205
7206         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7207
7208         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7209         Push header in a separate buffer instead of memcpy:ing all data.
7210         Change LF => CRLF in headers.
7211         Move trailing LF to header. Fixes #379792.
7212
7213 2006-11-27  Wim Taymans  <wim@fluendo.com>
7214
7215         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7216         Small buffer overflow fix and improve debugging.
7217
7218 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7219
7220         * ext/esd/esdmon.h:
7221         * ext/esd/esdsink.h:
7222           remove obsolete _factory_init protos
7223
7224 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7225
7226         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7227         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7228         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7229         (gst_avi_demux_read_subindexes_push),
7230         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7231         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7232         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7233         (gst_avi_demux_massage_index),
7234         (gst_avi_demux_calculate_durations_from_index),
7235         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7236         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7237         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7238           remove dead code, tweak debugs statements, add comments, use
7239           _uint64_scale instead _uint64_scale_int when using guint64 values,
7240           small optimizations, reflow some error handling
7241
7242 2006-11-22  Edward Hervey  <edward@fluendo.com>
7243
7244         * po/.cvsignore:
7245         We never put .pot files in cvs. Let's ignore them all.
7246
7247 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7248
7249         * po/POTFILES.in:
7250           ... but better exclude files that aren't disted.
7251
7252 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7253
7254         * po/POTFILES.in:
7255           Add v4l2 source files to list of files with translations, so the
7256           strings are actually extracted (however bad they still may be).
7257
7258 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7259
7260         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7261           Minor clean-ups: const-ify static array, remove trailing comma from
7262           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7263
7264 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7265
7266         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7267         Make sure that g_free always gets called on the same pointer that was 
7268         returned by g_malloc.  Fixes #376594.
7269         Do not leak memory if decompressed size is wrong.
7270         Remove unneeded check of return value of g_malloc.
7271         Patch by: René Stadler <mail@renestadler.de>
7272
7273 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7274
7275         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7276           Add missing curly brackets.
7277
7278 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7279
7280         * sys/v4l2/v4l2src_calls.c:
7281         Fix capture_deinit.
7282
7283 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7284
7285         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7286         (gst_matroska_mux_request_new_pad):
7287           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7288
7289         * tests/check/elements/matroskamux.c: (setup_src_pad),
7290         (setup_sink_pad), (GST_START_TEST):
7291         Activate pads before using them.
7292
7293 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7294
7295         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7296           Initialise variable to get rid of bogus compiler warning.
7297
7298 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7299
7300         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7301
7302         * gst/rtp/gstrtph263pay.c:
7303         * gst/rtp/gstrtph263pdepay.c:
7304         * gst/rtp/gstrtph263ppay.c:
7305           Specify H.263 variant and version in the caps (fixes #361637)
7306
7307 2006-11-15  Wim Taymans  <wim@fluendo.com>
7308
7309         * gst/rtsp/rtspconnection.c: (read_body):
7310         Don't set a data pointer to NULL and a size > 0 when we deal
7311         with empty packets.
7312
7313         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7314         (rtsp_message_init_response), (rtsp_message_init_data),
7315         (rtsp_message_unset), (rtsp_message_free),
7316         (rtsp_message_take_body):
7317         Check that we can't create invalid empty packets. 
7318
7319 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7320
7321         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7322
7323         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7324         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7325         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7326         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7327         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7328         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7329         * gst/matroska/matroska-mux.h:
7330           Add basic tag writing support; implement releasing pads (#374658).
7331
7332 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7333
7334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7335         (gst_matroska_demux_audio_caps):
7336           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7337
7338 2006-11-14  David Schleef  <ds@schleef.org>
7339
7340         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7341
7342 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7343
7344         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7345
7346         * win32/vs8/gst-plugins-good.sln:
7347         * win32/vs8/libgst1394.vcproj:
7348         * win32/vs8/libgstaasink.vcproj:
7349         * win32/vs8/libgstalaw.vcproj:
7350         * win32/vs8/libgstalpha.vcproj:
7351         * win32/vs8/libgstalphacolor.vcproj:
7352         * win32/vs8/libgstannodex.vcproj:
7353         * win32/vs8/libgstapetag.vcproj:
7354         * win32/vs8/libgstaudiofx.vcproj:
7355         * win32/vs8/libgstauparse.vcproj:
7356         * win32/vs8/libgstautodetect.vcproj:
7357         * win32/vs8/libgstavi.vcproj:
7358         * win32/vs8/libgstcacasink.vcproj:
7359         * win32/vs8/libgstcdio.vcproj:
7360         * win32/vs8/libgstcutter.vcproj:
7361         * win32/vs8/libgstdv.vcproj:
7362         * win32/vs8/libgsteffectv.vcproj:
7363         * win32/vs8/libgstflac.vcproj:
7364         * win32/vs8/libgstflxdec.vcproj:
7365         * win32/vs8/libgstgoom.vcproj:
7366         * win32/vs8/libgsticydemux.vcproj:
7367         * win32/vs8/libgstid3demux.vcproj:
7368         * win32/vs8/libgstjpeg.vcproj:
7369         * win32/vs8/libgstladspa.vcproj:
7370         * win32/vs8/libgstlevel.vcproj:
7371         * win32/vs8/libgstmatroska.vcproj:
7372         * win32/vs8/libgstmikmod.vcproj:
7373         * win32/vs8/libgstmng.vcproj:
7374         * win32/vs8/libgstmonoscope.vcproj:
7375         * win32/vs8/libgstmulaw.vcproj:
7376         * win32/vs8/libgstmultipart.vcproj:
7377         * win32/vs8/libgstpng.vcproj:
7378         * win32/vs8/libgstrtp.vcproj:
7379         * win32/vs8/libgstrtsp.vcproj:
7380         * win32/vs8/libgstshout2.vcproj:
7381         * win32/vs8/libgstsmpte.vcproj:
7382         * win32/vs8/libgstspeex.vcproj:
7383         * win32/vs8/libgsttaglib.vcproj:
7384         * win32/vs8/libgstudp.vcproj:
7385         * win32/vs8/libgstvideobalance.vcproj:
7386         * win32/vs8/libgstvideobox.vcproj:
7387         * win32/vs8/libgstvideoflip.vcproj:
7388         * win32/vs8/libgstvideomixer.vcproj:
7389         * win32/vs8/libgstwavenc.vcproj:
7390         * win32/vs8/libgstwavparse.vcproj:
7391           Make end-of-line returns unixy, so that when the files are checked
7392           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7393           Hopefully fixes #366492.
7394
7395 2006-11-14  Wim Taymans  <wim@fluendo.com>
7396
7397         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7398         Disable init_frames delay timestamp adjustment, it does not
7399         seem to be needed at all. Fixes #369621.
7400
7401 2006-11-13  Wim Taymans  <wim@fluendo.com>
7402
7403         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7404
7405         * gst/videomixer/videomixer.c:
7406         (gst_videomixer_set_master_geometry),
7407         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7408         (gst_videomixer_collect_free), (gst_videomixer_reset),
7409         (gst_videomixer_init), (gst_videomixer_finalize),
7410         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7411         (gst_videomixer_collected), (gst_videomixer_change_state):
7412         Fix memleak by unref'ing collectpads instance (when finalizing)
7413         Implement releasing a request pad. Fixes #374479.
7414
7415 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7416
7417         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7418
7419         * win32/vs8/gst-plugins-good.sln:
7420         * win32/vs8/libgst1394.vcproj:
7421         * win32/vs8/libgstaasink.vcproj:
7422         * win32/vs8/libgstalaw.vcproj:
7423         * win32/vs8/libgstalpha.vcproj:
7424         * win32/vs8/libgstalphacolor.vcproj:
7425         * win32/vs8/libgstannodex.vcproj:
7426         * win32/vs8/libgstapetag.vcproj:
7427         * win32/vs8/libgstaudiofx.vcproj:
7428         * win32/vs8/libgstauparse.vcproj:
7429         * win32/vs8/libgstautodetect.vcproj:
7430         * win32/vs8/libgstavi.vcproj:
7431         * win32/vs8/libgstcacasink.vcproj:
7432         * win32/vs8/libgstcdio.vcproj:
7433         * win32/vs8/libgstcutter.vcproj:
7434         * win32/vs8/libgstdv.vcproj:
7435         * win32/vs8/libgsteffectv.vcproj:
7436         * win32/vs8/libgstflac.vcproj:
7437         * win32/vs8/libgstflxdec.vcproj:
7438         * win32/vs8/libgstgoom.vcproj:
7439         * win32/vs8/libgsticydemux.vcproj:
7440         * win32/vs8/libgstid3demux.vcproj:
7441         * win32/vs8/libgstjpeg.vcproj:
7442         * win32/vs8/libgstladspa.vcproj:
7443         * win32/vs8/libgstlevel.vcproj:
7444         * win32/vs8/libgstmatroska.vcproj:
7445         * win32/vs8/libgstmikmod.vcproj:
7446         * win32/vs8/libgstmng.vcproj:
7447         * win32/vs8/libgstmonoscope.vcproj:
7448         * win32/vs8/libgstmulaw.vcproj:
7449         * win32/vs8/libgstmultipart.vcproj:
7450         * win32/vs8/libgstpng.vcproj:
7451         * win32/vs8/libgstrtp.vcproj:
7452         * win32/vs8/libgstrtsp.vcproj:
7453         * win32/vs8/libgstshout2.vcproj:
7454         * win32/vs8/libgstsmpte.vcproj:
7455         * win32/vs8/libgstspeex.vcproj:
7456         * win32/vs8/libgsttaglib.vcproj:
7457         * win32/vs8/libgstudp.vcproj:
7458         * win32/vs8/libgstvideobalance.vcproj:
7459         * win32/vs8/libgstvideobox.vcproj:
7460         * win32/vs8/libgstvideoflip.vcproj:
7461         * win32/vs8/libgstvideomixer.vcproj:
7462         * win32/vs8/libgstwavenc.vcproj:
7463         * win32/vs8/libgstwavparse.vcproj:
7464           Add VS8 project files (note that many of the plugins in ext are
7465           disabled by default). Fixes #366492.
7466
7467 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7468
7469         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7470           we do not translate debug messages
7471
7472 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7473
7474         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7475           fix categorisation, make short desc more explicit, remove unused code
7476           Fixes #372021
7477
7478 2006-11-08  Wim Taymans  <wim@fluendo.com>
7479
7480         * gst/rtp/gstrtpL16depay.c:
7481         * gst/rtp/gstrtpamrdepay.c:
7482         * gst/rtp/gstrtpamrpay.c:
7483         * gst/rtp/gstrtpgsmdepay.c:
7484         * gst/rtp/gstrtph263pay.c:
7485         * gst/rtp/gstrtph263pdepay.c:
7486         * gst/rtp/gstrtph263ppay.c:
7487         * gst/rtp/gstrtph264depay.c:
7488         * gst/rtp/gstrtpmp2tdepay.c:
7489         * gst/rtp/gstrtpmp4gdepay.c:
7490         * gst/rtp/gstrtpmp4gpay.c:
7491         * gst/rtp/gstrtpmp4vdepay.c:
7492         * gst/rtp/gstrtpmp4vpay.c:
7493         * gst/rtp/gstrtpmpadepay.c:
7494         * gst/rtp/gstrtpmpapay.c:
7495         * gst/rtp/gstrtppcmadepay.c:
7496         * gst/rtp/gstrtppcmapay.c:
7497         * gst/rtp/gstrtppcmudepay.c:
7498         * gst/rtp/gstrtppcmupay.c:
7499         * gst/rtp/gstrtpspeexdepay.c:
7500         * gst/rtp/gstrtpspeexpay.c:
7501         * gst/rtp/gstrtpsv3vdepay.c:
7502         Fix element descriptions.
7503
7504 2006-11-08  Wim Taymans  <wim@fluendo.com>
7505
7506         * gst/rtp/gstrtpvorbisdepay.c:
7507         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7508         Fix description.
7509         Small cleanup in the payloader.
7510
7511 2006-11-08  Wim Taymans  <wim@fluendo.com>
7512
7513         * gst/rtp/Makefile.am:
7514         * gst/rtp/gstrtp.c: (plugin_init):
7515         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7516         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7517         (gst_rtp_theora_depay_finalize),
7518         (gst_rtp_theora_depay_parse_configuration),
7519         (gst_rtp_theora_depay_setcaps),
7520         (gst_rtp_theora_depay_switch_codebook),
7521         (gst_rtp_theora_depay_process),
7522         (gst_rtp_theora_depay_set_property),
7523         (gst_rtp_theora_depay_get_property),
7524         (gst_rtp_theora_depay_change_state),
7525         (gst_rtp_theora_depay_plugin_init):
7526         * gst/rtp/gstrtptheoradepay.h:
7527         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7528         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7529         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7530         (gst_rtp_theora_pay_init_packet),
7531         (gst_rtp_theora_pay_flush_packet),
7532         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7533         (gst_rtp_theora_pay_handle_buffer),
7534         (gst_rtp_theora_pay_plugin_init):
7535         * gst/rtp/gstrtptheorapay.h:
7536         Add theora pay/depayloaders.
7537
7538 2006-11-06  Wim Taymans  <wim@fluendo.com>
7539
7540         * gst/rtp/Makefile.am:
7541         We depend on gsttag to generate the vorbis comments.
7542
7543         * gst/rtp/gstrtpvorbisdepay.c:
7544         (gst_rtp_vorbis_depay_parse_configuration),
7545         (gst_rtp_vorbis_depay_setcaps),
7546         (gst_rtp_vorbis_depay_switch_codebook),
7547         (gst_rtp_vorbis_depay_process):
7548         * gst/rtp/gstrtpvorbisdepay.h:
7549         Parse configuration string in the depayloader.
7550         Implement selecting and switching to a new codebook.
7551         Receiving vorbis over RTP now works.
7552
7553         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7554         (gst_rtp_vorbis_pay_init_packet),
7555         (gst_rtp_vorbis_pay_finish_headers),
7556         (gst_rtp_vorbis_pay_handle_buffer):
7557         * gst/rtp/gstrtpvorbispay.h:
7558         Set timestamps on outgoing buffers and RTP packets.
7559         Fix configuration string, prepend number of Packet headers.
7560         Fix encoding of ident string.
7561         Add delivery-method to caps.
7562         Streaming vorbis over RTP now works.
7563
7564 2006-11-06  Wim Taymans  <wim@fluendo.com>
7565
7566         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7567         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7568         (gst_rtp_vorbis_pay_handle_buffer):
7569         * gst/rtp/gstrtpvorbispay.h:
7570         Generate a valid configuration string in the caps based on the
7571         vorbis headers.
7572
7573 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7574
7575         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7576         * ext/cdio/gstcdio.h:
7577         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7578           Move CD-TEXT utility function into common file so it can also be
7579           used by a future cdioparanoiasrc.
7580
7581 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7582         
7583         * sys/v4l2/Makefile.am:
7584         * sys/v4l2/gstv4l2object.c:
7585         * sys/v4l2/gstv4l2src.c:
7586         * sys/v4l2/gstv4l2xoverlay.c:
7587         * sys/v4l2/v4l2_calls.c:
7588         * sys/v4l2/v4l2src_calls.c:
7589         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7590         xoverlay code that is still not implemented.
7591
7592 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7593
7594         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7595           We require a -base more recent than 0.10.9, so it's safe to use
7596           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7597
7598         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7599         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7600           Use _newsegment_full() now that we depend on a recent enough core.
7601
7602         * gst/wavparse/gstwavparse.c:
7603           Remove cruft that we don't need any longer now that we depend on
7604           a recent enough -base.
7605
7606 2006-10-31  Wim Taymans  <wim@fluendo.com>
7607
7608         * gst/rtp/Makefile.am:
7609         * gst/rtp/gstrtp.c: (plugin_init):
7610         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7611         (gst_rtpilbcpay_setcaps):
7612         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7613
7614 2006-10-31  Wim Taymans  <wim@fluendo.com>
7615
7616         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7617         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7618         Some small cleanups, use _scale.
7619
7620 2006-10-31  Wim Taymans  <wim@fluendo.com>
7621
7622         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7623         Use higher precision scale function.
7624
7625 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         Patch by: Michal Benes  <michal dot benes at itonis tv>
7628
7629         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7630         (gst_matroska_demux_read_track_encodings),
7631         (gst_matroska_decode_buffer):
7632           Fix several issues with encoded/compressed/encrypted/signed tracks;
7633           also, remove superfluous newline characters from some debug
7634           statements. (#366155)
7635
7636 2006-10-30  Wim Taymans  <wim@fluendo.com>
7637
7638         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7639         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7640         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7641         (gst_smokedec_change_state):
7642         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7643         (gst_smokeenc_init), (gst_smokeenc_finalize),
7644         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7645         (gst_smokeenc_resync), (gst_smokeenc_chain),
7646         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7647         (gst_smokeenc_change_state):
7648         Various cleanups, capsnego and leak fixes.
7649
7650 2006-10-30  Wim Taymans  <wim@fluendo.com>
7651
7652         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7653
7654         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7655         Fix videomixer so that it can handle any combination of framerates.
7656         Fixes #367221.
7657
7658 2006-10-28  Wim Taymans  <wim@fluendo.com>
7659
7660         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7661         (gst_avi_demux_parse_file_header),
7662         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7663         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7664         (gst_avi_demux_chain):
7665         Fix position query for audio. also fixes timestamps in streaming
7666         mode and bug #364958.
7667         Small cleanups.
7668
7669 2006-10-27  Wim Taymans  <wim@fluendo.com>
7670
7671         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7672         * ext/libpng/gstpngenc.h:
7673         Fix strides. Fixes #364856.
7674         Cleanup capsnego.
7675         Set caps on outgoing buffers.
7676
7677 2006-10-18  Wim Taymans  <wim@fluendo.com>
7678
7679         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7680
7681         * gst/rtp/gstrtpgsmpay.c:
7682         * gst/rtp/gstrtph263pay.c:
7683         * gst/rtp/gstrtpmpapay.c:
7684         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7685         (gst_rtp_pcma_pay_handle_buffer):
7686         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7687         Add static payload numbers in addition to the dynamic ones.
7688         Fixes #361639.
7689
7690 2006-10-18  Wim Taymans  <wim@fluendo.com>
7691
7692         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7693         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7694         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7695         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7696         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7697         * gst/rtsp/rtspdefs.h:
7698         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7699         * gst/rtsp/rtspurl.h:
7700         Reuse already existing enum for lower transport.
7701         Add rtspt and rtspu protocols.
7702         Send redirect to rtspt when udp times out.
7703
7704 2006-10-18  Wim Taymans  <wim@fluendo.com>
7705
7706         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7707         (gst_wavparse_stream_data):
7708         Fix seeking some more, mostly for speed changes.
7709
7710 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7711
7712         Patch by: Fredrik Persson  <frepe at bredband net>
7713
7714         * sys/v4l2/gstv4l2tuner.c:
7715         * sys/v4l2/gstv4l2tuner.h:
7716           Fix _set_channel(): remove useless g_object_notify() for "channel"
7717           property that doesn't exist any longer and therefore now also
7718           useless redirect (#338818).
7719
7720 2006-10-17  Wim Taymans  <wim@fluendo.com>
7721
7722         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7723         Some drivers do not support unsetting the non-blocking flag once the
7724         device is opened. In those cases, close/open the device in
7725         non-blocking mode. Fixes #362673.
7726
7727 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7728
7729         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7730         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7731         (gst_v4l2src_get_fps):
7732           dear stefan, framespersecond is not frameperiod, reverting but adding
7733           comment
7734
7735 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7736
7737         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7738         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7739         (gst_v4l2src_get_fps):
7740           Numerator is numerator and denominator is denominator. Say that aloud
7741           5 times and retry after next beer.
7742
7743 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7744
7745         Patch by: Josep Torra Valles  <josep at fluendo com>
7746
7747         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7748         * ext/esd/esdsink.c: (gst_esdsink_write):
7749         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7750         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7751         (gst_flac_dec_send_newsegment):
7752         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7753         (gst_flac_enc_tell_callback):
7754         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7755         (smokecodec_parse_header), (smokecodec_decode):
7756         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7757         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7758         * gst/goom/Makefile.am:
7759         * gst/goom/gstgoom.c:
7760         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7761         * gst/rtsp/gstrtspsrc.c:
7762         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7763         * gst/udp/gstudpsink.c:
7764         * gst/udp/gstudpsrc.c:
7765         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7766         * sys/sunaudio/gstsunaudiomixertrack.h:
7767           Fix a bunch of problems discovered by the Forte compiler, mostly type
7768           mixups and pointer arithmetics with void pointers. Fixes #362603.
7769
7770 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7771
7772         * ext/speex/gstspeex.c: (plugin_init):
7773         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7774         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7775         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7776         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7777         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7778         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7779         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7780         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7781         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7782         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7783         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7784         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7785         * ext/speex/gstspeexenc.h:
7786           Miscellaneous clean-ups, among other things: speexenc => enc to
7787           enhance code readability; change speexenc => speex_enc; in chain
7788           function unref input buffer in case of error; take reference in
7789           event function; use boilerplate macro; use gst_pad_query_peer_*
7790           convenience functions.
7791
7792 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7793
7794         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7795         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7796         (gst_speexenc_set_header_on_caps):
7797           Fix some mem leaks.
7798
7799 2006-10-11  Wim Taymans  <wim@fluendo.com>
7800
7801         * gst/rtsp/URLS:
7802         Added some other URL.
7803
7804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7805         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7806         (gst_rtspsrc_open), (gst_rtspsrc_play),
7807         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7808         * gst/rtsp/gstrtspsrc.h:
7809         Work on fallback to TCP connection when the UDP socket times out.
7810         Handler server requests, just reply with OK for now.
7811
7812         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7813         * gst/rtsp/rtspdefs.h:
7814         Added some more Real extension headers.
7815
7816         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7817         Fix parsing of urls with a ':' that is not part of the hostname:port
7818         part of the url.
7819
7820 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7821
7822         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7823         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7824         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7825           Activate pad before adding it to the already-running element.
7826
7827         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7828           Activate newly-created pad too.
7829
7830 2006-10-11  Wim Taymans  <wim@fluendo.com>
7831
7832         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7833
7834         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7835         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7836         (gst_udpsrc_start):
7837         Fix some leaks in caps and uris. Fixes #361252.
7838
7839 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7840
7841         * gst/wavparse/Makefile.am:
7842           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7843
7844 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7845
7846         * sys/v4l2/gstv4l2xoverlay.c:
7847         * sys/v4l2/gstv4l2xoverlay.h:
7848         Fix build as per the patch in #338818 comment 36.
7849
7850 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7853           Activate pads before adding them to the source.
7854
7855 2006-10-06  Wim Taymans  <wim@fluendo.com>
7856
7857         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7858         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7859         Activate pads before adding.
7860
7861 2006-10-06  Wim Taymans  <wim@fluendo.com>
7862
7863         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7864         (gst_multipart_find_pad_by_mime):
7865         Activate pads before adding.
7866
7867         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7868         BOILERPLATE sets parent_class for us.
7869
7870 2006-10-06  Wim Taymans  <wim@fluendo.com>
7871
7872         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7873         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7874         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7875         (gst_rtspsrc_alloc_udp_ports),
7876         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7877         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7878         (gst_rtspsrc_create_transports_string),
7879         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7880         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7881         * gst/rtsp/gstrtspsrc.h:
7882         Rework how the transport string is constructed, try to share channels
7883         and udp ports.
7884         Make most of the stuff less dependant on RTP as we are also going to use
7885         it for RDT.
7886         Add support for transport specific session managers.
7887
7888         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7889         Implement _flush().
7890
7891         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7892         * gst/rtsp/rtspdefs.h:
7893         Add generic error return code.
7894
7895         * gst/rtsp/rtspext.h:
7896         Add support for pluggable tranport strings.
7897
7898         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7899         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7900         (rtsp_ext_wms_get_context):
7901         Detect WMServer and activate the extension.
7902
7903         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7904         (rtsp_transport_get_manager), (rtsp_transport_parse):
7905         * gst/rtsp/rtsptransport.h:
7906         Added methods to get mime/manager for certain transports.
7907
7908 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7909
7910         * ext/cairo/gsttimeoverlay.c:
7911         (gst_cairo_time_overlay_update_font_height):
7912         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7913         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7914         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7915         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7916         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7917         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7918         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7919         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7920         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7921         (gst_avi_demux_stream_data):
7922         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7923         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7924         (gst_fenced_buffer_copy):
7925         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7926         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7928         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7929         (gst_rtspsrc_handle_message):
7930         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7931         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7932           Printf format fixes.
7933
7934 2006-10-04  Wim Taymans  <wim@fluendo.com>
7935
7936         * gst/rtsp/Makefile.am:
7937         Dist new .h file too.
7938
7939 2006-10-04  Wim Taymans  <wim@fluendo.com>
7940
7941         * gst/rtsp/Makefile.am:
7942         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7943         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7945         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7946         (gst_rtspsrc_parse_rtpmap),
7947         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7948         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7949         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7950         * gst/rtsp/gstrtspsrc.h:
7951         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7952         * gst/rtsp/rtspdefs.h:
7953         * gst/rtsp/rtspext.h:
7954         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
7955         (rtsp_ext_wms_get_context):
7956         * gst/rtsp/rtspextwms.h:
7957         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
7958         (rtsp_transport_parse):
7959         * gst/rtsp/rtsptransport.h:
7960         Factor out extension in separate module.
7961         Fix getcaps to filter against the padtemplate.
7962         Use Content-Base if the server gives one.
7963         Rework the transport parsing a bit for future extensions.
7964         Added some Real Header field definitions.
7965
7966 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7967
7968         * docs/plugins/Makefile.am:
7969         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
7970         * docs/plugins/gst-plugins-good-plugins-sections.txt:
7971           added v4l2 stubs
7972         * gst-plugins-good.spec.in:
7973           add v4l2
7974
7975 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
7976
7977         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7978           Extract disc/album/medium number and count and try harder
7979           to extract track number/count.
7980
7981 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7982
7983         * configure.ac:
7984         * sys/Makefile.am:
7985           add build stuff for v4l2, needs --enable-experimental until
7986           the last bits are resolved
7987
7988 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
7989
7990         * tests/check/Makefile.am:
7991           Disable autodetect test temporarily, so that the build bots
7992           update -bad and the ranks of unreliable video sinks in there.
7993
7994         * tests/check/elements/autodetect.c: (GST_START_TEST):
7995           Skip test if no usable videosink is found.
7996
7997 2006-09-29  Wim Taymans  <wim@fluendo.com>
7998
7999         * gst/rtsp/URLS:
8000         Add some more URLs.
8001
8002         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8003         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8004         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8005         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8006         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8007         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8008         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8009         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8010         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8011         * gst/rtsp/gstrtspsrc.h:
8012         Add timeout property to control UDP timeouts.
8013         Fix error messages.
8014         Also start a loop function when operating in UDP mode so that we can
8015         do some more stuff async.
8016         Handle element messages from udpsrc to detect timeouts. If a timeout
8017         happens we currently generate an error.
8018         API: rtspsrc::timeout property.
8019
8020         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8021         (gst_udpsrc_create):
8022         Really implement the timeout in microseconds and not milliseconds.
8023
8024 2006-09-29  Wim Taymans  <wim@fluendo.com>
8025
8026         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8027         (gst_udpsrc_create), (gst_udpsrc_set_property),
8028         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8029         * gst/udp/gstudpsrc.h:
8030         Added property to post a message on timeout.
8031         Updated docs.
8032         When restarting the select, initialize the fdsets again.
8033         Init control sockets so we don't accidentally close a random socket.
8034         API: GstUDPSrc::timeout property
8035
8036 2006-09-29  Wim Taymans  <wim@fluendo.com>
8037
8038         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8039         Fix flag registration.
8040
8041         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8042         Reading 0 also means 'no more commands'
8043
8044 2006-09-29  Wim Taymans  <wim@fluendo.com>
8045
8046         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8047
8048         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8049         Fix possible infinite loop when shutting down, a read can also return
8050         0 to indicate no more messages are available. Fixes #358156.
8051
8052 2006-09-25  Wim Taymans  <wim@fluendo.com>
8053
8054         * gst/autodetect/gstautoaudiosink.c:
8055         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8056         (gst_auto_audio_sink_find_best):
8057         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8058         Small cleanups.
8059         don't try to set "sync" property when it is not available.
8060
8061 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8062
8063         Patch by: Peter Kjellerstedt  <pkj at axis com>
8064
8065         * gst/alpha/gstalpha.c:
8066         * gst/rtp/gstrtpamrdepay.c:
8067         * gst/rtsp/gstrtspsrc.c:
8068         * gst/udp/gstudpsrc.c:
8069         * gst/videomixer/videomixer.c:
8070           Include stdlib.h in some more places, makes things compile
8071           with uClibc and -Werror (#357592).
8072
8073 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8074
8075         * ext/jpeg/gstjpegdec.c:
8076           Set minimum height to 8 (from 16), our code should handle
8077           that fine. Some of the buttons on the apple trailer site
8078           are apparently only 15 pixels high (see #357470).
8079
8080 2006-09-23  Wim Taymans  <wim@fluendo.com>
8081
8082         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8083         (gst_rtspsrc_open):
8084         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8085         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8086         (rtsp_connection_receive):
8087         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8088         * gst/rtsp/rtspdefs.h:
8089         Improve error reporting.
8090
8091 2006-09-23  Wim Taymans  <wim@fluendo.com>
8092
8093         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8094         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8095         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8096         * gst/rtp/gstrtpdepay.c:
8097         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8098         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8099         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8100         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8101         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8102         (gst_rtp_mp2t_depay_plugin_init):
8103         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8104         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8105         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8106         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8107         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8108         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8109         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8110         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8111         Fix klass typos.
8112         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8113
8114 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8115
8116         * configure.ac:
8117           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8118
8119 2006-09-22  Wim Taymans  <wim@fluendo.com>
8120
8121         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8122         Don't check for a tag that is never there and check if we read the
8123         correct tag. Fixes seeking again.
8124         We must post an error when all pads are unlinked.
8125
8126 2006-09-22  Wim Taymans  <wim@fluendo.com>
8127
8128         * gst/rtp/Makefile.am:
8129         * gst/rtp/gstrtp.c: (plugin_init):
8130         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8131         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8132         (gst_rtp_vorbis_pay_reset_packet),
8133         (gst_rtp_vorbis_pay_init_packet),
8134         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8135         (gst_rtp_vorbis_pay_handle_buffer):
8136         More fixage, set endoder-params correctly in the payloader.
8137
8138 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8139
8140         * gst/autodetect/gstautoaudiosink.c:
8141         (gst_auto_audio_sink_base_init):
8142         * gst/autodetect/gstautovideosink.c:
8143         (gst_auto_video_sink_base_init):
8144           Make static pad templates static to appease valgrind's leak
8145           detector.
8146
8147         * tests/check/Makefile.am:
8148         * tests/check/elements/.cvsignore:
8149         * tests/check/elements/autodetect.c: (GST_START_TEST),
8150         (autodetect_suite):
8151           Add simple test for the ghostpad lockup on shutdown fixed in core
8152           CVS (audio bit disabled because it would need dozens of alsa
8153           suppressions and I'm too lazy to add those now).
8154
8155 2006-09-22  Wim Taymans  <wim@fluendo.com>
8156
8157         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8158         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8159         Small cleanups.
8160
8161         * gst/rtp/Makefile.am:
8162         * gst/rtp/gstrtp.c: (plugin_init):
8163         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8164         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8165         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8166         (gst_rtp_vorbis_depay_process),
8167         (gst_rtp_vorbis_depay_set_property),
8168         (gst_rtp_vorbis_depay_get_property),
8169         (gst_rtp_vorbis_depay_change_state),
8170         (gst_rtp_vorbis_depay_plugin_init):
8171         * gst/rtp/gstrtpvorbisdepay.h:
8172         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8173         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8174         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8175         (gst_rtp_vorbis_pay_flush_packet),
8176         (gst_rtp_vorbis_pay_append_buffer),
8177         (gst_rtp_vorbis_pay_handle_buffer),
8178         (gst_rtp_vorbis_pay_plugin_init):
8179         * gst/rtp/gstrtpvorbispay.h:
8180         Add experimental vorbis pay and depayloaders.
8181
8182 2006-09-21  Wim Taymans  <wim@fluendo.com>
8183
8184         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8185         Fix profile-level-id parsing and setup.
8186
8187 2006-09-21  Wim Taymans  <wim@fluendo.com>
8188
8189         * gst/udp/README:
8190         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8191         Update README, simple cleanup.
8192
8193 2006-09-21  Wim Taymans  <wim@fluendo.com>
8194
8195         * gst/rtp/README:
8196         Update README with some examples.
8197
8198         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8199         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8200         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8201         (gst_rtp_mp4g_pay_setcaps):
8202         * gst/rtp/gstrtpmp4gpay.h:
8203         Make optional RTP parameters of type STRING, as required by the
8204         application/x-rtp caps specification.
8205
8206 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8207
8208         * gst/rtp/gstrtph263pdepay.c:
8209         * gst/rtp/gstrtph263ppay.c:
8210         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8211         RTP header.
8212
8213 2006-09-20  Wim Taymans  <wim@fluendo.com>
8214
8215         * gst/rtp/Makefile.am:
8216         And makefile too.
8217
8218 2006-09-20  Wim Taymans  <wim@fluendo.com>
8219
8220         * gst/rtp/gstrtp.c: (plugin_init):
8221         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8222         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8223         (decode_base64), (gst_rtp_asf_depay_setcaps),
8224         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8225         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8226         (gst_rtp_asf_depay_plugin_init):
8227         * gst/rtp/gstrtpasfdepay.h:
8228         Added preliminary ASF depayloader.
8229
8230         * gst/rtp/gstrtph264depay.c: (decode_base64):
8231         Fix base64 decoding.
8232
8233 2006-09-20  Wim Taymans  <wim@fluendo.com>
8234
8235         * gst/rtsp/URLS:
8236         Added some test URLS.
8237
8238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8239         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8240         * gst/rtsp/gstrtspsrc.h:
8241         When creating streams, give access to the complete SDP.
8242         Fix some leaks.
8243         Collect and merge global stream properties in stream caps.
8244         Preliminary support for WMServer.
8245
8246         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8247         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8248         (rtsp_connection_receive):
8249         * gst/rtsp/rtspconnection.h:
8250         Make connection interruptable.
8251         Refactor to make it reconnectable.
8252         Don't fail on short reads when reading data packets.
8253
8254         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8255         (rtsp_url_get_port):
8256         * gst/rtsp/rtspurl.h:
8257         Add methods for getting/setting the port.
8258
8259         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8260         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8261         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8262         (sdp_media_get_format), (sdp_parse_line),
8263         (sdp_message_parse_buffer):
8264         Fix headers. 
8265         Add methods for getting multiple attributes with the same name.
8266         Increase buffer size when parsing.
8267         Fix parsing of a=foo fields.
8268
8269         * gst/rtsp/test.c: (main):
8270         Update to new connection API.
8271
8272         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8273         (rtsp_message_init_response), (rtsp_message_init_data),
8274         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8275         * gst/rtsp/rtspmessage.h:
8276         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8277         * gst/rtsp/rtsptransport.h:
8278         * gst/rtsp/sdp.h:
8279         * gst/rtsp/sdpmessage.h:
8280         * gst/rtsp/gstrtsp.c:
8281         * gst/rtsp/gstrtsp.h:
8282         * gst/rtsp/gstrtpdec.c:
8283         * gst/rtsp/gstrtpdec.h:
8284         * gst/rtsp/rtsp.h:
8285         * gst/rtsp/rtspdefs.c:
8286         * gst/rtsp/rtspdefs.h:
8287         Dual licensed under MIT and LGPL now.
8288
8289 2006-09-19  Wim Taymans  <wim@fluendo.com>
8290
8291         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8292         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8293         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8294         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8295         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8296         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8297         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8298         * gst/rtsp/gstrtspsrc.h:
8299         Reorganize stream parsing and creation.
8300         Detect container formats in interleaved mode.
8301         Keep more state about the streams.
8302         Assume a server also supports PLAY if it does not say.
8303         Add unicast and interleaved properties to TCP transport requests to make
8304         some servers happy (WMServer).
8305
8306         * gst/rtsp/sdpmessage.h:
8307         Add some defines for the standard Bandwidth types.
8308
8309 2006-09-19  Wim Taymans  <wim@fluendo.com>
8310
8311         * gst/rtsp/test.c: (main):
8312         Fix build.
8313
8314 2006-09-19  Wim Taymans  <wim@fluendo.com>
8315
8316         * gst/wavparse/gstwavparse.c:
8317         Add ms-gsm to the src template.
8318
8319 2006-09-18  Wim Taymans  <wim@fluendo.com>
8320
8321         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8322         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8323         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8324         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8325         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8326         * gst/rtsp/gstrtspsrc.h:
8327         Small cleanups, added documentation.
8328         Try to clean up the requests and responses.
8329         Refactor parsing the supported methods.
8330
8331         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8332         (rtsp_connection_create), (rtsp_connection_send),
8333         (parse_response_status), (parse_request_line),
8334         (rtsp_connection_receive), (rtsp_connection_close),
8335         (rtsp_connection_free):
8336         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8337         (rtsp_transport_init), (rtsp_transport_parse),
8338         (rtsp_transport_free):
8339         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8340         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8341         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8342         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8343         Use g_return_val some more.
8344
8345         * gst/rtsp/rtspdefs.h:
8346         Add more enum values to track initial states.
8347
8348         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8349         (rtsp_message_init_request), (rtsp_message_new_response),
8350         (rtsp_message_init_response), (rtsp_message_init_data),
8351         (rtsp_message_unset), (rtsp_message_free),
8352         (rtsp_message_add_header), (rtsp_message_remove_header),
8353         (rtsp_message_get_header), (rtsp_message_set_body),
8354         (rtsp_message_take_body), (rtsp_message_get_body),
8355         (rtsp_message_steal_body), (rtsp_message_dump):
8356         * gst/rtsp/rtspmessage.h:
8357         Reorder arguments, object goes as the first one.
8358         Use g_return_val some more.
8359
8360 2006-09-18  Wim Taymans  <wim@fluendo.com>
8361
8362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8363         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8364         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8365         * gst/rtsp/gstrtspsrc.h:
8366         Export sometimes source pad with correct caps on the template, create
8367         the ghostpad from the template.
8368         Remove RTCP template as we never expose RTCP.
8369         Protect against invalid body size.
8370         Avoid memcpy when creating the output buffer.
8371         Properly post an error and send EOS when the loop function is shut down.
8372
8373 2006-09-18  Wim Taymans  <wim@fluendo.com>
8374
8375         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8376
8377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8378         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8379         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8380         * gst/rtsp/gstrtspsrc.h:
8381         Make sure we can never set an invalid location.
8382
8383         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8384         * gst/rtsp/rtspmessage.h:
8385         Added _steal_body method for future use.
8386
8387         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8388         Make freeing of NULL url return immediatly.
8389
8390 2006-09-18  Wim Taymans  <wim@fluendo.com>
8391
8392         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8393
8394         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8395         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8396         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8397         (gst_rtspsrc_change_state):
8398         * gst/rtsp/gstrtspsrc.h:
8399         Use boilerplate.
8400         Make rtspsrc subclass GstBin to make state changes easier.
8401         Add Range header field on the PLAY request.
8402
8403 2006-09-18  Wim Taymans  <wim@fluendo.com>
8404
8405         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8406
8407         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8408         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8409         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8410         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8411         * gst/rtsp/rtspconnection.c: (inet_aton):
8412         Small cleanups.
8413         when multicast is selected as the transport, create UDP sources and
8414         connect to the multicast group.
8415         Move parsing and setting of caps to a common place.
8416         Fixes #349894.
8417
8418 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8419
8420         * ext/flac/gstflactag.c:
8421         * gst/alpha/gstalpha.c:
8422         * gst/debug/breakmydata.c:
8423         * gst/debug/negotiation.c:
8424         * gst/debug/testplugin.c:
8425         * gst/effectv/gstaging.c:
8426         * gst/effectv/gstdice.c:
8427         * gst/effectv/gstedge.c:
8428         * gst/effectv/gstquark.c:
8429         * gst/effectv/gstrev.c:
8430         * gst/effectv/gstshagadelic.c:
8431         * gst/effectv/gstvertigo.c:
8432         * gst/effectv/gstwarp.c:
8433         * gst/multipart/multipartdemux.c:
8434         * gst/multipart/multipartmux.c:
8435         * gst/videobox/gstvideobox.c:
8436         * gst/videofilter/gstgamma.c:
8437         * gst/videofilter/gstvideotemplate.c:
8438         * gst/videomixer/videomixer.c:
8439         * sys/sunaudio/gstsunaudiosrc.h:
8440         More G_OBJECT macro fixing.
8441
8442 2006-09-16  Wim Taymans  <wim@fluendo.com>
8443
8444         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8445
8446         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8447         Correctly set the dwLength in strh.
8448         With this patch, the file duration is now displayed correctly in window
8449         media player and the AVI plays completely. Fixes #356147
8450
8451 2006-09-15  Wim Taymans  <wim@fluendo.com>
8452
8453         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8454
8455         * sys/sunaudio/gstsunaudiomixerctrl.c:
8456         (gst_sunaudiomixer_ctrl_build_list):
8457         Set the output track as the MASTER so that the gnome-settings-daemon
8458         keybindings for changing the volume using the keyboard works.
8459         Fixes #356142.
8460
8461 2006-09-15  Wim Taymans  <wim@fluendo.com>
8462
8463         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8464         Fix documentation, it is not possible to control the framerate of jpegdec
8465         using filtered caps yet. Fixes #355210.
8466         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8467         stop when there is an error.
8468
8469 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8470
8471         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8472         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8473           Don't interpret a first buffer with an offset of NONE as
8474           'from the middle of the stream', but only a first buffer
8475           that has a valid buffer offset that's non-zero (see #345449).
8476
8477 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8480         (gst_icydemux_typefind_or_forward):
8481         * gst/icydemux/gsticydemux.h:
8482           When we merge/collect multiple incoming buffers for typefinding
8483           purposes, keep an initial 0 offset on the first outgoing buffer
8484           as well (otherwise id3demux won't work right). Fixes #345449.
8485           Also Make buffer metadata writable before setting buffer caps.
8486
8487         * tests/check/elements/icydemux.c: (typefind_succeed),
8488         (cleanup_icydemux), (push_data), (GST_START_TEST),
8489         (icydemux_suite):
8490           Small test case for the above.
8491
8492 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8493
8494         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8495         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8496         (gst_avi_demux_stream_header_push),
8497         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8498         (gst_avi_demux_loop):
8499           More code reuse and better logging in _peek_chunk(). Reintroduce check
8500           for chunk sizes before reading them (avoid oom). Better handling for 
8501           invalid chunksizes when streaming.
8502
8503 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8504
8505         * gst/level/gstlevel.c: (gst_level_set_property):
8506         * gst/level/gstlevel.h:
8507           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8508           René Stadler
8509
8510 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8511
8512         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8513         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8514         (gst_avi_demux_stream_data):
8515           Revert one change to fix streaming avi (adapter size != data size).
8516
8517 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8520
8521         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8522         (gst_matroska_demux_reset),
8523         (gst_matroska_demux_read_track_encodings),
8524         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8525         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8526         (gst_matroska_demux_subtitle_caps):
8527         * gst/matroska/matroska-ids.h:
8528           Add support for VOBSUB subtitle tracks and zlib-compressed
8529           tracks. Make sure we start on a keyframe after a seek. (#343348)
8530
8531 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8532
8533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8534         (gst_matroska_demux_push_flac_codec_priv_data),
8535         (gst_matroska_demux_push_xiph_codec_priv_data),
8536         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8537         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8538         * gst/matroska/matroska-ids.h:
8539           Add basic FLAC support (#311586), not perfect yet though, needs some
8540           tweaking in flacdec; also, seeking could be better.
8541           Do better bounds checking when deserialising vorbis stream headers
8542           to make sure we don't read beyond the end of the buffer on bad input.
8543
8544 2006-09-04  Wim Taymans  <wim@fluendo.com>
8545
8546         Patch by: Alessandro Decina <alessandro at nnva dot org>
8547
8548         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8549         Seeking back in a file containing a CMML stream errors out if the seek
8550         goes back up to the CMML headers. This is because after the seek the xml
8551         processing instruction <?xml ...?> is submitted to the xml parser again, 
8552         which results in an error. The attached patch fixes the problem. 
8553         Fixes #353908.
8554
8555         * ext/annodex/gstcmmlenc.h:
8556         Fix authors name.
8557
8558
8559 2006-08-28  Andy Wingo  <wingo@pobox.com>
8560
8561         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8562         New helper function to lessen the ifdefs.
8563         (GST_INFO_OBJECT): 
8564         (gst_dv1394src_iso_receive): Use it.
8565         (gst_dv1394src_create): Also use the control sockets in iec61883
8566         mode.
8567         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8568         handle for AVC operations; fixes #348233.
8569
8570 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8571
8572         * configure.ac:
8573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8574         * docs/plugins/inspect/plugin-audiofx.xml:
8575         * docs/plugins/inspect/plugin-audiofxgood.xml:
8576         * gst/audiofx/Makefile.am:
8577         * gst/audiofx/audiofx.c:
8578         * gst/audiofxgood/.cvsignore:
8579         * gst/audiofxgood/Makefile.am:
8580         * gst/audiofxgood/audiofx.c:
8581         * gst/audiofxgood/audiopanorama.c:
8582         * gst/audiofxgood/audiopanorama.h:
8583           Rename again (audiofxgood -> audiofx).
8584
8585 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8586
8587         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8588         (gst_avi_demux_stream_scan):
8589           Initialze variables.
8590
8591 2006-08-25  Wim Taymans  <wim@fluendo.com>
8592
8593         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8594         (gst_avi_demux_init), (gst_avi_demux_finalize),
8595         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8596         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8597         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8598         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8599         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8600         (gst_avi_demux_massage_index),
8601         (gst_avi_demux_calculate_durations_from_index),
8602         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8603         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8604         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8605         (gst_avi_demux_change_state):
8606         * gst/avi/gstavidemux.h:
8607         More attempts to turn this into readable code.
8608         Don't leak adapters.
8609         Calculate duration according to index more efficiently.
8610         Don't try to act like we drive the pipeline in chain mode.
8611
8612 2006-08-25  Wim Taymans  <wim@fluendo.com>
8613
8614         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8615         Fix build.
8616
8617 2006-08-25  Wim Taymans  <wim@fluendo.com>
8618
8619         Patch by: Alessandro Decina <alessandro at nnva dot org>
8620
8621         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8622         Do some extra sanity checks.
8623         Fixes #350340.
8624
8625         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8626         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8627         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8628         Check if clip->start_time is valid before adding the clip to the
8629         track list.
8630         Reset enc->preamble going from PAUSED to READY.
8631         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8632         only used for EOS.
8633         Only post an error message if we were the one that created the fatal
8634         GstFlowReturn value.
8635
8636         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8637         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8638         Parse the seconds field of the npt-sec time format using %llu rather than
8639         %d and check that the value scaled by GST_SECOND doesn't overflow.
8640         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8641         Lookup a clip's track with clip->track rather than clip->id which
8642         makes no sense.
8643         Identify a clip by its track and start time and not its xml id.
8644         do some more input checking and make sure we don't do undefined shifts.
8645
8646         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8647         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8648         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8649         (push_clip), (push_empty_clip), (check_output_clip),
8650         (GST_START_TEST), (cmmldec_suite):
8651         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8652         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8653         (check_headers), (push_clip), (check_clip_times), (check_clip),
8654         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8655         Added some more checks.
8656
8657 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8658
8659         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8660         (gst_audio_panorama_set_property),
8661         (gst_audio_panorama_get_property),
8662         (gst_audio_panorama_transform_m2s_int),
8663         (gst_audio_panorama_transform_s2s_int),
8664         (gst_audio_panorama_transform_m2s_float),
8665         (gst_audio_panorama_transform_s2s_float):
8666         * gst/audiofxgood/audiopanorama.h:
8667         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8668           Make also the pan-property float (saves scaling and yields better
8669           resolution)
8670
8671 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8672
8673         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8674         (gst_audio_panorama_transform_m2s_float),
8675         (gst_audio_panorama_transform_s2s_float):
8676           ChangeLog surgery to add cymax's real name
8677
8678
8679 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8680
8681         Patch by: René Stadler <mail@renestadler.de>
8682
8683         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8684         (gst_audio_panorama_transform_m2s_int),
8685         (gst_audio_panorama_transform_s2s_int),
8686         (gst_audio_panorama_transform_m2s_float),
8687         (gst_audio_panorama_transform_s2s_float),
8688         (gst_audio_panorama_transform):
8689         * gst/audiofxgood/audiopanorama.h:
8690           Added float support
8691
8692 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8693
8694         * gst/audiofxgood/audiopanorama.c:
8695         (gst_audio_panorama_transform_m2s):
8696           Fix docs & debug category. Add Fixme for volume pan levels.
8697
8698 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8699
8700         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8701         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8702         (gst_avi_demux_stream_header_pull),
8703         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8704         (gst_avi_demux_chain):
8705           unbreak AVI index handling, some more debug, remove an obsolete
8706           adapter_flush that caused streaming to wander off in the wild
8707
8708 2006-08-24  Wim Taymans  <wim@fluendo.com>
8709
8710         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8711         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8712         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8713         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8714         (gst_avi_demux_calculate_durations_from_index),
8715         (gst_avi_demux_stream_header_push),
8716         (gst_avi_demux_stream_header_pull):
8717         * gst/avi/gstavidemux.h:
8718         Some more cleanups. 
8719         Fix totalFrames parsing in ODML.
8720         Disable use of index for length calculation in case of ODML as this is
8721         broken now.
8722
8723 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8726           Use libgsttag helper function here too.
8727
8728 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8729
8730         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8731         (gst_avi_demux_init), (gst_avi_demux_dispose),
8732         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8733         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8734         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8735         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8736         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8737         (gst_avi_demux_parse_subindex),
8738         (gst_avi_demux_read_subindexes_push),
8739         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8740         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8741         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8742         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8743         (gst_avi_demux_stream_header_pull),
8744         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8745         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8746         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8747         (gst_avi_demux_change_state):
8748         * gst/avi/gstavidemux.h:
8749           Initial streaming support for avidemux (fixes #336465)
8750
8751 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8752
8753         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8754           There is no taglibmux element ...
8755
8756         * gst/rtsp/gstrtspsrc.c:
8757           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8758           was complaining about unknown entity here.
8759
8760 2006-08-22  Wim Taymans  <wim@fluendo.com>
8761
8762         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8763         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8764         (gst_avi_demux_process_next_entry):
8765         * gst/avi/gstavidemux.h:
8766         Mark DISCONT.
8767         Remove old unused fields and reorder the struct a bit.
8768
8769 2006-08-22  Wim Taymans  <wim@fluendo.com>
8770
8771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8772         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8773         (gst_rtspsrc_pause):
8774         * gst/rtsp/gstrtspsrc.h:
8775         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8776         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8777         Small documentation updates.
8778
8779 2006-08-22  Wim Taymans  <wim@fluendo.com>
8780
8781         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8782         (gst_avi_demux_index_entry_for_time),
8783         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8784         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8785         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8786         (gst_avi_demux_next_data_buffer),
8787         (gst_avi_demux_calculate_durations_from_index),
8788         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8789         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8790         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8791         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8792         * gst/avi/gstavidemux.h:
8793         Precalc most of the duration query for each stream.
8794         Make seeking more correct.
8795         Use GstSegment to track position and duration.
8796         Code cleanups and leak fixes.
8797         Calculate correct total duration based on index length.
8798
8799 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8800
8801         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8802         (parse_insert_string_field):
8803           If strings in text fields are marked ISO8859-1, but contain
8804           valid UTF-8 already, then handle them as UTF-8 and ignore
8805           the encoding. (#351794)
8806
8807 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8810         (gst_flac_dec_write), (gst_flac_dec_loop),
8811         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8812         (gst_flac_dec_src_query):
8813         * ext/flac/gstflacdec.h:
8814           Make flac-in-ogg work (#352100).
8815
8816 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8817
8818         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8819           Don't unref buffers of which we've already given away
8820           ownership to the adapter.
8821
8822 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8823
8824         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8825           Make metadata extraction actually work.
8826
8827         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8828         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8829         (gst_speexenc_chain):
8830           Fix metadata writing: replace old code which wrote completely
8831           broken tags with libgsttag-based code. Plus miscellaneous
8832           code cleanups (use static pad templates etc.) and a bunch
8833           of leak fixes.
8834
8835 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8836
8837         * gst/audiopanorama/.cvsignore:
8838         * gst/audiopanorama/Makefile.am:
8839         * gst/audiopanorama/audiofx.c:
8840         * gst/audiopanorama/audiopanorama.c:
8841         * gst/audiopanorama/audiopanorama.h:
8842           die! die! die! you should never have been there
8843
8844 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8845
8846         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8847         Fix invalid memory access in audiopanorama test suite.
8848
8849 2006-08-21  Edward Hervey  <edward@fluendo.com>
8850
8851         * tests/check/elements/.cvsignore:
8852         ignore built file
8853
8854 2006-08-21  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/rtp/Makefile.am:
8857         Fix the build again.
8858
8859 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8860
8861         * gst/audiofxgood/.cvsignore:
8862         * gst/audiofxgood/Makefile.am:
8863         * gst/audiofxgood/audiofx.c: (plugin_init):
8864         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8865         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8866         (gst_audio_panorama_set_property),
8867         (gst_audio_panorama_get_property),
8868         (gst_audio_panorama_get_unit_size),
8869         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8870         (gst_audio_panorama_transform_m2s),
8871         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8872         * gst/audiofxgood/audiopanorama.h:
8873           resubmit with the desired name *again*
8874
8875 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8876
8877         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8878         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8879           use g_assert in _get_unit_size
8880
8881 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8882
8883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8884         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8885         * docs/plugins/inspect/plugin-audiofxgood.xml:
8886           cleanup -unused.txt to make it useful, add previously missing docs
8887
8888         * ext/Makefile.am:
8889           Quietly (accidentally) enable LADSPA for building by default, 
8890           despite the fact that it doesn't meet the plugin checklist.
8891             -- Added by Jan Schmidt 18 Dec 2006
8892
8893         * ext/esd/esdmon.c:
8894         * ext/esd/esdsink.c:
8895         * ext/esd/gstesd.c: (plugin_init):
8896           reflow to get rid of two external symbols
8897
8898         * gst/audiofxgood/audiofx.c: (plugin_init):
8899           re-add
8900
8901 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8902
8903         * configure.ac:
8904         * gst/audiofxgood/.cvsignore:
8905         * gst/audiofxgood/Makefile.am:
8906         * gst/audiofxgood/audiofx.c
8907         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8908         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8909         (gst_audio_panorama_set_property),
8910         (gst_audio_panorama_get_property),
8911         (gst_audio_panorama_get_unit_size),
8912         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8913         (gst_audio_panorama_transform_m2s),
8914         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8915         * gst/audiofxgood/audiopanorama.h:
8916         * tests/check/Makefile.am:
8917         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8918         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8919         (panorama_suite), (main):
8920         Add audiofxgood plugin with audiopanorama element
8921
8922 2006-08-18  Wim Taymans  <wim@fluendo.com>
8923
8924         * docs/plugins/Makefile.am:
8925         More Oss docs fixage. 
8926
8927 2006-08-18  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/rtp/Makefile.am:
8930         * gst/rtp/gstrtp.c: (plugin_init):
8931         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8932         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8933         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8934         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8935         (gst_rtp_sv3v_depay_get_property),
8936         (gst_rtp_sv3v_depay_change_state),
8937         (gst_rtp_sv3v_depay_plugin_init):
8938         * gst/rtp/gstrtpsv3vdepay.h:
8939         Added experimental SVQ3 depayloader.
8940
8941 2006-08-18  Edward Hervey  <edward@fluendo.com>
8942
8943         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8944         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8945         * ext/dv/gstdvdemux.h:
8946         When handling seek requests, don't send the newsegment event from the
8947         calling thread. Instead save it so it can be sent from the streaming
8948         thread.
8949
8950 2006-08-17  Wim Taymans  <wim@fluendo.com>
8951
8952         Patch by: Sjoerd Simons <sjoerd at luon dot net>
8953
8954         * gst/multipart/multipartdemux.c: (multipart_parse_header):
8955         Accept leading whitespace before the boundary
8956         This patch makes the demuxer allow some whitespace before the actual
8957         boundary. This makes the demuxer work with the ``old'' gstreamer
8958         multipartmuxer again (which placed an extra \n before the start
8959         of the stream) Fixes #349068.
8960
8961 2006-08-17  Wim Taymans  <wim@fluendo.com>
8962
8963         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
8964         Error out on non-implemented stuff.
8965
8966 2006-08-16  Wim Taymans  <wim@fluendo.com>
8967
8968         Patch by: Andy Wingo <wingo at pobox dot com>
8969
8970         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
8971         (gst_signal_processor_start), (gst_signal_processor_stop),
8972         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
8973         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
8974         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
8975         (gst_signal_processor_change_state):
8976         Make ladspa elements reusable. Fixes #350006.
8977
8978 2006-08-16  Wim Taymans  <wim@fluendo.com>
8979
8980         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8981         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
8982         names as possible. Fixes #349901.
8983
8984 2006-08-16  Wim Taymans  <wim@fluendo.com>
8985
8986         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
8987         (gst_signal_processor_do_pushes):
8988         A push() gives away our refcount so we should not use the buffer on the
8989         pen anymore.
8990
8991 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8992
8993         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
8994         (gst_oss_mixer_element_finalize):
8995           Don't leak device string.
8996
8997 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * configure.ac:
9000           Require CVS of GStreamer core and -base (for
9001           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9002
9003         * ext/taglib/gstid3v2mux.cc:
9004           Write extended comment tags properly (#348762).
9005
9006         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9007         (parse_comment_frame):
9008           Extract COMM frames into extended comments, which makes it
9009           easier to properly retain the description bit of the tag
9010           and maintain this information when re-tagging (#348762).
9011
9012 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         * tests/check/Makefile.am:
9015           Don't try to run annodex unit tests if the annodex
9016           plugin has not been built (Fixes #351116).
9017
9018 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9019
9020         * gst/autodetect/gstautoaudiosink.c:
9021         (gst_auto_audio_sink_find_best):
9022           When we can't find a usable audiosink, don't error out,
9023           but use a fake sink instead and post a warning message
9024           on the bus (#341278).
9025
9026 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9027
9028         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9029         * sys/oss/gstosssink.c:
9030         * sys/oss/gstosssrc.c:
9031           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9032           ossmixer's new device property.
9033
9034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9036           Add docs for OSS elements.
9037
9038         * docs/plugins/inspect/plugin-aasink.xml:
9039         * docs/plugins/inspect/plugin-alaw.xml:
9040         * docs/plugins/inspect/plugin-alpha.xml:
9041         * docs/plugins/inspect/plugin-alphacolor.xml:
9042         * docs/plugins/inspect/plugin-annodex.xml:
9043         * docs/plugins/inspect/plugin-apetag.xml:
9044         * docs/plugins/inspect/plugin-auparse.xml:
9045         * docs/plugins/inspect/plugin-autodetect.xml:
9046         * docs/plugins/inspect/plugin-avi.xml:
9047         * docs/plugins/inspect/plugin-cacasink.xml:
9048         * docs/plugins/inspect/plugin-cairo.xml:
9049         * docs/plugins/inspect/plugin-cdio.xml:
9050         * docs/plugins/inspect/plugin-cutter.xml:
9051         * docs/plugins/inspect/plugin-debug.xml:
9052         * docs/plugins/inspect/plugin-dv.xml:
9053         * docs/plugins/inspect/plugin-efence.xml:
9054         * docs/plugins/inspect/plugin-effectv.xml:
9055         * docs/plugins/inspect/plugin-esdsink.xml:
9056         * docs/plugins/inspect/plugin-flac.xml:
9057         * docs/plugins/inspect/plugin-flxdec.xml:
9058         * docs/plugins/inspect/plugin-gconfelements.xml:
9059         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9060         * docs/plugins/inspect/plugin-goom.xml:
9061         * docs/plugins/inspect/plugin-halelements.xml:
9062         * docs/plugins/inspect/plugin-icydemux.xml:
9063         * docs/plugins/inspect/plugin-id3demux.xml:
9064         * docs/plugins/inspect/plugin-jpeg.xml:
9065         * docs/plugins/inspect/plugin-level.xml:
9066         * docs/plugins/inspect/plugin-matroska.xml:
9067         * docs/plugins/inspect/plugin-mulaw.xml:
9068         * docs/plugins/inspect/plugin-multipart.xml:
9069         * docs/plugins/inspect/plugin-navigationtest.xml:
9070         * docs/plugins/inspect/plugin-ossaudio.xml:
9071         * docs/plugins/inspect/plugin-png.xml:
9072         * docs/plugins/inspect/plugin-rtp.xml:
9073         * docs/plugins/inspect/plugin-rtsp.xml:
9074         * docs/plugins/inspect/plugin-shout2send.xml:
9075         * docs/plugins/inspect/plugin-smpte.xml:
9076         * docs/plugins/inspect/plugin-speex.xml:
9077         * docs/plugins/inspect/plugin-taglib.xml:
9078         * docs/plugins/inspect/plugin-udp.xml:
9079         * docs/plugins/inspect/plugin-videobalance.xml:
9080         * docs/plugins/inspect/plugin-videobox.xml:
9081         * docs/plugins/inspect/plugin-videoflip.xml:
9082         * docs/plugins/inspect/plugin-videomixer.xml:
9083         * docs/plugins/inspect/plugin-wavenc.xml:
9084         * docs/plugins/inspect/plugin-wavparse.xml:
9085         * docs/plugins/inspect/plugin-ximagesrc.xml:
9086           Update to CVS version.
9087           
9088 2006-08-16  Wim Taymans  <wim@fluendo.com>
9089
9090         * gst/rtp/gstrtpamrdepay.c:
9091         * gst/rtp/gstrtpmp4gdepay.c:
9092         Caps extra properties must be defined as strings for
9093         depayloaders because they are generated from an SDP.
9094
9095         * gst/rtp/Makefile.am:
9096         * gst/rtp/gstrtp.c: (plugin_init):
9097         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9098         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9099         (gst_rtp_h264_depay_finalize), (decode_base64),
9100         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9101         (gst_rtp_h264_depay_set_property),
9102         (gst_rtp_h264_depay_get_property),
9103         (gst_rtp_h264_depay_change_state),
9104         (gst_rtp_h264_depay_plugin_init):
9105         * gst/rtp/gstrtph264depay.h:
9106         Added basic, not completely functional RFC 3984 H264 depayloader.
9107
9108 2006-08-16  Wim Taymans  <wim@fluendo.com>
9109
9110         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9111         Add pads after setting them up.
9112
9113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9114         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9115         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9116         (gst_rtspsrc_stream_setup_rtp),
9117         (gst_rtspsrc_stream_configure_transport),
9118         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9119         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9120         (gst_rtspsrc_pause):
9121         * gst/rtsp/gstrtspsrc.h:
9122         Fix interleaved mode.
9123          - Protect streaming with lock.
9124          - Combine flows
9125          - set caps on outgoing buffers.
9126          - strip trailing \0 from data packets.
9127          - Configure RTP/RTCP in stream.
9128         Use DEBUG_OBJECT more.
9129
9130 2006-08-16  Wim Taymans  <wim@fluendo.com>
9131
9132         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9133         Turn a g_print into a DEBUG line.
9134
9135 2006-08-13  Wim Taymans  <wim@fluendo.com>
9136
9137         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9138         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9139         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9140         (gst_oss_mixer_element_get_property),
9141         (gst_oss_mixer_element_change_state):
9142         * sys/oss/gstossmixerelement.h:
9143         Small cleanups. Better error reporting.
9144         Add device property for the mixer instead of the hardcoded
9145         /dev/mixer. Fixes #350785.
9146         API: GstOssMixerElement::device property
9147
9148 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         Patch by: Jens Granseuer <jensgr at gmx net>
9151
9152         * gconf/Makefile.am:
9153           Make --disable-schemas work right (they still need
9154           to be copied to the installation directory, just not
9155           applied). Fixes #351347 (also #344100).
9156           
9157 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9158
9159         * configure.ac: back to HEAD
9160
9161 === release 0.10.4 ===
9162
9163 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9164
9165         * configure.ac:
9166           releasing 0.10.4, "Dear Leader"
9167
9168 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9169
9170         Patch by: Edward Hervey <edward@fluendo.com>
9171
9172         * configure.ac:
9173         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9174         (gst_wavparse_stream_data):
9175         Send the newsegment event in the streaming thread.
9176         Fixes #347529
9177
9178 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9179
9180         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9181         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9182         (gst_smokeenc_resync), (gst_smokeenc_chain):
9183           Refuse sink caps in the encoder if width or height is not a
9184           multiple of 16, the encoder does not support that yet (#349939);
9185           along the same lines, check the return value of the encoder
9186           setup function; also remove some debug log clutter.
9187
9188 2006-08-04  Andy Wingo  <wingo@pobox.com>
9189
9190         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9191         whether a processor can work in place or not, and for keeping
9192         track of its state. Change the FlowReturn instance variable from
9193         "state" to "flow_state", all callers changed.
9194
9195         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9196         (gst_signal_processor_start, gst_signal_processor_stop)
9197         (gst_signal_processor_cleanup): New functions to manage the
9198         processor's state.
9199         (gst_signal_processor_setcaps): start() as well as setup() here.
9200         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9201         (gst_signal_processor_change_state): Stop and cleanup the
9202         processor as we go to NULL.
9203
9204         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9205         INPLACE_BROKEN is not set.
9206
9207         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9208         Do the alloc_buffer in bytes, not frames.
9209         
9210 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9211
9212         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9213         Fix rgb masks when recording in < 24bpp.
9214
9215 2006-08-04  Andy Wingo  <wingo@pobox.com>
9216
9217         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9218         (gst_signal_processor_prepare)
9219         (gst_signal_processor_update_inputs)
9220         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9221         (gst_signal_processor_flush)
9222         (gst_signal_processor_sink_activate_push)
9223         (gst_signal_processor_src_activate_pull)
9224         (gst_signal_processor_change_state): Remove the last of the code
9225         that assumes that we process whole buffers at a time. Fix some
9226         debugging. Seems to work now in some cases.
9227         (gst_signal_processor_src_activate_pull): BPB
9228
9229 2006-08-01  Andy Wingo  <wingo@pobox.com>
9230
9231         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9232         Fix nframes-choosing.
9233         (gst_signal_processor_init): Init pending_in and pending_out.
9234
9235         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9236         more default sample rate, although we never check that the sample
9237         rate actually gets set. Something for the future.
9238         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9239         (gst_signal_processor_event): Refcount fixen.
9240         (gst_signal_processor_process): Pull the number of frames to
9241         process from the sizes of the buffers in the input pens.
9242         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9243         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9244         it instead of buffer_frames.
9245         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9246         to do_pulls.
9247         (gst_signal_processor_chain)
9248         (gst_signal_processor_sink_activate_push)
9249         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9250
9251         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9252
9253 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9254
9255         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9256         (gst_signal_processor_process):
9257           don't query buffer-frames from caps, add lots of debug-log,
9258           try fix for assert (#349189)
9259
9260 2006-07-31  Wim Taymans  <wim@fluendo.com>
9261
9262         * gst/udp/gstudpsrc.c:
9263         Fix docs.
9264
9265 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9266
9267         * ext/ladspa/gstsignalprocessor.c:
9268         (gst_signal_processor_add_pad_from_template),
9269         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9270         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9271         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9272         (gst_signal_processor_sink_activate_push),
9273         (gst_signal_processor_src_activate_pull),
9274         (gst_signal_processor_change_state):
9275          Add debugs logs here and there, add more error handling, add some
9276          FIXME comments, filed #349189
9277
9278 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9279
9280         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9281         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9282         Set caps on buffer correctly.  Fixes bug #349155.
9283
9284 2006-07-28  Wim Taymans  <wim@fluendo.com>
9285
9286         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9287
9288         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9289         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9290         (gst_multipart_demux_finalize), (get_line_end),
9291         (multipart_parse_header), (multipart_find_boundary),
9292         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9293         (gst_multipart_set_property), (gst_multipart_get_property):
9294         Uses GstAdapter instead of own buffering.
9295         Actually parses the mime-type correctly (In tests the mime-type was
9296         always "" with the old version).
9297         Uses the Content-length header if available to speed up things.
9298         Reliably autoscans the boundary name by default.
9299         Fixes #349068.
9300
9301         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9302         Don't start the stream with a \n.
9303
9304 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9305
9306         Patch by: Brian Cameron <brian dot cameron at sun com>
9307
9308         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9309           Open source with O_NONBLOCK (#349015).
9310
9311 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9312
9313         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9314         (gst_avi_demux_massage_index):
9315         * gst/avi/gstavidemux.h:
9316           Whitespace fixes and more debug
9317
9318 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9319
9320         * gst/autodetect/gstautoaudiosink.c:
9321         (gst_auto_audio_sink_create_element_with_pretty_name),
9322         (gst_auto_audio_sink_find_best),
9323         (gst_auto_audio_sink_change_state):
9324           Get rid of old and unused magic sound-server properties stuff.
9325           Add suffix to child sink's name that makes it easy to see from
9326           the name alone which type it actually is (alsa, oss, esd, etc.).
9327
9328 2006-07-27  Wim Taymans  <wim@fluendo.com>
9329
9330         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9331         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9332         (gst_udpsrc_start):
9333         * gst/udp/gstudpsrc.h:
9334         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9335         not some sort of feature we enable.
9336
9337 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9340           Use CLOSE_SOCKET() here instead of close() to maintain
9341           win32 workiness.
9342
9343 2006-07-27  Wim Taymans  <wim@fluendo.com>
9344
9345         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9346
9347         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9348         (gst_udpsrc_create), (gst_udpsrc_set_property),
9349         (gst_udpsrc_get_property), (gst_udpsrc_start):
9350         * gst/udp/gstudpsrc.h:
9351         Added "buffer-size" property to control the kernel receive buffer size.
9352         Update documentation.
9353         Small cleanups. Fixes #348752.
9354         API: buffer-size property
9355
9356 2006-07-26  Wim Taymans  <wim@fluendo.com>
9357
9358         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9359
9360         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9361         (gst_rtp_pcma_pay_handle_buffer):
9362         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9363         (gst_rtp_pcmu_pay_handle_buffer):
9364         Fix timestamp calculation on outgoing RTP packets.
9365         Fixes #348675.
9366
9367 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9368
9369         * ext/taglib/gstid3v2mux.cc:
9370           Fix writing of comment frames (should be COMM not TCOM),
9371           is still sub-optimal though, since we don't retain or
9372           extract the comment descriptions properly (#334375,
9373           also see #334375).
9374
9375 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9376
9377         * gst/wavparse/gstwavparse.c:
9378           #define 'fact' RIFF chunk if we are not compiling against
9379           -base CVS (we don't want to depend on -base CVS for this
9380           one define only, and also not for release order reasons).
9381
9382 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * ext/taglib/gstid3v2mux.cc:
9385           Handle multiple tags of the same type properly. Re-inject
9386           unparsed ID3v2 frames that we get as binary blobs from
9387           id3demux into the tag again so we don't lose information
9388           when retagging (#334375).
9389
9390 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9391
9392         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9393           Document newly-added properties properly, so that there is a
9394           'Since: 0.10.4' in the plugin docs. Convert some property
9395           names into canonical GObject style (GObject will do that
9396           internally anyway).
9397
9398 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9399
9400         * gst/id3demux/id3tags.c:
9401         (id3demux_add_id3v2_frame_blob_to_taglist):
9402           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9403           well, and add the version to the blob's buffer caps, since that
9404           information will be needed for deserialisation later on (#348644).
9405
9406 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9407
9408         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9409         (gst_avi_demux_parse_stream):
9410          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9411          indentation and spacing.
9412
9413 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         * docs/plugins/Makefile.am:
9416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9418         * docs/plugins/gst-plugins-good-plugins.args:
9419         * docs/plugins/inspect/plugin-1394.xml:
9420         * docs/plugins/inspect/plugin-aasink.xml:
9421         * docs/plugins/inspect/plugin-alaw.xml:
9422         * docs/plugins/inspect/plugin-alpha.xml:
9423         * docs/plugins/inspect/plugin-alphacolor.xml:
9424         * docs/plugins/inspect/plugin-annodex.xml:
9425         * docs/plugins/inspect/plugin-apetag.xml:
9426         * docs/plugins/inspect/plugin-auparse.xml:
9427         * docs/plugins/inspect/plugin-autodetect.xml:
9428         * docs/plugins/inspect/plugin-avi.xml:
9429         * docs/plugins/inspect/plugin-cacasink.xml:
9430         * docs/plugins/inspect/plugin-cairo.xml:
9431         * docs/plugins/inspect/plugin-cdio.xml:
9432         * docs/plugins/inspect/plugin-cutter.xml:
9433         * docs/plugins/inspect/plugin-debug.xml:
9434         * docs/plugins/inspect/plugin-dv.xml:
9435         * docs/plugins/inspect/plugin-efence.xml:
9436         * docs/plugins/inspect/plugin-effectv.xml:
9437         * docs/plugins/inspect/plugin-esdsink.xml:
9438         * docs/plugins/inspect/plugin-flac.xml:
9439         * docs/plugins/inspect/plugin-flxdec.xml:
9440         * docs/plugins/inspect/plugin-gconfelements.xml:
9441         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9442         * docs/plugins/inspect/plugin-goom.xml:
9443         * docs/plugins/inspect/plugin-halelements.xml:
9444         * docs/plugins/inspect/plugin-icydemux.xml:
9445         * docs/plugins/inspect/plugin-id3demux.xml:
9446         * docs/plugins/inspect/plugin-jpeg.xml:
9447         * docs/plugins/inspect/plugin-level.xml:
9448         * docs/plugins/inspect/plugin-matroska.xml:
9449         * docs/plugins/inspect/plugin-mulaw.xml:
9450         * docs/plugins/inspect/plugin-multipart.xml:
9451         * docs/plugins/inspect/plugin-navigationtest.xml:
9452         * docs/plugins/inspect/plugin-ossaudio.xml:
9453         * docs/plugins/inspect/plugin-png.xml:
9454         * docs/plugins/inspect/plugin-rtp.xml:
9455         * docs/plugins/inspect/plugin-rtsp.xml:
9456         * docs/plugins/inspect/plugin-shout2send.xml:
9457         * docs/plugins/inspect/plugin-smpte.xml:
9458         * docs/plugins/inspect/plugin-speex.xml:
9459         * docs/plugins/inspect/plugin-udp.xml:
9460         * docs/plugins/inspect/plugin-videobalance.xml:
9461         * docs/plugins/inspect/plugin-videobox.xml:
9462         * docs/plugins/inspect/plugin-videoflip.xml:
9463         * docs/plugins/inspect/plugin-videomixer.xml:
9464         * docs/plugins/inspect/plugin-wavenc.xml:
9465         * docs/plugins/inspect/plugin-wavparse.xml:
9466         * docs/plugins/inspect/plugin-ximagesrc.xml:
9467           Update files to CVS/Prerelease version, add esdsink docs.
9468
9469         * ext/esd/esdsink.c:
9470           Add gtk-doc blurb.
9471
9472         * gst/rtp/gstrtpmp4vpay.c:
9473           Fix typo in element description.
9474
9475 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9476
9477         * ext/esd/esdsink.c: (gst_esdsink_open),
9478         (gst_esdsink_factory_init):
9479           Prevent libesd from auto-spawning a sound daemon if it
9480           is not already running. Now that we don't do evil stuff
9481           like that any longer we can give esdsink a rank so that
9482           autoaudiosink will try it as well if all other audio
9483           sinks fail (#343051).
9484
9485 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9486
9487         * ext/esd/Makefile.am:
9488           Oops, need to remove README from EXTRA_DIST as well.
9489
9490 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9491
9492         * ext/esd/README:
9493           Remove, it contains nothing useful anyway.
9494
9495         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9496         (gst_esdsink_delay):
9497           Some small clean-ups; use GST_BOILERPLATE etc.
9498
9499 2006-07-24  Wim Taymans  <wim@fluendo.com>
9500
9501         * gst/law/alaw-decode.c: (alawdec_getcaps):
9502         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9503         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9504         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9505         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9506
9507 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9508
9509         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9510         (gst_wavparse_other), (gst_wavparse_perform_seek),
9511         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9512         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9513         (gst_wavparse_pad_query):
9514         * gst/wavparse/gstwavparse.h:
9515           Use information from 'fact' chunk for length calculation of compressed
9516           samples. Calculate bps if bogus value is found in wav header (embeded
9517           mp2/mp3).
9518           
9519
9520 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9521
9522         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9523
9524         * configure.ac:
9525         * gst/udp/Makefile.am:
9526         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9527         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9528         * gst/udp/gstdynudpsink.h:
9529         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9530         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9531         * gst/udp/gstmultiudpsink.h:
9532         * gst/udp/gstudp.c: (plugin_init):
9533         * gst/udp/gstudpsink.h:
9534         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9535         (gst_udpsrc_start), (gst_udpsrc_stop):
9536         * gst/udp/gstudpsrc.h:
9537         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9538         (gst_udp_net_utils_win32_wsa_startup):
9539         * gst/udp/gstudpnetutils.h:
9540           Port udp plugin to win32 (#345288).
9541
9542 2006-07-24  Wim Taymans  <wim@fluendo.com>
9543
9544         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9545         Remove unwanted DEBUG line.
9546
9547 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9548
9549         * gst/id3demux/gstid3demux.c: (plugin_init):
9550         * gst/id3demux/id3tags.c:
9551         (id3demux_add_id3v2_frame_blob_to_taglist):
9552         * gst/id3demux/id3tags.h:
9553           On second thought, it might be wiser and more efficient
9554           not to do tag registration from a streaming thread.
9555
9556 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         * gst/id3demux/id3tags.c:
9559         (id3demux_add_id3v2_frame_blob_to_taglist),
9560         (id3demux_id3v2_frames_to_tag_list):
9561           Put ID3v2 frames we can't parse as binary blobs into private
9562           tags, so that they are not lost when retagging, at least once
9563           id3v2mux has been taught to re-inject those frames again.
9564           See bug #334375.
9565
9566 2006-07-21  Wim Taymans  <wim@fluendo.com>
9567
9568         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9569         (gst_avi_demux_process_next_entry):
9570         Fix some leaks.
9571
9572         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9573         Don't use \n in debug lines.
9574
9575 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9576
9577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9578         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9579           Add annodex and icydemux, cleanup the sections a bit
9580
9581 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9582
9583         Patch by: Alex Lancaster <alexl at users sourceforge net>
9584
9585         * ext/taglib/gstid3v2mux.cc:
9586           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9587           ID3v2 TSSE frames (#347898).
9588
9589 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9590
9591         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9592           Respect mpegversion for "video/mpeg" and give message in case of
9593           unhandled versions.
9594
9595 2006-07-17  Wim Taymans  <wim@fluendo.com>
9596
9597         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9598         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9599         (gst_pngdec_chain), (gst_pngdec_sink_event),
9600         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9601         (gst_pngdec_sink_activate_push):
9602         * ext/libpng/gstpngdec.h:
9603         Use statically allocated segment instead of leaking.
9604         Various cleanups.
9605         Fix flush and seek handling.
9606
9607 2006-07-16  Wim Taymans  <wim@fluendo.com>
9608
9609         * gst/rtp/Makefile.am:
9610         * gst/rtp/gstrtp.c: (plugin_init):
9611         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9612         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9613         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9614         (gst_rtp_mp4g_depay_set_property),
9615         (gst_rtp_mp4g_depay_get_property),
9616         (gst_rtp_mp4g_depay_change_state),
9617         (gst_rtp_mp4g_depay_plugin_init):
9618         * gst/rtp/gstrtpmp4gdepay.h:
9619         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9620         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9621         (gst_rtp_mp4g_pay_flush):
9622         Added simple generic mpeg4 depayloader.
9623         Fix generic mpeg4 payloader.
9624
9625 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9626
9627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9628           Don't try doing state changes on a NULL pointer.
9629
9630 2006-07-14  Wim Taymans  <wim@fluendo.com>
9631
9632         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9633
9634         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9635         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9636         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9637         * gst/rtp/gstrtpamrdepay.h:
9638         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9639         Fixes #321191
9640
9641 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9642
9643         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9644         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9645         Fix segfault when moving mouse pointer to the bottom right corner.
9646
9647 2006-07-12  Wim Taymans  <wim@fluendo.com>
9648
9649         * gst/rtp/Makefile.am:
9650         * gst/rtp/gstrtp.c: (plugin_init):
9651         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9652         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9653         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9654         (gst_rtp_mp2t_depay_set_property),
9655         (gst_rtp_mp2t_depay_get_property),
9656         (gst_rtp_mp2t_depay_change_state),
9657         (gst_rtp_mp2t_depay_plugin_init):
9658         * gst/rtp/gstrtpmp2tdepay.h:
9659         Added mpeg2 TS depayloader. Closing #347234.
9660
9661 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9662
9663         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9664           Remove g_assert that shouldn't be there and was triggered
9665           after trying to open a device that doesn't exist or can't
9666           be opened for some other reason (#347972).
9667
9668 2006-07-10  Edward Hervey  <edward@fluendo.com>
9669
9670         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9671         (gst_avi_demux_stream_header), (push_tag_lists):
9672         * gst/avi/gstavidemux.h:
9673         Don't push tag events found by gst_riff_parse_info() before outputting
9674         GST_EVENT_NEWSEGMENT.
9675
9676 2006-07-10  Wim Taymans  <wim@fluendo.com>
9677
9678         * gst/rtsp/Makefile.am:
9679         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9680         (rtsp_connection_close):
9681         * gst/rtsp/rtspdefs.h:
9682         replaced closesocket and close in code with one CLOSE_SOCKET. 
9683         Some more cleanups. Fixes #345301.
9684
9685 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9686
9687         * gst/autodetect/gstautoaudiosink.c:
9688           Fix example pipeline in docs.
9689
9690 2006-07-10  Wim Taymans  <wim@fluendo.com>
9691
9692         Patch by: Rob Taylor <robtaylor at floopily dot org>
9693
9694         * gst/udp/gstmultiudpsink.c: (join_multicast),
9695         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9696         If a destination is added before the stream is set to PAUSED, the
9697         multicast group is not joined as the socket is not created yet. 
9698         Also TTL and LOOP should also be set. Fixes #346921.
9699
9700 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9701
9702         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9703         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9704         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9705         (gst_ximage_src_init):
9706         * sys/ximage/gstximagesrc.h:
9707         Fix use-damage property to actually work :)
9708         Add startx, starty, endx, endy properties so screencasts other than full
9709         screen ones can work.
9710
9711 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9712
9713         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9714         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9715         (gst_ximage_src_class_init), (gst_ximage_src_init):
9716         * sys/ximage/gstximagesrc.h:
9717         Add use_damage property to offer ability to choose whether to use
9718         XDamage or not.
9719
9720 2006-07-07  Wim Taymans  <wim@fluendo.com>
9721
9722         * gst/goom/filters.c: (zoomFilterSetResolution):
9723         Avoid goom coredumping by clearing memory. 
9724         Fixes 345679.
9725
9726 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9727
9728         * win32/vs6/libgstid3demux.dsp:
9729         Add a link to libgsttag-0.10.lib.
9730
9731 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9732
9733         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9734         (gst_tag_demux_read_range):
9735         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9736         (gst_id3demux_read_range):
9737           Don't return FLOW_UNEXPECTED when a buffer is before
9738           the start of the stream (which might happen with
9739           large ID3v2 tags if the tag reading was done pullrange
9740           based and we then switched to push mode later on).
9741           Fixes regression introduced by commit from June 29th.
9742
9743 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9744
9745         * ext/taglib/gstid3v2mux.cc:
9746           Make UTF-8 the default encoding when writing string
9747           tags (before, our UTF-8 strings would automatically
9748           be converted to ISO-8859-1 by taglib and written as
9749           ISO-8859-1 fields if that was possible).
9750
9751         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9752         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9753         (test_taglib_id3mux_with_tags):
9754           Add test case that makes sure our UTF-8 strings have
9755           actually been written into the tag as UTF-8.
9756
9757 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9758
9759         * configure.ac:
9760           Let's try that again.
9761
9762 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9763
9764         * configure.ac:
9765           Disable monoscope plugin for now until it fulfills
9766           all the requirements.
9767
9768 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9769
9770         * configure.ac:
9771         * gst/monoscope/Makefile.am:
9772         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9773         (gst_monoscope_class_init), (gst_monoscope_init),
9774         (gst_monoscope_finalize), (gst_monoscope_reset),
9775         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9776         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9777         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9778         (gst_monoscope_change_state), (plugin_init):
9779         * gst/monoscope/gstmonoscope.h:
9780           Port monoscope visualisation to 0.10.
9781
9782 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9783
9784         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9785         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9786           Return FLOW_UNEXPECTED when at the end of the file, not
9787           FLOW_ERROR. Fixes 'internal stream error' errors that
9788           would sometimes occur in totem when scrubbing to the
9789           end of an ID3v1 tagged mp3 file.
9790
9791 2006-07-03  Edward Hervey  <edward@fluendo.com>
9792
9793         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9794         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9795         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9796         * ext/libpng/gstpngdec.h:
9797         Implement buffer clipping/dropping using GstSegment.
9798         This provides accurate seeking.
9799
9800 2006-07-03  Edward Hervey  <edward@fluendo.com>
9801
9802         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9803         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9804         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9805         (gst_avi_demux_process_next_entry), (push_tag_lists),
9806         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9807         * gst/avi/gstavidemux.h:
9808         Proper aggregation of each stream's GstFlowReturn in order to figure out
9809         whether the task should stop or not.
9810         Don't send inline events before pushing out a NEW_SEGMENT, more
9811         specifically for GST_TAG_EVENT.
9812         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9813         sub-indexes.
9814
9815 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9816
9817         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9818
9819         * sys/sunaudio/gstsunaudiomixerctrl.c:
9820         (gst_sunaudiomixer_ctrl_build_list):
9821           Move "Monitor" slider to input tab so it works more like
9822           sdtaudiocontrol, which is what people on Solaris are used
9823           to using for their mixer program (#346259).
9824
9825 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9826
9827         * tests/check/elements/level.c: (GST_START_TEST):
9828           fix a leak, clean up at the end
9829
9830 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9831
9832         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9833         (gst_matroska_demux_send_event),
9834         (gst_matroska_demux_loop_stream_parse_id):
9835         * gst/matroska/matroska-ids.h:
9836           Send tag event after newsegment event.
9837
9838 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9839
9840         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9841         (gst_id3demux_read_range):
9842           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9843           certain cases where a read beyond the end of the file is
9844           requested. Fixes #345930.
9845
9846         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9847         (gst_tag_demux_read_range):
9848           Fix same issue here as well.
9849
9850 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9851
9852         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9853         
9854         Fix hypothetical crash.
9855
9856 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9857
9858         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9859
9860         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9861           Do not modify the ports value. If the user has turned off the
9862           built-in speakers, then we should not reset it in the prepare
9863           function, since this causes the built-in speakers to turn
9864           back on anytime the user changes a track in totem, rhythmbox,
9865           etc. (#346066).
9866
9867 2006-06-23  Wim Taymans  <wim@fluendo.com>
9868
9869         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9870         Fix double caps unref when negotiation fails.
9871
9872 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9873
9874         * ext/annodex/gstcmmldec.c:
9875         * ext/annodex/gstcmmlenc.c:
9876         * ext/annodex/gstcmmlparser.c:
9877         * ext/dv/gstdvdec.c:
9878         * ext/dv/gstdvdemux.c:
9879         * ext/gdk_pixbuf/pixbufscale.c:
9880         * ext/jpeg/gstjpegenc.c:
9881         * ext/jpeg/gstsmokedec.c:
9882         * ext/jpeg/gstsmokeenc.c:
9883         * ext/libpng/gstpngdec.c:
9884         * ext/libpng/gstpngenc.c:
9885         * ext/speex/gstspeexenc.c:
9886         * gst/alpha/gstalphacolor.c:
9887         * gst/cutter/gstcutter.c:
9888         * gst/debug/gstnavigationtest.c:
9889         * gst/icydemux/gsticydemux.c:
9890         * gst/level/gstlevel.c:
9891         * gst/multipart/multipart.c:
9892         * gst/rtp/gstrtpamrpay.c:
9893         * gst/rtp/gstrtpdepay.c:
9894         * gst/rtp/gstrtpilbcpay.c:
9895         * gst/rtp/gstrtpmp4gpay.c:
9896         * gst/rtp/gstrtpmp4vpay.c:
9897         * gst/rtsp/gstrtpdec.c:
9898         * gst/rtsp/gstrtspsrc.c:
9899         * gst/udp/gstdynudpsink.c:
9900         * gst/udp/gstmultiudpsink.c:
9901         * gst/udp/gstudpsrc.c:
9902         * gst/videobox/gstvideobox.c:
9903         * gst/videofilter/gstvideoflip.c:
9904           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9905           plus two minor macro fixes.
9906
9907 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9908
9909         * gst/matroska/matroska-demux.c:
9910         (gst_matroska_demux_check_subtitle_buffer),
9911         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9912         (gst_matroska_demux_subtitle_caps):
9913         * gst/matroska/matroska-ids.c:
9914         (gst_matroska_track_init_subtitle_context):
9915         * gst/matroska/matroska-ids.h:
9916           Try to fix up broken matroska files containing subtitle
9917           streams with non-UTF8 character encodings (courtesy of
9918           mkvmerge) using either the encoding specified in the
9919           GST_SUBTITLE_ENCODING environment variable or the
9920           current locale's character set if it is non-UTF8.
9921           Fixes #337076.
9922
9923 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9924
9925         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9926           Set image type from APIC frame as "image-type" field
9927           of GST_TAG_IMAGE buffer caps (#344605).
9928
9929 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9930
9931         * ext/flac/Makefile.am:
9932         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9933         (gst_flac_dec_reset_decoders),
9934         (gst_flac_dec_setup_seekable_decoder),
9935         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9936         (gst_flac_dec_metadata_callback),
9937         (gst_flac_dec_metadata_callback_seekable),
9938         (gst_flac_dec_metadata_callback_stream),
9939         (gst_flac_dec_error_callback),
9940         (gst_flac_dec_error_callback_seekable),
9941         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9942         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9943         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9944         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9945         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9946         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9947         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9948         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9949         (gst_flac_dec_sink_activate_push),
9950         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9951         * ext/flac/gstflacdec.h:
9952           Support chain-based operation, should make flac-over-DAAP
9953           work (#340492).
9954
9955 2006-06-20  Wim Taymans  <wim@fluendo.com>
9956
9957         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9958         Doc updates, merge some unused symbols.
9959
9960 2006-06-20  Wim Taymans  <wim@fluendo.com>
9961
9962         * docs/plugins/Makefile.am:
9963         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9964         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9965         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
9966         * gst/rtsp/gstrtspsrc.c:
9967         * gst/rtsp/gstrtspsrc.h:
9968         Added documentation for the rtsp plugin. Fixes #345393.
9969
9970 2006-06-20  Wim Taymans  <wim@fluendo.com>
9971
9972         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
9973         (rtsp_connection_close), (rtsp_connection_free):
9974         Use better G_OS_* macros. Fixes #345301 some more.
9975
9976 2006-06-20  Wim Taymans  <wim@fluendo.com>
9977
9978         Patch by: Brian Cameron <brian dot cameron at sun dot com>
9979
9980         * sys/sunaudio/Makefile.am:
9981         * sys/sunaudio/gstsunaudio.c: (plugin_init):
9982         * sys/sunaudio/gstsunaudiomixerctrl.c:
9983         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
9984         (gst_sunaudiomixer_ctrl_list_tracks),
9985         (gst_sunaudiomixer_ctrl_get_volume),
9986         (gst_sunaudiomixer_ctrl_set_volume),
9987         (gst_sunaudiomixer_ctrl_set_mute),
9988         (gst_sunaudiomixer_ctrl_set_record):
9989         * sys/sunaudio/gstsunaudiomixerctrl.h:
9990         * sys/sunaudio/gstsunaudiomixertrack.c:
9991         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
9992         * sys/sunaudio/gstsunaudiomixertrack.h:
9993         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
9994         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
9995         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
9996         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
9997         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
9998         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
9999         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10000         (gst_sunaudiosrc_reset):
10001         * sys/sunaudio/gstsunaudiosrc.h:
10002         Add a SunAudio source plugin.
10003         Support stereo and right/left channel gain in the mixer plugin.
10004         Support the RECORD flag so that you can switch between line-input and
10005         microphone in gnome-volume-control.
10006         Code cleanups like using an enumerator for track number instead of an 
10007         integer. Fixes #344923.
10008
10009 2006-06-20  Wim Taymans  <wim@fluendo.com>
10010
10011         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10012
10013         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10014         (rtsp_connection_close):
10015         Make RTSP plugin compile on windows. Fixes #345301.
10016         Some changes to original patch to catch errors better.
10017         use ifdef WIN32 instead of ifndef.
10018
10019 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10020
10021         * configure.ac:
10022         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10023
10024 2006-06-18  Edward Hervey  <edward@fluendo.com>
10025
10026         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10027         After a failed buffer alloc, we need to abort the jpeg decoding (it
10028         started when parsing headers to figure out how many bytes we need
10029         to request downstream).
10030
10031 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10032
10033         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10034
10035         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10036           Make sure we don't read beyond the end of the file (#345232).
10037
10038 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10039
10040         * configure.ac:
10041           Fix --disable-external (can't set conditionals conditionally,
10042           #343602).
10043
10044 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10045
10046         * autogen.sh:
10047         * configure.ac:
10048         * docs/Makefile.am:
10049           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10050
10051         * docs/plugins/Makefile.am:
10052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10053         * docs/plugins/inspect/plugin-taglib.xml:
10054           Add/fix apev2mux docs.
10055
10056 2006-06-14  Wim Taymans  <wim@fluendo.com>
10057
10058         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10059         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10060         (gst_dvdec_change_state):
10061         Reset segment info on flush.
10062         Alloc segment in _init, free in _finalize.
10063
10064         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10065         Don't send segments twice.
10066
10067 2006-06-14  Wim Taymans  <wim@fluendo.com>
10068
10069         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10070         Respect segment.stop. Fixes #342592.
10071
10072 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10075           No language specified means the implied language is English
10076           according to the matroska spec (partially fixes #344708);
10077           add some more debug output.
10078
10079 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10080
10081         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10082         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10083         (gst_wavparse_chain):
10084           When operating chain-based, don't make any assumptions about the
10085           chunking of the incoming data and make streaming work on days other
10086           than the second Thursday after a full moon. Also fix up debug
10087           messages here and there and make use of the most excellent new
10088           gst_pad_query_peer_duration() utility function.
10089           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10090
10091         * gst/wavparse/gstwavparse.h:
10092           Remove trailing comma after last enum value, some compilers don't
10093           like that.
10094
10095 2006-06-13  Wim Taymans  <wim@fluendo.com>
10096
10097         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10098         Handle premature EOS gracefully.
10099
10100 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10103           Prevent out of bounds array access when scrubbing towards
10104           the end of the file between the last index entry and the
10105           end. Fixes occasional 'start <= stop' newsegment event
10106           assertions when scrubbing in MJPEG files.
10107
10108 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10109
10110         * tests/check/elements/.cvsignore:
10111           And another one.
10112
10113 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10114
10115         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10116         (scan_encoded_string), (parse_picture_frame):
10117           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10118
10119         * configure.ac:
10120           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10121           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10122
10123 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10124
10125         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10126           gratuitous comment changes
10127         * tests/check/elements/level.c: (GST_START_TEST):
10128           fix level test leaks
10129
10130 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10133         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10134           Use gst_pad_query_peer_duration() utility function here.
10135
10136 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10137
10138         * autogen.sh:
10139           require am17
10140         * configure.ac:
10141         * ext/annodex/Makefile.am:
10142         * ext/cdio/Makefile.am:
10143         * ext/dv/Makefile.am:
10144         * ext/esd/Makefile.am:
10145         * ext/flac/Makefile.am:
10146         * ext/gdk_pixbuf/Makefile.am:
10147         * ext/ladspa/Makefile.am:
10148         * ext/libcaca/Makefile.am:
10149         * ext/speex/Makefile.am:
10150         * ext/taglib/Makefile.am:
10151         * sys/oss/Makefile.am:
10152         * sys/sunaudio/Makefile.am:
10153         * sys/ximage/Makefile.am:
10154           clean up build further
10155
10156 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         * gconf/Makefile.am:
10159           Honour --disable-schemas-install configure option. Fixes #344100.
10160
10161 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * tests/examples/level/Makefile.am:
10164           Add -lm to LIBS for pow() function, don't assume one of our
10165           dependencies (such as libxml-2.0) drags it in automatically
10166           (#343603).
10167
10168 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10171
10172         * configure.ac:
10173           We should use $SED and not $(SED) in configure.ac (#343678).
10174
10175 2006-06-09  Wim Taymans  <wim@fluendo.com>
10176
10177         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10178
10179         * sys/sunaudio/gstsunaudiomixerctrl.c:
10180         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10181         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10182         (gst_sunaudiomixer_ctrl_set_mute):
10183         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10184         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10185         (gst_sunaudiosink_write):
10186         Attached find a patch that fixes a number of bugs with the SunAudio
10187         mixer plugin and fixes #344101:
10188         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10189            tracks onto the tracklist causing gnome-volume-control's preferences
10190            dialog to be messed up and would core dump if you checked/unchecked
10191            any item.
10192         2. We weren't previously setting the MUTE flag properly.  Fixing this
10193            makes gnome-volume-control work better.
10194         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10195            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10196            gnome-volume-control look better.
10197         Also some minor cleanup in gstsunaudiosink.c.
10198
10199 2006-06-09  Wim Taymans  <wim@fluendo.com>
10200
10201         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10202         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10203         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10204         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10205         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10206         * ext/jpeg/gstjpegdec.h:
10207         API: Added IDCT method property
10208         Small cleanups.
10209         Avoid dynamic allocation of trivial fixed structure.
10210         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10211
10212 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10213
10214         * configure.ac:
10215         We now require libraw1394 >= 1.1.0 and that version onwards all
10216         have .pc files.
10217
10218 2006-06-02  Edward Hervey  <edward@fluendo.com>
10219
10220         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10221         Trying to get items from an ANY or EMPTY caps is ... stupid.
10222
10223 2006-06-02  Edward Hervey  <edward@fluendo.com>
10224
10225         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10226         (gst_dvdec_chain), (gst_dvdec_change_state):
10227         * ext/dv/gstdvdec.h:
10228         Added GstSegment handling, now implements dropping/clipping.
10229
10230 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10231
10232         * ext/aalib/gstaasink.h:
10233         * ext/annodex/gstcmmldec.h:
10234         * ext/cairo/gsttimeoverlay.h:
10235         * ext/dv/gstdvdec.h:
10236         * ext/dv/gstdvdemux.h:
10237         * ext/esd/esdmon.h:
10238         * ext/esd/esdsink.h:
10239         * ext/flac/gstflacenc.h:
10240         * ext/gconf/gstgconfaudiosink.h:
10241         * ext/gconf/gstgconfaudiosrc.h:
10242         * ext/gconf/gstgconfvideosink.h:
10243         * ext/gconf/gstgconfvideosrc.h:
10244         * ext/gdk_pixbuf/gstgdkanimation.h:
10245         * ext/gdk_pixbuf/pixbufscale.h:
10246         * ext/hal/gsthalaudiosink.h:
10247         * ext/hal/gsthalaudiosrc.h:
10248         * ext/jpeg/gstjpegenc.h:
10249         * ext/jpeg/gstsmokedec.h:
10250         * ext/jpeg/gstsmokeenc.h:
10251         * ext/libcaca/gstcacasink.h:
10252         * ext/libmng/gstmngdec.h:
10253         * ext/libmng/gstmngenc.h:
10254         * ext/libpng/gstpngdec.h:
10255         * ext/libpng/gstpngenc.h:
10256         * ext/raw1394/gstdv1394src.h:
10257         * ext/speex/gstspeexenc.h:
10258         * gst/autodetect/gstautoaudiosink.h:
10259         * gst/autodetect/gstautovideosink.h:
10260         * gst/avi/gstavidemux.h:
10261         * gst/cutter/gstcutter.h:
10262         * gst/debug/efence.h:
10263         * gst/debug/gstnavigationtest.h:
10264         * gst/debug/gstnavseek.h:
10265         * gst/flx/gstflxdec.h:
10266         * gst/goom/gstgoom.h:
10267         * gst/icydemux/gsticydemux.h:
10268         * gst/id3demux/gstid3demux.h:
10269         * gst/law/alaw-decode.h:
10270         * gst/law/alaw-encode.h:
10271         * gst/law/mulaw-decode.h:
10272         * gst/law/mulaw-encode.h:
10273         * gst/matroska/matroska-mux.h:
10274         * gst/median/gstmedian.h:
10275         * gst/oldcore/gstaggregator.h:
10276         * gst/oldcore/gstfdsink.h:
10277         * gst/oldcore/gstmd5sink.h:
10278         * gst/oldcore/gstmultifilesrc.h:
10279         * gst/oldcore/gstpipefilter.h:
10280         * gst/oldcore/gstshaper.h:
10281         * gst/oldcore/gststatistics.h:
10282         * gst/rtp/gstasteriskh263.h:
10283         * gst/rtp/gstrtpL16depay.h:
10284         * gst/rtp/gstrtpL16pay.h:
10285         * gst/rtp/gstrtpamrdepay.h:
10286         * gst/rtp/gstrtpamrpay.h:
10287         * gst/rtp/gstrtpdepay.h:
10288         * gst/rtp/gstrtpgsmdepay.h:
10289         * gst/rtp/gstrtpgsmpay.h:
10290         * gst/rtp/gstrtph263pay.h:
10291         * gst/rtp/gstrtph263pdepay.h:
10292         * gst/rtp/gstrtph263ppay.h:
10293         * gst/rtp/gstrtpmp4gpay.h:
10294         * gst/rtp/gstrtpmp4vdepay.h:
10295         * gst/rtp/gstrtpmp4vpay.h:
10296         * gst/rtp/gstrtpmpadepay.h:
10297         * gst/rtp/gstrtpmpapay.h:
10298         * gst/rtp/gstrtppcmadepay.h:
10299         * gst/rtp/gstrtppcmapay.h:
10300         * gst/rtp/gstrtppcmudepay.h:
10301         * gst/rtp/gstrtppcmupay.h:
10302         * gst/rtp/gstrtpspeexdepay.h:
10303         * gst/rtp/gstrtpspeexpay.h:
10304         * gst/rtsp/gstrtpdec.h:
10305         * gst/rtsp/gstrtspsrc.h:
10306         * gst/smpte/gstsmpte.h:
10307         * gst/udp/gstdynudpsink.h:
10308         * gst/udp/gstmultiudpsink.h:
10309         * gst/udp/gstudpsink.h:
10310         * gst/udp/gstudpsrc.h:
10311         * gst/videofilter/gstvideobalance.h:
10312         * gst/videofilter/gstvideoflip.h:
10313         * sys/oss/gstossdmabuffer.h:
10314         * sys/oss/gstossmixerelement.h:
10315         * sys/oss/gstosssink.h:
10316         * sys/oss/gstosssrc.h:
10317         * sys/osxvideo/osxvideosink.h:
10318         * sys/sunaudio/gstsunaudiomixer.h:
10319         * sys/sunaudio/gstsunaudiosink.h:
10320         * sys/ximage/gstximagesrc.h:
10321         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10322
10323 2006-05-31  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10326         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10327         (gst_goom_src_setcaps), (gst_goom_src_event),
10328         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10329         (gst_goom_change_state):
10330         * gst/goom/gstgoom.h:
10331         Handle QoS.
10332         Handle flushing, discont and events.
10333         Fix timestamps and various other cleanups.
10334
10335 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10336
10337         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10338         Fix bus reset when using libiec61883
10339
10340 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10341
10342         * configure.ac:
10343         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10344         * ext/raw1394/Makefile.am:
10345         Add CFLAGS.
10346         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10347         New method, to receive using libiec61883.
10348         (gst_dv1394src_iso_receive),
10349         #ifdef'd out if libiec61883 is present.
10350         (gst_dv1394src_bus_reset),
10351         Get userdata correctly if using libiec61883. 
10352         (gst_dv1394src_create),
10353         When using libiec61883, only poll one fd and no need to read.
10354         (gst_dv1394src_discover_avc_node),
10355         Replace g_warnings.
10356         (gst_dv1394src_start),
10357         Create new handle when we know which dv port.  More reliable
10358         than setting port on an existing handle.  Initialise libiec61883.
10359         (gst_dv1394src_stop):
10360         If using libiec61883, then cleanup its handle properly.
10361         * ext/raw1394/gstdv1394src.h:
10362         Add libiec61883 handle.
10363
10364 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10365
10366         * gst/avi/gstavidemux.c:
10367           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10368         * win32/MANIFEST:
10369           sort file listing
10370         * win32/vs6/libgstavi.dsp:
10371           add gstavimux.c to the project
10372         * win32/vs6/libgstid3demux.dsp:
10373           add link to zlib library
10374         * win32/vs6/libgstmatroska.dsp:
10375           add matroska-ids.c to the project
10376
10377 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         Patch by: Sebastian Dröge  <mail at slomosnail de >
10380
10381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10383         * ext/taglib/Makefile.am:
10384         * ext/taglib/gstapev2mux.cc:
10385         * ext/taglib/gstapev2mux.h:
10386         * ext/taglib/gstid3v2mux.cc:
10387         * ext/taglib/gsttaglibmux.c: (plugin_init):
10388         * ext/taglib/gsttaglibmux.h:
10389           Add apev2mux element (#343122).
10390         
10391         * tests/check/Makefile.am:
10392         * tests/check/elements/apev2mux.c:
10393         (test_taglib_apev2mux_create_tags),
10394         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10395         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10396         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10397         (apev2mux_suite), (main):
10398           Add unit test for apev2mux element.
10399
10400 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10403         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10404         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10405           GST_PTR_FORMAT should be used to print caps in debug statements.
10406
10407 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10410
10411         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10412         (ape_demux_parse_tags):
10413           Some clean-ups and additions: map APE 'file' tag to
10414           GST_TAG_LOCATION (#343123); add support for extracting
10415           the track count and clean up parsing a bit (#343127).
10416
10417 2006-05-28  Edward Hervey  <edward@fluendo.com>
10418
10419         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10420         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10421
10422 2006-05-28  Edward Hervey  <edward@fluendo.com>
10423
10424         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10425         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10426         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10427         * ext/jpeg/gstjpegdec.h:
10428         Clip outgoing buffers according to currently configured segment.
10429
10430 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10431
10432         * ext/taglib/gstid3v2mux.cc:
10433           Handle  writing of track-count or album-volume-count without
10434           track-number or albume-volume-number (in this case the number
10435           will just be set to 0).
10436
10437         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10438           It would be nice if we actually checked the values received for
10439           track/album-volume number/count in  _check_tags(), rather than
10440           setting them again ...
10441
10442 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10443
10444         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10445           A track/volume number or count of 0 does not make sense,
10446           just ignore it along with negative numbers (a tag might
10447           only contain a track count without a track number).
10448
10449 2006-05-27  Edward Hervey  <edward@fluendo.com>
10450
10451         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10452         (gst_jpeg_dec_sink_event):
10453         Abort decompression when receiving FLUSH_STOP. This should avoid
10454         issues when interrupting decoding with flushes.
10455
10456 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10457
10458         * ext/flac/gstflac.c:
10459           Don't #include file we don't dist any longer.
10460
10461 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10462
10463         * README:
10464           Replace current README (containing the release notes from
10465           some 0.9.x version) with a proper README taken from the core.
10466
10467 2006-05-24  Wim Taymans  <wim@fluendo.com>
10468
10469         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10470         Implement EOS correctly by either posting
10471         SEGMENT_DONE or pushing an EOS message depending
10472         on the seek type. Fixes #342592
10473
10474 2006-05-24  Wim Taymans  <wim@fluendo.com>
10475
10476         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10477         * gst/law/alaw-decode.h:
10478         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10479         * gst/law/alaw-encode.h:
10480         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10481         * gst/law/mulaw-decode.h:
10482         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10483         * gst/law/mulaw-encode.h:
10484         Some cleanups in the chain functions.
10485         Remove some GStreamer 0.0.2 bits.
10486
10487 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10488
10489         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10490
10491         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10492           gst_collect_pads_stop() needs to be called before chaining up
10493           to the parent class (#342734).
10494
10495 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10496
10497         * ext/flac/Makefile.am:
10498         * ext/flac/flac_compat.h:
10499         * ext/flac/gstflac.c:
10500         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10501         * ext/flac/gstflacenc.c:
10502           Remove backwards compatibility cruft for dealing with FLAC API
10503           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10504
10505 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10508         (gst_matroska_demux_push_xiph_codec_priv_data),
10509         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10510         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10511         * gst/matroska/matroska-ids.h:
10512         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10513         (gst_matroska_mux_video_pad_setcaps),
10514         (xiph3_streamheader_to_codecdata),
10515         (vorbis_streamheader_to_codecdata),
10516         (theora_streamheader_to_codecdata),
10517         (gst_matroska_mux_audio_pad_setcaps),
10518         (gst_matroska_mux_write_data):
10519           Add support for muxing/demuxing theora video (#342448; too bad
10520           none of the usual linux players can actually play this). Playback
10521           in GStreamer will require additional changes to theoradec in -base.
10522           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10523           cleanups.
10524
10525 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10526
10527         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10528         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10529           Fix crashes when the horizontal subsampling is 1.
10530           Fixes #342097.
10531
10532 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10533
10534         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10535
10536         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10537         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10538         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10539         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10540         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10541         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10542         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10543         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10544         (gst_avi_mux_change_state):
10545         * gst/avi/gstavimux.h:
10546           Some enhancements for avimux (#342526):
10547            - add odml (large file) index support
10548            - store codec init data (e.g. huffyuv)
10549            - miscellaneous other fixes/cleanups
10550
10551 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10552
10553         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10554         Don't output any tag when we encounter a negative track number - the
10555         tag type is uint, so we end up outputting huge positive numbers
10556         instead. (Fixes: #342029)
10557
10558 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10559
10560         * configure.ac:
10561           update for new GSTPB_PLUGINS_DIR
10562
10563 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10564
10565         * rtp/gst/gstrtph263pay.c:
10566         Properly set static caps for H263 at 34.
10567
10568 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10569
10570         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10571
10572         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10573           Merge event tags and tag setter tags correctly (#339918). Also,
10574           don't leak taglist in case of an error.
10575           
10576 2006-05-17  Edward Hervey  <edward@fluendo.com>
10577
10578         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10579         We can only do caps intersection if the othercaps are non-empty and not
10580         ANY. Else we return the pad template (base_caps).
10581
10582 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10585           Fix crash when outputting debugging information for certain
10586           pictures (always good to use the right struct member for
10587           the number of records in an array).
10588
10589 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10590
10591         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10592
10593         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10594         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10595         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10596         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10597         (gst_ebml_read_float), (gst_ebml_read_ascii),
10598         (gst_ebml_read_binary):
10599           Don't create unnecessary sub-buffers all the time. Dramatically
10600           improves performance with multiple concurrently running
10601           matroskademux instances (#341818) (and avoids doing
10602           unnecessarily inefficient things in the general case).
10603
10604 2006-05-16  Edward Hervey  <edward@fluendo.com>
10605
10606         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10607         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10608         return value of gst_pad_push_event().
10609
10610 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10611
10612         * gst/autodetect/gstautoaudiosink.c:
10613         (gst_auto_audio_sink_find_best):
10614         * gst/autodetect/gstautovideosink.c:
10615         (gst_auto_video_sink_find_best):
10616         Make the name of the child element be based on the name of the
10617         parent, so that debug output is more useful.
10618         
10619         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10620         (parse_insert_string_field), (parse_split_strings):
10621         Rework string parsing to always walk over BOM markers in UTF16
10622         strings, using the endianness indicated by the innermost one,
10623         then trying the opposite endianness if that fails to convert
10624         to valid UTF-8. Fixes #341774
10625
10626 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10627
10628         Patch from: Matthieu <matthieu at fluendo dot com>
10629
10630         * ext/libpng/Makefile.am:
10631         Add LIBPNG_CFLAGS.
10632
10633 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10634
10635         * ext/taglib/gstid3v2mux.cc:
10636           Add support for writing images (APIC frames) into ID3v2
10637           tags (picture type always set to 'other' for now though).
10638
10639 2006-05-14  Michael Smith  <msmith@fluendo.com>
10640
10641         * gst/wavparse/gstwavparse.c:
10642           Update docs; wavparse implements push and pull modes.
10643
10644 2006-05-12  Wim Taymans  <wim@fluendo.com>
10645
10646         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10647         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10648         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10649         Ooops, bitten by the copy-and-paste design paradigm, fixes
10650         seek again.
10651
10652 2006-05-12  Wim Taymans  <wim@fluendo.com>
10653
10654         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10655         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10656         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10657         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10658         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10659         (gst_avi_demux_massage_index),
10660         (gst_avi_demux_calculate_durations_from_index),
10661         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10662         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10663         (gst_avi_demux_loop):
10664         * gst/avi/gstavidemux.h:
10665         Some cleanups, prepare to use GstSegment.
10666         Fix error in entry walking code.
10667         Fix VBR detection.
10668         Smarter timestamp calculation code.
10669         Uniform error/eos handling.
10670
10671 2006-05-12  Michael Smith  <msmith@fluendo.com>
10672
10673         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10674         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10675           Fix use of uninitialised values if we're NOT seeking in ready.
10676           Fix typos.
10677
10678 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10679
10680         * gst/wavparse/Makefile.am:
10681           Add CFLAGS and LIBS for libgstbase, fixes build on
10682           Cygwin (#341489).
10683
10684 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10685
10686         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10687           Some more debug info. No need to check whether the string
10688           returned by g_convert() is really UTF-8 - either it is or
10689           we get NULL returned.
10690
10691 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10692
10693         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10694           Fix parsing of numeric genre strings some more, by ensuring that
10695           we only try and parse strings that a) Start with '(' and b) Consist
10696           only of digits.
10697           Also, when finding an escaping '((' sequence, bust it back to '(' by
10698           swallowing the first parenthesis
10699
10700 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10701
10702         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10703         (gst_esdsink_open), (gst_esdsink_close):
10704         * ext/esd/esdsink.h:
10705           Move the esd_get_server_info() into gst_esdsink_open() and fail
10706           with a decent error message on errors.
10707
10708 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10709
10710         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10711         (gst_esdmon_channels_get_type):
10712         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10713         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10714         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10715         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10716         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10717         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10718         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10719         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10720         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10721         * gst/videomixer/videomixer.c:
10722         (gst_video_mixer_background_get_type):
10723           Const-ify GEnumValue arrays.
10724
10725 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10726
10727         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10728
10729         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10730         (gst_avi_mux_do_video_buffer):
10731           Work around gst_buffer_make_metadata_writable() bug that
10732           results in avimux marking all frames in the index as
10733           keyframes (#340859).
10734           
10735 2006-05-08  Wim Taymans  <wim@fluendo.com>
10736
10737         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10738         Make parsing of urls suck slightly less.
10739
10740 2006-05-08  Edward Hervey  <edward@fluendo.com>
10741
10742         * autogen.sh: (CONFIGURE_DEF_OPT): 
10743         libtoolize on Darwin/MacOSX is called glibtoolize.
10744
10745 2006-05-08  Wim Taymans  <wim@fluendo.com>
10746
10747         Patch by: Jens Granseuer <jensgr at gmx dot net>
10748
10749         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10750         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10751         C89 compliance fixes. Fixes #340980
10752
10753 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10754
10755         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10756         * ext/flac/gstflacdec.h:
10757           Handle segment seeks that include the end of the file as stop point
10758           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10759           message instead of an EOS event in case we're in segment seek
10760           mode (fixes #340699).
10761           
10762 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10763
10764         * ext/cairo/gsttextoverlay.c:
10765         * ext/flac/gstflacdec.c:
10766         * ext/gdk_pixbuf/pixbufscale.c:
10767         * gst/apetag/gstapedemux.c:
10768         * gst/debug/breakmydata.c:
10769         * gst/debug/testplugin.c:
10770         * gst/matroska/ebml-write.c:
10771         * gst/multipart/multipartdemux.c:
10772         * sys/osxaudio/gstosxaudiosink.c:
10773         * sys/osxaudio/gstosxaudiosrc.c:
10774         Add semicolons after GST_BOILERPLATE[_FULL] so that
10775         indent doesn't mess up following lines.
10776
10777 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10778
10779         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10780
10781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10782           Don't leak caps when freeing the stream context (#340623).
10783
10784 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10785
10786         * configure.ac:
10787           Back to CVS
10788
10789 === release 0.10.3 ===
10790
10791 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10792
10793         * configure.ac:
10794           releasing 0.10.3, "Desplazado"
10795
10796 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10797
10798         * gst/matroska/matroska-mux.c:
10799         (gst_matroska_mux_stream_is_vorbis_header),
10800         (gst_matroska_mux_write_data):
10801           Don't strcmp() NULL strings.
10802           Only start new clusters on video keyframes, not on any
10803           random audio buffer that doesn't have the DELTA_UNIT
10804           flag set (fixes 'make check' again).
10805
10806 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10809
10810         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10811         (gst_matroska_mux_stream_is_vorbis_header),
10812         (gst_matroska_mux_write_data):
10813           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10814           value and then dead-lock when muxing vorbis audio streams
10815           (the three vorbis header buffers carry no timestamp, and it
10816           would try to mux these after all video buffers). Fixes #340346.
10817
10818           Improve clustering: start a new cluster also whenever we get
10819           a keyframe.     
10820
10821 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10822
10823         * win32/common/config.h:
10824         * win32/MANIFEST
10825           add the generated file as well
10826
10827 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10828
10829         * Makefile.am:
10830         * configure.ac:
10831         * win32/common/config.h.in:
10832           add win32 stuff
10833
10834 2006-05-03  Michael Smith  <msmith@fluendo.com>
10835
10836         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10837           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10838           SUCKS.
10839
10840 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10841
10842         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10843         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10844         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10845           don't leak caps-string
10846
10847 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10850         (gst_id3demux_sink_activate):
10851           Let core insert default error message for TYPE_NOT_FOUND
10852           errors, it's just as good as our own and has the added
10853           bonus of being translated.
10854
10855 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10858         (gst_tag_demux_sink_event):
10859         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10860         (gst_id3demux_sink_event):
10861           Post an error message when we get an EOS event and were not
10862           able to find out the type of stream.
10863
10864         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10865         (test_taglib_id3mux_with_tags):
10866           Decrease num-buffers to 16 per iteration again, otherwise the
10867           many memcpy()s and reallocations in the test will hammer slow
10868           CPUs completely and make the test timeout.
10869
10870 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10871
10872         * configure.ac:
10873           figure out where plugins-base plugins are
10874         * tests/check/Makefile.am:
10875           use plugins-base plugins, so we have typefind functions
10876         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10877           increase num-buffers, this makes sure the test errors out instead
10878           of timing out when no typefind functions are present
10879
10880 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10881
10882         * docs/plugins/Makefile.am:
10883           also check .cc files for gtk-doc markup
10884         * configure.ac:
10885         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10887         * tests/check/Makefile.am:
10888         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10889         * ext/Makefile.am:
10890         * ext/taglib/Makefile.am:
10891         * ext/taglib/gstid3v2mux.h:
10892         * ext/taglib/gsttaglibmux.c:
10893         * ext/taglib/gsttaglibmux.h:
10894           move taglib-based id3v2muxer to -good.  Fixes #336110.
10895
10896 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10897
10898         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10899           ... and fix multichannel/WAVFORMATEX support again.
10900
10901 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10902
10903         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10904         (gst_wavparse_class_init), (gst_wavparse_dispose),
10905         (gst_wavparse_reset), (gst_wavparse_init),
10906         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10907         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10908         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10909         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10910         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10911         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10912         (gst_wavparse_stream_data), (gst_wavparse_loop),
10913         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10914         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10915         (gst_wavparse_change_state), (plugin_init):
10916         * gst/wavparse/gstwavparse.h:
10917           Add push (streaming) mode to wavparse (fixes #337625)
10918
10919 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10920
10921         * configure.ac:
10922         * tests/Makefile.am:
10923           add ximagesrc icles test
10924
10925 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10926
10927         * configure.ac:
10928         * docs/plugins/Makefile.am:
10929         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10930         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10931         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10932         (gst_cmml_enc_push_clip):
10933         * sys/Makefile.am:
10934         * sys/ximage/Makefile.am:
10935         * sys/ximage/gstximagesrc.c:
10936           Move ximagesrc plug-in to good after review.  Fixes #336756.
10937
10938 2006-04-28  Michael Smith  <msmith@fluendo.com>
10939
10940         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10941         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10942         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10943         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10944         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10945         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10946         * gst/icydemux/gsticydemux.h:
10947           Fix event handling: cache events when typefinding and forward later.
10948
10949 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10950
10951         * sys/osxaudio/gstosxaudiosink.c:
10952         (plugin_init):
10953          Register osxaudiosrc to the plugin.
10954         * sys/osxaudio/gstosxaudiosrc.c:
10955         (gst_osx_audio_src_osxelement_do_init),
10956         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
10957         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
10958         (gst_osx_audio_src_get_property),
10959         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
10960         (gst_osx_audio_src_osxelement_init):
10961         * sys/osxaudio/gstosxaudiosrc.h:
10962           Port of osxaudiosrc to 0.10.
10963         * sys/osxaudio/Makefile.am:
10964           Add osxaudiosrc
10965
10966 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10967
10968         * sys/osxaudio/gstosxringbuffer.c:
10969         * sys/osxaudio/gstosxringbuffer.h:
10970           Forgot to commit earlier, part of the OSX audio plugin port
10971
10972 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
10973
10974         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
10975         (parse_split_strings):
10976           Recognise and skip any byte order marker (BOM) in
10977           UTF-16 strings.
10978
10979 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * docs/plugins/Makefile.am:
10982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10984         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10985         * docs/plugins/inspect/plugin-avi.xml:
10986         * gst/avi/gstavidemux.c:
10987         * gst/avi/gstavimux.c:
10988           Add docs for both avidemux and avimux.
10989
10990 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
10991
10992         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
10993
10994         * gst/avi/Makefile.am:
10995         * gst/avi/gstavi.c: (plugin_init):
10996         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
10997         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
10998         (gst_avi_mux_class_init), (gst_avi_mux_init),
10999         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11000         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11001         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11002         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11003         (gst_avi_mux_riff_get_avix_header),
11004         (gst_avi_mux_riff_get_video_header),
11005         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11006         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11007         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11008         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11009         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11010         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11011         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11012         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11013         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11014         (gst_avi_mux_change_state):
11015         * gst/avi/gstavimux.h:
11016           Port AVI muxer to GStreamer-0.10 (#332031).
11017
11018         * tests/check/Makefile.am:
11019         * tests/check/elements/avimux.c:
11020         * tests/check/elements/.cvsignore:
11021           Add unit test for AVI muxer.
11022
11023 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11024
11025         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11026         (gst_wavparse_class_init), (gst_wavparse_reset),
11027         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11028         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11029         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11030         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11031         (gst_wavparse_stream_data), (gst_wavparse_loop),
11032         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11033         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11034         (plugin_init):
11035         * gst/wavparse/gstwavparse.h:
11036           reverted patch #337625 for the price of 1 hour sleep
11037
11038 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11039
11040         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11041         (gst_wavparse_class_init), (gst_wavparse_reset),
11042         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11043         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11044         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11045         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11046         (gst_wavparse_stream_data), (gst_wavparse_loop),
11047         (gst_wavparse_chain), (plugin_init):
11048         * gst/wavparse/gstwavparse.h:
11049           correct partial implementation of push mode
11050           (from my last commit)
11051
11052 2006-04-26  Wim Taymans  <wim@fluendo.com>
11053
11054         * ext/esd/esdsink.c:
11055         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11056         it is not in esd.h
11057
11058 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11061         (gst_au_parse_class_init), (gst_au_parse_init),
11062         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11063         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11064         (gst_au_parse_chain), (gst_au_parse_src_convert),
11065         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11066         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11067         (gst_au_parse_change_state):
11068         * gst/auparse/gstauparse.h:
11069           Rewrite auparse to suck a little bit less: make source pad
11070           dynamic, so decodebin/playbin work with non-raw formats
11071           like alaw/mulaw; add query function for duration/position
11072           queries; check whether we have enough data before attempting
11073           to parse the header (instead of crashing when that is not the
11074           case); work around audioconvert sucking by swapping endianness
11075           to the native endianness ourselves for float formats; send
11076           initial newsegment event. Fixes #161712.
11077
11078 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11079
11080         * sys/osxaudio/Makefile.am:
11081         * sys/osxaudio/gstosxaudioelement.c:
11082         (gst_osx_audio_element_get_type),
11083         (gst_osx_audio_element_class_init):
11084         * sys/osxaudio/gstosxaudioelement.h:
11085         * sys/osxaudio/gstosxaudiosink.c:
11086         (gst_osx_audio_sink_osxelement_do_init),
11087         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11088         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11089         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11090         (gst_osx_audio_sink_create_ringbuffer),
11091         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11092         (plugin_init):
11093         * sys/osxaudio/gstosxaudiosink.h:
11094         Port of osxaudiosink to 0.10
11095
11096 2006-04-26  Wim Taymans  <wim@fluendo.com>
11097
11098         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11099         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11100         the size of the ringbuffer. This should fix hangs with older 
11101         esd sound servers.
11102
11103 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11104
11105         * ext/aalib/gstaasink.c:
11106         * ext/annodex/gstcmmldec.c:
11107         * ext/annodex/gstcmmlenc.c:
11108         * ext/cairo/gsttextoverlay.c:
11109         * ext/cairo/gsttimeoverlay.c:
11110         * ext/cdio/gstcdiocddasrc.c:
11111         * ext/dv/gstdvdec.c:
11112         * ext/dv/gstdvdemux.c:
11113         * ext/esd/esdmon.c:
11114         * ext/esd/esdsink.c:
11115         * ext/flac/gstflacenc.c:
11116         * ext/flac/gstflactag.c:
11117         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11118         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11119         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11120         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11121         * ext/gdk_pixbuf/pixbufscale.c:
11122         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11123         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11124         * ext/jpeg/gstjpegdec.c:
11125         * ext/jpeg/gstjpegenc.c:
11126         * ext/jpeg/gstsmokedec.c:
11127         * ext/jpeg/gstsmokeenc.c:
11128         * ext/libcaca/gstcacasink.c:
11129         * ext/libmng/gstmngdec.c:
11130         * ext/libmng/gstmngenc.c:
11131         * ext/libpng/gstpngdec.c:
11132         * ext/libpng/gstpngenc.c:
11133         * ext/mikmod/gstmikmod.c:
11134         * ext/raw1394/gstdv1394src.c:
11135         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11136         * ext/shout2/gstshout2.h:
11137         * ext/speex/gstspeexdec.c:
11138         * ext/speex/gstspeexenc.c:
11139         * gst/alpha/gstalpha.c:
11140         * gst/alpha/gstalphacolor.c:
11141         * gst/apetag/gstapedemux.c:
11142         * gst/auparse/gstauparse.c:
11143         * gst/autodetect/gstautoaudiosink.c:
11144         (gst_auto_audio_sink_base_init):
11145         * gst/autodetect/gstautovideosink.c:
11146         (gst_auto_video_sink_base_init):
11147         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11148         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11149         * gst/cutter/gstcutter.c:
11150         * gst/debug/breakmydata.c:
11151         * gst/debug/efence.c:
11152         * gst/debug/gstnavigationtest.c:
11153         * gst/debug/gstnavseek.c:
11154         * gst/debug/negotiation.c:
11155         * gst/debug/progressreport.c:
11156         * gst/debug/testplugin.c:
11157         * gst/effectv/gstaging.c:
11158         * gst/effectv/gstdice.c:
11159         * gst/effectv/gstedge.c:
11160         * gst/effectv/gstquark.c:
11161         * gst/effectv/gstrev.c:
11162         * gst/effectv/gstshagadelic.c:
11163         * gst/effectv/gstvertigo.c:
11164         * gst/effectv/gstwarp.c:
11165         * gst/flx/gstflxdec.c:
11166         * gst/goom/gstgoom.c:
11167         * gst/icydemux/gsticydemux.c:
11168         * gst/id3demux/gstid3demux.c:
11169         * gst/interleave/deinterleave.c:
11170         * gst/interleave/interleave.c:
11171         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11172         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11173         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11174         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11175         * gst/level/gstlevel.c:
11176         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11177         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11178         * gst/median/gstmedian.c:
11179         * gst/monoscope/gstmonoscope.c:
11180         * gst/multipart/multipartdemux.c:
11181         * gst/multipart/multipartmux.c:
11182         * gst/oldcore/gstaggregator.c:
11183         * gst/oldcore/gstfdsink.c:
11184         * gst/oldcore/gstmd5sink.c:
11185         * gst/oldcore/gstmultifilesrc.c:
11186         * gst/oldcore/gstpipefilter.c:
11187         * gst/oldcore/gstshaper.c:
11188         * gst/oldcore/gststatistics.c:
11189         * gst/rtp/gstasteriskh263.c:
11190         * gst/rtp/gstrtpL16depay.c:
11191         * gst/rtp/gstrtpL16pay.c:
11192         * gst/rtp/gstrtpamrdepay.c:
11193         * gst/rtp/gstrtpamrpay.c:
11194         * gst/rtp/gstrtpdepay.c:
11195         * gst/rtp/gstrtpgsmpay.c:
11196         * gst/rtp/gstrtph263pay.c:
11197         * gst/rtp/gstrtph263pdepay.c:
11198         * gst/rtp/gstrtph263ppay.c:
11199         * gst/rtp/gstrtpilbcdepay.c:
11200         * gst/rtp/gstrtpmp4gpay.c:
11201         * gst/rtp/gstrtpmp4vdepay.c:
11202         * gst/rtp/gstrtpmp4vpay.c:
11203         * gst/rtp/gstrtpmpadepay.c:
11204         * gst/rtp/gstrtpmpapay.c:
11205         * gst/rtp/gstrtppcmadepay.c:
11206         * gst/rtp/gstrtppcmapay.c:
11207         * gst/rtp/gstrtppcmudepay.c:
11208         * gst/rtp/gstrtppcmupay.c:
11209         * gst/rtp/gstrtpspeexdepay.c:
11210         * gst/rtp/gstrtpspeexpay.c:
11211         * gst/rtsp/gstrtpdec.c:
11212         * gst/rtsp/gstrtspsrc.c:
11213         * gst/smpte/gstsmpte.c:
11214         * gst/udp/gstdynudpsink.c:
11215         * gst/udp/gstmultiudpsink.c:
11216         * gst/udp/gstudpsink.c:
11217         * gst/udp/gstudpsrc.c:
11218         * gst/videobox/gstvideobox.c:
11219         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11220         * gst/videofilter/gstvideobalance.c:
11221         * gst/videofilter/gstvideoflip.c:
11222         * gst/videofilter/gstvideotemplate.c:
11223         (gst_videotemplate_base_init):
11224         * gst/videomixer/videomixer.c:
11225         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11226         (gst_wavparse_class_init), (gst_wavparse_dispose),
11227         (gst_wavparse_reset), (gst_wavparse_init),
11228         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11229         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11230         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11231         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11232         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11233         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11234         (gst_wavparse_change_state):
11235         * gst/wavparse/gstwavparse.h:
11236         * sys/oss/gstossmixerelement.c:
11237         * sys/oss/gstosssink.c:
11238         * sys/oss/gstosssrc.c:
11239         * sys/osxaudio/gstosxaudioelement.c:
11240         * sys/osxaudio/gstosxaudiosink.c:
11241         * sys/osxaudio/gstosxaudiosrc.c:
11242         * sys/sunaudio/gstsunaudiomixer.c:
11243         * sys/sunaudio/gstsunaudiosink.c:
11244           Define GstElementDetails as const and also static (when defined as
11245           global)
11246
11247 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11248
11249         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11250           Source pad has fixed caps. If we don't set this, bad
11251           things happen when the window is resized.
11252
11253 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11254
11255         * gst/matroska/Makefile.am:
11256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11257         (gst_matroska_demux_handle_src_event):
11258         * gst/matroska/matroska-ids.c:
11259         (gst_matroska_track_init_video_context),
11260         (gst_matroska_track_init_audio_context),
11261         (gst_matroska_track_init_subtitle_context),
11262         (gst_matroska_track_init_complex_context):
11263         * gst/matroska/matroska-ids.h:
11264           Handle case where the TrackType ebml chunk does not come before the
11265           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11266           events.
11267
11268 2006-04-25  Wim Taymans  <wim@fluendo.com>
11269
11270         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11271         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11272         It's codec_data, not codec_info.
11273
11274 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11275
11276         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11277
11278         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11279           Handle codec_data for VfW compatibility codec IDs (#339451)
11280
11281         * gst/matroska/matroska-mux.c:
11282         (gst_matroska_mux_video_pad_setcaps):
11283           Same here, handle codec_data and add additional caps we can handle
11284           now to the pad template (huffyuv, dv and h263 video) (#339451)
11285
11286 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11287
11288         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11289
11290         * gst/matroska/matroska-mux.c:
11291         (gst_matroska_mux_create_buffer_header),
11292         (gst_matroska_mux_write_data):
11293           Fix timestamping of B-frames, use signed integers, do
11294           some rounding (#339678).
11295
11296 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11297
11298         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11299         just make it compile with --disable-gst-debug.
11300
11301 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11302
11303         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11304         Fix a bad conversion using gst_guint64_to_gdouble.
11305         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11306         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11307         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11308     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11309         mistake.
11310
11311 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11312
11313         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11314         Use gst_guint64_to_gdouble for conversions
11315         * win32/vs6/gst_plugins_good.dsw:
11316         * win32/vs6/libgsticydemux.dsp:
11317         Add a project file for icydemux
11318
11319 2006-04-21  Wim Taymans  <wim@fluendo.com>
11320
11321         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11322
11323         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11324         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11325         When splitting audio chunks, the block alignment is not taken in
11326         consideration, so the smaller chunks could be of size which is 
11327         not a multiple of the block alignment. Fixes #336904
11328
11329 2006-04-21  Wim Taymans  <wim@fluendo.com>
11330
11331         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11332         Use scale functions
11333
11334 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11335
11336         * ext/dv/gstdv.c: (plugin_init):
11337           Fix build.
11338
11339 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11342         (gst_progress_report_class_init), (gst_progress_report_init),
11343         (gst_progress_report_do_query), (gst_progress_report_report),
11344         (gst_progress_report_set_property),
11345         (gst_progress_report_get_property):
11346           Add 'format' property to force querying to a particular format.
11347
11348 2006-04-21  Andy Wingo  <wingo@pobox.com>
11349
11350         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11351         best, on big endian systems. Drop its rank in that case. OTOH on
11352         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11353
11354 2006-04-21  Michael Smith  <msmith@fluendo.com>
11355
11356         * configure.ac:
11357         * gst/icydemux/Makefile.am:
11358         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11359         (gst_icydemux_base_init), (gst_icydemux_class_init),
11360         (gst_icydemux_reset), (gst_icydemux_init),
11361         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11362         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11363         (unicodify), (gst_icydemux_unicodify),
11364         (gst_icydemux_parse_and_send_tags),
11365         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11366         (gst_icydemux_chain), (gst_icydemux_change_state),
11367         (gst_icydemux_send_tag_event), (plugin_init):
11368         * gst/icydemux/gsticydemux.h:
11369         * tests/check/Makefile.am:
11370         * tests/check/elements/icydemux.c: (typefind_succeed),
11371         (plugin_init), (icydemux_found_pad), (create_icydemux),
11372         (cleanup_icydemux), (push_data), (GST_START_TEST),
11373         (icydemux_suite), (main):
11374           Add icydemux, and tests.
11375
11376 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11379           Post SEGMENT_DONE message in TIME format.
11380
11381 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11384
11385         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11386         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11387           Fix index creation when we have to scan the file to create
11388           an index. There may be other types of RIFF 'LIST' chunks than
11389           'movi' and we need to skip them properly as well or we'll end up
11390           reading garbage (#336889). Some other cosmetic changes.
11391           
11392 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11393
11394         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11395         (gst_flac_dec_handle_seek_event):
11396           Add support for segment seeks (fixes #338290). Also demote
11397           some recurring debug message from DEBUG to LOG level.
11398
11399 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11402         (gst_matroskademux_do_index_seek),
11403         (gst_matroska_demux_handle_seek_event),
11404         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11405         * gst/matroska/matroska-ids.h:
11406           Set DISCONT flag on first buffer after a discontinuity.
11407           Fix newsegment events sent when seeking and honour KEY_UNIT
11408           seek flag. Create pad with bogus caps if we don't recognise
11409           the stream codec id.
11410
11411         * gst/matroska/matroska-demux.h:
11412           Fix GObject macros.
11413
11414 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11415
11416         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11417
11418         * gst/matroska/matroska-demux.c:
11419         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11420           Handle end of segment properly when set; don't dead-lock when
11421           posting start of segment message when doing a segment seek.
11422           Fixes #338810.
11423
11424 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11427         (gst_matroska_demux_plugin_init):
11428           Make mpeg2 aac audio work: create artificial private codec data
11429           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11430           Also call gst_riff_init(). Partially fixes #338767.
11431
11432 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11435         (gst_wavenc_class_init), (gst_wavenc_init),
11436         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11437         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11438         (gst_wavenc_chain), (gst_wavenc_change_state):
11439         * gst/wavenc/gstwavenc.h:
11440           Set caps on first outgoing buffer, so that it doesn't error out
11441           immediately with a non-negotiated error (#338716). Rewrite and
11442           clean up a bit; fix setcaps function to parse things properly;
11443           fix sink caps (8bit audio is unsigned and doesn't have depth);
11444           use boilerplate macros; remove unused properties stuff.
11445
11446 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11447
11448         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11449           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11450           handle MJPEG streams and might be autoplugged for those if the
11451           user doesn't have jpegdec installed (resulting in a cryptic error
11452           message about huffman tables). Better to disable JPEG decoding here
11453           and let the user figure out that she needs to install jpegdec.
11454
11455 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11456
11457         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11458         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11459         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11460         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11461           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11462           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11463           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11464           debug messages. Fix boilerplate macros.
11465
11466 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11469         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11470           No need to special-case for Gdk-2.0 any longer, we require
11471           Gdk 2.2 or newer; minor clean-ups.
11472
11473 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11474
11475         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11476         (gst_shout2send_class_init), (gst_shout2send_init),
11477         (set_shout_metadata), (gst_shout2send_set_metadata),
11478         (gst_shout2send_event), (gst_shout2send_start),
11479         (gst_shout2send_connect), (gst_shout2send_stop),
11480         (gst_shout2send_render), (gst_shout2send_set_property),
11481         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11482         (plugin_init):
11483         * ext/shout2/gstshout2.h:
11484         * po/POTFILES.in:
11485           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11486           change function; use GST_ELEMENT_ERROR for error reporting, not
11487           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11488           will cause crashes or assertion failures; remove (unused) "sync"
11489           property, basesink already has such a property; misc. other
11490           minor fixes and cleanups.
11491
11492 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11493
11494         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11495         * ext/esd/gstesd.c: (plugin_init):
11496         * po/POTFILES.in:
11497           Add translatable error message for when we cannot
11498           connect to the sound server, as "Cannot open resource
11499           for writing" isn't really an acceptable message to show
11500           to the user in this case.
11501
11502 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11503
11504         * sys/oss/gst-i18n-plugin.h:
11505           Remove bogus file that doesn't belong here.
11506
11507 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         Patch by: Philippe Valembois
11510
11511         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11512         (gst_shout2send_set_metadata), (gst_shout2send_event),
11513         (gst_shout2send_render), (gst_shout2send_change_state):
11514         * ext/shout2/gstshout2.h:
11515           Handle tags being received before the connection to
11516           the server is established properly (see #338636).
11517
11518 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11521           Don't crash in case the connection to the server fails:
11522           don't set pointer to NULL by assigning FALSE; error out
11523           properly by using GST_ELEMENT_ERROR and returning
11524           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11525           before resetting the pointer.
11526
11527 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11528
11529         * gst/id3demux/id3tags.c:
11530         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11531         (Fixes #338713)
11532
11533 2006-04-12  Wim Taymans  <wim@fluendo.com>
11534
11535         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11536         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11537         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11538         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11539         (gst_gdk_pixbuf_chain):
11540         Some cleanups.
11541         Added RGBA as a possible output format.
11542         Correctly free the supported mimetypes.
11543         deprecate silent arg, it's not used.
11544         Return result from _alloc_buffer to peer.
11545
11546 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11549           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11550           overwriting GST_BUFFER_MALLOCDATA.
11551
11552 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11553
11554         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11555         (user_endrow_callback), (user_end_callback),
11556         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11557         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11558         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11559         * ext/libpng/gstpngdec.h:
11560           Handle more than one frame if the content is framed,
11561           like with png-in-quicktime (#331917).
11562
11563 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11564
11565         * sys/oss/Makefile.am:
11566         * sys/oss/common.h:
11567         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11568         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11569         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11570         (gst_oss_src_unprepare):
11571           - the user-visible error strings were in the wrong category
11572           - and the messages were not marked for translation
11573           - which is actually a good thing, because they were exactly
11574             the kind of message you would never want anyone to see
11575           - the macros were using variables that didn't exist in the macro
11576             arguments
11577           - and they were obviously copied from each other and then modified
11578           - so a common header makes sense
11579
11580 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11583           Don't try to modify read-only data.
11584
11585         * gst/matroska/matroska-demux.c:
11586         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11587           Fix comment (won't crash any longer now).
11588
11589 2006-04-10  Michael Smith  <msmith@fluendo.com>
11590
11591         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11592           Use copies of header buffers for caps to avoid circular refcounting
11593           problems (as in theoradec, vorbisdec).
11594
11595         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11596           Fix a typo in test that meant it was testing the wrong thing.
11597
11598         * tests/check/elements/cmmlenc.c: (check_headers):
11599           Fix refcount checks now that we use buffer-copies for caps.
11600
11601 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11602
11603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11604         (gst_matroska_demux_handle_seek_event),
11605         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11606         (gst_matroska_demux_subtitle_caps),
11607         (gst_matroska_demux_plugin_init):
11608           Use static pad templates with ANY caps for audio and video
11609           source pads and get rid of a lot of unnecessary (and partially
11610           broken) code for the template caps. Clean up caps finding
11611           functions. Fixes playback of audio files/streams that do not
11612           contain the sample rate and/or number of channels in the audio
11613           context (happens a lot with vorbis/mp3 .mka files it seems).
11614           Fixes #337183.
11615           Also add myself to copyright holders.
11616
11617 2006-04-10  Michael Smith  <msmith@fluendo.com>
11618
11619         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11620           Use g_list_delete_link () instead of g_list_remove_link () so that
11621           we free the link as well as the contained data.
11622
11623 2006-04-10  Wim Taymans  <wim@fluendo.com>
11624
11625         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11626
11627         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11628         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11629         (gst_avi_demux_stream_header):
11630         Fix some crashers with empty chunks. (Fixes #337749)
11631
11632 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11633
11634         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11635           use G_GINT64_CONSTANT for INT64 constants
11636         * gst/videofilter/gstvideobalance.c:
11637           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11638         * win32/vs6/libgstavi.dsp:
11639          add missing libraries for the link and remove avimux.c from
11640          the project as it isn't ported to 0.10 yet
11641         
11642 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11643
11644         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11645           Even better would be if we actually did the right thing
11646           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11647
11648 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11649
11650         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11651           Can't just replace 1LL with 1L here just because MSVC doesn't
11652           support it, as it might lead to incorrect results when doing the
11653           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11654           force a 64-bit constant in a way that all compilers are happy with.
11655
11656 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11657
11658         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11659         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11660         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11661         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11662         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11663         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11664         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11665         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11666         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11667         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11668         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11669         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11670         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11671         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11672         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11673         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11674         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11675         * gst/debug/efence.c: (gst_efence_class_init):
11676         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11677         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11678         * gst/goom/gstgoom.c: (gst_goom_class_init):
11679         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11680         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11681         * gst/interleave/interleave.c: (interleave_class_init):
11682         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11683         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11684         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11685         * gst/median/gstmedian.c: (gst_median_class_init):
11686         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11687         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11688         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11689         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11690         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11691         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11692         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11693         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11694         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11695         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11696         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11697         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11698         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11699         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11700         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11701         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11702         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11703         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11704         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11705         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11706         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11707         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11708         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11709         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11710         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11711         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11712         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11713         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11714         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11715         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11716         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11717         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11718         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11719         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11720         * sys/osxaudio/gstosxaudioelement.c:
11721         (gst_osxaudioelement_class_init):
11722         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11723         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11724         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11725         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11726
11727 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11728
11729         * ext/mikmod/gstmikmod.h:
11730         * gst/level/gstlevel.h:
11731         Fix more broken GObject macros
11732
11733 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11734
11735         * ext/annodex/gstcmmldec.h:
11736         * ext/annodex/gstcmmlenc.h:
11737         * ext/annodex/gstcmmltag.h:
11738         * ext/cairo/gsttextoverlay.h:
11739         * ext/ladspa/gstsignalprocessor.h:
11740         * gst/matroska/ebml-read.h:
11741         * gst/matroska/ebml-write.h:
11742         * sys/osxaudio/gstosxaudioelement.h:
11743         Fix broken GObject macros
11744
11745 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11746
11747         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11748           Don't try to seek beyond the end of the file (would
11749           occasionally display error dialogs in totem when seeking
11750           to the end) (#335869). Will still throw an error though
11751           if the file is truncated and the total_samples value in
11752           the stream header is wrong.
11753
11754 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11755
11756         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11757         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11758         (gst_flac_dec_metadata_callback):
11759         * ext/flac/gstflacdec.h:
11760           If the stream header doesn't contain the total number of samples,
11761           search for the last flac frame at the end of the file and calculate
11762           the total duration from that frame's offset (fixes #337609).
11763
11764 2006-04-07  Edward Hervey  <edward@fluendo.com>
11765
11766         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11767         Don't unref the GstPadTemplate returned by
11768         gst_element_class_get_pad_template().
11769
11770 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11771
11772         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11773
11774         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11775         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11776         * sys/sunaudio/gstsunaudiosink.h:
11777           Use spec->segsize and spec->segtotal in the prepare function
11778           to initialise the ring buffer instead of using the buffer-time
11779           property (#337421).
11780
11781 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11782
11783         * configure.ac:
11784           Bump core requirements to CVS for gst_pad_query_peer_duration()
11785           which is used by speexdec.
11786
11787 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11788
11789         * ext/speex/gstspeex.c: (plugin_init):
11790         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11791         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11792         (speex_get_sink_query_types), (speex_dec_sink_query),
11793         (speex_get_src_query_types), (speex_dec_src_query),
11794         (speex_dec_src_event), (speex_dec_sink_event),
11795         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11796         (speex_dec_chain_parse_data), (speex_dec_chain),
11797         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11798         (speex_dec_change_state):
11799         * ext/speex/gstspeexdec.h:
11800           Fix seeking and duration queries (#337033); clean up and
11801           refactor a bit.
11802
11803 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11804
11805         * ext/raw1394/gstdv1394src.c:
11806           distinguish between device not found and could not open for
11807           reading
11808
11809 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11810
11811         * Makefile.am:
11812         * configure.ac:
11813         * pkgconfig/.cvsignore:
11814         * pkgconfig/Makefile.am:
11815         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11816           add a .pc file so other modules can use good plugins in tests
11817
11818 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11819
11820         * configure.ac:
11821           clean up, use AS_VERSION and AS_NANO
11822         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11823           use PACKAGE_VERSION define
11824         * po/af.po:
11825         * po/az.po:
11826         * po/cs.po:
11827         * po/en_GB.po:
11828         * po/hu.po:
11829         * po/it.po:
11830         * po/nb.po:
11831         * po/nl.po:
11832         * po/or.po:
11833         * po/sq.po:
11834         * po/sr.po:
11835         * po/sv.po:
11836         * po/uk.po:
11837         * po/vi.po:
11838           updated
11839
11840 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11841
11842         * ext\jpeg\smokecodec.c:
11843           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11844         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11845           move first instruction after all variables declarations
11846         * gst\alpha\gstalpha.c:
11847         * gst\effectv\gstshagadelic.c:
11848         * gst\smpte\paint.c:
11849         * gst\videofilter\gstvideobalance.c:
11850           define M_PI if it's not defined (it's not defined on WIN32)
11851         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11852         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11853         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11854         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11855         (gst_matroska_demux_video_caps):
11856         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11857         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11858           use gst_guint64_to_gdouble for conversions
11859         * gst\goom\filters.c: (setPixelRGB_):
11860           fix a debug which was using undefined variable
11861         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11862         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11863           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11864         * win32/vs6:
11865           add vs6 projects files for most of plugins-good
11866         
11867 2006-03-30  j^  <j@bootlab.org>
11868
11869         * ext/aalib/gstaasink.c:
11870         * ext/annodex/gstcmmldec.c:
11871         * ext/annodex/gstcmmlenc.c:
11872         * ext/cairo/gsttextoverlay.c:
11873         * ext/cairo/gsttimeoverlay.c:
11874         * ext/cdio/gstcdiocddasrc.c:
11875         * ext/dv/gstdvdec.c:
11876         * ext/esd/esdmon.c:
11877         * ext/esd/esdsink.c:
11878         * ext/flac/gstflacdec.c:
11879         * ext/flac/gstflacenc.c:
11880         * ext/flac/gstflactag.c:
11881         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11882         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11883         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11884         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11885         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11886         * ext/gdk_pixbuf/pixbufscale.c:
11887         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11888         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11889         * ext/jpeg/gstjpegdec.c:
11890         * ext/jpeg/gstjpegenc.c:
11891         * ext/jpeg/gstsmokedec.c:
11892         * ext/jpeg/gstsmokeenc.c:
11893         * ext/libcaca/gstcacasink.c:
11894         * ext/libmng/gstmngdec.c:
11895         * ext/libmng/gstmngenc.c:
11896         * ext/libpng/gstpngdec.c:
11897         * ext/libpng/gstpngenc.c:
11898         * ext/mikmod/gstmikmod.c:
11899         * ext/raw1394/gstdv1394src.c:
11900         * ext/shout2/gstshout2.c:
11901         * ext/speex/gstspeexdec.c:
11902         * ext/speex/gstspeexenc.c:
11903         * gst/alpha/gstalpha.c:
11904         * gst/alpha/gstalphacolor.c:
11905         * gst/auparse/gstauparse.c:
11906         * gst/autodetect/gstautoaudiosink.c:
11907         (gst_auto_audio_sink_base_init):
11908         * gst/autodetect/gstautovideosink.c:
11909         (gst_auto_video_sink_base_init):
11910         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11911         * gst/cutter/gstcutter.c:
11912         * gst/debug/breakmydata.c:
11913         * gst/debug/efence.c:
11914         * gst/debug/gstnavigationtest.c:
11915         * gst/debug/negotiation.c:
11916         * gst/debug/progressreport.c:
11917         * gst/debug/testplugin.c:
11918         * gst/effectv/gstaging.c:
11919         * gst/effectv/gstdice.c:
11920         * gst/effectv/gstedge.c:
11921         * gst/effectv/gstquark.c:
11922         * gst/effectv/gstrev.c:
11923         * gst/effectv/gstvertigo.c:
11924         * gst/effectv/gstwarp.c:
11925         * gst/flx/gstflxdec.c:
11926         * gst/goom/gstgoom.c:
11927         * gst/interleave/deinterleave.c:
11928         * gst/interleave/interleave.c:
11929         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11930         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11931         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11932         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11933         * gst/level/gstlevel.c:
11934         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11935         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11936         * gst/median/gstmedian.c:
11937         * gst/monoscope/gstmonoscope.c:
11938         * gst/multipart/multipartdemux.c:
11939         * gst/multipart/multipartmux.c:
11940         * gst/oldcore/gstmd5sink.c:
11941         * gst/oldcore/gstmultifilesrc.c:
11942         * gst/oldcore/gstpipefilter.c:
11943         * gst/oldcore/gstshaper.c:
11944         * gst/oldcore/gststatistics.c:
11945         * gst/rtp/gstasteriskh263.c:
11946         * gst/rtp/gstrtpL16depay.c:
11947         * gst/rtp/gstrtpL16pay.c:
11948         * gst/rtp/gstrtpamrdepay.c:
11949         * gst/rtp/gstrtpamrpay.c:
11950         * gst/rtp/gstrtpdepay.c:
11951         * gst/rtp/gstrtpgsmpay.c:
11952         * gst/rtp/gstrtph263pay.c:
11953         * gst/rtp/gstrtph263pdepay.c:
11954         * gst/rtp/gstrtph263ppay.c:
11955         * gst/rtp/gstrtpmp4gpay.c:
11956         * gst/rtp/gstrtpmp4vdepay.c:
11957         * gst/rtp/gstrtpmp4vpay.c:
11958         * gst/rtp/gstrtpmpadepay.c:
11959         * gst/rtp/gstrtpmpapay.c:
11960         * gst/rtp/gstrtppcmadepay.c:
11961         * gst/rtp/gstrtppcmapay.c:
11962         * gst/rtp/gstrtppcmudepay.c:
11963         * gst/rtp/gstrtppcmupay.c:
11964         * gst/rtp/gstrtpspeexdepay.c:
11965         * gst/rtp/gstrtpspeexpay.c:
11966         * gst/rtsp/gstrtpdec.c:
11967         * gst/smpte/gstsmpte.c:
11968         * gst/videobox/gstvideobox.c:
11969         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11970         * gst/videofilter/gstvideobalance.c:
11971         * gst/videofilter/gstvideoflip.c:
11972         * gst/videofilter/gstvideotemplate.c:
11973         (gst_videotemplate_base_init):
11974         * gst/videomixer/videomixer.c:
11975         * gst/wavenc/gstwavenc.c:
11976         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
11977          better/unified long descriptions
11978          Fixed #336602
11979          Some cleanups to auparse, don't send multiple newsegments.
11980
11981 2006-03-29  Wim Taymans  <wim@fluendo.com>
11982
11983         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
11984
11985         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
11986         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
11987         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
11988         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
11989         * ext/dv/gstdvdemux.h:
11990         Seek in READY patch. Only works for pull based mode.
11991         Fixes #323880
11992
11993 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
11996         (gst_gdk_pixbuf_event):
11997           Fix two crashers: don't unref the same caps twice, and
11998           set pixbuf loader to NULL after freeing it.
11999
12000 2006-03-27  Wim Taymans  <wim@fluendo.com>
12001
12002         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12003         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12004         (gst_speexenc_chain):
12005         * ext/speex/gstspeexenc.h:
12006         Don't leak adapter.
12007         A push *always* takes ownership of the buffer, even on
12008         errors.
12009         Small cleanups.
12010
12011 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12012
12013         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12014           Create source pad without leaking.
12015
12016 2006-03-24  Wim Taymans  <wim@fluendo.com>
12017
12018         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12019         * ext/flac/gstflacdec.h:
12020         * ext/flac/gstflacenc.h:
12021         Spifify a bit.
12022         Fix deadly lock order error in seeking code, STREAM_LOCK
12023         cannot be taken within LOCK and the streaming variables are
12024         protected with the STREAM_LOCK anyway.
12025
12026 2006-03-24  Wim Taymans  <wim@fluendo.com>
12027
12028         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12029         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12030         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12031         this patch combines the global init_frames with the stream
12032         init_frames. Rationale being that the global delay should 
12033         be subtracted from any stream delay.
12034         Fixes #335858.
12035
12036 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12037
12038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12039         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12040         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12041         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12042         use DEBUG_FUNCPTR for collectpads
12043
12044 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12047           Don't crash when encoding images where the number of rows isn't
12048           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12049
12050 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12051
12052         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12053         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12054         * gst/interleave/interleave.c: (interleave_change_state):
12055         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12056           More state change function fixes.
12057
12058 2006-03-23  Wim Taymans  <wim@fluendo.com>
12059
12060         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12061         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12062         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12063         (gst_esdsink_delay), (gst_esdsink_reset):
12064         * ext/esd/esdsink.h:
12065         Fix esd choppy playback by configuring audiosink
12066         correctly. Fixes #325191
12067
12068 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12071           Make state change function thread-safe.
12072
12073 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12074
12075         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12076         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12077           Don't try to read beyond the end of the file just because
12078           the header claims a bigger size (like with truncated files).
12079
12080 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12081
12082         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12083         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12084         (gst_wavparse_stream_data), (gst_wavparse_loop):
12085         * gst/wavparse/gstwavparse.h:
12086           Delay source pad creation until we have the first chunk of
12087           media data, so the we can examine the data and adjust the
12088           caps accordingly if required. This makes playback of .wav
12089           files with DTS-declared-as-PCM content work (#313266).
12090
12091 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12092
12093         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12094         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12095         Don't attempt typefinding on too-short buffers that have been
12096         completely trimmed away. (Fixes #330239)
12097
12098         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12099         Improve the debug output
12100
12101 2006-03-21  Wim Taymans  <wim@fluendo.com>
12102
12103         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12104         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12105         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12106         (gst_esdsink_set_property), (gst_esdsink_get_property):
12107         Some cleanups.
12108         Reset fd to -1 when we close them.
12109
12110 2006-03-21  Wim Taymans  <wim@fluendo.com>
12111
12112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12113         the OPTIONS request result is optional so don't
12114         fail on it.
12115
12116 2006-03-21  Edward Hervey  <edward@fluendo.com>
12117
12118         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12119         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12120         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12121         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12122         (gst_wavparse_change_state):
12123         gcc 4.1 unreferenced pointer fixes.
12124
12125 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12126
12127         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12128
12129         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12130           Fix block alignment calculation. Alignment should be done before
12131           adding the byte offset where the data starts (#335231).
12132
12133 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12134
12135         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12136           Ensure that we set correct caps on buffers that are transferred
12137           direct from the input.
12138
12139 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12140
12141         * gst/goom/filters.c: (zoomFilterDestroy):
12142         * gst/goom/goom_core.c: (goom_close):
12143           Free filter data when cleaning up. (Fixes: #334995)
12144
12145 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * configure.ac:
12148           Don't compile udp and rtsp plugins on win32 (mingw) or other
12149           systems that don't have <sys/socket.h> for some reason (#316203).
12150
12151 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12152
12153         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12154         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12155         * ext/raw1394/gstdv1394src.h:
12156           Change bus reset handler so it reports useful information such as
12157           whether the device being used connected or disconnected
12158
12159 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12160
12161         * gst/id3demux/id3v2frames.c:
12162         (parse_relative_volume_adjustment_two):
12163           We only care about gain and peak data for the master volume.
12164
12165 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12168         (parse_id_string), (parse_unique_file_identifier),
12169         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12170           Read replay gain tags (#323721).
12171
12172 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * configure.ac:
12175           Bump requirements to gst-plugins-base CVS because
12176           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12177
12178 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12179
12180         * rtp/gst/gstrtppcmadepay.c:
12181         Fixed one of the caps in the code from mulaw to alaw.
12182
12183 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12184
12185         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12186           Ensure that we set caps on the buffers we pass.
12187
12188         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12189         (gst_id3demux_sink_activate):
12190           Ensure that we set caps on the buffers we pass.
12191
12192           Use STREAM, TYPE_NOT_FOUND as the error class when
12193           typefinding fails.
12194
12195 2006-03-15  Edward Hervey  <edward@fluendo.com>
12196
12197         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12198         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12199         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12200         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12201         (gst_jpeg_dec_setcaps):
12202         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12203         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12204         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12205         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12206         (gst_mngdec_src_getcaps):
12207         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12208         (gst_pngdec_caps_create_and_set):
12209         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12210         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12211         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12212         * gst/alpha/gstalpha.c: (gst_alpha_init):
12213         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12214         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12215         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12216         * gst/cutter/gstcutter.c: (gst_cutter_init):
12217         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12218         (gst_efence_checkgetrange):
12219         * gst/debug/negotiation.c: (gst_negotiation_init):
12220         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12221         * gst/goom/gstgoom.c: (gst_goom_init):
12222         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12223         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12224         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12225         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12226         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12227         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12228         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12229         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12230         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12231         (gst_wavparse_create_sourcepad):
12232         Fix memleak with gst_static_pad_template_get().
12233         This uses gst_pad_new_from_static_template() instead.
12234         Fixes #333512
12235
12236 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12237
12238         * configure.ac:
12239           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12240           used by id3demux.
12241
12242         * gst/id3demux/gstid3demux.c: (plugin_init):
12243         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12244         (parse_user_text_identification_frame),
12245         (parse_unique_file_identifier):
12246           Add support for UFID and TXXX frames and extract musicbrainz tags.
12247
12248 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12249
12250         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12251           Catch short reads, like they might happen with truncated
12252           files (see #305279); remove unnecessary indentation.
12253
12254 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12255
12256         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12257           Fix DIB image inversion for pictures with a
12258           depth != 8 (#305279).
12259
12260 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12261
12262         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12263         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12264         * ext/jpeg/gstjpegdec.h:
12265           Fix durations on outgoing buffers after seeking
12266           in MJPEG files (#334083); some minor clean-ups.
12267
12268 2006-03-13  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12271         (gst_wavparse_change_state):
12272         Implement seek in READY (re-fixes #327658)
12273
12274 2006-03-13  Wim Taymans  <wim@fluendo.com>
12275
12276         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12277         * ext/esd/esdmon.c: (gst_esdmon_get):
12278         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12279         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12280         (gst_gdk_pixbuf_sink_getcaps):
12281         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12282         (gst_jpegenc_setcaps):
12283         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12284         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12285         (gst_smokeenc_setcaps):
12286         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12287         (gst_mngdec_src_getcaps):
12288         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12289         (gst_mngenc_chain):
12290         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12291         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12292         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12293         (speex_dec_src_event), (speex_dec_chain):
12294         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12295         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12296         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12297         (gst_negotiation_pad_link), (gst_negotiation_chain):
12298         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12299         (gst_flxdec_chain):
12300         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12301         (deinterleave_chain):
12302         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12303         * gst/median/gstmedian.c: (gst_median_link):
12304         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12305         (gst_monoscope_chain):
12306         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12307         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12308         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12309         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12310         close #333784 unref the result of gst_pad_get_parent()
12311         by: Christophe Fergeau.
12312
12313 2006-03-09  Wim Taymans  <wim@fluendo.com>
12314
12315         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12316         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12317         Handle events in push mode better, can now do non-flushing
12318         seeks in push mode as well.
12319
12320 2006-03-07  Wim Taymans  <wim@fluendo.com>
12321
12322         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12323         Applied patch from Kai Vehmanen, fixes #333624.
12324
12325 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12326
12327         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12328         Implement paletted and grayscale png files handling.
12329         (#150363).
12330
12331 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12332
12333         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12334         (gst_speexenc_chain):
12335           fix a tag list assert
12336           follow gst-plugins-base/ext/ogg/README; set OFFSET
12337           and OFFSET_END.  Muxes correctly with gst-plugins-base
12338           > 0.9.3
12339
12340 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12341
12342         * gst/id3demux/Makefile.am:
12343         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12344         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12345           Use new typefind helper functions here as well, and
12346           do typefinding in pull-mode if upstream supports that.
12347
12348 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12349
12350         * sys/sunaudio/gstsunaudiomixerctrl.c:
12351         (gst_sunaudiomixer_ctrl_get_volume),
12352         (gst_sunaudiomixer_ctrl_set_volume):
12353         * sys/sunaudio/gstsunaudiomixertrack.c:
12354         (gst_sunaudiomixer_track_new):
12355           Remove unused variables, breaks build from CVS
12356           with -Werror (#333392, patch by: Benjamin Pineau)
12357
12358 2006-03-03  Wim Taymans  <wim@fluendo.com>
12359
12360         * docs/plugins/Makefile.am:
12361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12363         Added wavparse docs.
12364
12365         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12366         (gst_wavparse_reset), (gst_wavparse_init),
12367         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12368         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12369         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12370         (gst_wavparse_stream_data), (gst_wavparse_loop),
12371         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12372         (gst_wavparse_change_state):
12373         * gst/wavparse/gstwavparse.h:
12374         Implement seek in READY (fixes #327658)
12375         Added docs and did some cleanups.
12376
12377 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12378
12379         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12380         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12381         (gst_avi_demux_calculate_durations_from_index),
12382         (gst_avi_demux_stream_header):
12383         * gst/avi/gstavidemux.h:
12384           If we have an index, use a duration based on the index instead
12385           of blindly trusting the information in the stream headers
12386           (fixes #331817).
12387
12388 2006-03-03  Wim Taymans  <wim@fluendo.com>
12389
12390         * docs/plugins/Makefile.am:
12391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12393         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12394         Added smoke and jpeg to the docs.
12395
12396         * ext/jpeg/Makefile.am:
12397         * ext/jpeg/gstjpeg.c: (plugin_init):
12398         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12399         * ext/jpeg/gstjpegenc.h:
12400         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12401         (gst_smokedec_chain):
12402         * ext/jpeg/gstsmokedec.h:
12403         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12404         * ext/jpeg/gstsmokeenc.h:
12405         * ext/jpeg/smokecodec.h:
12406         Port smokedec (fixes #331905).
12407         Added some docs.
12408         Some cleanups.
12409
12410 2006-03-03  Wim Taymans  <wim@fluendo.com>
12411
12412         * docs/plugins/Makefile.am:
12413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12414         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12415         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12416         Added videobalance and videoflip to the docs.
12417
12418         * gst/videofilter/Makefile.am:
12419         * gst/videofilter/gstvideobalance.c:
12420         (gst_video_balance_update_tables_planar411),
12421         (gst_video_balance_is_passthrough),
12422         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12423         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12424         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12425         (gst_video_balance_finalize), (gst_video_balance_class_init),
12426         (gst_video_balance_init), (gst_video_balance_interface_supported),
12427         (gst_video_balance_interface_init),
12428         (gst_video_balance_colorbalance_list_channels),
12429         (gst_video_balance_colorbalance_set_value),
12430         (gst_video_balance_colorbalance_get_value),
12431         (gst_video_balance_colorbalance_init),
12432         (gst_video_balance_set_property), (gst_video_balance_get_property),
12433         (gst_video_balance_get_type), (plugin_init):
12434         * gst/videofilter/gstvideobalance.h:
12435         Ported to 0.10. (Fixes #326160)
12436         Added docs.
12437
12438         * gst/videofilter/gstvideoflip.c:
12439         * gst/videofilter/gstvideoflip.h:
12440         Added docs.
12441
12442 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         * configure.ac:
12445           Bump requirements to current core and -base CVS
12446           (core for new typefind helper API, and -base for the
12447           WAVFORMATEX support that was added to libgstriff and
12448           is needed by wavparse).
12449         
12450         * gst/apetag/Makefile.am:
12451         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12452         (gst_tag_demux_sink_activate):
12453           Use new typefind helpers for typefinding instead of our
12454           home-grown stuff; also, do typefinding in pull-mode if
12455           upstream supports that.
12456
12457 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12458
12459         Reviewed by: Christian Schaller <christian@fluendo.com>
12460
12461         This patch fixes bug: 329107
12462
12463         This Changelog entry is for a commit done on February 17
12464
12465         * ext/gconf/gconf.c
12466         * ext/gconf/gconf.h
12467         * ext/gconf/gstgconfaudiosink.c
12468         * ext/gconf/gstgconfaudiosink.h
12469         * gconf/gstreamer.schemas.in
12470
12471 2006-02-28  Wim Taymans  <wim@fluendo.com>
12472
12473         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12474         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12475         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12476         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12477         Use DEBUG_OBJECT more.
12478
12479 2006-02-28  Wim Taymans  <wim@fluendo.com>
12480
12481         * docs/plugins/Makefile.am:
12482         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12483         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12484         Added dvdec and dvdemux to docs.
12485
12486         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12487         Added docs.
12488         Check frame sizes so we don't crash when don't have enough
12489         data.
12490         Send nice error messages on error.
12491
12492         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12493         (gst_dvdemux_class_init), (gst_dvdemux_init),
12494         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12495         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12496         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12497         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12498         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12499         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12500         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12501         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12502         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12503         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12504         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12505         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12506         * ext/dv/gstdvdemux.h:
12507         Added docs.
12508         Implement pull mode.
12509         Fix memleaks.
12510         Reduce memcpy for the video demuxing.
12511
12512 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12513
12514         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12515         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12516         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12517         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12518           Add a little extra debug. Make the decoder not return NOT_LINKED,
12519           as we want to continue decoding all CMML and emitting tags.
12520
12521 2006-02-27  Michael Smith  <msmith@fluendo.com>
12522
12523         * ext/annodex/gstskeltag.c:
12524         * ext/annodex/gstskeltag.h:
12525           Deleted; these files aren't used any more either.
12526
12527 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12528
12529         * ext/Makefile.am: Fix dist-check.
12530
12531 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12532
12533         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12534         memleak.
12535
12536 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12537
12538         * ext/annodex/Makefile.am:
12539         * ext/annodex/gstannodex.c:
12540         * ext/annodex/gstcmmldec.c:
12541         * ext/annodex/gstcmmlenc.c:
12542         * ext/annodex/gstcmmlparser.c:
12543         * ext/annodex/gstcmmlparser.h:
12544         * ext/annodex/gstcmmlutils.c:
12545         * tests/check/elements/cmmldec.c:
12546         * tests/check/elements/cmmlenc.c:
12547           Fix a memleak in gst_cmml_track_list_add_clip.
12548           Handle overflows in clip's start and end times.
12549           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12550           Do not parse junk at the end of a CMML preamble buffer.
12551           Register a libxml error handler to not print stuff on stderr.
12552           Check for bad clip start and end times in the testsuites.
12553
12554 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12555
12556         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12557         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12558         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12559         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12560         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12561         possible memleaks.
12562
12563 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12564
12565         * tests/check/Makefile.am:
12566         * tests/check/elements/cmmldec.c:
12567         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12568         the plugins-base tags.
12569
12570 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12571
12572         * ext/Makefile.am: Re-enable module.
12573
12574 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12575
12576         * tests/check/Makefile.am: Forgot to remove that test.
12577
12578 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12579
12580         * ext/annodex/Makefile.am:
12581         * ext/annodex/gstannodex.c: (plugin_init):
12582         * ext/annodex/gstcmmldec.c:
12583         * ext/annodex/gstskeldec.c:
12584         * ext/annodex/gstskeldec.h:
12585         * tests/check/Makefile.am:
12586         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12587
12588 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12589
12590         * tests/check/Makefile.am: Disable those checks as well.
12591
12592 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12593
12594         * ext/Makefile.am: Disable annodex for now until we figure out
12595         how to make it build.
12596         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12597         Add a rule to your checklist : "please try to at least build 
12598         what you are going to commit into -good, or if you are too lazy
12599         to do that, please check that the buildbots are not crying because
12600         of your commit."
12601
12602 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12603
12604         * configure.ac:
12605         * ext/Makefile.am:
12606         * ext/gdk_pixbuf/Makefile.am:
12607         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12608         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12609         * ext/gdk_pixbuf/pixbufscale.c:
12610         * ext/gdk_pixbuf/pixbufscale.h:
12611           Gdkpixbuf ported from 0.8 to 0.10 by
12612           Renato Filho <renato.filho@indt.org.br>.
12613           gst_loader and gdkpixbufanimation still need port.
12614
12615 2006-02-24  Michael Smith  <msmith@fluendo.com>
12616
12617         * configure.ac:
12618         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12619         * ext/Makefile.am:
12620         * ext/annodex/Makefile.am:
12621         * ext/annodex/gstannodex.c:
12622         * ext/annodex/gstannodex.h:
12623         * ext/annodex/gstcmmldec.c:
12624         * ext/annodex/gstcmmldec.h:
12625         * ext/annodex/gstcmmlenc.c:
12626         * ext/annodex/gstcmmlenc.h:
12627         * ext/annodex/gstcmmlparser.c:
12628         * ext/annodex/gstcmmlparser.h:
12629         * ext/annodex/gstcmmltag.c:
12630         * ext/annodex/gstcmmltag.h:
12631         * ext/annodex/gstcmmlutils.c:
12632         * ext/annodex/gstcmmlutils.h:
12633         * ext/annodex/gstskeldec.c:
12634         * ext/annodex/gstskeldec.h:
12635         * ext/annodex/gstskeltag.c:
12636         * ext/annodex/gstskeltag.h:
12637         * tests/check/Makefile.am:
12638         * tests/check/elements/cmmldec.c:
12639         * tests/check/elements/cmmlenc.c:
12640         * tests/check/elements/skeldec.c:
12641           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12642           Includes tests & docs, oh my! Passes Thomas's -good checklist
12643           entirely. Wow.
12644
12645 2006-02-24  Michael Smith  <msmith@fluendo.com>
12646
12647         * autogen.sh:
12648           Check for automake 1.9 as well.
12649
12650 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12651
12652         * ext/flac/gstflacenc.c:
12653           Change min. sample rate to 8kHz to match flacdec's.
12654           
12655 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12656
12657         * ext/cdio/Makefile.am:
12658           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12659           required for Cygwin, see #317048)
12660
12661         * gst/rtp/gstasteriskh263.c:
12662           Cygwin has includes for both the unix network socket API
12663           and the windows API, but only one can be included, so fix
12664           includes to only use one or the other, prefering the unxi
12665           one (#317048).
12666
12667 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12668
12669         * rtp/gst/gstrtppcmadepay.c:
12670         * rtp/gst/gstrtppcmadepay.h:
12671         * rtp/gst/gstgstrtppcmapay.c:
12672         * rtp/gst/gstgstrtppcmapay.h:
12673         * rtp/gst/gstrtppcmudepay.c:
12674         * rtp/gst/gstrtppcmudepay.h:
12675         * rtp/gst/gstrtppcmupay.c:
12676         * rtp/gst/gstrtppcmupay.h:
12677         * rtp/gst/Makefile.am:
12678         * rtp/gst/gstrtp.c:
12679         * rtp/gst/README:
12680         Separated the G711 payloaders/depayloaders into separate elements for
12681         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12682
12683 2006-02-22  Wim Taymans  <wim@fluendo.com>
12684
12685         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12686         (gst_dvdec_change_state):
12687         * ext/dv/gstdvdec.h:
12688         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12689         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12690         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12691         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12692         (gst_dvdemux_flush), (gst_dvdemux_chain),
12693         (gst_dvdemux_change_state):
12694         * ext/dv/gstdvdemux.h:
12695         Ueber spiffify some more, added debug category.
12696         Use _scale.
12697         Use segments, respect playback rate from newsegment.
12698         Fix refcount issue.
12699
12700 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12701
12702         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12703         (gst_signal_processor_process):
12704         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12705         enabled for the build, but it helps me win the feature-count
12706         competitions ooh yeah.
12707
12708 2006-02-19  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12711         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12712         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12713         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12714         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12715         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12716         Use scaling code for added precission and more correct stop
12717         position in case scale==0.
12718
12719 2006-02-19  Wim Taymans  <wim@fluendo.com>
12720
12721         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12722         (gst_flxdec_chain):
12723         * gst/flx/gstflxdec.h:
12724         Implement DURATION query.
12725
12726 2006-02-19  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst/flx/flx_color.h:
12729         * gst/flx/flx_fmt.h:
12730         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12731         (gst_flxdec_src_query_handler), (flx_decode_color),
12732         (gst_flxdec_chain):
12733         * gst/flx/gstflxdec.h:
12734         Set MALLOCDATA for the temp buffers so we don't leak.
12735         Some debug cleanups.
12736         Consume all data in the adapter before leaving the chain
12737         function. Fixes #330678.
12738
12739 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12740
12741         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12742         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12743          Handle 0 data size in otherwise valid frames.
12744          Handle numeric strings in 2.4.0 even when not in parentheses 
12745
12746 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * gst/matroska/matroska-demux.c:
12749         (gst_matroska_demux_subtitle_caps),
12750         (gst_matroska_demux_plugin_init):
12751         * gst/matroska/matroska-ids.h:
12752           Recognise SSA/ASS and USF subtitle formats and
12753           set proper caps when they are found.
12754
12755 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12756
12757         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12758         (gst_jpeg_dec_chain):
12759           Fix invalid memory access for some odd-sized images
12760           (see image contained in quicktime stream in #327083);
12761           use g_malloc() instead of g_alloca().
12762
12763 2006-02-17  Wim Taymans  <wim@fluendo.com>
12764
12765         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12766         Patch from Sebastien Cote, fixes #319884
12767
12768 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12769
12770         * ext/cdio/gstcdio.c: (plugin_init):
12771           Init debug category (#331253).
12772
12773 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12774
12775         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12776           Pass extra_data to gst_riff_create_audio_caps(), so that
12777           WAVEFORMATEX stuff works. Post audio codec name and post
12778           it as taglist on the bus. Allow up to 8 channesl for raw
12779           PCM in the source pad template caps.
12780
12781 2006-02-16  Wim Taymans  <wim@fluendo.com>
12782
12783         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12784         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12785         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12786         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12787         (gst_multipart_set_property), (gst_multipart_get_property):
12788         Applied #318663. Gives quite a few false positives in
12789         autoscan mode, but it's better than nothing. Not closing yet.
12790
12791 2006-02-16  Wim Taymans  <wim@fluendo.com>
12792
12793         * docs/plugins/Makefile.am:
12794         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12795         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12796         * docs/plugins/gst-plugins-good-plugins.args:
12797         * docs/plugins/inspect/plugin-udp.xml:
12798         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12799         (gst_udpsrc_start):
12800         Update documentation.
12801         Fix args.
12802
12803 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12804
12805         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12806         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12807         frame size. (Fixes #331368)
12808
12809 2006-02-16  Wim Taymans  <wim@fluendo.com>
12810
12811         * gst/rtsp/README:
12812         Updated README.
12813
12814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12815         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12816         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12817         * gst/rtsp/gstrtspsrc.h:
12818         Make sure the RTP port is an even port an try to allocate 
12819         another if not.
12820         Added retry property to control max retries for port allocation.
12821         Make sure RTCP port is RTP port+1.
12822         Cleanup when port allocation fails.
12823         Fixes #319183.
12824         
12825 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12826
12827         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12828           Don't ignore return value of the parent class's state
12829           change function (#331385, patch by: Wouter Paesen).
12830
12831 2006-02-15  Wim Taymans  <wim@fluendo.com>
12832
12833         * configure.ac:
12834         * docs/plugins/Makefile.am:
12835         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12836         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12837         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12838         * ext/Makefile.am:
12839         * ext/hal/Makefile.am:
12840         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12841         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12842         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12843         (do_toggle_element), (gst_hal_audio_sink_set_property),
12844         (gst_hal_audio_sink_get_property),
12845         (gst_hal_audio_sink_change_state):
12846         * ext/hal/gsthalaudiosink.h:
12847         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12848         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12849         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12850         (do_toggle_element), (gst_hal_audio_src_set_property),
12851         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12852         * ext/hal/gsthalaudiosrc.h:
12853         * ext/hal/gsthalelements.c: (plugin_init):
12854         * ext/hal/gsthalelements.h:
12855         * ext/hal/hal.c: (gst_hal_get_string),
12856         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12857         (gst_hal_get_audio_src):
12858         * ext/hal/hal.h:
12859         Add HAL sound device wrapper plugins. Closes #329106
12860
12861 2006-02-15  Wim Taymans  <wim@fluendo.com>
12862
12863         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12864         Add comment in a fultile attempt to stop the copy-and-paste 
12865         paradigm leading to duplication of bad code.
12866
12867         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12868         Mime parameters have to be checked case insensitive
12869
12870 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12871
12872         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12873           Advance stream time for lagging subtitle streams by sending
12874           newsegment events with the update flag set.
12875
12876 2006-02-14  Edward Hervey  <edward@fluendo.com>
12877
12878         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12879         There can be bogus data before the hdrl LIST tag in the RIFF header.
12880         It's hard to say if it's not respecting the AVI specifications or not,
12881         but since Google Video is producing AVIs like that and the other player
12882         don't seem to complain, I guess we should do the same.
12883
12884 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12885
12886         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12887         (parse_split_strings):
12888         Add more validation to ensure that a char encoding conversion
12889         produced a valid UTF-8 string.
12890
12891 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12892
12893         Reviewed by: Edward Hervey  <edward@fluendo.com>
12894
12895         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12896         Properly handle end of segment. Closes #330885.
12897
12898 2006-02-13  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst/rtp/gstrtpmp4gpay.h:
12901         For got to commit this one.
12902
12903 2006-02-12  Wim Taymans  <wim@fluendo.com>
12904
12905         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12906         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12907         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12908         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12909         * gst/rtp/gstrtpmp4gpay.h:
12910         Make more things work.
12911         Handle ACC config strings.
12912
12913 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12914
12915         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12916           set timestamps if no incoming timestamps set
12917
12918 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12919
12920         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12921         (gst_tag_demux_do_typefind):
12922           ... and fix the very same leaks in GstTagDemux.
12923
12924 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12925
12926         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12927         (gst_id3demux_do_typefind):
12928         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12929         <jonathan at kaolin dot wh9 dot net>)
12930
12931 2006-02-10  Wim Taymans  <wim@fluendo.com>
12932
12933         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12934         First set options, then set caps or else the baseclass
12935         will not know about the options, duh.
12936
12937 2006-02-10  Wim Taymans  <wim@fluendo.com>
12938
12939         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12940         (gst_rtp_mp4v_pay_setcaps):
12941         Don't waste time looking for a config string if we have codec_info
12942         on the incomming caps.
12943
12944 2006-02-10  Wim Taymans  <wim@fluendo.com>
12945
12946         * gst/rtp/README:
12947         Say something about case-sensitivity of caps vs mime-attributes.
12948
12949         * gst/rtp/Makefile.am:
12950         * gst/rtp/gstrtp.c: (plugin_init):
12951         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12952         (gst_rtp_amr_pay_handle_buffer):
12953         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
12954         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
12955         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
12956         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
12957         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
12958         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
12959         (gst_rtp_mp4g_pay_plugin_init):
12960         * gst/rtp/gstrtpmp4gpay.h:
12961         Added beginnings of mpeg4-generic payloader (RFC 3640)
12962
12963 2006-02-09  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/rtsp/Makefile.am:
12966         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
12967         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
12968         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
12969         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
12970         (gst_rtpdec_change_state):
12971         * gst/rtsp/gstrtpdec.h:
12972         * gst/rtsp/gstrtsp.c: (plugin_init):
12973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
12974         * gst/rtsp/rtspconnection.c: (read_body),
12975         (rtsp_connection_receive):
12976         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
12977         Resurected rtpdec to make rtspsrc happy again.
12978         Skip attributes from the session id.
12979         Don't crash when dumping a message with an empty body.
12980
12981
12982 2006-02-09  Wim Taymans  <wim@fluendo.com>
12983
12984         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12985         Added more meaningfull warnings when something goes wrong.
12986         Clear F bit on outgoing AMR packets.
12987
12988         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
12989         (gst_rtp_amr_pay_handle_buffer):
12990         Added debugging category
12991         Support payloading of multiple AMR frames.
12992
12993         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
12994         Added some debugging.
12995
12996 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
12997
12998         * configure.ac:
12999           Back to CVS
13000
13001 === release 0.10.2 ===
13002
13003 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13004
13005         * configure.ac:
13006           releasing 0.10.2, "Papa was a rolling stone"
13007
13008 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13009
13010         * configure.ac:
13011           Bump core and plugins-base requirement to 0.10.2.2
13012           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13013
13014 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13015
13016         * ext/flac/gstflac.c: (plugin_init):
13017         * ext/speex/gstspeex.c: (plugin_init):
13018           Register musicbrainz tags.
13019
13020 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13021
13022         * ext/gconf/gconf.h:
13023           Remove declaration of function that no longer exists.
13024
13025 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13026
13027         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13028         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13029         Make shout2 work for non ogg streams
13030
13031 2006-02-06  Wim Taymans  <wim@fluendo.com>
13032
13033         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13034         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13035         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13036         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13037         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13038         * gst/udp/gstmultiudpsink.h:
13039         Updated docs.
13040         Added properties bytes-served, bytes_to_serve.
13041         Post proper error messages,
13042         Emit client added signal too.
13043
13044 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13045
13046         * docs/plugins/Makefile.am:
13047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13049         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13050         (gst_multiudpsink_get_stats):
13051           adding docs for multiudpsink
13052
13053 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13054
13055         * gst/level/gstlevel.c: (gst_level_transform_ip):
13056           peak below decay is not necessarily an error, so don't ERROR log
13057
13058 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13059
13060         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13061         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13062         (gst_ebml_write_seek):
13063         * gst/matroska/ebml-write.h:
13064           Make sure we send a newsegment event in BYTES format
13065           before sending buffers (#328531).
13066
13067 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13068
13069         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13070         (gst_dvdemux_sink_query):
13071         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13072         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13073         (speex_dec_src_query):
13074         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13075         (gst_speexenc_sink_query):
13076         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13077         * gst/matroska/matroska-demux.c:
13078         (gst_matroska_demux_get_src_query_types),
13079         (gst_matroska_demux_handle_src_query):
13080         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13081         (gst_wavparse_pad_query):
13082           Pass unhandled queries upstream instead of just dropping
13083           them (#326446). Update query type arrays here and there.
13084
13085 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13086
13087         * tests/check/elements/matroskamux.c: (setup_src_pad):
13088           Collectpads in core got changed and now also holds a
13089           reference to any pad that is part of it. Fix refcount
13090           checks in test case accordingly.
13091
13092 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13093
13094         * gst/apetag/gstapedemux.h:
13095           Fix include, for now GstTagDemux is in the apetag dir.
13096
13097 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * docs/plugins/Makefile.am:
13100         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13101         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13102         * docs/plugins/inspect/plugin-cdio.xml:
13103           Add cdio plugin to docs.
13104
13105         * ext/cdio/gstcdiocddasrc.c:
13106           Add gtk-doc blurb.
13107
13108         * ext/cdio/gstcdio.c:
13109           The plugin is called 'cdio' not 'cddio'.
13110
13111 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13112
13113         * configure.ac:
13114         * docs/plugins/Makefile.am:
13115         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13117         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13118         * docs/plugins/inspect/plugin-apetag.xml:
13119         * gst/apetag/Makefile.am:
13120         * gst/apetag/gstapedemux.c:
13121         * gst/apetag/gstapedemux.h:
13122         * gst/apetag/gsttagdemux.c:
13123         * gst/apetag/gsttagdemux.h:
13124           Add APE tag demuxer (#325649).
13125
13126 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13127
13128         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13129         (gst_gconf_get_default_video_sink),
13130         (gst_gconf_get_default_audio_src),
13131         (gst_gconf_get_default_video_src):
13132         * ext/gconf/gconf.h:
13133         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13134         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13135         (do_toggle_element):
13136         * ext/gconf/gstgconfaudiosink.h:
13137         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13138         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13139         (do_toggle_element):
13140         * ext/gconf/gstgconfaudiosrc.h:
13141         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13142         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13143         (do_toggle_element):
13144         * ext/gconf/gstgconfvideosink.h:
13145         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13146         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13147         (do_toggle_element):
13148         * ext/gconf/gstgconfvideosrc.h:
13149           Ignore changing the GConf key to "". Ignore GConf key updates
13150           that don't actually change the string.
13151           For now, ignore the GConf key when the state is > READY, as
13152           it breaks streaming. Sometime it will be nice to bring the
13153           new sink online even mid-stream, by sending NEWSEGMENT info
13154           and possibly prerolling.
13155           (Fixes #326736)
13156
13157 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13158
13159         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13160         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13161         (zoomFilterSetResolution), (zoomFilterDestroy),
13162         (zoomFilterFastRGB), (pointFilter):
13163         * gst/goom/filters.h:
13164         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13165         (goom_update), (goom_close):
13166         * gst/goom/goom_core.h:
13167         * gst/goom/goom_tools.h:
13168         * gst/goom/graphic.c:
13169         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13170         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13171         * gst/goom/gstgoom.h:
13172         * gst/goom/lines.c: (goom_lines):
13173         * gst/goom/lines.h:
13174           Make goom reentrant by moving all important static variables
13175           into instance structures.
13176           (Fixes #329181)
13177
13178 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13179
13180         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13181         (gst_avi_demux_all_source_pads_unlinked),
13182         (gst_avi_demux_process_next_entry):
13183         * gst/avi/gstavidemux.h:
13184           Third attempt, use gst_pad_is_linked() this time.
13185
13186 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13187
13188         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13189         (parse_split_strings):
13190         Adjust for data length indicators when parsing (Fixes #329810)
13191         Fix stupid bug parsing UTF-8 tag text.
13192         Output tag strings with multiple fields as multiple tags, so the
13193         app gets all the data.
13194
13195 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13196
13197         * ext/flac/gstflacenc.c:
13198         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13199         show me.
13200         
13201 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13202
13203         * ext/flac/gstflacenc.c:
13204         * gst/matroska/ebml-read.c:
13205         Just make it compile with --disable-gst-debug.
13206
13207 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13208
13209         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13210         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13211         (id3v2_genre_fields_to_taglist):
13212           Never output a tag with a null contents string.
13213
13214 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13215
13216         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13217           Only pause if all pads are unlinked AND we've tried to send data
13218           on all of them at least once.
13219
13220 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13223         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13224           Make loop function/task pause itself when all source pads are
13225           unlinked.
13226
13227 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * configure.ac:
13230         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13231           Use new functions from core to render a bin from a
13232           string. Fixes build. Up requirements to core CVS.
13233
13234 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13235
13236         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13237           Don't push buffers into the adapter that we are going to
13238           push downstream again without framing anyway. Also, the
13239           adaptor takes ownership of buffers put into it (fixes
13240           auparse pushing invalid buffers for .au files with
13241           ADPCM contents). Finally, set caps on all outgoing buffers.
13242
13243 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13244
13245         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13246         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13247         (gst_id3demux_send_tag_event):
13248         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13249         Someone should kick my butt. Remove ID3v1 tags from the end of the
13250         file.
13251
13252         Improve error messages. Send the TAG message as soon as we complete
13253         typefinding, instead of waiting until we send the first buffer.
13254         Downstream tag event is still sent before the first buffer.
13255
13256 2006-01-27  Jan Gerber  <j@bootlab.org>
13257
13258         Reviewed by: Andy Wingo <wingo@pobox.com>
13259
13260         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13261         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13262         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13263         to not have warings flooding stderr. this is the suggested way
13264         also used in dvgrab and kino. (#328336)
13265
13266 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13267
13268         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13269         (gst_oss_sink_init), (gst_oss_sink_finalise):
13270           Free the device name string when finalised.
13271
13272 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13273
13274         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13275           Don't put function calls in g_return_if_fail() statements,
13276           or they'll be replaced with NOOPs if someone compiles with
13277           G_DISABLE_CHECKS defined.
13278           
13279 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13280
13281         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13282         Never trust ANY information encoded in a media file, especially
13283         when it's giving you sizes. (Fixes #328452)
13284
13285 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13286
13287         * gst/rtp/gstrtpg711pay.c:
13288         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13289         bug #325148.
13290
13291 2006-01-23  Edward Hervey  <edward@fluendo.com>
13292
13293         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13294         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13295         * gst/matroska/matroska-ids.h:
13296         Added recognition of Real Audio and Video streams in matroska demuxer.
13297
13298 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13299
13300         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13301           Remove errant break statement, and fix compilation with
13302           older GCC.
13303
13304 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13305
13306         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13307
13308         * sys/sunaudio/gstsunaudiomixerctrl.c:
13309         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13310           Export functions that are needed in other parts of the code,
13311           makes the mixer actually work; adjust magic minimum buffer-time
13312           value from 3ms to 5ms to work around stuttering during mp3
13313           playback (#327765).
13314
13315 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13316
13317         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13318
13319         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13320         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13321           Fix possible deadlock in matroska muxer (#327825).
13322
13323 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13324
13325         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13326         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13327         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13328         * gst/rtsp/sdpmessage.h:
13329         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13330         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13331           C89 fixes: declare variables at the beginning of a block and
13332           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13333           <jensgr at gmx dot net>).
13334
13335 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13336
13337         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13338         * gst/id3demux/id3tags.h:
13339         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13340         (parse_comment_frame), (parse_text_identification_frame),
13341         (id3v2_tag_to_taglist), (id3v2_are_digits),
13342         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13343         (parse_split_strings), (free_tag_strings):
13344           Rewrite parsing of text tags to handle multiple NULL terminated
13345           strings. Parse numeric genre strings and ID3v2 type
13346           "(3)(6)Alternative" style genre strings.
13347           Parse dates that are only YYYY or YYYY-mm format.
13348           (Fixes #328241 and #322154)
13349
13350 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13351
13352         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13353           Don't forget to initialize liboil, otherwise our oil functions
13354           will crash (fixes #327871; patch by: Christoph Burghardt
13355           <hawkes at web dot de>).
13356
13357 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13358
13359         * configure.ac:
13360           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13361           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13362           patch by: Brian Cameron <brian dot cameron at sun dot com>
13363
13364 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13365
13366         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13367         * ext/cdio/gstcdio.h:
13368         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13369           Fix build for libcdio versions >= 76; give slightly lower rank
13370           than cdparanoia.
13371
13372 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13373
13374         * configure.ac:
13375         * ext/Makefile.am:
13376         * ext/cdio/Makefile.am:
13377         * ext/cdio/gstcdio.c:
13378         * ext/cdio/gstcdio.h:
13379         * ext/cdio/gstcdiocddasrc.c:
13380         * ext/cdio/gstcdiocddasrc.h:
13381           Port libcdio cdda source, formerly known as cddasrc, now known as
13382           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13383           but that's not tested (fixes #317658).
13384
13385 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13386
13387         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13388           Fix conversion from TIME to BYTES format (fixes #326864;
13389           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13390
13391 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13392
13393         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13394           Fix compilation of id3demux when zlib is not present.
13395           (Fixes #326602; patch by: Sergey Scobich)
13396
13397 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13398
13399         * ext/esd/Makefile.am:
13400           Add $(ESD_CFLAGS), otherwise build will fail for folks
13401           with libesd in a non-standard prefix (#327009).
13402
13403 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13404
13405         * configure.ac:
13406           back to HEAD
13407
13408 === release 0.10.1 ===
13409
13410 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13411
13412         * configure.ac:
13413           releasing 0.10.1, "Li"
13414
13415 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13416
13417           patch by: Wim Taymans
13418
13419         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13420           fix memleak.  Fixes #326618
13421
13422 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13423
13424           patch by: Mike Smith
13425
13426         * gst/level/gstlevel.c: (gst_level_message_new),
13427         (gst_level_message_append_channel):
13428           Fix memleak.  Fixes #326612
13429
13430 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13431
13432         * configure.ac:
13433           prereleasing
13434         * po/af.po:
13435         * po/az.po:
13436         * po/cs.po:
13437         * po/en_GB.po:
13438         * po/hu.po:
13439         * po/it.po:
13440         * po/nb.po:
13441         * po/nl.po:
13442         * po/or.po:
13443         * po/sq.po:
13444         * po/sr.po:
13445         * po/sv.po:
13446         * po/uk.po:
13447         * po/vi.po:
13448           update translations
13449
13450 2006-01-10  Michael Smith  <msmith@fluendo.com>
13451
13452         * gst/level/gstlevel.c: (gst_level_class_init),
13453         (gst_level_dispose):
13454           Don't leak filter arrays.
13455
13456 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13457
13458         reviewed by: Christian Schaller <uraeus@gnome.org>
13459         
13460         * configure.ac:
13461         * gst-plugins-good.spec.in:
13462         * sys/Makefile.am:
13463         * sys/sunaudio/Makefile.am:
13464         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13465         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13466         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13467         (gst_sunaudiomixer_change_state):
13468         * sys/sunaudio/gstsunaudiomixer.h:
13469         * sys/sunaudio/gstsunaudiomixerctrl.c:
13470         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13471         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13472         (gst_sunaudiomixer_ctrl_list_tracks),
13473         (gst_sunaudiomixer_ctrl_get_volume),
13474         (gst_sunaudiomixer_ctrl_set_volume),
13475         (gst_sunaudiomixer_ctrl_set_mute),
13476         (gst_sunaudiomixer_ctrl_set_record):
13477         * sys/sunaudio/gstsunaudiomixerctrl.h:
13478         * sys/sunaudio/gstsunaudiomixertrack.c:
13479         (gst_sunaudiomixer_track_class_init),
13480         (gst_sunaudiomixer_track_init), (fill_labels),
13481         (gst_sunaudiomixer_track_new):
13482         * sys/sunaudio/gstsunaudiomixertrack.h:
13483         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13484         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13485         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13486         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13487         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13488         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13489         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13490         * sys/sunaudio/gstsunaudiosink.h:
13491
13492         Add SunAudio plugin - tested to make sure it doesn't break
13493         the build under GNU/Linux.      
13494
13495 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13496
13497         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13498         * gst-plugins-good/gst/udp/gstudpsrc.c:
13499         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13500         overrides the port or multicast parameters. Fixes bugs #323021.
13501         API addition: adds GstUDPSrc::sockfd property   
13502
13503 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13504
13505         * ext/gconf/Makefile.am:
13506         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13507         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13508         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13509         (do_toggle_element), (cb_toggle_element),
13510         (gst_gconf_audio_src_change_state):
13511         * ext/gconf/gstgconfaudiosrc.h:
13512         * ext/gconf/gstgconfelements.c: (plugin_init):
13513         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13514         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13515         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13516         (do_toggle_element), (cb_toggle_element),
13517         (gst_gconf_video_src_change_state):
13518         * ext/gconf/gstgconfvideosrc.h:
13519           Add new gconfaudiosrc and gconfvideosrc elements
13520           (needed for gnome-sound-recorder).
13521
13522 2006-01-06  Edward Hervey  <edward@fluendo.com>
13523
13524         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13525         Add gst_element_no_more_pads() for proper decodebin behaviour.
13526         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13527         (parse_text_identification_frame), (parse_split_strings):
13528         Failure to decode some tags is not a GST_ERROR() but a
13529         GST_WARNING()
13530         When iterating over a chunk of text, check that we haven't gone too
13531         far.
13532
13533 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13534
13535         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13536         (plugin_init):
13537           call oil_init() when using liboil
13538
13539 2006-01-04  Wim Taymans  <wim@fluendo.com>
13540
13541         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13542         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13543         Fix leaks.
13544
13545 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13546
13547         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13548
13549         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13550         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13551         (gst_flac_dec_change_state):
13552           Don't g_assert() where we should just return FALSE; remove
13553           unnecessary g_assert(); initialize some fields properly in
13554           state change function (fixes #325504). Also, use
13555           GST_DEBUG_OBJECT in two more places.
13556
13557 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13558
13559         * configure.ac:
13560           also remove smoothwave's Makefile.am
13561         * docs/plugins/Makefile.am:
13562           fix plugin docs
13563
13564 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13565
13566         * tests/examples/Makefile.am:
13567           added missing Makefile.am
13568
13569 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13570
13571         * configure.ac:
13572         * gst/level/Makefile.am:
13573         * gst/level/level-example.c:
13574         * tests/Makefile.am:
13575         * tests/examples/level/Makefile.am:
13576         * tests/examples/level/level-example.c: (message_handler), (main):
13577           moved level-example to tests/examples/level-example
13578         * tests/old/examples/level/demo.c: (main):
13579         * tests/old/examples/level/plot.c: (main):
13580           some initial fixes
13581
13582 2005-12-29  Michael Smith  <msmith@fluendo.com>
13583
13584         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13585         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13586         * gst/udp/gstmultiudpsink.h:
13587           Track packets sent per client in addition to bytes sent; provide
13588           this info through get-stats signal
13589
13590 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13591
13592         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13593           Can't use gst_object_unref() on a GstAdapter (#325191).
13594
13595 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13596
13597         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13598         If a broken tag has 0 bytes payload, at least still skip
13599         the 10 byte header
13600
13601 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13602
13603         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13604         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13605         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13606         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13607           Making these depayloaders (H263+ and mpeg4 video) inherit from
13608           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13609
13610 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13611
13612         * docs/plugins/gst-plugins-good-plugins.args:
13613         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13614         Regenerate the plugin hiearchy.
13615
13616 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13617
13618         * docs/plugins/Makefile.am:
13619         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13620         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13621         * docs/plugins/gst-plugins-good-plugins.args:
13622         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13623         (gst_id3demux_base_init), (gst_id3demux_class_init),
13624         (gst_id3demux_chain):
13625         * gst/id3demux/gstid3demux.h:
13626           Add documentation for id3demux.
13627           Don't fail if the first buffer is not at offset 0, just
13628           attempt to typefind and do pass through
13629           Rename the gst_type function from gst_gst_id3demux..
13630
13631 2005-12-20  Michael Smith  <msmith@fluendo.com>
13632
13633         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13634         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13635         (gst_multiudpsink_get_stats):
13636         * gst/udp/gstmultiudpsink.h:
13637           Collect statistics; return them from get_stats.
13638
13639 2005-12-19  Edward Hervey  <edward@fluendo.com>
13640
13641         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13642         Stupid signedness issue...
13643
13644 2005-12-19  Edward Hervey  <edward@fluendo.com>
13645
13646         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13647         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13648         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13649         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13650         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13651         Construct index for indexless files.
13652         Make sure pad/buffers are correctly reset to NULL once we don't need
13653         them anymore, else we get lovely segfaults/assertions.
13654         * gst/wavparse/gstwavparse.c:
13655         Yes, you can have 96KHz audio and wma in wav :(
13656
13657 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13658
13659         * configure.ac:
13660           Check for optional dependency on zlib for id3demux
13661
13662         * gst/id3demux/Makefile.am:
13663         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13664         (gst_id3demux_base_init), (gst_id3demux_class_init),
13665         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13666         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13667         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13668         (gst_id3demux_set_property), (gst_id3demux_get_property),
13669         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13670         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13671         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13672         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13673         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13674         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13675         (simple_find_peek), (simple_find_suggest),
13676         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13677         (plugin_init):
13678         * gst/id3demux/gstid3demux.h:
13679         * gst/id3demux/id3tags.c: (read_synch_uint),
13680         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13681         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13682         (id3demux_id3v2_frames_to_tag_list):
13683         * gst/id3demux/id3tags.h:
13684         * gst/id3demux/id3v2.4.0-frames.txt:
13685         * gst/id3demux/id3v2.4.0-structure.txt:
13686         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13687         (parse_comment_frame), (parse_text_identification_frame),
13688         (id3v2_tag_to_taglist), (parse_split_strings):
13689           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13690           otherwise it discards them. Works on my test files. 
13691
13692         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13693           Don't send EOS to a non-existing srcpad
13694           The debug category can be static
13695
13696 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13697
13698         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13699         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13700         * gst/multipart/multipartdemux.c:
13701           change some char* into char[]
13702
13703 2005-12-16  Wim Taymans  <wim@fluendo.com>
13704
13705         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13706         (gst_wavparse_other), (gst_wavparse_perform_seek),
13707         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13708         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13709         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13710         * gst/wavparse/gstwavparse.h:
13711         Use GstSegment to implement more seeking features.
13712
13713 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13714
13715         * gst/rtsp/rtspconnection.c:
13716           Add <netinet/in.h> include and move <arpa/inet.h> include
13717           to make things work on OpenBSD as well (fixes #323717;
13718           patch by: Benjamin Pineau)
13719
13720 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13721
13722         * gst/rtp/gstrtpspeexdepay.c:
13723         * gst/rtp/gstrtpspeexpay.c:
13724         Set clock rate to be fixed in 8000. It fixes bug #324012.
13725
13726 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13727
13728         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13729         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13730         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13731         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13732         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13733         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13734         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13735         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13736         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13737         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13738         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13739         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13740         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13741         * gst-plugins-good/gst/rtp/README:
13742         Fixed payload range in payloder caps. Removed payload range completely
13743         from depayloaders as they don't require payload type in their caps.
13744         In effect, there isn't any specific payload type for any given codec,
13745         only suggestions.
13746         Fixes bug #324011.
13747
13748 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13749
13750         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13751         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13752         (gst_videomixer_collected): Code cleanup and re-enabling 
13753         queued time validity check for correct EOS handling.
13754
13755 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13758         (gst_oss_mixer_element_get_property),
13759         (gst_oss_mixer_element_change_state):
13760         Add 'device-name' property and fix state change function.
13761
13762 2005-12-13  Edward Hervey  <edward@fluendo.com>
13763
13764         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13765         If the speed of the file is null in the header, set the frame_time to
13766         the default setting of GST_SECOND / 70. Which is the default
13767         frame_delay for .fli files as stated in this document :
13768         http://www.compuphase.com/flic.htm
13769         Would be nice to have the time conversion done properly too (duration =
13770         flxh->frames * flxdec->frame_time)
13771
13772 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13773
13774         * docs/plugins/Makefile.am:
13775         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13777         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13778         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13779         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13780         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13781         documentation for videomixer on my way with a funny sample
13782         pipeline.
13783
13784 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13785
13786         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13787         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13788         (gst_videomixer_update_queues), (gst_videomixer_collected):
13789         Fix caps negotiation. (#323896)
13790
13791 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13792
13793         * gst/matroska/matroska-demux.c:
13794         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13795           Set correct timestamps on audio laces, fixes playback of mp3 from
13796                 matroska.
13797
13798 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13799
13800         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13801         (gst_au_parse_class_init), (gst_au_parse_init),
13802         (gst_au_parse_dispose), (gst_au_parse_chain),
13803         (gst_au_parse_change_state), (plugin_init):
13804         * gst/auparse/gstauparse.h:
13805           Use gst_object_unref() for GstObjects instead of
13806           g_object_unref() and fix a mem leak in a debug
13807           statement; while we're at it, also borgify, use
13808           boilerplate macros and clean up a little bit.
13809
13810 2005-12-11  Edward Hervey  <edward@fluendo.com>
13811
13812         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13813         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13814         Added pull mode.
13815
13816 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13817
13818         * gst/goom/gstgoom.c:
13819         * gst/level/level-example.c: (main):
13820         * gst/smoothwave/demo-osssrc.c: (main):
13821           Use audiotestsrc instead of sinesrc (#323798).
13822
13823 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13824
13825         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13826           more debug-func-ptr usage
13827
13828 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13829
13830         * gst/flx/flx_color.c: (flx_colorspace_convert):
13831         * gst/flx/flx_color.h:
13832         * gst/flx/flx_fmt.h:
13833         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13834         * gst/flx/gstflxdec.h:
13835           Now flxdec works on big-endian machines as well.
13836
13837 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13838
13839         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13840         (gst_fenced_buffer_copy):
13841           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13842           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13843           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13844           and use GST_DEBUG_FUNCPTR for pad functions.
13845
13846 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13849         (gst_flac_dec_class_init), (gst_flac_dec_init),
13850         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13851         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13852         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13853         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13854         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13855         (gst_flac_dec_change_state):
13856         * ext/flac/gstflacdec.h:
13857           Rewrite flacdec a bit, so that even seeking might work now. Most
13858           importantly, don't act upon any flow return values we get, just tell
13859           the decoder everything's dandy and act on the flow return values
13860           later on in the loop function. We don't want to mess up the internal
13861           decoder state for non-fatal things like flushing pads etc. Other
13862           than that, use GstSegment (segment seeks don't work yet though, but
13863           should be easy to add), use boilerplate macros, drop the superfluous
13864           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13865           lots of other things.
13866
13867 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13868
13869         * configure.ac:
13870           Update comment in OSS includes check.
13871
13872         * sys/oss/gstossdmabuffer.c:
13873         * sys/oss/gstosshelper.c:
13874         * sys/oss/gstossmixer.c:
13875         * sys/oss/gstossmixertrack.c:
13876         * sys/oss/gstosssink.c:
13877         * sys/oss/gstosssrc.c:
13878         * sys/oss/oss_probe.c:
13879           Don't assume the OSS soundcard.h include is always in
13880           the sys/ directory. Instead, use the existing defines
13881           from config.h to include the right file. Fixes
13882           compilation on OpenBSD 3.8 (#323718).
13883
13884 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13885
13886         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13887         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13888         * docs/plugins/inspect/plugin-1394.xml:
13889         * docs/plugins/inspect/plugin-aasink.xml:
13890         * docs/plugins/inspect/plugin-alaw.xml:
13891         * docs/plugins/inspect/plugin-alpha.xml:
13892         * docs/plugins/inspect/plugin-alphacolor.xml:
13893         * docs/plugins/inspect/plugin-auparse.xml:
13894         * docs/plugins/inspect/plugin-autodetect.xml:
13895         * docs/plugins/inspect/plugin-avi.xml:
13896         * docs/plugins/inspect/plugin-cacasink.xml:
13897         * docs/plugins/inspect/plugin-cairo.xml:
13898         * docs/plugins/inspect/plugin-cutter.xml:
13899         * docs/plugins/inspect/plugin-debug.xml:
13900         * docs/plugins/inspect/plugin-dv.xml:
13901         * docs/plugins/inspect/plugin-efence.xml:
13902         * docs/plugins/inspect/plugin-effectv.xml:
13903         * docs/plugins/inspect/plugin-esdsink.xml:
13904         * docs/plugins/inspect/plugin-flac.xml:
13905         * docs/plugins/inspect/plugin-flxdec.xml:
13906         * docs/plugins/inspect/plugin-gconfelements.xml:
13907         * docs/plugins/inspect/plugin-goom.xml:
13908         * docs/plugins/inspect/plugin-jpeg.xml:
13909         * docs/plugins/inspect/plugin-level.xml:
13910         * docs/plugins/inspect/plugin-matroska.xml:
13911         * docs/plugins/inspect/plugin-mulaw.xml:
13912         * docs/plugins/inspect/plugin-multipart.xml:
13913         * docs/plugins/inspect/plugin-navigationtest.xml:
13914         * docs/plugins/inspect/plugin-ossaudio.xml:
13915         * docs/plugins/inspect/plugin-png.xml:
13916         * docs/plugins/inspect/plugin-rtp.xml:
13917         * docs/plugins/inspect/plugin-rtsp.xml:
13918         * docs/plugins/inspect/plugin-shout2send.xml:
13919         * docs/plugins/inspect/plugin-smpte.xml:
13920         * docs/plugins/inspect/plugin-speex.xml:
13921         * docs/plugins/inspect/plugin-udp.xml:
13922         * docs/plugins/inspect/plugin-videobox.xml:
13923         * docs/plugins/inspect/plugin-videoflip.xml:
13924         * docs/plugins/inspect/plugin-videomixer.xml:
13925         * docs/plugins/inspect/plugin-wavenc.xml:
13926         * docs/plugins/inspect/plugin-wavparse.xml:
13927         * ext/flac/gstflac.c: (plugin_init):
13928         * ext/flac/gstflacdec.c: (flacdec_get_type),
13929         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13930         (gst_flac_dec_init), (gst_flac_dec_finalize),
13931         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13932         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13933         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13934         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13935         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13936         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13937         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13938         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13939         * ext/flac/gstflacdec.h:
13940         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13941         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13942         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13943         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13944         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13945         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13946         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13947         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13948         (gst_flac_enc_change_state):
13949         * ext/flac/gstflacenc.h:
13950           borgify and fix up documentation
13951
13952 2005-12-09  Michael Smith  <msmith@fluendo.com>
13953
13954         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
13955           Accept a wider range of flac files, more closely matching flac spec.
13956
13957 2005-12-08  Julien MOUTTE  <julien@moutte.net>
13958
13959         * docs/plugins/Makefile.am: Add multipart elements.
13960         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13961         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
13962         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13963         * gst/multipart/multipartdemux.c:
13964         * gst/multipart/multipartmux.c: Add docs.
13965
13966 2005-12-07  Edward Hervey  <edward@fluendo.com>
13967
13968         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
13969         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
13970         (gst_avi_demux_invert):
13971         Memleak and crasher fixes.
13972         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
13973         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
13974         Memleak fixes
13975
13976 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13977
13978         * ext/aalib/gstaasink.h:
13979         * ext/cairo/gsttextoverlay.h:
13980         * ext/dv/gstdvdec.h:
13981         * ext/dv/gstdvdemux.c:
13982         * ext/dv/gstdvdemux.h:
13983         * ext/esd/esdsink.h:
13984         * ext/flac/flac_compat.h:
13985         * ext/flac/gstflacdec.h:
13986         * ext/flac/gstflacenc.h:
13987         * ext/gconf/gconf.h:
13988         * ext/gconf/gstgconfaudiosink.h:
13989         * ext/gconf/gstgconfvideosink.h:
13990         * ext/gdk_pixbuf/gstgdkanimation.h:
13991         * ext/jpeg/gstjpegdec.h:
13992         * ext/jpeg/smokecodec.h:
13993         * ext/jpeg/smokeformat.h:
13994         * ext/ladspa/gstsignalprocessor.h:
13995         * ext/ladspa/search.c: (LADSPAPluginSearch):
13996         * ext/ladspa/utils.h:
13997         * ext/libmng/gstmng.c:
13998         * ext/libmng/gstmngdec.h:
13999         * ext/libmng/gstmngenc.c:
14000         * ext/libmng/gstmngenc.h:
14001         * ext/libpng/gstpng.c:
14002         * ext/libpng/gstpngenc.c:
14003         * ext/libpng/gstpngenc.h:
14004         * ext/shout2/gstshout2.h:
14005         * ext/speex/gstspeexdec.h:
14006         * ext/speex/gstspeexenc.c:
14007         * ext/speex/gstspeexenc.h:
14008         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14009         * gst/autodetect/gstautoaudiosink.h:
14010         * gst/autodetect/gstautovideosink.h:
14011         * gst/avi/gstavidemux.h:
14012         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14013         (gst_cutter_set_property), (gst_cutter_get_caps):
14014         * gst/cutter/gstcutter.h:
14015         * gst/debug/tests.c: (md5_process_block):
14016         * gst/debug/tests.h:
14017         * gst/effectv/gstwarp.c:
14018         * gst/flx/flx_fmt.h:
14019         * gst/flx/gstflxdec.h:
14020         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14021         (zoomFilterFastRGB):
14022         * gst/goom/filters.h:
14023         * gst/goom/goom_tools.h:
14024         * gst/law/alaw-encode.c:
14025         * gst/level/gstlevel.c:
14026         * gst/level/gstlevel.h:
14027         * gst/matroska/ebml-write.h:
14028         * gst/matroska/matroska-demux.h:
14029         * gst/matroska/matroska-ids.h:
14030         * gst/matroska/matroska-mux.h:
14031         * gst/monoscope/convolve.c: (convolve_match):
14032         * gst/monoscope/convolve.h:
14033         * gst/multipart/multipartmux.c:
14034         * gst/oldcore/gstaggregator.c:
14035         * gst/oldcore/gstaggregator.h:
14036         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14037         * gst/oldcore/gstmd5sink.h:
14038         * gst/oldcore/gstmultifilesrc.c:
14039         * gst/oldcore/gstmultifilesrc.h:
14040         * gst/oldcore/gstpipefilter.h:
14041         * gst/oldcore/gstshaper.h:
14042         * gst/rtp/gstrtpL16depay.h:
14043         * gst/rtp/gstrtpL16pay.h:
14044         * gst/rtp/gstrtpdepay.h:
14045         * gst/rtp/gstrtpmp4vpay.c:
14046         * gst/rtp/gstrtpmp4vpay.h:
14047         * gst/rtsp/gstrtspsrc.c:
14048         * gst/rtsp/gstrtspsrc.h:
14049         * gst/rtsp/rtspconnection.h:
14050         * gst/rtsp/rtspdefs.h:
14051         * gst/rtsp/rtspmessage.h:
14052         * gst/rtsp/rtsptransport.h:
14053         * gst/rtsp/rtspurl.c:
14054         * gst/rtsp/rtspurl.h:
14055         * gst/rtsp/sdpmessage.c:
14056         * gst/rtsp/sdpmessage.h:
14057         * gst/smpte/barboxwipes.c:
14058         * gst/smpte/gstmask.h:
14059         * gst/smpte/gstsmpte.h:
14060         * gst/smpte/paint.c:
14061         * gst/smpte/paint.h:
14062         * gst/udp/gstdynudpsink.h:
14063         * gst/udp/gstmultiudpsink.h:
14064         * gst/udp/gstudpsink.c:
14065         * gst/udp/gstudpsink.h:
14066         * gst/udp/gstudpsrc.c:
14067         * gst/videomixer/videomixer.c:
14068         * gst/wavenc/riff.h:
14069         * gst/wavparse/gstwavparse.h:
14070         * sys/oss/gstossdmabuffer.h:
14071         * sys/oss/gstossmixer.h:
14072         * sys/oss/gstossmixerelement.h:
14073         * sys/oss/gstossmixertrack.h:
14074         * sys/oss/gstosssink.c:
14075         * sys/oss/gstosssink.h:
14076         * sys/oss/gstosssrc.c:
14077         * sys/oss/gstosssrc.h:
14078         * sys/osxaudio/gstosxaudioelement.h:
14079         * sys/osxaudio/gstosxaudiosink.h:
14080         * sys/osxaudio/gstosxaudiosrc.h:
14081           expand tabs
14082
14083 === release 0.10.0 ===
14084
14085 2005-12-05   <thomas (at) apestaart (dot) org>
14086
14087         * configure.ac:
14088           releasing 0.10.0, "Abondance"
14089
14090 2005-12-05  Andy Wingo  <wingo@pobox.com>
14091
14092         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14093         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14094         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14095         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14096         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14097         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14098         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14099         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14100         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14101         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14102         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14103         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14104         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14105         * gst/goom/gstgoom.c: (gst_goom_chain):
14106         * gst/matroska/matroska-demux.c:
14107         (gst_matroska_demux_push_vorbis_codec_priv_data),
14108         (gst_matroska_demux_add_wvpk_header):
14109         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14110         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14111         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14112         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14113         alloc_buffer changes.
14114
14115 2005-12-05  Michael Smith  <msmith@fluendo.com>
14116
14117         * docs/plugins/gst-plugins-good-plugins.args:
14118           Remove args for plugins that aren't in -good.
14119
14120 === release 0.9.7 ===
14121
14122 2005-12-01   <thomas (at) apestaart (dot) org>
14123
14124         * configure.ac:
14125           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14126
14127 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14128
14129         * docs/plugins/.cvsignore:
14130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14131         * docs/plugins/inspect/plugin-multipart.xml:
14132         * docs/plugins/inspect/plugin-rtp.xml:
14133           add multipart plugin to docs
14134
14135 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14136
14137         * configure.ac:
14138         * ext/Makefile.am:
14139         * ext/pango/Makefile.am:
14140         * ext/pango/gstclockoverlay.c:
14141         * ext/pango/gstclockoverlay.h:
14142         * ext/pango/gsttextoverlay.c:
14143         * ext/pango/gsttextoverlay.h:
14144         * ext/pango/gsttextrender.c:
14145         * ext/pango/gsttextrender.h:
14146         * ext/pango/gsttimeoverlay.c:
14147         * ext/pango/gsttimeoverlay.h:
14148           move pango to base
14149
14150 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14151
14152         * gst/rtp/Makefile.am:
14153         * gst/rtp/gstrtpL16depay.c:
14154         * gst/rtp/gstrtpL16depay.h:
14155         * gst/rtp/gstrtpL16parse.c:
14156         * gst/rtp/gstrtpL16parse.h:
14157         * gst/rtp/gstrtpgsmdepay.c:
14158         * gst/rtp/gstrtpgsmdepay.h:
14159         * gst/rtp/gstrtpgsmparse.c:
14160         * gst/rtp/gstrtpgsmparse.h:
14161           parsers are depayers
14162
14163 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14164
14165         * gst/rtp/Makefile.am:
14166         * gst/rtp/gstasteriskh263.c:
14167         * gst/rtp/gstrtp.c:
14168         * gst/rtp/gstrtpL16enc.c:
14169         * gst/rtp/gstrtpL16enc.h:
14170         * gst/rtp/gstrtpL16parse.c:
14171         * gst/rtp/gstrtpL16parse.h:
14172         * gst/rtp/gstrtpL16pay.c:
14173         * gst/rtp/gstrtpL16pay.h:
14174         * gst/rtp/gstrtpamrdec.c:
14175         * gst/rtp/gstrtpamrdec.h:
14176         * gst/rtp/gstrtpamrdepay.c:
14177         * gst/rtp/gstrtpamrdepay.h:
14178         * gst/rtp/gstrtpamrenc.c:
14179         * gst/rtp/gstrtpamrenc.h:
14180         * gst/rtp/gstrtpamrpay.c:
14181         * gst/rtp/gstrtpamrpay.h:
14182         * gst/rtp/gstrtpdec.c:
14183         * gst/rtp/gstrtpdec.h:
14184         * gst/rtp/gstrtpdepay.c:
14185         * gst/rtp/gstrtpdepay.h:
14186         * gst/rtp/gstrtpg711dec.c:
14187         * gst/rtp/gstrtpg711dec.h:
14188         * gst/rtp/gstrtpg711depay.c:
14189         * gst/rtp/gstrtpg711depay.h:
14190         * gst/rtp/gstrtpg711enc.c:
14191         * gst/rtp/gstrtpg711enc.h:
14192         * gst/rtp/gstrtpg711pay.c:
14193         * gst/rtp/gstrtpg711pay.h:
14194         * gst/rtp/gstrtpgsmenc.c:
14195         * gst/rtp/gstrtpgsmenc.h:
14196         * gst/rtp/gstrtpgsmparse.c:
14197         * gst/rtp/gstrtpgsmparse.h:
14198         * gst/rtp/gstrtpgsmpay.c:
14199         * gst/rtp/gstrtpgsmpay.h:
14200         * gst/rtp/gstrtph263enc.c:
14201         * gst/rtp/gstrtph263enc.h:
14202         * gst/rtp/gstrtph263pay.c:
14203         * gst/rtp/gstrtph263pay.h:
14204         * gst/rtp/gstrtph263pdec.c:
14205         * gst/rtp/gstrtph263pdec.h:
14206         * gst/rtp/gstrtph263pdepay.c:
14207         * gst/rtp/gstrtph263pdepay.h:
14208         * gst/rtp/gstrtph263penc.c:
14209         * gst/rtp/gstrtph263penc.h:
14210         * gst/rtp/gstrtph263ppay.c:
14211         * gst/rtp/gstrtph263ppay.h:
14212         * gst/rtp/gstrtpmp4vdec.c:
14213         * gst/rtp/gstrtpmp4vdec.h:
14214         * gst/rtp/gstrtpmp4vdepay.c:
14215         * gst/rtp/gstrtpmp4vdepay.h:
14216         * gst/rtp/gstrtpmp4venc.c:
14217         * gst/rtp/gstrtpmp4venc.h:
14218         * gst/rtp/gstrtpmp4vpay.c:
14219         * gst/rtp/gstrtpmp4vpay.h:
14220         * gst/rtp/gstrtpmpadec.c:
14221         * gst/rtp/gstrtpmpadec.h:
14222         * gst/rtp/gstrtpmpadepay.c:
14223         * gst/rtp/gstrtpmpadepay.h:
14224         * gst/rtp/gstrtpmpaenc.c:
14225         * gst/rtp/gstrtpmpaenc.h:
14226         * gst/rtp/gstrtpmpapay.c:
14227         * gst/rtp/gstrtpmpapay.h:
14228         * gst/rtp/gstrtpspeexdec.c:
14229         * gst/rtp/gstrtpspeexdec.h:
14230         * gst/rtp/gstrtpspeexdepay.c:
14231         * gst/rtp/gstrtpspeexdepay.h:
14232         * gst/rtp/gstrtpspeexenc.c:
14233         * gst/rtp/gstrtpspeexenc.h:
14234         * gst/rtp/gstrtpspeexpay.c:
14235         * gst/rtp/gstrtpspeexpay.h:
14236           Do burger's rename for rtp payloaders and depayloaders
14237
14238 2005-11-30  Wim Taymans  <wim@fluendo.com>
14239
14240         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14241         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14242         * ext/dv/gstdvdemux.h:
14243         Fix seeking in dvdemux again, add some more debug info.
14244
14245 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14246
14247         * configure.ac:
14248           fix tests
14249
14250 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14251
14252         * PORTED_09:
14253         * docs/random/PORTED_09:
14254           move
14255         * tests/Makefile.am:
14256           add
14257         * win32/gst.sln:
14258           remove
14259
14260 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14261
14262         * Makefile.am:
14263         * check/.cvsignore:
14264         * check/Makefile.am:
14265         * check/elements/.cvsignore:
14266         * check/elements/level.c:
14267         * check/elements/matroskamux.c:
14268         * configure.ac:
14269         * examples/Makefile.am:
14270         * examples/capsfilter/Makefile.am:
14271         * examples/capsfilter/capsfilter1.c:
14272         * examples/gob/Makefile.am:
14273         * examples/gob/gst-identity2.gob:
14274         * examples/gstplay/.cvsignore:
14275         * examples/gstplay/Makefile.am:
14276         * examples/gstplay/player.c:
14277         * examples/indexing/.cvsignore:
14278         * examples/indexing/Makefile.am:
14279         * examples/indexing/indexmpeg.c:
14280         * examples/level/Makefile.am:
14281         * examples/level/README:
14282         * examples/level/demo.c:
14283         * examples/level/plot.c:
14284         * examples/stats/Makefile.am:
14285         * examples/stats/mp2ogg.c:
14286         * examples/switch/.cvsignore:
14287         * examples/switch/Makefile.am:
14288         * examples/switch/switcher.c:
14289           move under tests/
14290
14291 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14292
14293         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14294         (gst_text_render_class_init), (resize_bitmap),
14295         (gst_text_render_render_text), (gst_text_render_setcaps),
14296         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14297         (gst_text_render_chain), (gst_text_render_finalize),
14298         (gst_text_render_init), (gst_text_render_set_property):
14299         * ext/pango/gsttextrender.h:
14300           Add missing files.
14301
14302 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14303
14304         * configure.ac:
14305         * ext/Makefile.am:
14306         * ext/pango/Makefile.am:
14307         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14308         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14309         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14310         * ext/pango/gstclockoverlay.h:
14311         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14312         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14313         (gst_text_overlay_finalize), (gst_text_overlay_init),
14314         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14315         (gst_text_overlay_text_pad_linked),
14316         (gst_text_overlay_text_pad_unlinked),
14317         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14318         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14319         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14320         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14321         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14322         (gst_text_overlay_change_state), (plugin_init):
14323         * ext/pango/gsttextoverlay.h:
14324         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14325         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14326         (gst_time_overlay_class_init), (gst_time_overlay_init):
14327         * ext/pango/gsttimeoverlay.h:
14328           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14329           and add background shading and text wrapping modes. Make 
14330           timoverlay derive from textoverlay. Also add new clockoverlay
14331           element.
14332
14333 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14334
14335         * gst/udp/Makefile.am: Moved to netbuffer.
14336
14337 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14338
14339         * configure.ac:
14340         * PORTED_O9:
14341         * gst/multipart/Makefile.am:
14342         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14343         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14344         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14345         (gst_multipart_demux_change_state),
14346         (gst_multipart_demux_plugin_init):
14347         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14348         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14349         (gst_multipart_mux_sinkconnect),
14350         (gst_multipart_mux_request_new_pad),
14351         (gst_multipart_mux_handle_src_event),
14352         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14353         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14354         0.9.
14355
14356 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14357
14358         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14359         * gst/debug/gstnavigationtest.h:
14360         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14361         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14362         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14363         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14364         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14365         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14366         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14367         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14368         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14369         (gst_video_flip_get_type):
14370         * gst/videofilter/gstvideoflip.h:
14371           update for symbols change
14372
14373 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14374
14375         * gst/udp/gstdynudpsink.c:
14376         * gst/udp/gstudpsrc.c:
14377           the old gstnet lib was renamed gstnetbuffer (#322257)
14378
14379 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14380
14381         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14382         (gst_text_overlay_collected):
14383           Actually render the text from the text pad.
14384
14385 2005-11-29  Edward Hervey  <edward@fluendo.com>
14386
14387         * gst/debug/gstnavseek.c: (gst_navseek_event):
14388         * gst/debug/progressreport.c: (gst_progress_report_event):
14389         Update for GstBaseTransform event virtual method
14390
14391 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14392
14393         * ext/cairo/Makefile.am:
14394           no need to link to videofilter
14395
14396 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14397
14398         * gst/debug/Makefile.am:
14399         * gst/debug/gstnavigationtest.h:
14400         * gst/effectv/Makefile.am:
14401         * gst/effectv/gstaging.c:
14402         * gst/effectv/gstdice.c:
14403         * gst/effectv/gstedge.c:
14404         * gst/effectv/gstquark.c:
14405         * gst/effectv/gstrev.c:
14406         * gst/effectv/gstshagadelic.c:
14407         * gst/effectv/gstvertigo.c:
14408         * gst/effectv/gstwarp.c:
14409         * gst/videofilter/Makefile.am:
14410         * gst/videofilter/gstvideofilter.c:
14411         * gst/videofilter/gstvideofilter.h:
14412         * gst/videofilter/gstvideoflip.h:
14413           remove the videofilter library and link to the one in base
14414
14415 2005-11-28  Edward Hervey  <edward@fluendo.com>
14416
14417         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14418         Useless check now we're setting the current entry correctly.
14419
14420 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14421
14422         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14423         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14424         (gst_jpegenc_change_state):
14425           Don't leak input buffer in chain function (fixes #322667); make 
14426           state change function thread-safe; don't repeat the current function
14427           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14428           gst_pad_alloc_buffer(); misc. minor cleanups.
14429
14430 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14431
14432         * gst/matroska/matroska-mux.c:
14433         (gst_matroska_mux_video_pad_setcaps):
14434         Look for pixel-aspect-ratio in caps, not pixel_width and
14435         pixel_height (Fixes: #322645)
14436
14437 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14438
14439         * gst/matroska/matroska-mux.c:
14440         (gst_matroska_mux_video_pad_setcaps):
14441         From Michal Benes:
14442         frame duration should be GST_SECOND / framerate, not
14443         GST_SECOND * framerate. (Fixes: #322643)
14444
14445 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14446
14447         * configure.ac:
14448           fix up GST_PLUGIN_LDFLAGS
14449         * gst/rtsp/rtspconnection.c:
14450           fix includes (see #317043)
14451         * gst/videofilter/Makefile.am:
14452           stop installing this library
14453
14454 2005-11-26  Edward Hervey  <edward@fluendo.com>
14455
14456         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14457         Handle the case where the incoming Video dv stream doesn't have
14458         a pixel aspect ratio set.
14459
14460 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14461
14462         * docs/plugins/Makefile.am:
14463         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14464         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14465         * ext/flac/gstflacdec.c:
14466           document flacdec
14467
14468 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14469
14470         * docs/plugins/Makefile.am:
14471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14473         * docs/plugins/inspect/plugin-autodetect.xml:
14474         * ext/cairo/gstcairo.c: (plugin_init):
14475         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14476         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14477         (gst_text_overlay_init), (gst_text_overlay_font_init),
14478         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14479         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14480         (gst_text_overlay_text_pad_linked),
14481         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14482         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14483         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14484         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14485         (gst_text_overlay_change_state):
14486         * ext/cairo/gsttextoverlay.h:
14487         * ext/cairo/gsttimeoverlay.c:
14488         (gst_cairo_time_overlay_update_font_height),
14489         (gst_cairo_time_overlay_set_caps),
14490         (gst_cairo_time_overlay_get_unit_size),
14491         (gst_cairo_time_overlay_print_smpte_time),
14492         (gst_cairo_time_overlay_transform),
14493         (gst_cairo_time_overlay_base_init),
14494         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14495         (gst_cairo_time_overlay_get_type):
14496         * ext/cairo/gsttimeoverlay.h:
14497           do some name borgifying
14498           document
14499
14500 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14501
14502         * docs/plugins/Makefile.am:
14503         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14504         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14505         * gst/autodetect/gstautoaudiosink.c:
14506         (gst_auto_audio_sink_base_init):
14507         * gst/autodetect/gstautovideosink.c:
14508         (gst_auto_video_sink_base_init),
14509         (gst_auto_video_sink_factory_filter):
14510           documenting auto*sink
14511           using strstr for the video sink lookup, class field is not ordered
14512         * docs/plugins/inspect/plugin-1394.xml:
14513         * docs/plugins/inspect/plugin-aasink.xml:
14514         * docs/plugins/inspect/plugin-alaw.xml:
14515         * docs/plugins/inspect/plugin-alpha.xml:
14516         * docs/plugins/inspect/plugin-alphacolor.xml:
14517         * docs/plugins/inspect/plugin-auparse.xml:
14518         * docs/plugins/inspect/plugin-autodetect.xml:
14519         * docs/plugins/inspect/plugin-avi.xml:
14520         * docs/plugins/inspect/plugin-cacasink.xml:
14521         * docs/plugins/inspect/plugin-cairo.xml:
14522         * docs/plugins/inspect/plugin-cutter.xml:
14523         * docs/plugins/inspect/plugin-debug.xml:
14524         * docs/plugins/inspect/plugin-dv.xml:
14525         * docs/plugins/inspect/plugin-efence.xml:
14526         * docs/plugins/inspect/plugin-effectv.xml:
14527         * docs/plugins/inspect/plugin-esdsink.xml:
14528         * docs/plugins/inspect/plugin-flac.xml:
14529         * docs/plugins/inspect/plugin-flxdec.xml:
14530         * docs/plugins/inspect/plugin-gconfelements.xml:
14531         * docs/plugins/inspect/plugin-goom.xml:
14532         * docs/plugins/inspect/plugin-jpeg.xml:
14533         * docs/plugins/inspect/plugin-level.xml:
14534         * docs/plugins/inspect/plugin-matroska.xml:
14535         * docs/plugins/inspect/plugin-mulaw.xml:
14536         * docs/plugins/inspect/plugin-navigationtest.xml:
14537         * docs/plugins/inspect/plugin-ossaudio.xml:
14538         * docs/plugins/inspect/plugin-png.xml:
14539         * docs/plugins/inspect/plugin-rtp.xml:
14540         * docs/plugins/inspect/plugin-rtsp.xml:
14541         * docs/plugins/inspect/plugin-shout2send.xml:
14542         * docs/plugins/inspect/plugin-smpte.xml:
14543         * docs/plugins/inspect/plugin-speex.xml:
14544         * docs/plugins/inspect/plugin-udp.xml:
14545         * docs/plugins/inspect/plugin-videobox.xml:
14546         * docs/plugins/inspect/plugin-videoflip.xml:
14547         * docs/plugins/inspect/plugin-videomixer.xml:
14548         * docs/plugins/inspect/plugin-wavenc.xml:
14549         * docs/plugins/inspect/plugin-wavparse.xml:
14550           update for HEAD version
14551
14552 2005-11-25  Michael Smith  <msmith@fluendo.com>
14553
14554         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14555           Patch from Sebastien Cote to close control sockets in udpsrc.
14556
14557 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14558
14559         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14560         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14561         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14562         (gst_quarktv_base_init), (gst_quarktv_class_init),
14563         (gst_quarktv_init): Flush the planes list on reverse caps
14564         negotiation. This was crashing because of differently sized
14565         buffers.
14566
14567 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14568
14569         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14570         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14571         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14572         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14573         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14574         (gst_videoflip_set_property), (gst_videoflip_base_init),
14575         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14576         correctly, fix identity flipping, convert navigation event 
14577         correctly again.
14578
14579 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14580
14581         * configure.ac: back to HEAD
14582
14583 === release 0.9.6 ===
14584
14585 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14586
14587         * configure.ac:
14588           releasing 0.9.6, "Everything's Not Lost"
14589
14590 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14591
14592         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14593         Oops, initialise the framerate GValue
14594
14595 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14596
14597         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14598         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14599         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14600         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14601         (gst_timeoverlay_get_type):
14602         * ext/cairo/gsttimeoverlay.h:
14603         * gst/debug/Makefile.am:
14604         * gst/debug/gstnavigationtest.c:
14605         (gst_navigationtest_handle_src_event),
14606         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14607         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14608         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14609         (gst_navigationtest_init), (gst_navigationtest_get_type),
14610         (plugin_init):
14611         * gst/debug/gstnavigationtest.h:
14612         * gst/effectv/Makefile.am:
14613         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14614         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14615         (gst_agingtv_base_init), (gst_agingtv_class_init),
14616         (gst_agingtv_init), (gst_agingtv_get_type):
14617         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14618         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14619         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14620         (gst_dicetv_get_type):
14621         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14622         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14623         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14624         (gst_edgetv_get_type):
14625         * gst/effectv/gsteffectv.c:
14626         * gst/effectv/gsteffectv.h:
14627         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14628         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14629         (gst_quarktv_change_state), (gst_quarktv_base_init),
14630         (gst_quarktv_class_init), (gst_quarktv_init),
14631         (gst_quarktv_get_type):
14632         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14633         (gst_revtv_get_unit_size), (gst_revtv_transform),
14634         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14635         (gst_revtv_get_type):
14636         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14637         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14638         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14639         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14640         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14641         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14642         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14643         (gst_vertigotv_init), (gst_vertigotv_get_type):
14644         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14645         (gst_warptv_get_unit_size), (gst_warptv_transform),
14646         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14647         (gst_warptv_get_type):
14648         * gst/videofilter/Makefile.am:
14649         * gst/videofilter/gstvideobalance.c:
14650         * gst/videofilter/gstvideobalance.h:
14651         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14652         (gst_videofilter_class_init), (gst_videofilter_init):
14653         * gst/videofilter/gstvideofilter.h:
14654         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14655         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14656         (gst_videoflip_flip), (gst_videoflip_transform),
14657         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14658         (gst_videoflip_base_init), (gst_videoflip_class_init),
14659         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14660         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14661         BaseTransform, it's just a place holder for now and every video
14662         effect plugin has been ported to use BaseTransform features 
14663         directly. QuarkTV was fixed too (was broken), navigationtest works
14664         and best for the end, videoflip converts navigation events depending
14665         on flip method ! Fixes #320953
14666
14667 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14668
14669         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14670         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14671         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14672         (gst_goom_src_negotiate), (gst_goom_chain):
14673         * gst/matroska/matroska-mux.c:
14674         (gst_matroska_mux_video_pad_setcaps):
14675         * sys/osxvideo/osxvideosink.m:
14676           Fixes for API changes
14677
14678 2005-11-23  Michael Smith <msmith@fluendo.com>
14679
14680         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14681         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14682         * ext/jpeg/gstjpegdec.h:
14683         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14684         * ext/jpeg/gstjpegenc.h:
14685         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14686         (gst_smokeenc_resync):
14687         * ext/jpeg/gstsmokeenc.h:
14688           JPEG fractiony goodness.
14689
14690 2005-11-22  Michael Smith <msmith@fluendo.com>
14691
14692         * gst/goom/filters.c:
14693         * gst/goom/graphic.h:
14694           Fix compilation by making some functions static inline instead of
14695           extern inline, matching the way they're used.
14696
14697 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14698
14699         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14700         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14701         * ext/cairo/gsttextoverlay.h:
14702         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14703         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14704         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14705         (gst_pngdec_caps_create_and_set):
14706         * ext/libpng/gstpngdec.h:
14707         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14708         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14709         * gst/avi/gstavimux.c: (gst_avimux_init),
14710         (gst_avimux_vidsinkconnect):
14711         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14712         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14713         (gst_goom_src_negotiate), (gst_goom_chain):
14714         * gst/goom/gstgoom.h:
14715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14716         * gst/matroska/matroska-mux.c:
14717         (gst_matroska_mux_video_pad_setcaps):
14718         * sys/osxvideo/osxvideosink.h:
14719         * sys/osxvideo/osxvideosink.m:
14720           More fractional framerate conversions 
14721
14722 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14723
14724         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14725         * gst/debug/gstnavigationtest.c:
14726         (gst_navigationtest_handle_src_event):
14727         * gst/videofilter/gstvideofilter.c:
14728         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14729         (gst_videofilter_init):
14730         * gst/videofilter/gstvideofilter.h:
14731           Convert to fractional framerates.
14732
14733 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14734
14735         * ext/aalib/gstaasink.c:
14736         * ext/dv/gstdvdec.c:
14737         * ext/esd/esdmon.c:
14738         * ext/flac/gstflacenc.c:
14739         * ext/gdk_pixbuf/pixbufscale.c:
14740         * ext/libcaca/gstcacasink.c:
14741         * ext/shout2/gstshout2.c:
14742         * gst/alpha/gstalpha.c:
14743         * gst/oldcore/gstaggregator.c:
14744         * gst/oldcore/gstshaper.c:
14745         * gst/smpte/barboxwipes.c:
14746         * gst/smpte/gstsmpte.c:
14747         * gst/videobox/gstvideobox.c:
14748         * gst/videofilter/gstvideoflip.c:
14749         * gst/videomixer/videomixer.c:
14750           fix up more enums
14751
14752 2005-11-22  Michael Smith <msmith@fluendo.com>
14753
14754         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14755         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14756         (gst_videomixer_update_queues):
14757           Fractional framerates, videomixer.
14758
14759 2005-11-22  Michael Smith <msmith@fluendo.com>
14760
14761         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14762         * ext/dv/gstdvdec.h:
14763         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14764         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14765         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14766         (gst_dvdemux_flush):
14767         * ext/dv/gstdvdemux.h:
14768           Fractional framerates for DV. 
14769
14770 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14771
14772         * gst/autodetect/gstautoaudiosink.c:
14773         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14774         * gst/autodetect/gstautovideosink.c:
14775         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14776           Use gst_plugin_feature_list_free() to free feature list and
14777           in the case of autovideosink free the list at all. Also
14778           miscellaneous cosmetic fixes.
14779
14780 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14781
14782         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14783         (gst_cutter_set_property), (gst_cutter_get_caps):
14784           copy calculation code from level; remove use of some audio
14785           functions
14786
14787 2005-11-22  Andy Wingo  <wingo@pobox.com>
14788
14789         * Update for gst_tag_setter API changes.
14790
14791 2005-11-22  Andy Wingo  <wingo@pobox.com>
14792
14793         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14794         (gst_dvdemux_demux_frame)
14795         * ext/flac/gstflacdec.c (gst_flacdec_write)
14796         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14797         (gst_flacenc_sink_event)
14798         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14799         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14800         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14801         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14802         * gst/auparse/gstauparse.c (gst_auparse_chain)
14803         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14804         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14805         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14806         (gst_avi_demux_handle_seek)
14807         * gst/goom/gstgoom.c (gst_goom_event)
14808         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14809         * gst/matroska/matroska-demux.c
14810         (gst_matroska_demux_handle_seek_event)
14811         (gst_matroska_demux_loop_stream_parse_id)
14812         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14813         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14814         (gst_wavparse_stream_headers): Run update-funcnames.
14815
14816 2005-11-22  Edward Hervey  <edward@fluendo.com>
14817
14818         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14819         (gst_dv1394src_init), (gst_dv1394src_dispose),
14820         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14821         (gst_dv1394src_uri_set_uri):
14822         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14823         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14824         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14825         URIHandler interface and element properties are now properly
14826         synchronized for DV1394src and UDPSrc
14827
14828 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * ext/flac/Makefile.am:
14831         * ext/speex/Makefile.am:
14832           libgsttagedit has been renamed to libgsttag.
14833
14834 2005-11-21  Wim Taymans  <wim@fluendo.com>
14835
14836         * gst/rtsp/rtspconnection.c: (read_body):
14837         Apply patch from Sebastien Cote to fix #319184.
14838
14839 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14840
14841         * configure.ac:
14842         * gst/cutter/Makefile.am:
14843         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14844         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14845         (gst_cutter_set_property), (gst_cutter_get_property),
14846         (plugin_init), (gst_cutter_get_caps):
14847           port cutter
14848         * gst/level/gstlevel.c:
14849           fix up plugin details
14850
14851 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14852
14853         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14854         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14855         (gst_flacdec_src_event):
14856         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14857         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14858         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14859         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14860         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14861         (gst_flxdec_sink_event_handler):
14862         * gst/matroska/matroska-demux.c:
14863         (gst_matroska_demux_handle_seek_event):
14864         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14865           Update for stream lock API changes: don't take stream log
14866           in sink event handlers any longer and change GST_STREAM_LOCK
14867           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14868           functions.
14869
14870 2005-11-21  Michael Smith <msmith@fluendo.com>
14871
14872         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14873           gst_object_unref, not g_object_unref
14874
14875 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14876
14877         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14878         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14879           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14880
14881 2005-11-21  Michael Smith <msmith@fluendo.com>
14882
14883         * gst/auparse/Makefile.am:
14884         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14885         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14886         (gst_auparse_change_state):
14887         * gst/auparse/gstauparse.h:
14888           Partially fix #161712. playbin still doesn't work on these files,
14889           (on the bug report, Andy says we aren't typefinding it for some
14890           reason?) but at least auparse isn't totally busted like it was before.
14891
14892 2005-11-21  Andy Wingo  <wingo@pobox.com>
14893
14894         * *.h:
14895         * *.c: Ran scripts/update-macros. Oh yes.
14896
14897 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14898
14899         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14900           Filler events are gone for now, comment out section generating
14901           them.
14902
14903 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14904
14905         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14906         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14907         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14908         * sys/osxvideo/osxvideosink.m:
14909           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14910           (#322027)
14911
14912 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14913
14914         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14915         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14916         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14917         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14918         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14919         (gst_avi_demux_stream_data):
14920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14921         * gst/wavenc/gstwavenc.c: (write_metadata):
14922         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14923         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14924         Fixes for GST_FOURCC_FORMAT API change.
14925
14926 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14927
14928         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14929         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14930         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14931         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14932         (gst_text_overlay_change_state):
14933         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14934         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14935         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14936         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14937         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14938         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14939         (gst_videomixer_change_state):
14940           Fix for collect pads API change. Also fix textoverlay state
14941           change function.
14942
14943 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14944
14945         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14946         GST_PAD_IS_USABLE by something approaching it.
14947
14948 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14949
14950         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14951         API changes.
14952         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
14953         but also fix the code that was not checking return values from
14954         pad_push neither using pad_alloc_buffer.
14955
14956 2005-11-18  Edward Hervey  <edward@fluendo.com>
14957
14958         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
14959         (gst_pngenc_chain):
14960         Added debug category
14961         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
14962         goes to EOS.
14963
14964 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
14965
14966         * gst/rtp/Makefile.am
14967         * gst/rtp/gstrtp.c
14968         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
14969         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
14970         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
14971         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
14972         * gst/rtp/gstrtpg711enc.h:
14973         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
14974         * gst/rtp/gstrtpspeexenc.c:
14975         * gst/rtp/gstrtpspeexenc.h:
14976         * gst/rtp/gstrtpspeexdec.c:
14977         * gst/rtp/gstrtpspeexdec.h:
14978         Created Speex payloader and depayloader; Optimize G711 payloader to
14979         use adapter and send packets until MTU size.
14980
14981 2005-11-16  Wim Taymans  <wim@fluendo.com>
14982
14983         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
14984         Fix leak in check.
14985
14986 2005-11-16  Wim Taymans  <wim@fluendo.com>
14987
14988         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
14989         Fix state change.
14990
14991 2005-11-16  Andy Wingo  <wingo@pobox.com>
14992
14993         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
14994         (gst_udpsrc_create): Move comment.
14995
14996 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
14997
14998         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
14999
15000         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15001           When seeking, seek to closest index entry at or before the requested
15002           seek position, not just the closest one (#321001).
15003
15004 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15007         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15008           Invert DIB images again (see #132341).
15009
15010 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15011
15012         * configure.ac:
15013           rework configure.ac file
15014         * ext/aalib/gstaasink.c:
15015         * ext/cairo/gstcairo.c:
15016         * ext/dv/gstdv.c:
15017         * ext/esd/gstesd.c:
15018         * ext/flac/gstflac.c:
15019         * ext/gconf/gstgconfelements.c:
15020         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15021         * ext/jpeg/gstjpeg.c:
15022         * ext/ladspa/gstladspa.c:
15023         * ext/libcaca/gstcacasink.c:
15024         * ext/libmng/gstmng.c:
15025         * ext/libpng/gstpng.c:
15026         * ext/mikmod/gstmikmod.c:
15027         * ext/pango/gsttextoverlay.c:
15028         * ext/pango/gsttimeoverlay.c:
15029         * ext/raw1394/gst1394.c:
15030         * ext/speex/gstspeex.c:
15031         * gst/alpha/Makefile.am:
15032         * gst/alpha/gstalpha.c:
15033         * gst/alpha/gstalphacolor.c:
15034         * gst/auparse/gstauparse.c:
15035         * gst/autodetect/gstautoaudiosink.c:
15036         (gst_auto_audio_sink_factory_filter),
15037         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15038         * gst/autodetect/gstautodetect.c:
15039         * gst/avi/gstavi.c:
15040         * gst/cutter/gstcutter.c:
15041         * gst/debug/efence.c:
15042         * gst/debug/gstdebug.c:
15043         * gst/debug/gstnavigationtest.c:
15044         * gst/effectv/gsteffectv.c:
15045         * gst/flx/gstflxdec.c:
15046         * gst/goom/gstgoom.c:
15047         * gst/interleave/plugin.c:
15048         * gst/law/alaw.c:
15049         * gst/law/mulaw.c:
15050         * gst/level/gstlevel.c:
15051         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15052         * gst/matroska/matroska.c:
15053         * gst/median/gstmedian.c:
15054         * gst/monoscope/gstmonoscope.c:
15055         * gst/multipart/multipart.c:
15056         * gst/oldcore/gstelements.c:
15057         * gst/rtp/gstrtp.c:
15058         * gst/rtsp/gstrtsp.c:
15059         * gst/smoothwave/gstsmoothwave.c:
15060         * gst/smpte/gstsmpte.c:
15061         * gst/udp/gstudp.c:
15062         * gst/videobox/gstvideobox.c:
15063         * gst/videofilter/gstgamma.c:
15064         * gst/videofilter/gstvideobalance.c:
15065         * gst/videofilter/gstvideoflip.c:
15066         * gst/videofilter/gstvideotemplate.c:
15067         * gst/videomixer/videomixer.c:
15068         * gst/wavenc/gstwavenc.c:
15069         * gst/wavparse/gstwavparse.c:
15070         * sys/oss/gstossaudio.c:
15071         * sys/osxaudio/gstosxaudio.c:
15072           update GST_PLUGIN_DEFINE
15073         * gst/rtp/Makefile.am:
15074         * gst/rtp/gstasteriskh263.c:
15075           check for htons/htonl headers and possibly link to winsock2 lib
15076
15077 2005-11-12  Edward Hervey  <edward@fluendo.com>
15078
15079         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15080         Only GST_DEBUG() information on the valid components.
15081
15082 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15083
15084         * configure.ac: back to HEAD
15085
15086 === release 0.9.5 ===
15087
15088 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15089
15090         * configure.ac:
15091           releasing 0.9.5, "Phone Alarm"
15092
15093 2005-11-11  Edward Hervey  <edward@fluendo.com>
15094
15095         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15096         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15097         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15098         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15099         (gst_avi_demux_loop):
15100         * gst/avi/gstavidemux.h:
15101         Yeah, implement proper seeking. Exact seeking and segment seeking.
15102         Still need to do some checks for segment_stop.
15103
15104 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15105
15106         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15107
15108         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15109           Don't try to ready buffer duration from buffer that we don't
15110           own any  longer and that might already have been unreffed.
15111           (#321136)
15112
15113 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15114
15115         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15116         (flx_decode_delta_flc), (gst_flxdec_chain):
15117         Attempting to optimize the code for embedded systems.
15118
15119 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15120
15121         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15122
15123         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15124           Don't re-use already closed file descriptor. (#320920)
15125
15126 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15127
15128         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15129         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15130         (gst_oss_sink_prepare):
15131         * sys/oss/gstosssink.h:
15132           Cache probed caps; fix debug output for SET_PARAM macros.
15133
15134 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15135
15136         * ext/cairo/Makefile.am:
15137         * ext/cairo/gstcairo.c: (plugin_init):
15138         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15139         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15140         (gst_text_overlay_init), (gst_text_overlay_font_init),
15141         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15142         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15143         (gst_text_overlay_text_pad_linked),
15144         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15145         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15146         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15147         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15148         (gst_text_overlay_change_state):
15149         * ext/cairo/gsttextoverlay.h:
15150           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15151           property and redo positioning. Doesn't handle upstream renegotiation
15152           yet though.
15153
15154 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15155
15156         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15157         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15158         (gst_avi_demux_loop):
15159           No need to take the STREAM_LOCK in the loop function. Improve
15160           some debug messages. Don't leak pad names in debug messages.
15161
15162 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15163
15164         * gst/matroska/matroska-demux.c:
15165         (gst_matroska_demux_push_vorbis_codec_priv_data),
15166         (gst_matroska_demux_add_wvpk_header):
15167           Don't error out when the source pad isn't linked.
15168
15169 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15170
15171         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15172         (gst_gconf_audio_sink_change_state):
15173         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15174         (gst_gconf_video_sink_change_state):
15175           Fix state change functions here as well and set kid
15176           to NULL state before removing it.
15177
15178 2005-11-01  Edward Hervey  <edward@fluendo.com>
15179
15180         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15181         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15182         Added proper event handlind, 
15183         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15184         ignored),
15185         and don't set a duration of 0 for buffers otherwise they are discarded
15186         by GstBaseSink.
15187
15188         GstWavEnc needs some serious loving, after going through the code I'm
15189         really wondering how this can stay in -good ...
15190
15191 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15192
15193         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15194         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15195         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15196         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15197         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15198         (gst_matroska_mux_collected):
15199           Fix leaks and invalid memory access as reported by valgrind
15200
15201 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15202
15203         Patch by: Michal Benes <michal.benes@xeris.cz>
15204
15205         * check/Makefile.am:
15206         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15207         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15208         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15209           add a unit test for matroskamux
15210           fix the bugs that the unit test exposed
15211
15212 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15213
15214         * gst/autodetect/gstautoaudiosink.c:
15215         (gst_auto_audio_sink_class_init),
15216         (gst_auto_audio_sink_change_state):
15217         * gst/autodetect/gstautovideosink.c:
15218         (gst_auto_video_sink_class_init),
15219         (gst_auto_video_sink_change_state):
15220           Fix state change function and use GST_DEBUG_FUNCPTR in
15221           class_init.
15222
15223 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15224
15225         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15226
15227         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15228         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15229         * gst/matroska/ebml-write.h:
15230         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15231           Set timestamps on outgoing ebml headers as well, so that the
15232           element after matroskamux can get the timestamp already when
15233           reading the first ebml element and doesn't have to wait for
15234           the actual data buffer for that (#320308).
15235           
15236 2005-10-31  Andy Wingo  <wingo@pobox.com>
15237
15238         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15239         (gst_videomixer_pad_link): Kill some memleaks.
15240         (gst_videomixer_pad_get_property): Style fix.
15241         (gst_videomixer_pad_set_property): Style fix.
15242         (gst_videomixer_pad_init): Style fix.
15243         (gst_videomixer_update_queues): Kill memleak.
15244         (gst_videomixer_loop): Kill memleak.
15245         (gst_videomixer_collected): Kill memleak.
15246
15247 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15248
15249         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15250         gst_auparse_change_state:
15251         Just some cleanup.
15252
15253 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15254
15255         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15256         Add checks to GST_FLOW_NOT_LINKED for values returned
15257         from gst_pad_push.
15258         
15259 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15260
15261         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15262         (gst_rtpg711dec_process):
15263         * gst/rtp/gstrtpgsmenc.c:
15264         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15265         are never set. This is important for the g711 to work with burger's rtpbin
15266         element.
15267
15268 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15269
15270         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15271         (gst_speexenc_push_buffer):
15272         Add checks for return values from gst_pad_push and
15273         gst_pad_alloc_buffer.
15274
15275 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15276
15277         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15280         (gst_matroska_demux_parse_info),
15281         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15282         (gst_matroska_demux_parse_cluster):
15283         * gst/matroska/matroska-ids.h:
15284         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15285         (gst_matroska_mux_init), (gst_matroska_mux_start),
15286         (gst_matroska_mux_create_buffer_header),
15287         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15288         (gst_matroska_mux_get_property):
15289         * gst/matroska/matroska-mux.h:
15290           Add SimpleBlock support to matroska demuxer and muxer (part of
15291           Matroska v2). (#319731)
15292
15293 2005-10-28  Wim Taymans  <wim@fluendo.com>
15294
15295         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15296         (gst_jpeg_dec_change_state):
15297         * ext/jpeg/gstjpegdec.h:
15298         Cleanups. Don't create caps for every chain.
15299
15300 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15301
15302         * gst/law/alaw-encode.c: (gst_alawenc_init),
15303         (alawenc_setcaps), (gst_alawenc_chain)
15304         * gst/law/alaw-encode.h:
15305         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15306         (mulawenc_setcaps), (gst_mulawenc_chain)
15307         * gst/law/mulaw-encode.h:
15308         Set timestamp on buffer and it allows RTP G711 elements
15309         work properly.
15310
15311 2005-10-27  Wim Taymans  <wim@fluendo.com>
15312
15313         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15314         Set correct format on oss instead of a silly value. 
15315
15316 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15317
15318         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15319         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15320         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15321         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15322         I420 rendering as well, doesn't bring much for my platform.
15323         Might help on some other platforms.
15324
15325 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15326
15327         * gst/rtp/gstrtpgsmenc.c:
15328         * gst/rtp/gstrtpgsmparse.c:
15329         Declaring the padtemplate correctly.
15330
15331 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15332
15333         * gst/rtp/gstrtpg711dec.c:
15334         * gst/rtp/gstrtpg711enc.c:
15335         * gst/rtp/gstrtpgsmenc.c:
15336         * gst/rtp/gstrtpgsmparse.c:
15337         Setting the proper copyright notice.
15338
15339 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15340
15341         * gst/videobox/Makefile.am: Use liboil.
15342         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15343         (gst_video_box_set_property), (gst_video_box_transform_caps),
15344         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15345         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15346         using liboil. Will dot the same to I420 border generation
15347         tomorrow.
15348
15349 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15350
15351         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15352         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15353         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15354         * gst/rtp/gstrtpg711dec.h:
15355         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15356         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15357         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15358         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15359         (gst_rtpgsmenc_handle_buffer):
15360         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15361         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15362         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15363         * gst/rtp/gstrtpgsmparse.h:
15364         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15365         inherits from the basertpdepayloader.
15366
15367 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15368
15369         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15370         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15371         (gst_video_box_ayuv): Removing this forgotten debug.
15372
15373 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15374
15375         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15376         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15377         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15378
15379 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15380
15381         * sys/oss/gstossaudio.c:
15382         * sys/oss/gstossdmabuffer.c:
15383         * sys/oss/gstosshelper.c:
15384         * sys/oss/gstossmixer.c:
15385         * sys/oss/gstossmixerelement.c:
15386         * sys/oss/gstossmixertrack.c:
15387         * sys/oss/gstosssink.c:
15388         * sys/oss/gstosssrc.c:
15389           Actually use the 'oss' debug category we register.
15390
15391 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15392
15393         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15394         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15395         Use gst_pad_get_parent and drop the ref that was added through
15396         that call.
15397
15398 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15399
15400         * gst/rtp/gstrtpgsmenc.c:
15401           Fix compilation
15402
15403 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15404
15405         * gst/rtp/gstrtpg711dec.c
15406         Just removed a couple of lines of weird code used during
15407         development/test time.
15408
15409 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15410
15411         * gst/rtp/Makefile.am
15412         * gst/rtp/gstrtp.c
15413         * gst/rtp/gstrtpg711enc.c
15414         * gst/rtp/gstrtpg711enc.h
15415         * gst/rtp/gstrtpg711dec.c
15416         * gst/rtp/gstrtpg711dec.h
15417         Created G711 payloader and depayloader (it supports mulaw and alaw
15418         (dec)encoders)
15419
15420 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15421
15422         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15423         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15424         Doh ! I introduced wingo's bug again ! Sorry...
15425
15426 2005-10-25  Christian Schaller <christian@fluendo.com> 
15427
15428         * gst/rtp/Makefile.am: add missing header files for disting
15429
15430 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15431
15432         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15433         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15434         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15435         (gst_rtpgsmenc_handle_buffer):
15436         * gst/rtp/gstrtpgsmenc.h:
15437         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15438         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15439         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15440         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15441         * gst/rtp/gstrtpgsmparse.h:
15442         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15443
15444 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15445
15446         * ext/libpng/gstpngdec.c: (user_info_callback),
15447         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15448         a newsegment event, move some redundant code in a single place.
15449
15450 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15451
15452         * ext/libpng/gstpngdec.c: (user_info_callback),
15453         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15454         hack to get correct colors order when we have a png image with
15455         alpha channel.
15456
15457 2005-10-24  Edward Hervey  <edward@fluendo.com>
15458
15459         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15460         Call gst_element_no_more_pads when there will be no more pads.
15461
15462 2005-10-24  Wim Taymans  <wim@fluendo.com>
15463
15464         * gst/rtp/Makefile.am:
15465         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15466         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15467         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15468         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15469         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15470         (gst_asteriskh263_plugin_init):
15471         * gst/rtp/gstasteriskh263.h:
15472         * gst/rtp/gstrtp.c: (plugin_init):
15473         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15474         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15475         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15476         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15477         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15478         (gst_rtph263enc_plugin_init):
15479         * gst/rtp/gstrtph263enc.h:
15480         Added two new payloaders, an RFC 2190 payloader for h263 and
15481         a payload convertor for an asterisk server.
15482
15483 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15486           Set bytes_per_sample correctly (is not always 4, but 
15487           depends on width and number of channels).
15488
15489 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15490
15491         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15492         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15493         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15494         (gst_flacenc_sink_event), (gst_flacenc_chain),
15495         (gst_flacenc_set_property), (gst_flacenc_get_property),
15496         (gst_flacenc_change_state):
15497         * ext/flac/gstflacenc.h:
15498           Fix seeking, so that flacenc can rewrite the header with the
15499           correct duration and amount of samples and all that at EOS;
15500           also set timestamps and granulepos on outgoing buffers; add
15501           debug category; fix state change function.
15502           
15503 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15504
15505         * gst/videomixer/videomixer.c: Don't restrict video geometry
15506         from 16 to 4096.
15507
15508 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15509
15510         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15511         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15512         Fix caps negotiation correctly, add debugging category.
15513
15514 2005-10-24  Christian Schaller  <christian@fluendo.com>
15515
15516         * configure.ac: Port over Thomas's change from base listing all plugins
15517
15518 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15519
15520         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15521         a sink pad.
15522
15523 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15524
15525         * configure.ac:
15526         * docs/upload.mak:
15527           back to HEAD
15528
15529 === release 0.9.4 ===
15530
15531 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15532
15533         * configure.ac:
15534           Releasing 0.9.4, "Dromiceiomimus"
15535
15536 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15537
15538         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15539         (gst_speexenc_src_query):
15540           Add position and duration query, fix query type function.
15541           
15542         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15543         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15544           Let's not set non-fixed caps on source pads.
15545
15546 2005-10-21  Wim Taymans  <wim@fluendo.com>
15547
15548         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15549         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15550         (gst_avi_demux_handle_seek):
15551         Set correct stream_time in newsegment event.
15552         avi can also handle a duration query now.
15553
15554 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * gst/matroska/matroska-demux.c:
15557         (gst_matroska_demux_handle_src_query),
15558         (gst_matroska_demux_handle_seek_event),
15559         (gst_matroska_demux_loop_stream_parse_id):
15560           Fix duration query; fix basetime in newsegment event after
15561           seek; fix duration in initial newsegment event.
15562
15563         * gst/matroska/matroska-mux.c:
15564         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15565           Extract number of channels and samplerate from vorbis headers;
15566           add some debug messages when querying the durations of the
15567           input streams.
15568
15569 2005-10-20  Wim Taymans  <wim@fluendo.com>
15570
15571         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15572         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15573         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15574         Set stream time correctly in newsegment.
15575
15576 2005-10-20  Wim Taymans  <wim@fluendo.com>
15577
15578         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15579         Correctly fill in the stream time.
15580
15581 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15582
15583         * check/elements/level.c: (GST_START_TEST):
15584         * gst/level/gstlevel.c: (gst_level_message_new):
15585         * gst/level/level-example.c: (message_handler):
15586           use ELEMENT messages instead
15587
15588 2005-10-19  Wim Taymans  <wim@fluendo.com>
15589
15590         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15591         (gst_dvdemux_src_query):
15592         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15593         (gst_flacdec_src_query):
15594         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15595         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15596         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15597         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15598         * gst/debug/progressreport.c: (gst_progress_report_report):
15599         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15600         * gst/matroska/matroska-demux.c:
15601         (gst_matroska_demux_handle_src_query):
15602         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15603         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15604         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15605         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15606         (gst_wavparse_srcpad_event):
15607         API change fix.
15608
15609 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15610
15611         * gst/goom/filters.c:
15612         * gst/goom/graphic.h:
15613         * gst/goom/lines.c:
15614           Make inline functions either 'static inline' or 'extern inline',
15615           otherwise the Forte compiler apparently won't inline them (#317300).
15616
15617 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15618
15619         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15620         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15621         (user_info_callback), (user_endrow_callback), (user_end_callback),
15622         (user_read_data), (gst_pngdec_caps_create_and_set),
15623         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15624         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15625         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15626         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15627         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15628         very nice and handle push/pull based model. if you have filesrc
15629         connected to it, it will do random access to load the png file.
15630         If you have a network source that can't do _getrange, it does 
15631         progressive loading through the chain function.
15632         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15633         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15634         thanks to Master Wim Taymans ;-)
15635
15636 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15637
15638         * gst/matroska/Makefile.am:
15639         * gst/matroska/ebml-read.c:
15640         * gst/matroska/ebml-read.h:
15641         * gst/matroska/matroska-demux.c:
15642         * gst/matroska/matroska-demux.h:
15643         * gst/matroska/matroska.c: (plugin_init):
15644           Ported matroska demuxer to 0.9.
15645
15646 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15647
15648         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15649
15650         * gst/matroska/matroska-mux.c:
15651         (gst_matroska_mux_video_pad_setcaps),
15652         (gst_matroska_mux_audio_pad_setcaps):
15653           Fix mpeg4 input handling (#318847); also, while we're at it,
15654           fix media type for Motion-JPEG: should be image/jpeg.
15655
15656 2005-10-18  Wim Taymans  <wim@fluendo.com>
15657
15658         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15659         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15660         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15661         Fix for segment-start/stop API change.
15662
15663 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15664
15665         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15666         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15667         way.
15668
15669 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15670
15671         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15672         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15673         output declared in transform_caps.
15674
15675 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15676
15677         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15678
15679 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15680
15681         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15682         (gst_video_box_get_unit_size): Fix wrong size calculations and
15683         implement get_unit_size correctly.
15684
15685 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         * configure.ac:
15688           Enable flx plugin.
15689
15690         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15691           Fix gcc4 signedness issue.
15692
15693 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15694
15695         * configure.ac: Adding videomixer.
15696         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15697         (user_read_data), (gst_pngdec_chain): More debugging.
15698         * gst/alpha/Makefile.am: Adding alphacolor
15699         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15700         (gst_alpha_color_class_init), (gst_alpha_color_init),
15701         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15702         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15703         (plugin_init): Ported to 0.9 using in place base tranform.
15704         * gst/videomixer/Makefile.am:
15705         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15706         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15707         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15708         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15709         (gst_videomixer_init), (gst_videomixer_getcaps),
15710         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15711         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15712         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15713         to 0.9 using collectpads.
15714
15715 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15716
15717         * configure.ac:
15718         * gst/flx/Makefile.am:
15719         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15720         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15721         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15722         * gst/flx/gstflxdec.h:
15723         flx plugin ported to 0.9
15724
15725 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15726
15727         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15728           use new gst_version_string()
15729
15730 2005-10-16  Andy Wingo  <wingo@pobox.com>
15731
15732         * configure.ac: GLIB_CHECK.
15733
15734 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15735
15736         * ext/libpng/Makefile.am:
15737         * ext/libpng/gstpng.c: (plugin_init):
15738         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15739         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15740         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15741
15742 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15743
15744         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15745
15746         * configure.ac:
15747         * gst/matroska/Makefile.am:
15748         * gst/matroska/ebml-ids.h:
15749         * gst/matroska/ebml-write.c:
15750         * gst/matroska/ebml-write.h:
15751         * gst/matroska/matroska-ids.h:
15752         * gst/matroska/matroska-mux.c:
15753         * gst/matroska/matroska-mux.h:
15754         * gst/matroska/matroska.c: (plugin_init):
15755           Port matroska muxer to 0.9 (#318847).
15756
15757 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15760         (comment_init), (comment_add):
15761           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15762           use GST_READ_UINT32_LE() and friends rather than the private
15763           implementation of those same macros.
15764
15765 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15766
15767         * examples/stats/mp2ogg.c:
15768           more typo fixes
15769
15770 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15771
15772         * examples/indexing/indexmpeg.c: (main):
15773         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15774         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15775         * ext/esd/esdmon.h:
15776         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15777         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15778         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15779         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15780         * gst/avi/gstavimux.c: (gst_avimux_init):
15781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15782         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15783         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15784         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15785         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15786         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15787         * gst/oldcore/gstmultifilesrc.h:
15788         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15789         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15790         (gst_pipefilter_change_state):
15791         * gst/oldcore/gstpipefilter.h:
15792         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15793         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15794         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15795         * sys/osxaudio/gstosxaudiosink.h:
15796         * sys/osxaudio/gstosxaudiosrc.h:
15797           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15798           moved bitshift from macro to enum definition
15799
15800 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15801
15802         * ext/Makefile.am:
15803         * ext/cairo/Makefile.am:
15804         * ext/cairo/gstcairo.c: (plugin_init):
15805         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15806         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15807         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15808         * ext/cairo/gsttimeoverlay.h:
15809           update of cairo-based timeoverlay to 1.0 Cairo API
15810           doesn't work yet for resizing of output sink
15811
15812 2005-10-11  Wim Taymans  <wim@fluendo.com>
15813
15814         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15815         newsegment API fix.
15816
15817 2005-10-11  Wim Taymans  <wim@fluendo.com>
15818
15819         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15820         (gst_dvdemux_demux_frame):
15821         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15822         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15823         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15824         (gst_avi_demux_handle_seek):
15825         * gst/goom/gstgoom.c: (gst_goom_event):
15826         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15827         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15828         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15829         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15830         (gst_wavparse_srcpad_event):
15831         newsegment API update.
15832
15833 2005-10-11  Andy Wingo  <wingo@pobox.com>
15834
15835         * ext/speex/gstspeexenc.c: Signedness cleanups.
15836
15837 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15838
15839         * PORTED_09:
15840         * ext/speex/Makefile.am:
15841         * ext/speex/gstspeex.c:
15842         * ext/speex/gstspeexenc.c:
15843         Speexenc ported to 0.9
15844
15845 2005-10-10  Wim Taymans  <wim@fluendo.com>
15846
15847         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15848         (gst_oss_sink_init), (gst_oss_sink_set_property),
15849         (gst_oss_sink_get_property), (gst_oss_sink_open),
15850         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15851         * sys/oss/gstosssink.h:
15852         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15853         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15854         (gst_oss_src_prepare):
15855         Cleanups, make device configurable in the sink, handle and report
15856         errors.
15857
15858 2005-10-10  Wim Taymans  <wim@fluendo.com>
15859
15860         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15861         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15862         Make sure element is NULL before removing from the bin.
15863
15864 2005-10-07  Andy Wingo  <wingo@pobox.com>
15865
15866         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15867         block forever in a read().
15868         (gst_dv1394src_bus_reset): Post a message when the cable is
15869         unplugged.
15870         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15871         (gst_dv1394src_bus_reset): Don't unref the message.
15872
15873         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15874         hacking. The only change should be that the state change stuff was
15875         put into basesrc's start() and stop() routines, which coalesces
15876         some steps.
15877
15878 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15879
15880         * configure.ac:
15881           Add check for mmap
15882           
15883         * gst/debug/Makefile.am:
15884           Only compile efence plugin on systems that have mmap.
15885
15886 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15887
15888         * gst/debug/Makefile.am:
15889         * gst/debug/breakmydata.c:
15890         * gst/debug/gstdebug.c:
15891         * gst/debug/gstnavigationtest.c:
15892         * gst/debug/gstnavseek.c: 
15893         * gst/debug/gstnavseek.h:
15894         * gst/debug/progressreport.c: 
15895         * gst/debug/testplugin.c:
15896           Port progressreport, navseek, navigationtest, testsink and
15897           breakmydata.
15898
15899 2005-10-05  Edward Hervey  <edward@fluendo.com>
15900
15901         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15902         (gst_dvdemux_src_query):
15903         Fixes for better conversion
15904
15905 2005-10-04  Michael Smith <msmith@fluendo.com>
15906
15907         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15908         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15909         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15910         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15911           Set state of elements to NULL before removing from bins.
15912           Set state of test element to NULL if we failed to move it to READY
15913
15914 2005-10-04  Edward Hervey  <edward@fluendo.com>
15915
15916         * ext/dv/Makefile.am:
15917         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15918         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15919         Corrected the query function for position so it doesn't forget what
15920         format was asked, and calls the conversion functions on the correct pad.
15921
15922 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * configure.ac:
15925           back to development
15926
15927 === release 0.9.3 ===
15928
15929 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15930
15931         * configure.ac:
15932           Releasing 0.9.3, "Aramis"
15933
15934 2005-10-03  Andy Wingo  <wingo@pobox.com>
15935
15936         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15937         error returns.
15938
15939 2005-10-02  Andy Wingo  <wingo@pobox.com>
15940
15941         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15942
15943         * ext/flac/gstflacenc.c: Ported to 0.9.
15944
15945         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15946
15947         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15948         and link to gsttagedit. Enable flacenc.
15949
15950         * ext/flac/gstflacdec.c: Re-enable tag reading.
15951
15952 2005-09-30  Wim Taymans  <wim@fluendo.com>
15953
15954         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
15955         * gst/rtp/gstrtpgsmparse.c:
15956         * gst/rtp/gstrtph263penc.c:
15957         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
15958         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
15959         (gst_rtpmp4venc_set_property):
15960         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
15961         Various class and caps fixes from Andre Magalhaes (andrunko)
15962
15963 2005-09-29  Wim Taymans  <wim@fluendo.com>
15964
15965         * gst/level/level-example.c: (main):
15966         Update for new bus API.
15967
15968 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
15969
15970         * configure.ac:
15971           Fix unexpanded autoconf macro GST_DOC, which has been renamed
15972           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
15973
15974 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
15975
15976         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
15977           Fix playback of mono streams (bytes_per_sample should be set
15978           from the sample width and the number of channels negotiated,
15979           and not just be set to 4) (#317338)
15980
15981 2005-09-26  Wim Taymans  <wim@fluendo.com>
15982
15983         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
15984         (gst_rtpmpaenc_handle_buffer):
15985         Set buffer duration correctly.
15986
15987 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
15988
15989         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
15990         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
15991         (gst_avi_demux_change_state):
15992           Don't crash when encountering a stream with an unknown fourcc or
15993           codec id. Instead, create a pad of type video/x-avi-unknown or
15994           audio/x-avi-unknown, which as a side-effect also results in less
15995           confusing error messages in players ('no decoder' vs. 'no streams');
15996           minor fixes to state change function and class_init function.
15997
15998 2005-09-24  Wim Taymans  <wim@fluendo.com>
15999
16000         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16001         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16002         These are sinks.
16003
16004 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16005
16006         * check/elements/level.c: (GST_START_TEST):
16007           fix test for new GstClockTime use
16008         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16009         (gst_level_transform_ip):
16010         * gst/level/gstlevel.h:
16011           fix up the decay peak, ensuring the decay peak is never lower
16012           than the peak for that interval
16013
16014 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16015
16016         * docs/plugins/gst-plugins-good-plugins.args:
16017         * docs/plugins/inspect/plugin-alpha.xml:
16018         * docs/plugins/inspect/plugin-rtp.xml:
16019         * gst/level/gstlevel.c: (gst_level_set_caps),
16020         (gst_level_transform_ip):
16021           updating docs
16022
16023 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16024
16025         * Makefile.am:
16026         * check/elements/level.c: (GST_START_TEST):
16027         * gst/level/Makefile.am:
16028         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16029         (gst_level_set_property), (gst_level_get_property),
16030         (gst_level_set_caps), (gst_level_message_new),
16031         (gst_level_transform_ip):
16032         * gst/level/gstlevel.h:
16033         * gst/level/level-example.c: (message_handler), (main):
16034           convert to using GstClockTime for all time values, finally.
16035
16036 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16037
16038         * gst/auparse/Makefile.am:
16039         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16040           fix up build
16041         * configure.ac:
16042         * ext/cairo/Makefile.am:
16043         * ext/dv/Makefile.am:
16044         * ext/esd/Makefile.am:
16045         * ext/flac/Makefile.am:
16046         * ext/gconf/Makefile.am:
16047         * ext/gdk_pixbuf/Makefile.am:
16048         * ext/jpeg/Makefile.am:
16049         * ext/ladspa/Makefile.am:
16050         * ext/libcaca/Makefile.am:
16051         * ext/libmng/Makefile.am:
16052         * ext/libpng/Makefile.am:
16053         * ext/mikmod/Makefile.am:
16054         * ext/pango/Makefile.am:
16055         * ext/raw1394/Makefile.am:
16056         * ext/shout2/Makefile.am:
16057         * ext/speex/Makefile.am:
16058         * gst/alpha/Makefile.am:
16059         * gst/autodetect/Makefile.am:
16060         * gst/avi/Makefile.am:
16061         * gst/cutter/Makefile.am:
16062         * gst/debug/Makefile.am:
16063         * gst/effectv/Makefile.am:
16064         * gst/flx/Makefile.am:
16065         * gst/goom/Makefile.am:
16066         * gst/interleave/Makefile.am:
16067         * gst/law/Makefile.am:
16068         * gst/matroska/Makefile.am:
16069         * gst/median/Makefile.am:
16070         * gst/monoscope/Makefile.am:
16071         * gst/multipart/Makefile.am:
16072         * gst/oldcore/Makefile.am:
16073         * gst/rtp/Makefile.am:
16074         * gst/rtsp/Makefile.am:
16075         * gst/smoothwave/Makefile.am:
16076         * gst/smpte/Makefile.am:
16077         * gst/videobox/Makefile.am:
16078         * gst/videofilter/Makefile.am:
16079         * gst/videomixer/Makefile.am:
16080         * gst/wavenc/Makefile.am:
16081         * gst/wavparse/Makefile.am:
16082         * sys/oss/Makefile.am:
16083         * sys/osxaudio/Makefile.am:
16084         * sys/osxvideo/Makefile.am:
16085           fix up GST_LIBS use
16086
16087 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16088
16089         * gst/auparse/Makefile.am:
16090         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16091           fix build of auparse
16092
16093 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16094
16095         * configure.ac:
16096         * PORTED_09:
16097         * gst/auparse/gstauparse.c:
16098         * gst/auparse/gstauparse.h:
16099         Auparse ported to 0.9.
16100
16101 2005-09-22  Wim Taymans  <wim@fluendo.com>
16102
16103         * gst/rtp/TODO:
16104         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16105         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16106         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16107         (gst_rtpmp4venc_set_property):
16108         * gst/rtp/gstrtpmp4venc.h:
16109         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16110         * gst/rtp/gstrtpmpaenc.h:
16111         Use is_filled to both check MTU and max-ptime of base class.
16112
16113 2005-09-22  Wim Taymans  <wim@fluendo.com>
16114
16115         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16116         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16117         (gst_rtpmp4venc_set_property):
16118         Don't fragment packets with multiple frames.
16119
16120 2005-09-22  Wim Taymans  <wim@fluendo.com>
16121
16122         * gst/rtp/TODO:
16123         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16124         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16125         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16126         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16127         (gst_rtpmp4venc_get_property):
16128         * gst/rtp/gstrtpmp4venc.h:
16129         Remove g_print.
16130         Update TODO
16131         Make payload encoder a bit smarter and more correct with
16132         timestamps.
16133         Added option in payloader to include config string in-band.
16134
16135 2005-09-21  Wim Taymans  <wim@fluendo.com>
16136
16137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16138         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16139         (gst_rtspsrc_send):
16140         Strip spaces for key/value pairs.
16141
16142 2005-09-21  Wim Taymans  <wim@fluendo.com>
16143
16144         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16145         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16146         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16147         (gst_rtspsrc_change_state):
16148         More SDP parsing and caps setting.
16149         Do NO_PREROLL differently.
16150         add pads only after negotiated.
16151
16152         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16153         (gst_udpsrc_getcaps):
16154         Implement the getcaps function.
16155
16156 2005-09-21  Wim Taymans  <wim@fluendo.com>
16157
16158         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16159         (gst_rtpamrdec_chain):
16160         Handle multiple AMr packets per payload. Handle CRC and
16161         parse ILL/ILP.
16162
16163         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16164         Make caps params strings for easy SDP mapping.
16165         
16166         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16167         Handle capsnego better.
16168
16169         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16170         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16171         Generate and parse config string in the caps.
16172
16173 2005-09-21  Wim Taymans  <wim@fluendo.com>
16174
16175         * gst/rtp/README:
16176         Update README
16177
16178         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16179         Make extra params as strings.
16180
16181         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16182         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16183         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16184         Make state change return NO_PREROLL as this is a live
16185         source.
16186
16187         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16188         Don't unref old caps when NULL.
16189
16190 2005-09-20  Wim Taymans  <wim@fluendo.com>
16191
16192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16193         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16194         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16195         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16196         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16197         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16198         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16199         * gst/rtsp/sdpmessage.h:
16200         Add URI handler.
16201         Parse SDP and create caps.
16202
16203 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16204
16205         * gst/alpha/gstalpha.c:
16206           fix element description
16207
16208 2005-09-19  Wim Taymans  <wim@fluendo.com>
16209
16210         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16211         Don't check payload for now.
16212
16213 2005-09-19  Wim Taymans  <wim@fluendo.com>
16214
16215         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16216         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16217         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16218         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16219         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16220         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16221         (gst_wavparse_change_state):
16222         * gst/wavparse/gstwavparse.h:
16223         Fix wavparse some more.
16224
16225 2005-09-19  Wim Taymans  <wim@fluendo.com>
16226
16227         * check/elements/level.c: (GST_START_TEST):
16228         Fix for bus API change.
16229
16230 2005-09-19  Wim Taymans  <wim@fluendo.com>
16231
16232         * gst/level/level-example.c: (main):
16233         Fix for new bus API.
16234
16235         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16236         Set caps on pads.
16237
16238 2005-09-15  Wim Taymans  <wim@fluendo.com>
16239
16240         * gst/rtp/Makefile.am:
16241         * gst/rtp/README:
16242         * gst/rtp/gstrtp.c: (plugin_init):
16243         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16244         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16245         (gst_rtpamrdec_change_state):
16246         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16247         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16248         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16249         * gst/rtp/gstrtpamrenc.h:
16250         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16251         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16252         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16253         * gst/rtp/gstrtpgsmenc.h:
16254         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16255         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16256         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16257         (gst_rtpgsmparse_change_state):
16258         * gst/rtp/gstrtpgsmparse.h:
16259         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16260         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16261         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16262         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16263         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16264         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16265         * gst/rtp/gstrtph263penc.h:
16266         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16267         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16268         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16269         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16270         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16271         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16272         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16273         * gst/rtp/gstrtpmp4venc.h:
16274         * gst/rtp/gstrtpmpadec.c:
16275         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16276         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16277         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16278         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16279         * gst/rtp/gstrtpmpaenc.h:
16280         Updates to payloader/depayloaders, make payloaders use
16281         the base classes.
16282         Updated README with suggested RTP caps and how to convert
16283         to/from SDP.
16284         Added config descriptor in mp4v payloader.
16285
16286 2005-09-15  Andy Wingo  <wingo@pobox.com>
16287
16288         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16289         * gst/autodetect/gstautovideosink.c
16290         (gst_auto_video_sink_find_best): Update for new registry API.
16291
16292 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16293
16294         * common/c-to-xml.py:
16295         * common/gtk-doc-plugins.mak:
16296           a simple py script to generate valid xml from a C example
16297           probably also need to strip an MIT license when we decide
16298         * docs/plugins/Makefile.am:
16299         * gst/level/Makefile.am:
16300         * gst/level/gstlevel.c: (gst_level_init):
16301         * gst/level/level-example.c: (message_handler), (main):
16302           add an example to level that will show up in the docs
16303         * gst/rtp/TODO:
16304           add a note for the future
16305
16306 2005-09-14  Michael Smith <msmith@fluendo.com>
16307
16308         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16309           Actually define the debug object being used in wavenc. Fixes #316205
16310
16311 2005-09-14  Michael Smith <msmith@fluendo.com>
16312
16313         * gst/smpte/Makefile.am:
16314           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16315           needed to build on windows (bug 316204)
16316
16317 2005-09-12  Andy Wingo  <wingo@pobox.com>
16318
16319         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16320
16321 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16322
16323         * configure.ac:
16324         * gst/fdsrc/Makefile.am:
16325         * gst/fdsrc/gstfdsrc.c:
16326         * gst/fdsrc/gstfdsrc.h:
16327           Move fdsrc back into gstreamer core elements.
16328
16329         * gst/level/gstlevel.c: (gst_level_class_init),
16330         (gst_level_transform_ip):
16331         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16332           Basetransform changes.
16333
16334 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16335
16336         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16337         * ext/jpeg/smokecodec.c: (find_best_size):
16338           fix compiler warnings
16339
16340 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16341
16342         * gst-plugins-good.spec.in:
16343           spec file fixes
16344         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16345         (gst_multiudpsink_render), (gst_multiudpsink_add),
16346         (gst_multiudpsink_clear):
16347           it actually helps to actually stream if we hook up the
16348           "add" signal to an actual implementation
16349         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16350           some debugging
16351
16352 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16353
16354         * ext/jpeg/Makefile.am:
16355         * ext/jpeg/gstjpeg.c
16356         * ext/jpeg/gstjpegenc.c:
16357         * ext/jpeg/gstsmokeenc.c:
16358
16359 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16360
16361         * ext/flac/gstflacdec.c:
16362         * ext/flac/gstflacenc.c:
16363         * ext/flac/gstflactag.c:
16364         * ext/speex/gstspeexenc.c:
16365           gsttaginterface.h -> gsttagsetter.h
16366
16367 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16368
16369         * configure.ac:
16370         * gst/debug/Makefile.am:
16371         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16372         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16373         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16374         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16375         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16376           Port to 0.9 and re-enable efence plugin.
16377
16378 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16381         (gst_flacdec_write), (gst_flacdec_convert_src):
16382         * ext/flac/gstflacdec.h:
16383           Add support for flac files with 24/32 bits per sample; and misc.
16384           minor clean-ups. Seeking is still partly broken (for me at least).
16385
16386 2005-09-06  Wim Taymans  <wim@fluendo.com>
16387
16388         * gst/rtp/Makefile.am:
16389         * gst/rtp/gstrtp.c: (plugin_init):
16390         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16391         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16392         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16393         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16394         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16395         (gst_rtpmp4vdec_plugin_init):
16396         * gst/rtp/gstrtpmp4vdec.h:
16397         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16398         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16399         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16400         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16401         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16402         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16403         * gst/rtp/gstrtpmp4venc.h:
16404         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16405         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16406         Added mpeg4 video payload encoder/decoder.
16407         Added some docs in mpa payloader.
16408
16409 === release 0.9.1 ===
16410
16411 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16412
16413         * NEWS:
16414         * README:
16415         * RELEASE:
16416         * autogen.sh:
16417         * configure.ac:
16418           releasing 0.9.1, "Blondie"
16419
16420 2005-09-05  Andy Wingo  <wingo@pobox.com>
16421
16422         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16423         here from the state change handler, so we fire signals without
16424         holding the state lock.
16425
16426 2005-09-02  Andy Wingo  <wingo@pobox.com>
16427
16428         * All plugins updated for element state changes.
16429
16430 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16431
16432         * Makefile.am:
16433         * check/.cvsignore:
16434         * check/Makefile.am:
16435         * check/elements/.cvsignore:
16436         * check/elements/level.c: (setup_level), (cleanup_level),
16437         (GST_START_TEST), (level_suite), (main):
16438           add a test for level
16439         * common/release.mak:
16440           move the enum checking to release.mak
16441         * configure.ac:
16442           add valgrind and check checking
16443         * gst/level/gstlevel.c: (gst_level_transform):
16444         * gst/level/gstlevel.h:
16445           fix Andy's cast bug
16446           convert a field to int
16447           fix the arithmetic to int when checking for emit so that a
16448           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16449
16450 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16451
16452         * Makefile.am:
16453         * configure.ac:
16454           add docs to build
16455         * common/plugins.xsl:
16456           wrap Description into a refsect2
16457         * docs/Makefile.am:
16458         * docs/plugins/Makefile.am:
16459         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16460         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16461         * gst/goom/Makefile.am:
16462         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16463         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16464         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16465         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16466         (gst_goom_change_state):
16467         * gst/goom/gstgoom.h:
16468           GstGOOM -> GstGoom
16469           add an example launch line
16470         * gst/level/gstlevel.h:
16471         * gst/monoscope/gstmonoscope.c:
16472           cleanups
16473
16474 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16475
16476         * configure.ac:
16477         * docs/plugins/Makefile.am:
16478         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16479         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16480         * docs/plugins/gst-plugins-good-plugins.types:
16481           document elements and plugins.  Shazam !
16482
16483 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16484
16485         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16486           be found under doc/random/ChangeLog-0.8